/* modal
-------------------------------------------------------------------------------- */
#container-wrap{
	margin: 0 auto;
	padding: 0 35px 35px;
	display: none;
	position: fixed;
	z-index: 200;
	width: 870px;
	height: 625px;
	background-color: #fff;
	border-radius: 15px; -webkit-border-radius: 15px; -moz-border-radius: 15px;
	box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;
}
#container-wrap .head {
	margin: 0 -35px;
	padding: 25px 0 15px;
	border-bottom: 1px solid #d8dadc;
	color: #333;
	background-color: #f9f9f5;
	line-height: 1.2;
	text-align: center;
	font-size: 35px;
	font-weight: bold;
	border-radius: 15px 15px 0 0; -webkit-border-radius: 15px 15px 0 0; -moz-border-radius: 15px 15px 0 0;
}
#container-wrap .lead {
	margin: 30px 0 35px;
	color: #333;
	font-size: 14px;
	font-weight: normal;
}
#container-wrap .note-box {
	margin: 0;
	padding: 24px;
	line-height: 1.5;
	font-weight: bold;
}

/* #container-question */
#container-question {
	display: none;
	position: relative;
	z-index: 2;
	width: 100%;
	height: 545px;
}

/* .area-question */
#container-question .area-question {
	position: relative;
}
#container-question .area-question .question-text {
	color: #333;
	line-height: 1.3;
	font-size: 16px;
	font-weight: bold;
}

/* .area-question-start */
#container-question .area-question-start {
	padding-top: 55px;
}
#container-question .area-question-start .question-text {
	position: absolute;
	top: 242px;
	right: 0;
	left: 0;
	width: 100%;
	text-align: center;
}
#container-question .area-question-start .box-answer {
	margin: 0 auto;
	position: absolute;
	top: 280px;
	right: 0;
	left: 0;
	width: 100%;
}
#container-question .area-question-start .box-answer li {
	margin: 0 20px;
}
#container-question .area-question-start .box-answer li a {
	min-width: 270px;
}

/* .area-question-flow */
#container-question .area-question-flow {
	margin-left: 28px;
	padding: 76px 14px 18px;
	border: 1px solid #d1d1d1;
	position: relative;
	float: left;
	width: 248px;
	height: 240px;
	background-color: #fff;
	border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px;
	box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;
	box-shadow: 1px 1px 4px #d1d1d1; -webkit-box-shadow: 1px 1px 4px #d1d1d1; -moz-box-shadow: 1px 1px 4px #d1d1d1;
}
#container-question .area-question-flow:after {
	content: '';
	display: block;
	position: absolute;
	top: 40%;
	right: -26px;
	width: 19px;
	height: 57px;
	background: url(/energy/set/common/p/img/js-mApplication/icon_arrow.png) no-repeat;
}
#container-question .area-question-flow:first-child,
#container-question .area-question-start + .area-question-flow {
	margin-left: 0;
}
#container-question .area-question-flow:last-child:after {
	content: none;
}
#container-question .area-question-flow .question-num {
	position: absolute;
	top: -23px;
	left: 85px;
	width: 77px;
	height: 77px;
	line-height: 2;
	background: url(/energy/set/common/p/img/js-mApplication/bg_qa.png) left top no-repeat;
	text-align: center;
	color: #ffb400;
	font-size: 36px;
	font-weight: bold;
}
#container-question .area-question-flow .box-answer {
	margin: 0 auto;
	width: 217px;
	position: absolute;
	right: 0;
	bottom: 18px;
	left: 0;
}
#container-question .area-question-flow .box-answer li {
	height: 37px;
}
#container-question .area-question-flow .box-answer a {
	border: 1px solid #bac1c6;
	display: block;
	width: 101px;
	height: 35px;
	line-height: 35px;
	color: #333333;
	background-color: #f4f5f6;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	outline: none;
	border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px;
}
#container-question .area-question-flow .box-answer a:hover,
#container-question .area-question-flow .box-answer .selected a {
	background-color: #bac1c6;
}
#container-question .area-question-flow .box-answer .answer-1 {
	float: left;
}
#container-question .area-question-flow .box-answer .answer-2 {
	float: right;
}

/* #container-result */
#container-result {
	position: absolute;
	display: none;
	right: 35px;
	bottom: 0;
	left: 35px;
	z-index: 2;
}
#container-result .btn-close {
	cursor: pointer;
}
#container-result .area-result {
	position: relative;
}
#container-result .area-result p {
	margin: 0;
}
#container-result .area-result-app {
	height: 160px;
}
#container-result .area-result-close {
	height: 195px;
}
#container-result .area-result-close .box-close {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 20px;
}

/* Modal UI */
#modalOverlay{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 199;
	width: 100%;
	height: 120%;
	background-color: rgba(0,0,0,0.75);
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#CC000000,EndColorStr=#CC000000); /* IE8 */
}
.modalBody {
}
.modalClose {
	display: block;
	position: absolute;
	top: -26px;
	right: -38px;
	z-index: 3;
	width: 56px;
	height: 56px;
	background: #fff url(/energy/set/common/p/img/js-mApplication/btn_close.png) center center no-repeat;
	border-radius: 28px; -webkit-border-radius: 28px; -moz-border-radius: 28px;
	cursor: pointer;
}

#container-mask {
	position: absolute;
	width: 800px;
	height: 160px;
	background: #ffffff;
	left: 35px;
	bottom: 60px;
	z-index: 6;
}