.footer {
  font-family: 'Alibaba PuHuiTi';
  padding-bottom: 5.8rem;
  color: #ffffff;
  width: 100%;
  background-color: black;
  display: flex;
  justify-content: center;
  font-family: "Alibaba PuHuiTi Regular";
}
.footer-phone-list{
  display:none;
}
.footer .footer-content {
  background-color: black;
  padding-top: 4.2rem;
  /* padding-bottom: 5.8rem; */
  margin-top: 2.4rem;
  width: 92rem;
  /* height: 22rem; */
}
.footer .footer-content tr {
  height: 2.6rem;
}
.footer .footer-content th {

  font-size: 1.4rem;
  font-family: "Alibaba PuHuiTi Bold";
}
.footer .footer-content td {

  font-size: 1.2rem;

}
.footer-bottom {
  font-size: 1.2rem;
  margin-top: 7rem;
}
.footer-bottom .more-buy-type {
  display: flex;
  height: 2.5rem;
  width: 100%;
  border-bottom: 0.1rem solid #d9d9d9;
}
.footer-bottom .more-buy-type a {
  color: #004fe1;
}

.footer-bottom .other {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-bottom .other ul li {
  display: inline-block;
}
.footer-bottom .other ul .line {
  margin-left: 0.8rem;
  margin-right: 0.8rem;
  width: 0px;
  height: 1rem;
  border: 0.1rem solid #d9d9d9;
}
.footer-bottom .icp a {
  color: #ffffff;
}
/*移动端适配*/
@media screen and (max-width: 1023px){
  html{
    font-size:10px;
  }
  body {
    position: relative;
    margin: 0;
    padding: 0;
    background: #fff;
    font-family: 'Alibaba PuHuiTi';
    -webkit-tap-highlight-color:rgba(0,0,0,0);
  }
  a:focus,input:focus,p:focus,div:focus{
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    -webkit-user-modify:read-write-plaintext-only;
  }
  .footer{
    display:none;
  }
  .footer-phone-list{
    display:flex;
    flex-direction: column;
    width:100%;
    margin-top:2.4rem;

  }
  .footer-phone-content{
    width:100%;
    /*height:4.8rem;*/
    background: #F3F3F3;
    display:flex;
    flex-wrap:wrap;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.10), 0px 4px 16px 0px rgba(0, 0, 0, 0.05) inset, 0px -4px 4px 0px rgba(255, 255, 255, 0.25) inset;
  }
  .phone-title{
    color: #000;
    font-family: Alibaba PuHuiTi;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 4.8rem; /* 200% */
    margin-left:1.6rem;
  }
  .footer-phone-content .drop-down{
    position:absolute;
    right:0;
    /*left:37.2rem;*/
    display:flex;
    align-items:center;
    justify-content:center;
    width: 4.8rem;
    height: 4.8rem;
    /*flex-shrink: 0;*/
    /*background: #F3F3F3;*/
    /*box-shadow: 0px -0.4rem 0.4rem 0px rgba(255, 255, 255, 0.25) inset;*/
    /*margin-left:71%;*/
  }
  .footer-phone-content .drop-down img{
    width:2.4rem;
    height:2.4rem;
  }
  .footer-phone-content .drop-up{
    position:absolute;
    right:0;
    display:none;
    align-items:center;
    justify-content:center;
    width: 4.8rem;
    height: 4.8rem;
    flex-shrink: 0;
    /*background: #F3F3F3;*/
    /*box-shadow: 0px -0.4rem 0.4rem 0px rgba(255, 255, 255, 0.25) inset;*/
    margin-left:29.4rem;
  }
  .footer-phone-content .drop-up img{
    width:2.4rem;
    height:2.4rem;
  }
  .footer-phone-list .footer-phone-detail{
    display:none;
    flex-direction: column;
    width: 100%;
    height:auto;
    /*height: 19.4rem;*/
    background: #F3F3F3;
  }
  .footer-phone-list .footer-phone-detail .footer-phone-item{
    width: 100%;
    height:3rem;
    padding-top:1.2rem;
    padding-left:1.6rem;
    /*height: 19.4rem;*/
    /*background: #F3F3F3;*/
  }
}
