footer {
  width: 100%;
  /* height: 8.62rem; */
  background: #0E1419;
}

footer .top {
  /* height: 7.62rem; */
  background: #2A3037;
  padding: .55rem 0 .26rem;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 1.26rem 1.66rem 0.44rem 3.21rem;
}

footer .left {
  width: 3rem;
}

.codeBox {
  display: flex;
  gap: .14rem;
  margin-bottom: .43rem;
}

.codeBox .item {
  width: 1.41rem;
}

.codeBox .item img {
  width: 1.41rem;
  height: 1.41rem;
}

.codeBox .item p {
  font-weight: 400;
  font-size: 0.23rem;
  color: #FFFFFF;
  text-align: center;
  opacity: .5;
}

.online {
  display: flex;
  width: 1.32rem;
  height: 0.36rem;
  background: #1550B6;
  border-radius: 0.04rem;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 0.14rem;
  color: #FFFFFF;
  margin-bottom: .23rem;
}

.telTit {
  font-weight: 400;
  font-size: 0.14rem;
  color: #FFFFFF;
  opacity: 0.5;
  margin-bottom: .2rem;
}

.tel {
  font-weight: 400;
  font-size: 0.47rem;
  color: #FFFFFF;
  white-space: nowrap;
}

footer .right {
  /* padding-bottom: .32rem; */
}

footer .right .footNavList {
  display: flex;
  gap: .6rem;
  margin-bottom: .68rem;
}

.footNav {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footNav a {
  font-weight: 400;
  font-size: 0.16rem;
  color: #FFFFFF;
  opacity: 0.3;
  margin-bottom: .47rem;
  transition: opacity .3s;
}

.footNav a:hover{
  opacity: 1;
}

.footNav a.tit {
  padding-bottom: .52rem;
  margin-bottom: .43rem;
  position: relative;
  font-weight: 400;
  font-size: 0.16rem;
  color: #FFFFFF;
  opacity: 1;
}

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

.footNav a.tit::before,
.footNav a.tit::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: all .3s;
}

.footNav a.tit::before {
  bottom: 0;
  width: .65rem;
  height: .01rem;
  background: #353A40;
}

.footNav a.tit::after {
  bottom: -.02rem;
  width: .05rem;
  height: .05rem;
  border-radius: 50%;
  background: #1251BD;
}

.addBox {
  width: 10.34rem;
  padding: .27rem 0 .33rem .65rem;
  border-top: .03rem solid #46494D;
  border-bottom: .03rem solid #46494D;
}

.addBox p:first-child {
  font-weight: 400;
  font-size: 0.35rem;
  color: #A9AAAB;
  margin-bottom: .24rem;
}

.addBox p:last-child {
  font-weight: 400;
  font-size: 0.26rem;
  color: #FFFFFF;
  opacity: 0.3;
}

footer .bottom {
  width: 100%;
  height: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .08rem;
  font-weight: normal;
  font-size: 0.19rem;
  color: #FFFFFF;
  opacity: .3;
}

footer .bottom a {
  font-weight: normal;
  font-size: 0.19rem;
  color: #FFFFFF;
}

footer .side {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  min-width: 1.8rem;
  z-index: 99;
  display: flex;
  flex-direction: column;
  align-items: center;
}

footer .side img {
  /* width: .2rem; */
  /* height: .35rem; */
  width: .3rem;
  display: block;
  margin: 0 auto;
}

.service {
  width: .6rem;
  width: .5rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  border-bottom: .01rem solid #F7F7F8;
  background: #28af5c;
  position: relative;
  cursor: pointer;
}

.service-alert{
    position: absolute;
    width: 380px;
    padding:20px;
    background: #FFFFFF;
    box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.1);
    border-radius: 8px 8px 8px 8px;
    right: 110%;
    top: 0;
    display: none;
}
.service-item{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.service-item:last-child{
    margin-bottom: 0;
}

.service-item>svg{
    width:30px;
    height: 30px;
}

.service-text{
    flex: 1;
}
.service-text>span:first-child{
    font-weight: 600;
    font-size: .16rem;
    color: #333;
    white-space: nowrap;
}
.service-text>span:last-child{
    font-size: .14rem;
    color: #515151;
    display: block;
    margin-top: 5px;
}

.service-item:last-child>svg{
    width: 25px;
    height: 25px;
    margin-right: 5px;
}

.service-close{
    position: absolute;
    width: 15px;
    height: 15px;
    right: 10px;
    top: 10px;
    cursor: pointer;
}
.service-close>svg{
    width: 100%;
    height: 100%;
}

.service .icon {
  width: 100%;
  padding: .25rem 0 .18rem;
  padding: .15rem 0;
  border-bottom: .01rem solid #F7F7F8;
}

/* .service .icon img {
  height: .41rem;
} */

.service .tit {
  font-weight: 400;
  font-size: 0.22rem;
  font-size: .16rem;
  color: #FFFFFF;
  padding: .11rem .2rem .16rem;
      writing-mode: vertical-lr;
}

.downLoad {
  border-bottom: .01rem solid #F7F7F8;
  display: flex;
}

.downLoad .icon {
  padding: .14rem 0;
  width: .6rem;
  width: .5rem;
  background: #28af5c;
  display: flex;
  align-items: center;
  justify-content: center;
}

.downLoad p {
  width: 1.2rem;
  height: 0.61rem;
  background: #C3C3C3;
  font-weight: normal;
  font-size: 0.22rem;
  font-size: .18rem;
  color: #28af5c;
  display: flex;
  width: 0;
  align-items: center;
  justify-content: center;
  transition: all .3s;
  overflow: hidden;
  opacity: 0;
  white-space: nowrap;
}

.downLoad:hover p {
  opacity: 1;
  width: 1.2rem;
}

.backTop {
  background: #28af5c;
  padding: .14rem;
  width: .6rem;
  width: .5rem;
}







@media screen and (max-width: 1042px) {
    footer .top{
        width: 100%;
        margin: 0 auto;
        padding: 40px 3%;
    }
    footer .left{
        width: 30%;
        padding-right: 20px;
    }
    footer .right{
        width: 70%;
    }
    .codeBox{
        width: 100%;
        gap: inherit;
        justify-content: space-between;
        margin-bottom: 40px;
    }
    .codeBox .item{
        width: 49%;
    }
    .codeBox .item img{
        width: 100%;
        height: 78%;
    }
    .codeBox .item p{
        font-size: 16px;
    }
    .online{
        width: fit-content;
        height: auto;
        padding: 8px 40px;
        font-size: 16px;
    }
    .telTit{
        font-size: 16px;
        margin-bottom: 10px;
    }
    .tel{
        font-size: 34px;
    }
    footer .right .footNavList{
        gap: inherit;
        margin-bottom: 60px;
        width: 100%;
        justify-content: space-between;
    }
    .footNav a.tit{
        font-size: 16px;
        padding-bottom: 16px;
        margin-bottom: 26px;
    }
    .footNav a{
        font-size: 16px;
        margin-bottom: 20px;
    }
    .addBox{
        width: 100%;
        padding: 20px;
        border-width: 2px;
    }
    .addBox p:first-child{
        font-size: 22px;
        margin-bottom: 10px;
    }
    .addBox p:last-child{
        font-size: 16px;
        line-height: 1.6;
    }
    
    footer .bottom{
        flex-wrap: wrap;
        padding: 20px;
        font-size: 16px;
        gap: 10px 16px;
        height: auto;
    }
    footer .bottom a,
    footer .bottom span{
        font-size: 16px;
    }
    
    
    
    
    
    footer .side{
        min-width: 150px;
    }
    .service{
        width: 50px;
    }
    .service .icon{
        padding: 15px 0;
    }
    footer .side img{
        width: 30px;
    }
    .service .tit{
        font-size: 16px;
        padding: 10px 15px;
        text-align: center;
        writing-mode: tb;
        letter-spacing: 4px;
    }
    .downLoad:hover p{
        width: 100px;
    }
    .downLoad .icon{
        width: 50px;
        padding: 10px;
    }
    .downLoad p{
        font-size: 16px;
        height: 50px;
    }
    .backTop{
        padding: 15px;
        width: 50px;
    }
}


@media screen and (max-width: 769px) {
    footer .top{
        flex-wrap: wrap;
    }
    footer .left{
        width: 100%;
    }
    .codeBox{
        width: 80%;
    }
    .tel{
        font-size: 28px;
    }
    footer .right{
        width: 100%;
    }
    footer .right .footNavList{
        display: none;
    }
    .addBox{
        border-bottom: navajowhite;
        padding: 24px 0 0;
        margin-top: 24px;
    }
    .addBox p:first-child{
        font-size: 18px;
    }
    .addBox p:last-child{
        
    }
    footer .bottom a, footer .bottom span{
        font-size: 14px;
        text-align: center;
    }
    
    
    
    
    footer .side{
        display: none;
    }
}









