.header {
  top: 0;
}
.main .section-1.tab_1 {
  background: #085fba url(../images/bg_3.jpg) center top no-repeat;
  background-size: 100% 950px;
}
.main .section-1.tab_2 {
  background: #065888 url(../images/bg_4.jpg) center top no-repeat;
  background-size: 100% 680px;
}
.main .section-1.tab_3 {
  background: #0c4db9 url(../images/bg_5.jpg) center top no-repeat;
  background-size: 100% 720px;
}
.main .section-1 .block {
  position: relative;
  padding-top: 115px;
  padding-bottom: 110px;
  z-index: 9;
}
.main .section-1 .content-box .swiper-button-next,
.main .section-1 .content-box .swiper-button-prev {
  opacity: 0;
}
.main .section-1 .content-box .title-box {
  position: relative;
  height: 80px;
  text-align: center;
  line-height: 80px;
}
.main .section-1 .content-box .title-box p {
  font-size: 80px;
  font-family: 'Arial';
  font-weight: 700;
  opacity: .44;
  color: #fff;
}
.main .section-1 .content-box .title-box span {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  font-size: 24px;
  color: #824d31;
  letter-spacing: 10px;
  text-align: center;
  text-indent: 10px;
}
.main .section-1 .content-box .tab-box {
  text-align: center;
  font-size: 0;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
  width: 550px;
}
.main .section-1 .content-box .tab-box span {
  position: relative;
  display: inline-block;
  width: 170px;
  height: 45px;
  background: #814016;
  line-height: 45px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  letter-spacing: 5px;
  text-indent: 5px;
  border-radius: 20px;
  opacity: .2;
  cursor: pointer;
  transition: all 0.6s ease 0s;
}
.main .section-1 .content-box .tab-box span:hover {
  opacity: .7;
}
.main .section-1 .content-box .tab-box span.active {
  opacity: 1;
}
.main .section-1 .content-box .tab-box span.active:before {
  position: absolute;
  bottom: -10px;
  right: -10px;
  content: '';
  background: url(../images/icon_46.png) center center no-repeat;
  width: 35px;
  height: 35px;
}
.main .problem-box {
  text-align: center;
}
.main .problem-box.no {
  display: none;
}
.main .problem-box .title {
  font-size: 24px;
  color: #fff;
  letter-spacing: 5px;
  text-align: center;
  text-indent: 5px;
  line-height: 1.6;
  margin-bottom: 40px;
}
@keyframes myTwo {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.main .problem-box .details .pattern {
  font-size: 16px;
  margin-bottom: 25px;
  line-height: 1;
}
.main .problem-box .details .nub {
  color: #fff;
  font-family: 'Arial';
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
}
.main .problem-box .details .nub span {
  font-size: 34px;
}
.main .problem-box .details .nub em {
  display: inline-block;
  margin-left: 15px;
  font-style: normal;
}
.main .problem-box .details .info {
  margin-top: 20px;
}
.main .problem-box .details .info p {
  font-size: 48px;
  color: #ffffff;
  line-height: 1.4;
}
.main .problem-box .judge {
  position: relative;
  margin: 0 auto;
  margin-top: 85px;
  font-size: 0;
  height: 126px;
  line-height: 126px;
  padding-top: 10px;
  width: 500px;
}
.main .problem-box .judge span {
  position: relative;
  display: inline-block;
  margin-left: 15px;
  margin-right: 15px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 32px;
  font-family: 'Arial';
  font-weight: 700;
  color: #52abc7;
  cursor: pointer;
  margin-left: 38px;
  margin-right: 38px;
}
.main .problem-box .judge span:before {
  position: absolute;
  content: '';
  width: 70px;
  height: 70px;
  transform: rotate(45deg);
  background: #fff;
  left: 0;
  top: 0;
  z-index: -1;
}
.main .problem-box .judge span:hover:before {
  animation: ripples 1s ease-in-out infinite;
}
.main .problem-box .judge .icon {
  position: absolute;
  vertical-align: top;
  line-height: 1;
}
.main .problem-box .judge .icon_1 {
  left: 0;
  top: -20px;
}
.main .problem-box .judge .icon_2 {
  left: -30px;
  top: 10px;
}
.main .problem-box .judge .icon_3 {
  left: 30px;
  top: 10px;
}
.main .problem-box .judge .icon_4 {
  left: -40px;
  bottom: 30px;
}
.main .problem-box .judge .icon_5 {
  left: 0px;
  bottom: 20px;
}
.main .problem-box .judge .icon_6 {
  left: 40px;
  bottom: -20px;
}
.main .problem-box .judge .icon_7 {
  right: 60px;
}
.main .problem-box .judge .icon_8 {
  right: 0px;
  top: -20px;
}
.main .problem-box .judge .icon_9 {
  top: 20px;
  right: 20px;
}
.main .problem-box .judge .icon_10 {
  top: 40px;
  right: 60px;
}
.main .problem-box .judge .icon_11 {
  top: 50px;
  right: 0;
}
.main .problem-box .judge .icon_12 {
  bottom: 0;
  right: 40px;
}
.main .problem-box .judge .icon_13 {
  bottom: -10px;
  right: 80px;
}
.main .problem-box .judge .icon_14 {
  bottom: -28px;
  left: 50%;
  margin-left: -8px;
}
.main .problem-box .judge .icon_1 {
  animation: myfirst 1s forwards infinite alternate;
}
.main .problem-box .judge .icon_2 {
  animation: myfirst 1s .3s forwards infinite alternate;
}
.main .problem-box .judge .icon_3 {
  animation: myfirst_2 1s .4s forwards infinite alternate;
}
.main .problem-box .judge .icon_4 {
  animation: myfirst_2 1s .6s forwards infinite alternate;
}
.main .problem-box .judge .icon_5 {
  animation: myfirst_2 1s .3s forwards infinite alternate;
}
.main .problem-box .judge .icon_6 {
  animation: myfirst_2 1s .5s forwards infinite alternate;
}
.main .problem-box .judge .icon_7 {
  animation: myfirst_2 1s forwards infinite alternate;
}
.main .problem-box .judge .icon_8 {
  animation: myfirst_2 1s .3s forwards infinite alternate;
}
.main .problem-box .judge .icon_9 {
  animation: myfirst_2 1s .4s forwards infinite alternate;
}
.main .problem-box .judge .icon_10 {
  animation: myfirst_2 1s .6s forwards infinite alternate;
}
.main .problem-box .judge .icon_11 {
  animation: myfirst_2 1s .3s forwards infinite alternate;
}
.main .problem-box .judge .icon_12 {
  animation: myfirst_2 1s .5s forwards infinite alternate;
}
.main .problem-box .judge .icon_13 {
  animation: myfirst_2 1s .5s forwards infinite alternate;
}
.main .problem-box .judge .icon_14 {
  animation: myfirst 1s .8s forwards infinite alternate;
}
.main .result-box {
  text-align: center;
  color: #fff;
  width: 500px;
  margin: 0 auto;
}
.main .result-box.no {
  display: none;
}
.main .result-box .res_info .res_list {
  display: none;
  margin-bottom: 50px;
  margin-top: 15px;
}
.main .result-box .res_info .res_list .item-box {
  position: relative;
  height: 26px;
  line-height: 26px;
  padding-left: 90px;
  box-sizing: border-box;
  overflow: hidden;
}
.main .result-box .res_info .res_list .item-box span {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 14px;
  line-height: 25px;
}
.main .result-box .res_info .res_list .item-box .bar {
  position: relative;
  height: 10px;
  border-radius: 8px;
  overflow: hidden;
  border: 2px solid #9d5b3a;
  box-sizing: border-box;
  margin-top: 8px;
}
.main .result-box .res_info .res_list .item-box .bar .bar-line {
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
}
.main .result-box .res_info .res_list .item-box:nth-child(1) .bar-line {
  background: #fbc3e7; background:#fef628;
}
.main .result-box .res_info .res_list .item-box:nth-child(2) .bar-line {
  background: #fbf9c3;  background:#77fb98;
}
.main .result-box .res_info .res_list .item-box:nth-child(3) .bar-line {
  background: #c3fbd1; background:#3babff;
}
.main .result-box .res_info .res_list .item-box:nth-child(4) .bar-line {
  background: #c3e3fb;  background:#fe9df4;
}
.main .result-box .res_info h3 {
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 20px;
  letter-spacing: 5px;
  text-indent: 5px;
}
.main .result-box .res_info p {
  font-size: 20px;
  line-height: 1.6;
  text-align: left;
  word-wrap: break-word;
  word-break: normal;
}
.main .result-box .res_info p a {
  color: #fff;
  text-decoration: underline;
}
.main .result-box .res_info p span {
  font-size: 24px;
  margin-right: 10px;
  margin-left: 10px;
  letter-spacing: 5px;
  text-indent: 5px;
  line-height: 1;
}
.main .result-box .hint-box {
  margin-top: 85px;
}
.main .result-box .hint-box .hint-title {
  position: relative;
  height: 105px;
  line-height: 105px;
  width: 300px;
  margin: 0 auto;
}
.main .result-box .hint-box .hint-title .significance {
  position: relative;
  display: inline-block;
  margin-left: 15px;
  margin-right: 15px;
  width: 70px;
  height: 70px;
  padding-top: 12px;
  box-sizing: border-box;
  line-height: 70px;
  text-align: center;
  font-size: 17px;
  color: #52abc7;
  line-height: 1.4;
  font-weight: 400;
  cursor: pointer;
}
.main .result-box .hint-box .hint-title .significance:before {
  position: absolute;
  content: '';
  width: 70px;
  height: 70px;
  transform: rotate(45deg);
  background: #fff;
  left: 0;
  top: 0;
  z-index: -1;
}
.main .result-box .hint-box .hint-title .significance:hover:before {
  animation: ripples 1s ease-in-out infinite;
}
.main .result-box .hint-box .icon {
  position: absolute;
  vertical-align: top;
  line-height: 1;
}
.main .result-box .hint-box .icon_1 {
  left: 0;
  top: -20px;
}
.main .result-box .hint-box .icon_2 {
  left: -30px;
  top: 10px;
}
.main .result-box .hint-box .icon_3 {
  left: 30px;
  top: 10px;
}
.main .result-box .hint-box .icon_4 {
  left: -40px;
  bottom: 30px;
}
.main .result-box .hint-box .icon_5 {
  left: 0px;
  bottom: 20px;
}
.main .result-box .hint-box .icon_6 {
  left: 40px;
  bottom: -20px;
}
.main .result-box .hint-box .icon_7 {
  right: 60px;
}
.main .result-box .hint-box .icon_8 {
  right: 0px;
  top: -20px;
}
.main .result-box .hint-box .icon_9 {
  top: 20px;
  right: 20px;
}
.main .result-box .hint-box .icon_10 {
  top: 40px;
  right: 60px;
}
.main .result-box .hint-box .icon_11 {
  top: 50px;
  right: 0;
}
.main .result-box .hint-box .icon_12 {
  bottom: 0;
  right: 40px;
}
.main .result-box .hint-box .icon_13 {
  bottom: -10px;
  right: 80px;
}
.main .result-box .hint-box .icon_14 {
  bottom: -28px;
  left: 50%;
  margin-left: -8px;
}
.main .result-box .hint-box .icon_1 {
  animation: myfirst 1s forwards infinite alternate;
}
.main .result-box .hint-box .icon_2 {
  animation: myfirst 1s .3s forwards infinite alternate;
}
.main .result-box .hint-box .icon_3 {
  animation: myfirst_2 1s .4s forwards infinite alternate;
}
.main .result-box .hint-box .icon_4 {
  animation: myfirst_2 1s .6s forwards infinite alternate;
}
.main .result-box .hint-box .icon_5 {
  animation: myfirst_2 1s .3s forwards infinite alternate;
}
.main .result-box .hint-box .icon_6 {
  animation: myfirst_2 1s .5s forwards infinite alternate;
}
.main .result-box .hint-box .icon_7 {
  animation: myfirst_2 1s forwards infinite alternate;
}
.main .result-box .hint-box .icon_8 {
  animation: myfirst_2 1s .3s forwards infinite alternate;
}
.main .result-box .hint-box .icon_9 {
  animation: myfirst_2 1s .4s forwards infinite alternate;
}
.main .result-box .hint-box .icon_10 {
  animation: myfirst_2 1s .6s forwards infinite alternate;
}
.main .result-box .hint-box .icon_11 {
  animation: myfirst_2 1s .3s forwards infinite alternate;
}
.main .result-box .hint-box .icon_12 {
  animation: myfirst_2 1s .5s forwards infinite alternate;
}
.main .result-box .hint-box .icon_13 {
  animation: myfirst_2 1s .5s forwards infinite alternate;
}
.main .result-box .hint-box .icon_14 {
  animation: myfirst 1s .8s forwards infinite alternate;
}
.main .result-box .hint-box .hint-content {
  margin-top: 40px;
}
.main .result-box .hint-box .hint-content h3 {
  font-weight: 400;
  font-size: 24px;
  margin-bottom: 20px;
  line-height: 1;
}
.main .result-box .hint-box .hint-content p {
  font-size: 14px;
  line-height: 1.6;
}
.main .result-box .hint-box.active .hint-content {
  height: 0;
  overflow: hidden;
}
.main .other-info {
  margin-top: 60px;
  text-align: center;
}
.main .other-info p {
  font-size: 14px;
  line-height: 1.8;
  color: #fff;
}
.main .other-info p:last-child {
  font-size: 12px;
}
@media screen and (max-width: 980px) {
  .main .section-1 .content-box .title-box p {
    font-size: 68px;
  }
  .main .section-1 .content-box .title-box span {
    font-size: 22px;
  }
  .main .section-1 .content-box .tab-box span {
    width: 160px;
    font-size: 15px;
    height: 42px;
    line-height: 42px;
  }
  .main .problem-box .title {
    font-size: 22px;
  }
  .main .problem-box .details .info p {
    font-size: 44px;
  }
}
@media screen and (max-width: 720px) {
  .main .section-1 .content-box .swiper-button-next,
  .main .section-1 .content-box .swiper-button-prev {
    opacity: 1;
  }
  .main .section-1 .content-box .swiper-button-disabled {
    opacity: .3;
  }
  .main .section-1 .content-box .tab-box span {
    width: 100%;
  }
  .main .section-1 .content-box .tab-box {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
  }
  .main .section-1 .content-box .tab-box .swiper-container {
    padding-left: 50px;
    padding-right: 50px;
    box-sizing: border-box;
  }
  .swiper-button-next,
  .swiper-button-prev {
    width: 15px;
    height: 30px;
    background-size: 100% auto;
    margin-top: -15px;
  }
  .swiper-button-prev {
    left: 20px;
  }
  .swiper-button-next {
    right: 20px;
  }
  .main .section-1 .content-box .title-box {
    line-height: 1;
    height: auto;
  }
  .main .section-1 .content-box .title-box p {
    font-size: 50px;
    line-height: 1;
  }
  .main .section-1 .content-box .title-box span {
    font-size: 20px;
    vertical-align: bottom;
    bottom: 7px;
    top: auto;
    line-height: 1;
  }
  .main .result-box .res_info p {
    font-size: 18px;
  }
  .main .result-box .res_info h3 {
    font-size: 28px;
  }
  .main .problem-box .title {
    font-size: 20px;
  }
  .main .problem-box .details .info p {
    font-size: 40px;
  }
}
@media screen and (max-width: 600px) {
  .main .problem-box .judge {
    background: url(../images/icon_45_1.png) center top no-repeat;
    background-size: 100% auto;
    width: 100%;
  }
  .main .problem-box .judge .icon {
    display: none;
  }
  .main .result-box .res_info p span {
    font-size: 20px;
  }
  .main .result-box .hint-box .icon {
    display: none;
  }
  .main .result-box .hint-box {
    padding-top: 25px;
    background: url(../images/icon_45_1.png) center top no-repeat;
    background-size: 100% auto;
    width: 100%;
  }
  .main .result-box {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 560px) {
  .main .result-box .hint-box {
    margin-top: 60px;
  }
  .main .other-info {
    margin-top: 30px;
  }
  .main .section-1 .block {
    padding-bottom: 40px;
  }
  .main .result-box .res_info .res_list .item-box {
    padding-left: 80px;
  }
  .main .section-1 .content-box .title-box p {
    font-size: 30px;
  }
  .main .section-1 .content-box .title-box span {
    bottom: 0;
  }
  .main .problem-box .title {
    font-size: 16px;
    margin-bottom: 25px;
  }
  .main .section-1 .content-box .tab-box {
    margin-bottom: 25px;
  }
  .main .problem-box .details .info p {
    font-size: 25px;
  }
  .main .problem-box .details .nub span {
    font-size: 28px;
  }
  .main .section-1 .content-box .tab-box .swiper-container {
    padding-left: 40px;
    padding-right: 40px;
  }
  .swiper-button-prev {
    left: 10px;
  }
  .swiper-button-next {
    right: 10px;
  }
  .main .result-box .res_info h3 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .main .result-box .res_info p {
    font-size: 16px;
  }
  .main .problem-box .judge span {
    margin-left: 20px;
    margin-right: 20px;
    width: 60px;
    height: 60px;
    font-size: 30px;
    line-height: 60px;
  }
  .main .problem-box .judge span:before {
    width: 60px;
    height: 60px;
    animation: ripples 1s ease-in-out infinite/*;modify*/
  }
  .main .result-box .hint-box .icon {
    position: absolute;
    vertical-align: top;
    line-height: 1;
    opacity: 0;
  }
  .main .result-box .hint-box .icon_2 {
    left: 0px;
    top: 50px;
  }
  .main .result-box .hint-box .icon_4 {
    left: 0px;
    bottom: 70px;
  }
  .main .result-box .hint-box .icon_5 {
    left: 60px;
    bottom: 40px;
  }
  .main .result-box .hint-box .icon_14 {
    left: 30px;
    bottom: 10px;
  }
}
@keyframes myfirst {
  0% {
    transform: translate(50px, 0px);
    opacity: 0;
  }
  25% {
    transform: translate(0px, 0px);
  }
  50% {
    transform: translate(-50px, 0px);
    opacity: .6;
  }
  75% {
    transform: translate(0px, 0px);
    opacity: .6;
  }
  100% {
    transform: translate(0px, 0px);
    opacity: 1;
  }
}
@keyframes myfirst_2 {
  0% {
    transform: translate(-50px, 0px);
    opacity: 0;
  }
  25% {
    transform: translate(0px, 0px);
  }
  50% {
    transform: translate(50px, 0px);
    opacity: .6;
  }
  75% {
    transform: translate(0px, 0px);
    opacity: .6;
  }
  100% {
    transform: translate(0px, 0px);
    opacity: 1;
  }
}
@keyframes ripples {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  100% {
    box-shadow: 0 0 0 12px rgba(255, 255, 255, 0);
  }
}
/*# sourceMappingURL=ques.css.map */














.arrowbar { position: relative; width: 300PX;  border: 2px solid #9d5b3a; border-radius: 10px; height: 10px; margin:28px 0 18px 125px;}
.arrowbar-status { width: 0%; height: 100%; -webkit-animation: width 1.0s ease-in; color:#fff; letter-spacing:3px;}
.safe .arrowbar-status{width: 25%; background:#c3fbd1; background:#3babff;}
.notice .arrowbar-status{width:50%; background:#fbf9c3; background:#77fb98; -webkit-animation: width 1.3s ease-in;}
.dangerous .arrowbar-status{width:75%; background:#fbc3e7; background:#fef628; -webkit-animation: width 1.6s ease-in;}
.worst .arrowbar-status{width:100%; background: #c3e3fb; background:#ff0096; background:#fe04cc;-webkit-animation: width 1.9s ease-in;}
.worst.arrowbar {border: 2px solid #fff;} 
.arrowbar-status:before { content:"安全區"; position:absolute; left:-65px; top:-8px; font-size:16px;font-weight:bold;text-shadow: 1px 2px #994801;}
.notice .arrowbar-status:before{ content:"注意區";}
.dangerous .arrowbar-status:before{ content:"警戒區";}
.worst .arrowbar-status:before{ content:"危險區";}
@-webkit-keyframes width {  from {width: 0%;} }




