ol,
ul {
  list-style: none;
}
a {
  text-decoration: none;
}
a:focus,
a:hover {
  outline: 0;
}
a,
abbr,
acronym,
address,
applet,
big,
blockquote,
body,
caption,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
iframe,
img,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
ul,
var {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
}
body,
html {
  width: 100%;
  background: #000;
  min-width: 1400px;
  margin: 0 auto;
  font-size: 14px;
}
.container {
  height: 52.86rem;
  background-image: url("bg.jpg")/*tpa=https://static.sh9130.com/gw/shjt/gw/images/bg.jpg*/;
  background-repeat: no-repeat;
  background-size: cover;
}
.oneF {
  flex: 1;
}
.textOverflow {
  white-space: nowrap;
}
.textOverflow,
.textOverflow2 {
  text-overflow: ellipsis;
  overflow: hidden;
}
.dyFx {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.header {
  width: 100%;
  height: 62px;
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fix {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
}
.header .logo {
  padding-left: 300px;
}
.header .logo img {
  width: 130px;
  height: auto;
}
.header ul {
  width: 600px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}
.header ul li {
  color: #000;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  word-break: break-all;
  white-space: nowrap;
  cursor: pointer;
}
.header ul li {
  width: 90px;
  margin-left: 40px;
}
.header ul li:nth-child(1) {
  margin-left: 0;
}
.header ul li .zh {
  font-size: 18px;
}
.header ul li .en {
  font-size: 11px;
}
.header ul .actvie {
  color: #a37a98;
  line-height: 20px;
}
.banner {
  position: relative;
  height: 9.6rem;
  overflow: hidden;
}

.banner_bg {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 6.93rem;
  height: 1.53rem;
  padding-left: 1.3rem;
  margin: 0 auto;
  background: url("dowload_bg.png")/*tpa=https://static.sh9130.com/gw/shjt/gw/images/dowload_bg.png*/;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  box-sizing: border-box;
}
.banner_bg .qrcode {
  width: 1.49rem;
  height: 1.17rem;
}
.banner_bg .apple_d,
.banner_bg .andriod_d {
  width: 1.79rem;
  height: 0.53rem;
}
.banner_bg .apple_d {
  margin-bottom: 0.05rem;
}
.banner_bg ul {
  margin-left: 0.1rem;
}
.newNotice {
  background: url("article_bg.png")/*tpa=https://static.sh9130.com/gw/shjt/gw/images/article_bg.png*/;
  background-repeat: no-repeat;
  background-size: contain;
  width: 12.76rem;
  height: 4.54rem;
  margin: 2.5rem auto 0;
}
.newNotice .con {
  width: 100%;
}
.newNotice .carousel {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
  padding: 0.4rem 0 0 0.2rem;
  width: 6.07rem;
  height: 3.7rem;
}
.carousel .swiper-slide a img {
  width: 100%;
  height: 100%;
}
.carousel .new-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: -0.2rem;
  z-index: 1;
  width: 6.07rem;
  height: 0.2rem;
  background-size: 100% 100%;
  background-position: cover;
  background-repeat: no-repeat;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.featureBg {
  position: relative;
  text-align: center;
  margin: 3rem auto 0;
  width: 11rem;
}
.featureBg .swiper-container {
  padding: 0.5rem 0;
}
.featureBg .swiper-container .swiper-slide {
  filter: brightness(0.5);
  -webkit-filter: brightness(0.5);
}

.featureBg .swiper-container .swiper-slide-active {
  filter: brightness(1);
  -webkit-filter: brightness(1);
}
.featureBg .swiper-container .swiper-wrapper .swiper-slide a img {
  width: 6.5rem;
}
.featureBg .swiper-container .swiper-wrapper .swiper-slide-active .feature_banner_bg {
  /* background-image: url("https://static.sh9130.com/gw/dlw/gw/images/feature_banner_bg.png"); */
  background-repeat: no-repeat;
  background-size: cover;
  width: 6.9rem;
  height: 4.2rem;
  position: absolute;
  top: -0.3rem;
  left: -0.22rem;
}
.featurePage {
  display: flex;
  align-items: center;
  margin: 0.3rem auto 0;
  justify-content: center;
  width: 100%;
}
.featurePage .swiper-pagination-bullet {
  margin: 0 20px;
}
.featureBg .featurePage .swiper-pagination-bullet,
.featureBg .featurePage .swiper-pagination-bullet-active {
  display: inline-block;
  position: relative;
  bottom: -1px;
  width: 0.12rem;
  height: 0.12rem;
  z-index: 2;
  background: url("feature_bullet.png")/*tpa=https://static.sh9130.com/gw/shjt/gw/images/feature_bullet.png*/ 100%/100% no-repeat;
}
.featureBg .featurePage .swiper-pagination-bullet-active {
  width: 0.25rem;
  height: 0.26rem;
  background-image: url("feature_bullet_active.png")/*tpa=https://static.sh9130.com/gw/shjt/gw/images/feature_bullet_active.png*/;
}

.new-pagination .swiper-pagination-bullet {
  margin: 0 0.08rem;
  width: 0.25rem;
  height: 0.05rem;
  background-color: #98dae3;
}
.carousel .new-pagination .swiper-pagination-bullet-active {
  background-color: #dd5541;
}

.newNotice .articleTab {
  display: inline-block;
  width: 5.72rem;
  margin-left: 0.1rem;
  margin-top: 0.45rem;
  height: 3.52rem;
  color: #fff;
}
.posAbs {
  position: absolute;
}
.articleTab .articleTabUl {
  width: 5.5rem;
  margin: 0 auto;
}
.articleTab .tabTitle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 0.01rem solid #f3d0c8;
}
.articleTab .tabTitle li {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px 10px;
  color: #555;
  font-size: 20px;
  cursor: pointer;
}
.articleTab .tabTitle li a {
  color: inherit;
}
.articleTab .tabTitle li.selected {
  border-bottom: 0.05rem solid #df5e4d;
}
.articleTab .tabTitle li .more {
  width: 0.76rem;
  height: 0.22rem;
  background: url("more.png")/*tpa=https://static.sh9130.com/gw/shjt/gw/images/more.png*/ 100%/100% no-repeat;
}

.posRel {
  position: relative;
}
.articleTab .tabText {
  display: none;
  padding-top: 10px;
}
.articleTab .tabText li {
  height: 0.5rem;
  line-height: 0.5rem;
  color: #555;
  border-bottom: 0.01rem solid #ccc;
}
.articleTab .txt {
  position: relative;
  padding-left: 10px;
}
.articleTab .txt::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 0.14rem;
  height: 0.14rem;
  background: url("news_dot.png")/*tpa=https://static.sh9130.com/gw/shjt/gw/images/news_dot.png*/ 100%/100% no-repeat;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
}
.articleTab .tabText li:hover .txt::before,
.articleTab .tabText li:hover {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
  color: #ed8073;
}
.articleTab .tabText li,
.featureWrap,
.head,
.minPageImg span {
  box-sizing: border-box;
}
.articleTab .date,
.articleTab .txt a {
  font-size: 13px;
  color: inherit;
}
.roleSummaryBg {
  margin-top: 2.8rem;
}

.roleSummaryBg .roleSummary {
  width: 100%;
  margin: 0 auto;
}
.roleSummaryBg .roleCselImg {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.roleSummaryBg .roleCselImg .swiper-lazy-loaded {
  width: 12rem;
  margin: 0 0 0 4rem;
  display: block;
}
.roleSummaryBg .swiper-slide,
.swiper-wrapper {
  height: 100%;
  position: relative;
}

/* 女神计划 */
.goddess_plan {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3.8rem;
}
.goddess_plan .content {
  position: relative;
  width: 13rem;
}
.goddess_plan .content img {
  width: 100%;
  height: 100%;
}
.goddess_plan .content .detail_btn {
  display: block;
  position: absolute;
  right: 17%;
  bottom: 13%;
  width: 2.72rem;
  height: 0.45rem;
  background: url("goddess_detail_btn.png")/*tpa=https://static.sh9130.com/gw/shjt/gw/images/goddess_detail_btn.png*/ 100%/100% no-repeat;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.audio_visual .chanel {
  max-width: 14rem;
  margin: 0 auto;
  padding: 3rem 0 2.2rem;
}
.audio_visual .chanel ul li {
  position: relative;
}
.audio_visual .chanel ul li .audio_visual_qrcode {
  position: absolute;
  right: 0;
  top: 0;
  right: 0.4rem;
  top: 0.6rem;
  width: 1.76rem;
}

.audio_visual .chanel ul li:nth-child(1) {
  margin-left: 0;
}
.audio_visual .chanel ul li img {
  width: 3.32rem;
}
.wrap {
  position: relative;
  width: 10rem;
  margin: 0.4rem auto 0;
  padding-bottom: 0.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
}
.wrap a {
  color: inherit;
}
.wrap .info1 p {
  line-height: 30px;
}
.wrap .p2 {
  line-height: 22px;
}
.ageTips {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-65%);
  -webkit-transform: translateY(-65%);
  -moz-transform: translateY(-65%);
  -ms-transform: translateY(-65%);
  -o-transform: translateY(-65%);
}
.agetips-laymark {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
}
.agetips-nr {
  display: none;
  position: fixed;
  width: 9.01rem;
  height: 5.6rem;
  top: 50%;
  left: 50%;
  background: url("agetips_bg.png")/*tpa=https://static.sh9130.com/gw/shjt/gw/images/agetips_bg.png*/ 100%/100% no-repeat;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 101;
}
.agetips-Fix {
  position: relative;
}
.agetips-close {
  position: absolute;
  right: 0.4rem;
  top: -0.22rem;
}
.agetips-close img {
  width: 0.87rem;
  height: 0.96rem;
}
.agetips-text {
  padding: 1rem 1rem 0.9rem 1.5rem;
}
.agetips-text h3 {
  text-align: center;
  width: 410px;
  height: 68px;
  line-height: 53px;
  margin: 0 auto;
  padding-top: 19px;
  font-weight: 700;
}
.agetips-text .agetips-this {
  display: none;
}
.agetips-text .agetips-ro {
  width: 100%;
  margin: 30px auto 0;
  height: 3.25rem;
  overflow: hidden;
  overflow-y: scroll;
  line-height: 1.8;
  color: #562916;
  font-size: 16px;
  font-weight: 300;
  text-indent: 1em;
}
.agetips-text .agetips-ro p {
  margin-bottom: 10px;
}
.agetips-text .agetips-ro .agetips-span {
  font-weight: 600;
  display: block;
}
.spliceImg {
  background-image: url("xingbang_logo.png")/*tpa=https://static.sh9130.com/gw/images/xingbang_logo.png*/;
}
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1 !important;
}
.audio_visual .info1 a,
.audio_visual .info1 p,
.audio_visual .p2 {
  font-size: 15px;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  width: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  -webkit-transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  -o-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
button.swiper-pagination-bullet {
  border: 0;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-scrollbar-cursor-drag,
.swiper-slide-zoomed {
  cursor: move;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}
.swiper-pagination-lock,
.swiper-scrollbar-lock {
  display: none;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000;
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}
.new {
  background-repeat: no-repeat;
  height: 100%;
  position: relative;
}
.new .new_text {
  width: 100%;
  margin: 0 auto;
}
.new .new_text .new_title {
  background-color: #fff;
}
.new .new_text .new_title .new_left {
  width: 100%;
}
.new_title .new_left .new_left_herd {
  width: 100%;
  height: 171px;
  background-size: 100%;
}
.new_title .new_left .new_left_herd .new_mager_herd {
  width: 1151px;
  margin: 0 auto;
}
.new_title .new_left .new_left_herd .hear_h {
  padding-top: 59px;
  padding-left: 66px;
  font-size: 36px;
  color: #cc2326;
  font-weight: 700;
  display: inline-block;
}
.new_title .new_left .new_left_herd .hear_left {
  color: #858585;
  font-size: 21px;
  padding-top: 77px;
  padding-left: 5px;
  display: inline-block;
}
.new_title .new_left .new_left_herd .new_ul_herd {
  color: #858585;
  font-size: 13.33px;
  text-align: right;
  padding-right: 3px;
}
.new_title .new_left .new_left_bottom {
  background-color: #f7f6f7;
  min-height: 500px;
}
.new_title .new_left .new_left_bottom .new_left_title {
  width: 80%;
  margin: 0 auto;
  padding-top: 57px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 0.01rem solid #e8ecef;
}
.new_title .new_left .new_left_bottom .new_left_title ul {
  display: flex;
  justify-content: center;
}
.new_title .new_left .new_left_bottom .new_left_title ul li {
  width: 1rem;
  padding: 10px;
  margin: 0 0.5rem;
  text-align: center;
  font-size: 20px;
  color: #555;
}
.new_title .new_left .new_left_bottom .new_left_title ul li.active {
  color: #e7806f;
  border: #e7806f;
  border-bottom: 3px solid #e7806f;
}
.new_title .new_left .new_left_bottom .new_left_title ul li a {
  color: inherit;
}
.new_title .new_left .new_left_bottom .new_left_title ul li:nth-child(3) {
  margin-right: 0;
}
.new_title .new_left .new_left_bottom .new_left_title ul .active a {
  color: #e7806f;
}
.new_left_bottom .new_left_txet {
  width: 979px;
  margin: 0 auto;
  padding-top: 50px;
}
.new_left_bottom .new_left_txet ul {
  padding-bottom: 80px;
}
.new_left_bottom .new_left_txet ul li {
  height: 51px;
  line-height: 51px;
  border-bottom: 1px solid #e8e8e8;
}
.new_left_bottom .new_left_txet ul li .textOverflow a {
  font-size: 18px;
  color: #282828;
}
.new_left_bottom .new_left_txet ul li .date {
  font-size: 16px;
  color: #b6b6b6;
}
.new_left_bottom .pageBlock {
  text-align: center;
  padding-bottom: 80px;
}
.new_left_bottom .pageBlock a,
.new_left_bottom .pageBlock span {
  display: inline-block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  font-size: 18px;
  color: #909090;
  border: 1px solid #dcdcdc;
  box-sizing: content-box;
}
.new_left_bottom .pageBlock .current {
  border: 0;
}
.new_left_bottom .pageBlock .page-next,
.new_left_bottom .pageBlock .page-prev {
  width: 70px;
  height: 34px;
  line-height: 34px;
  font-size: 18px;
  color: #909090;
}
.new_left_bottom .detail_title {
  padding-top: 63px;
  text-align: center;
}
.new_left_bottom .detail_title h2 {
  font-size: 26px;
  color: #858585;
}
.new_left_bottom .detail_title .date {
  font-size: 16px;
  color: #a8a8a8;
  padding-top: 30px;
  padding-bottom: 35px;
}
.new_left_bottom .detail_content {
  margin: 0 auto 1rem;
  width: 50%;
}
.new_text .new_right {
  width: 147px;
  height: 341px;
  background-image: url("new_right_bj.png")/*tpa=https://static.sh9130.com/gw/yijie/gw/images/new_right_bj.png*/;
  margin-left: 10px;
}
.new_text .new_right .new_right_ew {
  width: 121px;
  margin: 0 auto;
  padding-top: 12px;
  text-align: center;
}
.new_text .new_right .new_right_ew span {
  font-size: 15px;
  color: #fefefe;
}
.new_text .new_right .new_right_ew img {
  width: 121px;
  height: 121px;
}
.new_text .new_right .new_right_an {
  padding: 12px 0 0 6px;
  height: auto;
  overflow: hidden;
}
.new_text .new_right .new_right_an ul li {
  width: 135px;
  height: 43px;
  margin-top: 18px;
}

.new .leftImg {
  padding-top: 10px;
}
.new .topInfo {
  padding-bottom: 10px;
}
.new .topInfo .logo {
  width: 55px;
  height: 42px;
  background-repeat: no-repeat;
  background-size: 150px;
  background-position: -91px -96px;
}
.new .topInfo .wen {
  width: 26px;
  height: 27px;
  margin: 10px 10px 0;
  background-repeat: no-repeat;
  background-size: 150px;
  background-position: -126px -154px;
}
.new .info1 p {
  line-height: 30px;
  color: #fff;
}
.new .info1 p a {
  color: #fff;
}
.new .p2 {
  line-height: 22px;
  font-size: 15px;
  color: #fff;
}

.info1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999; /*钂欏眰鍦ㄦ渶涓婂眰*/
}
#tip {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px 20px;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 34px;
  border-radius: 5px;
  z-index: 9999;
  display: none;
}
.role-button-next,
.role-button-prev {
  position: absolute;
  width: 0.97rem;
  height: 0.71rem;
  top: 3.6rem;
  background-size: 100% 100%;
}
.role-button-prev {
  background-image: url("role_arrow_left.png")/*tpa=https://static.sh9130.com/gw/shjt/gw/images/role_arrow_left.png*/;
  left: 2.3rem;
}
.role-button-next {
  background-image: url("role_arrow_right.png")/*tpa=https://static.sh9130.com/gw/shjt/gw/images/role_arrow_right.png*/;
  right: 2.3rem;
}
.feature-button-prev,
.feature-button-next {
  position: absolute;
  top: 50%;
  width: 0.97rem;
  height: 0.71rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.feature-button-prev {
  background-image: url("feature_arrow_left.png")/*tpa=https://static.sh9130.com/gw/shjt/gw/images/feature_arrow_left.png*/;
  background-size: 100% 100%;
  left: -1.5rem;
}
.feature-button-next {
  background-image: url("feature_arrow_right.png")/*tpa=https://static.sh9130.com/gw/shjt/gw/images/feature_arrow_right.png*/;
  background-size: 100% 100%;
  right: -1.5rem;
}

/* 渚ц竟鏍� */
.slide_right {
  position: fixed;
  right: -1.8rem;
  top: 30%;
  width: 2.1rem;
  height: 5.11rem;
  background-image: url("aside_bg.png")/*tpa=https://static.sh9130.com/gw/dlw/gw/images/aside_bg.png*/;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  z-index: 1000;
}
.slide_right_active {
  animation: show_aside_active 0.5s forwards;
}
@-webkit-keyframes show_aside_active {
  100% {
    right: 0;
  }
}
@keyframes show_aside_active {
  100% {
    right: 0;
  }
}
.slide_right_unactive {
  animation: unshow_aside_active 0.5s forwards;
}
@-webkit-keyframes unshow_aside_active {
  0% {
    right: 0;
  }
  100% {
    right: -1.8rem;
  }
}
@keyframes unshow_aside_active {
  0% {
    right: 0;
  }
  100% {
    right: -1.8rem;
  }
}
.aside_icon {
  position: absolute;
  top: 1.06rem;
  left: 0.1rem;
}
.aside_content {
  width: 82%;
  margin-left: 15%;
  padding: 0.2rem 0;
}
.aside_flex {
  color: #dcc46d;
  display: flex;
  align-items: center;
  line-height: 0.3rem;
}
.slide_qrcode {
  width: 1.49rem;
  height: 1.72rem;
  margin: 0 auto;
}
.slide_qrcode img {
  width: 100%;
  height: 100%;
}
.downBtn_aside {
  text-align: center;
  margin: 0.15rem 0;
}
.aside_swiper {
  margin: 0 auto;
  width: 1.5rem;
}
.aside_swiper img {
  width: 100%;
  border-radius: 0.1rem;
}
.aside-pagination {
  display: flex;
  align-items: center;
  margin: 0 auto;
  justify-content: center;
  width: 100%;
}
.aside-pagination .swiper-pagination-bullet {
  margin: 5px;
}
.aside-pagination .swiper-pagination-bullet {
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 50%;
  display: block;
  position: relative;
  z-index: 2;
  background-color: #ecdeac;
  background-size: 100% 100%;
  background-position: cover;
  background-repeat: no-repeat;
  bottom: -1px;
}
.aside-pagination .swiper-pagination-bullet-active {
  width: 0.08rem;
  height: 0.08rem;
  display: inline-block;
  position: relative;
  z-index: 2;
  background-color: #dcbd4e;
  background-size: 100% 100%;
  background-position: cover;
  background-repeat: no-repeat;
  bottom: -1px;
}

/* 悬浮侧边栏 */
.float-sider {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: absolute;
  top: 500px;
  right: 0;
  width: 183px;
  height: 759px;
  padding: 20px 20px;
  background: url("float_sider_bg.png")/*tpa=https://static.sh9130.com/gw/dlw/gw/images/float_sider_bg.png*/ no-repeat;
  box-sizing: border-box;
  z-index: 10;
}

.float-sider .title {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
  text-align: left;
  font-size: 18px;
  color: #dcc46d;
}
.float-sider .title img {
  margin: 5px 5px 0 0;
}

.float-sider .download-btn {
  width: 145px;
  margin-bottom: 10px;
}

.float-sider .qrcode {
  margin-bottom: 10px;
}

.float-sider .news {
  width: 100%;
  height: 140px;
}

.float-sider .news a {
  display: block;
  margin-bottom: 6px;
  padding-bottom: 6px;
  font-size: 14px;
  color: #333;
  border-bottom: 1px dashed #a1a1a1;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
}

.float-sider .news a:last-child {
  border: none;
}
