﻿

/*====================================================登录==================================================*/

.login_sec {
	padding-top: 80px;
	min-height: 560px;
	/*background: url(../images/loginbg.jpg) no-repeat left top ;*/
	background-size: 100% 100%;
	background:#f5f9fc;
}

.login_sec .main {
	padding: 0 40px 25px;
	/*margin-left: 58.57%;*/
	width: 355px;
	border: 1px solid #ccc;
	background: #fff;
	text-align: center;
}

.login_sec .main h1 {
	padding: 15px 0;
	line-height: 16px;
	font-size: 16px;
	color: #2a2789;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
}

.login_sec .main h2 {
	margin: 5px 0;
	line-height: 22px;
	font-size: 13px;
	color: #666;
}

.login_sec .main h2 a {
	color: #2a2789;
}

.login_sec .main .input1,
.login_sec .main .input2 {
	margin-top: 20px;
	display: block;
	width: 100%;
	height: 39px;
	line-height: 37px;
	padding: 0 15px;
	border: 1px solid #a8a8a8;
	font-size: 12px;
}



.rp {
	margin: 25px 0;
	font-size: 12px;
	color: #666;
	text-align: left;
}

.rp input {
	margin-right: 10px;
	vertical-align: middle;
}

.login_sec .main input[type=submit] {
	display: block;
	width: 100%;
	height: 35px;
	line-height: 35px;
	font-size: 18px;
	color: #fff;
	background: #7ab9f8;
	border: none;
	cursor: pointer;
}

.login_sec .main input[type=submit]:hover {
	opacity: 0.8;
}

.login_sec .main input:focus {
	border-color: #7ab9f8;
}




/*====================================================注册==================================================*/

.reg_sec {
	padding-top: 80px;
	padding-bottom: 20px;
}

.reg_sec .main input {
	margin-top: 15px;
	display: block;
	width: 100%;
	height: 39px;
	line-height: 37px;
	padding: 0 15px;
	border: 1px solid #ccc;
	font-size: 12px;
}

.reg_sec .main .yzm input {
	float: left;
	width: 50%;
}

.yzm input[type=button] {
	border-left: 0;
	padding: 0;
	line-height: 12px;
	color: #333;
	background: #efefef url(../images/fs.jpg) no-repeat left center;
	cursor: pointer;
}

.yzm input[type=button]:focus {
	border-color: #ccc;
}



.zcleft{ width:60%; float:left;}
.zcleft img{ width:100%; float:left;}
.zcright{ width:40%; float:left;}


@media (max-width: 568px) {
.zcleft{ display:none;}
.zcright{ width:100%; float:left;}	
.login_sec .main{ width:100%;}
}

