body,
html {
    width: 100%;
    margin: 0;
}

.ctn {
    position: relative;
    height: 473px;
}

.tabhead {
    margin: 0 17px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    height: 65px;
    color: #333;
    font-size: 18px;
    width: 100%;
    margin: 0 auto;
    margin-top: 23px;
}

.tabhead p {
    height: 65px;
    width: 50%;
    text-align: center;
    border-bottom: 2px solid #F0F2F7;
    line-height: 65px;
    cursor: pointer;
    color: #666;
}

.tabhead .active {
    color: #333;
    border-bottom: 2px solid #26CCBB;
}

form .layui-input-block {
    margin-left: 0;
}

.login-form {
    /* width: 394px; */
    margin: 0 auto;
    margin-top: 38px;
}

.login-label {
    position: absolute;
    left: 24px;
    top: 8px;
    z-index: 1;
    font-size: 24px;
}

.login-label .layui-icon {
    font-size: 20px;
}

.login-form input::placeholder {
    font-size: 16px;
}

.login-form input {
    vertical-align: middle;
    font-size: 12px;
    border-radius: 4px;
    padding-left: 52px;
    height: 50px;
    background: #F0F2F7;
}

.login-form .rem {
    display: inline-block;
    margin-left: 10px;
    margin-bottom: 0px;
}

.login-form {
    color: #c6c6c6;
}

.login-form .layui-form-checkbox span {
    color: #c6c6c6;
}

.login-form .remctn {
    display: flex;
    justify-content: space-between;
}

.login-form .remctn .forget {
    width: 80px;
    display: block;
    line-height: 43px;
    /* margin-left: 224px; */
    flex: 1;
    text-align: right;
    cursor: pointer;
    color: #c6c6c6;
}

.login-form .remctn .forget:hover {
    color: #0176FE;
}

.login-form .layui-btn {
    width: 100%;
    height: 50px;
    border-radius: 4px;
    font-size: 18px;
}

.login-form .layui-btn-normal {
    background: #26CCBB;
}

.login-form .layui-form-checked i {
    border-color: #26CCBB;
    background-color: #26CCBB;
    color: #fff;
}

.login-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 25px;
    margin-top: 10px;
}

.login-foot span {
    font-size: 16px;
    color: #6B6B6B;
    cursor: pointer;
}

.login-foot>p {
    font-size: 14px;
    color: #26CCBB;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.login-foot img {
    display: inline-block;
    width: 28px;
    height: 28px;
    margin-left: 14px;
}

.phone .short {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
}

.phone .short>p {
    width: 143px;
    height: 50px;
    border-radius: 25px;
    text-align: center;
    line-height: 50px;
    background: #F0F2F7;
    cursor: pointer;
}

.phone .short .layui-input-block {
    width: 60%;
    margin-right: 2%;
}

.phone .short .sended {
    background: #BBB;
    color: #FFF;
}

.plogbtn {
    margin-top: 35px;
}

.wxcode {
    width: 100%;
    height: 100%;
    margin-top: 0px;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 2;
}

.wxcode p {
    position: relative;
    text-align: center;
}

.wxcode p:nth-child(1) i {
    position: absolute;
    left: 21px;
    top: 4px;
    width: 20px;
    height: 20px;
    font-size: 23px;
    cursor: pointer;
}

.wxcode p:nth-child(1) span {
    display: block;
    font-size: 22px;
    color: #0176FE;
    margin: 0 auto;
}

.wxcode .imgctn {
    width: 216px;
    height: 216px;
    margin: 0 auto;
    margin-top: 32px;
}

.wxcode p:nth-child(3) {
    font-size: 18px;
    color: #333333;
    margin-top: 24px;
}

.wxcode p:nth-child(3) span {
    color: #0176FE;
}

.get-code {
    width: 100%;
    border: 1px solid #e6e6e6;
}

.login-form input.get-code {
    padding-left: 0;
    font-size: 16px;
    color: #BBBBBB;
}

.tabody .layui-form-mid {
    width: 38%;
    padding: 0 !important;
    margin-right: 0;
}
.tabody .layui-form-mid>input{
    background: #26CCBB;
    color: #fff;
}
.impowerBox .qrcode {
    width: 216px;
}


.ctn>h3 {
    font-size: 26px;
    color: #343a41;
    height: 37px;
    margin: 0 auto;
    text-align: center;
    margin-top: 43px;
    line-height: 37px;
    position: relative;
    font-weight: 600;
}

.wxcode .rt {
    display: block;
    width: 110px;
    height: 36px;
    border-radius: 21px;
    border: 1px solid #26CCBB;
    text-align: center;
    line-height: 36px;
    margin: 0 auto;
    margin-top: 40px;
    font-size: 14px;
    color: #26CCBB;
}

.wxcode>h3 {
    height: 37px;
    line-height: 37px;
    text-align: center;
    font-size: 26px;
    color: #343a41;
}
.autologin{
    line-height: 22px;
    color: #26CCBB;
    text-align: center;
    margin-top: 10px;
}
@media screen and (max-width: 374px){
    .login-form{
        margin-top: 15px;
    }
    .plogbtn{
        margin-top: 16px;
    }
}
@media screen and (max-width: 329px){
    .login-form{
        margin-top: 0;
    }
    .tabhead{
        margin-top: 0;
    }
    .plogbtn{
        margin-top: 16px;
    }
}
