@charset "utf-8";
/* 初始化代码  */
*,
:after,
:before {
	box-sizing: border-box;
}
body {
	font-family: "Microsoft YaHei", "微软雅黑", "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", Arial, sans-serif;
	font-size: 14px;
	color: #333;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	word-break: break-word;
}
div,
form,
img,
ul,
ol,
li,
dl,
dt,
dd,
p,
h1,
h2,
h3,
h4,
h5,
h6,
iframe {
	margin: 0;
	padding: 0;
}
article,
aside,
footer,
header,
nav,
section {
	display: block;
}
li {
	list-style: none;
}
img {
	border: none;
}
input,
textarea,
select {
	outline: none;
	font-family: "Microsoft YaHei", "微软雅黑", "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", Arial, sans-serif;
}
a {
	outline: none;
	text-decoration: none;
	color: #333;
	background-color: transparent;
}
[hidden],
.none {
	display: none;
}
/*修改默认placeholder样式*/
input::-webkit-input-placeholder {
	color: rgba(255, 255, 255, .4);
}
input::-moz-placeholder {
	color: rgba(255, 255, 255, .4);
}
input:-moz-placeholder {
	color: rgba(255, 255, 255, .4);
}
input:-ms-input-placeholder {
	color: rgba(255, 255, 255, .4);
}
.clearfix:after {
	content: '';
	display: block;
	visibility: hidden;
	height: 0;
	clear: both;
}

/*tab页*/
.tabs-list1 {
	height: 45px;
	margin-bottom: 10px;
	font-size: 0;
	border-bottom: 1px solid rgba(255, 255, 255, .3);
}
.tabs-list1 li {
	width: 50%;
	display: inline-block;
	vertical-align: top;
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-size: 18px;
	color: rgba(255, 255, 255, .5);
	border-bottom: 2px solid transparent;
	cursor: pointer;
}
.tabs-list1 li:hover,
.tabs-list1 li.active {
	color: #fff;
	border-color: #fff;
}

/*CA tab*/
.radio-login-list {
	margin: 10px 0;
	text-align: center;
	font-size: 0;
}
.radio-login-list li {
	display: inline-block;
	vertical-align: top;
	height: 24px;
	line-height: 24px;
	margin: 15px 24px 0;
	font-size: 14px;
	color: #fff;
	cursor: pointer;
}
.radio-login-list li:before {
	content: "\a0";
	/*不换行空格*/
	display: inline-block;
	vertical-align: -5px;
	width: 14px;
	height: 14px;
	margin-right: 6px;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, .5);
	background: transparent;
}
.radio-login-list li.active:before {
	vertical-align: -8px;
	background-color: #fff;
	background-clip: content-box;
	padding: 2px;
}

/*企业端登录*/
.login-qiye {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-height: 700px;
	background-color: #eceff2;
}
.login-qiye .header {
	position: relative;
	height: 55px;
	line-height: 55px;
	background: url(../images/public-header-bg.png) no-repeat center top;
	background-size: 100% 100%;
}
.login-qiye .header .title {
	height: 55px;
	line-height: 55px;
	text-align: center;
	font-size: 32px;
	color: #fff;
	letter-spacing: 2px;
	text-shadow: 3px 3px 7px rgba(0, 89, 117, 0.3);
}
.login-qiye .header .sub-title {
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding-left: 40px;
	line-height: 55px;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 0;
	box-shadow: none;
}
.login-qiye .header .sub-title:before {
	content: '';
	position: absolute;
	left: 5px;
	top: 50%;
	width: 32px;
	height: 1px;
	background-color: #fff;
}
.login-wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 20;
	width: 1100px;
	height: 570px;
	margin-left: -550px;
	margin-top: -265px;
	background-color: #fff;
	border-radius: 6px;
	box-shadow: 0 0 20px rgba(15, 101, 218, .2);
}
.login-wrapper .login-form-container {
	float: left;
	width: 40%;
	height: 570px;
	padding: 80px 60px 0;
	background: url(../images/login/login-form-bg.png) no-repeat left center;
	background-size: 100% 100%;
}
.login-wrapper .login-form-container p {
	margin-top: 20px;
	position: relative;
	background-color: rgba(255, 255, 255, .15);
	border-radius: 5px;
}
.login-wrapper .login-form-container p:after {
	content: '';
	display: block;
	visibility: hidden;
	height: 0;
	clear: both;
}
.login-wrapper .username,
.login-wrapper .password,
.login-wrapper .check,
.login-wrapper .tel,
.login-wrapper .keyboard {
	width: 100%;
	height: 45px;
	padding: 0 10px 0 44px;
	line-height: 45px;
	font-size: 14px;
	color: #fff;
	border-width: 0;
	border-radius: 5px;
	background: url(../images/login/login-user-white.png) no-repeat 11px center;
}
.login-wrapper .password {
	background-image: url(../images/login/login-pwd-white.png);
}
.login-wrapper .check {
	width: 70%;
	background-image: url(../images/login/login-check.png);
}
.login-wrapper .tel {
	background-image: url(../images/login/login-tel.png);
}
.login-wrapper .keyboard {
	background-image: url(../images/login/login-keyboard-white.png);
}
.login-wrapper .check-img{
	position: absolute;
	right: 12px;
	top: 50%;
	z-index: 20;
	width: 82px;
	height: 30px;
	margin-top: -15px;
	border: 1px solid #77b7fe;
	cursor: pointer;
}
.login-wrapper .login-form-container .btn {
	width: 100%;
	height: 45px;
	line-height: 42px;
	text-align: center;
	font-size: 16px;
	color: #1568d8;
	margin: 30px 0 5px 0;
	border-width: 0;
	border-radius: 5px;
	background-color: #fff;
	cursor: pointer;
}
.login-wrapper .login-form-container .btn:hover {
	filter: alpha(opacity=95);
	opacity: .95;
}
.login-wrapper .link-wrap{
	margin-bottom: 30px;
	font-size: 14px;
}
.login-wrapper .link-wrap .link{
	font-size: 14px;
	color: #fff;
	cursor: pointer;
}
.login-wrapper .link-wrap .link:hover{
	filter: alpha(opacity=90);
	opacity: .9;
}
.fr{
	float: right;
}
.login-wrapper .down {
	line-height: 20px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	cursor: pointer;
}
.login-wrapper .down .icon {
	vertical-align: -2px;
	margin-right: 6px;
}
.login-wrapper .down:hover {
	filter: alpha(opacity=90);
	opacity: .9;
}
.login-wrapper .text-container {
	float: left;
	width: 60%;
	padding: 30px 30px 28px;
}
.login-wrapper .text-container .title2 {
	margin-bottom: 6px;
	text-align: center;
	line-height: 20px;
	font-size: 14px;
	color: #666;
}
.text-container .article {
	margin-bottom: 10px;
}
.text-container .article p {
	margin: 6px 0;
	line-height: 20px;
	font-size: 12px;
	color: #666;
}
.text-container .desc p {
	line-height: 20px;
	font-size: 14px;
	font-weight: 600;
	color: #666;
}
.footer{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.footer p{
	margin-bottom: 8px;
	text-align: center;
	line-height: 28px;
	font-size: 14px;
	color: #999;
}
