html{
	height: 100%;
}
body{
	background-color: #FFEFEB;
	height: 100%;
	background: linear-gradient(to bottom, #FF3129 20% ,#FFEFEB);
}

#header{
	top: 1.25em;
}

.sec1{
	border-radius: 0.9375em;
	position: absolute;
	left: 5em;
	right: 5em;
	bottom: 2.5em;
	top: 8.5em;
	overflow: hidden;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-direction: row;
	color: #1F2327;
	box-shadow: -0.5em 0.6875em 2.375em rgba(0, 0, 0, 0.05);
}
.sec1 .left-part{
	width: 56.82%;
	background-color: #f5f5f5;
	padding: 3.5em 3em;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-direction: column;
}
.sec1 .left-part h3{
	font-size: 2.5em;
}
.sec1 .left-part h3 span{
	color: var(--theme-color);
}
.sec1 .left-part h4{
	font-size: 1.5em;
	font-weight: normal;
	margin-bottom: 5em;
}
.sec1 .left-part h5{
	font-size: 1.25em;
	font-weight: normal;
	margin-bottom: 2.4em;
}
.sec1 .left-part p{
	font-size: 0.875em;
	margin-bottom: 2.5em;
	color: rgba(31,35,39,0.7);
}
.sec1 .left-part p:last-child{
	margin-bottom: 0;
	padding-top: 2em;
}
.sec1 .left-part p a{
	text-decoration: underline;
	transition: color 0.5s;
}
.sec1 .left-part .top-part{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: row;
}
.sec1 .left-part .top-part .back{
	width: 3em;
	height: 3em;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(255,106,51,0.13);
	border-radius: 0.625em;
	margin-right: 2.25em;
	transition: background-color 0.5s,fill 0.5s;
	fill: #FF6A33;
}
.sec1 .left-part .top-part .back svg{
	width: 1.625em;
}
.sec1 .left-part .more{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	color: #fff;
	font-size: 0.875em;
	width: 8.4em;
	height: 3em;
	background-color: #1f2327;
	border-radius: 1.5em;
	transition: background-color 0.5s;
}
.sec1 .left-part .more svg{
	width: 1em;
	margin-left: 0.7em;
	stroke: #fff;
}
.sec1 .left-part .qr-box{
	width: 9.375em;
	position: relative;	
	padding: 0.5em;
	overflow: hidden;
	border-radius: 0.9375em;
	margin: 0 auto;
}
.sec1 .left-part .qr-box svg{
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.sec1 .left-part .qr-box svg path{
	stroke: #838383;
}
.sec1 .left-part .qr-box::before,.sec1 .left-part .qr-box::after{
	content: "";
	display: block;
	position: absolute;
	left: 1px;
	right: 1px;
	height: 62%;
	z-index: 1;
}
.sec1 .left-part .qr-box::before{
	bottom: 100%;
	background: linear-gradient(to bottom,rgba(255,191,164,0),rgba(255,191,164,1));
}
.sec1 .left-part .qr-box::after{
	top: 100%;
	background: linear-gradient(to top,rgba(255,191,164,0),rgba(255,191,164,1));
}
.sec1 .left-part .qr-box.actived::before{
	transform: translateY(270%);
	transition: transform 1.5s;
}
.sec1 .left-part .qr-box.actived::after{
	transition: transform 1.5s 1.5s;
	transform: translateY(-270%);
}
.sec1 .left-part .middle-part{
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-direction: row;
}
.sec1 .left-part .middle-part li{
	background-color: #fff;
	border-radius: 0.9375em;
	width: 31.2%;
	padding: 1.625em 1.5em 3em;
}
.sec1 .left-part .middle-part li.center{
	text-align: center;
}
.sec1 .left-part .bottom-part{
	border-top: 1px solid rgba(0,0,0,0.15);
	padding-top: 2.75em;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: row;
}
.sec1 .left-part .bottom-part li:first-child{
	margin-right: 10%;
}
.sec1 .left-part .bottom-part h5{
	font-size: 1em;
	color: #000;
	margin-bottom: 0;
}
.sec1 .right-part{
	width: 43.18%;
	padding: 3.5em 6.25em 0;
	background-color: #fff;
}
.sec1 .right-part h3{
	font-size: 2.5em;
	margin-bottom: 1em;
}
.sec1 .right-part h5{
	font-weight: normal;
	margin-bottom: 2em;
}
.sec1 .right-part p{
	font-size: 0.875em;
	margin-bottom: 1.7em;
}
.sec1 .right-part p:last-child{
	margin-bottom: 0;
}
.sec1 .right-part p.tip{
	opacity: 0.7;
}
.sec1 .right-part ul{
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
	margin-bottom: 2em;
}
.sec1 .right-part li{
	margin-bottom: 1.5em;
}
.sec1 .right-part li:last-child{
	margin-bottom: 0;
}
.sec1 .right-part ul li.half{
	width: 46.3%;
	position: relative;
}
.sec1 .right-part ul li.all{
	width: 100%;
}
.sec1 .right-part input[type="text"],.sec1 .right-part textarea{
	border-radius: 0.57em;
	border: 1px solid #1F2327;
	width: 100%;
	padding-top: 1em;
	padding-bottom: 1em;
	padding-left: 1.25em;
	padding-right: 1.25em;
	font-size: 0.875em;
	transition: border-color 0.5s;
}
.sec1 .right-part input[type="text"]:focus,.sec1 .right-part textarea:focus{
	border-color: var(--theme-color);
}
.sec1 .right-part li.must input[type="text"]{
	padding-left: 1.875em;
}
.sec1 .right-part li.must::before{
	content: "*";
	color: var(--theme-color);
	width: 0.625em;
	position: absolute;
	left: 1.25em;
	top: 1.25em;
	font-size: 0.875em;
}
.sec1 .right-part textarea{
	resize: none;
	height: 8em;
}
.sec1 .right-part input[type="checkbox"]{
	margin-right: 1em;
	vertical-align: baseline;
}
.sec1 .right-part label{
	font-size: 0.875em;
	cursor: pointer;
}
.sec1 .right-part .submit{
	display: block;
	height: 3.6em;
	line-height: 3.6;
	font-size: 0.875em;
	color: #fff;
	border-radius: 0.36em;
	text-align: center;
	margin-bottom: 1em;
	background-color: #1F2327;
	transition: background-color 0.5s;
	width: 100%;
	cursor: pointer;
}

@media only screen and (min-width:1025px){
	.sec1 .left-part p a:hover{
		color: var(--theme-color);
	}
	.sec1 .left-part .top-part .back:hover{
		background-color: #1F2327;
		fill: #fff;
	}
	.sec1 .left-part .more:hover{
		background-color: var(--theme-color);
	}
	.sec1 .right-part input[type="text"]:hover,.sec1 .right-part textarea:hover{
		border-color: var(--theme-color);
	}
	.sec1 .right-part .submit:hover{
		background-color: var(--theme-color);
	}

}
@media only screen and (max-width:1024px){

	#header{
		top: 0;
	}

	.sec1{
		position: static;
		display: block;
		padding: 10em 5% 10%;
	}
	.sec1 .left-part{
		border-radius: 0.9375em;
		box-shadow: -0.5em 0.6875em 2.375em rgba(0, 0, 0, 0.05);
		width: 100%;
		padding: 10% 5%;
		display: block;
		margin-bottom: 10%;
	}
	.sec1 .left-part h4{
		margin-bottom: 2em;
	}
	.sec1 .left-part .top-part{
		margin-bottom: 10%;
	}
	.sec1 .left-part .qr-box{
		width: 9.375em;
	}
	.sec1 .left-part .middle-part{
		display: block;
	}
	.sec1 .left-part .middle-part li{
		width: 100%;
		padding: 1.625em 1.5em 3em;
		margin-bottom: 10%;
	}
	.sec1 .left-part .bottom-part h5{
		line-height: 1.5;
	}
	.sec1 .right-part{
		border-radius: 0.9375em;
		box-shadow: -0.5em 0.6875em 2.375em rgba(0, 0, 0, 0.05);
		width: 100%;
		padding: 10% 5%;
	}
}