.loginBody {
    background: #F0F4FB;
}
.loginBody .loginBox {
    position: relative;
    width: 1200px;
    min-height: 544px;
    margin: 124px auto;
    background: url(/static/question/image/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);
}
.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;
}
.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 .pwCode, .loginBody .loginBox .lbox .pwCodeII {
    position: relative;
    width: 100%;
    height: 50px;
}
.loginBody .loginBox .lbox .extendcn {
    width: 100%;
    color: #30363D;
    font-size: 14px;
    text-align: center;
}

.loginBody .loginBox .lbox .mgt35 {
    margin-top: 35px;
}
.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 #ef1c26;
    text-align: center;
    font-size: 14px;
    color: #ef1c26;
    cursor: pointer;
    background: white;
}
.loginBody .loginBox .lbox .confirm {
    width: 100%;
    height: 50px;
    background: #ef1c26;
    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(../image/center_checkbox.png) 0 0/16px 16px no-repeat;
}

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

.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 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 #ef1c26;
    color: #30363D;
    font-size: 20px;
}
.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;
}
.loginBody .loginBox .lbox .mgt54 {
    margin-top: 54px;
}
.weChatScanCode .img2 {
    width: 224px;
    height: 224px;
    margin: 0 auto;
    display: block;
}

.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: #ef1c26;
    line-height: 17px;
    cursor: pointer;
}
.flex{
    display: flex;
    flex-direction: row;
    align-items: center;
}