#app,body,html
{
    width: 100%;
    height: 100%;
}

#app
{
    font-family: Avenir,Helvetica,Arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #2c3e50;
    font-size: 16px;
}

#app .ivu-icon
{
    vertical-align: -.125ex;
}

input::-ms-clear
{
    width: 0;
    height: 0;
}

input::-ms-reveal
{
    display: none;
}

input::-webkit-credentials-auto-fill-button
{
    display: none!important;
    visibility: hidden;
    pointer-events: none;
    position: absolute;
    right: 0;
}

input:focus::-webkit-contacts-auto-fill-button
{
    opacity: 0;
}

.header
{
    width: 100%;
    height: 72px;
    background: #fff;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.05);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.05);
}

.header .logo
{
    height: 60px;
    top: 50%;
    margin-top: -30px;
    position: relative;
    margin-left: 25px;
    float: left
}

.step>.ivu-steps-horizontal>.ivu-steps-item
{
    overflow: visible;
    width: var(--width)!important
}

.step>.ivu-steps-horizontal>.ivu-steps-item>.ivu-steps-head
{
    background: #fff
}

.step>.ivu-steps-horizontal>.ivu-steps-item:not(:first-child)>.ivu-steps-head
{
    margin-left: -10px
}

.step .ivu-steps-item>.ivu-steps-tail
{
    display: block
}

.step .ivu-steps-item>.ivu-steps-main
{
    position: absolute;
    top: 30px;
    left: -15px
}

.step .ivu-steps-item>.ivu-steps-main>.ivu-steps-title
{
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    padding: 0
}

.step .ivu-steps-item>.ivu-steps-main>.ivu-steps-title:after
{
    content: none
}

.step .ivu-steps-item:last-child .ivu-steps-tail
{
    display: none
}[data-v-605429f0] .vertical-center-modal
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}[data-v-605429f0] .vertical-center-modal .ivu-modal
{
    margin: 0;
    top: 0
}[data-v-605429f0] .vertical-center-modal .ivu-modal-header
{
    line-height: 1.2
}[data-v-605429f0] .vertical-center-modal.simple .ivu-modal-header
{
    border-bottom: none
}[data-v-605429f0] .vertical-center-modal.simple .ivu-modal-footer
{
    border-top: none
}

.iv-header[data-v-605429f0]
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.iv-header label[data-v-605429f0]
{
    font-size: 16px;
    color: #464c5b;
    font-weight: 600
}

.iv-footer[data-v-605429f0]
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.step0-activation .ivu-select-arrow
{
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.step0-activation .ivu-select-visible .ivu-select-arrow
{
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg)
}

.step0-activation .ivu-form-item
{
    margin-bottom: 8px
}

.step0-activation .captcha-input~.ivu-form-item-error-tip
{
    margin-top: 30px!important
}

.step0-activation .ivu-form-item-error-tip
{
    margin-top: -18px!important;
}

.step0-activation .captcha-img
{
    width: 86px;
    height: 32px;
    position: absolute;
    background: #fff;
    z-index: 0;
    cursor: pointer;
    text-align: center
}

.step0-activation .captcha-img .mask-inner
{
    font-size: 14px;
    color: #fff;
    letter-spacing: 0;
    text-decoration: none;
    text-align: center;
    line-height: 30px;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 100%;
    -webkit-transition: top .2s ease;
    transition: top .2s ease;
    display: none;
    background: rgba(0,0,0,.4)
}

.step0-activation .captcha-img:hover .mask-inner
{
    top: 0;
    display: block
}

body
{
    overflow: hidden
}

body .ivu-select-dropdown
{
    width: 100%!important;
    display: inline-block
}

.top-text
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 15px 0 25px
}

.top-text div
{
    font-size: 14px;
    color: #65646e;
    letter-spacing: 0;
    line-height: 20px
}

.qr-border
{
    border: 1px solid #e2e2e5;
    border-radius: 4px;
    width: 150px;
    height: 150px;
    display: inline-block;
    position: relative;
    margin-bottom: 20px
}

.refresh-bg
{
    position: absolute;
    width: 135px;
    height: 135px;
    background: hsla(0,0%,100%,.9);
    top: 7px;
    left: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.success-bg
{
    margin: 40px
}

.btn-infoQuery
{
    margin-top: 20px!important
}

.select-area .phoneInput
{
    width: calc(100% - 136px);
    height: 32px;
    border: 0 solid #ccc;
    -webkit-box-shadow: inset 0 0 0 rgba(0,0,0,.075)!important;
    box-shadow: inset 0 0 0 rgba(0,0,0,.075)!important;
    float: left
}

.select-area .phoneInput input
{
    border: 1px solid #fff!important;
    outline: none
}

.select-area .filter-active,.select-area .filters
{
    padding: 8px
}

.select-area .filters span
{
    margin: 4px;
    display: inline-block;
    cursor: pointer
}

.select-area .filters span.active,.select-area .filters span:hover
{
    color: #c00
}

.select-area .filter-active
{
    position: relative;
    text-align: left;
    width: calc(100% - 28px);
    margin-bottom: 16px;
    right: 16px;
    left: 7px
}

.select-area .filter-active .left
{
    min-width: 14px;
    float: left;
    background-color: #fff;
    height: 20px
}

.select-area .filter-active .right
{
    margin-left: 20px;
    background-color: #ccc;
    height: 1px;
    margin-top: 6px
}

.select-area .areas-list
{
    width: 100%;
    height: 160px;
    overflow: auto;
    position: relative
}

.select-area .areas-list-none
{
    text-align: center;
    color: #ddd
}

.select-area .area_switch
{
    width: 136px;
    top: 18px;
    font-size: 14px;
    color: #34363e;
    letter-spacing: 0;
    text-align: justify;
    line-height: 14px;
    position: relative!important;
    top: 0;
    float: left;
    display: inline-block;
    cursor: pointer
}

.select-area .area_switch_arrow
{
    right: 10px;
    top: 15px;
    border: 6px solid;
    border-color: #868794 transparent transparent
}

.select-area .area_switch_list
{
    width: 360px;
    margin-top: 4px;
    position: absolute;
    border: 1px solid #ccc;
    left: 15px;
    z-index: 9999999
}

.select-area .area_switch_list li .areacode
{
    position: absolute;
    right: 16px
}

.select-area .t_switch
{
    height: 34px;
    position: absolute;
    text-align: left;
    cursor: pointer;
    border-radius: 3px;
    right: 15px;
    border-radius: 4px;
    font-size: 14px
}

.select-area .t_switch_result
{
    display: inline-block;
    padding: 10px 20px
}

.select-area .t_switch_arrow
{
    position: absolute;
    width: 0;
    height: 0;
    font-size: 0
}

.select-area .t_switch_list
{
    padding: 6px 0 6px 0;
    background: #fff;
    -webkit-box-shadow: 0 6px 6px -2px rgba(40,75,96,.18);
    box-shadow: 0 6px 6px -2px rgba(40,75,96,.18);
    border-radius: 4px
}

.select-area .t_switch_list li
{
    padding: 10px 15px;
    float: none
}

.select-area .t_switch_list li:hover
{
    background: rgba(12,74,249,.05)
}

.select-area .area_switch_list li .code
{
    position: absolute;
    right: 16px
}

.select-area .area_switch_result
{
    width: 134px;
    padding: 5px 20px!important;
    margin-top: 6px;
    border-right: 1px solid #ccc;
    font-size: 12px
}

.select-area .hide
{
    display: none
}

.select-area .fade-enter
{
    opacity: 0
}

.select-area .fade-enter-active
{
    -webkit-transition: opacity 3s;
    transition: opacity 3s
}

.select-area .fade-leave-to
{
    opacity: 0
}

.select-area .fade-leave-active
{
    -webkit-transition: opacity 0s;
    transition: opacity 0s
}

.step1-bindtel .selectPhone
{
    border: 1px solid #dcdee2
}

.step1-bindtel .selectPhone-error
{
    border: 1px solid #ed4014
}

.step1-bindtel .ivu-form-item-error-tip
{
    margin-top: -18px!important
}

.step1-bindtel .telphone-error
{
    color: #ed4014;
    display: block;
    position: absolute;
    top: 28px;
    left: 0
}

.sendCode-btn
{
    text-align: center;
    position: relative;
    margin-left: 10px;
    height: 32px
}

.sendCode-btn>span
{
    position: absolute;
    top: 7px;
    left: 0;
    right: 0
}

.input-lenovo .lenovoList
{
    padding: 6px 0 6px 0;
    background: #fff;
    -webkit-box-shadow: 0 6px 6px -2px rgba(40,75,96,.18);
    box-shadow: 0 6px 6px -2px rgba(40,75,96,.18);
    border-radius: 4px;
    width: 360px;
    height: 180px;
    overflow: auto;
    margin-top: -1px;
    position: absolute;
    border: 1px solid #ccc;
    z-index: 9999999
}

.input-lenovo .lenovoList li
{
    padding: 8px;
    float: none;
    height: 28px;
    line-height: 28px;
    cursor: pointer
}

.input-lenovo .lenovoList li:hover
{
    background: rgba(12,74,249,.05)
}

.input-lenovo .fade-enter
{
    opacity: 0
}

.input-lenovo .fade-enter-active
{
    -webkit-transition: opacity 3s;
    transition: opacity 3s
}

.input-lenovo .fade-leave-to
{
    opacity: 0
}

.input-lenovo .fade-leave-active
{
    -webkit-transition: opacity 0s;
    transition: opacity 0s
}

.step2-bindemail .lenovoList
{
    top: 33px!important
}

.step2-bindemail .ivu-form-item-error-tip
{
    margin-top: -18px!important
}

.step2-bindemail .infoEmail
{
    text-align: center
}

.step2-bindemail .infoEmail .t-left
{
    float: left
}

.step2-bindemail .infoEmail .emailbtns
{
    margin-top: 32px
}

.step2-bindemail .infoEmail .emailbtns .ivu-btn
{
    width: 120px!important;
    margin-bottom: 0!important
}

.step2-bindemail .infoEmail .title
{
    display: block;
    color: #666;
    font-size: 14px;
    margin-bottom: 8px;
    margin-left: 52px
}

.step2-bindemail .infoEmail .title .tip-img
{
    vertical-align: middle
}

.step2-bindemail .infoEmail .tip
{
    display: block;
    font-family: PingFangSC-Regular,PingFang SC;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    color: #9ea7b4;
    line-height: 20px;
    clear: both
}

.step2-bindemail .a-mr-16
{
    margin-right: 16px
}

.step2-bindemail .btn-sendEmail
{
    margin-top: 0!important
}

.step2-bindemail .step-prompt
{
    height: 36px;
    background-color: #eaf4fe;
    border-width: 1px solid #b9d8fb;
    border-radius: 4px;
    font-family: 微软雅黑;
    font-weight: 400;
    font-size: 12px;
    width: 800px;
    position: relative;
    left: -258px;
    margin-bottom: 32px;
    text-align: center;
    line-height: 36px
}

.step2-bindemail .step-prompt img
{
    vertical-align: middle;
    top: -1px;
    position: relative;
    margin-right: 4px
}

.password-filters[data-v-2ce31272]
{
    display: block;
    width: 250px;
    padding: 16px 8px;
    background: #fff;
    border: 1px solid rgba(52,54,62,.15);
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
    border-radius: 2px;
    font-size: 12px;
    color: #34363e;
    position: absolute;
    z-index: 99999
}

.password-filters[data-v-2ce31272]:before
{
    top: 20px;
    left: -16px;
    border-right: 8px solid #fff;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid transparent;
    z-index: 12
}

.password-filters[data-v-2ce31272]:after,.password-filters[data-v-2ce31272]:before
{
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 0;
    height: 0;
    position: absolute;
    padding: 0;
    display: block;
    content: ""
}

.password-filters[data-v-2ce31272]:after
{
    top: 19px;
    left: -18px;
    border-right: 9px solid #ccc;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 9px solid transparent;
    z-index: 10
}

.password-filters .pwd-in .line[data-v-2ce31272]:nth-child(2),.password-filters .pwd-in .line[data-v-2ce31272]:nth-child(3)
{
    background: #eca30a!important
}

.password-filters .pwd-in .strengthText[data-v-2ce31272]
{
    color: #eca30a
}

.password-filters .pwd-weak .line[data-v-2ce31272]:nth-child(2)
{
    background: #e92626!important
}

.password-filters .pwd-weak .strengthText[data-v-2ce31272]
{
    color: #e92626
}

.password-filters .pwd-strong .line[data-v-2ce31272]
{
    background: #0eb31d!important
}

.password-filters .pwd-strong .strengthText[data-v-2ce31272]
{
    color: #0eb31d
}

.password-filters .passwordstrength span[data-v-2ce31272]
{
    display: inline-block;
    width: 40px;
    height: 10px;
    text-align: center
}

.password-filters .passwordstrength .line[data-v-2ce31272]
{
    background: #ccc;
    height: 7px;
    margin-right: 4px;
    top: -1px;
    position: relative
}

.password-filters .passwordstrength .active[data-v-2ce31272]
{
    background: red
}

.password-filters .passfilters[data-v-2ce31272]
{
    font-family: 微软雅黑;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    color: #657180
}

.password-filters .passfilters .item[data-v-2ce31272]
{
    display: block;
    padding-left: 8px
}

.password-filters .passfilters em[data-v-2ce31272]
{
    margin-right: 8px
}

.password-filters .passfilters em.fail[data-v-2ce31272]
{
    color: red
}

.password-filters .passfilters em.success[data-v-2ce31272]
{
    color: #0eb31d
}

.password-filters .fade-enter[data-v-2ce31272]
{
    opacity: 0
}

.password-filters .fade-enter-active[data-v-2ce31272]
{
    -webkit-transition: opacity 3s;
    transition: opacity 3s
}

.password-filters .fade-leave-to[data-v-2ce31272]
{
    opacity: 0
}

.password-filters .fade-leave-active[data-v-2ce31272]
{
    -webkit-transition: opacity 3s;
    transition: opacity 3s
}

.password-filters .pass-strength-green[data-v-2ce31272]
{
    color: green
}

.password-filters .pass-strength-red[data-v-2ce31272]
{
    color: red
}

.password-filters .pass-sensitive-green[data-v-2ce31272]
{
    color: #657180
}

.password-filters .pass-sensitive-red[data-v-2ce31272]
{
    color: red
}

.step3-modal /deep/ .ivu-modal-content
{
    opacity: .7
}

.step3-setpassword .ivu-form-item-error-tip
{
    margin-top: -18px!important
}

.step3-setpassword .step-prompt
{
    background-color: #eaf4fe;
    border-width: 1px solid #b9d8fb;
    border-radius: 4px;
    font-family: 微软雅黑;
    font-weight: 400;
    font-size: 12px;
    width: 800px;
    position: relative;
    left: -258px;
    margin-bottom: 32px;
    text-align: center;
    line-height: 36px
}

.step3-setpassword .step-prompt img
{
    vertical-align: middle;
    top: -1px;
    position: relative;
    margin-right: 4px
}

.step3-setpassword .title
{
    font-size: 14px;
    font-family: Arial Normal,Arial;
    font-weight: 400;
    color: #666;
    margin-bottom: 8px;
    letter-spacing: 1px
}

.step3-setpassword .title .loginno
{
    margin: 0 4px
}

.step3-setpassword .filters
{
    top: -16px;
    position: absolute;
    right: -16px
}

.step3-setpassword .eye
{
    position: absolute;
    right: 10px;
    top: 2px
}

.step4-success
{
    text-align: center
}

.step4-success .complete-img
{
    margin-bottom: 32px
}

.step4-success .login
{
    font-family: 微软雅黑;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    margin-bottom: 32px
}

.step4-success .login .title
{
    margin-left: 8px;
    margin-right: 4px;
    color: #657180;
}

.step .ivu-steps-main
{
    left: -50px;
}

.account
{
    width: 100%;
    height: 100%
}

.account .contentbox
{
    max-width: 1280px;
    margin: 0 auto;
    top: 64px;
    position: relative;
    margin-top: -10px;
}
.account .contentbox h4.tit{
    text-align: center;
    font-size: 24px;
    line-height: 36px;
    color:#333;
    font-weight: bold;
    padding:0 0 12px;
    font-family: PingFang SC;
    border-bottom: 1px solid #ccc;
    margin-bottom: 40px;
}

.account .contentbox .step{
    margin-left: 150px;
}

.account .form
{
    top: 80px;
    width: 380px;
    margin: 0 auto;
    position: relative
}

.account .form .ivu-btn.ivu-btn-primary,.account .form .ivu-input-wrapper,.account .form .ivu-select
{
    width: 100%;
    margin-bottom: 16px
}

.account .form .btn-next
{
    margin-top: 32px
}

.account .title-span
{
    line-height: 64px;
    margin-left: 18px;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 2px
}

.account .title-span:before
{
    content: "|";
    position: relative;
    right: 8px;
    top: -2px
}

.error-page .logo[data-v-8dd82c14]
{
    height: 50px;
    top: 50%;
    margin-top: -25px;
    position: relative;
    margin-left: 25px
}

.error-page .cm .errorpage[data-v-8dd82c14]
{
    width: 338px;
    height: 226px;
    left: 50%;
    margin-left: -169px;
    position: absolute;
    top: 50%;
    margin-top: -163px;
    text-align: center
}

.error-page .cm .errorpage a.refresh[data-v-8dd82c14],.error-page .cm .errorpage span.title[data-v-8dd82c14]
{
    display: block;
    letter-spacing: 1px;
    line-height: 14px;
    font-size: 13px
}

.error-page .cm .errorpage span.title[data-v-8dd82c14]
{
    color: #34363e
}

.error-page .cm .errorpage a.refresh[data-v-8dd82c14]
{
    color: #0c4af9;
    text-decoration: none
}

.error-page .ids-mt-30[data-v-8dd82c14]
{
    margin-top: 30px
}

.error-page .ids-mt-8[data-v-8dd82c14]
{
    margin-top: 8px;
}

.ivu-message
{
    width: 70%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.ivu-message-notice-content-text{
    display: block;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.ivu-select-arrow{
    width:16px;
    height:16px;
    content: '';
    background:url(../images/arrowBt.png) center no-repeat;
}
.ivu-select-arrow:before{
    display:none;
}
.ivu-form-item-content .ivu-select-dropdown{
    left: 0;
    top: 32px;
    z-index: 2;
    display:none;
}
.stepList .ivu-form-item{
    margin-bottom: 8px;
}
.step0-activation .captcha-img{
    display:block;
    float: right;
    width:80px;
    height:30px;
    overflow: hidden;
    position: initial;
}
.captcha-img img{
    width:100%;
    height:100%;
}
.verifyCodeBtn{
    display:block;
    float: right;
    width:80px;
    height:30px;
    font-size: 12px;
    text-align: center;
    color:#fff;
    background-color: #d60413;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border:0 none;
    outline:none;
    overflow: hidden;
    cursor: pointer;
}
.verifyCodeBtn:disabled{
    opacity: .5;
    cursor: not-allowed;
}

.btnBox{
    padding:20px 0;
    overflow: hidden;   
}
.account .form .btnBox .ivu-btn{
    vertical-align: top;
    margin:0;
}
.account .form .btnBox .btn-prev + .btn-next{
    width: calc(100% - 84px); 
    margin-left:14px;
} 
.successBox{
    text-align: center;
    padding:30px 0;
}
.successBox img{
    vertical-align: top;
}
.successBox p{
    color:#333;
    line-height: 20px;
    font-size: 14px;
    padding-top: 10px;
}
.step1-activation{
    display:none;
}
.step2-activation{
    display:none;
}
.step3-activation{
    display:none;
}


.ivu-btn-primary { 
    background-color: #d60413;
    border-color: #d60413;
}
.ivu-btn-primary:hover { 
    opacity: .8;
    background-color: #d60413;
    border-color: #d60413;
}
.ivu-btn-primary.active, .ivu-btn-primary:active { 
    background-color: #d60413;
    border-color: #d60413;

}
.ivu-steps-item.ivu-steps-status-process .ivu-steps-head-inner{
    background-color: #d60413;
    border-color: #d60413;
}
.ivu-btn-cancel.active, .ivu-btn-cancel:active {
    color: #d60413;
    background-color: #fff;
    border-color: #d60413;
}
.ivu-btn-cancel:hover {
    color: #d60413;
    background-color: #fff;
    border-color: #d60413;
}
.ivu-input{
    outline:none;
}
.ivu-select-item-selected, .ivu-select-item-selected:hover{
    color: #d60413;
}

.popupBg{
    width:100%;
    height:100%;
    background-color: rgba(0,0,0,.5);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 90;
    display:none;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
} 
.yzmPopup{
    width: auto;
    height: 286px;
    margin: 0 auto;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.125); 
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99;
    display:none;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); 
}
.slidercaptcha .card-body {
    padding: 1rem;
}
.slidercaptcha canvas:first-child {
    border-radius: 4px;
    border: 1px solid #e6e8eb;
}
.slidercaptcha.card .card-header {
    background-image: none;
    background-color: rgba(0, 0, 0, 0.03);
}
.refreshIcon {
    top: -42px;
}
.slidercaptcha.card .card-header{
    line-height: 40px;
    padding:0 1rem;
}
.slidercaptcha.card .fa{
    width:100%;
    height:100%;
}
.sliderIcon{
    background:url(../images/arrowFr.png) center no-repeat;
}
.sliderContainer_success .sliderIcon{
    background:url(../images/yes.png) center no-repeat;
}
.sliderContainer_fail .sliderIcon{
    background:url(../images/no.png) center no-repeat;
}
.slider:hover .sliderIcon{
    background-position: center;
}
.sliderContainer_fail .sliderIcon:before,
.sliderContainer_success .sliderIcon:before{
    display:none;
    content: '';
}
.yzmBtn{
    cursor: pointer;
}
.completeValidate{
    background: url(../images/complete.png) 40% center no-repeat;
    padding-left: 10%;
    color: #198d33;
    font-size: 16px;
}
.tipsBox{
    font-size: 14px;
    line-height: 24px;
}
.tipsBox em{
    font-style: normal;
    color:#D81E1E;
}
.tipsBox span{
    color:#777;
}
.btnBox{
    text-align: center;
    margin-top: 30px;
    padding-bottom: 40px;
}
.account .form .btnBox .ivu-btn{
    width:88px;
    height:40px;
    line-height: 40px;
    padding:0;
    color:#fff;
    font-size: 14px;
    background: #ccc;
    box-shadow: 0px 1px 8px rgba(9, 54, 88, 0.16);
    border-radius: 5px;
    border:0 none;
    white-space: nowrap;
}
.account .form .btnBox .ivu-btn-primary{
    background: #D81E1E;
}
.ivu-btn-cancel:hover{
    opacity: .8;
}
.account .form .btnBox .btn-prev + .btn-next{
    width:176px;
    height:40px;
    line-height: 40px;
    padding:0;
    color:#fff;
    font-size: 14px;
    background: #D81E1E;
    box-shadow: 0px 1px 8px rgba(9, 54, 88, 0.16);
    margin-left: 30px;
}
.txtTips{
    position: absolute;
    left: 102%;
    top: 0;
    width: auto;
    white-space: nowrap;
    font-size: 14px;
    color:#D81E1E;
    height:40px;
    line-height: 40px;
}
.ivu-input{
    height: 40px;
    font-size: 14px;
    padding-left: 16px;
}
.ivu-select-single .ivu-select-selection{
    height: 40px;
}
.ivu-select-single .ivu-select-selection .ivu-select-placeholder, 
.ivu-select-single .ivu-select-selection .ivu-select-selected-value{
    font-size: 14px;
    height:40px;
    line-height: 40px;
    padding-left: 16px;
}
.ivu-select-single .ivu-select-selection .ivu-select-selected-value label{
    color:#c5c8ce;
}
.ivu-form-item-content .ivu-select-dropdown{
    top: 40px;
}
.ivu-select-item{
    font-size: 14px!important;
    padding: 8px 16px;
    padding-right: 40px;
    position: relative;
}
.ivu-steps-item.ivu-steps-status-wait .ivu-steps-head-inner{
    background-color: #ccc;
    border:0 none;
}
.ivu-steps-item.ivu-steps-status-process .ivu-steps-head-inner{
    background-color: #d60413;
}
.ivu-steps-item.ivu-steps-status-wait .ivu-steps-head-inner span{
    color:#fff;
}
.ivu-steps .ivu-steps-head-inner{
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-size: 18px;
}
.ivu-steps .ivu-steps-tail{
    top: 23px;
}
.ivu-steps .ivu-steps-tail>i{
    height:2px;
    background-color: #ccc;
}
.step .ivu-steps-item>.ivu-steps-main{
    top: 52px;
    left: 0;
}
.step .ivu-steps-item:nth-of-type(2)>.ivu-steps-main{
    margin-left: -15px;
}
.stepList .ivu-form-item{
    margin-bottom: 0;
}
.listItem{
    padding-bottom: 16px;
}
body{
    overflow:auto;
} 
.ivu-select-item-selected::after{
    display:block;
    content: '';
    width:20px;
    height:20px;
    background:url(../images/selected.png) right center no-repeat;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -10px;
}
.viewPwdBtn{
    width:40px;
    height:40px;
    background:url(../images/noViewIcon.png) center no-repeat;
    position: absolute;
    right:5px;
    top: 0;
    z-index: 2;
    cursor: pointer;
}
.viewPwdBtn.on{
    background:url(../images/viewIcon.png) center no-repeat;
}
.successBox{
    display:-o-flex;
    display:-ms-flexbox;
    display:-moz-flex;
    display:-webkit-flex;
    display:flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
.successBox p{
    font-size: 28px;
    line-height: 40px;
    color:#333;
    padding-top: 0;
    padding-left: 16px;
}
.alignCen{
    text-align: center;
}
.tipsBox strong{
    font-size: 24px;
    color:#D81E1E;
    line-height: 36px;
    font-weight: normal;
}
.loginBtnBox{
    margin-top: 0;
}
/*20220215 add*/
.btnBox{
    padding-bottom: 20px;
    margin-top: 0;
    display:-webki-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.loginBtnBox{
    -webkit-justify-content: center;
    justify-content: center;
}
/*20230627 add*/
button, input, select, textarea{
    background: none;
    border:0 none;
    resize: none;
    outline: none;
}
ul,li{
    list-style: none;
}
.stepConList .confidentTabBtn{
    padding-bottom: 16px;
}
.stepConList .confidentTabBtn ul{
    display:-webkit-flex;
    display:flex;
}
.stepConList .confidentTabBtn li{
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #333;
    text-align: center;
    background: #eee;
    padding:0;
    border-radius: 5px;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    margin-right: 16px;
    cursor: pointer;
}
.stepConList .confidentTabBtn li:last-of-type{
    margin-right: 0;
}
.stepConList .confidentTabBtn li.on{
    background: #3B82F6;
    color: #fff;
}
.stepConList ul{
    padding-bottom: 8px;
}
.stepConList li{
    padding-bottom: 16px;
    position: relative;
}
.stepConList li .inputTxt{
    width: 100%;
    height: 40px;
    line-height: 40px;
    border:1px solid #ccc;
    padding:0 16px;
    font-size: 16px;
    color:#333;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.stepConList li .inputCode{
    width:calc(100% - 144px);
}
.stepConList li .codeBtn{
    display:inline-block;
    vertical-align: top;
    width: 128px;
    height:40px;
    line-height: 40px;
    background:#3B82F6;
    color:#fff;
    font-size: 16px;
    text-align: center;
    border-radius: 5px;
    margin-left: 16px;
    cursor: pointer;
}
.stepConList li .codeBtn:hover{
    opacity: .8;
}
.stepConList li .codeBtn[disabled]{
    opacity: .4;
    cursor: not-allowed;
}
.totalWord{
    line-height: 40px;
    font-size: 14px;
    color: #ccc;
    position: absolute;
    right: 16px;
    top: 0;
    z-index: 9;
}
.totalWord em{
    font-style: normal;
    color: #22C55E;
}
.totalWord b{
    font-weight: normal;
}
.stepConList .ivu-input{
    padding-right: 60px;
}
.successBox2 {
    width: auto;
    max-width: 500px;
    height: auto;
    line-height: 24px;
    background-color: rgba(51,51,51,.6);
    padding: 16px 40px;
    border-radius: 10px;
    position: fixed;
    left: 50%;
    top: 50%;
    display: none;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2000;
}
.successBox2 p{
    line-height: 24px;
    font-size: 16px;
    color: #fff;
    padding:0;
}
.ivu-form-item-content .ivu-select-dropdown{
    z-index: 99;
}

.txtPhoneTips{
    text-align: center;
    width: auto;
    white-space: nowrap;
    font-size: 14px;
    color:#D81E1E;
    height:40px;
    line-height: 40px;
}
/*20230627 end*/
/*20230721 add step标题剧中设置*/
.step .ivu-steps-item>.ivu-steps-main{
    width: 126px;
    text-align: center;
    margin-left: 0!important;
    left: -40px!important;
}
/*20231124 add*/
.stepConList .confidentTabBtn li.on{
    background: rgba(59, 130, 246, .1);
    color: rgba(59, 130, 246, 1);
}
.stepConList li .inputTxt{
    padding-left: 50px;
}
.stepConList li .inputCode{
    background: url(../images/codeGrey.png) 16px center no-repeat;
}
#phoneNumber{
    background: url(../images/phoneGrey.png) 16px center no-repeat;
}
.stepConList li .inputCode {
    width: calc(100% - 114px);
}
.stepConList li .codeBtn{
    width: 88px;
}
.account .form .btnBox .btn-next.disabled{
    background-color: #ccc;
    color: #999;
    box-shadow: none;
}

#sfzlx{
    color: #515a6e;
}
/*20230605 add*/
.bindTipsInfo{
    width: 880px;
    margin-left: -250px;
    background: #f7f7f7;
    margin-top: -80px;
    margin-bottom: 40px;
}
.bindTipsInfo .name{
    line-height: 48px;
    color: #999;
    font-size: 16px;
    padding:24px 32px 0;
}
.bindTipsInfo .name img{
    vertical-align: top;
    width: 48px;
    height: 48px;
    border-radius: 100%;
    margin-right: 8px;
}
.bindTipsInfo dl{
    line-height: 24px;
    font-size: 16px;
    color:#333;
    padding: 16px 24px;
}
.bindTipsInfo dl dt{
    padding-bottom: 16px;
}
.bindTipsInfo dl dd{
    padding-left: 28px;
    background: url(../images/checkedGrey.png) left center no-repeat;
    margin-bottom: 8px;
}
.ivu-input-wrapper .yzmBtn{
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #eee;
    border: 1px solid #dcdee2;
    color: #555;
    border-radius: 4px;
    font-size: 14px;
}
.ivu-input-wrapper .completeValidate{
    background: #52ccba;
    border-color: #52ccba;
    color: #fff;
}
.popupBox{
    width: 90%;
    max-width: 500px;
    height: auto;
    background: #fff;
    padding: 24px 36px;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 99;
    display: none;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.popupBox h3{
    line-height: 30px;
    font-size: 20px;
    color: #333;
    text-align: center;
    font-weight: bold;
}
.popupBox .popupCon{
    line-height: 26px;
    font-size: 16px;
    color: #333;
    padding: 16px 0 24px;
    max-height: calc(94vh - 154px);
    overflow-y: auto;
}
.popupBox .popBtn{
    text-align: center;
}
.lineBlueBtn{
    width: auto;
    height: 36px;
    line-height: 36px;
    color: #3B82F6;
    font-weight: bold;
    border: 1px solid #3B82F6;
    padding: 0 16px;
    background: none;
    border-radius: 5px;
    outline: none;
    cursor: pointer;
}
.lineBlueBtn:hover{
    opacity: .8;
}
.pswSetPop .popupCon p{
    font-weight: bold;
}
::-webkit-scrollbar{
    width:6px;
    height: 8px;
    background: none;
}
::-webkit-scrollbar-thumb{
    background: #eee;
    border-radius: 6px;
}
.ivu-input-wrapper .yzmBtn{
    padding: 0;
}
/*20230606 end*/
/*20230627 end*/
/*20231124 add*/
.ivu-steps{
    text-align: center;
}
.step>.ivu-steps-horizontal>.ivu-steps-item{
    width: 220px!important;
    text-align: left;
}
.popupBox{
    width: 80%;
    max-width: 460px;
    background: #fff;
    border-radius: 10px;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 100;
    display: none;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.popupBox h3{
    line-height: 28px;
    font-size: 18px;
    color:#333;
    font-weight: bold;
    text-align: center;
    padding:16px 24px;
}
.popupBox .popupCon{
    padding:0 24px;
}
.bindTipsPop p{
    line-height: 24px;
    color:#333;
    font-size: 16px;
    font-weight: bold;
    word-break: break-all;
    padding-bottom: 24px;
}
.popupBox .popupBtn{
    padding:0 24px 24px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-evenly;
    justify-content: space-evenly;
}
input,textarea,button{
    background: none;
    border:0 none;
    outline: none;
    resize: none;
}
.popupBox .popupBtn input{
    min-width: 88px;
    line-height: 36px;
    font-size: 14px;
    text-align: center;
    padding:0 24px;
    border-radius: 5px;
    cursor: pointer;
}
.popupBox .popupBtn input:hover{
    opacity: .8;
}
.popupBox .popupBtn .greyBtn{
    background: #ccc;
    color:#fff;
}
.popupBox .popupBtn .redBtn{
    background: #D81E1E;
    color:#fff;
}
.ivu-input.yzmBtn:focus{
    border-color:#dcdee2;
}
.ivu-input-wrapper .yzmBtn{
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #eee;
    border: 1px solid #dcdee2;
    color: #555;
    border-radius: 4px;
    font-size: 14px;
}

.ivu-input-wrapper .yzmBtn{
    background: #eee;
    border: 1px solid #dcdee2;
    color: #555;
}
.ivu-input-wrapper .completeValidate{
    background: #52ccba;
    border-color: #52ccba;
    color: #fff;
}
.cativeTips{
    width: 100%;
    clear: both;
    line-height: 24px;
    text-align: right;
    margin-bottom: -16px;
    font-size: 14px;
    padding-top: 16px;
}
.cativeTips a{
    color: #2d8cf0;
    cursor: pointer;
}
.cativeTips a:hover{
    text-decoration: underline;
}

.flexBetween{
    display:flex;
    justify-content:space-between;
}
.flexBetween p{
    width: auto;
}

@media screen and (max-width:750px){
.header{
    height: 50px;
}
.header .logo{
    height: 36px;
    margin-top: -18px;
    margin-left: 15px;
}
.account .title-span{
    line-height: 50px;
    font-size: 16px;
}
.account .contentbox{
    top: 50px;
}
.account .contentbox .step {
    margin-left: calc(25% - 44px);
}
.account .form{
    top: 50px;
    width: 100%;
}
.stepList{
    padding:0 15px;
}
.stepList .ivu-form-item{
    margin-bottom: 0;
}
body .ivu-select-dropdown{
    width: 100%!important;
}
/*20220215 add*/ 
.account .form{
    top: 0;
}
.account .form .ivu-input-wrapper, .account .form .ivu-select{
    margin-bottom: 24px;
}
.txtTips{
    height: 24px;
    line-height: 24px;
    left: 0;
    top: 40px;
}
.successBox{
    display:block;
    text-align: center;
}
.successBox p{
    width:100%;
    font-size: 16px;
    line-height: 30px;
    padding-top: 10px;
} 
.account .contentbox .step {
    margin-left: calc(20% - 44px);
    margin-bottom: 50px;
} 
.txtTips{
    left: 16px;
} 
.ivu-steps .ivu-steps-head-inner{
    width: 32px;
    height: 32px;
    line-height: 32px;
}
.ivu-steps .ivu-steps-tail {
    top: 16px;
}
.step .ivu-steps-item>.ivu-steps-main{
    top: 36px;
    left: -10px;
}
.tipsBox{
    padding-bottom: 10px;
} 

    /*20220215 end*/
.account .contentbox .step{
    margin-left: calc(33.33% - 44px);
}
.step>.ivu-steps-horizontal>.ivu-steps-item {
    width: 50%!important;
}
.stepConList li{
    padding-bottom: 24px;
}
    /*20220215 end*/
    .ivu-form-item-required .txtTips{
        white-space: normal;
        line-height: 16px;
        padding-top: 4px;
    }
/*    20230821 add 绑定信息兼容*/
    .account .contentbox h4.tit{
        margin: 0 15px 24px;
    }
    .bindTipsInfo{
        width: 100%;
        margin:0 0 24px;
        padding:0;
    }
    .bindTipsInfo .name{
        padding: 16px 16px 0;
    }
    .bindTipsInfo dl{
        padding: 16px 16px 8px;
        font-size: 14px;
    }
    .bindTipsInfo dl dt {
        padding-bottom: 8px;
    }
    .bindTipsInfo dl dd {
        padding-left: 22px;
        background: url(../images/checkedGrey.png) left 3px no-repeat;
    }
    /* 20240320 add */
    .account .contentbox .step {
        margin-left: calc(20% - 44px);
    }
    .step > .ivu-steps-horizontal > .ivu-steps-item {
        width: var(--width)!important;
    }
}