html,
body {
  padding: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  min-width: 320px;
  background-color: rgba(255, 255, 255, 1);
}
html{
  /* filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%); */
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
video:focus {
  outline: none;
}

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-family: Microsoft YaHei, Helvetica Neue, Helvetica, PingFang SC,
  Hiragino Sans GB, Arial, sans-serif;
  /* 全局黑白代码 */
  /* filter: grayscale(1); */
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
.title.title-img{
  min-height: 200px;
}
ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}

a {
  text-decoration: none;
}

.flex-container {
  display: -webkit-box;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  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;
}

.clearfix:before {
  display: table;
  content: " ";
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.adaptive-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.mob-banner-none-img {
  display: block;
  width: 100%;
}
.zoomImage,
.zoomImageX,
.zoomImageY,
.zoomImageX-innovate,
.load-more-btn,
.mob-digestion-patient-img {
  display: none;
}
.limit-width-container {
  max-width: 1920px;
  margin: 0 auto;
}

.static-width-wrapper {
  margin: 0 auto;
  width: 1101px;
}

.static-width-wrapper span,
.static-width-wrapper img {
  cursor: pointer;
}

.min-width-container {
  /* min-width: 1190px; */
  margin: 0 auto;
}

/* Nav */
.lang-switch-container {
  height: 30px;
  text-align: right;
  font-size: 14px;
  padding: 6px 0px 5px 0;
}

.lang-switch-container img {
  width: 17px;
  height: 17px;
}

.lang-switch-container span {
  display: inline-block;
  padding-left: 6px;
  vertical-align: middle;
  font-size: 12px;
  height: 14px;
  line-height: 14px;
  font-weight: 400;
  color: #888888;
}

.lang-switch-container span:first-child {
  padding-right: 4px;
}

.lang-switch-container a {
  text-decoration: none;
  font-size: 12px;
  height: 14px;
  line-height: 14px;
  font-weight: 400;
  color: #888888;
}

.nav-container {
  position: relative;
}

.nav-container .nav-logo {
  float: left;
  width: 119px;
  height: auto;
  margin: 19px 0 18px 0;
  margin-right: 158px;
}

.nav-container .nav-core-box {
  float: left;
}

.lang-switch-container span:nth-child(1) {
  margin-right: 5px;
  border-right: 1px solid #666;
}

.nav-container {
  position: relative;
}

.nav-container .nav-core-box {
  float: left;
}

.nav-item {
  float: left;
  height: 70px;
  line-height: 70px;
  border-bottom: 2px solid transparent;
  transition: all 0.3s;
}

.nav-item .triangle {
  position: absolute;
  width: 0;
  height: 0;
  bottom: 0;
  left: 50%;
  margin-left: -4px;
  border-bottom: 7px solid #e20020;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

/*.nav-core-box .nav-item:first-child {*/
/*margin-right: 60px;*/
/*}*/

/*.nav-core-box .nav-item:nth-child(2) {*/
/*margin-right: 45px;*/
/*}*/

/*.nav-core-box .nav-item:nth-child(3) {*/
/*margin-right: 28px;*/
/*}*/

/*.nav-core-box .nav-item:nth-child(4) {*/
/*margin-right: 29px;*/
/*}*/

/*.nav-core-box .nav-item:nth-child(5),*/
/*.nav-core-box .nav-item:nth-child(6) {*/
/*margin-right: 37px;*/
/*}*/

/*.nav-core-box .nav-item:nth-child(7) {*/
/*margin-right: 45px;*/
/*}*/
.nav-core-box {
  width: 822px;
  display: flex;
  justify-content: space-between;
}

.nav-item a {
  padding: 0 17px;
  text-decoration: none;
  display: block;
  cursor: pointer;
  font-size: 16px;
  color: #404242;
}

.nav-core-box .nav-item:first-of-type a {
  padding-left: 0;
}

.nav-core-box .nav-item:first-of-type a .triangle {
  margin-left: -14px;
}

.nav-core-box .nav-item:last-of-type a .triangle {
  margin-left: 5px;
}

.nav-core-box .nav-item:last-of-type a {
  padding-right: 0;
}

.nav-item a:hover {
  color: #333;
}

.nav-item-title {
  color: #333;
}

.nav-item.active > a {
  color: #e10020;
}
.nav-item.select > a {
  color: #e10020;
}
.nav-item a {
  position: relative;
  top: 0;
  left: 0;
}

.nav-item a .triangle {
  display: none;
}

.nav-item .nav-hover {
  overflow: hidden;
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  z-index: 999;
  display: none;
  background-color: #fff;
  padding-bottom: 20px;
  /* border-bottom:  solid #000; */
  /* box-shadow: inset 0 13px 18px -16px rgba(0, 0, 0, 0.2); */
}

/* SubMenu */
.sub-nav-container {
  /* display: flex; */
  /* flex-wrap: wrap; */
  border-top: 0.25px solid #eee;
  padding-top: 10px;
}

.sub-nav-item {
  width: 20%;
  margin-bottom: 10px;
  float: left;
}

.sub-nav-item-title {
  display: block;
  border-bottom: 1px solid #eee;
  cursor: pointer;
  transition: all 1s;
  color: #a0a0a0;
  font-weight: 500;
}

.sub-nav-item:hover .sub-nav-item-title {
  /* border-bottom: 1px solid #d9002c; */
  color: #d9002c;
}

/* ThirdMenu */
.third-nav-container {
  padding: 10px 0;
  /* display: none; */
}

.third-nav-item {
  line-height: 40px;
}

.third-nav-item .third-nav-item-title {
  color: #666;
  font-size: 14px;
  font-weight: 500;
}

.third-nav-item:hover .third-nav-item-title {
  color: #d9002c;
}
@media screen and (min-width: 992px) and (max-width: 1280px) {
  .static-width-wrapper {
    width: 910.16px;
  }
  .nav-core-box {
    width: 671.25px;
  }
  .nav-container .nav-logo {
    margin-right: 118px;
  }
  .nav-item a {
    padding: 0 6px;
  }
  .nav-core-box .nav-item:last-of-type a .triangle {
    margin-left: 0;
  }
  .nav-core-box .nav-item:first-of-type a .triangle {
    margin-left: -10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .static-width-wrapper {
    width: 736.45px;
  }
  .nav-core-box {
    width: 620.68px;
  }
  .nav-container .nav-logo {
    margin-right: 24px;
    width: 90px;
    vertical-align: middle;
  }
  .nav-item a {
    padding: 0;
  }
  .nav-core-box .nav-item:first-of-type a .triangle {
    margin-left: -6px;
  }
  .nav-core-box .nav-item:last-of-type a .triangle {
    margin-left: -5px;
  }
}
@media screen and (max-width: 768px) {
  .nav-core-box {
    display: none;
  }

  .nav-bottom .mob-nav {
    display: block;
  }
  .data {
    display: none;
  }
  .swiper-slide {
    height: auto;
  }
  .lang-switch-container {
    display: none;
  }
  .mob-banner-none-img {
    display: none;
  }
  .zoomImage,
  .zoomImageX,
  .zoomImageY,
  .zoomImageX-innovate,
  .load-more-btn,
  .mob-digestion-patient-img {
    display: block;
  }
  .zoomImage {
    width: 100%;
    height: 0;
    margin: 0;
    padding-bottom: 82%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }
  /*.title .zoomImage{*/
  /*height: 306px;*/
  /*}*/

  .zoomImageY {
    width: 100%;
    height: 0;
    margin: 0;
    padding-bottom: 110%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }
  .zoomImageX {
    width: 100%;
    height: 0;
    margin: 0;
    padding-bottom: 58%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }
  .zoomImageX-innovate {
    width: 100%;
    height: 0;
    margin: 0;
    padding-bottom: 48%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }
  .insert {
    background: #e10020 !important;
  }
  .progress {
    margin-bottom: 0;
  }
  .ckin-play:before {
    width: 6rem;
    height: 6rem;
    margin-left: -3rem;
    margin-top: -3rem;
  }
}
.default__button.fullscreen {
  margin-top: -16px;
  font-size: 16px;
  display: block;
  color: #f2f2f3;
  opacity: 0.8;
}
.progress {
  margin-bottom: 0;
}
.default .progress {
  height: 5px;
}
.glyphicon {
  top: 10px;
  font-size: 16px;
}
@media (max-width: 768px) {
  .nav-container .nav-logo {
    margin: 2.4rem 0 2.4rem 2.4rem;
  }
  .nav-container img.nav-logo {
    width: 27.2%;
  }
}
/* Nav */
/* mob-nav */
.mobile-nav-container {
  position: fixed;
  top: 8.28rem;
  left: 0;
  z-index: 999;
  background-color: #fff;
  bottom: 0;
  width: 40%;
  overflow-y: auto;
  border-right: 1px solid #eaecef;
  z-index: 999;
  -webkit-transition: all ease-out 0.5s;
  transition: all ease-out 0.5s;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  min-width: 128px;
  height: auto;
  line-height: unset;
  background: #fff;
  padding: 10px 0;
}

@media screen and (max-width: 768px) {
  .static-width-wrapper {
    width: 100%;
  }

  .lang-switch-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
  }

  .nav-bottom {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: #fff;
  }
}

@media screen and (min-width: 768px) {
  .mobile-nav-container {
    display: none;
  }
  .mob-footer-bottom {
    display: none;
  }
  .top-section-title.line:hover .red-line {
    transform: translate(0, 0);
  }
}

.mobile-nav-container.actived {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#nav-core-mobile-trigger {
  position: absolute;
  right: 1.76rem;
  top: 25px;
  display: none;
}

@media screen and (max-width: 768px) {
  #nav-core-mobile-trigger {
    display: block;
    width: 2.72rem;
    padding: 0;
  }
  .swiper-wrapper .swiper-slide .insert {
    z-index: 9;
  }


}
/* .mob-layer{
  position: fixed;
  top: 10.4rem;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 11;
} */
.mob-nav-list li {
  font-size: 14px;
  padding: 0 14px;
  margin: 0;
  text-align: left;
  width: auto;
  position: relative;
}
.mob-arrow {
  position: absolute;
  width: 40px;
  height: 40px;
  right: 0;
  top: 0;
}
/*上箭头*/
.mob-arrow .mob-arrow-top {
  width: 12px;
  height: 12px;
  position: absolute;
  right: 10px;
  top: 11px;
  z-index: 2;
  display: none;
}
.top-arrow1,
.top-arrow2 {
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  border-top: 6px transparent dashed;
  border-left: 6px transparent dashed;
  border-right: 6px transparent dashed;
  border-bottom: 6px white solid;
  overflow: hidden;
}
.top-arrow1 {
  border-bottom: 6px #333 solid;
}
.top-arrow2 {
  top: 2px;
  border-bottom: 6px #fff solid;
}
.mob-arrow-bottom {
  width: 12px;
  height: 12px;
  position: absolute;
  right: 10px;
  top: 16px;
  z-index: 2;
}
.bottom-arrow1,
.bottom-arrow2 {
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  border-bottom: 6px transparent dashed;
  border-left: 6px transparent dashed;
  border-right: 6px transparent dashed;
  border-top: 6px white solid;
  overflow: hidden;
}
.bottom-arrow1 {
  top: 2px;
  border-top: 6px #333 solid;
}
.bottom-arrow2 {
  border-top: 6px #fff solid;
}
/* 加载更多箭头 */
.load-more-mob-arrow {
  position: relative;
  width: 10px;
  height: 10px;
  display: inline-block;
}
.load-more-mob-arrow-bottom {
  width: 8px;
  height: 8px;
  position: absolute;
  left: 2px;
  top: 2px;
  z-index: 2;
}
.load-more-bottom-arrow1,
.load-more-bottom-arrow2 {
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  border-bottom: 4px transparent dashed;
  border-left: 4px transparent dashed;
  border-right: 4px transparent dashed;
  border-top: 4px white solid;
  overflow: hidden;
}
.load-more-bottom-arrow1 {
  top: 2px;
  border-top: 4px #383838 solid;
}
.load-more-bottom-arrow2 {
  border-top: 5px #fff solid;
}
.submenu div a {
  font-size: 13px !important;
  color: #333 !important;
  line-height: 40px !important;
}
.mob-nav-list li a {
  text-decoration: none;
  font-size: 14px;
  line-height: 44px;
  color: #000;
}
/* mob-nav */
/* swiper insert*/
.swiper-slide .insert {
  position: absolute;
  width: 37.08%;
  height: 44.48%;
  /* padding: 40px 0 0 30px; */
  background-color: rgb(231, 80, 73);
  mix-blend-mode: multiply;
  /* display: none; */
}

.swiper-slide .position-insert5 {
  background-color: rgba(160, 13, 6, 0.75);
  /* mix-blend-mode: normal; */
  opacity: 0.75;
  width: 28.23%;
  height: 45.15%;
}

.swiper-slide .text {
  cursor: pointer;
  color: #fff;
}

.swiper-slide .text span {
  font-size: 1.3125rem;
  font-weight: 800;
  display: -webkit-box;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.swiper-slide .triangle {
  position: absolute;
  width: 0px;
  height: 0px;
  right: 0;
  top: 1.875rem;
  border-right: 0.65625rem solid #fff;
  border-left: none;
  border-top: 0.390625rem solid transparent;
  border-bottom: 0.390625rem solid transparent;
}

.swiper-slide .text5 .triangle {
  border-left: 0.65625rem solid #fff;
  border-right: none;
  left: 0;
}

.swiper-slide .text {
  position: absolute;
  /* display: flex;
  flex-direction: column;
  justify-content: space-between; */
  padding: 41px 50px 41px 50px;
}

.swiper-slide .text span:first-of-type {
  padding-top: 1.28125rem;
  padding-bottom: 1.21875rem;
  line-height: 1em;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swiper-slide .insert {
    background-color: rgba(160, 13, 6, 0.75) !important;
    opacity: 0.8 !important;
  }
}
@media (max-width: 992px) {
  .swiper-slide .text span:first-of-type {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.swiper-slide .text .link {
  padding-bottom: 1.25rem;
  margin-top: 1.125rem;
  font-size: 0.5rem;
}

.swiper-slide .text span:nth-child(2) {
  font-size: 0.625rem;
  font-weight: 400;
  color: #ffffff;
}
.swiper-slide .text span:nth-child(3) {
  font-size: 0.625rem;
  font-weight: 400;
  color: #ffffff;
}

.swiper-slide .text2 {
  width: 33.75%;
  height: 44.48%;
  bottom: 1.5rem;
  left: 18.75%;
  padding: 0 0 0 1.875rem;
}

.swiper-slide .text3,
.swiper-slide .text4 {
  width: 37.08%;
  height: 44.48%;
  top: 33px;
  left: 18.8%;
  padding: 0 0 0 1.875rem;
}

.swiper-slide .text3 {
  width: 33.59%;
  left: 18.8%;
}

.swiper-slide .text5 {
  width: 28.23%;
  height: 45.15%;
  bottom: 1.5rem;
  left: 18.8%;
  padding: 0 0 0 1.84375rem;
}

.swiper-wrapper .swiper-slide .insert {
  opacity: 0;
}

.swiper-wrapper .swiper-slide .text {
  opacity: 0;
}

.swiper-wrapper .swiper-slide .position-insert2 {
  bottom: 1.5rem;
  left: 18.75%;
  width: 33.75%;
  height: 44.48%;
}

.swiper-slide .position-insert3,
.swiper-slide .position-insert4 {
  top: 33px;
  left: 18.8%;
}

.swiper-slide .position-insert3 {
  width: 33.59%;
  left: 18.8%;
}
/* .static-width-wrapper img.login {
  float: left;
  width: 133px;
  height: 33px;
} */
.swiper-slide .position-insert5 {
  bottom: 1.5rem;
  left: 18.8%;
}

.swiper-slide .position-insert5 span {
  line-height: 46px;
}

.swiper-slide .position-insert5 .triangle {
  left: 0;
  border-left: 21px solid #fff;
  border-right: none;
  border-top: 12.5px solid transparent;
  border-bottom: 12.5px solid transparent;
}

/* swiper insert*/
.title {
  position: relative;
}

.title img {
  width: 100%;
  height: 100%;
}
.second-img img {
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .title-img {
    margin-top: 63px;
    overflow: hidden;
  }
}

/* 手机端中上拉加载样式 */
@media (max-width: 768px) {
  input,
  textarea {
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); /** 点击高亮 */
  }
  .swiper-slide .text5 .triangle {
    border-left: 8px solid #fff;
    border-right: none;
    left: 0;
  }
  .dropload-down {
    font-size: 1.92rem;
    position: absolute;
    bottom: -55px;
    left: 50%;
    z-index: 999;
  }
  .dropload-down div {
    margin-left: -50%;
  }
  .title .text span:nth-of-type(1) {
    font-size: 15px !important;
    font-weight: 800 !important;
    margin-bottom: 10px !important;
  }
  .title .text span {
    font-size: 12px !important;
    font-weight: 500 !important;
    line-height: 22px !important;
    /* display: block !important;
    -webkit-line-clamp: 10 !important; */
  }
}
/* Footer */
.footer-container .footer-width {
  width: 1198px;
}

.footer-container {
  background: #d9dada;
  position: relative;
}

.footer-top {
  padding: 62px 0 36px 0;
}

.footer-top .top-left {
  width: 63.78%;
  /*height: 240px;*/
  float: left;
  padding-left: 4.17%;
}

.footer-top .top-right {
  width: 27.22%;
  float: left;
  position: relative;
}
.footer-top .top-right:last-of-type {
  margin-top: 16px;
}
.footer-top .top-right .top-section-content.member .img {
  width: 32px;
  position: relative;
  display: block;
}
.footer-top .top-right .top-section-content.member .img.icon {
  float: left;
  height: 86px;
  margin-right: 24px;
}
.footer-top .top-right .top-section-content.member  em {
  font-style: normal;
  font-size: 14px;
  font-weight: 400;
  color: #595757;
  line-height: 20px;
}
.footer-top .top-right .top-section-content.member .img.icon img {
  width: 100%;
  padding-top: 12px;
}
.footer-top .top-right .top-section-content.member .member-qr {
  width: 112px;
  position: absolute;
  top: -100px;
  left: -40px;
  display: none;
  background-color: #fff;
  padding-top: 8px;
  padding-bottom: 20px;
  border-radius: 3px;
  text-align: center;
}
.footer-top .top-right .top-section-content.member #qrcode1 img {
  width: 80%;
  margin: 0 auto;
}
.footer-top .top-right .top-section-content.member span {
  width: 98px;
  display: block;
  margin-top: 5px;
  font-size: 16px;
  line-height: 32px;
  color: #595757;
}
.top-section-item {
  float: left;
}
.top-section-item.social-section {
  width: 100%;
}
.footer-logo-section {
  margin-right: 8.87%;
}

.footer-logo {
  width: 119px;
}
.footer-top .top-right .top-section-content.member .img:hover + #qrcode1 {
  display: none;
}
.shortcut-section.right,
.shortcut-section.center {
  margin-left: 14.75%;
}

.shortcut-list li a {
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  color: #595757;
  line-height: 30px;
  cursor: pointer;
}

.shortcut-list li a:hover {
  color: #d20023;
}

.top-section-title {
  position: relative;
  padding: 10px 0 0 0;
  margin: 0;
  width: 72px;
  height: 37px;
  font-size: 16px;
  font-weight: 400;
  white-space: pre;
  color: #595757;
  cursor: pointer;
  overflow: hidden;
}
.top-section-title.line .red-line {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  bottom: 3px;
  left: 0;
  background-color: #ea0a2a;
  transform: translate(-32px, 0);
  transition: all 0.5s;
}

.top-section-content {
  padding-top: 15px;
}

.social-icon {
  width: 31px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
  margin-right: 9.51%;
}

.social-icon:hover {
  background-color: #fff;
  cursor: pointer;
}

.social-icon:last-child {
  margin-right: 0;
}

.social-icon img {
  display: block;
  width: 100%;
}

.qrcode-section {
  display: none;
  margin-left: 152px;
}

.footer-qrcode {
  width: 131px;
}

.footer-bottom a.bottom-info {
  text-decoration: none;
}

.footer-bottom a.bottom-info:hover {
  color: #e10020;
}

.qrcode-text {
  font-size: 16px;
  font-weight: 300;
  color: #595757;
  margin: 9px 0 0 0;
  text-align: center;
}
.back-top {
  position: fixed;
  z-index: 99;
  top: 760px;
  right: 4.875rem;
  font-size: 14px;
  font-weight: 400;
  color: #6c6a6a;
  line-height: 30px;
  cursor: pointer;
}
.back-top::after {
  position: absolute;
  content: "";
  left: -46px;
  top: 0;
  width: 33px;
  height: 33px;
  border: 1px solid #595757;
  border-radius: 50%;
}
.back-top::before {
  position: absolute;
  content: "";
  left: -35px;
  top: 14px;
  width: 10px;
  height: 10px;
  border-bottom: 1px solid #595757;
  border-right: 1px solid #595757;
  transform: rotate(-135deg);
}

.footer-bottom {
  padding: 2px 0 54px 0;
  border-top: 1px solid rgba(203, 203, 203, 1);
}

.footer-bottom .bottom-left {
  width: 56.78%;
  float: left;
  padding-left: 19%;
}
.footer-bottom .bottom-right {
  width: 32%;
  margin-left: 5%;
  padding-top: 10px;
  float: left;
  font-size: 14px;
  font-weight: 400;
  color: #6c6a6a;
}

.footer-bottom .bottom-info {
  font-size: 14px;
  font-weight: 300;
  line-height: 32px;
  margin: 0 0 6px 0;
  text-align: left;
  font-weight: 400;
  letter-spacing: -0.5px;
  color: #6c6a6a;
}
.footer-bottom .bottom-info a {
  text-decoration: none;
  color: #6c6a6a;
  display: inline-block;
  margin-right: 29.49%;
}
.footer-bottom .bottom-info a:last-of-type {
  margin-right: 0;
}

.mapping {
  margin-bottom: 60px;
}

.weixin {
  width: 128px;
  height: 148px;
  padding: 15px 10px 0 10px;
  background-color: #fff;
  position: absolute;
  left: 16px;
  top: -135px;
  border-radius: 5px;
  border-bottom: 1px solid #bcbcbc;
  display: none;
}

.weixin:after {
  width: 0;
  height: 0;
  position: absolute;
  content: "";
  bottom: -7px;
  left: 50%;
  margin-left: -6px;
  border-top: 7px solid #fff;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

.weixin::before {
  content: attr(data-content-before);
  position: absolute;
  bottom: 5px;
  left: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #595757;
}
#qrcode1:after {
  width: 0;
  height: 0;
  position: absolute;
  content: "";
  bottom: -7px;
  left: 50%;
  margin-left: -6px;
  border-top: 7px solid #fff;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

#qrcode1::before {
  content:attr(data-content-before);
  position: absolute;
  bottom: 2px;
  left: 14px;
  font-size: 14px;
  font-weight: 400;
  color: #595757;
}
.top-section-content {
  position: relative;
  top: 0;
}
@media (min-width: 992px) and (max-width: 1280px) {
  .footer-container .footer-width {
    width: 972px;
  }
  .shortcut-section.center,
  .shortcut-section.right {
    margin-left: 9.75%;
  }
  .footer-bottom .bottom-left {
    padding-left: 21.5%;
  }
  .footer-bottom .bottom-info a {
    margin-right: 19.49%;
  }
  .footer-top .top-right {
    width: 35.22%;
  }

}
@media (min-width: 768px) and (max-width: 992px) {
  .footer-container .footer-width {
    width: 749px;
  }
  .footer-top .top-left {
    /*width: 100%;*/
    /*height: 192px;*/
    padding-left: 0;
  }
  .shortcut-section.center,
  .shortcut-section.right {
    margin-left: 6.75%;
  }
  .footer-bottom .bottom-left {
    width: 100%;
    padding-left: 0%;
  }
  .footer-bottom .bottom-right {
    width: 100%;
  }
  .footer-top .top-right {
    width: 60%;
  }
  .footer-top .top-right:last-of-type {
    width: 35%;
    padding-left: 5%;
  }
}
@media screen and (max-width: 768px) {
  #qrcode1:after {
    left: 12px;
  }

  html {
    font-size: 6.25px;
  }
  .back-top {
    display: none;
  }
  .footer-top .top-right .top-section-content.member .img.icon {
    height: 72px;
  }
  .footer-container .footer-width {
    width: 100%;
  }
  .top-section-content {
    padding-top: 2.4rem;
    padding-bottom: 10px;
  }
  .top-left .top-section-title {
    display: none;
  }
  .footer-top .top-right:last-of-type {
    width: auto;
    /*padding-left: 4.16rem;*/
    /*margin-left: 6.4rem;*/
  }
  .footer-logo {
    width: 21.12rem;
    margin-right: 12%;
  }
  .footer-bottom {
    width: 100%;
  }
  .footer-bottom .bottom-right {
    width: 74%;
    float: none;
    margin: 0 auto;
    padding: 8px 0 25px 0;
    font-size: 12px;
    line-height: 24px;
  }
  .footer-bottom {
    padding-bottom: 0;
  }
  .footer-bottom .bottom-info {
    margin-left: 0;
    font-size: 12px;
    line-height: 24px;
  }
  .footer-top .top-left {
    width: 100%;
    padding: 0;
    height: auto;
    margin: 0 auto;
    float: none;
  }
  .footer-logo-section {
    margin-right: 0;
    text-align: center;
    float: none;
  }
  .footer-top .top-right {
    /*width: 46.88%;*/
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
  }
  .footer-top .top-right .top-section-content {
    padding-top: 12.5px;
    padding-right: 10px;
    line-height: 16px;

  }
  .footer-top .top-right:last-of-type {
    margin-top: 0;
  }
  .top-section-title {
    margin-top: 1.92rem;
    font-size: 14px;
    height: 5.28rem;
  }
  .social-icon {
    /*width: 21.67%;*/
    width: 32px;
    height: auto;
    margin-right: 14.68%;
  }
  .bottom-left {
    display: none;
    text-align: center;
    padding-bottom: 4.96rem;
  }
  .bottom-left p {
    font-size: 1.92rem;
    color: #525252;
    text-align: center;
    font-weight: 500;
  }
  .bottom-left span {
    display: block;
    font-size: 1.92rem;
    color: #525252;
  }
  .bottom-icp {
    width: 100%;
    margin: auto;
    font-size: 1.6rem;
    color: #696969;
    padding: 1.6rem 0 5.76rem 0;
    border-top: 1px solid #b4b4b4;
    line-height: 3.2rem;
  }
  .bottom-icp a {
    color: #696969;
    line-height: 3.2rem;
    display: block;
    padding-left: 10%;
  }
  .bottom-icp p {
    margin-bottom: 0;
    padding-left: 10%;
  }
  .footer-top {
    padding: 5.12rem 0 0 9.33%;
  }
  .bottom-info a {
    color: #525252;
  }

  .shortcut-section.center,
  .shortcut-section.right {
    margin-left: 13%;
  }
  .top-section-title.line .red-line {
    bottom: 0;
  }
  .shortcut-list li a {
    font-size: 2.08rem;
    font-weight: 500;
    color: #5f5f5f;
    line-height: 4.16rem;
  }
  .footer-top .top-right .top-section-content.member #qrcode1 {
    top: -122px;
    left: 0;
  }
  .weixin {
    padding: 5px 0;
    width: 112px;
    height: 140px;
    left: 28px;
    top: -131px;
  }
  #qrcode1::before,
  .weixin::before {
    content: "长按识别";
    left: 28px;
  }
  .bottom-info-mob {
    padding-bottom: 24px;
  }
  .bottom-info-mob a {
    display: inline-block;
    margin-right: 3.2rem;
    font-size: 2.08rem;
    font-weight: 500;
    color: #5f5f5f;
    line-height: 4.48rem;
  }
  .bottom-info-mob a:nth-of-type(2n) {
    /*margin-right: 0;*/
  }
  .footer-top .top-right .top-section-content.member #qrcode1 img {
    width: 100%;
  }
}
/* Footer */
/* bread */
.bread .active {
  color: #000000;
  font-size: 16px;
}

.bread {
  width: 1200px;
  margin: 0 auto;
}
.bread,
.bread a {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  line-height: 52px;
  text-decoration: none;
  color: #000000;
  cursor: pointer;
}
@media (min-width: 768px) {
  .bottom-info-mob {
    display: none;
  }
  .bottom-info span {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1280px) {
  .bread {
    width: 972px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .bread {
    width: 748px;
  }
}
@media (max-width: 768px) {
  .bread {
    width: 100%;
    margin: 0 auto;
    padding: 0 4%;
  }
  .bread,
  .bread a {
    font-size: 1.76rem;
    line-height: 6.4rem;
  }
  .bread .active {
    font-size: 1.76rem;
    font-weight: 500;
  }
  .page-box .page-footer {
    display: none;
  }
  .load-more-box {
    text-align: center;
  }
  .load-more-btn {
    text-align: center;
    color: #595959;
    font-size: 11px;
    font-weight: 400;
  }
}
/* bread */
/* page */
.page-box {
  width: 100%;
  text-align: center;
}
.page-footer {
  display: inline-block;
  width: auto;
  margin: 0 auto;
}

.page-footer #ampagination1,
.page-footer #ampagination2,
.page-footer #ampagination3,
.page-footer #ampagination,
.page-footer .router {
  float: left;
}

.page-footer .router {
  height: 40px;
}

#ampagination1,
#ampagination2,
#ampagination3,
#ampagination {
  margin-right: 2px;
}

#ampagination1 input,
#ampagination2 input,
#ampagination3 input,
#ampagination input {
  outline: none;
}

.sub {
  display: inline-block;
  padding: 0 6px;
  font-size: 14px;
  color: #3d3d3d;
  background-color: #fff;
  border: 1px solid #ededed;
  cursor: pointer;
  line-height: 20px;
}

.page-footer .router {
  width: 212px;
  padding: 22px 0;
}

.page-footer .router > span {
  font-size: 14px;
  color: #3d3d3d;
  line-height: 34px;
}

.page-footer span {
  color: #3d3d3d;
}

.page-footer input {
  width: 32px;
  height: 22px;
  font-size: 14px;
  vertical-align: middle;
}

/* page */
/* Custom Scroll Bar */
::-webkit-scrollbar-track {
  background-color: transparent;
}

::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background-color: rgba(226, 226, 226, 1);
}

::-webkit-scrollbar-thumb:hover {
  background-color: rgba(226, 226, 226, 1);
}
@keyframes move {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
