.web {
  width: 100%;
}
@media (max-width: 751px) {
  .web {
    display: none;
  }
}
.web .swiper-slide img {
  width: 19.2rem;
}
.web .main-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: white;
}
.web .main-container .main-top {
  width: 11.35rem;
  display: flex;
  flex-direction: column;
}
.web .main-container .main-top .phone {
  width: 11.35rem;
  position: relative;
  top: -0.8rem;
  z-index: 1;
}
.web .main-container .main-top .media {
  position: relative;
  width: 11.35rem;
  height: 6.385rem;
}
.web .main-container .main-top .media video {
  display: block;
  width: 11.35rem;
  outline: none;
  border: none;
}
.web .main-container .main-top .media #play-btn {
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  border: 2px solid red;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.web .main-container .main-top .media #play-btn.active {
  display: none;
}
.web .main-container .main-top .media #play-btn::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-20%) translateY(-50%);
  border: 0.5rem solid transparent;
  border-left-color: red;
}
.web .main-container .main-top .main1 {
  width: 11.35rem;
}
.web .main-container .main-middle {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.web .main-container .main-middle .support2,
.web .main-container .main-middle .support {
  width: 19.2rem;
}
.web .main-container .main-middle .main-img {
  margin: 0.3rem 0;
  width: 11.2rem;
}
.web .main-container .main-middle .join {
  display: flex;
  margin-top: 0.8rem;
  width: 11.1rem;
  height: 4.15rem;
  justify-content: space-between;
}
.web .main-container .main-middle .join img {
  width: 3.61rem;
}
.web .main-container .main-middle .join a {
  display: flex;
  position: relative;
}
.web .main-container .main-middle .join a:hover .musk {
  display: none;
}
.web .main-container .main-middle .join .left .musk,
.web .main-container .main-middle .join .middle .musk {
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
}
.web .main-container .main-middle .join .left .musk span,
.web .main-container .main-middle .join .middle .musk span {
  font-weight: 600;
  font-size: 0.2rem;
}
.web .main-container .main-middle .join .left .musk i,
.web .main-container .main-middle .join .middle .musk i {
  margin-top: 15px;
  font-size: 16px;
}
.web .main-container .main-middle .join .right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.web .main-container .main-middle .join .right a:hover .musk {
  display: none;
}
.web .main-container .main-middle .join .right .top,
.web .main-container .main-middle .join .right .bottom {
  position: relative;
}
.web .main-container .main-middle .join .right .top .musk,
.web .main-container .main-middle .join .right .bottom .musk {
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
}
.web .main-container .main-middle .join .right .top .musk span,
.web .main-container .main-middle .join .right .bottom .musk span {
  font-weight: 600;
  font-size: 0.2rem;
}
.web .main-container .main-middle .join .right .top .musk i,
.web .main-container .main-middle .join .right .bottom .musk i {
  margin-top: 0.15rem;
  font-size: 0.16rem;
}
.web .main-container .main-footer {
  display: flex;
  height: 4.6rem;
  background-color: white;
  align-items: center;
  justify-content: center;
}
.web .main-container .main-footer img {
  width: 10.8rem;
}
/*# sourceMappingURL=project.css.map */