@charset "UTF-8";
@font-face {
  font-family: MiSans;
  src: url(../font/MiSans-Regular.ttf);
}
@font-face {
  font-family: MiSansLight;
  src: url(../font/MiSans-Light.ttf);
}
html {
  font-family: MiSans, Helvetica Neue, Helvetica, Arial, Microsoft Yahei, Hiragino Sans GB, Heiti SC, WenQuanYi Micro Hei, 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;
  box-sizing: border-box;
  color: #222;
  background-color: #fff;
}

*,
*::before,
*::after {
  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: 1320px;
  padding: 0 10px;
  margin: auto;
}

header {
  position: fixed;
  width: 100%;
  transition: all 0.2s;
  z-index: 99;
  top: 0;
}
header .vasa15 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px;
  position: relative;
}
header .vasa15 .l_t {
  font-size: 16px;
  display: flex;
  align-items: center;
  font-weight: bold;
}
header .vasa15 .l_t .image {
  width: 140px;
  height: 50px;
  display: flex;
  margin-right: 55px;
}
header .vasa15 .l_t .image img {
  width: 100%;
  height: 100%;
}
header .vasa15 .l_t ul {
  display: flex;
  line-height: 1;
}
header .vasa15 .l_t ul > li {
  transition: all 0.2s;
  position: relative;
}
header .vasa15 .l_t ul > li:hover {
  color: #1878F3;
}
header .vasa15 .l_t ul > li:nth-of-type(n+2) {
  margin-left: 35px;
}
header .vasa15 .l_r {
  font-size: 16px;
  display: flex;
  align-items: center;
  font-weight: bold;
}
header .vasa15 .l_r .qfqz11 {
  width: 105px;
  height: 40px;
  line-height: 40px;
  margin-left: 25px;
  background: #1878F3;
  text-align: center;
  color: #fff;
  transition: all 0.2s;
}
header .vasa15 .l_r .qfqz11:hover {
  background: #0054BF;
}
@media screen and (max-width: 1200px) {
  header .vasa15 .l_t .image {
    width: 84px;
    height: 30px;
  }
  header .vasa15 .l_t .vass46 {
    display: none;
  }
  header .vasa15 .l_r a {
    display: none;
  }
  header .vasa15 .menus {
    display: block;
  }
}

.blackback {
  background-color: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.05);
}

/*  */
.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: #000;
  transition-duration: 0.086s;
  transition-property: background-color, opacity, 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 {
  transform: translateY(6px) rotate(45deg);
}

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

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

.hewx18 {
  background: url("../image/4886.png") top center;
  height: 898px;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  margin: auto;
  align-items: center;
  position: relative;
  transition: all 0.2s;
}
.hewx18 .qfdz15 {
  width: 560px;
  margin-left: 9%;
}
.hewx18 .qfdz15 .jrvd48 {
  font-size: 75px;
  color: #1878F3;
  font-weight: bold;
}
.hewx18 .qfdz15 .wqcs26 {
  font-size: 56px;
  font-weight: bold;
}
.hewx18 .qfdz15 .uerv24 {
  font-size: 29px;
  color: #666666;
}
.hewx18 .qfdz15 .wqcg85 {
  font-size: 24px;
  color: #fff;
  background: linear-gradient(to right, #1878F3, #50C3FE);
  padding: 14px 25px;
  border-radius: 50px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-top: 40px;
}
@media screen and (max-width: 1540px) {
  .hewx18 .qfdz15 {
    margin-left: 80px;
  }
}
@media screen and (max-width: 1100px) {
  .hewx18 {
    height: 100vh;
    justify-content: center;
    background: url("../image/4928.png") top center;
    height: 100vh;
    background-size: 100%;
  }
  .hewx18 .qfdz15 {
    width: 90%;
    margin-left: 0;
    margin-bottom: 35vh;
  }
  .hewx18 .qfdz15 .jrvd48 {
    font-size: 60px;
  }
  .hewx18 .qfdz15 .wqcs26 {
    font-size: 28px;
  }
  .hewx18 .qfdz15 .uerv24 {
    font-size: 16px;
  }
  .hewx18 .qfdz15 .wqcg85 {
    font-size: 14px;
    padding: 8px 20px;
    margin-top: 20px;
  }
}

/* 点击分类 */
.classify_con {
  background-color: #fff;
  transition: all 0.2s;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1300;
  left: 0px;
  top: 0px;
  overflow: auto;
  display: none;
}

.classify_top {
  margin-bottom: 15px;
  padding: 10px;
  display: flex;
  justify-content: flex-end;
}
.classify_top .close {
  width: 35px;
  height: 35px;
  display: flex;
}
.classify_top .close img {
  width: 100%;
  height: 100%;
}

.classify_con_div div {
  text-align: center;
  margin-top: 15px;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #000;
  padding-bottom: 15px;
}

.adsbv16 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  width: 96%;
  margin: 20px auto 0;
  height: 50px;
  line-height: 50px;
  border-radius: 3px;
  color: #1878F3;
  cursor: pointer;
  border: 1px solid #1878F3;
}
.adsbv16:active {
  background: #1878F3;
  color: #fff;
}

.urtb15 .title {
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  position: relative;
  display: table;
  margin: auto;
}
.urtb15 .title span {
  color: #1878F3;
}
.urtb15 .title::after {
  content: "";
  display: block;
  background-image: url(../image/4817.png);
  width: 30px;
  height: 20px;
  background-size: 100% 100%;
  position: absolute;
  right: -45px;
  top: 12px;
}
.urtb15 .title::before {
  content: "";
  display: block;
  background-image: url(../image/4817.png);
  width: 30px;
  height: 20px;
  background-size: 100% 100%;
  position: absolute;
  left: -45px;
  top: 12px;
}
.urtb15 .desc {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  position: relative;
  display: table;
  margin: 5px auto;
}
@media screen and (max-width: 1100px) {
  .urtb15 .title {
    font-size: 26px;
  }
  .urtb15 .title::after {
    width: 20px;
    height: 13px;
    right: -35px;
    top: 10px;
  }
  .urtb15 .title::before {
    width: 20px;
    height: 13px;
    left: -35px;
    top: 10px;
  }
  .urtb15 .desc {
    font-size: 15px;
  }
}

.tvza67 {
  position: relative;
}
.tvza67::before {
  content: attr(data-title);
  font-family: MiSansLight;
  position: absolute;
  font-size: 40px;
  color: #EAEAEA;
  font-weight: 400;
  left: 0;
  right: 0;
  text-align: center;
  top: -33px;
}
.tvza67 .title {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  position: relative;
  display: table;
  margin: auto;
}
.tvza67 .title span {
  color: #1878F3;
}
.tvza67 .desc {
  font-size: 16px;
  text-align: center;
  color: #666666;
}
@media screen and (max-width: 1100px) {
  .tvza67::before {
    font-size: 28px;
    top: -24px;
  }
  .tvza67 .title {
    font-size: 26px;
  }
  .tvza67 .desc {
    font-size: 14px;
  }
}

.hrvs19 .title::after {
  background-image: url(../image/straw-right.png);
  width: 48px;
  height: 62px;
  right: -50px;
  top: -12px;
}
.hrvs19 .title::before {
  background-image: url(../image/straw-left.png);
  width: 48px;
  height: 62px;
  left: -50px;
  top: -12px;
}
.hrvs19 .desc {
  color: #666666;
}
@media screen and (max-width: 1100px) {
  .hrvs19 .title::after {
    width: 35px;
    height: 45px;
    right: -40px;
  }
  .hrvs19 .title::before {
    width: 35px;
    height: 45px;
    left: -40px;
  }
}

.uyre16 .ywex19 {
  display: flex;
  justify-content: center;
  margin-top: 55px;
}
.uyre16 .ywex19 .yerv18 {
  font-size: 20px;
  display: flex;
  font-weight: bold;
  height: 55px;
  line-height: 55px;
}
.uyre16 .ywex19 .yerv18 > div {
  background: #fff;
  padding: 0 57px;
  border: 1px solid #1878F3;
  cursor: pointer;
  transition: all 0.2s;
  color: #1878F3;
}
.uyre16 .ywex19 .yerv18 > div:nth-of-type(1) {
  border-radius: 28px 0px 0px 28px;
}
.uyre16 .ywex19 .yerv18 > div:nth-of-type(2) {
  border-radius: 0 28px 28px 0;
}
.uyre16 .ywex19 .yerv18 .sta {
  background-color: #1878F3;
  color: #fff;
  display: flex;
  align-items: center;
}
.uyre16 .ywex19 .yerv18 .sta::before {
  content: "";
  display: inline-block;
  background-image: url(../image/honor/4752.png);
  width: 28px;
  height: 28px;
  margin-right: 10px;
  background-size: 100% 100%;
}
@media screen and (max-width: 1100px) {
  .uyre16 .ywex19 {
    margin-top: 40px;
  }
  .uyre16 .ywex19 .yerv18 {
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    width: 100%;
  }
  .uyre16 .ywex19 .yerv18 > div {
    width: 50%;
    text-align: center;
    padding: 0;
  }
  .uyre16 .ywex19 .yerv18 .sta {
    justify-content: center;
  }
  .uyre16 .ywex19 .yerv18 .sta::before {
    width: 20px;
    height: 20px;
    margin-right: 8px;
  }
}
.uyre16 .yevs51 {
  position: relative;
  margin: 85px 0 0;
}
.uyre16 .yevs51 .jhbd19-swiper-container, .uyre16 .yevs51 .jrev34-swiper-container {
  overflow: hidden;
  margin: auto;
}
.uyre16 .yevs51 .jhbd19-swiper-container .swiper-wrapper .swiper-slide, .uyre16 .yevs51 .jrev34-swiper-container .swiper-wrapper .swiper-slide {
  cursor: pointer;
  position: relative;
}
.uyre16 .yevs51 .jhbd19-swiper-container .swiper-wrapper .swiper-slide img, .uyre16 .yevs51 .jrev34-swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
}
.uyre16 .yevs51 .jhbd19-swiper-container .swiper-wrapper .jtrv18, .uyre16 .yevs51 .jrev34-swiper-container .swiper-wrapper .jtrv18 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  .uyre16 .yevs51 .jhbd19-swiper-container .swiper-wrapper .jtrv18, .uyre16 .yevs51 .jrev34-swiper-container .swiper-wrapper .jtrv18 {
    font-size: 14px;
  }
}
.uyre16 .yevs51 .swiper-button-next {
  background-image: url(../image/honor/4757.png);
  transform: rotateZ(180deg);
  right: -65px;
}
.uyre16 .yevs51 .swiper-button-prev {
  background-image: url(../image/honor/4757.png);
  left: -65px;
}
.uyre16 .yevs51 .swiper-button-next,
.uyre16 .yevs51 .swiper-button-prev {
  width: 30px;
  top: calc(50% - 25px);
  margin-top: 0;
  height: 50px;
  background-size: 100% 100%;
}
@media screen and (max-width: 1440px) {
  .uyre16 .yevs51 .swiper-button-next, .uyre16 .yevs51 .swiper-button-prev {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  .uyre16 .yevs51 {
    margin: 35px 0 0;
  }
}

.rehv34 {
  padding-top: 150px;
}
@media screen and (max-width: 1100px) {
  .rehv34 {
    padding-top: 100px;
  }
}
.rehv34 .jeys42 {
  margin-top: 75px;
  padding-top: 120px;
  padding-bottom: 100px;
  background-image: url(../image/5533.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.rehv34 .jeez18 {
  color: #fff;
}
.rehv34 .jeez18 .jree41 {
  width: 100%;
  max-width: 500px;
}
.rehv34 .jeez18 .jree41 .title {
  font-size: 32px;
  font-weight: bold;
}
.rehv34 .jeez18 .jree41 .tips {
  font-size: 22px;
}
.rehv34 .jeez18 .jree41 .desc {
  margin-top: 35px;
  font-size: 16px;
}
.rehv34 .jeez18 .jree41 .desc > div:nth-of-type(n+2) {
  margin-top: 15px;
}
.rehv34 .jeez18 .jree41 .btn {
  margin-top: 50px;
  font-size: 18px;
  font-weight: bold;
  border: 1px solid;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 15px 64px;
  transform: skew(-15deg, 0);
  cursor: pointer;
  transition: all 0.2s;
}
.rehv34 .jeez18 .jree41 .btn:hover {
  background-color: #fff;
  color: #1878F3;
}
@media screen and (max-width: 1100px) {
  .rehv34 .jeez18 .jree41 .btn {
    margin: 30px auto 0;
  }
}
.rehv34 .jeez18 .video {
  right: 145px;
  position: absolute;
  width: 810px;
  height: 475px;
  bottom: 0;
  background-image: url(../image/5532.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  cursor: pointer;
  display: flex;
}
.rehv34 .jeez18 .video::before {
  content: attr(data-title);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: pre;
  font-size: 46px;
  text-align: center;
  font-weight: bold;
  z-index: 1;
}
.rehv34 .jeez18 .video::after {
  content: "";
  width: 110px;
  height: 110px;
  background-image: url(../image/5413.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin: auto;
  transition: all 0.2s;
  z-index: 1;
}
.rehv34 .jeez18 .video:hover::after {
  transform: scale(1.1);
}
@media screen and (max-width: 1640px) {
  .rehv34 .jeez18 .video {
    width: 710px;
    height: 416px;
    right: 90px;
  }
  .rehv34 .jeez18 .video::before {
    font-size: 38px;
  }
}
@media screen and (max-width: 1100px) {
  .rehv34 .jeez18 .video {
    position: relative;
    width: 100%;
    right: 0;
    background-size: cover;
    height: 55vw;
    margin-top: 50px;
  }
  .rehv34 .jeez18 .video::before {
    font-size: 26px;
  }
  .rehv34 .jeez18 .video::after {
    width: 70px;
    height: 70px;
  }
}

.utrb48 {
  padding: 140px 0;
  background-image: url(../image/5428.png);
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1100px) {
  .utrb48 {
    padding: 100px 0;
  }
}
.utrb48 .wrcd41 {
  position: relative;
}
.utrb48 .wrcd41 .bfvc14 {
  margin-bottom: 80px;
}
.utrb48 .wrcd41 .bfvc14 .title {
  font-size: 36px;
  font-weight: bold;
}
.utrb48 .wrcd41 .bfvc14 .title span {
  color: #1878F3;
}
.utrb48 .wrcd41 .bfvc14 .tips {
  font-size: 16px;
  color: #999999;
}
@media screen and (max-width: 1100px) {
  .utrb48 .wrcd41 .bfvc14 {
    margin-bottom: 40px;
  }
  .utrb48 .wrcd41 .bfvc14 .title {
    font-size: 26px;
  }
  .utrb48 .wrcd41 .bfvc14 .tips {
    font-size: 14px;
  }
}
.utrb48 .wrcd41 .trev54-swiper-container {
  overflow: hidden;
  margin: auto;
  border-right: 1px solid #D8D8D8;
  position: relative;
}
.utrb48 .wrcd41 .trev54-swiper-container .swiper-wrapper .swiper-slide {
  width: 330px;
  height: 460px;
  background-color: #fff;
  border-top: 1px solid #D8D8D8;
  border-bottom: 1px solid #D8D8D8;
  border-left: 1px solid #D8D8D8;
}
.utrb48 .wrcd41 .trev54-swiper-container .swiper-wrapper .swiper-slide .image {
  width: 105px;
  height: 105px;
  margin: 90px auto 0;
  display: flex;
}
.utrb48 .wrcd41 .trev54-swiper-container .swiper-wrapper .swiper-slide .image img {
  width: 100%;
  height: 100%;
}
.utrb48 .wrcd41 .trev54-swiper-container .swiper-wrapper .swiper-slide .image > img:nth-of-type(2) {
  display: none;
}
.utrb48 .wrcd41 .trev54-swiper-container .swiper-wrapper .swiper-slide .title {
  width: 200px;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  margin: 20px auto 0;
}
.utrb48 .wrcd41 .trev54-swiper-container .swiper-wrapper .swiper-slide .desc {
  width: 250px;
  margin: 15px auto 0;
  color: #666;
  text-align: center;
  font-size: 18px;
}
.utrb48 .wrcd41 .trev54-swiper-container .swiper-wrapper .swiper-slide:hover {
  background-color: #1878F3;
}
.utrb48 .wrcd41 .trev54-swiper-container .swiper-wrapper .swiper-slide:hover .image > img:nth-of-type(1) {
  display: none;
}
.utrb48 .wrcd41 .trev54-swiper-container .swiper-wrapper .swiper-slide:hover .image > img:nth-of-type(2) {
  display: block;
}
.utrb48 .wrcd41 .trev54-swiper-container .swiper-wrapper .swiper-slide:hover .title {
  color: #fff;
}
.utrb48 .wrcd41 .trev54-swiper-container .swiper-wrapper .swiper-slide:hover .desc {
  color: #fff;
}
.utrb48 .wrcd41 .swiper-pagination-bullet {
  opacity: 1;
  background: #D8D8D8;
  width: 50px;
  height: 5px;
  border-radius: 0;
  margin: 0 4px;
}
.utrb48 .wrcd41 .swiper-pagination-bullet-active {
  background: #1878F3;
}
.utrb48 .wrcd41 .swiper-pagination {
  font-size: 0;
  bottom: -50px;
  width: 100%;
}

.jhsc18 {
  padding-top: 150px;
}
@media screen and (max-width: 1100px) {
  .jhsc18 {
    padding-top: 100px;
  }
}
.jhsc18 .why .title {
  font-size: 34px;
  font-weight: bold;
  text-align: center;
}
.jhsc18 .why .title span {
  color: #1878F3;
  font-size: 64px;
}
.jhsc18 .why .desc {
  font-size: 16px;
  text-align: center;
}
.jhsc18 .why .desc span {
  color: #1878F3;
  font-weight: bold;
}
@media screen and (max-width: 1100px) {
  .jhsc18 .why .title {
    font-size: 24px;
  }
  .jhsc18 .why .title span {
    font-size: 36px;
  }
  .jhsc18 .why .desc {
    font-size: 14px;
  }
}
.jhsc18 .ywex41 {
  margin-top: 70px;
  padding-bottom: 120px;
  background: url(../image/5566.png) left bottom;
  background-repeat: no-repeat;
}
.jhsc18 .jndh41 {
  width: 100%;
  max-width: 1340px;
  display: flex;
  margin: 0 auto;
  position: relative;
}
.jhsc18 .jndh41::after {
  content: "";
  width: 138px;
  height: 138px;
  background-image: url(../image/5000.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.jhsc18 .jndh41 img {
  width: 100%;
}

.uacg42 {
  display: flex;
  margin-top: 30px;
  justify-content: space-between;
}
.uacg42 .hewc48 {
  width: 49%;
}
.uacg42 .hewc48 .title {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px;
}
.uacg42 .hewc48 .list {
  font-size: 20px;
}
.uacg42 .hewc48 .list > div {
  height: 70px;
  padding-left: 60px;
  display: flex;
  align-items: center;
  position: relative;
}
.uacg42 .hewc48 .list > div::before {
  content: "";
  position: absolute;
  left: -35px;
  width: 90px;
  height: 90px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.uacg42 .hewc48 .list > div:nth-of-type(n+2) {
  margin-top: 20px;
}
@media screen and (max-width: 1100px) {
  .uacg42 .hewc48 .title {
    font-size: 22px;
  }
  .uacg42 .hewc48 .list {
    font-size: 14px;
  }
  .uacg42 .hewc48 .list > div {
    height: 114px;
    padding-left: 8px;
  }
  .uacg42 .hewc48 .list > div::before {
    left: -10px;
    width: 40px;
    top: -25px;
    height: 40px;
  }
  .uacg42 .hewc48 .list > div:nth-of-type(n+2) {
    margin-top: 30px;
  }
}
.uacg42 .old .list > div {
  background: linear-gradient(to right, #BABABA, #FAFAFA);
}
.uacg42 .old .list > div::before {
  background-image: url(../image/5478.png);
}
.uacg42 .new .list > div {
  background: linear-gradient(to right, #95D1FF, #F4FDFF);
}
.uacg42 .new .list > div::before {
  background-image: url(../image/5476.png);
}

.rtev19 {
  padding-top: 150px;
  padding-bottom: 150px;
}
@media screen and (max-width: 1100px) {
  .rtev19 {
    padding-top: 100px;
    padding-bottom: 80px;
  }
}
.rtev19 .reas14 {
  display: flex;
  height: 80px;
  line-height: 80px;
  background-color: #f7f7f7;
  padding: 0 30px;
  font-size: 36px;
  font-weight: bold;
  position: relative;
  color: #1878F3;
}
.rtev19 .reas14::before {
  position: absolute;
  display: block;
  content: "";
  width: 10px;
  height: 100%;
  background-color: #1878F3;
  left: 0;
}
.rtev19 .reas14 .trvs16 {
  margin-left: 20px;
  font-size: 18px;
  color: #222;
}
@media screen and (max-width: 1100px) {
  .rtev19 .reas14 {
    height: 55px;
    line-height: 55px;
    padding: 0 15px;
    font-size: 22px;
  }
  .rtev19 .reas14::before {
    width: 5px;
  }
  .rtev19 .reas14 .trvs16 {
    margin-left: 10px;
    font-size: 16px;
  }
}
.rtev19 .bsds15 {
  margin-top: 100px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -moz-column-gap: 15px;
       column-gap: 15px;
  overflow: auto;
}
.rtev19 .bsds15 .lis .l_t {
  text-align: center;
  padding: 30px;
  background-color: #E6E8EA;
  border-left: 1px solid #D8D8D8;
  border-right: 1px solid #D8D8D8;
  border-top: 1px solid #D8D8D8;
  background-repeat: no-repeat;
  transition: all 0.2s;
  position: relative;
  overflow: hidden;
}
.rtev19 .bsds15 .lis .l_t .title {
  font-size: 20px;
  font-weight: bold;
}
.rtev19 .bsds15 .lis .l_t .original {
  font-size: 14px;
  color: #666;
  text-decoration: line-through;
}
.rtev19 .bsds15 .lis .l_t .price {
  font-size: 60px;
  line-height: 1;
  margin-top: 15px;
  font-weight: bold;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.rtev19 .bsds15 .lis .l_t .price::before {
  content: "¥";
  display: block;
  font-size: 30px;
}
.rtev19 .bsds15 .lis .l_t .desc {
  font-size: 14px;
  color: #999;
  margin-top: 10px;
}
.rtev19 .bsds15 .lis .l_t::after {
  content: attr(data-title);
  font-size: 16px;
  color: #fff;
  background: #1878F3;
  position: absolute;
  right: -45px;
  top: 26px;
  padding: 10px 0;
  transform: rotate(45deg);
  width: 175px;
  text-align: center;
}
.rtev19 .bsds15 .lis .l_b {
  padding: 30px;
  border-left: 1px solid #D8D8D8;
  border-right: 1px solid #D8D8D8;
  border-bottom: 1px solid #D8D8D8;
  min-height: 310px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.rtev19 .bsds15 .lis .l_b .descList {
  font-size: 16px;
  flex: 1;
  text-align: center;
}
.rtev19 .bsds15 .lis .l_b .descList > div:nth-of-type(n+2) {
  margin-top: 10px;
}
.rtev19 .bsds15 .lis .l_b a {
  width: 100%;
  display: block;
}
.rtev19 .bsds15 .lis .l_b a .but {
  width: 220px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  border: 1px solid #222;
  font-size: 18px;
  font-weight: bold;
  transition: all 0.2s;
  margin: 0 auto;
}
.rtev19 .bsds15 .lis .l_b a .but:hover {
  background-color: #1878F3;
  border-color: #1878F3;
  box-shadow: 0 0 5px #1878F3;
  color: #fff;
  cursor: pointer;
}
.rtev19 .bsds15 .lis:hover .l_t {
  background-color: #1878F3;
  border-color: #1878F3;
  color: #fff;
}
.rtev19 .bsds15 .lis:hover .l_t .original {
  color: #fff;
}
.rtev19 .bsds15 .lis:hover .l_t .desc {
  color: #fff;
}
.rtev19 .bsds15 .lis:hover .l_t::after {
  background: #fff;
  color: #1878F3;
}
@media screen and (max-width: 1100px) {
  .rtev19 .bsds15 {
    margin-top: 50px;
    grid-template-columns: 1fr;
  }
}

.casr41 {
  padding: 150px 0;
}
@media screen and (max-width: 1100px) {
  .casr41 {
    padding-top: 100px;
    padding-bottom: 80px;
  }
}
.casr41 .bawc {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  row-gap: 15px;
  -moz-column-gap: 15px;
       column-gap: 15px;
  margin-top: 100px;
}
.casr41 .bawc .list {
  width: 430px;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  position: relative;
}
.casr41 .bawc .list img {
  width: 100%;
}
.casr41 .bawc .list::after {
  content: attr(data-title);
  position: absolute;
  bottom: 20px;
  text-align: center;
  left: 0;
  right: 0;
  font-size: 20px;
  color: #fff;
}
@media screen and (max-width: 1100px) {
  .casr41 .bawc {
    grid-template-columns: 1fr 1fr;
    row-gap: 45px;
    margin-top: 40px;
  }
  .casr41 .bawc .list {
    width: 100%;
  }
  .casr41 .bawc .list::after {
    height: 36px;
    bottom: -40px;
    font-size: 12px;
    color: #000;
    text-align: left;
  }
}

.ywet64 {
  background-color: #F7F7F7;
}
.ywet64 .urex15 {
  padding-top: 150px;
  padding-bottom: 150px;
}
@media screen and (max-width: 1100px) {
  .ywet64 .urex15 {
    padding-top: 100px;
    padding-bottom: 80px;
  }
}
.ywet64 .hbsg15 {
  background: #fff;
  border-top-left-radius: 500px;
  padding-top: 150px;
}
@media screen and (max-width: 1100px) {
  .ywet64 .hbsg15 {
    padding-top: 100px;
    border-top-left-radius: 100px;
  }
}

.filedLlogin {
  display: none;
  -webkit-animation: shadow-drop-2-center 0.4s cubic-bezier(0.95, 0.05, 0.795, 0.035) infinite alternate both;
  animation: shadow-drop-2-center 0.4s cubic-bezier(0.95, 0.05, 0.795, 0.035) infinite alternate both;
}
@media screen and (max-width: 1100px) {
  .filedLlogin {
    display: block;
    position: fixed;
    bottom: 8px;
    left: 0;
    right: 0;
    z-index: 100;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    border-radius: 28px;
    background: linear-gradient(to bottom, #5B7FF9, #0654DD);
    width: 94%;
    margin: auto;
    box-shadow: 0px 5px 2px #0043A8;
    border: 3px solid #fff;
    height: 50px;
    line-height: 46px;
    cursor: pointer;
  }
  .filedLlogin:active {
    opacity: 0.9;
  }
}

@-webkit-keyframes shadow-drop-2-center {
  0% {
    transform: scale(1);
  }
  to {
    transform: scale(1.05);
  }
}

@keyframes shadow-drop-2-center {
  0% {
    transform: scale(1);
  }
  to {
    transform: scale(1.05);
  }
}
footer {
  background-image: url(../image/200.png);
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 150px;
  height: 250px;
  position: relative;
  display: flex;
}
@media screen and (max-width: 1100px) {
  footer {
    margin-top: 80px;
  }
}
footer .hsdv64 {
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .hsdv64 .lis {
  width: 100%;
  font-size: 14px;
}
footer .hsdv64 .lis .code {
  width: 120px;
  height: 120px;
  display: flex;
  margin-top: 20px;
  padding: 5px;
  background: #fff;
  float: right;
}
footer .hsdv64 .lis .image {
  width: 140px;
  height: 46px;
  display: flex;
}
footer .hsdv64 .lis img {
  width: 100%;
  height: 100%;
}
footer .hsdv64 .lis .dbsx19 {
  font-size: 16px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 10px;
}
footer .hsdv64 .lis .mores {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 40px;
}
footer .hsdv64 .lis .mores > div:nth-of-type(n+2) {
  margin-top: 10px;
}
footer .hsdv64 .lis .title {
  font-size: 18px;
  font-weight: bold;
}
footer .hsdv64 .urcd15 {
  text-align: right;
  width: 90%;
}
@media screen and (max-width: 1100px) {
  footer .hsdv64 {
    flex-wrap: wrap;
  }
  footer .hsdv64 .lis {
    font-size: 12px;
  }
  footer .hsdv64 .lis .code {
    width: 80px;
    height: 80px;
    margin-top: 10px;
  }
  footer .hsdv64 .lis .image {
    display: none;
  }
  footer .hsdv64 .lis .dbsx19 {
    margin-top: 0;
  }
  footer .hsdv64 .lis .mores {
    margin-top: 10px;
  }
  footer .hsdv64 .lis .mores > div:nth-of-type(n+2) {
    margin-top: 8px;
  }
  footer .hsdv64 .lis .title {
    font-size: 14px;
    font-weight: bold;
  }
  footer .hsdv64 > :nth-of-type(n+2) {
    margin-top: 15px;
  }
  footer .hsdv64 .urcd15 {
    position: absolute;
    margin-top: 0;
    top: 35px;
    right: 20px;
  }
}

.suspension {
  position: fixed;
  display: none;
  right: 40px;
  bottom: 44%;
  padding: 10px;
  border-radius: 50px;
  z-index: 10;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.suspension > div {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: center;
  position: relative;
}
.suspension > div:hover {
  background-color: rgb(247, 247, 247);
}
.suspension span {
  width: 100%;
  height: 1px;
  background-color: #F2F2F2;
  margin: 16px 0;
  display: block;
}
.suspension .lis1 {
  width: 20px;
  height: 20px;
  background-image: url(../image/suspension/4636.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.suspension .lis2 {
  width: 20px;
  height: 20px;
  background-image: url(../image/suspension/4639.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.suspension .lis3 {
  width: 20px;
  height: 20px;
  background-image: url(../image/suspension/4629.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.suspension .lisq .more {
  display: none;
  position: absolute;
  line-height: 45px;
  padding: 0 20px;
  background: #fff;
  white-space: nowrap;
  right: 65px;
  font-size: 14px;
  font-weight: bold;
  font-size: 16px;
  border-radius: 2px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.suspension .lisq .more::after {
  position: absolute;
  right: -14px;
  top: 18px;
  content: "";
  width: 0;
  height: 0;
  border: solid 7px transparent;
  border-left-color: #fff;
}
.suspension .lisq:hover .more {
  display: flex;
}
.suspension .lisq:hover .lis1 {
  background-image: url(../image/suspension/4638.png);
}
.suspension .lisw .qrcode {
  padding: 8px 8px 8px;
  font-size: 12px;
  width: 120px;
  border-radius: 2px;
  text-align: center;
  background-color: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: none;
  position: absolute;
  right: 70px;
  font-weight: bold;
  bottom: -70px;
}
.suspension .lisw .qrcode .image {
  width: 104px;
  height: 104px;
  display: flex;
  background-color: #fff;
  padding: 5px;
}
.suspension .lisw .qrcode .image img {
  width: 100%;
  height: 100%;
}
.suspension .lisw:hover .qrcode {
  display: block;
}
.suspension .lisw:hover .lis2 {
  background-image: url(../image/suspension/4633.png);
}
.suspension .lise:hover .lis3 {
  background-image: url(../image/suspension/4637.png);
}
@media screen and (max-width: 1100px) {
  .suspension {
    right: 20px;
    bottom: 10%;
  }
}

.toch {
  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 {
  position: relative;
  width: 96%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1100px) {
  .el-dialog__wrapper .el-dialog #dialogImage {
    width: 100%;
  }
}
.el-dialog__wrapper .el-dialog .close_dialog {
  position: absolute;
  content: "";
  width: 35px;
  height: 35px;
  right: 0;
  top: -45px;
  background-image: url(../image/close.svg);
  background-size: 100% 100%;
  cursor: pointer;
}

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

.ywev16 {
  margin-top: 70px;
}
.ywev16 .f-x {
  display: flex;
  justify-content: center;
}
.ywev16 .f-x .image {
  cursor: pointer;
  width: 260px;
  height: 260px;
  display: flex;
  transition: all 0.2s;
  transform: rotate(45deg) scale(0.68);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.ywev16 .f-x .image:hover {
  box-shadow: 0 0 10px #1878f3;
}
.ywev16 .f-x .image img {
  width: 100%;
  height: 100%;
}
.ywev16 .f-t-m {
  margin: -125px 0;
}
@media screen and (max-width: 1100px) {
  .ywev16 {
    margin-top: 30px;
  }
  .ywev16 .f-x .image {
    width: 70px;
    height: 70px;
  }
  .ywev16 .f-t-m {
    margin: -30px 0;
  }
}

.iuer19 {
  background-color: #F7F7F7;
}
.iuer19 .bvwq74 {
  padding: 150px 0;
}
@media screen and (max-width: 1100px) {
  .iuer19 .bvwq74 {
    padding-top: 100px;
    padding-bottom: 80px;
  }
}
.iuer19 .bvwq74 .hgwc12 {
  background-color: #fff;
  border-radius: 30px;
  height: 460px;
  overflow: hidden;
  margin-top: 85px;
  padding: 30px 0;
}
.iuer19 .bvwq74 .hgwc12 .barrage-row {
  height: 120px;
  margin-bottom: 20px;
  position: relative;
}
.iuer19 .bvwq74 .hgwc12 .barrage-row .barrage-item {
  width: auto;
  max-width: 566px;
  height: 80px;
  line-height: 80px;
  background: #fff;
  border-radius: 20px;
  padding: 20px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: 1200px;
  border: 1px solid #D8D8D8;
  overflow: hidden;
  box-sizing: content-box;
}
.iuer19 .bvwq74 .hgwc12 .barrage-row .barrage-item img {
  height: 50px;
  width: 50px;
  border-radius: 100%;
  vertical-align: middle;
  margin-right: 15px;
}
.iuer19 .bvwq74 .hgwc12 .barrage-row .barrage-item .userImg {
  height: 50px;
  width: 50px;
  border-radius: 100%;
  vertical-align: middle;
  margin-right: 15px;
  background-repeat: no-repeat;
  display: inline-block;
  background-image: url("../image/users.png");
}
.iuer19 .bvwq74 .hgwc12 .barrage-row .barrage-item-detail {
  font-size: 14px;
  line-height: 27px;
  display: inline-block;
  vertical-align: middle;
  color: #333333;
  /* width: auto; */
  width: calc(100% - 80px);
  max-width: 490px;
  height: 100%;
  overflow: hidden;
}

.barrage-item-hover {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.16);
}

.barrage-item-hover .barrage-item-detail, .barrage-item-hover-3 .barrage-item-detail {
  overflow: auto !important;
}

.barrage-row .barrage-item-hover, .barrage-row .barrage-item-hover-3 {
  height: auto !important;
  z-index: 1 !important;
}

.barrage-row .barrage-item-hover .barrage-item-detail, .barrage-row .barrage-item-hover img {
  vertical-align: top !important;
}

.barrage-row .barrage-item-hover .barrage-item-detail, .barrage-row .barrage-item-hover .userImg {
  vertical-align: top !important;
}

.barrage-row .barrage-item-hover-3 {
  bottom: 0 !important;
}

.barrage-row .barrage-item-hover-3 .barrage-item-detail, .barrage-row .barrage-item-hover-3 img {
  vertical-align: top !important;
}

.barrage-row .barrage-item-hover-3 .barrage-item-detail, .barrage-row .barrage-item-hover-3 .userImg {
  vertical-align: top !important;
}

.barrage-item .userImg-0 {
  background-position: 0 0;
}

.barrage-item .userImg-1 {
  background-position: -50px 0;
}

.barrage-item .userImg-2 {
  background-position: -100px 0;
}

.barrage-item .userImg-3 {
  background-position: -150px 0;
}

.barrage-item .userImg-4 {
  background-position: -200px 0;
}

.barrage-item .userImg-5 {
  background-position: -250px 0;
}

.barrage-item .userImg-6 {
  background-position: 0 -50px;
}

.barrage-item .userImg-7 {
  background-position: -50px -50px;
}

.barrage-item .userImg-8 {
  background-position: -100px -50px;
}

.barrage-item .userImg-9 {
  background-position: -150px -50px;
}

.barrage-item .userImg-10 {
  background-position: -200px -50px;
}

.barrage-item .userImg-11 {
  background-position: -250px -50px;
}

.barrage-item .userImg-12 {
  background-position: 0 -100px;
}

.barrage-item .userImg-13 {
  background-position: -50px -100px;
}

.barrage-item .userImg-14 {
  background-position: -100px -100px;
}

.barrage-item .userImg-15 {
  background-position: -150px -100px;
}

.barrage-item .userImg-16 {
  background-position: -200px -100px;
}

.barrage-item .userImg-17 {
  background-position: -250px -100px;
}

.barrage-item .userImg-18 {
  background-position: 0 -150px;
}

.barrage-item .userImg-19 {
  background-position: -50px -150px;
}

.barrage-item .userImg-20 {
  background-position: -100px -150px;
}

.barrage-item .userImg-21 {
  background-position: -150px -150px;
}

.barrage-item .userImg-22 {
  background-position: -200px -150px;
}

.barrage-item .userImg-23 {
  background-position: -250px -150px;
}

.barrage-item .userImg-24 {
  background-position: 0 -200px;
}

.barrage-item .userImg-25 {
  background-position: -50px -200px;
}

.barrage-item .userImg-26 {
  background-position: -100px -200px;
}

.barrage-item .userImg-27 {
  background-position: -150px -200px;
}

.barrage-item .userImg-28 {
  background-position: -200px -200px;
}

.barrage-item .userImg-29 {
  background-position: -250px -200px;
}

.barrage-item .userImg-30 {
  background-position: 0 -250px;
}

.barrage-item .userImg-31 {
  background-position: -50px -250px;
}

.barrage-item .userImg-32 {
  background-position: -100px -250px;
}

.barrage-item .userImg-33 {
  background-position: -150px -250px;
}

.barrage-item .userImg-34 {
  background-position: -200px -250px;
}/*# sourceMappingURL=index.css.map */