  #footerWrap .pop-card{
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2000;
    overflow: auto;
  }
  #footerWrap .pop-content{
    width: 12rem;
    position: absolute;
    z-index: 200;
    top: 50%;
        transform: translate(-50%, -50%) !important;
    /* transform: translateY(-50%) !important; */
    left: 50%;
    /* right: 0; */
    margin: 0 auto;
    background: #fff;
    padding: 0.5rem 0.4rem;
    min-height: 4.8rem;
    bottom: 0;
  }
  
  #footerWrap  .footerPopBox .cont{
    height: 8rem;
    margin-top: .2rem;
    padding-top: .0;
    padding-right: .2rem;
    overflow: auto;
  }

  /* 内页公共部分- 导航 */
 .pageContent{
    padding-top: 1.75rem;
     background: url(/pc/images/page_bg2.jpg) no-repeat center top;
    /* background: url(/pc/images/page_bg.jpg) no-repeat center top; */
  }
.pageCo_nav {
  position: relative;
  overflow: hidden;
}

.pageCo_nav ul {
  float: right;
  display: flex;
  padding-top: .45rem;
}

.pageCo_nav ul li {
  margin-left: .45rem;
  position: relative;
}

.pageCo_nav ul li a {
  color: rgba(0, 0, 0, 0.6);
  display: block;
  font-size: .15rem;
  font-weight: 600;
  transition: all .6s;
  font-family: 'brutal-type-medium';
  letter-spacing: -0.005rem;
}
.pageCo_nav ul li a.on {
    color: #d70c19 ;
}
.pageCo_nav ul li:nth-child(1)::before{
  content: unset;
}

.pageCo_nav ul li::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -.25rem;
  transform: translateY(-50%);
  width: .03rem;
  height: .07rem;
  background-color: #d1ccc5;
}

.pageCo_nav ul li:hover a {
  color: #d70c19;
}
.subNav {
    padding-bottom: .1rem;
}
.subNav .w1200{
    overflow: hidden;
    display: flex;
    justify-content: space-between;

}
.subNav h2 {
    font-size: .28rem;
    color: rgba(8, 14, 12, .7);
    margin-bottom: .2rem;
    margin-top: .1rem;
    /* font-family: 'MIDEATYPE-MEDIUM'; */
    letter-spacing: -0.015rem;
}

.subNav h2 em {
    font-size: .26rem;
    color: #8f8271;
    opacity: .3;
    letter-spacing: -0.02rem;
     text-transform: capitalize;
     font-family: "BrutalType-ExtraBold";
    /* font-family: 'MIDEATYPE-EXTRABOLD'; */
}
.subNav .box {
    display: flex;
    margin-bottom: .2rem;
}

.subNav .box .ic,
.subNav .box a {
    color: #7b7b7b;
    font-size: .14rem;
    display: inline-block;
    margin-right: .1rem;
        font-weight: 600;
}
.subNav .box .ic img{
      margin-top: -.02rem;
}

.popScroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1800;
  /* display: none; */
  transition: all .7s;
}

.popScroll-wrap var {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.8;
  filter: alpha(opacity=80);
  width: 100%;
  /* height: calc(100% + 2.2rem); */
  height: 100%;
  transition: all .5s;

}

.popScroll-wrap .close {
  position: absolute;
  right: -28px;
  top: -28px;
  z-index: 60;
  cursor: pointer;
  transition: all 0.4s;
  width: .2rem;
}

.popScroll-wrap .close:hover {
  transform: scale(0.9);
}

.popScroll-wrap .pop-cont {
     position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  margin: auto;
  background-color: #FFF;
}

.popScroll-wrap.about3Cont2-pop .pop-cont {
  width: 6rem;
  padding: .4rem;
  background-color: #e9e7e4;
}

.popScroll-wrap.about3Cont2-pop .pop-cont .img {
    width: 100%;
}
/* 公共按钮 */ 
.PublicBtn {
    width: 1.11rem;
    height: .44rem;
    line-height: .44rem;
    color: white;
    padding-left: .18rem;
    /* 垂直居中 */
    cursor: pointer;
    border: none;
    outline: none;
    position: relative;
    /* 多边形裁剪（根据图片形状调整坐标） */
    /* clip-path: polygon(0 0, 100% 0, 100% 81%, 91% 100%, 0 100%, 0% 0%); */
    background: url(/pc/images/about/btn.png) no-repeat center/cover;
    transition: all .5s;
    overflow: hidden;
}

.PublicBtn:hover {
    background: url(/pc/images/about/btn2.png) no-repeat center/cover;
}

.PublicBtn:hover > .show2 {
    top: 0;
}

.PublicBtn:hover > .show1 {
    top: -100%;
}

.PublicBtn > .show1 {
    position: absolute;
    transition: all .5s;
    top: 0;
}

.PublicBtn > .show1::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -.15rem;
    width: .07rem;
    height: .12rem;
    background: url(/pc/images/about/ico.png) no-repeat center/cover;
}

.PublicBtn > .show2 {
    position: absolute;
    transition: all .5s;
    top: 100%;
}

.PublicBtn > .show2::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -.15rem;
    width: .07rem;
    height: .12rem;
    background: url(/pc/images/about/ico.png) no-repeat center/cover;
}
.state .layout-home #headerPc,
.state .layout-index #headerPc{
  background: #fff;
}
.brandCont1 .w1200, .join_cont .img,
.pageContent  .sm_vs .sm_vs_sticky .sm_vs_cont{
      overflow: hidden !important;
}
@media screen and (max-width: 1380px) {
  #headerPc .nav li .w1770 .le {
    left: 1rem !important;
    margin-left: 0 !important;
}
#headerPc .nav>ul .div_dl:before{
  margin-left:-6.6rem !important;
}
}
@media screen and (max-width: 1300px) {
  .pageContent  .sm_vs .sm_vs_sticky  .sm_vs_cont{
    width: 100% !important ; 
    /* padding-left: 2rem; */
  }
  .pageContent .sm_vs .sm_vs_sticky .sm_vs_img{
    width: 100% !important ;
  }
  .w1200,.auto{
    width: 92%;
  }
 
}

@media screen and (max-width: 1015px) {
  .popScroll-wrap .close {
    width: .4rem;
    height: .4rem;
}

  .pageContent{
    padding-top: .6rem;
  }
  /* .subNav{
    padding-bottom: .6rem;
  } */
  .subNav .ico  {
    width: .4rem;
    margin-bottom: .2rem;
  }
  .subNav h2{
    font-size: .36rem;
    margin-bottom: .3rem;
  }
  .subNav h2 em{
    font-size: .32rem;
  }
  .subNav .box .ic, .subNav .box a{
    font-size: .24rem;
  }

 .PublicBtn{
      width: 1.6rem;
    height: .6rem;
    line-height: .6rem;
    color: white;
    padding-left: .23rem;
    font-size: .24rem;
 }
  .currentPage .btn-next, 
     .currentPage .btn-prev,
      .currentPage li{
    width: .6rem !important;
    height: .6rem !important;
    line-height: .6rem !important;
    font-size: .24rem !important;
    margin: 0 2px !important;
    min-width: auto !important;
  }
 
 
}




