/*@font-face {*/
/*  font-family: 'Alibaba PuHuiTi';*/
/*  src: url('../fonts/AlibabaPuHuiTi-2-65-Medium.ttf');*/
/*}*/

html {
  font-size: 10px;
}
body {
  color: #000000;
  /* font-size: 4px; */
  position: relative;
  margin: 0;
  padding: 0;
  background: rgb(246, 246, 246);
  flex-direction: column;
  align-items: center;
  font-family: 'Alibaba PuHuiTi';
}

.container {
  width: 192rem;
}
.content-container {
  padding-bottom: 10rem;
  width: 100%;
  /* font-family: 'Alibaba PuHuiTi'; */
  font-weight: 500;
}
.content-container .banner-container {
  width: 100%;
  height: 43.8rem;
  position: relative;
}
.content {
  background-color: #fff;
  padding: 2.4rem 27.4rem 0 27.4rem;
}
.title {
  font-weight: 700;
  font-size: 3rem;
  text-align: center;
  margin-top: 6.4rem;
  font-family: "Alibaba PuHuiTi Bold";
}
.desc {
  font-size: 1.4rem;
  font-weight: 400;
  text-align: center;
  width: 69.6rem;
  margin: 0 auto;
  margin-top: 0.8rem;
  margin-bottom: 2.4rem;
  font-family: "Alibaba PuHuiTi Regular";
}
.content-box{
  width:137.7rem;
  /*height:41.23rem;*/
  margin-top:1.7rem;
  margin-left:1.2rem;
  background-image:url('../img/contact.png');
  background-size: cover;
  background-size: 100% 100%;
  background-repeat:no-repeat;
  display:flex;
  position:relative;
  flex-direction: column;
}
.content-phone-box{
  display:none;
}
.contact-item{
  position:relative;
}
.contact-line{
  width:132.9rem;
  height:0.1rem;
  position:absolute;
  left:4rem;
  top:10rem;
}
.contact{
  width:100%;
  height:9.175rem;
  display:flex;
  position:relative;
}
.contact-theme{
  height:100%;
  display:flex;
  padding-left:10.8rem;
  padding-top:4.2rem;
  /*align-items: center;*/
  /*justify-content: center;*/
}
.contact-script{
  width: 14.2rem;
  height: 2.8rem;
  font-family: 'Alibaba PuHuiTi';
  font-style: normal;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 2.8rem;
  text-align: center;
  color: #000000;
  /*border-right:#ce0e2d solid 0.1rem;*/
}
.contact-theme img{
  margin-left:5.2rem;
  margin-top:-1.8rem;
  width:0.1rem;
  height:6.4rem;
}
.contact-link{
  height:100%;
  display:flex;
  padding-left:6rem;
  padding-top:4.4rem;
}
.contact-link img{
  width:2.4rem;
  height:2.4rem;
}
.contact-content{
  width: 12.5rem;
  height: 2.8rem;
  font-family: 'Alibaba PuHuiTi';
  font-style: normal;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.6rem;
  color: #000000;
  margin-left:1.4rem;
}
.sales-list {
  height: 32rem;
  width: 137rem;
  display: flex;
  gap: 2rem;
}
.item {
  height: 100%;
  flex: 1;
  background-color: #d9d9d9;
  /* border: 1rem solid red; */
}

.item .item-title {
  margin-top: 19.9rem;
  text-align: center;
  font-size: 2.8rem;
  font-weight: 500;
}

.item .item-desc {
  margin-top: 1.2rem;
  text-align: center;
  font-size: 1.8rem;
  line-height: 2.7rem;
  font-weight: 400;
  color: #898989;
  width: 39.9rem;
  margin: 0 auto;
}


/*移动端适配*/
@media screen and (max-width: 1023px){
  html{
    font-size:10px;
    touch-action:pan-y;
    overflow-x:hidden;
  }
  body {
    position: relative;
    margin: 0;
    padding: 0;
    background: #fff;
    font-family: 'Alibaba PuHuiTi';
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    touch-action:pan-y;
    overflow-x:hidden;
  }
  a:focus,input:focus,p:focus,div:focus{
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    -webkit-user-modify:read-write-plaintext-only;
  }
  .container{
    width:100% !important;
    /*padding-left:1.5rem;*/
    /*padding-right:1.5rem;*/
  }
  .content{
    padding:0;
  }
  .content-container{
    padding-bottom:0
  }
  .title{
    margin-top:2.196rem;
    color: #000;
    text-align: center;
    font-family: Alibaba PuHuiTi;
    font-size: 2.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2.8rem;
    /*width:2rem;*/
  }
  .desc{
    color: #000;
    text-align: center;
    font-family: Alibaba PuHuiTi;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 45.17%;
    margin-top: 0.5rem;
    margin-bottom: 1.4rem;
    text-align: center;
  }
  .content .content-box{
    display: block;
    height: auto;
    width: auto;
  }
  .details-content{
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .content .content-phone-box{
    display:flex;
    flex-direction:column;
    width:100%;
    margin-top:1.2rem;
    margin-left:1rem;
  }
  .content-phone-box .content-phone-item{
    display:flex;
    height:13.8rem;
    display: flex;
    flex-direction:column;
    /*padding-top:3.2rem;*/
    /*padding-left:4.6rem;*/
    width: 95.17%;
    /*margin-top:1.6rem;*/
    background-image:url('../img/partner-2.png');
    background-size: cover;
    background-size: 100% 100%;
    background-repeat:no-repeat;
  }
  .content-phone-item .content-title{
    color: #000;
    font-family: Alibaba PuHuiTi;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-left:3.6rem;
    margin-top:3.2rem;
  }
  .content-phone-item .content-contact{
    display:flex;
    height:1.6rem;
    margin-top:0.8rem;
    width:90%;
    /*justify-content: space-between;*/
  }
  .content-contact .contact-per{
    height:100%;
    display:flex;
    align-items: center;
    margin-left:3.6rem;
  }
  .content-contact .contact-per img{
    width:1.2rem;
    height:1.2rem;
    margin-right:0.3rem;
  }
  .content-contact .contact-per .content-per{
    color: #000;
    font-family: Alibaba PuHuiTi;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center;
  }
  .content-contact .contact-telephone{
    height:100%;
    display:flex;
    align-items: center;
    margin-left:4.6rem;
  }
  .content-contact .contact-telephone img{
    width:1.2rem;
    height:1.2rem;
    margin-right:0.3rem;
  }
  .content-contact .contact-telephone .content-telephone{
    color: #000;
    font-family: Alibaba PuHuiTi;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .content-phone-item .content-last{
    display:flex;
    align-items: center;
    height:1.6rem;
    margin-left:3.6rem;
    margin-top:0.6rem;
    width:90%
  }
  .content-phone-item .content-last img{
    width:1.2rem;
    height:1.2rem;
    margin-right:0.3rem;
  }
  .content-contact .content-last .content-address{
    color: #000;
    font-family: Alibaba PuHuiTi;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
}