* {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: #333;
}

ul,
ol {
  list-style: none;
}

image {
  border: none;
}

input,
textarea {
  outline: none;
  border: none;
  background-color: transparent;
}

svg {
  vertical-align: middle;
}

.wrapper {
  width: 64rem;
  margin: 0 auto;
}

/* 头部模块 */
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 5rem;
}

.header .mobile {
  display: none;
}

.header .pc_search {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 13.2rem;
  height: 1.9rem;
  border-radius: .95rem;
  background: rgba(0, 0, 0, 0.05);
}

.header .pc_search label {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  margin: 0 .25rem;
  border-radius: 50%;
  background-color: #C7000B;
  line-height: 1.5rem;
  text-align: center;
}



/* 产品公告模块 */
.p_announcement {
  background-color: #FCF2F3;
}

.p_announcement .wrapper {
  display: flex;
  height: 3rem;
  justify-content: space-between;
  align-items: center;
}

.p_announcement .center {
  flex: 1;
  display: flex;
  justify-content: flex-start;
  margin-left: 1.75rem;
}

.p_announcement .center>div:first-child {
  line-height: 1.1rem;
  font-size: .8rem;
  font-weight: 600;
  padding-right: .4rem;
}

.p_announcement .center>div:last-child {
  width: 40rem;
  font-size: .8rem;
  font-weight: 400;
  color: #666;
}

.p_announcement .center .mask {
  height: 1.1rem;
  position: relative;
  overflow: hidden;
}

.p_announcement .center .mask span {
  display: block;
  box-sizing: border-box;
  position: absolute;
  top: 1.4rem;
  width: 100%;
  padding-bottom: .3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.p_announcement .center .mask span[data-show] {
  transform: translateY(-100%);
  transition: .5s transform ease-in-out;
}

.p_announcement .center .mask span[data-up] {
  transform: translateY(-200%);
  transition: .5s transform ease-in-out;
}

.p_announcement .left span {
  vertical-align: middle;
  font-size: 1rem;
  font-weight: 600;
  color: #C7000B;
}

.more span {
  padding-right: 0.25rem;
  font-size: 0.7rem;
  font-weight: 500;
  color: #C7000B;
}

/* 模块公共样式 */
/* 子模块公共样式 */
.module {
  background-color: #fff;
}

.module:nth-child(2n) {
  background-color: #f7f7f7;
}

.module_hd,
.sub_module_hd {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 1.75rem;
}

.module_hd {
  padding-top: 1.5rem;
}

.module_hd_l,
.sub_module_hd_l {
  font-size: 1.2rem;
  font-weight: 600;
}

.module_hd_l::before,
.sub_module_hd_l::before {
  display: inline-block;
  content: '';
  width: .3rem;
  height: 1.75rem;
  margin-right: 0.6rem;
  border-radius: .15rem;
  background-color: #C7000B;
  vertical-align: middle;
}

.module_bd {
  box-sizing: border-box;
  padding: 1rem .75rem;
}

.sub_module {
  flex: 1;
  padding: 0.5rem;
}

.sub_module_bd {
  height: calc(100% - 1.75rem);
}

/* 现货指导价 */
.guidance_price_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.guidance_price_content>div {
  height: 6rem;
  background-color: #fff;
  box-shadow: 0px 2px 5px #8f8f8f1a;
}

.guidance_price_content_l {
  box-sizing: border-box;
  width: 18.65rem;
  padding-left: 0.7rem;
  padding-right: 1rem;
  border-left: .3rem solid #D8323B;
}

.guidance_price_content_l>div {
  display: flex;
}

.guidance_price_content_l>div:first-child {
  justify-content: space-between;
  align-items: center;
  height: 2.6rem;
}

.guidance_price_content_l>div:first-child span:first-child {
  font-size: 1rem;
  font-weight: 500;
}

.guidance_price_content_l>div:first-child span:last-child {
  font-size: .7rem;
  color: #C7000B;
}

.guidance_price_content_l>div:last-child>div {
  width: 8rem;
}

.guidance_price_content_l>div:last-child>div>div:first-child {
  font-size: .7rem;
  color: #999;
}

.guidance_price_content_l>div:last-child>div>div:last-child span:first-child {
  font-size: 1.6rem;
  font-weight: 700;
}

.guidance_price_content_l>div:last-child>div>div:last-child span:last-child {
  font-size: .7rem;
  font-weight: 700;
 
}

.guidance_price_content_l>div:last-child>div:last-child>div:last-child span:last-child {
  
}

.guidance_price_content_r {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 42.85rem;
  padding-top: 0.3rem;
  box-sizing: border-box;
}

.guidance_price_content_r>div:first-child {
  width: 4.2rem;
  text-align: right;
  font-size: 14px;
  font-weight: 400;
  color: #666;
}

.guidance_price_content_r>div:first-child div {
  line-height: 1.6rem;
}

.scroll_grid {
  width: 35.65rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.scroll_grid .swiper-slide {
  width: 5rem;
  height: 6rem;
}


.scroll_grid .swiper-slide div {
  font-size: 0.8rem;
  line-height: 1.6rem;
  text-align: right;
}

.scroll_grid .swiper-slide div:first-child {
  font-size: 1rem;
  font-weight: 500;
  color: #C7000B;
}

.scroll_grid .swiper-button-next,
.scroll_grid .swiper-button-prev {
  width: 4rem;
  height: 5.7rem;
  top: 0;
  margin-top: 0;
}

.scroll_grid .swiper-button-prev {
  left: -1.5rem;
  background: linear-gradient(90deg, #FFFFFF 48.06%, rgba(255, 255, 255, 0) 100%);

}

.scroll_grid .swiper-button-next {
  right: -1.5rem;
  background: linear-gradient(270deg, #FFFFFF 48.06%, rgba(255, 255, 255, 0) 100%);
}

.scroll_grid .swiper-button-prev:after {
  content: url(../assets/xhzdj_l.png);
}

.scroll_grid .swiper-button-next:after {
  content: url(../assets/xhzdj_r.png);
}

.scroll_grid .swiper-button-next.swiper-button-disabled,
.scroll_grid .swiper-button-prev.swiper-button-disabled {
  opacity: .3;
  /* background: transparent; */
}


/* 公司新闻、行业新闻 */
.news .module_bd {
  display: flex;
}

.news .sub_module:first-child .sub_module_bd {
  width: 30rem;
  height: 17.85rem;
}

.news .swiper-slide a {
  display: inline-block;
}

.news .swiper,
.news .swiper-slide a,
.news .swiper-slide a img {
  width: 100%;
  height: 100%;
}

.news .swiper-pagination {
  box-sizing: border-box;
  bottom: 0;
  height: 4.5rem;
  padding-right: 1.5rem;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 85.86%);
  text-align: right;
  line-height: 4.5rem;
}

.news .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 0.8;
  height: 0.3em;
  width: 0.3rem;
  border-radius: 0.15rem;
}

.news .swiper-pagination-bullet-active {
  width: 2rem;
  background-color: #C7000B;
}

.news .tab_titles>span,
.mb_notice .tab_titles>span {
  vertical-align: middle;
  margin-right: 0.9rem;
  font-size: 1rem;
  font-weight: 400;
  cursor: pointer;
}

.news .tab_titles .current,
.mb_notice .tab_titles .current {
  font-size: 1.2rem;
  font-weight: 600;
  box-shadow: inset 0 -0.6rem 0 #e9700033;
}

.news .tab_contents,
.mb_notice .tab_contents {
  height: 100%;
}

.news .tab_contents ul,
.mb_notice .tab_contents ul {
  padding-top: 0.5rem;
  display: none;
  height: 15rem;
}

.news .tab_contents .current,
.mb_notice .tab_contents .current {
  display: block;
}

.news .tab_contents li,
.mb_notice .tab_contents li,
.notice li,
.gide li {
  box-sizing: border-box;
  height: 2rem;
  padding-left: 0.8rem;
}

.news .tab_contents li a,
.notice li a,
.gide li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 2rem;
  width: 100%;
}

.news .tab_contents li a span:last-child,
.notice li a span:last-child,
.gide li a span:last-child,
.mb_notice li a span:last-child {
  font-size: 0.7rem;
  font-weight: 400;
  color: #999;
}

.news .tab_contents li a:hover span:first-child,
.notice li a:hover span:first-child,
.gide li a:hover span:first-child {
  color: #C7000B;
}

/* 品种专区 */
.varieties .swiper-slide>div {
  overflow: hidden;
  width: 11.6rem;
  height: 12.65rem;
  margin-right: 1rem;
  background-color: #fff;
  box-shadow: 0px 2px 5px rgba(143, 143, 143, 0.1);
}

.varieties .swiper-slide img {
  width: 100%;
  height: 8.8rem;
}

.varieties .swiper-slide>div div {
  padding-left: 0.8rem;
  height: 1.9rem;
  line-height: 1.9rem;
  font-size: 0.9rem;
  font-weight: 500;
}

.varieties .swiper-slide a {
  padding-left: 0.8rem;
  font-size: 0.7rem;
  font-weight: 500;
  color: #C7000BCC;
}

.varieties .swiper-slide svg {
  padding-left: 0.2rem;
}

.varieties .swiper-button-prev,
.varieties .swiper-button-next {
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
}

.varieties .swiper-button-prev::after,
.varieties .swiper-button-next::after {
  font-size: 18px;
  color: #fff;
}

/* 公告 */
.notice .module_bd {
  display: flex;
  padding: 1rem 0;
}

.notice .module_bd .sub_module:first-child {
  padding-left: 0;
  padding-right: .5rem;
}

.notice .module_bd .sub_module:last-child {
  padding-right: 0;
  padding-left: .5rem;
}

.notice ul {
  padding-top: 0.5rem;
}

/* 交收中心,业务指引 */
.gide .module_bd {
  display: flex;
  padding: 1rem 0;
}

.gide .sub_module:first-child {
  width: 19.3rem;
}

.gide .sub_module:first-child .sub_module_bd,
.gide .sub_module:first-child .swiper-slidec,
.gide .sub_module:first-child .swiper-slidec a {
  display: block;
  width: 19.3rem;
  height: 14.75rem;
}

.gide .swiper-pagination {
  box-sizing: border-box;
  bottom: 0;
  height: 4.5rem;
  padding-right: 1.5rem;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 85.86%);
  text-align: right;
  line-height: 4.5rem;
}

.gide .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 0.8;
  height: 0.3em;
  width: 0.3rem;
  border-radius: 0.15rem;
}

.gide .swiper-pagination-bullet-active {
  width: 2rem;
  background-color: #C7000B;
}

.gide .sub_module:nth-child(2) ul {
  margin-top: 1rem;
}

.gide .sub_module:last-child .sub_module_bd {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  flex-basis: auto;
}

.gide .sub_module:last-child .sub_module_bd>div {
  width: 10rem;
  height: 3.45rem;
  background-color: #fff;
}

.gide .sub_module:last-child .sub_module_bd>div:nth-child(2n) {
  margin-right: 0;
}

.gide .sub_module:last-child .sub_module_bd>div a {
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 0.8rem;
  font-size: .9rem;
  font-weight: 500;
  color: #C7000B;
}

.gide .sub_module:last-child .sub_module_bd>div:nth-child(1) a {
  background: url(../assets/ywzy1.png) no-repeat center;
}

.gide .sub_module:last-child .sub_module_bd>div:nth-child(2) a {
  background: url(../assets/ywzy2.png) no-repeat center;
}

.gide .sub_module:last-child .sub_module_bd>div:nth-child(3) a {
  background: url(../assets/ywzy3.png) no-repeat center;
}

.gide .sub_module:last-child .sub_module_bd>div:nth-child(4) a {
  background: url(../assets/ywzy4.png) no-repeat center;
}

.gide .sub_module:last-child .sub_module_bd>div:nth-child(5) a {
  background: url(../assets/ywzy5.png) no-repeat center;
}

.gide .sub_module:last-child .sub_module_bd>div:nth-child(6) a {
  background: url(../assets/ywzy6.png) no-repeat center;
}

.gide .sub_module:last-child .sub_module_bd>div a svg {
  padding-right: 0.4rem;
}

/* 合作伙伴 */
.partners .module_bd {
  /* display: flex;*/
  flex-wrap: wrap;
  justify-content: center;
}

.partners a {
  display: block;
  width: 10rem;
  height: 4rem;
  margin-right: 3rem;
  margin-bottom: 1rem;
  background: no-repeat center;
}

.partners a:nth-child(5n) {
  margin-right: 0;
}


/* 底部 */

.foot {
  height: 16.4rem;
  background-color: #676966;
}

.foot_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.foot_top li a {
  display: inline-block;
  padding: 1.5rem 0;
  font-weight: 500;
  font-size: .8rem;
  color: #FFFFFF;
}

.foot_bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.foot_bottom .logo {
  width: 11.1rem;
  height: 1.7rem;
  margin-top: .8rem;
  margin-bottom: .6rem;
}

.foot_bottom p {
  font-size: 0.8rem;
  margin: 0 0 .4rem 0;
  color: #D0D0D0;
}

.qr_code {
  display: flex;
  justify-content: flex-end;
  font-size: .8rem;
  color: #fff;
}

.qr_code div:first-child {
  margin-right: 3rem;
}

.qr_code img {
  width: 6.45rem;
  height: 6.45rem;
  background-color: #D9D9D9;
  margin-bottom: .4rem;
}

@media (min-width: 992px) {
  html {
    font-size: 20px;
  }

  /* 导航模块 */
  nav {
    width: 100%;
    background-color: #C7000B;
  }

  nav ul {
    display: flex;
    height: 2.4rem;
    justify-content: space-between;
    align-items: center;
  }

  nav ul li {
    flex: 1;
    text-align: center;
  }

  nav ul li:first-child {
    display: none;
  }

  nav ul li a {
    line-height: 2.4rem;
    color: #fff;
    font-size: .8rem;
    font-weight: 500;
  }

  nav ul li.actived {
    background-color: #a30009;
  }

  nav ul li:hover {
    background-color: #e2000d;
  }

  /* banner模块 */
  .banner {
    height: 21rem;
    width: 100%;
  }

  .banner .swiper-slide a,
  .banner .swiper-slide img {
    display: block;
    height: 21rem;
    width: 100%;
  }

  .banner .swiper-button-prev,
  .banner .swiper-button-next {
    width: 2.8rem;
    height: 2.8rem;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.4);
  }

  .banner .swiper-button-prev {
    left: 5rem;
  }

  .banner .swiper-button-next {
    right: 5rem;
  }

  .banner .swiper-button-next:after,
  .banner .swiper-button-prev:after {
    font-size: 1rem;
    color: #fff;
  }

  .banner .swiper-horizontal>.swiper-pagination-bullets,
  .banner .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 3rem;
  }

  .banner .swiper-pagination-bullet {
    width: 2.5rem;
    height: 0.4rem;
    border-radius: .2rem;
    background: rgba(255, 255, 255, 0.5);
    opacity: unset;
  }

  .banner .swiper-pagination-bullet-active {
    width: 7.5rem;
    background: #FFFFFF;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
  }

  .p_announcement .left svg:nth-child(2) {
    display: none;
  }

  .varieties .swiper-pagination {
    display: none;
  }

  .mb_notice {
    display: none;
  }

  .swiper-scrollbar {
    display: none;
  }

  .module.gide {
    background-color: #f7f7f7;
  }

  .module.partners {
    background-color: #fff;
  }
}

@media (max-width: 991px) {
  html {
    font-size: 10px;
  }

  body {
    height: 100%;
    width: 100%;
  }

  .wrapper {
    width: 33.5rem;
  }

  /* 移动端头部 */
  .header {
    height: 6.6rem;
  }

  .header .pc {
    display: none;
  }

  .header .mobile {
    display: block;
  }

  .mb_logo,
  .mb_logo a,
  .mb_logo a img {
    display: block;
    width: 17.8rem;
    height: 3.1rem;
  }

  .mb_search_box {
    display: none;
    position: relative;
    top: 0;
    left: 0;
    width: 26.4rem;
    height: 3.8rem;
    border-radius: 1.9rem;
    background-color: #FCF2F3;
  }

  .mb_search_box input {
    margin-left: 10%;
    width: 80%;
    height: 100%;
  }

  .mb_search_box label {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3.2rem;
    height: 3.2rem;
    border-radius: 50%;
    background-color: #C7000B;
  }

  .mb_nav {
    width: 2rem;
    height: 2rem;
  }

  .mb_nav svg:nth-child(2) {
    display: none;
  }

  /* 移动端导航 */
  nav {
    display: none;
    height: calc(100vh - 6.6rem);
    background: url(../assets/mb_nav_bg.png) #FCF2F3 no-repeat bottom;
  }

  nav ul {
    display: 'none';
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
  }

  nav ul li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 1.6rem;
    flex: unset;
    height: 4.6rem;
    width: 100%;
    border-top: 1px solid #c7000a15;
  }

  nav ul li a {
    color: #C7000B;
    font-weight: 500;
  }

  nav ul li:first-child {
    display: flex;
    padding-top: 1.8rem;
    border-top: 0;
  }

  .guidance_price_content,
  .news .module_bd,
  .notice .module_bd,
  .gide .module_bd {
    flex-direction: column;
  }

  /* 移动端banner模块 */
  .banner {
    width: 100%;
    height: 16rem;
  }

  .banner .swiper-button-prev,
  .banner .swiper-button-next {
    display: none;
  }

  .banner .swiper-slide a,
  .banner .swiper-slide img {
    height: 16rem;
  }

  .banner .swiper-horizontal>.swiper-pagination-bullets,
  .banner .swiper-pagination-bullets.swiper-pagination-horizontal {
    width: 95%;
  }

  .banner .swiper-pagination {
    text-align: right;
  }

  .banner .swiper-pagination-bullet {
    width: .6rem;
    height: .6rem;
    border-radius: .3rem;
    background: #ffffff;
    opacity: unset;
  }

  .banner .swiper-pagination-bullet-active {
    background: #C7000B;
  }

  /* 产品公告 */
  .p_announcement {
    width: 100%;
    height: 4.1rem;
  }

  .p_announcement .left svg:first-child,
  .p_announcement .more,
  .p_announcement .left span {
    display: none;
  }

  .p_announcement .center {
    margin-left: 1rem;
  }

  .p_announcement .center>div:first-child {
    font-size: 1.2rem;
  }

  .p_announcement .center>div:last-child {
    width: 26rem;
  }

  .p_announcement .center .mask span {
    top: 1.6rem;
  }

  /* 模块公共样式 */
  /* 子模块公共样式 */
  .module {
    background-color: #fff;
  }

  .module:nth-child(2n) {
    background-color: #f7f7f7;
  }

  .module_hd,
  .sub_module_hd {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 2.2rem;
    padding-top: 1.6rem;
    padding-bottom: 1.2rem;
  }

  /* 
  .module_hd {
    padding-top: 1.6rem;
    padding-bottom: 1.2rem;
  } */

  .module_hd_l,
  .sub_module_hd_l {
    font-size: 1.6rem;
    font-weight: 600;
  }

  .module_hd_l::before,
  .sub_module_hd_l::before {
    display: inline-block;
    content: '';
    width: .6rem;
    height: 2.2rem;
    margin-right: 0.8rem;
    border-radius: .3rem;
    background-color: #C7000B;
    vertical-align: middle;
  }

  .module_bd {
    box-sizing: border-box;
    padding: 1.2rem 0;
  }

  .sub_module {
    flex: 1;
    padding: 0;
  }

  .sub_module_bd {
    height: calc(100% - 1.75rem);
  }

  .more span {
    vertical-align: middle;
    padding-right: 0.4rem;
    font-size: 1.2rem;
    font-weight: 500;
  }

  /* 移动端现货指导价 */
  .guidance_price_content>.guidance_price_content_l {
    width: 33.5rem;
    height: 9rem;
    border-left: .5rem solid #D8323B;
    margin-bottom: 0.8rem;
    padding-left: 2rem;
    padding-right: 1.2rem;
  }

  .guidance_price_content_l>div:first-child {
    height: 3.8rem;
  }

  .guidance_price_content_l>div:last-child>div>div:first-child {
    font-size: 1rem;
  }

  .guidance_price_content_l>div:last-child>div>div:last-child span:first-child {
    font-size: 2.4rem;
    padding-right: 0.6rem;
  }

  .guidance_price_content_l>div:last-child>div {
    width: 16rem;
  }

  .guidance_price_content>.guidance_price_content_r {
    width: 33.5rem;
    height: 15.8rem;
    flex-direction: column;
  }

  .guidance_price_content_r>div:first-child {
    display: flex;
    width: 100%;
    text-align: center;
    height: 2.6rem;
    line-height: 2.6rem;
  }

  .guidance_price_content_r>div:first-child div:nth-child(1) {
    flex: 1;
  }

  .guidance_price_content_r>div:first-child div:nth-child(2),
  .guidance_price_content_r>div:first-child div:nth-child(3) {
    width: 11.2rem;
  }

  .scroll_grid {
    /* position: relative; */
    box-sizing: border-box;
    width: 100%;
    height: 13rem;
    padding: 0;
  }

  .scroll_grid .swiper::before,
  .scroll_grid .swiper::after {
    position: absolute;
    left: 0;
    display: block;
    content: '';
    width: 100%;
    height: 2.3rem;
    z-index: 10;
  }

  .scroll_grid .swiper::before {
    top: 0;
    background: linear-gradient(to bottom, #FFFFFF 48.06%, rgba(255, 255, 255, 0) 100%);
  }

  .scroll_grid .swiper::after {
    bottom: 0;
    background: linear-gradient(to top, #FFFFFF 48.06%, rgba(255, 255, 255, 0) 100%);
  }

  .scroll_grid .swiper {
    height: 13rem;
  }

  .scroll_grid .swiper-button-prev,
  .scroll_grid .swiper-button-next {
    display: none;
  }

  .scroll_grid .swiper-slide {
    display: flex;
    height: 2.6rem;
    width: 100%;
  }

  .scroll_grid .swiper-slide>div {
    width: 11.2rem;
    height: 2.6rem;
    line-height: 2.6rem;
    text-align: center;
  }

  .scroll_grid .swiper-slide div:first-child {
    flex: 1;
    font-size: 1.4rem;
  }

  .news .sub_module:first-child .sub_module_bd {
    height: 18rem;
    width: 100%;
  }

  .news .tab_titles>span,
  .mb_notice .tab_titles>span {
    font-size: 1.4rem;
  }

  .news .tab_titles .current,
  .mb_notice .tab_titles .current {
    font-size: 1.6rem;
  }

  .news .tab_contents ul {
    height: 34rem;
  }

  .news .tab_contents ul li:nth-child(6),
  .news .tab_contents ul li:nth-child(7),
  .news .tab_contents ul li:nth-child(8) {
    display: none;
  }

  .news .tab_contents li,
  .mb_notice .tab_contents li,
  .notice li,
  .gide li {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    height: 6.6rem;
    border-top: 1px solid #EBEBEB;
  }

  .news .tab_contents li a,
  .mb_notice .tab_contents li a,
  .notice li a,
  .gide li a {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    height: 100%;
    width: 100%;
    font-size: 1.4rem;
  }

  /* 品种专区 */
  .varieties .swiper {
    height: 17rem;
  }

  .varieties .swiper-slide>div {
    width: 14.2rem;
    height: 15.2rem;
  }

  .varieties .swiper-button-prev,
  .varieties .swiper-button-next {
    display: none;
  }

  .varieties .swiper::before,
  .varieties .swiper::after {
    position: absolute;
    display: block;
    content: '';
    top: 0;
    height: 100%;
    width: 2rem;
    z-index: 10;
  }

  .varieties .swiper::before {
    left: 0;
    background: linear-gradient(to right, #F7F7F7 23.65%, rgba(247, 247, 247, 0) 100%);
  }

  .varieties .swiper::after {
    right: 0;
    background: linear-gradient(to left, #F7F7F7 23.65%, rgba(247, 247, 247, 0) 100%);
  }

  .varieties .swiper-slide img {
    width: 14.2rem;
    height: 10.8rem;
  }

  .varieties .swiper-slide>div div {
    padding-top: 1rem;
    font-size: 1.4rem;
    text-align: center;
  }

  .varieties .swiper-slide a {
    display: none;
  }

  /* 公告 */
  .module.notice {
    display: none;
  }

  .mb_notice .tab_contents ul {
    height: 39rem;
  }

  .mb_notice .module_bd {
    padding: 0;
  }

  /* 交收中心,业务指引 */
  .gide .sub_module:first-child .sub_module_bd {
    width: 100%;
    height: 17.85rem;
  }

  .gide .swiper-slide a {
    display: inline-block;
  }

  .gide .swiper,
  .gide .swiper-slide a,
  .gide .swiper-slide a img {
    width: 100%;
    height: 100%;
  }

  .news .swiper-pagination,
  .gide .swiper-pagination {
    text-align: right;
  }

  .news .swiper-pagination-bullet,
  .gide .swiper-pagination-bullet {
    width: .6rem;
    height: .6rem;
    border-radius: .3rem;
    background: #ffffff;
    opacity: unset;
  }

  .gide .sub_module:first-child {
    width: 100%;
  }

  .gide .sub_module:last-child .sub_module_bd>div {
    height: 6rem;
    width: 16.5rem;
    margin-bottom: 0.8rem;
  }

  .gide .sub_module:last-child .sub_module_bd>div a {
    padding-left: 2rem;
    font-size: 1.4rem;
  }

  .partners a {
    width: 14rem;
    height: 5.6rem;
    background-size: 95%;
  }

  .partners a:nth-child(2n) {
    margin-right: 0;
  }

  .module.mb_notice {
    background-color: #fff;
  }

  /* 底部 */
  .foot {
    height: 38.4rem;
  }

  .foot .wrapper {
    width: 37.5rem;
  }

  .foot_top {
    flex-wrap: wrap;
    justify-content: flex-start;
    height: 9.4rem;
    padding: 0 2rem;
    align-items: center;
  }

  .foot_top li a {
    padding: 0 1.8rem;
    border-right: 1px solid #999;
  }

  .foot_top li:first-child a,
  .foot_top li:nth-child(5) a {
    padding-left: 0;
  }

  .foot_bottom {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .foot_bottom>div {
    padding: 0 2rem;
  }

  .qr_code {
    box-sizing: border-box;
    height: 9.2rem;
    width: 37.5rem;
    justify-content: flex-start;
    background-color: #7F827E;
  }

  .qr_code>div {
    width: 10.8rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .qr_code img {
    width: 5.2rem;
    height: 5.2rem;
  }

  .foot_bottom .logo {
    width: auto;
    height: auto;
    margin-top: 2rem;
    margin-bottom: 1.2rem;
  }

  .foot_bottom .logo img {
    width: 17.2rem;
    height: 2.6rem;
  }

  .foot_bottom p {
    margin: 0;
  }
}