[v-cloak] {
  display: none;
}

body {
  color: #000;
  font-size: 16px;
  overflow-x: hidden;
}


#header {
  position: relative;
}

/* main */
.index-main {
  width: 100%;
  margin: 0 0 0 0;
}

.w1100 {
  width: 1100px;
  margin: 0 auto;
}

.w1500 {
  width: 1500px;
  margin: 0 auto;
}

.w1920 {
  width: 1920px;
  margin: 0 auto;
}

.bg-black {
  background: #000;
  color: #fff;
}

.white {
  color: #fff !important;
}

.pc-show {
  display: block;
}

.mobile-show {
  display: none !important;
}

/* s1 */
.section1 {
  position: relative;
  width: 100%;
  height: 758px;
}

.section1 .focus-banner {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1920px;
  height: 758px;
  background: url(https://www.tourboxtech.com/en/src/fourth_year/first-banner.png) no-repeat;
  background-size: 100% 100%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.section1 .video1 {
  object-fit: fill;
  width: 100%;
  height: 758px;
}

.section1 .focus-banner .video-text {
  position: absolute;
  top: 28%;
  left: 18%;
}

.video-text .t1 {
  font-weight: 700;
  font-size: 88px;
  color: #FFC328;
  line-height: 70px;
  margin-bottom: 20px;
}

.video-text .t2 {
  font-size: 28px;
  color: #fff;
  line-height: 32px;
  margin-bottom: 20px;
}

.video-text .watch-btn {
  width: 161px;
  height: 44px;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 44px;
  color: #fff;
  background-color: #000;
  border-radius: 4px;
  cursor: pointer;
}

/* s2 */
.s2-bg {
  position: relative;
  height: 788px;
}

.s2-bg .index {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1920px;
  height: 788px;
  background: url(https://www.tourboxtech.com/en/src/fourth_year/s2-bg.png) no-repeat;
  background-size: 100% 100%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.second-container {
  height: 819px;
  font-size: 18px;
}

.second-container .position:nth-child(1) {
  top: 13%;
  left: 19%;
}

.second-container .position:nth-child(2) {
  top: 40%;
  left: 29%;
  width: 233px;
}

.second-container .position:nth-child(3) {
  top: 13%;
  left: 39%;
}

.second-container .position:nth-child(4) {
  top: 30%;
  left: 54%;
}

.second-container .position {
  position: absolute;
  box-sizing: content-box;
  width: 166px;
  height: 166px;
  text-align: center;
  line-height: 166px;
  background-color: #d9d9d9;
  background-color: transparent;
  cursor: pointer;
}

.popoer {
  position: absolute;
  top: 30%;
  left: 60%;
  width: 303px;
  height: 272px;
  text-align: center;
  background-image: url(https://www.tourboxtech.com/en/src/fourth_year/popoer.png);
  background-size: 303px 272px;
  opacity: 0;
  transition: all .5s;
  cursor: auto;
  z-index: 10;
}

/* 第一个悬浮框 */
.second-container .position:nth-child(1) .popoer {
  top: 61%;
  left: -12%
}

/* 第二个悬浮框 */
.second-container .position:nth-child(2) .popoer {
  top: 61%;
  left: 20%;

}

/* 第三个悬浮框 */
.second-container .position:nth-child(3) .popoer {
  top: 77%;
  left: 30%;
}

/* 第四个悬浮框 */
.second-container .position:nth-child(4) .popoer {
  top: 77%;
  left: 30%;
}

.popoer .content-box {
  position: absolute;
  bottom: 0;
  height: 161px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 47px;
}

.popoer .title {
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  margin-bottom: 10px;
}

.popoer .text {
  font-size: 14px;
  line-height: 16px;
  color: #020202;
}

.second-container .position:hover .popoer {
  opacity: 1;
}

.island {
  position: absolute;
  box-sizing: content-box;
  width: 144px;
  height: 204px;
  top: 20%;
  right: 20%;
  background: url(https://www.tourboxtech.com/en/src/fourth_year/island.png) no-repeat;
  background-size: contain;
  cursor: pointer;
  animation: bounce-down 4s linear infinite;
}

/* 浮动动画 */
@keyframes bounce-down {
  25% {
    transform: translateY(-8px);
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -o-transform: translateY(-8px);
  }

  50%,
  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }

  75% {
    transform: translateY(8px);
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    -ms-transform: translateY(8px);
    -o-transform: translateY(8px);
  }
}

/* 导航栏 */
.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  height: 58px;
  background: #004aef;
  box-shadow: 0px 10px 10px -15px #000;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 55;
}

.navbar li {
  position: relative;
  padding: 0 50px;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
}

.navbar .active {
  color: #FFC328;
}

.navbar .active::before {
  content: "";
  width: 26.5px;
  height: 27px;
  background: url(https://www.tourboxtech.com/en/src/fourth_year/Vector.png) no-repeat;
  background-size: 26.5px 27px;
  position: absolute;
  top: -4px;
  left: 16px;
  /* animation: fadeIn .3s linear; */
}

.navbar li:hover {
  color: #FFC328;
}

/* 淡入淡出动画 */
@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 0;
  }
}

.floor {
  /* border: 1px solid red; */
}

.back-top {
  position: fixed;
  bottom: 16%;
  right: 3%;
  width: 60px;
  height: 60px;
  background: url(https://www.tourboxtech.com/en/src/fourth_year/top_en.png) no-repeat;
  background-size: 100% 100%;
  border-radius: 50%;
  /* 
  color: #409eff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px; */
  /* box-shadow: 0 0 6px rgb(0 0 0 / 12%); */
  cursor: pointer;
  z-index: 55;
}

/* .back-top:hover {
  background-color: #f2f6fc;
  transition: all .3s;
} */

/* s3 */


.section3 .index {
  padding: 80px 0;
  background-color: #fff;
  display: flex;
  margin-left: -76px;
}

.section3 .left {
  flex: 1;
}

.section3 .left .sp-container {
  width: 630px;
  position: relative;
}

.section3 .left .sp-container .sp-img {
  width: 630px;
  height: 612px;
  z-index: 1;
}

.section3 .center {
  width: 307px;
}

.section3 .center .title {
  position: relative;
  font-weight: 700;
  font-size: 36px;
  height: 85px;
}

.section3 .center .title .line1 {
  position: absolute;
  left: -96px;
  z-index: 2;
}

.section3 .center .title .line2 {
  position: absolute;
  left: -96px;
  top: 42px;
  font-weight: 700;
  font-size: 30px;
  line-height: 34px;
  color: #004AEF;
  z-index: 2;
}

.section3 .center .detail {
  margin-top: 47px;
}

.section3 .center .detail .time-title {
  color: #004AEF;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 4px;
}

.section3 .center .detail .countdown {
  font-weight: 700;
  font-size: 18px;
  color: #7A7A7A;
  line-height: 21px;
  margin-bottom: 10px;
}

.section3 .center .detail .btn {
  position: relative;
  width: 200px;
  height: 38px;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  background: #004AEF;
  border-radius: 4px;
  line-height: 38px;
  text-align: center;
  cursor: pointer;
}

.section3 .center .detail .btn:after {
  position: absolute;
  top: 19px;
  left: 200px;
  content: '';
  width: 193px;
  border-bottom: 1px dashed #7a7a7a;
}

.section3 .center .detail .short:after {
  position: absolute;
  content: '';
  top: 19px;
  left: 200px;
  width: 112px;
  border-bottom: 1px dashed #7a7a7a;
}

.section3 .center .detail .disable {
  background: #7a7a7a;
  cursor: not-allowed;
}

.section3 .center .detail .question {
  margin-bottom: 52px;
  margin-left: 75px;
}

.section3 .center .detail .share {
  margin-bottom: 52px;
}

.section3 .center .detail .rules {
  margin-top: 20px;
  font-size: 14px;
  line-height: 16px;
  color: #7A7A7A;
}

.section3 .center .detail .rules .rules-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
}

.section3 .center .detail .rules .rules-detail {
  list-style-type: circle;
  padding-left: 1em;
}

.section3 .center .detail .rules .rules-detail li {
  list-style: decimal;
  line-height: 16px;
  padding: 4.5px 0;
}

.other-link {
  font-size: 14px;
  line-height: 16px;
  margin-top: 90px;
  text-align: center;
  cursor: pointer;
}

.search-icon {
  width: 32px;
  margin-right: 4px;
  vertical-align: middle;
}

.underline {
  color: #004AEF;
  text-decoration: underline;
}

.underline:hover {
  text-decoration: underline;
}

.section3 .right {
  flex: 1;
}

.section3 .right .inner {
  width: 638px;
  height: 722px;
  background: url(https://www.tourboxtech.com/en/src/fourth_year/right-img.jpg) no-repeat center center;
  background-size: 638px 722px;
}

.swiper1 .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 6px !important;
}


/* s4 */
.section4 {
  position: relative;
  width: 100%;
  /* height: 816px; */
  height: 984px;
}

.section4 .swiper-bg {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1920px;
  /* height: 816px; */
  height: 984px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.section4 .index {
  position: absolute;
  top: 34%;
  left: 50%;
  width: 936px;
  height: 421px;
  transform: translate(-50%, -50%);
  z-index: 9;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.swiper5 .bg-img1 {
  height: 984PX;
  background-image: url(https://www.tourboxtech.com/en/src/fourth_year/video@2x-1.jpg);
  background-size: cover;
}

.swiper5 .bg-img2 {
  height: 984PX;
  background-image: url(https://www.tourboxtech.com/en/src/fourth_year/painting@2x-1.jpg);
  background-size: cover;
}

.swiper5 .bg-img3 {
  height: 984PX;
  background-image: url(https://www.tourboxtech.com/en/src/fourth_year/photo@2x-1.jpg);
  background-size: cover;
}

.section4 .index .swiper-tab {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 624px;
  height: 48px;
  margin: 0 auto 30px auto;
  padding: 0px 64px;
  border-radius: 6px;
  background-color: #014aef;
  font-weight: 400;
  font-size: 18px;
  color: #70B2FF;
}

.section4 .index .swiper-tab li {
  cursor: pointer;
}

.section4 .index .swiper-tab .active {
  font-weight: 700;
  font-size: 20px;
  color: #fff;
}

.section4 .index .swiper-box {
  width: 624px;
  height: 351px;
  margin: 0 auto;
  border-radius: 12px;
  overflow: hidden;
}

.section4 .index .video-box {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  overflow: hidden;
}

.section4 .index .sp-video {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  object-fit: fill;
}

/* swiper2 分页器左右按钮自定义 */
.section4 .index .swiper-button-prev {
  width: 60px;
  height: 60px;
  margin-top: 22px;
  background-image: url(https://www.tourboxtech.com/en/src/fourth_year/left-arrow.png);
  background-size: 60px 60px;
}

.section4 .index .swiper-button-next {
  width: 60px;
  height: 60px;
  margin-top: 22px;
  background-image: url(https://www.tourboxtech.com/en/src/fourth_year/right-arrow.png);
  background-size: 60px 60px;
}

/* s5 */
.section5 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1920px;
  height: 1220px;
  transform: translate(-50%, -50%);
  background: url(https://www.tourboxtech.com/en/src/fourth_year/s5-bg.png) no-repeat;
  background-size: 100% 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.section5 .index {
  position: relative;
  width: 1500px;
  height: 1162px;
  margin: 0 auto;
  margin-top: 100px;
}

.section5 .index .box1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 762px;
  height: 680px;
  background: url(https://www.tourboxtech.com/en/src/fourth_year/box1-bg.png) no-repeat;
  background-size: 762px 680px;
  box-sizing: border-box;
}

.section5 .index .box2 {
  position: absolute;
  top: 0;
  left: 863px;
  width: 487px;
  padding-top: 60px;
}

.section5 .index .box3 {
  position: absolute;
  bottom: 60px;
  left: 100px;
  width: 487px;
}

.section5 .index .t1 {
  font-weight: 700;
  font-size: 36px;
  line-height: 41px;
  margin-bottom: 4px;
}

.section5 .index .t2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 34px;
  color: #004aef;
  margin-bottom: 22px;
}

.section5 .index .t3 {
  max-width: 394px;
  font-size: 16px;
  line-height: 18px;
  color: #7A7A7A;
}

.section5 .index .box2 .btn {
  width: 215px;
  height: 44px;
  margin-top: 28px;
  background: #004AEF;
  border-radius: 4px;
  line-height: 44px;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  cursor: pointer;
}

.section5 .index .box4 {
  position: absolute;
  bottom: 20px;
  right: 0;
  width: 762px;
  height: 680px;
  background: url(https://www.tourboxtech.com/en/src/fourth_year/box4-bg.png) no-repeat;
  background-size: 762px 680px;
  box-sizing: border-box;
}



/* s6 */
.section6 {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 535px;
  width: 1920px;
  transform: translate(-50%, -50%);
  background: url(https://www.tourboxtech.com/en/src/fourth_year/s6-bg.png) no-repeat;
  background-size: 100% 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.section6 .index {
  width: 1500px;
  margin: 0 auto;
  margin-top: 24px;
  padding-left: 100px;
  display: flex;
}

.section6 .index .elit-box {
  width: 584px;
  margin-right: 160px;
}

.section6 .index .title {
  font-weight: 700;
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 8px;
}

.section6 .index .more-link {
  display: block;
  font-size: 14px;
  line-height: 16px;
  color: #004AEF;
  cursor: pointer;
  margin-bottom: 26px;
  text-decoration: none;
}

.section6 .index .porduct-list {
  display: flex;
  justify-content: space-between;
}

.section6 .index .porduct-list .img-box {
  width: 180px;
  height: 180px;
  background: #FFFFFF;
  border: 1px solid #E0E0E0;
  border-radius: 10px;
  margin-bottom: 12px;
  overflow: hidden;
}

.section6 .index .porduct-list .img-box .item-img {
  display: block;
  width: 120px;
  height: 120px;
  margin: 16px auto 0 auto;
}

.section6 .index .porduct-list .img-box .color-info {
  font-size: 14px;
  line-height: 16px;
  text-align: center;
}

.section6 .index .porduct-list .price-box {
  text-align: center;
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 9px;
}

.section6 .index .porduct-list .price-box .old-price {
  margin-left: 4px;
  color: #9B9B9E;
  text-decoration: line-through;
}

.section6 .index .buy-btn {
  text-align: center;
  width: 78px;
  height: 30px;
  margin: 0 auto;
  line-height: 30px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background-color: #004AEF;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  cursor: pointer;
}

/* s7 */
.section7 {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 750px;
  width: 1920px;
  padding-top: 70px;
  transform: translate(-50%, -50%);
  background: url(https://www.tourboxtech.com/en/src/fourth_year/s7-bg.png) no-repeat;
  background-size: 100% 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.section7 .index {
  width: 1500px;
  margin: 0 auto;
  display: flex;
  display: flex;
  height: 670px;
}

.section7 .left {
  width: 723px;
}

.section7 .left .wheel-box {
  position: relative;
  top: 0;
  left: 0;
  width: 614px;
  height: 594px;
  background: url(https://www.tourboxtech.com/en/src/fourth_year/4th_spin_bg.png) no-repeat center center;
  background-size: 614px 594px;
}

.section7 .left .wheel-box .chance-tip {
  position: absolute;
  top: 10px;
  left: 220px;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  color: #004AEF;

}

#wheel {
  position: absolute;
  top: 76px;
  left: 150px;
  width: 346px;
  height: 346px;
  background: url(https://www.tourboxtech.com/en/src/fourth_year/wheel.png) no-repeat center center;
  background-size: 346px 346px;
  transition: transform 3s cubic-bezier(.2, .93, .43, 1);
}

.wheel-box .start-btn {
  position: absolute;
  top: 195px;
  left: 270px;
  width: 110px;
  height: 110px;
  background: url(https://www.tourboxtech.com/en/src/fourth_year/start-btn.png) no-repeat center center;
  background-size: 110px 110px;
  cursor: pointer;
}

.wheel-box .start-btn:hover {
  background: url(https://www.tourboxtech.com/en/src/fourth_year/start-btn-hover.png) no-repeat center center;
  background-size: 110px 110px;
}

.s5-bg {
  position: relative;
  width: 100%;
  height: 1220px;
}

.s6-bg {
  position: relative;
  width: 100%;
  height: 535px;
}

.s7-bg {
  position: relative;
  width: 100%;
  height: 750px;

}

.s8-bg {
  position: relative;
  width: 100%;
  height: 780px;
}


.section7 .right {
  padding-left: 34px;
}

.right .title {
  font-weight: 700;
  font-size: 34px;
  line-height: 39px;
  margin-bottom: 4px;
}

.sub-title {
  font-weight: 700;
  font-size: 30px;
  line-height: 34px;
  color: #004AEF;
  margin-bottom: 22px;
}

.activity-itme {
  font-size: 16px;
  line-height: 18px;
  color: #7A7A7A;
  margin-bottom: 22px;
}

.rule-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  margin-bottom: 10px;
}

.rule-detail {
  font-size: 16px;
  line-height: 18px;
  color: #7A7A7A;
  max-width: 414px;
  padding-left: 1em;
}

.rule-detail li {
  /* 数字li */
  list-style: decimal;
}

.rules-box2 {
  max-width: 328px;
  margin-bottom: 22px;
}

/* 打印机 */
.section7 .right .printer-img {
  position: absolute;
  bottom: 33px;
  right: -222px;
  width: 595px;
  height: 316px;
  background: url(https://www.tourboxtech.com/en/src/fourth_year/printer.png) no-repeat center center;
  background-size: 595px 316px;
  z-index: 12;
}

.section7 .right .paper {
  position: absolute;
  bottom: 75px;
  right: 370px;
  width: 580px;
  height: 190px;
  background: url(https://www.tourboxtech.com/en/src/fourth_year/old-paper.png) no-repeat center center;
  background-size: contain;
  color: #004AEF;
  z-index: 9;
}

.section7 .right .paper .title {
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 10px;
  padding: 30px 0 0 34px;
}

.section7 .right .paper .wish {
  font-size: 14px;
  line-height: 16px;
  padding-left: 34px;
}

.section7 .right .paper-shadow {
  position: absolute;
  bottom: 92px;
  right: 370px;
  width: 580px;
  height: 190px;
  background: url(https://www.tourboxtech.com/en/src/fourth_year/paper-shadow.png) no-repeat center center;
  background-size: contain;
  color: #004AEF;
  z-index: 8;
}

.section7 .right .new-paper {
  position: absolute;
  bottom: 75px;
  right: -224px;
  width: 580px;
  height: 190px;
  background: url(https://www.tourboxtech.com/en/src/fourth_year/new-paper.png) no-repeat center center;
  background-size: contain;
  padding-left: 60px;
  transition: all 2s;
  z-index: 10;
  display: none;
}

.section7 .right .new-paper .paper-box {
  display: flex;
  width: 100%;
  height: 100%;
  color: #004AEF;
  padding-top: 30px;
}

.section7 .right .new-paper .paper-box .box-left {
  margin-right: 20px;
}

.section7 .right .new-paper .paper-box .box-right {
  max-width: 200px;
}

.section7 .right .new-paper .paper-box .box-right .result {
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 6px;
}

.section7 .right .new-paper .paper-box .box-right .des {
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 6px;
}

.award-img {
  width: 130px;
  height: 130px;
  border: 1px solid #004aef;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

/* checkbox */

.input-box {
  position: relative;
  width: 200px;
}

.input-common {
  display: block;
  width: 100%;
  height: 30px;
  background: #FFFFFF;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 9px 24px;
  font-size: 16px;
  font-family: "Ubuntu-Regular", "Ubuntu-Light", "Avenir-Book", "Avenir Book", "Avenir", "PingFang SC", "Helvetica Neue", Helvetica, "Microsoft YaHei", Arial, sans-serif;
  line-height: 20px;
  color: #3C3C3E;
}

input::placeholder {
  color: #AFAFB4;
}

input::-webkit-input-placeholder {
  color: #AFAFB4;
}

input:-moz-placeholder {
  color: #AFAFB4;
}

input:-ms-input-placeholder {
  color: #AFAFB4;
}

.input-common:focus {
  border: 1px solid #004AFF;
  background-color: #fff;
}

.errorBorder {
  border: 1px solid red;
}

.error-tips {
  font-size: 12px;
  color: red;
  margin: 5px 0 5px 0;
}

.select-btn {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  background: url(https://www.tourboxtech.com/en/src/fourth_year/bar_email.png) no-repeat;
  background-size: 24px 24px;
}

/* s8 */
.section8 {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 780px;
  width: 1920px;
  padding-top: 40px;
  transform: translate(-50%, -50%);
  background: url(https://www.tourboxtech.com/en/src/fourth_year/s8-bg.png) no-repeat;
  background-size: 100% 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.section8 .index {
  width: 1500px;
  margin: 0 auto;
  padding-top: 80px;
  display: flex;
}

.section8 .index .left {
  position: relative;
  width: 698px;
  height: 582px;
}

.section8 .index .left .social-box {
  text-align: center;
  margin-bottom: 22px;
}

.section8 .index .left .social-tab {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 12px auto;
}

.section8 .index .left .social-box .social-icon {
  width: 90px;
  height: 34px;
  margin: 0 5px;
  text-align: center;
  border: 1px solid #004AEF;
  border-radius: 4px;
  line-height: 34px;
  color: #000;
  background-color: #fff;
  cursor: pointer;
}

.section8 .index .left .social-box .social-icon:hover {
  color: #fff;
  background-color: #004AEF;
}

.section8 .index .left .social-box .active {
  width: 90px;
  height: 34px;
  margin: 0 5px;
  text-align: center;
  border: 1px solid #004AEF;
  border-radius: 4px;
  line-height: 34px;
  color: #fff;
  background-color: #004AEF;
  cursor: pointer;
}

/* .section8 .index .left .social-box .social-icon {
  width: 39px;
  height: 39px;
  cursor: pointer;
  margin-bottom: 8px;
  background-size: 39px 39px;
}

.section8 .index .left .social-box .social-icon:nth-child(1) {
  background-image: url(https://www.tourboxtech.com/en/src/fourth_year/social_Twitter.png);
}

.section8 .index .left .social-box .social-icon:nth-child(2) {
  background-image: url(https://www.tourboxtech.com/en/src/fourth_year/social_instagram.png);
}

.section8 .index .left .social-box .social-icon:nth-child(3) {
  background-image: url(https://www.tourboxtech.com/en/src/fourth_year/social_Facebook.png);
} */

.section8 .index .left .bg {
  position: absolute;
  left: 194px;
  width: 310px;
  height: 485px;
  margin: 0 auto;
  padding: 6px;
  border: 4px solid #004AEF;
  border-radius: 30px;
  z-index: 10;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

.section8 .index .left .bg .swiper-box {
  width: 100%;
  height: 100%;
  border-radius: 22px;
  overflow: hidden;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  -ms-border-radius: 22px;
  -o-border-radius: 22px;
}

.section8 .index .left .step {
  font-size: 16px;
  color: #fff;
  padding: 20px;
  margin: 0 auto;
  height: 465px;
}

.section8 .index .left .step .top-img {
  display: block;
  height: 44px;
  margin: 10px auto 30px auto;
}

.section8 .index .left .step .top-img-fs {
  display: block;
  height: 45px;
  margin: 10px auto 30px auto;
}

.section8 .index .left .step .item {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding: 12px;
  border: 1px solid #fff;
  border-radius: 6px;
  margin-bottom: 12px;
}

.section8 .index .left .step .item .item-num {
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
}

.section8 .index .left .step .item .item-des {
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
  text-align: center;
  margin-bottom: 14px;
}

.section8 .index .left .step .item .item-btn {
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  padding: 0 17.5px;
  border-radius: 4px;
  background-color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.section8 .index .left .tips {
  font-size: 12px;
  line-height: 14px;
  color: #7A7A7A;
}

.section8 .index .left .tw-bg {
  background: #1da1f2;
}

.section8 .index .left .ins-bg {
  background: linear-gradient(159.16deg, #9F0086 0%, #FD3D00 56.69%, #FFB800 100%);
}

.section8 .index .left .fb-bg {
  background: #359eff;
}

.section8 .index .left .bg2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 698px;
  height: 432px;
  background: url(https://www.tourboxtech.com/en/src/fourth_year/s8-bg2.png) no-repeat center center;
  background-size: 698px 432px;
  /* z-index: 1; */
}

.section8 .index .right {
  padding-left: 164px;
  padding-top: 96px;
}

/* watch video弹框 */
#video-modal {
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  display: none;
}

#video-modal .content {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1200px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

#video-modal .content #close-video {
  position: absolute;
  width: 30px;
  height: 30px;
  top: -30px;
  right: 0;
  background: url(https://www.tourboxtech.com/en/src/fourth_year/close.png) no-repeat center center;
  background-size: 17.5px 17.5px;
  cursor: pointer;
  z-index: 9999;
}

#video-modal .content .video2 {
  /* object-fit: fill; */
  width: 100%;
  border-radius: 6px;
  /* height: 758px; */
}

/* 中奖动画弹框 */
#auto-modal {
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  display: none;
}

#auto-modal .content {
  width: 100%;
  height: 100%;
}


#auto-modal .content #auto-video {
  object-fit: fill;
  width: 100%;
  /* height: 758px; */
}



/* 弹框2 */
.modal-common {
  position: fixed;
  z-index: 2001;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  vertical-align: middle;
  text-align: center;
  display: none;
}

.modal-common::after {
  content: "";
  display: inline-block;
  height: 100%;
  width: 0;
  vertical-align: middle;
}

.modal-common .content-box {
  display: inline-block;
  width: 590px;
  vertical-align: middle;
  background-color: #fff;
  border-radius: 20px;
  font-size: 18px;
  box-shadow: -15px 28px 38px rgba(0, 0, 0, 0.12);
  text-align: left;
  overflow: hidden;
  backface-visibility: hidden;
}

.modal-common .content-box .box-header {
  position: relative;
  background: #004AEF;
  padding: 32px 40px;
}

.modal-common .content-box .box-header .title {
  padding-left: 0;
  margin-bottom: 0;
  color: #fff;
  font-size: 26px;
  line-height: 1;
}

.modal-common .content-box .box-header .close-btn {
  position: absolute;
  top: 35px;
  right: 40px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background: url(https://www.tourboxtech.com/en/src/fourth_year/close2.png) no-repeat center center;
  background-size: 20px 20px;
}

.modal-common .content-box .box-content {
  padding: 40px;
  max-height: 500px;
}

.modal-common .content-box .over-scroll {
  overflow-y: scroll;
}

.modal-common .content-box .box-content .social-media {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 45px 0;
}

.modal-common .content-box .box-content .social-media li {
  padding: 0 20px;
}

.modal-common .content-box .box-content .social-media li a {
  display: block;
  width: 80px;
  height: 80px;
}

.modal-common .content-box .box-content .social-media .twitter {
  background: url(https://www.tourboxtech.com/en/src/fourth_year/social_Twitter_b.png);
  background-size: contain;
}

.modal-common .content-box .box-content .social-media .twitter:hover {
  background: url(https://www.tourboxtech.com/en/src/fourth_year/social_Twitter.png);
  background-size: contain;
}

.modal-common .content-box .box-content .social-media .ins {
  background: url(https://www.tourboxtech.com/en/src/fourth_year/social_instagram_b.png);
  background-size: contain;
}

.modal-common .content-box .box-content .social-media .ins:hover {
  background: url(https://www.tourboxtech.com/en/src/fourth_year/social_instagram.png);
  background-size: contain;
}

.modal-common .content-box .box-content .social-media .faceboox {
  background: url(https://www.tourboxtech.com/en/src/fourth_year/social_Facebook_b.png);
  background-size: contain;
}

.modal-common .content-box .box-content .social-media .faceboox:hover {
  background: url(https://www.tourboxtech.com/en/src/fourth_year/social_Facebook.png);
  background-size: contain;
}

.modal-common .content-box .box-content .rules {
  font-size: 20px;
  line-height: 23px;
  color: #020202;
  padding-left: 1em;
}

.modal-common .content-box .box-content .rules li {
  list-style: decimal;
  list-style: disc;
  margin-bottom: 12px;
}

.box-content .completed-title {
  padding-top: 20px;
  /* padding: 20px 10px 0 10px; */
  font-weight: 700;
  font-size: 26px;
  line-height: 30px;
  text-align: center;
  color: #020202;
  margin-bottom: 30px;
}

.box-content .description {
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 30px;
  /* text-align: center; */
}

.box-content .share-box {
  padding: 14px 0px;
  background-color: #f7f7f7;
  border-radius: 6px;
}

.box-content .share-box .share-t1 {
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  margin-bottom: 6px;
}

.box-content .share-box .share-list {
  display: flex;
  align-items: center;
  justify-content: center;
}

.box-content .share-box .share-list .share-item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0 15px;
}

.box-content .share-box .share-list .share-item .share-link {
  display: block;
  width: 50px;
  height: 50px;
}

.box-content .share-box .share-list .share-item span {
  font-size: 14px;
  line-height: 16px;
  color: #B3B3B3;
}

.box-content .share-box .share-list .share-item:nth-child(1) .share-link {
  background: url(https://www.tourboxtech.com/en/src/fourth_year/social_Facebook.png) no-repeat center center;
  background-size: 50px 50px;
}

.box-content .share-box .share-list .share-item:nth-child(2) .share-link {
  background: url(https://www.tourboxtech.com/en/src/fourth_year/social_Twitter.png) no-repeat center center;
  background-size: 50px 50px;
}

.box-content .share-box .share-list .share-item:nth-child(3) .share-link {
  background: url(https://www.tourboxtech.com/en/src/fourth_year/social_share.png) no-repeat center center;
  background-size: 56px 56px;
}

.question-list .question-item {
  margin-bottom: 40px;
}

.question-list .sort {
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
  color: #020202;
  margin-bottom: 8px;
}

.question-list .title {
  padding-left: 24px;
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  color: #020202;
  margin-bottom: 24px;
}

.question-list .last-question {
  padding: 0 24px;

}

.question-list .last-title {
  font-weight: 700;
  font-size: 26px;
  line-height: 30px;
  color: #020202;
  margin-bottom: 24px;
  padding-bottom: 20px;
}

.question-list .last-choice {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  margin-bottom: 20px;
  padding-bottom: 20px;
}



.question-list .choice-list {
  padding-left: 24px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.question-list .choice-name {
  font-size: 14px;
  line-height: 16px;
  color: #000000;
}

.choice-item {
  display: flex;
  flex-direction: row;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 12px;
}

.choice-item .tap {
  cursor: pointer;
}

.choice-item .half {
  min-width: 220px;
}

.choice-item .whole {
  min-width: 450px;
}

.paper-input {
  width: 425px;
  height: 40px;
  margin-top: 10px;
  background: #F8F8F8;
  border: 1px solid #D9D9D9;
  border-radius: 4px;
}

.mail-input {
  height: 32px;
  padding: 7px;
  font-size: 12px;
  color: #004AEF;
  background: #F8F8F8;
  border: 1px solid #004AEF;
  border-radius: 4px;
}

.sign-up-input {
  height: 40px;
  margin-right: 20px;
  background: #F8F8F8;
  border: 1px solid #D9D9D9;
  border-radius: 4px;
}

.sign-up-box {
  display: flex;
}

.sign-up-btn {
  width: 110px;
  height: 40px;
  color: #fff;
  font-size: 18px;
  line-height: 40px;
  background-color: #004aef;
  text-align: center;
  padding: 0 25px;
  border-radius: 4px;
  cursor: pointer;
}

.disable-btn {
  background: #7a7a7a;
  cursor: not-allowed;
}

/* checkbox */
input[type="checkbox"] {
  position: relative;
  background: #fff;
  -webkit-appearance: none;
  width: 10px;
  height: 10px;
  margin-right: 12px;
  cursor: pointer;
  user-select: none;
  border: 1px solid #000000;
}

input[type="checkbox"]:focus {
  outline: 0;
}

input[type="checkbox"]:checked {
  background: #fff;
}

input[type="checkbox"]:checked::after {
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  background: #004aef;
}

/* checkbox */

/* radio */
input[type="radio"] {
  position: relative;
  background: #fff;
  -webkit-appearance: none;
  width: 12px;
  height: 12px;
  margin-right: 12px;
  cursor: pointer;
  user-select: none;
  border: 1px solid #000000;
  border-radius: 50%;
}

input[type="radio"]:focus {
  outline: 0;
}

input[type="radio"]:checked {
  background: #fff;
}

input[type="radio"]:checked::after {
  display: block;
  width: 60%;
  height: 60%;
  content: '';
  border-radius: 50%;
  background: #004aef;
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/* checkbox */

.textarea {
  width: 425px;
  height: 180px;
  font-size: 16px;
  line-height: 24px;
  color: #3C3C3E;
  margin: 20px 0;
  padding: 9px 24px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  background-color: #f8f8f8;
  font-family: "Ubuntu-Regular", "Ubuntu-Light", "Avenir-Book", "Avenir Book", "Avenir", "PingFang SC", "Helvetica Neue", Helvetica, "Microsoft YaHei", Arial, sans-serif;
}

textarea::placeholder {
  color: #AFAFB4;
}

textarea::-webkit-textarea-placeholder {
  color: #AFAFB4;
}

textarea:-moz-placeholder {
  color: #AFAFB4;
}

textarea:-ms-textarea-placeholder {
  color: #AFAFB4;
}

.textarea-common:focus {
  border: 1px solid #004AFF;
  background-color: #fff;
}

.section8 .index .left .step {
  border-radius: 22px;
  overflow: hidden;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  -ms-border-radius: 22px;
  -o-border-radius: 22px;
}

.shop-btn {
  width: 161px;
  height: 44px;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 44px;
  color: #fff;
  background-color: #ffc328;
  border-radius: 4px;
  cursor: pointer;
  margin-top: 20px;
}

#footer .about-item>.iconfont {
  font-size: 25.6px;
}

/* mobile */
@media only screen and (max-width:979px) {

  /* main */
  .index-main {
    width: 100%;
    padding: .42rem 0 .2rem 0;
    margin: 0 0 0 0;
  }

  .pc-none {
    display: none;
  }

  .mobile-show {
    display: block !important;
  }

  /* 导航栏 */
  .navbar {
    display: none !important;
  }


  /* 导航栏-手机 */
  .navbar-mobile {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    background-color: #004aef;
    z-index: 57;
    display: none;
  }

  .nav-top {
    width: 100%;
    height: .44rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 .16rem;
  }

  .nav-select {
    position: fixed;
    top: 0.44rem;
    left: 0;
    right: 0;
    z-index: 56;
    width: 100vw;
    height: calc(100vh - 0.44rem);
    background-color: #1860ff;
    display: none;
  }

  .select-top {
    padding: .20rem 0;
  }

  .select-box {
    display: flex;
    flex-direction: column;
  }

  .select-box li {
    position: relative;
    height: .70rem;
    line-height: .70rem;
    font-size: .20rem;
    font-weight: 700;
    text-align: center;
    color: #fff;
    border-bottom: .01rem solid #0038FF;
  }

  .select-box li:last-child {
    border-bottom: 0;
  }

  .select-box .active {
    color: #FFC328;
  }

  .select-box .active::before {
    content: "";
    width: .265rem;
    height: .27rem;
    background: url(https://www.tourboxtech.com/en/src/fourth_year/Vector.png) no-repeat;
    background-size: .265rem .27rem;
    position: absolute;
    top: .22rem;
    left: .54rem;
  }

  .first-img {
    display: block;
    width: 2.56rem;
    height: .99rem;
    margin: 0 auto;
  }

  .select-img {
    width: 1.75rem;
    height: .29rem;
  }

  .down-arrow {
    width: .20rem;
  }

  .select-bottom {
    position: fixed;
    bottom: .60rem;
    left: 50%;
    transform: translateX(-50%);
  }

  .select-bottom .close-select {
    width: .22rem;
  }


  /* back-top */
  .back-top {
    bottom: .50rem;
    right: .04rem;
    width: .40rem;
    height: .40rem;
    /* font-size: .19rem; */
    box-shadow: 0 0 .06rem rgb(0 0 0 / 12%);
    z-index: 55;
  }

  /* s1 */
  .section1 {
    width: 100%;
    height: 6.3rem;
  }

  .section1 .focus-banner {
    position: relative;
    top: 0;
    left: 0;
    height: 6.30rem;
    width: 100%;
    background: url(https://www.tourboxtech.com/en/src/fourth_year/focus-banner-m.png) no-repeat;
    background-size: 3.75rem 6.30rem;
    transform: translate(0);
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
  }

  .section1 .focus-banner .video-text {
    top: 21%;
    left: 50%;
    min-width: 3rem;
    text-align: center;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

  .video-text .t1 {
    font-size: .40rem;
    line-height: .46rem;
    margin-bottom: .14rem;
  }

  .video-text .t2 {
    line-height: .18rem;
    font-size: .16rem;
    margin-bottom: .14rem;
  }

  .video-text .watch-btn {
    width: 1.24rem;
    height: .34rem;
    line-height: .34rem;
    font-size: .16rem;
    font-weight: 400;
    margin: 0 auto;
  }

  .video-text .shop-btn{
    width: 1.24rem;
    height: .34rem;
    line-height: .34rem;
    font-size: .16rem;
    font-weight: 400;
    margin: 0 auto;
    margin-top: .14rem;
  }

  /* s2 */
  .s2-bg-m .swiper-box {
    /* width: 100%; */
    height: 4.9rem;
    background: url(https://www.tourboxtech.com/en/src/fourth_year/s2-bg-m.png) no-repeat;
    background-size: 3.75rem 4.9rem;
  }

  .s2-bg-m .swiper-box .t1 {
    text-align: center;
    margin-top: .46rem;
    font-weight: 700;
    font-size: .16rem;
    line-height: .18rem;
    color: #99B0F6;
  }

  /* .swiper6 .swiper-slide {
    width: 72%;
  } */

  .swiper6 .item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: .04rem;
  }

  .swiper6 .item .title {
    max-width: 1.50rem;
    font-weight: 700;
    font-size: .22rem;
    line-height: .25rem;
    color: #004AEF;
    text-align: center;
    margin-bottom: .4rem;
  }

  .swiper6 .item .item-img {
    display: block;
    width: 2.9rem;
    height: 2.34rem;
  }

  /* swiper6 分页器左右按钮自定义 */
  .s2-bg-m .swiper6 .swiper-button-prev {
    width: .36rem;
    height: .36rem;
    left: .3rem;
    margin-top: .6rem;
    background-image: url(https://www.tourboxtech.com/en/src/fourth_year/s2-swp-left-btn.png);
    background-size: .36rem .36rem;
  }

  .s2-bg-m .swiper6 .swiper-button-next {
    width: .36rem;
    height: .36rem;
    right: .3rem;
    margin-top: .6rem;
    background-image: url(https://www.tourboxtech.com/en/src/fourth_year/s2-swp-right-btn.png);
    background-size: .36rem .36rem;
  }

  /* s3 */
  .section3 {
    width: 100%;
    padding-top: .6rem;
  }

  .section3 .index {
    flex-direction: column;
    margin-left: 0;
    padding: 0;
    /* margin-top: .6rem; */
  }

  .section3 .index .top {
    padding: 0 .28rem;
  }

  .section3 .index .top .t1 {
    font-weight: 700;
    font-size: .24rem;
    line-height: .28rem;
    margin-bottom: .02rem;
  }

  .section3 .index .top .t2 {
    font-weight: 700;
    font-size: .20rem;
    line-height: .23rem;
    color: #004AEF;
  }

  .section3 .left .sp-container {
    width: 100%;
  }

  .section3 .left .sp-container .sp-img {
    width: 100%;
    height: auto;
  }

  .section3 .center-m {
    padding: 0 .28rem;
  }

  .section3 .center-m .choose-box {
    display: flex;
    justify-content: space-between;
  }

  .section3 .right,
  .left {
    flex: none;
  }

  .section3 .center-m .time-title {
    margin-top: .1rem;
    font-weight: 700;
    font-size: .16rem;
    line-height: .18rem;
    color: #004AEF;
    text-align: center;
    margin-bottom: .04rem;
  }

  .section3 .center-m .countdown {
    font-weight: 400;
    font-size: .16rem;
    line-height: .18rem;
    color: #7A7A7A;
    text-align: center;
  }

  .section3 .center-m .btn {
    display: inline-block;
    min-width: 1.52rem;
    /* width: 1.50rem; */
    /* height: .38rem; */
    padding: .11rem .07rem;
    /* line-height: .38rem; */
    color: #fff;
    background-color: #004aef;
    text-align: center;
    border-radius: .04rem;
    font-size: .14rem;
    font-weight: 700;
  }

  .section3 .center-m .disabled {
    background-color: #7a7a7a;
  }

  .section3 .right .time-title {
    color: #000;
  }

  .center-m .rules-box {
    position: relative;
    margin: .22rem auto .7rem auto;
    padding: .16rem;
    background-color: #f3f3f3;
    border-radius: .06rem;
    color: #7A7A7A;
  }

  .center-m .rules-box .triangle1 {
    position: absolute;
    top: -.10rem;
    left: .70rem;
    width: .20rem;
    height: .20rem;
    background-color: #ecf2fe;
    transform: rotateZ(45deg);
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
  }

  .center-m .rules-box .triangle2 {
    position: absolute;
    top: -.10rem;
    right: .70rem;
    width: .20rem;
    height: .20rem;
    background-color: #ecf2fe;
    transform: rotateZ(45deg);
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
  }

  .center-m .active {
    color: #004AEF;
    background-color: #ecf2fe;
  }

  .center-m .rules-box .rules-title {
    font-weight: 700;
    font-size: .20rem;
    line-height: .23rem;
    margin-bottom: .12rem;
  }

  .center-m .rules-box .rules-detail {
    padding-left: 1em;
    color: #7A7A7A;
    /* margin-bottom: .28rem; */
  }

  .center-m .rules-box .rules-detail li {
    list-style: decimal;
    font-weight: 400;
    font-size: .15rem;
    line-height: .20rem;
  }

  .other-link-m .search-icon {
    width: .16rem;
    margin-right: .04rem;
    margin-bottom: .02rem;
  }

  .other-link-m a {
    font-size: .15rem;
  }


  /* 弹框 */
  .modal-common {
    height: 100vh;
    width: 100vw;
  }

  .modal-common .content-box {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 0;
  }

  .modal-common .content-box .box-header {
    height: .44rem;
    padding: 0;
  }

  .modal-common .content-box .box-header .title {
    font-size: .2rem;
    line-height: .44rem;
    padding-right: .30rem;
    text-align: right;
  }

  .modal-common .content-box .box-header .close-btn {
    top: .12rem;
    left: .18rem;
    background: url(https://www.tourboxtech.com/en/src/fourth_year/arrow_back_ios.png) no-repeat center center;
    background-size: .10rem .17rem;
  }

  .modal-common .content-box .box-content {
    padding: .30rem .28rem;
    max-height: 90vh;
  }

  .question-list {
    padding-bottom: 4rem;
  }

  .question-list .sort {
    font-size: .28rem;
    line-height: .32rem;
    color: #B3B3B3;
  }

  .question-list .title {
    padding-left: 0;
    font-size: .18rem;
    line-height: .21rem;
    margin-bottom: .1rem;
  }

  .question-list .choice-list {
    padding-left: 0;
  }

  .question-list .question-item {
    margin-bottom: .4rem;
  }

  .question-list .choice-name {
    font-size: .14rem;
    line-height: .15rem;
  }

  .choice-item .whole {
    min-width: 80vw;
    display: flex;
    align-items: center;
  }

  .choice-item .half {
    min-width: 42vw;
  }

  .sign-up-btn {
    width: .70rem;
    height: .40rem;
    color: #fff;
    font-size: .13rem;
    line-height: .40rem;
    background-color: #004aef;
    text-align: center;
    padding: 0 .10rem;
    border-radius: 0 .04rem .04rem 0;
    cursor: pointer;
  }

  .disable-btn {
    background: #7a7a7a;
    cursor: not-allowed;
  }

  /* 输入框公共样式 */
  .input-common {
    display: block;
    height: .30rem;
    background: #FFFFFF;
    border: .01rem solid #e0e0e0;
    border-radius: .04rem;
    padding: .09rem;
    font-size: .16rem;
    line-height: .20rem;
    color: #3C3C3E;
  }

  .paper-input {
    width: 86vw;
    height: .4rem;
    margin-top: .10rem;
    background: #F8F8F8;
  }

  .sign-up-input {
    height: .40rem;
    border: .01rem solid #D9D9D9;
    border-radius: .04rem 0 0 .04rem;
    margin-right: 0;
  }

  .textarea {
    width: 85vw;
    height: 1.80rem;
    font-size: .16rem;
    line-height: .24rem;
    margin: .12rem 0;
    padding: .09rem;
    border: .01rem solid #e0e0e0;
    border-radius: .04rem;
    color: #3C3C3E;
  }

  .question-list .last-question {
    padding: 0;
  }

  .question-list .last-title {
    font-size: .24rem;
    line-height: .28rem;
    color: #020202;
    margin-bottom: .2rem;
    padding-bottom: 0;
  }

  .question-list .last-title .t1 {
    margin-bottom: .06rem;
  }

  .question-list .last-title .t2 {
    font-size: .18rem;
    line-height: .21rem;
  }

  input[type="checkbox"] {
    min-width: 0.18rem;
    height: .18rem;
    margin-right: .12rem;
    vertical-align: bottom;
  }

  input[type="radio"] {
    width: .18rem;
    height: .18rem;
    margin-right: .12rem;
  }

  .share-tips {
    margin: .6rem auto 0 auto;
    padding: 0 .54rem;
    text-align: center;
    font-size: .18rem;
    line-height: .21rem;
  }

  .modal-common .content-box .box-content .social-media {
    flex-direction: column;
    padding: 0;
  }

  .modal-common .content-box .box-content .social-media li {
    padding: .25rem 0;
  }

  .modal-common .content-box .box-content .social-media .twitter {
    background: url(https://www.tourboxtech.com/en/src/fourth_year/social_Twitter.png);
    background-size: contain;
  }

  .modal-common .content-box .box-content .social-media .ins {
    background: url(https://www.tourboxtech.com/en/src/fourth_year/social_instagram.png);
    background-size: contain;
  }

  .modal-common .content-box .box-content .social-media .faceboox {
    background: url(https://www.tourboxtech.com/en/src/fourth_year/social_Facebook.png);
    background-size: contain;
  }

  /* s4 */
  .section4 {
    position: relative;
    height: 6.18rem;
    width: 100%;
  }

  .section4 .swiper-bg {
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    width: 100%;
    transform: translate(0);
  }

  .swiper5 .bg-img1 {
    height: 6.18rem;
    background-image: url(https://www.tourboxtech.com/en/src/fourth_year/video-bg-m.png);
    background-size: cover;
  }

  .swiper5 .bg-img2 {
    height: 6.18rem;
    background-image: url(https://www.tourboxtech.com/en/src/fourth_year/painting-bg-m.png);
    background-size: cover;
  }

  .swiper5 .bg-img3 {
    height: 6.18rem;
    background-image: url(https://www.tourboxtech.com/en/src/fourth_year/photo-bg-m.png);
    background-size: cover;
  }

  /* swiper2 视频轮播 */
  .section4 .index {
    position: absolute;
    top: 1.87rem;
    left: .08rem;
    width: 3.6rem;
    transform: translate(0);
    z-index: 9;
  }

  .section4 .index .swiper-box {
    width: 3.12rem;
    height: 1.72rem;
    border-radius: .04rem;
    overflow: hidden;
  }

  .section4 .index .video-box {
    width: 100%;
    height: 100%;
    border-radius: .04rem;
    overflow: hidden;
  }

  .section4 .index .sp-video {
    width: 100%;
    height: 100%;
    object-fit: fill;
  }


  /* swiper2 分页器左右按钮自定义 */
  .section4 .index .swiper-button-prev {
    width: .40rem;
    height: .40rem;
    left: 1rem;
    margin-top: -.10rem;
    background-image: url(https://www.tourboxtech.com/en/src/fourth_year/left-arrow.png);
    background-size: .40rem .40rem;
  }

  .section4 .index .swiper-button-next {
    width: .40rem;
    height: .40rem;
    right: 1rem;
    margin-top: -.10rem;
    background-image: url(https://www.tourboxtech.com/en/src/fourth_year/right-arrow.png);
    background-size: .40rem .40rem;
  }

  /* s5 */
  .s5-bg {
    position: static;
    width: 100%;
    height: auto;
  }

  .section5 {
    position: relative;
    width: 100%;
    height: auto;
    left: 0;
    top: 0;
    width: 100%;
    padding-top: .6rem;
    background: #fff;
    transform: translate(0);
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
  }

  .section5 .index {
    height: auto;
    width: 100%;
    margin: 0;
  }

  .section5 .index .t1 {
    font-weight: 700;
    font-size: .24rem;
    line-height: .28rem;
    margin-bottom: .02rem;
  }

  .section5 .index .t2 {
    font-size: .20rem;
    line-height: .23rem;
    margin-bottom: .12rem;
  }

  .section5 .index .t3 {
    max-width: 80vw;
    font-size: .14rem;
    line-height: .16rem;
    margin-bottom: .12rem;
  }

  .section5 .index .box2 {
    position: static;
    width: 100%;
    padding: 0 .28rem;
  }

  .section5 .index .box2 .t3 p:nth-child(3) {
    max-width: 2rem;
  }

  .section5 .index .box2 .btn {
    width: 1.57rem;
    height: .32rem;
    line-height: .32rem;
    background-color: #fff;
    font-size: .14rem;
    color: #004AEF;
    border: .01rem solid #004AEF;
    border-radius: .04rem;
    margin-top: .04rem;
  }

  .section5 .index .box1 {
    position: static;
    width: 100%;
    height: 3.55rem;
    background: url(https://www.tourboxtech.com/en/src/fourth_year/box1-bg-m.png) no-repeat .28rem -.72rem;
    background-size: 100%;
    background-size: 85%;
  }

  .section5 .index .box3 {
    position: static;
    width: 100%;
    padding: 0 0.28rem;
  }

  .section5 .index .box4 {
    position: static;
  }

  /* s6 */
  .s6-bg {
    height: auto;
  }

  .section6 {
    position: static;
    top: 0;
    left: 0;
    background: #fff;
    height: auto;
    width: 100%;
    margin-bottom: .2rem;
    transform: translate(0);
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
  }

  .section6 .index {
    /* position: relative; */
    width: 100%;
    left: 0;
    top: 0;
    background: #fff;
    transform: translate(0);
    display: block;
    padding: .22rem .28rem;
    margin: 0;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
  }

  .section6 .index .elit-box {
    width: 100%;
    margin-right: 0;
  }

  .section6 .index .title {
    display: inline-block;
    font-size: .20rem;
    line-height: .23rem;
    width: 2.20rem;
  }

  .section6 .index .more-link {
    display: inline-block;
    font-size: .14rem;
    line-height: .16rem;
    margin-top: .02rem;
    margin-bottom: 0;
    vertical-align: top;
  }

  .section6 .index .porduct-list {
    flex-direction: column;
  }

  .section6 .index .porduct-list li {
    position: relative;
    display: flex;
    flex-direction: row;
    position: relative;
    background: #F3F7FF;
    border: .01rem solid #E0E0E0;
    border-radius: .10rem;
    margin-bottom: .10rem;
    -webkit-border-radius: .10rem;
    -moz-border-radius: .10rem;
    -ms-border-radius: .10rem;
    -o-border-radius: .10rem;
  }

  .section6 .index .porduct-list .img-box {
    width: 1.24rem;
    height: 1.12rem;
    background: #FFFFFF;
    overflow: hidden;
    padding: 0;
    border: 0;
    border-radius: .10rem 0 0 .10rem;
    margin-bottom: 0;
    -webkit-border-radius: .10rem 0 0 .10rem;
    -moz-border-radius: .10rem 0 0 .10rem;
    -ms-border-radius: .10rem 0 0 .10rem;
    -o-border-radius: .10rem 0 0 .10rem;
  }

  .section6 .index .porduct-list .img-box .item-img {
    display: block;
    width: 1.20rem;
    height: 1.20rem;
    margin: 0;
  }

  .section6 .index .porduct-list .img-box .color-info {
    position: absolute;
    right: .50rem;
    top: .30rem;
    font-size: .16rem;
    line-height: .18rem;
    text-align: center;
    padding-bottom: .08rem;
    border-bottom: .01rem solid #E0E0E0;
  }

  .section6 .index .porduct-list .price-box {
    position: absolute;
    right: .74rem;
    bottom: .20rem;
    text-align: center;
    font-size: .16rem;
    line-height: .18rem;
    margin-bottom: .08rem;
  }

  .section6 .index .elit-box .porduct-list li:nth-child(3) .color-info {
    max-width: 1.50rem;
    right: .25rem;
    top: .12rem;
  }

  .section6 .index .elit-box .porduct-list li:nth-child(3) .price-box {
    right: .74rem;
  }

  .section6 .index .neo-box {
    padding-top: .4rem;
  }

  .section6 .index .neo-box .porduct-list .img-box .color-info {
    width: .8rem;
  }

  /* s7 */
  .s7-bg-m {
    height: 5.4rem;
    background: url(https://www.tourboxtech.com/en/src/fourth_year/s7-bg-m.png)no-repeat;
    background-size: 100% 5.4rem;
  }

  .s7-bg-m .play-box {
    padding-top: 1.2rem;
    padding-left: .28rem;
  }

  .s7-bg-m .play-box .t1 {
    font-weight: 700;
    font-size: .24rem;
    line-height: .28rem;
    margin-bottom: .02rem;
  }

  .s7-bg-m .play-box .t2 {
    font-weight: 700;
    font-size: .20rem;
    line-height: .23rem;
    margin-bottom: .12rem;
    color: #004AEF;
    max-width: 1.6rem;
  }

  .s7-bg-m .play-box .t3 {
    max-width: 80vw;
    font-size: .14rem;
    line-height: .16rem;
    margin-bottom: .12rem;
    color: #7A7A7A;
  }

  .s7-bg-m .play-box .play-btn {
    width: 1rem;
    height: .30rem;
    line-height: .30rem;
    text-align: center;
    background: #004AEF;
    border-radius: .04rem;
    color: #fff;
    font-weight: 700;
    font-size: .14rem;
    padding: 0 .12rem;
    -webkit-border-radius: .04rem;
    -moz-border-radius: .04rem;
    -ms-border-radius: .04rem;
    -o-border-radius: .04rem;
  }

  /* s8 */
  .s8-bg {
    padding-top: .20rem;
    background: #fff;
    height: auto;
    padding-bottom: .4rem;
  }

  .section8 .index .left .bg .swiper-box {
    border-radius: .22rem;
    overflow: hidden;
    -webkit-border-radius: .22rem;
    -moz-border-radius: .22rem;
    -ms-border-radius: .22rem;
    -o-border-radius: .22rem;
  }

  .section8 .index .left .bg .swiper-box .swiper3 {
    border-radius: .22rem;
  }

  .section8 .index .left .step {
    border-radius: .22rem;
    overflow: hidden;
  }

  .section8 {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    padding-top: 0;
    transform: translate(0);
    background: #fff;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
  }

  .section8 .index {
    width: 100%;
    padding-top: 0;
    display: block;
  }

  .section8 .index .left {
    width: 100%;
    height: auto;
  }

  .section8 .index .left .bg {
    position: static;
  }

  .section8 .index .left .home-btn {
    width: .40rem;
    height: .40rem;
    border-radius: 50%;
    border: .01rem solid #004aef;
    margin: 0 auto;
    margin-bottom: .04rem;
    background-color: #FFF;
    background-image: url(https://www.tourboxtech.com/en/src/fourth_year/home-btn1.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: .175rem .1972rem;
  }

  .section8 .index .left>.active {
    background-color: #004aef;
    background-image: url(https://www.tourboxtech.com/en/src/fourth_year/home-btn2.png);
  }

  .step .home-page {
    text-align: center;
  }

  .step .t1 {
    font-weight: 700;
    font-size: .24rem;
    line-height: .28rem;
    color: #000;
    margin-bottom: .02rem;
  }

  .step .sub-title {
    font-weight: 700;
    font-size: .20rem;
    line-height: .23rem;
    color: #004AEF;
    margin-bottom: .1rem;
  }

  .step .rule-title {
    font-weight: 700;
    font-size: .20rem;
    line-height: .23rem;
    color: #000;
  }

  .step .rule-detail li {
    list-style: none;
    margin-bottom: .2rem;
  }

  .step .rule-detail .item-num {
    font-weight: 700;
    font-size: .20rem;
    line-height: .23rem;
    text-align: center;
    margin-bottom: .04rem;
  }

  /* watch video弹框 */
  #video-modal .content {
    width: 100%;
    padding: 0 .2rem;
  }

  #video-modal .content #close-video {
    width: .30rem;
    height: .30rem;
    top: -.30rem;
    right: .15rem;
    background-size: .175rem .175rem;
  }

  #video-modal .content .video2 {
    /* object-fit: fill; */
    width: 100%;
  }

  /* 抽奖弹框 */
  #wheel-modal .content-box {
    overflow-x: hidden;
    overflow-y: auto;
  }

  #wheel-modal .wheel-mobile {
    position: relative;
    width: 3.75rem;
    height: 6.38rem;
    background: url(https://www.tourboxtech.com/en/src/fourth_year/wheel-bg-m.png) no-repeat;
    background-size: cover;
  }

  #wheel-modal .wheel-rules {
    margin: .22rem .28rem;
    margin-bottom: 1rem;
    padding: .20rem 0;
    padding-left: .12rem;
    border: .01rem dashed #ABABAB;
    border-radius: .08rem;
    -webkit-border-radius: .08rem;
    -moz-border-radius: .08rem;
    -ms-border-radius: .08rem;
    -o-border-radius: .08rem;
  }

  #wheel-modal .wheel-rules .wheel-rules-detail {
    font-size: .14rem;
    line-height: .16rem;
    padding-left: 1em;
    color: #ABABAB;
  }

  .wheel-mobile .chance-tip {
    font-weight: 700;
    font-size: .14rem;
    line-height: .16rem;
    text-transform: uppercase;
    color: #004AEF;
    text-align: center;
    padding-top: .37rem;
  }

  #wheel-m {
    position: absolute;
    top: .89rem;
    left: .41rem;
    width: 2.94rem;
    height: 2.94rem;
    background: url(https://www.tourboxtech.com/en/src/fourth_year/wheel-m.png) no-repeat center center;
    background-size: 2.94rem 2.94rem;
    transition: transform 3s cubic-bezier(.2, .93, .43, 1);
  }

  .wheel-start {
    position: absolute;
    top: 1.95rem;
    left: 1.46rem;
    width: .85rem;
    height: .85rem;
    background: url(https://www.tourboxtech.com/en/src/fourth_year/wheel-start-m.png) no-repeat center center;
    background-size: .85rem .85rem;
  }

  .prizes-box {
    margin-top: .40rem;
    color: #004AEF;
  }

  .prizes-box .prizes-list {
    text-align: center;
    margin-top: -.09rem;
    /* display: none; */
  }

  .prizes-box .prizes-list .title {
    font-weight: 700;
    font-size: .18rem;
    line-height: .21rem;
    margin-bottom: .06rem;
  }

  .prizes-box .prizes-list .wish {
    font-size: .12rem;
    line-height: .14rem;
  }

  .prizes-result {
    display: none;
  }

  .prizes-result .index {
    display: flex;
    max-width: 3.25rem;
  }

  .prizes-result .box-left {
    margin-right: .12rem;
    padding-left: .35rem;
  }

  .prizes-result .box-right {
    max-width: 2.00rem;
  }

  .prizes-result .box-right .result {
    font-weight: 700;
    font-size: .14rem;
    line-height: .16rem;
    margin-bottom: .04rem;
  }

  .prizes-result .box-right .des {
    font-size: .12rem;
    line-height: .14rem;
    margin-bottom: .04rem;
  }

  .prizes-result .box-right .error-tips {
    font-size: .12rem;
    margin: .03rem 0 .05rem 0;
  }

  .prizes-result .box-right .input-box {
    width: 1.98rem;
  }

  .mail-input {
    height: .256rem;
    font-size: .12rem;
    color: #004AEF;
  }

  .award-img {
    width: .90rem;
    height: .90rem;
    border-radius: 50%;
    border: .01rem solid #004aef;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
  }

  .select-btn {
    position: absolute;
    top: .02rem;
    right: .02rem;
    width: .22rem;
    height: .22rem;
    cursor: pointer;
    background: url(https://www.tourboxtech.com/en/src/fourth_year/bar_email.png) no-repeat;
    background-size: .22rem .22rem;
  }

  .bottom-btn {
    width: 1.02rem;
    height: .52rem;
    /* background-image: url(https://www.tourboxtech.com/en/src/fourth_year/start-native-m.png);
    background-repeat: no-repeat;
    background-size: 1.02rem .52rem; */
    margin: 0 auto;
    margin-top: 3.64rem;
  }

  .wheel-rules-detail li {
    list-style: decimal;
  }

  #question-modal .box-header .title {
    font-size: .18rem;
  }

  .section8 .other-link {
    font-size: .16rem;
    margin-top: 0rem;
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .section8 .other-link .search-icon {
    width: .2rem;
    height: .2rem;
  }

  /* 中奖动画 */
  #auto-modal .content #auto-video {
    object-fit: fill;
    /* width: 100%; */
    height: 100%;
  }

}