*{ margin: 0; padding: 0; box-sizing: border-box; font-family: 'Microsoft YaHei'; font-size: 16px; letter-spacing: 1px;}
img{ border: 0; -ms-interpolation-mode: bicubic;}
a,p,span,h1,i{ text-decoration: none; margin: 0;}
li,ul{ list-style: none;}
input,button{ border: none; outline: none; background: none; margin: 0;}
button{cursor: pointer;}
a{cursor: pointer;-webkit-tap-highlight-color: rgba(255, 255, 255, 0);}
@media screen and (max-width: 1600px) {
	*{
		font-size: 15px;
	}
}
@media screen and (max-width: 1400px) {
	*{
		font-size: 14px;
	}
}
@media screen and (max-width: 1200px) {
	*{
		font-size: 13px;
	}
}
@media screen and (max-width: 1000px) {
	*{
		font-size: 12px;
	}
}



.bg{
	background-image: url(../img/bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100vw;
	min-height: 100vh;
	padding: 11vh 5% 13vh;
}
.cr-title{
	font-size: 2.375em;
	color: #fff;
	font-weight: bold;
	text-align: center;
	margin-bottom: 1.5vh;
	letter-spacing: 0.2em;
}
.cr-subtitle{
	font-size: 1.25em;
	color: #fff;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.2em;
}
.cr-box{
	width: 55%;
	min-height: 49vh;
	background: #fff;
	border-radius: 0.5em;
	margin: 7vh auto 5vh;
	padding: 2em;
}
.fw-content-title{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 2em;
}
.fw-content-title img{
	width: 3em;
	margin-right: 1em;
}
.fw-content-title p{
	font-size: 1.5em;
	color: #000;
}
.fw-content-text{
	font-size: 1em;
	color: #333;
	line-height: 1.8;
}
.fw-button{
	display: flex;
	justify-content: center;
}
.fw-button button{
	border-radius: 5em;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #6b2ad0;
	padding: 0.5em 1.2em;
}
.fw-button img{
	width: 2em;
	margin-right: 0.5em;
}
.fw-button span{
	font-size: 1.125em;
	color: #fff;
}



