@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes _anDownUpOp {
    0% {
        transform: translateY(-100%);
        opacity: 0
    }
    100% {
        transform: translateY(0px);
        opacity: 1
    }
}

@-webkit-keyframes _anDownUpOp {
    0% {
        -webkit-transform: translateY(-100%);
        opacity: 0
    }
    100% {
        -webkit-transform: translateY(0px);
        opacity: 1
    }
}

@keyframes _anDownUpOp01 {
    0% {
        transform: translateY(100%);
        opacity: 0
    }
    100% {
        transform: translateY(0px);
        opacity: 1
    }
}

@-webkit-keyframes _anDownUpOp01 {
    0% {
        -webkit-transform: translateY(100%);
        opacity: 0
    }
    100% {
        -webkit-transform: translateY(0px);
        opacity: 1
    }
}

@keyframes _anLeftRightOp {
    0% {
        transform: translateX(100%);
        opacity: 0
    }
    100% {
        transform: translateX(0px);
        opacity: 1
    }
}

@-webkit-keyframes _anLeftRightOp {
    0% {
        -webkit-transform: translateX(100%);
        opacity: 0
    }
    100% {
        -webkit-transform: translateX(0px);
        opacity: 1
    }
}

/*body {
    margin: 0px;
    padding: 0px;
    color: #333333;
    font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-align: left;
    position: relative;
    line-height: 20px;
    background: #f5f5f5;
    min-width: 1400px
}*/

/*a {
    color: #333333;
    text-decoration: none;
    position: relative;
    cursor: pointer
}

a:hover {
    color: #0582ff
}

input, textarea {
    font-size: 14px;
    font-family: "Microsoft YaHei"
}

.white, a.white {
    color: #fff
}

.fc, a.fc {
    color: #0582ff
}

.whitebg, input.whitebg {
    background: #fff
}

.eeebg, input.eeebg {
    background: #eee
}*/

.main {
    width: 1400px;
    margin-left: auto;
    margin-right: auto
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill, input:focus, textarea:focus {
    -webkit-box-shadow: 0 0 0 1000px white inset;
    box-shadow: 0 0 0 1000px white inset
}

img {
    object-fit: contain;
    font-family: 'object-fit: contain;'
}

.inner-wrap-335 {
    width: 335px
}

.inner-wrap-1045 {
    width: 1045px
}

.inner-wrap-1180 {
    width: 1180px
}

.inner-white {
    background-color: #ffffff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.m-tag {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 24px;
    line-height: 24px;
    padding: 0 4px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-right: 8px
}

.m-tag.blue, .base-edu-idx-res .focus-list .item .text-wrap .both .m-tag.green, .base-edu-idx-res .two-column .first .both .m-tag.green, .base-edu-idx-res .two-column .first .both .m-tag.red {
    background: rgba(25, 137, 250, 0.1);
    color: #2F80ED
}

.m-tag.red {
    color: #EB5757;
    background: rgba(235, 87, 87, 0.1)
}

.m-tag.yellow {
    color: #F2994A;
    background: rgba(242, 153, 74, 0.1)
}

.button-group-wrap {
    overflow: hidden
}

.button-group-wrap .buy, .button-group-wrap .join, .button-group-wrap .download {
    display: block;
    width: 112px;
    height: 44px;
    text-align: center;
    color: #ffffff;
    line-height: 44px;
    background-color: #0582ff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    float: left;
    transition: all .3s ease-in-out .01s;
    -webkit-transition: all .3s ease-in-out .01s;
    margin-right: 15px
}

.button-group-wrap .buy span, .button-group-wrap .join span, .button-group-wrap .download span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 100%;
    padding-left: 30px;
    background: url(../images/icon/icon-buy.png) no-repeat left center
}

.button-group-wrap .buy:hover, .button-group-wrap .join:hover, .button-group-wrap .download:hover {
    background-color: #17c492
}

.button-group-wrap .join {
    width: 140px;
    background-color: #EEF9F6
}

.button-group-wrap .join span {
    background: url(../images/icon/icon-add01.png) no-repeat left center;
    color: #0582ff
}

.button-group-wrap .join:hover {
    background-color: #d4eae4
}

.button-group-wrap .download span {
    background: url(../images/icon/icon-download.png) no-repeat left center
}

.button-group-wrap .collect {
    cursor: pointer;
    float: left;
    width: 40px;
    text-align: center;
    padding-top: 28px;
    display: block;
    background: url(../images/icon/icon-collect.png) no-repeat center top;
    font-size: 12px
}

.button-group-wrap .collect.on {
    background: url(../images/icon/icon-collect-on.png) no-repeat center top
}

.account-ope-container {
    width: 100%;
    height: 100%;
    z-index: 10;
    background-repeat: no-repeat;
    background-position: center;
    position: fixed;
    left: 0px;
    top: 0px;
    right: auto;
    bottom: auto
}

.account-ope-container .title {
    font-size: 36px;
    line-height: 40px;
    width: 504px;
    color: #ffffff;
    text-shadow: 0px 1px 2px #0582ff;
    position: absolute;
    left: 50%;
    top: 50%;
    right: auto;
    bottom: auto;
    margin: -310px 0 0 -350px
}

.account-ope-container .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    right: auto;
    bottom: auto
}

.account-ope-container .content-box {
    box-sizing: border-box;
    width: 440px;
    height: 560px;
    position: absolute;
    left: 50%;
    top: 50%;
    right: 0;
    bottom: auto;
    margin-top: -350px;
    margin-left: 240px;
    background-color: #ffffff;
    -moz-border-radius: 22px;
    -webkit-border-radius: 22px;
    border-radius: 22px;
    padding: 20px 40px 48px 40px;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15)
}

.account-ope-container .content-box.register {
    width: 600px;
    margin-left: -300px;
    height: 500px;
    padding: 14px 80px 48px 80px;
    height: 680px !important;
    margin-top: -370px !important
}

.account-ope-container .content-box.permission {
    height: auto;
    margin-top: 0;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    min-height: 500px
}

.account-ope-container .content-box.permission .hd-text {
    font-size: 22px;
    text-align: center;
    padding: 30px 0 0 0
}

.account-ope-container .content-box.permission .choose-row, .account-ope-container .content-box.permission .option {
    height: 36px;
    border: 1px solid #E4E7ED;
    margin-top: 10px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 0 0 0 38px;
    line-height: 36px;
    position: relative;
    cursor: pointer;
    transition: all .3s ease-in-out .01s;
    -webkit-transition: all .3s ease-in-out .01s
}

.account-ope-container .content-box.permission .choose-row i, .account-ope-container .content-box.permission .option i {
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 12px;
    top: 50%;
    right: auto;
    bottom: auto;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #BDBDBD;
    box-sizing: border-box;
    margin-top: -8px
}

.account-ope-container .content-box.permission .choose-row.checked, .account-ope-container .content-box.permission .checked.option {
    border: 1px solid #0582ff;
    color: #0582ff
}

.account-ope-container .content-box.permission .choose-row.checked i, .account-ope-container .content-box.permission .checked.option i {
    border-color: #0582ff;
    background-color: #0582ff
}

.account-ope-container .content-box.permission .choose-row.checked i::before, .account-ope-container .content-box.permission .checked.option i::before {
    content: "";
    display: block;
    width: 8px;
    height: 5px;
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    transform: rotate(-45deg);
    margin-left: 2px;
    margin-top: 2px
}

.account-ope-container .content-box.permission .choose-row:hover, .account-ope-container .content-box.permission .option:hover {
    border: 1px solid #0582ff
}

.account-ope-container .content-box.permission .option {
    padding-right: 14px;
    margin-right: 10px;
    display: inline-block;
    *display: inline;
    *zoom: 1
}

.account-ope-container .content-box .logo {
    width: 152px;
    height: 50px;
    display: block;
    margin: 0 auto
}

.account-ope-container .content-box .row {
    height: 42px;
    border: 1px solid #E4E7ED;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-top: 20px;
    padding-left: 12px;
    position: relative
}

.account-ope-container .content-box .row .error-text {
    color: red
}

.account-ope-container .content-box .row .text {
    display: block;
    width: 100%;
    height: 42px;
    line-height: 42px
}

.account-ope-container .content-box .row .text::-webkit-input-placeholder {
    color: #C0C4CC
}

.account-ope-container .content-box .row .text.lit {
    width: 237px
}

.account-ope-container .content-box .row .code-img, .account-ope-container .content-box .row .get-smsg, .account-ope-container .content-box .register-box .row .row-input .get-smsg, .account-ope-container .register-box .content-box .row .row-input .get-smsg {
    width: 123px;
    height: 42px;
    position: absolute;
    left: auto;
    top: 0;
    right: 0;
    bottom: auto;
    cursor: pointer;
    display: block;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.account-ope-container .content-box .row .get-smsg {
    display: block;
    width: 123px;
    height: 42px;
    text-align: center;
    color: #ffffff;
    line-height: 42px;
    background-color: #0582ff;
    transition: all .3s ease-in-out .01s;
    -webkit-transition: all .3s ease-in-out .01s
}

.account-ope-container .content-box .row .get-smsg:hover {
    background-color: #17c492
}

.account-ope-container .content-box .row.disabled {
    background-color: #F8F8F8;
    border: 1px solid #E4E7ED
}

.account-ope-container .content-box .row.disabled .text {
    color: #828282
}

.account-ope-container .content-box .gray {
    color: #828282;
    transition: all .3s ease-in-out .01s;
    -webkit-transition: all .3s ease-in-out .01s
}

.account-ope-container .content-box a.gray:hover {
    color: #0582ff
}

.account-ope-container .content-box .color {
    color: #0582ff
}

.account-ope-container .content-box .button {
    display: block;
    width: 100%;
    height: 44px;
    text-align: center;
    color: #ffffff;
    line-height: 44px;
    background-color: #0582ff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 16px;
    transition: all .3s ease-in-out .01s;
    -webkit-transition: all .3s ease-in-out .01s;
    margin-top: 20px
}

.account-ope-container .content-box .button:hover {
    background-color: #17c492
}

.account-ope-container .content-box .button.mt {
    margin-top: 40px
}

.account-ope-container .content-box .button.warning {
    background-color: #f56c6c
}

.account-ope-container .content-box .button.warning:hover {
    background-color: #c85252
}

.account-ope-container .content-box .other-login {
    display: block;
    height: 42px;
    border: 1px solid #BDBDBD;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    font-size: 0;
    margin-top: 14px;
    transition: all .3s ease-in-out .01s;
    -webkit-transition: all .3s ease-in-out .01s
}

.account-ope-container .content-box .other-login span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 16px;
    height: 42px;
    line-height: 42px;
    padding-left: 34px;
    position: relative;
    font-size: 16px;
    background-repeat: no-repeat;
    background-position: left center
}

.account-ope-container .content-box .other-login span.wechat {
    background-image: url(../images/icon/login-wechat.png)
}

.account-ope-container .content-box .other-login span.smsg {
    background-image: url(../images/icon/login-smsg.png)
}

.account-ope-container .content-box .other-login span.pwd {
    background-image: url(../images/icon/login-pwd.png)
}

.account-ope-container .content-box .qr-code {
    width: 200px;
    margin: 0 auto;
    padding: 45px 0 30px 0
}

.account-ope-container .content-box .qr-code img {
    display: block;
    width: 200px;
    height: 200px
}

.account-ope-container .content-box .qr-code p {
    text-align: center;
    margin-top: 10px;
    font-size: 16px
}

.account-ope-container .content-box.reset-pwd .t-hd {
    font-size: 20px;
    line-height: 22px;
    border-bottom: 1px solid #E0E0E0;
    text-align: center;
    padding: 14px 0 14px 0;
    position: relative
}

.account-ope-container .content-box.reset-pwd .t-hd span {
    position: absolute;
    left: auto;
    top: 14px;
    right: 0;
    bottom: auto;
    font-size: 14px;
    color: #828282;
    display: block;
    line-height: 22px;
    cursor: pointer
}

.account-ope-container .content-box.reset-pwd .t-hd span:hover {
    color: #0582ff
}

.account-ope-container .content-box.reset-pwd .choose-row, .account-ope-container .content-box.reset-pwd .content-box.permission .option, .account-ope-container .content-box.permission .content-box.reset-pwd .option {
    height: 42px;
    border: 2px solid #E4E7ED;
    margin-top: 16px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 0 0 0 38px;
    font-size: 16px;
    line-height: 42px;
    position: relative;
    cursor: pointer;
    transition: all .3s ease-in-out .01s;
    -webkit-transition: all .3s ease-in-out .01s
}

.account-ope-container .content-box.reset-pwd .choose-row i, .account-ope-container .content-box.reset-pwd .content-box.permission .option i, .account-ope-container .content-box.permission .content-box.reset-pwd .option i {
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 15px;
    top: 50%;
    right: auto;
    bottom: auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #E5E6EB;
    box-sizing: border-box;
    margin-top: -7px
}

.account-ope-container .content-box.reset-pwd .choose-row.on, .account-ope-container .content-box.reset-pwd .content-box.permission .on.option, .account-ope-container .content-box.permission .content-box.reset-pwd .on.option, .account-ope-container .content-box.reset-pwd .choose-row:hover, .account-ope-container .content-box.reset-pwd .content-box.permission .option:hover, .account-ope-container .content-box.permission .content-box.reset-pwd .option:hover {
    border: 2px solid #0582ff
}

.account-ope-container .content-box.reset-pwd .choose-row.on i, .account-ope-container .content-box.reset-pwd .content-box.permission .on.option i, .account-ope-container .content-box.permission .content-box.reset-pwd .on.option i, .account-ope-container .content-box.reset-pwd .choose-row:hover i, .account-ope-container .content-box.reset-pwd .content-box.permission .option:hover i, .account-ope-container .content-box.permission .content-box.reset-pwd .option:hover i {
    border: 5px solid #0582ff
}

.account-ope-container .content-box .row-select {
    display: block;
    width: 100%;
    height: 42px;
    border: 1px solid #E4E7ED;
    margin-top: 20px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding-left: 12px;
    position: relative;
    box-sizing: border-box;
    cursor: pointer
}

.account-ope-container .content-box .row-select .error-text {
    color: red
}

.account-ope-container .content-box .row-select.fl {
    width: 110px
}

.account-ope-container .content-box .row-select select {
    border: none;
    outline: none;
    display: block;
    width: 100%;
    height: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer
}

.account-ope-container .content-box .row-select::after {
    content: '';
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #666666;
    position: absolute;
    right: 10px;
    top: calc(50% - 3px);
    pointer-events: none
}

.account-ope-container .content-box .row-select.mid {
    margin: 0 10px
}

.account-ope-container .content-box .textarea-box {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 10px 10px;
    border: 1px solid #E4E7ED;
    height: 68px;
    margin-top: 20px
}

.account-ope-container .content-box .textarea-box textarea {
    border: none;
    outline: none;
    display: block;
    width: 100%;
    height: 100%
}

.account-ope-container .content-box .textarea-box textarea::-webkit-input-placeholder {
    color: #C0C4CC
}

.account-ope-container .content-box .textarea-box .error-text {
    color: red;
    display: block;
    margin-top: 10px
}

.account-ope-container .content-box .btn-group {
    font-size: 0;
    text-align: center;
    margin-top: 40px
}

.account-ope-container .content-box .btn-group .btn {
    display: block;
    width: 120px;
    height: 44px;
    text-align: center;
    color: #ffffff;
    line-height: 44px;
    background-color: #0582ff;
    font-size: 16px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0 10px;
    transition: all .3s ease-in-out .01s;
    -webkit-transition: all .3s ease-in-out .01s
}

.account-ope-container .content-box .btn-group .btn:hover {
    background-color: #17c492
}

.account-ope-container .content-box .btn-group .btn.reset {
    background-color: #ffffff;
    border: 1px solid #E0E0E0;
    color: #828282
}

.account-ope-container .content-box .btn-group .btn.reset:hover {
    background-color: #ffffff;
    color: #17c492;
    border-color: #0582ff
}

.account-ope-container .content-box .select-identity {
    position: relative;
    overflow: hidden;
    margin: 20px 0 0 0
}

.account-ope-container .content-box .select-identity .left {
    color: #828282;
    float: left;
    margin-right: 20px;
    height: 30px;
    line-height: 30px;
    overflow: hidden
}

.account-ope-container .content-box .select-identity .left span {
    color: #EB5757
}

.account-ope-container .content-box .select-identity .single-option {
    float: left;
    cursor: pointer;
    margin: 0 20px 0 0;
    position: relative;
    border: 1px solid #E4E7ED;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 8px 18px
}

.account-ope-container .content-box .select-identity .single-option .input-r {
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 3px;
    right: auto;
    bottom: auto;
    filter: alpha(Opacity=0) !important;
    opacity: 0 !important;
    -webkit-opacity: 0 !important;
    z-index: 2;
    width: 100%;
    height: 100%
}

.account-ope-container .content-box .select-identity .single-option span {
    padding-left: 20px;
    position: relative
}

.account-ope-container .content-box .select-identity .single-option span::before {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 0;
    top: 3px;
    right: auto;
    bottom: auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #E5E6EB;
    box-sizing: border-box
}

.account-ope-container .content-box .select-identity .single-option .input-r:checked + span::before {
    border: 5px solid #0582ff
}

.account-ope-container .content-box .select-identity .single-option.checked {
    border-color: #0582ff
}

.account-ope-container .content-box .select-identity .single-option.checked span::before {
    border: 5px solid #0582ff
}

.account-ope-container .content-box .select-identity .error-text {
    color: red;
    line-height: 38px
}

.account-ope-container .content-box .agreement {
    padding-left: 20px;
    position: relative
}

.account-ope-container .content-box .agreement a {
    color: #0582ff
}

.account-ope-container .content-box .agreement .icon {
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 0;
    top: 3px;
    right: auto;
    bottom: auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #E5E6EB;
    box-sizing: border-box;
    cursor: pointer
}

.account-ope-container .content-box .agreement .icon.checked {
    border: 5px solid #0582ff
}

.account-ope-container .bottom {
    width: 100%;
    height: 80px;
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 0;
    top: auto;
    right: auto;
    bottom: 0;
    box-sizing: border-box;
    padding: 14px 0 14px 0;
    color: #ffffff;
    text-align: center
}

.account-ope-container .bottom nav {
    font-size: 0
}

.account-ope-container .bottom nav a {
    font-size: 18px;
    margin: 0 25px;
    line-height: 24px;
    color: #ffffff
}

.account-ope-container .bottom nav a:hover {
    text-decoration: underline
}

.account-ope-container .bottom .text a {
    color: #ffffff
}

.account-ope-container .bottom .text a:hover {
    text-decoration: underline
}

.account-ope-container .register-box {
    box-sizing: border-box;
    width: 1000px;
    position: absolute;
    left: 50%;
    top: 50%;
    right: 0;
    bottom: auto;
    margin-left: -500px;
    margin-top: -380px;
    background-color: #ffffff;
    -moz-border-radius: 22px;
    -webkit-border-radius: 22px;
    border-radius: 22px;
    padding: 10px 40px 10px 40px;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15)
}

.account-ope-container .register-box .logo {
    width: 152px;
    height: 50px;
    display: block;
    margin: 0 auto
}

.account-ope-container .register-box .left {
    width: 460px;
    float: left
}

.account-ope-container .register-box .right {
    width: 430px;
    float: right
}

.account-ope-container .register-box .right .row {
    padding-left: 80px !important
}

.account-ope-container .register-box .right .row .row-left {
    width: 80px !important
}

.account-ope-container .register-box .row {
    margin-top: 12px;
    padding-left: 108px;
    position: relative;
    height: 44px
}

.account-ope-container .register-box .row .row-left {
    color: #828282;
    position: absolute;
    left: 0px;
    top: 0px;
    right: auto;
    bottom: auto;
    box-sizing: border-box;
    height: 44px;
    line-height: 44px;
    width: 108px;
    padding-right: 10px;
    text-align: right;
    overflow: hidden
}

.account-ope-container .register-box .row .row-left span {
    color: #EB5757
}

.account-ope-container .register-box .row .single-option {
    float: left;
    cursor: pointer;
    margin: 12px 30px 0 0;
    position: relative
}

.account-ope-container .register-box .row .single-option:first-child {
    margin-left: 14px
}

.account-ope-container .register-box .row .single-option .input-r {
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 3px;
    right: auto;
    bottom: auto;
    filter: alpha(Opacity=0) !important;
    opacity: 0 !important;
    -webkit-opacity: 0 !important;
    z-index: 2;
    width: 100%;
    height: 100%
}

.account-ope-container .register-box .row .single-option span {
    padding-left: 20px;
    position: relative
}

.account-ope-container .register-box .row .single-option span::before {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 0;
    top: 3px;
    right: auto;
    bottom: auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #E5E6EB;
    box-sizing: border-box
}

.account-ope-container .register-box .row .single-option .input-r:checked + span::before {
    border: 5px solid #0582ff
}

.account-ope-container .register-box .row .row-input {
    display: block;
    width: 100%;
    height: 42px;
    border: 1px solid #E4E7ED;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    padding-left: 12px;
    box-sizing: border-box
}

.account-ope-container .register-box .row .row-input .text {
    display: block;
    width: 100%;
    height: 42px;
    line-height: 42px
}

.account-ope-container .register-box .row .row-input .text::-webkit-input-placeholder {
    color: #C0C4CC
}

.account-ope-container .register-box .row .row-input .text.lit {
    width: 200px
}

.account-ope-container .register-box .row .row-input .code-img, .account-ope-container .register-box .row .row-input .get-smsg {
    width: 123px;
    height: 42px;
    position: absolute;
    left: auto;
    top: 0;
    right: 0;
    bottom: auto;
    cursor: pointer;
    display: block;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.account-ope-container .register-box .row .row-input .get-smsg {
    display: block;
    width: 123px;
    height: 42px;
    text-align: center;
    color: #ffffff;
    line-height: 42px;
    background-color: #0582ff;
    transition: all .3s ease-in-out .01s;
    -webkit-transition: all .3s ease-in-out .01s
}

.account-ope-container .register-box .row .row-input .get-smsg:hover {
    background-color: #17c492
}

.account-ope-container .register-box .row .row-select {
    display: block;
    width: 100%;
    height: 42px;
    border: 1px solid #E4E7ED;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    padding-left: 12px;
    position: relative;
    box-sizing: border-box;
    cursor: pointer
}

.account-ope-container .register-box .row .row-select.fl {
    width: 110px
}

.account-ope-container .register-box .row .row-select select {
    border: none;
    outline: none;
    display: block;
    width: 100%;
    height: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer
}

.account-ope-container .register-box .row .row-select::after {
    content: '';
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #666666;
    position: absolute;
    right: 10px;
    top: calc(50% - 3px);
    pointer-events: none
}

.account-ope-container .register-box .row .row-select.mid {
    margin: 0 10px
}

.account-ope-container .register-box .button {
    display: block;
    width: 100%;
    height: 44px;
    text-align: center;
    color: #ffffff;
    line-height: 44px;
    background-color: #0582ff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 16px;
    margin-top: 20px;
    transition: all .3s ease-in-out .01s;
    -webkit-transition: all .3s ease-in-out .01s
}

.account-ope-container .register-box .button:hover {
    background-color: #17c492
}

.account-ope-container .register-box .bot {
    overflow: hidden;
    color: #828282;
    margin-top: 10px
}

.account-ope-container .register-box .bot a {
    color: #828282
}

.account-ope-container .register-box .bot a:hover {
    color: #0582ff
}

.account-ope-container .register-box .bot span {
    color: #EB5757
}

@media (max-height: 800px) {
    .account-ope-container .bottom {
        display: none
    }
}

.password-check-bar {
    overflow: hidden;
    height: auto !important
}

.password-check-bar span {
    float: left;
    display: block;
    width: 110px;
    height: 20px;
    text-align: center;
    color: #ffffff;
    line-height: 20px;
    background-color: #0582ff;
    background-color: #E0E0E0;
    color: #333333
}

.password-check-bar span:nth-child(2) {
    margin: 0 10px
}

.main-header {
    z-index: 12;
    position: relative
}

.main-header .top-bar {
    height: 28px;
    background-color: #F2F2F2
}

.main-header .top-bar .welcome {
    float: left;
    line-height: 28px;
    color: #828282;
    animation-name: fadeInDown
}

.main-header .top-bar .qr-code-container {
    float: right;
    position: relative;
    margin-left: 36px;
    cursor: pointer
}

.main-header .top-bar .qr-code-container .button {
    padding: 0 0 0 22px;
    font-size: 12px;
    color: #828282;
    background-repeat: no-repeat;
    background-position: left center;
    cursor: pointer;
    height: 28px;
    line-height: 28px
}

.main-header .top-bar .qr-code-container .button.mobile {
    background-image: url(../images/icon/top-bar-mobile.png)
}

.main-header .top-bar .qr-code-container .button.wechat {
    background-image: url(../images/icon/top-bar-wechat.png)
}

.main-header .top-bar .qr-code-container .show-con {
    text-align: left;
    width: 120px;
    position: absolute;
    top: 15px;
    left: 50%;
    z-index: 99;
    margin-left: -60px;
    filter: alpha(opacity=0);
    display: none \9;
    opacity: 0;
    -webkit-transition: all 500ms cubic-bezier(0.34, 1.21, 0.4, 1);
    -moz-transition: all 500ms cubic-bezier(0.34, 1.21, 0.4, 1);
    transition: all 500ms cubic-bezier(0.34, 1.21, 0.4, 1);
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: translateY(0) scale(0);
    -moz-transform: translateY(0) scale(0);
    -ms-transform: translateY(0) scale(0);
    -o-transform: translateY(0) scale(0);
    transform: translateY(0) scale(0);
    padding-top: 18px
}

.main-header .top-bar .qr-code-container .show-con .box {
    padding: 8px 0 8px 0;
    background: #000;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    border-radius: 2px
}

.main-header .top-bar .qr-code-container .show-con .code-img-wrap {
    width: 100px;
    height: 100px;
    margin: 0 auto
}

.main-header .top-bar .qr-code-container .show-con .code-img-wrap img {
    width: 100%;
    height: 100%
}

.main-header .top-bar .qr-code-container:hover .show-con {
    opacity: 1;
    filter: alpha(opacity=100);
    display: block \9;
    pointer-events: auto;
    -webkit-transform: translateY(0) scale(1);
    -moz-transform: translateY(0) scale(1);
    -ms-transform: translateY(0) scale(1);
    -o-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
    text-align: left
}

.main-header .top-bar .qr-code-container:hover .show-con::after {
    content: "";
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-bottom: 8px solid #000;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 10px
}

.main-header .top-bar .qr-code-container::after {
    content: '';
    width: 1px;
    height: 14px;
    background-color: #828282;
    position: absolute;
    left: -18px;
    top: 50%;
    right: auto;
    bottom: auto;
    margin-top: -7px
}

.main-header .top-bar .l-r-enter {
    float: right;
    display: block;
    height: 28px;
    line-height: 28px;
    color: #828282;
    font-size: 12px;
    margin-left: 16px
}

.main-header .top-bar .l-r-enter:hover {
    color: #0582ff
}

.main-header .top-bar .l-r-enter.login {
    color: #0582ff
}

.main-header .top-bar .role-change {
    float: right;
    margin: 0 6px;
    position: relative;
    z-index: 2
}

.main-header .top-bar .role-change .sp {
    color: #828282;
    font-size: 12px;
    height: 28px;
    line-height: 28px;
    float: left;
    display: block;
    animation-name: fadeInDown;
    animation-delay: .4s
}

.main-header .top-bar .role-change .select {
    float: left;
    position: relative;
    animation-name: fadeInDown;
    animation-delay: .8s
}

.main-header .top-bar .role-change .select .cur {
    font-size: 12px;
    height: 28px;
    line-height: 28px;
    color: #0582ff;
    cursor: pointer;
    position: relative;
    padding-right: 20px;
    padding-left: 5px
}

.main-header .top-bar .role-change .select .cur::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 5px solid #0582ff;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    position: absolute;
    left: auto;
    top: 50%;
    right: 5px;
    bottom: auto;
    margin-top: -2px;
    transition: all .3s ease-in-out .01s;
    -webkit-transition: all .3s ease-in-out .01s
}

.main-header .top-bar .role-change .select .option {
    position: absolute;
    left: 0;
    top: 32px;
    right: auto;
    bottom: auto;
    background-color: #ffffff;
    width: 70px;
    z-index: 2;
    padding: 6px 0;
    transition: all .3s ease-in-out .01s;
    -webkit-transition: all .3s ease-in-out .01s;
    visibility: hidden;
    filter: alpha(Opacity=0) !important;
    opacity: 0 !important;
    -webkit-opacity: 0 !important;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.1))
}

.main-header .top-bar .role-change .select .option a {
    display: block;
    font-size: 12px;
    color: #828282;
    text-align: center;
    height: 24px;
    line-height: 24px
}

.main-header .top-bar .role-change .select .option a:hover {
    color: #0582ff
}

.main-header .top-bar .role-change .select:hover .cur {
    background-color: #ffffff
}

.main-header .top-bar .role-change .select:hover .cur::after {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform-origin: center center;
    -webkit-transform-origin: center center
}

.main-header .top-bar .role-change .select:hover .option {
    top: 28px;
    filter: alpha(Opacity=100) !important;
    opacity: 1 !important;
    -webkit-opacity: 1 !important;
    visibility: inherit
}

.main-header .logo {
    display: block;
    float: left;
    animation-name: fadeInLeft
}

.main-header .logo img {
    display: block;
    width: 140px;
    height: 46px
}

.main-header .hot-line {
    float: left;
    margin-left: 14px;
    animation-name: fadeInDown
}

.main-header .hot-line .text {
    color: #828282;
    font-size: 12px
}

.main-header .hot-line .number {
    color: #F2994A;
    font-size: 20px;
    line-height: 24px;
    font-style: italic
}

.main-header .l-r-menu {
    float: right;
    border: 1px solid #0582ff;
    overflow: hidden;
    padding: 0 12px;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    border-radius: 18px;
    margin-top: 5px;
    position: relative;
    margin-left: 32px;
    animation-name: fadeInRight
}

.main-header .l-r-menu a {
    color: #0582ff;
    font-size: 16px;
    display: block;
    float: left;
    height: 34px;
    line-height: 34px;
    margin: 0 8px
}

.main-header .l-r-menu::after {
    content: '';
    display: block;
    width: 1px;
    height: 18px;
    text-align: center;
    color: #ffffff;
    line-height: 18px;
    background-color: #0582ff;
    position: absolute;
    left: 50%;
    top: 8px;
    right: auto;
    bottom: auto
}

.main-header .logged {
    display: block;
    width: 36px;
    height: 36px;
    float: right;
    margin: 8px 0 0 30px;
    background: url(../images/icon/icon-logged.png) no-repeat
}

.main-header .b-list {
    display: block;
    float: right;
    height: 24px;
    line-height: 24px;
    padding-left: 32px;
    color: #828282;
    background: url(../images/icon/index01.png) no-repeat left center;
    margin-top: 12px;
    transition: all .3s ease-in-out .01s;
    -webkit-transition: all .3s ease-in-out .01s;
    margin-left: 32px;
    animation-name: fadeInDown
}

.main-header .b-list:hover {
    color: #0582ff
}

.main-header .search-wrap {
    float: right;
    height: 36px;
    border: 1px solid #0582ff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 0 0 0 38px;
    position: relative;
    overflow: hidden;
    background: url(../images/icon/search01.png) no-repeat 12px center;
    width: 360px;
    margin-top: 5px
}

.main-header .search-wrap .text {
    display: block;
    width: 280px;
    height: 36px;
    line-height: 36px
}

.main-header .search-wrap .text::-webkit-input-placeholder {
    color: #BDBDBD
}

.main-header .search-wrap .button {
    display: block;
    width: 80px;
    height: 36px;
    text-align: center;
    color: #ffffff;
    line-height: 36px;
    background-color: #0582ff;
    position: absolute;
    left: auto;
    top: 0;
    right: 0;
    bottom: auto;
    transition: all .3s ease-in-out .01s;
    -webkit-transition: all .3s ease-in-out .01s
}

.main-header .search-wrap .button:hover {
    background-color: #17c492
}

.main-header .navigation {
    height: 24px;
    padding: 14px 0
}

.main-header .navigation .nav li {
    float: left;
    padding: 0 20px 0 0;
    position: relative
}

.main-header .navigation .nav li .lv-one {
    font-size: 16px;
    line-height: 24px;
    display: block;
    position: relative
}

.main-header .navigation .nav li .lv-one.on {
    color: #0582ff
}

.main-header .navigation .nav li.arrow .lv-one {
    padding-right: 22px
}

.main-header .navigation .nav li.arrow .lv-one .icon {
    display: block;
    width: 15px;
    height: 9px;
    position: absolute;
    left: auto;
    top: 50%;
    right: 0;
    bottom: auto;
    background: url(../images/icon/arrow01.png) no-repeat center;
    margin-top: -4px;
    transition: all .5s ease-in-out .01s;
    -webkit-transition: all .5s ease-in-out .01s
}

.main-header .navigation .nav li.arrow .down-menu-wrap {
    width: 800px;
    height: 410px;
    position: absolute;
    left: 0;
    top: 45px;
    right: auto;
    bottom: auto;
    background-color: #ffffff;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    z-index: 6;
    overflow: hidden;
    transition: all .5s ease-in-out .01s;
    -webkit-transition: all .5s ease-in-out .01s;
    filter: alpha(Opacity=0) !important;
    opacity: 0 !important;
    -webkit-opacity: 0 !important;
    visibility: hidden;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
    filter: drop-shadow(0 6px 16px rgba(0, 0, 0, 0.15))
}

.main-header .navigation .nav li.arrow .down-menu-wrap .sidebar-box {
    width: 160px;
    height: 410px;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #0582ff;
    box-sizing: border-box;
    padding: 10px 0 0 0
}

.main-header .navigation .nav li.arrow .down-menu-wrap .item {
    padding: 0 0 0 3px
}

.main-header .navigation .nav li.arrow .down-menu-wrap .item .left-menu {
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #FFFFFF;
    padding: 0 0 0 12px;
    position: relative
}

.main-header .navigation .nav li.arrow .down-menu-wrap .item .left-menu.on {
    background-color: #ffffff;
    color: #0582ff
}

.main-header .navigation .nav li.arrow .down-menu-wrap .item .left-menu.on i {
    display: block
}

.main-header .navigation .nav li.arrow .down-menu-wrap .item .left-menu i {
    display: none;
    width: 7px;
    height: 11px;
    position: absolute;
    left: auto;
    top: 50%;
    right: 10px;
    bottom: auto;
    background: url(../images/icon/arrow02.png) no-repeat center;
    margin-top: -5px
}

.main-header .navigation .nav li.arrow .down-menu-wrap .item .right-show {
    box-sizing: border-box;
    width: 640px;
    height: 410px;
    display: none;
    position: absolute;
    left: 160px;
    top: 0;
    right: auto;
    bottom: auto;
    background-color: #ffffff;
    padding: 20px
}

.main-header .navigation .nav li.arrow .down-menu-wrap .item .right-show .text-box {
    height: 280px;
    overflow: auto
}

.main-header .navigation .nav li.arrow .down-menu-wrap .item .right-show .row {
    position: relative;
    padding: 0 0 26px 90px
}

.main-header .navigation .nav li.arrow .down-menu-wrap .item .right-show .row .hd {
    position: absolute;
    left: 0px;
    top: 0px;
    right: auto;
    bottom: auto;
    padding-left: 12px;
    font-size: 16px;
    color: #0582ff
}

.main-header .navigation .nav li.arrow .down-menu-wrap .item .right-show .row .hd a {
    font-size: 16px;
    color: #0582ff
}

.main-header .navigation .nav li.arrow .down-menu-wrap .item .right-show .row .hd::before {
    content: '';
    display: block;
    display: block;
    width: 3px;
    height: 16px;
    text-align: center;
    color: #ffffff;
    line-height: 16px;
    background-color: #0582ff;
    position: absolute;
    left: 0;
    top: 50%;
    right: auto;
    bottom: auto;
    margin-top: -8px
}

.main-header .navigation .nav li.arrow .down-menu-wrap .item .right-show .row .bd {
    overflow: hidden;
    min-height: 20px
}

.main-header .navigation .nav li.arrow .down-menu-wrap .item .right-show .row .bd a {
    display: block;
    float: left;
    color: #4F4F4F;
    transition: all .2s ease-in-out .01s;
    -webkit-transition: all .2s ease-in-out .01s;
    margin: 0 20px 10px 0
}

.main-header .navigation .nav li.arrow .down-menu-wrap .item .right-show .row .bd a:hover {
    color: #0582ff
}

.main-header .navigation .nav li.arrow .down-menu-wrap .item .right-show .banner-box {
    overflow: hidden;
    margin-top: 16px
}

.main-header .navigation .nav li.arrow .down-menu-wrap .item .right-show .banner-box .banner {
    display: block;
    width: 290px;
    height: 72px;
    overflow: hidden;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.main-header .navigation .nav li.arrow .down-menu-wrap .item .right-show .banner-box .banner img {
    display: block;
    width: 100%;
    height: 100%
}

.main-header .navigation .nav li.arrow:hover .lv-one .icon {
    transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
    transform-origin: center center;
    -webkit-transform-origin: center center
}

.main-header .navigation .nav li.arrow:hover .down-menu-wrap {
    top: 38px;
    filter: alpha(Opacity=100) !important;
    opacity: 1 !important;
    -webkit-opacity: 1 !important;
    visibility: inherit
}

.main-header .navigation .left-nav {
    float: left;
    animation-delay: .2s
}

.main-header .navigation .right-nav {
    float: left;
    position: relative;
    padding-left: 20px;
    animation-delay: .4s
}

.main-header .navigation .right-nav::before {
    content: '';
    display: block;
    width: 1px;
    height: 20px;
    text-align: center;
    color: #ffffff;
    line-height: 20px;
    background-color: #0582ff;
    background-color: #E0E0E0;
    position: absolute;
    left: 0;
    top: 50%;
    right: auto;
    bottom: auto;
    margin-top: -10px
}

.main-header .navigation .right-nav li {
    padding-left: 30px
}

.main-header .navigation .right-nav li .icon {
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 50%;
    right: auto;
    bottom: auto;
    margin-top: -12px
}

.main-header .navigation .right-nav li.more {
    padding-left: 0;
    cursor: pointer
}

.main-header .navigation .right-nav li.more .btn {
    position: relative;
    padding-left: 30px
}

.main-header .navigation .right-nav li.more .show {
    background-color: #ffffff;
    width: 120%;
    position: absolute;
    box-sizing: border-box;
    padding-left: 10px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    left: 0;
    top: 28px;
    transition: all .4s ease-in-out .01s;
    -webkit-transition: all .4s ease-in-out .01s;
    filter: alpha(Opacity=0) !important;
    opacity: 0 !important;
    -webkit-opacity: 0 !important;
    visibility: hidden
}

.main-header .navigation .right-nav li.more .show .item {
    display: block;
    position: relative;
    padding-left: 30px;
    margin: 14px 0
}

.main-header .navigation .right-nav li.more:hover .show {
    filter: alpha(Opacity=100) !important;
    opacity: 1 !important;
    -webkit-opacity: 1 !important;
    visibility: visible;
    top: 24px
}

.main-header .user-header {
    overflow: hidden;
    padding: 13px 0
}

.main-header .user-header .text {
    float: left;
    font-size: 18px;
    line-height: 28px;
    display: block;
    margin: 10px 0 0 10px
}

/*.main-footer {
    width: 100%;
    background-color: #323232;
    border-top: 2px solid #0582ff;
    padding: 26px 0 16px 0;
    color: #BDBDBD
}

.main-footer .logo {
    width: 140px;
    height: 40px;
    display: block;
    animation-name: fadeInDown
}

.main-footer .nav {
    padding: 40px 0 20px 0;
    width: 1100px;
    border-bottom: 1px solid #4F4F4F
}

.main-footer .nav a {
    color: #BDBDBD;
    font-size: 15px;
    margin-right: 50px;
    animation-name: fadeInUp;
    transition: all .3s ease-in-out .01s;
    -webkit-transition: all .3s ease-in-out .01s
}

.main-footer .nav a:hover {
    color: #0582ff
}

.main-footer .nav a:nth-child(1) {
    animation-delay: .1s
}

.main-footer .nav a:nth-child(2) {
    animation-delay: .2s
}

.main-footer .nav a:nth-child(3) {
    animation-delay: .3s
}

.main-footer .nav a:nth-child(4) {
    animation-delay: .4s
}

.main-footer .nav a:nth-child(5) {
    animation-delay: .5s
}

.main-footer .text {
    font-size: 14px;
    padding: 16px 0 0 0
}

.main-footer .text a {
    color: #BDBDBD
}

.main-footer .text a:hover {
    color: #0582ff
}

.main-footer .text p {
    margin-top: 6px;
    animation-name: fadeInUp
}

.main-footer .text p:nth-child(1) {
    animation-delay: .1s
}

.main-footer .text p:nth-child(2) {
    animation-delay: .2s
}

.main-footer .text p:nth-child(3) {
    animation-delay: .3s
}

.main-footer .qr-code {
    position: absolute;
    left: auto;
    top: 50px;
    right: 0;
    bottom: auto;
    overflow: hidden
}

.main-footer .qr-code .box {
    float: left;
    width: 88px;
    margin-left: 40px;
    animation-name: flipInY
}

.main-footer .qr-code .box img {
    display: block;
    width: 88px;
    height: 88px
}

.main-footer .qr-code .box p {
    text-align: center;
    margin-top: 8px
}

.main-footer .qr-code .box:nth-child(1) {
    animation-delay: .1s
}

.main-footer .qr-code .box:nth-child(2) {
    animation-delay: .3s
}*/

.banner-wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 440px
}

.banner-wrap.h-600 {
    height: 600px !important
}

.banner-wrap.h-600 li {
    height: 600px !important
}

.banner-wrap.h-600 .focus-banner-img, .banner-wrap.h-600 img {
    height: 600px !important
}

.banner-wrap .banner-list {
    position: relative
}

.banner-wrap .banner-list li {
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    right: auto;
    bottom: auto;
    height: 440px;
    overflow: hidden
}

.banner-wrap .banner-list li .focus-banner-img, .banner-wrap .banner-list li img {
    display: block;
    width: 1920px;
    height: 440px;
    position: absolute;
    left: 50%;
    top: 0;
    right: auto;
    bottom: auto;
    margin-left: -1200px
}

.banner-wrap .focus-handle {
    display: none
}

.banner-wrap .banner-bubble {
    position: absolute;
    left: 50%;
    top: auto;
    right: auto;
    bottom: 10px;
    z-index: 3
}

.banner-wrap .banner-bubble li {
    float: left;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #ffffff;
    cursor: pointer
}

.banner-wrap .banner-bubble li a {
    display: block;
    width: 100%;
    height: 100%;
    filter: alpha(Opacity=0) !important;
    opacity: 0 !important;
    -webkit-opacity: 0 !important
}

.banner-wrap .banner-bubble li.current {
    background-color: #ffffff
}

.index-enter-wrap {
    background-color: #ffffff;
    padding: 30px;
    overflow: hidden
}

.index-enter-wrap .part {
    width: 440px;
    height: 180px;
    display: block;
    float: left;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    box-sizing: border-box;
    overflow: hidden;
    padding: 24px;
    transition: all .5s ease-in-out .01s;
    -webkit-transition: all .5s ease-in-out .01s;
    position: relative;
    color: #ffffff;
    animation-name: flipInX
}

.index-enter-wrap .part .img {
    position: absolute;
    left: auto;
    top: auto;
    right: 0;
    bottom: 0;
    transition: all .5s ease-in-out .01s;
    -webkit-transition: all .5s ease-in-out .01s
}

.index-enter-wrap .part .dt {
    font-size: 24px;
    line-height: 28px
}

.index-enter-wrap .part .dd {
    font-size: 18px;
    line-height: 25px;
    transition: all .5s ease-in-out .01s;
    -webkit-transition: all .5s ease-in-out .01s;
    filter: alpha(Opacity=100) !important;
    opacity: 1 !important;
    -webkit-opacity: 1 !important;
    position: absolute;
    left: 24px;
    top: 70px;
    right: auto;
    bottom: auto
}

.index-enter-wrap .part .arrow {
    display: block;
    width: 36px;
    height: 36px;
    text-align: center;
    color: #ffffff;
    line-height: 36px;
    background-color: #0582ff;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    left: -36px;
    top: 68px;
    right: auto;
    bottom: auto;
    background-color: #ffffff;
    filter: alpha(Opacity=0) !important;
    opacity: 0 !important;
    -webkit-opacity: 0 !important;
    transition: all .5s ease-in-out .01s;
    -webkit-transition: all .5s ease-in-out .01s
}

.index-enter-wrap .part.left {
    background-color: #F2C94C;
    animation-delay: .2s
}

.index-enter-wrap .part.left .arrow {
    color: #F2C94C
}

.index-enter-wrap .part.mid {
    background-color: #0582ff;
    margin: 0 40px;
    animation-delay: .4s
}

.index-enter-wrap .part.mid .arrow {
    color: #0582ff
}

.index-enter-wrap .part.right {
    background-color: #5D84EA;
    animation-delay: .6s
}

.index-enter-wrap .part.right .arrow {
    color: #5D84EA
}

.index-enter-wrap .part:hover.left {
    box-shadow: 0 4px 20px rgba(242, 201, 76, 0.6)
}

.index-enter-wrap .part:hover.mid {
    box-shadow: 0 4px 20px rgba(40, 210, 161, 0.6)
}

.index-enter-wrap .part:hover.right {
    box-shadow: 0 4px 20px rgba(93, 132, 234, 0.6)
}

.index-enter-wrap .part:hover .dd {
    filter: alpha(Opacity=0) !important;
    opacity: 0 !important;
    -webkit-opacity: 0 !important
}

.index-enter-wrap .part:hover .arrow {
    left: 24px;
    filter: alpha(Opacity=100) !important;
    opacity: 1 !important;
    -webkit-opacity: 1 !important
}

.index-enter-wrap .part:hover .img {
    right: -10px
}

.index-bottom-wrap {
    overflow: hidden;
    background-color: #ffffff;
    border: 1px solid #F2F2F2;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    margin: 30px 0
}

.index-bottom-wrap .item {
    display: block;
    float: left;
    overflow: hidden;
    width: 25%;
    height: 270px;
    position: relative;
    text-align: center;
    box-sizing: border-box;
    padding: 25px 0 0 0;
    animation-name: flipInY
}

.index-bottom-wrap .item .img {
    display: block;
    width: 250px;
    height: 160px;
    position: absolute;
    left: 50%;
    top: auto;
    right: auto;
    bottom: 0;
    margin-left: -125px;
    transition: all .5s ease-in-out .01s;
    -webkit-transition: all .5s ease-in-out .01s
}

.index-bottom-wrap .item::before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    text-align: center;
    color: #ffffff;
    line-height: 1px;
    background-color: #0582ff;
    position: absolute;
    left: 0;
    top: auto;
    right: auto;
    bottom: 0;
    background-color: #F2F2F2
}

.index-bottom-wrap .item::after {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    text-align: center;
    color: #ffffff;
    line-height: 100%;
    background-color: #0582ff;
    position: absolute;
    left: auto;
    top: 0;
    right: 0;
    bottom: auto;
    background-color: #F2F2F2
}

.index-bottom-wrap .item .title {
    font-size: 20px;
    line-height: 28px;
    transition: all .3s ease-in-out .01s;
    -webkit-transition: all .3s ease-in-out .01s
}

.index-bottom-wrap .item .text {
    color: #828282;
    line-height: 22px;
    font-size: 16px;
    margin-top: 6px
}

.index-bottom-wrap .item:nth-child(4)::after, .index-bottom-wrap .item:nth-child(8)::after {
    display: none
}

.index-bottom-wrap .item:nth-child(5)::before, .index-bottom-wrap .item:nth-child(6)::before, .index-bottom-wrap .item:nth-child(7)::before, .index-bottom-wrap .item:nth-child(8)::before {
    display: none
}

.index-bottom-wrap .item:hover .img {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform-origin: center center;
    -webkit-transform-origin: center center
}

.index-bottom-wrap .item:nth-child(1) {
    animation-delay: .1s
}

.index-bottom-wrap .item:nth-child(2) {
    animation-delay: .2s
}

.index-bottom-wrap .item:nth-child(3) {
    animation-delay: .3s
}

.index-bottom-wrap .item:nth-child(4) {
    animation-delay: .4s
}

.index-bottom-wrap .item:nth-child(5) {
    animation-delay: .5s
}

.index-bottom-wrap .item:nth-child(6) {
    animation-delay: .6s
}

.index-bottom-wrap .item:nth-child(7) {
    animation-delay: .7s
}

.index-bottom-wrap .item:nth-child(8) {
    animation-delay: .8s
}

.inner-tree-menu {
    float: left;
    width: 200px;
    background-color: #0582ff;
    min-height: 410px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 12px 0 0 8px;
    animation-name: fadeInLeft
}

.inner-tree-menu ul {
    display: none
}

.inner-tree-menu li {
    display: block;
    line-height: 24px;
    margin-top: 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative
}

.inner-tree-menu li .icon {
    display: none;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 0;
    top: 5px;
    right: auto;
    bottom: auto;
    box-sizing: border-box;
    border: 1px solid #ffffff;
    cursor: pointer;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
    line-height: 12px;
    color: #ffffff;
    font-style: normal;
    font-size: 14px;
    z-index: 2
}

.inner-tree-menu li a {
    color: #ffffff
}

.inner-tree-menu li.first > .icon {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px
}

.inner-tree-menu li.hasChildren {
    padding: 0 0 0 20px
}

.inner-tree-menu li.hasChildren > .icon {
    display: block
}

.screening-wrap {
    background-color: #ffffff;
    padding: 10px 20px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.screening-wrap .row {
    padding: 0 0 0 80px;
    position: relative;
    min-height: 24px;
    margin: 5px 0 0 0;
    animation-name: fadeInDown
}

.screening-wrap .row .hd {
    position: absolute;
    left: 0px;
    top: 0px;
    right: auto;
    bottom: auto;
    display: block;
    width: 80px;
    height: 24px;
    line-height: 24px;
    color: #828282;
    text-align: right;
    box-sizing: border-box
}

.screening-wrap .row .bd {
    overflow: hidden
}

.screening-wrap .row .bd .item {
    display: block;
    float: left;
    height: 24px;
    line-height: 24px;
    padding: 0 12px;
    margin: 0 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    color: #828282;
    margin: 0 12px 12px 12px;
    transition: all .3s ease-in-out .01s;
    -webkit-transition: all .3s ease-in-out .01s
}

.screening-wrap .row .bd .item:hover {
    color: #0582ff
}

.screening-wrap .row .bd .item.on {
    background-color: #0582ff;
    color: #ffffff
}

.screening-wrap .search {
    padding: 10px 0 0 0;
    border-top: 1px solid #E0E0E0;
    overflow: hidden;
    animation-name: flipInX
}

.screening-wrap .search .hd {
    float: left;
    display: block;
    height: 36px;
    color: #828282;
    line-height: 36px
}

.screening-wrap .search .bd {
    width: 320px;
    margin-left: 12px;
    position: relative;
    overflow: hidden;
    height: 36px;
    float: left;
    background-color: #ffffff;
    border: 1px solid #0582ff;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    border-radius: 18px;
    box-sizing: border-box;
    padding: 8px 0 8px 16px
}

.screening-wrap .search .bd .text {
    display: block;
    height: 20px;
    line-height: 20px;
    width: 220px;
    background: none !important
}

.screening-wrap .search .bd .text::-webkit-input-placeholder {
    color: #BDBDBD
}

.screening-wrap .search .bd .btn {
    display: block;
    width: 70px;
    height: 36px;
    text-align: center;
    color: #ffffff;
    line-height: 36px;
    background-color: #0582ff;
    position: absolute;
    left: auto;
    top: 0;
    right: 0;
    bottom: auto;
    font-size: 15px;
    transition: all .3s ease-in-out .01s;
    -webkit-transition: all .3s ease-in-out .01s
}

.screening-wrap .search .bd .btn:hover {
    background-color: #17c492
}

.screening-wrap.user {
    padding-top: 20px
}

.sort-bar {
    height: 30px;
    padding: 10px 0 10px 0;
    overflow: hidden
}

.sort-bar .item {
    float: left;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    margin-left: 30px;
    color: #828282;
    background-repeat: no-repeat;
    background-position: right center
}

.sort-bar .item:nth-child(1) {
    animation-delay: 0
}

.sort-bar .item:nth-child(2) {
    animation-delay: .2s
}

.sort-bar .item:nth-child(3) {
    animation-delay: .4s
}

.sort-bar .item:nth-child(4) {
    animation-delay: .6s
}

.sort-bar .item:nth-child(5) {
    animation-delay: .8s
}

.sort-bar .item:nth-child(6) {
    animation-delay: 1s
}

.sort-bar .item:hover, .sort-bar .item.on {
    color: #0582ff
}

.sort-bar .item.arrow {
    padding: 0 22px 0 0;
    background-image: url(../images/icon/sort01.png)
}

.sort-bar .item.arrow.on {
    color: #0582ff;
    background-image: url(../images/icon/sort01-1.png)
}

.sort-bar .item.arrows {
    padding: 0 22px 0 0;
    background-image: url(../images/icon/sort02.png)
}

.sort-bar .item.arrows.on-up {
    background-image: url(../images/icon/sort02-up.png)
}

.sort-bar .item.arrows.on-down {
    background-image: url(../images/icon/sort02-down.png)
}

.sort-bar .mid-menu {
    overflow: hidden;
    width: 160px;
    animation-name: fadeInUp;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    float: left;
    margin-left: 200px
}

.sort-bar .mid-menu a {
    display: block;
    float: left;
    border: 1px solid #E0E0E0;
    height: 28px;
    width: 78px;
    text-align: center;
    line-height: 28px;
    color: #828282
}

.sort-bar .mid-menu a.on {
    color: #0582ff;
    border-color: #0582ff
}

.sort-bar .mid-menu a:hover {
    color: #0582ff
}

.sort-bar.user .mid-menu {
    margin: 0 auto;
    float: none
}

.img-text-list {
    padding: 0 20px 20px 20px
}

.img-text-list li {
    padding: 24px 20px;
    height: 110px;
    overflow: hidden;
    transition: all .5s ease-in-out .01s;
    -webkit-transition: all .5s ease-in-out .01s
}

.img-text-list li .img-box {
    animation-name: flipInX;
    width: 180px;
    height: 110px;
    overflow: hidden;
    float: left;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px
}

.img-text-list li .img-box img {
    transition: all .5s ease-in-out .01s;
    -webkit-transition: all .5s ease-in-out .01s;
    width: 100%;
    height: 100%;
    object-fit: contain
}

.img-text-list li .text-box {
    float: left;
    width: 754px;
    padding-left: 12px;
    animation-name: fadeInUp
}

.img-text-list li .text-box .title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 30px;
    position: relative;
    height: 24px;
    line-height: 24px;
    margin-top: 5px
}

.img-text-list li .text-box .title .icon {
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0px;
    top: 0px;
    right: auto;
    bottom: auto
}

.img-text-list li .text-box .title a {
    font-size: 18px
}

.img-text-list li .text-box .tag-group {
    overflow: hidden;
    margin-top: 10px
}

.img-text-list li .text-box .tag-group span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 24px;
    line-height: 24px;
    padding: 0 4px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-right: 8px
}

.img-text-list li .text-box .tag-group span.blue, .img-text-list li .text-box .tag-group .base-edu-idx-res .focus-list .item .text-wrap .both span.green, .base-edu-idx-res .focus-list .item .text-wrap .both .img-text-list li .text-box .tag-group span.green, .img-text-list li .text-box .tag-group .base-edu-idx-res .two-column .first .both span.green, .base-edu-idx-res .two-column .first .both .img-text-list li .text-box .tag-group span.green, .img-text-list li .text-box .tag-group .base-edu-idx-res .two-column .first .both span.red, .base-edu-idx-res .two-column .first .both .img-text-list li .text-box .tag-group span.red {
    background: rgba(25, 137, 250, 0.1);
    color: #2F80ED
}

.img-text-list li .text-box .tag-group span.red {
    color: #EB5757;
    background: rgba(235, 87, 87, 0.1)
}

.img-text-list li .text-box .tag-group span.yellow {
    color: #F2994A;
    background: rgba(242, 153, 74, 0.1)
}

.img-text-list li .text-box .bot-gray {
    overflow: hidden;
    margin-top: 12px
}

.img-text-list li .text-box .bot-gray span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    color: #828282;
    padding-left: 24px;
    margin-right: 26px;
    background-repeat: no-repeat;
    background-position: left center
}

.img-text-list li .text-box .bot-gray span.date {
    background-image: url(../images/icon/icon-clock.png)
}

.img-text-list li .text-box .bot-gray span.date.no-icon {
    padding-left: 0;
    background: none
}

.img-text-list li .text-box .bot-gray span.view {
    background-image: url(../images/icon/icon-eye.png)
}

.img-text-list li .btn-box {
    float: right;
    padding-top: 10px;
    animation-name: fadeInRight
}

.img-text-list li .btn-box .price {
    line-height: 30px;
    font-size: 18px
}

.img-text-list li .btn-box .price span {
    font-size: 24px
}

.img-text-list li .btn-box .button {
    height: 38px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: block;
    margin-top: 14px;
    background-color: #EEF9F6;
    padding: 0 12px 0 12px;
    color: #0582ff;
    transition: all .3s ease-in-out .01s;
    -webkit-transition: all .3s ease-in-out .01s
}

.img-text-list li .btn-box .button span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    line-height: 38px;
    background-image: url(../images/icon/icon-add01.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 34px
}

.img-text-list li .btn-box .button:hover {
    background-color: #0582ff;
    color: #ffffff
}

.img-text-list li .btn-box .button:hover span {
    background-image: url(../images/icon/icon-add01-1.png)
}

.img-text-list li:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1))
}

.img-text-list li:hover .img-box img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05)
}

.img-text-list.user {
    padding: 0
}

.img-text-list.user ul {
    width: 1120px
}

.img-text-list.user li {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
    width: 500px;
    float: left;
    margin: 20px 20px 0 0
}

.img-text-list.user li .text-box {
    width: 306px
}

.img-text-list.user li .view-btn, .img-text-list.user li .cancel-btn {
    display: block;
    width: 60px;
    height: 30px;
    text-align: center;
    color: #ffffff;
    line-height: 30px;
    background-color: #0582ff;
    border-radius: 15px;
    float: right;
    color: #0582ff;
    box-sizing: border-box;
    background: none;
    border: 1px solid #0582ff
}

.img-text-list.user li .view-btn:hover, .img-text-list.user li .cancel-btn:hover {
    background-color: #0582ff;
    color: #ffffff
}

.img-text-list.user li .cancel-btn {
    color: #828282;
    border: 1px solid #E0E0E0;
    width: 80px
}

.img-text-list.user li .cancel-btn:hover {
    background: none;
    border-color: #0582ff;
    color: #0582ff
}

.pagination {
    padding: 12px;
    height: 30px;
    overflow: hidden;
    line-height: 30px
}

.pagination .hd {
    color: #4F4F4F;
    float: left;
    animation-name: fadeInLeft
}

.pagination .bd {
    overflow: hidden;
    float: right;
    color: #828282;
    animation-name: fadeInUp;
    animation-delay: 0
}

.pagination .bd a, .pagination .bd span {
    float: left;
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #ffffff;
    line-height: 30px;
    background-color: #0582ff;
    background-color: #ffffff;
    color: #4F4F4F;
    margin: 0 2px
}

.pagination .bd a.prev, .pagination .bd span.prev {
    background: url(../images/icon/icon-page-prev.png) no-repeat center
}

.pagination .bd a.prev:hover, .pagination .bd span.prev:hover {
    background: url(../images/icon/icon-page-prev-h.png) no-repeat center
}

.pagination .bd a.next, .pagination .bd span.next {
    background: url(../images/icon/icon-page-next.png) no-repeat center
}

.pagination .bd a.next:hover, .pagination .bd span.next:hover {
    background: url(../images/icon/icon-page-next-h.png) no-repeat center
}

.pagination .bd a:hover, .pagination .bd a.on, .pagination .bd span:hover, .pagination .bd span.on {
    color: #0582ff
}

.pagination .bd span:hover {
    color: #4F4F4F
}

.pagination .custom {
    float: right;
    overflow: hidden
}

.pagination .custom span {
    display: block;
    float: left;
    height: 30px;
    line-height: 30px;
    color: #4F4F4F
}

.pagination .custom .input {
    float: left;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    width: 38px;
    height: 26px;
    margin: 0 8px;
    border: 1px solid #E0E0E0
}

.pagination .custom .input .text {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 26px
}

.pagination .custom .button {
    display: block;
    width: 50px;
    height: 28px;
    text-align: center;
    color: #ffffff;
    line-height: 28px;
    background-color: #0582ff;
    float: left;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-left: 12px
}

.pagination .custom .button:hover {
    background-color: #17c492
}

.large-img-list {
    overflow: hidden;
    padding: 0 20px 20px 20px
}

.large-img-list .box {
    width: 1200px
}

.large-img-list .item {
    display: block;
    width: 360px;
    height: 340px;
    float: left;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.15));
    margin: 20px 30px 0 0
}

.large-img-list .item .img-box {
    overflow: hidden;
    width: 360px;
    height: 222px;
    display: block
}

.large-img-list .item .img-box img {
    transition: all .5s ease-in-out .01s;
    -webkit-transition: all .5s ease-in-out .01s;
    width: 100%;
    height: 100%;
    object-fit: contain
}

.large-img-list .item .info-box {
    padding: 8px 20px 0 20px
}

.large-img-list .item .info-box .y-relative {
    margin-top: 20px
}

.large-img-list .item .title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 25px;
    height: 50px;
    font-size: 18px;
    transition: all .3s ease-in-out .01s;
    -webkit-transition: all .3s ease-in-out .01s
}

.large-img-list .item .gray {
    color: #828282;
    position: absolute;
    left: auto;
    top: 0;
    right: 0;
    bottom: auto;
    padding-left: 22px;
    background: url(../images/icon/icon03.png) no-repeat left center
}

.large-img-list .item:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.2))
}

.large-img-list .item:hover .img-box img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05)
}

.large-img-list.user {
    padding: 0 0 10px 10px
}

.large-img-list.user .item {
    width: 340px;
    height: 385px
}

.large-img-list.user .item .bottom {
    overflow: hidden;
    height: 30px;
    padding: 8px 0 0 0;
    border-top: 1px solid #E0E0E0;
    margin-top: 10px
}

.large-img-list.user .item .bottom .date {
    height: 30px;
    line-height: 30px;
    padding-left: 24px;
    background: url(../images/icon/icon-clock.png) no-repeat left center;
    color: #828282;
    float: left
}

.large-img-list.user .item .bottom .date.no-icon {
    padding-left: 0;
    background: none
}

.large-img-list.user .item .bottom .button {
    display: block;
    width: 78px;
    height: 28px;
    text-align: center;
    color: #ffffff;
    line-height: 28px;
    background-color: #0582ff;
    color: #828282;
    border: 1px solid #E0E0E0;
    background: none;
    float: right;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px
}

.large-img-list.user .item .bottom .button:hover {
    color: #0582ff;
    border-color: #0582ff
}

.join-popup {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    right: auto;
    bottom: auto;
    z-index: 999;
    filter: alpha(Opacity=0) !important;
    opacity: 0 !important;
    -webkit-opacity: 0 !important;
    transition: all .5s ease-in-out .01s;
    -webkit-transition: all .5s ease-in-out .01s;
    visibility: hidden
}

.join-popup .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    right: auto;
    bottom: auto;
    background-color: rgba(0, 0, 0, 0.6)
}

.join-popup .box {
    width: 400px;
    height: 100%;
    background-color: #ffffff;
    position: absolute;
    left: auto;
    top: 0;
    right: -400px;
    bottom: auto;
    transition: all .5s ease-in-out .01s;
    -webkit-transition: all .5s ease-in-out .01s
}

.join-popup .top, .join-popup .bottom {
    height: 70px;
    background-color: #F5F5F5;
    overflow: hidden;
    width: 100%
}

.join-popup .top .go-back, .join-popup .bottom .go-back {
    display: block;
    float: left;
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    padding-left: 30px;
    background: url(../images/icon/arrow07.png) no-repeat left center;
    margin: 23px 0 0 14px
}

.join-popup .top .button, .join-popup .bottom .button {
    cursor: pointer;
    display: block;
    width: 80px;
    height: 32px;
    text-align: center;
    color: #ffffff;
    line-height: 32px;
    background-color: #0582ff;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    background-color: #EEEEEE;
    float: right;
    margin: 19px 20px 0 0
}

.join-popup .top .button span, .join-popup .bottom .button span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 32px;
    line-height: 32px;
    color: #828282;
    padding-left: 28px;
    background: url(../images/icon/icon-clear.png) no-repeat left center
}

.join-popup .top .button:hover, .join-popup .bottom .button:hover {
    background-color: #e5e5e5
}

.join-popup .list {
    position: absolute;
    left: 0;
    top: 70px;
    right: auto;
    bottom: auto;
    width: 100%;
    height: calc(100% - 140px);
    box-sizing: border-box;
    padding: 10px 0 0 0;
    overflow: auto
}

.join-popup .list ul {
    padding: 0 20px 0 20px
}

.join-popup .list li {
    padding: 12px 0 12px 190px;
    overflow: hidden;
    position: relative;
    height: 80px
}

.join-popup .list li .icon {
    display: block;
    width: 20px;
    height: 20px;
    box-sizing: border-box;
    border: 1px solid #BDBDBD;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    position: absolute;
    left: 0;
    top: 50%;
    right: auto;
    bottom: auto;
    margin-top: -10px;
    cursor: pointer
}

.join-popup .list li .icon.on {
    border-color: #F2994A;
    background: url(../images/icon/icon02.png) no-repeat center #F2994A
}

.join-popup .list li .img {
    overflow: hidden;
    display: block;
    width: 144px;
    height: 80px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    position: absolute;
    left: 32px;
    top: 12px;
    right: auto;
    bottom: auto
}

.join-popup .list li .img img {
    width: 100%;
    height: 100%;
    transition: all .3s ease-in-out .01s;
    -webkit-transition: all .3s ease-in-out .01s
}

.join-popup .list li .img:hover img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05)
}

.join-popup .list li .title {
    display: block;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.join-popup .list li .delete {
    display: block;
    width: 24px;
    height: 24px;
    float: right;
    background: url(../images/icon/icon-del01.png);
    cursor: pointer
}

.join-popup .list::-webkit-scrollbar {
    width: 8px;
    height: 8px
}

.join-popup .list::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #0582ff
}

.join-popup .list::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #F5F5F5
}

.join-popup .bottom {
    position: absolute;
    left: 0;
    top: auto;
    right: auto;
    bottom: 0;
    overflow: hidden
}

.join-popup .bottom .select {
    cursor: pointer;
    height: 24px;
    line-height: 24px;
    position: relative;
    padding-left: 30px;
    font-size: 16px;
    float: left;
    margin: 23px 0 0 20px
}

.join-popup .bottom .select .icon {
    display: block;
    width: 20px;
    height: 20px;
    box-sizing: border-box;
    border: 1px solid #BDBDBD;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    position: absolute;
    left: 0;
    top: 50%;
    right: auto;
    bottom: auto;
    margin-top: -10px;
    cursor: pointer
}

.join-popup .bottom .select.on .icon {
    border-color: #F2994A;
    background: url(../images/icon/icon02.png) no-repeat center #F2994A
}

.join-popup .bottom .price {
    height: 24px;
    line-height: 24px;
    float: left;
    font-size: 16px;
    margin: 23px 0 0 40px
}

.join-popup .bottom .price span {
    color: #F2994A;
    padding-left: 4px;
    font-weight: bold
}

.join-popup .bottom .button {
    display: block;
    width: 112px;
    height: 40px;
    text-align: center;
    color: #ffffff;
    line-height: 40px;
    background-color: #0582ff;
    background: linear-gradient(to right, #FF4F37 0%, #F7753E 100%);
    background: -webkit-gradient(linear, 0 0, 100% 0, from(#FF4F37), to(#F7753E));
    float: right;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    margin-top: 15px;
    margin-right: 20px;
    font-size: 15px
}

.join-popup.open {
    filter: alpha(Opacity=100) !important;
    opacity: 1 !important;
    -webkit-opacity: 1 !important;
    visibility: inherit
}

.join-popup.open .box {
    right: 0
}

.my-res-list {
    margin-top: 20px
}

.my-res-list .box {
    background-color: #ffffff;
    padding: 10px 20px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    min-height: 400px
}

.my-res-list .hd-title {
    color: #1F2329;
    font-size: 18px
}

.my-res-list .gray-row {
    height: 40px;
    background-color: #F2F2F2;
    margin-top: 12px;
    overflow: hidden;
    margin-bottom: 12px
}

.my-res-list .gray-row span {
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #828282
}

.my-res-list .left {
    margin-left: 100px;
    width: 480px;
    float: left
}

.my-res-list .mid {
    text-align: center;
    width: 120px;
    float: left
}

.my-res-list .right {
    width: 110px;
    float: right
}

.my-res-list .item-row {
    overflow: hidden;
    height: 90px;
    padding: 12px 0;
    border-top: 1px solid #E0E0E0
}

.my-res-list .item-row .left {
    padding-left: 180px;
    box-sizing: border-box;
    position: relative;
    height: 90px
}

.my-res-list .item-row .mid {
    font-size: 16px;
    margin: 35px 0 0 0
}

.my-res-list .item-row .right {
    margin: 33px 0 0 0
}

.my-res-list .item-row .icon {
    display: block;
    width: 20px;
    height: 20px;
    box-sizing: border-box;
    border: 1px solid #BDBDBD;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    position: absolute;
    left: -50px;
    top: 50%;
    right: auto;
    bottom: auto;
    margin-top: -10px;
    cursor: pointer
}

.my-res-list .item-row .icon.on {
    border-color: #F2994A;
    background: url(../images/icon/icon02.png) no-repeat center #F2994A
}

.my-res-list .item-row .img {
    display: block;
    width: 158px;
    height: 90px;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    right: auto;
    bottom: auto
}

.my-res-list .item-row .img img {
    width: 100%;
    height: 100%;
    transition: all .5s ease-in-out .01s;
    -webkit-transition: all .5s ease-in-out .01s
}

.my-res-list .item-row .img:hover img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05)
}

.my-res-list .item-row .title {
    font-size: 16px;
    padding-top: 10px
}

.my-res-list .item-row .title a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.my-res-list .item-row .delete {
    display: block;
    width: 24px;
    height: 24px;
    background: url(../images/icon/icon-del01.png) no-repeat center;
    cursor: pointer
}

.my-res-list .bottom {
    background-color: #ffffff;
    margin: 20px 0;
    height: 80px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden
}

.my-res-list .bottom .select {
    cursor: pointer;
    height: 24px;
    line-height: 24px;
    position: relative;
    padding-left: 30px;
    font-size: 16px;
    float: left;
    margin: 28px 0 0 70px
}

.my-res-list .bottom .select .icon {
    display: block;
    width: 20px;
    height: 20px;
    box-sizing: border-box;
    border: 1px solid #BDBDBD;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    position: absolute;
    left: 0;
    top: 50%;
    right: auto;
    bottom: auto;
    margin-top: -10px;
    cursor: pointer
}

.my-res-list .bottom .select.on .icon {
    border-color: #F2994A;
    background: url(../images/icon/icon02.png) no-repeat center #F2994A
}

.my-res-list .bottom .del-text {
    float: left;
    height: 24px;
    line-height: 24px;
    margin: 28px 0 0 30px;
    color: #4F4F4F;
    cursor: pointer
}

.my-res-list .bottom .price {
    height: 24px;
    line-height: 24px;
    float: right;
    font-size: 16px;
    margin: 30px 0 0 40px;
    color: #828282
}

.my-res-list .bottom .price span {
    color: #F2994A;
    padding-left: 4px;
    font-weight: bold
}

.my-res-list .bottom .button {
    display: block;
    width: 160px;
    height: 46px;
    text-align: center;
    color: #ffffff;
    line-height: 46px;
    background-color: #0582ff;
    background: linear-gradient(to right, #FF4F37 0%, #F7753E 100%);
    background: -webkit-gradient(linear, 0 0, 100% 0, from(#FF4F37), to(#F7753E));
    float: right;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    font-size: 15px;
    transition: all .5s ease-in-out .01s;
    -webkit-transition: all .5s ease-in-out .01s;
    margin: 17px 20px 0 30px
}

.empty-box {
    height: 500px;
    box-sizing: border-box;
    text-align: center;
    padding-top: 120px
}

.empty-box p {
    margin-top: 20px;
    font-size: 16px;
    color: #828282
}

.payment-wrap, .payment-result {
    padding: 80px 0 80px 0;
    box-sizing: border-box;
    min-height: 456px
}

.payment-wrap .box, .payment-result .box {
    width: 1000px;
    margin: 0 auto
}

.payment-wrap .text, .payment-result .text {
    font-size: 18px;
    color: #1F2329
}

.payment-wrap .text span, .payment-result .text span {
    font-style: italic
}

.payment-wrap .text-gray, .payment-result .text-gray {
    margin-top: 10px;
    color: #646A73
}

.payment-wrap .text-gray span, .payment-result .text-gray span {
    color: #FE4A38;
    padding: 0 2px;
    font-style: italic
}

.payment-wrap .gray-box, .payment-result .gray-box {
    height: 165px;
    background-color: #F8F8F8;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    margin-top: 15px;
    box-sizing: border-box;
    padding: 30px 50px 0 50px
}

.payment-wrap .pay-price, .payment-result .pay-price {
    font-size: 16px
}

.payment-wrap .pay-price span, .payment-result .pay-price span {
    color: #F2994A;
    font-size: 20px
}

.payment-wrap .pay-price a, .payment-result .pay-price a {
    font-size: 14px;
    color: #9CA2A9;
    margin-left: 20px
}

.payment-wrap .pay-price a:hover, .payment-result .pay-price a:hover {
    color: #0582ff
}

.payment-wrap .pay-mode, .payment-result .pay-mode {
    overflow: hidden;
    margin-top: 30px
}

.payment-wrap .pay-mode .left, .payment-result .pay-mode .left {
    display: block;
    float: left;
    height: 42px;
    line-height: 42px
}

.payment-wrap .pay-mode .option, .payment-result .pay-mode .option {
    position: relative;
    float: left;
    padding: 0 0 0 28px;
    margin: 0 30px 0 0
}

.payment-wrap .pay-mode .option .icon, .payment-result .pay-mode .option .icon {
    box-sizing: border-box;
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #BDBDBD;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    right: auto;
    bottom: auto;
    margin-top: -10px;
    cursor: pointer
}

.payment-wrap .pay-mode .option .icon.on, .payment-result .pay-mode .option .icon.on {
    border-color: #F2994A;
    background: url(../images/icon/icon02.png) no-repeat center #F2994A
}

.payment-wrap .pay-mode .option img, .payment-result .pay-mode .option img {
    width: 140px;
    height: 42px;
    display: block
}

.payment-wrap .button, .payment-result .button {
    display: block;
    width: 160px;
    height: 46px;
    text-align: center;
    color: #ffffff;
    line-height: 46px;
    background-color: #0582ff;
    background: linear-gradient(to right, #FF4F37 0%, #F7753E 100%);
    background: -webkit-gradient(linear, 0 0, 100% 0, from(#FF4F37), to(#F7753E));
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 16px;
    transition: all .5s ease-in-out .01s;
    -webkit-transition: all .5s ease-in-out .01s;
    margin-top: 20px
}

.payment-result .prompt {
    height: 72px;
    padding-left: 90px;
    position: relative
}

.payment-result .prompt .icon {
    display: block;
    width: 72px;
    height: 72px;
    position: absolute;
    left: 0px;
    top: 0px;
    right: auto;
    bottom: auto
}

.payment-result .prompt .row-text {
    font-size: 18px;
    line-height: 72px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.payment-result .gray-box {
    margin-top: 40px;
    font-size: 16px;
    padding-top: 40px
}

.payment-result .gray-box .blue, .payment-result .gray-box .base-edu-idx-res .focus-list .item .text-wrap .both .green, .base-edu-idx-res .focus-list .item .text-wrap .both .payment-result .gray-box .green, .payment-result .gray-box .base-edu-idx-res .two-column .first .both .green, .base-edu-idx-res .two-column .first .both .payment-result .gray-box .green, .payment-result .gray-box .base-edu-idx-res .two-column .first .both .red, .base-edu-idx-res .two-column .first .both .payment-result .gray-box .red {
    color: #3870FE;
    margin-right: 40px
}

.bread-crumbs-nav {
    padding-left: 28px;
    color: #828282;
    padding-top: 10px;
    background: url(../images/icon/icon-home.png) no-repeat left center
}

.bread-crumbs-nav a {
    color: #828282
}

.bread-crumbs-nav a:hover {
    color: #0582ff
}

.com-inner-menu {
    float: left;
    width: 180px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
    padding: 22px 0 40px 0
}

.com-inner-menu .item {
    display: block;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 16px;
    color: #828282;
    margin-bottom: 10px
}

.com-inner-menu .item:hover {
    color: #0582ff
}

.com-inner-menu .item.on {
    color: #0582ff;
    background: linear-gradient(270deg, rgba(40, 210, 161, 0) 0%, rgba(40, 210, 161, 0.1) 47.92%, rgba(40, 210, 161, 0) 100%)
}

.com-inner-wrap {
    width: 1160px;
    float: right;
    min-height: 600px
}

.com-inner-wrap .hd-title {
    font-size: 24px;
    line-height: 30px
}

.com-text-list {
    padding: 20px 0 40px 0
}

.com-text-list .item {
    display: block;
    padding: 16px 0;
    border-bottom: 1px dashed #E0E0E0;
    position: relative
}

.com-text-list .item a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 24px;
    line-height: 24px;
    max-width: 1000px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
    transition: all .2s ease-in-out .01s;
    -webkit-transition: all .2s ease-in-out .01s
}

.com-text-list .item span {
    position: absolute;
    left: auto;
    top: 16px;
    right: 0;
    bottom: auto;
    color: #828282;
    line-height: 24px
}

.com-graphic-list {
    padding: 20px 0 40px 0
}

.com-graphic-list .item {
    padding: 20px 24px;
    margin-bottom: 16px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    transition: all .5s ease-in-out .01s;
    -webkit-transition: all .5s ease-in-out .01s
}

.com-graphic-list .item a {
    display: block;
    height: 160px;
    position: relative;
    padding-left: 260px
}

.com-graphic-list .item .img {
    width: 240px;
    height: 160px;
    overflow: hidden;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    position: absolute;
    left: 0px;
    top: 0px;
    right: auto;
    bottom: auto
}

.com-graphic-list .item .img img {
    width: 100%;
    height: 100%;
    transition: all .5s ease-in-out .01s;
    -webkit-transition: all .5s ease-in-out .01s
}

.com-graphic-list .item .title {
    line-height: 28px;
    font-size: 20px;
    transition: all .2s ease-in-out .01s;
    -webkit-transition: all .2s ease-in-out .01s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.com-graphic-list .item .text {
    color: #828282;
    font-size: 16px;
    line-height: 22px;
    margin-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.com-graphic-list .item .bot-gray {
    overflow: hidden;
    margin-top: 12px
}

.com-graphic-list .item .bot-gray span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    color: #828282;
    padding-left: 24px;
    margin-right: 26px;
    background-repeat: no-repeat;
    background-position: left center
}

.com-graphic-list .item .bot-gray span.date {
    background-image: url(../images/icon/icon-clock.png)
}

.com-graphic-list .item .bot-gray span.view {
    background-image: url(../images/icon/icon-eye.png)
}

.com-graphic-list .item:hover {
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.2);
    filter: drop-shadow(0 2px 16px rgba(0, 0, 0, 0.2))
}

.com-graphic-list .item:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05)
}

.com-detail .title {
    font-size: 20px;
    line-height: 28px
}

.com-detail .info {
    padding: 15px 0;
    border-bottom: 1px solid #E0E0E0;
    overflow: hidden
}

.com-detail .info span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    color: #828282;
    padding-left: 24px;
    margin-right: 26px;
    background-repeat: no-repeat;
    background-position: left center
}

.com-detail .info span.author {
    background-image: url(../images/icon/icon-author.png)
}

.com-detail .info span.date {
    background-image: url(../images/icon/icon-clock.png)
}

.com-detail .info span.view {
    background-image: url(../images/icon/icon-eye.png)
}

.com-detail .contents {
    overflow: hidden;
    font-size: 18px;
    line-height: 32px;
    padding: 20px 0 40px 0px
}

.com-detail .contents img {
    max-width: 100% !important
}

.user-supplement-popup {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0px;
    top: 0px;
    right: auto;
    bottom: auto;
    z-index: 50
}

.user-supplement-popup .box {
    background-color: #ffffff;
    padding: 10px 0 30px 0;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    width: 350px;
    position: absolute;
    left: 50%;
    top: 50%;
    right: auto;
    bottom: auto;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%)
}

.user-supplement-popup .box .title {
    text-align: center
}

.user-supplement-popup .box .title span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 50px;
    line-height: 50px;
    padding-left: 50px;
    background: url(../images/icon/icon-warning.png) no-repeat left center;
    font-size: 24px
}

.user-supplement-popup .box .text {
    font-size: 16px;
    padding: 0 20px;
    margin-top: 20px;
    line-height: 24px
}

.user-supplement-popup .box .button {
    display: block;
    width: 120px;
    height: 44px;
    text-align: center;
    color: #ffffff;
    line-height: 44px;
    background-color: #0582ff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 15px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0 10px;
    transition: all .2s ease-in-out .01s;
    -webkit-transition: all .2s ease-in-out .01s
}

.user-supplement-popup .box .button:hover {
    background-color: #17c492
}

.user-supplement-popup .box .button.hollow {
    width: 118px;
    height: 42px;
    line-height: 42px;
    color: #0582ff;
    border: 1px solid #E0E0E0;
    background: none;
    color: #828282
}

.user-supplement-popup .box .button.hollow:hover {
    color: #0582ff;
    border-color: #0582ff
}

.base-edu-idx-banner {
    overflow: hidden;
    animation-name: flipInX
}

.base-edu-idx-banner a {
    display: block;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    width: 100%;
    height: 90px;
    overflow: hidden
}

.base-edu-idx-banner a img {
    display: block;
    width: 100%;
    height: 100%
}

.base-edu-idx-banner a.lit {
    width: 680px;
    animation-name: flipInX
}

.base-edu-idx-banner a.lit:nth-child(1) {
    animation-delay: 0
}

.base-edu-idx-banner a.lit:nth-child(2) {
    animation-delay: .2s
}

.base-edu-idx-banner a.lit:nth-child(3) {
    animation-delay: .4s
}

.base-edu-idx-banner a.lit:nth-child(4) {
    animation-delay: .6s
}

.base-edu-clickvol {
    overflow: hidden;
    padding: 20px 0 0 0
}

.base-edu-clickvol .y-hidden {
    width: 1480px
}

.base-edu-clickvol .item {
    display: block;
    width: 252px;
    height: 90px;
    border: 1px solid #E0E0E0;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    box-sizing: border-box;
    transition: all .3s ease-in-out .01s;
    -webkit-transition: all .3s ease-in-out .01s;
    padding: 20px 16px;
    float: left;
    margin: 0 35px 0 0;
    animation-name: flipInX
}

.base-edu-clickvol .item:nth-child(1) {
    animation-delay: 0
}

.base-edu-clickvol .item:nth-child(2) {
    animation-delay: .2s
}

.base-edu-clickvol .item:nth-child(3) {
    animation-delay: .4s
}

.base-edu-clickvol .item:nth-child(4) {
    animation-delay: .6s
}

.base-edu-clickvol .item:nth-child(5) {
    animation-delay: .8s
}

.base-edu-clickvol .item span {
    display: block;
    transition: all .3s ease-in-out .01s;
    -webkit-transition: all .3s ease-in-out .01s
}

.base-edu-clickvol .item .title, .base-edu-clickvol .item .text {
    width: 135px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.base-edu-clickvol .item .title {
    font-size: 16px
}

.base-edu-clickvol .item .text, .base-edu-clickvol .item .fs12 {
    color: #828282
}

.base-edu-clickvol .item .text {
    line-height: 28px
}

.base-edu-clickvol .item .number {
    color: #0582ff;
    font-style: italic;
    font-size: 24px;
    line-height: 28px
}

.base-edu-clickvol .item:hover {
    border-color: #0582ff;
    background-color: rgba(40, 210, 161, 0.1)
}

.base-edu-clickvol .item:hover span {
    color: #0582ff
}

.base-edu-idx-res {
    padding: 20px 0 40px 0
}

.base-edu-idx-res .hd-img {
    display: block;
    width: 217px;
    height: 90px;
    animation-name: fadeInLeft
}

.base-edu-idx-res .hd-menu {
    overflow: hidden;
    position: absolute;
    left: 250px;
    top: auto;
    right: auto;
    bottom: 0
}

.base-edu-idx-res .hd-menu .item {
    display: block;
    float: left;
    box-sizing: border-box;
    height: 36px;
    line-height: 36px;
    padding: 0 18px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #828282;
    border: 1px solid #E0E0E0;
    margin-right: 24px;
    animation-name: flipInY
}

.base-edu-idx-res .hd-menu .item.on {
    border: none;
    background-color: #0582ff;
    background: linear-gradient(to right, #0FBBC6 0%, #44D7B3 100%);
    background: -webkit-gradient(linear, 0 0, 100% 0, from(#0FBBC6), to(#44D7B3));
    color: #ffffff
}

.base-edu-idx-res .hd-menu .item.on:hover {
    color: #ffffff
}

.base-edu-idx-res .hd-menu .item:hover {
    color: #0582ff
}

.base-edu-idx-res .hd-menu .item:nth-child(1) {
    animation-delay: 0
}

.base-edu-idx-res .hd-menu .item:nth-child(2) {
    animation-delay: .1s
}

.base-edu-idx-res .hd-menu .item:nth-child(3) {
    animation-delay: .2s
}

.base-edu-idx-res .hd-menu .item:nth-child(4) {
    animation-delay: .3s
}

.base-edu-idx-res .hd-menu .item:nth-child(5) {
    animation-delay: .4s
}

.base-edu-idx-res .hd-menu .item:nth-child(6) {
    animation-delay: .5s
}

.base-edu-idx-res .hd-menu .item:nth-child(7) {
    animation-delay: .6s
}

.base-edu-idx-res .hd-menu .item:nth-child(8) {
    animation-delay: .7s
}

.base-edu-idx-res .hd-menu .item:nth-child(9) {
    animation-delay: .8s
}

.base-edu-idx-res .focus-list {
    padding: 20px 0 0 0
}

.base-edu-idx-res .focus-list.pt {
    padding-top: 40px
}

.base-edu-idx-res .focus-list .clearfix {
    width: 1474px
}

.base-edu-idx-res .focus-list .item {
    display: block;
    float: left;
    width: 252px;
    height: 228px;
    background-color: #ffffff;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
    transition: all .3s ease-in-out .01s;
    -webkit-transition: all .3s ease-in-out .01s;
    margin-right: 34px;
    animation-name: flipInY
}

.base-edu-idx-res .focus-list .item:nth-child(1) {
    animation-delay: 0
}

.base-edu-idx-res .focus-list .item:nth-child(2) {
    animation-delay: .2s
}

.base-edu-idx-res .focus-list .item:nth-child(3) {
    animation-delay: .4s
}

.base-edu-idx-res .focus-list .item:nth-child(4) {
    animation-delay: .6s
}

.base-edu-idx-res .focus-list .item:nth-child(5) {
    animation-delay: .8s
}

.base-edu-idx-res .focus-list .item .img-wrap {
    overflow: hidden;
    height: 156px;
    position: relative
}

.base-edu-idx-res .focus-list .item .img-wrap img {
    width: 100%;
    height: 100%
}

.base-edu-idx-res .focus-list .item .img-wrap .icon {
    display: block;
    width: 90px;
    height: 30px;
    position: absolute;
    left: auto;
    top: 0;
    right: 0;
    bottom: auto;
    background: linear-gradient(to right, #FF4F37 0%, #F7753E 100%);
    background: -webkit-gradient(linear, 0 0, 100% 0, from(#FF4F37), to(#F7753E));
    -moz-border-radius: 0 4px 4px 30px;
    -webkit-border-radius: 0 4px 4px 30px;
    border-radius: 0 4px 4px 30px;
    box-sizing: border-box;
    color: #ffffff;
    font-size: 12px;
    line-height: 30px
}

.base-edu-idx-res .focus-list .item .img-wrap .icon i {
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 12px;
    top: 50%;
    right: auto;
    bottom: auto;
    margin-top: -12px
}

.base-edu-idx-res .focus-list .item .text-wrap {
    padding: 10px 12px
}

.base-edu-idx-res .focus-list .item .text-wrap .title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 18px
}

.base-edu-idx-res .focus-list .item .text-wrap .both {
    overflow: hidden;
    margin-top: 10px
}

.base-edu-idx-res .focus-list .item .text-wrap .both .blue, .base-edu-idx-res .focus-list .item .text-wrap .both .green, .base-edu-idx-res .focus-list .item .text-wrap .two-column .first .both .red, .base-edu-idx-res .two-column .first .focus-list .item .text-wrap .both .red {
    height: 24px;
    line-height: 24px;
    background-color: rgba(45, 156, 219, 0.1);
    color: #2D9CDB;
    padding: 0 4px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 13px
}

.base-edu-idx-res .focus-list .item .text-wrap .both .green {
    background-color: rgba(40, 210, 161, 0.1);
    color: #0582ff
}

.base-edu-idx-res .focus-list .item .text-wrap .both .gray {
    color: #828282
}

.base-edu-idx-res .focus-list .item:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.15))
}

.base-edu-idx-res .text-list, .base-edu-idx-res .two-column .list {
    overflow: hidden;
    width: 1464px;
    margin: 20px 0 0 0
}

.base-edu-idx-res .text-list ul, .base-edu-idx-res .two-column .list ul {
    display: block;
    width: 450px;
    float: left;
    margin-right: 24px;
    animation-name: fadeInUp
}

.base-edu-idx-res .text-list ul:nth-child(1), .base-edu-idx-res .two-column .list ul:nth-child(1) {
    animation-delay: 0
}

.base-edu-idx-res .text-list ul:nth-child(2), .base-edu-idx-res .two-column .list ul:nth-child(2) {
    animation-delay: .2s
}

.base-edu-idx-res .text-list ul:nth-child(3), .base-edu-idx-res .two-column .list ul:nth-child(3) {
    animation-delay: .4s
}

.base-edu-idx-res .text-list ul:nth-child(4), .base-edu-idx-res .two-column .list ul:nth-child(4) {
    animation-delay: .6s
}

.base-edu-idx-res .text-list ul:nth-child(5), .base-edu-idx-res .two-column .list ul:nth-child(5) {
    animation-delay: .8s
}

.base-edu-idx-res .text-list ul li, .base-edu-idx-res .two-column .list ul li {
    height: 24px;
    line-height: 24px;
    padding-left: 30px;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 13px 0 0 0
}

.base-edu-idx-res .text-list ul li .icon, .base-edu-idx-res .two-column .list ul li .icon {
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0px;
    top: 0px;
    right: auto;
    bottom: auto
}

.base-edu-idx-res .text-list ul li .title, .base-edu-idx-res .two-column .list ul li .title {
    transition: all .3s ease-in-out .01s;
    -webkit-transition: all .3s ease-in-out .01s
}

.base-edu-idx-res .two-column {
    width: 648px;
    margin-top: 30px
}

.base-edu-idx-res .two-column .first {
    display: block;
    padding: 0 0 0 130px;
    position: relative;
    height: 80px;
    width: 426px
}

.base-edu-idx-res .two-column .first .img {
    width: 120px;
    height: 80px;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    right: auto;
    bottom: auto;
    animation-name: flipInX
}

.base-edu-idx-res .two-column .first .img img {
    width: 100%;
    height: 100%;
    transition: all .5s ease-in-out .01s;
    -webkit-transition: all .5s ease-in-out .01s
}

.base-edu-idx-res .two-column .first .title {
    color: #4F4F4F;
    font-size: 15px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 40px;
    animation-name: fadeInUp;
    transition: all .3s ease-in-out .01s;
    -webkit-transition: all .3s ease-in-out .01s
}

.base-edu-idx-res .two-column .first .both {
    overflow: hidden;
    margin-top: 10px;
    animation-name: fadeInUp
}

.base-edu-idx-res .two-column .first .both .blue, .base-edu-idx-res .two-column .first .focus-list .item .text-wrap .both .green, .base-edu-idx-res .focus-list .item .text-wrap .two-column .first .both .green, .base-edu-idx-res .two-column .first .both .green, .base-edu-idx-res .two-column .first .both .red {
    height: 24px;
    line-height: 24px;
    background-color: rgba(45, 156, 219, 0.1);
    color: #2D9CDB;
    padding: 0 4px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 13px
}

.base-edu-idx-res .two-column .first .both .green {
    background-color: rgba(40, 210, 161, 0.1);
    color: #0582ff
}

.base-edu-idx-res .two-column .first .both .red {
    background-color: rgba(235, 87, 87, 0.1);
    color: #EB5757
}

.base-edu-idx-res .two-column .first .both .gray {
    color: #828282;
    padding-right: 60px
}

.base-edu-idx-res .two-column .first:hover .title {
    color: #0582ff
}

.base-edu-idx-res .two-column .first:hover .img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1)
}

.base-edu-idx-res .two-column .list {
    width: 100%;
    animation-name: fadeInUp
}

.base-edu-idx-res .two-column .list ul {
    float: none;
    width: 100%
}

.base-edu-idx-res .two-column .list ul li .title {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    max-width: 400px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.base-edu-idx-res .two-column .list ul li .time {
    position: absolute;
    left: auto;
    top: 0;
    right: 0;
    bottom: auto;
    color: #828282
}

.base-edu-floor {
    height: 480px;
    overflow: hidden;
    margin: 40px 0 0 0
}

.base-edu-floor .side-bar {
    float: left;
    width: 194px;
    height: 480px;
    float: left;
    position: relative;
    -moz-border-radius: 8px 0 0 8px;
    -webkit-border-radius: 8px 0 0 8px;
    border-radius: 8px 0 0 8px
}

.base-edu-floor .side-bar.green {
    background-color: #0582ff;
    background: linear-gradient(to bottom, #0582ff 0%, #90C8E8 100%);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#0582ff), to(#90C8E8))
}

.base-edu-floor .side-bar.green .hd-btn {
    color: #0582ff
}

.base-edu-floor .side-bar.green .hd-btn .icon {
    background-color: #0582ff;
    background: linear-gradient(to bottom, #0582ff 0%, #90C8E8 100%);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#0582ff), to(#90C8E8))
}

.base-edu-floor .side-bar.green .menu a:hover {
    color: #0582ff
}

.base-edu-floor .side-bar.blue, .base-edu-floor .base-edu-idx-res .focus-list .item .text-wrap .both .side-bar.green, .base-edu-idx-res .focus-list .item .text-wrap .both .base-edu-floor .side-bar.green, .base-edu-floor .base-edu-idx-res .two-column .first .both .side-bar.green, .base-edu-idx-res .two-column .first .both .base-edu-floor .side-bar.green, .base-edu-floor .base-edu-idx-res .two-column .first .both .side-bar.red, .base-edu-idx-res .two-column .first .both .base-edu-floor .side-bar.red {
    background-color: #3FD1E4;
    background: linear-gradient(to bottom, #3FD1E4 0%, #90AEE8 100%);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#3FD1E4), to(#90AEE8))
}

.base-edu-floor .side-bar.blue .hd-btn, .base-edu-floor .base-edu-idx-res .focus-list .item .text-wrap .both .side-bar.green .hd-btn, .base-edu-idx-res .focus-list .item .text-wrap .both .base-edu-floor .side-bar.green .hd-btn, .base-edu-floor .base-edu-idx-res .two-column .first .both .side-bar.green .hd-btn, .base-edu-idx-res .two-column .first .both .base-edu-floor .side-bar.green .hd-btn, .base-edu-floor .base-edu-idx-res .two-column .first .both .side-bar.red .hd-btn, .base-edu-idx-res .two-column .first .both .base-edu-floor .side-bar.red .hd-btn {
    color: #3FD1E4
}

.base-edu-floor .side-bar.blue .hd-btn .icon, .base-edu-floor .base-edu-idx-res .focus-list .item .text-wrap .both .side-bar.green .hd-btn .icon, .base-edu-idx-res .focus-list .item .text-wrap .both .base-edu-floor .side-bar.green .hd-btn .icon, .base-edu-floor .base-edu-idx-res .two-column .first .both .side-bar.green .hd-btn .icon, .base-edu-idx-res .two-column .first .both .base-edu-floor .side-bar.green .hd-btn .icon, .base-edu-floor .base-edu-idx-res .two-column .first .both .side-bar.red .hd-btn .icon, .base-edu-idx-res .two-column .first .both .base-edu-floor .side-bar.red .hd-btn .icon {
    background-color: #3FD1E4;
    background: linear-gradient(to bottom, #3FD1E4 0%, #90AEE8 100%);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#3FD1E4), to(#90AEE8))
}

.base-edu-floor .side-bar.blue .menu a:hover, .base-edu-floor .base-edu-idx-res .focus-list .item .text-wrap .both .side-bar.green .menu a:hover, .base-edu-idx-res .focus-list .item .text-wrap .both .base-edu-floor .side-bar.green .menu a:hover, .base-edu-floor .base-edu-idx-res .two-column .first .both .side-bar.green .menu a:hover, .base-edu-idx-res .two-column .first .both .base-edu-floor .side-bar.green .menu a:hover, .base-edu-floor .base-edu-idx-res .two-column .first .both .side-bar.red .menu a:hover, .base-edu-idx-res .two-column .first .both .base-edu-floor .side-bar.red .menu a:hover {
    color: #3FD1E4
}

.base-edu-floor .side-bar.purple {
    background-color: #6B82F8;
    background: linear-gradient(to bottom, #9CB7FC 0%, #5D6AD8 100%);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#9CB7FC), to(#5D6AD8))
}

.base-edu-floor .side-bar.purple .hd-btn {
    color: #6B82F8
}

.base-edu-floor .side-bar.purple .hd-btn .icon {
    background-color: #9CB7FC;
    background: linear-gradient(to bottom, #9CB7FC 0%, #5D6AD8 100%);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#9CB7FC), to(#5D6AD8))
}

.base-edu-floor .side-bar.purple .menu a:hover {
    color: #6B82F8
}

.base-edu-floor .side-bar .hd-btn {
    display: block;
    width: 90px;
    height: 40px;
    position: absolute;
    left: auto;
    top: 40px;
    right: 0;
    bottom: auto;
    background-color: #ffffff;
    -moz-border-radius: 20px 0 0 20px;
    -webkit-border-radius: 20px 0 0 20px;
    border-radius: 20px 0 0 20px;
    font-size: 18px;
    line-height: 40px;
    padding-left: 30px;
    animation-name: flipInX
}

.base-edu-floor .side-bar .hd-btn .icon {
    display: block;
    width: 20px;
    height: 20px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: auto;
    top: 50%;
    right: 14px;
    bottom: auto;
    margin-top: -10px
}

.base-edu-floor .side-bar .hd-btn .icon i {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0px;
    top: 0px;
    right: auto;
    bottom: auto;
    background: url(../images/icon/arrow03.png) no-repeat center
}

.base-edu-floor .side-bar .menu {
    overflow: hidden;
    padding-left: 12px;
    position: absolute;
    left: 0;
    top: 160px;
    right: auto;
    bottom: auto
}

.base-edu-floor .side-bar .menu a {
    display: block;
    float: left;
    display: block;
    width: 64px;
    height: 28px;
    text-align: center;
    color: #ffffff;
    line-height: 28px;
    background-color: #0582ff;
    background: none;
    border: 1px solid #ffffff;
    -moz-border-radius: 32px;
    -webkit-border-radius: 32px;
    border-radius: 32px;
    overflow: hidden;
    margin: 0 6px 12px 0;
    transition: all .3s ease-in-out .01s;
    -webkit-transition: all .3s ease-in-out .01s;
    animation-name: fadeInUp
}

.base-edu-floor .side-bar .menu a:hover {
    background-color: #ffffff
}

.base-edu-floor .side-bar .menu a:nth-child(1) {
    animation-delay: 0
}

.base-edu-floor .side-bar .menu a:nth-child(2) {
    animation-delay: .1s
}

.base-edu-floor .side-bar .menu a:nth-child(3) {
    animation-delay: .2s
}

.base-edu-floor .side-bar .menu a:nth-child(4) {
    animation-delay: .3s
}

.base-edu-floor .side-bar .menu a:nth-child(5) {
    animation-delay: .4s
}

.base-edu-floor .side-bar .menu a:nth-child(6) {
    animation-delay: .5s
}

.base-edu-floor .side-bar .menu a:nth-child(7) {
    animation-delay: .6s
}

.base-edu-floor .side-bar .menu a:nth-child(8) {
    animation-delay: .7s
}

.base-edu-floor .side-bar .bg-img {
    width: 217px !important;
    height: 188px;
    display: block;
    position: absolute;
    left: 0;
    top: auto;
    right: auto;
    bottom: 0;
    animation-name: flipInY
}

.base-edu-floor .side-bar .bg-img img {
    width: 100%;
    height: 100%
}

.base-edu-floor .mid-list {
    width: 820px;
    float: left;
    overflow: hidden;
    padding: 10px 0 0 40px
}

.base-edu-floor .mid-list .item {
    display: block;
    float: left;
    height: 92px;
    padding-left: 166px;
    box-sizing: border-box;
    width: 386px;
    margin: 12px 24px 12px 0;
    overflow: hidden
}

.base-edu-floor .mid-list .item .img {
    width: 150px;
    height: 92px;
    overflow: hidden;
    animation-name: flipInX;
    position: absolute;
    left: 0px;
    top: 0px;
    right: auto;
    bottom: auto;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px
}

.base-edu-floor .mid-list .item .img img {
    width: 100%;
    height: 100%;
    transition: all .5s ease-in-out .01s;
    -webkit-transition: all .5s ease-in-out .01s
}

.base-edu-floor .mid-list .item .title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 22px;
    font-size: 16px;
    transition: all .3s ease-in-out .01s;
    -webkit-transition: all .3s ease-in-out .01s;
    height: 44px;
    animation-name: fadeInRight
}

.base-edu-floor .mid-list .item .text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #828282;
    margin-top: 2px;
    animation-name: fadeInRight
}

.base-edu-floor .mid-list .item:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05)
}

.base-edu-floor .right-rank {
    float: right;
    width: 320px;
    box-sizing: border-box;
    padding: 20px;
    height: 480px;
    border-left: 1px solid #E0E0E0
}

.base-edu-floor .right-rank .hd-text {
    font-size: 20px
}

.base-edu-floor .right-rank .first {
    display: block;
    height: 60px;
    overflow: hidden;
    padding: 0 100px 0 24px;
    position: relative;
    margin-top: 30px
}

.base-edu-floor .right-rank .first span {
    display: block;
    display: block;
    width: 17px;
    height: 17px;
    text-align: center;
    color: #ffffff;
    line-height: 17px;
    background-color: #0582ff;
    background-color: #EB5757;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: 0px;
    top: 0px;
    right: auto;
    bottom: auto;
    animation-name: flipInY
}

.base-edu-floor .right-rank .first .title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 18px;
    height: 36px;
    width: 150px;
    transition: all .3s ease-in-out .01s;
    -webkit-transition: all .3s ease-in-out .01s;
    animation-name: fadeInUp
}

.base-edu-floor .right-rank .first .img {
    width: 100px;
    height: 60px;
    overflow: hidden;
    position: absolute;
    left: auto;
    top: 0;
    right: 0;
    bottom: auto;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    animation-name: flipInX
}

.base-edu-floor .right-rank .first .img img {
    width: 100%;
    height: 100%;
    transition: all .5s ease-in-out .01s;
    -webkit-transition: all .5s ease-in-out .01s
}

.base-edu-floor .right-rank .first:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05)
}

.base-edu-floor .right-rank .item {
    padding: 0 0 0 24px;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 24px
}

.base-edu-floor .right-rank .item span {
    display: block;
    display: block;
    width: 17px;
    height: 17px;
    text-align: center;
    color: #ffffff;
    line-height: 17px;
    background-color: #0582ff;
    background-color: #4F4F4F;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: 0px;
    top: 0px;
    right: auto;
    bottom: auto;
    animation-name: flipInY;
    overflow: hidden
}

.base-edu-floor .right-rank .item:nth-child(1) span, .base-edu-floor .right-rank .item:nth-child(2) span {
    background-color: #EB5757
}

.base-edu-floor .right-rank .item a {
    transition: all .3s ease-in-out .01s;
    -webkit-transition: all .3s ease-in-out .01s;
    animation-name: fadeInRight;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.pre-edu-tag {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 24px;
    line-height: 24px;
    padding: 0 4px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-right: 8px;
    color: #ffffff
}

.pre-edu-tag.blue, .base-edu-idx-res .focus-list .item .text-wrap .both .pre-edu-tag.green, .base-edu-idx-res .two-column .first .both .pre-edu-tag.green, .base-edu-idx-res .two-column .first .both .pre-edu-tag.red {
    background-color: #2F80ED
}

.pre-edu-tag.light-blue {
    background-color: #56CCF2
}

.pre-edu-tag.green {
    background-color: #0582ff
}

.pre-edu-tag.yellow {
    background-color: #F2994A
}

.pre-edu-tag.purple {
    background-color: #9B51E0
}

/*.pre-edu-header {
    width: 100%;
    padding: 20px 0 0 0;
    position: fixed;
    left: 0px;
    top: 0px;
    right: auto;
    bottom: auto;
    z-index: 10;
    animation-name: fadeInDown
}

.pre-edu-header .box {
    height: 72px;
    background-color: #ffffff;
    -moz-border-radius: 36px;
    -webkit-border-radius: 36px;
    border-radius: 36px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    filter: drop-shadow(0 4px 16px rgba(0, 0, 0, 0.1));
    box-sizing: border-box;
    overflow: hidden;
    padding: 0 40px 0 20px
}

.pre-edu-header .logo {
    display: block;
    float: left;
    margin: 13px 0 0 0
}

.pre-edu-header .logo img {
    display: block;
    width: 140px;
    height: 46px
}

.pre-edu-header .navigation {
    float: left;
    overflow: hidden;
    margin: 25px 0 0 16px
}

.pre-edu-header .navigation a {
    display: block;
    float: left;
    font-size: 16px;
    height: 22px;
    line-height: 22px;
    margin-right: 30px
}

.pre-edu-header .l-r-menu {
    float: right;
    border: 1px solid #0582ff;
    overflow: hidden;
    padding: 0 12px;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    border-radius: 18px;
    position: relative;
    margin: 17px 0 0 30px
}

.pre-edu-header .l-r-menu a {
    color: #0582ff;
    font-size: 16px;
    display: block;
    float: left;
    height: 34px;
    line-height: 34px;
    margin: 0 8px
}

.pre-edu-header .l-r-menu::after {
    content: '';
    display: block;
    width: 1px;
    height: 18px;
    text-align: center;
    color: #ffffff;
    line-height: 18px;
    background-color: #0582ff;
    position: absolute;
    left: 50%;
    top: 8px;
    right: auto;
    bottom: auto
}

.pre-edu-header .logged {
    display: block;
    width: 36px;
    height: 36px;
    float: right;
    margin: 18px 0 0 30px;
    background: url(../images/icon/icon-logged.png) no-repeat
}

.pre-edu-header .b-list {
    display: block;
    float: right;
    padding-left: 32px;
    margin: 24px 0 0 30px;
    height: 24px;
    line-height: 24px;
    color: #828282;
    background: url(../images/icon/index01.png) no-repeat left center;
    transition: all .3s ease-in-out .01s;
    -webkit-transition: all .3s ease-in-out .01s;
    animation-name: fadeInDown
}

.pre-edu-header .b-list:hover {
    color: #0582ff
}

.pre-edu-header .search {
    box-sizing: border-box;
    width: 220px;
    height: 36px;
    background-color: #F2F2F2;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    border-radius: 18px;
    float: right;
    margin: 18px 0 0 0;
    padding: 3px 0 0 12px;
    position: relative
}

.pre-edu-header .search .text {
    display: block;
    width: 170px;
    height: 30px;
    line-height: 30px;
    font-size: 14px
}

.pre-edu-header .search .text::-webkit-input-placeholder {
    color: #BDBDBD
}

.pre-edu-header .search .btn {
    display: block;
    width: 36px;
    height: 36px;
    text-align: center;
    color: #ffffff;
    line-height: 36px;
    background-color: #0582ff;
    position: absolute;
    left: auto;
    top: 0;
    right: 0;
    bottom: auto;
    background: url(../images/icon/search01.png) no-repeat center
}*/

.pre-edu-idx-menu {
    overflow: hidden;
    padding: 20px 0
}

.pre-edu-idx-menu .item {
    display: block;
    float: left;
    width: 134px;
    height: 143px;
    margin: 0 40px;
    animation-name: flipInY;
    transition: all .3s ease-in-out .01s;
    -webkit-transition: all .3s ease-in-out .01s;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px
}

.pre-edu-idx-menu .item .img {
    display: block;
    width: 110px;
    height: 110px;
    margin: 0 auto;
    transition: all .5s ease-in-out .01s;
    -webkit-transition: all .5s ease-in-out .01s
}

.pre-edu-idx-menu .item .title {
    text-align: center;
    font-size: 18px;
    line-height: 25px
}

.pre-edu-idx-menu .item:nth-child(1) {
    animation-delay: .1s
}

.pre-edu-idx-menu .item:nth-child(2) {
    animation-delay: .2s
}

.pre-edu-idx-menu .item:nth-child(3) {
    animation-delay: .3s
}

.pre-edu-idx-menu .item:nth-child(4) {
    animation-delay: .4s
}

.pre-edu-idx-menu .item:nth-child(5) {
    animation-delay: .5s
}

.pre-edu-idx-menu .item:nth-child(6) {
    animation-delay: .6s
}

.pre-edu-idx-menu .item:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
    filter: drop-shadow(0 4px 16px rgba(0, 0, 0, 0.15))
}

.pre-edu-idx-menu .item:hover .img {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform-origin: center center;
    -webkit-transform-origin: center center
}

.pre-edu-idx-title {
    position: relative
}

.pre-edu-idx-title .title {
    height: 48px;
    line-height: 48px;
    padding-left: 56px;
    font-size: 22px;
    position: relative
}

.pre-edu-idx-title .title .icon {
    display: block;
    width: 48px;
    height: 48px;
    position: absolute;
    left: 0;
    top: 0;
    right: auto;
    bottom: auto
}

.pre-edu-idx-title .more {
    display: block;
    width: 86px;
    height: 36px;
    text-align: center;
    color: #ffffff;
    line-height: 36px;
    background-color: #0582ff;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    border-radius: 18px;
    background-color: #ffffff;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
    filter: drop-shadow(0 4px 16px rgba(0, 0, 0, 0.15));
    position: absolute;
    left: auto;
    top: 0;
    right: 0;
    bottom: auto;
    color: #828282
}

.pre-edu-idx-title .more:hover {
    color: #0582ff
}

.pre-edu-idx-floor {
    padding: 20px 0 30px 0
}

.pre-edu-idx-floor .list {
    width: 1460px;
    padding: 20px 0 0 0
}

.pre-edu-idx-floor .item {
    display: block;
    width: 335px;
    height: 294px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
    float: left;
    margin-right: 20px;
    transition: all .5s ease-in-out .01s;
    -webkit-transition: all .5s ease-in-out .01s
}

.pre-edu-idx-floor .item:nth-child(1) {
    animation-delay: .1s
}

.pre-edu-idx-floor .item:nth-child(2) {
    animation-delay: .2s
}

.pre-edu-idx-floor .item:nth-child(3) {
    animation-delay: .3s
}

.pre-edu-idx-floor .item:nth-child(4) {
    animation-delay: .4s
}

.pre-edu-idx-floor .item:nth-child(5) {
    animation-delay: .5s
}

.pre-edu-idx-floor .item:nth-child(6) {
    animation-delay: .6s
}

.pre-edu-idx-floor .item .img {
    height: 190px;
    overflow: hidden
}

.pre-edu-idx-floor .item .img img {
    width: 100%;
    height: 100%;
    transition: all .5s ease-in-out .01s;
    -webkit-transition: all .5s ease-in-out .01s
}

.pre-edu-idx-floor .item .info {
    padding: 8px 12px 0 12px
}

.pre-edu-idx-floor .item .title {
    height: 48px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 16px
}

.pre-edu-idx-floor .item .bottom {
    overflow: hidden;
    position: relative;
    margin-top: 10px
}

.pre-edu-idx-floor .item .bottom .pre-edu-tag {
    float: left
}

.pre-edu-idx-floor .item .bottom .gray {
    float: right;
    color: #828282;
    line-height: 24px
}

.pre-edu-idx-floor .item:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.2))
}

.pre-edu-idx-floor .item:hover .img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1)
}

.pre-edu-inner-banner {
    width: 100%;
    height: 280px;
    overflow: hidden;
    position: relative
}

.pre-edu-inner-banner img {
    width: 1920px;
    height: 280px;
    display: block
}

.res-detail-hd-left {
    width: 480px;
    height: 296px;
    float: left
}

.res-detail-hd-left img {
    display: block;
    width: 100%;
    height: 100%
}

.res-detail-hd-right {
    width: 900px;
    float: right
}

.res-detail-hd-right .title {
    font-size: 20px;
    line-height: 24px
}

.res-detail-hd-right .text {
    color: #828282;
    font-size: 16px;
    line-height: 22px;
    margin-top: 12px
}

.res-detail-hd-right .statistics {
    overflow: hidden;
    padding: 10px 0 0 0
}

.res-detail-hd-right .statistics .part {
    color: #828282;
    width: 30%;
    float: left;
    margin: 10px 0 0 0
}

.res-detail-hd-right .buy-button {
    display: block;
    width: 112px;
    height: 44px;
    text-align: center;
    color: #ffffff;
    line-height: 44px;
    background-color: #0582ff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    transition: all .3s ease-in-out .01s;
    -webkit-transition: all .3s ease-in-out .01s;
    float: left;
    margin-right: 30px
}

.res-detail-hd-right .buy-button span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 100%;
    padding-left: 30px;
    background: url(../images/icon/icon-buy.png) no-repeat left center
}

.res-detail-hd-right .buy-button:hover {
    background-color: #17c492
}

.res-detail-hd-right .collect {
    cursor: pointer;
    width: 40px;
    text-align: center;
    padding-top: 28px;
    display: block;
    background: url(../images/icon/icon-collect.png) no-repeat center top;
    font-size: 12px;
    float: left
}

.res-detail-hd-right .collect.on {
    background: url(../images/icon/icon-collect-on.png) no-repeat center top
}

.res-detail-tab .hd {
    height: 50px;
    border-bottom: 1px solid #E0E0E0;
    overflow: hidden;
    background-color: #ffffff
}

.res-detail-tab .hd span {
    cursor: pointer;
    float: left;
    display: block;
    height: 50px;
    line-height: 50px;
    margin-left: 32px;
    color: #828282;
    font-size: 18px;
    position: relative
}

.res-detail-tab .hd span:hover {
    color: #0582ff
}

.res-detail-tab .hd span.on {
    color: #000000
}

.res-detail-tab .hd span.on::after {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    text-align: center;
    color: #ffffff;
    line-height: 3px;
    background-color: #0582ff;
    position: absolute;
    left: 0;
    top: auto;
    right: auto;
    bottom: 0
}

.res-detail-tab .hd.fixed {
    position: fixed;
    z-index: 20;
    top: 0
}

.res-detail-tab .bd {
    padding: 20px;
    display: none
}

.res-detail-tab .directory ul {
    display: none;
    padding-left: 20px
}

.res-detail-tab .directory li {
    display: block
}

.res-detail-tab .directory li .row {
    padding: 10px 0 10px 32px;
    position: relative;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.res-detail-tab .directory li .row:hover {
    background-color: #F1F1F1
}

.res-detail-tab .directory li .title {
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    min-width: 650px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
    position: relative
}

.res-detail-tab .directory li .arrow {
    width: 24px;
    height: 24px;
    display: none;
    background: url(../images/icon/arrow04.png) no-repeat center;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 10px;
    right: auto;
    bottom: auto;
    z-index: 2;
    transition: all .3s ease-in-out .01s;
    -webkit-transition: all .3s ease-in-out .01s
}

.res-detail-tab .directory li .arrow.open {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform-origin: center center;
    -webkit-transform-origin: center center
}

.res-detail-tab .directory li .icon {
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 10px;
    right: auto;
    bottom: auto
}

.res-detail-tab .directory li .btn, .res-detail-tab .directory li .time {
    display: block;
    height: 24px;
    line-height: 24px;
    float: right;
    margin-right: 30px
}

.res-detail-tab .directory li .time {
    color: #BDBDBD
}

.res-detail-tab .directory li.hasChildren > .row .arrow {
    display: block
}

.res-detail-tab .directory li.hasChildren > .row .btn, .res-detail-tab .directory li.hasChildren > .row .time, .res-detail-tab .directory li.hasChildren > .row .icon {
    display: none !important
}

.res-detail-tab .directory li.hasChildren > .row:hover {
    background: none
}

.res-detail-tab .detail {
    overflow: hidden;
    font-size: 16px;
    line-height: 32px
}

.res-detail-tab .detail img {
    max-width: 100%
}

.res-detail-side .hd, .res-side-recom .hd {
    height: 50px;
    border-bottom: 1px solid #E0E0E0;
    overflow: hidden;
    position: relative;
    font-size: 18px;
    line-height: 50px;
    padding-left: 12px
}

.res-detail-side .hd::before, .res-side-recom .hd::before {
    content: '';
    display: block;
    width: 3px;
    height: 18px;
    text-align: center;
    color: #ffffff;
    line-height: 18px;
    background-color: #0582ff;
    position: absolute;
    left: 0;
    top: 50%;
    right: auto;
    bottom: auto;
    margin-top: -9px
}

.res-detail-side .list, .res-side-recom .list {
    padding: 0 12px 16px 12px
}

.res-detail-side .list .item, .res-side-recom .list .item {
    display: block;
    margin-top: 16px;
    overflow: hidden
}

.res-detail-side .list .item .img-box, .res-side-recom .list .item .img-box {
    overflow: hidden;
    width: 120px;
    height: 80px;
    float: left
}

.res-detail-side .list .item .img-box img, .res-side-recom .list .item .img-box img {
    width: 100%;
    height: 100%;
    transition: all .3s ease-in-out .01s;
    -webkit-transition: all .3s ease-in-out .01s
}

.res-detail-side .list .item .info-box, .res-side-recom .list .item .info-box {
    width: 180px;
    float: right
}

.res-detail-side .list .item .title, .res-side-recom .list .item .title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 40px;
    transition: all .3s ease-in-out .01s;
    -webkit-transition: all .3s ease-in-out .01s
}

.res-detail-side .list .item .gray, .res-side-recom .list .item .gray {
    color: #828282;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 10px
}

.res-detail-buywrap {
    background-color: #ffffff;
    padding: 20px;
    position: relative
}

.res-detail-buywrap .wrap {
    width: 1200px
}

.res-detail-buywrap .title {
    line-height: 32px;
    position: relative;
    padding-left: 42px
}

.res-detail-buywrap .title span {
    display: block;
    line-height: 32px;
    font-size: 20px
}

.res-detail-buywrap .title .icon {
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    left: 0px;
    top: 0px;
    right: auto;
    bottom: auto
}

.res-detail-buywrap .gray-text {
    font-size: 0
}

.res-detail-buywrap .gray-text span {
    font-size: 14px;
    color: #828282;
    padding-right: 14px;
    line-height: 24px
}

.res-detail-buywrap .v-line {
    position: relative;
    padding-left: 20px
}

.res-detail-buywrap .v-line::before {
    content: '';
    display: block;
    width: 1px;
    height: 16px;
    text-align: center;
    color: #ffffff;
    line-height: 16px;
    background-color: #0582ff;
    background-color: #828282;
    position: absolute;
    left: 5px;
    top: 4px;
    right: auto;
    bottom: auto
}

.res-detail-buywrap .switch {
    padding-right: 18px;
    position: relative;
    color: #828282;
    height: 24px;
    line-height: 24px;
    cursor: pointer
}

.res-detail-buywrap .switch .icon {
    display: block;
    width: 10px;
    height: 10px;
    background: url(../images/icon/arrow05.png) no-repeat center;
    position: absolute;
    left: auto;
    top: 7px;
    right: 0;
    bottom: auto
}

.res-detail-buywrap .switch.extend .icon {
    background: url(../images/icon/arrow05-1.png) no-repeat center
}

.res-detail-buywrap .info {
    width: 600px;
    margin-top: 10px;
    display: none
}

.res-detail-buywrap .info-part {
    color: #828282;
    line-height: 30px;
    width: 50%;
    float: left
}

.res-detail-buywrap .button-group-wrap {
    position: absolute;
    left: auto;
    top: 50%;
    right: 50px;
    bottom: auto;
    margin-top: -24px
}

.office-preview-screen.full {
    width: 100%;
    height: 100%;
    background-color: #000000;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999999
}

.detail-preview-box {
    height: 1000px;
    box-sizing: border-box;
    padding: 20px;
    position: relative
}

.detail-preview-box.office-preview {
    padding: 0;
    height: auto
}

.detail-preview-box.office-preview .office-show-div img {
    display: block;
    max-width: 100;
    margin: 0 auto
}

.detail-preview-box .gray {
    color: #828282
}

.detail-preview-box .hidden-box {
    width: 100%;
    height: 100%;
    overflow: hidden
}

.detail-preview-box .bottom-bar, .detail-preview-box.audio .audio-wrap .box {
    width: 100%;
    height: 68px;
    z-index: 6;
    background-color: #ffffff;
    border-top: 1px solid #E0E0E0;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0 20px 0 20px;
    position: absolute;
    left: 0;
    top: auto;
    right: auto;
    bottom: 0
}

.detail-preview-box .bottom-bar .fl, .detail-preview-box.audio .audio-wrap .box .fl {
    width: 500px;
    margin-top: 12px
}

.detail-preview-box .bottom-bar .price, .detail-preview-box.audio .audio-wrap .box .price {
    color: #333333;
    font-size: 20px;
    line-height: 24px
}

.detail-preview-box .bottom-bar .button-group-wrap, .detail-preview-box.audio .audio-wrap .box .button-group-wrap {
    float: right;
    margin-top: 12px
}

.detail-preview-box .res-download {
    background-color: #F2F2F2;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    position: relative;
    padding: 15px 20px;
    margin-top: 30px
}

.detail-preview-box .res-download .title {
    line-height: 30px;
    font-size: 16px;
    width: 512px
}

.detail-preview-box .res-download .button-group-wrap {
    position: absolute;
    left: auto;
    top: 50%;
    right: 20px;
    bottom: auto;
    margin-top: -22px
}

.detail-preview-box.no-preview {
    height: 400px
}

.detail-preview-box.video {
    height: auto
}

.detail-preview-box.video .video-wrap {
    width: 100%;
    height: 600px;
    overflow: hidden;
    position: relative
}

.detail-preview-box.video .video-wrap .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    right: auto;
    bottom: auto;
    text-align: center
}

.detail-preview-box.video .video-wrap .mask .box {
    width: 520px;
    height: 260px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    position: absolute;
    left: 50%;
    top: 50%;
    right: auto;
    bottom: auto;
    margin-left: -260px;
    margin-top: -130px;
    background-color: #ffffff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.15));
    box-sizing: border-box;
    padding: 55px 0 0 0
}

.detail-preview-box.video .video-wrap .mask .button-group-wrap {
    margin: 30px auto 0;
    text-align: center
}

.detail-preview-box.video .video-wrap .mask .button-group-wrap a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    float: none !important;
    height: 44px;
    box-sizing: border-box
}

.detail-preview-box.audio {
    height: 400px
}

.detail-preview-box.audio .audio-wrap .box {
    position: static;
    border: none;
    padding: 0
}

.detail-preview-box.audio .audio-wrap .audio-box {
    position: relative;
    margin-top: 30px
}

.detail-preview-box.audio .audio-wrap .audio-box audio {
    width: 100%
}

.detail-preview-box.audio .audio-wrap .audio-box.disabled::after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    right: auto;
    bottom: auto;
    z-index: 2
}

.detail-preview-box.img {
    height: auto;
    min-height: 500px
}

.detail-preview-box.img img {
    max-width: 100% !important
}

.res-side-node {
    background-color: #333333;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    padding: 12px 12px 20px 12px;
    color: #F2F2F2;
    min-height: 300px;
    box-sizing: border-box
}

.res-side-node .go-back {
    line-height: 24px
}

.res-side-node .go-back a {
    padding-left: 22px;
    color: #F2F2F2;
    background: url(../images/icon/arrow06.png) no-repeat left center
}

.res-side-node .prev-dire {
    padding-left: 22px;
    margin-top: 8px;
    background: url(../images/icon/icon01.png) no-repeat left top
}

.res-side-node .cur-dire {
    padding-left: 10px;
    margin-top: 15px
}

.res-side-node .cur-dire ul, .res-side-node .cur-dire li, .res-side-node .cur-dire a, .res-side-node .cur-dire i {
    display: block
}

.res-side-node .cur-dire ul {
    border-left: 1px solid #828282
}

.res-side-node .cur-dire li {
    height: 20px;
    line-height: 20px;
    padding: 9px 0 9px 15px;
    position: relative
}

.res-side-node .cur-dire li .icon {
    display: block;
    box-sizing: border-box;
    width: 9px;
    height: 9px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #828282;
    position: absolute;
    left: -5px;
    top: 14px;
    right: auto;
    bottom: auto;
    background-color: #333333
}

.res-side-node .cur-dire li .title {
    color: #F2F2F2;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.res-side-node .cur-dire li.on .icon {
    width: 11px;
    height: 11px;
    border-color: #0582ff;
    background-color: #0582ff;
    left: -6px;
    top: 13px
}

.res-side-node .cur-dire li.on .title {
    color: #0582ff
}

.res-side-recom {
    background-color: #ffffff
}

.res-side-recom li {
    position: relative;
    padding: 10px 0 10px 32px;
    line-height: 24px;
    border-bottom: 1px dashed #E0E0E0
}

.res-side-recom li .icon {
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 10px;
    right: auto;
    bottom: auto
}

.res-side-recom li a {
    transition: all .3s ease-in-out .01s;
    -webkit-transition: all .3s ease-in-out .01s
}

.user-center-wrap {
    background-color: #F5F5F5;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.1));
    margin: 30px 0
}

.user-center-sidebar {
    float: left;
    width: 240px;
    padding: 30px 0 0 0;
    overflow: hidden
}

.user-center-sidebar .item {
    display: block;
    height: 54px;
    font-size: 16px;
    padding-left: 46px;
    box-sizing: border-box;
    transition: all .2s ease-in-out .01s;
    -webkit-transition: all .2s ease-in-out .01s;
    position: relative;
    line-height: 54px;
    margin-bottom: 10px
}

.user-center-sidebar .item.on {
    color: #0582ff;
    padding-left: 60px;
    background-color: #ffffff
}

.user-center-sidebar .item.on::after {
    content: "";
    display: block;
    width: 4px;
    height: 36px;
    text-align: center;
    color: #ffffff;
    line-height: 36px;
    background-color: #0582ff;
    position: absolute;
    left: 0;
    top: 50%;
    right: auto;
    bottom: auto;
    margin-top: -18px
}

.user-center-right {
    width: 1160px;
    float: right;
    padding: 30px;
    background-color: #ffffff;
    box-sizing: border-box;
    min-height: 600px
}

.user-center-right.pb0 {
    padding-bottom: 0
}

.user-center-right .hd-title {
    font-size: 24px;
    line-height: 34px
}

.user-info-bar {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.1));
    height: 140px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
    box-sizing: border-box;
    padding: 15px 20px
}

.user-info-bar .head-pic {
    overflow: hidden;
    width: 110px;
    height: 110px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    float: left
}

.user-info-bar .head-pic img {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.user-info-bar .mid-info {
    float: left;
    margin-left: 10px;
    width: 500px
}

.user-info-bar .mid-info .name {
    font-size: 16px;
    line-height: 28px
}

.user-info-bar .mid-info .button {
    display: block;
    border: 1px solid #E0E0E0;
    width: 126px;
    text-align: center;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    margin-top: 15px
}

.user-info-bar .mid-info .button span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 28px;
    line-height: 28px;
    color: #828282;
    padding-right: 18px;
    background: url(../images/icon/icon-pen.png) no-repeat right center
}

.user-info-bar .mid-info .button:hover {
    border-color: #0582ff
}

.user-info-bar .mid-info .button:hover span {
    color: #0582ff
}

.user-info-bar .right-menu {
    float: right;
    overflow: hidden;
    padding-top: 6px
}

.user-info-bar .right-menu a {
    display: block;
    float: left;
    margin: 0 30px
}

.user-info-bar .right-menu a .icon {
    width: 72px;
    height: 72px;
    display: block;
    margin: 0 auto;
    transition: all .3s ease-in-out .01s;
    -webkit-transition: all .3s ease-in-out .01s
}

.user-info-bar .right-menu a .text {
    text-align: center;
    color: #828282;
    margin-top: 5px
}

.user-info-bar .right-menu a .text span {
    padding-left: 4px;
    color: #0582ff
}

.user-info-bar .right-menu a:hover .icon {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform-origin: center center;
    -webkit-transform-origin: center center
}

.user-index-title {
    font-size: 18px;
    padding: 24px 0 12px 0;
    border-bottom: 1px solid #E0E0E0
}

.user-learning-record {
    padding: 24px 0 0 10px
}

.user-learning-record li {
    float: left;
    width: 250px;
    overflow: hidden;
    height: 286px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
    margin-right: 22px
}

.user-learning-record li .img {
    display: block;
    width: 100%;
    height: 154px;
    overflow: hidden;
    position: relative
}

.user-learning-record li .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s ease-in-out .01s;
    -webkit-transition: all .5s ease-in-out .01s
}

.user-learning-record li .img .time {
    width: 100%;
    height: 28px;
    position: absolute;
    left: 0;
    top: auto;
    right: auto;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    box-sizing: border-box;
    text-align: right;
    padding-right: 20px;
    color: #ffffff;
    line-height: 28px
}

.user-learning-record li .img:hover img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05)
}

.user-learning-record li .box {
    padding: 10px 20px 0 20px
}

.user-learning-record li .title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 22px;
    font-size: 16px;
    display: block;
    height: 44px;
    transition: all .3s ease-in-out .01s;
    -webkit-transition: all .3s ease-in-out .01s
}

.user-learning-record li .button {
    display: block;
    height: 40px;
    border: 1px solid #BDBDBD;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-top: 12px;
    text-align: center;
    line-height: 40px
}

.user-learning-record li .button:hover {
    color: #0582ff;
    border-color: #0582ff
}

.user-order .col-first {
    width: 648px;
    float: left;
    box-sizing: border-box;
    position: relative
}

.user-order .col {
    width: 150px;
    float: left;
    text-align: center;
    box-sizing: border-box;
    position: relative
}

.user-order .hd-bar {
    height: 40px;
    background-color: #F2F2F2;
    overflow: hidden;
    margin-top: 20px
}

.user-order .hd-bar span {
    display: block;
    line-height: 40px;
    color: #4F4F4F;
    text-align: center
}

.user-order .user-order-item {
    margin-top: 20px;
    border: 1px solid #E0E0E0
}

.user-order .user-order-item .gray-bar {
    height: 32px;
    background-color: #F2F2F2;
    position: relative;
    color: #828282;
    line-height: 32px;
    padding-left: 12px
}

.user-order .user-order-item .gray-bar span {
    padding-right: 20px
}

.user-order .user-order-item .gray-bar .delete {
    width: 24px;
    height: 24px;
    background: url(../images/icon/icon-del02.png);
    position: absolute;
    left: auto;
    top: 50%;
    right: 10px;
    bottom: auto;
    margin-top: -12px;
    cursor: pointer
}

.user-order .user-order-item .gray-bar .delete:hover {
    background: url(../images/icon/icon-del02-1.png)
}

.user-order .user-order-item .content {
    position: relative;
    height: 108px;
    padding: 14px 190px 14px 157px;
    box-sizing: border-box;
    border-bottom: 1px solid #E0E0E0
}

.user-order .user-order-item .content .img {
    display: block;
    overflow: hidden;
    position: absolute;
    left: 12px;
    top: 14px;
    right: auto;
    bottom: auto;
    width: 130px;
    height: 80px
}

.user-order .user-order-item .content .img img {
    width: 100%;
    height: 100%;
    transition: all .5s ease-in-out .01s;
    -webkit-transition: all .5s ease-in-out .01s
}

.user-order .user-order-item .content .img:hover img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05)
}

.user-order .user-order-item .content .title {
    display: block;
    font-size: 16px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 44px;
    transition: all .2s ease-in-out .01s;
    -webkit-transition: all .2s ease-in-out .01s
}

.user-order .user-order-item .content:last-child {
    border-bottom: none
}

.user-order .user-order-item .content .unit-price {
    position: absolute;
    top: 0;
    right: 0;
    width: 150px;
    text-align: center
}

.user-order .user-order-item .col {
    height: 100%;
    border-left: 1px solid #E0E0E0
}

.user-order .user-order-item .unit-price {
    font-size: 18px;
    height: 108px;
    padding-top: 44px;
    box-sizing: border-box;
    border-bottom: 1px solid #E0E0E0
}

.user-order .user-order-item .unit-price:last-child {
    border-bottom: none
}

.user-order .user-order-item .total-price {
    color: #EB5757;
    font-size: 18px
}

.user-order .user-order-item .absolute {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    right: auto;
    bottom: auto;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%)
}

.user-order .user-order-item .red {
    color: #EB5757
}

.user-order .user-order-item .gray {
    color: #828282
}

.user-order .user-order-item a.gray:hover {
    color: #0582ff
}

.user-order .user-order-item .button {
    display: block;
    width: 78px;
    height: 28px;
    text-align: center;
    color: #ffffff;
    line-height: 28px;
    background-color: #0582ff;
    border: 1px solid #0582ff;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    margin: 10px auto 0
}

.user-order .user-order-item .button:first-child {
    margin-top: 0
}

.user-order .user-order-item .button.gray {
    background: none;
    border-color: #E0E0E0;
    color: #828282
}

.user-order .user-order-item.recently .col-first {
    width: 648px;
    overflow: hidden
}

.user-order .user-order-item.recently .content {
    padding-left: 0;
    padding-right: 10px
}

.user-order .user-order-item.recently .content .img {
    position: static;
    float: left;
    margin-left: 12px
}

.user-order .user-order-item.recently .content .title {
    float: left;
    width: 340px;
    margin-left: 14px
}

.user-inner-menu {
    border-bottom: 1px solid #E0E0E0;
    padding: 24px 0 0 20px;
    overflow: hidden
}

.user-inner-menu a {
    display: block;
    float: left;
    font-size: 18px;
    height: 25px;
    margin-right: 40px;
    line-height: 25px;
    padding-bottom: 10px;
    position: relative
}

.user-inner-menu a span {
    color: #EB5757
}

.user-inner-menu a.on::after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    text-align: center;
    color: #ffffff;
    line-height: 3px;
    background-color: #0582ff;
    position: absolute;
    left: 0;
    top: auto;
    right: auto;
    bottom: 0
}

.user-order-detail .box {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.1));
    height: 140px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
    box-sizing: border-box;
    padding: 15px 20px;
    margin-top: 20px
}

.user-order-detail .box .state {
    overflow: hidden
}

.user-order-detail .box .state .text {
    float: left;
    font-size: 20px;
    line-height: 28px;
    margin-right: 30px
}

.user-order-detail .box .state .text.red {
    color: #EB5757
}

.user-order-detail .box .state .button {
    display: block;
    width: 78px;
    height: 28px;
    text-align: center;
    color: #ffffff;
    line-height: 28px;
    background-color: #0582ff;
    border: 1px solid #0582ff;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    float: left;
    margin-right: 10px
}

.user-order-detail .box .state .button:first-child {
    margin-top: 0
}

.user-order-detail .box .state .button.gray {
    background: none;
    border-color: #E0E0E0;
    color: #828282
}

.user-order-detail .box .info {
    overflow: hidden;
    padding-top: 20px
}

.user-order-detail .box .info .row {
    float: left;
    line-height: 28px;
    width: 300px;
    margin-right: 100px
}

.user-order-detail .user-order .col-first {
    width: 948px
}

.user-send-message {
    padding: 20px 0 0 30px
}

.user-send-message .row-part {
    padding-left: 100px;
    position: relative;
    min-height: 44px;
    margin-top: 20px
}

.user-send-message .row-part .hd-text {
    position: absolute;
    left: 0;
    top: 0;
    right: auto;
    bottom: auto;
    display: block;
    height: 44px;
    line-height: 44px;
    color: #828282;
    width: 100px;
    overflow: hidden;
    box-sizing: border-box;
    padding-right: 8px;
    text-align: right
}

.user-send-message .row-part .input-box, .user-send-message .row-part .textarea-box {
    height: 44px;
    border: 1px solid #E4E7ED;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    width: 360px;
    box-sizing: border-box;
    padding: 6px 0 0 12px
}

.user-send-message .row-part .input-box .text, .user-send-message .row-part .textarea-box .text {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px
}

.user-send-message .row-part .input-box .text::-webkit-input-placeholder, .user-send-message .row-part .textarea-box .text::-webkit-input-placeholder {
    color: #C0C4CC
}

.user-send-message .row-part .textarea-box {
    height: 108px;
    padding: 10px 12px;
    width: 600px
}

.user-send-message .row-part .textarea-box textarea {
    display: block;
    width: 100%;
    height: 100%;
    border: none;
    background: none;
    outline: none
}

.user-send-message .row-part .textarea-box textarea::-webkit-input-placeholder {
    color: #C0C4CC
}

.user-send-message .row-part .img-code, .user-send-message .row-part .user-info-edit .row.short .get-code, .user-info-edit .row.short .user-send-message .row-part .get-code, .user-send-message .row-part .user-pwd-reset .row.short .get-code, .user-pwd-reset .row.short .user-send-message .row-part .get-code, .user-send-message .row-part .user-info-bind .row.short .get-code, .user-info-bind .row.short .user-send-message .row-part .get-code {
    width: 100px;
    height: 44px;
    position: absolute;
    left: 476px;
    top: 0;
    right: auto;
    bottom: auto;
    cursor: pointer
}

.user-send-message .row-part .button {
    display: block;
    width: 120px;
    height: 44px;
    text-align: center;
    color: #ffffff;
    line-height: 44px;
    background-color: #0582ff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    float: left;
    margin-right: 16px;
    font-size: 16px;
    transition: all .2s ease-in-out .01s;
    -webkit-transition: all .2s ease-in-out .01s
}

.user-send-message .row-part .button:hover {
    background-color: #17c492
}

.user-send-message .row-part .button.hollow {
    width: 118px;
    height: 42px;
    line-height: 42px;
    color: #0582ff;
    border: 1px solid #E0E0E0;
    background: none;
    color: #828282
}

.user-send-message .row-part .button.hollow:hover {
    color: #0582ff;
    border-color: #0582ff
}

.user-message-record {
    padding: 0 0 0 30px;
    position: relative;
    margin-top: 20px
}

.user-message-record .item {
    padding: 0 0 0 24px;
    position: relative;
    margin-top: 40px
}

.user-message-record .item .icon {
    display: block;
    width: 13px;
    height: 13px;
    background-color: #ffffff;
    border: 1px solid #BDBDBD;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 3px;
    right: auto;
    bottom: auto
}

.user-message-record .item .hd {
    overflow: hidden;
    line-height: 24px
}

.user-message-record .item .hd .time {
    float: left;
    color: #BDBDBD
}

.user-message-record .item .hd .state {
    display: block;
    height: 24px;
    line-height: 24px;
    float: right;
    padding: 0 8px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.user-message-record .item .hd .state.red {
    background: rgba(235, 87, 87, 0.1);
    color: #EB5757
}

.user-message-record .item .hd .state.gray {
    background: #E0E0E0;
    color: #828282
}

.user-message-record .item .bd {
    margin-top: 10px
}

.user-message-record .item .hf {
    background: #F2F2F2;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    padding: 12px 15px 12px 15px;
    color: #828282;
    margin-top: 20px;
    position: relative
}

.user-message-record .item .hf .author {
    color: #0582ff
}

.user-message-record .item .hf::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 10px solid;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-color: transparent;
    border-bottom-color: #F2F2F2;
    position: absolute;
    left: 24px;
    top: -16px;
    right: auto;
    bottom: auto
}

.user-message-record .item.on .icon {
    background-color: #0582ff;
    border-color: #0582ff
}

.user-message-record::before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    text-align: center;
    color: #ffffff;
    line-height: 100%;
    background-color: #0582ff;
    position: absolute;
    left: 37px;
    top: 5px;
    right: auto;
    bottom: auto;
    background-color: #E0E0E0
}

.user-info-edit, .user-pwd-reset, .user-info-bind {
    padding: 20px 20px 20px 20px
}

.user-info-edit .row, .user-pwd-reset .row, .user-info-bind .row {
    padding-left: 100px;
    position: relative;
    min-height: 44px;
    margin-top: 20px
}

.user-info-edit .row .error-text, .user-pwd-reset .row .error-text, .user-info-bind .row .error-text {
    color: red;
    font-size: 12px;
    display: block;
    margin-top: 4px
}

.user-info-edit .row .error-text.fl, .user-pwd-reset .row .error-text.fl, .user-info-bind .row .error-text.fl {
    margin-top: 12px
}

.user-info-edit .row .hd-text, .user-pwd-reset .row .hd-text, .user-info-bind .row .hd-text {
    position: absolute;
    left: 0;
    top: 0;
    right: auto;
    bottom: auto;
    display: block;
    height: 44px;
    line-height: 44px;
    color: #828282;
    width: 100px;
    overflow: hidden;
    box-sizing: border-box;
    padding-right: 8px;
    text-align: right
}

.user-info-edit .row .hd-text span, .user-pwd-reset .row .hd-text span, .user-info-bind .row .hd-text span {
    color: #EB5757
}

.user-info-edit .row .input-box, .user-pwd-reset .row .input-box, .user-info-bind .row .input-box, .user-info-edit .row .textarea-box, .user-pwd-reset .row .textarea-box, .user-info-bind .row .textarea-box {
    height: 44px;
    border: 1px solid #E4E7ED;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 6px 0 0 12px
}

.user-info-edit .row .input-box .text, .user-pwd-reset .row .input-box .text, .user-info-bind .row .input-box .text, .user-info-edit .row .textarea-box .text, .user-pwd-reset .row .textarea-box .text, .user-info-bind .row .textarea-box .text {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px
}

.user-info-edit .row .input-box .text::-webkit-input-placeholder, .user-pwd-reset .row .input-box .text::-webkit-input-placeholder, .user-info-bind .row .input-box .text::-webkit-input-placeholder, .user-info-edit .row .textarea-box .text::-webkit-input-placeholder, .user-pwd-reset .row .textarea-box .text::-webkit-input-placeholder, .user-info-bind .row .textarea-box .text::-webkit-input-placeholder {
    color: #C0C4CC
}

.user-info-edit .row .input-box.disabled, .user-pwd-reset .row .input-box.disabled, .user-info-bind .row .input-box.disabled, .user-info-edit .row .disabled.textarea-box, .user-pwd-reset .row .disabled.textarea-box, .user-info-bind .row .disabled.textarea-box {
    background-color: #F5F5F5
}

.user-info-edit .row .single-option, .user-pwd-reset .row .single-option, .user-info-bind .row .single-option {
    float: left;
    cursor: pointer;
    margin: 12px 30px 0 0;
    position: relative
}

.user-info-edit .row .single-option:first-child, .user-pwd-reset .row .single-option:first-child, .user-info-bind .row .single-option:first-child {
    margin-left: 14px
}

.user-info-edit .row .single-option .input-r, .user-pwd-reset .row .single-option .input-r, .user-info-bind .row .single-option .input-r {
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 3px;
    right: auto;
    bottom: auto;
    filter: alpha(Opacity=0) !important;
    opacity: 0 !important;
    -webkit-opacity: 0 !important;
    z-index: 2;
    width: 100%;
    height: 100%
}

.user-info-edit .row .single-option span, .user-pwd-reset .row .single-option span, .user-info-bind .row .single-option span {
    padding-left: 20px;
    position: relative
}

.user-info-edit .row .single-option span::before, .user-pwd-reset .row .single-option span::before, .user-info-bind .row .single-option span::before {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 0;
    top: 3px;
    right: auto;
    bottom: auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #E5E6EB;
    box-sizing: border-box
}

.user-info-edit .row .single-option .input-r:checked + span::before, .user-pwd-reset .row .single-option .input-r:checked + span::before, .user-info-bind .row .single-option .input-r:checked + span::before {
    border: 5px solid #0582ff
}

.user-info-edit .row .row-select, .user-pwd-reset .row .row-select, .user-info-bind .row .row-select {
    display: block;
    width: 100%;
    height: 42px;
    border: 1px solid #E4E7ED;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 4px 0 0 12px;
    position: relative;
    box-sizing: border-box;
    cursor: pointer
}

.user-info-edit .row .row-select.fl, .user-pwd-reset .row .row-select.fl, .user-info-bind .row .row-select.fl {
    width: 31%
}

.user-info-edit .row .row-select select, .user-pwd-reset .row .row-select select, .user-info-bind .row .row-select select {
    border: none;
    outline: none;
    display: block;
    width: 100%;
    height: 30px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer
}

.user-info-edit .row .row-select::after, .user-pwd-reset .row .row-select::after, .user-info-bind .row .row-select::after {
    content: '';
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #666666;
    position: absolute;
    right: 10px;
    top: calc(50% - 3px);
    pointer-events: none
}

.user-info-edit .row .row-select.mid, .user-pwd-reset .row .row-select.mid, .user-info-bind .row .row-select.mid {
    margin: 0 10px
}

.user-info-edit .row .textarea-box, .user-pwd-reset .row .textarea-box, .user-info-bind .row .textarea-box {
    height: 90px;
    padding: 10px 12px
}

.user-info-edit .row .textarea-box textarea, .user-pwd-reset .row .textarea-box textarea, .user-info-bind .row .textarea-box textarea {
    display: block;
    width: 100%;
    height: 100%;
    border: none;
    background: none;
    outline: none
}

.user-info-edit .row .textarea-box textarea::-webkit-input-placeholder, .user-pwd-reset .row .textarea-box textarea::-webkit-input-placeholder, .user-info-bind .row .textarea-box textarea::-webkit-input-placeholder {
    color: #C0C4CC
}

.user-info-edit .row.short .input-box, .user-pwd-reset .row.short .input-box, .user-info-bind .row.short .input-box, .user-info-edit .row.short .textarea-box, .user-pwd-reset .row.short .textarea-box, .user-info-bind .row.short .textarea-box {
    width: 284px
}

.user-info-edit .row.short .img-code, .user-pwd-reset .row.short .img-code, .user-info-bind .row.short .img-code, .user-info-edit .row.short .get-code, .user-pwd-reset .row.short .get-code, .user-info-bind .row.short .get-code {
    display: block;
    width: 120px;
    height: 44px;
    position: absolute;
    left: auto;
    top: 0;
    right: 0;
    bottom: auto;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer
}

.user-info-edit .row.short .get-code, .user-pwd-reset .row.short .get-code, .user-info-bind .row.short .get-code {
    display: block;
    width: 120px;
    height: 44px;
    text-align: center;
    color: #ffffff;
    line-height: 44px;
    background-color: #0582ff;
    transition: all .3s ease-in-out .01s;
    -webkit-transition: all .3s ease-in-out .01s
}

.user-info-edit .row.short .get-code:hover, .user-pwd-reset .row.short .get-code:hover, .user-info-bind .row.short .get-code:hover {
    background-color: #17c492
}

.user-info-edit .wrap, .user-pwd-reset .wrap, .user-info-bind .wrap {
    width: 520px
}

.user-info-edit .head-pic, .user-pwd-reset .head-pic, .user-info-bind .head-pic {
    width: 120px;
    height: 120px;
    overflow: hidden;
    position: relative
}

.user-info-edit .head-pic .img, .user-pwd-reset .head-pic .img, .user-info-bind .head-pic .img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.user-info-edit .head-pic .icon, .user-pwd-reset .head-pic .icon, .user-info-bind .head-pic .icon {
    display: block;
    width: 24px;
    height: 24px;
    background: url(../images/icon/icon04.png) no-repeat;
    position: absolute;
    left: auto;
    top: auto;
    right: 4px;
    bottom: 4px;
    cursor: pointer
}

.user-info-edit .button, .user-pwd-reset .button, .user-info-bind .button {
    display: block;
    width: 120px;
    height: 44px;
    text-align: center;
    color: #ffffff;
    line-height: 44px;
    background-color: #0582ff;
    margin: 30px auto 0;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 16px;
    transition: all .3s ease-in-out .01s;
    -webkit-transition: all .3s ease-in-out .01s
}

.user-info-edit .button:hover, .user-pwd-reset .button:hover, .user-info-bind .button:hover {
    background-color: #17c492
}

.user-info-edit .opre-text, .user-pwd-reset .opre-text, .user-info-bind .opre-text {
    cursor: pointer;
    margin-left: 20px;
    color: #999999
}

.user-info-edit .opre-text:hover, .user-pwd-reset .opre-text:hover, .user-info-bind .opre-text:hover {
    color: #0582ff;
    text-decoration: underline
}

.error-wrap {
    height: 650px;
    background-color: #d2f5f1;
    position: relative
}

.error-wrap img {
    position: absolute;
    left: 0px;
    top: 0px;
    right: auto;
    bottom: auto
}

.error-wrap .cloud01 {
    left: 12%;
    top: 50%;
    margin-top: 0
}

.error-wrap .cloud02 {
    right: 1%;
    top: 10%;
    margin-top: 0;
    left: auto
}

.error-wrap .cloud03 {
    left: 5%;
    top: 50%;
    margin-top: -114px
}

.error-wrap .bird {
    left: 35%;
    top: 5%
}

.error-wrap .people {
    left: 20%;
    top: 50%;
    margin-top: -260px
}

.error-wrap .box {
    position: absolute;
    left: 50%;
    top: 50%;
    right: auto;
    bottom: auto;
    box-sizing: border-box;
    width: 360px;
    height: 196px;
    background-color: #fff;
    border: 4px solid #c0ece7;
    margin-top: -98px;
    padding: 0 30px
}

.error-wrap .box .title {
    color: #e94c3c;
    border-bottom: 1px dashed #aacdd5;
    padding: 18px 0;
    line-height: 50px;
    font-size: 30px;
    font-size: 30px
}

.error-wrap .box .text {
    color: #289575;
    font-size: 16px;
    padding: 30px 0 0 0;
    text-align: center
}

.error-wrap .box .text a {
    color: #e94c3c;
    text-decoration: underline
}

.error-wrap .box .countdown {
    font-weight: bold
}

.user-center-right .layui-form-item {
    margin-top: 20px;
    margin-bottom: 0
}

.user-center-right .layui-form-item .layui-input-inline {
    width: 133px;
    margin-right: 0
}

.user-center-right .layui-form-item .layui-input-inline.mid {
    margin: 0 10px
}

.user-center-right .layui-form-item.row {
    padding-left: 0
}

.user-center-right .layui-form-label {
    padding: 0;
    height: 44px;
    line-height: 44px;
    box-sizing: border-box;
    width: 100px;
    padding-right: 8px;
    color: #828282
}

.user-center-right .layui-input-block {
    margin-left: 100px
}

.user-center-right .layui-input-block.mid {
    margin-top: 10px;
    margin-bottom: 10px
}

.user-center-right .layui-form-select dl {
    width: 100%
}

.user-center-right .layui-input, .user-center-right .layui-select, .user-center-right .layui-textarea {
    height: 44px;
    line-height: 44px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border-color: #E4E7ED
}

.user-center-right .layui-form input[type=checkbox], .user-center-right .layui-form input[type=radio], .user-center-right .layui-form select {
    display: none !important
}

.user-center-right .layui-input-prefix .layui-icon {
    top: 3px
}

.layui-laydate {
    margin: 0 !important
}

.download-page-hd {
    height: 80px;
    background-color: #ffffff
}

.download-page-hd .logo {
    float: left;
    margin: 16px 0 0 0
}

.download-page-hd .logo img {
    display: block;
    width: 140px;
    height: 46px
}

.download-page-hd .title {
    float: left;
    color: #555555;
    font-size: 16px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    margin: 25px 0 0 20px;
    padding: 0 0 0 20px;
    border-left: 2px solid #dddddd
}

.download-page-focus {
    width: 100%;
    height: 700px;
    background: linear-gradient(to right, #0582ff 0%, #90C8E8 100%);
    background: -webkit-gradient(linear, 0 0, 100% 0, from(#0582ff), to(#90C8E8))
}

.download-page-focus .main-con {
    color: #ffffff;
    max-width: 50%;
    padding: 100px 0 0 0
}

.download-page-focus .main-con .title {
    font-size: 40px;
    font-weight: bold;
    height: 50px;
    line-height: 50px
}

.download-page-focus .main-con .des {
    font-size: 22px;
    margin-top: 10px;
    height: 30px;
    line-height: 30px
}

.download-page-focus .main-con .d-win {
    box-sizing: border-box;
    position: relative;
    margin-top: 30px;
    width: 560px;
    height: 80px;
    background-color: #ffffff;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    font-size: 24px;
    font-weight: 700;
    line-height: 80px;
    color: #333333;
    padding-left: 140px;
    cursor: pointer
}

.download-page-focus .main-con .d-win .icon {
    display: block;
    width: 50px;
    height: 50px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #01a1ff;
    position: absolute;
    left: 70px;
    top: 50%;
    margin-top: -25px
}

.download-page-focus .main-con .d-win .icon img {
    width: 26px;
    height: 26px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

.download-page-focus .main-con .d-win .number {
    font-size: 16px;
    font-weight: 500;
    color: #999999
}

.download-page-focus .main-con .d-mobile {
    margin: 40px 0 0 0
}

.download-page-focus .main-con .d-mobile .ewm {
    width: 180px;
    height: 180px;
    display: block;
    float: left
}

.download-page-focus .main-con .d-mobile .btns {
    float: left;
    margin-left: 20px
}

.download-page-focus .main-con .d-mobile .btns .d-btn {
    width: 360px;
    height: 80px;
    background-color: #ffffff;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    cursor: pointer;
    position: relative;
    color: #333333;
    box-sizing: border-box;
    padding: 14px 0 0 100px
}

.download-page-focus .main-con .d-mobile .btns .d-btn .text {
    font-size: 24px;
    font-weight: 700;
    height: 30px;
    line-height: 30px
}

.download-page-focus .main-con .d-mobile .btns .d-btn .number {
    font-size: 15px;
    color: #999999
}

.download-page-focus .main-con .d-mobile .btns .d-btn .icon {
    display: block;
    width: 50px;
    height: 50px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: 30px;
    top: 50%;
    margin-top: -25px
}

.download-page-focus .main-con .d-mobile .btns .d-btn .icon img {
    width: 26px;
    height: 26px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

.download-page-focus .main-con .d-mobile .btns .d-btn.d-Android .icon {
    background-color: #8bd737
}

.download-page-focus .main-con .d-mobile .btns .d-btn.d-iOS {
    margin-top: 20px
}

.download-page-focus .main-con .d-mobile .btns .d-btn.d-iOS .icon {
    background-color: #4f4f4f
}

.download-page-focus .focus-img {
    max-width: 50%;
    position: absolute;
    top: 10%;
    right: 0
}

.download-page-ft {
    width: 100%;
    background-color: #323232;
    border-top: 2px solid #0582ff;
    padding: 20px 0;
    text-align: center;
    color: #ffffff;
    font-size: 15px;
    line-height: 34px
}

.download-page-wrap {
    padding: 60px 0
}

.download-page-wrap .center {
    width: 1100px;
    margin: 0 auto
}

.download-page-wrap .img {
    display: block;
    width: 500px;
    height: 430px
}

.download-page-wrap .text {
    width: 500px;
    padding: 100px 0 0 0
}

.download-page-wrap .text .p1 {
    font-size: 28px;
    line-height: 30px;
    font-weight: 600;
    position: relative;
    padding-bottom: 20px
}

.download-page-wrap .text .p1::after {
    content: '';
    width: 50px;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #0582ff
}

.download-page-wrap .text .p2 {
    font-size: 18px;
    line-height: 34px;
    margin-top: 20px
}
