.page5 {
  width: 100vw;
  height: 444px;
  background: #080820;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 300;
  position: relative;
}
.footer {
  width: 1360px;
  height: 444px;
  background: #080820;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.footer-move {
  padding-top: 80px;
  display: flex;
  justify-content: space-between;
}

.foot_l {
  width: calc(720px + 320px);
  display: flex;
}

.foot_r {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.4);
}

.footer-move-tilte {
  margin-bottom: 24px;
  line-height: 36px;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
}

.foot-item {
  margin-right: 144px;
  min-width: 128px;
  display: flex;
  flex-direction: column;
}

.foot-item a {
  margin-bottom: 16px;
  line-height: 28px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
}

.ltd {
  margin-left: 8px;
}

.foot_agree {
  display: flex;
}

.foot_agree {
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.4);
  font-size: 18px;
}

.foot_agree a {
  color: rgba(255, 255, 255, 0.4);
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
}

.foot_agree a:hover {
  color: rgba(255, 255, 255, 1);
}

.shuxian {
  width: 0px;
  height: 20px;
  margin: 0 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.call_mes {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}

.call_item {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
}
.call_item .icon1 {
  width: 32px;
  height: 32px;
  margin-right: 12px;
}

.call_item .icon2 {
  width: 14px;
  height: 14px;
  margin-left: 6px;
  cursor: pointer;
}

.icongo {
  width: 3.84px;
  height: 7.94px;
  margin-left: 6px;
}

.call_item a {
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  font-size: 16px;
}

.footer-info {
  height: 108px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  justify-content: space-between;
}

.foot_info {
  color: rgba(255, 255, 255, 0.4);
  font-size: 18px;
  display: flex;
  align-items: center;
}

.foot_gongan {
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.4);
  font-size: 18px;
}
.foot_gongan a {
  color: rgba(255, 255, 255, 0.4);
  text-decoration: none;
}
.foot_gongan_item {
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.4);
  font-size: 18px;
}

.foot_gongan a:hover {
  color: #fff;
  text-decoration: none;
}

.guohui {
  width: 28px;
  height: 28px;
  margin-right: 8px;
}

.footer-link {
  display: block;
  background: linear-gradient(90deg, #7960ff 0%, #ff4df6 100%);
  width: 100vw;
  height: 4px;
  position: absolute;
  top: 0;
  left: 0;
}

.call_mes_mobile {
  display: none;
}

.addprice {
  margin-left: 8px;
}
@media (max-width: 1360px) {
  .page5 {
    height: 12rem;
    background: linear-gradient(180deg, #080820 0%, #000000 100%);
    display: flex;
    flex-direction: column;
    position: relative;
  }

  .footer-link {
    display: block;
    background: linear-gradient(90deg, #7960ff 0%, #ff4df6 100%);
    width: 100vw;
    height: 0.08rem;
    position: absolute;
    top: 0;
    left: 0;
  }

  .footer {
    width: 100vw;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 0.8rem;
    background: linear-gradient(180deg, #080820 0%, #000000 100%);
  }

  .footer-move {
    padding: 0 0.3rem 0;
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .foot_l {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .foot-item {
    margin-right: 0;
    margin-bottom: 0;
    min-width: auto;
    width: 100%;
  }

  .foot_l .footer-move-tilte {
    height: 1.12rem;
    margin-bottom: 0;
    font-size: 16px;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  }

  .foot_l .footer-move-tilte::after {
    content: "";
    background-image: url("../img/home/go.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 0.12rem;
    height: 0.24rem;
    transition: transform 0.3s ease;
    transform: rotate(0deg);
  }

  .foot-item a {
    display: none;
    align-items: center;
    width: calc(100% - 0.32rem);
    height: 1.04rem;
    margin-left: 0.32rem;
    margin-bottom: 0;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
  }

  .foot-item a::after {
    content: "";
    background-image: url("../img/home/go.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 0.12rem;
    height: 0.24rem;
    transition: transform 0.3s ease;
    position: absolute;
    right: 0;
    top: 50%;
  }

  .foot_r {
    margin-top: 40px;
    text-align: center;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.4);
  }

  .call_mes {
    margin-top: 0;
  }

  .call_item {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
  }

  .call_item .icon1 {
    width: 24px;
    height: 24px;
    margin-right: 8px;
  }

  .call_item .icon2 {
    width: 12px;
    height: 12px;
    margin-left: 4px;
    cursor: pointer;
  }

  .icongo {
    width: 3px;
    height: 6px;
    margin-left: 4px;
  }

  .call_item a {
    display: flex;
    align-items: center;
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    font-size: 14px;
  }

  .footer-info {
    height: auto;
    border-top: 1px solid transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 0.4rem;
  }

  .foot_info {
    color: rgba(255, 255, 255, 0.4);
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 18px;
    gap: 0.16rem;
    margin-bottom: 0.24rem;
    padding: 0 0.3rem;
    flex-wrap: wrap;
  }

  .ltd {
    margin-left: 0;
  }

  .foot_gongan {
    display: flex;
    flex-direction: column;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.4);
    gap: 0.16rem;
  }

  .foot_gongan_item {
    display: flex;
    align-items: center;
    text-align: center;
    font-size: 12px;
  }

  .foot_gongan a {
    color: rgba(255, 255, 255, 0.4);
    text-decoration: none;
  }

  .foot_gongan a:hover {
    color: #fff;
    text-decoration: none;
  }

  .guohui {
    width: 16px;
    height: 16px;
    margin-right: 4px;
  }

  .foot-item.expanded .footer-move-tilte::after {
    transform: rotate(90deg);
  }

  .foot-item:first-child .footer-move-tilte::after {
    /* transform: rotate(180deg); */
  }

  .foot-item.expanded a {
    display: flex;
  }
  .call_mes_mobile {
    display: block;
  }
  .call_mes {
    display: none;
  }
  .call_mes_mobile img {
    width: 0.72rem;
    height: 0.72rem;
    margin: 0 0.16rem;
  }
  .call_mes_mobile a {
    text-decoration: none;
  }
}

/* .foot_gongan{
  display:none;
} */
