.swiper-container{
	width: 100%;
	height: 100%;
}
.swiper-slide{
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.page1{
	background-image: url(../images/page1_bg.jpg);
}
.page2{
	background-image: url(../images/page2_bg.jpg);
}
.page3{
	background-image: url(../images/page3_bg.jpg);
}
.page4{
	background-image: url(../images/page4_bg.jpg);
}
.page5{
	background-image: url(../images/page5_bg.jpg);
}
.page6{
	background-image: url(../images/page6_bg.jpg);
}
.page7{
	background-image: url(../images/page7_bg.jpg);
}
.answer-page{
	background-image: url(../images/answer_bg.jpg);
}

.page1 .language{
	display: block;
	position: absolute;
	right: 1rem;
	top: 8.67%;
	font-size: 0.84375rem;
	color: #000;
	border: 0.125rem solid #000;
	width: 1.5rem;
	height: 1.5rem;
	background-color: #fff;
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	display: flex;
	align-items: center;
	justify-content: center;
	letter-spacing: 0.1em;
}
.page1 .language::after{
	content: "";
	border: 0.125rem solid #000;
	width: 1.5rem;
	height: 1.5rem;
	background-color: #fff;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0.125rem;
	bottom: 0.125rem;
	z-index: -1;
}
.page1 .sign{
	display: block;
	font-size: 1.75rem;
	color: #fff;
	background-color: #000;
	width: 7.77em;
	height: 1.95em;
	line-height: 1.95;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 2%;
	margin: 0 auto;
	letter-spacing: 0.1em;
}
.fullsize .page1 .sign{
	bottom: 6%;
}


.page2{
	text-align: center;
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	-webkit-flex-direction: column;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.page2 .letter-box{
	width: 20.1875rem;
	margin-bottom: 4%;
	position: relative;
	font-size: 1.375rem;
	color: #000;
	font-weight: normal;
	line-height: 1.56;
	letter-spacing: 0.07em;
	text-align: justify;
}
.fullsize .page2 .letter-box{
	width: 22.1875rem;
	font-size: 1.5625rem;
	margin-bottom: 6.66%;
}
.page2 .letter-box img{
	width: 100%;
}
.page2 .letter-box p{
	position: absolute;
	left: 11%;
	top: 31.2%;
	right: 10.5%;
	bottom: 0;
}
.page2 h5{
	font-size: 1.5625rem;
	color: #23561a;
	font-weight: normal;
	letter-spacing: 0.1em;
	background-color: rgba(255,255,255,0.67);
	width: 10.3em;
	height: 1.25em;
	line-height: 1.26;
}
.page2 .tri{
	border-style: solid;
	border-color: #000 transparent transparent transparent;
	border-width: 1rem 0.9375rem 0 0.9375rem;
	margin: 1.73% 0 1.33%;
}
.page2 input{
	font-size: 1.5625rem;
	color: #7c7c7c;
	font-weight: normal;
	border: 0.12em solid #000;
	border-radius: 0.2em;
	background-color: #fff;
	width: 8.88em;
	height: 1.92em;
	line-height: 1.92;
	text-align: inherit;
	margin-bottom: 4%;
	font-family: 'nike365';
	letter-spacing: 0.1em;
}
.fullsize .page2 input{
	margin-bottom: 6.67%;
}
.page2 .submit{
	font-size: 1.5625rem;
	color: #fff;
	font-weight: normal;
	background-color: #000;
	width: 7.56em;
	height: 1.92em;
	line-height: 1.92;
	display: block;
	letter-spacing: 0.1em;
}



.question-page{
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: flex-start;
	-webkit-flex-direction: column;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: column;
}
.question-page h3{
	position: relative;
	text-align: center;
	font-size: 2.0625rem;
	color: #000;
	font-weight: normal;
	letter-spacing: 0.1em;
	width: 100%;
	margin-top: 8%;
	margin-bottom: 6%;
}
.fullsize .question-page h3{
	margin-top: 21%;
	margin-bottom: 13.333%;
}
.question-page.page7 h3{
	margin-bottom: 5%;
}
.fullsize .question-page.page7 h3{
	margin-bottom: 9.333%;
}
.question-page h3 img{
	width: 74%;
	position: absolute;
	left: 13%;
	top: 50%;
	z-index: -1;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.question-page .question-box{
	width: 91.2%;
	margin-right: 1.333%;
	position: relative;
}
.question-page .question-box,.fullsize .question-page.page7 .question-box{
	margin-bottom: 1.6%;
}
.question-page.page7 .question-box{
	margin-bottom: 0;
}
.question-page .question-box img{
	width: 100%;
}
.question-page .question-box p{
	font-size: 1.5625rem;
	color: #000;
	text-align: justify;
	line-height: 1.5;
	position: absolute;
	left: 10.82%;
	right: 8.2%;
	top: 0;
	bottom: 0;
	letter-spacing: 0.075em;
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: flex-start;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.question-page .question-box p.flex-center{
	-webkit-justify-content: center;
	justify-content: center;
}
.question-page.page7 .question-box p{
	-webkit-align-items: flex-start;
	align-items: flex-start;
	letter-spacing: 0.1em;
	padding-top: 13%;
}
.question-page .answer-box,.fullsize .question-page.page7 .answer-box{
	margin-bottom: 7.6%;
}
.question-page.page7 .answer-box{
	margin-bottom: 3%;
}
.question-page .answer-box li{
	margin-bottom: 3%;
	background-repeat: no-repeat;
	background-size: auto 200%;
	background-position: center top;
	font-size: 1.375rem;
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: flex-start;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	line-height: 1.5;
}
.question-page .answer-box li:last-child{
	margin-bottom: 0;
}
.question-page .answer-box li.line1{
	background-image: url(../images/quespage_answer1_line1_bg.png);
	width: 15.28125rem;
	height: 2.34em;
	margin-right: 2%;
	padding-left: 1.8em;
}
.question-page .answer-box li.line1:last-child{
	background-image: url(../images/quespage_answer2_line1_bg.png);
}
.question-page .answer-box li.line2{
	background-image: url(../images/quespage_answer1_line2_bg.png);
	width: 17.65625rem;
	height: 4.182em;
	padding-left: 1.64em;
}
.question-page.page4 .answer-box li.line2{
	padding-left: 1.1em;
}
.question-page .answer-box li.line2:last-child{
	background-image: url(../images/quespage_answer2_line2_bg.png);
}
.question-page .answer-box li.line3{
	background-image: url(../images/quespage_answer1_line3_bg.png);
	width: 18.5rem;
	height: 4.364em;
	padding-left: 1.55em;
	line-height: 1.2;
}
.question-page .answer-box li.line3:last-child{
	background-image: url(../images/quespage_answer2_line3_bg.png);
}
.question-page .answer-box li.active{
	background-position: center bottom;
}
.question-page .answer-box li p{
	font-size: inherit;
	color: #000;
	line-height: inherit;
	padding-left: 1.25em;
	letter-spacing: 0.075em;
}
.question-page .answer-box li.line1 p{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-right: 1em;
}
.question-page .answer-box li p span{
	margin-left: -1.25em;
	display: inline-block;
	vertical-align: baseline;
	width: 1.25em;
}
.question-page .answer-box li p b{
	font-weight: normal;
}
.question-page .next-btn{
	width: 38.4%;
	margin-left: 7.5%;
}
.question-page .next-btn img{
	width: 100%;
}


.answer-page{
	overflow: auto;
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: flex-start;
	-webkit-flex-direction: column;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: column;
}
.fullsize .answer-page{
	-webkit-justify-content: center;
	justify-content: center;
}
.answer-page .scroll-box{
	width: 100%;
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: flex-start;
	-webkit-flex-direction: column;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: column;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
	padding: 1% 0;
}
.fullsize .answer-page .scroll-box{
	padding: 0;
}
.answer-page .scroll-box > *{
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
}
.answer-page .title{
	position: relative;
	text-align: center;
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	-webkit-flex-wrap: wrap;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	color: #000;
	line-height: 1.1;
	letter-spacing: 0.075em;
	margin-bottom: 2%;
	width: 50%;
	height: 3.5625rem;
	font-size: 1.125rem;
}
.fullsize .answer-page .title{
	width: 75.2%;
	height: 5.375rem;
	font-size: 1.75rem;
}
.answer-page .title img{
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}
.answer-page .title p{
	margin-bottom: 0.2em;
}
.answer-page .title span{
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 6em;
	white-space: nowrap;
}
.answer-page .info-box{
	position: relative;
	background-repeat: no-repeat;
	/*background-image: url(../images/answerpage_info_bg.png);*/
	background-size: cover;
	width: 19.84375rem;
	height: 18.40625rem;
	margin-bottom: 1.733%;
	margin-left: 1.2%;
	text-align: center;
}
.answer-page .info-box .type{
	width: auto;
	height: 2.25rem;
	margin-bottom: 0.625rem;
}
.answer-page .info-box h5{
	font-size: 1.125rem;
	color: #000;
	font-weight: normal;
	margin-bottom: 0.3em;
}
.answer-page .info-box p{
  	font-family: "noto-medium";
	font-size: 0.6875rem;
	color: #000;
	line-height: 1.6;
	margin-bottom: 0.625rem;
	letter-spacing: 0.04em;
}
.answer-page .info-box p span{
	font-size: 0.86em;
}
.answer-page .info-box .tip{
	font-size: 0.5rem;
	color: #000;
	font-weight: normal;
	position: absolute;
	left: 0;
	bottom: 2.5rem;
	width: 100%;
	letter-spacing: 0.1em;
}
.answer-page .recommend{
	color: #000;
	position: relative;
	letter-spacing: 0.075em;
	text-align: center;
	font-weight: normal;
	margin-bottom: 5%;
	font-size: 1rem;
	height: 2.2em;
	line-height: 1.1;
}
.fullsize .answer-page .recommend{
	font-size: 1.21875rem;
	height: 2.5em;
	line-height: 1.25;
}
.answer-page .recommend img{
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: -1;
	-webkit-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
	width: 17rem;
}
.fullsize .answer-page .recommend img{
	width: 19.40625rem;
}
.answer-page .flex-box{
	-webkit-display: flex;
	-webkit-align-items: flex-end;
	-webkit-justify-content: space-between;
	-webkit-flex-direction: row;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	flex-direction: row;
	margin-bottom: 5%;
	text-align: center;
}
.fullsize .answer-page .flex-box{
	margin-bottom: 10%;
}
.answer-page .flex-box .type-box{
	width: 6.25rem;
	margin-right: 3.125rem;
}
.answer-page .flex-box .type-box img{
	max-width: 100%;
	margin-bottom: 0.4375rem;
}
.answer-page .flex-box .type-box h5{
	font-size: 1.2rem;
	color: #000;
	font-weight: normal;
	letter-spacing: 0.05em;
	white-space: nowrap;
}
.answer-page .flex-box .qr-box{
	width: 7.4375rem;
}
.answer-page .flex-box .qr-box img{
	width: 80%;
	margin-bottom: 0.4375rem;
}
.answer-page .flex-box .qr-box h5{
	font-size: 0.9375rem;
	color: #000;
	font-weight: normal;
	letter-spacing: 0.075em;
}
.answer-page .save-box{
	text-align: center;
}
.answer-page .save-box .btn{
	width: 11.875rem;
	display: block;
	margin: 0 auto;
}
.answer-page .save-box .btn img{
	width: 100%;
}



.pop-cover{
	background-color:rgba(0,0,0,0.5);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	-webkit-flex-direction: column;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.pop-cover.active{
	z-index: 1;
	opacity: 1;
}
.pop-cover *{
	width: 100%;
}
.pop-cover .pop-box{
	width: 91.2%;
	position: relative;
	margin-right: 1.333%;
	margin-bottom: 5%;
}
.pop-cover textarea{
	resize: none;
	font-size: 1.5625rem;
	color: #000;
	text-align: justify;
	line-height: 1.5;
	position: absolute;
	left: 10.82%;
	right: 8.2%;
	top: 0;
	bottom: 0;
	letter-spacing: 0.1em;
	margin-top: 13%;
	width: 80.98%;
	height: 10.5em;
	font-family: "nike365";
	font-weight: normal;
	-webkit-appearance:none;
	awppearance:none;
	background-color: transparent;
}
.pop-cover .btn-box{
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: space-between;
	-webkit-flex-direction: row;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
	padding: 0 9%;
}
.pop-cover .btn-box img{
	width: 42%;
}