@charset "utf-8";

/* reset import */
/******************************************************************************/
@import url('normalize.css');

body {
	background-color: #0c193a;
	color: #570e8a;
	font-weight: 500;
}

/* common */
/******************************************************************************/
#root .input-style {
	width: 21.3rem;
	height: 9.1rem;
	padding: 0 1.3rem;
	font-weight: 500;
	background-image: url('/engLQ/images/survey/input_bg.png');
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100% auto;
	background-color: transparent;
	-webkit-tap-highlight-color: transparent;
}

#root .br-none {
	display: none;
}

#root .radio-img {
	position: relative;
	display: inline-block;
	width: 13.6rem;
	vertical-align: top;
	-webkit-tap-highlight-color: transparent;
}

#root .radio-img input {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

#root .radio-img span {
	position: relative;
	display: block;
	padding-top: 13.8rem;
	text-align: center;
	font-size: 2.6rem;
	font-weight: 500;
	color: #570e8a;
}

#root .radio-img span img {
	width: 100%;
}

#root .radio-img span:before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	width: 10.2rem;
	height: 12.8rem;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100% auto;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

#root .radio-img.bg-1 span:before {
	background-image: url('/engLQ/images/survey/radio_very_poor.png');
}

#root .radio-img.bg-2 span:before {
	background-image: url('/engLQ/images/survey/radio_poor.png');
}

#root .radio-img.bg-3 span:before {
	background-image: url('/engLQ/images/survey/radio_fair.png');
}

#root .radio-img.bg-4 span:before {
	background-image: url('/engLQ/images/survey/radio_good.png');
}

#root .radio-img.bg-5 span:before {
	background-image: url('/engLQ/images/survey/radio_very_good.png');
}

#root .radio-img input[type=radio]:checked + span {
	color: red;
}

#root .radio-img input[type=radio]:checked + span:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 8.0rem;
	height: 8.0rem;
	border: 4px solid red;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}


#root .radio-txt {
	position: relative;
	display: inline-block;
	vertical-align: top;
	-webkit-tap-highlight-color: transparent;
}

#root .radio-txt input {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

#root .radio-txt span {
	position: relative;
	display: block;
	min-height: 4.3rem;
	padding-left: 5.1rem;
	padding-top: 0.4rem;
	line-height: 3.4rem;
	font-size: 2.6rem;
	font-weight: 500;
	color: #570e8a;
	text-align: left;
}

#root .radio-txt span:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	display: block;
	width: 3.8rem;
	height: 4.3rem;
	background-image: url('/engLQ/images/survey/radio_img1_off.png');
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100% auto;
}

#root .radio-txt input[type=radio]:checked + span,
#root .radio-txt input[type=checkbox]:checked + span {	
	color: red;
}

#root .radio-txt input[type=radio]:checked + span:after,
#root .radio-txt input[type=checkbox]:checked + span:after {
	content: '';
	position: absolute;
	top: 1.0rem;
	left: 1.1rem;
	z-index: 2;
	width: 1.5rem;
	height: 1.0rem;
	border: 0.4rem solid #fff;
	border-top: 0 none;
	border-right: 0 none;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* layout */
/******************************************************************************/

#root .container {
	position: relative;
	max-width: 1100px;
	height: 670px;
	padding: 5.3rem 6.3rem;
	margin: 0 auto;
	background-image: url('/engLQ/images/survey/bg_body.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100% auto;
}

#root .btn-box {
	width: 100%;
	text-align: center;
}

#root .radio-box {
	text-align: center;
}

#root .radio-box > li {
	display: inline-block;
	vertical-align: top;
}

#root .swiper-slide > .btn-box {
	margin-top: 3.3rem;
}

#root .survey-box {
	min-height: 46.4rem;
}

#root .survey-box .title {
	font-size: 5.0rem;
	font-weight: 700;
	line-height: 6.2rem;
}

#root .survey-box .title.bg-icon {
	position: relative;
	padding-top: 14.0rem;
}

#root .survey-box .title.bg-icon:before {
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	display: block;
	width: 10.8rem;
	height: 13.4rem;
	background-image: url('/engLQ/images/survey/step2_img.png');
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100% auto;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

#root .survey-box.step-1 {
	padding-top: 12.5rem;
	text-align: center;
}

#root .survey-box.step-1 .title {
	font-weight: 500;
}

#root .survey-box.step-1 .txt {
	margin-top: 1.0rem;
	font-size: 3.0rem;
}

#root .survey-box.step-1 .txt2 {
	margin-top: 2.0rem;
	font-size: 3.0rem;
	color: red;
}

#root .survey-box.step-1 .btn-box {
	margin-top: 21.5rem;
}

#root .survey-box.step-2 {
	padding-top: 4.4rem;
	text-align: center;
}

#root .survey-box.step-2 .btn-box {
	margin-top: 6.0rem;
}

#root .survey-box.step-2 .btn-box button {
	margin: 0 3.8rem;
}

#root .survey-box.step-3 {
	padding-top: 4.4rem;
	text-align: center;
}

#root .survey-box.step-3 .input-box {
	margin-top: 6.0rem;
	text-align: center;
}

#root .survey-box.step-3 .input-style {
	display: inline-block;
}

#root .survey-box.step-4 {
	padding-top: 4.4rem;
	text-align: center;
}

#root .survey-box.step-4 .radio-box {
	margin-top: 4.0rem;
}

#root .survey-box.step-4 .radio-box > li {
	margin: 0 1.0rem;
}

#root .survey-box.step-5 {
	padding-top: 9.4rem;
	text-align: center;
}

#root .survey-box.step-5 .btn-box {
	margin-top: 13.4rem;
}

#root .survey-box.step-6,
#root .survey-box.step-7,
#root .survey-box.step-8,
#root .survey-box.step-9,
#root .survey-box.step-10 {
	padding-top: 4.4rem;
}

#root .survey-box.step-6 .title,
#root .survey-box.step-7 .title,
#root .survey-box.step-8 .title,
#root .survey-box.step-9 .title,
#root .survey-box.step-10 .title {
	text-align: center;
}

#root .survey-box.step-6 .radio-box > li,
#root .survey-box.step-7 .radio-box > li,
#root .survey-box.step-8 .radio-box > li,
#root .survey-box.step-9 .radio-box > li,
#root .survey-box.step-10 .radio-box > li {
	margin: 0px 1.6rem;
}

@media (max-width: 1000px) {
	html {
		font-size: 8.5px;
	}
}

@media (max-width: 750px) {

	html {
		font-size: 8px;
		letter-spacing: 0;
	}

	body {
		background-color: #0c193a;
	}

	#root .radio-img input[type=radio]:checked + span:after {
		border-width: 2px;
	}

	#root .radio-txt span {
		padding-top: 0;
		padding-left: 5.4rem;
		font-size: 3.0rem;
		line-height: 3.4rem;
	}

	#root .radio-txt span:before {
		width: 4.3rem;
		height: 4.9rem;
	}

	#root .radio-txt input[type=radio]:checked + span:after,
	#root .radio-txt input[type=checkbox]:checked + span:after {
		top: 1.2rem;
		left: 1.3rem;
	}

	#root .radio-img {
		width: 14.6rem;
	}

	#root .br-m-block {
		display: block;
	}

	#root .br-pc-none {
		display: none;
	}

	#root .container {
		height: 80vh;
		min-height: 80.0rem;
		padding: 6.6rem 3.3rem 0;
		background-image: url('/engLQ/images/survey/bg_body_m.jpg');
	}

	#root .btn-box .btn-next img {
		width: 8.7rem;
	}

	#root .swiper-slide > .btn-box {
		margin-top: 5.6rem;
	}

	#root .survey-box {
		min-height: 60.9rem;
	}

	#root .survey-box.step-1 .txt {
		font-size: 3.4rem;
		line-height: 4.0rem;
	}

	#root .survey-box.step-2 .btn-box {
		margin-top: 9.0rem;
	}

	#root .survey-box.step-2 .btn-box button {
		margin: 0 2.4rem;
	}

	#root .survey-box.step-2 .btn-box img {
		width: 22.3rem;
	}

	#root .survey-box.step-3 .input-box {
		margin-top: 15.0rem;
	}

	#root .survey-box.step-4 .radio-box {
		overflow: hidden;
		padding: 0 10.0rem;
		text-align: left;
	}

	#root .survey-box.step-4 .radio-box > li {
		float: left;
		width: 50%;
		height: 9.6rem;
		margin: 0;
	}

	#root .survey-box.step-4 .radio-box > li:nth-child(2n+2) {
		padding-left: 2.6rem;
	}

	#root .survey-box.step-5 {
		padding-top: 16.3rem;
	}

	#root .survey-box.step-6 .radio-box > li,
	#root .survey-box.step-7 .radio-box > li,
	#root .survey-box.step-8 .radio-box > li,
	#root .survey-box.step-9 .radio-box > li,
	#root .survey-box.step-10 .radio-box > li {
		margin: 0px 2.0rem;
	}
}

@media (max-width: 560px) {
	html {
		font-size: 7px;
	}
}

@media (max-width: 420px) {
	html {
		font-size: 5.2px;
	}
}

@media (max-width: 380px) {
	html {
		font-size: 5px;
	}

	#root .swiper-slide > .btn-box {
		margin-top: 1.6rem;
	}
}

@media (max-width: 320px) {
	html {

		font-size: 4px;
	}

	#root .swiper-slide > .btn-box {
		margin-top: 5.6rem;
	}
}

/* active */
@-webkit-keyframes opacity {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

@keyframes opacity {
	0% {opacity: 0;}
	100% {opacity: 1;}
}
