.footer {
  border-top: 6px solid #AED639;
  background-color: #000000;
  padding-top: 0.6rem;
}
.footer .footer_main {
  display: flex;
  justify-content: space-between;
  padding-bottom: 1.1rem;
  max-width: 16.8rem;
  width: 95%;
  margin: 0 auto;
}
.footer .footer_main .footer_menu > ul {
  display: flex;
  justify-content: flex-start;
  margin: 0 -0.7rem;
  width: max-content;
}
.footer .footer_main .footer_menu > ul > li {
  padding: 0 0.7rem;
}
.footer .footer_main .footer_menu > ul > li .list .tit {
  font-weight: bold;
  font-size: 0.18rem;
  color: #FFFFFF;
  margin-bottom: 0.19rem;
}
.footer .footer_main .footer_menu > ul > li .list ul li:not(:last-child) {
  margin-bottom: 0.1rem;
}
.footer .footer_main .footer_menu > ul > li .list ul li a {
  font-weight: 400;
  font-size: 0.16rem;
  color: #FFFFFF;
}
.footer .footer_main .Qrcode .tit {
  font-weight: bold;
  font-size: 0.18rem;
  color: #fff;
  margin-bottom: 0.24rem;
}
.footer .footer_main .Qrcode .QrcodeList ul {
  display: flex;
}
.footer .footer_main .Qrcode .QrcodeList ul li:not(:last-child) {
  margin-right: 0.88rem;
}
.footer .footer_main .Qrcode .QrcodeList ul li .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.footer .footer_main .Qrcode .QrcodeList ul li .item .pic {
  width: 1rem;
  margin-bottom: 0.13rem;
}
.footer .footer_main .Qrcode .QrcodeList ul li .item .item_tit {
  font-weight: 400;
  font-size: 0.16rem;
  color: #FFFFFF;
}
.footer .copyright {
  padding-top: 0.12rem;
  padding-bottom: 0.12rem;
  border-top: 1px solid #999999;
}
.footer .copyright p {
  text-align: center;
  font-weight: 400;
  font-size: 0.14rem;
  color: #FFFFFF;
  opacity: 0.8;
}
.footer .copyright a {
     text-decoration: underline;
  font-weight: 400;
  font-size: 0.14rem;
  color: #FFFFFF;
  /*opacity: 0.8;*/
  display: inline;
  /*transition: all 0.5s;*/
}
.footer .copyright a:nth-child(2){
    margin: 0 0.1rem;
}
/*.footer .copyright a:not(:first-child){*/
/*    text-decoration: underline;*/
/*}*/
/*.footer .copyright a:hover {*/
/*  opacity: 1;*/
/*}*/
.popCookie {
  position: fixed;
  bottom: 0;
  z-index: 999;
  height: 0.85rem;
  background-color: #fff;
  width: 100%;
  display: none;
  border-radius: 0.28rem 0.28rem 0rem 0rem;
}
.popCookie .popCookie_main {
  margin: 0 auto;
  /*width: 12rem;*/
      width: 16rem;
  max-width: 95%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.popCookie .popCookie_main .popCookie_main_l {
  /*width: 10.1rem;*/
      width: 14.8rem;
  font-weight: 400;
  /*font-size: 0.14rem;*/
  font-size: 0.16rem;
  color: #000;
}
.popCookie .popCookie_main .popCookie_main_l a {
  display: inline;
  color: #FF7400;
  font-weight: 400;
  font-size: 0.16rem;
}
.popCookie .popCookie_main .popCookie_main_r .accept a {
  font-weight: 400;
  font-size: 0.14rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.08rem 0.34rem;
  border-radius: 1rem 1rem 1rem 1rem;
  background-color: #FF7400;
}

.popCookie_btn{
    display: inline;
    font-weight: 400;
      font-size: 0.14rem;
      color: #fff !important;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0.08rem 0.34rem;
      border-radius: 1rem 1rem 1rem 1rem;
      background-color: #FF7400;
      line-height: 0.4rem;
}
