@charset "UTF-8";

@font-face {
	font-family: AlibabaPuHuiTiR;
	src: url(Alibaba-PuHuiTi-Regular.otf);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /*font-family: 'Exo';*/
    font-family: AlibabaPuHuiTiR !important;
  word-break: keep-all;
}
a {
  text-decoration: none;
}

ul {
  list-style: none;
}

button {
  border: none;
}

button:hover {
  cursor: pointer;
}

input {
  outline: none;
}

html {
  scroll-behavior: smooth;
}


/*@font-face {*/
/*	font-family: 'Exo';*/
/*	src: url(Exo2.0-Light.otf);*/
/*}*/

/*@font-face {*/
/*	font-family: 'Roboto';*/
/*	src: url(AlibabaPuHuiTiR.otf);*/
/*}*/

.center_box {
  width: 17rem;
  margin: auto;
}

/*多行溢出*/
.line1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.line2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
}

.line3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 3;
}

.line4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 4;
}

.line5 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 5;
}

.line6 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 6;
}

.line7 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 7;
}

img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;

}

/* hover-图片放大1.1 */
.scale_box {
  display: block;
  width: auto;
  overflow: hidden;
}

.scale_box .scale_img {
  width: 100%;
  height: 100%;
  transition: var(--s_tran);
  cursor: pointer;
  object-fit: cover;
}

.hover_box:hover .scale_img {
  transform: scale(1.1);
}

/* hover-图片旋转向上位移 */
.rotate_box {
  display: block;
  width: auto;
}

.rotate_box .rotate_img {
  transition: var(--s_tran);
  object-fit: cover;
}

.hover_box:hover .rotate_img {
  transform: rotateY(180deg) translateY(-0.1rem);
}

/* 页码 */
.page {
  width: fit-content;
  margin: 0 auto;
  margin-top: 0.41rem;
  display: flex;
  align-items: center;
}

.page .list {
  display: flex;
  align-items: center;
  color: #FFFFFF;
}

.page .list .item {
  display: block;
  width: 0.32rem;
  height: 0.32rem;
  margin-left: 0.03rem;
  margin-right: 0.03rem;
  border: 0.01rem solid rgba(56, 102, 240, 0);
  text-align: center;
  line-height: 0.32rem;
  font-size: 0.14rem;
  color: #FFFFFF;
  cursor: pointer;
  overflow: hidden;
}

.page .list .item:hover {
  background: #3866f0;
  color: white;
  border: 0.01rem solid #3866f0;
}

.page .list .active {
  background: #3866f0;
  color: white;
  border: 0.01rem solid #3866f0;
}

.page .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.32rem;
  height: 0.32rem;
  margin-left: 0.03rem;
  margin-right: 0.03rem;
  border: 0.01rem solid #3866f0;
  cursor: pointer;
  overflow: hidden;
}

.page .btn img {
  height: 0.11rem;
  object-fit: contain;
}

.page .prev::after {
  content: "<";
}

.page .next::after {
  content: ">";
}

.page .prev::after,
.page .next::after {
  position: absolute;
  font-size: 0.16rem;
  font-family: "宋体";
  color: #fff;
  font-weight: bold;
}

.page .btn:hover {
  background: #3d60ed;
}

.page .disable {
  opacity: 0.5;
}

.page .btn:hover img {
  filter: brightness(0) invert(1);
}

.page .total {
  margin-right: 0.23rem;
  font-size: 0.14rem;
  color: #333333;
}

.page .to_page {
  font-size: 0.14rem;
  color: #FFFFFF;
  margin-left: 0.08rem;
}

.page .to_page input {
  width: 0.6rem;
  height: 0.31rem;
  margin: 0 0.05rem;
  padding: 0 0.1rem;
  border-radius: 0.01rem 0.01rem 0.01rem 0.01rem;
  border: 0.01rem solid #3d60ed;
  outline: none;
  font-size: 0.14rem;
  color: #FFFFFF;
  background: transparent;
}

textarea {
  outline: none;
  padding-top: 0.2rem;
  padding-left: 1rem;
  padding-right: 0.3rem;
}

.right_Quality_bottom_Pager {
  display: flex;
  align-items: center;
  margin: auto;
  margin-bottom: 0.75rem;
  /* margin-top: 0.5rem; */
  width: fit-content;
}

.right_Quality_bottom_Pager>div:nth-of-type(1) {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.14rem;
  color: #7D7D7D;
}

.pager_small {
  display: flex;
  align-items: center;
}

.pager_small>p {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.14rem;
  color: #7D7D7D;
  margin-left: 0.1rem;
}

.pager_small>input:nth-of-type(1) {
  width: 0.6rem;
  height: 0.32rem;
  background: rgba(255, 255, 255, 0);
  border-radius: 0.02rem 0.02rem 0.02rem 0.02rem;
  border: 0.01rem solid #DEDEDE;
  padding-left: 0.08rem;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.14rem;
  color: #7D7D7D;
  margin-left: 0.1rem;
}

.btn_clor {
  width: 0.72rem;
  height: 0.32rem;
  background: #27A364;
  border-radius: 0.02rem 0.02rem 0.02rem 0.02rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.14rem;
  color: #FFFFFF;
  margin-left: 0.2rem;
}

.right_Quality_bottom_Pager>div:nth-of-type(2) {
  width: 0.32rem;
  height: 0.32rem;
  margin-left: 0.2rem;
  border: 0.01rem solid #EEEEEE;
  border-radius: 0.02rem 0.02rem 0.02rem 0.02rem;
}

.right_Quality_bottom_Pager>div:nth-of-type(2) a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.right_Quality_bottom_Pager>div:nth-of-type(2) a img {
  width: 0.05rem;
  height: 0.1rem;
}

.right_Quality_bottom_Pager>div:nth-last-of-type(2) {
  width: 0.32rem;
  height: 0.32rem;
  margin-left: 0.1rem;
  border: 0.01rem solid #EEEEEE;
  border-radius: 0.02rem 0.02rem 0.02rem 0.02rem;
}

.right_Quality_bottom_Pager>div:nth-last-of-type(2) a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.right_Quality_bottom_Pager>div:nth-last-of-type(2) a img {
  width: 0.05rem;
  height: 0.1rem;
}

.Pager_One,
.Pager_Two,
.Pager_Three,
.Pager_Four,
.Pager_six,
.Pager_seven {
  width: 0.32rem;
  height: 0.32rem;
  margin-left: 0.1rem;
  border: 0.01rem solid #EEEEEE;
  border-radius: 0.02rem 0.02rem 0.02rem 0.02rem;
}

.Pager_One:hover,
.Pager_Two:hover,
.Pager_Three:hover,
.Pager_Four:hover,
.Pager_six:hover {
  background: #27A364;
}

.Pager_One:hover a,
.Pager_Two:hover a,
.Pager_Three:hover a,
.Pager_Four:hover a,
.Pager_six:hover a {
  color: #FFFFFF;
}

.Pager_One a,
.Pager_Two a,
.Pager_Three a,
.Pager_Four a,
.Pager_six a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.14rem;
  color: #7D7D7D;
}

.Disabled_Quality {
  cursor: not-allowed;
}

.Pager_five {
  font-weight: 400;
  font-family: Microsoft YaHei, Microsoft YaHei;
  color: #7D7D7D;
  font-size: 0.14rem;
  margin-left: 0.1rem;
}

:root {
  --c: #EE5D13;
  --s_tran: 0.6s ease-in-out;
  --l_tran: 0.8s ease-in-out;
  --backpre: #27a364;
}

/* .main {
  justify-content: space-between;
  max-width: 12rem;
  width: 95%;
  margin: 0 auto;
} */



.section_top_box {
  padding-top: 2.31rem;
  border-bottom: 0.01rem solid #707070;
  margin-bottom: 0.65rem;
}

.section_top_titlex {
  font-weight: 300;
  font-size: 0.3rem;
  color: #191919;
  margin-bottom: 0.11rem;
  text-align: center;
}

.section_top_titlex1 {
  font-weight: 500;
  font-size: 0.37rem;
  color: #191919;
  text-align: center;
  margin-bottom: 1.16rem;
}

.top_main_nav {
  display: flex;
  margin: auto;
  width: fit-content;
}

.nav_ul {
  display: flex;
}

.nav_li {
  padding: 0.15rem 0.2rem;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav_li_a {
  font-weight: 500;
  font-size: 0.19rem;
  color: #505050;
  opacity: .6;
}

.li_active {
  position: relative;
  &::after {
    position: absolute;
    top: 95%;
    left: 0;
    content: "";
    width: 100%;
    height: 0.03rem;
    background: #191919;
  }

  a {
    color: #191919;
    opacity: 1;
  }
}

.section_top_boxr {
  width: 100%;
  height: 8rem;
  background-image: url(../img/zu28509.png);
  background-size: cover;
}

.Rcu_box {
  padding-left: 0.47rem;
  padding-top: 2.75rem;
}

.Servi_tit {
  font-weight: 500;
  font-size: 0.45rem;
  color: #FAFAFA;
}

.Servi_text {
      width: 6.8rem;
  font-weight: 300;
  font-size: 0.25rem;
  color: #F2F2F2;
  margin-top: 0.3rem;
  line-height: 0.5rem;
}

.Customer_box {
  padding-top: 1.25rem;
  padding-bottom: 0.9rem;
}

.Custm_p {
  font-weight: 300;
  font-size: 0.25rem;
  color: #505050;
  line-height: 0.5rem;
  text-align: center;
  width: 10.08rem;
  margin: auto;
  margin-top: 0.47rem;
}

.Custm_p:nth-child(1) {
  margin-top: 0;
  width: 11.66rem;
}

.Custm_img {
  margin: auto;
  margin-top: 0.57rem;
  width: 0.57rem;
  height: 0.59rem;
  display: flex;
}


@media only screen and (max-width: 768px) {
    .section_top_titlex1{
        font-size: 0.26rem;
    }
    .nav_li_a p{
        font-family: AlibabaPuHuiTiR, AlibabaPuHuiTiR;
font-weight: normal;
font-size: 0.12rem;
color: #2F2F2F;
line-height: 0.45rem;
    }
  .center_box {
         width: auto!important;
         padding: 0.5rem 0 0 0.2rem;
    }
    .section_top_boxr{
        background-size: cover;
        background-position: center;
         /*height: 100%!important;*/
        height: 12.25rem;
    }
    .Servi_tit{
        font-weight: normal;
        font-size: 0.36rem;
        color: #FFFFFF;
        line-height: 0.58rem;
    }
    .Custm_p{
        font-size: 0.26rem;
        text-align: left;
    }
    .nav-item-inner span{
         color: #FFFFFF;
    }
    .Servi_text{
        width: 5.8rem;
        margin-top: 0rem;
        font-weight: normal;
        font-size: 0.22rem;
        color: #FFFFFF;
        line-height: 0.43rem;
    }
    
    .section_box {
        padding-top: 0.9rem;
    }
    .Custm_p:nth-child(1){
            width: auto!important;
    }
    .Rcu_box{
               /*padding-top: 9.03rem !important;*/
        padding-bottom: 0.75rem;
    }
    .Customer_box{
        padding-left: 0.52rem;
        padding-right: 0.43rem;
        padding-bottom: 0;
    }
    .li_active {
          position: relative;
          &::after {
                top: 98%;
            }
    }
    .maxi_p p{
        text-align:left!important;
    }
    }