footer {
  width: 100%;
  min-height: 6.2rem;
  background-image: url(../img/footBack.png);
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 1rem 1rem 0 0;
}

.footBox {
  display: flex;
}

.footL {
  width: 10.6rem;
  padding-top: .99rem;
  padding-right: .78rem;
  border-right: 0.01rem solid rgba(255, 255, 255, .2);
}

.footNav {
  display: flex;
  justify-content: space-between;
  padding-bottom: 1.08rem;
  position: relative;
}

.footNav::after {
  content: '';
  width: 12.21rem;
  height: .01rem;
  background: #fff;
  opacity: 0.2;
  position: absolute;
  bottom: 0;
  right: -.78rem;
}

.footNav a {
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: 400;
  font-size: 0.16rem;
  color: #FFFFFF;
  opacity: .8;
  transition: all .3s;
  margin-bottom: .2rem;
}

.footNav a:hover {
  opacity: 1;
}

.footNav a:last-child {
  margin-bottom: 0;
}

.footNav a.itemTit {
  line-height: 1;
  margin-bottom: .5rem;
  font-weight: bold;
  font-size: 0.18rem;
  opacity: 1;
}

.beian {
  height: 1.49rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footlogo {
  width: 2.7rem;
  height: .59rem;
}

.footlogo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.beian {
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: 400;
  font-size: 0.16rem;
  color: #FFFFFF;
  text-align: right;
  line-height: 0.3rem;
}

.beian .text {
  opacity: .8;
}

.beian:hover .text {
  opacity: 1;
}


.beian .text a {
  display: inline;
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: 400;
  font-size: 0.16rem;
  color: #FFFFFF;
}

.footR {
  width: 5.4rem;
  padding-top: .99rem;
  padding-left: .78rem;
}

.hotTel {
  display: flex;
  align-items: center;
  gap: .15rem;
  margin-bottom: .4rem;
}

.hotTel .icon {
  width: 0.47rem;
  height: 0.47rem;
  background: #FAFAFA;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hotTel .icon img {
  width: .37rem;
  height: .38rem;
  object-fit: contain;
  animation: d1 1.5s linear infinite;
}

.hotTel .text {
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: 500;
  font-size: 0.16rem;
  color: #FAFAFA;
}

.hotTel .telNum {
  margin-top: .08rem;
  font-family: MiSans, MiSans;
  font-weight: bold;
  font-size: 0.2rem;
  color: #FAFAFA;
}

.footCont p {
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: 400;
  font-size: 0.16rem;
  color: #FFFFFF;
  line-height: 0.3rem;
  opacity: .8;
}

.footCont p:hover {
  opacity: 1;
}

.footCont p a {
  display: inline;
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: 400;
  font-size: 0.16rem;
  color: #FFFFFF;
  line-height: 0.3rem;
}

.codeBox {
  display: flex;
  margin-top: .81rem;
  gap: .47rem;
}

.codeBox .item {
  width: 1rem;
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: 400;
  font-size: 0.14rem;
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.codeBox .item img {
  width: 1rem;
  height: 1rem;
  margin-bottom: .09rem;
}

.codeBox .item span {
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: 400;
  font-size: 0.14rem;
  color: #FFFFFF;
  opacity: .8;
}

.codeBox .item:hover span {
  opacity: 1;
}

.side {
  position: fixed;
  top: 50%;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: .02rem;
  z-index: 99;
}

.side a {
  width: 0.5rem;
  height: 0.5rem;
  background: #6CC7FF;
  display: flex;
  gap: .08rem;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: .1rem;
}

.side a p {
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: 400;
  font-size: 0.16rem;
  color: #FFFFFF;
  display: none;
}

.side a img {
  width: .25rem;
  height: .25rem;
  object-fit: contain;
}

.side .txt:hover{
  width: 1.85rem;
}

.side .txt:hover p{
  display: block;
}

.side .sideCode {
  width: 1.61rem;
  height: 1.61rem;
  box-shadow: 0rem 0rem 0.1rem 0.01rem rgba(0, 0, 0, 0.08);
  position: absolute;
  top: 0;
  right: 100%;
  max-width: none;
  display: none;
}

.side .img:hover .sideCode{
  display: block;
}



.backTop {
  margin-top: .07rem;
}