* {
	margin: 0;
	padding: 0;
	outline: none;
	border: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

ul li {
	list-style: none;
}

.clear:after {
	content: ".";
	height: 0;
	visibility: hidden;
	display: block;
	clear: both;
}

a {
	text-decoration: none;

}
body{
	font-family: "微软雅黑";
}
.bg-box {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
	overflow: hidden;
	
}
.bghei{
	width: 100%; 
	height: 100%; 
	background: #336699; 
	opacity: .3;
	filter:alpha(Opacity=20); 
	position: absolute; 
	z-index: 1;
}
.top{
	width: 100%;
	overflow: hidden;
	padding-left: 100px;
	padding-top: 50px;
	box-sizing: border-box;
}
.top img{
	height: 80px;
	padding:15px 20px;
}
.top span{
	line-height: 100px;
	font-size: 1.8rem;
	color: #ffffff;
	font-weight: 600;
}

.conbox{
	width: 400px;
	height: 430px;
	border-radius: 10px;
	position:fixed;
	TOP: 50%;
	right: 20%;
	z-index: 9;
	-webkit-transform: translateX(20%) translateY(-50%);
	-moz-transform: translateX(20%) translateY(-50%);
	-ms-transform: translateX(20%) translateY(-50%);
	transform: translateX(20%) translateY(-50%);
	
}
.conboxbg{
	width: 400px;
	height: 430px;
	background: #f6d76d;
	border-radius: 10px;
	filter:alpha(Opacity=80);
	position:fixed;
	TOP: 50%;
	right: 20%;
	-webkit-transform: translateX(20%) translateY(-50%);
	-moz-transform: translateX(20%) translateY(-50%);
	-ms-transform: translateX(20%) translateY(-50%);
	transform: translateX(20%) translateY(-50%);
	box-shadow: 0px 0px 5px #666666;
}

.id{
	width: 290px;
	height: 50px;
	border-radius: 5px;
	margin:15px 50px;
	padding-left: 10px;
	border: 1px solid #dcdcdc;
	font-size: 14px;
}
.id:active{
	background: #ececec;
}
input:focus{
    border-style:solid;
    border-color:#fbba21;
    /*此处更改主题颜色*/
    box-shadow: 0 0 5px #fbba21;
   /*此处更改主题颜色*/
}
.conbox h1{
	text-align: center;
	line-height: 95px;
	font-weight: normal;
	font-size: 2.2rem;
	color: #336699;
	font-weight: 600;
}
.conbox h5{
	text-align: center;
	font-weight: normal;
	font-size: .8rem;
	color: #666666;
}
.denglu{
	width: 301px;
	height: 50px;
	background: #336699;
	/*此处更改主题颜色*/
	color: #fff;
	font-size: 1rem;
	margin: 20px 0 15px 50px;
	cursor: pointer;
	border-radius: 5px;
	font-weight: 600;

}

.shouce{
	display: table;
	color: #336699;
	/*此处更改主题颜色*/
	font-size: 1rem;
	font-weight: 600;
	margin: 15px 0 15px 50px;
	cursor: pointer;
	text-decoration: underline;
}

.shouce:hover{color: #fff;}

.jieshao{
	width: 440px;
	height: 90px;
	display: block;
	position: fixed;
	left: 30%;
	bottom:42%;
	font-size: 1.6rem;
	text-align: left;
	color: #FFFFFF;
	max-width: 600px;
	line-height: 40px;
	overflow: hidden;
	-webkit-transform: translateX(-30%) translateY(-42%);
	-moz-transform: translateX(-30%) translateY(-42%);
	-ms-transform: translateX(-30%) translateY(-42%);
	transform: translateX(-30%) translateY(-42%);
}


.line-through{
	width: 440px;
	height: 90px;
	position: fixed;
	left: 29%;
	bottom:41%;
	display: block;
	height: 100px;
	-webkit-transform: translateX(-29%) translateY(-41%);
	-moz-transform: translateX(-29%) translateY(-41%);
	-ms-transform: translateX(-29%) translateY(-41%);
	transform: translateX(-29%) translateY(-41%);
}
.line-1-height{display: block;height: 90px; width: 2px;background: #fff;}

.copyright{
	width: 100%;
	height: 30px;
	border-radius: 10px;
	position:fixed;
	TOP: 96%;
	text-align:center;
	color:#fff;
}
.copyright span{
	margin:0px 10px;
	color:#fff;
}