.download .top {
  height: 451px;
  background: url('https://star-img.xingxiaoculture.com/2024/05/24/a29870cb110f91fde90bde9e47d0fd69.png') no-repeat 50% 0;
  background-size: 1920px 451px;
}
.download .top .main-width {
  height: 100%;
}
.download .top .ewm {
  position: absolute;
  top: 305px;
  left: 0;
  width: 94px;
  height: 94px;
  border-radius: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}
.download .top .ewm img {
  width: 77px;
  height: 77px;
}
.download .top .android,
.download .top .iphone {
  position: absolute;
  width: 165px;
  height: 39px;
  top: 307px;
  left: 114px;
  border-radius: 7px;
  background-color: #333333;
  display: flex;
  align-items: center;
  color: #B8B8B8;
  font-size: 18px;
  user-select: none;
}
.download .top .iphone {
  top: 357px;
}
.download .top .android-icon,
.download .top .iphone-icon {
  width: 24px;
  height: 24px;
  background: url('../../assets//icons/android.png') no-repeat 50% 0;
  background-size: 100% auto;
  margin: 0 12px 0 25px;
}
.download .top .iphone-icon {
  background: url('../../assets//icons/iphone.png') no-repeat 50% 0;
  background-size: 100% auto;
}
.download .cont1 {
  display: flex;
  justify-content: center;
  height: 345px;
}
.download .cont1 .cont1-item {
  width: 300px;
  height: 200px;
  margin-top: 55px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.download .cont1 .cont1-item img {
  width: 130px;
  height: 130px;
}
.download .cont1 .cont1-item .cont1-text1 {
  font-size: 18px;
}
.download .cont1 .cont1-item .cont1-text2 {
  color: #818181;
}
.download .cont2 {
  position: relative;
  width: 100%;
  height: 655px;
  background: url('https://star-img.xingxiaoculture.com/2024/05/24/a18ea2a68cb54d1faadcde139c8eb2cc.jpeg') no-repeat 50% 0;
  background-size: 1920px 655px;
  margin: 0 auto;
}
.download .cont2 .cont2-tit {
  position: absolute;
  top: -45px;
  left: 50%;
  height: 45px;
  transform: translateX(-50%);
  font-size: 24px;
  font-weight: 600;
}
.download .cont2 .cont2-tit::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 42px;
  height: 4px;
  background-image: linear-gradient(90deg, #ffeea9, #ff768b);
}
.download .cont3 .cont3-tit {
  position: relative;
  width: 600px;
  height: 50px;
  margin: 56px auto 26px;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  border-bottom: 1px solid #dfe1e0;
}
.download .cont3 .cont3-tit::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: 42px;
  height: 4px;
  background-image: linear-gradient(90deg, #ffeea9, #ff768b);
}
.download .cont3 .cont3-list {
  width: 860px;
  display: grid;
  grid-template-columns: 172px 172px 172px 172px 172px;
  grid-template-rows: auto;
  margin: 0 auto;
}
.download .cont3 .cont3-list .cont3-item {
  width: 172px;
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.download .cont3 .cont3-list .cont3-item img {
  width: 134px;
  height: 134px;
  border-radius: 50%;
}
