.footer {
  padding: 0.47rem 1.25rem 0 1.25rem;
  overflow: hidden;
  position: relative;
  background-color: #fff;
}
.footer .info .t1 {
  font-size: 0.06rem;
  font-size:max(0.06rem , 16px);
  margin-bottom: 0.12rem;
}
.footer .media{
  display: none !important;
}
.footer .t2 {
  font-size: 0.06rem;
  font-size:max(0.06rem , 16px);
  margin-bottom: 0.12rem;
 /* font-family: SourceHanSansCN; */
}
/* .footer .d2{
  color: #829DB5;
} */
.footer .d2 a {
    line-height:1.5;
    margin-bottom:15px;
  color: #829db5;
  display: block;
}

.footer .d2 a:hover {
  color: #0064d2;
}
.footer .info .d1 {
  color: #829db5;
}
.footer .info .d1 div {
  line-height: 0.12rem;
}
.footer .info .d1 i {
  color: #0064d2;
  font-style: normal;
}
.footer .info .img_con {
  /* width: 2rem; */
  display: none !important;
}
.footer .info .img_con a {
  width: 0.13rem;
  height: 0.12rem;
  margin-right: 0.09rem;
  display: flex;
  align-items: center;
}

.footer .info .img_con a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* .footer .con .item1{
  width: ;
} */

.footer .con {
  display: flex;
  justify-content: space-between;
}
.footer .con .logo {
  width: 0.61rem;
}
.footer .item3 .qr_con {
  display: flex;
  justify-content: center;
  color: #777777;
  flex-wrap: wrap;
  border: 1px solid #e6e6e6;
  border-radius: 0.02rem;
  padding: 0.03rem 0.01rem;
}
.footer .item3 .qr_con {
  font-size: 0.056rem;
  text-align: center;
}
.footer .item3 .qr_con img {
  display: block;
  width: 100%;
}
.footer .item3 .btn {
  width: 0.55rem;
  height: 0.2rem;
  line-height: 0.2rem;
  background: #0064d2;
  border-radius: 0.1rem;
  margin-top: 0.12rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.footer .item3 .btn:hover {
  opacity: 0.8;
  transition: 0.2s;
  cursor: pointer;
}
.footer .copy_right {
  margin-top: 0.16rem;
  margin-bottom: 10px;
  color: #888888;
}
.footer .copy_right .info {
  display: flex;
  font-size:15px;
  align-items: center;
}
.footer .copy_right .slash {
  height: 1px;
  background: #000000;
  opacity: 0.1;
}
.footer .copy_right a:hover {
  color: #0099f8;
}
.footer_item2 {
  display: flex;
  width: 70%;
  justify-content: space-between;
}
.footer_item2 .item2{
    padding-left:20px;
    width:21%;
}
.footer_item2 .item3{
    width:16%;
}
.footer_item2 .item2:nth-child(1){
    display: none;
}
.footer .d2 a {
  font-size: 0.056rem;
  font-size: max(0.056rem , 12px);
}
.footer_list {
  display: none;
}
.weix_content{
  position: absolute;
  left: 50%;
  bottom:100%;
  transform: translateX(-50%);
  display: none;
  justify-content: center;
  color: #777777;
  flex-wrap: wrap;
  width: 0.55rem;
  border: 1px solid #e6e6e6;
  border-radius: 0.02rem;
  padding:10px;
  background:#fff;
  font-size: 0.056rem;
  text-align: center;
  width: 0.55rem;
}
@media only screen and (max-width: 1350px) {
    .footer .copy_right .info {
        font-size: 12px;
    }
}
@media only screen and (max-width: 1000px) {
    .weix_content{
        width:100px;
        left:0;
        transform: translateX(0);
    }
  .move_style{
    width: 60px;
  }
  .pc_online_customization{
    /*display: none;*/
  }
  .footer_item2{
    width: auto;
  }
  .footer .item2 {
    display: none;
  }
  .footer {
    padding: 0.24rem;
  }
  .footer .item3 .qr_con {
    width: 0.556rem;
    display: block;
  }
  .footer .con .logo,
  .footer .item3 .btn {
    display: none;
  }
  .footer .copy_right .info {
    display: block;
  }
  .footer .copy_right {
    margin-top: 0.16rem;
  }
  .footer .slash {
    margin-bottom: 0.16rem;
    height: 1px;
    background: #000000;
    opacity: 0.1;
  }
  .footer_list {
    display: block !important;
  }
  .footer_list_item p {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    line-height: 0.264rem;
    height: 0.264rem;
    margin-block-start: 1em;
    margin-block-end: 1em;
  }
  .footer_list_item p img {
    width: 0.096rem;
    height: auto;
  }
  .footer_list_item p:hover {
    cursor: pointer;
  }
  .footer_list_item a {
    display: block;
    margin-left: 0.12rem;
    color: #829db5;
    line-height: 3;
  }
  .footer_list_item_two {
    display: none;
  }
  .footer_list_item {
    border-top: 1px solid #e5e5e5;
  }
  .footer_list_item:nth-child(1) p img{
      display: none;
  }
  .footer .con {
    border-top: 1px solid #e5e5e5;
    padding-top:20px;
  }
}
