@charset "UTF-8";
html {
  font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Source Han Sans", "Noto Sans CJK Sc", "Microsoft YaHei", "Microsoft Jhenghei", sans-serif;
  font-size: 16px;
  word-spacing: 1px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #222;
  background-color: #fff;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a, a:focus, a:hover {
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

.max-width {
  width: 100%;
  max-width: 1240px;
  padding: 0 10px;
  margin: auto;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #999;
  font-size: 14px;
}

input:-moz-placeholder, textarea:-moz-placeholder {
  color: #999;
  font-size: 14px;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #999;
  font-size: 14px;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #999;
  font-size: 14px;
}

header {
  position: fixed;
  width: 100%;
  -webkit-transition: all .2s;
  transition: all .2s;
  z-index: 99;
  background: #84BD2E;
  color: #fff;
}

header .vasa15 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header .vasa15 .l_t {
  font-size: 0.1818rem;
}

header .vasa15 .l_r {
  font-size: 0.1636rem;
}

header .vasa15 .l_r ul {
  display: -webkit-box;
}

header .vasa15 .l_r ul > li {
  -webkit-transition: all .2s;
  transition: all .2s;
  line-height: 45px;
  padding: 0.2rem 0.1818rem;
  font-weight: bold;
}

header .vasa15 .l_r ul > li:hover {
  background: #fff;
  color: #84BD2E;
}

@media screen and (max-width: 840px) {
  header {
    padding: 21px 0;
  }
  header .vasa15 .l_t {
    font-size: 18px;
  }
  header .vasa15 .l_r {
    font-size: 0.1636rem;
  }
}

#lang_select {
  width: 115px;
  height: 45px;
  border: 1px solid #fff;
  outline: none;
  background: #84BD2E;
  color: #fff;
  font-size: 0.1636rem;
  border-radius: 3px;
  text-indent: 5px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
}

#lang_select option {
  text-indent: 5px;
}

.lse {
  position: relative;
  margin: 0.2rem 0 0.2rem 0.1818rem;
}

.lse::after {
  content: '';
  width: 0;
  height: 0;
  display: block;
  border-top: 8px solid #fff;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  position: absolute;
  top: 19px;
  right: 5px;
}

/*  */
.menus {
  height: 100%;
  width: 24px;
  position: relative;
  right: 0;
  top: 0;
  cursor: pointer;
  display: none;
}

.menus:before {
  content: "";
  display: inline-block;
  height: 100%;
  width: 0%;
  vertical-align: middle;
}

.menus span {
  position: absolute;
  left: 50%;
  top: 50%;
  display: inline-block;
  height: 2px;
  width: 16px;
  margin-left: -8px;
  margin-top: -1px;
  border-radius: 1231px;
  background: #fff;
  -webkit-transition-duration: 0.086s;
  transition-duration: 0.086s;
  -webkit-transition-property: background-color, opacity, -webkit-transform;
  transition-property: background-color, opacity, -webkit-transform;
  transition-property: background-color, opacity, transform;
  transition-property: background-color, opacity, transform, -webkit-transform;
}

.menus span:first-child {
  display: inline-block;
  margin-top: -7px;
}

.menus span:last-child {
  display: inline-block;
  margin-top: 5px;
}

.navbar-burger-drop span:first-child {
  -webkit-transform: translateY(6px) rotate(45deg);
  transform: translateY(6px) rotate(45deg);
}

.navbar-burger-drop span:nth-child(2) {
  opacity: 0;
}

.navbar-burger-drop span:last-child {
  -webkit-transform: translateY(-6px) rotate(-45deg);
  transform: translateY(-6px) rotate(-45deg);
}

/* 点击分类 */
.classify {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0px;
  /* left: -100%; */
  left: 0px;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.54);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  will-change: opacity;
  -webkit-transform: translateZ(0px);
          transform: translateZ(0px);
  -webkit-transition: all .2s;
  transition: all .2s;
  /* transition: left 0ms cubic-bezier(0.23, 1, 0.32, 1) 400ms, opacity 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; */
  z-index: 1200;
  pointer-events: none;
}

.classify_con {
  color: rgba(0, 0, 0, 0.87);
  background-color: white;
  /* transition: transform 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; */
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: Roboto, sans-serif;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px 0.06rem 0.2rem, rgba(0, 0, 0, 0.23) 0px 0.06rem 0.2rem;
          box-shadow: rgba(0, 0, 0, 0.16) 0px 0.06rem 0.2rem, rgba(0, 0, 0, 0.23) 0px 0.06rem 0.2rem;
  border-radius: 0px;
  height: 100%;
  width: 6rem;
  position: fixed;
  z-index: 1300;
  left: 0px;
  top: 0px;
  -webkit-transform: translate(-6.2rem, 0px);
          transform: translate(-6.2rem, 0px);
  overflow: auto;
}

.classify_con_div div {
  padding-left: 1rem;
  margin-top: .4rem;
  font-size: .3rem;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: .4rem;
}

.classify_con_div .child div {
  padding-left: 2rem;
}

/*  */
.adsbv16 {
  font-size: 0;
}

.adsbv16 select {
  width: 100%;
  border-color: #eeeeee;
  height: 65px;
  outline: none;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  font-size: .3rem;
  text-indent: .9rem;
}

@media screen and (max-width: 840px) {
  .vass46 {
    display: none !important;
  }
  .menus {
    display: block;
  }
}

.hsfds16 .titles {
  font-size: 0.272rem;
  font-weight: bold;
  text-align: center;
  position: relative;
  display: table;
  margin: auto;
}

.hgfa45 {
  width: 40px;
  height: 3px;
  background-color: #84BD2E;
  margin: auto;
}

.fdsd95 .fege94 {
  margin-top: 1rem;
}

.fdsd95 .fege94 .hdzs49 {
  font-size: 0.227rem;
  font-weight: bold;
  border-bottom: 1px solid #D8D8D8;
  margin-top: 1rem;
  padding: 0.09rem 0;
  margin-bottom: 0.272rem;
}

.fdsd95 .fege94 .hdzs49 span {
  border-bottom: 2px solid #84BD2E;
  padding-bottom: 0.09rem;
}

@media screen and (max-width: 870px) {
  .fdsd95 .fege94 .hdzs49 {
    font-size: 16px;
  }
}

.fdsd95 .fege94 .guide_All_sel > div:nth-of-type(n+2) {
  margin-top: 0.1364rem;
}

.fdsd95 .fege94 .guide_All_sel .acordeon {
  border-bottom: 1px solid #D8D8D8;
  width: 100%;
  overflow: hidden;
}

.fdsd95 .fege94 .guide_All_sel .acordeon .acordeon__head {
  padding: 0.145rem 0.1818rem 0.145rem 0.4545rem;
  border-bottom: 0;
  font-size: 0.1636rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: all .2s;
  transition: all .2s;
  position: relative;
}

.fdsd95 .fege94 .guide_All_sel .acordeon .acordeon__head::before {
  content: attr(data-serial);
  background-image: url(../img/20@2x.png);
  position: absolute;
  width: 37px;
  height: 32px;
  background-size: 100% 100%;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  left: 0;
  line-height: 28px;
}

.fdsd95 .fege94 .guide_All_sel .acordeon .acordeon__head .acordeon_icon {
  background: url(../img/2490@2x.png);
  background-size: 100%;
  width: 0.2045rem;
  height: 0.2rem;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.fdsd95 .fege94 .guide_All_sel .acordeon .acordeon__body {
  font-size: 0.1455rem;
  height: 0;
  -webkit-transition: height .4s ease-in-out;
  transition: height .4s ease-in-out;
}

.fdsd95 .fege94 .guide_All_sel .acordeon .acordeon__body .acordeon__body__menu {
  list-style: none;
  padding-left: 0.4545rem;
  color: #666;
}

@media screen and (max-width: 840px) {
  .fdsd95 .fege94 .guide_All_sel .acordeon .acordeon__head {
    font-size: 14px;
  }
  .fdsd95 .fege94 .guide_All_sel .acordeon .acordeon__body {
    font-size: 14px;
  }
}

.fdsd95 .fege94 .rfaz41 {
  font-size: 0.1636rem;
  width: 100%;
  max-width: 500px;
  height: 0.5455rem;
  line-height: 0.5455rem;
  text-align: center;
  font-weight: bold;
  background: #84BD2E;
  margin: 0.6364rem auto 0;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all .2s;
  transition: all .2s;
  border-radius: 3px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.fdsd95 .fege94 .rfaz41:active {
  background: #E45B00;
  color: #fff;
}

@media screen and (max-width: 840px) {
  .fdsd95 .fege94 .rfaz41 {
    font-size: 18px;
    height: 55px;
    line-height: 55px;
  }
}

.fdsd95 .fege94 .sdav46 {
  font-size: 0.1273rem;
  margin-top: 0.4545rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.fdsd95 .fege94 .sdav46 .adbv46 {
  width: 0.1818rem;
  height: 0.1818rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0.0909rem;
}

.fdsd95 .fege94 .sdav46 .adbv46 img {
  width: 100%;
  height: 100%;
}

.fdsd95 .fege94 .sdav46 .times {
  margin-left: 0.0909rem;
  font-size: 0.1818rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fdsd95 .fege94 .sdav46 .times div {
  width: 0.4545rem;
  height: 0.4545rem;
  background-color: #84BD2E;
  border-radius: 0.0455rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0.0455rem;
  flex-wrap: wrap;
}
.fdsd95 .fege94 .sdav46 .times div:after{
  text-transform: uppercase;
  content: attr(data-text);
  display: block;
  letter-spacing: 0;
  font-size: 12px;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 870px) {
  .fdsd95 .fege94 .sdav46 .times div:after{
    display: none;
  }
}

.gaqz46 .commentcontent {
  font-size: 0.1818rem;
  margin: 0.8182rem auto 0;
  width: 96%;
  max-width: 600px;
}

.gaqz46 .asdq18 {
  margin-top: 0.5455rem;
  position: relative;
}

.gaqz46 .asdq18 .swiper-button-next {
  right: 400px;
}

.gaqz46 .asdq18 .swiper-button-prev {
  left: 400px;
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}

.gaqz46 .asdq18 .swiper-button-next, .gaqz46 .asdq18 .swiper-button-prev {
  width: 50px;
  height: 50px;
  background-image: url(../img/2671@2x.png);
  background-size: 100% 100%;
  top: calc(50% - 25px);
  bottom: -10px;
  top: unset;
}

@media screen and (max-width: 840px) {
  .gaqz46 .asdq18 .swiper-button-next, .gaqz46 .asdq18 .swiper-button-prev {
    display: none;
  }
}

.gaqz46 .asdq18 .Say-products-swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.gaqz46 .asdq18 .Say-products-swiper-container .swiper-slide {
  -webkit-transition: 300ms;
  transition: 300ms;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.gaqz46 .asdq18 .Say-products-swiper-container .swiper-slide .image {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.gaqz46 .asdq18 .Say-products-swiper-container .swiper-slide .image img {
  width: 100%;
  height: 100%;
}

.gaqz46 .asdq18 .Say-products-swiper-container .swiper-slide .dqbv18 {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0.3182rem;
}

.gaqz46 .asdq18 .Say-products-swiper-container .swiper-slide .dqbv18 span {
  font-size: 0.1636rem;
  font-weight: bold;
  margin-right: 0.0909rem;
}

.gaqz46 .asdq18 .Say-products-swiper-container .swiper-slide .dqbv18 .imges {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.gaqz46 .asdq18 .Say-products-swiper-container .swiper-slide .dqbv18 .imges > img:nth-of-type(n+2) {
  margin-left: 0.0455rem;
}

.gaqz46 .asdq18 .Say-products-swiper-container .swiper-slide .dqbv18 .imges img {
  width: 0.1818rem;
  height: 0.1818rem;
}

.gaqz46 .asdq18 .Say-products-swiper-container .swiper-slide-active, .gaqz46 .asdq18 .Say-products-swiper-container .swiper-slide-duplicate-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.gaqz46 .asdq18 .Say-products-swiper-container .swiper-slide-active .image, .gaqz46 .asdq18 .Say-products-swiper-container .swiper-slide-duplicate-active .image {
  border: 2px dashed #D8D8D8;
  padding: 5px;
}

.gaqz46 .asdq18 .Say-products-swiper-container .swiper-slide-active .dqbv18, .gaqz46 .asdq18 .Say-products-swiper-container .swiper-slide-duplicate-active .dqbv18 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

main > div:nth-of-type(n+2) {
  padding-top: 0.9091rem;
  padding-bottom: 0.9091rem;
}

.qrfd49 {
  background-color: #f1f1f1;
}

.qrfd49 .qzzv49 {
  margin-top: 0.9091rem;
  padding-bottom: 0.3636rem;
  position: relative;
}

.qrfd49 .qzzv49 .hot-products-swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.qrfd49 .qzzv49 .swiper-pagination-bullets {
  font-size: 0;
  text-align: center;
  position: absolute;
  bottom: -0.3636rem;
}

.qrfd49 .qzzv49 .swiper-slide {
  font-size: 0.1273rem;
  background: #fff;
  width: 290px;
  border-radius: 5px;
  overflow: hidden;
}

.qrfd49 .qzzv49 .swiper-slide .image {
  height: 215px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 15px 15px 0;
}

.qrfd49 .qzzv49 .swiper-slide .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.qrfd49 .qzzv49 .swiper-slide .rvsb47 {
  padding: 10px 30px 15px;
}

.qrfd49 .qzzv49 .swiper-slide .rvsb47 .dqza18 {
  height: 60px;
}

.qrfd49 .qzzv49 .swiper-slide .rvsb47 .egza31 {
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: 14px;
}

.qrfd49 .qzzv49 .swiper-slide .rvsb47 .adaq46 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.qrfd49 .qzzv49 .swiper-slide .rvsb47 .adaq46 .qefv74 {
  font-size: 18px;
  font-weight: bold;
  color: #E1251B;
  margin-right: 10px;
}

.qrfd49 .qzzv49 .swiper-slide .rvsb47 .adaq46 .asrv71 {
  font-size: 14px;
  color: #999999;
  margin-right: 15px;
}

.qrfd49 .qzzv49 .swiper-slide .rvsb47 .adaq46 > div:last-child {
  margin: 0;
}

.qrfd49 .qzzv49 .swiper-slide .eaxg74 {
  font-size: 0.1273rem;
  font-weight: bold;
  color: #fff;
  background: #84BD2E;
  width: 100%;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  -webkit-transition: all .2s;
  transition: all .2s;
  margin-top: 15px;
}

.qrfd49 .qzzv49 .swiper-slide .eaxg74:active {
  background: #E45B00;
}

.qrfd49 .qzzv49 .swiper-button-next {
  right: -120px;
}

.qrfd49 .qzzv49 .swiper-button-prev {
  left: -120px;
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}

.qrfd49 .qzzv49 .swiper-button-next, .qrfd49 .qzzv49 .swiper-button-prev {
  width: 60px;
  height: 60px;
  background-image: url(../img/2781@2x.png);
  background-size: 100% 100%;
  top: calc(50% - 30px);
}

@media screen and (max-width: 840px) {
  .qrfd49 .qzzv49 .swiper-button-next, .qrfd49 .qzzv49 .swiper-button-prev {
    display: none;
  }
}

.bzga18 {
  padding: 1.8182rem 0 1.2727rem !important;
}

.bzga18 .gaav16 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bzga18 .gaav16 .fafb15 {
  width: 605px;
  margin-right: 70px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bzga18 .gaav16 .fafb15 .hacf75 {
  margin-left: 15px;
  width: calc(100% - 105px);
  position: relative;
}

.bzga18 .gaav16 .fafb15 .hacf75 .main_img {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: 500px;
  min-height: 500px;
}

.bzga18 .gaav16 .fafb15 .hacf75 .main_img .play-v {
  width: 90px;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: calc(50% - 45px);
  left: calc(50% - 45px);
  cursor: pointer;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.bzga18 .gaav16 .fafb15 .hacf75 .main_img .play-v:hover {
  opacity: .7;
}

.bzga18 .gaav16 .fafb15 .hacf75 .main_img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.bzga18 .gaav16 .fafb15 .fvza15 {
  position: relative;
}

.bzga18 .gaav16 .fafb15 .fvza15 .fvza15-swiper-container {
  overflow: hidden;
  width: 90px;
  margin: auto;
  height: 500px;
}

.bzga18 .gaav16 .fafb15 .fvza15 .fvza15-swiper-container .swiper-wrapper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bzga18 .gaav16 .fafb15 .fvza15 .fvza15-swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.bzga18 .gaav16 .fafb15 .fvza15 .fvza15-swiper-container .swiper-wrapper .sta {
  border: 2px solid #84BD2E;
  position: relative;
}

.bzga18 .gaav16 .fafb15 .fvza15 .swiper-button-next {
  background-image: url(../img/2767@2x.png);
  right: 0;
}

.bzga18 .gaav16 .fafb15 .fvza15 .swiper-button-prev {
  background-image: url(../img/2767@2x.png);
  left: 0;
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}

.bzga18 .gaav16 .fafb15 .fvza15 .swiper-button-next, .bzga18 .gaav16 .fafb15 .fvza15 .swiper-button-prev {
  width: 35px;
  top: 0;
  margin-top: 0;
  height: 100%;
  background-size: 100% 100%;
}

@media screen and (max-width: 840px) {
  .bzga18 .gaav16 .fafb15 .fvza15 .swiper-button-next, .bzga18 .gaav16 .fafb15 .fvza15 .swiper-button-prev {
    background-size: 100%;
  }
}

.bzga18 .gaav16 .rgss95 {
  width: 545px;
}

.bzga18 .gaav16 .rgss95 .gagz46 {
  font-size: 0.1636rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.3182rem;
}

.bzga18 .gaav16 .rgss95 .gagz46 img {
  width: 100%;
  height: 100%;
}

.bzga18 .gaav16 .rgss95 .gagz46 .gfaa13 {
  width: 0.3636rem;
  height: 0.3636rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bzga18 .gaav16 .rgss95 .gagz46 .gfaa46 {
  margin: 0 0.0909rem;
}

.bzga18 .gaav16 .rgss95 .title {
  font-size: 18px;
  font-weight: bold;
  margin-top: 0.1818rem;
}

.bzga18 .gaav16 .rgss95 .adsa79 {
  position: relative;
  margin-top: 30px;
}

.bzga18 .gaav16 .rgss95 .adsa79 .adsa79-swiper-container {
  overflow: hidden;
  width: 280px;
  margin: auto;
  height: 280px;
  position: relative;
}

.bzga18 .gaav16 .rgss95 .adsa79 .adsa79-swiper-container .swiper-wrapper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bzga18 .gaav16 .rgss95 .adsa79 .adsa79-swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
}

.bzga18 .gaav16 .rgss95 .adsa79 .swiper-button-next {
  right: 0;
}

.bzga18 .gaav16 .rgss95 .adsa79 .swiper-button-prev {
  left: 0;
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}

.bzga18 .gaav16 .rgss95 .adsa79 .swiper-button-next, .bzga18 .gaav16 .rgss95 .adsa79 .swiper-button-prev {
  background-image: url(../img/8734@2x.png);
  width: 20px;
  top: calc(50% - 20px);
  margin-top: 0;
  height: 40px;
  background-size: 100% 100%;
}

.bzga18 .gaav16 .rgss95 .gdas15 {
  margin-top: 0.3636rem;
}

.bzga18 .gaav16 .rgss95 .gdas15 .fbza96 {
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #D8D8D8;
}

.bzga18 .gaav16 .rgss95 .gdas15 .fbza96 .ffzq15 {
  width: 0.2273rem;
  height: 0.2273rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0.0909rem;
}

.bzga18 .gaav16 .rgss95 .gdas15 .fbza96 .ffzq15 img {
  width: 100%;
  height: 100%;
}

.bzga18 .gaav16 .rgss95 .gdas15 .fbza96 .gdas94 {
  font-size: 0.1273rem;
  margin-right: 0.1364rem;
}

.bzga18 .gaav16 .rgss95 .gdas15 .fbza96 .times {
  font-size: 0.1818rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bzga18 .gaav16 .rgss95 .gdas15 .fbza96 .times div {
  width: 0.4545rem;
  height: 0.4545rem;
  background-color: #84BD2E;
  border-radius: 0.0455rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 0.0455rem;
  flex-wrap: wrap;
}
.bzga18 .gaav16 .rgss95 .gdas15 .fbza96 .times div:after{
  text-transform: uppercase;
  content: attr(data-text);
  display: block;
  letter-spacing: 0;
  font-size: 12px;
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 870px) {
  .bzga18 .gaav16 .rgss95 .gdas15 .fbza96 .times div:after{
    display: none;
  }
}

.bzga18 .gaav16 .rgss95 .gdas15 .rfsc43 {
  padding: 0.2636rem 0;
  border-right: 1px solid #D8D8D8;
  border-left: 1px solid #D8D8D8;
  border-bottom: 1px solid #D8D8D8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bzga18 .gaav16 .rgss95 .gdas15 .rfsc43 .agsz73 {
  font-weight: bold;
  width: 100%;
  text-align: center;
}

.bzga18 .gaav16 .rgss95 .gdas15 .rfsc43 .agsz73 .fatg72 {
  font-size: 0.1455rem;
  margin-bottom: 0.1364rem;
}

.bzga18 .gaav16 .rgss95 .gdas15 .rfsc43 .agsz73 .dim {
  font-size: 0.2545rem;
  color: #999999;
}

.bzga18 .gaav16 .rgss95 .gdas15 .rfsc43 .agsz73 .discounts {
  font-size: 0.2545rem;
  color: #E1251B;
}

.bzga18 .gaav16 .rgss95 .gdas15 .rfsc43 span {
  width: 1px;
  height: 0.7455rem;
  background: #D8D8D8;
}

@media screen and (max-width: 870px) {
  .bzga18 .gaav16 .rgss95 .gdas15 .rfsc43 .agsz73 .fatg72 {
    font-size: 14px;
  }
  .bzga18 .gaav16 .rgss95 .gdas15 .rfsc43 .agsz73 .dim {
    font-size: 20px;
  }
  .bzga18 .gaav16 .rgss95 .gdas15 .rfsc43 .agsz73 .discounts {
    font-size: 20px;
  }
}

.bzga18 .gaav16 .rgss95 .edvz16 {
  font-size: 0.1636rem;
  width: 100%;
  font-weight: bold;
  text-align: center;
  height: 0.5455rem;
  line-height: 0.5455rem;
  border-right: 5px;
  background: #84BD2E;
  cursor: pointer;
  margin-top: 0.4545rem;
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #fff;
}

.bzga18 .gaav16 .rgss95 .edvz16:active {
  background: #E45B00;
}

@media screen and (max-width: 840px) {
  .bzga18 .gaav16 .rgss95 .rfsc43 .agsz73 .fatg72 {
    font-size: 14px;
  }
  .bzga18 .gaav16 .rgss95 .rfsc43 .agsz73 .dim {
    font-size: 20px;
  }
  .bzga18 .gaav16 .rgss95 .rfsc43 .agsz73 .discounts {
    font-size: 20px;
  }
  .bzga18 .gaav16 .rgss95 .edvz16 {
    font-size: 18px;
    height: 55px;
    line-height: 55px;
  }
}

@media screen and (max-width: 840px) {
  .bzga18 .gaav16 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .bzga18 .gaav16 .fafb15 {
    display: none;
  }
  .bzga18 .gaav16 .rgss95 {
    width: 100%;
    margin-top: 20px;
  }
  .bzga18 .gaav16 .rgss95 .adsa79 {
    display: block !important;
  }
}

.bzga18 .dscc71 {
  font-size: 14px;
  margin-top: 1.2727rem;
}

.bzga18 .dscc71 .gqza43 {
  border: 1px solid #D8D8D8;
}

.bzga18 .dscc71 .fbva74 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #D8D8D8;
}

@media screen and (max-width: 840px) {
  .bzga18 .dscc71 .fbva74 {
    height: 40px;
    line-height: 40px;
  }
}

.bzga18 .dscc71 .fbva74 .sta::before {
  height: 8px;
  content: '';
  background-image: url(../img/26.png);
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}

.bzga18 .dscc71 .fbva74 > div {
  cursor: pointer;
  width: 175px;
  text-align: center;
  border-right: 1px solid #D8D8D8;
  position: relative;
}

.bzga18 .dscc71 .gacz15 {
  padding: 25px;
}

.play-v-t {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
  cursor: pointer;
  -webkit-transition: all .2s;
  transition: all .2s;
  z-index: 2;
}

.play-v-t img {
  width: 100%;
  height: 100%;
}

.v-video {
  position: absolute;
  left: 0;
  top: 0;
  width: 500px;
  height: 500px;
  z-index: 98;
}

@media screen and (max-width: 840px) {
  .v-video {
    width: 100%;
    height: 100%;
  }
}

.v-video .cplayer {
  width: 100%;
  background-color: #000;
  height: 100%;
}

.v-video .cplayer .j-video {
  width: 100%;
  height: 100%;
}

.v-video .video-close {
  background-image: url(../img/close.png);
  position: absolute;
  right: 10px;
  top: 10px;
  width: 20px;
  height: 20px;
  background-size: 100% 100%;
  cursor: pointer;
}

footer .qwfv43 {
  padding: 0.1091rem 0;
  background-color: #F1F1F1;
}

footer .qwfv43 .efza12 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer .qwfv43 .efza12 .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .qwfv43 .efza12 .left .image {
  width: 0.5909rem;
  height: 0.5909rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0.1364rem;
}

footer .qwfv43 .efza12 .left .image img {
  width: 100%;
  height: 100%;
}

footer .qwfv43 .efza12 .left .gfza49 {
  max-width: 500px;
  width: calc(100% - 0.7273rem);
}

footer .qwfv43 .efza12 .left .gfza49 .title {
  font-size: 0.1455rem;
  font-weight: bold;
}

footer .qwfv43 .efza12 .left .gfza49 .desc {
  font-size: 0.1273rem;
}

footer .qwfv43 .efza12 .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 450px;
}

footer .qwfv43 .efza12 .right .el-input {
  font-size: 0;
}

@media screen and (max-width: 1040px) {
  footer .qwfv43 .efza12 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .qwfv43 .efza12 .right {
    margin: 10px 0;
  }
}

footer .qaxc71 {
  font-size: 0.1455rem;
  padding: 0.4091rem 0;
  background-image: url(../img/8847@2x.png);
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffff;
}

footer .qaxc71 .dasq71 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer .qaxc71 .dasq71 .edzc46 > div:nth-of-type(n+2) {
  margin-top: 0.0909rem;
}

footer .qaxc71 .dasq71 .rewf71 .lit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.2727rem;
}

footer .qaxc71 .dasq71 .rewf71 .lit > div:nth-of-type(n+2) {
  margin-left: 0.1091rem;
}

footer .qaxc71 .dasq71 .rewf71 .lit .lis {
  width: 0.2727rem;
  height: 0.2727rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .qaxc71 .dasq71 .rewf71 .lit .lis img {
  width: 100%;
  height: 100%;
}

.rest {
  position: fixed;
  right: 7%;
  top: 50vh;
  z-index: 9;
}

.rest > div {
  width: 50px;
  height: 50px;
  background-size: 100% 100%;
  cursor: pointer;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.rest > div:nth-of-type(n+2) {
  margin-top: 0.1364rem;
}

@media screen and (max-width: 840px) {
  .rest {
    right: 4%;
  }
  .rest > div {
    width: 40px;
    height: 40px;
  }
}

.rest .message {
  background-image: url(../img/but/2850@2x.png);
}

.rest .message:hover {
  background-image: url(../img/but/2854@2x.png);
}

.rest .message .content {
  position: absolute;
  font-size: 14px;
  right: calc(100% + 20px);
  background: #fff;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #D8D8D8;
  display: none;
}


.rest .question {
  background-image: url(../img/but/2849@2x.png);
}

.rest .question:hover {
  background-image: url(../img/but/2853@2x.png);
}

.rest .top {
  background-image: url(../img/but/2848@2x.png);
}

.rest .top:hover {
  background-image: url(../img/but/2852@2x.png);
}

.toch {
  /* position:fixed;
    height:100%; */
  overflow-y: hidden;
}

.el-dialog__wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  margin: 0;
}

.el-dialog__wrapper .el-dialog {
  background: #FFF;
  position: relative;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 96%;
  max-width: 700px;
  -webkit-transform: none;
          transform: none;
  left: 0;
  margin: 0 auto;
}

.el-dialog__wrapper .el-dialog .el-dialog__header {
  padding: 20px 20px 15px;
  font-size: 0;
  border-bottom: 1px solid #D8D8D8;
}

.el-dialog__wrapper .el-dialog .el-dialog__header .icons {
  height: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  float: left;
}

.el-dialog__wrapper .el-dialog .el-dialog__header .icons img {
  height: 100%;
}

.el-dialog__wrapper .el-dialog .el-dialog__header .el-dialog__title {
  line-height: 24px;
  font-size: 18px;
  color: #84BD2E;
  font-weight: bold;
}

.el-dialog__wrapper .el-dialog .el-dialog__header .close {
  width: 20px;
  height: 20px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000;
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
}

.el-dialog__wrapper .el-dialog .el-dialog__header .close img {
  width: 100%;
  height: 100%;
}

.el-dialog__wrapper .el-dialog .el-dialog__body {
  padding: 0.6818rem 0.181rem 0.3636rem;
  color: #222;
  font-size: 0.127rem;
}

.v-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: .7;
  background: #000;
}

.submit .tfdz46 {
  width: 100%;
  max-width: 400px;
  margin: auto;
}

.submit .tfdz46 .s_b_i {
  margin-bottom: 20px;
  border-bottom: 1px solid #D8D8D8;
}

.submit .tfdz46 .s_b_i .inde_inr {
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 11px 0;
  text-align: right;
  float: left;
}

.submit .tfdz46 .s_b_i .inde_inr img {
  width: 100%;
  height: 100%;
}

.submit .tfdz46 .s_b_i .mo_input {
  margin-left: 25px;
  position: relative;
}

.submit .tfdz46 .s_b_i .mo_input .el-input {
  max-width: 400px;
}

.result .dsad19 {
  font-size: 18px;
  font-weight: bold;
  width: 100%;
  max-width: 400px;
  margin: auto;
}

.result .fgfb43 {
  margin: 30px auto 0;
  width: 100%;
  max-width: 400px;
  height: 55px;
  line-height: 54px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  border: 2px dashed #999;
  position: relative;
}

.result .fgfb43 .copy-success {
  position: absolute;
  top: -56px;
  background-size: 100% 100%;
  left: calc(50% - 60px);
  background-image: url(../img/but/9@2x.png);
  width: 120px;
  height: 56px;
  line-height: 50px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  -webkit-transition: all .2s;
  transition: all .2s;
  display: none;
}

.result .gzag16 {
  font-size: 14px;
  color: #666;
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.result .gzag16 .iamge {
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
}

.result .gzag16 .iamge img {
  width: 100%;
  height: 100%;
}

.hsaz49 {
  font-size: 17px;
  width: 100%;
  max-width: 400px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-weight: bold;
  background: #84BD2E;
  margin: 25px auto 0;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all .2s;
  transition: all .2s;
  border-radius: 3px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
}

.hsaz49:active {
  background: #E45B00;
  color: #fff;
}

.hsaz49::after {
  content: '';
  background-image: url(../img/but/8718@2x.png);
  width: 21px;
  height: 18px;
  background-size: 100% 100%;
  position: absolute;
  margin-left: 10px;
  top: calc(50% - 11px);
}

.hint {
  font-size: 12px;
  color: #999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 25px;
}

.hint .image {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hint .image img {
  width: 100%;
  height: 100%;
}

.hint a {
  color: #F7B500;
  margin-left: 10px;
}

.hint a:hover {
  text-decoration: underline;
}

.wdsz73 {
  padding: 250px 160px;
}

.wdsz73 .image {
  width: 100px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 45px;
}

.wdsz73 .image img {
  width: 100%;
  height: 100%;
}

.wdsz73 .title {
  font-size: 20px;
  color: #999;
  text-align: center;
}


.submit .tfdz46 .s_b_i .mo_input .el-input-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.submit .tfdz46 .s_b_i .mo_input .send {
  line-height: 40px;
  background: #84BD2E;
  color: #fff;
  font-weight: bold;
  padding: 0 15px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: 0;
  border: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.submit .tfdz46 .s_b_i .mo_input .send:active {
  background-color: #E45B00 !important;
}
.gacz15>.rgzb71 * {width: auto !important;}
.gacz15>.rgzb71 a {
  color: blue;
}