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: #173993;
  position: relative;
  cursor: pointer;
}

.service-alert{
    position: absolute;
    width: 290px;
    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;
}
.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;
}

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

.downLoad .icon {
  padding: .14rem 0;
  width: .6rem;
  width: .5rem;
  background: #173993;
  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: #173993;
  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: #173993;
  padding: .14rem;
  width: .6rem;
  width: .5rem;
}