html {
  cursor: url("https://static.sh9130.com/gw/dljh/images/icon_cursor.png"), auto;
}

body,
html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

body {
  overflow: hidden;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

html::-webkit-scrollbar {
  display: none;
}

@keyframes heartbeat {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(0.8);
  }

  100% {
    transform: scale(1);
  }
}

/* 预约弹窗 */
.reserve-box-mask {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999;
}
.reserve-box {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 589px;
  height: 558px;
  background: url(../images/reserve_box.png) 100%/100% no-repeat;
  transform: translate(-50%, -50%);
  z-index: 1000;
}
.reserve-box .close {
  position: absolute;
  right: 50%;
  bottom: -90px;
}
.reserve-box .close img {
  width: 70px;
  height: 65px;
}
.reserve-box form {
  position: absolute;
  top: 170px;
  left: 50%;
  transform: translateX(-58%);
}
.reserve-box form .input {
  width: 400px;
  padding: 12px;
  margin-bottom: 20px;
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid #fff;
  font-size: 20px;
  box-sizing: border-box;
}
.reserve-box form .input input {
  width: 100%;
  background: none;
  outline: none;
  color: #fff;
  font-weight: lighter;
  border: none;
  font-size: inherit;
}
.reserve-box form input::-webkit-input-placeholder {
  color: #fff;
}
.reserve-box form .code {
  display: flex;
  align-items: center;
  padding: 0;
}
.reserve-box form .code input {
  width: 55%;
  padding: 12px;
}
.reserve-box form .code .get-code {
  flex: 1;
  height: 100%;
  padding: 12px 20px;
  background: rgba(255, 255, 255, 0.4);
  color: #fff;
  cursor: pointer;
  text-align: center;
}
.reserve-box form .code .get-code.disabled {
  cursor: not-allowed;
  pointer-events: none;
}
.reserve-box .protocol {
  margin-top: 50px;
  color: #fff;
}
.reserve-box .protocol a {
  color: #f50a0a;
  text-decoration: none;
}
.reserve-box .protocol input[type="checkbox"] {
  background: none;
}
.reserve-box .reserve-box-btn {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-58%);
  width: 305px;
  height: 86px;
  background: url(../images/reserve_box_btn.png) 100%/100% no-repeat;
}

/* 主要内容 */
.container {
  height: 100%;
  min-width: 1700px;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 20;
}
.header.dark ul,
.header.dark li {
  color: #000;
}
.header.dark img {
  filter: brightness(0);
}
.header .logo {
  width: 143px;
  height: 68px;
  margin: 10px 0 0 100px;
  background: url(../images/logo.png) 100%/100% no-repeat;
}
.header .logo.index {
  min-width: 444px;
  height: 99px;
  margin: 10px 0 0 100px;
  background: url(../images/logo_new.png) 100%/100% no-repeat;
}
/*.header.dark .logo {*/
/*  background-image: url(../images/logo_dark.png);*/
/*}*/
.header ul {
  height: auto;
  margin-right: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  color: #fff;
}

.header ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  font-size: 20px;
  font-family: cursive, "楷体";
  color: #fff;
}

.header ul li span {
  width: 70px;
  height: 44px;
  line-height: 39px;
  margin-left: 10px;
  padding: 0 12px 0 5px;
  text-align: justify;
  text-align-last: justify;
  box-sizing: border-box;
  transition: background 0.3s;
}
.header ul li.active span,
.header ul li span:hover {
  background: url("../images/icon_active.png") no-repeat 100% / contain;
}

/* 侧边导航 */
.side-nav {
  position: fixed;
  top: 50%;
  right: 0;
  width: 200px;
  height: 385px;
  background: url(../images/download_side_nav_bg.png) 100%/100% no-repeat;
  z-index: 20;
  transform: translateY(-50%);
  transition: transform 0.3s;
}
.side-nav.collapse {
  transform: translateY(-50%) translateX(100%);
}
.side-nav .side-nav-handler {
  position: absolute;
  bottom: 20px;
  left: -19px;
  width: 21px;
  height: 74px;
  background: url(../images/side_collapse.png) 100%/100% no-repeat;
}
.side-nav .side-nav-handler.expand {
  background-image: url(../images/side_expand.png);
}
.side-nav .side-nav-expand {
  width: 21px;
  height: 74px;
  background: url(../images/side_expand.png) 100%/100% no-repeat;
}
.side-nav .qrcode {
  display: flex;
  justify-content: center;
  position: absolute;
  top: 45px;
  left: 50%;
  width: 179px;
  height: 191px;
  padding-top: 10px;
  transform: translateX(-50%);
  background: url(../images/side_download_qrcode_bg.png) 100%/100% no-repeat;
  box-sizing: border-box;
}
.side-nav .qrcode img {
  width: 150px;
  height: 150px;
}
.side-nav .store {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.side-nav .store .btn {
  display: block;
  width: 179px;
  height: 53px;
}
.side-nav .store .btn.ios {
  background: url(../images/side_download_ios_btn.png) 100%/100% no-repeat;
}
.side-nav .store .btn.android {
  background: url(../images/side_download_android_btn.png) 100%/100% no-repeat;
  margin-top: 10px;
}

/* 全屏容器 */
.fullpage-container {
  width: 100%;
  height: 100%;
}
.swiper-slide .load-more {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 181px;
  height: 90px;
  background: url(../images/load_more.png) 100%/100% no-repeat;
  animation: load-more 1s infinite;
  z-index: 10;
}
@keyframes load-more {
  0% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(-10px);
  }
  100% {
    transform: translateX(-50%) translateY(0);
  }
}
.swiper-slide .share-group {
  position: absolute;
  bottom: 50px;
  left: 80px;
  display: flex;
  align-items: center;
}
.swiper-slide .share-title {
  color: #ccc;
  font-size: 20px;
}
.swiper-slide .share-group .share-btn {
  position: relative;
  width: 44px;
  height: 44px;
  background: 100%/100% no-repeat;
}
.swiper-slide .share-group .share-btn .share-qrcode {
  display: none;
  position: absolute;
  top: -223px;
  left: -156%;
  width: 186px;
  height: 224px;
  padding: 42px 30px 0;
  background: url(../images/share_qrcode_bg.png) 100%/100% no-repeat;
  z-index: 10;
  box-sizing: border-box;
  text-align: center;
}
.swiper-slide .share-group .share-qrcode .title,
.swiper-slide .share-group .share-qrcode .link {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
}
.swiper-slide .share-group .share-qrcode .title {
  top: 10px;
  font-size: 20px;
}
.swiper-slide .share-group .share-qrcode .link {
  bottom: 25px;
  font-size: 16px;
}
.swiper-slide .share-group .share-btn:hover .share-qrcode {
  display: flex;
}
.swiper-slide .share-group .share-btn .share-qrcode span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 123px;
  height: 123px;
  color: #fff;
}
.swiper-slide .share-group .share-btn .share-qrcode img {
  width: 123px;
  height: 123px;
}
.swiper-slide .share-group .share-btn.bilibili {
  background-image: url(../images/share_bilibili.png);
}
.swiper-slide .share-group .share-btn.wx {
  background-image: url(../images/share_wx.png);
}
.swiper-slide .share-group .share-btn.wb {
  background-image: url(../images/share_wb.png);
}
.swiper-slide .share-group .share-btn.qywx {
  background-image: url(../images/share_qywx.png);
}
.swiper-slide .share-group .share-btn.qq {
  background-image: url(../images/share_qq.png);
}
.swiper-slide .share-group .share-btn.tap {
  background-image: url(../images/share_tap.png);
}
.swiper-slide .share-group .share-btn.hy {
  background-image: url(../images/share_hy.png);
}

/* 首页 */
.section1 {
  width: 100%;
  height: 100%;
  background: url(../images/banner_bg_new.jpg) 100%/100% no-repeat;
}
.section1 video {
  width: 100%;
}

/* 下载区域 */
.section1 .download-area {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 14%;
  left: 50%;
  width: 738px;
  height: 161px;
  background: url(../images/download_area_bg.png) 100% / 100% no-repeat;
  transform: translateX(-50%);
}
.section1 .download-area .qrcode {
  display: flex;
  align-items: center;
  width: 168px;
  height: 138px;
  padding: 0 0 0 35px;
  background: url(../images/download_qrcode_bg.png) 100% / 100% no-repeat;
  box-sizing: border-box;
}
.section1 .download-area .qrcode img {
  width: 125px;
  height: 125px;
}
.section1 .download-area .store {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.section1 .download-area .store .btn {
  width: 211px;
  height: 63px;
  margin: 0 20px;
  cursor: pointer;
}
.section1 .download-area .store .btn.ios {
  margin-bottom: 10px;
  background: url(../images/download_ios_btn.png) 100% / 100% no-repeat;
}
.section1 .download-area .store .btn.android {
  background: url(../images/download_android_btn.png) 100% / 100% no-repeat;
}
.section1 .download-area .third-party {
  width: 121px;
  height: 138px;
  cursor: pointer;
}
.section1 .download-area .third-party.mumu {
  background: url(../images/download_mumu_btn.png) 100% / 100% no-repeat;
}
.section1 .download-area .third-party.sd {
  background: url(../images/download_sd_btn.png) 100% / 100% no-repeat;
  margin-left: 20px;
}

.section1 .reserve-btn {
  position: absolute;
  bottom: 14%;
  right: 50%;
  width: 320px;
  height: 104px;
  background: url(../images/reserve_btn.png) 100% / 100% no-repeat;
  transition: transform 0.3s;
  transform: translateX(50%);
}
.section1 .reserve-btn:hover {
  background-image: url(../images/reserve_btn_active.png);
  transform: translateX(50%) scale(1.05);
}
.section1 .reserve-btn.finished {
  background-image: url(../images/reserve_btn_finished.png);
  cursor: not-allowed;
  pointer-events: none;
}

/* 预约 */
.section2 {
  background: url(../images/bg2.jpg) 100%/100% no-repeat;
}
.section2 .reserve-area {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  width: 1200px;
  transform: translate(-50%, -50%);
}
.section2 .reserve-item {
  position: absolute;
  background: 100%/100% no-repeat;
}
.section2 .reserve-item.w30 {
  width: 220px;
  height: 339px;
  top: -333px;
  left: 130px;
  background-image: url(../images/w30.png);
}
.section2 .reserve-item.w100 {
  width: 225px;
  height: 397px;
  top: -33px;
  left: 300px;
  background-image: url(../images/w100.png);
}
.section2 .reserve-item.w300 {
  width: 226px;
  height: 336px;
  top: -323px;
  left: 500px;
  background-image: url(../images/w300.png);
}
.section2 .reserve-item.w500 {
  width: 216px;
  height: 395px;
  top: -26px;
  left: 700px;
  background-image: url(../images/w500.png);
}
.section2 .reserve-item.w1000 {
  width: 435px;
  height: 375px;
  top: -360px;
  left: 830px;
  background-image: url(../images/w1000.png);
}
.section2 .reserve-item.w30.finished {
  background-image: url(../images/w30_finished.png);
}
.section2 .reserve-item.w100.finished {
  background-image: url(../images/w100_finished.png);
}
.section2 .reserve-item.w300.finished {
  background-image: url(../images/w300_finished.png);
}
.section2 .reserve-item.w500.finished {
  background-image: url(../images/w500_finished.png);
}
.section2 .reserve-item.w1000.finished {
  background-image: url(../images/w1000_finished.png);
}
.section2 .reserve-count {
  position: absolute;
  bottom: 8%;
  right: 5%;
  color: #1a1b1b;
  font-size: 50px;
  font-family: cursive, "KaiTi", "楷体", "Microsoft YaHei", "Arial", sans-serif;
}
.section2 .reserve-count p {
  margin: 0;
}
.section2 .reserve-count span {
  font-size: 80px;
  color: #a61a22;
}

/* 资讯 */
.section3 {
  background: url(../images/bg3.jpg) 100%/100% no-repeat;
}
.section3 .news-box {
  position: absolute;
  right: 10%;
  top: 12%;
  width: 725px;
}
.section3 .news-swiper {
  position: relative;
  width: 725px;
  height: 275px;
  border: 1px solid #fff;
  overflow: hidden;
}
.section3 .pagination {
  display: flex;
  flex-direction: column;
  height: 275px;
  width: 4px;
  position: absolute;
  top: 0;
  left: -15px;
}
.section3 .pagination .swiper-pagination-bullet {
  width: 4px;
  height: 30px;
  margin-bottom: 5px;
  border-radius: 4px;
  background: #fff;
  opacity: 1;
}
.section3 .pagination .swiper-pagination-bullet-active {
  background: #f00;
}
.section3 .news-prev,
.section3 .news-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 29px;
  background: url(../images/news_prev.png) 100%/100% no-repeat;
  z-index: 10;
}
.section3 .news-prev {
  left: 20px;
}
.section3 .news-next {
  right: 20px;
  background-image: url(../images/news_next.png);
}
.section3 .news-tabs {
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 15px;
}
.section3 .news-tabs .news-tabs-list {
  display: flex;
  color: #fff;
  font-family: cursive, "KaiTi", "楷体", "Microsoft YaHei", "Arial", sans-serif;
  font-size: 24px;
}
.news-tabs .news-tabs-list li {
  width: 60px;
  height: 30px;
  margin-right: 80px;
}
.news-tabs .news-tabs-list li.active {
  background: url(../images/news_tab_active.png) 35% 50% / contain no-repeat;
}

.news-tabs .more-news {
  width: 25px;
  height: 25px;
  background: url(../images/more_news_btn.png) 100%/100% no-repeat;
  transition: transform 0.3s;
}

.news-tabs .more-news:hover {
  transform: rotate(180deg);
}

.news-list {
  display: none;
  justify-content: space-between;
  flex-wrap: wrap;
}
.news-list.active {
  display: flex;
}
.news-list li {
  width: 354px;
  height: 152px;
  margin-top: 30px;
  padding: 10px 20px;
  background: url(../images/news_content_bg.png) 100%/100% no-repeat;
  font-family: cursive, "KaiTi", "楷体", "Microsoft YaHei", "Arial", sans-serif;
  box-sizing: border-box;
  transition: transform 0.3s;
}
.news-list li:hover {
  transform: translateX(-10px);
}

.news-list li h1 {
  margin: 0;
  font-size: 22px;
  color: #202020;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news-list li p {
  margin: 10px 0 0;
  font-size: 18px;
  color: #695029;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news-list li .info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  font-size: 16px;
  color: #666;
}

.news-list li .line {
  flex: 1;
  height: 1px;
  background: #9fa1a2;
  margin: 0 10px;
}

.news-list li .tab-name {
  position: relative;
  padding-right: 15px;
  color: #a20818;
}

.news-list li .tab-name::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 1000 1000' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M398.499 236.5l274.256 274.256-274.256 274.256z' fill='%23a20818'/%3E%3C/svg%3E")
    center/contain no-repeat;
}

/* 职业 */
.section4 .role-swiper {
  position: relative;
  width: 100%;
  height: 100%;
  user-select: none;
}
.section4 .role-swiper .role-title {
  position: absolute;
  top: 20%;
  left: 50px;
  object-fit: contain;
  z-index: 20;
}
.section4 .role-swiper .role-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 1006px;
  height: 1080px;
  background: url(../images/role_cover_bg.png) 100%/100% no-repeat;
  z-index: 5;
  pointer-events: none;
}
.section4 .role-swiper .swiper-slide.swiper-slide-active {
  z-index: 10;
}
.section4 .role-swiper .swiper-slide > img {
  pointer-events: none;
}
.section4 .role-swiper .swiper-slide .play-btn {
  position: absolute;
  top: 50%;
  right: 26%;
  transform: translateY(-50%);
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.5)) brightness(0.8);
  transition: filter 0.3s, transform 0.3s;
  pointer-events: auto;
  z-index: 20;
}
.section4 .role-swiper .swiper-slide .play-btn:hover {
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.5)) brightness(1.3);
  transform: translateY(-50%) scale(1.1);
}
.section4 .role-swiper .swiper-slide .role-info {
  position: absolute;
  top: 50%;
  right: 70px;
  transform: translateY(-50%);
  object-fit: contain;
  z-index: 10;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.5));
  opacity: 0;
  transition: opacity 0.3s ease-out;
  pointer-events: none;
}
.section4 .role-swiper .swiper-slide.swiper-slide-active .role-info {
  opacity: 1;
}
.section4 .role-swiper .character {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  pointer-events: none;
}
.section4 .role-swiper .character img {
  position: absolute;
  top: 0;
  left: 0;
  width: 1630px;
  height: 1000px;
  opacity: 0;
  transform: translateX(-100%);
  transition: all 0.3s ease-out;
  object-fit: contain;
  object-position: left;
}
.section4 .role-swiper .character img.active {
  opacity: 1;
  transform: translateX(0);
}

.section4 .role-detail-btn {
  display: block;
  position: absolute;
  bottom: 250px;
  left: 50px;
  width: 119px;
  height: 90px;
  background: url(../images/role_detail_btn.png) 100%/100% no-repeat;
  z-index: 10;
}
.section4 .role-detail-btn:hover {
  background-image: url(../images/role_detail_btn_active.png);
}

.section4 .role-swiper .sex-switch {
  position: absolute;
  bottom: 50px;
  left: 50px;
  z-index: 10;
}
.section4 .role-swiper .sex-switch div {
  width: 332px;
  height: 78px;
}
.section4 .role-swiper .sex-switch .switch-man {
  margin-bottom: 20px;
  background: url(../images/switch_man.png) 0 100% / contain no-repeat;
}
.section4 .role-swiper .sex-switch .switch-man.active {
  background: url(../images/switch_man_active.png);
}
.section4 .role-swiper .sex-switch .switch-woman {
  background: url(../images/switch_woman.png) 0 100% / contain no-repeat;
}
.section4 .role-swiper .sex-switch .switch-woman.active {
  background-image: url(../images/switch_woman_active.png);
}

/* 职业标签切换 */
.section4 .role-swiper .role-tabs {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  width: 92px;
  height: 550px;
}
.section4 .role-swiper .role-tabs li {
  position: absolute;
  width: 92px;
  height: 67px;
  background: 100% / contain no-repeat;
  transition: all 0.3s;
}
.section4 .role-swiper .role-tabs li.bw {
  left: -120px;
  top: -30px;
  background-image: url(../images/tab_bw.png);
}
.section4 .role-swiper .role-tabs li.bq {
  left: -80px;
  top: 18%;
  background-image: url(../images/tab_bq.png);
}
.section4 .role-swiper .role-tabs li.yw {
  left: -30px;
  top: 38%;
  background-image: url(../images/tab_yw.png);
}
.section4 .role-swiper .role-tabs li.yf {
  left: -30px;
  top: 62%;
  background-image: url(../images/tab_yf.png);
}
.section4 .role-swiper .role-tabs li.hq {
  left: -80px;
  top: 82%;
  background-image: url(../images/tab_hq.png);
}
.section4 .role-swiper .role-tabs li.jg {
  left: -120px;
  top: calc(100% + 30px);
  background-image: url(../images/tab_jg.png);
}
.section4 .role-swiper .role-tabs li.bw.active {
  background-image: url(../images/tab_bw_active.png);
}
.section4 .role-swiper .role-tabs li.bq.active {
  background-image: url(../images/tab_bq_active.png);
}
.section4 .role-swiper .role-tabs li.yw.active {
  background-image: url(../images/tab_yw_active.png);
}
.section4 .role-swiper .role-tabs li.yf.active {
  background-image: url(../images/tab_yf_active.png);
}
.section4 .role-swiper .role-tabs li.hq.active {
  background-image: url(../images/tab_hq_active.png);
}
.section4 .role-swiper .role-tabs li.jg.active {
  background-image: url(../images/tab_jg_active.png);
}

/* 特色 */
.section5 {
  padding: 140px 200px 0;
  background: url(../images/bg5.jpg) 100%/100% no-repeat;
  box-sizing: border-box;
}
.section5 .feature-title {
  width: 989px;
  height: 158px;
  overflow: hidden;
}
.section5 .feature-box {
  position: relative;
  width: 1300px;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
}
.section5 .feature-box .feature-swiper {
  width: 999px;
  height: 481px;
  overflow: hidden;
}
.section5 .feature-box .feature-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
}
.section5 .feature-box .feature-swiper-pagination {
  position: absolute;
  width: auto;
  bottom: -40px;
  left: 425px;
  z-index: 10;
}
.section5 .feature-box .feature-swiper-pagination .swiper-pagination-bullet {
  width: 17px;
  height: 17px;
  background: url(../images/feature_pagination_dot.png) 100%/100% no-repeat;
  opacity: 1;
}
.section5 .feature-box .feature-swiper-pagination .swiper-pagination-bullet-active {
  width: 18px;
  height: 17px;
  background: url(../images/feature_pagination_dot_active.png) 100%/100% no-repeat;
}
.section5 .feature-box .feature-thumbs {
  width: 300px;
  height: 420px;
  margin-left: 50px;
  overflow: hidden;
}
.section5 .feature-box .feature-thumbs .swiper-slide {
  transition: transform 0.3s, filter 0.3s;
  filter: brightness(0.4);
}
.section5 .feature-box .feature-thumbs .swiper-slide img {
  width: 239px;
  height: 118px;
}
.section5 .feature-box .feature-thumbs .swiper-slide.swiper-slide-active {
  transform: scale(1.2);
  filter: brightness(1);
}
/* 客服 */
.section5 .customer-service {
  position: absolute;
  right: 70px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 30px;
  color: #3a3a3a;
  font-size: 20px;
}

.section5 .customer-service .wechat {
  width: 70px;
  height: 70px;
  background: url(../images/customer_service_wechat.png) 100%/100% no-repeat;
}
.section5 .customer-service .email {
  width: 70px;
  height: 70px;
  background: url(../images/customer_service_email.png) 100%/100% no-repeat;
}
.section5 .customer-service .qrcode {
  display: none;
  position: absolute;
  top: -180px;
  right: 275px;
  width: 171px;
  height: 181px;
  padding: 28px 30px 0;
  background: url(../images/share_qrcode_bg.png) 100%/100% no-repeat;
  z-index: 10;
  box-sizing: border-box;
  text-align: center;
}
.section5 .customer-service .qrcode span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 110px;
  height: 110px;
  color: #fff;
}
.section5 .customer-service .qrcode img {
  width: 110px;
  height: 110px;
}
.section5 .customer-service .email .content {
  display: none;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -55px;
  right: 138px;
  padding-bottom: 3px;
  width: 300px;
  height: 57px;
  background: url(../images/email_bg.png) 100%/100% no-repeat;
  z-index: 10;
  color: #fff;
  box-sizing: border-box;
}
.section5 .customer-service .email .content a {
  text-decoration: none;
  color: inherit;
}
.section5 .customer-service .wechat:hover .qrcode {
  display: flex;
}
.section5 .customer-service .email:hover .content {
  display: flex;
}
.section5 .customer-service .tel {
  margin-left: 20px;
}

/* 视频弹窗 */
.video-popup-mask {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999;
}
.video-popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1000px;
  height: 563px;
  z-index: 999999;
  background: #000;
}
.video-popup .video-popup-close {
  position: absolute;
  top: 0;
  right: -80px;
}
.video-popup video {
  width: 100%;
  height: 100%;
}

/* 底部信息 */
.section6.footer {
  height: auto;
}
footer {
  height: auto;
  padding: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  background: #000;
  font-size: 14px;
}
footer a {
  color: inherit;
}
footer p {
  margin: 5px 0;
}

.ageTips {
  position: absolute;
  top: 50%;
  right: 20%;
  transform: translateY(-50%);
}
.agetips-laymark {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
}
.agetips-nr {
  display: none;
  position: fixed;
  width: 1029px;
  height: 558px;
  top: 50%;
  left: 50%;
  background: url("../images/agetips_bg.png") 100%/100% no-repeat;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 101;
}
.agetips-Fix {
  position: relative;
}
.agetips-close {
  position: absolute;
  left: 50%;
  bottom: -120px;
  transform: translateX(-50%);
}
.agetips-close img {
  width: 70px;
  height: 65px;
}
.agetips-text {
  width: 730px;
  margin: 30px 0 0 160px;
  height: 495px;
  overflow: hidden;
  line-height: 2;
  color: #fff;
  font-size: 18px;
  font-family: cursive, "KaiTi", "楷体", "Microsoft YaHei", "Arial", sans-serif;
}
.agetips-text p {
  margin-bottom: 10px;
}
.agetips-text .agetips-span {
  font-weight: 600;
  display: block;
  color: #f00;
}
#overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}
#tip {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px 20px;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 34px;
  border-radius: 5px;
  z-index: 9999;
  display: none;
}
