/*********************** section01 ***********************/
.section01 {
	height: 457px;
}
.section01 .pane-container {
	width: 100%;
	height: 100%;
	position: relative;
}
.section01 .pane-container>img {
	position: absolute;
	width: 100%;
	height: auto;
	left: 0;
	top: 0;
}
.section01 .pane-container .pane {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.section01 .pane-container .pane .title1 {
	position: absolute;
	top: 30px;
	left: 330px;
	color: #ff1010;
	font-size: 30px;
	letter-spacing: 2px;
}
.section01 .pane-container .pane .title2 {
	position: absolute;
	top: 80px;
	left: 330px;
	color: #404040;
	font-size: 38px;
	font-weight: bold;
	letter-spacing: 2px;
}
.section01 .pane-container .pane .question {
	position: absolute;
	color: #404040;
	font-size: 18px;
	letter-spacing: 1px;
}
.section01 .pane-container .pane .question.text1 {
	top: 218px;
	left: 645px;
}
.section01 .pane-container .pane .question.text2 {
	top: 258px;
	left: 645px;
}
.section01 .pane-container .pane .question.text3 {
	top: 298px;
	left: 645px;
}
.section01 .pane-container .pane .question.text4 {
	top: 337px;
	left: 645px;
}
.section01-1 {
	height: 80px;
}
.section01-1 .pane-container {
	width: 100%;
	height: 100%;
	position: relative;
}
.section01-1 .pane-container>img {
	position: absolute;
	width: 100%;
	height: auto;
	left: 0;
	top: 0;
}
.section01-1 .pane-container .pane {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
}
.section01-1 .pane-container .pane .title {
	color: white;
	font-size: 32px;
	letter-spacing: 2px;
}

/*********************** section02 ***********************/
.section02 {
	padding: 30px 35px;
	position: relative;
}
.section02 .title {
	margin-left: 10px;
	display: flex;
	display: -webkit-flex;
	flex-direction: row;
	-webkit-flex-direction: row;
	align-items: flex-start; /* tip for keeping image ratio */
}
.section02 .title>img {
	width: 4%;
	height: auto;
}
.section02 .title .text {
	font-size: 32px;
	line-height: 120%;
	font-weight: bold;
	margin-left: 10px;
}
.section02 .content {
	display: flex;
	display: -webkit-flex;
	flex-direction: row;
	-webkit-flex-direction: row;
	align-items: flex-start; /* tip for keeping image ratio */
	margin-top: 20px;
}
.section02 .content>img {
	width: 42%;
	height: auto;
}
.section02 .content .subject {
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	margin-left: 20px;
}
.section02 .content .subject .large {
	font-size: 44px;
	font-weight: bold;
	margin-bottom: 30px;
	letter-spacing: 3px;
}
.section02 .content .subject .text {
	font-size: 30px;
	line-height: 170%;
}
.section02 .content .subject .text>img {
	width: 40%;
	height: auto;
	margin-bottom: -20px;
}
.section02>.book {
	position: absolute;
	width: 23.71%;
	height: auto;
	right: 35px;
	bottom: 20px;
}

/*********************** section03 ***********************/
.section03 {
	height: 230px;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
}
.section03 .pane-container {
	width: 100%;
	height: 100%;
	background-color: #f48691;
	position: relative;
}
.section03 .pane-container .pane {
	position: absolute;
	top: 50%; /* vertical center */
	transform: translateY(-50%); /* vertical center */
	left: 55px;
}
.section03 .pane-container .pane .text {
	font-size: 28px;
	line-height: 170%;
	color: white;
}
.section03 .pane-container .pane .text>span {
	font-size: 40px;
}
.section03 .pane-container .pane .text>span.small {
	font-size: 36px;
}
.section03 .pane-container .img04 {
	position: absolute;
	width: 12%;
	height: auto;
	right: 55px;
	bottom: 20px;
}

/*********************** section04 ***********************/
.section04 {
	height: 340px;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
}
.section04 .pane-container {
	width: 100%;
	height: 100%;
	position: relative;
}
.section04 .pane-container>img {
	position: absolute;
	left: 0;
	top: 0;
	width: auto;
	height: 100%;
}
.section04 .pane-container .pane {
	position: absolute;
	top: 0;
	left: 0;
	padding: 40px 55px 30px 385px;
	text-align: center;
}
.section04 .pane-container .pane .title {
	font-size: 40px;
	font-weight: bold;
	line-height: 170%;
	color: #ff2f37;
	margin-bottom: 40px;
}
.section04 .pane-container .pane .text {
	font-size: 24px;
	line-height: 150%;
	color: #191919;
}

/*********************** section05 ***********************/
.section05 {
	height: 274px;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	background: linear-gradient(0.25turn, #419ff7, #7cbcf8, #419ff7);
}
.section05 .pane-container {
	width: 100%;
	height: 100%;
	position: relative;
}
.section05 .pane-container>img {
	position: absolute;
	left: 0;
	top: 16%;
	width: 97%;
	height: auto;
}
.section05 .pane-container .pane {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding-top: 110px;
}
.section05 .pane-container .pane .text {
	font-size: 17px;
	line-height: 150%;
	color: white;
}
.section05 .pane-container .pane .text.text1 {
	margin-left: 286px;
}
.section05 .pane-container .pane .text.text2 {
	margin-left: 308px;
}
.section05 .pane-container .pane .text.text3 {
	margin-left: 320px;
}
.section05 .pane-container .pane .text.text4 {
	margin-left: 440px;
}

/*********************** section06 ***********************/
.section06 {
	height: 600px;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	margin: 55px 0;
}
.section06 .pane-container {
	width: 100%;
	height: 100%;
	position: relative;
}
.section06 .pane-container .pane {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
	display: -webkit-flex;
	flex-direction: row;
	padding: 0 30px;
}
.section06 .panel {
	flex: 1;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	flex-direction: column;
	margin: 0 15px;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	position: relative;
}
.section06 .panel>img {
	width: 60%;
	height: auto;
	z-index: 1000;
}
.section06 .panel .border {
	position: absolute;
	width: 100%;
	height: 82%;
	left: 0;
	top: 14%;
	border: 5px solid #ff94a3;
	border-radius: 3px;
}
.section06 .panel .text {
	font-size: 22px;
	line-height: 1.5;
	letter-spacing: 2px;
	color: #212121;
	margin-top: -35px;
	padding: 0 20px;
	z-index: 100;
}
.section06 .panel .subject {
	padding: 5px 30px;
	border-radius: 7px;
	background-color: #ff546c;
	font-size: 32px;
	letter-spacing: 8px;
	color: white;
	z-index: 1000;
}

/*********************** section07 ***********************/
.section07 {
	padding-top: 20px;
	text-align: center;
}
.section07 .title {
	font-size: 52px;
	letter-spacing: 2px;
	font-weight: bold;
	color: #202020;
}
.section07 .text {
	font-size: 18px;
	line-height: 300%;
	font-weight: bold;
}
.section07 .pane-container {
	width: 100%;
}
.section07 .pane-container .pane {
	width: 100%;
	height: 500px;
	position: relative;
}
.section07 .pane-container .pane>img {
	position: absolute;
	left: 0;
	top: 0;
	width: auto;
	height: 100%;
}

/*********************** section08 ***********************/
.section08 {
	height: 392px;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
}
.section08 .pane-container {
	width: 100%;
	height: 100%;
	position: relative;
	background-color: #ffd118;
}
.section08 .pane-container .pane {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
	display: -webkit-flex;
	flex-direction: row;
}
.section08 .title {
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	top: 30px;
	text-align: center;
	color: #202020;
	font-size: 38px;
	letter-spacing: 2px;
	font-weight: bold;
	text-shadow:
	-3px -3px 0 white,
	3px -3px 0 white,
	-3px 3px 0 white,
	3px 3px 0 white;  
}
.section08 .stroke1 {
	position: absolute;
	top: 120px;
	left: 150px;
	color: #202020;
	font-size: 58px;
	font-weight: bold;
	text-shadow:
	-4px -4px 0 white,
	4px -4px 0 white,
	-4px 4px 0 white,
	4px 4px 0 white;  
}
.section08 .stroke2 {
	position: absolute;
	top: 210px;
	left: 150px;
	color: #202020;
	font-size: 58px;
	font-weight: bold;
	text-shadow:
	-4px -4px 0 white,
	4px -4px 0 white,
	-4px 4px 0 white,
	4px 4px 0 white;  
}
.section08 .pane-container>img {
	position: absolute;
	height: auto;
}
.section08 .img11 {
	width: 5.6%;
	top: 135px;
	left: 485px;
}
.section08 .char3 {
	width: 15.13%;
	top: 125px;
	left: 650px;
}
.section08 .img13 {
	width: 13.6%;
	bottom: 23px;
	right: 63px;
}
.section08 .text {
	position: absolute;
	bottom: 20px;
	left: 130px;
	color: #202020;
	font-size: 28px;
	letter-spacing: 2px;
}
.section08 button {
	position: absolute;
	bottom: 20px;
	left: 650px;
	background-color: #0000;
	width: 145px;
	height: 45px;
	color: #202020;
	font-size: 22px;
	border: 4px solid #202020;
	border-radius: 2px;
	letter-spacing: 2px;
	cursor: pointer;
}

/*********************** section09 ***********************/
.section09 {
	height: 230px;
	margin: 30px 0;
}
.section09 .pane-container {
	width: 100%;
	height: 100%;
	position: relative;
}
.section09 .pane-container>img {
	position: absolute;
	width: 100%;
	height: auto;
	left: 0;
	top: 0;
}
.section09 .pane-container .pane1 {
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
	padding-left: 45px;
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	/* -webkit-justify-content: space-between;
	justify-content: space-between; */
	justify-content: center;
	align-items: flex-start;
}
.section09 .pane-container .pane1 .text {
	color: white;
	font-size: 30px;
	font-weight: bold;
	line-height: 185%;
	letter-spacing: 1px;
}
.section09 .pane-container .pane2 {
	position: absolute;
	height: 100%;
	top: 0;
	right: 45px;
	padding-top: 45px;
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	justify-content: center;
	align-items: flex-end;
}
.section09 .pane-container .pane2 .text {
	color: white;
	font-size: 24px;
	font-weight: bold;
	line-height: 185%;
	letter-spacing: 1px;
}

/*********************** section10 ***********************/
.section10 {
	height: 430px;
}
.section10 .pane-container {
	width: 100%;
	height: 100%;
	position: relative;
}
.section10 .pane-container .pane {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 25px 45px;
}
.section10 .pane-container .pane .title {
	margin-left: -5px;
	margin-bottom: 20px;
	display: flex;
	display: -webkit-flex;
	flex-direction: row;
	-webkit-flex-direction: row;
	align-items: flex-start; /* tip for keeping image ratio */
}
.section10 .pane-container .pane .title>img {
	width: 4%;
	height: auto;
}
.section10 .pane-container .pane .title .text {
	color: #303333;
	font-size: 38px;
	line-height: 108%;
	font-weight: bold;
	margin-left: 10px;
}
.section10 .pane-container .pane .content {
	color: #303333;
	font-size: 32px;
	line-height: 180%;
}
.section10 .pane-container .img15 {
	position: absolute;
	width: 24.6%;
	height: auto;
	bottom: 0;
	left: 30px;
}
.section10 .pane-container .img16 {
	position: absolute;
	width: 24.6%;
	height: auto;
	bottom: 90px;
	right: 25px;
}

/*********************** section11 ***********************/
.section11 {
	height: 225px;
}
.section11 .pane-container {
	width: 100%;
	height: 100%;
	position: relative;
}
.section11 .pane-container .pane {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.section11 .pane-container .pane .text {
	font-size: 40px;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 134%;
	color: #182248;
}
.section11 .pane-container .pane .text>span {
	font-size: 50px;
	color: #ff5f72;
}
.section11 .pane-container .img17 {
	position: absolute;
	width: 15.8%;
	height: auto;
	bottom: 10px;
	left: 45px
}
.section11 .pane-container .char1 {
	position: absolute;
	width: 14.3%;
	height: auto;
	bottom: 20px;
	right: 70px;
}

/*********************** section12 ***********************/
.section12 {
	height: 190px;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	margin-bottom: 15px;
}
.section12 .pane-container {
	width: 100%;
	height: 100%;
	position: relative;
}
.section12 .pane-container .pane {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
	display: -webkit-flex;
	flex-direction: row;
	padding: 0 30px;
}
.section12 .panel {
	flex: 1;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	position: relative;
	margin: 0 10px;
}
.section12 .panel .subject {
	position: absolute;
	left: 0;
	top: 0;
	padding: 5px 20px 5px 20px;
	border-radius: 5px;
	background-color: #ff5f72;
	font-size: 22px;
	letter-spacing: 5px;
	color: white;
	z-index: 1000;
}
.section12 .panel .border {
	position: absolute;
	width: 100%;
	left: 0;
	top: 15%;
	bottom: 0;
	border: 3px solid #fa95a1;
	border-radius: 3px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	flex-direction: row;
}
.section12 .panel .border>img {
	width: 15%;
	height: auto;
	margin: 0 10px;
}
.section12 .panel .border .text {
	flex: 1;
	font-size: 16px;
	color: #212121;
	padding-right: 10px;
}
.section12 .panel .border .text.lineheight1 {
	line-height: 170%;
}
.section12 .panel .border .text.lineheight2 {
	line-height: 170%;
}
.section12 .panel .border .text.lineheight3 {
	line-height: 170%;
}
.section12 .panel .border .text.lineheight4 {
	line-height: 170%;
}
.section12 .panel .border .text.lineheight5 {
	line-height: 170%;
}
.section12 .panel .border .text.lineheight6 {
	line-height: 170%;
}

/*********************** section13 ***********************/
.section13 {
	height: 190px;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	margin-bottom: 15px;
}
.section13 .pane-container {
	width: 100%;
	height: 100%;
	position: relative;
}
.section13 .pane-container .pane {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
	display: -webkit-flex;
	flex-direction: row;
	padding: 0 10px;
}
.section13 .panel {
	flex: 1;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	position: relative;
	margin: 0 3px;
}
.section13 .panel .subject {
	position: absolute;
	left: 0;
	top: 0;
	padding: 5px 20px 5px 20px;
	border-radius: 5px;
	background-color: #ff5f72;
	font-size: 22px;
	letter-spacing: 5px;
	color: white;
	z-index: 1000;
}
.section13 .panel .border {
	position: absolute;
	width: 100%;
	left: 0;
	top: 15%;
	bottom: 0;
	border: 3px solid #fa95a1;
	border-radius: 3px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	flex-direction: row;
}
.section13 .panel .border>img {
	width: 20%;
	height: auto;
	margin: 0 10px;
}
.section13 .panel .border .text {
	flex: 1;
	font-size: 16px;
	color: #212121;
	padding-right: 10px;
}
.section13 .panel .border .text.lineheight1 {
	line-height: 130%;
}
.section13 .panel .border .text.lineheight2 {
	line-height: 130%;
}
.section13 .panel .border .text.lineheight3 {
	line-height: 130%;
}
.section13 .panel .border .text.lineheight4 {
	line-height: 130%;
}
.section13 .panel .border .text.lineheight5 {
	line-height: 130%;
}
.section13 .panel .border .text.lineheight6 {
	line-height: 130%;
}

/*********************** section14 ***********************/
.section14 {
	padding: 45px 55px;
}
.section14>.title {
	margin-left: -10px;
	margin-bottom: 20px;
	display: flex;
	display: -webkit-flex;
	flex-direction: row;
	-webkit-flex-direction: row;
	align-items: flex-start; /* tip for keeping image ratio */
}
.section14>.title>img {
	width: 4%;
	height: auto;
}
.section14 .title .text {
	color: #303333;
	font-size: 40px;
	line-height: 108%;
	font-weight: bold;
	margin-left: 10px;
}
.section14 .title .text>span {
	color: red;
}
.section14 .panel {
	display: flex;
	display: -webkit-flex;
	flex-direction: row;
	-webkit-flex-direction: row;
	align-items: flex-start; /* tip for keeping image ratio */
}
.section14 .panel>img {
	width: auto;
	height: 250px;
}
.section14 .panel .content {
	flex: 1;
	padding-left: 90px;
	padding-top: 45px;
}
.section14 .panel .content .title {
	color: #303333;
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 20px;
}
.section14 .panel .content .text {
	color: #959492;
	font-size: 30px;
}
.section14 .panel.grey {
	background-color: #f5f5f5;
}

/*********************** section15 ***********************/
.section15 {
	height: 373px;
}
.section15 .pane-container {
	width: 100%;
	height: 100%;
	position: relative;
	background: repeating-linear-gradient(90deg, #ff8287, #ff8287 30px, #ff7b80 0, #ff7b80 60px);
}
.section15 .pane-container .pane {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	align-items: center;
}
.section15 .pane-container .pane .title {
	margin: 30px 0 45px 0;
	font-size: 32px;
	font-weight: bold;
	line-height: 170%;
	color: white;
}
.section15 .pane-container .pane .title>img {
	width: 20%;
	height: auto;
	margin: 0 10px -10px 10px;
}
.section15 .pane-container .pane .text {
	padding: 0 26%;
	font-size: 18px;
	line-height: 150%;
	color: white;
}
.section15 .pane-container>img {
	position: absolute;
	height: auto;
}
.section15 .img01 {
	width: 33%;
	bottom: 0;
	left: 5px;
}
.section15 .img02 {
	width: 41.26%;
	bottom: 0;
	right: 0;
}
.section15 button {
	position: absolute;
	bottom: 50px;
	left: 0;
	right: 0;
	margin: auto;
	background-color: #0000;
	width: 165px;
	height: 60px;
	color: white;
	font-size: 28px;
	border: 4px solid white;
	border-radius: 3px;
	letter-spacing: 2px;
	cursor: pointer;
}

/*********************** section16 ***********************/
.section16 {
	height: 950px;
}
.section16 .pane-container {
	width: 100%;
	height: 100%;
	position: relative;
}
.section16 .pane-container .pane {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.section16 .pane-container>img {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
}
.section16 .pane-container .pane .title1 {
	position: absolute;
	top: 110px;
	right: 80px;
	font-size: 36px;
	font-weight: bold;
	color: #161616;
}
.section16 .pane-container .pane .title1>span {
	font-size: 48px;
	color: #ff7b80;
}
.section16 .pane-container .pane .content1 {
	position: absolute;
	top: 190px;
	right: 60px;
	font-size: 24px;
	font-weight: bold;
	color: #ff7b80;
	letter-spacing: 1px;
}
.section16 .pane-container .pane .title2 {
	position: absolute;
	top: 415px;
	left: 55px;
	font-size: 40px;
	font-weight: bold;
	color: #ff7b80;
}
.section16 .pane-container .pane .content2 {
	position: absolute;
	top: 490px;
	left: 55px;
	font-size: 24px;
	font-weight: bold;
	color: #4e4e4e;
	letter-spacing: 1px;
}
.section16 .pane-container .pane .title3 {
	position: absolute;
	top: 670px;
	left: 330px;
	font-size: 32px;
	font-weight: bold;
	color: #4e4e4e;
}
.section16 .pane-container .pane .title3>span {
	font-size: 50px;
	color: #ff7b80;
}
.section16 .pane-container .pane .content3 {
	position: absolute;
	top: 750px;
	left: 55px;
	font-size: 24px;
	font-weight: bold;
	color: #4e4e4e;
	letter-spacing: 1px;
}
.section16 button {
	position: absolute;
	bottom: 45px;
	left: 230px;
	background-color: #0000;
	width: 200px;
	height: 70px;
	color: #4e4e4e;
	font-size: 34px;
	font-weight: bold;
	border: 5px solid #4e4e4e;
	border-radius: 3px;
	cursor: pointer;
}

/*********************** section17 ***********************/
.section17 {
	height: 117px;
	margin-top: 55px;
}
.section17 .pane-container {
	width: 100%;
	position: relative;
}
.section17 .pane-container .pane {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
}
.section17 .pane-container>img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
}
/*.section17 .pane-container .pane .text {
	color: white;
	font-size: 2.3vw;
}
.section17 .pane-container .pane .text>span {
	font-size: 3.3vw;
}*/
.section17-1 {
	height: 400px;
	width: 100%;
	/* margin-bottom: 5vw; */
}
@media screen and (min-width: 1000px) {
	.section17-1 {
		/* margin-top: 75px; */
	}
}
.section17-1 .pane-container {
	width: 100%;
	height: 100%;
	position: relative;
}
.section17-1 .pane-container .pane {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
}
.section17-1 .pane-container .img01 {
	position: absolute;
	width: 17%;
	height: auto;
	top: 20px;
	left: 55px;
}
.section17-1 .pane-container .img02 {
	position: absolute;
	width: 20%;
	height: auto;
	top: 80px;
	right: 10px;
}
.section17-1 .pane-container .pane .content {
	position: absolute;
	top: 65px;
	text-align: center;
	color: #ff6d73;
	font-size: 26px;
	font-weight: bold;
	letter-spacing: 1px;
}
.section17-1 .pane-container .pane .title {
	position: absolute;
	bottom: 90px;
	text-align: center;
	color: #0e0e0e;
	font-size: 40px;
	font-weight: bold;
	letter-spacing: 1px;
}

/*********************** section18 ***********************/
.section18 {
	height: 460px;
}
.section18 .pane-container {
	width: 100%;
	height: 100%;
	position: relative;
	background-color: #46bcff;
	background-image: radial-gradient(#55c1ff 20%, transparent 0);
	background-position: 0 0, 10px 10px;
	background-size: 20px 20px;
}
.section18 .pane-container .pane {
	padding: 230px 100px 0 275px;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
}
.section18 .pane-container .pane .text {
	font-size: 20px;
	line-height: 200%;
	color: white;
}
.section18 .pane-container .title {
	position: absolute;
	left: 0;
	right: 0;
	top: 30px;
	color: white;
	font-size: 48px;
	font-weight: bold;
	letter-spacing: 5px;
	text-align: center;
}
.section18 .pane-container .subtitle {
	position: absolute;
	left: 15px;
	right: 0;
	top: 140px;
	color: white;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 2px;
	text-align: center;
}
.section18 .pane-container>img {
	position: absolute;
	height: auto;
}
.section18 .img02 {
	width: 56%;
	top: 125px;
	left: 0;
	right: 0;
	margin: auto;
}
.section18 .img03 {
	width: 23.26%;
	bottom: 25px;
	left: 10px;
}

/*********************** section19 ***********************/
.section19 {
	height: 645px;
	margin-bottom: 50px;
}
.section19 .pane-container {
	width: 100%;
	height: 100%;
	position: relative;
}
.section19 .pane-container .pane {
	padding: 130px 0 0 470px;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	z-index: 1000;
}
.section19 .pane-container .pane .text {
	font-size: 15px;
	line-height: 185%;
	color: #161616;
}
.section19 .pane-container .pane .text.bold {
	font-weight: bold;
}
.section19 .pane-container>img {
	position: absolute;
	height: auto;
}
.section19 .img01 {
	width: 30.5%;
	top: 45px;
	left: 550px;
}
.section19 .img02 {
	width: 73%;
	top: 0;
	left: 0;
}
.section19 .img03 {
	width: 30%;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	cursor: pointer;
}

/*********************** section20 ***********************/
.section20 {
	width: 100%;
	padding: 50px 0;
	background-color: white;
	text-align: center;
	color: #0c0c0c;
	font-size: 14px;
	letter-spacing: 3px;
}

/*********************** popup ***********************/
@media screen and (min-width: 1000px) {
	#layer02 .pop-layer {
		max-width: 784px;
		max-height: 574px;
	}
}
#layer02 .pop-container {
	padding: 4vw 5vw;
	position: relative; /* for close button */
}
@media screen and (min-width: 1000px) {
	#layer02 .pop-container {
		padding: 40px 50px;
	}
}
#layer02 .pop-container .pop-header .title {
	font-size: 3.2vw;
	font-weight: bold;
	color: #101010;
}
@media screen and (min-width: 1000px) {
	#layer02 .pop-container .pop-header .title {
		font-size: 32px;
	}
}
#layer02 .pop-container .pop-header .closebtn {
	position: absolute;
	right: 2vw;
	top: 2vw;
	padding: 1vw;
}
@media screen and (min-width: 1000px) {
	#layer02 .pop-container .pop-header .closebtn {
		right: 20px;
		top: 20px;
		padding: 10px;
	}
}
#layer02 .pop-container .pop-header .closebtn>img {
	width: 2vw;
	height: auto;
}
@media screen and (min-width: 1000px) {
	#layer02 .pop-container .pop-header .closebtn>img {
		width: 20px;
	}
}
#layer02 .pop-container .pop-header .line {
	width: 100%;
	height: 2px;
	background-color: #c8c8c8;
	border: 0;
	margin: 2vw 0 3vw 0;
}
@media screen and (min-width: 1000px) {
	#layer02 .pop-container .pop-header .line {
		margin: 20px 0 30px 0;
	}
}
#layer02 .pop-container .pop-conts {
	position: relative;
	height: 40vw;
}
@media screen and (min-width: 1000px) {
	#layer02 .pop-container .pop-conts {
		height: 400px;
	}
}
#layer02 .pop-container .pop-conts .row {
	display: flex;
	display: -webkit-flex;
	flex-direction: row;
	font-size: 2.2vw;
	letter-spacing: 0.3vw;
	color: #101010;
	margin-bottom: 2vw;
	text-align: left;
	align-items: center;
}
@media screen and (min-width: 1000px) {
	#layer02 .pop-container .pop-conts .row {
		font-size: 22px;
		letter-spacing: 3px;
		margin-bottom: 20px;
	}
}
#layer02 .pop-container .pop-conts .row .label {
	width: 21%;
}
#layer02 .pop-container .pop-conts .row input {
	width: 10%;
	height: 4.5vw;
	font-size: 2.2vw;
	border: 1px solid black;
	border-radius: 0.5vw;
	background-color: white;
	padding: 0 1vw;
	color: black;
}
@media screen and (min-width: 1000px) {
	#layer02 .pop-container .pop-conts .row input {
		height: 45px;
		font-size: 22px;
		border-radius: 5px;
		padding: 0 10px;
	}
}
#layer02 .pop-container .pop-conts .row .require {
	margin-left: 0.5vw;
	color: red;
}
@media screen and (min-width: 1000px) {
	#layer02 .pop-container .pop-conts .row .require {
		margin-left: 5px;
	}
}
#layer02 .pop-container .pop-conts .row.name input {
	width: 36%;
}
#layer02 .pop-container .pop-conts .row.birthday input {
	width: 15%;
}
#layer02 .pop-container .pop-conts .row.birthday .text {
	margin: 0 2vw;
}
@media screen and (min-width: 1000px) {
	#layer02 .pop-container .pop-conts .row.birthday .text {
		margin: 0 20px;
	}
}
#layer02 .pop-container .pop-conts .row.address input {
	width: 65%;
}
#layer02 .pop-container .pop-conts .row.contact input {
	width: 36%;
}
#layer02 .pop-container .pop-conts .row.method img {
	width: 36%;
	height: auto;
	cursor: pointer;
}
#layer02 .pop-container button {
	background-color: #0000;
	width: 11.5vw;
	height: 6vw;
	color: #0988ff;
	font-size: 2.7vw;
	border: 0.4vw solid #0988ff;
	border-radius: 0.8vw;
	letter-spacing: 0.3vw;
	cursor: pointer;
}
@media screen and (min-width: 1000px) {
	#layer02 .pop-container button {
		width: 116px;
		height: 60px;
		font-size: 27px;
		border: 4px solid #0988ff;
		border-radius: 8px;
		letter-spacing: 3px;
	}
}
#reg_button {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

#layer02 .pop-container .pop-zhifu {
	display: none;
	position: relative;
	height: 40vw;
}
@media screen and (min-width: 1000px) {
	#layer02 .pop-container .pop-zhifu {
		height: 400px;
	}
}
#layer02 .pop-container .pop-zhifu .price_text {
	font-size: 4.5vw;
	font-weight: bold;
}
@media screen and (min-width: 1000px) {
	#layer02 .pop-container .pop-zhifu .price_text {
		font-size: 45px;
	}
}
#layer02 .pop-container .pop-zhifu .price_text>span {
	font-size: 5.5vw;
}
@media screen and (min-width: 1000px) {
	#layer02 .pop-container .pop-zhifu .price_text>span {
		font-size: 55px;
	}
}
#layer02 .pop-container .pop-zhifu .price_text.price1680 {
	position: absolute;
	left: 8vw;
	top: 6.6vw;
}
@media screen and (min-width: 1000px) {
	#layer02 .pop-container .pop-zhifu .price_text.price1680 {
		left: 80px;
		top: 66px;
	}
}
#layer02 .pop-container .pop-zhifu .price_text.price80 {
	position: absolute;
	left: 8vw;
	top: 12.6vw;
}
@media screen and (min-width: 1000px) {
	#layer02 .pop-container .pop-zhifu .price_text.price80 {
		left: 80px;
		top: 126px;
	}
}
#price_btn {
	position: absolute;
	left: 6.5vw;
	top: 25vw;
	width: 36%;
	height: auto;
	cursor: pointer;
}
@media screen and (min-width: 1000px) {
	#price_btn {
		left: 65px;
		top: 250px;
	}
}
#qrcode {
	position: absolute;
	right: 4.6vw;
	top: 4vw;
	width: 40%;
	height: auto;
}
@media screen and (min-width: 1000px) {
	#qrcode {
		right: 46px;
		top: 40px;
	}
}
#back_button {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
