body{overflow-x:hidden;overflow-y:auto;word-break:break-all;}
* {
  padding: 0;
  margin: 0;
  list-style: none;
  font-family: "Microsoft YaHei";
}
.header {
    width: 100%;
    min-width: 1200px;
    background-color: #28427D;
    height: 120px;
    font-size: 12px;
    background-size: 100% 100%;
}
.contair {
    width: 1200px;
    margin: 0 auto;
}
.logo{
	padding-top: 55px;
	background: url(../img/logo.jpg) center no-repeat;
	height: 60px;
	width: 300px;
	cursor: pointer;
}
.register{
	width: 448px;
	height: 460px;
	margin: 0 auto;
	margin-top: 144px;
}
.register p{
	font-family: "Microsoft YaHei";
	font-size: 21px;
	color: rgb(39,63,125);
	text-align: center;
}
.register li{
	margin-top: 24px;
	color: rgb(102,102,102);
	width: 100%;
	height: 40px;
	font-size: 14px;
	line-height: 40px;
 }
 .register li span{
 	color: rgb(245,34,45);
 }
.register li input{
	width: 357px;
	height: 38px;
	border: 1px solid rgb(204,204,204);
	border-radius: 5px;
	float: right;
	color: rgb(102,102,102);
	padding-left: 10px;
}
.button{
	width: 366px;
	height: 40px;
	background-color: rgb(39,63,125);
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 40px;
	margin-top: 40px;
	float: right;
	border-radius: 5px;
	cursor: pointer;
}
.char{
	float: right;
	width: 366px;
	height: 20px;
	font-size: 14px;
	line-height: 20px;
	margin-top: 22px;
	color: rgb(102,102,102);
}
.char span a{
	color: rgb(39,63,125);
	text-decoration: none;
}
.code-button{
	width: 130px;
	height: 40px;
	border-radius: 5px;
	cursor: pointer;
	float: right;
	text-align: center;
	background-color: rgb(39,63,125);
	color: #fff;
	line-height: 40px;
	float: right;
}
.reveal-modal {
    visibility: hidden;
    top: 100px;
    left: 50%;
    margin-left: -260px;
    width: 520px;
    background: #fff;
    position: absolute;
    z-index: 101;
    border-radius: 5px;
    padding-bottom: 25px;
}
.reveal-modal-p {
    padding: 15px 20px 15px 25px;
    font-size: 14px;
}
.reveal-modal-div {
    padding: 0px 40px 20px 40px;
    margin: 0;
    list-style: none;
    border: none;
    font-size: 12px;
    color: #666666;
    font-family: arial,"微软雅黑";
}
.reveal-modal .reveal-modal-div p {
    font-size: 16px;
    font-weight: bold;
    padding: 10px 0px;
}
.reveal-modal-pp {
    text-align: center;
    font-size: 18px;
}
.close-reveal-modal {
    font-size: 30px;
    line-height: .5;
    position: absolute;
    top: 20px;
    right: 30px;
    color: #fff;
    text-shadow: 0 -1px 1px rbga(0, 0, 0, 0.6);
    font-weight: bold;
    cursor: pointer;
}
a {
    text-decoration: none;
    color: #666;
}
.reveal-modal-bg {
    position: fixed;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 100;
    display: none;
    top: 0;
    left: 0;
}