@media screen and (max-width: 828px) {
  #m-header {
    height: 47px;
  }
}
.service-container {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.service-container .container-full {
  flex: 1;
  width: 100%;
  background-color: white;
  padding: 0px 0 30px 0;
}
.service-container .banner-image {
  width: 100%;
  aspect-ratio: 1920/480;
  background-color: #000;
}
@media screen and (max-width: 828px) {
  .service-container .banner-image {
    aspect-ratio: 1920/820;
  }
}
.service-container .banner-image .wrapper {
  width: 100%;
  height: 100%;
  max-width: 1200px;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 828px) {
  .service-container .banner-image .wrapper {
    padding: 20px;
  }
}
.service-container .banner-image .wrapper .title {
  font-size: 46px;
  font-weight: 800;
  margin-bottom: 30px;
}
@media screen and (max-width: 828px) {
  .service-container .banner-image .wrapper .title {
    font-size: 18px;
    margin-bottom: 4px;
  }
}
.service-container .banner-image .wrapper .desc {
  font-size: 22px;
}
@media screen and (max-width: 828px) {
  .service-container .banner-image .wrapper .desc {
    font-size: 12px;
  }
}
.service-container .banner-tip {
  width: 100%;
  height: 64px;
  line-height: 64px;
  background: #F6F6F6;
  text-align: center;
}
@media screen and (max-width: 828px) {
  .service-container .banner-tip {
    margin-top: 47px;
    height: 24px;
    line-height: 24px;
    font-size: 10px;
  }
}
.service-container .items {
  margin: 30px auto;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
  gap: 30px;
}
@media screen and (max-width: 828px) {
  .service-container .items {
    margin: 10px auto;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .service-container .items .card p {
    font-size: 12px;
  }
}
.service-container .items .item {
  width: 100%;
  height: auto;
  background-color: #fff;
}
.service-container .items .item .preview-img {
  cursor: pointer;
  aspect-ratio: 380/260;
  display: block;
  background-color: #000;
  position: relative;
}
@media screen and (max-width: 828px) {
  .service-container .items .item .preview-img {
    border-radius: 6px 6px 6px 6px;
  }
}
.service-container .items .item .preview-img .icon-play {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  bottom: 50%;
  margin-left: -21px;
  margin-bottom: -21px;
}
@media screen and (max-width: 828px) {
  .service-container .items .item .preview-img .icon-play {
    width: 29px;
    height: 29px;
    left: 0;
    bottom: 0;
    margin-left: 10px;
    margin-bottom: 10px;
  }
}
.service-container .items .item p {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  padding: 4px 1em;
  margin-bottom: 0px;
}
@media screen and (max-width: 828px) {
  .service-container .item-row {
    margin: 16px 16px;
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 828px) {
  .service-container .item-row .item {
    margin-bottom: 10px;
    border-radius: 6px 6px 6px 6px;
  }
}
@media screen and (max-width: 828px) {
  .service-container .item-row .item .preview-img {
    border-radius: 6px 6px 0px 0px;
  }
}
.service-container #vue-app-service-manual {
  background-color: #F6F6F6;
}
.service-container #vue-app-service-manual .banner-image {
  background-image: url("/images/banners/service-manual-banner.png");
  background-size: cover;
}
.service-container #vue-app-service-manual .banner-image img {
  display: block;
  height: 70%;
  width: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5%;
  margin: auto;
}
@media screen and (max-width: 828px) {
  .service-container #vue-app-service-manual .banner-image img {
    height: 50%;
  }
}
.service-container #vue-app-service-manual .items .item .desc {
  padding: 10px;
}
.service-container #vue-app-service-manual .items .item .desc h3 {
  font-size: 18px;
  text-align: center;
}
@media screen and (max-width: 828px) {
  .service-container #vue-app-service-manual .items .item .desc h3 {
    font-size: 14px;
  }
}
.service-container #vue-app-service-manual .items .item .desc p {
  font-size: 14px;
}
@media screen and (max-width: 828px) {
  .service-container #vue-app-service-manual .items .item .desc p {
    font-size: 12px;
    padding: 0;
  }
}
.service-container #vue-app-service-manual .items .item .buttons {
  width: 100%;
  display: flex;
  gap: 20px;
  padding: 15px;
}
.service-container #vue-app-service-manual .items .item .buttons .button {
  flex: 1;
  border-radius: 4px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: 2px solid #EF7C1C;
}
@media screen and (max-width: 828px) {
  .service-container #vue-app-service-manual .items .item .buttons .button {
    border-radius: 3px;
    height: 35px;
    font-size: 12px;
  }
}
.service-container #vue-app-service-manual .items .item .buttons .button:nth-of-type(1) {
  background-color: #EF7C1C;
  color: #fff;
}
.service-container #vue-app-service-install-video .banner-image {
  background-image: url("/images/banners/service-install-video-banner.png");
  background-size: cover;
}
.service-container #vue-app-service-install-video .items .item .preview-img .icon-play {
  width: 42px;
  height: 42px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: auto;
}
@media screen and (max-width: 828px) {
  .service-container #vue-app-service-install-video .items .item p {
    font-size: 12px;
  }
}
.service-container #vue-app-reputation .reputation-desc {
  background-color: #f6f6f6;
  padding: 30px;
  text-align: center;
}
.service-container #vue-app-service-manual .nav,
.service-container #vue-app-service-install-video .nav {
  padding: 30px 0 0 0;
  display: flex;
  justify-content: center;
  gap: 40px;
}
.service-container #vue-app-service-manual .nav li,
.service-container #vue-app-service-install-video .nav li {
  cursor: pointer;
}
.service-container #vue-app-service-manual .nav li p,
.service-container #vue-app-service-install-video .nav li p {
  margin-bottom: 0;
}
.service-container #vue-app-service-manual .nav li.active .first-nav,
.service-container #vue-app-service-install-video .nav li.active .first-nav {
  font-weight: 500;
  color: #000000;
}
.service-container #vue-app-service-manual .nav li.active .first-nav .line,
.service-container #vue-app-service-install-video .nav li.active .first-nav .line {
  background: #ef7c1c;
}
.service-container #vue-app-service-manual .nav li .first-nav,
.service-container #vue-app-service-install-video .nav li .first-nav {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 41px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.service-container #vue-app-service-manual .nav li .first-nav .line,
.service-container #vue-app-service-install-video .nav li .first-nav .line {
  width: 60px;
  height: 2px;
  margin-top: 20px;
  background: #f6f6f6;
  display: block;
}

.container-video {
  width: 100%;
  height: 100vh;
  background: rgb(0, 0, 0);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  align-items: center;
  justify-content: center;
}
.container-video video {
  width: 100%;
  object-fit: contain;
  height: auto;
  display: block;
}
.container-video .close-btn {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 30px;
  z-index: 999;
  cursor: pointer;
}

.esc-container:has(#vue-app-service-install-video) footer .footer-bottom,
.esc-container:has(#vue-app-service-manual) footer .footer-bottom,
.esc-container:has(#vue-app-service) .esc-container:has(#vue-app-reputation) footer .footer-bottom {
  margin-top: 0;
}

.sec-nav .sub-items {
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  gap: 120px;
}
.sec-nav .sub-items .sub-item {
  color: #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
.sec-nav .sub-items .sub-item .icon {
  width: 30px;
  height: 30px;
}

.nav1 a {
  color: #000;
}

[v-cloak] {
  display: none;
}

.overflow {
  overflow: hidden;
}

.activity.activity-app .sec-title .desc {
  display: none;
}
@media screen and (max-width: 828px) {
  .activity.activity-app .sec-title .desc {
    display: block;
    font-size: 14px;
    margin: 25px auto 70px auto;
  }
}
.activity.activity-app .version {
  opacity: 0.8;
}
.activity.activity-app .version + .version {
  margin-top: 10px;
}
.activity.activity-app main.pc-activity {
  background-image: url("./../images/download-app.png");
  background-size: cover;
  width: 100%;
  margin-top: -160px;
  aspect-ratio: 1920/870;
}
.activity.activity-app main.pc-activity .content {
  width: 62.5%;
  height: 100%;
  margin: 0 auto;
  color: #fff;
  position: relative;
}
.activity.activity-app main.pc-activity .content .download {
  position: absolute;
  right: 0;
  bottom: 18%;
}
.activity.activity-app main.pc-activity .content .title {
  font-family: SourceHanSansCN-Bold;
  font-size: 32px;
  margin-bottom: 4px;
}
.activity.activity-app main.pc-activity .content .title + p {
  font-size: 20px;
}
.activity.activity-app main.pc-activity .content .info {
  display: flex;
  align-items: center;
  gap: 35px;
  margin: 40px auto 20px auto;
}
.activity.activity-app main.pc-activity .content .info img {
  width: 140px;
  height: 140px;
}
.activity.activity-app main.pc-activity .content .info .buttons {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 140px;
}
.activity.activity-app main.pc-activity .content .info .buttons .button {
  width: 181px;
  height: 45px;
  line-height: 45px;
  background: #FFFFFF;
  border-radius: 22px;
  color: #333;
  text-align: center;
  cursor: pointer;
}
.activity.activity-app main.pc-activity .content p {
  font-size: 12px;
  line-height: 1;
  margin-bottom: unset;
}
.activity.activity-app main.mobile-activity {
  background: none;
  width: 100%;
  aspect-ratio: 750/750;
  margin-top: unset;
}
.activity.activity-app main.mobile-activity .content {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  color: #fff;
  position: relative;
}
.activity.activity-app main.mobile-activity .content .download {
  position: absolute;
  right: 0;
  left: 0;
  bottom: unset;
  margin: auto;
}
.activity.activity-app main.mobile-activity .content .title {
  font-family: SourceHanSansCN-Bold;
  font-size: 32px;
}
.activity.activity-app main.mobile-activity .content .title + p {
  font-size: 20px;
}
.activity.activity-app main.mobile-activity .content .info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: unset;
}
.activity.activity-app main.mobile-activity .content .info img {
  width: 240px;
  height: 240px;
}
.activity.activity-app main.mobile-activity .content .info p {
  margin: 15px auto 40px auto;
}
.activity.activity-app main.mobile-activity .content .info .buttons {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: auto;
}
.activity.activity-app main.mobile-activity .content .info .buttons .button {
  width: 300px;
  height: 45px;
  line-height: 45px;
  background: #FFFFFF;
  border-radius: 22px;
  color: #333;
  text-align: center;
  cursor: pointer;
}

/*# sourceMappingURL=index.css.map */
