﻿#banner {
	width: 100%;
	max-width: 1920px;
	height: 460px;
	margin: 0 auto;
}
#banner .banner-box {
	width: 100%;
	max-width: 1920px;
	height: 460px;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	background-color: #c4c4c4;
	background: url(../image/user-bg.png) center no-repeat;
	overflow: hidden;
}

#login-box {
	float: right;
	width: 450px;
	height: 380px;
	margin-top: 40px;
	border-radius: 4px;
	color: #000;
	background-color: #fff;
	overflow: hidden;
}

#login-box ul.login-title {
	margin: 30px 36px;
	overflow: hidden;
}
#login-box ul.login-title li {
	float: left;
	height: 32px;
	margin: 0 30px;
	font-size: 16px;
	font-weight: 400;
}
#login-box ul.login-title li .line {
	width: 50px;
	height: 2px;
	margin: 0 auto;
	margin-top: 8px;
	border-radius: 1px;
	border: solid 1px #fff;
	background-color: #fff;
}
#login-box ul.login-title li.on .line {
	border: solid 1px #2878ff;
	background-color: #2878ff;
}
#login-box .content {
	height: 172px;
}
#login-box .content .item {
	margin-top: 50px;
}
#login-box .content .item .row-item {
	position: relative;
	margin: 0 65px;
	margin-bottom: 20px;
	font-size: 14px;
	overflow: hidden;
}
#login-box .content .item .row-item input {
	width: 304px;
	padding: 0 8px;
	height: 38px;
	line-height: 38px;
	border-width: 0;
	border-bottom: solid 1px #e5e5e5;
}
#login-box .content .item .row-item input.error {
	border-bottom: solid 1px #f00;
}
#login-box .content .item .row-item input.success {
	border-bottom: solid 1px #28a745;
}
#login-box .content .item input.smscode {
	width: 184px;
	padding-right: 120px;
}
#login-box .content .item .send-smscode-box {
	position: absolute;
	padding-left: 20px;
	padding-right: 10px;
	bottom: 8px;
	right: 8px;
	border-left: solid 1px #e5e5e5;
}
#login-box .content .item .send-smscode-box a.send-smscode-btn {
	font-weight: 500;
	color: #0D78F4;
}
#login-box .content .item .send-smscode-box a.send-smscode-btn.disabled {
	color: #999;
	cursor: not-allowed;
}
#login-box .content .item input.submit {
	width: 320px;
	height: 44px;
	margin-top: 10px;
	border-width: 0;
	border-radius: 4px;
	cursor: pointer;
	background: #7bb90c;
	color: #fff;
}
#login-box .content .item.qrcode {
	font-size: 14px;
	font-weight: 400;
	color: #999;
}
#login-box .content img.qrcode {
	width: 140px;
	height: 140px;
}
#login-box .third-login {
	height: 28px;
	line-height: 28px;
	margin: 0 auto;
	margin-top: 36px;
	margin-bottom: 40px;
	font-size: 0;
	overflow: hidden;
}
#login-box .third-login span {
	display: inline-block;
	height: 28px;
	line-height: 28px;
}
#login-box .third-login a {
	display: inline-block;
	width: 28px;
	height: 28px;
	margin-left: 8px;
	margin-right: 8px;
}
#login-box .third-login a.hidden {
	display: none;
}
#login-box .third-login a.disabled-css {
	filter: grayscale(100%);
}
#login-box .third-login a.wx {
	background: url(../image/login-icon-wx.png);
}
#login-box .third-login a.qq {
	background: url(../image/login-icon-qq.png);
}
#login-box .third-login a.dingtalk {
	background: url(../image/login-icon-dingtalk.png);
}
#login-box .third-login a.alipay {
	background: url(../image/login-icon-alipay.png);
}
#login-box .third-login a.douyin {
	background: url(../image/login-icon-douyin.png);
}
#login-box .third-login a.weibo {
	background: url(../image/login-icon-weibo.png);
}

#process h3.title {
	margin-top: 80px;
	margin-bottom: 70px;
	font-size: 38px;
	letter-spacing: 4px;
	font-weight: bold;
	color: #222;
}
#process .process {
	width: 1021px;
	height: 164px;
	margin: 0 auto;
	margin-bottom: 80px;
	background: url(../image/process-bg.png) no-repeat;
}