html, body {
	height: 100%;
	background-color: #fefefe;
	overflow-x: hidden;
}
html.report, html.report body{
	height: auto;
}
html#testPage,
html#testPage body{
	height: auto;
}
.limitTimeOffer{
	display: none;
    position: relative;
    top: 20px;
    font-weight: 700;
    max-width: 500px;
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
}
.payment-text{
	text-align: left;
    padding-left: 30px;
}
.paypalUnderline{
	border-top: 4px solid #029bde;
}
.wechatUnderline{
	border-top: 4px solid #00c800;
	border-bottom: 4px solid #a51c30;
}
.redeemText.wechat{
	color: #00c800
}
.redeemText.paypal{
	color: #029bde;
}
.redeemText.code{
	color: #a51c30;
}
#paypal-button-container{
	margin: 20px 0;
}
#pay-in-wechat img{
	height: 30px;
    width: 111px;
}
.item blockquote.larger-text h5{
	font-size: 18px;
	line-height: 30px;
}
.item blockquote.larger-text{
	margin-top: 100px;
}
.test-container .item .radio{
	margin: 15px 0;
}
input.invalid{
	background: rgba(229,28,35,0.3);
}
#scholarship-title:after {
    display: block;
    content: "";
    height: 1px;
    width: 60px;
    background: #871e2d;
    margin: 20px auto 0;
    margin-top: 20px;
    position: relative;
}
.hero {
	width: 100%;
	height: 100%;
	min-height: 600px;
	background: url(../img/bg.jpg);
	background-size: cover;
	position: relative;
}
.hero.payment{
	min-height: 750px;
}
.hero .wrap {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.test-container{
	max-width: 600px;
	width: 85%;
	margin: 0 auto;
}
#page {
	margin-top: 60px;
}
#page .wrap {
	margin: 0 auto;
	max-width: 900px;
	padding: 20px;
}
#page .wrap-lg {
	margin: 0 auto;
	max-width: 1200px;
	padding: 70px;
}
#page .wrap h1 {
	text-align: center;
	margin-top: 100px;
	margin-bottom: 10px;
	font-weight: 900;
}
#page .wrap h2 {
	text-align: center;
	margin-top: 70px;
}
#page .wrap-lg h1 {
	margin-top: 40px;
	font-weight: 900;
}
#page .wrap-lg p {
	line-height: 1.5em;
}
.grid-sidebar {
	padding-left: 200px;
}
.navbar-nav {
    margin: 0px -15px;
}
.fixed-sidebar {
	float: left;
	margin-left: -220px;
	position: fixed;
}
.fixed-sidebar ul {
	margin-top: 0;
	list-style-type: none;
	text-align: left;
}
.fixed-sidebar li {
	font-size: 18px;
	padding-bottom: 20px;
}
.fixed-sidebar a, h3 {
	color: #871e2d;
	margin-bottom: 25px;
}
.sidebar-item:hover {
	background-color: #871e2d;
	color: #fff;
	text-decoration: none;
}
#section3-img {
	max-width: 500px;
	width: 90%;
	margin: 20px 0; 
}
.section3-content{
	max-width: 454px;
	margin: auto;
}
.underline-black {
	width: 100%; 
	height: 50px; 
	border-bottom: 1px solid #aaa;
	margin-bottom: 60px;
}

.part2{
	max-width: 900px;
	margin: 0	auto;
	padding-top: 0px;
}
#part2-title{
	margin-bottom: 100px;
}
#part2-title h2 {
	text-align: center;
	color: #871e2d;
}
#part2-sub-title{
	margin: 20px 0px 0px 0px;
}
#part2-text {
font-size: 20px;
color: #656565;
text-align: left;
line-height: 1.5em;
padding-top: 83px;
}
#part2-img {
	width: 100%;
}
.part2 .button-align {
	text-align: center;
}
.thumbnail{
	/*border: 1px solid #871e2d;*/
	display: flex;
			flex-direction: column;
	justify-content: space-between;
	    padding: 25px;
}
#phoneInput {
	display: none;
}
.errorBox #errorMsg {
	display: block;
	color: #333;
}
#errorMsg {
	color: #F44336;
	text-align: center;
	position: absolute;
	width: 480px;
	top: 80px;
	left: 0;
	display: none;
}
#successMsg {
	color: #4CAF50;
	text-align: center;
	position: absolute;
	width: 480px;
	top: 80px;
	left: 0;
}
#nav {
	height: 60px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9000;
	background: #871e2d;
	border: none;
	border-radius: 0;
}
#nav .navbar-collapse{
	border-color: #fff;
}
#nav .navbar-toggle{
	border-color: #fff;
}
#nav .navbar-toggle,
#nav .navbar-toggle:hover{
	background: none;
}
#nav .navbar-brand {
	padding: 20px 20px;
	font-size: 18px;
	color: #fff;
	font-weight: 700;
}
#nav .navbar-toggle .icon-bar{
	background: #fff;
}
#nav .navbar-nav{
	float: none;
}
#nav .navbar-nav > li > a{
	padding: 20px 20px;
  color: rgba(255,255,255,0.6);
  text-align: center;
  transition: .5s;
  font-size: 12px;
  position: relative;
}
#nav .navbar-nav li.active a,
#nav .navbar-nav li a:hover{
	color: #fff;
	background: none;
}
#nav .navbar-nav li.active,
#nav .navbar-nav li:hover{
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    background: rgba(0,0,0,0.125);
}
.testBox {
	position: relative;
	height: 850px;
	width: 550px;
	left: calc(50% - 271px);
	bottom: -95px;
	box-shadow: 0 8px 17px 0 rgba(0,0,0,.2), 0 6px 20px 0 rgba(0,0,0,.19);
	background-color: #fff;
	border: 1px solid rgba(0,0,0,.125);
	z-index: 20;
	padding: 0 50px;
	overflow: scroll;
}
.testBox-header{
	margin-top: 100px;
}
.testBox-header h2{
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
	color: #a51c30;
}
.testBox-header h5{
	border-bottom: 1px solid #871e2d;
	padding-bottom: 25px;
}
#langVersion{
	cursor: pointer;
}
.submit-container{
	border-top: 1px solid #ddd;
	margin-top: 20px;
}
.testBox-content{
	margin-top: 30px;
}
/* carousel */
#TestCarousel
{
  padding: 0 10px 30px 10px;
  margin-top: 30px;
}
.item blockquote {
    border-left: none;
    padding: 10px 45px;
    margin-top: 160px;
}
.red-underline{
	border-bottom: 2px solid #871e2d;
}
.item blockquote h2{
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
	color: #a51c30;
}
.item blockquote h5{
	border-bottom: 1px solid #871e2d;
	padding-bottom: 25px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.item blockquote h4{
	margin-top: 60px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
@media (max-width: 768px){
	.item blockquote {
    border-left: none;
    padding: 0;
    margin-top: 100px;
}
}
#startBtn{
	width: 100%;
	margin-top: 10%;
	box-shadow: none;
	background-color: transparent;
	font-size: 18px;
}
#startBtn:hover{
	color: #fff;
	background-color: #871e2d;
	border-color: #871e2d;
}
.prev-btn{
	width: 100%;
	margin-top: 20%;
	box-shadow: none;
	background-color: transparent;
	font-size: 18px;
}
.prev-btn:hover{
	color: #fff;
	background-color: #871e2d;
	border-color: #871e2d;
}
.next-btn{
	width: 100%;
	margin-top: 20%;
	box-shadow: none;
	background-color: transparent;
	font-size: 18px;
}
.next-btn:hover{
	color: #fff;
	background-color: #871e2d;
	border-color: #871e2d;
}
.signBox {
	position: absolute;
	height: 457px;
	width: 480px;
	left: calc(50% - 240px);
	bottom: 80px;
	box-shadow: 0 8px 17px 0 rgba(0,0,0,.2), 0 6px 20px 0 rgba(0,0,0,.19);
	background-color: rgba(255,255,255,0.95);
	border: 1px solid rgba(0,0,0,.125);
	z-index: 20;
	padding: 0 50px;
}
.signBox.success {
	height: 240px;
	display: none;
}
.signBox.errorBox {
	height: 240px;
}
.signBox-header h2 {
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
	color: #a51c30;
}
.signBox-header h3 {
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
	color: #a51c30;
}
.signBox-Content h4 {
	margin-top: 30px;
}
.signBox .input-field label {
	font-size: 1.2em;
}
.text-center {
	text-align: center;
}
.text-left {
	text-align: left;
}
.underline {
	border-bottom: 1px solid #a51c30;
}
.underline-red {
	width: 70px;
	    margin-left: calc(50% - 38px);
	border-bottom: 3px solid #871e2d;

}
/* label focus color */
.signBox .input-field input:focus + label {
	color: #a51c30;
}
/* label underline focus color */
.signBox .input-field input:focus {
	border-bottom: 1px solid #a51c30;
	box-shadow: 0 1px 0 0 #a51c30;
}
#phoneInput:focus {
	border-bottom: none;
	box-shadow: 0 1px 0 0 #a51c30;
}
#signBtn {
	position: absolute;
	bottom: 20px;
	right: 30px;
	/*color: #a51c30;
	font-weight: bold;*/
	cursor: pointer;
}
.btn-wechat{
	margin-top: 35px;
	margin-bottom: 50px;
}
#pay-in-wechat{
	display: none;
}
#js_data{
	display: none;
}
#pay-version-btn,
#pay-complete,
#free-version-btn {
	width: 100%;
	margin-top: 20%;
	box-shadow: none;
	background-color: transparent;
	font-size: 18px;
}
#free-version-btn{
	margin-top: 50px;
	font-size: 15px;
}
#pay-complete{
	margin-top: 0;
	position: relative;
	top: -15px;
	font-size: 16px;
}
#pay-version-btn:hover,
#pay-complete:hover,
#free-version-btn {
	color: #fff;
	background-color: #871e2d;
	border-color: #871e2d;
}
#paymentFailAlert .modal-dialog,
#shareTest .modal-dialog{
	margin-top: 100px;
}
#handInBtn {
	/*padding-left: 80px;
	padding-right: 80px;
	padding-top: 8px;
	padding-bottom: 10px;
	box-shadow: none;
	background-color: transparent;
	margin-bottom: 50px;
	margin-top: 20px;*/
	width: 100%;
	margin-top: 20%;
	box-shadow: none;
	background-color: transparent;
	font-size: 18px;
}
#handInBtn:hover {
	color: #fff;
	background-color: #871e2d;
	border-color: #871e2d;
}
.startTest-btn {
	margin: 40px 0px;
	padding: 10px 60px;
	color: #fff;
	background-color: #871e2d;
	border-color: #871e2d;
}
.startTest-btn:hover {
	color: #fff;
	background-color: #771a28;
	border-color: #771a28;
	box-shadow: 0px 6px 5px #888888;
}
.startTest-btn-outline {
	margin: 30px 0px;
	padding: 10px 30px;
	color: #000;
	background-color: transparent;
	border-color: #871e2d;
}
.startTest-btn-outline:hover {
	color: #fff;
	background-color: #771a28;
	border-color: #771a28;
	box-shadow: 0px 6px 5px #888888;
}
label {
	font-size: 15px;
	color: black;
}
[type="radio"]:not(:checked), [type="radio"]:checked {
	left: 20px;
	opacity: initial;
}
.has-success .radio label {
	color: #3c763d;
}
.has-error .radio label {
	color: #a94442;
}
.reqStar {
	color: red;
}
.row.paycode {
	margin-right: -30px;
	margin-left: -30px;
	margin-top: 10%;
	left: 50%;
	transform: translateX(6%);
}
.wechatlogo {
	width: 55%;
	height: 55%
}
.alipaylogo {
	width: 40%;
	height: 40%;
}
.qcode {
	width: 75%;
	height: 75%;
}
.quote {
	background-color: #EFEFEF;
	color: #CC0000;
	font-weight: bold;
	text-align: center;
	border-radius: 28px;
	padding: 20px;
}

.highlighted-yellow {
	background-color: #FFFB00;
}
.img-size {
	max-width: 100%;
	max-height: 350px;
}
.text-red {
	color: #CC0000;
}

#pointer {
	margin-left: 28%;
}
/*landingpage*/
#main {
	position: relative;
	height: 100%;
	width: 100%;
}
.banner{
	width: 100%;
	min-height: calc(100vh);
	text-align: center;
	border-bottom: 1px solid #ddd;
}
.banner-content{
	padding: 0 38px;
  max-width: 670px;
  margin: 0 auto;
  position: relative;
  top: 148px;
}
#banner-title{
	font-weight: bold;
	margin: 0 0 10px;
    text-align: center;
    margin-left: 60px;
    margin-right: 60px;
    line-height: 1.5em;
    color: rgba(51, 51, 51, 0.77);
    padding-top: 20px;
}
#banner-img{
	width: calc(80%);
}
.header-title{
	width: 100%;
	height: 100px;
}
#landingPage #page{
	margin-top: 0;
}
#landing-hero{
	overflow: hidden;
	height: calc(100vh);
	min-height: 800px;
}
#landing-hero-drop{
	width: 100%;
	height: 100%;
	min-height: 600px;
}
#landing-hero-drop p{
	font-size: 16px;
	text-align: left;
	width: 443px;
  margin: auto;
  line-height: 1.5em;
}
.sectionTitleContainer{
	margin: auto;
    padding-top: 60px;
    margin-bottom: 60px;
}
.sectionTitle{
    color: #871e2d;
    font-size: 15px;
    line-height: 15px;
    font-weight: bolder;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
    margin-top: 0;
    text-align: center;
}
.sectionSubtitle{
    color: #222;
    text-align: center;
    margin-top: 0;
    font-size: 25px;
    line-height: 38px;
    font-weight: 400;
}
.sectionSubtitle:after {
    display: block;
    content: "";
    height: 1px;
    width: 60px;
    background: #871e2d;
    margin: 20px auto 0;
    margin-top: 20px;
    position: relative;
}
.thumbnail>img{
	width: 50%;
}
#section1-content{
	max-width: 950px;
	margin: auto;
}
#landing-section1 .thumbnail{
	min-height: 292px;
}
#landing-section2-story{
	height: 640px;
	max-width: 540px;
	overflow-y: scroll;
	padding: 0 30px;
	margin: auto;
}
#landing-section2-story p{
	text-align: left;
}
#landing-section2-story strong{
	background: #fffd54;
}
#landing-section2-story em{
	color: #ff2941;
	font-style: normal;
}
#landing-section3 p{
	text-align: left;
}
/*report*/
html.report,
html.report body{
	background-color: #404040;
}
#report-container{
	height: 100%;
    width: 100%;
    background-color: #404040;
    padding-top: 70px;
}
#report-page-container{
	max-width: 978px;
	width: 80%;
	margin: 0 auto;
	position: relative;
}
.report-page{
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #fff;
	border: 5px solid transparent;
	margin-bottom: 10px;
	padding: 50px;
	-webkit-box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.25);
box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.25);
}
.report-nav li{
	display: none;
}
.report-nav li.show{
	display: block;
}
.report-nav li a{
	font-size: 14px;
}
.report-page h1{
	text-align: center;
	font-size: 25px;
	color: #333;
	margin-bottom: 20px;
}
.report-page h5{
	/*border-left: 2px solid #871e2d;*/
	padding-left: 10px;
	line-height: 1.5em;
}
#dao1-container,
#dao2-container,
#dao-container{
	width: 70%;
	display: block;
	margin: 10px auto;
	position: relative;
	 -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none;
}
#dao-container .glyphicon{
	position: absolute;
	cursor: pointer;
	top: 98%;
	right: 10px;
	font-size: 20px;
}
.signBox.daoBox{
	padding-left: 10px;
	padding-right: 10px;
	background: #fff;
	top: 120px;
    height: calc(100% - 140px);
	overflow-y: scroll;
	overflow-x: hidden;
}
#dao-container{
	width: 100%;
}
#dao-container img,
.report-page #dao1-container img,
.report-page #dao2-container img{
	width: 100%;
}
#dao-container span,
#dao1-container span,
#dao2-container span{
	position: absolute;
	font-size: 14px;
	cursor: default;
}
#dao-name{
    top: 36.5%;
    left: 22.5%;
}
#dao-way{
    top: 48.5%;
    left: 22.5%;
}
#dao-season-1{
    top: 84%;
    left: 13%;
}
#dao-season-2{
	top: 84%;
    left: 36%;
}
#dao-season-3{
	top: 84%;
	left: 58%;
}
#dao-season-4{
	top: 84%;
	left: 80%;
}
#dao-role-1{
	top: 10%;
	left: 44.5%;
}
#dao-role-2{
	top: 23%;
	left: 79%;
}
#dao-role-3{
	top: 51%;
	left: 79%;
}
#dao-role-4{
    top: 81%;
    left: 79%;
}
#dao-role-5{
	top: 94%;
	left: 44.5%;
}
#dao-role-6{
	top: 81%;
	left: 7%;
}
#dao-role-7{
	top: 51%;
	left: 7%;
}
#dao-role-8{
	top: 23%;
    left: 7%;
}
#result-name{
	top: 15.5%;
    left: 35%;
}
#result-way{
	top: 17.5%;
    left: 35%;
}
#result-season-1{
	top: 22.5%;
	left: 27%;
}
#result-season-2{
	top: 22.5%;
	left: 44.5%;
}
#result-season-3{
	top: 22.5%;
	left: 61.5%;
}
#result-season-4{
	top: 22.5%;
	left: 78.5%;
}
#result-role-1{
	top: 28.7%;
	left: 46.5%;
}
#result-role-2{
	top: 33.7%;
	left: 71.3%;
}
#result-role-3{
	top: 44.3%;
	left: 71.3%;
}
#result-role-4{
	top: 55.5%;
	left: 71.3%;
}
#result-role-5{
	top: 60%;
	left: 46.5%;
}
#result-role-6{
	top: 55.5%;
	left: 19.8%;
}
#result-role-7{
	top: 44.3%;
	left: 19.8%;
}
#result-role-8{
	top: 33.7%;
	left: 19.8%;
}
.daoBox .description{
	position: absolute;
    width: 76%;
    left: 12%;
    top: 65%;
}
.daoBox .description p{
	margin: 0;
}
#dao-container span,
.daoBox span,
.daoBox p{
	font-size: 8px;
}
.daoBox p[data-align="right"]{
	text-align: right;
	padding-right: 22px;
}
.daoBox p.emptyline{
	padding-top: 8px;
}
.daoBox h4{
	padding-left: 20px;
	padding-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	border-top: 1px solid #ddd;
	font-size: 16px;
}
.report-page img{
	width: 70%;
	display: block;
	margin: 10px auto;
}
/*title*/
.report-subtitle{
	margin-top: 15px;
	margin-bottom: 10px;
	line-height: 1.2em;
	font-size: 17px;
}
.report-page em{
	color: #ff2941;
	font-style: normal;
}
.report-page strong{
	background: #fffd54;
}
.report-page p{
	padding: 5px 20px;
	font-size: 14px;
}
.page-num{
	position: absolute;
	width: 100%;
	text-align: center;
	color: #aaa;
	left: 0;
	bottom: 10px;
}
.red{
	color: #ff2941;
}
/*report font*/
@media (min-width: 992px) {
.report-page li{
	font-size: 20px;
}
.report-page h1 {
    text-align: center;
    font-size: 27px;
    color: #333;
    margin-bottom: 20px;
}
.report-subtitle{
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 1.2em;
	font-size: 22px;
}
.report-page p{
	padding: 5px 20px;
	font-size: 20px;
}
.dao-season{
	font-size: 20px;
}
}
#createQR{
	max-width: 500px;
    width: 100%;
	margin: 0 auto;
	position: relative;
	cursor: pointer;
	-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none;
}
#qrbg, #testImg{
	max-width: 500px;
  width: 100%;
}
#qrcode{
	width: 25%;
	position: absolute;
	top: 84%;
  left: 55%;
}
#createQR>span{
	position: absolute;
	width: 40%;
	top: 88%;
	font-size: 18px;
	left: 5%;
	cursor: default;
	text-align: right;
	font-weight: bold;
	color: #ae302e;
}
#qrCanvas, #daoCanvas{
	display: none;
}
.signBox.paymentBox{
	height: 653px;
	top: 90px;
	overflow-y: scroll;
	overflow-x: hidden;
}
.paySelectionBody{
	overflow: hidden;
}
@media (min-width: 416px){
	.signBox.paymentBox{
		height: 653px;
	}
}
@media (max-width: 416px){
	.signBox.paymentBox{
		height: 553px;
		overflow-y: scroll;
	}
}
.redeemText{
	line-height: 40px;
	color: #555;
}
	line-height: 40px;
	color: #555;
}
#redeemBtn:hover {
	color: #fff;
	background-color: #871e2d;
	border-color: #871e2d;
}
.hero input{
	font-size: 14px !important;
}
#landing-hero-drop .banner-content{
	top: 60px;
}
/*thumbnail*/
@media (max-width: 1200px){
	#landing-section1 .thumbnail{
		min-height: 292px;
	}
}
@media (max-width: 992px){
	#landing-section1 .thumbnail{
		min-height: 352px;
	}
}
@media (max-width: 767px){
	#landing-section1 .thumbnail{
		min-height: 211px;
    max-width: 409px;
    margin: auto;
    margin-bottom: 5%;
	}
}
@media (min-width: 360px) {
	#Ukay {
	margin-left: 3%;
}
#pointer {
	margin-left: 30%;
}

}
@media (min-width: 412px) {
	#Ukay {
	margin-left: 11%;
}
#pointer {
	margin-left: 31%;
}

}
/*landing banner*/
@media (max-width: 472px) {
/*	#banner-title{
		margin: auto;
    text-align: center;
    line-height: 1.5em;
    color: rgba(51, 51, 51, 0.77);
    padding-top: 20px;
    position: absolute;
    bottom: 101%;
    left: calc(50% - 73px);
	}*/
}
/*landing subtitle size*/
@media (max-width: 600px) {
	#sectionSubtitle1{
		font-size: 17px;
	}
	#sectionSubtitle2{
		font-size: 17px;
	}
	#sectionSubtitle3{
		font-size: 17px;
	}
}
/*landing subtitle*/
#sectionSubtitle2{
	width: 100%;
	text-align: center;
}
#sectionSubtitle3{
	width: 100%;
	text-align: center;
}
@media (min-width: 768px) {
	#nav .navbar-nav {
		float: right;
	}
}
@media (min-width: 768px) and (max-width: 992px){
	.container{
		width: 768px;
	}
}
@media (min-width: 993px) and (max-width: 1024px){
	#dao-container span,
	#dao1-container span,
	#dao2-container span{
		line-height: 12px;
		font-size: 12px;
	}
	#dao-name {
		top: 37.5%;
		left: 22.5%
	}
	#dao-way{
    top: 50.5%;
    left: 22.5%;
}
}
@media (min-width: 769px) and (max-width: 992px){
	#dao-container span,
	#dao1-container span,
	#dao2-container span{
		line-height: 12px;
		font-size: 11px;
	}
	#dao-name{
    top: 37.5%;
    left: 22.5%;
}
#dao-way{
    top: 49.5%;
    left: 22.5%;
}
}
@media (max-width: 768px){
	#nav .navbar-nav{
		background: #871e2d;
	}
	#dao-container span,
	#dao1-container span,
	#dao2-container span{
		line-height: 8px;
		font-size: 8px;
	}
	#landing-section2-story{
		height: 450px;
	}
	#landing-hero-drop p{
		font-size: 14px;
		line-height: 23px;
		width: 321px;
    	margin: auto;
	}
	#landing-hero-drop h1{
		font-size: 24px;
		/*width: 150px;*/
		font-weight: bold;
		margin-bottom: 20px;
/*		margin: auto;*/
		text-align: center;
	}
	.startTest-btn {
		margin: 25px 0px;
	}
	.daoBox p{
		font-size: 8px;
	}
}
@media (min-width: 661px) and (max-width: 768px){
	#dao-name{
    top: 38.5%;
    left: 22.5%;
}
#dao-way{
    top: 50.5%;
    left: 22.5%;
}
#dao-season-1 {
    top: 85%;
    left: 13%;
}
#dao-season-2 {
    top: 85%;
    left: 36%;
}
#dao-season-3 {
    top: 85%;
    left: 58%;
}
#dao-season-4 {
    top: 85%;
    left: 80%;
}
}
@media (min-width: 600px) and (max-width: 660px){
	#dao-name{
    top: 37.5%;
    left: 22.5%;
}
#dao-way{
    top: 50.5%;
    left: 22.5%;
}
#dao-season-1 {
    top: 84%;
    left: 13%;
}
#dao-season-2 {
    top: 84%;
    left: 36%;
}
#dao-season-3 {
    top: 84%;
    left: 58%;
}
#dao-season-4 {
    top: 84%;
    left: 80%;
}
}
@media (min-width: 520px) and (max-width: 599px){
	#dao-name{
    top: 34.5%;
    left: 22.5%;
}
#dao-way{
    top: 49.5%;
    left: 22.5%;
}
#dao-season-1 {
    top: 84%;
    left: 13%;
}
#dao-season-2 {
    top: 84%;
    left: 36%;
}
#dao-season-3 {
    top: 84%;
    left: 58%;
}
#dao-season-4 {
    top: 84%;
    left: 80%;
}
}
@media (min-width: 425px) and (max-width: 519px){
	#dao-name{
    top: 38.5%;
    left: 22.5%;
}
#dao-way{
    top: 50.5%;
    left: 22.5%;
}
#dao-season-1 {
    top: 85%;
    left: 13%;
}
#dao-season-2 {
    top: 85%;
    left: 36%;
}
#dao-season-3 {
    top: 85%;
    left: 58%;
}
#dao-season-4 {
    top: 85%;
    left: 80%;
}
}
@media (min-width: 379px) and (max-width: 424px){
	#dao-name{
    top: 36.5%;
    left: 22.5%;
}
#dao-way{
    top: 49.5%;
    left: 22.5%;
}
}
@media (max-width: 519px) {
	.limitTimeOffer{
		width: 300px;
    	top: 10px;
	}
	#landing-hero-drop .banner-content{
		top: 120px;
	}
	#landing-hero-drop p{
		font-size: 14px;
		width: 100%;
		line-height: 23px;
	}
	#banner-title{
		margin-left: 0;
		margin-right: 0;
	}
	#report-page-container{
		width: 100%;
	}

	#report-container{
		padding-top: 50px;
	}
	.report-page{
		padding: 7px 10px;
	}
	.section3-content{
		padding: 0 10%;
	}
	.hero {
		width: 100%;
		height: 100%;
		min-height: 527px;
		background: url(../img/bg.jpg);
		background-size: cover;
		position: relative;
	}
	#nav {
		height: 50px;
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 9000;
		background: #871e2d;
		border: none;
		border-radius: 0;
	}
	#nav .navbar-brand {
		padding: 16px 20px;
		font-size: 18px;
		color: #fff;
		font-weight: 700;
	}
	.signBox {
		position: absolute;
		height: 404px;
		width: 90%;
		left: 5%;
		bottom: 55px;
		box-shadow: 0 8px 17px 0 rgba(0,0,0,.2), 0 6px 20px 0 rgba(0,0,0,.19);
		background-color: rgba(255,255,255,0.95);
		border: 1px solid rgba(0,0,0,.125);
		z-index: 20;
		padding: 0 50px;
	}
	.signBox.daoBox{
		width: 100%;
		left: 0;
		top: 70px;
		height: calc(100% - 90px)
	}
	.additional {
		position: absolute;
		height: 133px;
		width: 296px;
		left: calc(50% - 148px);
		bottom: 10px;
		background: #a51c30;
		z-index: 2;
	}
	#pay-version-btn {
		width: 100%;
		margin-top: 43%;
		box-shadow: none;
		background-color: transparent;
		font-size: 20px;
	}
	.signBox-header h2 {
		font-size: 22px;
	}
	.signBox-header h3 {
		font-size: 18px;
		margin-bottom: 20px;
	}
	.signBox h4 {
		font-size: 12px;
	}
	.signBox-header h5 {
		font-size: 12px;
		text-align: left;
	}
	.signBox-Content {
		margin-top: 0px;
	}
	.signBox-Content h2 {
		font-size: 23px;
	}
	.signBox-Content h3 {
		font-size: 16px;
		margin-bottom: 40px;
	}
	.row.paycode {
		margin-right: -40px;
		margin-left: -40px;
		margin-top: 30px;
		left: 50%;
		transform: translateX(3%);
	}
	.qcode {
		width: 85%;
		height: 85%;
	}
	.wechatlogo {
		width: 65%;
		height: 65%;
	}
	.alipaylogo {
		width: 50%;
		height: 50%;
	}
	.intl-tel-input .selected-flag .iti-arrow {
		position: absolute;
		top: 50%;
		margin-top: -2px;
		right: 17px;
		width: 0;
		height: 0;
		border-left: 3px solid transparent;
		border-right: 3px solid transparent;
		border-top: 4px solid #555;
	}
	.intl-tel-input .selected-flag .iti-flag {
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
		margin-left: -8px;
	}
}
/*banner position*/
@media (min-width: 1280px) and (min-height: 720px) {

	.banner-content{
		top: calc(10%);
	}
	#banner-img {
		width: calc(70%);
	}
}
@media (max-height: 480px) {
.banner-content{
		top: 121px;
	}
}
/*personInfo*/
@media (max-width: 430px) {
	#email-info-abvline{
		display: none;
	}
	#email-info-underline{
		font-size: 12px;
		text-align: left;
		margin-top: -17px;
		color: darkgray;
		display: list-item;
    margin-left: 13px;
	}
}
@media (min-width: 431px) {
	#email-info-abvline{
		display: inline;
	}
	#email-info-underline{
		display: none;
	}
}
/*Firefox*/
@-moz-document url-prefix() {
	@media (max-width: 768px){
		#landing-hero-drop h1{
			font-size: 25px;
		}
	}
	@media (max-width: 600px) {
	#sectionSubtitle1{
		font-size: 17px;
	}
	#sectionSubtitle2{
		font-size: 17px;
	}
	#sectionSubtitle3{
		font-size: 17px;
	}
}
	@media (min-width: 472px){
		.banner-content{
			top: calc(10%);
		}
	}
	@media (min-width: 1280px) and (min-height: 720px) {
		.banner-content{
			top: calc(10%);
		}
		#banner-img {
			width: calc(70%);
		}
	}
}
