.container {
  width: 100%;
  display: none;
}
@media (max-width: 750px) {
  .container {
    display: block;
  }
}
.container .swiper-slide img {
  width: 7.5rem;
}
.container main .tel img {
  width: 7.5rem;
}
.container main .media {
  height: 5.6rem;
  padding: 0 0.65rem;
}
.container main .media section {
  position: relative;
}
.container main .media section video {
  display: block;
  width: 100%;
  outline: none;
}
.container main .media section #m-play-btn {
  position: absolute;
  z-index: 2;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  border: 2px solid red;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.container main .media section #m-play-btn.active {
  display: none;
}
.container main .media section #m-play-btn::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-20%) translateY(-50%);
  border: 0.3rem solid transparent;
  border-left-color: red;
}
.container main .media img {
  display: block;
  width: 100%;
}
.container main .main-middle img {
  width: 7.5rem;
}
.container main .join {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 5.5rem;
  padding: 0.3rem 0.6rem;
}
.container main .join li {
  display: flex;
  justify-content: space-between;
}
.container main .join li a {
  display: flex;
  width: 3rem;
  position: relative;
}
.container main .join li a div {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 100%;
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
}
.container main .join li a div span {
  font-weight: 600;
  font-size: 0.25rem;
}
.container main .join li a div i {
  margin-top: 0.15rem;
  font-size: 0.2rem;
}
.container main .join li a img {
  width: 3rem;
}
.container main .main-bottom {
  display: flex;
  align-items: center;
  height: 2.5rem;
  padding: 0 0.2rem;
}
.container main .main-bottom img {
  width: 100%;
}
/*# sourceMappingURL=project.css.map */