html,
body {
	margin: 0;
	padding: 0;
}

body {
	color:#fff;
	font-family:"Microsoft JhengHei","Noto Sans TC", "Noto Sans CJK TC", PingFang, STHeiti, sans-serif, serif;
	background-color:#FF8915 !important;
	background:url("../img/bg_sky.png"),url("../img/bg_road.svg"),linear-gradient(to bottom, #FF8C7D, #FF8915);
	background-repeat: repeat-x, repeat-x, no-repeat;
	background-size: contain;
	background-attachment: fixed;
	background-position-y: 100px, bottom , 0;
	animation:bgmove 60s linear infinite;
}
@keyframes bgmove{
	0%{
		background-position-x: 0px, 100vw,0;
	}
	100%{
		background-position-x: 100vw, 0,0;
	}
}
.indexLogo{
	width: 350px;
	margin:auto;
}

#contentSection,#indexBox,#resultSection {
	margin: 20px auto;
	font-weight: 300;
	width: 350px;
	height:fit-contain;
	overflow: hidden;
	margin-top: 0;
	margin-bottom: 0;
}
#contentSection{
	margin-top: -20px;
}
.intro_kv img{
	width:100%;
}
.intro_kv,.intro_text{
	position: absolute;
	z-index: -1;
}

.loadingPage,.resultLoad{
	height:820px;
}

.intro{
	height:815px;
	border:3px solid #333;
	border-radius: 5px;

}
.intro_text{
	font-family:Noto Sans TC,"Microsoft JhengHei", "Noto Sans CJK TC", PingFang, STHeiti, sans-serif, serif;
	color:#333;
	text-align: justify; 
    text-align-last: center;
	font-weight:bold;
	top:520px;
	padding:0 45px;
	font-size: 13px;
	letter-spacing: 1px;
    line-height: 23px;
}
.intro_text span{
	line-height:30px;
	color:#6C3300;
	font-weight:bold;
	font-size:15px;
}
.intro_kv{
	background:linear-gradient(to bottom, rgb(0,0,0,0), rgb(0,0,0,0), #333);
}
.intro_bt{
	margin-top:-70px;
}
.interGame img{
	width:120px;
	margin: auto;
}
.interGame img:hover{
	width:110px;
	margin: auto;
}

.indexLogo img{
	width:100%;
	padding:10px 50px;
}

.bx-wrapper {
  margin: 0 auto;
  background:unset;
  border:unset;
  border-radius: unset;
  box-shadow: unset;
  -webkit-box-shadow: unset;
}
.bx-controls-direction{
	display:none;
}
.bx-wrapper .bx-controls-direction a{
	z-index:900
}
#resultSection .bx-controls-direction{
	display:block;
}

.progress{
	margin:20px 0 10px 0;
	border-radius: 15px;
}
.progress-bar{
	background-color: #ED4F3A;
}
/*
.progress:after{
  content: '';
  display: block;
  width: 30px;
  height: 40px;
  background-image:url('../img/popogo.png');
  background-size: cover;
  position: absolute;
  top: 10px;
}
*/
.fullPage{
	z-index:999;
	position:absolute;
}
.fullPage .spinner{
	background-color:#FF8915 ;

}
.spinner
{
	position: fixed;
	z-index: 4;
	width: 100%;
	min-height:100%;
}

.spMsg{
	text-align: center;
    margin-top: 180px;
	font-size:20px;
	font-weight:bold;
	line-height:40px;
	color:#eee;
}

#resultLoad .spinner {
	position: relative;
}
#resultLoad .spinner div{
	padding:0 !important;
}

/* LOADING CYCLE START */
.lds-roller {
  /* change color here */
  color: #eee;
  background:url("../img/popogo.gif") no-repeat;
  background-size: 110px;
  background-position: 50%;
}
.lds-roller,
.lds-roller div,
.lds-roller div:after {
  box-sizing: border-box;
}
.lds-roller {
  display: inline-block;
  position: relative;
  width: 160px;
  height: 160px;
}
.lds-roller div {
  animation: lds-roller 2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 80px 80px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: currentColor;
  margin: -5px 0 0 -5px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
  opacity: 0.3;
}
.lds-roller div:nth-child(1):after {
  top: 125.25484px;
  left: 125.25484px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
  opacity: 0.4;
}
.lds-roller div:nth-child(2):after {
  top: 135.42562px;
  left: 112px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
  opacity: 0.5;
}
.lds-roller div:nth-child(3):after {
  top: 141.81926px;
  left: 96.56442px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
  opacity: 0.6;
}
.lds-roller div:nth-child(4):after {
  top: 144px;
  left: 80px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
  opacity: 0.7;
}
.lds-roller div:nth-child(5):after {
  top: 141.81926px;
  left: 63.43558px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
  opacity: 0.8;
}
.lds-roller div:nth-child(6):after {
  top: 135.42562px;
  left: 48px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
  opacity: 0.9;
}
.lds-roller div:nth-child(7):after {
  top: 125.25484px;
  left: 34.74516px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
  opacity: 1;
}
.lds-roller div:nth-child(8):after {
  top: 112px;
  left: 24.57438px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* LOADING CYCLE END */
.closeIndexGradient
{
	animation: closeBox 3.2s linear 1;
}
@keyframes closeBox{
	0%{
		opacity:1;
	}
	80%{
		opacity:1;
	}
	100%{
		opacity:0;
	}
}

#contentSection .slider div{
	padding: 10px;
}
#contentSection .slider div:nth-child(1){
	padding: 0px;
}
#contentSection .slider .goTestPage div{
	padding: 0px;
}
#contentSection .goTesttitle{
	width:100%;
	height:150px;
	background-image:url("../img/q0title.png");
	background-repeat: no-repeat;
	background-size: 110%;
    background-position: center;
}
/* #contentSection .bx-wrapper img, */
.goTestPage{
	border: 3px solid #333;
	border-radius: 5px;
}
#contentSection .slider .goTestPage img{
	border: unset;
	width:100%;
}
#contentSection li{
	font-size:14px;
	width:100%;
	height:68px;
	border:3px solid #333;
	padding: 10px 15px;
    margin: 15px 0;
	border-radius: 15px;
	letter-spacing: 1px;
	box-shadow: 2px 6px 0px -1px #333;
	-webkit-box-shadow: 2px 6px 0px -1px #333;
}
#contentSection li:hover{
	box-shadow: unset;
	-webkit-box-shadow: unset;
	margin-top: 18px;
	height:65px;
	
}
#contentSection li a{
	font-weight:bold;
}


#contentSection .q0 div{
	float:right;
	margin-top: -5px;
	font-size: 20px;
}
.goTestDes .text{
	padding:20px !important;
	color:#450000;
	background:#FFFDE6;
	margin:0 20px;
	border-radius:10px;
	box-shadow: 10px 8px 0px -2px rgba(237, 79, 58, 0.5);
    -webkit-box-shadow: 10px 8px 0px -2px rgba(237, 79, 58, 0.5);
	text-align: center;
    font-weight: bold;
	letter-spacing: 2px;
}
.goTestDes .select{
    width: 200px;
    height: 55px;
	position: absolute;
    left: 70px;
    top: 420px;
	text-align: center;
    padding-top: 10px !important;
	font-size:20px;
	color: #450000;
    font-weight: bold;
    letter-spacing: 1px;
	background-image:url("../img/q0btn.svg");
	background-repeat: no-repeat;
    background-position: center;
}
.goTestDes{
	margin-bottom:50px;
}
#contentSection .select div{
	float:left;
	padding:0;
	font-size: 25px;
	font-weight: bolder;
	margin-right:5px;
}

#contentSection li.text{
	font-weight:bold;
	background:unset;
	border-color:unset;
	box-shadow:unset;
	-webkit-box-shadow:unset;
	width:100%;
	color:#231815;
	text-align: center;
	margin-top: -470px;
	margin-left: -5px;
    z-index: 1;
    position: absolute;
}

#contentSection li.q1{
	background:#FFD07D;
	border-color:#B47F37;
	box-shadow:#664615;
	-webkit-box-shadow:#664615;
}
#contentSection li.q1 a{color:#503300;}

#contentSection li.q2{
	background:#F9AFBA;
	border-color:#A55D5D;
	box-shadow:#633435;
	-webkit-box-shadow:#633435;
}
#contentSection li.q2 a{color:#753535;font-size: 12px;}

#contentSection li.q3{
	background:#BDEFDE;
	border-color:#7C978F;
	box-shadow:#4C5F5B;
	-webkit-box-shadow:#4C5F5B;
}
#contentSection li.q3 a{color:#4C5F5B;}

#contentSection li.q4{
	background:#7FBEE9;
	border-color:#6396B7;
	box-shadow:#05669B;
	-webkit-box-shadow:#05669B;
}
#contentSection li.q4 a{color:#143652;}

#contentSection li.q5{
	background:#CCE075;
	border-color:#9BAB5C;
	box-shadow:#6A773E;
	-webkit-box-shadow:#6A773E;
}
#contentSection li.q5 a{color:#2F3612;}

#resultSection {
    padding: 30px 0;
    border: 3px solid #333;
    border-radius: 5px;
	margin: 0 auto;
}
.resultitle{
	font-weight:bold;
}
.labeltxt{
	color:#fff;
	width: 40%;
    margin: auto;
    background: #ED4F3A;
    border-radius: 25px;
    padding: 3px 20px;
    text-align: center;
    letter-spacing: 2px;
}
.labeltitle{
	font-size: 24px;
    text-align: center;
    padding: 30px 0 0 0;
    color: #000;
    letter-spacing: 3px;
    font-weight: bolder;
}
.labeltitle img{
	width:100%;
}
.resultpopo{
	margin-top: 15px;
}
.popoinfo {
	display: block;
}
.popoinfo div{
	float:left;
}
.popoinfo img{
	width: 145px;
    border: 3px solid #333;
    border-radius: 7px;
    margin: 20px 10px 20px 20px;  
}
.popotext{
	position: relative;
}
.popodesc,.poponame,.popotitle{

	font-size: 12px;
    color: #6C3300;
    font-weight: 900;
	position: absolute;
    bottom: -110px;
    width: 160px;
	letter-spacing: 1px;
}
.popotitle{
	bottom: -70px;
    color: #fff;
    background: #6C3300;
    width: 80px;
    text-align: center;
    padding: 5px 0;
    border-radius: 20px;
    letter-spacing: 2px;
	font-weight: bold;
}
.poponame{
	bottom: -160px;
    font-size: 35px;
	font-weight:900;
	color:#fff;
	letter-spacing: 3px;
    text-shadow: 1px 1px 10px #6C3300;
}
.popodesc{
	font-weight:bold;
}
.ddlongName{
	font-size: 28px;
}
.popoart{
	display:block;
	width:100%;
	font-weight: normal;
    padding: 0px 30px;
    line-height: 27px;
    letter-spacing: 1px;
    text-align: justify;
	margin:auto;
}
.popoart ul{
    margin: 0 auto;
	padding: 0 5px;
}
.popoart li{
	list-style:none;
	float:left;
	width:90px;
	text-align:center;
	margin:5px;
	margin-top:20px;
	background-image:url("../img/sharebtn.svg");
	background-repeat: no-repeat;
    background-position: center;
	height:50px;
}
.popoart .sharebtn{
	margin: 0 auto;
	margin-left: 45px;
}
.popoart .sharebtn li{
    width: 50px;
    height: 35px;
    margin: 3px;
	background-image:url("../img/sharebtns.svg");
}
.sharefb a{
	background-image:url("../img/sharename.svg");
	background-repeat: no-repeat;
    background-size: 24px;
    background-position-y: 5px;
    background-position-x: 14px;
}
.sharelink a{
	background-image:url("../img/sharename.svg");
	background-repeat: no-repeat;
    background-size: 24px;
    background-position-y: -130px;
    background-position-x: 13px;
}
.shareline a{
	background-image:url("../img/sharename.svg");
	background-repeat: no-repeat;
    background-size: 24px;
    background-position-y: -62px;
    background-position-x: 13px;
}
.sharex a{
	background-image:url("../img/sharename.svg");
	background-repeat: no-repeat;
    background-size: 24px;
    background-position-y: -197px;
    background-position-x: 13px;
}

.artbtn{
	padding: 0px 15px;
}


.popoart li a{
	color:#fff;
	width:100px;
	height:45px;
	display:block;
}
.shareGame a{
	background-image:url("../img/shareIcon.svg");
	background-repeat: no-repeat;
	background-size: 30px;
    background-position-y: -135px;
    background-position-x: 30px;
}
.dlResu a{
	background-image:url("../img/shareIcon.svg");
	background-repeat: no-repeat;
	background-size: 30px;
    background-position-y: -62px;
    background-position-x: 30px;
}
.playagain a{
	background-image:url("../img/shareIcon.svg");
	background-repeat: no-repeat;
	background-size: 30px;
    background-position-y: 12px;
    background-position-x: 30px;
}
.resultanaly,.resultshare{
	display:inline-block;
}

.resultanabox{
	width:300px;
	border: 3px solid #333;
    border-radius: 7px;
	margin: 0 22px;
	background: #FFFDE6;
	padding: 20px 0 50px 0;
	margin-top: -50px;
}
.resultanabox img{
	width: 90%;
    margin: auto;
    padding: 15px;
    background: #F7B000;
    margin-top: 10px;
}
.resultanabox h3,.resultanabox h4{
	padding:10px 15px 0 15px;
	font-size:18px;
	color:#333;
	letter-spacing: 2px;
    line-height: 25px;
	font-weight:revert;
	text-align: justify;
}
.resultanabox h4{
	font-size:14px;
}
.resultanabox h3 span{
	font-size:25px;
}
.bx-wrapper .bx-controls-direction a {
	top: 45%;
}
.bx-wrapper .bx-prev {
	left: -35px;
    background: unset;
    width: 0;
    height: 0;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-right: 15px solid #FFFDE6;
    transform: rotate(0deg);
}

.bx-wrapper .bx-next {
	right: -35px;
    background: unset;
    width: 0;
    height: 0;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-right: 15px solid #FFFDE6;
    transform: rotate(180deg);
}

.bx-wrapper .bx-prev:hover,.bx-wrapper .bx-next:hover {
	border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 17px solid #FFFDE6;
}

.resultanatitleback{
    margin-left: 130px;
    position: relative;
    top: 20px;
    z-index: -1;
    background: #2087B2;
    width: 50px;
    height: 30px;
    text-align: center;
    transform: skewX(18deg);
}

.resultanatitle{
	margin-left: 45px;
	position: relative;
    top: -12px;
    z-index: 100;
	background: #1EB0E9;
	width:125px;
	height:30px;
	text-align:center;
	transform:skewX(-18deg);
}
.resultanatitletext{
	margin-left: 45px;
	position: relative;
    top: -40px;
    z-index: 200;
	width:125px;
	text-align:center;
	color:#FFFDE6;
	font-weight:bolder;
	letter-spacing: 1px;
}
.ftback{
	background: #b43d2b;	
}
.ftbox{
	background: #ed4f3a;
}
.slidereshare a{
	text-align: center;
    width: 120px;
    display: block;
    margin: auto;
    background: #333;
    color: #FFFDE6;
    padding: 3px 0 5px 0;
    border-radius: 25px;
    font-weight: 600;
    letter-spacing: 2px;
}
.footerDiv{
	width: 350px;
    height: 40px;
    border-radius: 10px;
    background: rgba(200, 200, 200, 0.6);
    margin: 20px auto;
    text-align: center;
    padding-top: 9px;
    color: rgba(255, 255, 255, 0.8);
	font-size: 14px;
	
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #aaa;
}

@media (max-width: 768px) {
body {	
	background:url("../img/bg_sky_ms.png"),url("../img/bg_road_ms.svg"),linear-gradient(to bottom, #FF8C7D, #FF8915);
	background-repeat: repeat-x, repeat-x, no-repeat;
	background-size: contain;
	background-attachment: fixed;
	background-position-y: 100px, bottom , 0;
	animation:bgmovems 60s linear infinite;
}
@keyframes bgmovems{
	0%{
		background-position-x: 0px, 100vw,0;
	}
	100%{
		background-position-x: 100vw, 0,0;
	}
}

}