*,
*::before,
*::after {
  box-sizing: border-box;
  outline: 0;
}
html {
  margin-top: 0;
}
body {
  -webkit-text-size-adjust: none;
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
  font-family: Helvetica, Arial, 'Microsoft JhengHei', sans-serif;
  color: #333;
}
body.show-admin-bar .header {
  padding-top: 0;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed;
  }
}
.layer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}
.layer.bg-layer {
  z-index: 1;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.header {
  position: relative;
}
.header .btn-menu {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 24px;
  margin: auto;
  display: none;
  width: 24px;
  height: 24px;
}
@media screen and (min-width: 992px) {
  .header .btn-menu {
    display: none;
  }
}
.header .btn-menu span {
  display: block;
  width: 100%;
  height: 3px;
  margin: 4px 0;
  background-color: #0097ff;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
}
.header .btn-menu.active span:first-child {
  -webkit-transform: translateY(5px) rotate(45deg);
  -moz-transform: translateY(5px) rotate(45deg);
  -ms-transform: translateY(5px) rotate(45deg);
  -o-transform: translateY(5px) rotate(45deg);
  transform: translateY(5px) rotate(45deg);
}
.header .btn-menu.active span:nth-child(2) {
  visibility: hidden;
  opacity: 0;
}
.header .btn-menu.active span:last-child {
  -webkit-transform: translateY(-9px) rotate(-45deg);
  -moz-transform: translateY(-9px) rotate(-45deg);
  -ms-transform: translateY(-9px) rotate(-45deg);
  -o-transform: translateY(-9px) rotate(-45deg);
  transform: translateY(-9px) rotate(-45deg);
}
.header .wechat-widget {
  position: relative;
  width: 40px;
  height: 40px;
  background-color: #2ec105;
  border-radius: 50%;
  margin: 0 15px;
  cursor: pointer;
}
.header .wechat-widget > .wechat {
  width: 100%;
  height: 100%;
}
.header .wechat-widget > .wechat .fa {
  color: #fff;
}
.header .main-menu {
  text-align: center;
  padding: 24px 0;
}
@media screen and (min-width: 992px) {
  .header .main-menu {
    display: block;
  }
}
.header .main-menu .menu-item {
  display: inline-block;
  vertical-align: middle;
  margin: 0 7px;
}
@media screen and (min-width: 992px) {
  .header .main-menu .menu-item {
    margin: 0 24px;
  }
}
.header .main-menu .menu-item a {
  display: block;
  font-size: 3vw;
  text-decoration: none;
}
@media screen and (min-width: 576px) {
  .header .main-menu .menu-item a {
    font-size: 18px;
  }
}
.header .main-menu .menu-item:nth-child(4) a {
  padding: 5px 16px;
  border-radius: 4px;
  color: #fff;
  background-color: #1791ff;
}
.main-content {
  position: relative;
  overflow: hidden;
}
.main-content .section {
  display: block;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .main-content .section {
    width: calc(100% / 3 );
    position: absolute;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition-property: width z-index;
    -webkit-transition-property: width z-index;
    -moz-transition-property: width z-index;
    -ms-transition-property: width z-index;
    -o-transition-property: width z-index;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
  }
}
.main-content .section .section-inner {
  position: relative;
  height: auto;
}
@media screen and (min-width: 992px) {
  .main-content .section .section-inner {
    height: 100%;
  }
}
.main-content .section .section-inner .layer.bg-layer {
  background-position: left top;
  background-size: cover;
}
.main-content .section .section-inner.desktop {
  display: none;
}
@media screen and (min-width: 992px) {
  .main-content .section .section-inner.desktop {
    display: block;
  }
}
.main-content .section .section-inner.mobile .layer.bg-layer {
  background-size: 102%;
  background-position: center center;
}
.main-content .section .section-inner:before {
  content: '';
  display: block;
  padding-bottom: 45%;
}
@media screen and (min-width: 992px) {
  .main-content .section .section-inner:before {
    padding-bottom: 75%;
  }
}
.main-content .section.section-02 {
  margin: auto;
}
.main-content .section.section-03 {
  left: auto;
  right: 0;
}
@media screen and (min-width: 992px) {
  .main-content .section:hover {
    width: calc((100% / 3 ) + 20px);
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.7);
    z-index: 99;
  }
}
@media screen and (min-width: 2300px) {
  .main-content .section:hover {
    width: calc(100% / 3 );
  }
}
.main-content:before {
  content: '';
}
@media screen and (min-width: 992px) {
  .main-content:before {
    display: block;
    padding-bottom: 40%;
  }
}
.footer {
  padding: 0;
}
.footer .footer-top {
  position: relative;
  padding-top: 15px;
}
.footer .footer-top > .bg-layer {
  z-index: -1;
}
.footer .footer-top .start,
.footer .footer-top .center,
.footer .footer-top .end {
  width: calc(100% / 3);
}
.footer .footer-top .start > img,
.footer .footer-top .center > img,
.footer .footer-top .end > img {
  width: 64%;
}
.footer .footer-top .center > a img {
  width: 75%;
}
.footer .footer-top .end > img {
  width: 91%;
}
.footer .footer-bottom {
  padding: 24px 0;
}
#wechat {
  width: 100%;
  max-width: 320px;
}
