.color-467{color:#4677DB;}
.login-nav{
    height:44px;
    line-height: 44px;
}
.login-main-section{
    width:81%;
    margin: 0 auto;
}
.login-main-section dd{font-size: 27px;}
.login-main-section dl{
    padding:45px 0 54px;
}
.login-main-section input{
    height: 35px;
    line-height: 35px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 14px;
    margin-bottom: 20px;
}
.login-verifycode{
    width:100%;
    display: inline-block;
    height: 45px;
    line-height: 45px;
    background: linear-gradient(90deg, #FF586F 0%, #EE243F 100%);
    border-radius: 5px;
    color: #fff;
    opacity: 0.5;
    text-align: center;
    pointer-events: none;
}
.login-footer-section img{
    width: 45px;
    height:45px;
    margin:25px 0 35px;
}
.login-footer-section{
    text-align: center;
	margin-top: 20%;
}

/* 验证码页面 */
.userCenter_verfiy_input{
    min-width: 40px!important;
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid #E5E5E5;
    margin-right: 11px;
    text-align: center;
}

/* 未绑定微信，绑定页面 */
.login-titles{font-size: 16px!important;}
.bind-login-verifycode{
    width: 100%;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    color: rgb(238 36 63 / .5);
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
}

.login-verifycode-sure{
    width:100%;
    display: inline-block;
    height: 45px;
    line-height: 45px;
    background: linear-gradient(90deg, #FF586F 0%, #EE243F 100%);
    border-radius: 5px;
    color: #fff;
    opacity: 0.5;
    text-align: center;
}

.bind-login-footer{text-align: center;}
.bind-login-footer p{margin-top:20px;}

/* 协议页面样式 */
.agreement-nav{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 0 20px;
}
.m-nav-name{
	display: inline-block;
	width: 90%;
	text-align: center;
}
.agreement-section {
    width: 92%;
    margin: 0 auto;
	padding:44px 0;
}
.agreement-section h3{font-size: 13px;}
.agreement-section > div{margin:10px 0;}
.agreement-section p{
    text-align: justify;
    line-height: 20px;
	margin: 5px 0;
	color: #666;
	font-size: 12px;
}