﻿.login-main, .login-main > div {
    position: relative
}

.login-wrap, .login-wrap .login-content {
    overflow: hidden
}

.login-footer {
    border: 0;
    margin-top: 5px
}

.login-main {
    min-width: 1200px;
    height: 474px
}

    .login-main .login-wrap {
        position: absolute;
        top: 18px;
        right: 0
    }

.login-wrap {
    width: 600px;
    width: 900px;
    height: 850px;
    border-radius: 4px;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 6px 0 rgba(0,0,0,.2);
    box-shadow: 0 4px 6px 0 rgba(0,0,0,.2);
    padding-left:90px;
    padding-right:90px;
}

    .login-wrap .header-btn, .login-wrap .login-hearder {
        height: 62px;
        text-align: center
    }

    .login-wrap .header-btn {
        display: inline-block;
        width: 74px;
        position: relative;
        font-size: 20px;
        line-height: 62px;
        color: #666;
        cursor: pointer
    }

        .login-wrap .header-btn:first-child {
            margin-right: 86px
        }

        .login-wrap .header-btn:after {
            content: " ";
            position: absolute;
            bottom: 0;
            left: 0;
            width: 74px;
            height: 2px;
            background: #10c55b;
            visibility: hidden;
            -webkit-transform: scale(.2);
            -ms-transform: scale(.2);
            transform: scale(.2);
            -webkit-transition: all .2s;
            transition: all .2s
        }

        .login-wrap .header-btn.on, .login-wrap .header-btn:hover {
            color: #10c55b
        }

            .login-wrap .header-btn.on:after, .login-wrap .header-btn:hover:after {
                visibility: visible;
                -webkit-transform: scale(1);
                -ms-transform: scale(1);
                transform: scale(1)
            }

    .login-wrap .account-box, .login-wrap .login-box, .login-wrap .phone-box {
        display: none
    }

    .login-wrap .login-others {
        text-align: center;
        padding-top: 50px;
        -webkit-transition: all .28s;
        transition: all .28s
    }

        .login-wrap .login-others .other-logo {
            display: inline-block;
            width: 81px;
            margin-left: 38px;
            text-align: center
        }

            .login-wrap .login-others .other-logo:first-child {
                margin-left: 0
            }

            .login-wrap .login-others .other-logo i {
                width: 82px;
                height: 82px;
                display: block;
                background: url('../../img/login_v6.png') no-repeat;
                margin-bottom: 20px;
            }

            .login-wrap .login-others .other-logo.logo-wechat i {
                background-position: -168px 0
            }

            .login-wrap .login-others .other-logo.logo-wechat:hover i {
                background-position: -168px -84px
            }

            .login-wrap .login-others .other-logo.logo-qq i {
                background-position: 0 0
            }

            .login-wrap .login-others .other-logo.logo-qq:hover i {
                background-position: 0 -84px
            }

            .login-wrap .login-others .other-logo.logo-weibo i {
                background-position: -84px 0
            }

            .login-wrap .login-others .other-logo.logo-weibo:hover i {
                background-position: -84px -84px
            }

            .login-wrap .login-others .other-logo span {
                font-size: 14px;
                color: #888
            }

    .login-wrap .login-others-cards {
        text-align: center;
        padding-top: 28px;
        -webkit-transition: all .28s;
        transition: all .28s
    }

        .login-wrap .login-others-cards .other-logo {
            display: inline-block;
            width: 110px;
            height: 40px;
            line-height: 40px;
            margin-left: 5px;
            text-align: center;
            border-radius: 4px
        }

            .login-wrap .login-others-cards .other-logo:hover {
                opacity: .8;
                FILTER: alpha(opacity=80)
            }

            .login-wrap .login-others-cards .other-logo:first-child {
                margin-left: 0
            }

            .login-wrap .login-others-cards .other-logo i {
                vertical-align: sub;
                display: inline-block;
                background: url('../../img/login_v6.png') no-repeat
            }

            .login-wrap .login-others-cards .other-logo.logo-wechat {
                background-color: #0b0
            }

                .login-wrap .login-others-cards .other-logo.logo-wechat i {
                    height: 22px;
                    width: 26px;
                    background-position: -23px -168px
                }

            .login-wrap .login-others-cards .other-logo.logo-qq {
                background-color: #19a9f1
            }

                .login-wrap .login-others-cards .other-logo.logo-qq i {
                    height: 21px;
                    width: 20px;
                    background-position: 0 -168px
                }

            .login-wrap .login-others-cards .other-logo.logo-weibo {
                background-color: #ed2b2f
            }

                .login-wrap .login-others-cards .other-logo.logo-weibo i {
                    height: 20px;
                    width: 24px;
                    background-position: -52px -168px
                }

            .login-wrap .login-others-cards .other-logo span {
                display: inline-block;
                font-size: 14px;
                color: #fff
            }

    .login-wrap .cutting-line {
        position: relative;
        width: 340px;
        margin: 12px auto;
        text-align: center
    }

        .login-wrap .cutting-line span {
            position: relative;
            z-index: 2;
            color: #888;
            padding: 0 5px;
            font-size: 14px;
            background-color: #fff
        }

        .login-wrap .cutting-line:after {
            content: " ";
            position: absolute;
            left: 0;
            top: 10px;
            width: 340px;
            height: 1px;
            background-color: #eaeaea;
            z-index: 1
        }

    .login-wrap .login-form {
        width: 340px;
        margin: 0 auto
    }

        .login-wrap .login-form .input-inline {
            width: 340px;
            margin-bottom: 8px;
            position: relative
        }

            .login-wrap .login-form .input-inline input {
                border: 1px solid #e3e3e3;
                border-radius: 4px;
                outline: 0;
                width: 340px;
                height: 40px;
                line-height: 40px;
                font-size: 14px;
                color: #ccc;
                padding-left: 42px
            }

                .login-wrap .login-form .input-inline input:focus {
                    border: 1px solid #10c55b
                }

                .login-wrap .login-form .input-inline input.danger {
                    border: 1px solid #fda233
                }

            .login-wrap .login-form .input-inline .input-icon {
                background: url('../../img/login_v6.png') no-repeat;
                position: absolute;
                left: 15px;
                top: 10px
            }

                .login-wrap .login-form .input-inline .input-icon.i-phone {
                    height: 22px;
                    width: 14px;
                    background-position: -141px -168px
                }

                .login-wrap .login-form .input-inline .input-icon.i-user {
                    height: 20px;
                    width: 18px;
                    background-position: -79px -168px
                }

                .login-wrap .login-form .input-inline .input-icon.i-password {
                    height: 19px;
                    width: 18px;
                    background-position: -120px -168px
                }

            .login-wrap .login-form .input-inline .warning-text {
                font-size: 12px;
                overflow: hidden;
                height: 0;
                -webkit-transition: all .2s;
                transition: all .2s
            }

                .login-wrap .login-form .input-inline .warning-text.show {
                    padding-top: 5px;
                    height: auto
                }

                .login-wrap .login-form .input-inline .warning-text span {
                    color: #666
                }

                .login-wrap .login-form .input-inline .warning-text i {
                    display: inline-block;
                    vertical-align: sub;
                    height: 14px;
                    width: 14px;
                    background: url('../../img/login_v6.png') no-repeat
                }

                    .login-wrap .login-form .input-inline .warning-text i.warning-icon {
                        background-position: -17px -193px
                    }

                        .login-wrap .login-form .input-inline .warning-text i.warning-icon + span {
                            color: #ccc
                        }

                    .login-wrap .login-form .input-inline .warning-text i.success-icon {
                        background-position: 0 -193px
                    }

                    .login-wrap .login-form .input-inline .warning-text i.danger-icon {
                        background-position: -34px -193px
                    }

            .login-wrap .login-form .input-inline.captcha input {
                width: 230px;
                padding-left: 10px
            }

            .login-wrap .login-form .input-inline.captcha .btn-captcha {
                position: absolute;
                top: 0;
                right: 0;
                width: 100px;
                height: 40px;
                line-height: 40px;
                vertical-align: -1px
            }

                .login-wrap .login-form .input-inline.captcha .btn-captcha.disabled {
                    pointer-events: none;
                    background-color: #e3e3e3;
                    border-color: #e3e3e3
                }

                    .login-wrap .login-form .input-inline.captcha .btn-captcha.disabled a {
                        color: #fff !important
                    }

                .login-wrap .login-form .input-inline.captcha .btn-captcha a {
                    font-size: 14px
                }

        .login-wrap .login-form .login-switch {
            text-align: center;
            margin-top: 12px;
            color: #666;
            font-size: 12px
        }

            .login-wrap .login-form .login-switch a {
                color: #666;
                font-size: 14px
            }

                .login-wrap .login-form .login-switch a:hover {
                    color: #10c55b
                }

                .login-wrap .login-form .login-switch a.text-green {
                    font-size: 12px
                }

        .login-wrap .login-form .login-submit {
            width: 340px;
            height: 40px;
            line-height: 40px
        }

    .login-wrap .login-footer {
        margin-top: 60px
    }

    .login-wrap .login-type {
        text-align: center;
        color: #10c55b;
        position: relative
    }

        .login-wrap .login-type a {
            color: #10c55b;
            font-size: 16px
        }

            .login-wrap .login-type a:hover {
                text-decoration: underline
            }

            .login-wrap .login-type a:first-child {
                position: relative;
                margin-right: 40px
            }

                .login-wrap .login-type a:first-child:after {
                    position: absolute;
                    top: 0;
                    right: -20px;
                    content: " ";
                    width: 1px;
                    height: 22px;
                    background-color: #10c75c
                }

.setting-main .login-hearder {
    color: #666;
    font-size: 20px;
    padding: 36px 0 30px;
    height: auto
}

    .setting-main .login-hearder p {
        margin-top: 10px;
        color: #999;
        font-size: 14px;
        text-align: center
    }

.setting-main .login-wrap {
    position: initial;
    margin: 40px auto 0;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0,0,0,.1);
    box-shadow: 0 2px 6px 0 rgba(0,0,0,.1);
    width: 524px;
    height: auto;
    padding-bottom: 50px
}

    .setting-main .login-wrap .input-inline, .setting-main .login-wrap .input-inline input {
        margin-bottom: 10px
    }

        .setting-main .login-wrap .input-inline .warning-text.show {
            padding: 0;
            margin-top: -4px
        }

.setting-main .setting-alert {
    width: 280px;
    height: 160px;
    margin: 0 auto;
    background: #FFF;
    border-radius: 4px;
    padding: 30px 0
}

    .setting-main .setting-alert .setting-success {
        background: url('../../img/login_v6.png') -200px -168px no-repeat;
        height: 50px;
        width: 50px;
        margin: 0 auto 20px
    }

    .setting-main .setting-alert .setting-text {
        color: #666;
        font-size: 14px;
        text-align: center
    }

        .setting-main .setting-alert .setting-text a {
            text-decoration: underline;
            color: #10c55b
        }

.qt-model-t .login-wrap {
    position: initial;
    margin: 0 auto
}

.qt-model-t .login-hearder {
    color: #666;
    font-size: 20px;
    text-align: center;
    padding-top: 20px;
    position: relative
}

    .qt-model-t .login-hearder .login-close {
        position: absolute;
        top: 10px;
        right: -75px;
        background: url('../../img/login_v6.png') -100px -168px no-repeat;
        height: 20px;
        width: 17px;
        cursor: pointer
    }

.qt-model-t .login-p {
    text-align: center;
    margin-top: 30px
}

    .qt-model-t .login-p a {
        font-size: 16px;
        color: #666
    }

        .qt-model-t .login-p a:hover {
            color: #10c55b
        }

.qt-model-t .login-others-cards {
    padding-top: 12px
}

.geetest_holder {
    width: 100% !important
}

.login-box .warning-text {
    display: block !important
}

.agreement-handle {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: sub;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAFo9M/3AAAAAXNSR0IArs4c6QAAAUtJREFUOBFjFDwd58nwj2EbE4gokfJjYBQ8GfefAQiY7hpNBdEIETAPSDDBGDAargckwMjA8ARFBdA0GbhAu1w0WBeKFrA2mL1gaSwE3AhkuSrpIIY6mVCwEAtMQpJVkOGkXgfDqjfHGEoeLoQJMzAKnYx7DHINXASNgV8BE4MXEz7dkGBEMxKdi9UX78wQjgQrOKjdxKDDJQfWDJIUOhUPNwgecmf1uhgUOcRRJEGq4ArgWtAYWN0AUwOKPvzhAFOJgwbHP95wwqERJgzSi9eJMIUwuhKYCA7pNMO4YBrFgFRxFwYtTsxoL5cOYAAFLzczO4PdlVoUA+CpCSS6+d0Zhs2alQyCzDwMfjc6GNwE9BnqZEMZ5rzcgxH8MFOwRoM0mxDDSrVihmOfbzCUPVwMU4uVxmoAVpU4BJmAOdULFB045HEKg/UA9QIArAVbP4kj0hcAAAAASUVORK5CYII=");
    margin-right: 5px
}

.agreement-alert {
    text-align: center;
    font-size: 12px;
    color: #666;
    margin-top: 18px
}

    .agreement-alert .text {
        color: #666
    }

        .agreement-alert .text:hover {
            color: #10c55b
        }

.areaCode {
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    height: 40px;
    border-radius: 4px;
    width: 117px;
    border: 1px solid #e3e3e3
}

.areaCode-icon {
    width: 20px;
    height: 34px;
    position: absolute;
    top: 0;
    right: 2px;
    background: url(http://pic.qiantucdn.com/model/img/loginIcon.png) no-repeat
}

.areaCode-con {
    font-size: 15px;
    width: 99px;
    height: 40px;
    overflow: hidden
}

    .areaCode-con p {
        font-size: 15px;
        width: 338px;
        height: 40px;
        padding-left: 8px;
        line-height: 40px;
        color: #666
    }

        .areaCode-con p i {
            display: inline-block;
            margin-left: 4px
        }

.areaCode-select {
    position: absolute;
    top: 40px;
    left: -1px;
    border-radius: 4px;
    display: none;
    width: 340px;
    height: 175px;
    overflow-x: auto;
    z-index: 6;
    background: #fff;
    border: 1px solid #e3e3e3
}

    .areaCode-select p {
        font-size: 15px;
        width: 100%;
        height: 25px;
        padding-left: 15px;
        line-height: 25px;
        color: #666
    }

        .areaCode-select p i {
            display: block;
            float: right;
            margin-right: 15px;
            height: 25px
        }

        .areaCode-select p:hover {
            background: #10c55b;
            color: #fff
        }

            .areaCode-select p:hover i {
                color: #fff
            }

.login-wrap .login-type .login-type-hint {
    position: absolute;
    top: -28px;
    left: 73px;
    color: #3ea63d;
    width: 255px;
    font-size: 12px;
    text-align: center
}

#phone {
    float: left;
    width: 220px;
    margin-left: 119px
}

.warning-text {
    clear: both
}

.login-wrap .login-form .input-inline .input-icon.areaCodePhoneIcon {
    left: 130px
}

.integral {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 500;
    overflow: hidden
}

.integral-background {
    opacity: .4;
    filter: alpha(opacity=40);
    -moz-opacity: .4;
    width: 100%;
    height: 100%;
    background: #000
}

.integral-close {
    width: 14px;
    height: 14px;
    background: url(http://icon.qiantucdn.com/revision/images/sc7.png) no-repeat;
    position: absolute;
    top: 13px;
    right: 13px;
    cursor: pointer
}

.integral-model {
    width: 360px;
    height: 260px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -180px;
    margin-top: -130px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 15px #666;
    overflow: hidden
}

@keyframes rotation {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

@-moz-keyframes rotation {
    from {
        -moz-transform: rotate(0deg)
    }

    to {
        -moz-transform: rotate(360deg)
    }
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg)
    }
}

@-o-keyframes rotation {
    from {
        -o-transform: rotate(0deg)
    }

    to {
        -o-transform: rotate(360deg)
    }
}

.integral-animation1 {
    animation: integralOpacity 2s linear;
    -webkit-animation: integralOpacity 2s linear;
    -moz-animation: integralOpacity 2s linear;
    -o-animation: integralOpacity 2s linear;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards
}

.integral-animation2 {
    animation: integralRight 2s linear;
    -webkit-animation: integralRight 2s linear;
    -moz-animation: integralRight 2s linear;
    -o-animation: integralRight 2s linear;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards
}

@keyframes integralOpacity {
    from {
        opacity: 1;
        display: block
    }

    to {
        opacity: 0;
        display: none
    }
}

@-webkit-keyframes integralOpacity {
    from {
        opacity: 1;
        display: block
    }

    to {
        opacity: 0;
        display: none
    }
}

@-moz-keyframes integralOpacity {
    from {
        -moz-opacity: 1;
        display: block
    }

    to {
        -moz-opacity: 0;
        display: none
    }
}

@-o-keyframes integralOpacity {
    from {
        opacity: 1;
        display: block
    }

    to {
        opacity: 0;
        display: none
    }
}

@keyframes integralRight {
    from {
        left: 50%;
        top: 50%;
        transform: scale(1);
        opacity: 1
    }

    to {
        left: 110%;
        top: 80%;
        transform: scale(0);
        opacity: 0
    }
}

@-webkit-keyframes integralRight {
    from {
        left: 50%;
        top: 50%;
        -webkit-transform: scale(1);
        opacity: 1
    }

    to {
        left: 110%;
        top: 80%;
        -webkit-transform: scale(0);
        opacity: 0
    }
}

@-moz-keyframes integralRight {
    from {
        left: 50%;
        top: 50%;
        -moz-transform: scale(1);
        -moz-opacity: 1
    }

    to {
        left: 110%;
        top: 80%;
        -moz-transform: scale(0);
        -moz-opacity: 0
    }
}

@-o-keyframes integralRight {
    from {
        left: 50%;
        top: 50%;
        -o-transform: scale(1);
        opacity: 1
    }

    to {
        left: 110%;
        top: 80%;
        -o-transform: scale(0);
        opacity: 0
    }
}

.integral-img-qtb {
    width: 100%;
    height: 103px;
    margin-top: 19px;
    text-align: center;
    display: none;
    /*background: url(http://pic.qiantucdn.com/yang/integral/integral-qtb.png) no-repeat center*/
}

.integral-img-gx {
    width: 100%;
    height: 103px;
    margin-top: 19px;
    text-align: center;
    display: none;
    /*background: url(http://pic.qiantucdn.com/yang/integral/integral-gx.png) no-repeat center*/
}

.integral-img-yc {
    width: 100%;
    height: 103px;
    margin-top: 19px;
    text-align: center;
    display: none;
    background: url(http://pic.qiantucdn.com/yang/integral/integral-yc.png) no-repeat center
}

.integral-img-bg {
    width: 100%;
    height: 103px;
    margin-top: 19px;
    text-align: center;
    display: none;
    /*background: url(http://pic.qiantucdn.com/yang/integral/integral-bg.png) no-repeat center*/
}

.integral-img-all {
    width: 100%;
    height: 103px;
    margin-top: 19px;
    text-align: center;
    display: none;
    /*background: url(http://pic.qiantucdn.com/yang/integral/integral-all.png) no-repeat center*/
}

.integral-img2 {
    width: 100%;
    height: 103px;
    /*background: url(http://pic.qiantucdn.com/yang/integral/integral2.png) no-repeat center;*/
    margin-top: 19px
}

.integral-txt1 {
    color: #ff7800;
    font-size: 23px;
    text-align: center
}

.integral-txt2 {
    color: #666;
    font-size: 23px;
    text-align: center;
    margin-top: 18px
}

.integral-txt3 {
    color: #666;
    font-size: 16px;
    text-align: center;
    margin-top: 6px
}

.integral-model2 {
    z-index: 2;
    width: 465px;
    height: 505px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -232px;
    margin-top: -252px;
    /*background: #fff url(http://pic.qiantucdn.com/yang/integral/integral-back.png) no-repeat center top;*/
    border-radius: 5px;
    box-shadow: 0 0 15px #666
}

.integral-close2 {
    width: 19px;
    height: 19px;
    /*background: url(http://pic.qiantucdn.com/yang/img/error2.png) no-repeat;*/
    position: absolute;
    top: 13px;
    right: 13px;
    cursor: pointer
}

.integral-title {
    width: 100%;
    height: 74px;
    font-size: 30px;
    line-height: 74px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    text-shadow: 3px 3px 3px #21c164;
    float: left
}

.integral-explain {
    width: 100%;
    font-size: 18px;
    height: 49px;
    text-align: center;
    color: #fff;
    text-shadow: 3px 3px 3px #21c164;
    float: left
}

.integral-time {
    width: 100%
}

.integral-elem {
    width: 94px;
    height: 91px;
    /*background: url(http://pic.qiantucdn.com/yang/integral/integral7.png) no-repeat;*/
    position: absolute
}

.integral-img {
    width: 88px;
    height: 49px;
    text-align: center;
    display: block;
    margin-top: 6px
}

.integral-num {
    display: block;
    text-align: center;
    width: 88px;
    color: #015e27;
    font-size: 12px;
    margin-top: 2px
}

.integral-get {
    width: 40px;
    height: 38px;
    display: none;
    position: absolute;
    top: 0;
    right: 1px;
    /*background: url(http://pic.qiantucdn.com/yang/integral/integral3.png) no-repeat*/
}

.integral-tomorrow {
    width: 40px;
    height: 38px;
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    /*background: url(http://pic.qiantucdn.com/yang/integral/integral4.png) no-repeat*/
}

.integral-agency {
    width: 37px;
    height: 36px;
    display: none;
    position: absolute;
    top: 0;
    right: 1px;
    /*background: url(http://pic.qiantucdn.com/yang/integral/integral23.png) no-repeat*/
}

.integral-position1 {
    top: 137px;
    left: 27px
}

.integral-position2 {
    top: 137px;
    left: 132px
}

.integral-position3 {
    top: 137px;
    left: 236px
}

.integral-position4 {
    top: 137px;
    left: 341px;
    /*background: url(http://pic.qiantucdn.com/yang/integral/integral6.png) no-repeat*/
}

.integral-position5 {
    top: 275px;
    left: 341px
}

.integral-position6 {
    top: 275px;
    left: 236px
}

.integral-position7 {
    top: 275px;
    left: 27px;
    width: 198px;
    /*background: url(http://pic.qiantucdn.com/yang/integral/integral20.png) no-repeat*/
}

    .integral-position7 .integral-img {
        width: 100%;
        margin-top: 5px;
        height: 49px
    }

    .integral-position7 .integral-num {
        width: 100%;
        margin-top: 4px
    }

.integral-color {
    background: #10c55b;
    background: -webkit-linear-gradient(left,#1beb71,#10c55b);
    background: -o-linear-gradient(left,#1beb71,#10c55b);
    background: -moz-linear-gradient(left,#1beb71,#10c55b);
    background: linear-gradient(left,#1beb71,#10c55b)
}

.integral-btn {
    width: 201px;
    height: 41px;
    float: left;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 15px;
    line-height: 40px;
    border-radius: 4px;
    margin-top: 295px;
    margin-left: 131px
}

.integral-link {
    width: 122px;
    height: 41px;
    float: left;
    display: none;
    text-align: center;
    color: #fff;
    font-size: 15px;
    line-height: 40px;
    border-radius: 4px;
    margin-top: 295px;
    margin-left: 100px
}

.integral-over {
    width: 122px;
    height: 41px;
    float: left;
    display: none;
    text-align: center;
    background: #f0fef5;
    color: #5ac56a;
    border: 1px solid #5ac56a;
    font-size: 15px;
    line-height: 40px;
    border-radius: 4px;
    margin-top: 295px;
    margin-left: 20px
}

.integral-date {
    width: 100%;
    text-align: center;
    float: left;
    color: #666;
    font-size: 13px;
    margin-top: 9px
}

.integral-nav {
    width: 412px;
    height: 162px;
    /*background: url(http://pic.qiantucdn.com/yang/integral/integral9.png) no-repeat;*/
    position: absolute;
    top: 235px;
    left: 35px
}

    .integral-nav p {
        width: 412px;
        height: 162px
    }

. .integral-back5 .integral-btn.disable {
    pointer-events: none;
    background: #ccc !important
}

.integral-background2 {
    z-index: 1;
    width: 927px;
    height: 880px;
    /*background: url(http://pic.qiantucdn.com/yang/integral/integral17.png) no-repeat;*/
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -440px;
    margin-left: -463px;
    animation: rotation 8s linear infinite;
    -moz-animation: rotation 8s linear infinite;
    -webkit-animation: rotation 8s linear infinite;
    -o-animation: rotation 8s linear infinite
}

@keyframes rotation {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

@-moz-keyframes rotation {
    from {
        -moz-transform: rotate(0deg)
    }

    to {
        -moz-transform: rotate(360deg)
    }
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg)
    }
}

@-o-keyframes rotation {
    from {
        -o-transform: rotate(0deg)
    }

    to {
        -o-transform: rotate(360deg)
    }
}

.integral-position-top {
    width: 550px;
    height: 155px;
    background: url(http://pic.qiantucdn.com/yang/integral/integral18.png) no-repeat;
    position: absolute;
    left: -40px;
    top: -90px
}

    .integral-position-top p {
        width: 550px;
        height: 155px;
        background: url(http://pic.qiantucdn.com/yang/integral/integral24.png) no-repeat;
        animation: integralOpacitys 1s linear infinite;
        -webkit-animation: integralOpacitys 1s linear infinite;
        -moz-animation: integralOpacitys 1s linear infinite;
        -o-animation: integralOpacitys 1s linear infinite
    }

@keyframes integralOpacitys {
    0% {
        opacity: 1
    }

    50% {
        opacity: .3
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes integralOpacitys {
    0% {
        opacity: 1
    }

    50% {
        opacity: .3
    }

    100% {
        opacity: 1
    }
}

@-moz-keyframes integralOpacitys {
    0% {
        -moz-opacity: 1
    }

    50% {
        -moz-opacity: .3
    }

    100% {
        -moz-opacity: 1
    }
}

@-o-keyframes integralOpacitys {
    0% {
        opacity: 1
    }

    50% {
        opacity: .3
    }

    100% {
        opacity: 1
    }
}

.integral-nav-display1 p {
    background: url(http://pic.qiantucdn.com/yang/integral/integral10.png) no-repeat top left
}

.integral-nav-display2 p {
    background: url(http://pic.qiantucdn.com/yang/integral/integral11.png) no-repeat top left
}

.integral-nav-display3 p {
    background: url(http://pic.qiantucdn.com/yang/integral/integral12.png) no-repeat top left
}

.integral-nav-display4 p {
    background: url(http://pic.qiantucdn.com/yang/integral/integral13.png) no-repeat top left
}

.integral-nav-display5 p {
    background: url(http://pic.qiantucdn.com/yang/integral/integral14.png) no-repeat top left
}

.integral-nav-display6 p {
    background: url(http://pic.qiantucdn.com/yang/integral/integral15.png) no-repeat top left
}

.integral-nav-display7 p {
    background: url(http://pic.qiantucdn.com/yang/integral/integral16.png) no-repeat top left
}

.integral-get-display1 {
    display: block
}

.integral-get-display2 {
    display: block
}

.integral-get-display3 {
    display: block
}

.integral-get-display4 {
    display: block
}

.integral-get-display5 {
    display: block
}

.integral-get-display6 {
    display: block
}

.integral-get-display7 {
    display: block
}

.integral-tomorrow-display2 {
    display: block
}

.integral-agency-display3 {
    display: block
}

.tally {
    width: 56px;
    position: fixed;
    right: 2px;
    bottom: 80px;
    z-index: 301
}

    .tally > a {
        width: 54px;
        float: left;
        font-size: 12px;
        color: #747474;
        background: #fff;
        padding-top: 9px;
        overflow: hidden;
        padding-bottom: 7px;
        border-left: 1px solid #ececec;
        border-right: 1px solid #ececec;
        display: block;
        text-align: center
    }

        .tally > a i {
            display: block;
            margin: 0 auto 3px
        }

    .tally .tally-a1 {
        color: #10c55b;
        border-top: 1px solid #ececec;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px
    }

    .tally .tally-aa1 {
        color: #fff;
        background: #10c55b
    }

        .tally .tally-aa1 i {
            background: url(http://pic.qiantucdn.com/yang/img/icon5.png) no-repeat 0 0
        }

    .tally .tally-aa2 {
        color: #fff;
        background: #10c55b
    }

        .tally .tally-aa2 i {
            background: url(http://pic.qiantucdn.com/yang/img/icon5.png) no-repeat 0 -26px
        }

    .tally .tally-a4 {
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
        border-bottom: 1px solid #ececec
    }

    .tally .tally-a5 {
        border-bottom: 1px solid #ececec;
        border-top: 1px solid #ececec;
        border-radius: 4px;
        margin-top: 1px;
        display: none
    }

    .tally .tally-a6 {
        border-left: 0;
        border-right: 0;
        background: #f6f6f6;
        padding-bottom: 10px;
        margin-top: 15px;
        border-radius: 4px;
        display: none
    }

    .tally > a:hover {
        background: #10c55b;
        color: #fff
    }

    .tally a:hover i.tally-i1 {
        background: url(http://pic.qiantucdn.com/yang/img/icon5.png) no-repeat 0 0
    }

    .tally a:hover i.tally-i2 {
        background: url(http://pic.qiantucdn.com/yang/img/icon5.png) no-repeat 0 -26px
    }

    .tally a:hover i.tally-i3 {
        background: url(http://pic.qiantucdn.com/yang/img/icon5.png) no-repeat 0 -50px
    }

    .tally a:hover i.tally-i4 {
        background: url(http://pic.qiantucdn.com/yang/img/icon5.png) no-repeat 0 -76px
    }

    .tally a:hover i.tally-i5 {
        background: url(http://pic.qiantucdn.com/yang/img/icon5.png) no-repeat 0 -103px
    }

    .tally a:hover i.tally-i6 {
        background: url(http://pic.qiantucdn.com/yang/img/icon5.png) no-repeat -60px -92px
    }

.tally-i1 {
    width: 24px;
    height: 22px;
    background: url(http://pic.qiantucdn.com/yang/img/icon5.png) no-repeat -26px 0
}

.tally-i2 {
    width: 24px;
    height: 22px;
    background: url(http://pic.qiantucdn.com/yang/img/icon5.png) no-repeat -26px -26px
}

.tally-i3 {
    width: 24px;
    height: 22px;
    background: url(http://pic.qiantucdn.com/yang/img/icon5.png) no-repeat -28px -50px
}

.tally-i4 {
    width: 24px;
    height: 22px;
    background: url(http://pic.qiantucdn.com/yang/img/icon5.png) no-repeat -26px -76px
}

.tally-i5 {
    width: 25px;
    height: 25px;
    background: url(http://pic.qiantucdn.com/yang/img/icon5.png) no-repeat -28px -103px
}

.tally-i6 {
    width: 20px;
    height: 11px;
    background: url(http://pic.qiantucdn.com/yang/img/icon5.png) no-repeat -88px -92px
}

.tally-ul1 {
    height: 58px;
    width: 163px;
    position: absolute;
    top: 0;
    left: -163px;
    box-shadow: 0 1px 8px #d9d9d9;
    background: #fff;
    display: none
}

.tally-a7 {
    font-size: 12px;
    width: 85px;
    float: left;
    display: block;
    text-align: center;
    height: 58px
}

    .tally-a7 i {
        width: 28px;
        height: 28px;
        background: url(http://pic.qiantucdn.com/yang/img/icon5.png) no-repeat -89px -108px;
        display: block;
        margin: 7px auto 3px
    }

    .tally-a7 span {
        color: #fa4149
    }

.tally-a8 {
    font-size: 12px;
    width: 75px;
    float: left;
    display: block;
    text-align: center;
    height: 58px
}

    .tally-a8 i {
        width: 24px;
        height: 24px;
        background: url(http://pic.qiantucdn.com/yang/img/icon5.png) no-repeat -58px -108px;
        display: block;
        margin: 9px auto 5px
    }

.tally-ul2 {
    width: 240px;
    height: 273px;
    position: absolute;
    top: -158px;
    left: -240px;
    box-shadow: 0 1px 8px #d9d9d9;
    display: none;
    background: #fff
}

    .tally-ul2 p {
        color: #333;
        font-size: 14px;
        line-height: 22px;
        padding-left: 47px;
        padding-top: 15px;
        position: relative
    }

.tally-p1:after {
    position: absolute;
    content: " ";
    top: 21px;
    left: 12px;
    width: 22px;
    height: 23px;
    background: url(http://icon.qiantucdn.com/img/searchnew/common.png) no-repeat -156px -176px
}

.tally-p2:after {
    position: absolute;
    content: " ";
    top: 21px;
    left: 12px;
    width: 24px;
    height: 24px;
    background: url(http://icon.qiantucdn.com/img/searchnew/common.png) no-repeat -66px -176px
}

.tally-ul2 p strong {
    font-size: 16px;
    font-weight: 700
}

.tally-ul2 p span {
    color: #10c55b;
    font-weight: 700;
    display: inline-block;
    margin-top: 10px
}

.tally-a9 {
    width: 90px;
    height: 36px;
    text-align: center;
    display: inline-block;
    line-height: 36px;
    font-size: 14px;
    color: #fff;
    border-radius: 5px;
    margin-top: 3px;
    background: #10c55b;
    background: -webkit-linear-gradient(left,#1beb71,#10c55b);
    background: -o-linear-gradient(left,#1beb71,#10c55b);
    background: -moz-linear-gradient(left,#1beb71,#10c55b);
    background: linear-gradient(left,#1beb71,#10c55b)
}

.tally-ul3 {
    width: 140px;
    height: 165px;
    position: absolute;
    top: 112px;
    left: -140px;
    font-size: 14px;
    display: none;
    text-align: center;
    box-shadow: 0 1px 8px #d9d9d9;
    background: #fff
}

    .tally-ul3 img {
        width: 137px;
        height: 137px;
        display: block;
        margin: 0 auto
    }

.tally-ul4 {
    width: 86px;
    height: 84px;
    position: absolute;
    left: -38px;
    top: -83px
}

.tally-a10 {
    width: 86px;
    height: 84px;
    background: url(http://pic.qiantucdn.com/yang/img/icon5.png) no-repeat -63px 0;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    animation: myfirst 2s infinite;
    -moz-animation: myfirst 2s infinite;
    -webkit-animation: myfirst 2s infinite;
    -o-animation: myfirst 2s infinite
}

@keyframes myfirst {
    0% {
        top: 0
    }

    50% {
        top: -10px
    }

    100% {
        top: 0
    }
}

@-moz-keyframes myfirst {
    0% {
        top: 0
    }

    50% {
        top: -10px
    }

    100% {
        top: 0
    }
}

@-webkit-keyframes myfirst {
    0% {
        top: 0
    }

    50% {
        top: -10px
    }

    100% {
        top: 0
    }
}

@-o-keyframes myfirst {
    0% {
        top: 0
    }

    50% {
        top: -10px
    }

    100% {
        top: 0
    }
}

.tally-ul5 {
    width: 12px;
    height: 12px;
    background: url(http://pic.qiantucdn.com/yang/img/icon5.png) no-repeat -117px -91px;
    position: absolute;
    top: -60px;
    right: -2px;
    z-index: 11;
    cursor: pointer
}

.sixIcon {
    width: 85px;
    height: 83px;
    position: absolute;
    left: -29px;
    top: -198px;
    background: url(//icon.qiantucdn.com/static/images/worldCup/rightMinFiex.png) no-repeat;
    display: none
}

.sixIcon-close {
    width: 22px;
    height: 22px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
    cursor: pointer
}

.sixIcon-link {
    width: 100%;
    height: 104px;
    display: block;
    cursor: pointer
}

.activityBottomPopup {
    width: 819px;
    height: 337px;
    z-index: 7;
    display: none;
    position: fixed;
    left: 50%;
    bottom: 5px;
    margin-left: -409px;
    background: url(//icon.qiantucdn.com/static/images/aprTopic/eventActivity.png) no-repeat
}

.activityBottomPopup-close {
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    top: 134px;
    right: 170px;
    z-index: 3;
    cursor: pointer
}

.activityBottomPopup-link {
    width: 100%;
    height: 337px;
    display: block;
    cursor: pointer
}

@charset "UTF-8";

.favorite-main {
    padding: 20px 0 30px 24px
}

    .favorite-main .qt-pagination {
        margin-top: 28px
    }

    .favorite-main .fav-title {
        font-size: 16px;
        padding: 0 16px 12px;
        color: #666;
        font-weight: 700;
        border-bottom: 2px solid #10c55b
    }

        .favorite-main .fav-title em {
            font-weight: 400;
            font-size: 14px;
            color: 14px
        }

    .favorite-main .fav-des {
        font-size: 14px;
        color: #666;
        margin-right: 27px
    }

    .favorite-main .edit-title {
        color: #666;
        font-size: 18px;
        padding-bottom: 15px;
        border-bottom: 1px solid #e3e3e3
    }

.favorite-wrap {
    margin-top: 20px
}

    .favorite-wrap .favorite-create {
        background-color: #f6fff9
    }

    .favorite-wrap .favorite-box {
        position: relative;
        display: block
    }

    .favorite-wrap .create-btn {
        display: block;
        width: 220px;
        height: 300px;
        text-align: center;
        font-size: 14px;
        color: #a0a4a1;
        border: 1px dashed #10c55b
    }

        .favorite-wrap .create-btn i {
            display: block;
            margin: 110px auto 16px;
            width: 53px;
            height: 53px;
            background: url(http://icon.qiantucdn.com/images/user/favorite-icon.png) -115px 0 no-repeat
        }

    .favorite-wrap .wrap-list {
        width: 240px;
        height: 320px;
        overflow: hidden;
        padding: 10px 0 0 10px;
        position: relative;
        margin: 0 15px 10px 0
    }

        .favorite-wrap .wrap-list:hover {
            -webkit-transition: all .25s;
            transition: all .25s;
            -webkit-box-shadow: 0 3px 7px 0 rgba(0,0,0,.16);
            box-shadow: 0 3px 7px 0 rgba(0,0,0,.16)
        }

            .favorite-wrap .wrap-list:hover .fav-modify {
                top: 20px;
                -webkit-transform: scale(1);
                -ms-transform: scale(1);
                transform: scale(1)
            }

        .favorite-wrap .wrap-list .fav-modify {
            position: absolute;
            top: -56px;
            right: 20px;
            z-index: 3;
            background: url(http://icon.qiantucdn.com/img/searchnew/common.png) -113px -54px no-repeat;
            display: block;
            width: 54px;
            height: 54px;
            -webkit-transform: scale(.1);
            -ms-transform: scale(.1);
            transform: scale(.1);
            -webkit-transition: -webkit-transform .25s;
            transition: -webkit-transform .25s;
            transition: transform .25s;
            transition: transform .25s,-webkit-transform .25s
        }

            .favorite-wrap .wrap-list .fav-modify:hover {
                background-position-y: -110px
            }

        .favorite-wrap .wrap-list .offline-bg {
            width: 220px;
            height: 300px;
            position: absolute;
            top: 10px;
            left: 10px;
            z-index: 3;
            background-color: #10c55b;
            background-color: rgba(16,197,91,.7);
            FILTER: alpha(opacity=70);
            text-align: center;
            color: #fff;
            font-size: 18px
        }

            .favorite-wrap .wrap-list .offline-bg i {
                margin: 110px auto 10px;
                display: block;
                height: 47px;
                width: 47px;
                background: url(http://icon.qiantucdn.com/images/user/favorite-icon.png) -68px 0 no-repeat
            }

        .favorite-wrap .wrap-list .box-title {
            width: 220px;
            height: 70px;
            position: absolute;
            top: 0;
            left: 0;
            background: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.25)),to(transparent));
            background: -webkit-linear-gradient(top,rgba(0,0,0,.25),transparent);
            background: linear-gradient(to bottom,rgba(0,0,0,.25),transparent);
            padding: 12px;
            line-height: 1.6
        }

            .favorite-wrap .wrap-list .box-title em {
                color: #fff;
                font-size: 12px
            }

            .favorite-wrap .wrap-list .box-title strong {
                font-size: 18px;
                color: #fff;
                font-weight: 700
            }

        .favorite-wrap .wrap-list .box-cover-ckg {
            margin-bottom: 10px
        }

        .favorite-wrap .wrap-list .box-cover {
            margin-right: 5px
        }

        .favorite-wrap .wrap-list .default .box-cover-ckg {
            position: relative
        }

            .favorite-wrap .wrap-list .default .box-cover-ckg:after {
                position: absolute;
                left: 10px;
                bottom: 10px;
                content: ' ';
                width: 66px;
                height: 66px;
                background: url(http://icon.qiantucdn.com/images/user/favorite-icon.png) -168px 0 no-repeat
            }

.edit-warp .edit-label, .edit-warp .edit-title {
    color: #333;
    height: 36px
}

.edit-warp {
    padding-top: 30px
}

    .edit-warp .edit-des, .edit-warp .edit-title {
        width: 450px;
        border: 1px solid #e3e3e3;
        font-size: 14px;
        resize: none;
        vertical-align: text-top;
        padding: 10px
    }

    .edit-warp .edit-inline {
        margin-right: 80px
    }

        .edit-warp .edit-inline:first-child {
            margin-bottom: 30px
        }

    .edit-warp .edit-label {
        font-size: 14px;
        vertical-align: text-top;
        margin-right: 24px;
        display: inline-block;
        line-height: 36px
    }

    .edit-warp .edit-des {
        height: 120px
    }

    .edit-warp .change-cover {
        text-align: center;
        margin-top: 10px;
        font-size: 14px;
        color: #888
    }

        .edit-warp .change-cover a {
            font-size: 14px;
            color: #10c55b
        }

    .edit-warp .edit-handle {
        padding-left: 56px;
        margin-top: 28px
    }

        .edit-warp .edit-handle .icon-handle {
            display: inline-block;
            vertical-align: bottom;
            height: 22px;
            width: 18px;
            margin-right: 10px;
            background: url(http://icon.qiantucdn.com/images/user/favorite-icon.png) -14px 0 no-repeat
        }

        .edit-warp .edit-handle a {
            color: #666;
            font-size: 14px
        }

            .edit-warp .edit-handle a:hover {
                color: #10c55b
            }

    .edit-warp .edit-btn-group {
        padding-left: 56px;
        margin-top: 32px
    }

        .edit-warp .edit-btn-group .qt-btn {
            width: 120px;
            height: 36px;
            line-height: 36px;
            margin-right: 30px
        }

    .edit-warp .edit-warning {
        font-size: 12px;
        color: #666;
        padding-left: 56px;
        margin-top: 10px
    }

        .edit-warp .edit-warning .icon-warning {
            display: inline-block;
            vertical-align: bottom;
            height: 14px;
            width: 14px;
            margin-right: 10px;
            background: url(http://icon.qiantucdn.com/images/user/favorite-icon.png) no-repeat
        }

    .edit-warp .roll-box {
        position: relative
    }

    .edit-warp .roll-wrap {
        position: relative;
        padding: 10px 0 0 10px;
        background: #f6f6f6;
        width: 610px;
        overflow: hidden;
        margin-right: 80px;
        max-height: 310px
    }

    .edit-warp .roll-next, .edit-warp .roll-prev {
        display: none;
        position: absolute;
        z-index: 20;
        width: 66px;
        margin-top: -40px;
        height: 66px;
        background: url(http://icon.qiantucdn.com/58pic_home/index/images/imgbtn.png) no-repeat;
        cursor: pointer;
        top: 52%;
        background-size: cover
    }

        .edit-warp .roll-next.disable, .edit-warp .roll-prev.disable {
            display: none !important
        }

    .edit-warp:hover .roll-next, .edit-warp:hover .roll-prev {
        display: block
    }

    .edit-warp .roll-prev {
        background-position: -132px 0;
        left: 9px
    }

        .edit-warp .roll-prev:hover {
            background-position: -264px 0
        }

    .edit-warp .roll-next {
        background-position: -66px 0;
        right: 89px
    }

        .edit-warp .roll-next:hover {
            background-position: -199px 0
        }

    .edit-warp .select-pics .pic-list {
        margin: 0 10px 10px 0;
        font-size: 0;
        position: relative;
        cursor: pointer
    }

        .edit-warp .select-pics .pic-list .pic-bg {
            position: absolute;
            background: rgba(0,0,0,.5);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000, endColorstr=#7F000000);
            z-index: 3;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%
        }

            .edit-warp .select-pics .pic-list .pic-bg:after {
                content: ' ';
                width: 36px;
                height: 36px;
                position: absolute;
                top: 50%;
                left: 50%;
                margin: -18px;
                background: url(http://icon.qiantucdn.com/images/user/favorite-icon.png) -32px 0 no-repeat
            }

.model-del .model-content {
    position: relative;
    margin: 0 auto;
    border-radius: 4px;
    background-color: #fff
}

.model-del .del-warning {
    font-size: 14px;
    line-height: 22px;
    color: #666;
    text-align: center;
    padding-top: 44px
}

.model-del .del-handle {
    text-align: center;
    margin-top: 30px
}

    .model-del .del-handle .qt-btn {
        width: 100px;
        height: 36px;
        line-height: 36px
    }

        .model-del .del-handle .qt-btn:first-child {
            margin-left: 25px
        }

.favorite-cover {
    min-width: 1200px;
    height: 320px;
    padding-top: 50px;
    position: relative;
    overflow: hidden
}

    .favorite-cover .cover-bg {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: -1;
        background-position: center;
        background-size: cover;
        background-attachment: fixed;
        -webkit-filter: blur(20px);
        -moz-filter: blur(20px);
        -ms-filter: blur(20px);
        -o-filter: blur(20px);
        filter: blur(20px);
        filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=10, MakeShadow=false)
    }

    .favorite-cover .cover-left {
        width: 260px
    }

    .favorite-cover .cover-right {
        width: 890px
    }

    .favorite-cover .cover-title {
        font-size: 36px;
        color: #fff;
        font-weight: 700;
        margin-bottom: 16px
    }

    .favorite-cover .cover-des {
        width: 540px;
        font-size: 14px;
        line-height: 1.6;
        color: #fff;
        margin-bottom: 20px
    }

    .favorite-cover .cover-userinfo {
        margin-bottom: 30px
    }

        .favorite-cover .cover-userinfo p {
            color: #fff
        }

        .favorite-cover .cover-userinfo .user-img {
            display: inline-block;
            vertical-align: middle;
            margin-right: 10px;
            -webkit-box-sizing: content-box;
            box-sizing: content-box;
            border: 3px solid rgba(255,255,255,.5);
            border-radius: 50%
        }

        .favorite-cover .cover-userinfo .qt-btn {
            width: 140px;
            height: 36px;
            line-height: 36px
        }

            .favorite-cover .cover-userinfo .qt-btn a {
                font-size: 14px
            }

    .favorite-cover .cover-info {
        font-size: 12px
    }

        .favorite-cover .cover-info span {
            color: #fff
        }

        .favorite-cover .cover-info .icon-eye, .favorite-cover .cover-info .icon-heart {
            display: inline-block;
            vertical-align: sub;
            margin-right: 4px
        }

        .favorite-cover .cover-info .icon-eye {
            height: 14px;
            width: 20px;
            background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAOCAYAAAAvxDzwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAFbSURBVDhPfZM/LARBFMYvodZo5RqNSnWthItCoRDlBQlKVyI6ojjRiRKRCFFphMJV21wuKio6FCTk4k9BciGy/Oby7WU8s7vJt/v29773dmZnJpdLueI4HkIH6ONHF/E72ud1MK3uH8ecp6juNanyvoYqqOpx58lnNsYw5hVMZIx+0vONB318fdqZeJ7y6EhMxEuwG3SLlj3eKa+rmfnTFDCiZjt+An4mfk18pTgynm3x0RbH2CVQM8Z5TWs44XgH5G2PVD0i8W7X8B492/8Ae0MXAV6HNwP8Ef7kGjbRQ8Dgtsh5gEfw7wC/a3FuPRrukZlyRbzfW4g+sU3jPRTvTf7jlMCqMV6Kn/Dh42SBfA9sRXzWrvSCEnum6TrNPtEX2jC5XdUspu3FORkaFBczNnaRfEPecuZpwVhwKy/zC/EWKksuflXO7Y5CZjMznRIF7TPtHbUavJTW6BfNAQo20lCgQQAAAABJRU5ErkJggg==) no-repeat
        }

        .favorite-cover .cover-info .icon-heart {
            height: 14px;
            width: 15px;
            background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAOCAYAAADwikbvAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAEESURBVDhPY2AAgn///qkD8en/EPAByJ4CpAVAckCaC8ifAMTvQJJA+jwQa4PkQJJyUMHnQMFmIF4ONQSkcA6MDaRXQeUfQNWrgWy9BMQfwSZBAZDPDsQLoRpBmjjR5F8CxW6BbAbZkIcsCWMDpRSwiQPVZ4L0wTTXYlOESwyouQysGci4CMQPSdR8E6jnNshmB6jTzYkxAKhJB6reG6weKHAU7AwiAFDtTyC+AFcKikuoadvw6QdqWg2NAXAaQI4ee6gBnThCuB4q74HVAqDJMVAF9WgGl0BtTMPrM6ABWVADeqHh0QLlFxIRJOAkmwDV8A1KZxClESmJugFdcR+oOQCXRgD4KEraEpbpbQAAAABJRU5ErkJggg==) no-repeat
        }

.favorite-flow {
    margin-top: 30px;
    width: 1220px
}

    .favorite-flow .flow-item {
        width: 290px;
        margin-right: 14px
    }

    .favorite-flow .img-title {
        position: absolute;
        left: 10px;
        bottom: 10px;
        color: #fff;
        z-index: 5;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 98%
    }

.model-favirite-warning .model-content {
    width: 540px;
    height: 300px;
    background-color: #fff;
    border-radius: 4px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    padding-top: 40px
}

    .model-favirite-warning .model-content .icon-warning {
        margin: 0 auto 30px;
        width: 60px;
        height: 60px;
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkI5RTg5NDIzNzFDNjExRTdCMUMzOURFNkM2QTdBQUYwIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkI5RTg5NDI0NzFDNjExRTdCMUMzOURFNkM2QTdBQUYwIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QjlFODk0MjE3MUM2MTFFN0IxQzM5REU2QzZBN0FBRjAiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QjlFODk0MjI3MUM2MTFFN0IxQzM5REU2QzZBN0FBRjAiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4sDZXKAAAGmUlEQVR42tRb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) no-repeat
    }

    .model-favirite-warning .model-content .h1 {
        font-size: 18px;
        text-align: center;
        color: #333;
        margin-bottom: 10px
    }

    .model-favirite-warning .model-content .h3 {
        font-size: 14px;
        text-align: center;
        color: #666;
        margin-bottom: 20px
    }

    .model-favirite-warning .model-content .qt-btn {
        margin-bottom: 14px;
        width: 140px;
        height: 36px;
        line-height: 36px
    }

    .model-favirite-warning .model-content a {
        font-size: 14px
    }

.model-favirite-edit .model-content {
    width: 280px;
    background-color: #fff;
    border-radius: 4px;
    margin: 0 auto;
    position: relative;
    padding: 20px
}

    .model-favirite-edit .model-content .edit-title {
        font-size: 18px;
        color: #333;
        margin-bottom: 20px
    }

    .model-favirite-edit .model-content .edit-hanlde {
        margin-bottom: 10px
    }

        .model-favirite-edit .model-content .edit-hanlde label {
            font-size: 14px;
            color: #333
        }

        .model-favirite-edit .model-content .edit-hanlde .edit-select {
            margin-left: 4px;
            width: 186px;
            height: 34px;
            line-height: 34px;
            border: 1px solid #e3e3e3;
            outline: 0;
            font-size: 14px;
            color: #888;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            padding: 0 10px;
            background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAHCAYAAAA8sqwkAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkRBRUEzRDkzNzFEMDExRTdBQTIwRjY3NzkxQjNEQkI4IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkRBRUEzRDk0NzFEMDExRTdBQTIwRjY3NzkxQjNEQkI4Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6REFFQTNEOTE3MUQwMTFFN0FBMjBGNjc3OTFCM0RCQjgiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6REFFQTNEOTI3MUQwMTFFN0FBMjBGNjc3OTFCM0RCQjgiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6comCmAAAAlElEQVR42mJMS0uby8DA8GbmzJnlDHhAenp6MZAyYAISv4G4DChQgkdxLJDqAWI2JqDJGUBGHRB3Q01BVxwDpBYBcR9QbTjIBgYgoxlINYJMQbYJavJiIO4HqgEbxvj//39k01qBVBUQBwLxOyA+CMRTgYpzYGpQNEA1NUKdyAA1uQhZHkMDVNN8IMUBVByJLgcQYADHEzji60kOVgAAAABJRU5ErkJggg==) 165px center no-repeat
        }

    .model-favirite-edit .model-content .edit-img {
        padding-left: 50px;
        margin-bottom: 30px
    }

        .model-favirite-edit .model-content .edit-img .img-preview {
            width: 120px;
            height: 120px;
            border: 1px solid #e3e3e3;
            overflow: hidden;
            margin-bottom: 20px
        }

            .model-favirite-edit .model-content .edit-img .img-preview.addclass {
                display: inline-block
            }

        .model-favirite-edit .model-content .edit-img .remove-fav {
            cursor: pointer;
            font-size: 14px;
            color: #666
        }

            .model-favirite-edit .model-content .edit-img .remove-fav i {
                display: inline-block;
                vertical-align: sub;
                height: 19px;
                width: 22px;
                margin-right: 6px;
                background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAATCAYAAACUef2IAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHTSURBVDhPnZS7SgNREIaTKFaKWHhp7AS10V4Q1EJRW61FfAJ9ArWw8CUEEwguCRaxUBSiYqEQwuYiW3jpLIwWXgiiJK7fLLuwSfacBAN/ztkz//wze2ZmQyH3Z9t2OJ/PLxcKhVNQYl9lPczlcsMex1s5nwMZUAbP4KhYLC6JRg03k8l0I3QCwQ5AGfF5zwHeCHgP4nJ+DHocLlEikM4UohKoRDZDwmXtxPFWw7WxXxmG0SbkFQ3xDdu4m0CYvaET9WyIr4Z4uFC81jdBZ7wrYL/eiqjLuRRhKUDD3RJ1w1fYCM/7bkGD6lBzBu9LhH8Uwh+cr/mrjMMYSDXL3BHm765JMVJw+v0B4E+Ac43fg2S810IGL3AG/eJu3ycVvlERnm0mjD3mF7Usq4u3SKj8sC1IH0sbyRQFFgXSvQj5pm4UrqXhmzIbDt+9s4qiiMe0WofwstlsL4E+NW9YYUona8Ya8qYmi6QnDudRI7xd/11xrkR6VSOeSKfT7XB2FZxYw0fIiyIzjlNUk5GMtLRa/UDEJWhDtvVthOOWZsoMbE8izvrLuqPMNCiS24YlRUGriL6CRW2WKqNpmn04xwPEDyjmwL9E60Z4igDX4IYg060I/gGBZw/+t8+XKQAAAABJRU5ErkJggg==) no-repeat
            }

            .model-favirite-edit .model-content .edit-img .remove-fav.on {
                cursor: default
            }

                .model-favirite-edit .model-content .edit-img .remove-fav.on i {
                    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAATCAYAAACUef2IAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAH+SURBVDhPnVRNaxNBGB4/8BRJ513SePEmaC96DwjVQ6X2qmcRf0H9A7E9COKhO7NpwJNgAiFppYd4UPRgiwcFD72IBz+OBT8OflCKEt/xmc1myWZ3NksDQ3Z3nnnmeZ/3Q4joZ4w4YgK6zko+Z01fsf7heYvXvLMjzOifA3nFaPkW+/tYX1jRE6xrliOBNQ9kmbV8ZjSZyRUe1nIxFqC9c3j/mY2lp6ZZliHW1MVRAF9kAe23UH2jcibENiolYN+5sCFe0SvTE8cE+3TDCVT0g/XMhZDUWqWol0c62uOAbgoo2s4MS9Mf1t7l2FdNy0VII9U7wnro8PZ27OvQrkc2oUXIwXkAYvqbrVj+AtGt8SyzP3Me+P408ohYfpiSjD77s9XEBUrWcOZlTsI/WSseTlWg6Ruvy9Pj5DaZOPvYUXYta8VCAeJ2QvE97yRIN52KfXl1WEboopywPjKI4upYozmQvnfiFe3a3gjxANagfODspro4McSVKsD+ziEdoO4vJttayTvuA/AyJqfPObjVybkSWmJr1W2J3AD5cZTgfUdDtVNDKG4E9DgsaeW0eM/alhpUmjr20pTaVBlpueLqMnzvIrK9qHUZz3edSrNusmVoJ5sjoQPsf0eilnJVuja5WZ0FeScj9C5G6KlDkSbsCbx5hPwa/r5h5V0qQvgf/pAFH4yOc58AAAAASUVORK5CYII=) no-repeat
                }

                .model-favirite-edit .model-content .edit-img .remove-fav.on .repeal {
                    color: #10c55b;
                    cursor: pointer
                }

    .model-favirite-edit .model-content .btn-group {
        text-align: center
    }

        .model-favirite-edit .model-content .btn-group .qt-btn {
            width: 100px;
            height: 36px;
            line-height: 36px
        }

            .model-favirite-edit .model-content .btn-group .qt-btn a {
                font-size: 14px
            }

.model-favirite-all .model-content {
    width: 460px;
    height: 500px;
    background-color: #fff;
    border-radius: 4px;
    margin: 0 auto;
    position: relative;
    padding: 20px 0 0
}

.model-favirite-all .model-title {
    font-size: 18px;
    color: #333;
    margin-bottom: 22px;
    margin-left: 20px
}

.model-favirite-all .favirite-box {
    margin-bottom: 2px;
    margin-left: 20px;
    height: 350px;
    overflow-y: auto
}

    .model-favirite-all .favirite-box::-webkit-scrollbar {
        width: 10px
    }

    .model-favirite-all .favirite-box::-webkit-scrollbar-thumb {
        border-radius: 8px;
        background: #c1c1c1
    }

    .model-favirite-all .favirite-box::-webkit-scrollbar-track {
        background: #f6f6f6
    }

.model-favirite-all .fav-create {
    padding-left: 20px
}

.model-favirite-all .list-loading {
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #888;
    padding-left: 40px;
    visibility: hidden;
    position: relative
}

    .model-favirite-all .list-loading .icon {
        width: 16px;
        height: 18px;
        position: absolute;
        top: 0;
        left: 20px
    }

.model-favirite-all .favirite-box .fav-list {
    width: 420px;
    height: 80px;
    border-radius: 4px;
    margin-top: 10px;
    overflow: hidden;
    position: relative
}

    .model-favirite-all .favirite-box .fav-list > a {
        display: block;
        width: 100%;
        height: 100%;
        padding: 18px 0 0 18px;
        cursor: default
    }

    .model-favirite-all .favirite-box .fav-list .bg {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }

.model-favirite-all .favirite-box .fav-status {
    position: absolute;
    width: 160px;
    height: 80px;
    padding-left: 80px;
    top: 0;
    right: 0;
    z-index: 5;
    text-align: center;
    color: #fff;
    font-size: 12px;
    cursor: pointer
}

    .model-favirite-all .favirite-box .fav-status .icon {
        display: block;
        width: 32px;
        height: 34px;
        margin: 13px auto 0;
        vertical-align: middle;
        font-size: 32px;
        color: #fff
    }

.model-favirite-all .favirite-box .fav-list.on .bg::after {
    background-color: rgba(16,197,91,.53)
}

.model-favirite-all .favirite-box .fav-list .h3 {
    font-size: 12px;
    color: #dadada;
    margin-bottom: 6px;
    z-index: 1;
    position: relative
}

    .model-favirite-all .favirite-box .fav-list .h3 span {
        color: #dadada
    }

.model-favirite-all .favirite-box .fav-list .h1 {
    position: relative;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    z-index: 1
}

.model-favirite-all .favirite-box .fav-list:first-child {
    margin: 0
}

.model-favirite-all .favirite-create {
    width: 140px;
    font-size: 14px;
    color: #666;
    margin-bottom: 14px
}

.model-favirite-all .btn-group {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
    padding-bottom: 18px
}

    .model-favirite-all .btn-group .qt-btn {
        width: 100px;
        height: 36px;
        line-height: 36px
    }

        .model-favirite-all .btn-group .qt-btn:first-child {
            margin-right: 8px
        }

        .model-favirite-all .btn-group .qt-btn a {
            font-size: 14px
        }

.model-favirite-all .fav-create .fav-name {
    width: 420px;
    height: 36px;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    padding: 0 10px;
    margin-bottom: 12px
}

.model-favirite-all .fav-create .create-alert {
    font-size: 14px;
    color: #666
}

.model-favirite-all .icon-success {
    display: block;
    margin: 30px auto 24px;
    width: 50px;
    height: 50px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjc3MTdDMDkzNzI4RDExRTc5NkIxRDE2NTAxRDQxODJCIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjc3MTdDMDk0NzI4RDExRTc5NkIxRDE2NTAxRDQxODJCIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NzcxN0MwOTE3MjhEMTFFNzk2QjFEMTY1MDFENDE4MkIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NzcxN0MwOTI3MjhEMTFFNzk2QjFEMTY1MDFENDE4MkIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7nZ2O8AAAFCElEQVR42sxaa4hVVRjdcxtmfM3gmFqNguVMToWFIwl5gxRmpD/+MBCTNOhlYWCOvSyafw3VlPkqNOih0hCCQdm/Mo2iGTFBSwqa5jpakYTmg2nMB1mtb+46tvnc5957ztn33lmwuHfvc/be3zpnv75vn4qx3UuMJ4wDbwdngTeBN4BjwVHgP+A58CR4FMyA35BnkjR6Ot019FuZ0PiR4CJwAdgC1hRQZo71fwDcDX4M7qDYWEjFLDcRfAXsB7dSSE2MemrBe8Bt4GHwZXBCqYS0s9HV4LXGH64Dn+PDeTZq4Shdqxl8B5yZ455vwW7+9oEnwIu8VgWOBxtZVzqkrjFgJ3gv+Ah40KcQqfDtkGv9vPYR2FtAXV9Z/5vYtR6mQBsi8gC4jA8wcdd6PUTEEfAhsIHjpTdGd+pl2RvB+1mnhrS9JqmQTeCTjvw1bHyLxzHSxTpfc1x7irbEErIOXK6nbbAVfAa8ZPzjEgd6K9uyIbasjSpExkSbypPBO53zfrGxm231qfxVtK0gIbc4xkSGq/YxUzocY5sZx5i5uRAhO1X6LDibq3CpMcC2B1X+J/mEPO2YBueBf5jyQdq+W+U1cgJwCqnhQmRDZpC9pvzocUzBr9rbopTaetjpE3G2CkWEzJS/q5fQroWMAFeqgk+Y4YcVKr2yrmfpCFvIQrDauuE3cHuJjZRucleeez6kbQGqaftlIYtVgTdKLKKZ25Uvwf3c3odhg0oP2V4BD3E0fk9xdxpgslJeTMzkhFKltiRhq3i9sk121+PkjdypKjlUZhGBO5BroTxkpaVsOkW/wMauMouQSWdPnrLaxiEh01Tm92UUIXupjQWU/0Glm0TIFJV5OEYAwpeI9QXW0a/SU0RInco8HsGoF8FfwS/yzDQ+RRi1MArqUlwMtU9QCOZxZb0anMsYVW0JRLhsrBYh/3rq9005xPgU4XRHRMh5lXlVgYV3OYxwiSmGCG3jBRGiQ5YTI1S4yrHSBmKCxasYb0LH006KkJ9VZkPESttCxBzkdqMY3WmqSv9S6Qjj3Bqj4jZrMQswI+QN+hgT03VYKUWnxUZrzMpdb6YYIlw29oiQbvN/WFNwGzjJsxifIibRRnvT2C1C/gI/UzcnOTQRMW+pOIAvEYL7VPrz0+mus4E/8oFn73A5F8k7TDbk6hPak91uO1Y7GPaxX9/ihA2Kk7TPs4iFqttfpO2XhfwNvqkKbTTDD9rGDehW53UUpcNkz/oCTGDIZbhAbLlG7bc6XOGgQUf4R0Iws4eBiDRtsSEnZgMuIYYDM+PYU40vowhp+1OVl9GTiCv2O1+lR3O/VFsGEbVse4zKX3DF9tdRWLYsOnTfyH1TfQlF1LNNHYt+0OHqhp6PvGuyBz02ptGfbymBiBa2peMJYtNWp0OSozI5ctusXUpZSTmDVBZBgNTZyTa0C77ZuI8B8woRPB6yMssM0sfX7AtLwZ+MO3C+lraYuEKCvdIyR/714HucQZ6nDxLHPV7Nh/K+yX6/ovGoUWchLlRE+KhGXFY5727OcY9ECL8Gv6NAOZq4wGtVXGQb6auEfTAQQByzxzjgQxHno5oDbLidr9/17cmMEIcqCga5YndGij7EaKiD7vBLjvhSEpyi8Q1RRcQVYthlXqDv/IDJfqb0Z4x6pMxO1iHjQz6qOR53uksC+b5qGynT5Sxz5YdnI/nAzvGpHwV/ZN/fz7zE+E+AAQBMJxNw34zxpAAAAABJRU5ErkJggg==) no-repeat
}

.model-favirite-all .success-alert {
    width: 160px;
    height: 160px;
    text-align: center;
    font-size: 16px;
    color: #666;
    padding: 1px
}

.model-favirite-all .fav-null {
    text-align: center;
    padding: 1px
}

    .model-favirite-all .fav-null .qt-btn {
        width: 120px;
        height: 36px;
        line-height: 36px
    }

        .model-favirite-all .fav-null .qt-btn a {
            font-size: 14px
        }

    .model-favirite-all .fav-null .icon-null {
        width: 139px;
        height: 147px;
        display: block;
        margin: 90px auto 20px;
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIsAAACTCAYAAAC+nOoJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjM0NDc4OTUzNzI5MDExRTc4MUZFRTg4MDVGRTM5QjZDIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjM0NDc4OTU0NzI5MDExRTc4MUZFRTg4MDVGRTM5QjZDIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MzQ0Nzg5NTE3MjkwMTFFNzgxRkVFODgwNUZFMzlCNkMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MzQ0Nzg5NTI3MjkwMTFFNzgxRkVFODgwNUZFMzlCNkMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4f7KLdAAAOoElEQVR42uxd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) no-repeat
    }

    .model-favirite-all .fav-null .p1 {
        font-size: 16px;
        color: #666;
        text-align: center;
        margin-bottom: 12px;
        padding-top: 0
    }

    .model-favirite-all .fav-null .p2 {
        font-size: 14px;
        text-align: center;
        color: #666;
        margin-bottom: 24px
    }

.favorite-cover .cover-bg {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.2);
    top: 0;
    left: 0
}

.favorite-flow .img-title {
    position: absolute;
    height: 64px;
    padding-left: 10px;
    width: 100%;
    bottom: 0;
    left: 0;
    padding-top: 34px;
    color: #fff;
    z-index: 5;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    background: url(http://icon.qiantucdn.com/img/searchnew/img-bg1.png) repeat-x
}

.favorite-cover .cover-title {
    font-weight: 400
}

.favorite-cover .cover-info span {
    margin-right: 30px
}

.model-favirite-edit .model-content .edit-img .img-preview {
    display: table-cell;
    vertical-align: middle
}

    .model-favirite-edit .model-content .edit-img .img-preview img {
        vertical-align: middle
    }

.model-favirite-edit .model-content .edit-img .remove-fav {
    margin-top: 20px;
    display: block
}

.model-favirite-all .favirite-box .fav-list .bg::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.3);
    top: 0;
    left: 0
}

.public-popbox {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 999
}

    .public-popbox .alert-con {
        width: 300px;
        height: 80px;
        background-color: #fff;
        border-radius: 6px;
        box-shadow: 0 0 6px rgba(0,0,0,.3);
        position: absolute;
        left: 50%;
        top: 50%;
        margin-top: -18px;
        margin-left: -119px;
        text-align: center;
        line-height: 80px
    }

.alert-con .icont-true {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url(http://icon.qiantucdn.com/images/icont/icont-true.png);
    margin-right: 14px
}

.alert-con .icont-error {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url(http://icon.qiantucdn.com/images/icont/icont-error.png);
    margin-right: 14px
}

.alert-con p {
    font-size: 16px;
    color: #666;
    display: inline-block;
    vertical-align: 12px
}

    .alert-con p span {
        color: #10c55b
    }

.change-hei {
    height: 700px
}

.no-fav {
    display: table;
    width: 100%;
    height: 124px;
    table-layout: fixed;
    text-align: center;
    padding-top: 34px
}

    .no-fav p {
        text-align: center;
        line-height: 1.5;
        font-size: 16px;
        color: #666
    }

    .no-fav .qt-btn {
        line-height: 56px;
        margin-top: 20px
    }

.dum-img {
    width: 165px;
    height: 154px;
    display: inline-block;
    margin-bottom: 30px;
    background: url(http://icon.qiantucdn.com/images/icont/icont-nocollect.png) center no-repeat
}

.nostyle {
    width: 600px;
    padding-top: 0
}

    .nostyle .dum-img {
        height: 106px;
        margin-bottom: 20px
    }

    .nostyle.nostyle .qt-btn {
        margin-top: 12px
    }

.getvip-box {
    display: inline-block;
    width: 92px;
    height: 114px;
    position: absolute;
    right: -110px;
    top: 120px
}

.user-main.clearfix.w1200 {
    position: relative
}

.getvip-box .icon-cd1 {
    display: inline-block;
    background: url(http://icon.qiantucdn.com/images/user/icon-get0.png);
    width: 44px;
    height: 52px;
    position: absolute;
    bottom: -40px;
    right: -28px;
    animation: moveanimate 3s infinite;
    -webkit-animationanimation: moveanimate 3s infinite
}

.getvip-box .icon-cd2 {
    display: inline-block;
    background: url(http://icon.qiantucdn.com/images/user/icon-get1.png);
    width: 24px;
    height: 24px;
    position: absolute;
    top: -20px;
    right: -16px;
    animation: moveanimate 2s infinite;
    -webkit-animationanimation: moveanimate 2s infinite
}

.getvip-box .icon-cd3 {
    display: inline-block;
    background: url(http://icon.qiantucdn.com/images/user/icon-get2.png);
    width: 36px;
    height: 52px;
    position: absolute;
    top: -36px;
    left: 0;
    -webkit-animation: cute-btn 4s infinite;
    animation: moveanimate 4s infinite
}

@keyframes moveanimate {
    0% {
        transform: translateY(0px);
        -webkit-transform: translateY(0px)
    }

    50% {
        transform: translateY(10px);
        -webkit-transform: translateY(10px)
    }

    100% {
        transform: translateY(0px);
        -webkit-transform: translateY(0px)
    }
}

@-webkit-keyframes {
    0% {
        transform: translateY(0px);
        -webkit-transform: translateY(0px)
    }

    50% {
        transform: translateY(10px);
        -webkit-transform: translateY(10px)
    }

    100% {
        transform: translateY(0px);
        -webkit-transform: translateY(0px)
    }
}

.model-favirite-all .model-title a {
    color: #1980ff;
    margin-left: 150px;
    font-size: 13px
}

.btn-green {
    background-color: #edfff4;
    border: 1px solid #10c55b
}

.btn-green-linear {
    background-image: -webkit-gradient(linear,left top,right top,from(#17e66c),to(#10c55b));
    background-image: -webkit-linear-gradient(left,#17e66c,#10c55b);
    background-image: linear-gradient(to right,#17e66c,#10c55b);
    FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=1, startColorStr=#17e66c, endColorStr=#10c55b);
    border: 0
}

.qt-btn {
    width: 200px;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle
}

    .qt-btn:hover {
        -webkit-transition: all .2s;
        transition: all .2s;
        opacity: .9
    }

    .qt-btn:hover {
        -webkit-box-shadow: 0 2px 8px 0 rgba(0,0,0,.15);
        box-shadow: 0 2px 8px 0 rgba(0,0,0,.15)
    }

.btn-green-linear a {
    color: #fff !important
}

.btn-green a {
    color: #10c55b !important
}

.video-handle:after {
    content: ' ';
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -40px -44px;
    width: 88px;
    height: 88px;
    background: url(http://icon.qiantucdn.com/58pic_home/index/images/video1.png) no-repeat
}

.video-handle:hover:after {
    display: none
}

@charset "UTF-8";

.rev-ins-model, .selected-topic .topic-list a:hover .topic-des {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)
}

.qt-footer-default {
    background-color: #fff !important
}

.banner {
    margin-bottom: 40px
}

.index-main {
    margin-top: 0px
}

.main-title {
    margin-bottom: 20px;
    height: 34px;
}

    .main-title .icon {
        display: inline-block;
        width: 30px;
        height: 30px;
        background: url(http://icon.qiantucdn.com/img/searchnew/common.png) no-repeat;
        vertical-align: bottom;
        margin-right: 10px
    }

    .main-title .icon-jx {
        background-position: -96px -415px
    }

    .main-title .icon-yc {
        background-position: -126px -415px
    }

    .main-title .icon-ppt {
        background-position: -156px -415px
    }

    .main-title .icon-ys {
        background-position: -96px -445px
    }

    .main-title .icon-jl {
        background-position: -126px -445px
    }

    .main-title .icon-ds {
        background-position: -156px -445px
    }

    .main-title .title {
        font-size: 24px;
        color: #666
    }

    .main-title .other-topic, .main-title .to-more {
        line-height: 30px
    }

        .main-title .other-topic a, .main-title .to-more a {
            display: inline-block;
            margin-left: 30px;
            font-size: 14px;
            color: #888
        }

            .main-title .other-topic a:hover, .main-title .to-more a:hover {
                color: #fd8320
            }


.topic-list1 {
    font-size: 12px;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,.3);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.3);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.3);
}

.selected-topic {
    margin-bottom: 20px
}

    .selected-topic .topic-list {
        width: 200px;
        height: 270px;
        height: 200px;
        overflow: hidden;
        margin-left: 20px;
        margin-top: 20px;
        position: relative
    }

        .selected-topic .topic-list:first-child {
            margin-left: 20px
        }

        .selected-topic .topic-list img {
            width: 200px
        }

        .selected-topic .topic-list a:hover .topic-des1 {
            display: none
        }

        .selected-topic .topic-list a:hover .topic-des {
            opacity: 1;
            -webkit-transition: all .2s;
            -moz-transition: all .2s;
            transition: all .2s
        }

            .selected-topic .topic-list a:hover .topic-des p {
                -webkit-transition: all .3s;
                -moz-transition: all .3s;
                transition: all .3s;
                -webkit-transform: translateY(0);
                -ms-transform: translateY(0);
                -moz-transform: translateY(0);
                transform: translateY(0);
                visibility: visible
            }

    .selected-topic .topic-des {
        opacity: 0;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: rgba(0,0,0,.5)
    }

        .selected-topic .topic-des p {
            color: #fff;
            visibility: hidden;
            -webkit-transform: translateY(200px);
            -ms-transform: translateY(200px);
            -moz-transform: translateY(200px);
            transform: translateY(200px);
            width: 200px;
            height: 100px;
            margin: 50px 0 0 0px;
            padding: 12px 0 0;
            border: solid #fff;
            border-width: 1px 0;
            vertical-align: middle;
            text-align: center
        }

            .selected-topic .topic-des p em, .selected-topic .topic-des p span {
                display: inline-block;
                width: inherit;
                text-align: center;
                overflow: hidden
            }

            .selected-topic .topic-des p span {
                font-size: 24px;
                color: #fff;
                height: 32px;
                margin-bottom: 18px
            }

            .selected-topic .topic-des p em {
                font-size: 14px;
                color: #e9e9e9;
                height: 20px
            }

    .selected-topic .topic-des1 {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100px;
        color: black;
        text-align: left;
        /*background: url(//icon.qiantucdn.com/static/images/index/bgto2.png) bottom repeat-x*/
    }

        .selected-topic .topic-des1 h3 {
            font-size: 22px;
            color: #444;
            margin: 38px 0 12px;
            /* text-align: center; */
            line-height: 1.35em;
            font-size: 14px;
            padding-left: 14px;
        }

.topic-wrap, .topic-wrap-l {
    margin-bottom: 60px
}

.selected-topic .topic-des1 p {
    font-size: 14px;
    color: #fff
}

.topic-wrap .card-title, .topic-wrap-l .card-title {
    color: #666
}

.box-topic:hover .roll-next, .box-topic:hover .roll-prev {
    display: block !important
}

@media screen and (min-width:1400px) {
    .roll-box.topic-wrap .roll-prev, .roll-box.topic-wrap-l .roll-prev {
        left: -127px !important
    }

    .roll-box.topic-wrap .roll-next, .roll-box.topic-wrap-l .roll-next {
        right: -114px !important
    }
}

.roll-box.topic-wrap .roll-next, .roll-box.topic-wrap .roll-prev, .roll-box.topic-wrap-l .roll-next, .roll-box.topic-wrap-l .roll-prev {
    display: none;
    position: absolute;
    z-index: 20;
    width: 80px;
    margin-top: -40px;
    height: 80px;
    background: url(http://icon.qiantucdn.com/58pic_home/index/images/imgbtn.png) no-repeat;
    cursor: pointer;
    top: 46%
}

    .roll-box.topic-wrap .roll-next.disable, .roll-box.topic-wrap .roll-prev.disable, .roll-box.topic-wrap-l .roll-next.disable, .roll-box.topic-wrap-l .roll-prev.disable {
        display: none !important
    }

.roll-box.topic-wrap .roll-prev, .roll-box.topic-wrap-l .roll-prev {
    background-position: -320px 0
}

    .roll-box.topic-wrap .roll-prev:hover, .roll-box.topic-wrap-l .roll-prev:hover {
        background-position: -320px 0
    }

.roll-box.topic-wrap .roll-next, .roll-box.topic-wrap-l .roll-next {
    background-position: -240px 0
}

    .roll-box.topic-wrap .roll-next:hover, .roll-box.topic-wrap-l .roll-next:hover {
        background-position: -240px 0
    }

.topic-wrap.h-sm .card-img {
}

.topic-wrap.h-sm .roll-wrap > div {
    overflow: hidden
}

.topic-wrap.h-lg .card-img {
}

.topic-wrap.h-lg .roll-wrap > div {
    overflow: hidden
}

.topic-wrap .wrap-list {
    margin-left: 13px
}

    .topic-wrap .wrap-list:first-child {
        margin-left: 0
    }

    .topic-wrap .wrap-list .card-title {
        width: 100%
    }

.topic-wrap-l {
    width: 1215px
}

    .topic-wrap-l .card-img {
        height: 130px
    }

    .topic-wrap-l .roll-wrap {
        height: 360px
    }

    .topic-wrap-l .wrap-list {
        margin-right: 15px;
        margin-bottom: 20px;
        width: 394px
    }

        .topic-wrap-l .wrap-list .card-title {
            width: 100%
        }

.companies {
    background-color: #f6f6f6;
    padding: 50px 0 20px;
    min-width: 1200px
}

    .companies .companies-title {
        text-align: center;
        font-size: 24px;
        color: #333;
        margin-bottom: 48px
    }

    .companies .companies-person {
        width: 1230px;
        margin-bottom: 30px
    }

        .companies .companies-person .person-card {
            width: 380px;
            height: 240px;
            background-color: #fff;
            margin-right: 30px;
            position: relative;
            padding: 20px 25px;
            margin-top: 30px
        }

            .companies .companies-person .person-card:after {
                position: absolute;
                content: " ";
                width: 30px;
                height: 30px;
                background: url(http://icon.qiantucdn.com/img/searchnew/common.png) -185px -502px no-repeat;
                top: 50px;
                left: 25px;
                z-index: 1
            }

        .companies .companies-person .card-img {
            width: 95px;
            height: 95px;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            position: absolute;
            top: -30px;
            right: 20px;
            overflow: hidden
        }

        .companies .companies-person .card-title {
            height: 80px;
            padding-left: 60px;
            font-size: 14px
        }

            .companies .companies-person .card-title em {
                font-weight: 700
            }

        .companies .companies-person .card-from {
            position: absolute;
            bottom: 20px;
            left: 25px
        }

        .companies .companies-person .card-des {
            font-size: 14px;
            color: #666;
            line-height: 22px
        }

        .companies .companies-person .card-info {
            position: absolute;
            bottom: 20px;
            right: 25px;
            font-size: 14px;
            color: #666;
            border: 1px solid #e3e3e3;
            padding: 2px 8px
        }

    .companies .companies-firm {
        width: 1208px;
        margin-bottom: 30px
    }

        .companies .companies-firm .firm-card {
            margin-right: 11px;
            width: 140px;
            height: 60px
        }

    .companies .companies-news .news-flag {
        font-size: 14px;
        font-weight: 700;
        color: #666;
        background-color: #fff;
        width: 90px;
        height: 36px;
        text-align: center;
        line-height: 36px;
        position: relative
    }

        .companies .companies-news .news-flag:after {
            position: absolute;
            content: " ";
            top: 10px;
            right: -15px;
            border: 8px solid;
            border-color: transparent transparent transparent #fff
        }

    .companies .companies-news .news-all {
        width: 1090px;
        height: 36px;
        overflow: hidden
    }

    .companies .companies-news .news-list {
        line-height: 36px;
        margin-left: 20px;
        height: 36px
    }

        .companies .companies-news .news-list span {
            display: inline-block;
            width: 380px;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
            font-size: 14px;
            color: #333;
            vertical-align: middle
        }

        .companies .companies-news .news-list em {
            vertical-align: middle;
            display: inline-block;
            margin-left: 20px;
            font-size: 12px;
            color: #666
        }

    .companies .companies-news .news-handle {
        width: 16px;
        height: 36px;
        background: url(http://icon.qiantucdn.com/img/searchnew/common.png) -162px -501px no-repeat
    }

        .companies .companies-news .news-handle a {
            display: block;
            width: 16px;
            height: 18px
        }

.roll-box {
    position: relative
}

    .roll-box.topic-wrap .wrap-list {
        margin-left: 0;
        margin-right: 20px
    }

    .roll-box .roll-wrap {
        overflow: hidden
    }

    .roll-box .roll-next, .roll-box .roll-prev {
        display: none;
        position: absolute;
        z-index: 20;
        width: 36px;
        margin-top: -18px;
        height: 36px;
        background: url(http://icon.qiantucdn.com/img/searchnew/common.png) no-repeat;
        cursor: pointer
    }

    .roll-box:hover .roll-next, .roll-box:hover .roll-prev {
        display: block
    }

    .roll-box .roll-prev {
        top: 50%;
        left: -17px;
        background-position: -6px -506px
    }

    .roll-box .roll-next {
        top: 50%;
        right: 12px;
        background-position: -46px -506px
    }

.companies-firm .roll-next, .companies-firm .roll-prev {
    width: 24px;
    margin-top: -12px;
    height: 24px
}

.companies-firm .roll-prev {
    top: 50%;
    left: -13px;
    background-position: -96px -511px
}

.companies-firm .roll-next {
    top: 50%;
    right: -3px;
    background-position: -126px -511px
}

.topic-wrap .roll-next {
    top: 50%;
    right: -15px
}

.right-btn-group {
    display: none
}

.links-ship {
    margin-top: 30px;
    border-top: 1px solid #e3e3e3
}

    .links-ship .ship-handle {
        font-size: 14px;
        color: #333;
        margin-top: 20px;
        cursor: pointer
    }

        .links-ship .ship-handle.on span {
            background-position: -162px -507px
        }

        .links-ship .ship-handle span {
            display: inline-block;
            width: 16px;
            height: 16px;
            vertical-align: middle;
            background: url(http://icon.qiantucdn.com/img/searchnew/common.png) -162px -518px no-repeat
        }

.outcolor, .outcolor .slide .images {
    min-width: 1200px;
    height: 320px;
    position: relative
}

.links-ship .nav-ship {
    display: none;
    padding-top: 15px
}

    .links-ship .nav-ship h3 {
        margin-right: 15px
    }

        .links-ship .nav-ship h3.on a, .links-ship .nav-ship h3:hover a {
            color: #888
        }

    .links-ship .nav-ship a, .links-ship .ship-box a, .links-ship .ship-box li, .links-ship .ship-box span {
        color: #cbcaca;
        font-size: 14px
    }

.links-ship .ship-box {
    display: none;
    margin-top: 20px
}

    .links-ship .ship-box ul {
        display: none;
        overflow: hidden
    }

        .links-ship .ship-box ul:first-child {
            display: block
        }

    .links-ship .ship-box li {
        float: left;
        margin-right: 15px;
        margin-bottom: 10px
    }

    .links-ship .ship-box a:hover, .links-ship .ship-box span:hover {
        color: #10c55b
    }

.outcolor .slide {
    min-width: 1200px;
    width: inherit;
    z-index: 5
}

    .outcolor .slide .images {
        width: inherit;
        margin: 0 auto
    }

        .outcolor .slide .images > div {
            width: 100%;
            float: left;
            position: absolute;
            top: 0;
            left: 0
        }

        .outcolor .slide .images a {
            position: relative;
            display: block;
            margin: 0 auto;
            width: 1200px
        }

    .outcolor .slide .slide-box {
        position: relative;
        margin-top: -320px
    }

.topic-wrap.roll-box.h-vd .wrap-list {
    width: 391px;
    height: 244px
}

.h-vd .card-img {
    height: 220px
}

.main-title .icon-video {
    background-position: -126px -571px
}

.main-title .icon-build {
    background-position: -156px -575px
}

.h-vd .roll-wrap {
    height: 570px
}

.selected-topic .topic-list a:hover .topic-des1 {
    display: none
}

.every-day-sign {
    position: fixed;
    top: 520px;
    right: 50px;
    width: 84px;
    height: 73px;
    background: url(http://icon.qiantucdn.com/img/signNew/everydaysign.png) no-repeat;
    cursor: pointer
}

@media screen and (max-width:1550px) {
    .roll-box.topic-wrap .roll-prev, .roll-box.topic-wrap-l .roll-prev {
        left: -80px !important
    }

    .roll-box.topic-wrap .roll-next, .roll-box.topic-wrap-l .roll-next {
        right: -70px !important
    }
}

@media screen and (max-width:1490px) {
    .roll-box.topic-wrap .roll-prev, .roll-box.topic-wrap-l .roll-prev {
        left: -40px !important
    }

    .roll-box.topic-wrap .roll-next, .roll-box.topic-wrap-l .roll-next {
        right: -30px !important
    }
}

@media screen and (max-width:1400px) {
    .roll-box.topic-wrap .roll-prev, .roll-box.topic-wrap-l .roll-prev {
        left: 0 !important
    }

    .roll-box.topic-wrap .roll-next, .roll-box.topic-wrap-l .roll-next {
        right: 0 !important
    }
}

@media screen and (max-width:1320px) {
    .roll-box.topic-wrap .roll-prev, .roll-box.topic-wrap-l .roll-prev {
        left: 25px !important
    }

    .roll-box.topic-wrap .roll-next, .roll-box.topic-wrap-l .roll-next {
        right: 35px !important
    }
}

.activity-img {
    background: url(http://pic.qiantucdn.com/yang/img/activity.png) no-repeat;
    z-index: 200;
    overflow: hidden;
    width: 187px;
    height: 194px;
    position: fixed;
    bottom: 40px;
    right: 0
}

@media screen and (max-width:1240px) {
    .yang-logo {
        margin-left: 10px
    }

    .newqt-header-nav {
        left: 620px
    }

    .newqt-header-right {
        margin-right: 200px
    }
}

.every-day-sign {
    position: fixed;
    top: 520px;
    right: 50px;
    width: 84px;
    height: 73px;
    background: url(http://icon.qiantucdn.com/img/signNew/everydaysign.png) no-repeat;
    cursor: pointer
}

.hd-fixed1 {
    z-index: 999;
    width: 156px;
    height: 214px;
    position: fixed;
    top: 50%;
    margin-top: -107px;
    right: 0;
    background: url(http://icon.qiantucdn.com/activity/decimg/hds17.png) no-repeat
}

.hd-fixed1-a1 {
    width: 156px;
    height: 23px;
    float: left
}

.hd-fixed1-a2 {
    width: 156px;
    height: 190px;
    float: left
}

.hd-fixed2 {
    width: 100%;
    height: 487px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100
}

    .hd-fixed2 li a.hd-fixed2-a2 {
        width: 60px;
        height: 60px;
        background: url(http://icon.qiantucdn.com/activity/decimg/hds18.png) no-repeat center;
        position: absolute;
        bottom: 300px;
        z-index: 3;
        left: 50%;
        margin-left: 205px
    }

    .hd-fixed2 li a.hd-fixed2-a1 {
        width: 100%;
        height: 254px;
        background: url(http://icon.qiantucdn.com/activity/decimg/hds15.png) no-repeat center;
        position: absolute;
        bottom: 50px;
        z-index: 2;
        left: 0
    }

    .hd-fixed2 li {
        width: 100%;
        height: 487px;
        background: url(http://icon.qiantucdn.com/activity/decimg/hds16.png) no-repeat center;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        animation: myfirst 2s infinite;
        -moz-animation: myfirst 2s infinite;
        -webkit-animation: myfirst 2s infinite;
        -o-animation: myfirst 2s infinite
    }

@keyframes myfirst {
    0% {
        top: 0
    }

    50% {
        top: 10px
    }

    100% {
        top: 0
    }
}

@-moz-keyframes myfirst {
    0% {
        top: 0
    }

    50% {
        top: 10px
    }

    100% {
        top: 0
    }
}

@-webkit-keyframes myfirst {
    0% {
        top: 0
    }

    50% {
        top: 10px
    }

    100% {
        top: 0
    }
}

.newpeople {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 305;
    display: none
}

.newpeople-background {
    opacity: .6;
    filter: alpha(opacity=60);
    -moz-opacity: .6;
    width: 100%;
    height: 100%;
    background: #000
}

.newpeople-model {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    overflow: hidden
}

.newpeople-close {
    width: 36px;
    height: 36px;
    background: url(http://pic.qiantucdn.com/yang/img/error.png) no-repeat;
    position: absolute;
    top: 53px;
    left: 50%;
    margin-left: 550px;
    cursor: pointer;
    z-index: 1
}

.newpeople-one {
    width: 930px;
    position: absolute;
    top: 77px;
    left: 50%;
    margin-left: -520px
}

.newpeople-one-img1 {
    width: 899px;
    height: 44px;
    background: url(http://pic.qiantucdn.com/yang/img/stepone-icon1.png) no-repeat;
    float: left
}

.newpeople-one-img2 {
    width: 180px;
    height: 550px;
    background: url(http://pic.qiantucdn.com/yang/img/stepone-icon2.png) no-repeat;
    float: left
}

.newpeople-one-img3 {
    width: 724px;
    height: 182px;
    margin-top: 20px;
    margin-left: 15px;
    background: url(http://pic.qiantucdn.com/yang/img/stepone-icon3.png) no-repeat;
    float: left
}

.newpeople-one-next {
    width: 100px;
    height: 40px;
    margin-top: 20px;
    cursor: pointer;
    margin-left: 175px;
    background: url(http://pic.qiantucdn.com/yang/img/next.png) no-repeat;
    float: left
}

.newpeople-three {
    width: 495px;
    height: 310px;
    position: absolute;
    bottom: 40px;
    right: 1px
}

.newpeople-three-img1 {
    width: 495px;
    height: 241px;
    background: url(http://pic.qiantucdn.com/yang/img/stepthree.png) no-repeat;
    float: left
}

.newpeople-three-next {
    width: 100px;
    height: 40px;
    margin-top: 20px;
    cursor: pointer;
    background: url(http://pic.qiantucdn.com/yang/img/next.png) no-repeat;
    float: left
}

.newpeople-four {
    width: 412px;
    height: 174px;
    position: absolute;
    background: url(http://pic.qiantucdn.com/yang/img/stepfours.png) no-repeat;
    top: 388px;
    left: 50%;
    margin-left: 220px
}

.newpeople-four-link {
    width: 108px;
    height: 42px;
    display: block;
    float: right;
    margin-top: 133px
}

.newpeople-four-next {
    width: 120px;
    height: 40px;
    margin-top: 88px;
    margin-left: 5px;
    cursor: pointer;
    background: url(http://pic.qiantucdn.com/yang/img/idont.png) no-repeat;
    float: left
}

.activity-right {
    width: 160px;
    height: 185px;
    position: fixed;
    top: 150px;
    right: 6px;
    z-index: 220;
    background: url(http://pic.qiantucdn.com/model/report/report.png) no-repeat
}

.activity-right-btn {
    width: 160px;
    height: 185px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3
}

.activity-right-close {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 17px;
    right: 5px;
    z-index: 4
}

.topic-wrap .qt-card-primary {
    width: 284px;
    padding: 7px 7px 0
}

.qt-card-primary .card-handle .handle-fav {
    width: 32px;
    height: 32px;
    padding-top: 5px
}

.qt-card-primary .card-handle .handle-dum {
    margin: -23px 0 0 -82px;
    width: 164px
}

.qk-tuiguang {
    position: absolute;
    display: block;
    width: 42px;
    height: 20px;
    right: 1px;
    top: 0;
    background-color: #000;
    color: #fff;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    filter: alpha(opacity=30);
    -moz-opacity: .3;
    opacity: .3
}

.relate {
    position: relative
}

.relate-s {
    position: relative;
    float: right
}
