footer {
  width: 100%;
  /* height: 3.31rem; */
  background: linear-gradient(90deg, #9F7D62 0%, #42210B 100%);
  box-shadow: 0rem 0.1rem 0.2rem 0.01rem rgba(0, 0, 0, 0.2);
}

footer .logo {
  width: 2.12rem;
  height: 1.58rem;
  margin-right: .7rem;
}

footer .main {
  padding: .37rem 0;
  display: flex;
  align-items: flex-end;
}

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

.hotTel img {
  width: .54rem;
  height: .54rem;
}

.hotTel .txt {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.16rem;
  color: #FFFFFF;
}

.hotTel a {
  font-family: Yu Gothic UI, Yu Gothic UI;
  font-weight: bold;
  font-size: 0.34rem;
  color: #FFFFFF;
  line-height: 0.48rem;
}

.footR {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: .49rem;
  margin-left: .9rem;
}

.footNav {
  display: flex;
  gap: .3rem;
}

.footNav a {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.14rem;
  color: #FFFFFF;
}

.codeList {
  height: 1.18rem;
  display: flex;
  gap: .14rem;
}

.codeList img {
  width: auto;
  height: 100%;
}

.beian {
  width: 100%;
  height: .72rem;
  border-top: 0.01rem solid rgba(255, 255, 255, .34);
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.12rem;
  color: #C9B9AD;
  display: flex;
  align-items: center;
  justify-content: center;
}

.beian a {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.12rem;
  color: #C9B9AD;
}






@media only screen and (max-width:1042px) {
    footer .main{
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    }
    .hotTel{
        justify-content: center;
    }
    .hotTel .txt span{
        font-size: 12px;
    }
    .hotTel .txt{
        font-size: 16px;
    }
    .footR{
        margin: 26px 0 0;
        display: block;
    }
    .footNav{
        width: 100%;
        margin-bottom: 20px;
        flex-wrap: wrap;
        gap: 0;
        row-gap: 0.3rem;
    }
    .footNav a{
        font-size: 16px;
        width: 25%;
        text-align: center;
    }
    .codeList{
        display: flex;
        justify-content: center;
        height: 100px;
    }
    .beian{
         font-size: 13px;
         display: flex;
         flex-wrap: wrap;
         height: auto;
         padding: 10px 0;
    }
    .beian a{
        font-size: 13px;
        white-space: nowrap;
    }
}





