.sec1{
	padding: 2.92% 0 8.125%;
}
.sec1 li{
	margin-bottom: 9.2%;
}
.sec1 li:last-child{
	margin-bottom: 0;
}
.sec1 .ques-box{
	position: relative;
	border-radius: 50px;
	margin-bottom: 3.92%;
	height: 100px;
	line-height: 100px;
}
.sec1 li:nth-child(odd) .ques-box{
	background-color: #02321f;
}
.sec1 li:nth-child(even) .ques-box{
	background-color: #034f2e;
}
.sec1 .ques-box .shadow{
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: inherit;
	border: 2px solid #000;
	left: 0;
	top: 6%;
	z-index: -1;
}
.sec1 .ques-box .img1{
	position: absolute;
	right: -0.75%;
	top: -60%;
	height: 150%;	
}
.sec1 .ques-box .num{
	position: absolute;
	top: 17%;
	left: 2.08%;
	height: 66%;
}
.sec1 .ques-box .num img{
	height: 100%;
}
.sec1 .ques-box .num span{
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	-moz-display: flex;
	-moz-align-items: center;
	-moz-justify-content: center;
	-o-display: flex;
	-o-align-items: center;
	-o-justify-content: center;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 28px;
	font-weight: bold;
	color: #034f2e;
	line-height: 1;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.sec1 .ques-box p{
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	padding-left: 10%;
	padding-right: 13%;
	display: inline-block;
	vertical-align: middle;
	line-height: 1.5;
	width: 100%;
	max-height: 100%;
	overflow: hidden;
}
.sec1 .answer-box{
	border: 10px solid #02321f;
	border-radius: 18px;
	box-shadow: -6px 6px 0 #168651 inset;
	position: relative;
}
.sec1 .answer-box .mark{
	font-size: 100px;
	color: #02352a;
	font-family: "Arial";
	font-weight: bold;
	position: absolute;
	line-height: 1;
}
.sec1 .answer-box .mark:nth-child(1){
	left: 2%;
	top: 14%;
}
.sec1 .answer-box .mark:nth-child(2){
	right: 2.88%;
	bottom: -40%;
}
.sec1 .answer-box img{
	position: absolute;
	left: 5.085%;
	top: 0;
	margin-top: 6px;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
}
.sec1 .answer-box p{
	font-size: 18px;
	color: #02352a;
	font-weight: bold;
	line-height: 1.78;
	margin: 1.695% 7.8%;
	min-height: 3.56em;
}
@media only screen and (max-width:1023px){
	.sec1{
		padding: 1.75rem 0 4.875rem;
	}
	.sec1 li{
		margin-bottom: 3.4375rem;
	}
	.sec1 .ques-box{
		border-radius: 1.5625rem;
		margin-bottom: 1.5rem;
		height: 3.125rem;
		line-height: 3.125rem;
	}
	.sec1 .ques-box .shadow{
		border: 1px solid #000;
	}
	.sec1 .ques-box .num span{
		font-size: 0.875rem;
	}
	.sec1 .ques-box p{
		font-size: 0.625rem;
		padding-left: 3.125rem;
		padding-right: 4.875rem;
	}
	.sec1 .answer-box{
		border: 0.3125rem solid #02321f;
		border-radius: 0.5625rem;
		box-shadow: -0.1875rem 0.1875rem 0 #168651 inset;
	}
	.sec1 .answer-box .mark{
		font-size: 3.125rem;
	}
	.sec1 .answer-box .mark:nth-child(1){
		top: 0.5rem;
	}
	.sec1 .answer-box .mark:nth-child(2){
		bottom: -1.25rem;
	}
	.sec1 .answer-box img{
		width: 1.75rem;
		left: 1.875rem;
		margin-top: 0.1875rem;
	}
	.sec1 .answer-box p{
		font-size: 0.5625rem;
		margin: 0.625rem 2.5rem;
	}
}