/**
登录页css样式
 */
.loginbox {
    display: flex;
    height: 100%;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

.loginbox > .layui-tab {
    width: 450px;
    min-width: 450px;
    height: 350px;
}


.loginbox .wqzc-tab-title {
    position: relative;
    left: 0;
    height: 22px;
    white-space: nowrap;
    font-size: 0;
    text-align: center;
    border: none;
    transition: all .2s;
    -webkit-transition: all .2s;
}


.loginbox .wqzc-tab-title li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    line-height: 20px;
    min-width: 65px;
    padding: 0 15px;
    text-align: center;
    transition: all .2s;
    -webkit-transition: all .2s;
}

.loginbox .ac-wechat {
    padding: 0;
    font-size: 16px;
    width: 100%;
    height: 36px;
    line-height: 35px;
    background-color: #01C563;
}


.loginbox .ac-wechat .wqzc-icon-wechat {
    width: 30px;
    height: 30px;
    margin-right: 9px;
    vertical-align: middle;
    background-position: -65px -222px;
    background-size: 580px auto;
    background-color: #01C563;
    border: none;
}

.loginbox .ac-probation {
    font-size: 16px;
    float: right;
    color: #0037CA;
    padding: 0;
    height: 30px;
    line-height: 38px;
    background-color: transparent;
}

.loginbox .ac-probation .layui-icon-right {
    vertical-align: baseline;
    background-color: #0000ff;
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    width: 18px;
    height: 18px;
    line-height: 19px;
}

.loginbox .ac-probation:hover,
.loginbox .ac-probation:hover .layui-icon-right {
    opacity: .77;
}


.width430 {
    width: 400px;
}


.width430 label .fa,
.width430 label .layui-icon {
    color: #999999;
    width: 25px;
    height: 25px;
}


.width430 .layui-form-label {
    border-right: 0;
    padding: 4px 4px;
    margin-top: 1px;
}

.width430 .layui-input {
    padding-left: 39px;
}

.tips {
    width: 100%;
    text-align: left;
    color: #ff1c1c;
}

/*重写输入框label*/
.layui-form-pane .layui-form-label {
    width: 34px;
    height: 36px;
    background-color: transparent;
    position: absolute;
    z-index: 9;
    border: none;
}

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

.login-a {
    text-decoration: underline;
}

.login-a,
.forgetpassword {
    color: #0037CA;
}

.login-a:hover,
.forgetpassword:hover {
    color: #4167cd;
}

.wqzc-btn-1 {
    width: 68px;
    font-size: 14px;
    height: 36px;
}


/*申请试用/登录模块*/
.index-box,
.probation-box {
    background-color: #ffffff;
    margin-left: -7%;
    padding: 30px 26px;
}

.index-box > .layui-form,
.probation-box > .layui-form {
    width: 90%;
    margin: 0 auto;
}


.index-box h1,
.probation-box h1 {
    width: 144px;
    font-weight: bold;
    color: #333333;
    line-height: 54px;
}

.index-box {
    height: 463px;
}

#form-tab2 .center-box {
    text-align: center;
}

#form-tab2 .qrcode {
    margin-top: 10px;
    width: 290px;
}

#form-tab2 .tips-text {
    display: block;
    color: #808080;
    font-weight: 400;
    margin-top: 20px;
}
.expire-form{
    text-align: center;
}
.expire-form .title,
.expire-form .text {
    font-size: 1.13rem;
    font-weight: 500;
    color: #333333;
    line-height: 1.69rem;
    text-align: center;
}

.expire-form .text {
    display: block;
    font-size: 0.88rem;
    font-weight: 400;
    color: #6D7278;
}
