footer {
    width: 100%;
    background: #333333;
}

/*.footer {*/
/*    width: 14rem;*/
/*    margin: 0 auto;*/
/*    padding-top: 0.59rem;*/
/*}*/

/*.footer .logo {*/
/*    display: block;*/
/*    width: 1.72rem;*/
/*    height: 0.22rem;*/
/*    margin-bottom: 0.62rem;*/
/*}*/

/*.footer .footerList {*/
/*    display: flex;*/
/*    padding-bottom: 0.34rem;*/
/*}*/

/*.footer .footerList .footerItem {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*}*/

/*.footer .footerList .footerItem:nth-child(1) {*/
/*    margin-right: 1.09rem;*/
/*}*/

/*.footer .footerList .footerItem:nth-child(2) {*/
/*    margin-right: 1.18rem;*/
/*}*/

/*.footer .footerList .footerItem:nth-child(3) {*/
/*    margin-right: 1.17rem;*/
/*}*/

/*.footer .footerList .footerItem:nth-child(4) {*/
/*    margin-right: 0.76rem;*/
/*}*/

/*.footer .footerList .footerItem:nth-child(5) {*/
/*    margin-right: 0;*/
/*    width: 2.46rem;*/
/*}*/

/*.footerItem .itemTit {*/
/*    margin-bottom: 0.14rem;*/
/*    font-family: Arial, Arial;*/
/*    font-weight: bold;*/
/*    font-size: 0.24rem;*/
/*    color: #FFFFFF;*/
/*}*/

/*.footerItem .itemBor {*/
/*    width: 0.28rem;*/
/*    height: 0.04rem;*/
/*    background: #9E0125;*/
/*    margin-bottom: 0.34rem;*/
/*}*/

/*.footerItem .itemTex {*/
/*    display: flex;*/
/*    margin-bottom: 0.14rem;*/
/*    font-family: Arial, Arial;*/
/*    font-size: 0.16rem;*/
/*    color: #FFFFFF;*/
/*    transition: all 0.3s ease-in-out;*/
/*}*/

/*.footerItem .itemTex:last-child {*/
/*    margin-bottom: 0;*/
/*}*/

/*.footerItem .itemTex:hover {*/
/*    color: #D10030;*/
/*    text-decoration: underline;*/
/*}*/

/*.footerItem .itemTex img {*/
/*    display: block;*/
/*    width: 0.16rem;*/
/*    height: 0.16rem;*/
/*    margin-right: 0.08rem;*/
/*}*/

/*.copy {*/
/*    width: 100%;*/
/*    height: 0.83rem;*/
/*    background: #3E3E3E;*/
/*}*/

/*.copy .copyCon {*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    align-items: center;*/
/*    width: 14rem;*/
/*    height: 100%;*/
/*    margin: 0 auto;*/
/*}*/

/*.copy .copyCon .copyTex {*/
/*    font-family: Arial, Arial;*/
/*    font-size: 0.16rem;*/
/*    color: #FFFFFF;*/
/*}*/

/*.copy .copyCon .copyList {*/
/*    display: flex;*/
/*}*/

/*.copyList a {*/
/*    position: relative;*/
/*    display: block;*/
/*    margin-right: 0.08rem;*/
/*}*/

/*.copyList a:last-child {*/
/*    margin-right: 0;*/
/*}*/

/*.copyList .copyListImg {*/
/*    display: block;*/
/*    width: 0.37rem;*/
    /*height: 0.36rem;*/
/*}*/

/*.copyList .copyListCode{*/
/*    position: absolute;*/
/*    bottom: 0.4rem;*/
/*    left: 0;*/
/*    display: block;*/
/*    width: 1rem;*/
    /*height: 1rem;*/
/*    opacity: 0;*/
/*    transition: all 0.3s ease-in-out;*/
    /*background: #f00;*/
/*}*/

/*.copyList .copyListImg:hover+.copyListCode{*/
/*    opacity: 1;*/
/*}*/
.footer{
     width: 14rem;
     margin: 0 auto;
     padding-top: 0.7rem;
     padding-bottom: 0.4rem;
}
.talfix{
    position: fixed;
    z-index: 999;
    right: 0;
    bottom: 2rem;
    width: 0.8rem;
    height: 0.8rem;
}
.talfix img{
    width: 100%;
    height: 100%;
        object-fit: contain;
}
.footer a{
    display: block;
}
.footer_top{
    display: flex;
    justify-content: space-between;
}
.footer_p1{
    font-family: Arial, Arial;
    font-weight: bold;
    font-size: 0.16rem;
    color: #FFFFFF;
    opacity: 0.6;
    margin-bottom: 0.3rem;
}
.footer_p2{
    font-family: Arial, Arial;
    font-weight: 400;
    font-size: 0.16rem;
    color: #FFFFFF;
    margin-bottom: 0.18rem;
}
.footer_flex{
    display: flex;
    align-items: center;
    gap: 0.08rem;
    margin-bottom: 0.18rem;
}
.footer_flex img{
    width: 0.16rem;
    height: 0.16rem;
}
.footer_flex .footer_p2{
    margin: 0;
}
.footer_box2{
    max-width: 2.7rem;
    height: fit-content;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem 0.6rem;
}
.footer_box2 img{
    width: 0.22rem;
    height: 0.22rem;
}
.footer_hr{
    width: 100%;
    border: 0.02rem solid #525252;
    margin: 0.9rem 0 0.25rem 0
}
.logo{
    width: 3.12rem;
    height: 0.4rem;
}
.footer_bottom_p{
    width: 8.2rem;
    font-family: Arial, Arial;
    font-weight: 400;
    font-size: 0.14rem;
    color: #AAAAAA;
    line-height: 0.22rem;
}
.footer_bottom_box1{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.2rem;
}
.footer_bottom_box2{
    width: 100%;
    display: flex;
    justify-content: end;
    padding-bottom: 0.15rem;
}
.footer_bottom_box2_box{
    width: 8.2rem;
    display: flex;
    align-items: center;
    gap: 0.3rem;
}
.footer_bottom_box2_box a{
    width: fit-content;
    height: fit-content;
}
/*弹窗*/
.popup{
    position: fixed;
    z-index: 999;
    bottom: 0.42rem;
    right: 0.2rem;
    padding: 0.4rem 0.35rem 0.38rem 0.35rem;
    width: 5.6rem;
    height: fit-content;
    background: #FFFFFF;
    box-shadow: 0rem 0rem 0.17rem 0.01rem rgba(0,0,0,0.16);
    border-radius: 0.15rem;
    border: 0.01rem solid #D5D5D5;
}
.cookies_logo{
    width: 0.52rem;
    height: 0.52rem;
    margin: 0 auto 0.15rem auto;
}
.popup_p1{
    font-family: Arial, Arial;
    font-weight: bold;
    font-size: 0.22rem;
    color: rgba(0,0,0,0.85);
    text-align: center;
}
.popup_hr{
    width: 100%;
    border: 0.02rem solid #F2F2F2;
    margin: 0.15rem 0 0.2rem 0;
}
.popup_p2{
    padding: 0 0.15rem;
    font-family: Arial, Arial;
    font-weight: 400;
    font-size: 0.16rem;
    color: #666666;
    line-height: 0.26rem;
}
.btn1{
    width: 0.15rem;
    height: 0.15rem;
    cursor: pointer;
    position: absolute;
    top: 0.2rem;
    right: 0.2rem;
}
.popup_btn{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.2rem;
    margin-top: 0.4rem;
}
.btn2{
    display: block;
    width: 2.2rem;
    height: 0.36rem;
    background: #9E0125;
    font-family: Arial, Arial;
    font-weight: 400;
    font-size: 0.16rem;
    color: #FFFFFF;
    line-height: 0.36rem;
    text-align: center;
    cursor: pointer;

}
.btn3{
    width: 2.2rem;
    height: 0.36rem;
    background: #EBEBEB;
    font-family: Arial, Arial;
    font-weight: 400;
    font-size: 0.16rem;
    color: #666666;
    line-height: 0.36rem;
    text-align: center;
    cursor: pointer
}




@media only screen and (max-width: 768px) {

.footer {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.footer_top {
width: 95%;
    margin: 0 auto;
    display: block;
}
.footer_hr {
    margin-bottom: .3rem;

}
.footer_box1{
    width: 33%;
    float: left;
    min-height: 2rem;
    
}
.footer_box1:nth-child(4){
    width: 100%;
}
.footer_p1{
    font-size: .26rem;
}
.footer_p2{
    font-size: .22rem;
}
.footer_box2 img {
  width: 0.32rem;
  height: 0.32rem;
}
  .footer_box2 {
    width: 100%;
    float: left;
    max-width: none;
    margin-top: .3rem;
    margin-bottom: .3rem;
  }
    .footer_box2 {
    width: 100%;
    float: left;
    max-width: none;
    margin-top: .3rem;
    margin-bottom: .3rem;
  }

.footer_bottom{
    width: 95%;
  margin: 0 auto;
}

.footer_bottom_box1 {
  margin-bottom: 0.2rem;
  display: block;
}
.footer_bottom_p {
  width: 100%;
  margin-top: .3rem;
  font-size: .24rem;
  line-height: .3rem;
}
.footer_bottom_box2_box {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.popup {
  bottom: 12%;
  right: 0.2rem;
  padding: .1rem;
  width: 80%;
  z-index: 999999;
  left: 10%;
}
.popup_p1 {

  font-size: 0.24rem;

  line-height: .3rem;
  padding-top: .2rem;
}
.popup_p2 {
  font-size: 0.2rem;
  line-height: 0.3rem;
  padding: 0 .2rem;
}

.talfix{
    bottom: 50%;
background: #fff;
    border-radius: 8px;

    
}




















}
