body,html{
	width: 100%;
	height: 100%;
	
	min-width:1060px;
}
body{
	background: url(../img/bg.jpg);
}
#top{
	height: 100px;
	border-bottom: 1px solid #26a8fe;
}
.logo{
	height: 100px;
	float: left;
}
.top_us{
	float: right;
	width: 140px;
	height: 50px;
	margin-top: 25px;
	margin-right: 30px;
	background: none;
	color: #fff;
	font-size: 24px;
	border: 1px solid #26a8fe;
}
#coment{
	height: 300px;
	width: 100%;
	min-width:1060px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin :auto 0;
}
#coment>ul{
	width: 369px;
	
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
}
#coment>ul>li{
	padding: 10px 0;
	border-bottom: 2px solid #0083e9;
	
}
#coment>ul>li.te{
	border-bottom: none;
}
#coment>ul>li>input,#coment>ul>li>button{
	height: 50px;
	width: 100%;
	font-size: 24px;
	color: #fff;
}
#coment>ul>li>input{
	background: none;
}
.forget{
	height: 50px;
	display: block;
	line-height: 72px;
	text-align: right;
	color: #8c8c8c;
}
.loaginbtn{
	background: #0083e9;
	color: #fff;
	
}
input::-webkit-input-placeholder {
         /* placeholder颜色  */
        color: #8c8c8c;
        
}
.tishi{
	color: #8c8c8c;
}













