body {
	font-family: Microsoft Yahei;
	padding-top: 60px;
}
header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background-color: #fff;
	z-index: 9;
	box-shadow: 0 0 20px rgba(255, 255, 255, .2);
}
header .header-content {
	width: 1220px;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 18px;
}
header .header-content .logo {
	width: 128px;
}
header .header-content ul {
	display: flex;
	color: #777;
}
header .header-content ul li {
	margin-left: 73.5px;
}
header .header-content ul li a {
	height: 55px;
	line-height: 57px;
	display: block;
	padding: 0 2.5px;
}
header .header-content ul li.active {
	border-bottom: 5px solid #6121e4;
}
header .header-content .login {
	width: 96px;
	height: 36px;
	line-height: 36px;
	border-radius: 5px;
	background-color: #6121e4;
	color: #fff;
	text-align: center;
	margin-left: 390px;
	padding: 0 5px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
footer {
	height: 120px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #383838;
	margin-top: 108px;
}
footer .content {
	font-size: 16px;
	color: #eee;
}
footer .content p {
	line-height: 30px;
	text-align: center;
}
.banner .banner-image {
	width: 100%;
	height: 600px;
	background-size: cover;
	background-position: center;
}
.home .advantage-wrapper {
	background-color: #f3f3f3;
}
.home .advantage {
	width: 15.625rem;
	margin: 0 auto;
	padding: .583rem 0 .625rem;
}
.home h1 {
	font-size: .396rem;
	color: #333;
	text-align: center;
	margin: 0 auto 76px;
	width: 2.01rem;
	border-bottom: 2px solid #666;
	padding-bottom: 10px;
	letter-spacing: 3px;
}
.home .advantage img {
	width: 4.375rem;
	display: block;
	border-radius: 5px;
}
.home .advantage img:hover {
	box-shadow: 0 0 20px rgba(101, 136, 204, .3);
}
.home .information {
	box-sizing: border-box;
	padding: 56px 0 60px;
	background-color: #f1f8ff;
	font-size: .229rem;
}
.home .information .flex-box {
	flex-wrap: wrap;
	width: 17.708rem;
	margin: 0 auto;
}
.home .information .information-box {
	background: url(/static/img/information1.png) no-repeat center/100% 100%;
	width: 8.646rem;
	height: 3.646rem;
	margin-bottom: 40px;
	display: block;
	cursor: pointer;
	opacity: .5;
	color: #ff5152;
	position: relative;
	transition: opacity .3s;
}
.home .information .information-box:nth-child(2) {
	background-image: url(/static/img/information2.png);
	color: #32a5ff;
}
.home .information .information-box:nth-child(3) {
	background-image: url(/static/img/information3.png);
	color: #6850ff;
}
.home .information .information-box:nth-child(4) {
	background-image: url(/static/img/information4.png);
	color: #e19b20;
}
.home .information .information-box:hover {
	opacity: 1;
	box-shadow: 0 0 10px rgba(255, 81, 82, .2);
}
.home .information .information-box:nth-child(2):hover {
	opacity: 1;
	box-shadow: 0 0 10px rgba(50, 165, 255, .2);
}
.home .information .information-box:nth-child(3):hover {
	opacity: 1;
	box-shadow: 0 0 10px rgba(104, 80, 255, .2);
}
.home .information .information-box:nth-child(4):hover {
	opacity: 1;
	box-shadow: 0 0 10px rgba(225, 155, 32, .2);
}
.home .information .information-box .flex-box {
	width: 90%;
	position: absolute;
	left: 5%;
	bottom: .208rem;
}
.home .payQrcode {
	position: fixed;
	display: none;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 10;
	justify-content: center;
	align-items: center;
}
.home .payQrcode .content {
	width: 488px;
	height: 468px;
	border-radius: 6px;
	background-color: #fff;
	text-align: center;
}
.home .payQrcode .content h2 {
	margin: 45px 0 26px;
	font-size: 22px;
	color: #666;
}
.home .payQrcode .content img {
	width: 251px;
	height: 251px;
	display: block;
	margin: 0 auto;
}
.home .payQrcode .content .btn {
	width: 200px;
	height: 48px;
	line-height: 48px;
	color: #fff;
	font-size: 22px;
	display: block;
	background-color: #6121e4;
	margin: 40px auto 0;
	border-radius: 35px;
	cursor: pointer;
}
.about .about_information{
    width: 80%;
    line-height: 50px;
    margin: 2% auto 3% auto;
    text-shadow: 0 0 1px rgba(190, 190, 190, 1);
}
.about .about_information p {
    color: rgba(50, 50, 50, .6);
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 3px;
    line-height: 40px;
}
.about .about_information span {
    color: #7c7c7c;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 2px;
    line-height: 30px;
}
.cooperation .about_map {
	margin-top: 60px;
    width: 96%;
    margin-left: 2%;
}
.login-page {
	background: url(/static/img/login.png) no-repeat top/100% auto;
	height: 700px;
	padding-top: 13.5%;
	box-sizing: border-box;
}
.login-page .login-box {
	width: 420px;
	height: 422px;
	margin: 0 auto;
	background-color: rgba(254, 254, 254, .9);
	border: 1px solid rgba(234, 234, 234, .9);
	box-shadow: 0 0 5px rgba(234, 234, 234, .9);
}
.login-page .login-box h1 {
	color: #999;
	font-size: 28px;
	margin: 46px 0 30px;
	text-align: center;
}
.login-page .login-box input {
	padding-left: 22px;
	height: 44px;
	line-height: 44px;
	border: 1px solid #dfdfdf;
	background-color: #fefefe;
	display: block;
	width: 320px;
	margin: 0 auto 30px;
	font-size: 16px;
	color: #aaa;
}
.login-page .login-box input::-webkit-input-placeholder {
  	color: #aaa;
}
.login-page .login-box input::-moz-placeholder {
  	color: #aaa;
}
.login-page .login-box input:-ms-input-placeholder {
  	color: #aaa;
}   
.login-page .login-box .submit {
	font-size: 20px;
	color: #eee;
	width: 350px;
	height: 46px;
	line-height: 46px;
	background-color: #6121e4;
	font-size: 20px;
	border-radius: 4px;
	margin: 0 auto 49px;
	text-align: center;
	cursor: pointer;
}
.login-page .login-box .register {
	font-size: 16px;
	color: #999;
	text-align: center;
}
.login-page .login-box .register a {
	color: #442ab7;
	text-decoration: underline;
}

.register-page {
	background: url(/static/img/login.png) no-repeat top/100% auto;
	height: 1000px;
	padding-top: 65px;
	box-sizing: border-box;
}
.register-page .register-box {
	width: 580px;
	height: 880px;
	margin: 0 auto;
	background-color: rgba(254, 254, 254, .9);
	border: 1px solid rgba(234, 234, 234, .9);
	box-shadow: 0 0 5px rgba(234, 234, 234, .9);
}
.register-page .register-box h1 {
	color: #999;
	font-size: 28px;
	margin: 36px 0 18px;
	text-align: center;
}
.register-page .register-box h2 {
	font-size: 20px;
	color: #333;
	padding-left: 87px;
	margin: 0 0 18px;
}
.register-page .register-box .flex-box {
	justify-content: flex-start;
	margin-bottom: 28px;
}
.register-page .register-box .flex-box label {
	font-size: 16px;
	color: #444;
	margin-right: 26px;
	width: 125px;
	text-align: right;
}
.register-page .register-box .flex-box input {
	padding-left: 22px;
	height: 46px;
	box-sizing: border-box;
	line-height: 46px;
	border: 1px solid #dfdfdf;
	background-color: #fefefe;
	display: block;
	width: 320px;
	margin: 0;
	font-size: 16px;
	color: #aaa;
}
.register-page .register-box input::-webkit-input-placeholder {
  	color: #aaa;
}
.register-page .register-box input::-moz-placeholder {
  	color: #aaa;
}
.register-page .register-box input:-ms-input-placeholder {
  	color: #aaa;
}   
.register-page .register-box .verify-code {
	margin-bottom: 20px;
}
.register-page .register-box .verify-code input {
	width: 172px;
	margin-right: 12px;
}
.register-page  .register-box .verify-code .send-btn {
	font-size: 16px;
	color: #fff;
	width: 138px;
	height: 46px;
	line-height: 46px;
	background-color: #6121e4;
	text-align: center;
	cursor: pointer;
}
.register-page .register-box .submit {
	font-size: 20px;
	color: #eee;
	width: 350px;
	height: 46px;
	line-height: 46px;
	background-color: #6121e4;
	font-size: 20px;
	border-radius: 4px;
	margin: 50px auto 26px;
	text-align: center;
	cursor: pointer;
}
.register-page .register-box .agreementBox {
	font-size: 16px;
	color: #999;
	padding-left: 70px;
	display: flex;
	align-items: center;
}
.register-page .register-box .agreementBox input {
	width: 20px;
	height: 20px;
	margin: 0 10px 0 0;
}
.register-page .register-box .agreementBox span {
	cursor: pointer;
}
.register-page .register-box .pay {
	font-size: 16px;
	color: #999;
	text-align: center;
	font-weight: bold;
}
.agreementWrapper {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	background-color: rgba(0, 0, 0, .7);
	display: flex;
	justify-content: center;
	align-items: center;
	display: none;
}
.agreementWrapper .header {
    padding: 0 80px 0 20px;
    height: 42px;
    line-height: 42px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    color: #333;
    overflow: hidden;
    background-color: #F8F8F8;
    border-radius: 2px 2px 0 0;
}
.agreementWrapper .content {
	width: 1100px;
	height: 500px;
	font-size: 14px;
	background-color: #fff;
	box-shadow: 1px 1px 50px rgba(0,0,0,.3);
	color: #333;
	position: relative;
	animation: scale .5s forwards;
	transform: scale(0);
}
@keyframes scale {
	100% {
		transform: scale(1);
	}
}
.agreementWrapper .content .main {
	padding: 20px;
	line-height: 22px;
}
.agreementWrapper .content .closeAgreement {
    font-size: 28px;
    position: absolute;
    cursor: pointer;
    height: 32px;
    line-height: 32px;
    text-align: center;
    width: 32px;
    right: 0;
    top: 2px;
    display: block;
}
.agreementWrapper .btnWrapper {
	text-align: center;
}
.agreementWrapper .content .btnWrapper a {
    height: 32px;
    line-height: 32px;
    margin: 6px 6px 0;
    padding: 0 15px;
    border: 1px solid #dedede;
    background-color: #f1f1f1;
    color: #333;
    border-radius: 2px;
    font-weight: 400;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
}
.agreementWrapper .content a.agree{
    border-color: #4898d5;
    background-color: #2e8ded;
    color: #fff;
}
