@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}

body {
  font-family: -apple-system-font, BlinkMacSystemFont, "HuaweiFont", "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei UI", "Microsoft YaHei", Arial, sans-serif;
  /* 越南 VN  字体 */
  /* font-family: "HuaweiFont-Regular", Helvetica, Arial, sans-serif, "&#24494;&#36719;&#38597;&#40657;", "&#23435;&#20307;", "Verdana,Arial,Helvetica,sans-serif"; */
  /* 日本用以下字体 */
  /* font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
  color: rgba(0, 0, 0, 0.85);
}

#jd-content {
  padding: 24px;
}

/*
    .rtl {
        direction: rtl;
    }
*/
.tw_main {
  max-width: 920px;
  margin: auto;
  overflow: hidden;
}

.tw_main .tw_section {
  margin-bottom: 40px;
}

.tw_main .tw_section:nth-last-of-type(1) {
  margin-bottom: 0;
}

.tw_main video {
  display: block;
  width: 100%;
  outline: none;
  margin: 0 auto;
  margin-bottom: 10px;
}

.tw_main .video_container {
  position: relative;
  margin: 10px auto;
  padding-bottom: 207.79%;
}

.tw_main .video_container video {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.tw_main h2 {
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  text-align: center;
}

.tw_main h3 {
  font-size: 14px;
  font-weight: bold;
  line-height: 32px;
}

.tw_main p {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 0px;
}

.tw_main p a {
  color: #0563c1;
  cursor: pointer;
}

.tw_main p a.link {
  word-break: break-all;
}

.tw_main p a.blue {
  color: #00f;
}

.tw_main p.center {
  text-align: center;
}

.tw_main img {
  display: block;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 0px;
}

.tw_main img.per80 {
  width: 80%;
}

.tw_main img.per75 {
  width: 75%;
}

.tw_main img.tw_icon_inline {
  width: auto !important;
  height: 16px !important;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
}

.tw_main table {
  margin-bottom: 10px;
  width: 100%;
  text-align: center;
  table-layout: fixed;
  font-size: 12px;
}

.tw_main table tr td {
  padding: 5px 3px;
}

.tw_main table.square {
  border-collapse: collapse;
}

.tw_main table.square tr td {
  border: 1px solid #333;
}

.tw_main table.circle {
  border-spacing: 0;
}

.tw_main table.circle tr td {
  border: 1px solid #333;
  border-right: 0;
  border-top: 0;
}

.tw_main table.circle tr td:last-child {
  border-right: 1px solid #333;
}

.tw_main table.circle tr:first-child td {
  border-top: 1px solid #333;
}

.tw_main table.circle tr:first-child td:first-child {
  border-radius: 8px 0 0 0;
}

.tw_main table.circle tr:first-child td:last-child {
  border-radius: 0 8px 0 0;
}

.tw_main table.circle tr:last-child td:first-child {
  border-radius: 0 0 0 8px;
}

.tw_main table.circle tr:last-child td:last-child {
  border-radius: 0 0 8px 0;
}

.tw_main .tw_list_dot, .tw_main .tw_list_indent, .tw_main .tw_list_other {
  padding-left: 10px;
  position: relative;
}

.tw_main .tw_list_dot::before {
  position: absolute;
  content: '·';
  left: 0px;
  font-weight: bold;
}

.tw_main .tw_list_max_dot {
  padding-left: 30px;
  position: relative;
}

.tw_main .tw_list_max_dot::before {
  position: absolute;
  content: '·';
  left: 10px;
  font-weight: bold;
}

.tw_main .tw_list_super_dot {
  position: relative;
  padding-left: 40px;
}

.tw_main .tw_list_super_dot::before {
  position: absolute;
  content: '·';
  left: 20px;
  font-weight: bold;
}

.tw_main .tw_list_max_indent {
  padding-left: 20px;
}

.tw_main .tw_list_super_indent {
  padding-left: 30px;
}

.tw_main .tw_list_other {
  padding-left: 20px;
}

.tw_main .tw_list_other::before {
  content: attr(rel);
  position: absolute;
  left: 0px;
}

.tw_main .tw_list_max_other {
  padding-left: 40px;
  position: relative;
}

.tw_main .tw_list_max_other::before {
  content: attr(rel);
  position: absolute;
  left: 20px;
}

.tw_main .tw_list_super_other {
  padding-left: 60px;
  position: relative;
}

.tw_main .tw_list_super_other::before {
  content: attr(rel);
  position: absolute;
  left: 40px;
}

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

.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 {
  width: 60%;
  margin: 0 auto;
  margin-bottom: 20px;
}

.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: 20px;
  height: 35px;
  line-height: 50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  cursor: pointer;
  user-select: none;
  z-index: 11;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.tw_main div[class*=mySwiper-container] div.mySwiper-forward div.prev {
  left: 0;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADgAAABqCAMAAADeHmLQAAAAkFBMVEUAAAAoJjY+Pj46OkwoJjcoJjcnJTYpKDgtKTooKDwnJTYoJjcnJTYnJTYnJjYnJTYnJjYpKDgsKDgrKD4xMT0nJTYoJjcoJjcqJjkoJTYnJTYoJTcnJjYoJjYoJjcpJjgrKTonJTYoJjcoJTYoJTcnJTcoJTcoJjcxMUonJTYoJjcoJjcoKDonJTcpKDgnJTZzFgh7AAAAL3RSTlMA+ggE8221ORwZ0XTr497Ww0cpEg+wiEw156ufl4NZQSL17se+m49fCqRoVCV9MTVuuQ8AAAGhSURBVFjD5djZjoJAEIXhAoEGwW1cUNxwwV37/d9uMkumtK+qTkYnZP77CrHz0d1CuspTVVyXpK2RruxHUUyq/K39LktIU2F/ikjRzN6l+J1Xe19K0k72oSkJO9vH5iRr6TmDOYm6Bc5cx5d5mThzniFJSZtHNGs6aLpzIxU0bqqCxkUNDTSu65OkuTvX6Wugca0YgmazNwxaMMageT0Mml2A0MIXQ6tAaMMXQ2sOSFLozrUTENrlqdDGILTLn0Oby6B1MWiNIQitqgm0BQit92vQljJomXU61wTaDIRWELajbWXQchCaP8GgkXHmJiURQju4ETbYSkiYAZaGF0fx1nO5cp/hdsq7GndUHtqMNdK9VNxhozsvuH5Hd0JxcUu3VXFva911jzMr3QWTyz3dlZbbWxRf6k5GtcKXwvj2r8e3Mii+da3wbQ5PxzdyJ48kbOpO7mqFL38+vgzGF6D4ejC+xT/BN0Tx+V0YXxPG13YmgxLFtyVO9+/CEIgvJMLw7UhciD3RxWdIUQV8CnbwrRPSFQZfzytJW3yaFdfPo/Ydm8c2YHYR/o0AAAAASUVORK5CYII=);
}

.tw_main div[class*=mySwiper-container] div.mySwiper-forward div.prev.white_arrow {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADgAAABqAQMAAADTDgChAAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAAIRJREFUKM+l07EJwCAURdGIhWVGyCiOZkZzFEewTCEayL8S/CAI2pzqXW08vmOzeBbxqqO+iQGbaNCiw7NVmbfC/GGeu2QSmUjmXszo+X5mPt/MzOezDEa8lRHTsPN40eMe7v3fYQmZaUgH0G2HdADNfkgHMCyH6vgiPLoBPer/4Ypo8wtBq+jTHqSpJQAAAABJRU5ErkJggg==);
}

.tw_main div[class*=mySwiper-container] div.mySwiper-forward div.next {
  right: 0;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADgAAABqCAMAAADeHmLQAAAAkFBMVEUAAAAoJjY+Pj46OkwoJjcoJjcnJTYpKDgtKTooKDwnJTYoJjcnJTYnJTYnJjYnJTYnJjYpKDgsKDgrKD4xMT0nJTYoJjcoJjcqJjkoJTYnJTYoJTcnJjYoJjYoJjcpJjgrKTonJTYoJjcoJTYoJTcnJTcoJTcoJjcxMUonJTYoJjcoJjcoKDonJTcpKDgnJTZzFgh7AAAAL3RSTlMA+ggE8221ORwZ0XTr497Ww0cpEg+wiEw156ufl4NZQSL17se+m49fCqRoVCV9MTVuuQ8AAAGSSURBVFjD3djZjoJAEIXhZhMQXHBDcAEXUFGs93+7iRkz0bqqPnEQPfd/jPgJreq2rE6LKle68zp02yaw9Do/pPv2plbYob+lOl1GD1tqhAE9rpaHC3paJQ5X9LyzNIxZaGTC0Byw0r4KS9dgZZKLrytb3xeWM152J9hHIsdn3dnp4zOHLBTjGw94uRKWXo8IwzcKCcQ3t1F8kYHiWxOKz3kDvgLGN20e36SL4vP7vHSE5aUV+OYwvsu/41u9Dt8Qxje1UHzFR+Fbw/giYZnB+M7EFrYZ3xLFp1IY3/51d74YxZeYwjJPWOkq4a42xl35PRail8cF7waJCd5/YvCsV4IP+BP4xepY2HNkd8SeXIMxdrvqedjRcDvCDqMbFzv+GjEGjQ7gET9oJ7QAhHZoGJq7AaFtPwPacdcwtBPvZrKu5N2indDid0MLQWg2Ci0Coa2/HNoUhDY0MWhdGbTcZl3fU6LtMWjKRX8fOFJofCWHJp0DnSb5e5yBfwUXSmf+VgyNC/h9TdtR2ovqdFl5es0PnhE2YFGwgqoAAAAASUVORK5CYII=);
}

.tw_main div[class*=mySwiper-container] div.mySwiper-forward div.next.white_arrow {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADgAAABqAQMAAADTDgChAAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAAJFJREFUKM+l00EOQDAURVFiYGgJltKlsbQupUvo0EBU4l9eKCJqchPh9Kdpq85X2+OidZjOTTNdaNo7Uk+D/ZeiecmAHqAD2NsCNUD1dygHiqEngMZi6Al4h2it6r2+094e3qR1WJc5NBdzZozGcQcTYcIvJp+CepjxN5NPob1ZPjGDprmc68u5n+/vhwtW7tEKSAXspr0Ec80AAAAASUVORK5CYII=);
}

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

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

.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;
}

.tw_main div[class*=mySwiper-container] div[class*=mySwiper-pagenation] ul.mySwiper-barrel li {
  width: 20px;
  height: 20px;
  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;
  user-select: none;
  font-size: 14px;
}

.tw_main div[class*=mySwiper-container] div[class*=mySwiper-pagenation] ul.mySwiper-barrel li.cur-bullet {
  background-color: #00f;
  color: #fff;
}

.tw_main .mb0 {
  margin-bottom: 0 !important;
}

.tw_main .mt0 {
  margin-top: 0 !important;
}

.tw_main .mb5 {
  margin-bottom: 5px !important;
}

.tw_main .mt5 {
  margin-top: 5px !important;
}

.tw_main .mb10 {
  margin-bottom: 10px !important;
}

.tw_main .mt10 {
  margin-top: 10px !important;
}

.tw_main .mb20 {
  margin-bottom: 20px !important;
}

.tw_main .mt20 {
  margin-top: 20px !important;
}

.tw_main .mb30 {
  margin-bottom: 30px !important;
}

.tw_main .mt30 {
  margin-top: 30px !important;
}

.tw_main .mb40 {
  margin-bottom: 40px !important;
}

.tw_main .mt40 {
  margin-top: 40px !important;
}

.tw_main .per50 {
  width: 50% !important;
  margin: 0 auto 20px;
}

.tw_main .per60 {
  width: 60% !important;
  margin: 0 auto 20px;
}

.tw_main .per70 {
  width: 70% !important;
  margin: 0 auto 20px;
}

.tw_main .per80 {
  width: 80% !important;
  margin: 0 auto 20px;
}

.tw_main .per90 {
  width: 90% !important;
  margin: 0 auto 20px;
}

.tw_main .per100 {
  width: 100% !important;
  margin: 0 auto 20px;
}

.tw_main .pad5 {
  padding: 0 5px;
}

.tw_main .pad10 {
  padding: 0 10px;
}

.tw_main .pad15 {
  padding: 0 15px;
}

.tw_main .pad20 {
  padding: 0 20px;
}

.tw_main .font8 {
  font-size: 8px;
}

.tw_main .font10 {
  font-size: 10px;
}

.tw_main .font11 {
  font-size: 11px;
}

.tw_main .font12 {
  font-size: 12px;
}

.tw_main .font13 {
  font-size: 13px;
}

.tw_main .font14 {
  font-size: 14px;
}

.tw_main .font15 {
  font-size: 15px;
}

.tw_main .font16 {
  font-size: 16px;
}

.tw_main .font17 {
  font-size: 17px;
}

.tw_main .font18 {
  font-size: 18px;
}

.tw_main .font19 {
  font-size: 19px;
}

.tw_main .font20 {
  font-size: 20px;
}

.tw_main .center {
  text-align: center;
}

.tw_main .colorfff {
  color: #fff;
}

.tw_main .color666 {
  color: #666;
}

.tw_main .color000 {
  color: #000;
}

.tw_main .phone {
  width: 60%;
}

.tw_main .clearfix {
  *zoom: 1;
}

.tw_main .clearfix::after, .tw_main .clearfix::before {
  content: "";
  display: table;
  clear: both;
}

.tw_main .fl {
  float: left;
}

.tw_main .fr {
  float: right;
}

.tw_main .china_img {
  width: 100%;
}

.tw_main .mb48 {
  margin-bottom: 48px;
}

.tw_main .mb24 {
  margin-bottom: 24px;
}

.tw_main .mb16 {
  margin-bottom: 16px;
}

.tw_main .dot {
  padding-left: 10px;
  position: relative;
}

.tw_main .dot::before {
  content: "";
  border-radius: 50%;
  width: 5px;
  height: 5px;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 10px;
}

.tw_main p {
  font-family: Manrope-Regular;
  font-size: 16px;
}

.tw_main h3 {
  font-family: Manrope-Bold;
  font-size: 24px;
}

.tw_main .gray {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.5);
  line-height: 18px;
}

@media screen and (max-width: 920px) {
  .tw_main .mb48 {
    margin-bottom: 32px;
  }
  .tw_main h3 {
    margin-top: 32px;
    font-size: 20px;
    line-height: 28px;
  }
  .tw_main .mb24 {
    margin-bottom: 20px;
  }
  .tw_main .mb16 {
    margin-bottom: 20px;
  }
  .tw_main p {
    line-height: 24px;
  }
  .tw_main .gray {
    font-size: 16px;
    line-height: 24px;
  }
  .tw_main [fw] {
    margin-top: 32px;
  }
  .tw_main .balance2 {
    display: none;
  }
  .tw_main .balance2 .one img {
    width: 60%;
    margin-left: auto;
  }
  .tw_main .balance4 {
    display: none;
  }
  .tw_main .balance4 .one img {
    width: 60%;
    margin-left: auto;
  }
  .tw_main #bl {
    margin-bottom: 32px;
  }
  .tw_main #gif4 {
    margin-bottom: 32px;
  }
  .tw_main .one img {
    width: 60%;
    margin-left: auto;
  }
  .tw_main .xxx {
    display: block;
  }
  .tw_main hr {
    display: none;
  }
}

@media screen and (min-width: 920px) {
  .tw_main p {
    line-height: 26px;
  }
  .tw_main img {
    width: 70%;
    margin-left: 0;
  }
  .tw_main .balance1 {
    font-size: 0;
    text-align: center;
    text-align: left;
  }
  .tw_main .balance1 > :first-child {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
  }
  .tw_main .balance1 > :last-child {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
  }
  .tw_main .balance1 .two {
    box-sizing: border-box;
    padding: 0 20px;
  }
  .tw_main .balance2 {
    font-size: 0;
    text-align: center;
    text-align: left;
  }
  .tw_main .balance2 > :first-child {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
  }
  .tw_main .balance2 > :last-child {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
  }
  .tw_main .balance2 .one {
    box-sizing: border-box;
    padding: 0 20px;
  }
  .tw_main .balance3 {
    font-size: 0;
    text-align: center;
    text-align: left;
  }
  .tw_main .balance3 > :first-child {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
  }
  .tw_main .balance3 > :last-child {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
  }
  .tw_main .balance3 .two {
    box-sizing: border-box;
    padding: 0 20px;
  }
  .tw_main .balance4 {
    font-size: 0;
    text-align: center;
    text-align: left;
  }
  .tw_main .balance4 > :first-child {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
  }
  .tw_main .balance4 > :last-child {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
  }
  .tw_main .balance4 .one {
    box-sizing: border-box;
    padding: 0 20px;
  }
  .tw_main .balance4 .one img {
    width: 60%;
    margin-left: auto;
  }
  .tw_main .balance5 {
    font-size: 0;
    text-align: center;
    text-align: left;
  }
  .tw_main .balance5 > :first-child {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
  }
  .tw_main .balance5 > :last-child {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
  }
  .tw_main .balance5 .two {
    box-sizing: border-box;
    padding: 0 20px;
  }
  .tw_main .xxx {
    display: none;
  }
}


/* 复制开始 */
.tw_main div[class*=mySwiper-container] div.mySwiper-forward div {
  width: 30px;
  height: 30px;
  line-height: 50px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          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.mySwiper-forward div.prev {
  left: 0;
  background-image: url(./img/left1.png);
}


.tw_main div[class*=mySwiper-container] div.mySwiper-forward div.next {
  right: 0;
  background-image: url(./img/right1.png);
}

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

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

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

.tw_main div[class*=mySwiper-container] div[class*=mySwiper-pagenation] ul.mySwiper-barrel li {
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background: none;
  background-image: url(./img/del2.png);
  background-size: 40%;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  margin: 0 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  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: none;
  background-image: url(./img/del1.png);
  background-color: #fff;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
}
.tw_main div[class*=mySwiper-container] div[class*=mySwiper-pagenation] ul.mySwiper-barrel li.square{
  background-color: #fff!important;
  background-image: url(./img/del2.png);

}
/* 复制结束 */