body { min-width: 1150px; margin: 0 auto; padding-top: 0px; }
.errormsg { margin-top: 10px; color: #ed4014; font-size: 14px; display: none; }
.f-button,#btn_send { outline: none; }
.notification .ivu-select-dropdown{
    display: none;
}
.f-header {
    margin-bottom: 10px;
    height: 60px;
}
.f-header .header-inner{
    height: 60px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 101;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(114,144,179,0.06);
}
.wrap{
    width: 1150px;
    box-shadow: 0 4px 4px -4px rgba(98,124,153 ,.1);
    border-radius: 4px;
    margin: 0 auto;
    position: relative;
    height: 60px;
}
.f-header .header-inner .header-main .logo{
    position: absolute;
    left: 10px;
    width: 120px;
    cursor: pointer;
    padding-top: 17px;
}
.f-header .header-inner .header-main .option-wrap{
    overflow: hidden;
    font-weight: 400!important;
    position: absolute;
    padding: 16px 24px;
    left: 135px;
    top: 45px;
    width: 77px;
    margin-left: 260px;
    background: #fff;
    color: #494b4d!important;
    border-radius: 4px;
    box-shadow: 0 2px 8px 0 rgba(25,30,66,0.08);
    z-index: 3;
}
.f-header .header-inner .header-main .links{
    display: inline-block;
    margin-left: 170px;
    height: 100%;
    line-height: 60px;
    width: 406px;
    white-space: nowrap;
    vertical-align: middle;
    -ms-overflow-style: none;
    scrollbar-width: none;
    font-size: 16px;
}
.f-header .header-inner .header-main .links a{
    display: inline-block;
    color: #797c80;
    font-weight: 400;
    height: 60px;
    margin-left: 25px;
}
.f-header .header-inner .header-main .links .active, .f-header .header-inner .header-main .links .nuxt-link-exact-active{
    color: #18191a;
    font-weight: 600;
    border-bottom: 2px solid #1985ff;
}
.f-header .header-inner .header-main .links a:first-child {
    margin-left: 0;
}
.f-header .header-inner .header-main .right-nav{
    height: 60px;
    display: flex;
    align-items: center;
    margin-right: 0;
    position: absolute;
    top: 0;
    right: 0;
}
.f-header .header-inner .header-main .right-nav .item{
    display: flex;
    align-items: center;
    padding: 6px;
}
.f-header .header-inner .header-main .right-nav .item:not(:last-child) {
    margin-right: 10px;
}
.f-header .header-inner .header-main .right-nav .item.client-download{
    font-size: 12px;
    font-weight: 400;
    color: #494b4d;
    line-height: 17px;
    padding: 3px 6px;
}
.notification {
    cursor: pointer;
}
.notification .ivu-dropdown-rel {
    display: flex;
}
.notification .notice-wrap {
    position: relative;
    cursor: pointer;
}
.notification .notice-wrap img { width: 34px; border-radius: 50%; }
.notification .head-pic img { height: 34px; }
.ivu-select-dropdown {
    width: inherit;
    max-height: 200px;
    overflow: auto;
    margin: 5px 0;
    padding: 5px 0;
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 4px;
    box-shadow: 0 1px 6px rgba(0,0,0,0.2);
    position: absolute;
    z-index: 900;
    left: 50%;
    top: 25px;
    transform: translateX(-50%);
}
.ivu-dropdown .ivu-select-dropdown {
    overflow: visible;
    max-height: none;
}
.notification .ivu-select-dropdown {

    box-shadow: 0 8px 20px 0 rgba(28,54,108,0.05), 0 4px 12px 0 rgba(28,54,108,0.08);
}
.notification li {
    position: relative;
    word-break: keep-all;
    font-size: 14px;
    font-weight: 400;
    color: #18191a;
    line-height: 20px;
    text-align: center;
    padding: 8px 20px;
    white-space: nowrap;
}
.notification li .red-dot {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #f35;
    margin-left: 4px;
}

.f-header .header-inner .header-main .right-nav .login-box{
    display: flex;
    align-items: center;
}
.f-header .header-inner .header-main .post-btn{
    margin-left: 16px;
}
.f-header .header-inner .header-main .right-nav .login-box a{
    font-size: 14px;
    white-space: nowrap;
    font-weight: 400;
    color: #494b4d;
}
.f-header .header-inner .header-main .right-nav .login-box .break{
    background-color: #c0c5cc;
    width: 1px;
    height: 12px;
    margin: 0 11px;
}
.f-header .header-inner .header-main .links .fengtu:hover, .f-header .header-inner .header-main .links a:hover {
    color: #18191a;
    font-weight: 600;
}
.ivu-poptip-popper {
    min-width: 150px;
    display: block;
    visibility: visible;
    font-size: 14px;
    line-height: 1.5;
    position: absolute;
    z-index: 1060;
}
.ivu-poptip-popper{
    padding: 10px 0 7px;
}
.f-header .header-inner .header-main .right-nav .ivu-poptip-content {
    box-shadow: 0 8px 20px 0 rgba(28,54,108,0.05), 0 4px 12px 0 rgba(28,54,108,0.08);
}
.ivu-poptip-arrow, .ivu-poptip-arrow:after {
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    border-color: transparent;
    border-style: solid;
}
.ivu-poptip-popper .ivu-poptip-arrow {
    top: 3px;
    border-width: 0 7px 7px;
    border-bottom-color: hsla(0,0%,85.1%,.5);
}
.ivu-poptip-popper .ivu-poptip-arrow {
    left: 50%;
    margin-left: -7px;
}
.ivu-poptip-popper .ivu-poptip-arrow:after {
    content: " ";
    top: 0px;
    margin-left: -3px;
    border-top-width: 0;
    border-bottom-width: 7px;
    border-bottom-color: #fff;
}
.ivu-poptip-inner {
    width: 100%;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 4px;
    box-shadow: 0 1px 6px rgba(0,0,0,0.2);
    white-space: nowrap;
}

.ivu-poptip-body {
    padding: 8px 16px;
}
.ivu-poptip-body-content {
    overflow: auto;
}
.f-header .header-inner .header-main .right-nav .client-qc-content {
    padding: 8px;
}
.f-header .header-inner .header-main .right-nav .client-qc-content img {
    width: 130px;
    height: 130px;
}
.f-header .header-inner .header-main .right-nav .client-qc-content .text {
    text-align: center;
    height: 17px;
    font-size: 12px;
    font-weight: 400;
    color: #494b4d;
    line-height: 17px;
    letter-spacing: 0;
}
.client-qc-content{
    text-align: center;
}

.f-header .header-inner .header-main .right-nav .item .text {
    margin-left: 2px;

}
.client {
    letter-spacing: 4px!important;
}
.f-header .header-inner .header-main .right-nav .client-qc-content .text:nth-child(3) {
    white-space: normal;
    height: auto;
}
.ivu-poptip-popper{
    display: none;
}
.client-download:hover .ivu-poptip-popper{
    display: block;
}

.ivu-modal-mask {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(55,55,55,.6);
    height: 100%;
    z-index: 1000;
}

.ivu-modal-wrap {
    position: fixed;
    overflow: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.f-modal.center-modal .ivu-modal-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}
.f-modal.center-modal .ivu-modal-wrap .ivu-modal {
    top: 0;
    margin: 0;
}
.ivu-modal-content {
    position: relative;
    background-color: #fff;
    border: 0;
    border-radius: 6px;
    background-clip: padding-box;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
.ivu-modal-close {
    z-index: 1;
    font-size: 12px;
    position: absolute;
    right: 8px;
    top: 8px;
    overflow: hidden;
    cursor: pointer;
}
.ivu-modal-wrap .ivu-modal .ivu-modal-content .ivu-modal-close {
    right: -35px;
}
.ivu-modal-body {
    padding: 16px;
    font-size: 14px;
    line-height: 1.5;
}
.ivu-modal-wrap .ivu-modal .ivu-modal-content .ivu-modal-body {
    background-color: #f7f9fa;
    max-height: 80vh;
    padding: 0;
    border-radius: 4px;
}
.auth-popup {
    width: 436px;
    background-color: #fff;
    padding: 48px;
    position: relative;
    box-sizing: border-box;
    /*min-height: 554px;*/
}
.auth-popup .auth-type-icon {
    cursor: pointer;
    position: absolute;
    top: 8px;
    right: 8px;
}
.auth-popup .auth-type-icon img {
    width: 52px;
    height: 52px;
}
.auth-popup .auth-tab {
    display: flex;
    align-items: center;
}
.auth-popup .auth-tab-item {
    margin-right: 36px;
    font-size: 16px;
    font-weight: 400;
    color: #494b4d;
    padding-bottom: 8px;
    line-height: 22px;
    cursor: pointer;
}
.auth-popup .auth-tab-active {
    font-size: 20px;
    font-weight: 500;
    color: #18191a;
    line-height: 28px;
    border-bottom: 2px solid #1a509c;
}
.login-wrap .form {
    margin-top: 25px;
}
.f-input {
    position: relative;
    width: 100%;
}
.f-input input{
    width: 100%;
    border: none;
    outline: none;
    border-bottom: 1px solid #f5f6f7;
    padding: 12px 0;
    font-size: 16px;
    font-weight: 400;
    color: #18191a;
    line-height: 22px;
}
.f-input input::placeholder{
    color: #aaaeb3;
}
.login-wrap .form .other-options {
    margin: 15px 0 43px;
    display: flex;
    justify-content: space-between;
}
.login-wrap .form .other-options, .login-wrap .form .other-options .ivu-checkbox-wrapper {
    font-size: 12px;
    font-weight: 400;
    color: #aaaeb3;
    line-height: 17px;
}
.ivu-modal-wrap * {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}
.ivu-checkbox {
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    cursor: pointer;
    line-height: 1;
    position: relative;
}

.disabled, iframe {
    border: none!important;
}
.f-button {
    border-radius: 4px;
    display: inline-block;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    transition-duration: .4s;
    color: #fff;
}
.login-wrap .form .pwd-label {
    position: relative;
    margin-top: 15px;
    display: inline-block;
    width: 100%;
}
.f-input input:focus {
    border-bottom: 2px solid #1a509c;
}

.dropbtn {
    width: 100%;
    border: none;
    border-bottom: 1px solid #f5f6f7;
    padding-bottom: 15px;
    margin-top: 7px;
    padding-left: 0;
    font-size: 16px;
    color: #aaaeb3;
}
.dropbtn-title{ color: #18191a; }

.dropdown {
    position: relative;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    width: 100%;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content div {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content div:hover {background-color: #f1f1f1}

/*.dropdown:hover .dropdown-content {*/
    /*display: block;*/
/*}*/


.register-in-china{
    margin-top: 25px;
}
.register-in-china .code-label, .register-in-china .phone-label {
    margin-top: 17px;
    position: relative;
    display: inline-block;
    width: 100%;
}
.register-wrap .ivu-form .ivu-form-item {
    margin-bottom: 0;
}
.register-in-china .code-label .code-text, .register-in-china .code-label .count {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 48px;
}
.register-in-china .code-label .code-text{
    font-size: 14px;
    color: #1985ff;
    border: none;
    background: #fff;
    line-height: 3;
}
.register-in-china .code-label .code-text.disabled{
    color: #999;
    cursor: inherit;
}
.register-in-china .code-label .count{
    font-size: 14px;
    color: #aaaeb3;
}
.tip {
    font-size: 16px;
    font-family: PingFangSC-Medium,PingFang SC;
    font-weight: 500;
    color: #494b4d;
    line-height: 22px;
}
.register-wrap .tips {
    margin-top: 8px;
    text-align: center;
    font-size: 12px;
    color: #aaaeb3;
}
.tips a {
    color: #2d8cf0;
    background: 0 0;
    outline: 0;
    cursor: pointer;
    transition: color .2s ease;
}
.pwd-label{
    margin-top: 17px;
    position: relative;
    display: inline-block;
    width: 100%;
}
.bgImg {
    width: 25px;
    position: absolute;
    right: 5px;
    top: 11px;
}
.code-login-wrap {
    text-align: center;
    margin-top: 68px;
    /*position: absolute;*/
    z-index: 1111;
    top: 58px;
    background: #fff;
    width: 100%;
    box-sizing: border-box;
    left: 0;
   height: 338px;
}
.code-login-wrap .code-wrap {
    position: relative;
    width: 160px;
    height: 160px;
    margin: 0 auto;
}
.code-login-wrap .code-wrap img {
    width: 100%;
    height: 100%;
    padding: 10px;
    border: 1px solid #e2e2e2;
    border-radius: 3px;
}
.code-login-wrap .code-wrap .mask, .code-login-wrap .code-wrap .text {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.code-login-wrap .code-wrap .mask {
    background: #000;
    opacity: .67;
}
.code-login-wrap .code-wrap .text {
    color: #fff;
    font-weight: 500;
    font-size: 14px;
}
.code-login-wrap .code-refresh {
    margin-top: 8px;
    color: #1985ff;
    cursor: pointer;
}
.code-login-wrap .tip-wrap {
    margin-top: 35px;
    margin-bottom: 30px;
    font-size: 14px;
    color: #aaaeb3;
}
.other .text{
    height: 24px;
    font-size: 12px;
    font-weight: 400;
    color: #999aaa;
    line-height: 24px;
    margin-bottom: 8px;
}
.jubao span{
    background: #1a509c;
}
.f-header .header-inner .header-main .right-nav .item.hover:hover {
    background: #f5f6f7;
    border-radius: 50%;
}
.f-header .header-inner .header-main .right-nav .item.hover:hover .ivu-select-dropdown{
    display: block;
}
.f-header .header-inner .header-main .right-nav .item{
    position: relative;
}
.notification{
    position: relative;
}
.nnotice-wrap:hover .ivu-select-dropdown{
    display: block;
}
.forget-pwd{
    font-size: 12px;
    font-weight: 400;
    color: #aaaeb3;
    line-height: 17px;
}
.dropbtn:focus {
    border-bottom: 2px solid #1a509c;
}
.ivu-tooltip, .ivu-tooltip-rel {
    display: inline-block;
}
.backToTop {
    width: 44px;
    height: 44px;
    border-radius: 5px;
    position: fixed;
    right: 27px;
    bottom: 128px;
    background-color: #fff;
	display: none;
	pointer: cursor;
}
.ivu-tooltip-rel {
    position: relative;
    width: inherit;
}
.ivu-tooltip-rel:hover{
    background-image: url(../images/top.png);
}
.backToTop .ivu-tooltip-rel {
    height: 44px;
}
.backToTop {
    width: 44px;
    height: 44px;
    border-radius: 5px;
    position: fixed;
    right: 27px;
    bottom: 128px;
}
.backToTop, .backToTop:hover {
    background-image: url(../images/top.png);
}

.ivu-tooltip-popper {
    display: none;
    visibility: visible;
    font-size: 14px;
    line-height: 1.5;
    position: absolute;
    z-index: 1060;
}
.ding{
    display: none;
}
.backToTop:hover .ding{
    display: block;
}
.ivu-tooltip-inner {
    max-width: 250px;
    /*min-height: 34px;*/
    padding: 8px 12px;
    color: #fff;
    text-align: left;
    text-decoration: none;
    background-color: rgba(70,76,91,.9);
    border-radius: 4px;
    box-shadow: 0 1px 6px rgba(0,0,0,0.2);
    white-space: nowrap;
}
.f-feedback {
    width: 44px;
    height: 44px;
    border-radius: 5px;
    position: fixed;
    right: 27px;
    bottom: 76px;
    background-image: url(../images/yjfk.png);
    background-color: #fff;
}
.f-feedback:hover {
    width: 44px;
    height: 44px;
    border-radius: 5px;
    position: fixed;
    right: 27px;
    bottom: 76px;
    background-image: url(../images/yjfk2.png);
}
.f-feedback:hover .ivu-tooltip-popper{
    display: block;
}
.ivu-tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.ivu-tooltip-popper[x-placement^=left] .ivu-tooltip-arrow {
    right: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: rgba(70,76,91,.9);
}
.ivu-tooltip-popper[x-placement=left] .ivu-tooltip-arrow {
    top: 50%;
    margin-top: -5px;
}
.bottom-link {
    background: #fff;
    margin-top: 30px;
}
.bottom-link .content {
    width: 1150px;
    margin: 0 auto;
    padding-top: 30px;
}
.bottom-link .content .friend-link {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 10px;
    border-bottom: 1px solid #f7f9fa;
}
.bottom-link .content .friend-link a {
    font-size: 12px;
    color: #aaaeb3;
    line-height: 25px;
}
.bottom-link .content .friend-link a:after {
    padding: 0 25px;
    content: "|";
}

.flex-wrap{
    text-align: center;
    color: #aaaeb3;
    margin-top: 10px;
    font-size: 13px;
}
.flex-wrap a{ color:#777;}
.bottom-link{
    padding-bottom: 20px;
}
.wraps {
    margin: 0 auto;
    width: 980px;
}
.binding_mobile h1 {
    font-size: 24px;
    margin-bottom: 50px;
    text-align: center;
}
.verify_step{ height:37px; width:648px; text-align:center;}
.verify_step .inner, .verify_step .inner ol{ display:inline-block; text-align:left; vertical-align:top; *display:inline; *zoom:1;}
.verify_step .inner:after{ clear:both; display:block; content:"\200b"; height:0;}
.verify_step .inner ol{ height:37px; text-align:left;}
.verify_step .inner li{ float:left; height:100%;}
.verify_step .inner span{ display:block; background:url(../images/verify_step.jpg) repeat-x; padding-right:107px; height:100%; width:43px;}
.verify_step .inner .last span{ padding-right:0;}
.verify_step .inner .second i,
.verify_step .inner .thrid i,
.verify_step .inner .fourth i,
.verify_step .inner .last i{ width:43px;}
.verify_step .inner .second i{ background-position:0 -111px;}
.verify_step .inner .thrid i{ background-position:0 -148px;}
.verify_step .inner .fourth i{ background-position:0 -185px;}
.verify_step .inner .last i{ background-position:0 -222px;}
.verify_step .inner i{ display:block; background:url(../images/verify_step.jpg) no-repeat 0 -74px; height:100%; width:37px;}
.verify_step .inner em{ color:#bcc7cd; margin:-10px 0 0 37px; width:107px; position:absolute; text-align:center;}
.verify_step .inner .second em,
.verify_step .inner .thrid em,
.verify_step .inner .fourth em,
.verify_step .inner .last em{ margin-left:43px;}
.verify_step .inner ol .done{ background:url(../images/verify_step.jpg) repeat-x 0 -37px;}
.verify_step .inner ol .done i{ background:url(../images/verify_step.jpg) no-repeat 0 -74px;}
.verify_step .inner ol .second .done i{ background-position:-43px -111px;}
.verify_step .inner ol .thrid .done i{ background-position:-43px -148px;}
.verify_step .inner ol .fourth .done i{ background-position:-43px -185px;}
.verify_step .inner ol .last .done i{ background-position:-43px -222px;}
.verify_step .inner ol .done em{ color:#1a88c9;}
/* validation_module */
.validation_module{ padding-top:50px; min-height: 700px; background: #fff;}
.validation_module .validation_common{ padding:0 166px 60px;}
.binding_mobile{}
.binding_mobile h1{ font-size:24px; margin-bottom:50px; text-align:center;}
.binding_mobile .security_code{ margin:0 auto; margin-top:66px; padding:0 83px 0; width:382px;}
.binding_mobile .has_border{ border:1px solid #e4e4e4; padding-top:32px;}
.binding_mobile .security_code ul li{ float:left; color:#999; margin-bottom:20px; width:100%;}
.binding_mobile .security_code ul li .hint{ padding:5px 0;}
.binding_mobile .security_code .labcon{ display: flex; position:relative;}
.binding_mobile .security_code .labcon .analog_tag{ cursor:text; color:#999; font-size:16px; padding:12px 0 0 0; position:absolute; left:10px; top:0; pointer-events:none; -webkit-transition:all linear .3s; -moz-transition:all linear .3s; -ms-transition:all linear .3s; transition:all linear .3s;}

input.name,
input.verification_code{ color:#999; border:1px solid #e5e6e8; font-size:16px; padding:14px 0 14px 14px; height:20px; width:366px; position:relative; line-height:20px\9;}
.binding_mobile .obtain_btn,
.binding_mobile .verification_code_btn,
.binding_mobile .verification_modify_btn{ background:#0096ff; color:#fff; border:0; box-shadow: none; font-size:22px; line-height:50px; height:50px; width:382px; text-align:center; cursor:pointer; vertical-align:top; -moz-transition:all linear .2s; -ms-transition:all linear .2s; -webkit-transition:all linear .2s; transition:all linear .2s;}
.binding_mobile .obtain_btn:hover,
.binding_mobile .verification_code_btn:hover,
.binding_mobile .verification_modify_btn:hover,
a.fCode_usestyle_next:hover{ opacity:.86;}
.binding_mobile .verification_code_btn{ background:#c7c7cc; color:#fff; font-size:18px; margin-left: -5px; width:166px; vertical-align:top; position: relative; z-index: 2;}

.binding_mobile .security_code .security_title{ color:#999; font-size:16px; line-height:25px; padding-bottom:20px;}
.binding_mobile .verification_modify_btn{ width:188px;}
.binding_mobile .cancel_modify{ background:#fff; color:#999; border:1px solid #e3e3e3; font-size:22px; line-height:50px; margin-left:5px; height:50px; width:184px; text-align:center; cursor:pointer;}
/* radio */
.binding_mobile .security_code .radio_check{ color:#333; margin:0 20px;}
.binding_mobile .security_code .radio_check span.checked,
.binding_mobile .security_code .radio_check span.no_checked{ display:inline-block; background:url(../images/sprites_bg.png) no-repeat -451px 0; margin-top:5px; height:13px; width:13px; vertical-align:top; overflow:hidden;}
.binding_mobile .security_code .radio_check span.no_checked{ background-position:-451px -13px;}
.binding_mobile .security_code .radio_check input{ margin-top:5px; height:13px; width:13px; vertical-align:top; visibility:hidden;}
.binding_mobile .security_code .radio_check label{ padding-left:10px;}

/* binding mobile sucess */
.binding_mobile .security_code .received_title{ color:#606060; line-height:25px;}
.binding_mobile .security_code .received_title i{ display:inline-block; background: url(sprites_bg.png) no-repeat -54px 0; margin-right:10px; height:25px; width:18px; vertical-align:top;}
.binding_mobile .security_code .tel_num{ color:#666; font-family:Arial, Helvetica, sans-serif; font-size:36px; font-weight:400; padding-left:30px;}
.binding_mobile .security_code .tel_num span{ margin-right:10px;}
li input.verification_code{ width:186px;}
.binding_mobile .security_code .time{ display:inline-block; margin:0 18px 0 30px; height:50px; width:50px; vertical-align:top;}
.binding_mobile .security_code .obtain_time{ color:#333; font-size:18px;}
.binding_mobile .security_code .obtain_time:hover{ color:#000;}

/* binding mobile modify */
.binding_mobile .security_code .modify_tel{ color:#1a88c9; font-size:24px; font-weight:400;}
.binding_mobile .security_code .modify_tel em{ color:#333; font-size:14px; padding-left:10px;}
.common_inputbox {
    background: #f8fafc;
    color: #848688;
    font-size: 16px;
    border: 1px solid #eceef0;
    border-radius: 2px;
    line-height: 27px;
    padding: 10px 40px 10px 10px;
    height: 27px;
    width: 330px;
    text-indent: 5px;
    -moz-transition: all .32s linear 0s;
    -ms-transition: all .32s linear 0s;
    -webkit-transition: all .32s linear 0s;
    transition: all .32s linear 0s;
}
.input_empty {
    display: none;
    float: left;
    background: url(../images/input_close.png) no-repeat;
    height: 19px;
    width: 19px;
    position: absolute;
    top: 15px;
    right: 15px;
    text-indent: -999em;
    z-index: 10;
}
/* password_manager */
.password_manager{ padding:40px 0 300px 0;}
.password_manager h1{ font-size:24px; text-align:center;}
.password_manager h2{ color:#999; padding:20px 0 70px 0; text-align:center;}
.password_manager .method_manage{ padding:0 166px;}
.password_manager ul li{ float:left; color:#999; width:156px; text-align:center;}
.password_manager ul li.second{ display:inline; margin:0 89px;}
.password_manager ul li a{ color:#333; font-size:16px;}
.password_manager ul li a h2{ clear:both; color:#333; font-size:16px; font-weight:700; padding-bottom:10px;}
.password_manager ul li i{ display:inline; float:left; background:url(../images/password_ico.jpg) no-repeat; margin-left:18px; height:120px; width:120px; -moz-transition:all linear .4s; -ms-transition:all linear .4s; -webkit-transition:all linear .4s; transition:all linear .4s;}
.password_manager .modify_password{ background-position:0 0;}
.password_manager .search_password{ background-position:0 -120px;}
.password_manager .pay_password{ background-position:0 -240px;}
.password_manager h3{ font-size:12px;}
.password_manager ul li a:hover i{ -moz-transform:scale(.8); -ms-transform:scale(.8); -webkit-transform:scale(.8); transform:scale(.8);}

.right_ico,
.error_ico{ display:block; background:url(../images/sprites_bg.png) no-repeat -425px 0; height:16px; width:24px; position:absolute; top:18px; left:156px; overflow:hidden;}
.error_ico{ height:20px; background-position:-587px 0; top:15px;}
.coder_ico{ display:inline-block; border:1px solid #daecf8; margin-left:45px; height:48px; width:128px; vertical-align:top;}

.findpd_method{ border:1px solid #e5e6e8; margin:60px auto 0; padding-bottom:40px; width:496px;}
.findpd_method .tab_nav{ background:#ececec; color:#999; line-height:56px; height:56px;}
.findpd_method .tab_nav a{ float:left; border-top:2px solid #ececec; line-height:54px; height:54px; width:248px; text-align:center; _padding-top:20px; _height:34px;}
.findpd_method .tab_nav a i{ display:inline-block; background:url(../images/sprites_bg.png) no-repeat; margin:15px 15px 0 0; height:25px; width:25px; vertical-align:top; _margin-top:0; *margin-top:0;}
.findpd_method .tab_nav a i.email{ background-position:-451px -30px;}
.findpd_method .tab_nav a i.tel{ background-position:-451px -55px;}
.findpd_method .tab_nav a:hover,
.findpd_method .tab_nav a.current{ background:#fff; border-top:2px solid #0096ff;}
.findpd_method .form_con{ padding:0 54px; margin-top:30px; width:390px;}
.findpd_method .form_con .info{ padding-left:77px; margin-bottom:20px; width:305px; position:relative;}
.findpd_method .form_con .info a.header{ display:block; height:63px; width:63px; position:absolute; left:0; top:0; overflow:hidden;}
.findpd_method .form_con .info i.mask{ background:url(../images/header_mask_63.png) no-repeat; height:63px; width:63px; position:absolute; top:0; left:0;}
.findpd_method .form_con .info p.name{ font-size:24px; line-height:40px; margin-top:6px; height:40px; width:305px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; word-break:break-all;}
.findpd_method .form_con .info .tel_num{ display:block; color:#1a88c9; font-size:24px; font-weight:400; line-height:40px; padding-top:10px; height:40px;}
.findpd_method .form_con .info .tel_num em{ color:#333; font-size:14px; padding-left:10px;}
.findpd_method .form_con ul{ border-bottom:1px solid #e5e6e8; padding-bottom:10px; margin-bottom:30px;}
.findpd_method .form_con ul li{ color:#999; margin-bottom:20px; width:100%; position:relative;}
.findpd_method .form_con .verification_code{ color:#999; border:1px solid #e5e6e8; font-size:16px; line-height:22px; padding:13px 0 13px 14px; height:22px; width:186px; position:relative;}
.findpd_method .form_con .time{ display:inline-block; margin:0 18px 0 30px; height:50px; width:50px; vertical-align:top;}
.findpd_method .form_con .obtain_time{ display:inline-block; color:#333; font-size:18px; padding-top:15px; vertical-align:top;}
.findpd_method .form_con .obtain_time:hover{ color:#000;}
.findpd_method .form_con .hint{ color:#0096ff; line-height:25px;}
.findpd_method .form_con .bar_link{ line-height:35px;}
.findpd_method .form_con .bar_link span{ padding:0 10px;}
.findpd_method .form_con a.resend{ color:#0096ff;}
.findpd_method .form_con .right_ico,
.findpd_method .form_con .error_ico{ display:block; background:url(../images/sprites_bg.png) no-repeat -425px 0; height:16px; width:24px; position:absolute; top:18px; left:156px; overflow:hidden;}
.findpd_method .form_con .error_ico{ height:20px; background-position:-587px 0; top:15px;}
.common_btn {
    background: #0096ff;
    color: #fff;
    font-size: 18px;
    border: none;
    border-radius: 2px;
    line-height: 50px;
    height: 50px;
    -webkit-text-shadow: 0 -1px 1px #0074c6;
    -moz-text-shadow: 0 -1px 1px #0074c6;
    -ms-text-shadow: 0 -1px 1px #0074c6;
    text-shadow: 0 -1px 1px #0074c6;
    -webkit-transition: all linear .32s;
    -moz-transition: all linear .32s;
    -ms-transition: all linear .32s;
    transition: all linear .32s;
    cursor: pointer;
    text-align: center;
}
.big_btn {
    width: 384px;
}
ul li .shengsu {
    display: inherit;
    font-size: 16px;
    color: #0096ff;
    text-decoration: underline;
    text-align: center;
}
li{
    list-style: none;
}

.common_inputbox {
    background: #f8fafc;
    color: #848688;
    font-size: 16px;
    border: 1px solid #eceef0;
    border-radius: 2px;
    line-height: 27px;
    padding: 10px 40px 10px 10px;
    height: 27px;
    width: 330px;
    text-indent: 5px;
    -moz-transition: all .32s linear 0s;
    -ms-transition: all .32s linear 0s;
    -webkit-transition: all .32s linear 0s;
    transition: all .32s linear 0s;
}
.inputbox_code {
    width: 186px;
	border-radius: 2px 0 0 2px;
}
.code_ext {
    display: inline-block;
    background: #e7e7ea;
    border-radius: 0 3px 3px 0;
    line-height: 50px;
    height: 50px;
    width: 144px;
	text-align: center;
    position: relative;
    vertical-align: top;
}
.code_ext .btn {
    float: left;
    background-color: #0096FF;
    color: #FFF;
    padding: 0;
    line-height: 48px;
    height: 100%;
    width: 100%;
    text-align: center;
    vertical-align: top;
}
.cue_point {
    color: #0096ff;
     margin-left: 10px;
}
.fCode_usestyle {
    border: 1px solid #cccccc;
    padding: 0px 36px 64px;
    overflow: hidden;
    width: 598px;
    margin: 50px auto 100px;
    text-align: left;
    font-size: 16px;
}
.fCode_usestyle.no_border {
    margin: 30px auto 0px;
}
.no_border {
    border: none;
}
.fCode_usestyle li {
    clear: both;
    width: 100%;
    margin: 5px 0px 15px;
    float: left;
    position: relative;
}
li.fund_wordsuccess {
    background: url(../images/ertification.jpg) no-repeat;
    min-height: 108px;
    width: 100%;
    padding-left: 220px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 45px;
    margin-bottom: 30px;
    padding-top: 10px;
}

.fCode_usestyle li {
    clear: both;
    width: 100%;
    margin: 5px 0px 15px;
    float: left;
    position: relative;
}
a.fCode_usestyle_next {
    background: #0096ff;
    text-align: center;
    width: 222px;
    height: 50px;
    border: none;
    color: #fff;
    border-radius: 2px;
    font-size: 18px;
    cursor: pointer;
    padding: 0px;
    line-height: 50px;
}
.wordsuccess_sure a {
    text-align: center;
    margin: 0 auto;
    float: none;
    display: inline-block;
}
.fund_wordsuccess strong {
    font-size: 30px;
    font-weight: normal;
}
.ivu-form-item-error-tip {
    top: 100%;
    left: 0;
    line-height: 1;
    padding-top: 6px;
    color: #ed4014;
}
.loading_mask i.loading_icon{ display: block; background:url("../images/loading.gif") no-repeat; margin-left: 32px; height: 16px; width: 16px; position: absolute; top: 17px; left: 50%;}
.loading_mask{ position:relative;}
.big_mask{ display: none;}
.loading_mask .big_mask,.loading_mask .small_mask{ display: inline-block; height: 50px; width: 382px; position: absolute; top: 0; left: 106px; z-index: 2; cursor: default;}
.security_code .loading_mask .big_mask,.security_code .loading_mask .small_mask{ left:0;}
.loading_mask .small_mask{ height: 50px; width: 222px;}
.loading_mask .common_btn {
    background: #0096ff;
    background: rgba(0,150,255,.6);
    filter: alpha(opacity=60);
    opacity: .6;
}
.counter {
    color: #666;
    font-size: 14px;
}
.counter em {
    color: #0096FF;
    font-family: Arial;
    font-size: 20px;
}
.fCode_usestyle .counter em {
    padding-left: 0;
}

.y-backgroundGray {
    background-color:#f7f9fa;
}
.hotD--list {
    max-width: 1150px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 20px;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
.hotD--item {
    -webkit-transition: .5s;
    transition: .5s;
    width: 275px;
    margin-bottom: 15px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 3px 5px rgba(0,0,0,.02);
    overflow: hidden;
    position: relative;
}
.hotD--prefix {
    font-weight: 900;
    font-size: 12px;
    background-color: #3bbbcad4;
    position: absolute;
    top: 15px;
    color: #fff;
    padding: 2px 12px;
    border-radius: 5px;
    border: 0;
    left: 15px;
}
.hotD--image {
    display: block;
    width:100%;
}
.hotD--meta {
    padding: 20px;
}
.hotD--title {
    font-size: 16px;
    font-weight: 900;
    -webkit-transition: color .5s;
    transition: color .5s;
    line-height: 1.3;
    padding-bottom: 10px;
}
.hotD--des {
    padding-bottom: 10px;
    font-size: 14px;
    color: rgba(0,0,0,.6);
    font-weight: 300;
    line-height: 1.6;
}
.hotD--item:hover {
    -webkit-transform: translate3d(0,-15px,0);
    transform: translate3d(0,-15px,0);
}

.hotD--item:hover a{
    text-decoration: none;
}
.u-shadowed {
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.05);
}
.active--nav {
    background-color: #fff;
    padding: 15px 20px;
    display: flex;
    margin: 20px auto 0;
    width: 1150px;
    box-sizing: border-box;
}
.active--nav span {
    margin-right: 20px;
    font-size: 14px;
    cursor: pointer;
}
.active--nav span.active {
    color: #4370f5;
}
.nav-links .pg {
	float: inherit;
    padding: 20px 0 70px;
    text-align: center;
}
.nav-links .pg label {display:none;}
.nav-links .pg a, .nav-links .pg strong{
	float: inherit;
    border: 1px solid #eee;
    color: #999;
    display: inline-block;
    background-color: #fff;
    border-radius: 3px;
    font-size: 15px;
	min-width: 20px;
	height: 34px;
    line-height: 34px;
	margin: 0 2px;
	
}
.nav-links .pg a {
    box-shadow: 0 3px 5px rgba(0,0,0,.05);
}
.nav-links .pg strong, .nav-links .pg a:hover {
    background-color: #20aaef;
    border-color: #20aaef;
    color: #fff;
    box-shadow: 0 3px 5px rgba(59,187,202,.44);
}
.right-more{
    margin-left: auto;
    font-size: 12px;
    color: rgba(0,0,0,.55);
    float: right;
    display: flex;
    font-weight: normal;
}
.right-more div.on{
    color: #4370f5;
}
.widget-content {

}
.code-ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.code-ul li {
    font-size: 16px;
    color: rgba(0,0,0,.7);
    display: flex;
    align-items: center;
}
.code-ul li img {
    width: 32px;
    margin-right: 8px;
    background-color: #f2f2f2;
    border-radius: 100%;
}
.code-ul li a {
    margin-left: auto;
    border: 1px solid #4370f5;
    color: #4370f5;
    font-size: 12px;
    padding: 3px 10px;
    line-height: 1.2;
    border-radius: 3px;
}
.right-more div{
    margin: 0 5px;
}
.code-ul li a:hover {
    color: #fff;
    background-color: #4370f5;
}
.code-ul li{
    position: relative;
}

.el-popover {
    position: absolute;
    background: #FFF;
    min-width: 150px;
    border: 1px solid #EBEEF5;
    padding: 12px;
    z-index: 2000;
    color: #606266;
    line-height: 1.4;
    text-align: justify;
    font-size: 14px;
    box-shadow: 0 2px 12px 0 rgba(0 ,0, 0 ,0.1);
    word-break: break-all;
    display: none;
}
.code-ul li:hover .el-popover{
    display: block;
}
.code-ul .icon-sm{
    width: 32px;
    margin-right: 8px;
    height: 32px;
    border-radius: 100%;
    background-size: 65%;
    background-position: center 8px;
    background-repeat: no-repeat;
    background-color: whitesmoke;
}
.code-ul li:nth-child(4n+1) .icon-sm{
    background-image: url(../images/q1.png);
}
.code-ul li:nth-child(4n+2) .icon-sm{
    background-image: url(../images/q2.png);
}
.code-ul li:nth-child(4n+3) .icon-sm{
    background-image: url(../images/q3.png);
}
.code-ul li:nth-child(4n+4) .icon-sm{
    background-image: url(../images/q4.png);
}
.el-popover {
    min-width: 0!important;
}
.widget-wechat {
    display: flex;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
}
.widget-wechat .img {
    margin-right: 10px;
    width: 120px;
    line-height: 1.2;
}
.widget-wechat .content {
    font-size: 14px;
    padding-bottom: 5px;
}
.widget-wechat .content .title {
    font-size: 16px;
    color: #4370f5;
    margin-bottom: 10px;
}
.widget-wechat .content p {
    margin: 0 0 5px;
}
.el-popper .popper__arrow, .el-popper .popper__arrow::after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.el-popper .popper__arrow {
    border-width: 6px;
    -webkit-filter: drop-shadow(0 2px 12px rgba(0, 0, 0, .03));
    filter: drop-shadow(0 2px 12px rgba(0, 0, 0, .03));
}
.code-ul li .widget-wechat img{
    width: 100%;
    border-radius: 0;
    background-color: none;
    margin-right: auto;
}
.el-popper .popper__arrow::after {
    content: " ";
    border-width: 6px;
}
.zhuanti-ul{
    margin: 10px 0 0 0;

}
.zhuanti-ul ul{
    display: flex;
    flex-wrap: wrap;
}
.zhuanti-ul ul li{
    width: 185px;
    background: #fff;
    margin-bottom: 13px;
    box-shadow: 0px 0px 20px -5px rgba(158,158,158,0.2);
    transition: background-color .3s;
    border-radius:2px;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    will-change: transform;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    margin-right: 13px;

}
.zhuanti-ul ul li:nth-child(4n){
    margin-right: 0;
}
.zhuanti-ul ul li:hover {
    transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    box-shadow: 0 26px 40px -24px rgba(0,36,100,0.3);

}
.zhuanti-ul ul li a{
    display: flex;
    align-items: center;
    padding: 10px;
}
.zhuanti-ul ul li a .left-img{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
}
.zhuanti-ul ul li a .left-img img{
    width: 100%;
}
.right-info h1{
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 5px;
}
.right-info p{
    font-size: 12px;
    color: #999;
}

.plugin{width:299px;}
.plugin .bm {border: 1px solid #f7f9fa;background: #FFF;}
.plugin .bm_c {padding: 10px 15px;letter-spacing: 1px;}
.plugin .bm_h { padding: 0 15px; height: auto; border-top: 0; border-bottom: 1px dashed #CDCDCD; background: none; line-height: 45px;white-space: nowrap;overflow: hidden;}
.plugin .bm_h a{color: #999;}
.plugin .bm_h h2{font-weight: normal;font-size: 16px;}
.plugin .bbda{ line-height: 34px; }
.plugin .xi2{ color: #429bff; }