@charset "utf-8";

body,
html {
    background-color: #FAFCFE;
}

input,
button {
    outline: none;
}

.loginHead {
    padding: 33px 0 31px;
}

.loginHead .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--mainFontColor);
}

.loginHead .login_logo>a,
.loginHead .login_logo>span {
    vertical-align: middle;
}

.loginHead .login_logo>img {
    width: 232px;
    object-fit: cover;
}

.loginHead .login_logo>span {
    font-size: 20px;
    padding-left: 38px;
    font-weight: bold;
    color: #FC4C02;
    letter-spacing: 3px;
}

.kefutel {
    /* font-size: 24px; */
    font-size: 20px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #212121;
line-height: 32px;
}

.login_banner {
    /* position: relative; */
}

.login_banner .loginbox,
.registerbox {
    /* position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1200px;
    height: 100%; */
}

.loginStatic {
    display: flex;
    /* width: 1200px; */
    width: 100%;
    height: 510px;
    background-color: #fff;
    object-fit: cover;
    background: url(../newimages/login3.png) no-repeat center;
    background-size: 100% 100%;
    z-index: -1;
    justify-content: space-between;
}

.loginStatic .img_box_left {
    /* width: 50%; */
    height: 100%;
    /* object-fit: cover;
    background: url(../newimages/lww_login_img.png) no-repeat center;
    background-size: 100% 100%; */
}

.loginStatic .loginboxed_right {
    width: 58%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loginboxed {
    background-color: #fff;
    padding: 40px 44px 30px ;
    /* height: 540px;
    width: 420px; */
    width: 399px;
    height: 422px;
    box-sizing: border-box;
    /* border-radius: 16px; */
}

.loginTab {
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 16px;
    line-height: 16px;
}

.loginboxed .loginTab a {

   height: 16px;
    /* font-size: 24px;
    font-weight: bold;
    color: #000000;  */
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #888A8F;
    letter-spacing: 2px;
}

.loginboxed .loginTab a.cura {
    /* color: var(--mains-color); */
    color: #FC4C02;
}

.loginboxed .loginTab span {
    color:#E1E3E5;
    font-size: 16px;
}

.login-center {
    padding-top: 36px;
}
.login-center-reg{
    padding-top: 36px;
}
#error{
    height: 20px;
}
.error {
    font-size: 12px;
    color: #FC4C02;
    position: relative;
    padding-left: 15px;
    background-color: #ffffff;
    height: 20px;
    /* margin: 7px 0 4px; */
    line-height: 20px;
    margin-bottom: 10px;
}
#dterror{
    height: 20px;
}
#dterror2{
    height: 20px;
}
#dterror3{
    height: 20px;
}
.error::before,
#forerr::before {
    content: '';
    display: block;
    width: 11px;
    height: 11px;
    background: url(../newimages/lww_errorss.png) no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.error::before {
    left: 2px;
}

#forerr::before {
    left: 0;
}

#forerr {
    position: relative;
    padding-left: 20px;
}

.fill-box {
    /* margin-top: 5px; */
}

.fill-box li {
    /* margin-bottom: 20px; */
    position: relative;
    height: 42px;
    padding-left: 20px;
    border: 1px solid #E1E3E5;
    box-sizing: border-box;
    /* border-radius: 4px; */
}
.fill-box li.fill-pass,
.fill-box li.fill-pass2{
    margin-bottom: 0px;
}

.fill-box li input {
    box-sizing: border-box;
    width: 100%;
    border: none;
    outline: none;
    height: 100%;
    color: var(--mainFontColor);
    /* border-radius: 4px; */
    /* font-size: 18px; */

    font-size: 14px;
    font-weight: 400;
    /* color: #BDC0C7; */
}
/* 更改文本框的placeholder的颜色 */
.fill-box li input::placeholder {
    color: #BDC0C7;
}
.fill-box li::before {
    content: '';
    display: block;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
}

/* .fill-box li.fill-user::before {
    background: url(../newimages/lww_usericon.png) no-repeat center;
    background-size: 100% 100%;
}
.fill-box li.fill-user2::before {
    background: url(../newimages/lww_usericon_checked.png) no-repeat center;
    background-size: 100% 100%;
} */

/* .fill-box li.fill-user-phone::before {
    background: url(../newimages/lww_usertelicon.png) no-repeat center;
    background-size: 100% 100%;
}
.fill-box li.fill-user-phone2::before {
    background: url(../newimages/lww_usertelicon_checked.png) no-repeat center;
    background-size: 100% 100%;
} */



/* .fill-box li.fill-pass::before {
    background: url(../newimages/lww_mimaicon.png) no-repeat center;
    background-size: 100% 100%;
}
.fill-box li.fill-pass2::before {
    background: url(../newimages/lww_mimaicon_checked.png) no-repeat center;
    background-size: 100% 100%;
} */

.remember-box {
    font-size: 12px;
    /* margin-top: -20px; */
}

.remember-box p {
    /* color: var(--assFontColor); */
    height: 21px;
    font-size: 14px;
    font-weight: 400;
    color: #BDC0C7;
    line-height: 21px;
}

.remember-box a {
    color: #BDC0C7;
    font-weight: 400;
    font-size: 14px;
    /* margin-right: 3px; */
}
.remember-box a:hover {
   color: #FC4C02;
}

.remember-box {
    padding: 7px 0 26px;
    height: 21px;
    line-height: 21px;
}

.remember-icon {
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 1px solid #FC4C02;
    background-position: 10px 0;
    margin-right: 4px;
    /* border-radius: 4px; */
    box-sizing: border-box;
    margin-top: 5px;
}

.remember-icon.cur {
    background: url(../newimages/login4.png) no-repeat center;
    background-size: 100% 100%;
}

.login-btn {
    width: 100%;
    height: 42px;
background: #FC4C02;
    /* background-color: var(--main-color); */
    /* background: linear-gradient(180deg, rgba(255, 140, 75, 0.8) 0%, #FC4C02 100%); */
    /* border-radius: 8px; */
    border: none;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 15px;
}

.remember-box .remember-mima {
    cursor: pointer;
}

.login-common {
    font-size: 14px;
    padding: 5px 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 21px;
}

.login-common.commons {
    /* padding: 25px 0 44px; */
    display: none;
}
.display_none{
    display: none;
}

.login-common a>span {
    color: var(--mainFontColor);
}

.login-common a {
    color: #FF0000;
}

.login-common a>span,
.login-common a>img {
    vertical-align: middle;
}

.login-common a>img {
    width: 24px;
    height: 24px;
    margin-right: 5px;
}

.other_login {
    /* margin-top: 32px; */
}

.other_login a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-weight: 400;
    color: #BDC0C7;
    margin-top: 3px;

}

.other_login a>span {
    /* height: 24px; */
    position: relative;
}
.other_login a>span::before {
    width: 50px;
    height: 1px;
    background: #E1E3E5;
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: -58px;
    transform: translateY(-50%);
    
}
.other_login a>span::after {
    width: 50px;
    height: 1px;
    background: #E1E3E5;
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 77px;
    transform: translateY(-50%);
    
}

.other_login a>span,
.other_login a>img {
    vertical-align: middle;
}
.other_login a>img {
   width: 28px;
   height: 28px;
   margin-top: 10px;
}
.other_login a>img:hover {
    margin-top: 7px;
  /* transform: scale(1.05); */
}

.login-bottom {
    text-align: center;
    font-size: 12px;
    /* padding-top: 14px;
    height: 21px; */
    margin-bottom: 15px;
}

.login-bottom p {
    /* color: #999; */
    /* color: rgba(0, 0, 0, 0.9); */
    color: #BDC0C7;
}

.login-bottom p>a,
.login-clause p>a,
.agree p>a {
    color: #2491FF;
}

.fill-box li.fill-code {
    border: none;
    padding-left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.fill-box li.fill-code>input {
    width: 220px;
    border: 1px solid #ccc;
    padding-left: 10px;
}
.fill-box li.fill-get-code>input {
    width: 198px;
    border: 1px solid #E1E3E5;
    padding-left: 20px;
    height: 42px;
}
.login-clause{
    display: flex;
    height: 42px;
    /* margin-top: 6px; */
}
.login-clause p{
    /* color: rgba(0, 0, 0, 0.9); */
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #BDC0C7;
    /* line-height: 15px; */
}
.login-clause .remember-icon {
    cursor: pointer;
    flex-shrink: 0;
    margin-top: 4px;
}

.getbtn {
   
    background: rgba(225,227,229,0.2);
    border: 1px solid #FC4C02;

    display: inline-block;
    width: 101px;
    height: 42px;
    line-height: 42px;
    /* border: 1px solid var(--main-color); */
    font-size: 14px;
    text-align: center;
    color: #FC4C02;
    /* border-radius: 4px; */
    box-sizing: border-box;
}

.inpu2 .login-btn {
    /* margin-top: 22px; */
    margin-bottom: 15px;
}

/* 注册 */
.registerbox .loginTab {
    justify-content: center;
    /* height: 40px;
    line-height: 40px; */
}

.registerbox .loginboxed {
    background-color: #fff;
    padding: 40px 44px 30px;
    width: 399px;
    height: 422px;
    box-sizing: border-box;
}
.loginStatic .loginboxed_right .loginboxed_right_padding{
    /* padding: 100px 40px 0; */
    box-sizing: border-box;
}
.registerbox .login-center,
.forget-center {
    /* padding: 12px 40px 15px; */
}

.forget-center {
    padding: 0px;
}

#formTwo {
    /* padding: 0 40px; */
}

.forget-center .input-box,
.secondary {
    /* margin: 50px 0 0; */
}

.for-box{
    padding: 0 10px;
}

.forget-center .input-box .for-box .for-email,
.forget-center .input-box .for-box .for-pass {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#formTwo .secondary {
    margin: 18px 0 0;
    padding: 0 22px;
    box-sizing: border-box;
}

.myselect>a>span,
.myselect>a>i {
    vertical-align: middle;
}

.myselect {
    position: relative;
    font-size: 14px;
}

.myselect>a {
    position: relative;
    padding-right: 15px;
    border: 1px solid #ccc;
    display: inline-block;
    width: 76px;
    height: 35px;
    text-align: center;
    line-height: 34px;
    color: var(--assFontColor);
    box-sizing: border-box;
}

.myselect>a>span::after {
    display: inline-block;
    margin-left: 5px;
    content: '';
    position: absolute;
    top: 50%;
    border: 6px solid;
    border-color: var(--assFontColor) transparent transparent transparent;
}

#formTwo .secondary>p:first-child {
    font-size: 18px;
    margin-bottom: 6px;
    font-weight: 400;
    padding: 0;
    height: 27px;
}

#formTwo .queinfo {
    font-size: 14px;
    line-height: 20px;
    height: 59px;
}

#formTwo .queinfo>em {
    color: var(--main-color);
}

#formTwo .queinfo>a {
    color: #1180f0;
}

#formTwo .queinfo,
#formTwo .secondary>p {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    padding: 0px 12px;
    box-sizing: border-box;
}

#resetForm .secondary-item>input::-moz-input-placeholder,
.ad-binging--input input::-moz-input-placeholder {
    color: #999999;
}

#resetForm .secondary-item>input::-webkit-input-placeholder,
.ad-binging--input input::-webkit-input-placeholder {
    color: #999999;
}

#register_form i {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 18px 0 10px;
}

.account-name {
    background: url(../newimages/lww_usericon.png) no-repeat center;
    background-size: 100% 100%;
}

.tel-name {
    background: url(../newimages/lww_usertelicon.png) no-repeat center;
    background-size: 100% 100%;
}
.tel-name2 {
    background: url(../newimages/lww_usertelicon_checked.png) no-repeat center;
    background-size: 100% 100%;
}

.mima-name {
    background: url(../newimages/lww_mimaicon.png) no-repeat center;
    background-size: 100% 100%;
}

.formp {
    width: 218px;
    border: 1px solid #ccc;
    height: 33px;
    line-height: 33px;
    display: flex;
    align-items: center;
}

#register_form input {
    border: none;
    height: 100%;
    width: 100%;
    /* border-radius: 8px; */
    padding-left: 20px;
}

.myselect-pos {
    position: absolute;
    top: 34px;
    left: 0;
    width: 100%;
    border: 1px solid #ccc;
    border-top: 0;
    color: #999;
    box-sizing: border-box;
    display: none;
    z-index: 99;
    padding: 5px 0;
    text-align: center;
    background-color: #fff;
    height: 150px;
    overflow-y: auto;
}

.myselect-pos li {
    line-height: 25px;
    cursor: pointer;
}

.myselect-pos li:hover {
    background-color: #f5f7fa;
}

#error2{
    margin-bottom: -6px!important;
}
.err {
    color: #FC4C02 !important;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    visibility: hidden;
    position: relative;
    /* display: none; */
    padding-left: 15px;
}
.err::before{
    content: '';
    display: block;
    width: 11px;
    height: 11px;
    background: url(../newimages/lww_errorss.png) no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 2px;
}

.form-itemi {
    width: 100%;
    border: 1px solid #ccc;
    /* border-radius: 4px; */
    height: 42px;
    line-height: 42px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}

#register_form .form-item,
.form-itemi {
    /* margin-bottom: 10px; */
}

.getcode {
    display: flex;
    justify-content: space-between;
    /* margin-top: 20px; */
}

.getcode input {
    width: 198px !important;
    border: 1px solid #ccc !important;
    height: 42px !important;
    line-height: 42px;
    padding-left: 20px;
    box-sizing: border-box;
}

.getcode .getbtn {
    color: #FC4C02;
    border: 1px solid #FC4C02;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
}

.agree {
    font-size: 14px;
    margin: 0px 0 16px;
    display: flex;
    /* align-items: center; */
    height: 21px;
    line-height: 16px;
    font-weight: 400;
   color: rgba(0, 0, 0, 0.9);
}
.agree p{
    color:  #BDC0C7;
    font-size: 12px;
}
.agree2{
    margin: 0;
}

.agree .remember-icon {
    cursor: pointer;
    margin-top: 3px;
}

.submitForm {
    padding: 24px 0;
}
.submitForm {
    padding: 20px 0;
}

.submitForm input {
    line-height: 44px;
    background-color: #FC4C02;
    /* background-image: -webkit-linear-gradient(180deg, rgba(255, 140, 75, 0.8) 0%, #FC4C02 100%);
    background-image: -moz-linear-gradient(180deg, rgba(255, 140, 75, 0.8) 0%, #FC4C02 100%);
    background-image: -o-linear-gradient(180deg, rgba(255, 140, 75, 0.8) 0%, #FC4C02 100%);
    background-image: linear-gradient(180deg, rgba(255, 140, 75, 0.8) 0%, #FC4C02 100%); */
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    padding-left: 0!important;
}

.in {
    text-align: center;
    font-size: 14px;
    color: #000;
    margin-top: 10px;
    height: 21px;
}

.in>a {
    color: var(--main-color);
    /* text-decoration: underline; */
}

.delclick {
    pointer-events: none;
    background-color: #e8ebed !important;
    color: #333 !important;
    border-color: #e8ebed !important;

    /* color: #FC4C02 !important;
    border-color: #FC4C02 !important; */
}

.forgetTab {
    text-align: center;
    /* border-bottom: 1px solid #e7e7e7; */
    padding: 0;
    box-sizing: border-box;
}

.forgetTab>img {
    width: 203px;
    object-fit: cover;
}

.registerbox .forgetboxed {
    /* height: 380px; */
}

.forp {
    font-size: 18px;
    color: #000;
    margin-bottom: 8px;
    font-weight: 400;
    height: 27px;
    line-height: 21px;
}

.for-box li {
    margin-bottom: 20px;
}

.secondary p.err {
    margin-bottom: 5px;
    padding-left: 74px;
}

#resetForm .secondary p.err {
    margin:4px 0 5px;
    padding-left: 0;
}

.for-box li input {
    vertical-align: middle;
}

.for-box li input[type="radio"] {
    -webkit-appearance: none;
    border: 3px solid #999;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    cursor: pointer;
    /* margin-right: -8px; */
}

.for-box li input.inpuactive {
    border: 3px solid #1180f0;
}

.for-box li input[type="text"] {
    width: 265px;
    height: 40px;
    box-sizing: border-box;
    color: var(--mainFontColor);
    border-radius: 4px;
}

.for-box li input[type="text"],
.yzmboxli>input,
.secondary-item>input {
    border: 1px solid #cccccc;
    box-sizing: border-box;
}

.secondary-item {
    position: relative;
}

.secondary-item>input {
    width: 340px;
    color: var(--mainFontColor);
    border-radius: 4px;
}

.secondary-item.dui::after {
    content: '';
    display: inline-block;
    width: 19px;
    height: 16px;
    background: url(../newimages/lww_mmdui.png) no-repeat center;
    vertical-align: middle;
}

.secondary-item.cuo::after {
    content: '';
    display: inline-block;
    width: 19px;
    height: 16px;
    background: url(../newimages/lww_mimaerror.png) no-repeat center;
    vertical-align: middle;
}

.secondary-item>label {
    font-size: 14px;
    color: var(--mainFontColor);
    display: inline-block;
    width: 70px;
    text-align: right;
}

.for-box li.for-email {
    margin-bottom: 0;
}

.for-box li:last-child {
    padding-left: 26px;
}

.yzmbox {
    /* padding-top: 32px; */
    /* padding: 32px 10px 0 ; */
}

.subbackBox {
    display: flex;
    justify-content: center;
    padding: 40px 0 0;
    box-sizing: border-box;
}

.subbackBox input {
    background: linear-gradient(180deg, rgba(255, 140, 75, 0.8) 0%, #FC4C02 100%);
    border: none;
}

.subbackBox input,
.subbackBox a {
    display: block;
    width: 180px;
    height: 42px;
    background: #FC4C02;
    color: #fff;
    font-size: 14px;
}
#formTwo #resetForm .subbackBox input,
#formTwo #resetForm .subbackBox a {
    width: 110px;
}

.yzmboxli>input,
.for-box li input[type="text"],
.secondary-item>input {
    padding: 0 8px;
    font-size: 16px;
}

.yzmboxli {
    display: flex;
    /* justify-content: space-between; */
    width: 360px;
    /* padding-right: 17px; */
}

.yzmboxli>input {
    width: 160px;
    box-sizing: border-box;
    color: var(--mainFontColor);
    border-radius: 4px;
}

.subbackBox input,
.subbackBox a,
.yzmboxli p>a,
.secondary-item>input {
    height: 42px;
    line-height: 42px;
}

.yzmboxli>input,
.yzmboxli p>a,
.yzmboxli p>img {
    height: 38px;
}

.subbackBox a {
    background-color: rgba(0, 0, 0, 0.3);
    text-align: center;
}

.subbackBox input {
    cursor: pointer;
    /* margin-right: 100px; */
}

.yzmboxli p {
    display: flex;
}

.yzmboxli p>a {
    /* display: flex;
    width: 44px;
    background-color: #999;
    justify-content: center;
    align-items: center;
    border-radius: 0 4px 4px 0; */
    font-size: 12px;
    font-weight: 400;
    color: #4278D2;
    margin-left: 14px;
}

.yzmboxli p>a>img {
    width: 15px;
    height: 18px;
}

.rotateing {
    animation: rotea 300ms linear;
}

@keyframes rotea {
    100% {
        transform: rotate(360deg);
    }
}

#codepass {
    width: 90px;
}

input.focusInput {
    border-color: #e33c33 !important;
}

input.focusInput::-webkit-input-placeholder {
    color: #e33c33;
}

input.focusInput::-moz-input-placeholder {
    color: #e33c33;
}

input.focusInput::-ms-input-placeholder {
    color: #e33c33;
}

.resetTop .gou {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 0 20px 0;
    box-sizing: border-box;
}

.resetTop .gou>img {
    width: 36px;
    height: 36px;
}

.resetTop .gou>span {
    font-size: 20px;
    margin-left: 10px;
}

.goublue {
    font-size: 18px;
    /* font-family: Source Han Sans CN-Regular, Source Han Sans CN; */
    font-weight: 400;
    color: #0047FF;
}

/* 绑定账号 */
.wxhide {
    display: none;
}

.ad-wxlogin--box {
    padding: 80px;
    display: flex;
    justify-content: center;
}

.ad-wxlogin--main {
    width: 560px;
}

.ad-wxlogin--tab,
.ad-binging--top,
.wxSendCode,
.ad-binging--xieyi {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

.ad-wxlogin--tab {
    width: 100%;
    margin-bottom: 20px;
    justify-content: space-between;
    align-items: center;
}

.ad-wxlogin--tab a {
    display: inline-block;
    text-align: center;
    width: 75%;
    padding-bottom: 10px;
    position: relative;
    color: #cccccc;
    font-size: 24px;
    margin-left: 70px;
}

.ad-wxlogin--tab a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 4px;
    background-color: #cccccc;
}

.ad-wxlogin--tab a.active {
    color: var(--assFontColor);
}

.ad-wxlogin--tab a.active::after {
    background-color: var(--main-color);
}

.ad-wxlogin--item {
    width: 420px;
    margin: 0 auto;
}

.ad-binging--top {
    width: 100%;
    background-color: #ffe8dc;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 54px;
    font-size: 12px;
    color: var(--mainFontColor);
}

.ad-binging--top>img {
    width: 40px;
    margin-right: 10px;
}

.ad-binging--input,
.ad-binging--xieyi {
    margin-top: 17px;
    position: relative;
}

.ad-binging--xieyi {
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 14px;
    color: #999;
    width: 285px;
}

.ad-binging--input input,
.wxSendCode,
.bingingbtn {
    font-size: 16px;
}

.ad-binging--input input {
    height: 50px;
    border: 1px solid #ccc;
    padding: 0 15px;
    box-sizing: border-box;
}

.widthfill {
    width: 100%;
}

.wxerror {
    width: 130px;
    font-size: 14px;
    position: absolute;
    right: -143px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #ff0000;
    opacity: 0;
}

.wxSendCode {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    min-width: 160px;
    max-width: 180px;
    height: 50px;
    background-color: #ccc;
    color: var(--mainFontColor);
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: space-between;
}

.bingingbtn {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #fff;
    text-align: center;
    background-color: var(--main-color);
    position: relative;
}

.wxlastdiv {
    margin-top: 30px;
}

#isSelect {
    cursor: pointer;
    margin-right: 7px;
}

.ad-binging--xieyi a {
    color: #0072fe;
}

.tips-wrapper {
    background: #fff8f0;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}

.cont-wrapper .icon-tips {
    background: url(../newimages/icon-tips.png);
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-right: 5px;
}

.cont-wrapper p {
    vertical-align: middle;
    color: #999;
    font-size: 12px;
    display: inline-block;
    *display: inline;
}

.cont-wrapper .black {
    color: var(--assFontColor);
}

.forgetPadding{
    padding: 44px 30px !important;
}
/* 忘记密码 */
.register_tab{
    height: 510px;
    background-color: #F8F8F8;
    display: flex;
    align-items: center;
}
.register_cont{
    background-color: #fff;
    height: 455px;
    width: 1000px;
    margin: 0 auto;
    padding: 31px 37px 0;

}
.register_cont .register_title{
    font-size: 18px;
    font-weight: bold;
    color: #212121;
    line-height: 32px;
    margin-bottom: 8px;
}
.register_cont .register_line{
 display: flex;
 align-items: center;
 justify-content: center;
 margin-bottom: 46px;
}
.form_list{
    display: flex;
    justify-content: center;
}
.form_list .form_list_title{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    position: relative;
}
.form_list .form_list_title input{
    width: 296px;
    height: 38px;
    border-radius: 0;
    font-size: 12px;
    color: #898A8E;
border: 1px solid #E1E0E5;
}
.form_list .yzmbox input{
    width: 196px;
    margin-right: 10px;
}
.form_list .form_list_title .form_list_t{
    font-size: 12px;
    font-weight: 400;
    color: #898A8E;
    width: 80px;
    text-align: right;
    margin-right: 15px;
}
.form_list .form_list_title .form_list_t em{
    color: #FC4C01;
}
.form_list .form_list_title .myerrr{
    font-size: 12px;
font-weight: 400;
color: #FC4C02;
    position: absolute;
    right: -36px;
    display: none;
}
.form_list .yzmbox .myerrr {
    position: absolute;
    right: -89px;
}
 #formTwo .form_list_title .myerrr{
    position: absolute;
    right: -115px;
}
.form_list_title .secondary1{
/* width: 360px; */
display: flex;
}
.form_list_title .secondary1 input{
    width: 196px;
    margin-right: 10px;
    box-sizing: border-box;
    padding: 0 8px;
}
.form_list_title .secondary1 span{
    display: inline-block;
    height: 38px;
    line-height: 38px;
    width: 90px;
    background: rgba(225,227,229,0.2);
    border: 1px solid #FC4C02;
    font-size: 12px;
    text-align: center;
    color: #FC4C02;
    box-sizing: border-box;
    cursor: pointer;
}
#formThree{
   margin-top: 85px;
   font-size: 16px;
font-weight: 400;
color: #888A8F;
}
#formThree a{
    color: #4278D2;
    cursor: pointer;
 }