@CHARSET "UTF-8";
.questionPage {
	background-color: white;
}

.homeTitleTextContainer {
	width: 80%;
}

.questionDefaultButton {
	background-color: #ffbc00;
	font-size: 0.24rem;
	font-size: 24px;
}
.beginAnswerButtonContainer {
	z-index:2;
}
.beginAnswerButton {
	width: 1.66rem;
	height: 0.58rem;
	width: 166px;
	height: 58px;
}

.bgIconLeftImageContainer {
	width: 0.68rem;
	height: 1.31rem;
	width: 68px;
	height: 131px;
	position: absolute;
	bottom: 0.28rem;
	bottom: 28px;
	left: 0rem;
}
#bgIconLeftImage {
	
}

.bgIconRightImageContainer {
	width: 0.72rem;
	height: 0.83rem;
	width: 72px;
	height: 83px;
	position: absolute;
	bottom: 0.23rem;
	right: 0rem;
	bottom: 23px;
	right: 0px;
}
#bgIconRightImage {
	
}

.eduTheoryContainer {
	width: 2.2rem;
	width: 220px;
	color: #888888;
	position: absolute;
	bottom: 0.2rem;
	bottom: 20px;
	left: 50%;
	margin-left: -1.17rem;
	margin-left: -117px;
}

.questionContentContainer {
	padding: 0.14rem 0.25rem 0.14rem 0.25rem;
	padding: 14px 25px 14px 25px;
	font-size: 0.18rem;
	font-size: 18px;
	line-height: 140%;
	color: #8c8c8c;
}
.questionItemImageContainer {
	max-height: 2.0rem;
	max-height: 200px;
	overflow: hidden;
}
.questionOptionsContainer {
	
}
.questionOptionContainer {
	margin: 0rem 0.15rem 0rem 0.15rem;
	margin: 0px 15px 0px 15px;
	padding: 0.10rem 0rem 0.10rem 0rem;
	padding: 10px 0px 10px 0px;
	border-top-style: inset;
	border-top-width: 0.01rem;
	border-top-width: 1px;
	border-top-color: #999;
}
.questionOptionText {
	margin-left: 0.1rem;
	margin-left: 10px;
}

.resultImageContainer {
	margin: 0.15rem 0.08rem 0rem 0.1rem;
	margin: 15px 8px 0px 10px;
}
#resultIntroduceContainer, #resultResultContainer {
	margin-left: 0.2rem;
	margin-right: 0.2rem;
	margin-left: 20px;
	margin-right: 20px;
}

.resultShareButton {
	width: 2.25rem;
	height: 0.66rem;
	width: 225px;
	height: 66px;
}
.resultTheoryContainer {
	color: #888888;
}

.questionSharePage {
	background-color: rgba(0,0,0,0.8);
	z-index: 10;
}
.shareGuideArrowImageContainer {
	width: 0.81rem;
	height: 0.82rem;
	width: 81px;
	height: 82px;
	position: absolute;
	top: 0.1rem;
	right: 0.4rem;
	top: 10px;
	right: 40px;
}
.shareGuideTipImageContainer {
	width: 2.34rem;
	height: 0.23rem;
	width: 234px;
	height: 23px;
	position: absolute;
	top: 1rem;
	right: 0.23rem;
	top: 100px;
	right: 23px;
}
.shareQrcodeImageContainer {
	width: 1.8rem;
	height: 1.8rem;
	width: 180px;
	height: 180px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -0.9rem;
	margin-top: -0.9rem;
	padding-bottom: 1.8rem;
	margin-left: -90px;
	margin-top: -90px;
	padding-bottom: 180px;
}
.shareQrcodeGuideContainer {
	width: 100%;
	color: white;
	line-height: 140%;
	position: absolute;
	top: 50%;
	margin-top: 1.1rem;
}