/* CSS Document */
/*头部样式*/
/*登录公共样式*/
.wrap{ max-width:640px; min-width:320px;}
.cd-top {
	max-width:640px;
	background:#fff;
	width:100%;
	border-bottom:1px solid #c9c9c9;
	height:60px;
	position:fixed;
	padding:10px 0 5px 0;
	box-shadow: 0px 3px 1px #f2f2f2;
}
.thd_top {
	float:left;
	position:absolute;
	width:50px;
	height:100%;
	display:block;
}
.thd_top img {
	width:42px;
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	margin:auto
}
.thd_top_l {
	left:10px;
	top:0
}
.thd_top_r {
	right:10px;
	top:0
}
.toplogo {    
	text-align: center;
	height: 100%;
	display: box;
	display: -webkit-box;
	display: -moz-box;
	-webkit-box-pack:center;
	-moz-box-pack:center;
	-webkit-box-align:center;
	-moz-box-align:center;
	display:flex;
	align-items:center;
	    width: 120px;
	 margin:0 auto;
}
.toplogo a {
	flex:1;
	/*box-flex: 1;
	-moz-box-flex: 1;
	-webkit-box-flex: 1;*/
}
.toplogo a img {
	padding-top: 4px;
}
/*头部样式end*/

/*主内容区css*/
.main{ width:100%; }
.main .tlt{ margin-top:30px; padding-bottom:20px; border-bottom:1px solid #e4e4e4; padding:0 20px;}
.main .tlt .bt{ font-size:24px; color:#000; font-weight:500; line-height:50px;}
.main .tlt .time{ font-size:18px; color:#00a199; line-height:40px;}

@media only screen and (max-width:375px)and (min-width:320px) {
.cd-top {
	height:50px;
	position:fixed;
	padding:0;
}
.thd_top {
	float:left;
	position:absolute;
	width:30px;
	height:100%;
	display:block;
}
.thd_top img {
	width:24px;
	
}
.toplogo {    
	  width: 80px;	
}
.toplogo img{ height:22px;}
.main .tlt{ margin-top:12px; padding-bottom:10px;}
.main .tlt .bt{ font-size:16px; color:#000; font-weight:500; line-height:20px;}
.main .tlt .time{ font-size:12px; color:#00a199; line-height:20px; margin-top:10px;}
}
@media only screen and (max-width:495px)and (min-width:376px) {
.cd-top {
	height:50px;
	position:fixed;
	padding:0;
}
.thd_top {
	float:left;
	position:absolute;
	width:40px;
	height:100%;
	display:block;
}
.thd_top img {
	width:30px;
	
}
.toplogo {    
	  width: 92px;	
}
.toplogo img{ height:25px;}

.main .tlt{ margin-top:17px; padding-bottom:15px;}
.main .tlt .bt{ font-size:18px; color:#000; font-weight:500; line-height:24px;}
.main .tlt .time{ font-size:14px; color:#00a199; line-height:24px; margin-top:10px;}
}

