.footer {
  height: 375px;
  background-color: #1b2229;
  padding: 0 100px;
  overflow: hidden;
}
.footer .warp {
  margin-left: 40px;
}
.footer .f-top {
  color: #fff;
  margin-top: 30px;
  display: flex;
}
.footer .f-top .text-iphone {
  color: #808080;
  margin-top: 20px;
  display: flex;
  gap: 20px;
}
.footer .f-top .download {
  width: 170px;
  height: 50px;
  background-color: #31383e;
  border-radius: 10px;
  display: flex;
  align-items: center;
  padding: 10px 30px;
  color: #fff;
  gap: 20px;
  text-decoration: none;
  transition: 0.4s;
}
.footer .f-top .download:hover {
  background-color: #ea5515;
}
.footer .f-top .search {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 50%;
  cursor: pointer;
}
.footer .f-top .f-t-right {
  justify-content: space-around;
}
.footer .f-top .f-t-right .item a {
  text-decoration: none;
  font-size: 15px;
  color: #959595;
}
.footer .f-top .f-t-right .item a:hover {
  color: #ea5515;
}
.footer .f-top input {
  width: 100%;
  border: none;
  background: #31383e;
  box-sizing: border-box;
  height: 58px;
  line-height: 20px;
  font-size: 16px;
  color: #fff;
  padding: 10px 20px;
}
.footer .f-top input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.qq {
  height: 160px;
  padding: 30px 100px 0;
  display: flex;
  justify-content: center;
}
.qq .content {
  display: flex;
  justify-content: center;
  gap: 30px;
  width: 100%;
  align-items: center;
}
.qq .content .item {
  display: flex;
  position: relative;
  flex: 1;
  gap: 20px;
  border-right: 1px solid #dcdcdc;
  cursor: pointer;
}
.qq .content .item:hover .hover {
  color: #ea5515;
}
.vrsiler {
  display: none;
}
@media screen and (max-width: 1430px) {
  .qq {
    display: none !important;
  }
  .vrsiler {
    display: block !important;
  }
  .footer {
    height: auto !important;
    padding: 0 20px !important;
  }
  .footer .f-top {
    margin-top: 20px !important;
  }
  .footer .f-top .download {
    width: 200px !important;
    height: 80px;
  }
  .footer .f-top .download span {
    font-size: 20px ;
  }
  .footer .f-t-right {
    display: none !important;
  }
  .footer .f-bot {
    font-size: 20px !important;
    text-align: center !important;
  }
  .footer .text-iphone {
    font-size: 25px !important;
    flex-direction: column;
    gap: 10px !important;
    margin-top: 0 !important;
    align-items: center !important;
  }
  .footer .bot-vr {
    display: none !important;
  }
  .footer .text-one {
    flex-direction: row !important;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
  }
  .footer .text-one img {
    margin-top: 0 !important;
  }
}
