﻿@charset "UTF-8";
.text-blue {
  color: #49b6f9 !important;
}

.text-red {
  color: #de3c3c !important;
}

/* ==========================================================================
    defualt
 ==========================================================================*/
* {
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  min-height: 100.1%;
}

body {
  overflow-x: hidden;
  font-family: "Noto Sans TC", Heiti TC, Microsoft JhengHei, "???????????????", Verdana;
  background-color: #141522;
  color: #fff;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
}

.hidden {
  display: none;
}

.container {
  max-width: 1220px;
  margin: auto;
  padding: 0 20px;
  position: relative;
}

@media (max-width: 360px) {
  .container {
    padding: 0 15px;
  }
}

.clearfix:after {
  content: '';
  display: block;
  clear: both;
}

.wp {
  min-height: 90vh;
  position: relative;
  overflow: hidden;
}

a {
  text-decoration: none;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}

button, input, select, textarea {
  font-size: 16px;
  font-family: "Noto Sans TC", Heiti TC, Microsoft JhengHei, "???????????????", Verdana;
}

button, input[type="button"] {
  cursor: pointer;
}

textarea {
  height: auto !important;
  resize: none;
}

/* page scroll animation */
.fade-in {
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

.fade-in.show {
  opacity: 1;
}

.fade-up {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}

.fade-up.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.fade-down {
  opacity: 0;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}

.fade-down.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.fade-left {
  opacity: 0;
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}

.fade-left.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.fade-right {
  opacity: 0;
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}

.fade-right.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.fade-zoom {
  opacity: 0 !important;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}

.fade-zoom.show {
  opacity: 1 !important;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.fade-rotate {
  opacity: 0 !important;
  -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg);
  -webkit-transition: opacity 1s, -webkit-transform 1.5s;
  transition: opacity 1s, -webkit-transform 1.5s;
  transition: opacity 1s, transform 1.5s;
  transition: opacity 1s, transform 1.5s, -webkit-transform 1.5s;
}

.fade-rotate.show {
  opacity: 1 !important;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

/* public */
::-moz-selection {
  color: #fff;
  background: #49b6f9;
}
::selection {
  color: #fff;
  background: #49b6f9;
}

::-moz-selection {
  color: #fff;
  background: #49b6f9;
}

.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

ul.no-style {
  margin: 0;
  padding: 0;
}

ul.no-style > li {
  list-style: none !important;
}

ul.no-style > li:before {
  content: normal !important;
}

ol ol {
  counter-reset: list;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  padding: 0;
}

ol ol li {
  list-style: none;
}

ol ol li:before {
  content: "(" counter(list) ") ";
  counter-increment: list;
}

ol.roman {
  -webkit-padding-start: 35px !important;
          padding-inline-start: 35px !important;
  color: #49b6f9;
}

ol.roman > li {
  list-style: upper-roman;
}

ol.roman > li .text {
  color: #888;
}

.middle {
  display: table-cell;
  vertical-align: middle;
}

.scrollbar {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table {
  width: 100%;
  border-collapse: collapse;
}

.tab-content {
  display: none;
}

.tab-content:first-of-type {
  display: block;
}

/*IE 10 */
label.radio, label.checkbox {
  display: table;
  cursor: pointer;
}

label.radio.inline, label.checkbox.inline {
  display: inline-block;
}

label input {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

@media (max-width: 767px) {
  label input {
    margin-right: 10px;
    -webkit-transform: scale(2);
            transform: scale(2);
  }
}

@media (max-width: 600px) {
  label input {
    margin-right: 5px !important;
    margin-left: 5px;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}

@media (max-width: 480px) {
  label input {
    margin-right: 3px !important;
    margin-left: 3px;
    -webkit-transform: scale(1.2) translateY(1px);
            transform: scale(1.2) translateY(1px);
  }
}

.form .form-control {
  height: 46px;
  padding: 0 5px;
  border-radius: 7px;
  border: none;
  color: #000;
  font-size: 18px;
  background-color: #fff;
}

@media (max-width: 991px) {
  .form .form-control {
    font-size: 1.8vw;
  }
}

@media (max-width: 767px) {
  .form .form-control {
    height: 8.8vw;
    font-size: 3vw;
  }
}

::-webkit-input-placeholder {
  color: #9d9d9d;
}

::-moz-placeholder {
  color: #9d9d9d;
}

::-o-placeholder {
  color: #9d9d9d;
}

::-ms-placeholder {
  color: #9d9d9d;
}

::-ms-input-placeholder {
  color: #9d9d9d;
}

.for-desktop {
  display: block;
}

@media (max-width: 767px) {
  .for-desktop {
    display: none;
  }
}

.for-mobile {
  display: none;
}

@media (max-width: 767px) {
  .for-mobile {
    display: block;
  }
}

.fixed-box {
  width: 100%;
  height: 100%;
  position: fixed;
  left: -100%;
  top: 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: opacity 0.5s, visibility 0.5s, left 0s 0.5s;
  transition: opacity 0.5s, visibility 0.5s, left 0s 0.5s;
}

.fixed-box.show {
  left: 0;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.5s, visibility 0.5s;
  transition: opacity 0.5s, visibility 0.5s;
}

.fixed-box .mask {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.8);
}

.fixed-box .block {
  display: table;
  width: 100%;
}

.fixed-box .block .middle {
  display: table-cell;
  vertical-align: middle;
  height: 100vh;
  padding: 80px 30px;
  position: relative;
}

@media (max-width: 600px) {
  .fixed-box .block .middle {
    padding: 80px 20px;
  }
}

.fixed-box .inner {
  max-width: 860px;
  width: 100%;
  margin: auto;
  padding: 5px;
  position: relative;
  z-index: 2;
  background: #a68967;
  background: -webkit-gradient(linear, left top, right top, from(#a68967), color-stop(25%, #ffdfc2), color-stop(50%, #a68967), color-stop(75%, white), to(#a68967));
  background: linear-gradient(to right, #a68967 0%, #ffdfc2 25%, #a68967 50%, white 75%, #a68967 100%);
  color: #fff;
  font-size: 16px;
  line-height: 27px;
  text-align: center;
}

@media (max-width: 767px) {
  .fixed-box .inner {
    padding: 2px;
  }
}

.fixed-box .inner .content {
  padding: 50px 30px;
  background-color: #273045;
}

@media (max-width: 767px) {
  .fixed-box .inner .content {
    padding: 30px 20px;
  }
}

.fixed-box .inner .title {
  font-size: 36px;
  line-height: normal;
}

@media (max-width: 767px) {
  .fixed-box .inner .title {
    font-size: 20px;
  }
}

.fixed-box .inner .close-btn {
  width: 48px;
  height: 48px;
  position: absolute;
  right: 5px;
  top: -60px;
  z-index: 3;
  background: url("../Images/x.png") center no-repeat;
  background-size: contain;
  cursor: pointer;
  font-size: 0;
}

@media (max-width: 600px) {
  .fixed-box .inner .close-btn {
    width: 35px;
    height: 35px;
    right: 0;
    top: -45px;
  }
}

.play-video {
  width: 100%;
  height: 0;
  margin: auto;
  padding-bottom: 63%;
  position: relative;
}

.play-video video, .play-video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.main {
  opacity: 0;
}

.main.show {
  -webkit-animation: fadeIn 1s ease-in 1 alternate forwards;
          animation: fadeIn 1s ease-in 1 alternate forwards;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* ==========================================================================
* footer
 ==========================================================================*/
#footer {
  min-width: 320px;
  padding: 13px 0 23px 0;
  position: relative;
  z-index: 10;
  background-color: #000000c2;
  color: #737373;
  font-size: 12px;
  line-height: 16px;
}

@media (max-width: 1199px) {
  #footer .container {
    max-width: 768px;
  }
}

@media (max-width: 767px) {
  #footer .container {
    max-width: 460px;
  }
}

#footer .logos {
  float: left;
  width: 520px;
}

@media (max-width: 1199px) {
  #footer .logos {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}

#footer .logos .wanin, #footer .logos .molo, #footer .logos .ubifun {
  display: inline-block;
  vertical-align: bottom;
  margin-right: 4%;
  background-size: contain !important;
}

@media (max-width: 1199px) {
  #footer .logos .wanin, #footer .logos .molo, #footer .logos .ubifun {
    margin-right: 13px;
  }
}

#footer .logos .wanin {
  width: 175px;
  height: 80px;
  background: url("../Images/logo.gif") center no-repeat;
}

@media (max-width: 767px) {
  #footer .logos .wanin {
    width: 160px;
    height: 54px;
  }
}

@media (max-width: 480px) {
  #footer .logos .wanin {
    width: 122px;
    height: 41px;
  }
}

@media (max-width: 360px) {
  #footer .logos .wanin {
    width: 106px;
    height: 35px;
  }
}

#footer .logos .molo {
  width: 114px;
  height: 31px;
  margin-bottom: 22px;
  background: url("../Images/08cqrqx.gif") center no-repeat;
}

@media (max-width: 767px) {
  #footer .logos .molo {
    width: 104px;
    height: 28px;
  }
}

@media (max-width: 480px) {
  #footer .logos .molo {
    width: 79px;
    height: 21px;
  }
}

@media (max-width: 360px) {
  #footer .logos .molo {
    width: 68px;
    height: 18px;
  }
}

#footer .logos .ubifun {
  width: 180px;
  height: 90px;
  margin-right: 0 !important;
  margin-bottom: 0px;
  background: url("../Images/ubifun.png") center no-repeat;
}

@media (max-width: 767px) {
  #footer .logos .ubifun {
    width: 117px;
    height: 33px;
  }
}

@media (max-width: 767px) {
  #footer .logos .ubifun {
    width: 89px;
    height: 25px;
  }
}

@media (max-width: 360px) {
  #footer .logos .ubifun {
    width: 77px;
    height: 21px;
  }
}

#footer .copyright {
  float: left;
  margin-top: 22px;
}

@media (max-width: 1199px) {
  #footer .copyright {
    float: none;
    margin-top: 15px;
    text-align: center;
  }
}

@media (max-width: 767px) {
  #footer .copyright {
    margin-top: 25px;
    text-align: left;
  }
}

#footer .copyright div {
  width: 350px;
  height: 12px;
  margin-bottom: 8px;
  background: center left no-repeat;
  background-size: contain;
}

@media (max-width: 1199px) {
  #footer .copyright div {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
  }
}

@media (max-width: 480px) {
  #footer .copyright div {
    width: 100%;
  }
}

#footer .copyright div.wanin {
  background-image: url("../Images/copyright.png");
}

#footer .copyright div.ubifun {
  background-image: url("../Images/copyright2.png");
}

#footer .copyright div:last-of-type {
  margin-bottom: 0 !important;
}

@media (max-width: 1199px) {
  #footer .copyright div:last-of-type {
    margin-left: 20px;
  }
}

@media (max-width: 767px) {
  #footer .copyright div:last-of-type {
    margin-left: 0;
  }
}

#footer .level {
  float: right;
  width: 253px;
  height: 52px;
  margin-top: 5px;
  background: url("../Images/level.png") center no-repeat;
  background-size: contain;
}

@media (max-width: 1199px) {
  #footer .level {
    float: none;
    margin-top: 0;
    position: absolute;
    right: 20px;
    top: 7px;
  }
}

@media (max-width: 767px) {
  #footer .level {
    margin-top: 20px;
    position: relative;
    right: 0;
    top: 0;
  }
}
