.tab-out-wrapper[data-v-5ba5e76f] {
  background: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}
.tab-out-wrapper .bottom-fix[data-v-5ba5e76f] {
  background: #fff;
  width: 100%;
  height: 0;
}
.tab-out-wrapper .zztab-bar[data-v-5ba5e76f] {
  background: #fff;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  height: 13.8667vw;
  display: flex;
}
.tab-out-wrapper .zztab-bar[data-v-5ba5e76f]:before {
  content: "";
  transform-origin: 0 0;
  background: #0000001a;
  width: 200%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(.5);
}
.tab-out-wrapper .zztab-bar .mine-btn[data-v-5ba5e76f] {
  flex-direction: column;
  align-items: center;
  width: 13.3333vw;
  height: 10.6667vw;
  margin-right: 23.2vw;
  display: flex;
}
.tab-out-wrapper .zztab-bar .mine-btn img[data-v-5ba5e76f] {
  width: 6.4vw;
  height: 6.4vw;
  margin-bottom: .533333vw;
}
.tab-out-wrapper .zztab-bar .mine-btn .pub-style[data-v-5ba5e76f] {
  color: #b3b3b3;
  white-space: nowrap;
  height: 3.73333vw;
  font-family: PingFangSC-Medium, PingFang SC;
  font-size: 2.66667vw;
  font-weight: 500;
  line-height: 3.73333vw;
}
.tab-out-wrapper .zztab-bar .mine-btn .pub-style.active[data-v-5ba5e76f] {
  color: #5ec259;
}
.tab-out-wrapper .zztab-bar .center-btn[data-v-5ba5e76f] {
  flex-direction: column;
  align-items: center;
  width: 10.6667vw;
  height: 10.6667vw;
  margin-left: 24.5333vw;
  display: flex;
}
.tab-out-wrapper .zztab-bar .center-btn img[data-v-5ba5e76f] {
  width: 6.4vw;
  height: 6.4vw;
  margin-bottom: .533333vw;
}
.tab-out-wrapper .zztab-bar .center-btn .pub-style[data-v-5ba5e76f] {
  color: #b3b3b3;
  white-space: nowrap;
  height: 3.73333vw;
  font-family: PingFangSC-Medium, PingFang SC;
  font-size: 2.66667vw;
  font-weight: 500;
  line-height: 3.73333vw;
}
.tab-out-wrapper .zztab-bar .center-btn .pub-style.active[data-v-5ba5e76f] {
  color: #5ec259;
}

@media only screen and (device-width: 360px) and (device-height: 780px) and (-webkit-device-pixel-ratio: 3), only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3), only screen and (device-width: 390px) and (device-height: 844px) and (-webkit-device-pixel-ratio: 3), only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3), only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2), only screen and (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
.tab-out-wrapper .bottom-fix[data-v-5ba5e76f] {
    height: 15px;
}
}

.login[data-v-d7817150] {
  background: #fff;
  border-radius: 3.2vw;
  width: 84vw;
  height: 84.2667vw;
}
.login-title[data-v-d7817150] {
  color: #1a1a1a;
  text-align: center;
  width: 100%;
  padding: 8.53333vw 0 6.4vw;
  font-family: PingFangSC-Regular, PingFang SC;
  font-size: 4.26667vw;
  font-weight: 400;
  line-height: 5.86667vw;
}
input[data-v-d7817150] {
  text-indent: 5.33333vw;
  color: #1a1a1a;
  box-sizing: border-box;
  background-color: #f5f5f5;
  border: 0;
  border-radius: 6.66667vw;
  outline: none;
  width: 71.2vw;
  height: 13.3333vw;
  margin: 0 auto;
  padding: 3.73333vw 0;
  font-size: 4.26667vw;
  display: block;
  position: relative;
}
input[data-v-d7817150]::disabled {
  opacity: 1;
  background: #fff;
}
input[data-v-d7817150]::placeholder {
  color: #999;
}
.input-phone[data-v-d7817150] {
  margin-bottom: 5.33333vw;
}
.input-code[data-v-d7817150] {
  justify-content: space-around;
  display: flex;
}
.input-code .verifier-btn[data-v-d7817150] {
  color: #999;
  height: 13.3333vw;
  font-size: 3.73333vw;
  line-height: 13.3333vw;
  position: absolute;
  right: 10.6667vw;
}
.verifier-btn.active[data-v-d7817150] {
  color: #60c15b;
}
.login-error[data-v-d7817150] {
  color: #f54622;
  margin-top: 2.66667vw;
  font-size: 3.2vw;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.login-submit[data-v-d7817150] {
  text-align: center;
  color: #fff;
  background: #5ec259;
  border-radius: 6.66667vw;
  justify-content: center;
  align-items: center;
  width: 71.2vw;
  height: 13.3333vw;
  margin: 9.6vw auto 8.53333vw;
  display: flex;
}
.close[data-v-d7817150] {
  background: url("https://conan-online.fbcontent.cn/conan-oss-resource/zebra15756159498341829.png") center / contain no-repeat;
  width: 9.86667vw;
  height: 9.86667vw;
  margin: 5.33333vw auto 0;
}

.center-theme[data-v-15c4d876] {
  box-sizing: border-box;
  width: 100%;
  min-height: 100vh;
  padding-bottom: 13.8667vw;
  font-size: 0;
  position: relative;
}
.center-theme[data-v-15c4d876]:before {
  content: "";
  transform-origin: 0 0;
  background: #0000001a;
  width: 200%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(.5);
}
.center-theme .zzswiper-outer-wrapper[data-v-15c4d876] {
  width: 89.3333vw;
  margin: 0 auto;
  padding-top: 5.33333vw;
  font-size: 0;
}
.center-theme .zzswiper-outer-wrapper img[data-v-15c4d876] {
  background: #ccc;
  border-radius: 3.2vw;
  width: 89.3333vw;
  height: 36.2667vw;
}
.center-theme .operation-banner-container[data-v-15c4d876] {
  box-sizing: border-box;
  background-image: url(https://static-nginx-online.fbcontent.cn/ccgp/conan-ccgp-risk/0.0.70/static/image/opeartion-bg-img.8389f230.png);
  background-position: center;
  background-size: 100% 100%;
  border-radius: 4.26667vw;
  width: 89.3333vw;
  height: 62.6667vw;
  margin: 5.33333vw;
  padding: 0 1.06667vw 1.06667vw;
}
.center-theme .operation-banner-container .header-container[data-v-15c4d876] {
  align-items: center;
  height: 12.8vw;
  padding: 0 3.2vw;
  font-family: PingFang SC;
  font-style: normal;
  display: flex;
}
.center-theme .operation-banner-container .header-container .header-title-tip[data-v-15c4d876] {
  color: #1a1a1a;
  flex-shrink: 0;
  margin-right: 2.13333vw;
  font-size: 4.8vw;
  font-weight: 500;
  line-height: 4.8vw;
}
.center-theme .operation-banner-container .header-container .header-tag-container[data-v-15c4d876] {
  box-sizing: border-box;
  color: #fff;
  background: linear-gradient(270deg, #ff8324 0%, #ff8e19 100%);
  border-radius: 3.73333vw;
  align-items: center;
  min-width: 0;
  max-width: calc(10em + 5.33333vw);
  height: 6.4vw;
  padding: 1.06667vw 2.13333vw;
  font-size: 3.73333vw;
  font-weight: 400;
  line-height: 4.26667vw;
  display: flex;
}
.center-theme .operation-banner-container .header-container .header-tag-container .label-text[data-v-15c4d876] {
  white-space: nowrap;
  overflow: hidden;
}
.center-theme .operation-banner-container .course-list-container[data-v-15c4d876] {
  box-sizing: border-box;
  background: #fffffff2;
  border-radius: 3.2vw;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  height: 48.8vw;
  padding: 4.26667vw 0 3.2vw 4.26667vw;
  display: flex;
  overflow-x: auto;
}
.center-theme .operation-banner-container .course-list-container .last-placeholder[data-v-15c4d876] {
  width: 4.26667vw;
  height: 100%;
}
.center-theme .operation-banner-container .course-list-container .course-item-container[data-v-15c4d876] {
  width: 26.6667vw;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: 500;
}
.center-theme .operation-banner-container .course-list-container .course-item-container[data-v-15c4d876]:not(:last-child) {
  margin-right: 4.26667vw;
}
.center-theme .operation-banner-container .course-list-container .course-item-container .image-container[data-v-15c4d876] {
  border-radius: 3.2vw;
  width: 26.6667vw;
  height: 26.6667vw;
  margin-bottom: 2.13333vw;
  overflow: hidden;
}
.center-theme .operation-banner-container .course-list-container .course-item-container .image-container img[data-v-15c4d876] {
  width: 100%;
  height: 100%;
}
.center-theme .operation-banner-container .course-list-container .course-item-container .item-title[data-v-15c4d876] {
  color: #191919;
  max-width: 100%;
  margin-bottom: .533333vw;
  font-size: 3.73333vw;
  line-height: 5.33333vw;
}
.center-theme .operation-banner-container .course-list-container .course-item-container .item-desc[data-v-15c4d876] {
  color: #ff8223;
  align-items: center;
  display: flex;
}
.center-theme .operation-banner-container .course-list-container .course-item-container .item-desc .item-price[data-v-15c4d876] {
  margin-right: 1.06667vw;
  font-size: 4.8vw;
  line-height: 6.66667vw;
}
.center-theme .operation-banner-container .course-list-container .course-item-container .item-desc .item-price span[data-v-15c4d876] {
  padding-left: .533333vw;
  padding-right: 1.06667vw;
}
.center-theme .operation-banner-container .course-list-container .course-item-container .item-desc .item-tag[data-v-15c4d876] {
  width: 8vw;
  height: 3.73333vw;
  margin-top: 1.06667vw;
}
.center-theme .lesson-group[data-v-15c4d876] {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 89.3333vw;
  margin: 6.4vw auto;
  padding-bottom: 6.4vw;
  display: flex;
  position: relative;
}
.center-theme .lesson-group[data-v-15c4d876]:before {
  content: "";
  transform-origin: 0 0;
  background: #ebebeb;
  width: 200%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scale(.5);
}
.center-theme .lesson-group .group-title[data-v-15c4d876] {
  text-align: left;
  color: #1a1a1a;
  height: 7.46667vw;
  font-size: 5.33333vw;
  font-weight: bold;
  line-height: 7.73333vw;
}
.center-theme .lesson-group .lesson-item[data-v-15c4d876] {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 5.33333vw;
  display: flex;
}
.center-theme .lesson-group .lesson-item .cover-image[data-v-15c4d876] {
  background: #ccc;
  border: none;
  border-radius: 4.26667vw;
  width: 22.9333vw;
  height: 22.9333vw;
  margin-right: 4.26667vw;
}
.center-theme .lesson-group .lesson-item .lesson-text[data-v-15c4d876] {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}
.center-theme .lesson-group .lesson-item .lesson-text .lesson-name-text[data-v-15c4d876] {
  text-align: left;
  color: #1a1a1a;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 61.3333vw;
  height: 6.4vw;
  margin-top: 1.06667vw;
  font-family: PingFangSC-Medium, PingFang SC;
  font-size: 4.53333vw;
  font-weight: bold;
  line-height: 6.4vw;
  overflow: hidden;
}
.center-theme .lesson-group .lesson-item .lesson-text .lesson-desc-text[data-v-15c4d876] {
  text-align: left;
  color: #999;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 61.3333vw;
  height: 4.8vw;
  margin-top: 1.06667vw;
  font-family: PingFangSC-Regular, PingFang SC;
  font-size: 3.46667vw;
  font-weight: normal;
  line-height: 4.8vw;
  overflow: hidden;
}
.center-theme .lesson-group .lesson-item .lesson-text .price-district[data-v-15c4d876] {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 2.13333vw;
  display: flex;
}
.center-theme .lesson-group .lesson-item .lesson-text .price-district .lesson-price[data-v-15c4d876] {
  text-align: left;
  color: #ff8324;
  height: 7.46667vw;
  margin-right: 2.13333vw;
  font-family: PingFangSC-Medium, PingFang SC;
  font-size: 5.33333vw;
  font-weight: 500;
  line-height: 7.46667vw;
}
.center-theme .lesson-group .lesson-item .lesson-text .price-district .lesson-price span[data-v-15c4d876] {
  padding-left: .533333vw;
  padding-right: 1.06667vw;
}
.center-theme .lesson-group .lesson-item .lesson-text .price-district .coupon-tag[data-v-15c4d876] {
  width: 14.9333vw;
  height: 5.86667vw;
}
.center-theme .lesson-group .lesson-item .lesson-text .price-district .group-button[data-v-15c4d876] {
  box-sizing: border-box;
  color: #fff;
  background: #ff8223;
  border-radius: 4.26667vw;
  justify-content: center;
  align-items: center;
  height: 7.46667vw;
  margin-left: auto;
  padding: 1.06667vw 3.2vw;
  font-family: PingFang SC;
  font-size: 3.73333vw;
  font-weight: 500;
  line-height: 5.33333vw;
  display: flex;
}

.swiper-pagination-bullets {
  bottom: 2.13333vw !important;
}
.swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #fff;
}

@media only screen and (device-width: 360px) and (device-height: 780px) and (-webkit-device-pixel-ratio: 3), only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3), only screen and (device-width: 390px) and (device-height: 844px) and (-webkit-device-pixel-ratio: 3), only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3), only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2), only screen and (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
.center-theme[data-v-15c4d876] {
    padding-bottom: 67px;
}
}

.wechat-icon[data-v-fd7938f4] {
  text-align: center;
  vertical-align: middle;
  width: 100%;
  height: 4.8vw;
  line-height: 4.8vw;
}
.arrow[data-v-fd7938f4] {
  vertical-align: middle;
  background: url("https://conan-online.fbcontent.cn/conan-oss-resource/zebra15900456851311424.png") center / contain no-repeat;
  width: 2.4vw;
  height: 3.46667vw;
  display: inline-block;
}
span[data-v-fd7938f4] {
  vertical-align: middle;
  letter-spacing: 0;
  color: #fff;
  font-family: PingFangSC-Medium, PingFang SC;
  font-size: 5.06667vw;
  font-weight: bold;
  line-height: 4.8vw;
}

img[data-v-6a1cac1f] {
  width: 100%;
  display: block;
}

.poster-wrapper[data-v-4b362301] {
  width: 74.9333vw;
  min-height: 120vw;
  margin: 0 auto;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
.poster-wrapper[data-v-4b362301] {
    transform-origin: center;
    transform: scale(.82);
}
}
.wechat-tip[data-v-4b362301] {
  margin-top: 6.4vw;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.lesson-card[data-v-5172ee87] {
  width: 89.3333vw;
  height: 59.4667vw;
  margin-bottom: 4vw;
  font-size: 0;
  position: relative;
  overflow: hidden;
}
.lesson-card[data-v-5172ee87]:before {
  content: "";
  transform-origin: 0 0;
  background: #ebebeb;
  width: 200%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scale(.5);
}
.lesson-card .card[data-v-5172ee87] {
  background: #eee;
  border-radius: 3.2vw;
  width: 100%;
  height: 38.4vw;
  margin-top: 1.06667vw;
  margin-bottom: 3.2vw;
}
.lesson-card .card-desc[data-v-5172ee87] {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}
.lesson-card .card-desc .left-text[data-v-5172ee87] {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}
.lesson-card .card-desc .left-text .title[data-v-5172ee87] {
  color: #1a1a1a;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 66.6667vw;
  height: 6.4vw;
  margin-bottom: 1.06667vw;
  font-family: PingFangSC-Medium, PingFang SC;
  font-size: 4.53333vw;
  font-weight: bold;
  line-height: 6.4vw;
  overflow: hidden;
}
.lesson-card .card-desc .left-text .buy-desc[data-v-5172ee87] {
  color: #999;
  text-align: left;
  white-space: nowrap;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  height: 4.8vw;
  font-family: PingFangSC-Regular, PingFang SC;
  font-size: 3.46667vw;
  font-weight: 400;
  line-height: 4.8vw;
  display: flex;
}
.lesson-card .card-desc .left-text .buy-desc span[data-v-5172ee87] {
  color: #ff8b33;
}
.lesson-card .card-desc .left-text .buy-desc i[data-v-5172ee87] {
  color: #5ec259;
  padding-left: 1.6vw;
  font-style: normal;
}
.lesson-card .card-desc .left-text .buy-desc .slope[data-v-5172ee87] {
  width: 2.13333vw;
  height: 3.2vw;
  display: inline-block;
}
.lesson-card .card-desc .subscribe-btn[data-v-5172ee87] {
  border-radius: 4.26667vw;
  width: 20.2667vw;
  height: 8.53333vw;
}
.lesson-card .card-desc .right-btn[data-v-5172ee87] {
  color: #fff;
  border-radius: 4.26667vw;
  justify-content: center;
  align-items: center;
  width: 20.2667vw;
  height: 8.53333vw;
  font-family: PingFangSC-Medium, PingFang SC;
  font-size: 4.26667vw;
  font-weight: normal;
  display: flex;
}
.lesson-card .card-desc .buy-type[data-v-5172ee87] {
  background: #ff8324;
}
.lesson-card .card-desc .lesson-type[data-v-5172ee87] {
  background: #5ec259;
}

.wrapper[data-v-42e23dbc] {
  border-radius: 3.2vw;
  width: 74.6667vw;
  max-height: 120vw;
  font-size: 0;
  overflow: hidden;
}
.wrapper img[data-v-42e23dbc] {
  width: 100%;
}
.close-button[data-v-42e23dbc] {
  width: 9.6vw;
  height: 9.6vw;
  margin: 5.33333vw auto 0;
}
.close-button img[data-v-42e23dbc] {
  width: 100%;
}

.my-theme[data-v-47b3ce44] {
  box-sizing: border-box;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  min-height: 100vh;
  padding-bottom: 13.8667vw;
  font-size: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}
.my-theme[data-v-47b3ce44]:before {
  content: "";
  transform-origin: 0 0;
  background: #0000001a;
  width: 200%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(.5);
}
.my-theme .user-info[data-v-47b3ce44] {
  flex-direction: row;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 89.3333vw;
  margin: 5.33333vw auto;
  display: flex;
}
.my-theme .user-info .user-avatar[data-v-47b3ce44] {
  border-radius: 50%;
  width: 12.8vw;
  height: 12.8vw;
}
.my-theme .user-info .right-cont[data-v-47b3ce44] {
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 3.2vw;
  display: flex;
}
.my-theme .user-info .right-cont .user-content[data-v-47b3ce44] {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}
.my-theme .user-info .right-cont .user-content .user-name[data-v-47b3ce44] {
  text-align: left;
  color: #1a1a1a;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 53.3333vw;
  height: 5.86667vw;
  font-family: PingFangSC-Medium, PingFang SC;
  font-size: 4.26667vw;
  font-weight: bold;
  line-height: 5.86667vw;
  overflow: hidden;
}
.my-theme .user-info .right-cont .user-content .user-phone[data-v-47b3ce44] {
  text-align: left;
  color: #999;
  height: 5.33333vw;
  margin-top: 1px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-size: 3.73333vw;
  font-weight: 400;
  line-height: 5.33333vw;
}
.my-theme .user-info .right-cont .right-account[data-v-47b3ce44] {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}
.my-theme .user-info .right-cont .right-account p[data-v-47b3ce44] {
  text-align: right;
  color: #999;
  height: 5.33333vw;
  font-family: PingFangSC-Regular, PingFang SC;
  font-size: 3.73333vw;
  font-weight: 400;
  line-height: 5.33333vw;
}
.my-theme .user-info .right-cont .right-account img[data-v-47b3ce44] {
  width: 3.46667vw;
  height: 3.46667vw;
}
.my-theme .empty-lesson-container[data-v-47b3ce44] {
  flex: auto;
  position: relative;
}
.my-theme .empty-lesson[data-v-47b3ce44] {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -70%);
}
.my-theme .empty-lesson img[data-v-47b3ce44] {
  width: 26.6667vw;
  height: 21.3333vw;
}
.my-theme .empty-lesson .no-desc[data-v-47b3ce44] {
  color: #999;
  text-align: center;
  height: 5.33333vw;
  font-family: PingFangSC-Regular, PingFang SC;
  font-size: 3.73333vw;
  font-weight: 400;
  line-height: 5.33333vw;
}
.my-theme .empty-lesson .lesson-btn[data-v-47b3ce44] {
  color: #fff;
  background: #5ec259;
  border-radius: 6.4vw;
  justify-content: center;
  align-items: center;
  width: 41.3333vw;
  height: 10.6667vw;
  margin-top: 6.13333vw;
  font-family: PingFangSC-Medium, PingFang SC;
  font-size: 4.53333vw;
  font-weight: 500;
  display: flex;
}
.my-theme .purchase-lesson[data-v-47b3ce44] {
  flex-direction: column;
  align-items: center;
  font-size: 0;
  display: flex;
}
.my-theme .purchase-lesson .tabs[data-v-47b3ce44] {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 11.7333vw;
  margin-bottom: 5.33333vw;
  display: flex;
  position: relative;
}
.my-theme .purchase-lesson .tabs[data-v-47b3ce44]:after {
  content: "";
  background: #0000001a;
  width: 100%;
  height: .5px;
  position: absolute;
  bottom: 0;
}
.my-theme .purchase-lesson .tabs .tab[data-v-47b3ce44] {
  letter-spacing: 0%;
  color: #0009;
  text-align: center;
  width: 50%;
  font-family: PingFang SC;
  font-size: 4.26667vw;
  font-style: normal;
  font-weight: 400;
  line-height: 5.86667vw;
}
.my-theme .purchase-lesson .tabs .tab.active[data-v-47b3ce44] {
  color: #0c6;
  font-weight: 500;
  position: relative;
}
.my-theme .purchase-lesson .tabs .tab.active[data-v-47b3ce44]:after {
  content: "";
  background: #0c6;
  border-radius: 2.13333vw;
  width: 4.26667vw;
  height: 1.06667vw;
  position: absolute;
  bottom: -2.93333vw;
  left: 50%;
  transform: translateX(-50%);
}
.my-theme .banner-container[data-v-47b3ce44] {
  flex: none;
  margin: 0 5.33333vw 5.33333vw;
}
.my-theme .banner-container img[data-v-47b3ce44] {
  background: #ccc;
  border-radius: 3.2vw;
  width: 89.3333vw;
  height: auto;
}

@media only screen and (device-width: 360px) and (device-height: 780px) and (-webkit-device-pixel-ratio: 3), only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3), only screen and (device-width: 390px) and (device-height: 844px) and (-webkit-device-pixel-ratio: 3), only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3), only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2), only screen and (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
.my-theme[data-v-47b3ce44] {
    padding-bottom: 67px;
}
}

.count-down[data-v-a361906a] {
  color: #fff;
  align-items: center;
  font-family: PingFangSC-Medium, PingFang SC;
  font-size: 3.73333vw;
  font-weight: 500;
  line-height: 6.4vw;
  display: flex;
}
.count-down .day[data-v-a361906a] {
  margin-right: 2.13333vw;
}
.count-down .item[data-v-a361906a] {
  text-align: center;
  background: #ef4800;
  border-radius: 1.6vw;
  width: 6.4vw;
}
.count-down .item.large[data-v-a361906a] {
  width: 8vw;
}
.count-down .point-wrapper[data-v-a361906a] {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2.4vw;
  display: flex;
}
.count-down .point-wrapper .point[data-v-a361906a] {
  background: #eb5b13;
  border-radius: 50%;
  width: .8vw;
  height: .8vw;
}
.count-down .point-wrapper .point + .point[data-v-a361906a] {
  margin-top: 1.06667vw;
}

.stripe[data-v-7951e581] {
  color: #fff;
  background-color: #f43;
  justify-content: space-between;
  width: 100%;
  height: 17.0667vw;
  font-family: PingFang SC;
  display: flex;
}
.price-wrap[data-v-7951e581] {
  padding: 1.86667vw 0 2.13333vw 4.26667vw;
}
.sale-price[data-v-7951e581] {
  align-items: center;
  display: flex;
}
.sale-price .wrap-left[data-v-7951e581] {
  font-weight: 500;
}
.sale-price .wrap-left .text[data-v-7951e581] {
  font-size: 3.73333vw;
  line-height: 5.33333vw;
}
.sale-price .wrap-left .price[data-v-7951e581] {
  vertical-align: bottom;
  margin-left: .533333vw;
  font-size: 7.46667vw;
  line-height: 7.46667vw;
}
.sale-price .wrap-right[data-v-7951e581] {
  color: #f43;
  background: #ffdbb6;
  border-radius: 2.13333vw 2.66667vw 2.66667vw .533333vw;
  margin-left: 1.6vw;
  padding: 0 2.13333vw;
  font-size: 3.2vw;
  font-weight: 500;
  line-height: 5.33333vw;
}
.sale-price .sale-tag[data-v-7951e581] {
  width: 28.2667vw;
  height: 5.33333vw;
}
.origin-price[data-v-7951e581] {
  color: #fffc;
  align-items: center;
  margin-top: 1.06667vw;
  font-size: 3.2vw;
  font-weight: 400;
  line-height: 4.53333vw;
  display: flex;
}
.sale-btw-line[data-v-7951e581] {
  background: #ffffff4d;
  width: 1px;
  height: 2.66667vw;
  margin: 0 1.6vw;
}
.count-down-wrap[data-v-7951e581] {
  box-sizing: border-box;
  background: url(https://static-nginx-online.fbcontent.cn/ccgp/conan-ccgp-risk/0.0.70/static/image/time_end_bg.9bdfae92.png) center / contain no-repeat;
  width: 38.4vw;
  height: 17.0667vw;
  padding: 2.13333vw 0;
  position: absolute;
  right: 0;
}
.count-down-wrap .text[data-v-7951e581] {
  margin-left: 14.6667vw;
  font-size: 3.73333vw;
  font-weight: 400;
  line-height: 5.33333vw;
}
.count-down-wrap .count-down[data-v-7951e581] {
  margin-top: 1.06667vw;
  margin-left: 10.1333vw;
}
.opt-stripe .count-down-wrap[data-v-7951e581] {
  box-sizing: border-box;
  background: url(https://static-nginx-online.fbcontent.cn/ccgp/conan-ccgp-risk/0.0.70/static/image/time_end_bg_big.4fc53145.png) center / contain no-repeat;
  width: 46.4vw;
  height: 17.0667vw;
  padding: 2.13333vw 0;
}
.opt-stripe .count-down-wrap .text[data-v-7951e581] {
  margin-left: 18.4vw;
}
.opt-stripe .count-down-wrap .count-down[data-v-7951e581] {
  margin-top: 1.06667vw;
  margin-left: 7.73333vw;
}

.stripe[data-v-5da5315e] {
  color: #fff;
  background-color: #f43;
  justify-content: space-between;
  width: 100%;
  height: 17.0667vw;
  font-family: PingFang SC;
  display: flex;
}
.left[data-v-5da5315e] {
  justify-content: flex-start;
  align-items: flex-end;
  padding: 4.8vw 4.26667vw;
  display: flex;
}
.left .text[data-v-5da5315e] {
  color: #fff;
  font-family: PingFang SC;
  font-size: 3.73333vw;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.left .price[data-v-5da5315e] {
  color: #fff;
  margin-left: .533333vw;
  font-family: PingFang SC;
  font-size: 7.46667vw;
  font-style: normal;
  font-weight: 500;
  line-height: 7.46667vw;
}
.right[data-v-5da5315e] {
  box-sizing: border-box;
  background: url("https://conan-online.fbcontent.cn/conan-oss-resource/tv9tyr8um.png") center / contain no-repeat;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 51.7333vw;
  height: 17.0667vw;
  padding-left: 5.86667vw;
  display: flex;
}
.right.longer[data-v-5da5315e] {
  box-sizing: border-box;
  background: url("https://conan-online.fbcontent.cn/conan-oss-resource/pmf1srf7i.png") center / contain no-repeat;
  width: 58.6667vw;
  height: 17.0667vw;
  padding-left: 6.4vw;
}
.right .sale-count[data-v-5da5315e] {
  color: #fff;
  text-align: center;
  margin-bottom: .533333vw;
  font-family: PingFang SC;
  font-size: 4.26667vw;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.right .text[data-v-5da5315e] {
  color: #fffc;
  text-align: center;
  font-family: PingFang SC;
  font-size: 3.73333vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.right .text.smaller[data-v-5da5315e] {
  font-size: 3.2vw;
}

.images[data-v-4784623e] {
  font-size: 0;
}
img[data-v-4784623e] {
  width: 100%;
  min-height: auto;
  display: block;
}

.flex[data-v-9aa73ed0], .btn-default .btn-item-mid[data-v-9aa73ed0], .btn-default .btn-item-right[data-v-9aa73ed0], .btn-group .btn-item-mid[data-v-9aa73ed0], .btn-group .btn-item-right[data-v-9aa73ed0], .btn-invite[data-v-9aa73ed0] {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}
.btn-wrap[data-v-9aa73ed0] {
  padding-bottom: calc(constant(safe-area-inset-bottom));
  padding-bottom: calc(env(safe-area-inset-bottom));
  background: #fff;
  width: 100%;
  position: fixed;
  bottom: 0;
  box-shadow: 0 -1.06667vw 4.26667vw #0000000a;
}
.btn-item-left[data-v-9aa73ed0] {
  flex-direction: column;
  align-items: center;
  width: 20.2667vw;
  padding: 2.66667vw 0 2.13333vw;
  display: flex;
}
.btn-item-left .home-entry-sign[data-v-9aa73ed0] {
  width: 7.46667vw;
  height: 7.46667vw;
  display: block;
}
.btn-item-left .home-entry[data-v-9aa73ed0] {
  color: #ff711f;
  margin-top: 1.06667vw;
  font-family: PingFang SC;
  font-size: 2.66667vw;
  font-weight: 500;
  line-height: 3.73333vw;
}
.btn-default[data-v-9aa73ed0] {
  text-align: center;
  background-color: #fff;
  height: 17.0667vw;
  display: flex;
}
.btn-default .btn-item-mid[data-v-9aa73ed0] {
  color: #ff8324;
  background: #ff711f1a;
  width: 50%;
}
.btn-default .btn-item-right[data-v-9aa73ed0] {
  color: #fff;
  background: #ff8324;
  min-width: 50%;
}
.btn-default .btn-price[data-v-9aa73ed0] {
  font-size: 5.33333vw;
  font-weight: bold;
}
.btn-default .btn-text[data-v-9aa73ed0] {
  font-size: 3.46667vw;
}
.btn-group[data-v-9aa73ed0] {
  text-align: center;
  background-color: #fff;
  height: 17.0667vw;
  display: flex;
}
.btn-group .btn-item-mid[data-v-9aa73ed0] {
  color: #ff8324;
  background: #ff711f1a;
  width: 33.3333vw;
}
.btn-group .btn-item-right[data-v-9aa73ed0] {
  color: #fff;
  background: #ff8324;
  flex: 1;
  font-size: 5.33333vw;
}
.btn-group .btn-price[data-v-9aa73ed0] {
  font-size: 5.33333vw;
  font-weight: bold;
}
.btn-group .btn-text[data-v-9aa73ed0] {
  font-size: 3.46667vw;
}
.btn-invite[data-v-9aa73ed0] {
  color: #fff;
  background: #ff8324;
  height: 17.0667vw;
  font-family: PingFangSC-Medium, PingFang SC;
  font-size: 5.33333vw;
  font-weight: 500;
}
.btn-share[data-v-9aa73ed0] {
  background: #5ec259;
}
.btn-wrap.opt-btn .btn-default[data-v-9aa73ed0], .btn-wrap.opt-btn .btn-group[data-v-9aa73ed0] {
  align-items: center;
  padding-right: 4.26667vw;
}
.btn-wrap.opt-btn .btn-item-left[data-v-9aa73ed0] {
  padding: 2.4vw 0;
}
.btn-wrap.opt-btn .btn-item-mid[data-v-9aa73ed0] {
  color: #ff711f;
  box-sizing: border-box;
  background: none;
  border: .4vw solid #ff711f;
  border-radius: 8.53333vw;
  width: 24vw;
  height: 12.8vw;
}
.btn-wrap.opt-btn .btn-item-right[data-v-9aa73ed0] {
  box-sizing: border-box;
  background: #ff711f;
  border-radius: 26.6667vw;
  flex: 1;
  min-width: 48vw;
  height: 12.8vw;
  margin-left: 3.2vw;
  font-size: 4.8vw;
  font-weight: 500;
  animation: .668s ease-in-out infinite breath-9aa73ed0;
}
.btn-wrap.opt-btn .btn-price[data-v-9aa73ed0] {
  font-size: 4.8vw;
  font-weight: 500;
  line-height: 6.66667vw;
}
.btn-wrap.opt-btn .btn-text[data-v-9aa73ed0] {
  margin-top: -1.06667vw;
  font-size: 3.2vw;
  font-weight: 500;
  line-height: 5.6vw;
}
.btn-wrap.opt-btn .symbol[data-v-9aa73ed0] {
  margin: 0 .8vw;
}
.btn-wrap.opt-btn .btn-text-compliance[data-v-9aa73ed0] {
  color: #fff;
  text-align: center;
  font-family: PingFang SC;
  font-size: 4.26667vw;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@keyframes breath-9aa73ed0 {
0% {
    transform: scale(1);
}
50% {
    transform: scale(1.06);
}
100% {
    transform: scale(1);
}
}

.btn-invite[data-v-26678a93] {
  color: #fff;
  background: #ff8324;
  border-radius: 6.4vw;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 68vw;
  height: 10.6667vw;
  margin-bottom: 5.33333vw;
  font-family: PingFangSC-Medium, PingFang SC;
  font-size: 4.53333vw;
  font-weight: bold;
  display: flex;
}

.wrap[data-v-6f1032dd] {
  background-color: #fff;
  border-radius: 3.2vw;
  width: 84vw;
  height: 53.8667vw;
  font-size: 5.33333vw;
}
.wrap .text-wrap[data-v-6f1032dd] {
  text-align: center;
  padding: 9.6vw 0;
}
.wrap .btnText[data-v-6f1032dd] {
  text-align: center;
  color: #fff;
  background: #ff8324;
  border-radius: 6.66667vw;
  width: 71.2vw;
  height: 13.3333vw;
  margin: 0 auto;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  line-height: 13.3333vw;
}

.chain-con[data-v-4c526572] {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}
.chain-con .user-con[data-v-4c526572] {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 14.4vw;
  height: 18.6667vw;
  display: flex;
}
.chain-con .user-con .avatar-con[data-v-4c526572] {
  width: 12.8vw;
  height: 12.8vw;
  font-size: 0;
  position: relative;
}
.chain-con .user-con .avatar-con .avatar-img[data-v-4c526572] {
  box-sizing: border-box;
  background: #fff;
  border: .533333vw solid #f0f0f0;
  border-radius: 50%;
  width: 12.8vw;
  height: 12.8vw;
}
.chain-con .user-con .avatar-con .default-img[data-v-4c526572] {
  width: 100%;
}
.chain-con .user-con .avatar-con .leader-tag[data-v-4c526572] {
  width: 9.06667vw;
  height: 4.26667vw;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.chain-con .user-con .name-con[data-v-4c526572] {
  text-align: center;
  color: #999;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 14.4vw;
  height: 4.8vw;
  margin-top: 1.06667vw;
  font-family: PingFangSC-Regular, PingFang SC;
  font-size: 3.46667vw;
  font-weight: normal;
  line-height: 4.8vw;
  overflow: hidden;
}
.chain-con .user-con .name-con.active[data-v-4c526572] {
  color: #1a1a1a;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: bold;
}
.chain-con .gap-con[data-v-4c526572] {
  margin-bottom: 5.86667vw;
}
.chain-con .gap-con .short-gap[data-v-4c526572] {
  width: 5.86667vw;
  height: 2.13333vw;
  margin-left: 2.13333vw;
  margin-right: 2.13333vw;
}
.chain-con .gap-con .long-gap[data-v-4c526572] {
  width: 9.6vw;
  height: 2.13333vw;
  margin-left: 2.66667vw;
  margin-right: 2.66667vw;
}

.chain-wrapper[data-v-5eb12dce] {
  margin-bottom: 5.33333vw;
}
.chain-wrapper .five-wrapper[data-v-5eb12dce] {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.chain-wrapper .five-wrapper .top-gap[data-v-5eb12dce] {
  margin-top: 3.2vw;
}
.chain-wrapper .line-wrapper[data-v-5eb12dce] {
  width: 100%;
  display: flex;
}

.group-outer {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}
.group-outer .head-title {
  text-align: center;
  color: #1a1a1a;
  height: 7.46667vw;
  margin-top: 6.13333vw;
  font-family: PingFangSC-Medium, PingFang SC;
  font-size: 5.33333vw;
  font-weight: bold;
  line-height: 7.46667vw;
}
.group-outer .head-title span {
  color: #ff8324;
  vertical-align: top;
  height: 10.6667vw;
  margin-left: 2.13333vw;
  margin-right: 2.13333vw;
  font-family: PingFangSC-Medium, PingFang SC;
  font-size: 7.46667vw;
  font-weight: bold;
  line-height: 10.6667vw;
  display: inline-block;
  position: relative;
  bottom: 1.86667vw;
}
.group-outer .group-desc {
  color: #999;
  height: 5.33333vw;
  margin-top: 2.4vw;
  margin-bottom: 5.33333vw;
  font-family: PingFangSC-Regular, PingFang SC;
  font-size: 3.73333vw;
  font-weight: normal;
  line-height: 5.33333vw;
}
.group-outer .group-remain {
  flex-direction: row;
  align-items: center;
  margin-top: 2.4vw;
  margin-bottom: 5.33333vw;
  display: flex;
}
.group-outer .group-remain .group-remain-text {
  color: #999;
  height: 5.33333vw;
  font-family: PingFangSC-Regular, PingFang SC;
  font-size: 3.73333vw;
  font-weight: normal;
  line-height: 5.33333vw;
}
.group-outer .group-remain .timer-remain {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: 5.33333vw;
  margin-left: 2.13333vw;
  display: flex;
}
.group-outer .group-remain .timer-remain .timer-block {
  text-align: center;
  color: #ff8324;
  background-color: #ffebdb;
  border-radius: 1.6vw;
  width: 6.4vw;
  height: 5.33333vw;
  font-family: PingFangSC-Medium, PingFang SC;
  font-size: 3.46667vw;
  font-weight: bold;
  line-height: 5.33333vw;
}
.group-outer .group-remain .timer-remain .timer-gap {
  width: .8vw;
  height: 2.66667vw;
  margin-left: .8vw;
  margin-right: .8vw;
}

.outer-group-wrap[data-v-6cb66708] {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 6.13333vw;
  display: flex;
  position: relative;
  overflow: hidden;
}
.outer-group-wrap[data-v-6cb66708]:before {
  content: "";
  transform-origin: 0 0;
  background: #0000001a;
  width: 200%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(.5);
}

.tag-wrapper[data-v-65fc0c59] {
  padding-bottom: 4.26667vw;
  display: flex;
}
.tag[data-v-65fc0c59] {
  align-items: center;
  display: flex;
}
.tag + .tag[data-v-65fc0c59] {
  margin-left: 3.73333vw;
}
.tag-img[data-v-65fc0c59] {
  width: 4.26667vw;
  height: 4.26667vw;
}
.tag-text[data-v-65fc0c59] {
  color: #666;
  height: 5.33333vw;
  margin-left: 1.6vw;
  font-family: PingFang SC;
  font-size: 3.73333vw;
  font-weight: 400;
  overflow: hidden;
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before, .vjs-button > .vjs-icon-placeholder:before, .video-js .vjs-modal-dialog, .vjs-modal-dialog .vjs-modal-dialog-content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before, .vjs-button > .vjs-icon-placeholder:before {
  text-align: center;
}

@font-face {
  font-family: VideoJS;
  src: url(data:application/font-woff;charset=utf-8;base64,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) format("woff"), url(data:application/x-font-ttf;charset=utf-8;base64,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AG8AbgB0AGUAbABsAG8AIABwAHIAbwBqAGUAYwB0AC4AaAB0AHQAcAA6AC8ALwBmAG8AbgB0AGUAbABsAG8ALgBjAG8AbQAAAAIAAAAAAAAAEQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIQECAQMBBAEFAQYBBwEIAQkBCgELAQwBDQEOAQ8BEAERARIBEwEUARUBFgEXARgBGQEaARsBHAEdAR4BHwEgASEBIgAEcGxheQtwbGF5LWNpcmNsZQVwYXVzZQt2b2x1bWUtbXV0ZQp2b2x1bWUtbG93CnZvbHVtZS1taWQLdm9sdW1lLWhpZ2gQZnVsbHNjcmVlbi1lbnRlcg9mdWxsc2NyZWVuLWV4aXQGc3F1YXJlB3NwaW5uZXIJc3VidGl0bGVzCGNhcHRpb25zCGNoYXB0ZXJzBXNoYXJlA2NvZwZjaXJjbGUOY2lyY2xlLW91dGxpbmUTY2lyY2xlLWlubmVyLWNpcmNsZQJoZAZjYW5jZWwGcmVwbGF5CGZhY2Vib29rBWdwbHVzCGxpbmtlZGluB3R3aXR0ZXIGdHVtYmxyCXBpbnRlcmVzdBFhdWRpby1kZXNjcmlwdGlvbgVhdWRpbwluZXh0LWl0ZW0NcHJldmlvdXMtaXRlbQAAAAA=) format("truetype");
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-play, .video-js .vjs-big-play-button .vjs-icon-placeholder:before, .video-js .vjs-play-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-style: normal;
  font-weight: normal;
}

.vjs-icon-play:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before, .video-js .vjs-play-control .vjs-icon-placeholder:before {
  content: "";
}

.vjs-icon-play-circle {
  font-family: VideoJS;
  font-style: normal;
  font-weight: normal;
}

.vjs-icon-play-circle:before {
  content: "";
}

.vjs-icon-pause, .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder {
  font-family: VideoJS;
  font-style: normal;
  font-weight: normal;
}

.vjs-icon-pause:before, .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before {
  content: "";
}

.vjs-icon-volume-mute, .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-style: normal;
  font-weight: normal;
}

.vjs-icon-volume-mute:before, .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before {
  content: "";
}

.vjs-icon-volume-low, .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-style: normal;
  font-weight: normal;
}

.vjs-icon-volume-low:before, .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before {
  content: "";
}

.vjs-icon-volume-mid, .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-style: normal;
  font-weight: normal;
}

.vjs-icon-volume-mid:before, .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before {
  content: "";
}

.vjs-icon-volume-high, .video-js .vjs-mute-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-style: normal;
  font-weight: normal;
}

.vjs-icon-volume-high:before, .video-js .vjs-mute-control .vjs-icon-placeholder:before {
  content: "";
}

.vjs-icon-fullscreen-enter, .video-js .vjs-fullscreen-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-style: normal;
  font-weight: normal;
}

.vjs-icon-fullscreen-enter:before, .video-js .vjs-fullscreen-control .vjs-icon-placeholder:before {
  content: "";
}

.vjs-icon-fullscreen-exit, .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-style: normal;
  font-weight: normal;
}

.vjs-icon-fullscreen-exit:before, .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before {
  content: "";
}

.vjs-icon-square {
  font-family: VideoJS;
  font-style: normal;
  font-weight: normal;
}

.vjs-icon-square:before {
  content: "";
}

.vjs-icon-spinner {
  font-family: VideoJS;
  font-style: normal;
  font-weight: normal;
}

.vjs-icon-spinner:before {
  content: "";
}

.vjs-icon-subtitles, .video-js .vjs-subtitles-button .vjs-icon-placeholder, .video-js .vjs-subs-caps-button .vjs-icon-placeholder, .video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder, .video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder, .video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder, .video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-style: normal;
  font-weight: normal;
}

.vjs-icon-subtitles:before, .video-js .vjs-subtitles-button .vjs-icon-placeholder:before, .video-js .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before {
  content: "";
}

.vjs-icon-captions, .video-js .vjs-captions-button .vjs-icon-placeholder, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder, .video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-style: normal;
  font-weight: normal;
}

.vjs-icon-captions:before, .video-js .vjs-captions-button .vjs-icon-placeholder:before, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before {
  content: "";
}

.vjs-icon-chapters, .video-js .vjs-chapters-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-style: normal;
  font-weight: normal;
}

.vjs-icon-chapters:before, .video-js .vjs-chapters-button .vjs-icon-placeholder:before {
  content: "";
}

.vjs-icon-share {
  font-family: VideoJS;
  font-style: normal;
  font-weight: normal;
}

.vjs-icon-share:before {
  content: "";
}

.vjs-icon-cog {
  font-family: VideoJS;
  font-style: normal;
  font-weight: normal;
}

.vjs-icon-cog:before {
  content: "";
}

.vjs-icon-circle, .video-js .vjs-play-progress, .video-js .vjs-volume-level {
  font-family: VideoJS;
  font-style: normal;
  font-weight: normal;
}

.vjs-icon-circle:before, .video-js .vjs-play-progress:before, .video-js .vjs-volume-level:before {
  content: "";
}

.vjs-icon-circle-outline {
  font-family: VideoJS;
  font-style: normal;
  font-weight: normal;
}

.vjs-icon-circle-outline:before {
  content: "";
}

.vjs-icon-circle-inner-circle {
  font-family: VideoJS;
  font-style: normal;
  font-weight: normal;
}

.vjs-icon-circle-inner-circle:before {
  content: "";
}

.vjs-icon-hd {
  font-family: VideoJS;
  font-style: normal;
  font-weight: normal;
}

.vjs-icon-hd:before {
  content: "";
}

.vjs-icon-cancel, .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-style: normal;
  font-weight: normal;
}

.vjs-icon-cancel:before, .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before {
  content: "";
}

.vjs-icon-replay, .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder {
  font-family: VideoJS;
  font-style: normal;
  font-weight: normal;
}

.vjs-icon-replay:before, .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before {
  content: "";
}

.vjs-icon-facebook {
  font-family: VideoJS;
  font-style: normal;
  font-weight: normal;
}

.vjs-icon-facebook:before {
  content: "";
}

.vjs-icon-gplus {
  font-family: VideoJS;
  font-style: normal;
  font-weight: normal;
}

.vjs-icon-gplus:before {
  content: "";
}

.vjs-icon-linkedin {
  font-family: VideoJS;
  font-style: normal;
  font-weight: normal;
}

.vjs-icon-linkedin:before {
  content: "";
}

.vjs-icon-twitter {
  font-family: VideoJS;
  font-style: normal;
  font-weight: normal;
}

.vjs-icon-twitter:before {
  content: "";
}

.vjs-icon-tumblr {
  font-family: VideoJS;
  font-style: normal;
  font-weight: normal;
}

.vjs-icon-tumblr:before {
  content: "";
}

.vjs-icon-pinterest {
  font-family: VideoJS;
  font-style: normal;
  font-weight: normal;
}

.vjs-icon-pinterest:before {
  content: "";
}

.vjs-icon-audio-description, .video-js .vjs-descriptions-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-style: normal;
  font-weight: normal;
}

.vjs-icon-audio-description:before, .video-js .vjs-descriptions-button .vjs-icon-placeholder:before {
  content: "";
}

.vjs-icon-audio, .video-js .vjs-audio-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-style: normal;
  font-weight: normal;
}

.vjs-icon-audio:before, .video-js .vjs-audio-button .vjs-icon-placeholder:before {
  content: "";
}

.vjs-icon-next-item {
  font-family: VideoJS;
  font-style: normal;
  font-weight: normal;
}

.vjs-icon-next-item:before {
  content: "";
}

.vjs-icon-previous-item {
  font-family: VideoJS;
  font-style: normal;
  font-weight: normal;
}

.vjs-icon-previous-item:before {
  content: "";
}

.video-js {
  vertical-align: top;
  box-sizing: border-box;
  color: #fff;
  background-color: #000;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 2.66667vw;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  display: block;
  position: relative;
}

.video-js:-moz-full-screen {
  position: absolute;
}

.video-js:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important;
}

.video-js[tabindex="-1"] {
  outline: none;
}

.video-js *, .video-js :before, .video-js :after {
  box-sizing: inherit;
}

.video-js ul {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  list-style-position: outside;
}

.video-js.vjs-fluid, .video-js.vjs-16-9, .video-js.vjs-4-3 {
  width: 100%;
  max-width: 100%;
  height: 0;
}

.video-js.vjs-16-9 {
  padding-top: 56.25%;
}

.video-js.vjs-4-3 {
  padding-top: 75%;
}

.video-js.vjs-fill {
  width: 100%;
  height: 100%;
}

.video-js .vjs-tech {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

body.vjs-full-window {
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-y: auto;
}

.vjs-full-window .video-js.vjs-fullscreen {
  z-index: 1000;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.video-js.vjs-fullscreen {
  width: 100% !important;
  height: 100% !important;
  padding-top: 0 !important;
}

.video-js.vjs-fullscreen.vjs-user-inactive {
  cursor: none;
}

.vjs-hidden {
  display: none !important;
}

.vjs-disabled {
  opacity: .5;
  cursor: default;
}

.video-js .vjs-offscreen {
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
  left: -2666.4vw;
}

.vjs-lock-showing {
  opacity: 1;
  visibility: visible;
  display: block !important;
}

.vjs-no-js {
  color: #fff;
  text-align: center;
  background-color: #000;
  width: 80vw;
  height: 40vw;
  margin: 0 auto;
  padding: 5.33333vw;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 4.8vw;
}

.vjs-no-js a, .vjs-no-js a:visited {
  color: #66a8cc;
}

.video-js .vjs-big-play-button {
  cursor: pointer;
  opacity: 1;
  background-color: #2b333fb3;
  border: .06666em solid #fff;
  border-radius: .3em;
  width: 3em;
  height: 1.5em;
  padding: 0;
  font-size: 3em;
  line-height: 1.5em;
  transition: all .4s;
  display: block;
  position: absolute;
  top: 2.66667vw;
  left: 2.66667vw;
}

.vjs-big-play-centered .vjs-big-play-button {
  margin-top: -.75em;
  margin-left: -1.5em;
  top: 50%;
  left: 50%;
}

.video-js:hover .vjs-big-play-button, .video-js .vjs-big-play-button:focus {
  background-color: #73859f80;
  border-color: #fff;
  transition: all;
}

.vjs-controls-disabled .vjs-big-play-button, .vjs-has-started .vjs-big-play-button, .vjs-using-native-controls .vjs-big-play-button, .vjs-error .vjs-big-play-button {
  display: none;
}

.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button {
  display: block;
}

.video-js button {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  text-decoration: none;
  transition: none;
  display: inline-block;
  overflow: visible;
}

.vjs-control .vjs-button {
  width: 100%;
  height: 100%;
}

.video-js .vjs-control.vjs-close-button {
  cursor: pointer;
  z-index: 2;
  height: 3em;
  position: absolute;
  top: .5em;
  right: 0;
}

.video-js .vjs-modal-dialog {
  box-sizing: content-box;
  background: linear-gradient(#000c, #fff0);
  overflow: auto;
}

.video-js .vjs-modal-dialog > * {
  box-sizing: border-box;
}

.vjs-modal-dialog .vjs-modal-dialog-content {
  z-index: 1;
  padding: 5.33333vw 6.4vw;
  font-size: 1.2em;
  line-height: 1.5;
}

.vjs-menu-button {
  cursor: pointer;
}

.vjs-menu-button.vjs-disabled {
  cursor: default;
}

.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
  display: none;
}

.vjs-menu .vjs-menu-content {
  box-sizing: content-box;
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  display: block;
  overflow: auto;
}

.vjs-menu .vjs-menu-content > * {
  box-sizing: border-box;
}

.vjs-scrubbing .vjs-menu-button:hover .vjs-menu {
  display: none;
}

.vjs-menu li {
  text-align: center;
  text-transform: lowercase;
  margin: 0;
  padding: .2em 0;
  font-size: 1.2em;
  line-height: 1.4em;
  list-style: none;
}

.vjs-menu li.vjs-menu-item:focus, .vjs-menu li.vjs-menu-item:hover {
  background-color: #73859f80;
}

.vjs-menu li.vjs-selected, .vjs-menu li.vjs-selected:focus, .vjs-menu li.vjs-selected:hover {
  color: #2b333f;
  background-color: #fff;
}

.vjs-menu li.vjs-menu-title {
  text-align: center;
  text-transform: uppercase;
  cursor: default;
  margin: 0 0 .3em;
  padding: 0;
  font-size: 1em;
  font-weight: bold;
  line-height: 2em;
}

.vjs-menu-button-popup .vjs-menu {
  border-top-color: #2b333fb3;
  width: 10em;
  height: 0;
  margin-bottom: 1.5em;
  display: none;
  position: absolute;
  bottom: 0;
  left: -3em;
}

.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  background-color: #2b333fb3;
  width: 100%;
  max-height: 15em;
  position: absolute;
  bottom: 1.5em;
}

.vjs-workinghover .vjs-menu-button-popup:hover .vjs-menu, .vjs-menu-button-popup .vjs-menu.vjs-lock-showing {
  display: block;
}

.video-js .vjs-menu-button-inline {
  transition: all .4s;
  overflow: hidden;
}

.video-js .vjs-menu-button-inline:before {
  width: 2.22222em;
}

.video-js .vjs-menu-button-inline:hover, .video-js .vjs-menu-button-inline:focus, .video-js .vjs-menu-button-inline.vjs-slider-active, .video-js.vjs-no-flex .vjs-menu-button-inline {
  width: 12em;
}

.vjs-menu-button-inline .vjs-menu {
  opacity: 0;
  width: auto;
  height: 100%;
  margin: 0;
  padding: 0;
  transition: all .4s;
  position: absolute;
  top: 0;
  left: 4em;
}

.vjs-menu-button-inline:hover .vjs-menu, .vjs-menu-button-inline:focus .vjs-menu, .vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  opacity: 1;
  display: block;
}

.vjs-no-flex .vjs-menu-button-inline .vjs-menu {
  opacity: 1;
  width: auto;
  display: block;
  position: relative;
}

.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu, .vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu, .vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  width: auto;
}

.vjs-menu-button-inline .vjs-menu-content {
  width: auto;
  height: 100%;
  margin: 0;
  overflow: hidden;
}

.video-js .vjs-control-bar {
  background-color: #2b333fb3;
  width: 100%;
  height: 3em;
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.vjs-has-started .vjs-control-bar {
  visibility: visible;
  opacity: 1;
  transition: visibility .1s, opacity .1s;
  display: flex;
}

.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  visibility: visible;
  opacity: 0;
  transition: visibility 1s, opacity 1s;
}

.vjs-controls-disabled .vjs-control-bar, .vjs-using-native-controls .vjs-control-bar, .vjs-error .vjs-control-bar {
  display: none !important;
}

.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  opacity: 1;
  visibility: visible;
}

.vjs-has-started.vjs-no-flex .vjs-control-bar {
  display: table;
}

.video-js .vjs-control {
  text-align: center;
  flex: none;
  width: 4em;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}

.vjs-button > .vjs-icon-placeholder:before {
  font-size: 1.8em;
  line-height: 1.67;
}

.video-js .vjs-control:focus:before, .video-js .vjs-control:hover:before, .video-js .vjs-control:focus {
  text-shadow: 0 0 1em #fff;
}

.video-js .vjs-control-text {
  clip: rect(0 0 0 0);
  border: 0;
  width: 1px;
  height: 1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.vjs-no-flex .vjs-control {
  vertical-align: middle;
  display: table-cell;
}

.video-js .vjs-custom-control-spacer {
  display: none;
}

.video-js .vjs-progress-control {
  cursor: pointer;
  flex: auto;
  align-items: center;
  min-width: 4em;
  display: flex;
}

.video-js .vjs-progress-control.disabled {
  cursor: default;
}

.vjs-live .vjs-progress-control {
  display: none;
}

.vjs-no-flex .vjs-progress-control {
  width: auto;
}

.video-js .vjs-progress-holder {
  flex: auto;
  height: .3em;
  transition: all .2s;
}

.video-js .vjs-progress-control .vjs-progress-holder {
  margin: 0 2.66667vw;
}

.video-js .vjs-progress-control:hover .vjs-progress-holder {
  font-size: 1.66667em;
}

.video-js .vjs-progress-control:hover .vjs-progress-holder.disabled {
  font-size: 1em;
}

.video-js .vjs-progress-holder .vjs-play-progress, .video-js .vjs-progress-holder .vjs-load-progress, .video-js .vjs-progress-holder .vjs-load-progress div {
  width: 0;
  height: 100%;
  margin: 0;
  padding: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.video-js .vjs-play-progress {
  background-color: #fff;
}

.video-js .vjs-play-progress:before {
  z-index: 1;
  font-size: .9em;
  position: absolute;
  top: -.333333em;
  right: -.5em;
}

.video-js .vjs-load-progress {
  background: #73859f80;
}

.video-js .vjs-load-progress div {
  background: #73859fbf;
}

.video-js .vjs-time-tooltip {
  color: #000;
  float: right;
  pointer-events: none;
  visibility: hidden;
  z-index: 1;
  background-color: #fffc;
  border-radius: .3em;
  padding: 1.6vw 2.13333vw 2.13333vw;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  position: relative;
  top: -3.4em;
}

.video-js .vjs-progress-holder:focus .vjs-time-tooltip {
  display: none;
}

.video-js .vjs-progress-control:hover .vjs-time-tooltip, .video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip {
  visibility: visible;
  font-size: .6em;
  display: block;
}

.video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip {
  font-size: 1em;
}

.video-js .vjs-progress-control .vjs-mouse-display {
  z-index: 1;
  background-color: #000;
  width: 1px;
  height: 100%;
  display: none;
  position: absolute;
}

.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  z-index: 0;
}

.video-js .vjs-progress-control:hover .vjs-mouse-display {
  display: block;
}

.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display {
  visibility: hidden;
  opacity: 0;
  transition: visibility 1s, opacity 1s;
}

.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  display: none;
}

.vjs-mouse-display .vjs-time-tooltip {
  color: #fff;
  background-color: #000c;
}

.video-js .vjs-slider {
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  background-color: #73859f80;
  margin: 0 .45em;
  padding: 0;
  position: relative;
}

.video-js .vjs-slider.disabled {
  cursor: default;
}

.video-js .vjs-slider:focus {
  text-shadow: 0 0 1em #fff;
  box-shadow: 0 0 1em #fff;
}

.video-js .vjs-mute-control {
  cursor: pointer;
  flex: none;
  padding-bottom: 3em;
  padding-left: 2em;
  padding-right: 2em;
}

.video-js .vjs-volume-control {
  cursor: pointer;
  margin-right: 1em;
  display: flex;
}

.video-js .vjs-volume-control.vjs-volume-horizontal {
  width: 5em;
}

.video-js .vjs-volume-panel .vjs-volume-control {
  visibility: visible;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin-left: -1px;
}

.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical, .vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical .vjs-volume-bar, .vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical .vjs-volume-level {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.video-js .vjs-volume-panel {
  transition: width 1s;
  display: flex;
}

.video-js .vjs-volume-panel:hover .vjs-volume-control, .video-js .vjs-volume-panel:active .vjs-volume-control, .video-js .vjs-volume-panel:focus .vjs-volume-control, .video-js .vjs-volume-panel .vjs-volume-control:hover, .video-js .vjs-volume-panel .vjs-volume-control:active, .video-js .vjs-volume-panel .vjs-volume-control:focus, .video-js .vjs-volume-panel .vjs-mute-control:hover ~ .vjs-volume-control, .video-js .vjs-volume-panel .vjs-mute-control:active ~ .vjs-volume-control, .video-js .vjs-volume-panel .vjs-mute-control:focus ~ .vjs-volume-control, .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active {
  visibility: visible;
  opacity: 1;
  transition: visibility .1s, opacity .1s, height .1s, width .1s, left, top;
  position: relative;
}

.video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel .vjs-volume-control:hover.vjs-volume-horizontal, .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal, .video-js .vjs-volume-panel .vjs-volume-control:focus.vjs-volume-horizontal, .video-js .vjs-volume-panel .vjs-mute-control:hover ~ .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel .vjs-mute-control:active ~ .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel .vjs-mute-control:focus ~ .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal {
  width: 5em;
  height: 3em;
}

.video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel .vjs-volume-control:hover.vjs-volume-vertical, .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical, .video-js .vjs-volume-panel .vjs-volume-control:focus.vjs-volume-vertical, .video-js .vjs-volume-panel .vjs-mute-control:hover ~ .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel .vjs-mute-control:active ~ .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel .vjs-mute-control:focus ~ .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical, .video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-vertical .vjs-volume-bar, .video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-vertical .vjs-volume-level, .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical .vjs-volume-bar, .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical .vjs-volume-level, .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical .vjs-volume-bar, .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical .vjs-volume-level, .video-js .vjs-volume-panel .vjs-volume-control:hover.vjs-volume-vertical .vjs-volume-bar, .video-js .vjs-volume-panel .vjs-volume-control:hover.vjs-volume-vertical .vjs-volume-level, .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical .vjs-volume-bar, .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical .vjs-volume-level, .video-js .vjs-volume-panel .vjs-volume-control:focus.vjs-volume-vertical .vjs-volume-bar, .video-js .vjs-volume-panel .vjs-volume-control:focus.vjs-volume-vertical .vjs-volume-level, .video-js .vjs-volume-panel .vjs-mute-control:hover ~ .vjs-volume-control.vjs-volume-vertical .vjs-volume-bar, .video-js .vjs-volume-panel .vjs-mute-control:hover ~ .vjs-volume-control.vjs-volume-vertical .vjs-volume-level, .video-js .vjs-volume-panel .vjs-mute-control:active ~ .vjs-volume-control.vjs-volume-vertical .vjs-volume-bar, .video-js .vjs-volume-panel .vjs-mute-control:active ~ .vjs-volume-control.vjs-volume-vertical .vjs-volume-level, .video-js .vjs-volume-panel .vjs-mute-control:focus ~ .vjs-volume-control.vjs-volume-vertical .vjs-volume-bar, .video-js .vjs-volume-panel .vjs-mute-control:focus ~ .vjs-volume-control.vjs-volume-vertical .vjs-volume-level, .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical .vjs-volume-bar, .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical .vjs-volume-level {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.video-js .vjs-volume-panel.vjs-volume-panel-horizontal:hover, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal:focus, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active {
  width: 9em;
  transition: width .1s;
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  width: 3em;
  height: 8em;
  transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s;
  left: -3.5em;
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s;
}

.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  visibility: visible;
  opacity: 1;
  width: 5em;
  height: 3em;
  transition: none;
  position: relative;
}

.video-js.vjs-no-flex .vjs-volume-control.vjs-volume-vertical, .video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  position: absolute;
  bottom: 3em;
  left: .5em;
}

.video-js .vjs-volume-bar {
  margin: 1.35em .45em;
}

.vjs-volume-bar.vjs-slider-horizontal {
  width: 5em;
  height: .3em;
}

.vjs-volume-bar.vjs-slider-vertical {
  width: .3em;
  height: 5em;
  margin: 1.35em auto;
}

.video-js .vjs-volume-level {
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}

.video-js .vjs-volume-level:before {
  font-size: .9em;
  position: absolute;
}

.vjs-slider-vertical .vjs-volume-level {
  width: .3em;
}

.vjs-slider-vertical .vjs-volume-level:before {
  top: -.5em;
  left: -.3em;
}

.vjs-slider-horizontal .vjs-volume-level {
  height: .3em;
}

.vjs-slider-horizontal .vjs-volume-level:before {
  top: -.3em;
  right: -.5em;
}

.video-js .vjs-volume-panel.vjs-volume-panel-vertical {
  width: 4em;
}

.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
  height: 100%;
}

.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
  width: 100%;
}

.video-js .vjs-volume-vertical {
  background-color: #2b333fb3;
  width: 3em;
  height: 8em;
  bottom: 8em;
}

.video-js .vjs-volume-horizontal .vjs-menu {
  left: -2em;
}

.vjs-poster {
  vertical-align: middle;
  cursor: pointer;
  background-color: #000;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  margin: 0;
  padding: 0;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.vjs-poster img {
  vertical-align: middle;
  width: 100%;
  max-height: 100%;
  margin: 0 auto;
  padding: 0;
  display: block;
}

.vjs-has-started .vjs-poster {
  display: none;
}

.vjs-audio.vjs-has-started .vjs-poster {
  display: block;
}

.vjs-using-native-controls .vjs-poster {
  display: none;
}

.video-js .vjs-live-control {
  flex: auto;
  align-items: flex-start;
  font-size: 1em;
  line-height: 3em;
  display: flex;
}

.vjs-no-flex .vjs-live-control {
  text-align: left;
  width: auto;
  display: table-cell;
}

.video-js .vjs-time-control {
  flex: none;
  width: auto;
  min-width: 2em;
  padding-left: 1em;
  padding-right: 1em;
  font-size: 1em;
  line-height: 3em;
}

.vjs-live .vjs-time-control, .video-js .vjs-current-time, .vjs-no-flex .vjs-current-time {
  display: none;
}

.vjs-no-flex .vjs-remaining-time.vjs-time-control.vjs-control {
  white-space: nowrap;
  width: 0 !important;
}

.video-js .vjs-duration, .vjs-no-flex .vjs-duration {
  display: none;
}

.vjs-time-divider {
  line-height: 3em;
  display: none;
}

.vjs-live .vjs-time-divider {
  display: none;
}

.video-js .vjs-play-control .vjs-icon-placeholder {
  cursor: pointer;
  flex: none;
}

.vjs-text-track-display {
  pointer-events: none;
  position: absolute;
  top: 0;
  bottom: 3em;
  left: 0;
  right: 0;
}

.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
  bottom: 1em;
}

.video-js .vjs-text-track {
  text-align: center;
  background-color: #00000080;
  margin-bottom: .1em;
  font-size: 1.4em;
}

.vjs-subtitles {
  color: #fff;
}

.vjs-captions {
  color: #fc6;
}

.vjs-tt-cue {
  display: block;
}

video::-webkit-media-text-track-display {
  transform: translateY(-3em);
}

.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
  transform: translateY(-1.5em);
}

.video-js .vjs-fullscreen-control {
  cursor: pointer;
  flex: none;
}

.vjs-playback-rate > .vjs-menu-button, .vjs-playback-rate .vjs-playback-rate-value {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.vjs-playback-rate .vjs-playback-rate-value {
  pointer-events: none;
  text-align: center;
  font-size: 1.5em;
  line-height: 2;
}

.vjs-playback-rate .vjs-menu {
  width: 4em;
  left: 0;
}

.vjs-error .vjs-error-display .vjs-modal-dialog-content {
  text-align: center;
  font-size: 1.4em;
}

.vjs-error .vjs-error-display:before {
  color: #fff;
  content: "X";
  text-shadow: .05em .05em .1em #000;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  margin-top: -.5em;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 4em;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 0;
}

.vjs-loading-spinner {
  opacity: .85;
  text-align: left;
  box-sizing: border-box;
  visibility: hidden;
  background-clip: padding-box;
  border: 1.6vw solid #2b333fb3;
  border-radius: 6.66667vw;
  width: 13.3333vw;
  height: 13.3333vw;
  margin: -6.66667vw 0 0 -6.66667vw;
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
}

.vjs-seeking .vjs-loading-spinner, .vjs-waiting .vjs-loading-spinner {
  animation: 0s linear .3s forwards vjs-spinner-show;
  display: block;
}

.vjs-loading-spinner:before, .vjs-loading-spinner:after {
  content: "";
  box-sizing: inherit;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  opacity: 1;
  border: inherit;
  border-color: #fff #0000 #0000;
  margin: -1.6vw;
  position: absolute;
}

.vjs-seeking .vjs-loading-spinner:before, .vjs-seeking .vjs-loading-spinner:after, .vjs-waiting .vjs-loading-spinner:before, .vjs-waiting .vjs-loading-spinner:after {
  animation: 1.1s cubic-bezier(.6, .2, 0, .8) infinite vjs-spinner-spin, 1.1s linear infinite vjs-spinner-fade;
}

.vjs-seeking .vjs-loading-spinner:before, .vjs-waiting .vjs-loading-spinner:before {
  border-top-color: #fff;
}

.vjs-seeking .vjs-loading-spinner:after, .vjs-waiting .vjs-loading-spinner:after {
  border-top-color: #fff;
  animation-delay: .44s;
}

@keyframes vjs-spinner-show {
  to {
    visibility: visible;
  }
}

@keyframes vjs-spinner-spin {
  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes vjs-spinner-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f;
  }

  20% {
    border-top-color: #73859f;
  }

  35% {
    border-top-color: #fff;
  }

  60% {
    border-top-color: #73859f;
  }

  100% {
    border-top-color: #73859f;
  }
}

.vjs-chapters-button .vjs-menu ul {
  width: 24em;
}

.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  position: absolute;
}

.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  content: "";
  font-family: VideoJS;
  font-size: 1.5em;
  line-height: inherit;
}

.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-custom-control-spacer {
  flex: auto;
}

.video-js.vjs-layout-tiny:not(.vjs-fullscreen).vjs-no-flex .vjs-custom-control-spacer {
  width: auto;
}

.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-remaining-time, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-playback-rate, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-progress-control, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-control, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-descriptions-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-captions-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subtitles-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-audio-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-remaining-time, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-playback-rate, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-control, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-descriptions-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-captions-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subtitles-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-audio-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-remaining-time, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-playback-rate, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-control, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-descriptions-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-captions-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-subtitles-button .vjs-audio-button {
  display: none;
}

.vjs-modal-dialog.vjs-text-track-settings {
  color: #fff;
  background-color: #2b333fbf;
  height: 70%;
}

.vjs-text-track-settings .vjs-modal-dialog-content {
  display: table;
}

.vjs-text-track-settings .vjs-track-settings-colors, .vjs-text-track-settings .vjs-track-settings-font, .vjs-text-track-settings .vjs-track-settings-controls {
  display: table-cell;
}

.vjs-text-track-settings .vjs-track-settings-controls {
  text-align: right;
  vertical-align: bottom;
}

.vjs-text-track-settings fieldset {
  border: none;
  margin: 1.33333vw;
  padding: .8vw;
}

.vjs-text-track-settings fieldset span {
  margin-left: 1.33333vw;
  display: inline-block;
}

.vjs-text-track-settings legend {
  color: #fff;
  margin: 0 0 1.33333vw;
}

.vjs-text-track-settings .vjs-label {
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  border: 0;
  width: 1px;
  height: 1px;
  margin: 0 0 1.33333vw;
  padding: 0;
  display: block;
  position: absolute;
  overflow: hidden;
}

.vjs-track-settings-controls button:focus, .vjs-track-settings-controls button:active {
  background-image: linear-gradient(0deg, #fff 88%, #73859f 100%);
  outline-width: medium;
  outline-style: solid;
}

.vjs-track-settings-controls button:hover {
  color: #2b333fbf;
}

.vjs-track-settings-controls button {
  color: #2b333f;
  cursor: pointer;
  background-color: #fff;
  background-image: linear-gradient(-180deg, #fff 88%, #73859f 100%);
  border-radius: .533333vw;
}

.vjs-track-settings-controls .vjs-default-button {
  margin-right: 1em;
}

@media print {
  .video-js > :not(.vjs-tech):not(.vjs-poster) {
    visibility: hidden;
  }
}

@media �screen {
  .vjs-user-inactive.vjs-playing .vjs-control-bar :before {
    content: "";
  }

  .vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
    visibility: hidden;
  }
}

.video-wrapper[data-v-27e7882a] {
  position: relative;
}
.btn-image-box[data-v-27e7882a] {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.btn-image[data-v-27e7882a] {
  width: 12.8vw;
  height: 12.8vw;
}
.video-js[data-v-27e7882a] .vjs-big-play-button {
  display: none !important;
}
.video-js .vjs-control-bar[data-v-27e7882a] {
  align-items: center;
  height: 10.6667vw;
  display: flex;
}
.video-js .vjs-button[data-v-27e7882a] {
  width: 10.6667vw;
  height: 10.6667vw;
}
.video-js .vjs-button > .vjs-icon-placeholder[data-v-27e7882a]:before {
  line-height: unset;
  justify-content: center;
  align-items: center;
  display: flex;
}
.video-js .vjs-time-control[data-v-27e7882a] {
  align-items: center;
  font-size: 3.46667vw;
  display: flex;
}
.video-js .vjs-mute-control[data-v-27e7882a] {
  margin-left: auto !important;
}

.catalog-wrapper .count[data-v-1e9bfddd] {
  color: #999;
  padding: 3.2vw 4.26667vw;
  font-size: 3.73333vw;
  line-height: 5.33333vw;
}
.catalog-wrapper .episode-list[data-v-1e9bfddd] {
  border-top: .5px solid #ebebeb;
  width: 91.4667vw;
  margin: auto;
  padding-top: 3.2vw;
}
.catalog-wrapper .group-list[data-v-1e9bfddd] {
  width: 91.4667vw;
  margin: auto;
}
.catalog-wrapper .group-list .chapter[data-v-1e9bfddd] {
  border-top: .5px solid #ebebeb;
  padding: 3.2vw 0;
}
.catalog-wrapper .group-list .title[data-v-1e9bfddd] {
  color: #1a1a1a;
  align-items: center;
  height: 12.2667vw;
  font-size: 4.26667vw;
  font-weight: 500;
  line-height: 5.86667vw;
  display: flex;
}
.catalog-wrapper .episode[data-v-1e9bfddd] {
  color: #1a1a1a;
  align-items: center;
  height: 12.2667vw;
  font-size: 4.26667vw;
  line-height: 5.86667vw;
  display: flex;
}
.catalog-wrapper .episode .rank[data-v-1e9bfddd] {
  margin-right: 2.93333vw;
}
.catalog-wrapper .episode .name[data-v-1e9bfddd] {
  white-space: nowrap;
  text-overflow: ellipsis;
  flex: 1;
  overflow: hidden;
}
.catalog-wrapper .episode .lock[data-v-1e9bfddd] {
  width: 5.33333vw;
  height: 5.33333vw;
}
.catalog-wrapper .episode .status[data-v-1e9bfddd] {
  color: #999;
  font-size: 3.73333vw;
}
.catalog-wrapper .footer[data-v-1e9bfddd] {
  color: #999;
  text-align: center;
  padding: 2.13333vw 0 8.53333vw;
  font-size: 3.73333vw;
  line-height: 5.33333vw;
}

.tab-wrapper[data-v-753c20d0] {
  background: #fff;
  padding-top: 11.7333vw;
  font-family: PingFang SC;
  position: relative;
}
.tab-wrapper .tab[data-v-753c20d0] {
  box-sizing: border-box;
  background: #fff;
  width: 100%;
  height: 11.7333vw;
  padding: 0 4.26667vw;
  display: flex;
  position: absolute;
  top: 0;
}
.tab-wrapper .tab.fixed[data-v-753c20d0] {
  position: fixed;
}
.tab-wrapper .tab .tab-item[data-v-753c20d0] {
  color: #666;
  flex: 1;
  justify-content: center;
  align-items: center;
  font-size: 4.26667vw;
  line-height: 5.86667vw;
  display: flex;
}
.tab-wrapper .tab .tab-item.active[data-v-753c20d0] {
  color: #5ec259;
  font-weight: 500;
  position: relative;
}
.tab-wrapper .tab .tab-item.active[data-v-753c20d0]:after {
  content: "";
  background: #5ec259;
  border-radius: 1.06667vw;
  width: 4.26667vw;
  height: 1.06667vw;
  display: block;
  position: absolute;
  bottom: 0;
}

.group[data-v-4bb0f69a] {
  padding-bottom: 17.0667vw;
  padding-bottom: calc(env(safe-area-inset-bottom)  + 17.0667vw);
  padding-bottom: calc(constant(safe-area-inset-bottom)  + 17.0667vw);
  font-family: PingFang SC;
}
.desc-wrap[data-v-4bb0f69a] {
  padding: 4.26667vw;
}
.desc-wrap .title[data-v-4bb0f69a] {
  color: #1a1a1a;
  word-break: break-all;
  margin-bottom: 1.06667vw;
  font-size: 5.33333vw;
  font-weight: 500;
  line-height: 7.46667vw;
}
.desc-wrap .description[data-v-4bb0f69a] {
  color: #999;
  word-break: break-all;
  font-family: PingFang SC;
  font-size: 3.73333vw;
  font-weight: 400;
  line-height: 5.33333vw;
}
.btw-line[data-v-4bb0f69a] {
  background: #ebebeb;
  height: .5px;
  margin: 0 0 4.26667vw 4.26667vw;
}
.tag-list[data-v-4bb0f69a] {
  margin-left: 4.8vw;
}
.empty-box[data-v-4bb0f69a] {
  background: #f6f6f6;
  width: 100%;
  height: 2.66667vw;
}

.user-proto-wrap[data-v-33ab7432] {
  color: #999;
  text-align: center;
  width: 100%;
  font-family: PingFangSC-Regular;
  font-size: 3.46667vw;
  position: absolute;
  bottom: 5.33333vw;
}
.user-proto[data-v-33ab7432] {
  color: #566b94;
  display: inline-block;
  position: relative;
}
.line[data-v-33ab7432] {
  border-bottom: 1px solid #60c15b;
  width: 24vw;
  height: 100%;
  margin-left: -12vw;
  display: inline-block;
  position: absolute;
  bottom: .8vw;
  left: 50%;
}

.login[data-v-fe87021c] {
  height: 100%;
  min-height: 117.333vw;
  margin: 0 4vw;
  position: relative;
}
.login-desc[data-v-fe87021c] {
  color: #666;
  letter-spacing: 0;
  text-align: center;
  padding: 8vw 0 1.06667vw;
  font-size: 3.73333vw;
  line-height: 5.86667vw;
}
.input-wrap[data-v-fe87021c] {
  margin-top: 5.6vw;
  position: relative;
}
.input-wrap input[data-v-fe87021c] {
  box-sizing: border-box;
  border: none;
  outline: none;
  width: 100%;
  height: 12.5333vw;
  padding-left: 6.66667vw;
  font-size: 4.53333vw;
  line-height: 8.26667vw;
}
.verifier-btn[data-v-fe87021c] {
  color: #999;
  height: 12.5333vw;
  font-size: 3.73333vw;
  line-height: 12.5333vw;
  position: absolute;
  bottom: 0;
  right: 5.33333vw;
}
.verifier-btn.active[data-v-fe87021c] {
  color: #60c15b;
}
.login-error[data-v-fe87021c] {
  color: #f54622;
  margin-top: 4vw;
  padding-left: 6.66667vw;
  font-size: 3.2vw;
}
.login-submit[data-v-fe87021c] {
  color: #fff;
  text-align: center;
  background: #60c15b;
  border-radius: 6vw;
  height: 12vw;
  margin-top: 8vw;
  font-size: 4.53333vw;
  line-height: 12vw;
}

.recommend-list-section[data-v-22373e0c] {
  font-size: 0;
}
.recommend-list-section .recommend-title[data-v-22373e0c] {
  color: #1a1a1a;
  font-family: PingFang SC;
  font-size: 5.33333vw;
  font-style: normal;
  font-weight: 500;
  line-height: 7.46667vw;
}
.recommend-list-section .recommend-item[data-v-22373e0c] {
  width: 100%;
  margin-top: 5.33333vw;
}
.recommend-list-section .recommend-item img[data-v-22373e0c] {
  width: 100%;
}
.recommend-list-section .recommend-item[data-v-22373e0c]:last-child {
  margin-bottom: 8.53333vw;
}

.page-wrapper[data-v-4e10de5e] {
  box-sizing: border-box;
  background: #fff;
  width: 100%;
  min-height: 100vh;
  font-size: 0;
  position: relative;
  overflow: hidden;
}
.page-wrapper[data-v-4e10de5e]:before {
  content: "";
  transform-origin: 0 0;
  background: #0000001a;
  width: 200%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(.5);
}
.page-wrapper .expensive-vip[data-v-4e10de5e] {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.page-wrapper .expensive-vip .green-title[data-v-4e10de5e] {
  color: #5ec259;
  height: 7.46667vw;
  margin-top: 6.13333vw;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-size: 5.33333vw;
  font-weight: bold;
  line-height: 7.46667vw;
}
.page-wrapper .expensive-vip .gray-desc[data-v-4e10de5e] {
  color: #999;
  height: 5.33333vw;
  margin-top: 2.4vw;
  margin-bottom: 5.86667vw;
  font-family: PingFangSC-Regular, PingFang SC;
  font-size: 3.73333vw;
  font-weight: 400;
  line-height: 5.33333vw;
}
.page-wrapper .expensive-vip .gzh-code[data-v-4e10de5e] {
  width: 37.3333vw;
  height: 37.3333vw;
}
.page-wrapper .expensive-vip .gzh-desc[data-v-4e10de5e] {
  color: #7a7a7a;
  height: 5.33333vw;
  margin-top: 2.13333vw;
  margin-bottom: 6.4vw;
  font-family: PingFangSC-Regular, PingFang SC;
  font-size: 3.73333vw;
  font-weight: 400;
  line-height: 5.33333vw;
}
.page-wrapper .no-focus[data-v-4e10de5e] {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 8.53333vw;
  margin-left: 5.33333vw;
  display: flex;
}
.page-wrapper .no-focus .step[data-v-4e10de5e] {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.page-wrapper .no-focus .step img[data-v-4e10de5e] {
  width: 7.46667vw;
  height: 7.46667vw;
}
.page-wrapper .no-focus .step .first[data-v-4e10de5e] {
  color: #5ec259;
  height: 6.4vw;
  margin-left: 3.2vw;
  font-family: PingFangSC-Medium, PingFang SC;
  font-size: 4.53333vw;
  font-weight: bold;
  line-height: 6.4vw;
}
.page-wrapper .no-focus .step .second[data-v-4e10de5e] {
  color: #1a1a1a;
  height: 7.46667vw;
  margin-left: 3.2vw;
  font-family: PingFangSC-Medium, PingFang SC;
  font-size: 5.33333vw;
  font-weight: 500;
  line-height: 7.46667vw;
}
.page-wrapper .no-focus .step .third[data-v-4e10de5e] {
  color: #999;
  height: 6.4vw;
  margin-left: 3.2vw;
  font-family: PingFangSC-Medium, PingFang SC;
  font-size: 4.53333vw;
  font-weight: bold;
  line-height: 6.4vw;
}
.page-wrapper .no-focus .green-gap[data-v-4e10de5e] {
  width: 7.46667vw;
  height: 10.6667vw;
  position: relative;
}
.page-wrapper .no-focus .green-gap .green-bar[data-v-4e10de5e] {
  background: #e7fae6;
  border-radius: .533333vw;
  width: .533333vw;
  height: 6.4vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page-wrapper .no-focus .cur-main[data-v-4e10de5e] {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}
.page-wrapper .no-focus .cur-main .grey-gap[data-v-4e10de5e] {
  width: 7.46667vw;
  height: 72.5333vw;
  position: relative;
}
.page-wrapper .no-focus .cur-main .grey-gap .grey-bar[data-v-4e10de5e] {
  background: #f5f5f5;
  border-radius: .533333vw;
  width: .533333vw;
  height: 68.2667vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page-wrapper .no-focus .cur-main .qrcode-wrapper[data-v-4e10de5e] {
  background: #fafafa;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 78.6667vw;
  height: 58.6667vw;
  margin: 3.2vw;
  display: flex;
}
.page-wrapper .no-focus .cur-main .qrcode-wrapper .code-img[data-v-4e10de5e] {
  width: 37.3333vw;
  height: 37.3333vw;
}
.page-wrapper .no-focus .cur-main .qrcode-wrapper .code-desc[data-v-4e10de5e] {
  text-align: center;
  color: #7a7a7a;
  width: 100%;
  height: 5.33333vw;
  margin-top: 2.13333vw;
  font-family: PingFangSC-Regular, PingFang SC;
  font-size: 3.73333vw;
  font-weight: 400;
  line-height: 5.33333vw;
}
.page-wrapper .no-focus-group[data-v-4e10de5e] {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.page-wrapper .no-focus-group .black-title[data-v-4e10de5e] {
  color: #1a1a1a;
  height: 7.46667vw;
  margin-top: 6.13333vw;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-size: 5.33333vw;
  font-weight: bold;
  line-height: 7.46667vw;
}
.page-wrapper .no-focus-group .next-desc[data-v-4e10de5e] {
  color: #999;
  height: 5.33333vw;
  margin-top: 2.4vw;
  margin-bottom: 5.86667vw;
  font-family: PingFangSC-Regular, PingFang SC;
  font-size: 3.73333vw;
  font-weight: 400;
  line-height: 5.33333vw;
}
.page-wrapper .no-focus-group .gzh-code[data-v-4e10de5e] {
  width: 37.3333vw;
  height: 37.3333vw;
}
.page-wrapper .no-focus-group .lesson-desc[data-v-4e10de5e] {
  color: #7a7a7a;
  height: 5.33333vw;
  margin-top: 2.13333vw;
  margin-bottom: 6.4vw;
  font-family: PingFangSC-Regular, PingFang SC;
  font-size: 3.73333vw;
  font-weight: normal;
  line-height: 5.33333vw;
}
.page-wrapper .no-focus-group .gap-line[data-v-4e10de5e] {
  background: #ebebeb;
  width: 89.3333vw;
  height: 1px;
  transform: scaleY(.5);
  box-shadow: 0 0 #ebebeb;
}
.page-wrapper .no-focus-group .chain-outer[data-v-4e10de5e] {
  margin-top: 6.4vw;
}
.page-wrapper .get-focus[data-v-4e10de5e] {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.page-wrapper .get-focus .lesson-item[data-v-4e10de5e] {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 5.33333vw;
  display: flex;
}
.page-wrapper .get-focus .lesson-item .cover-image[data-v-4e10de5e] {
  background: #ccc;
  border: none;
  border-radius: 4.26667vw;
  width: 22.9333vw;
  height: 22.9333vw;
  margin-right: 4.26667vw;
}
.page-wrapper .get-focus .lesson-item .lesson-text[data-v-4e10de5e] {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}
.page-wrapper .get-focus .lesson-item .lesson-text .lesson-name-text[data-v-4e10de5e] {
  text-align: left;
  color: #1a1a1a;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 61.3333vw;
  height: 6.4vw;
  margin-top: 1.06667vw;
  font-family: PingFangSC-Medium, PingFang SC;
  font-size: 4.53333vw;
  font-weight: bold;
  line-height: 6.4vw;
  overflow: hidden;
}
.page-wrapper .get-focus .lesson-item .lesson-text .lesson-desc-text[data-v-4e10de5e] {
  text-align: left;
  color: #999;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 61.3333vw;
  height: 4.8vw;
  margin-top: 1.06667vw;
  font-family: PingFangSC-Regular, PingFang SC;
  font-size: 3.46667vw;
  font-weight: normal;
  line-height: 4.8vw;
  overflow: hidden;
}
.page-wrapper .get-focus .lesson-item .lesson-text .price-district[data-v-4e10de5e] {
  justify-content: flex-start;
  align-items: center;
  margin-top: 2.13333vw;
  display: flex;
}
.page-wrapper .get-focus .lesson-item .lesson-text .price-district .lesson-price[data-v-4e10de5e] {
  text-align: left;
  color: #ff8324;
  height: 7.46667vw;
  margin-right: 2.13333vw;
  font-family: PingFangSC-Medium, PingFang SC;
  font-size: 5.33333vw;
  font-weight: 500;
  line-height: 7.46667vw;
}
.page-wrapper .get-focus .lesson-item .lesson-text .price-district .lesson-price span[data-v-4e10de5e] {
  padding-left: .533333vw;
  padding-right: 1.06667vw;
}
.page-wrapper .get-focus .lesson-item .lesson-text .price-district .coupon-tag[data-v-4e10de5e] {
  width: 14.9333vw;
  height: 5.86667vw;
}
.page-wrapper .get-focus .group-section[data-v-4e10de5e] {
  background: #fafafa;
  border-radius: 3.2vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: calc(100% - 10.6667vw);
  margin-top: 5.33333vw;
  display: flex;
}
.page-wrapper .get-focus .group-section .button-normal[data-v-4e10de5e] {
  color: #fff;
  text-align: center;
  border-radius: 6.4vw;
  width: 68vw;
  height: 10.6667vw;
  margin-bottom: 5.33333vw;
  font-family: PingFangSC-Medium, PingFang SC;
  font-size: 4.53333vw;
  font-weight: 500;
  line-height: 10.9333vw;
}
.page-wrapper .get-focus .group-section .orange[data-v-4e10de5e] {
  background: #ff8b33;
}
.page-wrapper .get-focus .group-section .green[data-v-4e10de5e] {
  background: #5ec259;
}
.page-wrapper .get-focus .expand-list-wrapper[data-v-4e10de5e] {
  margin-top: 6.4vw;
}

.modal[data-v-83b50ebc] {
  text-align: center;
  border-radius: 3.2vw;
  flex-direction: column;
  width: 84vw;
  display: flex;
}
.modal .qrcode[data-v-83b50ebc] {
  width: 100%;
  height: 100%;
}
.close[data-v-83b50ebc] {
  background: url("https://conan-online.fbcontent.cn/conan-oss-resource/zebra15756159498341829.png") center / contain no-repeat;
  width: 8.53333vw;
  height: 8.53333vw;
  margin: 5.86667vw auto 0;
}

.group[data-v-bee9d622] {
  padding-bottom: 17.3333vw;
  font-family: PingFangSC, Avenir, Helvetica, Arial, sans-serif;
}
@media only screen and (device-width: 360px) and (device-height: 780px) and (-webkit-device-pixel-ratio: 3) {
.group[data-v-bee9d622] {
    padding-bottom: 75px !important;
}
}
@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
.group[data-v-bee9d622] {
    padding-bottom: 75px !important;
}
}
@media only screen and (device-width: 390px) and (device-height: 844px) and (-webkit-device-pixel-ratio: 3) {
.group[data-v-bee9d622] {
    padding-bottom: 75px !important;
}
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) {
.group[data-v-bee9d622] {
    padding-bottom: 75px !important;
}
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
.group[data-v-bee9d622] {
    padding-bottom: 75px !important;
}
}
@media only screen and (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
.group[data-v-bee9d622] {
    padding-bottom: 75px !important;
}
}
.group.has-tip[data-v-bee9d622] {
  padding-bottom: 24.8vw;
}
@media only screen and (device-width: 360px) and (device-height: 780px) and (-webkit-device-pixel-ratio: 3) {
.group.has-tip[data-v-bee9d622] {
    padding-bottom: 103px !important;
}
}
@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
.group.has-tip[data-v-bee9d622] {
    padding-bottom: 103px !important;
}
}
@media only screen and (device-width: 390px) and (device-height: 844px) and (-webkit-device-pixel-ratio: 3) {
.group.has-tip[data-v-bee9d622] {
    padding-bottom: 103px !important;
}
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) {
.group.has-tip[data-v-bee9d622] {
    padding-bottom: 103px !important;
}
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
.group.has-tip[data-v-bee9d622] {
    padding-bottom: 103px !important;
}
}
@media only screen and (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
.group.has-tip[data-v-bee9d622] {
    padding-bottom: 103px !important;
}
}
.group .bottom-button[data-v-bee9d622] {
  background: #fff;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
}
@media only screen and (device-width: 360px) and (device-height: 780px) and (-webkit-device-pixel-ratio: 3) {
.group .bottom-button[data-v-bee9d622] {
    padding-bottom: 10px !important;
}
}
@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
.group .bottom-button[data-v-bee9d622] {
    padding-bottom: 10px !important;
}
}
@media only screen and (device-width: 390px) and (device-height: 844px) and (-webkit-device-pixel-ratio: 3) {
.group .bottom-button[data-v-bee9d622] {
    padding-bottom: 10px !important;
}
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) {
.group .bottom-button[data-v-bee9d622] {
    padding-bottom: 10px !important;
}
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
.group .bottom-button[data-v-bee9d622] {
    padding-bottom: 10px !important;
}
}
@media only screen and (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
.group .bottom-button[data-v-bee9d622] {
    padding-bottom: 10px !important;
}
}
.group .bottom-tip[data-v-bee9d622] {
  text-align: center;
  color: #5d4100;
  background: #fff1d0;
  width: 100%;
  font-size: 3.2vw;
  line-height: 7.46667vw;
  position: fixed;
  bottom: 17.3333vw;
  left: 0;
}
@media only screen and (device-width: 360px) and (device-height: 780px) and (-webkit-device-pixel-ratio: 3) {
.group .bottom-tip[data-v-bee9d622] {
    bottom: 75px !important;
}
}
@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
.group .bottom-tip[data-v-bee9d622] {
    bottom: 75px !important;
}
}
@media only screen and (device-width: 390px) and (device-height: 844px) and (-webkit-device-pixel-ratio: 3) {
.group .bottom-tip[data-v-bee9d622] {
    bottom: 75px !important;
}
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) {
.group .bottom-tip[data-v-bee9d622] {
    bottom: 75px !important;
}
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
.group .bottom-tip[data-v-bee9d622] {
    bottom: 75px !important;
}
}
@media only screen and (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
.group .bottom-tip[data-v-bee9d622] {
    bottom: 75px !important;
}
}
.banner[data-v-bee9d622] {
  background: #f0f0f0;
  width: 100%;
  min-height: 49.8667vw;
  overflow: hidden;
}
.desc-wrap[data-v-bee9d622] {
  border-bottom: 2.13333vw solid #f7f7f7;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2.93333vw 4.26667vw 4.26667vw;
  display: flex;
}
.desc-wrap .left[data-v-bee9d622] {
  flex: auto;
  margin-right: 5.33333vw;
  overflow: hidden;
}
.desc-wrap .right[data-v-bee9d622] {
  flex: none;
}
.desc-wrap .title[data-v-bee9d622] {
  color: #1a1a1a;
  word-break: break-all;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 1.33333vw;
  margin-bottom: 1.06667vw;
  font-size: 5.33333vw;
  font-weight: 500;
  line-height: 7.46667vw;
  overflow: hidden;
}
.desc-wrap .description[data-v-bee9d622] {
  color: #999;
  word-break: break-all;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 3.73333vw;
  line-height: 5.33333vw;
  overflow: hidden;
}
.desc-wrap .price[data-v-bee9d622] {
  color: #ff8324;
  font-size: 5.33333vw;
  font-weight: 500;
  line-height: 10.4vw;
}
.desc-wrap .price .big[data-v-bee9d622] {
  font-size: 7.46667vw;
  font-weight: 500;
  line-height: 10.6667vw;
}

.success_4_free_wrapper[data-v-f8db03b6] {
  text-align: center;
  padding-top: 6.13333vw;
  font-weight: 600;
}
.success_4_free_wrapper .qrcode[data-v-f8db03b6] {
  width: 100%;
  height: 100%;
}

.overlay[data-v-049f0d6c] {
  z-index: 996;
  background: #0000004d;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
}
.content[data-v-049f0d6c] {
  z-index: 997;
  padding-bottom: env(safe-area-inset-bottom);
  background: #fff;
  border-radius: 4.26667vw 4.26667vw 0 0;
  width: 100%;
  position: fixed;
  bottom: 0;
}
.content .header[data-v-049f0d6c] {
  height: 14.9333vw;
  position: relative;
}
.content .header .header-img[data-v-049f0d6c] {
  background: url("https://conan-online.fbcontent.cn/conan-oss-resource/cvdc8co8o.png") 0 0 / contain no-repeat;
  width: 62.1333vw;
  height: 12.8vw;
  position: absolute;
  top: -2.13333vw;
  left: 50%;
  transform: translateX(-50%);
}
.content .header .arrow[data-v-049f0d6c] {
  width: 5.33333vw;
  height: 5.33333vw;
  position: absolute;
  top: 4.8vw;
  right: 4.8vw;
}
.content .main img[data-v-049f0d6c] {
  width: 100%;
}
.fade-enter[data-v-049f0d6c], .fade-leave-to[data-v-049f0d6c] {
  max-height: 0;
}
.fade-enter-to[data-v-049f0d6c], .fade-leave[data-v-049f0d6c] {
  max-height: 133.333vw;
}
.fade-enter-active[data-v-049f0d6c], .fade-leave-active[data-v-049f0d6c], .overlay-enter-active[data-v-049f0d6c], .overlay-leave-active[data-v-049f0d6c] {
  transition: all .5s;
}
@keyframes turn-049f0d6c {
0% {
    -webkit-transform: rotate(0);
}
25% {
    -webkit-transform: rotate(90deg);
}
50% {
    -webkit-transform: rotate(180deg);
}
75% {
    -webkit-transform: rotate(270deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}

.wrapper[data-v-623e49ad] {
  background: #f2f2f2;
  min-height: 100vh;
  padding-bottom: 20.8vw;
}
.success[data-v-623e49ad] {
  justify-content: center;
  align-items: center;
  padding: 6.93333vw 0;
  display: flex;
}
.success img[data-v-623e49ad] {
  width: 8.53333vw;
  height: 8.53333vw;
  margin-right: 3.2vw;
}
.success .text[data-v-623e49ad] {
  letter-spacing: 0;
  color: #000;
  font-family: PingFang SC;
  font-size: 5.33333vw;
  font-style: normal;
  font-weight: 500;
  line-height: 7.46667vw;
}
.qrcode[data-v-623e49ad] {
  border-radius: 3.2vw;
  width: 91.4667vw;
  margin: 3.2vw 4.26667vw;
}
.group-section[data-v-623e49ad] {
  background: #fff;
  border-radius: 3.2vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 91.4667vw;
  margin: 0 4.26667vw;
  padding-top: 0;
  display: flex;
}
.group-section .button-normal[data-v-623e49ad] {
  color: #fff;
  text-align: center;
  border-radius: 6.4vw;
  width: 68vw;
  height: 10.6667vw;
  margin-bottom: 5.33333vw;
  font-family: PingFangSC-Medium, PingFang SC;
  font-size: 4.53333vw;
  font-weight: 500;
  line-height: 10.9333vw;
}
.group-section .orange[data-v-623e49ad] {
  background: #ff8b33;
}
.group-section .green[data-v-623e49ad] {
  background: #5ec259;
}

* {
  -webkit-tap-highlight-color: transparent;
  -webkit-font-feature-settings: none;
  font-feature-settings: none;
  -webkit-font-variant-ligatures: none;
  font-variant-ligatures: none;
  margin: 0;
  padding: 0;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: transparent;
  color: #2c3e50;
  font-family: PingFangSC-Regular, Avenir, Helvetica, Arial, sans-serif;
  font-size: 4.26667vw;
}

html.lock, body.lock {
  width: 100%;
  height: 100%;
  position: fixed;
}

::-webkit-scrollbar {
  display: none;
}

.hairline-top, .hairline-bottom, .hairline-left, .hairline-right {
  z-index: 1;
  position: relative;
}

.hairline-top:before {
  content: "";
  transform-origin: bottom;
  z-index: 100;
  background: #e7e7e7;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  transform: scaleY(.5);
}

.hairline-bottom:after {
  content: "";
  transform-origin: bottom;
  z-index: 100;
  background: #e7e7e7;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scaleY(.5);
}

.hairline-left:before {
  content: "";
  transform-origin: 0;
  z-index: 100;
  background: #e7e7e7;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: scaleX(.5);
}

.hairline-right:after {
  content: "";
  transform-origin: 100%;
  z-index: 100;
  background: #e7e7e7;
  width: 1px;
  height: 9.86667vw;
  position: absolute;
  top: 0;
  right: 0;
  transform: scaleX(.5);
}

.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.zborder {
  position: relative;
}

.zborder:after {
  content: "";
  box-sizing: border-box;
  transform-origin: 0 0;
  pointer-events: none;
  border-radius: 18.6667vw;
  width: 200%;
  height: 200%;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(.5);
}

.half-px-border {
  position: relative;
}

.half-px-border:after {
  content: " ";
  position: absolute;
  top: -50%;
  bottom: -50%;
  left: -50%;
  right: -50%;
  transform: scale(.5);
}

img {
  content: normal !important;
}

button, button.focus-visible {
  outline: none;
}

button:focus-visible {
  outline: none;
}

