*{
	padding: 0;
	margin: 0;
}
html{
	font-family: PingFangSC-Semibold, PingFang SC;
}
header{
	display: flex;
	justify-content: space-between;
	margin-top: 2.5rem;
	padding: 0 2.5rem;
}
.main{
	overflow: hidden;
	background: linear-gradient(130deg, #FFEBD8 25%, #CEDBFF 100%);
}
.v-middle{
	vertical-align: middle;
}
.logo-box{
	font-size: 22px;
	font-weight: 600;
	color: #000000;
}
.agreement-btn+.agreement-btn{
	margin-left: 2.8125rem;
}
.agreement-btn{
	border-radius: 25px;
	border: 1px solid #000000;
	display: inline-block;
	font-size: 24px;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	color: #000000;
	line-height: 3.125rem;
	padding: 0 2.5rem;
	text-decoration: none;
}
.title{
	text-align: center;
}
.title h1{
	margin-top: 27px;
	font-size: 56px;
	font-family: Arial-Black, Arial;
	font-weight: 900;
	color: #000000;
	line-height: 79px;
}
.title h2{
	margin-top: 9px;
	font-size: 36px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #000000;
	line-height: 50px;
}
.title a{
	display: inline-block;
	font-size: 32px;
	font-family: Arial-Black, Arial;
	font-weight: 900;
	color: #FFFFFF;
	line-height: 45px;
	height: 45px;
	text-decoration: none;
	background: linear-gradient(270deg, #F67E08 0%, #E94F3E 100%);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
	border-radius: 40px;
	padding: 1.125rem 6.5625rem;
	margin-top: 50px;
}
.big-img{
	padding: 0 1.25rem;
	margin-top: 4.375rem;
	margin-bottom: 5.3125rem;
}
.big-img>img{
	width: 100%;
}
.question{
	font-size: 36px;
	font-family: Arial-Black, Arial;
	font-weight: 900;
	color: #000000;
	line-height: 51px;
	padding-left: 3.75rem;
	margin-bottom: 6.25rem;
}
.question img{
	margin-right: 20px;
}
.answer{
	display: flex;
	justify-content: space-around;
	margin-bottom: 176px;
}
.answer .words{
	margin-right: 60px;
	margin-top: 46px;
	width: 775px;
	border-radius: 90px;
	border: 2px dashed #000000;
	position: relative;
	background-position: right 125px bottom 12px;
	background-repeat: no-repeat;
}
.words1{
	background-image: url('images/pic_guide_one.png');
}
.words2{
	background-image: url('images/pic_guide_two.png');
}
.words3{
	background-image: url('images/pic_guide_there.png');
}
.answer .words h1{
	position: absolute;
	width: 100%;
	text-align: center;
	top: -46px;
}
.answer .words p{
	font-size: 40px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #000000;
	line-height: 56px;
	padding: 66px 40px;
}
.answer .words span{
	display: inline-block;
	width: 385px;
	height: 92px;
	line-height: 92px;
	background: #000000;
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
	border-radius: 46px;
	color: #FFFFFF;
	font-size: 36px;
	text-align: center;
}
.answer .words .symbol{
	display: inline-block;
	width: 126px;
	height: 126px;
	background: #000000;
	border-radius: 50%;
	line-height: 126px;
	text-align: center;
	color: #FFFFFF;
	font-size: 46px;
	font-family: Arial-Black, Arial;
	font-weight: 900;
	position: absolute;
	right: -60px;
	bottom: -43px;
}

.answer .picture{
	max-width: 675px;
}
.answer .picture img{
	width: 100%;
}
@media screen and (max-width: 1300px){
	.picture{
		display: flex;
		justify-content: center;
		align-items: center;
	}
}