@charset "UTF-8";
html, body {
  width: 100%;
  height: 100%;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.toolbox {
  background-color: #6C6D70 !important;
  padding: 10px 0;
  display: none;
}
.toolbox.on {
  display: block;
}
.toolbox .toolbox-child {
  max-width: 1400px;
  min-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.toolbox .toolbox-child > .toolbox-child-a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 14px;
  color: #E7E7E7;
  text-decoration: none;
  position: relative;
}
.toolbox .toolbox-child > .toolbox-child-a:hover .match-colors-list {
  display: block;
}
.toolbox .toolbox-child > .toolbox-child-a > .toolbox-child-img {
  width: 30px;
  height: 30px;
  display: block;
  border: solid 1px #6C6D70;
  padding: 4px;
  background-color: rgba(62, 62, 63, 0.5);
  border-radius: 6px;
  margin-bottom: 4px;
}
.toolbox .toolbox-child > .toolbox-child-a > .match-colors-list {
  display: none;
  position: absolute;
  left: 50%;
  top: 44px;
  font-size: 18px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 180px;
  text-align: left;
  background-color: #3e3e3f;
  z-index: 1000;
  border-radius: 5px;
}
.toolbox .toolbox-child > .toolbox-child-a > .match-colors-list .match-colors-list-li {
  line-height: 2;
  padding-left: 30px;
  position: relative;
}
.toolbox .toolbox-child > .toolbox-child-a > .match-colors-list .match-colors-list-li:before {
  content: "";
  position: absolute;
  display: none;
  left: 5px;
  top: 50%;
  -webkit-transform: translate(0, -50%) rotateZ(45deg);
  -ms-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotateZ(45deg);
  border-top: solid 8px #E7E7E7;
  border-right: solid 8px #E7E7E7;
  border-bottom: solid 8px transparent;
  border-left: solid 8px transparent;
}
.toolbox .toolbox-child > .toolbox-child-a > .match-colors-list .match-colors-list-li:hover:before, .toolbox .toolbox-child > .toolbox-child-a > .match-colors-list .match-colors-list-li.on {
  display: block;
}
.toolbox .toolbox-child > .toolbox-child-a > .match-colors-list .match-colors-list-li.li_white_black_blue {
  background-color: #ffffff;
  color: #000000;
}
.toolbox .toolbox-child > .toolbox-child-a > .match-colors-list .match-colors-list-li.li_white_black_blue:before {
  border-top: solid 8px #000000;
  border-right: solid 8px #000000;
  border-bottom: solid 8px transparent;
  border-left: solid 8px transparent;
}
.toolbox .toolbox-child > .toolbox-child-a > .match-colors-list .match-colors-list-li.li_blue_yellow_white {
  background-color: #0000FF;
  color: #ffff00;
}
.toolbox .toolbox-child > .toolbox-child-a > .match-colors-list .match-colors-list-li.li_blue_yellow_white:before {
  border-top: solid 8px #ffff00;
  border-right: solid 8px #ffff00;
  border-bottom: solid 8px transparent;
  border-left: solid 8px transparent;
}
.toolbox .toolbox-child > .toolbox-child-a > .match-colors-list .match-colors-list-li.li_yellow_black_blue {
  background-color: #ffff00;
  color: #000000;
}
.toolbox .toolbox-child > .toolbox-child-a > .match-colors-list .match-colors-list-li.li_yellow_black_blue:before {
  border-top: solid 8px #000000;
  border-right: solid 8px #000000;
  border-bottom: solid 8px transparent;
  border-left: solid 8px transparent;
}
.toolbox .toolbox-child > .toolbox-child-a > .match-colors-list .match-colors-list-li.li_black_yellow_white {
  background-color: #000000;
  color: #ffff00;
}
.toolbox .toolbox-child > .toolbox-child-a > .match-colors-list .match-colors-list-li.li_black_yellow_white:before {
  border-top: solid 8px #ffff00;
  border-right: solid 8px #ffff00;
  border-bottom: solid 8px transparent;
  border-left: solid 8px transparent;
}

.header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.header .status-bar {
  width: 100%;
  height: 50px;
  background-color: rgba(56, 54, 53, 0.9);
  color: #ffffff;
}
.header .status-bar > div {
  max-width: 1400px;
  height: 50px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  padding: 0 20px;
}
.header .status-bar > div .left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.header .status-bar > div .left .icon {
  width: 22px;
  height: 18px;
  margin-right: 14px;
}
.header .status-bar > div .left .noticeSwiper {
  height: 50px;
}
.header .status-bar > div .left .noticeSwiper .swiper-wrapper {
  height: 50px;
}
.header .status-bar > div .left .noticeSwiper .swiper-wrapper .swiper-slide {
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.header .status-bar > div .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
}
.header .status-bar > div .right > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.header .status-bar > div .right > div.phone {
  margin-right: 58px;
}
.header .status-bar > div .right > div.phone .icon {
  width: 17px;
  height: 17px;
  margin-right: 8px;
}
.header .status-bar > div .right > div.phone .number {
  font-size: 22px;
  font-weight: bold;
}
.header .status-bar > div .right > div.weather {
  margin-right: 20px;
  cursor: pointer;
}
.header .status-bar > div .right > div.weather .icon {
  width: 23px;
  height: 19px;
  margin-right: 3px;
}
.header .status-bar > div .right > div.weather > span + span {
  margin-left: 16px;
}
.header .status-bar > div .right > div.weather > span + span .waves {
  color: #8ECEFF;
}
.header .status-bar > div .right > div.weather > span.icon-text {
  margin-left: 6px;
  font-family: "新宋体", "fangsong";
}
.header .status-bar > div .right > div.language {
  width: 100px;
  height: 25px;
  padding: 7px 10px;
  margin-right: 22px;
  background: #6c6d70;
  border: 1px solid #6c6d70;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  position: relative;
}
.header .status-bar > div .right > div.language:hover .language-list {
  height: 150px;
  background: #6c6d70;
  border: 1px solid #6c6d70;
}
.header .status-bar > div .right > div.language .icon {
  width: 10px;
  height: 5px;
}
.header .status-bar > div .right > div.language .language-list {
  position: absolute;
  top: 23px;
  left: -1px;
  width: 100px;
  height: 0;
  background: transparent;
  border: 1px solid transparent;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.header .status-bar > div .right > div.language .language-list > li {
  line-height: 2;
}
.header .status-bar > div .right > div.language .language-list > li:hover {
  color: #C92B2F;
}
.header .status-bar > div .right > div.barrier-free {
  cursor: pointer;
  margin-left: 10px;
}
.header .status-bar > div .right > div.search {
  cursor: pointer;
}
.header .status-bar > div .right > div.search .icon {
  width: 16px;
  height: 16px;
}
.header .nav {
  height: 165px;
  background: transparent;
  text-align: center;
}
.header .nav:hover {
  background: rgba(108, 109, 112, 0.9);
}
.header .nav .logo {
  width: 309px;
  height: 53px;
  margin: 20px auto 0 auto;
}
.header .nav > nav {
  max-width: 1400px;
  margin: 0 auto;
  font-size: 17px;
  color: #ffffff;
  padding: 0 20px;
}
.header .nav > nav > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.header .nav > nav > ul > li {
  cursor: pointer;
  line-height: 90px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.header .nav > nav > ul > li a {
  text-decoration: none;
  display: inline-block;
  color: #ffffff;
}
.header .nav > nav > ul > li:hover {
  color: #C92B2F;
}
.header .nav > nav > ul > li:hover > a {
  color: #C92B2F;
  position: relative;
}
.header .nav > nav > ul > li:hover > a:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #C92B2F;
  bottom: 15px;
}
.header .nav > nav > ul > li:hover .child-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.header .nav > nav > ul > li .child-nav {
  position: absolute;
  top: 215px;
  left: 0;
  width: 100%;
  min-height: 260px;
  background-color: rgba(138, 138, 138, 0.8);
  display: none;
  color: #ffffff;
  cursor: initial;
}
.header .nav > nav > ul > li .child-nav > div {
  max-width: 1400px;
  min-width: 1200px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 260px;
  margin: 50px auto 0 auto;
}
.header .nav > nav > ul > li .child-nav > div .title {
  padding-left: 20px;
  min-width: 250px;
}
.header .nav > nav > ul > li .child-nav > div .title h1 {
  font-size: 44px;
  font-weight: 400;
  line-height: 1;
  margin: 0;
}
.header .nav > nav > ul > li .child-nav > div .title h2 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  opacity: 0.8;
  margin: 14px 0;
}
.header .nav > nav > ul > li .child-nav > div > ul {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.header .nav > nav > ul > li .child-nav > div > ul > li {
  width: 200px;
  text-align: left;
  margin-left: 20px;
  cursor: pointer;
}
.header .nav > nav > ul > li .child-nav > div > ul > li > a {
  text-decoration: none;
  color: #ffffff;
}
.header .nav > nav > ul > li .child-nav > div > ul > li:hover {
  color: #C92B2F;
}
.header .nav > nav > ul > li .child-nav > div > ul > li:hover a {
  color: #C92B2F;
}
.header .nav > nav > ul > li .child-nav > div > ul > li img {
  width: 200px;
  height: 120px;
  border-radius: 5px;
  display: block;
}
.header .nav > nav > ul > li .child-nav > div > ul > li p {
  margin: 17px 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  font-size: 14px;
}
.header .nav > nav > ul > li .child-nav > div > ul > li p img {
  width: 10px;
  height: 20px;
  display: block;
}

.section {
  width: 100%;
  height: 100%;
}
.section.show-toolbox {
  height: calc(100% - 80px);
  position: relative;
  overflow: auto;
}
.section .page-zoom {
  width: 100%;
  height: 100%;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}

.home-main {
  width: 100%;
  height: 100%;
}
.home-main .swiper-wrapper {
  -webkit-transition-duration: 800ms !important;
  -o-transition-duration: 800ms !important;
  transition-duration: 800ms !important;
  -webkit-transition-timing-function: ease !important;
  -o-transition-timing-function: ease !important;
  transition-timing-function: ease !important;
}
.home-main .swiper-wrapper .text-box > .left {
  -webkit-transform: translateX(-200px);
  -ms-transform: translateX(-200px);
  transform: translateX(-200px);
  opacity: 0;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
.home-main .swiper-wrapper .text-box > .right {
  -webkit-transform: translateX(200px);
  -ms-transform: translateX(200px);
  transform: translateX(200px);
  opacity: 0;
  -webkit-transition: all .8s;
  -o-transition: all .8s;
  transition: all .8s;
}
.home-main .swiper-wrapper .ani-slide .text-box > .left,
.home-main .swiper-wrapper .ani-slide .text-box > .right {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.module-1,
.module-2,
.module-3,
.module-4,
.module-5,
.module-6,
.module-7,
.module-8 {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
}

.module-1 {
  width: 100%;
  height: 100%;
  position: relative;
}
.module-1 > .home-screen {
  width: 100%;
  height: 100%;
}
.module-1 > .home-screen .swiper-button-next {
  width: 26px;
  height: 42px;
  background-image: url("../img/icon/icon_right.svg");
  -webkit-background-size: 26px 26px;
  background-size: 26px 26px;
  background-position: center;
  background-repeat: no-repeat;
  outline: none;
}
.module-1 > .home-screen .swiper-button-next:after {
  display: none;
}
.module-1 > .home-screen .swiper-button-prev {
  width: 26px;
  height: 42px;
  background-image: url("../img/icon/icon_left.svg");
  -webkit-background-size: 26px 26px;
  background-size: 26px 26px;
  background-position: center;
  background-repeat: no-repeat;
  outline: none;
}
.module-1 > .home-screen .swiper-button-prev:after {
  display: none;
}
.module-1 > .home-screen .swiper-slide {
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  overflow: hidden;
}
.module-1 > .home-screen .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}
.module-1 > .home-screen .swiper-slide.swiper-slide-active img {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-animation: firstScreen 1 8s;
  animation: firstScreen 1 8s;
}
@-webkit-keyframes firstScreen {
  0% {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
  }
  50% {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes firstScreen {
  0% {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
  }
  50% {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.module-1 > .home-screen .swiper-slide.video-box {
  background-color: #000000;
}
.module-1 > .home-screen .swiper-slide.video-box video {
  width: 100%;
  height: 100%;
  background-color: #000000;
  -o-object-fit: cover;
  object-fit: cover;
}
.module-1 .tab-box {
  position: absolute;
  left: 50%;
  bottom: 2.2395833333vw;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 26.5625vw;
  height: 4.1666666667vw;
  z-index: 98;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.module-1 .tab-box .tab {
  width: 18.2291666667vw;
  height: 4.6875vw;
  background: rgba(62, 62, 63, 0.9);
  opacity: 0.9;
  border-radius: 0.5208333333vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  font-size: 0.8333333333vw;
  color: #ffffff;
}
.module-1 .tab-box .tab > li {
  text-align: center;
}
.module-1 .tab-box .tab > li .icon {
  width: 1.3020833333vw;
  height: 2.7083333333vw;
  display: block;
  margin: 0 auto 0.5208333333vw auto;
}
.module-1 .tab-box .tab > li .icon.on {
  display: none;
}
.module-1 .tab-box .tab > li.on .icon, .module-1 .tab-box .tab > li:hover .icon {
  display: none;
}
.module-1 .tab-box .tab > li.on .icon.on, .module-1 .tab-box .tab > li:hover .icon.on {
  display: block;
}
.module-1 .tab-box .tab > li.on > span, .module-1 .tab-box .tab > li:hover > span {
  color: #C92B2F;
}
.module-1 .tab-box .btn {
  width: 7.8125vw;
  height: 4.6875vw;
  background: #C92B2F;
  opacity: 0.9;
  border-radius: 0.5208333333vw;
  font-size: 1.1458333333vw;
  color: #FFFFFF;
  line-height: 4.6875vw;
  text-align: center;
  cursor: pointer;
}
.module-1 .tab-box .btn a {
  text-decoration: none;
  font-size: 1.1458333333vw;
  color: #FFFFFF;
}
.module-1 .module-popup {
  position: absolute;
  right: 12px;
  top: 40%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 8px;
  padding: 1.0416666667vw;
  display: none;
}
.module-1 .module-popup.on {
  display: block;
}
.module-1 .module-popup .module-popup-close {
  background-color: rgba(255, 255, 255, 0.8);
  background-image: url("./../img/icon/icon_close_black.svg");
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  -webkit-background-size: 50% 50%;
  background-size: 50%;
  width: 1.5625vw;
  height: 1.5625vw;
  border-radius: 50%;
  position: absolute;
  right: -0.5208333333vw;
  top: -0.5208333333vw;
}
.module-1 .module-popup .module-popup-detail {
  font-size: 0.7291666667vw;
  line-height: 1.5;
  color: #333333;
}
.module-1 .module-popup .module-popup-detail p {
  margin: 0;
  padding: 0;
}

.module-1 > .tab-box:after,
.module-2 > .tab-box:after,
.module-3 > .tab-box:after,
.module-4 > .tab-box:after,
.module-5 > .tab-box:after {
  content: '';
  position: absolute;
  left: 50%;
  top: -4.1666666667vw;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  display: block;
  width: 2.0833333333vw;
  height: 4.1666666667vw;
  background-image: url("../img/icon/icon_mouse.svg");
  -webkit-background-size: 100% 100%;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 20;
  -webkit-animation: icon-mouse 3s infinite;
  animation: icon-mouse 3s infinite;
}

.module-2,
.module-3,
.module-4,
.module-5 {
  position: relative;
}
.module-2 .tab-box,
.module-3 .tab-box,
.module-4 .tab-box,
.module-5 .tab-box {
  position: absolute;
  left: 50%;
  width: 72.9166666667vw;
  bottom: 1.71875vw;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 98;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.module-2 .tab-box .tab,
.module-3 .tab-box .tab,
.module-4 .tab-box .tab,
.module-5 .tab-box .tab {
  opacity: 0.9;
  border-radius: 0.5208333333vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  font-size: 1.0416666667vw;
  color: #ffffff;
}
.module-2 .tab-box .tab > li,
.module-3 .tab-box .tab > li,
.module-4 .tab-box .tab > li,
.module-5 .tab-box .tab > li {
  text-align: center;
  width: 14.5833333333vw;
  height: 4.1666666667vw;
  line-height: 4.1666666667vw;
  background: rgba(62, 62, 63, 0.9);
}
.module-2 .tab-box .tab > li.on,
.module-3 .tab-box .tab > li.on,
.module-4 .tab-box .tab > li.on,
.module-5 .tab-box .tab > li.on {
  background-color: #C92B2F !important;
}
.module-2 .tab-box .tab > li:hover,
.module-3 .tab-box .tab > li:hover,
.module-4 .tab-box .tab > li:hover,
.module-5 .tab-box .tab > li:hover {
  background-color: #C92B2F !important;
}
.module-2 .text-box,
.module-3 .text-box,
.module-4 .text-box,
.module-5 .text-box {
  width: 72.9166666667vw;
  height: 100%;
  margin: 0 auto;
  color: #ffffff;
  display: none;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.module-2 .text-box.on,
.module-3 .text-box.on,
.module-4 .text-box.on,
.module-5 .text-box.on {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.module-2 .text-box .left,
.module-3 .text-box .left,
.module-4 .text-box .left,
.module-5 .text-box .left {
  padding-top: 5.2083333333vw;
}
.module-2 .text-box .right,
.module-3 .text-box .right,
.module-4 .text-box .right,
.module-5 .text-box .right {
  text-align: right;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.module-2 .text-box .right > div,
.module-3 .text-box .right > div,
.module-4 .text-box .right > div,
.module-5 .text-box .right > div {
  padding: 1.0416666667vw;
  background-color: rgba(62, 62, 63, 0.6);
  margin-top: 18vw;
}
.module-2 .text-box .right > div > h1,
.module-3 .text-box .right > div > h1,
.module-4 .text-box .right > div > h1,
.module-5 .text-box .right > div > h1 {
  font-size: 1.5625vw;
}
.module-2 .text-box .right > div:hover,
.module-3 .text-box .right > div:hover,
.module-4 .text-box .right > div:hover,
.module-5 .text-box .right > div:hover {
  background-color: rgba(62, 62, 63, 0.8);
}
.module-2 .text-box h1,
.module-3 .text-box h1,
.module-4 .text-box h1,
.module-5 .text-box h1 {
  font-size: 2.2916666667vw;
  font-weight: 400;
  line-height: 1;
  margin: 0;
  text-shadow: 0 0 0.5208333333vw #000;
}
.module-2 .text-box h2,
.module-3 .text-box h2,
.module-4 .text-box h2,
.module-5 .text-box h2 {
  font-size: 1.0416666667vw;
  font-weight: 400;
  line-height: 1;
  opacity: 0.8;
  margin: 0.7291666667vw 0;
  text-shadow: 0 0 0.5208333333vw #000;
}
.module-2 .text-box h3,
.module-3 .text-box h3,
.module-4 .text-box h3,
.module-5 .text-box h3 {
  width: 20.8333333333vw;
  font-weight: 400;
  font-size: 0.7291666667vw;
  color: #FFFCFC;
  line-height: 1.25vw;
  margin: 0;
  text-shadow: 0 0 0.5208333333vw #000;
}
.module-2 .text-box .btn,
.module-3 .text-box .btn,
.module-4 .text-box .btn,
.module-5 .text-box .btn {
  width: 6.25vw;
  height: 2.0833333333vw;
  background: rgba(236, 175, 53, 0);
  border: 2px solid #FFFFFF;
  line-height: 2.0833333333vw;
  text-align: center;
  margin: 1.3020833333vw 0 0 auto;
  font-size: 0.7291666667vw;
  cursor: pointer;
}

.module-5 .tab-box .tab > li {
  width: 12.1354166667vw;
}

.module-6 {
  overflow: hidden;
}
.module-6 > div {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.module-6 h1 {
  position: absolute;
  left: 0;
  top: 4.1666666667vw;
  text-align: center;
  font-size: 2.2916666667vw;
  font-weight: 400;
  line-height: 1;
  margin: 0;
  text-shadow: 0 0 0.5208333333vw #000;
  color: #ffffff;
  z-index: 98;
  width: 100%;
  display: block;
}
.module-6 h1.no {
  display: none;
}
.module-6 h2 {
  position: absolute;
  left: 0;
  top: 6.7708333333vw;
  text-align: center;
  font-size: 1.0416666667vw;
  font-weight: 400;
  line-height: 1;
  opacity: 0.8;
  margin: 0.7291666667vw 0;
  text-shadow: 0 0 0.5208333333vw #000;
  color: #ffffff;
  z-index: 98;
  width: 100%;
  display: block;
}
.module-6 h2.no {
  display: none;
}
.module-6 .swiper-video-box {
  width: 100%;
  height: 100%;
  position: relative;
}
.module-6 .swiper-video-box .swiper-slide {
  position: relative;
}
.module-6 .swiper-video-box .swiper-slide .play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 3.8541666667vw;
  height: 3.8541666667vw;
  cursor: pointer;
}
.module-6 .swiper-video-box .swiper-slide .play.no {
  display: none;
}
.module-6 .swiper-video-box .swiper-slide video {
  width: 100%;
  height: 100%;
  background-color: #000000;
  -o-object-fit: cover;
  object-fit: cover;
}
.module-6 .swiper-video-box .swiper-button-next {
  width: 26px;
  height: 42px;
  background-image: url("../img/icon/icon_right.svg");
  -webkit-background-size: 26px 26px;
  background-size: 26px 26px;
  background-position: center;
  background-repeat: no-repeat;
  outline: none;
}
.module-6 .swiper-video-box .swiper-button-next:after {
  display: none;
}
.module-6 .swiper-video-box .swiper-button-prev {
  width: 26px;
  height: 42px;
  background-image: url("../img/icon/icon_left.svg");
  -webkit-background-size: 26px 26px;
  background-size: 26px 26px;
  background-position: center;
  background-repeat: no-repeat;
  outline: none;
}
.module-6 .swiper-video-box .swiper-button-prev:after {
  display: none;
}
.module-6 .tab-box {
  width: 100%;
  position: absolute;
  bottom: -13.5416666667vw;
  height: 13.5416666667vw;
  background: rgba(62, 62, 63, 0.6);
  z-index: 2;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.module-6 .tab-box:after {
  content: '';
  position: absolute;
  left: 50%;
  top: -9.375vw;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  display: block;
  width: 1.5625vw;
  height: 4.1666666667vw;
  background-image: url("../img/icon/icon_mouse.svg");
  -webkit-background-size: 100% 100%;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 20;
  -webkit-animation: icon-mouse 3s infinite;
  animation: icon-mouse 3s infinite;
}
.module-6 .tab-box.open {
  bottom: 0;
}
.module-6 .tab-box .btn {
  position: absolute;
  left: 50%;
  top: -2.0833333333vw;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 10.4166666667vw;
  height: 2.0833333333vw;
  background: rgba(62, 62, 63, 0.6);
  border-radius: 0.5208333333vw 0.5208333333vw 0 0;
  font-size: 0.8333333333vw;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 2.0833333333vw;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.module-6 .tab-box .btn:hover {
  color: #C92B2F;
}
.module-6 .tab-box .btn:hover:after {
  background-image: url("../img/icon/icon_up_on.svg");
}
.module-6 .tab-box .btn:hover.open:after {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}
.module-6 .tab-box .btn:after {
  content: '';
  position: absolute;
  right: 1.0416666667vw;
  top: 0.5208333333vw;
  display: block;
  width: 1.0416666667vw;
  height: 1.0416666667vw;
  background-image: url("../img/icon/icon_up.svg");
  -webkit-background-size: 100% 100%;
  background-size: 100%;
  background-position: center;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.module-6 .tab-box .btn.open:after {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}
.module-6 .tab-box .tab-video-button-box {
  width: 71.875vw;
  height: 9.375vw;
  margin: 2.0833333333vw auto 0 auto;
  position: relative;
}
.module-6 .tab-box .tab-video-button-box .swiper-button-next {
  width: 1.3541666667vw;
  height: 2.1875vw;
  background-image: url("../img/icon/icon_right.svg");
  -webkit-background-size: 1.3541666667vw 1.3541666667vw;
  background-size: 1.3541666667vw 1.3541666667vw;
  background-position: center;
  background-repeat: no-repeat;
  outline: none;
}
.module-6 .tab-box .tab-video-button-box .swiper-button-next:after {
  display: none;
}
.module-6 .tab-box .tab-video-button-box .swiper-button-prev {
  width: 1.3541666667vw;
  height: 2.1875vw;
  background-image: url("../img/icon/icon_left.svg");
  -webkit-background-size: 1.3541666667vw 1.3541666667vw;
  background-size: 1.3541666667vw 1.3541666667vw;
  background-position: center;
  background-repeat: no-repeat;
  outline: none;
}
.module-6 .tab-box .tab-video-button-box .swiper-button-prev:after {
  display: none;
}
.module-6 .tab-box .tab-video-box {
  width: 67.1875vw;
  height: 9.375vw;
  margin: 0 auto;
}
.module-6 .tab-box .tab-video-box .swiper-slide {
  width: 16.1458333333vw;
  position: relative;
  cursor: pointer;
}
.module-6 .tab-box .tab-video-box .swiper-slide img {
  width: 16.1458333333vw;
  height: 9.375vw;
  display: block;
}
.module-6 .tab-box .tab-video-box .swiper-slide .play-box {
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.module-6 .tab-box .tab-video-box .swiper-slide .play-box .play {
  cursor: pointer;
  width: 30px;
  height: 30px;
}
.module-6 .tab-box .tab-video-box .swiper-slide.on .play-box {
  display: none;
}

.module-7 .text-box {
  width: 72.9166666667vw;
  height: 100%;
  margin: 0 auto;
  text-align: center;
  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.module-7 .text-box h1 {
  font-size: 2.2916666667vw;
  font-weight: 400;
  line-height: 1;
  margin: 0;
  text-shadow: 0 0 0.5208333333vw #000;
}
.module-7 .text-box h2 {
  font-size: 1.0416666667vw;
  font-weight: 400;
  line-height: 1.1;
  opacity: 0.8;
  margin: 0.7291666667vw 0;
  text-shadow: 0 0 0.5208333333vw #000;
}
.module-7 .text-box .detail {
  margin: 3.6458333333vw auto;
  width: 67.1875vw;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.module-7 .text-box .detail > div.left {
  width: 26.0416666667vw;
  height: 26.0416666667vw;
}
.module-7 .text-box .detail > div.right {
  width: 40.1041666667vw;
  height: 26.0416666667vw;
}
.module-7 .text-box .detail > .left > div, .module-7 .text-box .detail .right > div {
  width: 26.0416666667vw;
  height: 26.0416666667vw;
  padding: 2.0833333333vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: rgba(62, 62, 63, 0.8);
  cursor: pointer;
  text-align: left;
}
.module-7 .text-box .detail > .left > div .img, .module-7 .text-box .detail .right > div .img {
  width: 100%;
  height: 12.5vw;
  overflow: hidden;
}
.module-7 .text-box .detail > .left > div .img img, .module-7 .text-box .detail .right > div .img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.module-7 .text-box .detail > .left > div .img:hover img, .module-7 .text-box .detail .right > div .img:hover img {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.module-7 .text-box .detail > .left > div h2, .module-7 .text-box .detail .right > div h2 {
  font-size: 1.0416666667vw;
  font-weight: 400;
  color: #FFFFFF;
  padding: 0;
  margin: 1.0416666667vw 0;
  cursor: pointer;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.module-7 .text-box .detail > .left > div h2:hover, .module-7 .text-box .detail .right > div h2:hover {
  color: #C92B2F;
}
.module-7 .text-box .detail > .left > div h3, .module-7 .text-box .detail .right > div h3 {
  font-size: 0.7291666667vw;
  font-weight: 400;
  color: #B2CFEC;
  line-height: 1.4583333333vw;
  text-align: left;
  margin: 0;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.module-7 .text-box .detail > .left > div .time, .module-7 .text-box .detail .right > div .time {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #B2CFEC;
  font-size: 0.7291666667vw;
  margin-top: 0.7291666667vw;
}
.module-7 .text-box .detail > .left > div .time img, .module-7 .text-box .detail .right > div .time img {
  width: 1.71875vw;
  height: 1.1458333333vw;
}
.module-7 .text-box .detail > .left > div .time img.on, .module-7 .text-box .detail .right > div .time img.on {
  display: none;
}
.module-7 .text-box .detail > .left > div .time img.default, .module-7 .text-box .detail .right > div .time img.default {
  display: block;
}
.module-7 .text-box .detail > .left > div .time:hover .on, .module-7 .text-box .detail .right > div .time:hover .on {
  display: block;
}
.module-7 .text-box .detail > .left > div .time:hover .default, .module-7 .text-box .detail .right > div .time:hover .default {
  display: none;
}
.module-7 .text-box .detail .left > div:hover {
  background-color: rgba(62, 62, 63, 0.8);
}
.module-7 .text-box .detail .right > div {
  width: 40.1041666667vw;
  padding: 0;
  background-color: rgba(24, 44, 75, 0);
}
.module-7 .text-box .detail .right > div .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2.0833333333vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 13.0208333333vw;
  background-color: rgba(62, 62, 63, 0.8);
  /*&:nth-of-type(1) {
    background-color: rgba(62, 62, 63,0.9);
  }*/
}
.module-7 .text-box .detail .right > div .top:hover {
  background-color: rgba(62, 62, 63, 0.8);
}
.module-7 .text-box .detail .right > div .top > div:nth-of-type(1) {
  width: 19.2708333333vw;
}
.module-7 .text-box .detail .right > div .img {
  width: 13.5416666667vw;
  height: 8.3333333333vw;
  margin-left: 3.0208333333vw;
}
.module-7 .text-box .detail .right > div .img img {
  width: 13.5416666667vw;
  height: 8.3333333333vw;
  display: block;
}
.module-7 .text-box .btn {
  width: 8.3333333333vw;
  height: 2.6041666667vw;
  background: rgba(201, 43, 47, 0.9);
  font-size: 0.8333333333vw;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 2.6041666667vw;
  margin: 0 auto;
  cursor: pointer;
  position: relative;
}
.module-7 .text-box .btn:after {
  content: '';
  position: absolute;
  left: 50%;
  top: -3.6458333333vw;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  display: block;
  width: 1.5625vw;
  height: 4.1666666667vw;
  background-image: url("../img/icon/icon_mouse.svg");
  -webkit-background-size: 100% 100%;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 20;
  -webkit-animation: icon-mouse 3s infinite;
  animation: icon-mouse 3s infinite;
}

.module-8 {
  overflow-y: auto;
}
.module-8 .text-box {
  width: 72.9166666667vw;
  height: 100%;
  margin: 0 auto;
  text-align: center;
  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.module-8 .text-box h1 {
  font-size: 2.2916666667vw;
  font-weight: 400;
  line-height: 1;
  margin: 0;
  text-shadow: 0 0 0.5208333333vw #000;
}
.module-8 .text-box h2 {
  font-size: 1.0416666667vw;
  font-weight: 400;
  line-height: 1.1;
  opacity: 0.8;
  margin: 0.7291666667vw 0;
  text-shadow: 0 0 0.5208333333vw #000;
}
.module-8 .text-box .btn {
  width: 8.3333333333vw;
  height: 2.6041666667vw;
  background: rgba(201, 43, 47, 0.9);
  font-size: 0.8333333333vw;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 2.6041666667vw;
  margin: 0 auto 2.0833333333vw auto;
  cursor: pointer;
  position: relative;
  /*&:after {
    content: '';
    position: absolute;
    left: 50%;
    top: -70px;
    transform: translate(-50%, 0);
    display: block;
    width: 30px;
    height: 80px;
    background-image: url('../img/icon/icon_mouse.svg');
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
  }*/
}
.module-8 .text-box .detail {
  width: 72.9166666667vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 1.8229166667vw;
  margin-bottom: 1.5625vw;
  min-height: 30.2083333333vw;
  overflow: hidden;
}
.module-8 .text-box .detail .detail-box {
  width: 36.4583333333vw;
}
.module-8 .text-box .detail .detail-box > div {
  width: 30.7291666667vw;
  height: 13.5416666667vw;
  margin-bottom: 1.5625vw;
  margin-left: 4.2708333333vw;
  background-color: rgba(62, 62, 63, 0.9);
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1.5625vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.module-8 .text-box .detail .detail-box > div:hover {
  background-color: rgba(62, 62, 63, 0.9);
}
.module-8 .text-box .detail .detail-box > div:nth-of-type(even) {
  margin-left: 6.25vw;
}
.module-8 .text-box .detail .detail-box > div .img {
  width: 14.5833333333vw;
  height: 10.4166666667vw;
  background-color: #fff;
  margin-left: -5.8333333333vw;
  margin-right: 1.0416666667vw;
  overflow: hidden;
}
.module-8 .text-box .detail .detail-box > div .img img {
  width: 14.5833333333vw;
  height: 10.4166666667vw;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.module-8 .text-box .detail .detail-box > div .img:hover img {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.module-8 .text-box .detail .detail-box > div .text {
  width: 18.75vw;
}
.module-8 .text-box .detail .detail-box > div .text h2 {
  font-size: 1.0416666667vw;
  font-weight: 400;
  color: #FFFFFF;
  padding: 0;
  margin: 1.0416666667vw 0;
  cursor: pointer;
  width: 100%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-shadow: none;
}
.module-8 .text-box .detail .detail-box > div .text h2:hover {
  color: #C92B2F;
}
.module-8 .text-box .detail .detail-box > div .text h3 {
  font-size: 0.7291666667vw;
  font-weight: 400;
  color: #B2CFEC;
  line-height: 1.4583333333vw;
  text-align: left;
  margin: 0;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-shadow: none;
}
.module-8 .text-box .detail .detail-box > div .text .time {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #B2CFEC;
  font-size: 0.7291666667vw;
  margin-top: 0.7291666667vw;
}
.module-8 .text-box .detail .detail-box > div .text .time > span:nth-of-type(2):hover {
  color: #C92B2F;
  cursor: pointer;
}

.module-last {
  overflow-y: auto;
}

.footer {
  width: 100%;
}
.footer .friendship-box {
  width: 100%;
  background-color: #3E3E3F;
  border-bottom: solid 1px rgba(191, 191, 191, 0.2);
}
.footer .friendship-box > div {
  max-width: 1400px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  color: #ffffff;
  font-size: 14px;
  padding: 30px 20px;
}
.footer .friendship-box > div > label {
  width: 80px;
  line-height: 30px;
}
.footer .friendship-box > div > div {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 30px;
}
.footer .friendship-box > div > div a {
  text-decoration: none;
  color: #ffffff;
  font-size: 14px;
}
.footer .friendship-box > div > div a:hover {
  color: #C92B2F;
}
.footer .friendship-box > div > div span {
  margin: 0 10px;
}
.footer .link-box {
  width: 100%;
  background-color: #3E3E3F;
  border-bottom: solid 1px rgba(191, 191, 191, 0.2);
}
.footer .link-box > div {
  max-width: 1400px;
  margin: 0 auto;
  padding: 45px 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #ffffff;
  font-size: 14px;
}
.footer .link-box > div a {
  text-decoration: none;
  color: #ffffff;
  font-size: 14px;
}
.footer .link-box > div a:hover {
  color: #C92B2F;
}
.footer .link-box > div .link {
  width: 1100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.footer .link-box > div .link > div {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.footer .link-box > div .link > div .title {
  margin-bottom: 20px;
}
.footer .link-box > div .link > div a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  display: block;
  line-height: 30px;
}
.footer .link-box > div .link > div a:hover {
  color: #C92B2F;
}
.footer .link-box > div .logo {
  width: 270px;
  height: 47px;
  margin-bottom: 26px;
  display: block;
}
.footer .link-box > div .qrcode {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer .link-box > div .qrcode img {
  width: 82px;
  height: 82px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -o-object-fit: scale-down;
  object-fit: scale-down;
  background: #fff;
  cursor: pointer;
}
.footer .link-box > div .qrcode p {
  text-align: center;
  font-size: 12px;
}
.footer .link-box > div .qrcode .qr-popup {
  position: absolute;
  left: 50%;
  top: -160px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 130px;
  height: 130px;
  display: none;
  border: solid 6px #ffffff;
  border-radius: 3px;
}
.footer .link-box > div .qrcode .qr-popup:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -12px;
  -webkit-transform: translate(-50%, 0) rotateZ(45deg);
  -ms-transform: translate(-50%, 0) rotate(45deg);
  transform: translate(-50%, 0) rotateZ(45deg);
  width: 0;
  height: 0;
  border-top: solid 6px transparent;
  border-right: solid 6px #ffffff;
  border-bottom: solid 6px #ffffff;
  border-left: solid 6px transparent;
}
.footer .link-box > div .qrcode .qr-popup img {
  width: 100%;
  height: 100%;
}
.footer .link-box > div .qrcode > div {
  position: relative;
}
.footer .link-box > div .qrcode > div:hover .qr-popup {
  display: block;
}
.footer .link-box > div .link-img {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer .record-box {
  width: 100%;
  height: 100px;
  background-color: #383635;
  line-height: 1.5;
}
.footer .record-box > div {
  max-width: 1400px;
  height: 100px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
  font-size: 13px;
  line-height: 1.5;
  padding: 0 20px;
}
.footer .record-box > div .br-on {
  display: none;
}
@media all and (max-width: 1366px) {
  .footer .record-box > div .br-on {
    display: block;
  }
}
.footer .record-box > div a {
  text-decoration: none;
  color: #ffffff;
  font-size: 14px;
}
.footer .record-box > div a:hover {
  color: #C92B2F;
}
.footer .record-box > div span {
  margin: 0 10px;
}
.footer .record-box > div .logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer .record-box > div .logo > img {
  display: block;
  margin-right: 20px;
  -o-object-fit: contain;
  object-fit: contain;
}
.footer .record-box > div .logo .logo-1 {
  width: 90px;
  height: 44px;
}
.footer .record-box > div .logo .logo-2 {
  width: 160px;
  height: 40px;
}

.home-main .swiper-wrapper .module2 .text-box > .left,
.home-main .swiper-wrapper .module3 .text-box > .left,
.home-main .swiper-wrapper .module4 .text-box > .left,
.home-main .swiper-wrapper .module5 .text-box > .left {
  -webkit-transform: translateX(-200px);
  -ms-transform: translateX(-200px);
  transform: translateX(-200px);
  opacity: 0;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
.home-main .swiper-wrapper .module2 .text-box > .right,
.home-main .swiper-wrapper .module3 .text-box > .right,
.home-main .swiper-wrapper .module4 .text-box > .right,
.home-main .swiper-wrapper .module5 .text-box > .right {
  -webkit-transform: translateX(200px);
  -ms-transform: translateX(200px);
  transform: translateX(200px);
  opacity: 0;
  -webkit-transition: all .8s;
  -o-transition: all .8s;
  transition: all .8s;
}
.home-main .swiper-wrapper .module2.ani-slide .text-box > .left, .home-main .swiper-wrapper .module2.ani-slide .text-box > .right,
.home-main .swiper-wrapper .module3.ani-slide .text-box > .left,
.home-main .swiper-wrapper .module3.ani-slide .text-box > .right,
.home-main .swiper-wrapper .module4.ani-slide .text-box > .left,
.home-main .swiper-wrapper .module4.ani-slide .text-box > .right,
.home-main .swiper-wrapper .module5.ani-slide .text-box > .left,
.home-main .swiper-wrapper .module5.ani-slide .text-box > .right {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
.home-main .swiper-wrapper .module-7 .text-box .detail .left > div {
  height: 0;
  opacity: 0;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
.home-main .swiper-wrapper .module-7 .text-box .detail .right > div {
  width: 0;
  height: 0;
  opacity: 0;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
.home-main .swiper-wrapper .module-7.ani-slide .text-box .detail .left > div {
  height: 26.0416666667vw;
  opacity: 1;
}
.home-main .swiper-wrapper .module-7.ani-slide .text-box .detail .right > div {
  width: 40.1041666667vw;
  height: 26.0416666667vw;
  opacity: 1;
}
.home-main .swiper-wrapper .module-8 .text-box .detail-box > div {
  width: 0;
  opacity: 0;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
.home-main .swiper-wrapper .module-8.ani-slide .text-box .detail-box > div {
  width: 30.7291666667vw;
  opacity: 1;
}

.tip-popup {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  display: none;
}
.tip-popup.on {
  display: block;
}
.tip-popup > div {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 500px;
}
.tip-popup > div .title {
  height: 80px;
  line-height: 80px;
  font-size: 28px;
  font-weight: 400;
  color: #F2F2F2;
  background: #C92B2F;
  border-radius: 30px 30px 0 0;
  position: relative;
  padding: 0 60px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.tip-popup > div .title .close {
  position: absolute;
  right: 20px;
  top: 25px;
  width: 25px;
  height: 25px;
  cursor: pointer;
}
.tip-popup > div .content {
  min-height: 270px;
  padding: 35px;
  background-color: #F2F2F2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0 0 30px 30px;
  font-size: 20px;
  font-weight: 400;
  color: #333333;
  line-height: 35px;
}

.to-top {
  width: 4.6875vw;
  height: 4.6875vw;
  background: rgba(201, 43, 47, 0.9);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: fixed;
  right: 0;
  bottom: 17%;
  color: #ffffff;
  font-size: 0.7291666667vw;
  z-index: 90;
  cursor: pointer;
  opacity: 0;
  -webkit-transform: translateX(200px);
  -ms-transform: translateX(200px);
  transform: translateX(200px);
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}
.to-top.on {
  opacity: 1;
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}
.to-top img {
  width: 1.5625vw;
  height: 2.0833333333vw;
}
.to-top.to-top_type_0 {
  opacity: 1;
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  bottom: calc(17% + (90vw / 19.2));
  border-bottom: solid 1px rgba(255, 255, 255, 0.6);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.to-top.to-top_type_1 {
  opacity: 1;
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  bottom: calc(17% +  ((90vw / 19.2) * 2));
  border-bottom: solid 1px rgba(255, 255, 255, 0.6);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.to-top.to-top_type_2 {
  opacity: 1;
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  bottom: calc(17% + ((90vw / 19.2) * 3));
  border-bottom: solid 1px rgba(255, 255, 255, 0.6);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.to-top .sibe-pop-box {
  position: absolute;
  left: -160px;
  bottom: 0;
  width: 180px;
  display: none;
}
.to-top .sibe-pop-box:after {
  content: "";
  position: absolute;
  right: 25px;
  bottom: 30px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 5px solid #fff;
  border-bottom: 5px solid transparent;
}
.to-top .sibe-pop-box .pop-box {
  width: 150px;
  background-color: transparent;
  -webkit-box-shadow: 0 6px 20px 2px #000012;
  box-shadow: 0 6px 20px 2px #000012;
  border-radius: 2px;
  overflow: hidden;
}
.to-top .sibe-pop-box .pop-box-in {
  width: 150px;
  padding: 15px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.to-top .sibe-pop-box .qq-list li {
  padding-left: 20px;
  background: url("./../img/icon/qq.png") no-repeat left center;
  font-size: 14px;
  color: #6C6D70;
  line-height: 2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}
.to-top .sibe-pop-box .qq-list li:hover {
  color: #C92B2F;
}

.to-top .sibe-pop-box .qrcode-list li {
  font-size: 14px;
  color: #6C6D70;
  line-height: 2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}
.to-top .sibe-pop-box .qrcode-list li:hover {
  color: #C92B2F;
}


.to-top:hover .sibe-pop-box {
  display: block;
}

.weather-popup {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  display: none;
}
.weather-popup.on {
  display: block;
}
.weather-popup > div {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 500px;
}
.weather-popup > div .title {
  height: 80px;
  line-height: 80px;
  font-size: 28px;
  font-weight: 400;
  color: #F2F2F2;
  background: #C92B2F;
  border-radius: 30px 30px 0 0;
  position: relative;
  padding: 0 60px 0 30px;
  text-align: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.weather-popup > div .title .close {
  position: absolute;
  right: 20px;
  top: 25px;
  width: 25px;
  height: 25px;
  cursor: pointer;
}
.weather-popup > div .content {
  min-height: 200px;
  padding: 35px;
  background-color: #F2F2F2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0 0 30px 30px;
  font-size: 20px;
  font-weight: 400;
  color: #333333;
  line-height: 35px;
}
.weather-popup > div .content > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.weather-popup > div .content > div > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.weather-popup > div .content > div > div:nth-of-type(1) {
  width: 140px;
  text-align: left;
}
.weather-popup > div .content > div > div:nth-of-type(2) {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
  margin-right: 20px;
}
.weather-popup > div .content > div > div:nth-of-type(3) {
  max-width: 140px;
}
.weather-popup > div .content > div:last-of-type {
  margin-bottom: 0;
}
.weather-popup > div .content > div .icon {
  width: 30px;
  height: 30px;
  margin-right: 3px;
}

@-webkit-keyframes icon-mouse {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@keyframes icon-mouse {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
.font_1 .header .status-bar > div {
  font-size: 15.4px;
}
.font_1 .header .status-bar > div .right {
  font-size: 13.2px;
}
.font_1 .header .status-bar > div .right > div.phone .number {
  font-size: 24.2px;
}
.font_1 .header .nav > nav {
  font-size: 18.7px;
}
.font_1 .header .nav > nav > ul > li .child-nav > div .title h1 {
  font-size: 48.4px;
}
.font_1 .header .nav > nav > ul > li .child-nav > div .title h2 {
  font-size: 22px;
}
.font_1 .header .nav > nav > ul > li .child-nav > div > ul > li p {
  font-size: 15.4px;
}
.font_1 .module-1 .tab-box .tab {
  font-size: 0.9166666667vw;
}
.font_1 .module-1 .tab-box .btn {
  font-size: 1.2604166667vw;
}
.font_1 .module-1 .tab-box .btn a {
  font-size: 1.2604166667vw;
}
.font_1 .module-1 .module-popup .module-popup-detail {
  font-size: 0.8020833333vw;
}
.font_1 .module-2 .tab-box .tab,
.font_1 .module-3 .tab-box .tab,
.font_1 .module-4 .tab-box .tab,
.font_1 .module-5 .tab-box .tab {
  font-size: 1.1458333333vw;
}
.font_1 .module-2 .text-box h1,
.font_1 .module-3 .text-box h1,
.font_1 .module-4 .text-box h1,
.font_1 .module-5 .text-box h1 {
  font-size: 2.5208333333vw;
}
.font_1 .module-2 .text-box h2,
.font_1 .module-3 .text-box h2,
.font_1 .module-4 .text-box h2,
.font_1 .module-5 .text-box h2 {
  font-size: 1.1458333333vw;
}
.font_1 .module-2 .text-box h3,
.font_1 .module-3 .text-box h3,
.font_1 .module-4 .text-box h3,
.font_1 .module-5 .text-box h3 {
  font-size: 0.9166666667vw;
}
.font_1 .module-2 .text-box .btn,
.font_1 .module-3 .text-box .btn,
.font_1 .module-4 .text-box .btn,
.font_1 .module-5 .text-box .btn {
  font-size: 0.9166666667vw;
}
.font_1 .module-6 h1 {
  font-size: 2.5208333333vw;
}
.font_1 .module-6 h2 {
  font-size: 1.1458333333vw;
}
.font_1 .module-6 .tab-box .btn {
  font-size: 0.9166666667vw;
}
.font_1 .module-7 .text-box h1 {
  font-size: 2.5208333333vw;
}
.font_1 .module-7 .text-box h2 {
  font-size: 1.1458333333vw;
}
.font_1 .module-7 .text-box .detail > .left > div h2, .font_1 .module-7 .text-box .detail .right > div h2 {
  font-size: 1.1458333333vw;
}
.font_1 .module-7 .text-box .detail > .left > div h3, .font_1 .module-7 .text-box .detail .right > div h3 {
  font-size: 0.8020833333vw;
}
.font_1 .module-7 .text-box .detail > .left > div .time, .font_1 .module-7 .text-box .detail .right > div .time {
  font-size: 0.8020833333vw;
}
.font_1 .module-7 .text-box .btn {
  font-size: 0.9166666667vw;
}
.font_1 .module-8 .text-box h1 {
  font-size: 2.5208333333vw;
}
.font_1 .module-8 .text-box h2 {
  font-size: 1.1458333333vw;
}
.font_1 .module-8 .text-box .btn {
  font-size: 0.9166666667vw;
}
.font_1 .module-8 .text-box .detail .detail-box > div .text h2 {
  font-size: 1.1458333333vw;
}
.font_1 .module-8 .text-box .detail .detail-box > div .text h3 {
  font-size: 0.8020833333vw;
}
.font_1 .module-8 .text-box .detail .detail-box > div .text .time {
  font-size: 0.8020833333vw;
}
.font_1 .footer .friendship-box > div {
  font-size: 15.4px;
}
.font_1 .footer .friendship-box > div > div a {
  font-size: 15.4px;
}
.font_1 .footer .link-box > div {
  font-size: 15.4px;
}
.font_1 .footer .link-box > div a {
  font-size: 15.4px;
}
.font_1 .footer .link-box > div .link > div a {
  font-size: 13.2px;
}
.font_1 .footer .link-box > div .qrcode p {
  font-size: 13.2px;
}
.font_1 .footer .record-box > div {
  font-size: 14.3px;
}
.font_1 .footer .record-box > div a {
  font-size: 15.4px;
}
.font_1 .tip-popup > div .title {
  font-size: 30.8px;
}
.font_1 .tip-popup > div .content {
  font-size: 22px;
}
.font_1 .to-top {
  font-size: 0.8020833333vw;
}
.font_1 .weather-popup > div .title {
  font-size: 30.8px;
}
.font_1 .weather-popup > div .content {
  font-size: 22px;
}

.font_2 .header .status-bar > div {
  font-size: 16.8px;
}
.font_2 .header .status-bar > div .right {
  font-size: 14.4px;
}
.font_2 .header .status-bar > div .right > div.phone .number {
  font-size: 26.4px;
}
.font_2 .header .nav > nav {
  font-size: 20.4px;
}
.font_2 .header .nav > nav > ul > li .child-nav > div .title h1 {
  font-size: 52.8px;
}
.font_2 .header .nav > nav > ul > li .child-nav > div .title h2 {
  font-size: 24px;
}
.font_2 .header .nav > nav > ul > li .child-nav > div > ul > li p {
  font-size: 16.8px;
}
.font_2 .module-1 .tab-box .tab {
  font-size: 1vw;
}
.font_2 .module-1 .tab-box .btn {
  font-size: 1.375vw;
}
.font_2 .module-1 .tab-box .btn a {
  font-size: 1.375vw;
}
.font_2 .module-1 .module-popup .module-popup-detail {
  font-size: 0.875vw;
}
.font_2 .module-2 .tab-box .tab,
.font_2 .module-3 .tab-box .tab,
.font_2 .module-4 .tab-box .tab,
.font_2 .module-5 .tab-box .tab {
  font-size: 1.25vw;
}
.font_2 .module-2 .text-box h1,
.font_2 .module-3 .text-box h1,
.font_2 .module-4 .text-box h1,
.font_2 .module-5 .text-box h1 {
  font-size: 2.75vw;
}
.font_2 .module-2 .text-box h2,
.font_2 .module-3 .text-box h2,
.font_2 .module-4 .text-box h2,
.font_2 .module-5 .text-box h2 {
  font-size: 1.25vw;
}
.font_2 .module-2 .text-box h3,
.font_2 .module-3 .text-box h3,
.font_2 .module-4 .text-box h3,
.font_2 .module-5 .text-box h3 {
  font-size: 1vw;
}
.font_2 .module-2 .text-box .btn,
.font_2 .module-3 .text-box .btn,
.font_2 .module-4 .text-box .btn,
.font_2 .module-5 .text-box .btn {
  font-size: 1vw;
}
.font_2 .module-6 h1 {
  font-size: 2.75vw;
}
.font_2 .module-6 h2 {
  font-size: 1.25vw;
}
.font_2 .module-6 .tab-box .btn {
  font-size: 1vw;
}
.font_2 .module-7 .text-box h1 {
  font-size: 2.75vw;
}
.font_2 .module-7 .text-box h2 {
  font-size: 1.25vw;
}
.font_2 .module-7 .text-box .detail > .left > div h2, .font_2 .module-7 .text-box .detail .right > div h2 {
  font-size: 1.25vw;
}
.font_2 .module-7 .text-box .detail > .left > div h3, .font_2 .module-7 .text-box .detail .right > div h3 {
  font-size: 0.875vw;
}
.font_2 .module-7 .text-box .detail > .left > div .time, .font_2 .module-7 .text-box .detail .right > div .time {
  font-size: 0.875vw;
}
.font_2 .module-7 .text-box .btn {
  font-size: 1vw;
}
.font_2 .module-8 .text-box h1 {
  font-size: 2.75vw;
}
.font_2 .module-8 .text-box h2 {
  font-size: 1.25vw;
}
.font_2 .module-8 .text-box .btn {
  font-size: 1vw;
}
.font_2 .module-8 .text-box .detail .detail-box > div .text h2 {
  font-size: 1.25vw;
}
.font_2 .module-8 .text-box .detail .detail-box > div .text h3 {
  font-size: 0.875vw;
}
.font_2 .module-8 .text-box .detail .detail-box > div .text .time {
  font-size: 0.875vw;
}
.font_2 .footer .friendship-box > div {
  font-size: 16.8px;
}
.font_2 .footer .friendship-box > div > div a {
  font-size: 16.8px;
}
.font_2 .footer .link-box > div {
  font-size: 16.8px;
}
.font_2 .footer .link-box > div a {
  font-size: 16.8px;
}
.font_2 .footer .link-box > div .link > div a {
  font-size: 14.4px;
}
.font_2 .footer .link-box > div .qrcode p {
  font-size: 14.4px;
}
.font_2 .footer .record-box > div {
  font-size: 15.6px;
}
.font_2 .footer .record-box > div a {
  font-size: 16.8px;
}
.font_2 .tip-popup > div .title {
  font-size: 33.6px;
}
.font_2 .tip-popup > div .content {
  font-size: 24px;
}
.font_2 .to-top {
  font-size: 0.875vw;
}
.font_2 .weather-popup > div .title {
  font-size: 33.6px;
}
.font_2 .weather-popup > div .content {
  font-size: 24px;
}

.font_3 .header .status-bar > div {
  font-size: 18.2px;
}
.font_3 .header .status-bar > div .right {
  font-size: 15.6px;
}
.font_3 .header .status-bar > div .right > div.phone .number {
  font-size: 28.6px;
}
.font_3 .header .nav > nav {
  font-size: 22.1px;
}
.font_3 .header .nav > nav > ul > li .child-nav > div .title h1 {
  font-size: 57.2px;
}
.font_3 .header .nav > nav > ul > li .child-nav > div .title h2 {
  font-size: 26px;
}
.font_3 .header .nav > nav > ul > li .child-nav > div > ul > li p {
  font-size: 18.2px;
}
.font_3 .module-1 .tab-box .tab {
  font-size: 1.0833333333vw;
}
.font_3 .module-1 .tab-box .btn {
  font-size: 1.4895833333vw;
}
.font_3 .module-1 .tab-box .btn a {
  font-size: 1.4895833333vw;
}
.font_3 .module-1 .module-popup .module-popup-detail {
  font-size: 0.9479166667vw;
}
.font_3 .module-2 .tab-box .tab,
.font_3 .module-3 .tab-box .tab,
.font_3 .module-4 .tab-box .tab,
.font_3 .module-5 .tab-box .tab {
  font-size: 1.3541666667vw;
}
.font_3 .module-2 .text-box h1,
.font_3 .module-3 .text-box h1,
.font_3 .module-4 .text-box h1,
.font_3 .module-5 .text-box h1 {
  font-size: 2.9791666667vw;
}
.font_3 .module-2 .text-box h2,
.font_3 .module-3 .text-box h2,
.font_3 .module-4 .text-box h2,
.font_3 .module-5 .text-box h2 {
  font-size: 1.3541666667vw;
}
.font_3 .module-2 .text-box h3,
.font_3 .module-3 .text-box h3,
.font_3 .module-4 .text-box h3,
.font_3 .module-5 .text-box h3 {
  font-size: 1.0833333333vw;
}
.font_3 .module-2 .text-box .btn,
.font_3 .module-3 .text-box .btn,
.font_3 .module-4 .text-box .btn,
.font_3 .module-5 .text-box .btn {
  font-size: 1.0833333333vw;
}
.font_3 .module-6 h1 {
  font-size: 2.9791666667vw;
}
.font_3 .module-6 h2 {
  font-size: 1.3541666667vw;
}
.font_3 .module-6 .tab-box .btn {
  font-size: 1.0833333333vw;
}
.font_3 .module-7 .text-box h1 {
  font-size: 2.9791666667vw;
}
.font_3 .module-7 .text-box h2 {
  font-size: 1.3541666667vw;
}
.font_3 .module-7 .text-box .detail > .left > div h2, .font_3 .module-7 .text-box .detail .right > div h2 {
  font-size: 1.3541666667vw;
}
.font_3 .module-7 .text-box .detail > .left > div h3, .font_3 .module-7 .text-box .detail .right > div h3 {
  font-size: 0.9479166667vw;
}
.font_3 .module-7 .text-box .detail > .left > div .time, .font_3 .module-7 .text-box .detail .right > div .time {
  font-size: 0.9479166667vw;
}
.font_3 .module-7 .text-box .btn {
  font-size: 1.0833333333vw;
}
.font_3 .module-8 .text-box h1 {
  font-size: 2.9791666667vw;
}
.font_3 .module-8 .text-box h2 {
  font-size: 1.3541666667vw;
}
.font_3 .module-8 .text-box .btn {
  font-size: 1.0833333333vw;
}
.font_3 .module-8 .text-box .detail .detail-box > div .text h2 {
  font-size: 1.3541666667vw;
}
.font_3 .module-8 .text-box .detail .detail-box > div .text h3 {
  font-size: 0.9479166667vw;
}
.font_3 .module-8 .text-box .detail .detail-box > div .text .time {
  font-size: 0.9479166667vw;
}
.font_3 .footer .friendship-box > div {
  font-size: 18.2px;
}
.font_3 .footer .friendship-box > div > div a {
  font-size: 18.2px;
}
.font_3 .footer .link-box > div {
  font-size: 18.2px;
}
.font_3 .footer .link-box > div a {
  font-size: 18.2px;
}
.font_3 .footer .link-box > div .link > div a {
  font-size: 15.6px;
}
.font_3 .footer .link-box > div .qrcode p {
  font-size: 15.6px;
}
.font_3 .footer .record-box > div {
  font-size: 16.9px;
}
.font_3 .footer .record-box > div a {
  font-size: 18.2px;
}
.font_3 .tip-popup > div .title {
  font-size: 36.4px;
}
.font_3 .tip-popup > div .content {
  font-size: 26px;
}
.font_3 .to-top {
  font-size: 0.9479166667vw;
}
.font_3 .weather-popup > div .title {
  font-size: 36.4px;
}
.font_3 .weather-popup > div .content {
  font-size: 26px;
}

.bg_white_black_blue .section header *,
.bg_white_black_blue .section footer * {
  background: white !important;
  color: black !important;
}
.bg_white_black_blue .section header a,
.bg_white_black_blue .section footer a {
  color: blue !important;
}
.bg_white_black_blue .section header a *,
.bg_white_black_blue .section footer a * {
  color: blue !important;
}
.bg_white_black_blue .section .module-1 h1,
.bg_white_black_blue .section .module-1 h2,
.bg_white_black_blue .section .module-1 .right > div,
.bg_white_black_blue .section .module-1 .left > div,
.bg_white_black_blue .section .module-1 .tab,
.bg_white_black_blue .section .module-1 .play,
.bg_white_black_blue .section .module-1 .video-tab-bg,
.bg_white_black_blue .section .module-1 .btn,
.bg_white_black_blue .section .module-1 .detail-box > div,
.bg_white_black_blue .section .module-2 h1,
.bg_white_black_blue .section .module-2 h2,
.bg_white_black_blue .section .module-2 .right > div,
.bg_white_black_blue .section .module-2 .left > div,
.bg_white_black_blue .section .module-2 .tab,
.bg_white_black_blue .section .module-2 .play,
.bg_white_black_blue .section .module-2 .video-tab-bg,
.bg_white_black_blue .section .module-2 .btn,
.bg_white_black_blue .section .module-2 .detail-box > div,
.bg_white_black_blue .section .module-3 h1,
.bg_white_black_blue .section .module-3 h2,
.bg_white_black_blue .section .module-3 .right > div,
.bg_white_black_blue .section .module-3 .left > div,
.bg_white_black_blue .section .module-3 .tab,
.bg_white_black_blue .section .module-3 .play,
.bg_white_black_blue .section .module-3 .video-tab-bg,
.bg_white_black_blue .section .module-3 .btn,
.bg_white_black_blue .section .module-3 .detail-box > div,
.bg_white_black_blue .section .module-4 h1,
.bg_white_black_blue .section .module-4 h2,
.bg_white_black_blue .section .module-4 .right > div,
.bg_white_black_blue .section .module-4 .left > div,
.bg_white_black_blue .section .module-4 .tab,
.bg_white_black_blue .section .module-4 .play,
.bg_white_black_blue .section .module-4 .video-tab-bg,
.bg_white_black_blue .section .module-4 .btn,
.bg_white_black_blue .section .module-4 .detail-box > div,
.bg_white_black_blue .section .module-5 h1,
.bg_white_black_blue .section .module-5 h2,
.bg_white_black_blue .section .module-5 .right > div,
.bg_white_black_blue .section .module-5 .left > div,
.bg_white_black_blue .section .module-5 .tab,
.bg_white_black_blue .section .module-5 .play,
.bg_white_black_blue .section .module-5 .video-tab-bg,
.bg_white_black_blue .section .module-5 .btn,
.bg_white_black_blue .section .module-5 .detail-box > div,
.bg_white_black_blue .section .module-6 h1,
.bg_white_black_blue .section .module-6 h2,
.bg_white_black_blue .section .module-6 .right > div,
.bg_white_black_blue .section .module-6 .left > div,
.bg_white_black_blue .section .module-6 .tab,
.bg_white_black_blue .section .module-6 .play,
.bg_white_black_blue .section .module-6 .video-tab-bg,
.bg_white_black_blue .section .module-6 .btn,
.bg_white_black_blue .section .module-6 .detail-box > div,
.bg_white_black_blue .section .module-7 h1,
.bg_white_black_blue .section .module-7 h2,
.bg_white_black_blue .section .module-7 .right > div,
.bg_white_black_blue .section .module-7 .left > div,
.bg_white_black_blue .section .module-7 .tab,
.bg_white_black_blue .section .module-7 .play,
.bg_white_black_blue .section .module-7 .video-tab-bg,
.bg_white_black_blue .section .module-7 .btn,
.bg_white_black_blue .section .module-7 .detail-box > div,
.bg_white_black_blue .section .module-8 h1,
.bg_white_black_blue .section .module-8 h2,
.bg_white_black_blue .section .module-8 .right > div,
.bg_white_black_blue .section .module-8 .left > div,
.bg_white_black_blue .section .module-8 .tab,
.bg_white_black_blue .section .module-8 .play,
.bg_white_black_blue .section .module-8 .video-tab-bg,
.bg_white_black_blue .section .module-8 .btn,
.bg_white_black_blue .section .module-8 .detail-box > div {
  background: white !important;
  color: black !important;
}
.bg_white_black_blue .section .module-1 h1 *,
.bg_white_black_blue .section .module-1 h2 *,
.bg_white_black_blue .section .module-1 .right > div *,
.bg_white_black_blue .section .module-1 .left > div *,
.bg_white_black_blue .section .module-1 .tab *,
.bg_white_black_blue .section .module-1 .play *,
.bg_white_black_blue .section .module-1 .video-tab-bg *,
.bg_white_black_blue .section .module-1 .btn *,
.bg_white_black_blue .section .module-1 .detail-box > div *,
.bg_white_black_blue .section .module-2 h1 *,
.bg_white_black_blue .section .module-2 h2 *,
.bg_white_black_blue .section .module-2 .right > div *,
.bg_white_black_blue .section .module-2 .left > div *,
.bg_white_black_blue .section .module-2 .tab *,
.bg_white_black_blue .section .module-2 .play *,
.bg_white_black_blue .section .module-2 .video-tab-bg *,
.bg_white_black_blue .section .module-2 .btn *,
.bg_white_black_blue .section .module-2 .detail-box > div *,
.bg_white_black_blue .section .module-3 h1 *,
.bg_white_black_blue .section .module-3 h2 *,
.bg_white_black_blue .section .module-3 .right > div *,
.bg_white_black_blue .section .module-3 .left > div *,
.bg_white_black_blue .section .module-3 .tab *,
.bg_white_black_blue .section .module-3 .play *,
.bg_white_black_blue .section .module-3 .video-tab-bg *,
.bg_white_black_blue .section .module-3 .btn *,
.bg_white_black_blue .section .module-3 .detail-box > div *,
.bg_white_black_blue .section .module-4 h1 *,
.bg_white_black_blue .section .module-4 h2 *,
.bg_white_black_blue .section .module-4 .right > div *,
.bg_white_black_blue .section .module-4 .left > div *,
.bg_white_black_blue .section .module-4 .tab *,
.bg_white_black_blue .section .module-4 .play *,
.bg_white_black_blue .section .module-4 .video-tab-bg *,
.bg_white_black_blue .section .module-4 .btn *,
.bg_white_black_blue .section .module-4 .detail-box > div *,
.bg_white_black_blue .section .module-5 h1 *,
.bg_white_black_blue .section .module-5 h2 *,
.bg_white_black_blue .section .module-5 .right > div *,
.bg_white_black_blue .section .module-5 .left > div *,
.bg_white_black_blue .section .module-5 .tab *,
.bg_white_black_blue .section .module-5 .play *,
.bg_white_black_blue .section .module-5 .video-tab-bg *,
.bg_white_black_blue .section .module-5 .btn *,
.bg_white_black_blue .section .module-5 .detail-box > div *,
.bg_white_black_blue .section .module-6 h1 *,
.bg_white_black_blue .section .module-6 h2 *,
.bg_white_black_blue .section .module-6 .right > div *,
.bg_white_black_blue .section .module-6 .left > div *,
.bg_white_black_blue .section .module-6 .tab *,
.bg_white_black_blue .section .module-6 .play *,
.bg_white_black_blue .section .module-6 .video-tab-bg *,
.bg_white_black_blue .section .module-6 .btn *,
.bg_white_black_blue .section .module-6 .detail-box > div *,
.bg_white_black_blue .section .module-7 h1 *,
.bg_white_black_blue .section .module-7 h2 *,
.bg_white_black_blue .section .module-7 .right > div *,
.bg_white_black_blue .section .module-7 .left > div *,
.bg_white_black_blue .section .module-7 .tab *,
.bg_white_black_blue .section .module-7 .play *,
.bg_white_black_blue .section .module-7 .video-tab-bg *,
.bg_white_black_blue .section .module-7 .btn *,
.bg_white_black_blue .section .module-7 .detail-box > div *,
.bg_white_black_blue .section .module-8 h1 *,
.bg_white_black_blue .section .module-8 h2 *,
.bg_white_black_blue .section .module-8 .right > div *,
.bg_white_black_blue .section .module-8 .left > div *,
.bg_white_black_blue .section .module-8 .tab *,
.bg_white_black_blue .section .module-8 .play *,
.bg_white_black_blue .section .module-8 .video-tab-bg *,
.bg_white_black_blue .section .module-8 .btn *,
.bg_white_black_blue .section .module-8 .detail-box > div * {
  background: white !important;
  color: black !important;
}
.bg_white_black_blue .section .module-1 h1 a,
.bg_white_black_blue .section .module-1 h2 a,
.bg_white_black_blue .section .module-1 .right > div a,
.bg_white_black_blue .section .module-1 .left > div a,
.bg_white_black_blue .section .module-1 .tab a,
.bg_white_black_blue .section .module-1 .play a,
.bg_white_black_blue .section .module-1 .video-tab-bg a,
.bg_white_black_blue .section .module-1 .btn a,
.bg_white_black_blue .section .module-1 .detail-box > div a,
.bg_white_black_blue .section .module-2 h1 a,
.bg_white_black_blue .section .module-2 h2 a,
.bg_white_black_blue .section .module-2 .right > div a,
.bg_white_black_blue .section .module-2 .left > div a,
.bg_white_black_blue .section .module-2 .tab a,
.bg_white_black_blue .section .module-2 .play a,
.bg_white_black_blue .section .module-2 .video-tab-bg a,
.bg_white_black_blue .section .module-2 .btn a,
.bg_white_black_blue .section .module-2 .detail-box > div a,
.bg_white_black_blue .section .module-3 h1 a,
.bg_white_black_blue .section .module-3 h2 a,
.bg_white_black_blue .section .module-3 .right > div a,
.bg_white_black_blue .section .module-3 .left > div a,
.bg_white_black_blue .section .module-3 .tab a,
.bg_white_black_blue .section .module-3 .play a,
.bg_white_black_blue .section .module-3 .video-tab-bg a,
.bg_white_black_blue .section .module-3 .btn a,
.bg_white_black_blue .section .module-3 .detail-box > div a,
.bg_white_black_blue .section .module-4 h1 a,
.bg_white_black_blue .section .module-4 h2 a,
.bg_white_black_blue .section .module-4 .right > div a,
.bg_white_black_blue .section .module-4 .left > div a,
.bg_white_black_blue .section .module-4 .tab a,
.bg_white_black_blue .section .module-4 .play a,
.bg_white_black_blue .section .module-4 .video-tab-bg a,
.bg_white_black_blue .section .module-4 .btn a,
.bg_white_black_blue .section .module-4 .detail-box > div a,
.bg_white_black_blue .section .module-5 h1 a,
.bg_white_black_blue .section .module-5 h2 a,
.bg_white_black_blue .section .module-5 .right > div a,
.bg_white_black_blue .section .module-5 .left > div a,
.bg_white_black_blue .section .module-5 .tab a,
.bg_white_black_blue .section .module-5 .play a,
.bg_white_black_blue .section .module-5 .video-tab-bg a,
.bg_white_black_blue .section .module-5 .btn a,
.bg_white_black_blue .section .module-5 .detail-box > div a,
.bg_white_black_blue .section .module-6 h1 a,
.bg_white_black_blue .section .module-6 h2 a,
.bg_white_black_blue .section .module-6 .right > div a,
.bg_white_black_blue .section .module-6 .left > div a,
.bg_white_black_blue .section .module-6 .tab a,
.bg_white_black_blue .section .module-6 .play a,
.bg_white_black_blue .section .module-6 .video-tab-bg a,
.bg_white_black_blue .section .module-6 .btn a,
.bg_white_black_blue .section .module-6 .detail-box > div a,
.bg_white_black_blue .section .module-7 h1 a,
.bg_white_black_blue .section .module-7 h2 a,
.bg_white_black_blue .section .module-7 .right > div a,
.bg_white_black_blue .section .module-7 .left > div a,
.bg_white_black_blue .section .module-7 .tab a,
.bg_white_black_blue .section .module-7 .play a,
.bg_white_black_blue .section .module-7 .video-tab-bg a,
.bg_white_black_blue .section .module-7 .btn a,
.bg_white_black_blue .section .module-7 .detail-box > div a,
.bg_white_black_blue .section .module-8 h1 a,
.bg_white_black_blue .section .module-8 h2 a,
.bg_white_black_blue .section .module-8 .right > div a,
.bg_white_black_blue .section .module-8 .left > div a,
.bg_white_black_blue .section .module-8 .tab a,
.bg_white_black_blue .section .module-8 .play a,
.bg_white_black_blue .section .module-8 .video-tab-bg a,
.bg_white_black_blue .section .module-8 .btn a,
.bg_white_black_blue .section .module-8 .detail-box > div a {
  color: blue !important;
}
.bg_white_black_blue .section .module-1 h1 a *,
.bg_white_black_blue .section .module-1 h2 a *,
.bg_white_black_blue .section .module-1 .right > div a *,
.bg_white_black_blue .section .module-1 .left > div a *,
.bg_white_black_blue .section .module-1 .tab a *,
.bg_white_black_blue .section .module-1 .play a *,
.bg_white_black_blue .section .module-1 .video-tab-bg a *,
.bg_white_black_blue .section .module-1 .btn a *,
.bg_white_black_blue .section .module-1 .detail-box > div a *,
.bg_white_black_blue .section .module-2 h1 a *,
.bg_white_black_blue .section .module-2 h2 a *,
.bg_white_black_blue .section .module-2 .right > div a *,
.bg_white_black_blue .section .module-2 .left > div a *,
.bg_white_black_blue .section .module-2 .tab a *,
.bg_white_black_blue .section .module-2 .play a *,
.bg_white_black_blue .section .module-2 .video-tab-bg a *,
.bg_white_black_blue .section .module-2 .btn a *,
.bg_white_black_blue .section .module-2 .detail-box > div a *,
.bg_white_black_blue .section .module-3 h1 a *,
.bg_white_black_blue .section .module-3 h2 a *,
.bg_white_black_blue .section .module-3 .right > div a *,
.bg_white_black_blue .section .module-3 .left > div a *,
.bg_white_black_blue .section .module-3 .tab a *,
.bg_white_black_blue .section .module-3 .play a *,
.bg_white_black_blue .section .module-3 .video-tab-bg a *,
.bg_white_black_blue .section .module-3 .btn a *,
.bg_white_black_blue .section .module-3 .detail-box > div a *,
.bg_white_black_blue .section .module-4 h1 a *,
.bg_white_black_blue .section .module-4 h2 a *,
.bg_white_black_blue .section .module-4 .right > div a *,
.bg_white_black_blue .section .module-4 .left > div a *,
.bg_white_black_blue .section .module-4 .tab a *,
.bg_white_black_blue .section .module-4 .play a *,
.bg_white_black_blue .section .module-4 .video-tab-bg a *,
.bg_white_black_blue .section .module-4 .btn a *,
.bg_white_black_blue .section .module-4 .detail-box > div a *,
.bg_white_black_blue .section .module-5 h1 a *,
.bg_white_black_blue .section .module-5 h2 a *,
.bg_white_black_blue .section .module-5 .right > div a *,
.bg_white_black_blue .section .module-5 .left > div a *,
.bg_white_black_blue .section .module-5 .tab a *,
.bg_white_black_blue .section .module-5 .play a *,
.bg_white_black_blue .section .module-5 .video-tab-bg a *,
.bg_white_black_blue .section .module-5 .btn a *,
.bg_white_black_blue .section .module-5 .detail-box > div a *,
.bg_white_black_blue .section .module-6 h1 a *,
.bg_white_black_blue .section .module-6 h2 a *,
.bg_white_black_blue .section .module-6 .right > div a *,
.bg_white_black_blue .section .module-6 .left > div a *,
.bg_white_black_blue .section .module-6 .tab a *,
.bg_white_black_blue .section .module-6 .play a *,
.bg_white_black_blue .section .module-6 .video-tab-bg a *,
.bg_white_black_blue .section .module-6 .btn a *,
.bg_white_black_blue .section .module-6 .detail-box > div a *,
.bg_white_black_blue .section .module-7 h1 a *,
.bg_white_black_blue .section .module-7 h2 a *,
.bg_white_black_blue .section .module-7 .right > div a *,
.bg_white_black_blue .section .module-7 .left > div a *,
.bg_white_black_blue .section .module-7 .tab a *,
.bg_white_black_blue .section .module-7 .play a *,
.bg_white_black_blue .section .module-7 .video-tab-bg a *,
.bg_white_black_blue .section .module-7 .btn a *,
.bg_white_black_blue .section .module-7 .detail-box > div a *,
.bg_white_black_blue .section .module-8 h1 a *,
.bg_white_black_blue .section .module-8 h2 a *,
.bg_white_black_blue .section .module-8 .right > div a *,
.bg_white_black_blue .section .module-8 .left > div a *,
.bg_white_black_blue .section .module-8 .tab a *,
.bg_white_black_blue .section .module-8 .play a *,
.bg_white_black_blue .section .module-8 .video-tab-bg a *,
.bg_white_black_blue .section .module-8 .btn a *,
.bg_white_black_blue .section .module-8 .detail-box > div a * {
  color: blue !important;
}
.bg_white_black_blue .section .module-1 h1 .play-box,
.bg_white_black_blue .section .module-1 h2 .play-box,
.bg_white_black_blue .section .module-1 .right > div .play-box,
.bg_white_black_blue .section .module-1 .left > div .play-box,
.bg_white_black_blue .section .module-1 .tab .play-box,
.bg_white_black_blue .section .module-1 .play .play-box,
.bg_white_black_blue .section .module-1 .video-tab-bg .play-box,
.bg_white_black_blue .section .module-1 .btn .play-box,
.bg_white_black_blue .section .module-1 .detail-box > div .play-box,
.bg_white_black_blue .section .module-2 h1 .play-box,
.bg_white_black_blue .section .module-2 h2 .play-box,
.bg_white_black_blue .section .module-2 .right > div .play-box,
.bg_white_black_blue .section .module-2 .left > div .play-box,
.bg_white_black_blue .section .module-2 .tab .play-box,
.bg_white_black_blue .section .module-2 .play .play-box,
.bg_white_black_blue .section .module-2 .video-tab-bg .play-box,
.bg_white_black_blue .section .module-2 .btn .play-box,
.bg_white_black_blue .section .module-2 .detail-box > div .play-box,
.bg_white_black_blue .section .module-3 h1 .play-box,
.bg_white_black_blue .section .module-3 h2 .play-box,
.bg_white_black_blue .section .module-3 .right > div .play-box,
.bg_white_black_blue .section .module-3 .left > div .play-box,
.bg_white_black_blue .section .module-3 .tab .play-box,
.bg_white_black_blue .section .module-3 .play .play-box,
.bg_white_black_blue .section .module-3 .video-tab-bg .play-box,
.bg_white_black_blue .section .module-3 .btn .play-box,
.bg_white_black_blue .section .module-3 .detail-box > div .play-box,
.bg_white_black_blue .section .module-4 h1 .play-box,
.bg_white_black_blue .section .module-4 h2 .play-box,
.bg_white_black_blue .section .module-4 .right > div .play-box,
.bg_white_black_blue .section .module-4 .left > div .play-box,
.bg_white_black_blue .section .module-4 .tab .play-box,
.bg_white_black_blue .section .module-4 .play .play-box,
.bg_white_black_blue .section .module-4 .video-tab-bg .play-box,
.bg_white_black_blue .section .module-4 .btn .play-box,
.bg_white_black_blue .section .module-4 .detail-box > div .play-box,
.bg_white_black_blue .section .module-5 h1 .play-box,
.bg_white_black_blue .section .module-5 h2 .play-box,
.bg_white_black_blue .section .module-5 .right > div .play-box,
.bg_white_black_blue .section .module-5 .left > div .play-box,
.bg_white_black_blue .section .module-5 .tab .play-box,
.bg_white_black_blue .section .module-5 .play .play-box,
.bg_white_black_blue .section .module-5 .video-tab-bg .play-box,
.bg_white_black_blue .section .module-5 .btn .play-box,
.bg_white_black_blue .section .module-5 .detail-box > div .play-box,
.bg_white_black_blue .section .module-6 h1 .play-box,
.bg_white_black_blue .section .module-6 h2 .play-box,
.bg_white_black_blue .section .module-6 .right > div .play-box,
.bg_white_black_blue .section .module-6 .left > div .play-box,
.bg_white_black_blue .section .module-6 .tab .play-box,
.bg_white_black_blue .section .module-6 .play .play-box,
.bg_white_black_blue .section .module-6 .video-tab-bg .play-box,
.bg_white_black_blue .section .module-6 .btn .play-box,
.bg_white_black_blue .section .module-6 .detail-box > div .play-box,
.bg_white_black_blue .section .module-7 h1 .play-box,
.bg_white_black_blue .section .module-7 h2 .play-box,
.bg_white_black_blue .section .module-7 .right > div .play-box,
.bg_white_black_blue .section .module-7 .left > div .play-box,
.bg_white_black_blue .section .module-7 .tab .play-box,
.bg_white_black_blue .section .module-7 .play .play-box,
.bg_white_black_blue .section .module-7 .video-tab-bg .play-box,
.bg_white_black_blue .section .module-7 .btn .play-box,
.bg_white_black_blue .section .module-7 .detail-box > div .play-box,
.bg_white_black_blue .section .module-8 h1 .play-box,
.bg_white_black_blue .section .module-8 h2 .play-box,
.bg_white_black_blue .section .module-8 .right > div .play-box,
.bg_white_black_blue .section .module-8 .left > div .play-box,
.bg_white_black_blue .section .module-8 .tab .play-box,
.bg_white_black_blue .section .module-8 .play .play-box,
.bg_white_black_blue .section .module-8 .video-tab-bg .play-box,
.bg_white_black_blue .section .module-8 .btn .play-box,
.bg_white_black_blue .section .module-8 .detail-box > div .play-box {
  background-color: rgba(0, 0, 0, 0.5) !important;
}
.bg_white_black_blue .module-popup,
.bg_white_black_blue .tip-popup > div,
.bg_white_black_blue .to-top {
  background: white !important;
  color: black !important;
}
.bg_white_black_blue .module-popup *,
.bg_white_black_blue .tip-popup > div *,
.bg_white_black_blue .to-top * {
  background: white !important;
  color: black !important;
}
.bg_white_black_blue .module-popup a,
.bg_white_black_blue .tip-popup > div a,
.bg_white_black_blue .to-top a {
  color: blue !important;
}
.bg_white_black_blue .module-popup a *,
.bg_white_black_blue .tip-popup > div a *,
.bg_white_black_blue .to-top a * {
  color: blue !important;
}

.bg_blue_yellow_white .section header *,
.bg_blue_yellow_white .section footer * {
  background: blue !important;
  color: yellow !important;
}
.bg_blue_yellow_white .section header a,
.bg_blue_yellow_white .section footer a {
  color: white !important;
}
.bg_blue_yellow_white .section header a *,
.bg_blue_yellow_white .section footer a * {
  color: white !important;
}
.bg_blue_yellow_white .section .module-1 h1,
.bg_blue_yellow_white .section .module-1 h2,
.bg_blue_yellow_white .section .module-1 .right > div,
.bg_blue_yellow_white .section .module-1 .left > div,
.bg_blue_yellow_white .section .module-1 .tab,
.bg_blue_yellow_white .section .module-1 .play,
.bg_blue_yellow_white .section .module-1 .video-tab-bg,
.bg_blue_yellow_white .section .module-1 .btn,
.bg_blue_yellow_white .section .module-1 .detail-box > div,
.bg_blue_yellow_white .section .module-2 h1,
.bg_blue_yellow_white .section .module-2 h2,
.bg_blue_yellow_white .section .module-2 .right > div,
.bg_blue_yellow_white .section .module-2 .left > div,
.bg_blue_yellow_white .section .module-2 .tab,
.bg_blue_yellow_white .section .module-2 .play,
.bg_blue_yellow_white .section .module-2 .video-tab-bg,
.bg_blue_yellow_white .section .module-2 .btn,
.bg_blue_yellow_white .section .module-2 .detail-box > div,
.bg_blue_yellow_white .section .module-3 h1,
.bg_blue_yellow_white .section .module-3 h2,
.bg_blue_yellow_white .section .module-3 .right > div,
.bg_blue_yellow_white .section .module-3 .left > div,
.bg_blue_yellow_white .section .module-3 .tab,
.bg_blue_yellow_white .section .module-3 .play,
.bg_blue_yellow_white .section .module-3 .video-tab-bg,
.bg_blue_yellow_white .section .module-3 .btn,
.bg_blue_yellow_white .section .module-3 .detail-box > div,
.bg_blue_yellow_white .section .module-4 h1,
.bg_blue_yellow_white .section .module-4 h2,
.bg_blue_yellow_white .section .module-4 .right > div,
.bg_blue_yellow_white .section .module-4 .left > div,
.bg_blue_yellow_white .section .module-4 .tab,
.bg_blue_yellow_white .section .module-4 .play,
.bg_blue_yellow_white .section .module-4 .video-tab-bg,
.bg_blue_yellow_white .section .module-4 .btn,
.bg_blue_yellow_white .section .module-4 .detail-box > div,
.bg_blue_yellow_white .section .module-5 h1,
.bg_blue_yellow_white .section .module-5 h2,
.bg_blue_yellow_white .section .module-5 .right > div,
.bg_blue_yellow_white .section .module-5 .left > div,
.bg_blue_yellow_white .section .module-5 .tab,
.bg_blue_yellow_white .section .module-5 .play,
.bg_blue_yellow_white .section .module-5 .video-tab-bg,
.bg_blue_yellow_white .section .module-5 .btn,
.bg_blue_yellow_white .section .module-5 .detail-box > div,
.bg_blue_yellow_white .section .module-6 h1,
.bg_blue_yellow_white .section .module-6 h2,
.bg_blue_yellow_white .section .module-6 .right > div,
.bg_blue_yellow_white .section .module-6 .left > div,
.bg_blue_yellow_white .section .module-6 .tab,
.bg_blue_yellow_white .section .module-6 .play,
.bg_blue_yellow_white .section .module-6 .video-tab-bg,
.bg_blue_yellow_white .section .module-6 .btn,
.bg_blue_yellow_white .section .module-6 .detail-box > div,
.bg_blue_yellow_white .section .module-7 h1,
.bg_blue_yellow_white .section .module-7 h2,
.bg_blue_yellow_white .section .module-7 .right > div,
.bg_blue_yellow_white .section .module-7 .left > div,
.bg_blue_yellow_white .section .module-7 .tab,
.bg_blue_yellow_white .section .module-7 .play,
.bg_blue_yellow_white .section .module-7 .video-tab-bg,
.bg_blue_yellow_white .section .module-7 .btn,
.bg_blue_yellow_white .section .module-7 .detail-box > div,
.bg_blue_yellow_white .section .module-8 h1,
.bg_blue_yellow_white .section .module-8 h2,
.bg_blue_yellow_white .section .module-8 .right > div,
.bg_blue_yellow_white .section .module-8 .left > div,
.bg_blue_yellow_white .section .module-8 .tab,
.bg_blue_yellow_white .section .module-8 .play,
.bg_blue_yellow_white .section .module-8 .video-tab-bg,
.bg_blue_yellow_white .section .module-8 .btn,
.bg_blue_yellow_white .section .module-8 .detail-box > div {
  background: blue !important;
  color: yellow !important;
}
.bg_blue_yellow_white .section .module-1 h1 *,
.bg_blue_yellow_white .section .module-1 h2 *,
.bg_blue_yellow_white .section .module-1 .right > div *,
.bg_blue_yellow_white .section .module-1 .left > div *,
.bg_blue_yellow_white .section .module-1 .tab *,
.bg_blue_yellow_white .section .module-1 .play *,
.bg_blue_yellow_white .section .module-1 .video-tab-bg *,
.bg_blue_yellow_white .section .module-1 .btn *,
.bg_blue_yellow_white .section .module-1 .detail-box > div *,
.bg_blue_yellow_white .section .module-2 h1 *,
.bg_blue_yellow_white .section .module-2 h2 *,
.bg_blue_yellow_white .section .module-2 .right > div *,
.bg_blue_yellow_white .section .module-2 .left > div *,
.bg_blue_yellow_white .section .module-2 .tab *,
.bg_blue_yellow_white .section .module-2 .play *,
.bg_blue_yellow_white .section .module-2 .video-tab-bg *,
.bg_blue_yellow_white .section .module-2 .btn *,
.bg_blue_yellow_white .section .module-2 .detail-box > div *,
.bg_blue_yellow_white .section .module-3 h1 *,
.bg_blue_yellow_white .section .module-3 h2 *,
.bg_blue_yellow_white .section .module-3 .right > div *,
.bg_blue_yellow_white .section .module-3 .left > div *,
.bg_blue_yellow_white .section .module-3 .tab *,
.bg_blue_yellow_white .section .module-3 .play *,
.bg_blue_yellow_white .section .module-3 .video-tab-bg *,
.bg_blue_yellow_white .section .module-3 .btn *,
.bg_blue_yellow_white .section .module-3 .detail-box > div *,
.bg_blue_yellow_white .section .module-4 h1 *,
.bg_blue_yellow_white .section .module-4 h2 *,
.bg_blue_yellow_white .section .module-4 .right > div *,
.bg_blue_yellow_white .section .module-4 .left > div *,
.bg_blue_yellow_white .section .module-4 .tab *,
.bg_blue_yellow_white .section .module-4 .play *,
.bg_blue_yellow_white .section .module-4 .video-tab-bg *,
.bg_blue_yellow_white .section .module-4 .btn *,
.bg_blue_yellow_white .section .module-4 .detail-box > div *,
.bg_blue_yellow_white .section .module-5 h1 *,
.bg_blue_yellow_white .section .module-5 h2 *,
.bg_blue_yellow_white .section .module-5 .right > div *,
.bg_blue_yellow_white .section .module-5 .left > div *,
.bg_blue_yellow_white .section .module-5 .tab *,
.bg_blue_yellow_white .section .module-5 .play *,
.bg_blue_yellow_white .section .module-5 .video-tab-bg *,
.bg_blue_yellow_white .section .module-5 .btn *,
.bg_blue_yellow_white .section .module-5 .detail-box > div *,
.bg_blue_yellow_white .section .module-6 h1 *,
.bg_blue_yellow_white .section .module-6 h2 *,
.bg_blue_yellow_white .section .module-6 .right > div *,
.bg_blue_yellow_white .section .module-6 .left > div *,
.bg_blue_yellow_white .section .module-6 .tab *,
.bg_blue_yellow_white .section .module-6 .play *,
.bg_blue_yellow_white .section .module-6 .video-tab-bg *,
.bg_blue_yellow_white .section .module-6 .btn *,
.bg_blue_yellow_white .section .module-6 .detail-box > div *,
.bg_blue_yellow_white .section .module-7 h1 *,
.bg_blue_yellow_white .section .module-7 h2 *,
.bg_blue_yellow_white .section .module-7 .right > div *,
.bg_blue_yellow_white .section .module-7 .left > div *,
.bg_blue_yellow_white .section .module-7 .tab *,
.bg_blue_yellow_white .section .module-7 .play *,
.bg_blue_yellow_white .section .module-7 .video-tab-bg *,
.bg_blue_yellow_white .section .module-7 .btn *,
.bg_blue_yellow_white .section .module-7 .detail-box > div *,
.bg_blue_yellow_white .section .module-8 h1 *,
.bg_blue_yellow_white .section .module-8 h2 *,
.bg_blue_yellow_white .section .module-8 .right > div *,
.bg_blue_yellow_white .section .module-8 .left > div *,
.bg_blue_yellow_white .section .module-8 .tab *,
.bg_blue_yellow_white .section .module-8 .play *,
.bg_blue_yellow_white .section .module-8 .video-tab-bg *,
.bg_blue_yellow_white .section .module-8 .btn *,
.bg_blue_yellow_white .section .module-8 .detail-box > div * {
  background: blue !important;
  color: yellow !important;
}
.bg_blue_yellow_white .section .module-1 h1 a,
.bg_blue_yellow_white .section .module-1 h2 a,
.bg_blue_yellow_white .section .module-1 .right > div a,
.bg_blue_yellow_white .section .module-1 .left > div a,
.bg_blue_yellow_white .section .module-1 .tab a,
.bg_blue_yellow_white .section .module-1 .play a,
.bg_blue_yellow_white .section .module-1 .video-tab-bg a,
.bg_blue_yellow_white .section .module-1 .btn a,
.bg_blue_yellow_white .section .module-1 .detail-box > div a,
.bg_blue_yellow_white .section .module-2 h1 a,
.bg_blue_yellow_white .section .module-2 h2 a,
.bg_blue_yellow_white .section .module-2 .right > div a,
.bg_blue_yellow_white .section .module-2 .left > div a,
.bg_blue_yellow_white .section .module-2 .tab a,
.bg_blue_yellow_white .section .module-2 .play a,
.bg_blue_yellow_white .section .module-2 .video-tab-bg a,
.bg_blue_yellow_white .section .module-2 .btn a,
.bg_blue_yellow_white .section .module-2 .detail-box > div a,
.bg_blue_yellow_white .section .module-3 h1 a,
.bg_blue_yellow_white .section .module-3 h2 a,
.bg_blue_yellow_white .section .module-3 .right > div a,
.bg_blue_yellow_white .section .module-3 .left > div a,
.bg_blue_yellow_white .section .module-3 .tab a,
.bg_blue_yellow_white .section .module-3 .play a,
.bg_blue_yellow_white .section .module-3 .video-tab-bg a,
.bg_blue_yellow_white .section .module-3 .btn a,
.bg_blue_yellow_white .section .module-3 .detail-box > div a,
.bg_blue_yellow_white .section .module-4 h1 a,
.bg_blue_yellow_white .section .module-4 h2 a,
.bg_blue_yellow_white .section .module-4 .right > div a,
.bg_blue_yellow_white .section .module-4 .left > div a,
.bg_blue_yellow_white .section .module-4 .tab a,
.bg_blue_yellow_white .section .module-4 .play a,
.bg_blue_yellow_white .section .module-4 .video-tab-bg a,
.bg_blue_yellow_white .section .module-4 .btn a,
.bg_blue_yellow_white .section .module-4 .detail-box > div a,
.bg_blue_yellow_white .section .module-5 h1 a,
.bg_blue_yellow_white .section .module-5 h2 a,
.bg_blue_yellow_white .section .module-5 .right > div a,
.bg_blue_yellow_white .section .module-5 .left > div a,
.bg_blue_yellow_white .section .module-5 .tab a,
.bg_blue_yellow_white .section .module-5 .play a,
.bg_blue_yellow_white .section .module-5 .video-tab-bg a,
.bg_blue_yellow_white .section .module-5 .btn a,
.bg_blue_yellow_white .section .module-5 .detail-box > div a,
.bg_blue_yellow_white .section .module-6 h1 a,
.bg_blue_yellow_white .section .module-6 h2 a,
.bg_blue_yellow_white .section .module-6 .right > div a,
.bg_blue_yellow_white .section .module-6 .left > div a,
.bg_blue_yellow_white .section .module-6 .tab a,
.bg_blue_yellow_white .section .module-6 .play a,
.bg_blue_yellow_white .section .module-6 .video-tab-bg a,
.bg_blue_yellow_white .section .module-6 .btn a,
.bg_blue_yellow_white .section .module-6 .detail-box > div a,
.bg_blue_yellow_white .section .module-7 h1 a,
.bg_blue_yellow_white .section .module-7 h2 a,
.bg_blue_yellow_white .section .module-7 .right > div a,
.bg_blue_yellow_white .section .module-7 .left > div a,
.bg_blue_yellow_white .section .module-7 .tab a,
.bg_blue_yellow_white .section .module-7 .play a,
.bg_blue_yellow_white .section .module-7 .video-tab-bg a,
.bg_blue_yellow_white .section .module-7 .btn a,
.bg_blue_yellow_white .section .module-7 .detail-box > div a,
.bg_blue_yellow_white .section .module-8 h1 a,
.bg_blue_yellow_white .section .module-8 h2 a,
.bg_blue_yellow_white .section .module-8 .right > div a,
.bg_blue_yellow_white .section .module-8 .left > div a,
.bg_blue_yellow_white .section .module-8 .tab a,
.bg_blue_yellow_white .section .module-8 .play a,
.bg_blue_yellow_white .section .module-8 .video-tab-bg a,
.bg_blue_yellow_white .section .module-8 .btn a,
.bg_blue_yellow_white .section .module-8 .detail-box > div a {
  color: white !important;
}
.bg_blue_yellow_white .section .module-1 h1 a *,
.bg_blue_yellow_white .section .module-1 h2 a *,
.bg_blue_yellow_white .section .module-1 .right > div a *,
.bg_blue_yellow_white .section .module-1 .left > div a *,
.bg_blue_yellow_white .section .module-1 .tab a *,
.bg_blue_yellow_white .section .module-1 .play a *,
.bg_blue_yellow_white .section .module-1 .video-tab-bg a *,
.bg_blue_yellow_white .section .module-1 .btn a *,
.bg_blue_yellow_white .section .module-1 .detail-box > div a *,
.bg_blue_yellow_white .section .module-2 h1 a *,
.bg_blue_yellow_white .section .module-2 h2 a *,
.bg_blue_yellow_white .section .module-2 .right > div a *,
.bg_blue_yellow_white .section .module-2 .left > div a *,
.bg_blue_yellow_white .section .module-2 .tab a *,
.bg_blue_yellow_white .section .module-2 .play a *,
.bg_blue_yellow_white .section .module-2 .video-tab-bg a *,
.bg_blue_yellow_white .section .module-2 .btn a *,
.bg_blue_yellow_white .section .module-2 .detail-box > div a *,
.bg_blue_yellow_white .section .module-3 h1 a *,
.bg_blue_yellow_white .section .module-3 h2 a *,
.bg_blue_yellow_white .section .module-3 .right > div a *,
.bg_blue_yellow_white .section .module-3 .left > div a *,
.bg_blue_yellow_white .section .module-3 .tab a *,
.bg_blue_yellow_white .section .module-3 .play a *,
.bg_blue_yellow_white .section .module-3 .video-tab-bg a *,
.bg_blue_yellow_white .section .module-3 .btn a *,
.bg_blue_yellow_white .section .module-3 .detail-box > div a *,
.bg_blue_yellow_white .section .module-4 h1 a *,
.bg_blue_yellow_white .section .module-4 h2 a *,
.bg_blue_yellow_white .section .module-4 .right > div a *,
.bg_blue_yellow_white .section .module-4 .left > div a *,
.bg_blue_yellow_white .section .module-4 .tab a *,
.bg_blue_yellow_white .section .module-4 .play a *,
.bg_blue_yellow_white .section .module-4 .video-tab-bg a *,
.bg_blue_yellow_white .section .module-4 .btn a *,
.bg_blue_yellow_white .section .module-4 .detail-box > div a *,
.bg_blue_yellow_white .section .module-5 h1 a *,
.bg_blue_yellow_white .section .module-5 h2 a *,
.bg_blue_yellow_white .section .module-5 .right > div a *,
.bg_blue_yellow_white .section .module-5 .left > div a *,
.bg_blue_yellow_white .section .module-5 .tab a *,
.bg_blue_yellow_white .section .module-5 .play a *,
.bg_blue_yellow_white .section .module-5 .video-tab-bg a *,
.bg_blue_yellow_white .section .module-5 .btn a *,
.bg_blue_yellow_white .section .module-5 .detail-box > div a *,
.bg_blue_yellow_white .section .module-6 h1 a *,
.bg_blue_yellow_white .section .module-6 h2 a *,
.bg_blue_yellow_white .section .module-6 .right > div a *,
.bg_blue_yellow_white .section .module-6 .left > div a *,
.bg_blue_yellow_white .section .module-6 .tab a *,
.bg_blue_yellow_white .section .module-6 .play a *,
.bg_blue_yellow_white .section .module-6 .video-tab-bg a *,
.bg_blue_yellow_white .section .module-6 .btn a *,
.bg_blue_yellow_white .section .module-6 .detail-box > div a *,
.bg_blue_yellow_white .section .module-7 h1 a *,
.bg_blue_yellow_white .section .module-7 h2 a *,
.bg_blue_yellow_white .section .module-7 .right > div a *,
.bg_blue_yellow_white .section .module-7 .left > div a *,
.bg_blue_yellow_white .section .module-7 .tab a *,
.bg_blue_yellow_white .section .module-7 .play a *,
.bg_blue_yellow_white .section .module-7 .video-tab-bg a *,
.bg_blue_yellow_white .section .module-7 .btn a *,
.bg_blue_yellow_white .section .module-7 .detail-box > div a *,
.bg_blue_yellow_white .section .module-8 h1 a *,
.bg_blue_yellow_white .section .module-8 h2 a *,
.bg_blue_yellow_white .section .module-8 .right > div a *,
.bg_blue_yellow_white .section .module-8 .left > div a *,
.bg_blue_yellow_white .section .module-8 .tab a *,
.bg_blue_yellow_white .section .module-8 .play a *,
.bg_blue_yellow_white .section .module-8 .video-tab-bg a *,
.bg_blue_yellow_white .section .module-8 .btn a *,
.bg_blue_yellow_white .section .module-8 .detail-box > div a * {
  color: white !important;
}
.bg_blue_yellow_white .section .module-1 h1 .play-box,
.bg_blue_yellow_white .section .module-1 h2 .play-box,
.bg_blue_yellow_white .section .module-1 .right > div .play-box,
.bg_blue_yellow_white .section .module-1 .left > div .play-box,
.bg_blue_yellow_white .section .module-1 .tab .play-box,
.bg_blue_yellow_white .section .module-1 .play .play-box,
.bg_blue_yellow_white .section .module-1 .video-tab-bg .play-box,
.bg_blue_yellow_white .section .module-1 .btn .play-box,
.bg_blue_yellow_white .section .module-1 .detail-box > div .play-box,
.bg_blue_yellow_white .section .module-2 h1 .play-box,
.bg_blue_yellow_white .section .module-2 h2 .play-box,
.bg_blue_yellow_white .section .module-2 .right > div .play-box,
.bg_blue_yellow_white .section .module-2 .left > div .play-box,
.bg_blue_yellow_white .section .module-2 .tab .play-box,
.bg_blue_yellow_white .section .module-2 .play .play-box,
.bg_blue_yellow_white .section .module-2 .video-tab-bg .play-box,
.bg_blue_yellow_white .section .module-2 .btn .play-box,
.bg_blue_yellow_white .section .module-2 .detail-box > div .play-box,
.bg_blue_yellow_white .section .module-3 h1 .play-box,
.bg_blue_yellow_white .section .module-3 h2 .play-box,
.bg_blue_yellow_white .section .module-3 .right > div .play-box,
.bg_blue_yellow_white .section .module-3 .left > div .play-box,
.bg_blue_yellow_white .section .module-3 .tab .play-box,
.bg_blue_yellow_white .section .module-3 .play .play-box,
.bg_blue_yellow_white .section .module-3 .video-tab-bg .play-box,
.bg_blue_yellow_white .section .module-3 .btn .play-box,
.bg_blue_yellow_white .section .module-3 .detail-box > div .play-box,
.bg_blue_yellow_white .section .module-4 h1 .play-box,
.bg_blue_yellow_white .section .module-4 h2 .play-box,
.bg_blue_yellow_white .section .module-4 .right > div .play-box,
.bg_blue_yellow_white .section .module-4 .left > div .play-box,
.bg_blue_yellow_white .section .module-4 .tab .play-box,
.bg_blue_yellow_white .section .module-4 .play .play-box,
.bg_blue_yellow_white .section .module-4 .video-tab-bg .play-box,
.bg_blue_yellow_white .section .module-4 .btn .play-box,
.bg_blue_yellow_white .section .module-4 .detail-box > div .play-box,
.bg_blue_yellow_white .section .module-5 h1 .play-box,
.bg_blue_yellow_white .section .module-5 h2 .play-box,
.bg_blue_yellow_white .section .module-5 .right > div .play-box,
.bg_blue_yellow_white .section .module-5 .left > div .play-box,
.bg_blue_yellow_white .section .module-5 .tab .play-box,
.bg_blue_yellow_white .section .module-5 .play .play-box,
.bg_blue_yellow_white .section .module-5 .video-tab-bg .play-box,
.bg_blue_yellow_white .section .module-5 .btn .play-box,
.bg_blue_yellow_white .section .module-5 .detail-box > div .play-box,
.bg_blue_yellow_white .section .module-6 h1 .play-box,
.bg_blue_yellow_white .section .module-6 h2 .play-box,
.bg_blue_yellow_white .section .module-6 .right > div .play-box,
.bg_blue_yellow_white .section .module-6 .left > div .play-box,
.bg_blue_yellow_white .section .module-6 .tab .play-box,
.bg_blue_yellow_white .section .module-6 .play .play-box,
.bg_blue_yellow_white .section .module-6 .video-tab-bg .play-box,
.bg_blue_yellow_white .section .module-6 .btn .play-box,
.bg_blue_yellow_white .section .module-6 .detail-box > div .play-box,
.bg_blue_yellow_white .section .module-7 h1 .play-box,
.bg_blue_yellow_white .section .module-7 h2 .play-box,
.bg_blue_yellow_white .section .module-7 .right > div .play-box,
.bg_blue_yellow_white .section .module-7 .left > div .play-box,
.bg_blue_yellow_white .section .module-7 .tab .play-box,
.bg_blue_yellow_white .section .module-7 .play .play-box,
.bg_blue_yellow_white .section .module-7 .video-tab-bg .play-box,
.bg_blue_yellow_white .section .module-7 .btn .play-box,
.bg_blue_yellow_white .section .module-7 .detail-box > div .play-box,
.bg_blue_yellow_white .section .module-8 h1 .play-box,
.bg_blue_yellow_white .section .module-8 h2 .play-box,
.bg_blue_yellow_white .section .module-8 .right > div .play-box,
.bg_blue_yellow_white .section .module-8 .left > div .play-box,
.bg_blue_yellow_white .section .module-8 .tab .play-box,
.bg_blue_yellow_white .section .module-8 .play .play-box,
.bg_blue_yellow_white .section .module-8 .video-tab-bg .play-box,
.bg_blue_yellow_white .section .module-8 .btn .play-box,
.bg_blue_yellow_white .section .module-8 .detail-box > div .play-box {
  background-color: rgba(0, 0, 0, 0.5) !important;
}
.bg_blue_yellow_white .module-popup,
.bg_blue_yellow_white .tip-popup > div,
.bg_blue_yellow_white .to-top {
  background: blue !important;
  color: yellow !important;
}
.bg_blue_yellow_white .module-popup *,
.bg_blue_yellow_white .tip-popup > div *,
.bg_blue_yellow_white .to-top * {
  background: blue !important;
  color: yellow !important;
}
.bg_blue_yellow_white .module-popup a,
.bg_blue_yellow_white .tip-popup > div a,
.bg_blue_yellow_white .to-top a {
  color: white !important;
}
.bg_blue_yellow_white .module-popup a *,
.bg_blue_yellow_white .tip-popup > div a *,
.bg_blue_yellow_white .to-top a * {
  color: white !important;
}

.bg_yellow_black_blue .section header *,
.bg_yellow_black_blue .section footer * {
  background: yellow !important;
  color: black !important;
}
.bg_yellow_black_blue .section header a,
.bg_yellow_black_blue .section footer a {
  color: blue !important;
}
.bg_yellow_black_blue .section header a *,
.bg_yellow_black_blue .section footer a * {
  color: blue !important;
}
.bg_yellow_black_blue .section .module-1 h1,
.bg_yellow_black_blue .section .module-1 h2,
.bg_yellow_black_blue .section .module-1 .right > div,
.bg_yellow_black_blue .section .module-1 .left > div,
.bg_yellow_black_blue .section .module-1 .tab,
.bg_yellow_black_blue .section .module-1 .play,
.bg_yellow_black_blue .section .module-1 .video-tab-bg,
.bg_yellow_black_blue .section .module-1 .btn,
.bg_yellow_black_blue .section .module-1 .detail-box > div,
.bg_yellow_black_blue .section .module-2 h1,
.bg_yellow_black_blue .section .module-2 h2,
.bg_yellow_black_blue .section .module-2 .right > div,
.bg_yellow_black_blue .section .module-2 .left > div,
.bg_yellow_black_blue .section .module-2 .tab,
.bg_yellow_black_blue .section .module-2 .play,
.bg_yellow_black_blue .section .module-2 .video-tab-bg,
.bg_yellow_black_blue .section .module-2 .btn,
.bg_yellow_black_blue .section .module-2 .detail-box > div,
.bg_yellow_black_blue .section .module-3 h1,
.bg_yellow_black_blue .section .module-3 h2,
.bg_yellow_black_blue .section .module-3 .right > div,
.bg_yellow_black_blue .section .module-3 .left > div,
.bg_yellow_black_blue .section .module-3 .tab,
.bg_yellow_black_blue .section .module-3 .play,
.bg_yellow_black_blue .section .module-3 .video-tab-bg,
.bg_yellow_black_blue .section .module-3 .btn,
.bg_yellow_black_blue .section .module-3 .detail-box > div,
.bg_yellow_black_blue .section .module-4 h1,
.bg_yellow_black_blue .section .module-4 h2,
.bg_yellow_black_blue .section .module-4 .right > div,
.bg_yellow_black_blue .section .module-4 .left > div,
.bg_yellow_black_blue .section .module-4 .tab,
.bg_yellow_black_blue .section .module-4 .play,
.bg_yellow_black_blue .section .module-4 .video-tab-bg,
.bg_yellow_black_blue .section .module-4 .btn,
.bg_yellow_black_blue .section .module-4 .detail-box > div,
.bg_yellow_black_blue .section .module-5 h1,
.bg_yellow_black_blue .section .module-5 h2,
.bg_yellow_black_blue .section .module-5 .right > div,
.bg_yellow_black_blue .section .module-5 .left > div,
.bg_yellow_black_blue .section .module-5 .tab,
.bg_yellow_black_blue .section .module-5 .play,
.bg_yellow_black_blue .section .module-5 .video-tab-bg,
.bg_yellow_black_blue .section .module-5 .btn,
.bg_yellow_black_blue .section .module-5 .detail-box > div,
.bg_yellow_black_blue .section .module-6 h1,
.bg_yellow_black_blue .section .module-6 h2,
.bg_yellow_black_blue .section .module-6 .right > div,
.bg_yellow_black_blue .section .module-6 .left > div,
.bg_yellow_black_blue .section .module-6 .tab,
.bg_yellow_black_blue .section .module-6 .play,
.bg_yellow_black_blue .section .module-6 .video-tab-bg,
.bg_yellow_black_blue .section .module-6 .btn,
.bg_yellow_black_blue .section .module-6 .detail-box > div,
.bg_yellow_black_blue .section .module-7 h1,
.bg_yellow_black_blue .section .module-7 h2,
.bg_yellow_black_blue .section .module-7 .right > div,
.bg_yellow_black_blue .section .module-7 .left > div,
.bg_yellow_black_blue .section .module-7 .tab,
.bg_yellow_black_blue .section .module-7 .play,
.bg_yellow_black_blue .section .module-7 .video-tab-bg,
.bg_yellow_black_blue .section .module-7 .btn,
.bg_yellow_black_blue .section .module-7 .detail-box > div,
.bg_yellow_black_blue .section .module-8 h1,
.bg_yellow_black_blue .section .module-8 h2,
.bg_yellow_black_blue .section .module-8 .right > div,
.bg_yellow_black_blue .section .module-8 .left > div,
.bg_yellow_black_blue .section .module-8 .tab,
.bg_yellow_black_blue .section .module-8 .play,
.bg_yellow_black_blue .section .module-8 .video-tab-bg,
.bg_yellow_black_blue .section .module-8 .btn,
.bg_yellow_black_blue .section .module-8 .detail-box > div {
  background: yellow !important;
  color: black !important;
}
.bg_yellow_black_blue .section .module-1 h1 *,
.bg_yellow_black_blue .section .module-1 h2 *,
.bg_yellow_black_blue .section .module-1 .right > div *,
.bg_yellow_black_blue .section .module-1 .left > div *,
.bg_yellow_black_blue .section .module-1 .tab *,
.bg_yellow_black_blue .section .module-1 .play *,
.bg_yellow_black_blue .section .module-1 .video-tab-bg *,
.bg_yellow_black_blue .section .module-1 .btn *,
.bg_yellow_black_blue .section .module-1 .detail-box > div *,
.bg_yellow_black_blue .section .module-2 h1 *,
.bg_yellow_black_blue .section .module-2 h2 *,
.bg_yellow_black_blue .section .module-2 .right > div *,
.bg_yellow_black_blue .section .module-2 .left > div *,
.bg_yellow_black_blue .section .module-2 .tab *,
.bg_yellow_black_blue .section .module-2 .play *,
.bg_yellow_black_blue .section .module-2 .video-tab-bg *,
.bg_yellow_black_blue .section .module-2 .btn *,
.bg_yellow_black_blue .section .module-2 .detail-box > div *,
.bg_yellow_black_blue .section .module-3 h1 *,
.bg_yellow_black_blue .section .module-3 h2 *,
.bg_yellow_black_blue .section .module-3 .right > div *,
.bg_yellow_black_blue .section .module-3 .left > div *,
.bg_yellow_black_blue .section .module-3 .tab *,
.bg_yellow_black_blue .section .module-3 .play *,
.bg_yellow_black_blue .section .module-3 .video-tab-bg *,
.bg_yellow_black_blue .section .module-3 .btn *,
.bg_yellow_black_blue .section .module-3 .detail-box > div *,
.bg_yellow_black_blue .section .module-4 h1 *,
.bg_yellow_black_blue .section .module-4 h2 *,
.bg_yellow_black_blue .section .module-4 .right > div *,
.bg_yellow_black_blue .section .module-4 .left > div *,
.bg_yellow_black_blue .section .module-4 .tab *,
.bg_yellow_black_blue .section .module-4 .play *,
.bg_yellow_black_blue .section .module-4 .video-tab-bg *,
.bg_yellow_black_blue .section .module-4 .btn *,
.bg_yellow_black_blue .section .module-4 .detail-box > div *,
.bg_yellow_black_blue .section .module-5 h1 *,
.bg_yellow_black_blue .section .module-5 h2 *,
.bg_yellow_black_blue .section .module-5 .right > div *,
.bg_yellow_black_blue .section .module-5 .left > div *,
.bg_yellow_black_blue .section .module-5 .tab *,
.bg_yellow_black_blue .section .module-5 .play *,
.bg_yellow_black_blue .section .module-5 .video-tab-bg *,
.bg_yellow_black_blue .section .module-5 .btn *,
.bg_yellow_black_blue .section .module-5 .detail-box > div *,
.bg_yellow_black_blue .section .module-6 h1 *,
.bg_yellow_black_blue .section .module-6 h2 *,
.bg_yellow_black_blue .section .module-6 .right > div *,
.bg_yellow_black_blue .section .module-6 .left > div *,
.bg_yellow_black_blue .section .module-6 .tab *,
.bg_yellow_black_blue .section .module-6 .play *,
.bg_yellow_black_blue .section .module-6 .video-tab-bg *,
.bg_yellow_black_blue .section .module-6 .btn *,
.bg_yellow_black_blue .section .module-6 .detail-box > div *,
.bg_yellow_black_blue .section .module-7 h1 *,
.bg_yellow_black_blue .section .module-7 h2 *,
.bg_yellow_black_blue .section .module-7 .right > div *,
.bg_yellow_black_blue .section .module-7 .left > div *,
.bg_yellow_black_blue .section .module-7 .tab *,
.bg_yellow_black_blue .section .module-7 .play *,
.bg_yellow_black_blue .section .module-7 .video-tab-bg *,
.bg_yellow_black_blue .section .module-7 .btn *,
.bg_yellow_black_blue .section .module-7 .detail-box > div *,
.bg_yellow_black_blue .section .module-8 h1 *,
.bg_yellow_black_blue .section .module-8 h2 *,
.bg_yellow_black_blue .section .module-8 .right > div *,
.bg_yellow_black_blue .section .module-8 .left > div *,
.bg_yellow_black_blue .section .module-8 .tab *,
.bg_yellow_black_blue .section .module-8 .play *,
.bg_yellow_black_blue .section .module-8 .video-tab-bg *,
.bg_yellow_black_blue .section .module-8 .btn *,
.bg_yellow_black_blue .section .module-8 .detail-box > div * {
  background: yellow !important;
  color: black !important;
}
.bg_yellow_black_blue .section .module-1 h1 a,
.bg_yellow_black_blue .section .module-1 h2 a,
.bg_yellow_black_blue .section .module-1 .right > div a,
.bg_yellow_black_blue .section .module-1 .left > div a,
.bg_yellow_black_blue .section .module-1 .tab a,
.bg_yellow_black_blue .section .module-1 .play a,
.bg_yellow_black_blue .section .module-1 .video-tab-bg a,
.bg_yellow_black_blue .section .module-1 .btn a,
.bg_yellow_black_blue .section .module-1 .detail-box > div a,
.bg_yellow_black_blue .section .module-2 h1 a,
.bg_yellow_black_blue .section .module-2 h2 a,
.bg_yellow_black_blue .section .module-2 .right > div a,
.bg_yellow_black_blue .section .module-2 .left > div a,
.bg_yellow_black_blue .section .module-2 .tab a,
.bg_yellow_black_blue .section .module-2 .play a,
.bg_yellow_black_blue .section .module-2 .video-tab-bg a,
.bg_yellow_black_blue .section .module-2 .btn a,
.bg_yellow_black_blue .section .module-2 .detail-box > div a,
.bg_yellow_black_blue .section .module-3 h1 a,
.bg_yellow_black_blue .section .module-3 h2 a,
.bg_yellow_black_blue .section .module-3 .right > div a,
.bg_yellow_black_blue .section .module-3 .left > div a,
.bg_yellow_black_blue .section .module-3 .tab a,
.bg_yellow_black_blue .section .module-3 .play a,
.bg_yellow_black_blue .section .module-3 .video-tab-bg a,
.bg_yellow_black_blue .section .module-3 .btn a,
.bg_yellow_black_blue .section .module-3 .detail-box > div a,
.bg_yellow_black_blue .section .module-4 h1 a,
.bg_yellow_black_blue .section .module-4 h2 a,
.bg_yellow_black_blue .section .module-4 .right > div a,
.bg_yellow_black_blue .section .module-4 .left > div a,
.bg_yellow_black_blue .section .module-4 .tab a,
.bg_yellow_black_blue .section .module-4 .play a,
.bg_yellow_black_blue .section .module-4 .video-tab-bg a,
.bg_yellow_black_blue .section .module-4 .btn a,
.bg_yellow_black_blue .section .module-4 .detail-box > div a,
.bg_yellow_black_blue .section .module-5 h1 a,
.bg_yellow_black_blue .section .module-5 h2 a,
.bg_yellow_black_blue .section .module-5 .right > div a,
.bg_yellow_black_blue .section .module-5 .left > div a,
.bg_yellow_black_blue .section .module-5 .tab a,
.bg_yellow_black_blue .section .module-5 .play a,
.bg_yellow_black_blue .section .module-5 .video-tab-bg a,
.bg_yellow_black_blue .section .module-5 .btn a,
.bg_yellow_black_blue .section .module-5 .detail-box > div a,
.bg_yellow_black_blue .section .module-6 h1 a,
.bg_yellow_black_blue .section .module-6 h2 a,
.bg_yellow_black_blue .section .module-6 .right > div a,
.bg_yellow_black_blue .section .module-6 .left > div a,
.bg_yellow_black_blue .section .module-6 .tab a,
.bg_yellow_black_blue .section .module-6 .play a,
.bg_yellow_black_blue .section .module-6 .video-tab-bg a,
.bg_yellow_black_blue .section .module-6 .btn a,
.bg_yellow_black_blue .section .module-6 .detail-box > div a,
.bg_yellow_black_blue .section .module-7 h1 a,
.bg_yellow_black_blue .section .module-7 h2 a,
.bg_yellow_black_blue .section .module-7 .right > div a,
.bg_yellow_black_blue .section .module-7 .left > div a,
.bg_yellow_black_blue .section .module-7 .tab a,
.bg_yellow_black_blue .section .module-7 .play a,
.bg_yellow_black_blue .section .module-7 .video-tab-bg a,
.bg_yellow_black_blue .section .module-7 .btn a,
.bg_yellow_black_blue .section .module-7 .detail-box > div a,
.bg_yellow_black_blue .section .module-8 h1 a,
.bg_yellow_black_blue .section .module-8 h2 a,
.bg_yellow_black_blue .section .module-8 .right > div a,
.bg_yellow_black_blue .section .module-8 .left > div a,
.bg_yellow_black_blue .section .module-8 .tab a,
.bg_yellow_black_blue .section .module-8 .play a,
.bg_yellow_black_blue .section .module-8 .video-tab-bg a,
.bg_yellow_black_blue .section .module-8 .btn a,
.bg_yellow_black_blue .section .module-8 .detail-box > div a {
  color: blue !important;
}
.bg_yellow_black_blue .section .module-1 h1 a *,
.bg_yellow_black_blue .section .module-1 h2 a *,
.bg_yellow_black_blue .section .module-1 .right > div a *,
.bg_yellow_black_blue .section .module-1 .left > div a *,
.bg_yellow_black_blue .section .module-1 .tab a *,
.bg_yellow_black_blue .section .module-1 .play a *,
.bg_yellow_black_blue .section .module-1 .video-tab-bg a *,
.bg_yellow_black_blue .section .module-1 .btn a *,
.bg_yellow_black_blue .section .module-1 .detail-box > div a *,
.bg_yellow_black_blue .section .module-2 h1 a *,
.bg_yellow_black_blue .section .module-2 h2 a *,
.bg_yellow_black_blue .section .module-2 .right > div a *,
.bg_yellow_black_blue .section .module-2 .left > div a *,
.bg_yellow_black_blue .section .module-2 .tab a *,
.bg_yellow_black_blue .section .module-2 .play a *,
.bg_yellow_black_blue .section .module-2 .video-tab-bg a *,
.bg_yellow_black_blue .section .module-2 .btn a *,
.bg_yellow_black_blue .section .module-2 .detail-box > div a *,
.bg_yellow_black_blue .section .module-3 h1 a *,
.bg_yellow_black_blue .section .module-3 h2 a *,
.bg_yellow_black_blue .section .module-3 .right > div a *,
.bg_yellow_black_blue .section .module-3 .left > div a *,
.bg_yellow_black_blue .section .module-3 .tab a *,
.bg_yellow_black_blue .section .module-3 .play a *,
.bg_yellow_black_blue .section .module-3 .video-tab-bg a *,
.bg_yellow_black_blue .section .module-3 .btn a *,
.bg_yellow_black_blue .section .module-3 .detail-box > div a *,
.bg_yellow_black_blue .section .module-4 h1 a *,
.bg_yellow_black_blue .section .module-4 h2 a *,
.bg_yellow_black_blue .section .module-4 .right > div a *,
.bg_yellow_black_blue .section .module-4 .left > div a *,
.bg_yellow_black_blue .section .module-4 .tab a *,
.bg_yellow_black_blue .section .module-4 .play a *,
.bg_yellow_black_blue .section .module-4 .video-tab-bg a *,
.bg_yellow_black_blue .section .module-4 .btn a *,
.bg_yellow_black_blue .section .module-4 .detail-box > div a *,
.bg_yellow_black_blue .section .module-5 h1 a *,
.bg_yellow_black_blue .section .module-5 h2 a *,
.bg_yellow_black_blue .section .module-5 .right > div a *,
.bg_yellow_black_blue .section .module-5 .left > div a *,
.bg_yellow_black_blue .section .module-5 .tab a *,
.bg_yellow_black_blue .section .module-5 .play a *,
.bg_yellow_black_blue .section .module-5 .video-tab-bg a *,
.bg_yellow_black_blue .section .module-5 .btn a *,
.bg_yellow_black_blue .section .module-5 .detail-box > div a *,
.bg_yellow_black_blue .section .module-6 h1 a *,
.bg_yellow_black_blue .section .module-6 h2 a *,
.bg_yellow_black_blue .section .module-6 .right > div a *,
.bg_yellow_black_blue .section .module-6 .left > div a *,
.bg_yellow_black_blue .section .module-6 .tab a *,
.bg_yellow_black_blue .section .module-6 .play a *,
.bg_yellow_black_blue .section .module-6 .video-tab-bg a *,
.bg_yellow_black_blue .section .module-6 .btn a *,
.bg_yellow_black_blue .section .module-6 .detail-box > div a *,
.bg_yellow_black_blue .section .module-7 h1 a *,
.bg_yellow_black_blue .section .module-7 h2 a *,
.bg_yellow_black_blue .section .module-7 .right > div a *,
.bg_yellow_black_blue .section .module-7 .left > div a *,
.bg_yellow_black_blue .section .module-7 .tab a *,
.bg_yellow_black_blue .section .module-7 .play a *,
.bg_yellow_black_blue .section .module-7 .video-tab-bg a *,
.bg_yellow_black_blue .section .module-7 .btn a *,
.bg_yellow_black_blue .section .module-7 .detail-box > div a *,
.bg_yellow_black_blue .section .module-8 h1 a *,
.bg_yellow_black_blue .section .module-8 h2 a *,
.bg_yellow_black_blue .section .module-8 .right > div a *,
.bg_yellow_black_blue .section .module-8 .left > div a *,
.bg_yellow_black_blue .section .module-8 .tab a *,
.bg_yellow_black_blue .section .module-8 .play a *,
.bg_yellow_black_blue .section .module-8 .video-tab-bg a *,
.bg_yellow_black_blue .section .module-8 .btn a *,
.bg_yellow_black_blue .section .module-8 .detail-box > div a * {
  color: blue !important;
}
.bg_yellow_black_blue .section .module-1 h1 .play-box,
.bg_yellow_black_blue .section .module-1 h2 .play-box,
.bg_yellow_black_blue .section .module-1 .right > div .play-box,
.bg_yellow_black_blue .section .module-1 .left > div .play-box,
.bg_yellow_black_blue .section .module-1 .tab .play-box,
.bg_yellow_black_blue .section .module-1 .play .play-box,
.bg_yellow_black_blue .section .module-1 .video-tab-bg .play-box,
.bg_yellow_black_blue .section .module-1 .btn .play-box,
.bg_yellow_black_blue .section .module-1 .detail-box > div .play-box,
.bg_yellow_black_blue .section .module-2 h1 .play-box,
.bg_yellow_black_blue .section .module-2 h2 .play-box,
.bg_yellow_black_blue .section .module-2 .right > div .play-box,
.bg_yellow_black_blue .section .module-2 .left > div .play-box,
.bg_yellow_black_blue .section .module-2 .tab .play-box,
.bg_yellow_black_blue .section .module-2 .play .play-box,
.bg_yellow_black_blue .section .module-2 .video-tab-bg .play-box,
.bg_yellow_black_blue .section .module-2 .btn .play-box,
.bg_yellow_black_blue .section .module-2 .detail-box > div .play-box,
.bg_yellow_black_blue .section .module-3 h1 .play-box,
.bg_yellow_black_blue .section .module-3 h2 .play-box,
.bg_yellow_black_blue .section .module-3 .right > div .play-box,
.bg_yellow_black_blue .section .module-3 .left > div .play-box,
.bg_yellow_black_blue .section .module-3 .tab .play-box,
.bg_yellow_black_blue .section .module-3 .play .play-box,
.bg_yellow_black_blue .section .module-3 .video-tab-bg .play-box,
.bg_yellow_black_blue .section .module-3 .btn .play-box,
.bg_yellow_black_blue .section .module-3 .detail-box > div .play-box,
.bg_yellow_black_blue .section .module-4 h1 .play-box,
.bg_yellow_black_blue .section .module-4 h2 .play-box,
.bg_yellow_black_blue .section .module-4 .right > div .play-box,
.bg_yellow_black_blue .section .module-4 .left > div .play-box,
.bg_yellow_black_blue .section .module-4 .tab .play-box,
.bg_yellow_black_blue .section .module-4 .play .play-box,
.bg_yellow_black_blue .section .module-4 .video-tab-bg .play-box,
.bg_yellow_black_blue .section .module-4 .btn .play-box,
.bg_yellow_black_blue .section .module-4 .detail-box > div .play-box,
.bg_yellow_black_blue .section .module-5 h1 .play-box,
.bg_yellow_black_blue .section .module-5 h2 .play-box,
.bg_yellow_black_blue .section .module-5 .right > div .play-box,
.bg_yellow_black_blue .section .module-5 .left > div .play-box,
.bg_yellow_black_blue .section .module-5 .tab .play-box,
.bg_yellow_black_blue .section .module-5 .play .play-box,
.bg_yellow_black_blue .section .module-5 .video-tab-bg .play-box,
.bg_yellow_black_blue .section .module-5 .btn .play-box,
.bg_yellow_black_blue .section .module-5 .detail-box > div .play-box,
.bg_yellow_black_blue .section .module-6 h1 .play-box,
.bg_yellow_black_blue .section .module-6 h2 .play-box,
.bg_yellow_black_blue .section .module-6 .right > div .play-box,
.bg_yellow_black_blue .section .module-6 .left > div .play-box,
.bg_yellow_black_blue .section .module-6 .tab .play-box,
.bg_yellow_black_blue .section .module-6 .play .play-box,
.bg_yellow_black_blue .section .module-6 .video-tab-bg .play-box,
.bg_yellow_black_blue .section .module-6 .btn .play-box,
.bg_yellow_black_blue .section .module-6 .detail-box > div .play-box,
.bg_yellow_black_blue .section .module-7 h1 .play-box,
.bg_yellow_black_blue .section .module-7 h2 .play-box,
.bg_yellow_black_blue .section .module-7 .right > div .play-box,
.bg_yellow_black_blue .section .module-7 .left > div .play-box,
.bg_yellow_black_blue .section .module-7 .tab .play-box,
.bg_yellow_black_blue .section .module-7 .play .play-box,
.bg_yellow_black_blue .section .module-7 .video-tab-bg .play-box,
.bg_yellow_black_blue .section .module-7 .btn .play-box,
.bg_yellow_black_blue .section .module-7 .detail-box > div .play-box,
.bg_yellow_black_blue .section .module-8 h1 .play-box,
.bg_yellow_black_blue .section .module-8 h2 .play-box,
.bg_yellow_black_blue .section .module-8 .right > div .play-box,
.bg_yellow_black_blue .section .module-8 .left > div .play-box,
.bg_yellow_black_blue .section .module-8 .tab .play-box,
.bg_yellow_black_blue .section .module-8 .play .play-box,
.bg_yellow_black_blue .section .module-8 .video-tab-bg .play-box,
.bg_yellow_black_blue .section .module-8 .btn .play-box,
.bg_yellow_black_blue .section .module-8 .detail-box > div .play-box {
  background-color: rgba(0, 0, 0, 0.5) !important;
}
.bg_yellow_black_blue .module-popup,
.bg_yellow_black_blue .tip-popup > div,
.bg_yellow_black_blue .to-top {
  background: yellow !important;
  color: black !important;
}
.bg_yellow_black_blue .module-popup *,
.bg_yellow_black_blue .tip-popup > div *,
.bg_yellow_black_blue .to-top * {
  background: yellow !important;
  color: black !important;
}
.bg_yellow_black_blue .module-popup a,
.bg_yellow_black_blue .tip-popup > div a,
.bg_yellow_black_blue .to-top a {
  color: blue !important;
}
.bg_yellow_black_blue .module-popup a *,
.bg_yellow_black_blue .tip-popup > div a *,
.bg_yellow_black_blue .to-top a * {
  color: blue !important;
}

.bg_black_yellow_white .section header *,
.bg_black_yellow_white .section footer * {
  background: black !important;
  color: yellow !important;
}
.bg_black_yellow_white .section header a,
.bg_black_yellow_white .section footer a {
  color: white !important;
}
.bg_black_yellow_white .section header a *,
.bg_black_yellow_white .section footer a * {
  color: white !important;
}
.bg_black_yellow_white .section .module-1 h1,
.bg_black_yellow_white .section .module-1 h2,
.bg_black_yellow_white .section .module-1 .right > div,
.bg_black_yellow_white .section .module-1 .left > div,
.bg_black_yellow_white .section .module-1 .tab,
.bg_black_yellow_white .section .module-1 .play,
.bg_black_yellow_white .section .module-1 .video-tab-bg,
.bg_black_yellow_white .section .module-1 .btn,
.bg_black_yellow_white .section .module-1 .detail-box > div,
.bg_black_yellow_white .section .module-2 h1,
.bg_black_yellow_white .section .module-2 h2,
.bg_black_yellow_white .section .module-2 .right > div,
.bg_black_yellow_white .section .module-2 .left > div,
.bg_black_yellow_white .section .module-2 .tab,
.bg_black_yellow_white .section .module-2 .play,
.bg_black_yellow_white .section .module-2 .video-tab-bg,
.bg_black_yellow_white .section .module-2 .btn,
.bg_black_yellow_white .section .module-2 .detail-box > div,
.bg_black_yellow_white .section .module-3 h1,
.bg_black_yellow_white .section .module-3 h2,
.bg_black_yellow_white .section .module-3 .right > div,
.bg_black_yellow_white .section .module-3 .left > div,
.bg_black_yellow_white .section .module-3 .tab,
.bg_black_yellow_white .section .module-3 .play,
.bg_black_yellow_white .section .module-3 .video-tab-bg,
.bg_black_yellow_white .section .module-3 .btn,
.bg_black_yellow_white .section .module-3 .detail-box > div,
.bg_black_yellow_white .section .module-4 h1,
.bg_black_yellow_white .section .module-4 h2,
.bg_black_yellow_white .section .module-4 .right > div,
.bg_black_yellow_white .section .module-4 .left > div,
.bg_black_yellow_white .section .module-4 .tab,
.bg_black_yellow_white .section .module-4 .play,
.bg_black_yellow_white .section .module-4 .video-tab-bg,
.bg_black_yellow_white .section .module-4 .btn,
.bg_black_yellow_white .section .module-4 .detail-box > div,
.bg_black_yellow_white .section .module-5 h1,
.bg_black_yellow_white .section .module-5 h2,
.bg_black_yellow_white .section .module-5 .right > div,
.bg_black_yellow_white .section .module-5 .left > div,
.bg_black_yellow_white .section .module-5 .tab,
.bg_black_yellow_white .section .module-5 .play,
.bg_black_yellow_white .section .module-5 .video-tab-bg,
.bg_black_yellow_white .section .module-5 .btn,
.bg_black_yellow_white .section .module-5 .detail-box > div,
.bg_black_yellow_white .section .module-6 h1,
.bg_black_yellow_white .section .module-6 h2,
.bg_black_yellow_white .section .module-6 .right > div,
.bg_black_yellow_white .section .module-6 .left > div,
.bg_black_yellow_white .section .module-6 .tab,
.bg_black_yellow_white .section .module-6 .play,
.bg_black_yellow_white .section .module-6 .video-tab-bg,
.bg_black_yellow_white .section .module-6 .btn,
.bg_black_yellow_white .section .module-6 .detail-box > div,
.bg_black_yellow_white .section .module-7 h1,
.bg_black_yellow_white .section .module-7 h2,
.bg_black_yellow_white .section .module-7 .right > div,
.bg_black_yellow_white .section .module-7 .left > div,
.bg_black_yellow_white .section .module-7 .tab,
.bg_black_yellow_white .section .module-7 .play,
.bg_black_yellow_white .section .module-7 .video-tab-bg,
.bg_black_yellow_white .section .module-7 .btn,
.bg_black_yellow_white .section .module-7 .detail-box > div,
.bg_black_yellow_white .section .module-8 h1,
.bg_black_yellow_white .section .module-8 h2,
.bg_black_yellow_white .section .module-8 .right > div,
.bg_black_yellow_white .section .module-8 .left > div,
.bg_black_yellow_white .section .module-8 .tab,
.bg_black_yellow_white .section .module-8 .play,
.bg_black_yellow_white .section .module-8 .video-tab-bg,
.bg_black_yellow_white .section .module-8 .btn,
.bg_black_yellow_white .section .module-8 .detail-box > div {
  background: black !important;
  color: yellow !important;
}
.bg_black_yellow_white .section .module-1 h1 *,
.bg_black_yellow_white .section .module-1 h2 *,
.bg_black_yellow_white .section .module-1 .right > div *,
.bg_black_yellow_white .section .module-1 .left > div *,
.bg_black_yellow_white .section .module-1 .tab *,
.bg_black_yellow_white .section .module-1 .play *,
.bg_black_yellow_white .section .module-1 .video-tab-bg *,
.bg_black_yellow_white .section .module-1 .btn *,
.bg_black_yellow_white .section .module-1 .detail-box > div *,
.bg_black_yellow_white .section .module-2 h1 *,
.bg_black_yellow_white .section .module-2 h2 *,
.bg_black_yellow_white .section .module-2 .right > div *,
.bg_black_yellow_white .section .module-2 .left > div *,
.bg_black_yellow_white .section .module-2 .tab *,
.bg_black_yellow_white .section .module-2 .play *,
.bg_black_yellow_white .section .module-2 .video-tab-bg *,
.bg_black_yellow_white .section .module-2 .btn *,
.bg_black_yellow_white .section .module-2 .detail-box > div *,
.bg_black_yellow_white .section .module-3 h1 *,
.bg_black_yellow_white .section .module-3 h2 *,
.bg_black_yellow_white .section .module-3 .right > div *,
.bg_black_yellow_white .section .module-3 .left > div *,
.bg_black_yellow_white .section .module-3 .tab *,
.bg_black_yellow_white .section .module-3 .play *,
.bg_black_yellow_white .section .module-3 .video-tab-bg *,
.bg_black_yellow_white .section .module-3 .btn *,
.bg_black_yellow_white .section .module-3 .detail-box > div *,
.bg_black_yellow_white .section .module-4 h1 *,
.bg_black_yellow_white .section .module-4 h2 *,
.bg_black_yellow_white .section .module-4 .right > div *,
.bg_black_yellow_white .section .module-4 .left > div *,
.bg_black_yellow_white .section .module-4 .tab *,
.bg_black_yellow_white .section .module-4 .play *,
.bg_black_yellow_white .section .module-4 .video-tab-bg *,
.bg_black_yellow_white .section .module-4 .btn *,
.bg_black_yellow_white .section .module-4 .detail-box > div *,
.bg_black_yellow_white .section .module-5 h1 *,
.bg_black_yellow_white .section .module-5 h2 *,
.bg_black_yellow_white .section .module-5 .right > div *,
.bg_black_yellow_white .section .module-5 .left > div *,
.bg_black_yellow_white .section .module-5 .tab *,
.bg_black_yellow_white .section .module-5 .play *,
.bg_black_yellow_white .section .module-5 .video-tab-bg *,
.bg_black_yellow_white .section .module-5 .btn *,
.bg_black_yellow_white .section .module-5 .detail-box > div *,
.bg_black_yellow_white .section .module-6 h1 *,
.bg_black_yellow_white .section .module-6 h2 *,
.bg_black_yellow_white .section .module-6 .right > div *,
.bg_black_yellow_white .section .module-6 .left > div *,
.bg_black_yellow_white .section .module-6 .tab *,
.bg_black_yellow_white .section .module-6 .play *,
.bg_black_yellow_white .section .module-6 .video-tab-bg *,
.bg_black_yellow_white .section .module-6 .btn *,
.bg_black_yellow_white .section .module-6 .detail-box > div *,
.bg_black_yellow_white .section .module-7 h1 *,
.bg_black_yellow_white .section .module-7 h2 *,
.bg_black_yellow_white .section .module-7 .right > div *,
.bg_black_yellow_white .section .module-7 .left > div *,
.bg_black_yellow_white .section .module-7 .tab *,
.bg_black_yellow_white .section .module-7 .play *,
.bg_black_yellow_white .section .module-7 .video-tab-bg *,
.bg_black_yellow_white .section .module-7 .btn *,
.bg_black_yellow_white .section .module-7 .detail-box > div *,
.bg_black_yellow_white .section .module-8 h1 *,
.bg_black_yellow_white .section .module-8 h2 *,
.bg_black_yellow_white .section .module-8 .right > div *,
.bg_black_yellow_white .section .module-8 .left > div *,
.bg_black_yellow_white .section .module-8 .tab *,
.bg_black_yellow_white .section .module-8 .play *,
.bg_black_yellow_white .section .module-8 .video-tab-bg *,
.bg_black_yellow_white .section .module-8 .btn *,
.bg_black_yellow_white .section .module-8 .detail-box > div * {
  background: black !important;
  color: yellow !important;
}
.bg_black_yellow_white .section .module-1 h1 a,
.bg_black_yellow_white .section .module-1 h2 a,
.bg_black_yellow_white .section .module-1 .right > div a,
.bg_black_yellow_white .section .module-1 .left > div a,
.bg_black_yellow_white .section .module-1 .tab a,
.bg_black_yellow_white .section .module-1 .play a,
.bg_black_yellow_white .section .module-1 .video-tab-bg a,
.bg_black_yellow_white .section .module-1 .btn a,
.bg_black_yellow_white .section .module-1 .detail-box > div a,
.bg_black_yellow_white .section .module-2 h1 a,
.bg_black_yellow_white .section .module-2 h2 a,
.bg_black_yellow_white .section .module-2 .right > div a,
.bg_black_yellow_white .section .module-2 .left > div a,
.bg_black_yellow_white .section .module-2 .tab a,
.bg_black_yellow_white .section .module-2 .play a,
.bg_black_yellow_white .section .module-2 .video-tab-bg a,
.bg_black_yellow_white .section .module-2 .btn a,
.bg_black_yellow_white .section .module-2 .detail-box > div a,
.bg_black_yellow_white .section .module-3 h1 a,
.bg_black_yellow_white .section .module-3 h2 a,
.bg_black_yellow_white .section .module-3 .right > div a,
.bg_black_yellow_white .section .module-3 .left > div a,
.bg_black_yellow_white .section .module-3 .tab a,
.bg_black_yellow_white .section .module-3 .play a,
.bg_black_yellow_white .section .module-3 .video-tab-bg a,
.bg_black_yellow_white .section .module-3 .btn a,
.bg_black_yellow_white .section .module-3 .detail-box > div a,
.bg_black_yellow_white .section .module-4 h1 a,
.bg_black_yellow_white .section .module-4 h2 a,
.bg_black_yellow_white .section .module-4 .right > div a,
.bg_black_yellow_white .section .module-4 .left > div a,
.bg_black_yellow_white .section .module-4 .tab a,
.bg_black_yellow_white .section .module-4 .play a,
.bg_black_yellow_white .section .module-4 .video-tab-bg a,
.bg_black_yellow_white .section .module-4 .btn a,
.bg_black_yellow_white .section .module-4 .detail-box > div a,
.bg_black_yellow_white .section .module-5 h1 a,
.bg_black_yellow_white .section .module-5 h2 a,
.bg_black_yellow_white .section .module-5 .right > div a,
.bg_black_yellow_white .section .module-5 .left > div a,
.bg_black_yellow_white .section .module-5 .tab a,
.bg_black_yellow_white .section .module-5 .play a,
.bg_black_yellow_white .section .module-5 .video-tab-bg a,
.bg_black_yellow_white .section .module-5 .btn a,
.bg_black_yellow_white .section .module-5 .detail-box > div a,
.bg_black_yellow_white .section .module-6 h1 a,
.bg_black_yellow_white .section .module-6 h2 a,
.bg_black_yellow_white .section .module-6 .right > div a,
.bg_black_yellow_white .section .module-6 .left > div a,
.bg_black_yellow_white .section .module-6 .tab a,
.bg_black_yellow_white .section .module-6 .play a,
.bg_black_yellow_white .section .module-6 .video-tab-bg a,
.bg_black_yellow_white .section .module-6 .btn a,
.bg_black_yellow_white .section .module-6 .detail-box > div a,
.bg_black_yellow_white .section .module-7 h1 a,
.bg_black_yellow_white .section .module-7 h2 a,
.bg_black_yellow_white .section .module-7 .right > div a,
.bg_black_yellow_white .section .module-7 .left > div a,
.bg_black_yellow_white .section .module-7 .tab a,
.bg_black_yellow_white .section .module-7 .play a,
.bg_black_yellow_white .section .module-7 .video-tab-bg a,
.bg_black_yellow_white .section .module-7 .btn a,
.bg_black_yellow_white .section .module-7 .detail-box > div a,
.bg_black_yellow_white .section .module-8 h1 a,
.bg_black_yellow_white .section .module-8 h2 a,
.bg_black_yellow_white .section .module-8 .right > div a,
.bg_black_yellow_white .section .module-8 .left > div a,
.bg_black_yellow_white .section .module-8 .tab a,
.bg_black_yellow_white .section .module-8 .play a,
.bg_black_yellow_white .section .module-8 .video-tab-bg a,
.bg_black_yellow_white .section .module-8 .btn a,
.bg_black_yellow_white .section .module-8 .detail-box > div a {
  color: white !important;
}
.bg_black_yellow_white .section .module-1 h1 a *,
.bg_black_yellow_white .section .module-1 h2 a *,
.bg_black_yellow_white .section .module-1 .right > div a *,
.bg_black_yellow_white .section .module-1 .left > div a *,
.bg_black_yellow_white .section .module-1 .tab a *,
.bg_black_yellow_white .section .module-1 .play a *,
.bg_black_yellow_white .section .module-1 .video-tab-bg a *,
.bg_black_yellow_white .section .module-1 .btn a *,
.bg_black_yellow_white .section .module-1 .detail-box > div a *,
.bg_black_yellow_white .section .module-2 h1 a *,
.bg_black_yellow_white .section .module-2 h2 a *,
.bg_black_yellow_white .section .module-2 .right > div a *,
.bg_black_yellow_white .section .module-2 .left > div a *,
.bg_black_yellow_white .section .module-2 .tab a *,
.bg_black_yellow_white .section .module-2 .play a *,
.bg_black_yellow_white .section .module-2 .video-tab-bg a *,
.bg_black_yellow_white .section .module-2 .btn a *,
.bg_black_yellow_white .section .module-2 .detail-box > div a *,
.bg_black_yellow_white .section .module-3 h1 a *,
.bg_black_yellow_white .section .module-3 h2 a *,
.bg_black_yellow_white .section .module-3 .right > div a *,
.bg_black_yellow_white .section .module-3 .left > div a *,
.bg_black_yellow_white .section .module-3 .tab a *,
.bg_black_yellow_white .section .module-3 .play a *,
.bg_black_yellow_white .section .module-3 .video-tab-bg a *,
.bg_black_yellow_white .section .module-3 .btn a *,
.bg_black_yellow_white .section .module-3 .detail-box > div a *,
.bg_black_yellow_white .section .module-4 h1 a *,
.bg_black_yellow_white .section .module-4 h2 a *,
.bg_black_yellow_white .section .module-4 .right > div a *,
.bg_black_yellow_white .section .module-4 .left > div a *,
.bg_black_yellow_white .section .module-4 .tab a *,
.bg_black_yellow_white .section .module-4 .play a *,
.bg_black_yellow_white .section .module-4 .video-tab-bg a *,
.bg_black_yellow_white .section .module-4 .btn a *,
.bg_black_yellow_white .section .module-4 .detail-box > div a *,
.bg_black_yellow_white .section .module-5 h1 a *,
.bg_black_yellow_white .section .module-5 h2 a *,
.bg_black_yellow_white .section .module-5 .right > div a *,
.bg_black_yellow_white .section .module-5 .left > div a *,
.bg_black_yellow_white .section .module-5 .tab a *,
.bg_black_yellow_white .section .module-5 .play a *,
.bg_black_yellow_white .section .module-5 .video-tab-bg a *,
.bg_black_yellow_white .section .module-5 .btn a *,
.bg_black_yellow_white .section .module-5 .detail-box > div a *,
.bg_black_yellow_white .section .module-6 h1 a *,
.bg_black_yellow_white .section .module-6 h2 a *,
.bg_black_yellow_white .section .module-6 .right > div a *,
.bg_black_yellow_white .section .module-6 .left > div a *,
.bg_black_yellow_white .section .module-6 .tab a *,
.bg_black_yellow_white .section .module-6 .play a *,
.bg_black_yellow_white .section .module-6 .video-tab-bg a *,
.bg_black_yellow_white .section .module-6 .btn a *,
.bg_black_yellow_white .section .module-6 .detail-box > div a *,
.bg_black_yellow_white .section .module-7 h1 a *,
.bg_black_yellow_white .section .module-7 h2 a *,
.bg_black_yellow_white .section .module-7 .right > div a *,
.bg_black_yellow_white .section .module-7 .left > div a *,
.bg_black_yellow_white .section .module-7 .tab a *,
.bg_black_yellow_white .section .module-7 .play a *,
.bg_black_yellow_white .section .module-7 .video-tab-bg a *,
.bg_black_yellow_white .section .module-7 .btn a *,
.bg_black_yellow_white .section .module-7 .detail-box > div a *,
.bg_black_yellow_white .section .module-8 h1 a *,
.bg_black_yellow_white .section .module-8 h2 a *,
.bg_black_yellow_white .section .module-8 .right > div a *,
.bg_black_yellow_white .section .module-8 .left > div a *,
.bg_black_yellow_white .section .module-8 .tab a *,
.bg_black_yellow_white .section .module-8 .play a *,
.bg_black_yellow_white .section .module-8 .video-tab-bg a *,
.bg_black_yellow_white .section .module-8 .btn a *,
.bg_black_yellow_white .section .module-8 .detail-box > div a * {
  color: white !important;
}
.bg_black_yellow_white .section .module-1 h1 .play-box,
.bg_black_yellow_white .section .module-1 h2 .play-box,
.bg_black_yellow_white .section .module-1 .right > div .play-box,
.bg_black_yellow_white .section .module-1 .left > div .play-box,
.bg_black_yellow_white .section .module-1 .tab .play-box,
.bg_black_yellow_white .section .module-1 .play .play-box,
.bg_black_yellow_white .section .module-1 .video-tab-bg .play-box,
.bg_black_yellow_white .section .module-1 .btn .play-box,
.bg_black_yellow_white .section .module-1 .detail-box > div .play-box,
.bg_black_yellow_white .section .module-2 h1 .play-box,
.bg_black_yellow_white .section .module-2 h2 .play-box,
.bg_black_yellow_white .section .module-2 .right > div .play-box,
.bg_black_yellow_white .section .module-2 .left > div .play-box,
.bg_black_yellow_white .section .module-2 .tab .play-box,
.bg_black_yellow_white .section .module-2 .play .play-box,
.bg_black_yellow_white .section .module-2 .video-tab-bg .play-box,
.bg_black_yellow_white .section .module-2 .btn .play-box,
.bg_black_yellow_white .section .module-2 .detail-box > div .play-box,
.bg_black_yellow_white .section .module-3 h1 .play-box,
.bg_black_yellow_white .section .module-3 h2 .play-box,
.bg_black_yellow_white .section .module-3 .right > div .play-box,
.bg_black_yellow_white .section .module-3 .left > div .play-box,
.bg_black_yellow_white .section .module-3 .tab .play-box,
.bg_black_yellow_white .section .module-3 .play .play-box,
.bg_black_yellow_white .section .module-3 .video-tab-bg .play-box,
.bg_black_yellow_white .section .module-3 .btn .play-box,
.bg_black_yellow_white .section .module-3 .detail-box > div .play-box,
.bg_black_yellow_white .section .module-4 h1 .play-box,
.bg_black_yellow_white .section .module-4 h2 .play-box,
.bg_black_yellow_white .section .module-4 .right > div .play-box,
.bg_black_yellow_white .section .module-4 .left > div .play-box,
.bg_black_yellow_white .section .module-4 .tab .play-box,
.bg_black_yellow_white .section .module-4 .play .play-box,
.bg_black_yellow_white .section .module-4 .video-tab-bg .play-box,
.bg_black_yellow_white .section .module-4 .btn .play-box,
.bg_black_yellow_white .section .module-4 .detail-box > div .play-box,
.bg_black_yellow_white .section .module-5 h1 .play-box,
.bg_black_yellow_white .section .module-5 h2 .play-box,
.bg_black_yellow_white .section .module-5 .right > div .play-box,
.bg_black_yellow_white .section .module-5 .left > div .play-box,
.bg_black_yellow_white .section .module-5 .tab .play-box,
.bg_black_yellow_white .section .module-5 .play .play-box,
.bg_black_yellow_white .section .module-5 .video-tab-bg .play-box,
.bg_black_yellow_white .section .module-5 .btn .play-box,
.bg_black_yellow_white .section .module-5 .detail-box > div .play-box,
.bg_black_yellow_white .section .module-6 h1 .play-box,
.bg_black_yellow_white .section .module-6 h2 .play-box,
.bg_black_yellow_white .section .module-6 .right > div .play-box,
.bg_black_yellow_white .section .module-6 .left > div .play-box,
.bg_black_yellow_white .section .module-6 .tab .play-box,
.bg_black_yellow_white .section .module-6 .play .play-box,
.bg_black_yellow_white .section .module-6 .video-tab-bg .play-box,
.bg_black_yellow_white .section .module-6 .btn .play-box,
.bg_black_yellow_white .section .module-6 .detail-box > div .play-box,
.bg_black_yellow_white .section .module-7 h1 .play-box,
.bg_black_yellow_white .section .module-7 h2 .play-box,
.bg_black_yellow_white .section .module-7 .right > div .play-box,
.bg_black_yellow_white .section .module-7 .left > div .play-box,
.bg_black_yellow_white .section .module-7 .tab .play-box,
.bg_black_yellow_white .section .module-7 .play .play-box,
.bg_black_yellow_white .section .module-7 .video-tab-bg .play-box,
.bg_black_yellow_white .section .module-7 .btn .play-box,
.bg_black_yellow_white .section .module-7 .detail-box > div .play-box,
.bg_black_yellow_white .section .module-8 h1 .play-box,
.bg_black_yellow_white .section .module-8 h2 .play-box,
.bg_black_yellow_white .section .module-8 .right > div .play-box,
.bg_black_yellow_white .section .module-8 .left > div .play-box,
.bg_black_yellow_white .section .module-8 .tab .play-box,
.bg_black_yellow_white .section .module-8 .play .play-box,
.bg_black_yellow_white .section .module-8 .video-tab-bg .play-box,
.bg_black_yellow_white .section .module-8 .btn .play-box,
.bg_black_yellow_white .section .module-8 .detail-box > div .play-box {
  background-color: rgba(0, 0, 0, 0.5) !important;
}
.bg_black_yellow_white .module-popup,
.bg_black_yellow_white .tip-popup > div,
.bg_black_yellow_white .to-top {
  background: black !important;
  color: yellow !important;
}
.bg_black_yellow_white .module-popup *,
.bg_black_yellow_white .tip-popup > div *,
.bg_black_yellow_white .to-top * {
  background: black !important;
  color: yellow !important;
}
.bg_black_yellow_white .module-popup a,
.bg_black_yellow_white .tip-popup > div a,
.bg_black_yellow_white .to-top a {
  color: white !important;
}
.bg_black_yellow_white .module-popup a *,
.bg_black_yellow_white .tip-popup > div a *,
.bg_black_yellow_white .to-top a * {
  color: white !important;
}
