/*
 * @Author: juzhiqiang 
 * @Date: 2019-04-30 16:52:12 
 * @Email: 1020814597@qq.com 
 * @Last Modified by: juzhiqiang
 * @Last Modified time: 2019-05-07 16:35:39
 * @Remark:  login/index
 */
html body {
    background: #fff;
}

.btn-reds {
    background: #d9274e;
}

.login {
    padding: 8% 4% 6%;
}

.login .login-ipt:before,
.login .login-ipt:after {
    border: 0 none;
}

.login-logo {
    width: 100% !important;
    height: 80px !important;
    /*margin: 0 0 30px;*/
    justify-content: center;
}

.login-logo img {
 
}

/*  */
.login-tab>a{
	display: block;
	width:calc(50% - 5px);
	float: left;
	padding: 0 2.5px;
}
.login-tab>a:nth-child(2){
    /*margin-top: 16px;*/
    justify-content: space-between;
    text-align: right;
}

.login-ipt .weui-cell {
    margin-bottom: 10px;
    border-bottom: 1px solid #d9274e;
}

.login-ipt .weui-cell::before {
    border: 0 none;
}

.btn-groups {
    margin-top: 34px;
}

.btn-groups .weui-btn {
    line-height: 2.4;
}

.btn-groups .weui-btn_default {
    border: 1px solid #d9274e;
}