.max_w {
    width: 1200px;
    margin-left: auto;
    margin-right: auto
}

.loginBody {
    background: #F0F4FB
}

.loginBody input:-webkit-autofill {
    box-shadow: inset 0 0 0 1000px #fff;
    background-color: transparent
}

.loginBody .loginBox {
    position: relative;
    width: 1200px;
    min-height: 544px;
    margin: 124px auto;
    background: url(../images/center_login_plan.png)/*tpa=/index/pc/images/center_login_plan.png*/ 56px center / 565px 544px no-repeat
}

.loginBody .loginBox .lbox {
    position: absolute;
    top: 0;
    right: 73px;
    width: 452px;
    min-height: 544px;
    box-sizing: border-box;
    padding: 42px 36px 0;
    background: white;
    box-shadow: 0 4px 12px 0 rgba(48, 54, 61, 0.06)
}

.loginBody .loginBox .lbox .switch,
.loginBody .loginBox .lbox .title {
    width: 100%;
    height: 55px;
    overflow: hidden;
    text-align: center;
    font-size: 22px;
    line-height: 52px;
    font-weight: 500
}

.loginBody .loginBox .lbox .switch {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between
}

.loginBody .loginBox .lbox .switch b {
    display: block;
    width: 190px;
    height: 51px;
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    color: #ACB2B9;
    border-bottom: 1px solid #ECEDF1;
    cursor: pointer
}

.loginBody .loginBox .lbox .switch b.sel {
    height: 49px;
    border-bottom: 3px solid #40c1a3;
    color: #30363D;
    font-size: 20px;
}

.loginBody .loginBox .lbox .mgt10 {
    margin-top: 10px
}

.loginBody .loginBox .lbox .mgt35 {
    margin-top: 35px
}

.loginBody .loginBox .lbox .mgt50 {
    margin-top: 50px
}

.loginBody .loginBox .lbox .mgt54 {
    margin-top: 54px
}

.loginBody .loginBox .lbox .pwCode,
.loginBody .loginBox .lbox .pwCodeII {
    position: relative;
    width: 100%;
    height: 50px
}

.loginBody .loginBox .lbox .pwCode .getCode,
.loginBody .loginBox .lbox .pwCodeII .getCode {
    position: absolute;
    top: -5px;
    right: 0;
    width: 128px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #40c1a3;
    text-align: center;
    font-size: 14px;
    color: #40c1a3;
    cursor: pointer;
    background: white
}

.loginBody .loginBox .lbox .pwCode .getCode.wait,
.loginBody .loginBox .lbox .pwCodeII .getCode.wait {
    border: 1px solid #999;
    cursor: default;
    color: #999
}

.loginBody .loginBox .lbox .pwCode {
    display: none
}

.loginBody .loginBox .lbox input {
    background: url(../images/center_login_icon.png)/*tpa=/index/pc/images/center_login_icon.png*/ 0 150px/30px 150px no-repeat
}

.loginBody .loginBox .lbox .inp-user {
    background-position-y: 0
}

.loginBody .loginBox .lbox .inp-msg {
    background-position-y: -50px
}

.loginBody .loginBox .lbox .inp-pw {
    background-position-y: -100px
}

.loginBody .loginBox .lbox input[class^="inp-"] {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border: 1px solid #30363D;
    border-width: 0 0 1px 0;
    box-sizing: border-box;
    padding-left: 30px
}

.loginBody .loginBox .lbox #vaptchaContainer {
    width: 100%;
    height: 36px;
    margin-top: 20px
}

.loginBody .loginBox .lbox .confirm {
    width: 100%;
    height: 50px;
    background: #40c1a3;
    color: white;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    border: none;
    cursor: pointer
}

.loginBody .loginBox .lbox .radio {
    position: relative;
    display: inline-block;
    font-size: 12px;
    margin-top: 17px;
    margin-right: 12px
}

.loginBody .loginBox .lbox .radio input {
    width: 16px;
    height: 16px;
    appearance: none;
    -webkit-appearance: none;
    opacity: 0;
    outline: none;
    z-index: 8;
    margin-left: 4px
}

.loginBody .loginBox .lbox .radio label {
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    background: #ECEDF1;
    border-radius: 3px
}

.loginBody .loginBox .lbox .radio input:checked+label::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    background: url(../images/center_checkbox.png)/*tpa=/index/pc/images/center_checkbox.png*/ 0 0/16px 16px no-repeat
}

.loginBody .loginBox .lbox .extend {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between
}

.loginBody .loginBox .lbox .extend a {
    height: 17px;
    font-size: 12px;
    color: #40c1a3;
    line-height: 17px;
    cursor: pointer
}

.loginBody .loginBox .lbox .extend a.none {
    color: #676A6F;
    display: none;
    cursor: default
}

.loginBody .loginBox .lbox .extendcn {
    width: 100%;
    color: #30363D;
    font-size: 14px;
    text-align: center
}

.loginBody .loginBox .lbox .extendcn a {
    color: #40c1a3
}

.login_layer_box_success,
.login_success_after {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9;
    display: none
}

.login_layer_box_success i,
.login_success_after i {
    display: inline-block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5)
}

.login_layer_box_success .cBox,
.login_success_after .cBox {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 422px;
    height: 366px;
    background: #fff
}

.login_layer_box_success .cBox .close,
.login_success_after .cBox .close {
    position: absolute;
    right: -10px;
    top: -10px;
    width: 34px;
    height: 34px;
    background: url(../images/popClose.png)/*tpa=/index/pc/images/popClose.png*/ 0 0/34px 34px no-repeat;
    cursor: pointer
}

.login_layer_box_success .cBox .iconBox,
.login_success_after .cBox .iconBox {
    width: 100%;
    margin-top: 40px;
    text-align: center;
    height: 40px
}

.login_layer_box_success .cBox .iconBox img,
.login_success_after .cBox .iconBox img {
    width: auto;
    max-height: 40px
}

.login_layer_box_success .cBox .title,
.login_success_after .cBox .title {
    width: 100%;
    height: 22px;
    font-size: 20px;
    font-weight: bold;
    color: #30363D;
    line-height: 22px;
    margin-top: 18px;
    text-align: center
}

.login_layer_box_success .cBox .pmts,
.login_success_after .cBox .pmts {
    width: 100%;
    font-size: 14px;
    color: #666;
    line-height: 2;
    margin-top: 26px;
    padding: 0 13px;
    box-sizing: border-box;
    text-align: center
}

.login_layer_box_success .cBox .pmts a,
.login_success_after .cBox .pmts a {
    font-weight: bold
}

.login_layer_box_success .cBox .pmts s,
.login_success_after .cBox .pmts s {
    font-weight: bold;
    color: #40c1a3
}

.login_layer_box_success .cBox .btnBox,
.login_success_after .cBox .btnBox {
    width: 100%;
    margin-top: 40px;
    height: 46px;
    text-align: center
}

.login_layer_box_success .cBox .btnBox button,
.login_success_after .cBox .btnBox button {
    width: 158px;
    background: #40c1a3;
    border-radius: 1px;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 16px;
    color: #FFF;
    line-height: 46px;
    box-sizing: border-box
}

.login_layer_box_success .cBox .btnBox button+button,
.login_success_after .cBox .btnBox button+button {
    margin-left: 20px
}

.verification {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9;
    background: rgba(0, 0, 0, 0.6)
}

.verification .pBox {
    width: 422px;
    height: 302px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -156px 0 0 -211px;
    background: #F7F8FB;
    box-shadow: 0 8px 40px 0 rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    align-items: center
}

.verification .pBox .title {
    height: 20px;
    font-size: 20px;
    font-weight: 600;
    color: #30363D;
    line-height: 22px;
    margin-top: 36px
}

.verification .pBox .inpBox {
    width: 346px;
    height: 84px;
    display: flex;
    justify-content: space-between;
    margin-top: 50px
}

.verification .pBox .inpBox input {
    width: 206px;
    height: 54px;
    background: #fff;
    border-radius: 4px;
    font-size: 16px;
    color: #333;
    line-height: 54px;
    border: none;
    padding-left: 15px;
    box-sizing: border-box
}

.verification .pBox .inpBox input::-webkit-input-placeholder,
.verification .pBox .inpBox input::-moz-placeholder,
.verification .pBox .inpBox input:-ms-input-placeholder {
    font-size: 16px
}

.verification .pBox .inpBox .calcBox {
    width: 128px;
    height: 84px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    cursor: pointer
}

.verification .pBox .inpBox .calcBox img {
    display: none;
    width: 100%;
    height: 55px;
    background: #EFEFEF
}

.verification .pBox .inpBox .calcBox p {
    height: 22px;
    font-size: 16px;
    color: #A9B2C9;
    line-height: 22px
}

.verification .pBox .pBtn {
    width: 230px;
    height: 50px;
    background: #40c1a3;
    border-radius: 4px;
    font-size: 16px;
    color: #fff;
    line-height: 50px;
    text-align: center;
    margin-top: 40px;
    cursor: pointer
}

.verification .pBox .close {
    position: absolute;
    right: -16px;
    top: -16px;
    width: 32px;
    height: 32px;
    background: url(../images/popClose.png)/*tpa=/index/pc/images/popClose.png*/ center center / 32px 32px no-repeat;
    cursor: pointer
}



/* 2023.12.11 */
.weChatScanCode .topTitle {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 25px;
}

.weChatScanCode .img1 {
    width: 33px;
    height: 33px;
    display: block;
    margin-right: 10px;
}

.weChatScanCode .img2 {
    width: 224px;
    height: 224px;
    margin: 0 auto;
    display: block;
}

.wcLoginBox {
    display: block;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: #00000099;
    left: 0;
    top: 0;
}

.wcLoginBox .loginCont {
    background-color: #fff;
    position: relative;
    width: 800px;
    min-height: 544px;
    margin: 124px auto;
    display: flex;
    justify-content: space-between;
}

.wcLoginBox .closeBt {
    display: block;
    width: 36px;
    height: 36px;
    background: url(../images/closeBt.png)/*tpa=/index/pc/images/closeBt.png*/ center center / 100% 100% no-repeat;
    position: absolute;
    right: -18px;
    top: -18px;
}

.wcLoginBox .loginCont .leftImg {
    position: relative;
    width: 359px;
    height: 544px;
    background: url(../images/newLogin.png)/*tpa=/index/pc/images/newLogin.png*/ center center / 100% 100% no-repeat;
}

.wcLoginBox .loginCont .leftImg .exclusiveNewImg {
    position: absolute;
    left: 0;
    right: 0;
    width: 84px;
    height: 29px;
}

.wcLoginBox .loginCont .leftImg .exclusiveNewCont {
    padding: 68px 0 0 26px;
    font-size: 34px;
    font-family: PingFang-SC;
    font-weight: 800;
    color: #40c1a3;
    line-height: 48px;
}

.wcLoginBox .loginCont .lbox {
    /* position: absolute;
    top: 0;
    right: 0px; */
    width: 452px;
    min-height: 544px;
    box-sizing: border-box;
    padding: 15px 15px 0;
    background: white;
    box-shadow: 0 4px 12px 0 rgba(48, 54, 61, 0.06)
}

.wcLoginBox .loginCont .lbox .switch,
.loginBody .loginBox .lbox .title {
    width: 100%;
    height: 55px;
    overflow: hidden;
    text-align: center;
    font-size: 22px;
    line-height: 52px;
    font-weight: 500
}

.wcLoginBox .loginCont .lbox .switch {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between
}

.wcLoginBox .loginCont .lbox .switch b {
    display: block;
    width: 190px;
    height: 54px;
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    color: #ACB2B9;
    border-bottom: 1px solid #ECEDF1;
    cursor: pointer
}

.wcLoginBox .loginCont .lbox .switch b.sel {
    height: 52px;
    border-bottom: 3px solid #40c1a3;
    font-weight: 900;
    color: #30363D
}

.wcLoginBox .loginCont .lbox .mgt10 {
    margin-top: 10px
}

.wcLoginBox .loginCont .lbox .mgt35 {
    margin-top: 35px
}

.wcLoginBox .loginCont .lbox .mgt50 {
    margin-top: 50px
}

.wcLoginBox .loginCont .lbox .mgt54 {
    margin-top: 54px
}

.wcLoginBox .loginCont .lbox .pwCode,
.wcLoginBox .loginCont .lbox .pwCodeII {
    position: relative;
    width: 100%;
    height: 50px
}

.wcLoginBox .loginCont .lbox .pwCode .getCode,
.wcLoginBox .loginCont .lbox .pwCodeII .getCode {
    position: absolute;
    top: -5px;
    right: 0;
    width: 128px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #40c1a3;
    text-align: center;
    font-size: 14px;
    color: #40c1a3;
    cursor: pointer;
    background: white
}

.wcLoginBox .loginCont .lbox .pwCode .getCode.wait,
.wcLoginBox .loginCont .lbox .pwCodeII .getCode.wait {
    border: 1px solid #999;
    cursor: default;
    color: #999
}

.wcLoginBox .loginCont .lbox .pwCode {
    display: none
}

.wcLoginBox .loginCont .lbox input {
    background: url(../images/center_login_icon.png)/*tpa=/index/pc/images/center_login_icon.png*/ 0 150px/30px 150px no-repeat
}

.wcLoginBox .loginCont .lbox .inp-user {
    background-position-y: 0
}

.wcLoginBox .loginCont .lbox .inp-msg {
    background-position-y: -50px
}

.wcLoginBox .loginCont .lbox .inp-pw {
    background-position-y: -100px
}

.wcLoginBox .loginCont .lbox input[class^="inp-"] {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border: 1px solid #30363D;
    border-width: 0 0 1px 0;
    box-sizing: border-box;
    padding-left: 30px
}

.wcLoginBox .loginCont .lbox #vaptchaContainer {
    width: 100%;
    height: 36px;
    margin-top: 20px
}

.wcLoginBox .loginCont .lbox .confirm {
    width: 100%;
    height: 50px;
    background: #40c1a3;
    color: white;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    border: none;
    cursor: pointer
}

.wcLoginBox .loginCont .lbox .radio {
    position: relative;
    display: inline-block;
    font-size: 12px;
    margin-top: 17px;
    margin-right: 12px
}

.wcLoginBox .loginCont .lbox .radio input {
    width: 16px;
    height: 16px;
    appearance: none;
    -webkit-appearance: none;
    opacity: 0;
    outline: none;
    z-index: 8;
    margin-left: 4px
}

.wcLoginBox .loginCont .lbox .radio label {
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    background: #ECEDF1;
    border-radius: 3px
}

.wcLoginBox .loginCont .lbox .radio input:checked+label::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    background: url(../images/center_checkbox.png)/*tpa=/index/pc/images/center_checkbox.png*/ 0 0/16px 16px no-repeat
}

.wcLoginBox .loginCont .lbox .extend {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between
}

.wcLoginBox .loginCont .lbox .extend a {
    height: 17px;
    font-size: 12px;
    color: #40c1a3;
    line-height: 17px;
    cursor: pointer
}

.wcLoginBox .loginCont .lbox .extend a.none {
    color: #676A6F;
    display: none;
    cursor: default
}

.wcLoginBox .loginCont .lbox .extendcn {
    width: 100%;
    color: #30363D;
    font-size: 14px;
    text-align: center
}

.wcLoginBox .loginCont .lbox .extendcn a {
    color: #40c1a3
}