* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #939393
}

ul li {
    list-style-type: none
}

.no-border {
    border: none !important
}

.pt0 {
    padding-top: 0 !important
}

@media (max-width: 991px) {
    #head {
        height:12.5vw;
        background: #efefef;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-bottom: 1px solid #e4e4e4
    }

    #head .site-logo img {
        max-height: 6.25vw
    }

    #foot {
        display: none
    }

    .WeChat,.qr_login,.lan_check {
        display: none !important
    }

    .page {
        padding: 0 3.125vw;
        background-image: none !important
    }

    .box {
        padding-top: 6.5625vw;
        width: 100%;
        font-size: 3.75vw;
        color: #363636
    }

    .box .l_tt {
        width: 100%;
        height: 8.125vw;
        line-height: 8.125vw;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-bottom: 1px solid #363636
    }

    .box .l_tt span {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        cursor: pointer;
        border-bottom: 1px solid transparent
    }

    .box .l_tt span.active {
        font-weight: bold;
        color: #ff4200;
        border-bottom: 1px solid #ff4200
    }

    .box input {
        padding: 0 2.8125vw !important;
        height: 12.5vw;
        font-size: 3.75vw;
        font-weight: normal;
        color: #939393;
        width: 100%;
        -moz-border-radius: 0;
        border-radius: 0;
        border: 1px solid #ededed;
        outline: none;
        -webkit-appearance: none
    }

    .box .e-btn {
        font-weight: bold;
        font-size: 3.8vw
    }

    .box input[type=button] {
        color: #fff
    }

    .box input[type=submit] {
        color: #fff
    }

    .box .e-tip {
        padding-left: 3vw;
        color: #ff4200;
        font-size: 3.3vw;
        margin-bottom: 0;
        margin-top: 4vw
    }

    .box .e-tip img {
        display: inline-block;
        vertical-align: middle;
        margin-right: 1.5625vw;
        width: 4vw
    }

    .box .gray_tip {
        font-size: 3.2vw;
        color: #939393;
        margin: 3vw 0
    }

    .box .e-btn {
        margin-top: 0 !important
    }

    .box .phone-form-main-item {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 4.6875vw
    }

    .box .phone-form-main-item .phone_select {
        width: 25vw;
        position: relative;
        color: #939393
    }

    .box .phone-form-main-item .phone_select:after {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 10px;
        width: 4vw;
        height: 2vw;
        background: url("../image/login/select.png") no-repeat;
        -moz-background-size: 100% 100%;
        -o-background-size: 100% 100%;
        background-size: 100% 100%;
        z-index: 2
    }

    .box .phone-form-main-item .phone_select .ph_select {
        width: 100%;
        border: 1px solid #ededed;
        position: relative;
        cursor: pointer;
        background: transparent;
        color: #939393;
        -webkit-text-fill-color: #939393;
        -webkit-opacity: 1;
        opacity: 1
    }

    .box .phone-form-main-item .phone_select .sel_box {
        width: 93.7vw;
        border: 1px solid #ededed;
        padding: 10px;
        position: absolute;
        left: 0;
        top: 12.5vw;
        z-index: 3;
        background: #fff;
        font-size: 2.8125vw;
        max-height: 79.6875vw;
        overflow-y: auto
    }

    .box .phone-form-main-item .phone_select .sel_box::-webkit-scrollbar {
        width: 5px;
        height: 1px
    }

    .box .phone-form-main-item .phone_select .sel_box::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
        background: #ff4200
    }

    .box .phone-form-main-item .phone_select .sel_box::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
        border-radius: 10px;
        background: #fafafa
    }

    .box .phone-form-main-item .phone_select .sel_box.sel_box_hide {
        display: none
    }

    .box .phone-form-main-item .phone_select .sel_box input {
        width: 100% !important
    }

    .box .phone-form-main-item .phone_select .sel_box .num_list {
        width: 100%
    }

    .box .phone-form-main-item .phone_select .sel_box .num_list li {
        margin: 4vw 0;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 2vw;
        cursor: pointer
    }

    .box .phone-form-main-item .phone_select .sel_box .country {
        width: 100%
    }

    .box .phone-form-main-item .phone_select .sel_box .country .coun_tt {
        color: #ff4200;
        height: 10vw;
        line-height: 10vw;
        background: #fdddd1;
        font-size: 3.3vw;
        font-weight: normal;
        padding: 0 2vw
    }

    .box .phone-form-main-item .phone_select .sel_box .country ul li {
        color: #939393;
        height: 24px;
        line-height: 24px;
        padding: 0 10px;
        cursor: pointer
    }

    .box .phone-form-main-item .phone_select .sel_box .country ul li:hover {
        color: #363636;
        background: #ededed
    }

    .box .phone-form-main-item .phone_select .sel_box .country ul li em {
        font-style: normal
    }

    .box .phone-form-main-item .e-input {
        width: 66vw !important
    }

    .box .user_exchange {
        height: 10vw;
        line-height: 10vw;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #939393;
        font-size: 3.3vw;
        padding: 0 2vw;
        margin-top: 4vw
    }

    .box .user_exchange>a {
        display: block;
        color: #939393
    }

    .box .user_exchange div {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .box .user_exchange div a {
        display: block;
        color: #939393
    }

    .box .u_main {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .box .u_main .w-input {
        width: 54.6875vw
    }

    .box .u_main .verification {
        width: 35.9375vw;
        height: 12.5vw;
        border: 1px solid #ededed;
        position: relative;
        cursor: pointer;
        background: #fff;
        line-height: 12.5vw;
        font-size: 3.3vw;
        color: #363636;
        text-align: center;
        -moz-border-radius: .625vw;
        border-radius: .625vw
    }

    .box .u_main .verification img {
        width: 100%;
        height: 100%;
        display: block;
        max-width: 100%;
        max-height: 100%;
        margin: 0 auto
    }

    .box .u_main .verification.cxfs {
        color: #939393
    }

    .box .u_main .verification.y_cxfs {
        color: #ff4200
    }

    .box .users-form-main-item {
        margin-top: 4.6875vw
    }

    .box .users-form-main-item .e-btn {
        background: #ff4200;
        font-size: 3.75vw;
        color: #fff;
        font-weight: bold
    }

    .box .success {
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 100%
    }

    .box .success img {
        display: block;
        margin: 0 auto;
        max-width: 25%
    }

    .box .success h3 {
        font-weight: normal;
        font-size: 3.4vw;
        text-align: center;
        margin: 10vw 0
    }

    .box .success .users-form-main-item {
        width: 96vw;
        margin: 0 auto
    }

    .box .success .users-form-main-item .e-btn {
        font-weight: bold;
        font-size: 3.8vw
    }

    .box .phone_ze {
        width: 100%;
        font-size: 3.5vw;
        color: #363636;
        text-align: left;
        margin-top: 6vw
    }

    .box .phone_ze span {
        color: #ff4200
    }

    .box .no_yz {
        width: 100%;
        font-size: 3.5vw;
        color: #939393;
        text-align: left;
        margin-top: 6vw
    }

    .box .no_yz a {
        color: #ff4200
    }

    .box .login_main .lo_box {
        display: none
    }

    .box .login_main .lo_box.active {
        display: block
    }

    .box .tips {
        font-size: 3.3vw;
        color: #939393;
        margin-top: 4vw
    }

    .user_exchange2 {
        margin-top: 4.6875vw;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #939393;
        font-size: 3.4375vw
    }

    .user_exchange2>a {
        display: block;
        color: #ff4200
    }

    .user_exchange2 div {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .user_exchange2 div a {
        display: block;
        color: #939393
    }

    .paw-tips {
        color: #939393;
        font-size: 2.8125vw
    }

    .register-tips {
        width: 100%;
        font-size: 3.4375vw;
        color: #939393;
        text-align: center;
        line-height: 4.6875vw;
        position: fixed;
        bottom: 6.25vw;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .register-tips a {
        color: #939393;
        text-decoration: underline
    }

    .zc_success {
        width: 100%;
        height: auto;
        background: #fff;
        margin: 1.5625vw auto 0 auto;
        text-align: center;
        position: relative
    }

    .zc_success .su_box {
        width: 100%;
        padding-top: 22.8125vw
    }

    .zc_success .e-btn {
        height: 12.5vw;
        font-size: 3.75vw;
        font-weight: normal;
        color: #fff;
        width: 100%;
        border: none;
        outline: none;
        background: #ff4200;
        font-weight: bold
    }

    .zc_success img {
        display: block;
        margin: 0 auto
    }

    .zc_success h2 {
        font-size: 3.75vw;
        color: #363636;
        margin: 4.375vw 0 19.53125vw 0
    }
    .advertTitleDiv{
        display: block;
    }
}

@media (min-width: 992px) {
    .i_erro {
        border:1px solid #f00 !important
    }

    .bk-y {
        background-color: #ff9f2e !important
    }

    .mt-10 {
        margin-top: 10px !important
    }

    .mt-0 {
        margin-top: 0 !important
    }

    .td-none {
        text-decoration: none
    }
    .advertTitleDiv{
        display: none;
    }

    #head {
        width: 63%;
        margin: 0 auto;
        height: 102px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    #foot .g-copyright {
        overflow: hidden;
        text-align: center;
        background: #fafafa
    }

    #foot .copyright-txt {
        padding-top: 10px;
        color: #989797;
        border-top: 1px solid #d7d7d7
    }

    #foot .copyright-img {
        margin: 10px 0 15px
    }

    #foot .copyright-img img {
        vertical-align: middle
    }

    .ba-tit {
        display: inline-block;
        padding: 0 20px;
        vertical-align: 14px;
        height: 31px;
        border-left: 1px solid #ededed;
        line-height: 31px;
        margin-left: 15px;
        font-size: 18px;
        color: #363636;
        font-weight: bold
    }

    .page {
        min-height: 640px;
        color: #363636;
        font-size: 18px;
        padding: 30px 0;
        position: relative
    }

    .page .g-wrapper {
        color: #939393;
        position: relative;
        height: 100%
    }

    .page .g-wrapper .box {
        width: 400px;
        height: auto;
        background: #fff;
        border: 1px solid #ededed;
        -webkit-box-shadow: 5px 9px 16px rgba(0,0,0,0.07);
        -moz-box-shadow: 5px 9px 16px rgba(0,0,0,0.07);
        box-shadow: 5px 9px 16px rgba(0,0,0,0.07);
        float: right;
        padding: 10px 23px 0 23px;
        margin-right: 10%;
        position: relative
    }

    .page .g-wrapper .box .l_tt {
        width: 100%;
        height: 44px;
        line-height: 44px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-bottom: 1px solid #363636
    }

    .page .g-wrapper .box .l_tt span {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        cursor: pointer;
        border-bottom: 1px solid transparent
    }

    .page .g-wrapper .box .l_tt span.active {
        font-weight: bold;
        color: #ff4200;
        border-bottom: 1px solid #ff4200
    }

    .page .g-wrapper .box .lo_box {
        display: none;
        padding-bottom: 5px
    }

    .page .g-wrapper .box .lo_box.active {
        display: block
    }

    .page .g-wrapper .box .lo_box.qr_login {
        text-align: center
    }

    .page .g-wrapper .box .lo_box.qr_login .login-status {
        width: auto;
        display: none;
        min-height: 280px
    }

    .page .g-wrapper .box .lo_box.qr_login .login-status.active {
        display: block
    }

    .page .g-wrapper .box .lo_box.qr_login .login-status.qr-box img {
        display: inline-block;
        width: 207px;
        margin-top: 28px
    }

    .page .g-wrapper .box .lo_box.qr_login .login-status.scanning-fail {
        margin-top: 20px
    }

    .page .g-wrapper .box .lo_box.qr_login .login-status.scanning-fail .qr-img {
        position: relative;
        width: auto;
        display: inline-block
    }

    .page .g-wrapper .box .lo_box.qr_login .login-status.scanning-fail .qr-img span {
        display: inline-block;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 3;
        background: rgba(245,244,244,0.9)
    }

    .page .g-wrapper .box .lo_box.qr_login .ql-text {
        font-size: 14px;
        color: #363636;
        margin: 0;
        height: 50px;
        line-height: 50px;
        overflow: hidden
    }

    .page .g-wrapper .box .lo_box.qr_login .ql-text a {
        color: #ff4200
    }

    .page .g-wrapper .box .lo_box .scanning-text {
        font-size: 16px;
        color: #363636;
        text-align: center;
        font-weight: normal;
        margin-top: 20px
    }

    .page .g-wrapper .box .lo_box .scanning-text img {
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px
    }

    .page .g-wrapper .box .login_main {
        width: 350px !important;
        margin: 0 auto;
        font-size: 16px;
        padding: 0px 0 50px 0;
        position: relative
    }

    .page .g-wrapper .box .login_main .e-tip {
        padding-left: 10px;
        color: #ff4200;
        font-size: 14px;
        margin-bottom: 0;
        margin-top: 16px;
        text-align: left
    }

    .page .g-wrapper .box .login_main .e-tip img {
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px
    }

    .page .g-wrapper .box .login_main .gray_tip {
        font-size: 12px;
        color: #939393;
        margin: 10px 0
    }

    .page .g-wrapper .box .login_main .phone-form-main-item {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 45px;
        margin-top: 15px
    }

    .page .g-wrapper .box .login_main .phone-form-main-item .phone_select {
        width: 100px;
        height: 100%;
        position: relative;
        cursor: pointer;
        font-size: 16px
    }

    .page .g-wrapper .box .login_main .phone-form-main-item .phone_select:after {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 10px;
        width: 15px;
        height: 6px;
        background: url("../image/login/select.png");
        z-index: 2
    }

    .page .g-wrapper .box .login_main .phone-form-main-item .phone_select .ph_select {
        height: 100%;
        width: 100%;
        padding-left: 6px;
        padding-right: 30px !important;
        border: 1px solid #ededed;
        position: relative;
        cursor: pointer;
        background: #fff;
        font-size: 16px
    }

    .page .g-wrapper .box .login_main .phone-form-main-item .phone_select .sel_box {
        width: 350px;
        border: 1px solid #ededed;
        padding: 10px;
        position: absolute;
        left: 0;
        top: 45px;
        z-index: 3;
        background: #fff;
        font-size: 14px;
        max-height: 340px;
        overflow-y: auto
    }

    .page .g-wrapper .box .login_main .phone-form-main-item .phone_select .sel_box::-webkit-scrollbar {
        width: 5px;
        height: 1px
    }

    .page .g-wrapper .box .login_main .phone-form-main-item .phone_select .sel_box::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
        background: #ff4200
    }

    .page .g-wrapper .box .login_main .phone-form-main-item .phone_select .sel_box::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
        border-radius: 10px;
        background: #fafafa
    }

    .page .g-wrapper .box .login_main .phone-form-main-item .phone_select .sel_box.sel_box_hide {
        display: none
    }

    .page .g-wrapper .box .login_main .phone-form-main-item .phone_select .sel_box input {
        width: 100%
    }

    .page .g-wrapper .box .login_main .phone-form-main-item .phone_select .sel_box .num_list {
        width: 100%;
        margin-top: 5px
    }

    .page .g-wrapper .box .login_main .phone-form-main-item .phone_select .sel_box .num_list li {
        margin: 10px 0;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 10px;
        cursor: pointer
    }

    .page .g-wrapper .box .login_main .phone-form-main-item .phone_select .sel_box .country {
        width: 100%
    }

    .page .g-wrapper .box .login_main .phone-form-main-item .phone_select .sel_box .country .coun_tt {
        color: #ff4200;
        height: 30px;
        line-height: 30px;
        background: #fdddd1;
        font-size: 14px;
        font-weight: normal;
        padding: 0 10px
    }

    .page .g-wrapper .box .login_main .phone-form-main-item .phone_select .sel_box .country ul li {
        color: #939393;
        height: 24px;
        line-height: 24px;
        padding: 0 10px;
        cursor: pointer
    }

    .page .g-wrapper .box .login_main .phone-form-main-item .phone_select .sel_box .country ul li:hover {
        color: #363636;
        background: #ededed
    }

    .page .g-wrapper .box .login_main .phone-form-main-item .phone_select .sel_box .country ul li em {
        font-style: normal
    }

    .page .g-wrapper .box .login_main .phone-form-main-item .e-input {
        width: 240px;
        height: 45px;
        line-height: 45px;
        padding: 0 10px;
        border: 1px solid #ededed;
        color: #939393;
        font-size: 16px;
        outline: none
    }

    .page .g-wrapper .box .login_main .mianze {
        font-size: 14px;
        color: #939393;
        text-align: center;
        margin-top: 20px
    }

    .page .g-wrapper .box .login_main .mianze a {
        color: #939393
    }

    .page .g-wrapper .box .login_main .u_main {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .page .g-wrapper .box .login_main .u_main .w-input {
        width: 240px
    }

    .page .g-wrapper .box .login_main .u_main .verification {
        width: 100px;
        height: 45px;
        border: 1px solid #ededed;
        position: relative;
        cursor: pointer;
        background: #fff;
        line-height: 45px;
        font-size: 14px;
        color: #363636;
        text-align: center
    }

    .page .g-wrapper .box .login_main .u_main .verification img {
        width: 100%;
        height: 100%;
        display: block;
        max-width: 100%;
        max-height: 100%;
        margin: 0 auto
    }

    .page .g-wrapper .box .login_main .u_main .verification.cxfs {
        color: #939393
    }

    .page .g-wrapper .box .login_main .u_main .verification.y_cxfs {
        color: #ff4200
    }

    .page .g-wrapper .box .password-login {
        color: #363636;
        margin: 0;
        display: inline-block;
        cursor: pointer
    }

    .page .g-wrapper .box .dx {
        font-size: 16px;
        color: #363636;
        margin-top: 50px
    }

    .page .g-wrapper .box .dx span {
        color: #ff4200
    }

    .page .g-wrapper .box .user_exchange {
        height: 50px;
        line-height: 50px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background: #fafafa;
        color: #939393;
        font-size: 14px;
        padding: 0 25px;
        margin-top: 30px;
        position: absolute;
        width: 398px;
        bottom: 0;
        left: 0
    }

    .page .g-wrapper .box .user_exchange>a {
        display: block;
        color: #939393
    }

    .page .g-wrapper .box .user_exchange div {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .page .g-wrapper .box .user_exchange div a {
        display: block;
        color: #939393
    }

    .page .g-wrapper .box .user_exchange2 {
        height: 50px;
        line-height: 50px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background: #fafafa;
        color: #939393;
        font-size: 14px;
        padding: 0 25px;
        margin-top: 30px;
        position: absolute;
        width: 398px;
        bottom: 0;
        left: -24px
    }

    .page .g-wrapper .box .user_exchange2>a {
        display: block;
        color: #ff4200
    }

    .page .g-wrapper .box .user_exchange2 div {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .page .g-wrapper .box .user_exchange2 div a {
        display: block;
        color: #939393
    }

    .page .g-wrapper .zc_success {
        width: 400px;
        height: 450px;
        background: #fff;
        border: 1px solid #ededed;
        -webkit-box-shadow: 5px 9px 16px rgba(0,0,0,0.07);
        -moz-box-shadow: 5px 9px 16px rgba(0,0,0,0.07);
        box-shadow: 5px 9px 16px rgba(0,0,0,0.07);
        margin: 10px auto 0 auto;
        text-align: center;
        position: relative
    }

    .page .g-wrapper .zc_success .su_box {
        width: 100%;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
        padding: 0 25px
    }

    .page .g-wrapper .zc_success .e-btn {
        font-size: 18px;
        font-weight: normal;
        cursor: pointer;
        border: none
    }

    .page .g-wrapper .zc_success img {
        display: block;
        margin: 0 auto
    }

    .page .g-wrapper .zc_success h2 {
        font-size: 18px;
        color: #363636;
        margin: 20px 0 40px 0
    }

    .page .lan_check {
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 20px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #939393;
        font-size: 14px
    }

    .page .lan_check a {
        display: block;
        color: #939393
    }

    .users-form-main-item {
        margin-top: 15px
    }

    .users-form-main-item input {
        width: 100%;
        height: 45px;
        line-height: 45px;
        padding: 0 10px;
        border: 1px solid #ededed;
        color: #939393;
        font-size: 16px;
        outline: none;
        font-weight: normal
    }

    .users-form-main-item input.e-btn {
        background: #ff4200;
        color: #fff;
        font-size: 18px
    }

    .g-copyright {
        background: #fff !important
    }

    .g-topbar {
        border-bottom: none !important
    }

    .lm-tip {
        position: absolute;
        left: 22px;
        top: -5px
    }

    .accound_info {
        width: 100%
    }

    .accound_info .account_list {
        width: 100%;
        padding: 40px;
        border-bottom: 1px solid #f0f0f0
    }

    .accound_info .account_list .acc_item {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        width: 100%;
        line-height: 45px
    }

    .accound_info .account_list .acc_item>b {
        display: block;
        width: 150px;
        text-align: right;
        font-size: 16px;
        color: #363636;
        margin-right: 50px;
        margin-top: 10px
    }

    .accound_info .account_list .acc_item .al_right {
        text-align: left;
        width: 700px;
        font-size: 14px
    }

    .accound_info .account_list .acc_item .al_right .i_ex {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 16px 0
    }

    .accound_info .account_list .acc_item .al_right .i_ex span {
        color: #939393;
        font-size: 14px;
        display: block;
        min-width: 106px;
        text-align: right;
        position: relative
    }

    .accound_info .account_list .acc_item .al_right .i_ex em {
        display: block;
        color: #363636;
        font-weight: bold;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .accound_info .account_list .acc_item .al_right .i_ex em .pl-tip {
        margin: 0 5px
    }

    .accound_info .account_list .acc_item .al_right .i_ex em i {
        display: inline;
        color: #939393;
        font-weight: normal
    }

    .accound_info .account_list .acc_item .al_right .i_ex .bind_phone {
        color: #939393;
        width: 112px;
        height: 36px;
        line-height: 36px;
        border: 1px solid #ededed;
        display: block;
        text-align: center;
        -moz-border-radius: 4px;
        border-radius: 4px;
        margin-right: 10px
    }

    .accound_info .account_list .acc_item .al_right .i_ex .unbund_phone {
        max-width: 300px;
        min-width: 112px;
        height: 36px;
        line-height: 36px;
        border: 1px solid #ededed;
        display: block;
        text-align: center;
        -moz-border-radius: 4px;
        border-radius: 4px;
        padding: 0 10px;
        margin-right: 10px;
        color: #363636;
        font-weight: bold
    }

    .accound_info .account_list .acc_item .al_right .i_ex .unbund_phone:hover {
        text-decoration: none
    }

    .accound_info .account_list .acc_item .al_right .i_ex input[type=text] {
        color: #939393;
        width: 350px;
        height: 45px;
        line-height: 45px;
        border: 1px solid #ededed;
        padding: 0 15px
    }

    .accound_info .account_list .acc_item .al_right .gender {
        margin: 0
    }

    .accound_info .account_list .acc_item .al_right .gender label {
        font-weight: bold;
        color: #939393
    }

    .accound_info .account_list .acc_item .al_right .gender label input {
        margin-right: 8px
    }

    .accound_info .account_list .acc_item .al_right .gender label:first-child {
        margin-right: 40px
    }

    .accound_info .account_list .acc_item .al_right .birth {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0
    }

    .accound_info .account_list .acc_item .al_right .birth select {
        width: 100px !important;
        height: 45px;
        line-height: 45px;
        border: 1px solid #ededed;
        padding: 0 5px;
        color: #939393;
        margin: 0 5px
    }

    .accound_info .account_list .acc_item .al_right .birth p {
        margin: 0
    }

    .accound_info .account_list .acc_item .al_right .contact input {
        width: 240px !important
    }

    .accound_info .account_list .acc_item .al_right .i_save {
        display: block;
        color: #ff4200;
        width: 112px;
        height: 36px;
        line-height: 36px;
        border: 1px solid #ff4200;
        display: block;
        text-align: center;
        -moz-border-radius: 4px;
        border-radius: 4px
    }

    .accound_info .account_list .acc_item .al_right .pas_tip {
        font-size: 14px;
        color: #939393
    }

    .layui-layer-content::-webkit-scrollbar {
        width: 5px;
        height: 1px
    }

    .layui-layer-content::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
        background: #ff4200
    }

    .layui-layer-content::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
        border-radius: 10px;
        background: #fafafa
    }

    #email_bind {
        display: none;
        font-size: 18px
    }

    #email_bind .layer-close {
        width: 44px;
        height: 26px;
        padding: 0;
        line-height: 1;
        background: transparent url("../image/login/close.png") no-repeat center;
        -moz-border-radius: 0;
        border-radius: 0;
        border: 0 none;
        cursor: pointer;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 999;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none
    }

    #email_bind .e_content {
        padding: 30px 20px 50px 20px;
        text-align: center
    }

    #email_bind .e_content .tt_active {
        color: #ff4200;
        font-weight: bold;
        margin: 0
    }

    #email_bind .e_content .phone_login {
        margin-top: 10px
    }

    #email_bind .e_content .phone_login input {
        padding: 0 10px !important;
        height: 45px;
        line-height: 45px;
        font-size: 18px;
        font-weight: normal;
        color: #939393
    }

    #email_bind .e_content .phone_login input[type=button] {
        color: #fff
    }

    #email_bind .e_content .phone_login input[type=submit] {
        color: #fff
    }

    #email_bind .e_content .phone_login .e-tip {
        padding-left: 10px;
        color: #ff4200;
        font-size: 14px;
        margin-bottom: 0;
        margin-top: 16px;
        text-align: left
    }

    #email_bind .e_content .phone_login .e-tip img {
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px
    }

    #email_bind .e_content .phone_login .gray_tip {
        font-size: 12px;
        color: #939393;
        margin: 10px 0
    }

    #email_bind .e_content .phone_login .e-btn {
        width: 96%;
        margin: 0 auto !important
    }

    #email_bind .e_content .phone_login .phone-form-main-item {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 45px;
        margin-top: 20px
    }

    #email_bind .e_content .phone_login .phone-form-main-item .phone_select {
        width: 100px;
        height: 100%;
        position: relative
    }

    #email_bind .e_content .phone_login .phone-form-main-item .phone_select:after {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 10px;
        width: 15px;
        height: 6px;
        background: url("../image/login/select.png");
        z-index: 2
    }

    #email_bind .e_content .phone_login .phone-form-main-item .phone_select input {
        height: 100%
    }

    #email_bind .e_content .phone_login .phone-form-main-item .phone_select .ph_select {
        width: 100%;
        padding-right: 30px !important;
        border: 1px solid #ededed;
        position: relative;
        cursor: pointer;
        background: #fff;
        font-size: 16px
    }

    #email_bind .e_content .phone_login .phone-form-main-item .phone_select .sel_box {
        width: 350px;
        border: 1px solid #ededed;
        padding: 10px;
        position: absolute;
        left: 0;
        top: 45px;
        z-index: 3;
        background: #fff;
        font-size: 14px;
        max-height: 340px;
        overflow-y: auto
    }

    #email_bind .e_content .phone_login .phone-form-main-item .phone_select .sel_box::-webkit-scrollbar {
        width: 5px;
        height: 1px
    }

    #email_bind .e_content .phone_login .phone-form-main-item .phone_select .sel_box::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
        background: #ff4200
    }

    #email_bind .e_content .phone_login .phone-form-main-item .phone_select .sel_box::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
        border-radius: 10px;
        background: #fafafa
    }

    #email_bind .e_content .phone_login .phone-form-main-item .phone_select .sel_box.sel_box_hide {
        display: none
    }

    #email_bind .e_content .phone_login .phone-form-main-item .phone_select .sel_box input {
        width: 100%
    }

    #email_bind .e_content .phone_login .phone-form-main-item .phone_select .sel_box .num_list {
        width: 100%;
        margin-top: 5px
    }

    #email_bind .e_content .phone_login .phone-form-main-item .phone_select .sel_box .num_list li {
        margin: 10px 0;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 10px;
        cursor: pointer
    }

    #email_bind .e_content .phone_login .phone-form-main-item .phone_select .sel_box .country {
        width: 100%
    }

    #email_bind .e_content .phone_login .phone-form-main-item .phone_select .sel_box .country .coun_tt {
        color: #ff4200;
        height: 30px;
        line-height: 30px;
        background: #fdddd1;
        font-size: 14px;
        font-weight: normal;
        padding: 0 10px
    }

    #email_bind .e_content .phone_login .phone-form-main-item .phone_select .sel_box .country ul li {
        color: #939393;
        height: 24px;
        line-height: 24px;
        padding: 0 10px;
        cursor: pointer
    }

    #email_bind .e_content .phone_login .phone-form-main-item .phone_select .sel_box .country ul li:hover {
        color: #363636;
        background: #ededed
    }

    #email_bind .e_content .phone_login .phone-form-main-item .phone_select .sel_box .country ul li em {
        font-style: normal
    }

    #email_bind .e_content .phone_login .u_main {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    #email_bind .e_content .phone_login .u_main .w-input {
        width: 240px
    }

    #email_bind .e_content .phone_login .u_main .verification {
        width: 100px;
        height: 45px;
        border: 1px solid #ededed;
        position: relative;
        cursor: pointer;
        background: #fff;
        line-height: 45px;
        font-size: 14px;
        color: #363636;
        text-align: center
    }

    #email_bind .e_content .phone_login .u_main .verification img {
        display: block;
        max-width: 90%;
        max-height: 90%;
        margin: 0 auto
    }

    #email_bind .e_content .phone_login .u_main .verification.cxfs {
        color: #939393
    }

    #email_bind .e_content .phone_login .u_main .verification.y_cxfs {
        color: #ff4200
    }

    #email_bind_success {
        display: none;
        font-size: 18px
    }

    #email_bind_success .layer-close {
        width: 44px;
        height: 26px;
        padding: 0;
        line-height: 1;
        background: transparent url("../image/login/close.png") no-repeat center;
        -moz-border-radius: 0;
        border-radius: 0;
        border: 0 none;
        cursor: pointer;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 999;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none
    }

    #email_bind_success .e_content {
        padding: 30px 20px 50px 20px;
        text-align: center
    }

    #email_bind_success input {
        height: 45px;
        line-height: 45px;
        font-size: 18px
    }

    #email_bind_success h2 {
        color: #363636;
        font-size: 18px;
        margin-bottom: 40px
    }

    #email_bind_success img {
        margin-top: 20px
    }

    #Liability_popup {
        display: none;
        font-size: 18px
    }

    #Liability_popup .layer-close {
        width: 44px;
        height: 26px;
        padding: 0;
        line-height: 1;
        background: transparent url("../image/login/close.png") no-repeat center;
        -moz-border-radius: 0;
        border-radius: 0;
        border: 0 none;
        cursor: pointer;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 999;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none
    }

    #Liability_popup .e_content {
        padding-top: 25px;
        padding-bottom: 10px;
        text-align: center;
        color: #939393;
        font-size: 14px
    }

    #Liability_popup .e_content h2 {
        font-size: 18px;
        color: #363636;
        margin-bottom: 4px
    }

    #Liability_popup .e_content>p {
        color: #363636
    }

    #Liability_popup .lia_list {
        text-align: left;
        height: 434px;
        overflow-y: auto;
        padding: 10px 30px
    }

    #Liability_popup .lia_list::-webkit-scrollbar {
        width: 5px;
        height: 1px
    }

    #Liability_popup .lia_list::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
        background: #ff4200
    }

    #Liability_popup .lia_list::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
        background: #ededed
    }

    .bind-account {
        width: 100%;
        border-top: 1px solid #ededed;
        font-size: 14px
    }

    .bind-account .g-wrapper {
        width: 1200px;
        margin: 0 auto
    }

    .bind-account .g-wrapper .ba-main {
        width: 100%;
        margin-top: 40px;
        position: relative;
        border: 1px solid #ededed;
        -webkit-box-shadow: 0 0 16px rgba(0,0,0,0.1);
        -moz-box-shadow: 0 0 16px rgba(0,0,0,0.1);
        box-shadow: 0 0 16px rgba(0,0,0,0.1);
        padding: 0 20px;
        overflow: hidden
    }

    .bind-account .g-wrapper .ba-main .ba-sd {
        position: absolute;
        left: 0;
        top: -14px;
        width: 100%;
        height: 1px;
        -webkit-box-shadow: 0 0 40px #000;
        -moz-box-shadow: 0 0 40px #000;
        box-shadow: 0 0 40px #000
    }

    .bind-account .g-wrapper .ba-main .warm-prompt {
        border-bottom: 2px solid #ededed;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        color: #939393;
        font-weight: normal;
        padding: 30px 0
    }

    .bind-account .g-wrapper .ba-main .warm-prompt span {
        display: block;
        text-align: right;
        width: 200px;
        color: #363636
    }

    .bind-account .g-wrapper .ba-main .warm-prompt em {
        display: block;
        width: 730px
    }

    .bind-account .g-wrapper .ba-main .bind-from {
        width: 350px;
        margin: 0 auto;
        padding-bottom: 20px
    }

    .bind-account .g-wrapper .ba-main .bind-from input {
        border: 1px solid #ededed;
        height: 45px;
        line-height: 45px;
        outline: none;
        padding: 0 10px;
        font-size: 14px
    }

    .bind-account .g-wrapper .ba-main .bind-from input.b-input {
        width: 100%;
        margin-top: 20px
    }

    .bind-account .g-wrapper .ba-main .bind-from .bh-inpput {
        width: 240px
    }

    .bind-account .g-wrapper .ba-main .bind-from .phone-form-main-item {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 45px;
        margin-top: 20px
    }

    .bind-account .g-wrapper .ba-main .bind-from .phone-form-main-item .phone_select {
        width: 100px;
        position: relative
    }

    .bind-account .g-wrapper .ba-main .bind-from .phone-form-main-item .phone_select:after {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 10px;
        width: 15px;
        height: 6px;
        background: url("../image/login/select.png");
        z-index: 2
    }

    .bind-account .g-wrapper .ba-main .bind-from .phone-form-main-item .phone_select .ph_select {
        width: 100%;
        padding-right: 30px !important;
        border: 1px solid #ededed;
        position: relative;
        cursor: pointer;
        background: #fff;
        font-size: 16px
    }

    .bind-account .g-wrapper .ba-main .bind-from .phone-form-main-item .phone_select .sel_box {
        width: 350px;
        border: 1px solid #ededed;
        padding: 10px;
        position: absolute;
        left: 0;
        top: 45px;
        z-index: 3;
        background: #fff;
        font-size: 14px;
        max-height: 340px;
        overflow-y: auto
    }

    .bind-account .g-wrapper .ba-main .bind-from .phone-form-main-item .phone_select .sel_box::-webkit-scrollbar {
        width: 5px;
        height: 1px
    }

    .bind-account .g-wrapper .ba-main .bind-from .phone-form-main-item .phone_select .sel_box::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
        background: #ff4200
    }

    .bind-account .g-wrapper .ba-main .bind-from .phone-form-main-item .phone_select .sel_box::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
        border-radius: 10px;
        background: #fafafa
    }

    .bind-account .g-wrapper .ba-main .bind-from .phone-form-main-item .phone_select .sel_box.sel_box_hide {
        display: none
    }

    .bind-account .g-wrapper .ba-main .bind-from .phone-form-main-item .phone_select .sel_box input {
        width: 100%
    }

    .bind-account .g-wrapper .ba-main .bind-from .phone-form-main-item .phone_select .sel_box .num_list {
        width: 100%
    }

    .bind-account .g-wrapper .ba-main .bind-from .phone-form-main-item .phone_select .sel_box .num_list li {
        margin: 10px 0;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 10px;
        cursor: pointer
    }

    .bind-account .g-wrapper .ba-main .bind-from .phone-form-main-item .phone_select .sel_box .country {
        width: 100%
    }

    .bind-account .g-wrapper .ba-main .bind-from .phone-form-main-item .phone_select .sel_box .country .coun_tt {
        color: #ff4200;
        height: 30px;
        line-height: 30px;
        background: #fdddd1;
        font-size: 14px;
        font-weight: normal;
        padding: 0 10px
    }

    .bind-account .g-wrapper .ba-main .bind-from .phone-form-main-item .phone_select .sel_box .country ul li {
        color: #939393;
        height: 24px;
        line-height: 24px;
        padding: 0 10px;
        cursor: pointer
    }

    .bind-account .g-wrapper .ba-main .bind-from .phone-form-main-item .phone_select .sel_box .country ul li:hover {
        color: #363636;
        background: #ededed
    }

    .bind-account .g-wrapper .ba-main .bind-from .u_main {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 20px
    }

    .bind-account .g-wrapper .ba-main .bind-from .u_main .verification {
        width: 100px;
        height: 45px;
        border: 1px solid #ededed;
        position: relative;
        cursor: pointer;
        background: #fff;
        line-height: 45px;
        font-size: 14px;
        color: #363636;
        text-align: center
    }

    .bind-account .g-wrapper .ba-main .bind-from .u_main .verification img {
        width: 100%;
        height: 100%;
        display: block;
        max-width: 100%;
        max-height: 100%;
        margin: 0 auto
    }

    .bind-account .g-wrapper .ba-main .bind-from .u_main .verification.cxfs {
        color: #939393
    }

    .bind-account .g-wrapper .ba-main .bind-from .u_main .verification.y_cxfs {
        color: #ff4200
    }

    .bind-account .g-wrapper .ba-main .bind-from .e-tip {
        color: #ff4200;
        font-size: 14px;
        margin-bottom: 0;
        margin-top: 16px
    }

    .bind-account .g-wrapper .ba-main .bind-from .e-tip img {
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px
    }

    .bind-account .g-wrapper .ba-main .bind-from .b-btn {
        background: #ff4200;
        font-size: 18px;
        color: #fff
    }

    .bind-account .go-index {
        text-align: center;
        color: #939393;
        text-decoration: underline;
        margin: 20px 0;
        display: block
    }

    .paw-tips {
        font-size: 12px;
        color: #939393
    }

    .register-tips {
        font-size: 14px;
        color: #939393;
        text-align: center;
        line-height: 18px
    }

    .register-tips a {
        color: #939393;
        text-decoration: underline
    }
}
