* {
  margin: 0;
  padding: 0;
  outline: none;
}

html,
body {
  position: relative;
}

body,
ul,
li {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

body {
  font-size: 14px;
  background: #fff;
  font-family: "HONOR Sans Brand", "Microsoft Yahei", "PingFang SC", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

a:active,
a:visited,
a:link,
a:hover {
  text-decoration: none;
}

input::-ms-clear {
  display: none;
}

#jd-content {
  padding: 0px;
}

#jd-content .tw_main {
  margin: auto;
  overflow: hidden;
  line-height: 1.5 !important;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

#jd-content a {
  cursor: pointer;
  color: #256fff;
  text-decoration: underline;
}

.tw_main div[class*=mySwiper-container] {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.tw_main div[class*=mySwiper-container] ul.mySwiper-wipper {
  position: relative;
  list-style: none;
  height: 0;
  overflow: hidden;
}

.tw_main div[class*=mySwiper-container] ul.mySwiper-wipper li {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  transform: translate(-50%);
  opacity: 0;
  transition: opacity 1s;
}

.tw_main div[class*=mySwiper-container] ul.mySwiper-wipper li img {
  height: auto;
  width: 540px;
}

.tw_main div[class*=mySwiper-container] ul.mySwiper-wipper li.cur {
  opacity: 1;
  z-index: 1;
}

.tw_main div[class*=mySwiper-container] div.mySwiper-forward div {
  width: 60px;
  height: 60px;
  line-height: 50px;
  position: absolute;
  top: 51vw;
  transform: translateY(-50%);
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 11;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.tw_main .four div[class*=mySwiper-container] div.mySwiper-forward div {
  width: 60px;
  height: 60px;
  line-height: 50px;
  position: absolute;
  top: 28vw;
  transform: translateY(-50%);
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 11;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.tw_main div[class*=mySwiper-container] div[class*=mySwiper-pagenation] {
  position: absolute;
  bottom: 0px;
  left: 50%;
  width: 100%;
  transform: translate(-50%);
  z-index: 1;
}

.tw_main div[class*=mySwiper-container] div[class*=mySwiper-pagenation] > div {
  font-size: 24px;
}

.tw_main div[class*=mySwiper-container] div[class*=mySwiper-pagenation] ul.mySwiper-barrel {
  list-style: none;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0px;
}

.tw_main div[class*=mySwiper-container] div[class*=mySwiper-pagenation] ul.mySwiper-barrel li {
  width: 8px;
  height: 8px;
  line-height: 20px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  margin: 0 5px;
  justify-content: center;
  align-items: center;
  display: flex;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 14px;
}

.tw_main div[class*=mySwiper-container] div[class*=mySwiper-pagenation] ul.mySwiper-barrel li.cur-bullet {
  background-color: #00b1ff;
  width: 18px;
  border-radius: 5px;
  color: #fff;
}

.tw_main div[class*=mySwiper-container] ul.mySwiper-wipper .swip-title img {
  width: auto;
  height: 56px;
  margin: auto;
}

.tw_main .container {
  padding: 0 50px;
}

.table table {
  border-width: 1px;
  border-color: #666666;
  border-collapse: collapse;
}

.table table th {
  background-color: #dfe9f0;
  padding: 8px;
  border: #666666 solid 1px;
}

.table table td {
  padding: 8px;
  border: #666666 solid 1px;
  vertical-align: middle;
}

.table table td:first-child {
  text-align: center;
}

img {
  flex-shrink: 0;
  vertical-align: middle;
}

.swiper img {
  width: 70%;
}

.swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #00b1ff;
  width: 20px;
  border-radius: 9px;
  color: #fff;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 15%;
  left: 0;
  width: 100%;
}

.tw_main div[class*=mySwiper-container] div[class*=mySwiper-pagenation] {
  position: absolute;
  bottom: 22vw;
  left: 50%;
  width: 100%;
  transform: translate(-50%);
}
.mob {
  display: none;
}

@media screen and (max-width: 1600px) {
  .table table th {
    padding: 0.4vw;
  }
  .table table td {
    padding: 0.4vw;
  }
  .tw_main div[class*=mySwiper-container8] ul.mySwiper-wipper li img {
    height: auto;
    width: 28vw;
  }
}
@media screen and (max-width: 1025px) {
  .swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 15%;
    left: 0;
    width: 100%;
  }
  .tw_main div[class*=mySwiper-container] div[class*=mySwiper-pagenation] {
    position: absolute;
    top: 60.5vw;
    left: 50%;
    width: 100%;
    transform: translate(-50%);
  }
  .tw_main div[class*=mySwiper-container] ul.mySwiper-wipper li img {
    height: auto;
    width: 40vw;
    margin-bottom: 0;
  }
  .tw_main div[class*=mySwiper-container8] ul.mySwiper-wipper li img {
    height: auto;
    width: 30vw;
    margin: 0 calc(50% - 15vw) 2.08vw;
  }
}
@media screen and (max-width: 768px) {
  .mob {
    display: block;
  }
  body {
    overflow-x: hidden;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 30.5%;
    left: 0;
    width: 100%;
  }
  .sann .swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 14%;
    left: 0;
    width: 100%;
  }
  .tw_main div[class*=mySwiper-container] div[class*=mySwiper-pagenation] ul.mySwiper-barrel li {
    width: 1.56vw;
    height: 1.56vw;
  }
  .tw_main div[class*=mySwiper-container] ul.mySwiper-wipper li img {
    height: auto;
    width: 60vw;
    margin: 0 calc(50% - 22vw) 5.21vw;
    margin-bottom: 0;
  }
  .tw_main div[class*=mySwiper-container] div.mySwiper-forward div {
    width: 5.21vw;
    height: 5.21vw;
  }
  .tw_main div[class*=mySwiper-container] div[class*=mySwiper-pagenation] ul.mySwiper-barrel li {
    width: 1.56vw;
    height: 1.56vw;
  }
  .table {
    width: calc(100% + 4.69vw);
    margin-left: -2.34vw;
  }
  .table {
    font-size: 2.32vw;
  }
  .table table th {
    padding: 1vw;
  }
  .table table td {
    padding: 1vw;
  }
  .tw_main div[class*=mySwiper-container] div.mySwiper-forward div.next {
    right: -4.17vw;
  }
  .tw_main div[class*=mySwiper-container] div.mySwiper-forward div.prev {
    left: -4.17vw;
  }
}
@media screen and (max-width: 520px) {
  .swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 38.5%;
    left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 375px) {
  .swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 37.5%;
    left: 0;
    width: 100%;
  }
  .swiper img {
    width: 100%;
  }
}