.container {
  padding: 0;
}
.row {
  margin: 0;
}
p {
  padding: 0;
  margin: 0;
}
a:active,
a:hover {
  outline: 0;
  text-decoration: none;
}
.btn {
  border: none;
}
.arrow-wrap {
  position: relative;
}
.arrow-wrap .line {
  width: 86px;
  height: 2px;
  background-image: linear-gradient(to right, rgba(253, 67, 33, 0), #fd4321);
}
.arrow-wrap .border-box {
  width: 12px;
  height: 12px;
  border: 3px solid #fd4321;
  border-color: #fd4321 transparent transparent #fd4321;
  transform: rotate(-45deg);
  position: absolute;
  right: -12px;
  top: -5px;
}
.arrow-wrap.arrow-right {
  transform: rotate(180deg);
}
.arrow-wrap.arrow-white .line {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff);
}
.arrow-wrap.arrow-white .border-box {
  border-color: #fff transparent transparent #fff;
}
.header {
  height: 100px;
  position: relative;
  z-index: 1000;
}
.header .header-left {
  margin-top: 22px;
  max-width: 100%;
}
.header .header-right {
  float: right;
  margin-top: 32px;
}
.header .header-code {
  float: right;
  font-size: 18px;
  color: #343434;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 100%;
}
.header .header-code .icon-wrap {
  position: relative;
}
.header .header-code .icon-wrap:hover .icon-wechat {
  opacity: 1;
}
.header .header-code .icon-wechat {
  display: block;
  width: 34px;
  height: 28px;
  background: url(../images/icon-wechat.png) no-repeat center;
  margin-right: 20px;
  opacity: 0.6;
  cursor: pointer;
}
.header .header-code .code-wrap {
  position: absolute;
  top: 26px;
  left: -66px;
  width: 162px;
  display: none;
}
.header .header-code .code-wrap img {
  width: 100%;
  margin-top: 12px;
}
.banner-top-wrap {
  background-color: #f75438;
}
.banner-top-wrap .banner-top {
  max-width: 1920px;
  height: 540px;
  background: #f75438 url(../images/banner-top.png) no-repeat center;
  background-size: cover;
  margin: 0 auto;
}
.banner-top-wrap .m_banner_img {
  max-width: 100%;
}
.title-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.title-wrap .title {
  font-size: 45px;
  color: #333;
  font-weight: bold;
  line-height: 1.9;
  margin: 0 76px;
  letter-spacing: 8px;
}
.title-wrap.white .title {
  color: #fff;
}
.des {
  font-size: 22px;
  color: #999;
  text-align: center;
  line-height: 1.6;
}
.des.white {
  color: rgba(255, 255, 255, 0.5);
}
.content-a {
  padding: 0 0 100px;
}
.content-a .row-box {
  width: 100%;
  border-radius: 25px;
  padding: 50px 0 0;
  text-align: center;
  box-shadow: 1px 1px 16px 2px rgba(0, 0, 0, 0.2);
  position: relative;
  top: -50px;
  background-color: #fff;
  margin-bottom: 25px;
}
.content-a .row-box .days-wrap {
  font-size: 35px;
  color: #f92612;
  font-weight: bold;
}
.content-a .row-box .days-wrap .num-wrap span {
  color: #fff;
  display: inline-block;
  line-height: 1;
  padding: 10px;
  background-color: #ff7824;
  border-radius: 6px;
  margin-right: 10px;
}
.content-a .row-box .days-wrap .num-wrap span:first-child {
  margin-left: 10px;
}
.content-a .row-box .title-wrap {
  font-size: 35px;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 36px 0;
}
.content-a .row-box .title-wrap.tit-bottom {
  background-image: linear-gradient(to right, #f75d41, #f9854c);
  margin-top: 60px;
  border-radius: 0 0 25px 25px;
  position: relative;
}
.content-a .row-box .title-wrap.tit-bottom::before {
  content: "";
  width: 94%;
  height: 100%;
  border-radius: 10px;
  position: absolute;
  left: 3%;
  bottom: -12px;
  background-image: linear-gradient(to right, rgba(247, 93, 65, 0.25), rgba(249, 133, 76, 0.25));
  z-index: -1;
}
.content-a .row-box .title-wrap.tit-bottom::after {
  content: "";
  width: 88%;
  height: 100%;
  border-radius: 10px;
  position: absolute;
  left: 6%;
  bottom: -24px;
  background-image: linear-gradient(to right, rgba(247, 93, 65, 0.2), rgba(249, 133, 76, 0.2));
  z-index: -2;
}
.content-a .row-box .title-wrap .left {
  color: #fff;
  font-weight: bold;
}
.content-a .row-box .title-wrap .right {
  font-size: 20px;
  padding: 10px 20px;
  line-height: 1;
  background-color: #ffff00;
  color: #f33a2e;
  margin-left: 40px;
}
.content-a .row-box .title-wrap .title {
  font-size: 40px;
  letter-spacing: normal;
  line-height: 1.4;
}
.content-a .row-box .code-wrap {
  position: relative;
  margin: 0 auto;
  width: 320px;
  box-shadow: 1px 1px 16px 2px rgba(0, 0, 0, 0.2);
}
.content-a .row-box .code-wrap img {
  width: 100%;
}
.content-a .row-box .code-wrap .f-left,
.content-a .row-box .code-wrap .f-right {
  position: absolute;
  font-size: 16px;
  color: #000;
  line-height: 1;
  padding: 14px 16px;
  background-color: #f0f0f0;
  border-radius: 8px;
  white-space: nowrap;
}
.content-a .row-box .code-wrap .f-left::after,
.content-a .row-box .code-wrap .f-right::after {
  content: '';
  width: 12px;
  height: 9px;
  position: absolute;
  right: 8%;
  top: 100%;
  background: url(../images/point-left.png) no-repeat top center;
  background-size: cover;
}
.content-a .row-box .code-wrap .f-right::after {
  transform: rotateY(180deg);
  right: 88%;
}
.content-a .row-box .code-wrap .f-left {
  top: 12px;
  right: 128%;
}
.content-a .row-box .code-wrap .left-2 {
  top: 130px;
  right: 112%;
}
.content-a .row-box .code-wrap .left-3 {
  top: 260px;
  right: 116%;
}
.content-a .row-box .code-wrap .f-right {
  top: 24px;
  left: 112%;
}
.content-a .row-box .code-wrap .right-2 {
  top: 124px;
  left: 122%;
}
.content-a .row-box .code-wrap .right-3 {
  top: 224px;
  left: 136%;
}
.content-a .row-box .des-wrap {
  padding: 36px 150px 10px;
}
.content-a .row-box .des-wrap .des-tit {
  font-size: 28px;
  font-weight: bold;
  color: #000;
  line-height: 2.2;
}
.content-a .row-box .des-wrap .des {
  color: #000;
  text-align: left;
}
.content-a .pk-wrap {
  text-align: center;
  margin-top: 40px;
}
.content-a .pk-wrap img {
  max-width: 100%;
}
.content-a .detail-wrap {
  width: 100%;
  padding: 20px 40px;
  margin-top: 50px;
  font-size: 22px;
  color: #f35322;
  line-height: 1.6;
  background-color: #f35322;
  background-color: rgba(243, 83, 34, 0.1);
  border-radius: 20px;
}
.content-a .detail-wrap p:first-child {
  margin-bottom: 30px;
}
.content-a .row-1 {
  position: relative;
}
.content-a .float-right {
  position: fixed;
  right: 36px;
  bottom: 130px;
  z-index: 1;
  width: 160px;
  text-align: center;
  padding-top: 128px;
  background: url(../images/right-service.png) no-repeat top center;
}
.content-a .float-right .code-box {
  border-radius: 16px;
  background-color: #e5eaf0;
}
.content-a .float-right .code-box .title {
  display: inline-block;
  height: 36px;
  font-size: 18px;
  color: #fff;
  line-height: 36px;
  padding: 0 26px;
  border-radius: 18px;
  background-color: #3eaaf5;
  margin: 25px 0 20px;
}
.content-a .float-right .code-box img {
  width: 128px;
  margin-bottom: 15px;
}
.content-e {
  padding: 100px 0;
  background: #ff8040 url(../images/bg-build.jpg) no-repeat center;
  background-size: cover;
  text-align: center;
  margin: -10px 0 90px;
}
.content-e .row-1 p {
  font-size: 24px;
  color: #fff;
}
.content-e .row-1 .title {
  font-size: 35px;
  font-weight: bold;
  margin: 32px 0 40px;
}
.content-e .btn {
  display: inline-block;
  height: 84px;
  border-radius: 24px;
  font-size: 30px;
  font-weight: bold;
  color: #f75e41;
  line-height: 84px;
  padding: 0 100px;
  margin-top: 56px;
  background-color: #ffe9c0;
  box-shadow: 0px 10px 0px #ffcb69;
}
.content-b {
  padding: 50px 0 74px;
  background: #f35322 url(../images/bg-red.png) no-repeat center;
}
.content-b .row-2 {
  padding: 70px 70px 56px;
}
.content-b .row-2 .item {
  padding: 0 17px;
}
.content-b .row-2 .item .wrap {
  padding: 50px 30px 10px;
  height: 330px;
  background-color: #fff;
  position: relative;
}
.content-b .row-2 .item .wrap .top {
  position: absolute;
  left: 50%;
  top: -43px;
  width: 86px;
  height: 86px;
  border-radius: 50%;
  background-color: #ffb544;
  font-size: 40px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 86px;
  transform: translateX(-50%);
  background-image: linear-gradient(to bottom, #ffc050, #ffbe4d);
}
.content-b .row-2 .item .wrap .details {
  font-size: 19px;
  color: #f76d2d;
  line-height: 40px;
  text-indent: 30px;
}
.content-b .row-2 .item .wrap .details span {
  font-size: 35px;
}
.content-b .btn-wrap {
  text-align: center;
}
.content-b .btn {
  display: inline-block;
  height: 64px;
  border-radius: 32px;
  font-size: 26px;
  color: #fff;
  line-height: 64px;
  padding: 0 48px;
  background-color: #ffc048;
  background-image: linear-gradient(to right, #ffa941, #ffcf4d);
  text-shadow: 0px 3px 0px #e88714;
}
.banner-wrap img {
  width: 100%;
}
.banner-wrap.mid {
  background-color: #fed896;
  background-image: linear-gradient(to right, #fdd083, #fee2ae);
}
.banner-wrap.bottom {
  background-color: #bbe7fb;
  background-image: linear-gradient(to right, #a4dff8, #d1f0fd);
}
.content-v {
  padding-top: 80px;
}
.content-v .swiper-v-wrap {
  position: relative;
  user-select: none;
}
.content-v .swiper-v-wrap .swiper-button-next,
.content-v .swiper-v-wrap .swiper-button-prev {
  width: 18px;
  height: 30px;
  color: #f35322;
}
.content-v .swiper-v-wrap .swiper-button-next:focus,
.content-v .swiper-v-wrap .swiper-button-prev:focus {
  outline: none;
}
.content-v .swiper-v-wrap .swiper-button-next:after,
.content-v .swiper-v-wrap .swiper-button-prev:after {
  font-size: 30px;
  font-weight: bold;
}
.content-v .swiper-v-wrap .swiper-button-next {
  right: -36px;
}
.content-v .swiper-v-wrap .swiper-button-prev {
  left: -36px;
}
.content-v .swiper-v {
  margin: 55px 0 20px;
}
.content-v .swiper-v .swiper-slide {
  width: 300px;
  padding: 0 12px;
}
.content-v .swiper-v .swiper-slide img {
  width: 100%;
  cursor: pointer;
}
.popup-video {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
}
.popup-video .pop-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: -1;
}
.popup-video .video-wrap {
  width: 880px;
  position: relative;
  top: 25%;
  margin: 0 auto;
}
.popup-video .video-wrap:hover .v-close {
  display: block;
}
.popup-video .video-wrap video {
  width: 100%;
  max-height: 50vh;
  background-color: #000;
  outline: none;
}
.popup-video .video-wrap .v-close {
  width: 34px;
  height: 34px;
  position: absolute;
  top: -14px;
  right: -14px;
  background: url(../images/pop-close.png) no-repeat;
  background-color: #d2d2d2;
  background-color: rgba(210, 210, 210, 0.8);
  border-radius: 50%;
  display: none;
}
.content-c {
  padding: 70px 0 110px;
}
.content-c .row-1 {
  padding-top: 80px;
}
.content-c .row-1 .item {
  padding: 0 20px;
}
.content-c .row-1 .wrap {
  padding: 36px 16px 10px;
  height: 260px;
  background-color: #fff;
  position: relative;
  box-shadow: 2px 2px 8px 2px rgba(243, 83, 34, 0.2);
}
.content-c .row-1 .wrap .top {
  position: absolute;
  right: -14px;
  top: -14px;
  width: 50px;
  height: 50px;
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 50px;
  background-color: #f86a2d;
  background-image: linear-gradient(-54deg, #f35322, #ff8d3c);
}
.content-c .row-1 .wrap .details {
  font-size: 20px;
  color: #333;
  line-height: 1.8;
}
.content-c .row-1 .wrap .details .title {
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 14px;
}
.content-d {
  padding: 70px 0 120px;
}
.content-d .row-1 {
  padding-top: 76px;
}
.content-d .row-1 .wrap {
  position: relative;
  width: 190px;
  height: 190px;
  margin: 0 auto;
}
.content-d .row-1 .wrap .bg-wrap {
  border: 1px solid #fab39e;
  padding: 10px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  transform: rotate(-45deg);
}
.content-d .row-1 .wrap .bg-wrap.orange {
  border: 1px solid #fcd59d;
}
.content-d .row-1 .wrap .bg-wrap.orange .bg-inner {
  background-color: #f99e1f;
}
.content-d .row-1 .wrap .bg-wrap .bg-inner {
  width: 100%;
  height: 100%;
  background-color: #f35322;
}
.content-d .row-1 .wrap .bg-wrap .arrow {
  position: absolute;
  left: 42px;
  bottom: 42px;
  width: 20px;
  height: 20px;
  border: 2px solid #fff;
  border-color: transparent transparent #fff #fff;
}
.content-d .row-1 .wrap .details {
  font-size: 20px;
  color: #fff;
  line-height: 1.8;
  text-align: center;
  padding: 6px;
}
.content-d .row-1 .wrap .details .title {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.9;
}
.footer-code {
  text-align: center;
}
.footer-code .title {
  font-size: 55px;
  color: #fff;
  line-height: 2.5;
  letter-spacing: 8px;
  font-weight: bold;
}
.footer-code .font-img {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  height: 50px;
  font-size: 20px;
  color: #f35322;
  line-height: 50px;
  background-color: #fff;
  margin-bottom: 78px;
  box-shadow: inset 2px 3px 10px 2px rgba(243, 83, 34, 0.4);
  width: 100%;
  overflow: hidden;
}
.footer-code .font-img img {
  height: 30px;
  margin: 0 5px;
  vertical-align: top;
}
.footer-code .item {
  text-align: center;
}
.footer-code .item .code-title {
  display: inline-block;
  height: 50px;
  padding: 0 40px;
  font-size: 20px;
  color: #fff;
  line-height: 50px;
  border-radius: 25px;
  background-color: #ffc048;
  background-image: linear-gradient(to right, #ffa941, #ffcf4d);
  margin-top: 26px;
  text-shadow: 0px 2px 0px #e88714;
}
.footer-code .item .img-wrap img {
  width: 272px;
  max-width: 100%;
}
.footer-code .code-des {
  font-size: 18px;
  color: #fff;
  line-height: 2.2;
  margin-top: 44px;
  text-align: center;
  font-weight: lighter;
  letter-spacing: 5px;
}
@media (max-width: 1680px) {
  .content-a .float-right {
    display: none;
  }
}
@media (min-width: 1330px) {
  .content-v .swiper-v .swiper-slide img {
    width: 300px;
  }
  .content-a .row-box .title-wrap.tit-bottom {
    padding: 54px 0;
  }
}
@media (max-width: 1330px) {
  .banner-top-wrap .banner-top {
    height: 510px;
  }
  .content-a {
    padding: 0 0 80px;
  }
  .content-a .row-box {
    border-radius: 20px;
    top: -40px;
    margin-bottom: 20px;
  }
  .content-a .row-box .days-wrap {
    font-size: 30px;
  }
  .content-a .row-box .days-wrap .num-wrap span {
    padding: 8px;
    margin-right: 8px;
  }
  .content-a .row-box .days-wrap .num-wrap span:first-child {
    margin-left: 8px;
  }
  .content-a .row-box .title-wrap {
    font-size: 30px;
    padding: 30px 0;
  }
  .content-a .row-box .title-wrap.tit-bottom {
    margin-top: 48px;
    border-radius: 0 0 20px 20px;
  }
  .content-a .row-box .title-wrap .right {
    font-size: 16px;
    padding: 8px 16px;
    margin-left: 32px;
  }
  .content-a .row-box .title-wrap .title {
    font-size: 32px;
  }
  .content-a .row-box .code-wrap {
    width: 256px;
  }
  .content-a .row-box .code-wrap .f-left,
  .content-a .row-box .code-wrap .f-right {
    font-size: 13px;
    padding: 12px 14px;
    border-radius: 6px;
  }
  .content-a .row-box .code-wrap .f-left::after,
  .content-a .row-box .code-wrap .f-right::after {
    width: 10px;
    height: 7px;
  }
  .content-a .row-box .code-wrap .f-left {
    top: 10px;
    right: 120%;
  }
  .content-a .row-box .code-wrap .left-2 {
    top: 104px;
    right: 112%;
  }
  .content-a .row-box .code-wrap .left-3 {
    top: 200px;
    right: 108%;
  }
  .content-a .row-box .code-wrap .f-right {
    top: 16px;
    left: 112%;
  }
  .content-a .row-box .code-wrap .right-2 {
    top: 100px;
    left: 118%;
  }
  .content-a .row-box .code-wrap .right-3 {
    top: 180px;
    left: 130%;
  }
  .content-a .row-box .des-wrap {
    padding: 30px 120px 8px;
  }
  .content-a .row-box .des-wrap .des-tit {
    font-size: 24px;
  }
  .content-a .row-2 .title-wrap .title {
    margin: 0 30px;
  }
  .content-a .detail-wrap {
    margin-top: 40px;
  }
  .content-a .pk-wrap {
    margin-top: 32px;
  }
  .content-e {
    padding: 80px 0;
    margin: -8px 0 72px;
  }
  .content-e .row-1 p {
    font-size: 18px;
  }
  .content-e .row-1 .title {
    font-size: 28px;
    margin: 26px 0 32px;
  }
  .content-e .btn {
    height: 68px;
    border-radius: 20px;
    font-size: 24px;
    line-height: 68px;
    padding: 0 80px;
    margin-top: 44px;
  }
  .arrow-wrap .line {
    width: 70px;
  }
  .title-wrap .title {
    font-size: 36px;
    margin: 0 62px;
    letter-spacing: 6px;
  }
  .des {
    font-size: 18px;
  }
  .content-b {
    padding: 40px 0 60px;
  }
  .content-b .row-2 {
    padding: 56px 40px 42px;
  }
  .content-b .row-2 .item {
    padding: 0 15px;
  }
  .content-b .row-2 .item .wrap {
    padding: 40px 20px 8px;
    height: 280px;
  }
  .content-b .row-2 .item .wrap .top {
    top: -35px;
    width: 70px;
    height: 70px;
    font-size: 32px;
    line-height: 70px;
  }
  .content-b .row-2 .item .wrap .details {
    font-size: 16px;
    line-height: 32px;
    text-indent: 24px;
  }
  .content-b .row-2 .item .wrap .details span {
    font-size: 28px;
  }
  .content-b .btn {
    height: 52px;
    border-radius: 26px;
    font-size: 21px;
    line-height: 52px;
    padding: 0 40px;
  }
  .content-v {
    padding-top: 64px;
  }
  .content-v .swiper-v-wrap .swiper-button-next {
    right: -32px;
  }
  .content-v .swiper-v-wrap .swiper-button-prev {
    left: -32px;
  }
  .content-v .swiper-v {
    margin: 44px 0 16px;
  }
  .content-v .swiper-v .swiper-slide {
    width: 240px;
    padding: 0 10px;
  }
  .popup-video .video-wrap {
    width: 760px;
  }
  .content-c {
    padding: 56px 0 88px;
  }
  .content-c .row-1 {
    padding-top: 72px;
  }
  .content-c .row-1 .item {
    padding: 0 16px;
  }
  .content-c .row-1 .wrap {
    padding: 28px 12px 8px;
    height: 210px;
  }
  .content-c .row-1 .wrap .top {
    right: -12px;
    top: -12px;
    width: 40px;
    height: 40px;
    font-size: 24px;
    line-height: 40px;
  }
  .content-c .row-1 .wrap .details {
    font-size: 15px;
  }
  .content-c .row-1 .wrap .details .title {
    font-size: 17px;
    margin-bottom: 12px;
  }
  .content-d {
    padding: 56px 0 100px;
  }
  .content-d .row-1 {
    padding-top: 62px;
  }
  .content-d .row-1 .wrap {
    width: 156px;
    height: 156px;
  }
  .content-d .row-1 .wrap .bg-wrap {
    padding: 8px;
  }
  .content-d .row-1 .wrap .bg-wrap .arrow {
    left: 32px;
    bottom: 32px;
    width: 16px;
    height: 16px;
  }
  .content-d .row-1 .wrap .details {
    font-size: 16px;
    padding: 8px 6px 6px;
  }
  .content-d .row-1 .wrap .details .title {
    font-size: 22px;
  }
  .footer-code .title {
    font-size: 40px;
    letter-spacing: 6px;
  }
  .footer-code .font-img {
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    margin-bottom: 64px;
  }
  .footer-code .font-img img {
    height: 24px;
  }
  .footer-code .item .code-title {
    height: 40px;
    padding: 0 32px;
    font-size: 16px;
    line-height: 40px;
    border-radius: 20px;
    margin-top: 22px;
  }
  .footer-code .item .img-wrap img {
    width: 218px;
  }
  .footer-code .code-des {
    font-size: 14px;
    margin-top: 34px;
    letter-spacing: 4px;
  }
}
@media (max-width: 992px) {
  .content-a .row-box .title-wrap {
    font-size: 26px;
  }
  .content-a .row-box .title-wrap .right {
    margin-left: 4px;
  }
  .content-a .row-box .title-wrap .title {
    font-size: 26px;
  }
  .content-a .row-box .des-wrap {
    padding: 24px 100px 6px;
  }
  .content-a .row-box .des-wrap .des-tit {
    font-size: 22px;
  }
  .content-a .row-2 .title-wrap .title {
    font-size: 25px;
  }
  .content-a .detail-wrap {
    padding: 16px 30px;
    margin-top: 30px;
    font-size: 15px;
    border-radius: 16px;
  }
  .content-a .detail-wrap p:first-child {
    margin-bottom: 16px;
  }
  .content-e {
    padding: 64px 0;
    margin: -6px 0 56px;
  }
  .content-e .row-1 p {
    font-size: 16px;
  }
  .content-e .row-1 .title {
    font-size: 24px;
    margin: 20px 0 26px;
  }
  .content-e .btn {
    height: 56px;
    border-radius: 16px;
    font-size: 20px;
    line-height: 56px;
    padding: 0 64px;
    margin-top: 35px;
  }
  .title-wrap .title {
    font-size: 29px;
    margin: 0 50px;
    letter-spacing: 5px;
  }
  .des {
    font-size: 14px;
  }
  .content-b {
    padding: 32px 0 48px;
  }
  .content-b .row-2 {
    padding: 44px 32px 32px;
  }
  .content-b .row-2 .item {
    padding: 0 8px;
  }
  .content-b .row-2 .item .wrap {
    padding: 32px 10px 6px;
    height: 220px;
  }
  .content-b .row-2 .item .wrap .top {
    top: -28px;
    width: 56px;
    height: 56px;
    font-size: 26px;
    line-height: 56px;
  }
  .content-b .row-2 .item .wrap .details {
    font-size: 14px;
    line-height: 26px;
    text-indent: 22px;
  }
  .content-b .row-2 .item .wrap .details span {
    font-size: 22px;
  }
  .content-b .btn {
    height: 42px;
    border-radius: 21px;
    font-size: 17px;
    line-height: 42px;
    padding: 0 32px;
  }
  .content-v {
    padding-top: 50px;
  }
  .content-v .swiper-v-wrap .swiper-button-next,
  .content-v .swiper-v-wrap .swiper-button-prev {
    width: 14px;
    height: 24px;
  }
  .content-v .swiper-v-wrap .swiper-button-next:after,
  .content-v .swiper-v-wrap .swiper-button-prev:after {
    font-size: 24px;
  }
  .content-v .swiper-v-wrap .swiper-button-next {
    right: -26px;
  }
  .content-v .swiper-v-wrap .swiper-button-prev {
    left: -26px;
  }
  .content-v .swiper-v {
    margin: 35px 0 12px;
  }
  .content-v .swiper-v .swiper-slide {
    width: 192px;
    padding: 0 8px;
  }
  .popup-video .video-wrap {
    width: 600px;
  }
  .content-c {
    padding: 44px 0 70px;
  }
  .content-c .row-1 {
    padding-top: 58px;
  }
  .content-c .row-1 .item {
    padding: 0 10px;
  }
  .content-c .row-1 .wrap {
    padding: 22px 9px 6px;
    height: 174px;
  }
  .content-c .row-1 .wrap .top {
    right: -10px;
    top: -10px;
    width: 32px;
    height: 32px;
    font-size: 20px;
    line-height: 32px;
  }
  .content-c .row-1 .wrap .details {
    font-size: 13px;
    line-height: 1.7;
  }
  .content-c .row-1 .wrap .details .title {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .content-d {
    padding: 44px 0 80px;
  }
  .content-d .row-1 {
    padding-top: 50px;
  }
  .content-d .row-1 .wrap {
    width: 124px;
    height: 124px;
  }
  .content-d .row-1 .wrap .bg-wrap {
    padding: 6px;
  }
  .content-d .row-1 .wrap .bg-wrap .arrow {
    left: 26px;
    bottom: 26px;
    width: 13px;
    height: 13px;
  }
  .content-d .row-1 .wrap .details {
    font-size: 13px;
    padding: 8px 6px 6px;
  }
  .content-d .row-1 .wrap .details .title {
    font-size: 18px;
  }
  .footer-code .title {
    font-size: 30px;
    letter-spacing: 5px;
  }
  .footer-code .font-img {
    height: 32px;
    font-size: 12px;
    line-height: 32px;
    margin-bottom: 50px;
  }
  .footer-code .font-img img {
    height: 32px;
  }
  .footer-code .item .code-title {
    height: 32px;
    padding: 0 26px;
    font-size: 14px;
    line-height: 32px;
    border-radius: 16px;
    margin-top: 18px;
  }
  .footer-code .item .img-wrap img {
    width: 174px;
  }
  .footer-code .code-des {
    font-size: 13px;
    font-weight: normal;
    margin-top: 27px;
    letter-spacing: normal;
  }
}
@media (max-width: 768px) {
  .header {
    height: auto;
    padding: 10px 12px;
  }
  .header .header-left {
    margin-top: 0;
  }
  .content-a {
    padding: 0 10px 46px;
  }
  .content-a .des {
    padding: 0 18px;
  }
  .content-a .row-box {
    border-radius: 10px;
    padding: 20px 0 0px;
    top: -30px;
    margin-bottom: 0px;
  }
  .content-a .row-box .days-wrap {
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .content-a .row-box .days-wrap .num-wrap span {
    padding: 5px;
    margin-right: 5px;
    border-radius: 3px;
  }
  .content-a .row-box .days-wrap .num-wrap span:first-child {
    margin-left: 5px;
  }
  .content-a .row-box .title-wrap {
    font-size: 12px;
    padding: 16px 0;
  }
  .content-a .row-box .title-wrap.tit-bottom {
    margin-top: 24px;
    border-radius: 0 0 10px 10px;
  }
  .content-a .row-box .title-wrap.tit-bottom::before {
    border-radius: 6px;
    bottom: -8px;
  }
  .content-a .row-box .title-wrap.tit-bottom::after {
    border-radius: 6px;
    bottom: -16px;
  }
  .content-a .row-box .title-wrap .right {
    font-size: 12px;
    padding: 5px 7px;
    margin-left: 0px;
  }
  .content-a .row-box .title-wrap .title {
    font-size: 13px;
  }
  .content-a .row-box .code-wrap {
    width: 100px;
  }
  .content-a .row-box .code-wrap .f-left,
  .content-a .row-box .code-wrap .f-right {
    font-size: 10px;
    padding: 0px 4px;
    border-radius: 3px;
    height: 18px;
    line-height: 19px;
  }
  .content-a .row-box .code-wrap .f-left::after,
  .content-a .row-box .code-wrap .f-right::after {
    width: 7px;
    height: 5px;
  }
  .content-a .row-box .code-wrap .f-left {
    top: 7px;
    right: 106%;
  }
  .content-a .row-box .code-wrap .left-2 {
    top: 38px;
    right: 106%;
  }
  .content-a .row-box .code-wrap .left-3 {
    top: 70px;
    right: 106%;
  }
  .content-a .row-box .code-wrap .f-right {
    top: 4px;
    left: 106%;
  }
  .content-a .row-box .code-wrap .right-2 {
    top: 34px;
    left: 106%;
  }
  .content-a .row-box .code-wrap .right-3 {
    top: 66px;
    left: 106%;
  }
  .content-a .row-box .des-wrap {
    padding: 20px 20px 4px;
  }
  .content-a .row-box .des-wrap .des-tit {
    font-size: 12px;
  }
  .content-a .row-box .des-wrap .des {
    padding: 0;
  }
  .content-a .row-2 .title-wrap .title {
    font-size: 16px;
    margin: 2px 16px 0;
  }
  .content-a .pk-wrap {
    margin-top: 22px;
  }
  .content-e {
    padding: 24px 32px;
    margin: -30px 0 40px;
  }
  .content-e .row-1 p {
    font-size: 11px;
    text-align: left;
  }
  .content-e .row-1 .title {
    font-size: 14px;
    margin: 16px 0;
  }
  .content-e .btn {
    height: 28px;
    border-radius: 8px;
    font-size: 13px;
    line-height: 28px;
    padding: 0 14px;
    margin-top: 20px;
    box-shadow: 0px 4px 0px #ffcb69;
  }
  .title-wrap .title {
    font-size: 16px;
    margin: 4px 16px 0;
    letter-spacing: 1px;
  }
  .des {
    font-size: 12px;
    color: #333;
    text-align: left;
    margin-top: 4px;
    padding: 0 28px;
  }
  .des.white {
    color: #fff;
  }
  .arrow-wrap .line {
    width: 32px;
    height: 1px;
  }
  .arrow-wrap .border-box {
    width: 10px;
    height: 10px;
    border-width: 2px;
    right: -10px;
    top: -4px;
  }
  .content-b {
    padding: 18px 0 36px;
  }
  .content-b .row-2 {
    padding: 38px 4px 0px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .content-b .row-2 .item-wrap {
    display: flex;
    flex-wrap: nowrap;
  }
  .content-b .row-2 .item {
    padding: 0 8px;
  }
  .content-b .row-2 .item .wrap {
    padding: 28px 14px 6px;
    height: 160px;
    width: 220px;
  }
  .content-b .row-2 .item .wrap .top {
    top: -28px;
    width: 56px;
    height: 56px;
    font-size: 26px;
    line-height: 56px;
  }
  .content-b .row-2 .item .wrap .details {
    font-size: 12px;
    line-height: 22px;
    text-indent: 20px;
  }
  .content-b .row-2 .item .wrap .details span {
    font-size: 20px;
  }
  .content-c {
    padding: 30px 0;
  }
  .content-c .des {
    text-align: center;
  }
  .content-c .row-1 {
    padding-top: 30px;
    padding-bottom: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .content-c .row-1 .item-wrap {
    display: flex;
    flex-wrap: nowrap;
  }
  .content-c .row-1 .item {
    padding: 0 8px;
  }
  .content-c .row-1 .wrap {
    padding: 14px 8px 4px;
    height: 140px;
    width: 120px;
  }
  .content-c .row-1 .wrap .top {
    right: -7px;
    top: -7px;
    width: 24px;
    height: 24px;
    font-size: 15px;
    line-height: 24px;
  }
  .content-c .row-1 .wrap .details {
    font-size: 12px;
    line-height: 1.5;
  }
  .content-c .row-1 .wrap .details .title {
    font-size: 13px;
    margin-bottom: 4px;
    margin-top: 4px;
    line-height: 1.6;
  }
  .content-d {
    padding: 30px 0 0px;
  }
  .content-d .row-1 {
    padding: 40px 15px 0;
  }
  .content-d .row-1 .wrap {
    width: 100px;
    height: 100px;
    margin-bottom: 54px;
  }
  .content-d .row-1 .wrap .bg-wrap {
    padding: 5px;
  }
  .content-d .row-1 .wrap .bg-wrap.bg-3 {
    border: 1px solid #fcd59d;
  }
  .content-d .row-1 .wrap .bg-wrap.bg-3 .bg-inner {
    background-color: #f99e1f;
  }
  .content-d .row-1 .wrap .bg-wrap.bg-4 {
    border: 1px solid #fab39e;
  }
  .content-d .row-1 .wrap .bg-wrap.bg-4 .bg-inner {
    background-color: #f35322;
  }
  .content-d .row-1 .wrap .bg-wrap .arrow {
    left: 23px;
    bottom: 23px;
    width: 9px;
    height: 9px;
  }
  .content-d .row-1 .wrap .details {
    font-size: 12px;
    padding: 8px 6px 6px;
    line-height: 1.46;
  }
  .content-d .row-1 .wrap .details .title {
    font-size: 14px;
    line-height: 1.8;
  }
  .footer-code .title {
    font-size: 16px;
    letter-spacing: 0px;
  }
  .footer-code .font-img {
    height: 26px;
    font-size: 10px;
    line-height: 26px;
    margin-bottom: 24px;
    width: calc(100% - 30px);
    margin-left: auto;
    margin-right: auto;
    box-shadow: inset 1px 1px 6px 2px rgba(243, 83, 34, 0.4);
  }
  .footer-code .font-img img {
    height: 26px;
  }
  .footer-code .item {
    padding: 0 10px;
  }
  .footer-code .item .code-title {
    height: 20px;
    padding: 0 6px;
    font-size: 11px;
    line-height: 21px;
    border-radius: 10px;
    margin-top: 11px;
    color: #333;
    text-shadow: none;
  }
  .footer-code .item .img-wrap img {
    width: 90px;
  }
  .footer-code .code-des {
    font-size: 13px;
    font-weight: normal;
    margin-top: 20px;
    letter-spacing: normal;
    padding: 0 15px;
    line-height: 1.6;
    text-align: left;
  }
}
