﻿*{
	font-family:"微软雅黑";
	margin:0;
	padding:0;
}
.zhucema{
	height:100%;
	background:url(../bg.png) no-repeat;
	background-size:100%;
	position:relative;
}
.zhucema .logo{
	overflow: hidden;
	width:200px;
	margin:0 auto 0 auto; 
	padding:80px 0;
}
.zhucema .logo img{
	width:100%;
	display: block;
}
.zhucema p{
	margin:0 0 20px 0;
	text-align: center;
	font-size:20px;
	color:#555;
}
.zhucema input.btnw{
	outline: none;
	border:1px solid #d5d5d5;
	width:260px;
	display: block;
	padding:0 10px;
	line-height:40px;
	margin:0 auto;
}
.zhucema .btn-primar{
	outline: none;
	display: block;
	margin:0 auto;
	margin-top:60px;
	color:#fff;
	background:#df1c28;
	width:120px;
	height:40px;
	font-size:14px;
	text-align:center;
	border:0;
	cursor:pointer;
	
}
.zhucema .tijiaxuzhi{
	width:280px;
	margin:16px auto;
	font-size:14px;
	text-align: left;
}
.zhucema .tijiaxuzhi a{
	color:#3a96cc;
	text-decoration:underline;
}

.zhucema .xieyi{
	position:absolute;
	top:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.6);
}
.zhucema .xieyi .xieyinr{
	background:#f2f2f2;
	width:260px;
	border-radius:20px;
	padding:20px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-150px;
	margin-left:-150px;
}
.zhucema .xieyi .xieyinr .pwai{
	width:260px;
	overflow:hidden;
	height:260px;
	margin-bottom:20px;
}
.zhucema .xieyi .xieyinr p{
	padding:0 0px;
	width:260px;
	height:260px;
	overflow-y: auto;
	overflow-x: hidden;
	text-align:left;
	font-size:14px;
	line-height:22px;
	color:#808080;
}
.zhucema .xieyi span{
	font-weight:bolder;
	display: block;
	font-size:16px;
	margin:5px 0 5px 0;
	color:#3a96cc;
}
.zhucema .xieyi .xieyianniu{
	background:#3a96cc;
	color:#fff;
	border-radius:10px;
	font-size:16px;
	line-height:40px;
	text-align:center;
}
