@import url(base.css);

/*登录注册开始*/
.dlzc{
	height:680px;
	background:url(../images/bg_2.jpg) no-repeat center center;
	border-bottom:1px solid #888;
}
.dlzc-box{
	width:440px;
	height:580px;
	float:right;
	margin:50px;
	background-color:rgba(255,255,255,0.7);
	-o-border-radius: 8px;
    -ms-border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}
.dlzc-name{
	width:100%;
	height:80px;
	border-bottom:1px solid #616364;
	text-align:center;
	line-height:80px;
	font-size:24px;
	color:#393939;
}
.dlzc-list{
	width:80%;
	height:45px;
	padding:10px 0px;
	margin:25px auto;
	border:1px solid #404040;
	-o-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.dlzc-list img{
	width:25px;
	height:25px;
	float:left;
	margin:0px 10px;
}
.dlzc-list input{
	width:80%;
	height:25px;
	float:left;
	line-height:25px;
	font-size:14px;
	color:#393939;
	border:0px;
	background:none;
}
.dlzc-list .input2{
	width:40%;
}
.dlzc-list .input3{
	width:40%;
	height:43px;
	background:#0082c8;
	-o-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    float:right;
    color:#fff;
    margin-top:-10px;
}
.dlzc-list input:focus{
	outline:none;
}
.dlzc-ts{
	width:80%;
	line-height:25px;
	font-size:12px;
	color:666;
	margin:0px auto;
}
.dlzc-ts label{
	font-weight:normal;
}
.dlzc-ts input{
	width:14px;
	height:14px;
	float:left;
	border:1px solid #404040;
	-o-border-radius: 2px;
    -ms-border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-right:4px;
    margin-top:5px;
}
.dlzc-ts a{
	color:#ff353d;
}
.dlzc-btn{
	width:80%;
	height:45px;
	margin:40px auto 15px;
}
.dlzc-btn input{
	width:100%;
	height:100%;
	border:0px;
	background:#0082c8;
	-o-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color:#fff;
    font-size:16px;
}
.dlzc-btn input:focus{
	outline:none;
}
.dlzc-ts2{
	text-align:right;
}
.dlzc-ts .a2{
	float:right;
}
.dlzc-box2{
	height:440px;
	margin:120px 50px;
}
/*登录注册结束*/

/*找回密码开始*/
.retrieve-box{
	width:100%;
	height:auto;
	overflow:hidden;
	margin:100px auto 0px;
}
.retrieve-name{
	width:100%;
	height:40px;
	line-height:40px;
	text-align:center;
	margin-bottom:30px;
	font-size:24px;
	color:#393939;
}
.retrieve-lc{
	width:100%;
	height:60px;
	margin-bottom:60px;
	text-align:center;
}
.retrieve-lc-dian{
	width:10%;
	height:60px;
	display:inline-block;
	text-align:center;
	position:relative;
	padding:0px;
	margin:0px 5%;
}
.retrieve-lc-tu{
	width:22px;
	height:22px;
	display:inline-block;
	background-image:url(../images/retrieve-tb1.png);
	background-color:#fff;
	position: relative;
	z-index:9;
}
.retrieve-lc-zi{
	font-size:16px;
	color:#393939;
	line-height:38px;
}
.retrieve-lc-xian{
	width:185%;
	height:1px;
	background:#666;
	display:inline-block;
	position:absolute;
	top:10px;
	right:60%;
}
.retrieve-lc-dian-focus .retrieve-lc-tu{
	background-image:url(../images/retrieve-tb2.png);
}
.retrieve-lc-dian-focus .retrieve-lc-zi{
	color:#0082c8;
}
.retrieve-lc-dian-focus .retrieve-lc-xian{
	background:#0082c8;
}
.retrieve-nr{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-bottom:60px;
}
.retrieve-list{
	width:100%;
	height:50px;
	margin-bottom:30px;
}
.retrieve-list-left{
	width:40%;
	height:100%;
	line-height:50px;
	text-align:right;
	padding-right:10px;
	font-size:18px;
	color:#393939;
	float:left;
}
.retrieve-list-right{
	width:60%;
	height:100%;
	float:right;
}
.retrieve-list-right input{
	width:50%;
	height:100%;
	line-height:48px;
	padding:0px 10px;
	font-size: 14px;
    color: #393939;
    border: 0px;
    background: none;
    border: 1px solid #404040;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    float:left;
}
.retrieve-list-right .input22{
	width:25%;
}
.retrieve-list-right .input23{
	width:20%;
	height:100%;
	float:left;
	margin:0px 2.5%;
	border:0px;
    background: #0082c8;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
}
.retrieve-list-right input:focus{
	outline:none;
}
.retrieve-yzm{
	width:20%;
	height:100%;
	float:left;
	margin:0px 2.5%;
}
.retrieve-list-right span{
	font-size:14px;
	color:#393939;
	line-height:50px;
}
.retrieve-list-right a{
	color:#0082c8;
}
.retrieve-list-right p{
	font-size:18px;
	color:#393939;
	line-height:50px;
}
.retrieve-btn{
	width:100%;
	height:45px;
	text-align:center;
}
.retrieve-btn input{
    width: 160px;
    height: 100%;
    border: 0px;
    background: #0082c8;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    margin:0px 40px;
}
.retrieve-btn input:focus{
	outline:none;
}
/*找回密码结束*/


@media (max-width: 1200px) {
.retrieve-list-right input{width:60%;}
.retrieve-list-right .input22{width:40%;}
.retrieve-yzm{width:30%;}
.retrieve-list-right .input23{width:30%;}
}


@media (max-width: 768px) {

.dlzc{height:530px;}
.dlzc-name{height:5rem;line-height:5rem;font-size:1.5rem;}
.dlzc-box{
	width:100%;
	height:470px;
	margin:30px 0px;
}
.dlzc-box2{
	width:100%;
	height:350px;
	margin:90px 0px;
}
.dlzc-list{
	margin:1rem auto;
}
.retrieve-box{margin:50px auto 0px;}
.retrieve-nr{margin-bottom:0px;padding-bottom:30px;}
.dlzc-btn{margin:1.5rem auto 1rem;}
.retrieve-lc-dian{
	width:15%;
	margin:0px 2%;
}
.retrieve-lc-xian{
	width:115%;
}
.retrieve-lc-zi{font-size:1rem;}
.retrieve-list{height:3rem;}
.retrieve-list-left{width:32%;font-size:1.2rem;height:3rem;line-height:3rem;}
.retrieve-list-right{width:68%;}
.retrieve-list-right input{width:80%;font-size:1.2rem;}
.retrieve-list-right p{font-size:1.2rem;line-height:3rem;}
.retrieve-list-right .input22{width:50%;}
.retrieve-list-right .input23{width:45%;line-height:3rem;}
.retrieve-btn input{width:35%;margin:0px 5%;}
.retrieve-yzm{width:35%;}


}