﻿@charset "utf-8";

#article .top, #article .bg {
	background: #ececec url('/skin/images/top_bg.jpg') no-repeat center center;
	background-size: cover;
}
#article .top>.inner {
	width: 50%;
	left: auto;
	right: 0;
}
#article .top h1 {
	text-transform: uppercase;
	letter-spacing: -3.9px;
	line-height: 70px;
	font-weight: 300;
	font-size: 75px;
}
#article .top h3 {
	letter-spacing: -1.45px;
	margin-bottom: 30px;
	margin-top: 20px;
	font-weight: 300;
	font-size: 35px;
}
#article .top .desc {
	line-height: 30px;
	font-size: 16px;
}
#article .top .bg {
	background-position: left center;
	display: none;
	height: 400px;
}
#article .top .start {
	text-align: center;
	position: absolute;
	bottom: 25px;
	width: 100%;
	left: 0;
}
#article .top .start>.inner {
	background: url('/skin/images/arrow_down.png') no-repeat center bottom;
	text-transform: uppercase;
	display: inline-block;
	padding-bottom: 20px;
	font-size: 20px;
}
#article .top .start:hover>.inner {
	background-image: url('/skin/images/arrow_down_brown.png');
}
#article #startBtn {
	display: none;
}



#article .main {
	padding-bottom: 68px;
	padding-top: 62px;
	min-height: 680px;
}
#article .title {
	text-align: center;
}
#article .title .inner {
	display: inline-block;
	white-space: nowrap;
}
#article .title .pad-left {
	display: inline-block;
	vertical-align: top;
}
#article .title .pad-right {
	vertical-align: bottom;
	display: inline-block;
	white-space: normal;
	text-align: left;
	width: 85%;
	width: calc(100% - 60px);
}
#article .title .eng {
	line-height: 26px;
	font-weight: 300;
	font-size: 22px;
}
#article .title .tch {
	margin-top: 4px;
}
#article .title .num {
	line-height: 56px;
	font-weight: 300;
	font-size: 70px;
	padding: 0 10px;
	color: #e2e2e2;
}
#article .question {
	display: none;
}
#article .answers {
	min-height: 170px;
	margin-top: 58px;
	overflow: auto;
}
#article.tall .answers {
	min-height: 410px;
}
#article.middle .answers {
	min-height: 240px;
}
#article .bottom {
	text-align: center;
}
#article .button {
	background-color: #b7a9a1;
	margin: 62px 14px 12px;
	display: inline-block;
	padding: 10px 28px;
	margin-top: 62px;
	font-size: 14px;
	color: white;
}
#article .button:hover {
	background-color: #333;
}
#article .button.disable {
	background-color: #bbb;
	cursor: default;
}



#article .iradio, #article .icheckbox {
	background: url('/skin/images/radio.png') no-repeat 0 0;
	vertical-align: middle;
	margin-right: 10px;
	cursor: pointer;
	height: 23px;
	border: none;
	float: left;
	width: 23px;
	padding: 0;
}
#article .iradio.checked, #article .icheckbox.checked {
	background-position: -23px 0;
}
#article .iradio input[type=radio] {
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}



#article .yes-no .answers {
	text-align: center;
}
#article .yes-no .answers label {
	display: inline-block;
}
#article .yes-no .answers label+label {
	margin-left: 50px;
}



#article .multi-choice .answers {
	margin-left: 100px;
}
#article .multi-choice .answers label {
	display: inline-block;
	vertical-align: top;
	padding-right: 5%;
	margin-top: 18px;
	width: 50%;
}
#article .multi-choice .answers label:after {
	display: block;
	content: ' ';
	clear: both;
}
#article .multi-choice .answers label .specify {
	border-bottom: 1px solid #aaa;
	appearance: none;
	margin-top: 4px;
	width: 68%;
}



#article .multi .answers table {
	min-width: 540px;
	width: 100%;
}
#article .multi .answers td {
	vertical-align: middle;
	padding: 8px 4% 8px 0;
}
#article .multi .iradio {
	margin-right: 0;
}



#article .free-text textarea {
	height: 200px;
	width: 100%;
}



#q16 {
	margin-top: 40px;
	display: none;
}
#q16 .title {
	margin-bottom: 40px;
	text-align: left;
}
#q16 .title .eng {
	font-weight: 600;
}
#q16 .question {
	margin-bottom: 52px;
	text-align: left;
}
#q16 .field {
	width: 33.3333%;
	float: left;
}
#q16 .textfield {
	border-bottom: 1px solid #333;
	display: inline-block;
	margin-top: -8px;
	margin-left: 6px;
	padding: 0;
}
#q16 .desc {
	margin-top: 50px;
}
#q16 .desc p+p {
	margin-top: 18px;
}



#finsh {
	text-align: center;
	display: none;
	color: black;
}
#finsh h1 {
	letter-spacing: 1.3px;
	margin-bottom: 14px;
	line-height: 32px;
	font-weight: 800;
	font-size: 30px;
}
#finsh h2 {
	margin-bottom: 10px;
	line-height: 28px;
	margin-top: 20px;
	font-size: 18px;
}
#finsh p+p {
	margin-top: 25px;
}
#finsh .eng {
	line-height: 58px;
	font-weight: 300;
	font-size: 32px;
}
#finsh .tch {
	line-height: 46px;
	font-size: 18px;
}

@media (max-width: 1380px) {
	#article .top h1 {
		line-height: 50px;
		font-size: 55px;
	}
	#article .top h3 {
		letter-spacing: -1px;
		font-size: 28px;
	}
	#article .top .desc br {
		display: none;
	}
}
@media (max-width: 1080px) {
	#q16 .field {
		margin-top: 28px;
		float: none;
		width: 100%;
	}
	#q16 .field span:first-child {
		display: inline-block;
		width: 100px;
	}
	#q16 .field .input {
		display: inline-block;
		width: 40%;
	}
	#q16 .textfield {
		margin-left: 0;
		width: 100%;
	}
}
@media (max-width: 980px) {
	#article .top h1 {
		line-height: 40px;
		font-size: 45px;
	}
	#article .top h3 {
		font-size: 22px;
	}
	#article .top .desc {
		line-height: 26px;
		font-size: 14px;
	}
	
	
	
	#article .multi-choice .answers {
		margin-left: 50px;
	}
}
@media (max-width: 840px) {
	#article .top {
		height: auto !important;
		background: none;
	}
	#article .top .bg {
		margin-top: 100px;
		display: block;
	}
	#article .top>.inner {
		padding-bottom: 80px;
		text-align: center;
		padding-top: 80px;
		position: static;
		width: 100%;
	}
	#article .top .start {
		display: none;
	}
	#article .top h1 br {
		display: none;
	}
	#article .top h3 {
		font-size: 28px;
	}
	#article .top .desc {
		font-size: 16px;
	}
	#article #startBtn {
		display: inline-block;
	}
	#article .main {
		display: none;
	}
	
	
	
	#article.starting .top>.inner {
		display: none;
	}
	#article.starting .main {
		display: block;
	}
}
@media (max-width: 640px) {
	#article .top .bg {
		margin-top: 0;
	}
	#article .top>.inner {
		padding-bottom: 60px;
		padding-top: 60px;
	}
	#article .top h1 {
		line-height: 34px;
		font-size: 34px;
	}
	#article .top h3 {
		margin-bottom: 20px;
	}
	#article .top .desc {
		line-height: 22px;
	}
	
	
	
	#article .title .eng {
		line-height: 22px;
		font-size: 20px;
	}
	#article .title .tch {
		font-size: 14px;
	}
	#article .answers {
		font-size: 14px;
	}
	#article .title {
		text-align: left;
	}
	#article .title .num {
		margin-left: -6px;
		padding: 0;
	}
	
	#article .yes-no .answers {
		text-align: left;
	}
	
	#article .multi-choice .answers {
		margin-left: 0;
	}
	#article .multi-choice .answers label {
		width: 100%;
	}
	
	#finsh h1 br, #finsh h2 br {
		display: none;
	}
}
@media (max-width: 480px),
(-webkit-min-device-pixel-ratio: 1.25) and (max-width: 640px),
(min--moz-device-pixel-ratio: 1.25) and (max-width: 640px),
(-o-min-device-pixel-ratio: 1.25/1) and (max-width: 640px),
(min-device-pixel-ratio: 1.25) and (max-width: 640px),
(min-resolution: 200dpi) and (max-width: 640px),
(min-resolution: 1.25dppx) and (max-width: 640px) {
	#article .top>.inner {
		padding-top: 40px;
	}
	#article .top .bg {
		background-size: 150%;
		margin-top: 54px;
		height: 226px;
	}
	#article .top h1 {
		letter-spacing: -1.4px;
		line-height: 24px;
		font-size: 24px;
	}
	#article .top h1 strong {
		letter-spacing: -1.8px;
	}
	#article .top h3 {
		line-height: 20px;
		font-size: 20px;
	}
	#article .top .desc {
		font-size: 14px;
	}
	
	
	
	#article .title .num {
		line-height: 36px;
		font-size: 50px;
	}
	#article .answers {
		margin-top: 38px;
	}
	
	
	
	#q16 {
		font-size: 14px;
	}
	#q16 .field span:first-child {
		width: 85px;
	}
	#q16 .field .input {
		width: 60%;
		width: calc(100% - 85px);
	}
	#q16 .desc {
		margin-top: 40px;
	}
}
@media 
(-webkit-min-device-pixel-ratio: 1.25) and (max-width: 640px),
(min--moz-device-pixel-ratio: 1.25) and (max-width: 640px),
(-o-min-device-pixel-ratio: 1.25/1) and (max-width: 640px),
(min-device-pixel-ratio: 1.25) and (max-width: 640px),
(min-resolution: 200dpi) and (max-width: 640px),
(min-resolution: 1.25dppx) and (max-width: 640px) {
	#article.starting .top {
		height: 100px !important;
		visibility: hidden;
	}
}