@charset "utf-8";
.header-wrap .nav-top .logo {
  width: 10.6%;
  position: absolute;
  top: 50%;
  left: 1.7%;
  -webkit-transform: translatey(-50%);
     -moz-transform: translatey(-50%);
      -ms-transform: translatey(-50%);
       -o-transform: translatey(-50%);
          transform: translatey(-50%);
}
.header-wrap .nav-top .logo:last-of-type {
  width: 12.3%;
  right: 1.7%;
  left: auto;
}
.header-wrap .nav-top .nav-center .nav-li a {
  padding: 0 0.26rem;
}

#cookie-pop {
  position: absolute;
  width: 100%;
}

#mainform {
  overflow: visible !important;
}

.content-body .sticky-module {
  height: 100vh;
}
.content-body .sticky-module .sticky-main .sticky-box {
  height: 100vh;
}
.content-body .section1 .kv-swiper {
  width: 100%;
  height: 624px;
  overflow: hidden;
  position: relative;
}
.content-body .section1 .kv-swiper .swiper-slide .img-wrap {
  width: 100%;
  height: auto;
}
.content-body .section1 .kv-swiper .swiper-slide .img-wrap img, .content-body .section1 .kv-swiper .swiper-slide .img-wrap canvas {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.content-body .section1 .kv-swiper .swiper-slide .link-btn {
  width: 1.7rem;
  height: 0.54rem;
  line-height: 0.54rem;
  display: block;
  color: #fff;
  border: 2px solid #fff;
  margin: 0.2rem auto 0;
  border-radius: 0.3rem;
  font-size: 0.18rem;
  text-align: center;
  position: relative;
  -webkit-transition: none;
  -o-transition: none;
  -moz-transition: none;
  transition: none;
  overflow: hidden;
}
.content-body .section1 .kv-swiper .swiper-slide .link-btn::before {
  z-index: -1;
  position: absolute;
  top: 0;
  width: 0%;
  left: 0;
  bottom: 0;
  border-radius: 0.3rem;
  content: "";
  background-color: #fff;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.content-body .section1 .kv-swiper .swiper-slide .link-btn:hover {
  color: #000;
}
.content-body .section1 .kv-swiper .swiper-slide .link-btn:hover::before {
  width: 100%;
}
.content-body .section1 .kv-swiper .swiper-slide .link-btn:hover .link-img-b {
  opacity: 1 !important;
}
.content-body .section1 .kv-swiper .swiper-slide .link-btn .link-img {
  width: 0.23rem;
  height: 0.2rem;
  margin-left: 5px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.content-body .section1 .kv-swiper .swiper-slide .link-btn .link-img img {
  width: 0.23rem;
  height: 0.2rem;
  -webkit-transform: none;
     -moz-transform: none;
      -ms-transform: none;
       -o-transform: none;
          transform: none;
  position: static;
}
.content-body .section1 .kv-swiper .swiper-slide .link-btn .link-img img.link-img-b {
  width: 0.23rem;
  height: 0.2rem;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.content-body .section1 .kv-swiper .swiper-slide .text-title h2 {
  margin-top: 1.4rem;
}
.content-body .section1 .kv-swiper .swiper-slide .text-title p {
  margin-top: 0.25rem;
}
.content-body .section2 {
  position: relative;
}
.content-body .section2 #car-bg-swiper {
  height: 100%;
}
.content-body .section2 #car-bg-swiper img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  height: 100%;
}
.content-body .section2 .section-content {
  position: absolute;
  left: 50%;
  top: 55%;
  height: auto;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.content-body .section2 .section-content .section-title {
  padding: 0 0 0.3rem;
}
@-webkit-keyframes zhezhaodout {
  0% {
    -webkit-transform: translatex(-49%) translatey(0) scale(1);
            transform: translatex(-49%) translatey(0) scale(1);
    opacity: 1;
  }
  30% {
    -webkit-transform: translatex(-51%) translatey(-244%) scale(0.85);
            transform: translatex(-51%) translatey(-244%) scale(0.85);
    opacity: 0.7;
  }
  55% {
    -webkit-transform: translatex(-60%) translatey(-420%) scale(0.45);
            transform: translatex(-60%) translatey(-420%) scale(0.45);
    opacity: 0.5;
  }
  85% {
    -webkit-transform: translatex(-57%) translatey(-485%) scale(0.2);
            transform: translatex(-57%) translatey(-485%) scale(0.2);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translatex(-57%) translatey(-500%) scale(0);
            transform: translatex(-57%) translatey(-500%) scale(0);
    opacity: 0;
  }
}
@-moz-keyframes zhezhaodout {
  0% {
    -moz-transform: translatex(-49%) translatey(0) scale(1);
         transform: translatex(-49%) translatey(0) scale(1);
    opacity: 1;
  }
  30% {
    -moz-transform: translatex(-51%) translatey(-244%) scale(0.85);
         transform: translatex(-51%) translatey(-244%) scale(0.85);
    opacity: 0.7;
  }
  55% {
    -moz-transform: translatex(-60%) translatey(-420%) scale(0.45);
         transform: translatex(-60%) translatey(-420%) scale(0.45);
    opacity: 0.5;
  }
  85% {
    -moz-transform: translatex(-57%) translatey(-485%) scale(0.2);
         transform: translatex(-57%) translatey(-485%) scale(0.2);
    opacity: 0.2;
  }
  100% {
    -moz-transform: translatex(-57%) translatey(-500%) scale(0);
         transform: translatex(-57%) translatey(-500%) scale(0);
    opacity: 0;
  }
}
@-o-keyframes zhezhaodout {
  0% {
    -o-transform: translatex(-49%) translatey(0) scale(1);
       transform: translatex(-49%) translatey(0) scale(1);
    opacity: 1;
  }
  30% {
    -o-transform: translatex(-51%) translatey(-244%) scale(0.85);
       transform: translatex(-51%) translatey(-244%) scale(0.85);
    opacity: 0.7;
  }
  55% {
    -o-transform: translatex(-60%) translatey(-420%) scale(0.45);
       transform: translatex(-60%) translatey(-420%) scale(0.45);
    opacity: 0.5;
  }
  85% {
    -o-transform: translatex(-57%) translatey(-485%) scale(0.2);
       transform: translatex(-57%) translatey(-485%) scale(0.2);
    opacity: 0.2;
  }
  100% {
    -o-transform: translatex(-57%) translatey(-500%) scale(0);
       transform: translatex(-57%) translatey(-500%) scale(0);
    opacity: 0;
  }
}
@keyframes zhezhaodout {
  0% {
    -webkit-transform: translatex(-49%) translatey(0) scale(1);
       -moz-transform: translatex(-49%) translatey(0) scale(1);
         -o-transform: translatex(-49%) translatey(0) scale(1);
            transform: translatex(-49%) translatey(0) scale(1);
    opacity: 1;
  }
  30% {
    -webkit-transform: translatex(-51%) translatey(-244%) scale(0.85);
       -moz-transform: translatex(-51%) translatey(-244%) scale(0.85);
         -o-transform: translatex(-51%) translatey(-244%) scale(0.85);
            transform: translatex(-51%) translatey(-244%) scale(0.85);
    opacity: 0.7;
  }
  55% {
    -webkit-transform: translatex(-60%) translatey(-420%) scale(0.45);
       -moz-transform: translatex(-60%) translatey(-420%) scale(0.45);
         -o-transform: translatex(-60%) translatey(-420%) scale(0.45);
            transform: translatex(-60%) translatey(-420%) scale(0.45);
    opacity: 0.5;
  }
  85% {
    -webkit-transform: translatex(-57%) translatey(-485%) scale(0.2);
       -moz-transform: translatex(-57%) translatey(-485%) scale(0.2);
         -o-transform: translatex(-57%) translatey(-485%) scale(0.2);
            transform: translatex(-57%) translatey(-485%) scale(0.2);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translatex(-57%) translatey(-500%) scale(0);
       -moz-transform: translatex(-57%) translatey(-500%) scale(0);
         -o-transform: translatex(-57%) translatey(-500%) scale(0);
            transform: translatex(-57%) translatey(-500%) scale(0);
    opacity: 0;
  }
}
.content-body .section2 .section-content ._360wrap {
  padding-top: 0.8rem;
}
.content-body .section2 .section-content ._360wrap .car-box {
  width: 10rem;
  position: relative;
  margin: auto;
  z-index: 1;
  text-align: center;
}
.content-body .section2 .section-content ._360wrap .car-box .circle-mask {
  position: absolute;
  width: 91%;
  bottom: 12%;
  left: 50%;
  -webkit-transform: translatex(-49%);
     -moz-transform: translatex(-49%);
      -ms-transform: translatex(-49%);
       -o-transform: translatex(-49%);
          transform: translatex(-49%);
  z-index: 5;
  -webkit-transform-origin: bottom center;
     -moz-transform-origin: bottom center;
      -ms-transform-origin: bottom center;
       -o-transform-origin: bottom center;
          transform-origin: bottom center;
}
.content-body .section2 .section-content ._360wrap .car-box .circle-mask.active {
  -webkit-animation: zhezhaodout 0.5s linear 0.1s;
     -moz-animation: zhezhaodout 0.5s linear 0.1s;
       -o-animation: zhezhaodout 0.5s linear 0.1s;
          animation: zhezhaodout 0.5s linear 0.1s;
}
.content-body .section2 .section-content ._360wrap .car-box .circle-mask-in {
  position: absolute;
  width: 91%;
  bottom: 12%;
  left: 50%;
  -webkit-transform: translatex(-49%);
     -moz-transform: translatex(-49%);
      -ms-transform: translatex(-49%);
       -o-transform: translatex(-49%);
          transform: translatex(-49%);
  z-index: 5;
  -webkit-transform-origin: bottom center;
     -moz-transform-origin: bottom center;
      -ms-transform-origin: bottom center;
       -o-transform-origin: bottom center;
          transform-origin: bottom center;
  opacity: 0;
}
.content-body .section2 .section-content ._360wrap .car-box .circle-mask-in.active {
  opacity: 1;
  -webkit-transition: opacity 0.4s linear;
  -o-transition: opacity 0.4s linear;
  -moz-transition: opacity 0.4s linear;
  transition: opacity 0.4s linear;
}
.content-body .section2 .section-content ._360wrap .car-box .car-tishi {
  display: block;
  margin: auto;
  opacity: 0;
  -webkit-transition: opacity 0.1s linear;
  -o-transition: opacity 0.1s linear;
  -moz-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}
.content-body .section2 .section-content ._360wrap .car-box .car-tishi.active {
  opacity: 1;
}
.content-body .section2 .section-content ._360wrap .car-box .item-car {
  height: 0px;
  width: 100%;
  -webkit-transition: height 0.5s linear;
  -o-transition: height 0.5s linear;
  -moz-transition: height 0.5s linear;
  transition: height 0.5s linear;
  position: absolute;
  top: 0;
  z-index: 3;
  overflow: hidden;
}
.content-body .section2 .section-content ._360wrap .car-box .item-car.active {
  height: auto;
  z-index: 2;
  -webkit-transition: initial;
  -o-transition: initial;
  -moz-transition: initial;
  transition: initial;
}
.content-body .section2 .section-content ._360wrap .tabs-wrap {
  width: auto;
  position: absolute;
  top: 0rem;
  right: 0;
  z-index: 10;
  height: 4.6rem;
  padding: 0.45rem 0 0.35rem;
}
.content-body .section2 .section-content ._360wrap .tabs-wrap #tabs-swiper {
  height: 100%;
}
.content-body .section2 .section-content ._360wrap .tabs-wrap #tabs-swiper .swiper-slide {
  text-align: right;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.content-body .section2 .section-content ._360wrap .tabs-wrap #tabs-swiper .swiper-slide.active .tabs-color {
  border-color: #fff;
}
.content-body .section2 .section-content ._360wrap .tabs-wrap #tabs-swiper .swiper-slide.active .tabs-label {
  opacity: 1;
}
.content-body .section2 .section-content ._360wrap .tabs-wrap #tabs-swiper .swiper-slide .tabs-label {
  color: #000;
  font-size: 0.16rem;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  opacity: 0;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
  margin-right: 0.1rem;
}
.content-body .section2 .section-content ._360wrap .tabs-wrap #tabs-swiper .swiper-slide .tabs-color {
  padding: 0.04rem;
  display: inline-block;
  border-radius: 50%;
  width: 0.64rem;
  height: 0.64rem;
  border: 0.03rem solid transparent;
}
.content-body .section2 .section-content ._360wrap .tabs-wrap .tabs-button {
  width: 0.35rem;
  height: 0.2rem;
  left: auto;
  right: 0.13rem;
  position: absolute;
  z-index: 25;
  margin: 0;
}
.content-body .section2 .section-content ._360wrap .tabs-wrap .tabs-button.swiper-button-prev {
  background-image: url(/uploads/image/2vwisection2/arrow_top.png);
  top: 0;
}
.content-body .section2 .section-content ._360wrap .tabs-wrap .tabs-button.swiper-button-next {
  background-image: url(/uploads/image/2vwisection2/arrow_bottom.png);
  bottom: 0;
  top: auto;
}
.content-body .section3 .tabs-swiper {
  position: absolute;
  top: 0;
  height: 100% !important;
}
.content-body .section3 .tabs-swiper .opacity {
  opacity: 0 !important;
}
.content-body .section3 .section3-part .section3-part-item .section-content .img-wrap .text-container {
  padding-top: 1.3rem;
}
.content-body .section3 .section3-part .section3-part-item .section-content .img-wrap .text-container p {
  line-height: 1.4;
}
.content-body .section3 .section3-part .section3-part-item .section-content .img-wrap img, .content-body .section3 .section3-part .section3-part-item .section-content .img-wrap video, .content-body .section3 .section3-part .section3-part-item .section-content .img-wrap canvas {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.content-body .section3 .section3-part .section3-part-item .bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.content-body .section3 .section3-part .section3-part-type2 .section-content .verticalcenter .img-wrap .text-container p {
  line-height: 1.5;
}
.content-body .section3 .section3-part .section3-part-type2 .section-content .verticalcenter .img-wrap .text-container p sup {
  line-height: 0.5;
}
.content-body .section3 .section3-part .section3-part-type2 .tabs-ul {
  bottom: 0.5rem;
}
.content-body .section3 .section3-part .section3-part-type3 .section-content .verticalcenter .text-swiper .slide .text-container p {
  line-height: 1.5;
}
.content-body .section3 .section3-part2 .section3-part-item2 .tabs-wrap {
  width: auto;
  position: absolute;
  top: 55%;
  right: 1.5rem;
  z-index: 10;
  -webkit-transform: translatey(-50%);
     -moz-transform: translatey(-50%);
      -ms-transform: translatey(-50%);
       -o-transform: translatey(-50%);
          transform: translatey(-50%);
}
.content-body .section3 .section3-part2 .section3-part-item2 .tabs-wrap .tabs-content {
  width: auto;
}
.content-body .section3 .section3-part2 .section3-part-item2 .tabs-wrap .tabs-content .color-tab.active .color-item {
  border: 0.04rem solid #fff;
}
.content-body .section3 .section3-part2 .section3-part-item2 .tabs-wrap .tabs-content .color-tab.active .tabs-label {
  opacity: 1;
}
.content-body .section3 .section3-part2 .section3-part-item2 .tabs-wrap .tabs-content .color-tab {
  display: block;
  width: auto;
  height: 0.64rem;
  margin: 0.15rem 0;
  margin-bottom: 0.2rem;
  cursor: pointer;
}
.content-body .section3 .section3-part2 .section3-part-item2 .tabs-wrap .tabs-content .color-tab .tabs-label {
  display: block;
  text-align: right;
  width: auto;
  font-family: fzfangjhjw_bold, sans-serif;
  margin-right: 0.9rem;
  line-height: 0.64rem;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  /* firefox 4 */
  -webkit-transition: all 0.4s;
  /* safari 和 chrome */
  -o-transition: all 0.4s;
  /* opera */
  opacity: 0;
  font-size: 0.16rem;
}
.content-body .section3 .section3-part2 .section3-part-item2 .tabs-wrap .tabs-content .color-tab .tabs-label sup {
  font-size: 0.12rem;
  vertical-align: top;
  line-height: 3.5;
}
.content-body .section3 .section3-part2 .section3-part-item2 .tabs-wrap .tabs-content .color-tab .color-item {
  border-radius: 50%;
  float: right;
  width: 0.66rem;
  height: 0.66rem;
  cursor: pointer;
}
.content-body .section3 .section3-part2 .section3-part-item2 .tabs-wrap .tabs-content .color-tab .color-item .color-box {
  width: 0.5rem;
  margin: 0.04rem auto;
  border-radius: 50%;
  height: 0.5rem;
  background-color: #cbc7c4;
  box-shadow: 0px 0px 8px rgba(255, 255, 255, 0.3);
}
.content-body .section3 .section3-part2 .section3-part-item2 .tabs-wrap .tabs-content .color-tab .color-item .color-box i {
  width: 0.5rem;
  margin: auto;
  border-radius: 0.25rem 0.25rem 0 0;
  height: 0.25rem;
  background-color: #1c1c1c;
  display: block;
  border: 1px solid #1c1c1c;
}
.content-body .section3 .section3-part2 .section3-part-item2 .tabs-wrap .tabs-content .color-tab .color-item .color-box.color1 i {
  background-color: #541111;
}
.content-body .section3 .section3-part2 .section3-part-item2 .tabs-wrap .tabs-content .color-tab .color-item .color-box.color2 {
  background-color: #1c1c1c;
}
.content-body .section3 .section3-part3 .section3-part-item1 .center-bg {
  width: 84.2%;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 0.16rem;
  margin: auto;
  position: relative;
  top: 50%;
  padding: 3.6% 4.2%;
  -webkit-transform: translatey(-50%);
     -moz-transform: translatey(-50%);
      -ms-transform: translatey(-50%);
       -o-transform: translatey(-50%);
          transform: translatey(-50%);
}
.content-body .section3 .section3-part3 .section3-part-item1 .center-bg .flex {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0.15rem;
}
.content-body .section3 .section3-part3 .section3-part-item1 .center-bg .flex:last-of-type .flex-text {
  margin-top: 3.5%;
}
.content-body .section3 .section3-part3 .section3-part-item1 .center-bg .flex .tab_img {
  width: 47.5%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.content-body .section3 .section3-part3 .section3-part-item1 .center-bg .flex .flex-text {
  color: #497284;
  font-size: 0.18rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 48%;
  line-height: 1.65;
}
.content-body .section3 .section3-part3 .section3-part-item1 .center-bg .flex .flex-text .flex-tit {
  font-size: 0.36rem;
  margin-bottom: 4%;
}
.content-body .section3 .section3-part3 .section3-part-item1 .center-bg .flex .flex-text .flex-tit img {
  width: 1rem;
  margin-right: 2.5%;
  display: inline-block;
  vertical-align: text-bottom;
}
.content-body .section3 .section3-part3 .section3-part-item1 .center-tab {
  width: 84.2%;
  margin: auto;
  position: relative;
  top: 50%;
  -webkit-transform: translatey(-50%);
     -moz-transform: translatey(-50%);
      -ms-transform: translatey(-50%);
       -o-transform: translatey(-50%);
          transform: translatey(-50%);
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.content-body .section3 .section3-part3 .section3-part-item1 .center-tab .flex {
  width: 48.2%;
  position: relative;
}
.content-body .section3 .section3-part3 .section3-part-item1 .center-tab .flex .flex-text {
  position: absolute;
  width: 100%;
  padding: 11%;
  top: 0;
  left: 0;
  color: #000;
  font-size: 0.18rem;
  text-align: left;
}
.content-body .section3 .section3-part3 .section3-part-item1 .center-tab .flex .flex-text.bottom {
  top: auto;
  bottom: 0;
  padding-bottom: 12.5%;
}
.content-body .section3 .section3-part3 .section3-part-item1 .center-tab .flex .flex-text .flex-tit {
  font-size: 0.36rem;
  margin-bottom: 5%;
}
.content-body .section3 .section3-part3 .section3-part-item1 .center-tab .flex .flex-text .flex-list p {
  line-height: 1.5;
}
.content-body .section3 .section3-part3 .section3-part-item1 .center-tab .flex .flex-text .flex-list p span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 50%;
  background-color: #000;
}
.content-body .section3 .section3-part4 .section3-part-item2 .tabs-ul {
  text-align: left;
  bottom: 5%;
}
.content-body .section3 .section3-part4 .section3-part-item2 .tabs-ul .tab-item {
  width: 1.44rem;
  float: none !important;
  font-size: 0;
  margin-right: 3.6%;
}
.content-body .section3 .section3-part4 .section3-part-item2 .tabs-ul .tab-item:last-child {
  margin: 0;
}
.content-body .section3 .section3-part4 .section3-part-item2 .tabs-ul .tab-item h3 {
  text-align: center;
}
.content-body .section3 .section3-part4 .section3-part-item2 .tabs-swiper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.content-body .section3 .section3-part4 .section3-part-item2 .tabs-swiper .img-wrap .text-container {
  padding-top: 1rem;
}
.content-body .section3 .section3-part4 .section3-part-item2 .tabs-swiper .opacity {
  opacity: 0 !important;
}
.content-body .section3 .section3-part4 .section3-part-item2 .img-main {
  width: 84.2%;
  min-height: 5.58rem;
  background: rgba(45, 56, 62, 0.5);
  border: 2px solid #97bfd2;
  border-radius: 8px;
  position: absolute;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding: 0.7rem 0.6rem 0.8rem;
  bottom: 1.8rem;
  text-align: center;
}
.content-body .section3 .section3-part4 .section3-part-item2 .img-main .text-main {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.content-body .section3 .section3-part4 .section3-part-item2 .img-main .text-main .xian {
  width: 7rem;
  position: absolute;
  bottom: 0;
  left: 0;
}
.content-body .section3 .section3-part4 .section3-part-item2 .img-main .text-main .img-change {
  width: 8.99rem;
  float: right;
  position: relative;
}
.content-body .section3 .section3-part4 .section3-part-item2 .img-main .text-main .text-change {
  width: 37%;
  padding: 1.6% 0;
  text-align: left;
}
.content-body .section3 .section3-part4 .section3-part-item2 .img-main .text-main .text-change .tit p {
  font-size: 0.36rem;
  color: #ffffff;
  display: inline;
  font-family: fzfangjhjw_bold, sans-serif;
}
.content-body .section3 .section3-part4 .section3-part-item2 .img-main .text-main .text-change .tit p span {
  font-size: 0.24rem;
}
.content-body .section3 .section3-part4 .section3-part-item2 .img-main .text-main .text-change .text-content {
  font-size: 0.18rem;
  color: #fff;
  letter-spacing: 0;
  line-height: 1.5;
  margin-top: 3%;
  max-height: 2.2rem;
  overflow-y: auto;
}
.content-body .section3 .section3-part4 .section3-part-item2 .img-main .text-main .text-change .text-content p:first-of-type {
  padding-top: 0.3rem;
}
.content-body .section3 .section3-part4 .section3-part-item2 .img-main .text-main .text-change .text-content::-webkit-scrollbar {
  /* 滚动条整体样式 */
  width: 3px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 5px;
}
.content-body .section3 .section3-part4 .section3-part-item2 .img-main .text-main .text-change .text-content::-webkit-scrollbar-thumb {
  /* 滚动条里面小方块 */
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #ccc;
}
.content-body .section3 .section3-part4 .section3-part-item1 .tip-wrap .tip-item {
  position: absolute;
  cursor: pointer;
  z-index: 6;
}
.content-body .section3 .section3-part4 .section3-part-item1 .tip-wrap .tip-item i {
  display: block;
  width: 0.6rem;
  height: 0.6rem;
}
.content-body .section3 .section3-part4 .section3-part-item1 .tip-wrap .tip-item span {
  width: 3.36rem;
  height: 0.8rem;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.2rem;
  display: none;
  position: absolute;
  top: -1rem;
  left: 50%;
  -webkit-transform: translatex(-50%);
     -moz-transform: translatex(-50%);
      -ms-transform: translatex(-50%);
       -o-transform: translatex(-50%);
          transform: translatex(-50%);
  color: #000;
  font-size: 0.24rem;
  text-align: center;
  line-height: 0.8rem;
}
.content-body .section3 .section3-part4 .section3-part-item1 .tip-wrap .tip-item span::before {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px;
  border-color: rgba(255, 255, 255, 0.8) transparent transparent transparent;
  bottom: -20px;
  left: 50%;
  margin-left: -10px;
  position: absolute;
  content: "";
}
.content-body .section3 .section3-part4 .section3-part-item1 .tip-wrap .tip-item:nth-child(1) {
  top: 25%;
  left: 50.5%;
}
.content-body .section3 .section3-part4 .section3-part-item1 .tip-wrap .tip-item:nth-child(2) {
  top: 36%;
  left: 54.5%;
}
.content-body .section3 .section3-part4 .section3-part-item1 .tip-wrap .tip-item:nth-child(3) {
  top: 31.5%;
  left: 68%;
}
.content-body .section3 .section3-part4 .section3-part-item1 .tip-wrap .tip-item:nth-child(4) {
  top: 40%;
  left: 69.5%;
}
.content-body .section3 .section3-part4 .section3-part-item1 .tip-wrap .tip-item:nth-child(5) {
  top: 54%;
  left: 73.7%;
}
.content-body .section3 .section3-part4 .section3-part-item1 .tip-wrap .tip-item:nth-child(6) {
  top: 27.5%;
  left: 40.3%;
}
.content-body .section3 .section3-part4 .section3-part-item1 .tip-wrap .tip-item:nth-child(7) {
  top: 29.5%;
  left: 34.8%;
}
.content-body .section3 .section3-part4 .section3-part-item1 .tip-wrap .tip-item:nth-child(8) {
  top: 57%;
  left: 65.5%;
}
.content-body .section3 .section3-part5 .section3-part-item1 .center-bg {
  width: 84.2%;
  margin: auto;
  position: relative;
  top: 50%;
  -webkit-transform: translatey(-50%);
     -moz-transform: translatey(-50%);
      -ms-transform: translatey(-50%);
       -o-transform: translatey(-50%);
          transform: translatey(-50%);
}
.content-body .section3 .section3-part5 .section3-part-item1 .center-bg .mob {
  position: absolute;
  width: 62.3%;
  top: 9%;
  right: 6%;
}
.content-body .section3 .section3-part5 .section3-part-item1 .center-bg .text {
  position: absolute;
  width: 24%;
  top: 14%;
  left: 4%;
  font-size: 0.18rem;
  color: #000000;
  line-height: 1.6;
}
.content-body .section3 .section3-part5 .section3-part-item1 .center-bg .text .tit {
  font-size: 0.36rem;
  margin-bottom: 10%;
}
.content-body .section3 .section3-part5 .section3-part-item1 .center-bg .text div {
  margin-bottom: 8%;
}
.content-body .section3 .section3-part5 .section3-part-item1 .center-bg .text .ma {
  position: relative;
  margin-top: 95%;
}
.content-body .section3 .section3-part5 .section3-part-item1 .center-bg .text .ma img {
  width: 1.54rem;
}
.content-body .section3 .section3-part5 .section3-part-item1 .center-bg .text .ma p {
  position: absolute;
  right: 0;
  width: 52%;
  top: 0;
  padding-top: 10%;
}
.content-body .section3 .section3-part5 .section3-part-item1 .center-bg .text p {
  font-size: 0.14rem;
  padding-top: 19%;
  color: #909090;
}
.content-body .section8 .section-content {
  height: 100%;
  position: relative;
}
.content-body .section8 .section-content .verticalcenter {
  width: 100%;
  height: 100%;
}
.content-body .section8 .section-content .verticalcenter .bg {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.content-body .section8 .section-content .verticalcenter .link-btn {
  width: 1.7rem;
  height: 0.54rem;
  line-height: 0.54rem;
  display: block;
  color: #fff;
  border: 2px solid #fff;
  margin: 0.2rem auto 0;
  border-radius: 0.3rem;
  font-size: 0.18rem;
  text-align: center;
  position: absolute;
  top: 0.65rem;
  right: 0;
  -webkit-transition: none;
  -o-transition: none;
  -moz-transition: none;
  transition: none;
}
.content-body .section8 .section-content .verticalcenter .link-btn:hover {
  background-color: #fff;
  color: #000;
}
.content-body .section8 .section-content .verticalcenter .link-btn:hover .link-img-b {
  opacity: 1 !important;
}
.content-body .section8 .section-content .verticalcenter .link-btn .link-img {
  width: 0.23rem;
  height: 0.2rem;
  margin-left: 5px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.content-body .section8 .section-content .verticalcenter .link-btn .link-img img {
  width: 0.23rem;
  height: 0.2rem;
}
.content-body .section8 .section-content .verticalcenter .link-btn .link-img img.link-img-b {
  width: 0.23rem;
  height: 0.2rem;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.content-body .section8 .section-content .verticalcenter .center-bg {
  width: 84.2%;
  margin: auto;
  position: relative;
  top: 53%;
  -webkit-transform: translatey(-50%);
     -moz-transform: translatey(-50%);
      -ms-transform: translatey(-50%);
       -o-transform: translatey(-50%);
          transform: translatey(-50%);
  text-align: center;
}
.content-body .section8 .section-content .verticalcenter .center-bg h2 {
  font-size: 0.48rem;
}
.content-body .section8 .section-content .verticalcenter .center-bg .select-type {
  font-size: 0.18rem;
  height: 0.44rem;
  line-height: 0.44rem;
  width: 59.4%;
  margin: 2.4% auto;
  background-color: rgba(255, 255, 255, 0.1);
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0.22rem;
}
.content-body .section8 .section-content .verticalcenter .center-bg .select-type div {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  cursor: pointer;
}
.content-body .section8 .section-content .verticalcenter .center-bg .select-type div::before {
  background-color: #fff;
  content: "";
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0;
  border-radius: 0.22rem;
  left: 50%;
  -webkit-transform: translatex(-50%);
     -moz-transform: translatex(-50%);
      -ms-transform: translatex(-50%);
       -o-transform: translatex(-50%);
          transform: translatex(-50%);
  z-index: -1;
}
.content-body .section8 .section-content .verticalcenter .center-bg .select-type div.active {
  color: #000;
}
.content-body .section8 .section-content .verticalcenter .center-bg .select-type div.active::before {
  width: 100%;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.content-body .section8 .section-content .verticalcenter .center-bg #tabs-swiper-type .swiper-slide {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.content-body .section8 .section-content .verticalcenter .center-bg #tabs-swiper-type .swiper-slide:nth-of-type(3) .type-img:nth-child(1), .content-body .section8 .section-content .verticalcenter .center-bg #tabs-swiper-type .swiper-slide:nth-of-type(3) .type-img:nth-child(2), .content-body .section8 .section-content .verticalcenter .center-bg #tabs-swiper-type .swiper-slide:nth-of-type(3) .type-img:nth-child(3), .content-body .section8 .section-content .verticalcenter .center-bg #tabs-swiper-type .swiper-slide:nth-of-type(3) .type-img:nth-child(4) {
  width: 23.5%;
}
.content-body .section8 .section-content .verticalcenter .center-bg #tabs-swiper-type .swiper-slide:nth-of-type(4) .type-img:nth-child(4), .content-body .section8 .section-content .verticalcenter .center-bg #tabs-swiper-type .swiper-slide:nth-of-type(4) .type-img:nth-child(5) {
  width: 47.8%;
}
.content-body .section8 .section-content .verticalcenter .center-bg #tabs-swiper-type .swiper-slide .type-img {
  position: relative;
  width: 31.5%;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 2.2%;
}
.content-body .section8 .section-content .verticalcenter .center-bg #tabs-swiper-type .swiper-slide .type-img p {
  background-color: rgba(0, 0, 0, 0.6);
  font-size: 0.16rem;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: left;
  padding: 0.1rem 0.15rem;
  line-height: 1.3;
}
.content-body .section4 .section-content {
  height: 100%;
}
.content-body .section4 .section-content .tabs-swiper .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.content-body .section5 .section-content {
  height: 100%;
}
.content-body .section5 .section-content .verticalcenter {
  top: 48.5%;
}
.content-body .section5 .section-content .verticalcenter .section-main-content .configure-swiper .configure-item {
  margin: 0.4rem 0.3rem;
}
.content-body .section5 .section-content .verticalcenter .section-main-content .configure-swiper .configure-item .configure-content {
  padding: 0.5rem 0.4rem;
  text-align: left;
  box-shadow: 0 0 0.35rem 0 rgba(0, 0, 0, 0.1);
}
.content-body .section5 .section-content .verticalcenter .section-main-content .configure-swiper .configure-item .configure-content .car-name {
  height: 1rem;
  margin-bottom: 0;
  font-size: 0.36rem;
}
.content-body .section5 .section-content .verticalcenter .section-main-content .configure-swiper .configure-item .configure-content .configure-detail {
  padding: 0;
  line-height: 1.8;
  margin-bottom: 0.2rem;
  height: 1.7rem;
}
.content-body .section5 .section-content .verticalcenter .section-main-content .configure-swiper .configure-item .configure-content .configure-detail .detail-item::before {
  display: none;
}
.content-body .section5 .section-content .verticalcenter .section-main-content .configure-swiper .configure-item .configure-content .btn-wrap {
  text-align: center;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.content-body .section5 .section-content .verticalcenter .section-main-content .configure-swiper .configure-item .configure-content .btn-wrap .price-btn {
  display: block;
}
.content-body .section5 .section-content .remark {
  text-align: right;
  right: 1.6rem;
  position: absolute;
}
.content-body .section5 .section-content .remark_zc {
  font-size: 0.18rem;
  color: #003641;
  line-height: 1.5;
  position: absolute;
  left: 1.6rem;
  width: 20%;
}
.content-body .section5 .section-content .remark_zc img {
  display: inline-block;
  width: 0.1rem;
  margin-left: 5px;
  vertical-align: middle;
}
.content-body .section5 .section-content .remark_zc span {
  color: #46a4b0;
  cursor: pointer;
}
.content-body .section5 .section-content .remark_zc span.bold {
  padding-bottom: 4px;
  border-bottom: 1px solid #46a4b0;
}
.content-body .section6 .section-content {
  height: 100%;
}
.content-body .section6 .section-content .bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.content-body .section6 .section-content .verticalcenter {
  top: 51.5%;
}
.content-body .section6 .section-content .verticalcenter .section-main-content .buy-swiper {
  height: 5.6rem;
}
.content-body .section6 .section-content .verticalcenter .section-main-content .buy-swiper .buy-item .buy-text {
  padding: 0.7rem 0.3rem 0rem 0.4rem;
}
.content-body .section6 .section-content .verticalcenter .section-main-content .buy-swiper .buy-item .buy-text .tit {
  font-size: 0.26rem;
  line-height: 1.5;
}
.content-body .section6 .section-content .verticalcenter .section-main-content .buy-swiper .buy-item .buy-text h2 {
  margin: 0.2rem 0;
}
.content-body .section6 .section-content .verticalcenter .section-main-content .buy-swiper .buy-item .buy-text ul {
  height: 3.3rem;
  padding-right: 0.18rem;
  padding: 0.1rem 0.18rem 0.2rem 0;
  overflow-y: auto;
}
.content-body .section6 .section-content .verticalcenter .section-main-content .buy-swiper .buy-item .buy-text ul li {
  line-height: 1.5;
}
.content-body .section6 .section-content .verticalcenter .section-main-content .buy-swiper .buy-item .buy-text ul li sup {
  line-height: 1;
}
.content-body .section6 .section-content .verticalcenter .section-main-content .buy-swiper .buy-item .buy-text ul li .small {
  font-size: 0.18rem;
}
.content-body .section6 .section-content .verticalcenter .section-main-content .buy-swiper .buy-item .buy-text ul .xian {
  height: 1px;
  background-color: #dadada;
  margin: 2% 0;
}
.content-body .section6 .section-content .verticalcenter .section-main-content .buy-swiper .buy-item .buy-text ul .li {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.content-body .section6 .section-content .verticalcenter .section-main-content .buy-swiper .buy-item .buy-text ul .li .li-tit {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 25%;
  font-size: 0.26rem;
}
.content-body .section6 .section-content .verticalcenter .section-main-content .buy-swiper .buy-item .buy-text ul .li .li-text {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.content-body .section6 .section-content .verticalcenter .section-main-content .buy-swiper .buy-item .buy-text ul::-webkit-scrollbar {
  width: 5px;
  height: 15px;
}
.content-body .section6 .section-content .verticalcenter .section-main-content .buy-swiper .buy-item .buy-text ul::-webkit-scrollbar-corner, .content-body .section6 .section-content .verticalcenter .section-main-content .buy-swiper .buy-item .buy-text ul::-webkit-scrollbar-track {
  /* 滚动条轨道 */
  background-color: #dadada;
}
.content-body .section6 .section-content .verticalcenter .section-main-content .buy-swiper .buy-item .buy-text ul::-webkit-scrollbar-thumb {
  /* 滚动条里面小方块 */
  border-radius: 5px;
  background: #000;
}
.content-body .section7 .section-content {
  height: 100%;
}
.content-body .section7 .section-content .verticalcenter .order-box .form .fl-box {
  width: 50%;
  height: auto;
}
.content-body .section7 .section-content .verticalcenter .order-box .form .fr-box .form-box .tishi {
  font-size: 0.18rem;
  color: #e60012;
  margin-top: 0.1rem;
  display: none;
  width: 48%;
  float: right;
}
.content-body .section7 .section-content .verticalcenter .order-box .form .fr-box .form-box .tishi i {
  display: inline-block;
  width: 0.22rem;
  font-size: 0.16rem;
  height: 0.22rem;
  line-height: 0.22rem;
  margin-right: 0.12rem;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  background-color: #e60012;
}
.content-body .section_bottom .section_bottom_remarks .small {
  font-size: 0.12rem;
  padding-left: 0.2rem;
}
.content-body .section_bottom .section_bottom_remarks .small.two {
  padding-left: 0.4rem;
}

.onlinecar-drawer {
  backdrop-filter: blur(10px);
}
.onlinecar-drawer .drawer-content {
  border-radius: 0.1rem;
  overflow: hidden;
  background-color: #fff;
  width: 14rem;
  min-width: 1000px;
  position: relative;
  margin: auto;
  top: 50%;
  -webkit-transform: translatey(-50%);
     -moz-transform: translatey(-50%);
      -ms-transform: translatey(-50%);
       -o-transform: translatey(-50%);
          transform: translatey(-50%);
  font-size: 0.2rem;
}
.onlinecar-drawer .drawer-content .close-btn {
  width: 0.34rem;
  height: 0.34rem;
  position: absolute;
  cursor: pointer;
  top: 0.3rem;
  right: 0.3rem;
}
.onlinecar-drawer .drawer-content .submitbtn {
  text-align: center;
  background: #003641;
  border-radius: 0.34rem;
  width: 2.4rem;
  min-width: 150px;
  line-height: 0.64rem;
  height: 0.64rem;
  font-size: 0.24rem;
  margin: 0.35rem auto 0.55rem;
  cursor: pointer;
  color: #fff;
}
.onlinecar-drawer .drawer-content .title {
  font-size: 0.3rem;
  padding-top: 0.5rem;
  text-align: center;
}
.onlinecar-drawer .drawer-content .agree-main {
  padding: 0.15rem 0.85rem;
  font-size: 0.18rem;
  color: #000000;
  text-align: left;
  line-height: 1.6;
}
.onlinecar-drawer .drawer-content .agree-main .f16 {
  font-size: 0.16rem;
  color: #909090;
}
.onlinecar-drawer .drawer-content .agree-main .table {
  margin-top: 0.3rem;
  background: #fafafa;
  border-radius: 3px;
}
.onlinecar-drawer .drawer-content .agree-main .table .flex {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 0.82rem;
}
.onlinecar-drawer .drawer-content .agree-main .table .flex div {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  border-right: 1px solid #edf1f2;
  line-height: 0.82rem;
}
.onlinecar-drawer .drawer-content .agree-main .table .flex div:first-of-type {
  background: #edf1f2;
}
.onlinecar-drawer .drawer-content .agree-main .table .flex div.middle {
  line-height: 1.5;
  padding-top: 0.13rem;
}
.onlinecar-drawer .drawer-content .agree-main .table .flex div:last-of-type {
  border-right: 0px;
}

@media (max-width: 1024px) {
  .content-body .section3 .section3-part .section3-part-item .section-content .img-wrap .img-tab img {
    width: 6rem;
  }
}
@media screen and (min-width: 0\0 ) {
  #mainform {
    overflow: hidden !important;
  }
}
/* 悬浮框样式 */
.subscribe-wrapper {
  z-index: 800;
  position: fixed;
  width: 100%;
  bottom: 0;
  height: 1rem;
  background-color: rgba(0, 0, 0, 0.8);
  padding-left: 1.2%;
  color: #fff;
  font-size: 0.18rem;
}
.subscribe-wrapper div {
  display: inline-block;
}
.subscribe-wrapper .subscribe-close {
  cursor: pointer;
}
.subscribe-wrapper .subscribe-form {
  width: 9.52%;
  position: relative;
  margin-left: 0.5%;
  line-height: 1rem;
}
.subscribe-wrapper .subscribe-form input,
.subscribe-wrapper .subscribe-form select {
  height: 0.5rem;
  background: none;
  border: 1px solid #fff;
  border-radius: 8px;
  width: 100%;
  color: #fff;
  padding: 0 13% 0 5%;
  font-size: 0.18rem;
}
.subscribe-wrapper .subscribe-form input option,
.subscribe-wrapper .subscribe-form select option {
  background: rgb(0, 0, 0);
  opacity: 0.8;
}
.subscribe-wrapper .subscribe-form input::-webkit-input-placeholder {
  color: #fff;
}
.subscribe-wrapper .subscribe-form select::-ms-expand {
  display: none;
}
.subscribe-wrapper .subscribe-form .select-bootom {
  background: url(/uploads/image/2vcimages/select-bootom.png) center center no-repeat;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
  width: 0.14rem;
  height: 0.09rem;
  position: absolute;
  right: 3%;
  top: 50%;
  -webkit-transform: translatey(-50%);
     -moz-transform: translatey(-50%);
      -ms-transform: translatey(-50%);
       -o-transform: translatey(-50%);
          transform: translatey(-50%);
}
.subscribe-wrapper .select-box {
  margin-left: 0.3rem;
  top: 50%;
  -webkit-transform: translatey(-50%);
     -moz-transform: translatey(-50%);
      -ms-transform: translatey(-50%);
       -o-transform: translatey(-50%);
          transform: translatey(-50%);
  position: absolute;
  width: 17%;
}
.subscribe-wrapper .select-box .checkbox-about {
  font-size: 0.16rem;
  padding-left: 0.26rem;
}
.subscribe-wrapper .select-box .checkbox-box {
  position: absolute;
  text-align: justify;
  width: 14px;
  height: 14px;
  background: rgba(0, 0, 0, 0);
  top: 50%;
  -webkit-transform: translatey(-50%);
     -moz-transform: translatey(-50%);
      -ms-transform: translatey(-50%);
       -o-transform: translatey(-50%);
          transform: translatey(-50%);
}
.subscribe-wrapper .select-box .checkbox-box.checked label {
  background-color: #d6000f;
}
.subscribe-wrapper .select-box .checkbox-box.checked label:after {
  content: "";
  background-image: url(/uploads/image/2vcimages/icon5.png);
  background-position: center center;
  -o-background-size: contain;
     background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0%;
  width: 100%;
  height: 100%;
}
.subscribe-wrapper .select-box .checkbox-box input {
  width: 14px;
  height: 14px;
  display: none;
}
.subscribe-wrapper .select-box .checkbox-box label {
  background-color: #a71217;
  display: inline-block;
  cursor: pointer;
  width: 14px;
  height: 14px;
  margin-bottom: 0;
  position: absolute;
}
.subscribe-wrapper #submit-btn {
  width: 2rem;
  cursor: pointer;
  background-color: #d6000f;
  border-radius: 5px;
  height: 0.5rem;
  text-align: center;
  line-height: 0.5rem;
  position: absolute;
  right: 3%;
  -webkit-transform: translatey(-50%);
     -moz-transform: translatey(-50%);
      -ms-transform: translatey(-50%);
       -o-transform: translatey(-50%);
          transform: translatey(-50%);
  top: 50%;
}

.main-footer {
  background-color: #fff;
}