

@charset "utf-8";
/*样式重置*/
html, body, p, dl, dt, dd, table, td, th, input, img, form, div, span, ul, ol, li, h1, h2, h3, h4, h5, h6, select, fieldset, fieldset, button, sub, sup, textarea {
    margin: 0;
    padding: 0;
}

body {
    font-size: 14px;
    line-height: 24px;
    background-color: #f1f1f1;
    color: #333;
    font-family: "Microsoft YaHei", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

iframe, img {
    border: 0 none;
    vertical-align: middle;
}

em, i {
    font-style: normal;
}

ul, li, ol {
    list-style: none outside none;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #4786ff;
    text-decoration: none;
}



.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    line-height: 0;
    font-size: 0;
}

.clearfix {
    *zoom: 1;
}

.clear {
    clear: both;
    overflow: hidden;
    font-size: 0;
    height: 0;
    line-height: 0;
}

input, textarea {
    font-size: 14px;
    outline: none;
}


/*header*/
.top_box {
    border-bottom: 1px #e0e0e0 solid;
    height: 60px;
    width: 100%;
    line-height: 50px;
    background: #fff;
    z-index: 99;
    position: relative;
}

.top_main {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 6px;
}

.top_logo {
    background: url(/asset/images/web3.0/logo.png) no-repeat left center;
    width: 185px;
    height: 60px;
    float: left;
    color: #333;
    padding-left: 45px;
    font-size: 20px;
}

.txz_font {
    width: 57px;
    height: 60px;
    background: url(/asset/images/web3.0/logo_txz.png) no-repeat left center;
    display: block;
    float: left;
}

.two_nav {
    border: 1px #e1e3e6 solid;
    padding-top: 10px;
    background: #fff;
    position: absolute;
    z-index: 9999;
    right: 0;
    top: 50px;
    box-shadow: 1px 4px 20px 3px #eee;
    padding-bottom: 20px;
    display: none;
}

.two_nav:after {
    content: "";
    width: 16px;
    height: 16px;
    background: #fff;
    border: 1px #e1e3e6 solid;
    position: absolute;
    top: -8px;
    right: 20px;
    z-index: 1;
    transform: rotate(134deg);
    border-right: none;
    border-top: none;
}

.two_nav li {
    height: 36px;
    line-height: 36px;
}

.two_nav li:hover {
    background: #f0f2fa;
    cursor: pointer;
}

.two_nav li a {
    padding: 0px 15px;
    display: block;
}

.two_nav li a:hover {
    color: #333;
}

.c_dw {
    position: absolute;
    right: 0;
    top: 60px;
    z-index: 99999;
}

.menu_icon1 {
    width: 18px;
    height: 21px;
    background: url(/asset/images/web3.0/nav_pm.png) no-repeat left bottom;
    padding: 0px 14px;
}

.menu_icon2 {
    width: 18px;
    height: 21px;
    background: url(/asset/images/web3.0/nav_qidian.png) no-repeat left bottom;
    padding: 0px 14px;
}

.menu_icon3 {
    width: 18px;
    height: 21px;
    background: url(/asset/images/web3.0/nav_wd.png) no-repeat left bottom;
    padding: 0px 14px;
}

.menu_icon4 {
    width: 18px;
    height: 21px;
    background: url(/asset/images/web3.0/nav_sq.png) no-repeat left bottom;
    padding: 0px 14px;
}

.t_nav {
    background: url(/asset/images/web3.0/nav_more.png) no-repeat right center;
    padding-right: 20px;
    display: block;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    color: #555;
    float: right;
    line-height: 60px;
}

.t_nav:hover {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    color: #333;
}


/* 登录 */
.login_box {
    width: 1024px;
    border-radius: 2px;
    background: #fff;
    margin: 30px auto 0;
    text-align: center;
    min-height: 620px;
    padding-top: 55px;
}

.lo_main {
    width: 362px;
    margin: 0 auto 50px;
    position: relative;
}

.lo_dl {
    width: 211px;
    height: 52px;
    margin: 0 auto;
    color: #3889c2;
    background: url(/asset/images/web3.0/login_logo.png) no-repeat;
}

.lo_ri {
    background: url(/asset/images/web3.0/wap/left_icon.png) no-repeat right center;
    background-size: 80%;
    width: 24px;
    height: 24px;
    padding: 4px;
}

.login_ul {
    margin-top: 26px;
    padding-bottom: 80px;
}

.login_ul li {
    height: 46px;
    line-height: 46px;
    border-radius: 2px;
    position: relative;
}

.login_ul li.po_rela {
    overflow: visible;
}

.login_ul li span {
    border: 1px solid #cdcfd1;
    width: 44px;
    height: 44px;
    float: left;
    border-radius: 12px 0 0 12px;
}

.lo_input:focus {
    border-color: #cdcfd1;
}

.login_ul li span.lo_name {
    background: url(/asset/images/web3.0/lo_name_icon.png) no-repeat center;
}

.login_ul li span.lo_pw {
    background: url(/asset/images/web3.0/lo_pw_icon.png) no-repeat center;
}

.login_ul li.border-gray {
    margin-bottom: 14px;
    display: flex;
}

.lo_input {
    height: 44px;
    width: 295px;
    float: left;
    padding: 0 10px;
    border: 1px solid #cdcfd1;
    border-left: none;
    border-radius: 0 12px 12px 0;
}

input[name=validate_code] {
    border-radius: 0;
}

#captch_src {
    border-radius: 12px;
}

.login_ul .read {
    font-size: 14px;
    color: rgba(140, 142, 158, 1);
    line-height: 16px;
    margin-top: 15px;
    display: flex;
    justify-content: flex-start;
}

/* .login_ul li.error_tips { text-align: center; color: #ff0000; font-size: 12px; height: 28px; width: 362px; background: #ffe7e1; border: 1px solid #fc4c24; line-height: 28px; margin-bottom:16px;} */
.login_ul li.notice_show {
    height: 16px;
    margin-bottom: 14px;
}

.login_ul .error_tips {
    text-align: center;
    color: #ff0000;
    font-size: 12px;
    height: auto;
    width: 362px;
    line-height: 16px;
    padding: 0;
    border-radius: 12px;
}

.login_ul .error_tips .errow-icon {
    width: 18px;
    height: 18px;
    background: url(/asset/images/web3.0/errow_icon.png) no-repeat;
    display: inline-block;
    margin: -2px 6px 0 0;
    vertical-align: middle;
}

.lo_button {
    width: 364px;
    height: 46px;
    background: #4786ff;
    font-size: 16px;
    border: 0;
    color: #fff;
    display: inline-block;
    cursor: pointer;
    box-shadow: 0 0 10px 1px #b5ceff;
    border-radius: 12px;
}

.login_ul li.wechat {
    background: #3f74e7 url(/asset/images/web3.0/wecha.png) no-repeat center;
    width: 46px;
    height: 46px;
    margin: 30px auto 0;
    border-radius: 100%;
    box-shadow: 0 0 10px 1px #b5ceff;
}

.login_ul li.wechat a {
    width: 46px;
    height: 46px;
    display: block;
}

.login_ul li.wechat:hover {
    background: #4786ff url(/asset/images/web3.0/wecha.png) no-repeat center;
}

input::-webkit-input-placeholder {
    color: #bfc1c7;
}

input:-moz-placeholder {
    color: #bfc1c7;
}

input::-moz-placeholder {
    color: #bfc1c7;
}

input:-ms-input-placeholder {
    color: #bfc1c7;
}

.login_box a:hover {
    color: #4786ff;
    text-decoration: none;
}

.jiu_font {
    color: #999;
}

.font17 {
    font-size: 17px;
}

.c-666 {
    color: #666 !important;
}

.c-666:hover {
    color: #4786ff !important;
    text-decoration: none;
}

.mar_t22 {
    margin-top: 22px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.hide {
    display: none;
}

/* 注册 */
.lo_input.width217 {
    width: 193px;
}

.login_ul li .zc_yzm {
    width: 94px;
    height: 46px;
    background: #e0e2e5;
    display: block;
    border: none;
    color: #333;
    float: right;
    border-radius: 0px 12px 12px 0px;
}

.login_ul li .zc_yzm.clickable {
    box-shadow: 0 0 10px 1px #b5ceff;
    background: #4786ff;
    color: #fff;
    cursor: pointer;
}

.login_ul li .zc_yzm.clickable:hover {
    color: #fff;
}

.login_ul li .zc_yzm:hover {
    color: #333;
}

.login_ul li span.lo_phone {
    background: url(/asset/images/web3.0/lo_phone_icon.png) no-repeat center;
}

.login_ul li span.lo_yzm {
    background: url(/asset/images/web3.0/lo_yzm_icon.png) no-repeat center;
}

/* 拉黑提示页 */
.defriend-tips {
    color: #666;
}

.defriend-tips p {
    font-size: 30px;
    padding-top: 195px;
    padding-bottom: 46px;
    line-height: 30px;
}

.defriend-tips span {
    font-size: 14px;
    line-height: 14px;
}

.defriend-tips a {
    width: 200px;
    height: 46px;
    box-shadow: 0 0 10px 1px #b5ceff;
    background: #4786ff;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 16px;
    line-height: 46px;
    margin: 16px auto 0;
    border-radius: 12px;
}

.defriend-tips a:hover {
    color: #fff;
}

/* 微信登录 */
.found-zh {
    margin-top: 16px;
}

.found-zh a {
    color: #4786ff;
    border: 1px solid #4786ff;
    display: block;
    border-radius: 12px;
    font-size: 16px;
    height: 44px;
    line-height: 44px;
}

.wx_lo_tips {
    color: #666;
    margin-bottom: -14px;
    line-height: 18px;
}

.wx_lo_tips p {
    width: 18px;
    height: 18px;
    background: url(/asset/images/web3.0/wx_tips_icon.png) no-repeat;
    display: block;
    float: right;
    position: relative;
}

.wx_lo_tips p span {
    width: 249px;
    background: #fff;
    position: absolute;
    color: #969799;
    font-size: 13px;
    border: 1px solid #e0e2e5;
    padding: 10px 20px 10px;
    line-height: 20px;
    text-align: left;
    border-radius: 12px;
    top: -94px;
    right: -262px;
    box-shadow: 0 0 8px 0 #eee;
    display: none;
    text-align: justify;
}

.wx_lo_tips p:hover span {
    display: block;
}

.user_hd p {
    width: 78px;
    height: 78px;
    border-radius: 100%;
    border: 6px solid #e6e5e6;
    overflow: hidden;
    margin: 5px auto 14px;
}

.user_hd span {
    font-size: 18px;
    color: #666;
    padding-bottom: 18px;
    display: block;
    line-height: 18px;
}

/* 忘记密码 */
.mar-b6 {
    margin-bottom: 6px;
}

.forget-pw {
    width: 960px;
    border-bottom: 3px solid #e0e2e5;
    margin: -30px auto 70px;
}

.forget-pw ul {
    width: 624px;
    margin: 0 auto;
}

.forget-pw li {
    width: 208px;
    line-height: 66px;
    font-size: 16px;
    color: #666;
    float: left;
    position: relative;
    cursor: pointer;
    padding-bottom: 4px;
}

.forget-pw li.active-line:after {
    content: "";
    background: #4786ff;
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: -3px;
    left: 0;
}

.forget-pw li span {
    width: 42px;
    height: 42px;
    background-color: #e0e2e5;
    display: inline-block;
    line-height: 42px;
    border-radius: 6px;
    color: #fff;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    margin-right: 16px;
    position: relative;
}

.forget-pw li span i {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    display: block;
}

.forget-pw li.active-blue span {
    background-color: #4786ff;
    box-shadow: 0 0 10px 0 #4786ff;
}

.forget-pw li.active-sure span {
    background-color: #4786ff;
    box-shadow: 0 0 10px 0 #4786ff;
}

.forget-pw li.active-sure span i {
    text-indent: -999px;
}

.forget-pw li.active-sure span:after {
    content: "";
    width: 20px;
    height: 15px;
    background: url(/asset/images/web3.0/20171024_sure_icon.png) no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
}

.Step-two {
    text-align: left;
}

.Step-two > p.p-txt {
    font-size: 18px;
    color: #666;
    padding: 35px 0 18px;
    line-height: 18px;
}

.Step-two .phone-code {
    color: #666;
    padding-top: 12px;
    display: block;
    line-height: 14px;
}

.Step-two .email-code {
    color: #666;
    padding-top: 12px;
    display: block;
    line-height: 14px;
}

.Step-two .c-gray {
    color: #c3c5c7
}

.Step-two-02 ul {
    margin-top: 0;
}


/* ------弹窗登录注册------- */
.tc-login-box {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 99999;
}

.tc-login-mask {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    right: 0;
}

.tc-lo-main {
    width: 380px;
    height: 506px;
    border-radius: 12px;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.tc-lo-top {
    width: 100%;
    height: 110px;
    background-color: #f5f7fa;
    text-align: center;
    position: relative;
}

.tc-lo-top h3 {
    font-size: 24px;
    display: block;
    padding: 36px 0 10px;
}

.tc-lo-top em {
    font-size: 13px;
    color: #666;
    line-height: 13px;
}

.tc-login-box .lo_input {
    width: 213px;
}

.tc-login-box .login_ul {
    padding: 0 50px 0;
}

/* .tc-login-box .login_ul li.error_tips { width: 278px; height: 24px; line-height: 24px; } */
.tc-login-box .login_ul .error_tips {
    width: 100%;
    height: auto;
    padding: 2px 0;
}

.tc-login-box .lo_button {
    width: 280px;
}

.tc-lo-close {
    width: 24px;
    height: 24px;
    background: url(/asset/images/web3.0/20171024_close.png) no-repeat;
    position: absolute;
    text-indent: -999px;
    top: 12px;
    right: 12px;
    cursor: pointer;
}

.tc-login-box .lo_input.width123 {
    width: 123px;
}

.tc-login-box .tc-lo-main .zc_yzm {
    width: 84px;
    float: left;
    margin-left: 6px;
}

.sent-phone {
    font-size: 16px;
    color: #666;
    text-align: center;
    line-height: 16px;
    margin: 22px 0 -6px;
}

.lo_found {
    width: 100%;
    height: 46px;
    background: none;
    font-size: 16px;
    border: 0;
    color: #666;
    display: inline-block;
    cursor: pointer;
    border-radius: 12px;
    border: 1px solid #cdcfd1;
    margin-top: 4px;
}

.tc-lo-bottom {
    margin: 0;
    height: 89px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tc-lo-bottom .wx span,.tc-lo-bottom .tel span{
    display: block;
    text-align: center;
}
.do-what{
    font-size: 14px;
    font-weight: 400;
    color: #4786FF;
    line-height: 14px;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
}

.tc-lo-bottom .txt-line {
    color: #c3c5c7;
    text-align: center;
    display: block;
    width: 100%;
    background: url(/asset/images/web3.0/20171024_txt_line.png) no-repeat center;
    margin-bottom: 4px;
}

.tc-lo-bottom .w-icon {
    width: 90px;
    color: #666;
    font-size: 14px;
    text-align: center;
    padding-left: 28px;
    margin: 0 auto;
    display: block;
    background: url(/asset/images/1619661641360.jpg) no-repeat left;
}
.tc-lo-bottom .wx-icon{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin:0 20px;
}
/*.tc-lo-bottom .w-icon:hover {*/
/*    background: url(/asset/images/web3.0/20171024_w_icon02.png) no-repeat left;*/
/*    color: #4786ff;*/
/*}*/

.tc-lo-bottom .read {
    font-size: 14px;
    color: rgba(140, 142, 158, 1);
    line-height: 16px;
    margin-top: 15px;
    display: flex;
    justify-content: flex-start;
}

.tc-lo-bottom .read span {
    color: #4470F5;
}

.tc-login-box .footer-txt {
    font-size: 13px;
    color: #c3c5c7;
    line-height: 18px;
    text-align: center;
    padding: 0 40px;
    display: block;
    position: absolute;
    bottom: 14px;
}

.tc-lo-main.height426 {
    height: 426px;
}

.tc-lo-top h4 {
    line-height: 110px;
    padding: 0;
    font-size: 24px;
    display: block;
}

.lo-WC-bind {
    text-align: center;
}

.lo-WC-bind p {
    font-size: 16px;
    color: #666;
    line-height: 70px;
}

.lo-WC-bode {
    width: 248px;
    height: 248px;
    border: 1px solid #d7d9db;
    margin: 0 auto;
    line-height: 248px;
}

.lo-WC-bode img {
    display: inline-block;
}


.WC-bind-errow {
    font-size: 16px;
    color: #666;
    background: url(/asset/images/web3.0/20171024_wc_errow.png) no-repeat center 36px;
    width: 280px;
    height: 214px;
    margin: 0 auto;
    text-align: center;
}

.WC-bind-errow p {
    padding-top: 145px;
}

.WC-bind-errow em {
    color: #969799;
    font-size: 14px;
}


.WC-unbind-wechat {
    font-size: 16px;
    color: #666;
    background: url(/asset/images/web3.0/jiebang.png) no-repeat center 36px;
    width: 280px;
    height: 214px;
    margin: 0 auto;
    text-align: center;
}

.WC-unbind-wechat p {
    padding-top: 145px;
}

.WC-unbind-wechat em {
    color: #969799;
    font-size: 14px;
}


.WC-bind-wechat {
    font-size: 16px;
    color: #666;
    background: url(/asset/images/web3.0/bangding.png) no-repeat center 36px;
    width: 280px;
    height: 214px;
    margin: 0 auto;
    text-align: center;
}

.WC-bind-wechat p {
    padding-top: 145px;
}

.WC-bind-wechat em {
    color: #969799;
    font-size: 14px;
}


.tc-WC-tips {
    width: 200px;
    height: 86px;
    line-height: 86px;
    font-size: 20px;
    color: #666;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    box-shadow: 0 0 20px 0 rgba(215, 219, 225, .9);
    padding-left: 50px;
}

.tc-WC-tips.WC-tips-ok {
    background: #fff url(/asset/images/web3.0/20171024_w_ok.png) no-repeat 56px center;
}

.tc-WC-tips.WC-tips-no {
    background: #fff url(/asset/images/web3.0/20171024_w_no.png) no-repeat 56px center;
    line-height: 20px;
    padding-top: 24px;
    height: 62px;
}

.login_ul.pd-top0 {
    margin-top: 0;
}

.bind-success {
    font-size: 16px;
    color: #666;
    background: url(/asset/images/web3.0/20171024_success.png) no-repeat center 36px;
    width: 280px;
    height: 214px;
    margin: 0 auto;
    text-align: center;
}

.bind-success p {
    padding-top: 145px;
}

.bind-success em {
    color: #969799;
    font-size: 14px;
}

.Go-back-link {
    position: absolute;
    bottom: 34px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    line-height: 14px;
}

.Go-back-link a {
    color: #666;
}

.Go-back-link a:hover {
    color: #4786ff;
}

.Change-phone {
    font-size: 16px;
    color: #666;
    width: 280px;
    margin: 0 auto;
    text-align: center;
    padding: 22px 0 18px;
    line-height: 22px;
}

.Change-phone em {
    color: #969799;
    font-size: 14px;
}

.lo_button.lo_button_loading {
    background: #e0e2e5;
    box-shadow: none;
    color: #666;
}


/* -------登录_背景图------ */

.body_login_bg {
    width: 100%;
    height: 100%;
}

.body_login_bg .top_box {
    position: fixed;
    top: 0;
}

.login_box_bg {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;

}

.login_box_bg > .blur_bg {
    position: absolute;
    left: 0;
    top: 0;
}

.blur_bg {
    filter: url(blur.svg#blur); /* FireFox, Chrome, Opera */
    -webkit-filter: blur(6px); /* Chrome, Opera */
    -moz-filter: blur(6px);
    -ms-filter: blur(6px);
    filter: blur(6px);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=6, MakeShadow=false); /* IE6~IE9 */
}

.login_box_bg .login_bg {
    width: 1120px;
    border-radius: 12px;
    margin: 118px auto 0;
    min-height: 654px;
    position: relative;
    background: url(/asset/images/web3.0/20171024_main_bg02.png) no-repeat;
}

.login_box_bg .login_bgACCOUNT {
    background: url(/asset/images/web3.0/20171024_main_bg02.png) no-repeat;
}

.login_box_bg .login_bgPM {
    background: url(/asset/images/web3.0/20171024_main_bg02.png) no-repeat;
}

.login_box_bg .login_bgWD {
    background: url(/asset/images/web3.0/20171024_main_bg02.png) no-repeat;
}

.login_box_bg .login_bgZT {
    background: url(/asset/images/web3.0/20171024_main_bg02.png) no-repeat;
}

.login_box_bg .login_bgYYP {
    background: url(/asset/images/web3.0/20171024_main_bg02.png) no-repeat;
}

.login_box_bg .login_bgQDWEB {
    background: url(/asset/images/web3.0/20171024_main_bg02.png) no-repeat;
}

.login_box_bg .login_bgQDAPI {
    background: url(/asset/images/web3.0/20171024_main_bg02.png) no-repeat;
}

.login_box_bg .login_bgHD {
    background: url(/asset/images/web3.0/20171024_main_bg02.png) no-repeat;
}

.login_box_bg .login_bgHD {
    background: url(/asset/images/web3.0/20171024_main_bg02.png) no-repeat;
}

.login_box_bg .login_bgHD {
    background: url(/asset/images/web3.0/20171024_main_bg02.png) no-repeat;
}


.login_bg_main {
    float: right;
    padding: 42px 60px 0;
    width: 280px;
}

.login_bg_main .lo_input {
    width: 213px;
}

.login_bg_main .login_ul {
    padding-bottom: 0;
}

.login_bg_main .login_ul .error_tips {
    width: 278px;
}

.login_bg_main .login_ul li.po_rela .lo_button {
    width: 280px;
}

.login_bg_line {
    color: #c3c5c7;
    text-align: center;
    display: block;
    width: 100%;
    background: url(/asset/images/web3.0/20171024_txt_line.png) no-repeat center;
    margin-bottom: 4px;
}

.login_bg_btn {
    width: 280px;
    height: 46px;
    background: #4786ff;
    font-size: 16px;
    border: 0;
    color: #fff;
    display: inline-block;
    cursor: pointer;
    border-radius: 12px;
    line-height: 46px;
    text-align: center;
    box-shadow: 0 0 10px 1px #b5ceff;
    overflow: hidden;
    margin-top: 26px;
}

.login_bg_wx {
    width: 46px;
    display: block;
    height: 46px;
    float: left;
    background: #3f74e7 url(/asset/images/web3.0/20171024_bg_icon.png) no-repeat center;
}

.login_bg_btn a {
    color: #fff;
    display: block;
}


.hide {
    display: none;
}


/* 背景图注册登录适配笔记本 */
@media screen and (min-width: 1025px) and (max-width: 1280px) {
    .login_box_bg .login_bg {
        width: 1000px;
        margin: 120px auto 0;
        min-height: 530px;
        background: url(/asset/images/web3.0/20171024_main_bg02.png) no-repeat;
        background-size: 100%;
    }

    .login_bg_main {
        padding: 46px 38px 0;
    }

}

@media screen and (min-width: 1281px) and (max-width: 1440px) {
    .login_box_bg .login_bg {
        width: 1000px;
        margin: 106px auto 0;
        min-height: 530px;
        background: url(/asset/images/web3.0/20171024_main_bg02.png) no-repeat;
        background-size: 100%;
    }

    .login_bg_main {
        padding: 46px 38px 0;
    }

}

/* -------footer----- */
.lo_footer {
    width: 100%;
    height: 60px;
    line-height: 60px;
    color: #8c8d91;
    background-color: #303036;
    text-align: center;

}

.lo_footer a {
    color: #666;
}


/* -------20171108新增css------ */
.end_tips {
    background: url(/asset/images/web3.0/20171024_w_ok.png) no-repeat;
    padding-left: 30px;
    display: inline-block;
    background-size: 22%;
    color: #2eab23;
    font-size: 20px;
    margin: 76px 0 12px;
}

.mima_button {
    margin-top: 18px;
}

.mima_button .submit-btn {
    border: 1px #e7e7e7 solid;
    width: 120px;
    border-radius: 12px;
    height: 44px;
    font-size: 16px;
    color: #333;
    display: inline-block;
    text-align: center;
    font-size: 16px;
}

.mima_button .submit-btn:hover {
    cursor: pointer;
    background: #f7f7f7;
}

.geetest_radar_tip .geetest_radar_tip_content {
    border: none !important;
}

.geetest_success_radar_tip_content {
    border: none !important;
}

.validate {
    margin-bottom: 25px
}


.tc-lo-bottom.mar-t8 {
    margin-top: 8px;
}

.po_binding .lo_found {
    margin-top: 16px;
}


.user_hd p img {
    width: 78px;
    height: 78px;
    border-radius: 100%;
}


.w-tips-login {
    position: absolute;
    border: 1px solid #e0e2e5;
    box-shadow: 0 0 8px 0 #eee;
    color: #969799;
    line-height: 18px;
    background: #fff;
    border-radius: 4px;
    padding: 8px 14px;
    top: -82px;
    right: -170px;
    width: 236px;
    font-size: 12px;
    display: none;
}

.w-tips-box:hover .w-tips-login {
    display: block;
}


.checkUser {
    display: flex;
    justify-content: center;
}

.checkUser a.w-icon, .checkUser a.p-icon {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 1px solid #666;
    padding-left: 0;
    display: inline-block;
    margin: 0;
    text-align: center;
    background-position: center;
}

.checkUser a.p-icon {
    display: inline-block;
    background-image: url(https://static.woshipm.com/2019042019094664355phone.png);
    background-repeat: no-repeat;
    background-size: 24px;
}

.checkUser a.w-icon:hover {
    background-position: center;
    border-color: #4786ff;
}

.checkUser a.p-icon:hover {
    background-position: center;
    border-color: #4786ff;
    background-image: url(https://static.woshipm.com/2019042019110687508phone12.png);
}

.checkUser a.w-icon {
    margin-right: 60px;
}

.login_ul div.yy_yzm_div {
    display: none;
    margin-bottom: 10px;
    text-align: right;
    font-size: 12px;
    margin-top: -10px;
}

.login_ul div.yy_yzm_div .yy_yzm {
    color: #4786ff;
    cursor: pointer
}

/*语音验证码弹窗*/
.tell-container {
    position: fixed;
    background-color: rgba(0, 0, 0, .6);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100000;
    zoom: 1.3;
}

.tell-box {
    position: absolute;
    background-color: white;
    width: 240px;
    border-radius: 12px;
    font-size: 12px;
    color: black;
    padding-top: 35px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    top: 30%;
}

.tell-box .t {
    padding-bottom: 15px;
}

.tell-box .bp {
    display: flex;
    align-items: center;
    height: 40px;
    border-top: 1px solid #ccc;
}

.tell-box .bp span {
    flex-basis: 50%;
    text-align: center;
    height: 40px;
    line-height: 40px;
}

.tell-box .bp span:nth-child(1) {
    border-right: 1px solid #ccc;
    color: #808080;
}
