﻿[v-cloak] {
  display: none;
}

.bridge-loading-mask {
  position: absolute;
  z-index: 9999;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 120px;
  background: rgba(255, 255, 255, 0.62);
}

.bridge-loading-mask.is-fixed {
  position: fixed;
  width: 100vw;
  height: 100vh;
  min-height: 100vh;
}

.bridge-loading-spinner {
  width: 36px;
  height: 36px;
  border: 4px solid #edf2f7;
  border-top-color: #307fe2;
  border-radius: 50%;
  animation: bridge-spin 1s linear infinite;
}

@keyframes bridge-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.comments-list .comments-item:not([data-dynamic]) {
  display: none !important;
}

.comments-wrap .pagination_wrapper {
  display: none;
}

.courses-details-page .con-wrap-section .wal .flex-wrap .left_wrapper .sections-wrap .feedback-wrap .rating-comment .rating-wrap .slider .el-rate:focus-visible .el-rate__item:first-child .rating-star {
  outline: 2px solid rgba(48, 127, 226, 0.35);
  outline-offset: 2px;
}

.courses-details-page .con-wrap-section .wal .flex-wrap .left_wrapper .sections-wrap .feedback-wrap .rating-comment .rating-wrap .slider .el-rate__item {
  color: #E2E2E9;
}

.courses-details-page .con-wrap-section .wal .flex-wrap .left_wrapper .sections-wrap .feedback-wrap .rating-comment .rating-wrap .slider .el-rate__item.is-active {
  color: #FFBE24;
}

.courses-details-page .con-wrap-section .wal .flex-wrap .left_wrapper .sections-wrap .feedback-wrap .rating-comment .rating-wrap .slider .rating-star {
  display: block;
  width: 0.21rem;
  height: 0.2rem;
  font-size: 0.21rem;
  line-height: 0.2rem;
  transition: transform 0.2s;
}

@media screen and (max-width: 800px) {
  .courses-details-page .con-wrap-section .wal .flex-wrap .left_wrapper .sections-wrap .feedback-wrap .rating-comment .rating-wrap .slider .rating-star {
    width: 0.38rem;
    height: 0.36rem;
    font-size: 0.38rem;
    line-height: 0.36rem;
  }
}

.courses-details-page .con-wrap-section .wal .flex-wrap .left_wrapper .sections-wrap .feedback-wrap .rating-comment .rating-wrap .slider .el-rate__item:hover .rating-star {
  transform: scale(1.08);
}

.courses-details-page .con-wrap-section .wal .flex-wrap .right_wrapper .curriculum-wrap .curriculum-body .cell-item .item-con {
  min-width: 0;
  flex: 1;
}

.courses-details-page .comments-list .rate .rate__item .rating-star {
  display: block;
  color: #E2E2E9;
  font-size: 0.13rem;
  line-height: 0.13rem;
}

.courses-details-page .comments-list .rate .rate__item.on .rating-star {
  color: #FFBE24;
}

.all-courses-page .course-empty-state {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 4.8rem;
  margin: 0.24rem 0;
  text-align: center;
}

.all-courses-page .course-empty-state .img {
  width: 2.56rem;
  height: auto;
}

.all-courses-page .course-empty-state .img img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.all-courses-page .course-empty-state p {
  margin-top: 0.18rem;
  max-width: 5.2rem;
  color: rgba(0, 0, 0, 0.55);
  font-size: 0.16rem;
  line-height: 0.24rem;
}

.courses-details-page .course-empty-state {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 1.72rem;
  margin: 0.06rem 0 0.08rem;
  text-align: center;
}

.courses-details-page .course-empty-state .img {
  width: 1.32rem;
  height: auto;
}

.courses-details-page .course-empty-state .img img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.courses-details-page .course-empty-state p {
  margin-top: 0.06rem;
  max-width: 3.2rem;
  color: rgba(0, 0, 0, 0.55);
  font-size: 0.14rem;
  line-height: 0.2rem;
}

.courses-details-page.is-comments-empty .continue-learning-section {
  margin-top: 0.56rem;
}

.compulsory-course-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.compulsory-course-page > main {
  flex: 1 0 auto;
}

.compulsory-course-page > .footer____section {
  flex-shrink: 0;
}

@media screen and (max-width: 800px) {
  .all-courses-page .course-empty-state {
    min-height: 5.2rem;
    margin: 0 0 0.6rem;
  }

  .all-courses-page .course-empty-state .img {
    width: 3rem;
  }

  .all-courses-page .course-empty-state p {
    margin-top: 0.24rem;
    font-size: 0.24rem;
    line-height: 0.36rem;
  }

  .courses-details-page .comments-list .rate .rate__item .rating-star {
    font-size: 0.24rem;
    line-height: 0.24rem;
  }

  .courses-details-page .course-empty-state {
    min-height: 2.36rem;
    margin: 0 0 0.16rem;
  }

  .courses-details-page .course-empty-state .img {
    width: 1.7rem;
  }

  .courses-details-page .course-empty-state p {
    margin-top: 0.12rem;
    font-size: 0.2rem;
    line-height: 0.3rem;
  }

  .courses-details-page.is-comments-empty .continue-learning-section {
    margin-top: 0.48rem;
  }
}

.pdf-page-canvas {
  cursor: zoom-in;
}

.pdf-focus-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0.2rem;
  background: rgba(0, 0, 0, 0.58);
  overscroll-behavior: contain;
}

.pdf-focus-overlay.show {
  display: flex;
}

.pdf-focus-panel {
  position: relative;
  width: min(94vw, 13rem);
  height: min(94vh, 9rem);
  padding: 0.42rem 0.12rem 0.12rem;
  overflow: hidden;
  border-radius: 0.04rem;
  background: #FFFFFF;
  box-shadow: 0 0.16rem 0.42rem rgba(0, 0, 0, 0.18);
}

.pdf-focus-panel::before {
  display: none;
}

.pdf-focus-close {
  position: absolute;
  top: 0.08rem;
  right: 0.1rem;
  width: 0.28rem;
  height: 0.28rem;
  border: 0;
  border-radius: 50%;
  background: #F5F5F7;
  cursor: pointer;
  transition: background 0.2s ease;
}

.pdf-focus-close::before,
.pdf-focus-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.14rem;
  height: 0.02rem;
  border-radius: 0.02rem;
  background: rgba(0, 0, 0, 0.62);
}

.pdf-focus-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.pdf-focus-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.pdf-focus-close:hover {
  background: #E2E2E9;
}

.pdf-focus-shell {
  width: 100%;
  height: 100%;
  overflow: auto;
  border-radius: 0.02rem;
  background: #F5F5F7;
  cursor: grab;
  user-select: none;
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, 0.14) transparent;
}

.pdf-focus-shell.is-dragging {
  cursor: grabbing;
}

.pdf-focus-shell::-webkit-scrollbar {
  width: 0.025rem;
  height: 0.025rem;
}

.pdf-focus-shell::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.14);
}

.pdf-focus-shell::-webkit-scrollbar-track {
  background: transparent;
}

.pdf-focus-shell canvas {
  display: block;
  max-width: none;
  height: auto;
  margin: 0 auto;
  background: #FFFFFF;
  box-shadow: 0 0.06rem 0.18rem rgba(0, 0, 0, 0.12);
}

@media screen and (max-width: 800px) {
  .pdf-focus-overlay {
    padding: 0.16rem;
  }

  .pdf-focus-panel {
    width: 100%;
    height: 94vh;
    padding: 0.42rem 0.1rem 0.1rem;
  }

  .pdf-focus-close {
    top: 0.08rem;
    right: 0.1rem;
    width: 0.3rem;
    height: 0.3rem;
  }
}

.label___required {
    color: #F53F3F;
}

.sign-in-page .page-main .card__wrap .card__wrapper .form___wrapper .__input__con .input-wrap .input-box .password-toggle {
  position: absolute;
  right: 0.12rem;
  top: 50%;
  width: 0.2rem;
  height: 0.2rem;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.sign-in-page .page-main .card__wrap .card__wrapper .form___wrapper .__input__con .input-wrap .input-box .password-toggle img {
  display: block;
  width: 100%;
  height: 100%;
}

.sign-in-page .page-main .card__wrap .card__wrapper .form___wrapper .__input__con .input-wrap .input-box .password-toggle + .error-text {
  pointer-events: none;
}

.sign-in-page .page-main .card__wrap .card__wrapper .form___wrapper .__input__con .input-wrap .input-box .default____input[type=password],
.sign-in-page .page-main .card__wrap .card__wrapper .form___wrapper .__input__con .input-wrap .input-box .default____input.is-password-visible {
  padding-right: 0.56rem;
}

@media screen and (max-width: 800px) {
  .sign-in-page .page-main .card__wrap .card__wrapper .form___wrapper .__input__con .input-wrap .input-box .password-toggle {
    right: 0.2rem;
    width: 0.32rem;
    height: 0.32rem;
  }

  .sign-in-page .page-main .card__wrap .card__wrapper .form___wrapper .__input__con .input-wrap .input-box .default____input[type=password],
  .sign-in-page .page-main .card__wrap .card__wrapper .form___wrapper .__input__con .input-wrap .input-box .default____input.is-password-visible {
    padding-right: 0.76rem;
  }
}

.company-Infomation2-page .form___wrapper .__input__con .upload__wrap .label .note {
    z-index: 2;
}

.company-Infomation2-page .form___wrapper .__input__con .upload__wrap .label .red {
    color: #F53F3F;
}

@media screen and (max-width: 800px) {
    .sign-in-page .page-main .card__wrap .card__wrapper .form___wrapper .__input__con .input-wrap.is-error .note_box {
        margin-top: 0.6rem;
    }
    .installers-program-page .installer-company-section .wal .head-wrap .contentx {
        letter-spacing: 0.04px;
    }
    .sign-in-page .page-main .registered-successfully__wrap .type2__btn_box {
        flex-direction: column;
    }
    .sign-in-page .page-main .registered-successfully__wrap .type2__btn_box .sign-in.type2 {
        width: 100%;
    }
    .sign-in-page .page-main .registered-successfully__wrap .type2__btn_box .sign-in.type2:not(:last-child) {
        margin-right: 0;
        margin-bottom: 0.22rem;
    }
    .sign-in-page .page-main .registered-successfully__wrap {
        position: static;
        padding-top: 1.5rem;
    }
}

.country-select-search-wrap {
    padding: 0.1rem 0.1rem 0;
}

.country-select-search {
    width: 100%;
    height: 0.34rem;
    padding: 0 0.12rem;
    border: 1px solid #CFD4E0;
    border-radius: 0.04rem;
    font-size: 0.14rem;
    box-sizing: border-box;
}
@media screen and (max-width: 800px) {
    .country-select-search-wrap {
        padding: 0.1rem 0.1rem 0;
    }

    .country-select-search {
        width: 100%;
        height: 0.56rem;
        padding: 0 0.2rem;
        border: 1px solid #CFD4E0;
        border-radius: 0.08rem;
        font-size: 0.22rem;
        box-sizing: border-box;
    }
}
.account-page .tab-badge {
    display: flex;
    align-items: center;
    justify-content: center;
}

.favorite-courses-page .card_____list_wrap__type2 .card-list .card-item .info-box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.16rem;
}

.favorite-courses-page .card_____list_wrap__type2 .card-list .card-item .info-box .card-title {
    flex: 1;
    min-width: 0;
}

.favorite-courses-page .card_____list_wrap__type2 .card-list .card-item .info-box .heart-box {
    flex: 0 0 auto;
    margin-left: auto;
}

.courses-details-page .con-wrap-section .wal .flex-wrap .left_wrapper .video_wrapper video {
    display: block;
    background: #000;
    object-fit: contain;
}

.all-courses-page .card_____list_wrap .card-list .card-item .info-box .tag-views-heart.has-long-category {
    flex-wrap: nowrap;
    gap: 0.2rem;
    padding-right: 0.52rem;
}

.all-courses-page .card_____list_wrap .card-list .card-item .info-box .tag-views-heart.has-long-category .tag {
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.all-courses-page .card_____list_wrap .card-list .card-item .info-box .tag-views-heart.has-long-category .views {
    flex: 0 0 auto;
    margin-left: 0;
    white-space: nowrap;
}

.courses-details-page .continue-learning-section .wal .card_wrap .card_____list_wrap .card-list .card-item .info-box .card-title {
    min-height: 0.6rem;
    max-height: 0.6rem;
    -webkit-line-clamp: 2;
}

@media screen and (max-width: 800px) {
    .all-courses-page .card_____list_wrap .card-list .card-item .info-box .tag-views-heart.has-long-category {
        gap: 0.3rem;
        padding-right: 0.94rem;
    }

    .courses-details-page .continue-learning-section .wal .card_wrap .card_____list_wrap .card-list .card-item .info-box .card-title {
        min-height: 0.96rem;
        max-height: 0.96rem;
        -webkit-line-clamp: 2;
    }
}

@media screen and (min-width: 800px) {
    .account-page .data-table--review th:nth-child(4) {
        width: 1.2rem;
    }

}

@media screen and (max-width: 800px) {
    .index-page .index-banner .swiper-container .swiper-control .swiper-dots span {
        width: 0.14rem;
        height: 0.14rem;
        margin-right: 0.16rem;
        border-radius: 0.07rem;
    }
    .index-page .popular-courses-section .card-wrap .card-list-wrap .card-list .card-item .card-con .card-title {
        width: 100%;
    }
    .index-page .document-center-section .card-swiper .swiper-wrapper .swiper-slide .card-box {
        height: 100%;
    }
    .g__footer .footer_wrap .con_wer .nav-contact {
        width: 100%;
    }
    .g__footer {
        overflow: hidden;
    }
    .account-page .certification-section--unacquired {
        margin-bottom: 0.8rem;
    }
}

/* Edge */
input::-ms-reveal {
    display: none;
}

input[type="password"]::-ms-reveal {
    display: none;
}
input[type="password"]::-ms-reveal{
    display: none;
}
input[type="password"]::-ms-clear{
    display: none;
}
input[type="password"]::-o-clear{
    display: none;
}
input[type="password"]::-ms-reveal {
    display: none;
}

input[type="password"]::-ms-clear {
    display: none;
}

input[type="password"]::-ms-reveal {
    display: none;
}

.g-header .g-head .header_wrapper .header-box .right-btn-box .login-box .layer-box .card-box {
    min-width: 2rem;
    max-width: 4rem;
}
.g-header .g-head .header_wrapper .header-box .right-btn-box .login-box .layer-box .card-box .head-infor .name-installer .name {
    overflow-wrap: break-word;
}
.g-header .g-head .header_wrapper .header-box .right-btn-box .login-box .layer-box .card-box .head-infor .name-installer .installer {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow-wrap: break-word;
    max-width: 1.6rem;
}

/* 课程产品层级筛选 */
.all-courses-page .class-section .hierarchy-filter-row {
    animation: course-filter-reveal 180ms ease-out;
}

.all-courses-page .class-section .hierarchy-empty {
    color: rgba(0, 0, 0, 0.45);
    font-size: 0.14rem;
    line-height: 0.36rem;
}

@keyframes course-filter-reveal {
    from {
        opacity: 0;
        transform: translateY(-0.04rem);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media screen and (max-width: 800px) {
    .all-courses-page .class-section .hierarchy-empty {
        font-size: 0.22rem;
        line-height: 0.64rem;
    }

}

.courses-details-page .con-wrap-section .wal .flex-wrap .left_wrapper .title-heart .heart-copy {
    display: flex;
    gap: 0.1rem;
}

.courses-details-page .con-wrap-section .wal .flex-wrap .left_wrapper .title-heart .heart-copy .copy-icon {
    width: 0.48rem;
    height: 0.48rem;
    border-radius: 0.12rem 0.12rem 0.12rem 0.12rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #F5F5F7;
}

.courses-details-page .con-wrap-section .wal .flex-wrap .left_wrapper .title-heart .heart-copy .copy-icon path {
    transition: 0.2s;
}
@media screen and (min-width: 800px) {
    .courses-details-page .con-wrap-section .wal .flex-wrap .left_wrapper .title-heart .heart-copy .copy-icon:hover {
        background: rgba(48, 127, 226, 0.1);
    }

    .courses-details-page .con-wrap-section .wal .flex-wrap .left_wrapper .title-heart .heart-copy .copy-icon:hover .icon path {
        fill: #307FE2;
    }
    .account-page.c_details .course-wrap {
        margin-top: 0.24rem;
    }
}
.courses-details-page .con-wrap-section .wal .flex-wrap .left_wrapper .title-heart .heart-copy .copy-icon .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0.22rem;
    height: 0.22rem;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    object-fit: contain;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

@media screen and (max-width: 800px) {
    .courses-details-page .con-wrap-section .wal .flex-wrap .left_wrapper .title-heart .heart-copy .copy-icon {
        width: 0.64rem;
        height: 0.64rem;
        border-radius: 0.16rem;
    }
    .courses-details-page .con-wrap-section .wal .flex-wrap .left_wrapper .title-heart .heart-copy .copy-icon .icon {
        width: 0.28rem;
        height: 0.28rem;
    }
}
