*{
	margin:0;
	padding:0;
}
a{
	text-decoration: none;
}
button:hover{
	cursor: pointer;
}
button:focus{
	cursor: pointer;
	border:none;
	outline: none;
}
button:active{
	cursor: pointer;
}
input{
	outline: none;
}
ul,li{
	list-style-type: none;
}
body,html{
	font-family: "微软雅黑",sans-serif;
}
header{
	background-color: #153f7a;
	height:180px;
}
.section{
	max-width:1300px;
	margin:0 auto;
}
.headerSection{
	display:flex;
	justify-content: space-between;
	position: relative;
}
.headerSection p{
	margin-top:12px;
	font-size:14px;
	color:#fff;
}
.headerSection img{
	margin-top:11px;
}
.headerSection .sectionRightDiv{
	display:flex;
	margin-top:12px;
	font-size:14px;
	color:#fff;
	position:absolute;
	right:0;
}
.headerSection .sectionRightDiv span{
	margin:0 10px;
}
.headerSection .sectionRightDiv span img{
	margin-top:0;
}
.headerSection .sectionRightDiv .dian{
	margin-top:-4px;
}
.tuichu{
	background: url(../img/login/tuichu.png) no-repeat left top;
    background-size: 18px auto;
    padding-left: 26px;
    cursor: pointer;
}
section{
	background:url(../img/login/back.png) no-repeat left top;
	background-size: 100% auto;
	min-height: calc(100vh - 424px);
}

.reg_bg_style {
	min-width: 1200px;
	display: flex;
	justify-content: space-between;
	background: url(../img/login/back.png) no-repeat left center;
	background-size: 100% 100%;
}