.tit-en {
  text-transform: uppercase;
}

.page-back-top {
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  position: fixed;
  z-index: 99;
  transform: scale(0);
  transition: 0.3s transform cubic-bezier(0.25, 0.8, 0.5, 1);
}
.page-back-top.is-active {
  transform: scale(1);
}
.page-back-top i {
  display: block;
  background-image: url("/themes/simplebootx/Index/Public/img/common/icon-back-top.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.page-back-top span {
  color: #666;
  line-height: 1;
}

.slide-pagination {
  position: absolute;
  width: auto;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
}
.slide-pagination .swiper-pagination-bullet {
  border: none;
  background: rgba(153, 153, 153, 0.5);
  opacity: 1;
}
.slide-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #044269 !important;
  border-color: #044269 !important;
}

.layui-pager {
  display: flex;
  justify-content: center;
  user-select: none;
}
.layui-pager .layui-laypage a {
  color: #333;
  border: 1px solid #eee;
}
.layui-pager .layui-laypage-em {
  background: #044269 !important;
}

.zoom-img {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  cursor: pointer;
}
.zoom-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.45s all ease;
}
.zoom-img:hover img {
  width: 120%;
  height: 120%;
}

.hover-zoom {
  transition: 0.4s transform ease;
}
.hover-zoom:hover {
  transform: scale(1.1);
}

.hover-bg {
  transition: 0.3s background ease;
}
.hover-bg:hover {
  background: #f5f5f5;
}

.hover-opacity {
  transition: 0.3s opacity ease;
}
.hover-opacity:hover {
  opacity: 0.8;
}

.preview-img {
  cursor: pointer;
}

#spotlight .header div {
  box-sizing: content-box;
}

.swiper-preset-certificate {
  margin: 0 auto;
  position: relative;
}
.swiper-preset-certificate::after {
  content: " ";
  display: block;
  background-image: url("/themes/simplebootx/Index/Public/img/about/cer-case.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.swiper-preset-certificate .swiper-wrapper {
  align-items: flex-end;
}
.swiper-preset-certificate .swiper-slide {
  display: flex;
  justify-content: center;
  transform-origin: bottom;
}
.swiper-preset-certificate .swiper-slide-active {
  z-index: 3;
}
.swiper-preset-certificate .swiper-slide-prev,
.swiper-preset-certificate .swiper-slide-next {
  z-index: 2;
}
.swiper-preset-certificate .slide-button {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  position: absolute;
}
.swiper-preset-certificate .slide-button::before, .swiper-preset-certificate .slide-button::after {
  content: " ";
  display: block;
  position: absolute;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: 0.3s opacity ease;
}
.swiper-preset-certificate .slide-button::before {
  background-image: url("/themes/simplebootx/Index/Public/img/common/icon-next.png");
}
.swiper-preset-certificate .slide-button::after {
  background-image: url("/themes/simplebootx/Index/Public/img/common/icon-next-active.png");
  opacity: 0;
}
.swiper-preset-certificate .slide-button:hover::before {
  opacity: 0;
}
.swiper-preset-certificate .slide-button:hover::after {
  opacity: 1;
}
.swiper-preset-certificate .slide-button-prev {
  transform: rotate(-180deg);
}

.swiper-preset-switch {
  position: relative;
}
.swiper-preset-switch .slide-button {
  background-image: url("/themes/simplebootx/Index/Public/img/common/icon-arrow-right.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  cursor: pointer;
  position: absolute;
  z-index: 9;
}
.swiper-preset-switch .slide-button-prev {
  transform: rotate(-180deg);
}

.zoomContainer {
  z-index: 8;
}

.z-image-viewer {
  position: relative;
}
.z-image-viewer__wrap {
  position: relative;
}
.z-image-viewer__zoom {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}
.z-image-viewer__zoom img {
  opacity: 0;
  max-height: 100%;
}
.z-image-viewer .swiper-preset-switch {
  position: static;
}

.z-overlay,
.z-popup {
  transition: 0.3s all ease;
}

.z-overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
  z-index: 999;
  opacity: 0;
  pointer-events: none;
}
.z-overlay.is-show {
  opacity: 1;
  pointer-events: all;
}

.z-popup {
  transform: scale(0);
}
.z-popup.is-show {
  transform: scale(1);
}

.z-tabs {
  display: flex;
  align-items: center;
}
.z-tabs .z-tab {
  color: #666;
  flex-shrink: 0;
  white-space: nowrap;
}
.z-tabs .z-tab.is-active {
  color: #044269;
  font-weight: bold;
}

@media (min-width: 769px) {
  .sm {
    display: none !important;
  }
  .page {
    min-height: 100vh;
    padding-top: 1.25rem;
  }
  .page-banner {
    height: 6rem;
    position: relative;
  }
  .page-banner .banner-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .page-banner .banner-title {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 0.25rem;
    line-height: 0.35rem;
    min-width: 3.375rem;
    height: 1rem;
    padding: 0 0.4rem;
    background: #044269;
    position: absolute;
    left: 2.5rem;
    bottom: 0;
    z-index: 2;
  }
  .panel-title {
    padding-top: 0.875rem;
    padding-bottom: 0.75rem;
    text-align: center;
  }
  .panel-title .tit-cn {
    margin-bottom: 0.125rem;
    color: #044269;
    font-size: 0.4rem;
    line-height: 0.5625rem;
    font-weight: bold;
  }
  .panel-title .tit-en {
    color: rgba(102, 102, 102, 0.5);
    font-size: 0.25rem;
    line-height: 0.35rem;
  }
  .page-navbar {
    display: flex;
    align-items: center;
    height: 1.25rem;
    padding: 0 2.5rem;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    box-shadow: 0 0.025rem 0.1rem 0 rgba(0, 0, 0, 0.1);
  }
  .page-navbar .navbar-logo {
    flex-shrink: 0;
    display: block;
    width: 4.475rem;
    height: 0.925rem;
  }
  .page-navbar .navbar-logo img {
    width: 100%;
    height: 100%;
  }
  .page-navbar .navbar-lang {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    margin-left: auto;
    position: relative;
    cursor: pointer;
  }
  .page-navbar .navbar-lang .lang-trigger {
    display: flex;
    align-items: center;
    padding: 0.1rem 0;
  }
  .page-navbar .navbar-lang .lang-trigger .icon {
    width: 0.25rem;
    height: 0.25rem;
    margin-right: 0.075rem;
    background-image: url("/themes/simplebootx/Index/Public/img/common/icon-lang.png");
    background-size: cover;
    background-repeat: no-repeat;
  }
  .page-navbar .navbar-lang .lang-trigger .name {
    color: #044269;
    font-size: 0.225rem;
  }
  .page-navbar .navbar-lang .lang-trigger .arrow {
    width: 0.2rem;
    height: 0.2rem;
    margin-left: 0.1375rem;
    position: relative;
  }
  .page-navbar .navbar-lang .lang-trigger .arrow, .page-navbar .navbar-lang .lang-trigger .arrow::before, .page-navbar .navbar-lang .lang-trigger .arrow::after {
    transition: 0.3s all ease;
  }
  .page-navbar .navbar-lang .lang-trigger .arrow::before,
  .page-navbar .navbar-lang .lang-trigger .arrow::after {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
  }
  .page-navbar .navbar-lang .lang-trigger .arrow::before {
    background-image: url("/themes/simplebootx/Index/Public/img/common/icon-arrow.png");
  }
  .page-navbar .navbar-lang .lang-trigger .arrow::after {
    opacity: 0;
    background-image: url("/themes/simplebootx/Index/Public/img/common/icon-arrow-active.png");
  }
  .page-navbar .navbar-lang .lang-dropdown {
    width: 1.25rem;
    background: #fff;
    box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.1);
    transform: scale(0);
    transform-origin: top center;
    transition: 0.3s all ease;
    position: absolute;
    left: calc(50% - 0.625rem);
    top: 100%;
  }
  .page-navbar .navbar-lang .lang-dropdown a {
    display: block;
    width: 100%;
    padding: 0.1rem 0.2rem;
    border-bottom: 0.0125rem solid #eee;
    text-align: center;
    font-size: 0.2rem;
  }
  .page-navbar .navbar-lang .lang-dropdown a:hover {
    background: #f5f5f5;
  }
  .page-navbar .navbar-lang .lang-dropdown li:last-of-type a {
    border-bottom: 0;
  }
  .page-navbar .navbar-lang:hover .lang-trigger .arrow {
    transform: rotate(180deg);
  }
  .page-navbar .navbar-lang:hover .lang-trigger .arrow::before {
    opacity: 0;
  }
  .page-navbar .navbar-lang:hover .lang-trigger .arrow::after {
    opacity: 1;
  }
  .page-navbar .navbar-lang:hover .lang-dropdown {
    transform: scale(1);
  }
  .page-navbar .navbar-menu {
    display: flex;
    height: 100%;
    padding-left: 0.675rem;
    position: relative;
    z-index: 2;
  }
  .page-navbar .navbar-menu-item {
    padding: 0 0.2rem;
    margin-right: 0.475rem;
    position: relative;
  }
  .page-navbar .navbar-menu-item:last-of-type {
    margin-right: 0;
  }
  .page-navbar .navbar-menu-item,
  .page-navbar .navbar-menu-item > .title {
    display: flex;
    align-items: center;
    height: 100%;
  }
  .page-navbar .navbar-menu-item > .title {
    width: 100%;
    color: #333;
    font-size: 0.225rem;
    line-height: 0.3125rem;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: 0.3s all ease;
  }
  .page-navbar .navbar-menu-item > .title i {
    display: block;
    width: 0.2rem;
    height: 0.2rem;
    margin-left: 0.1375rem;
    position: relative;
  }
  .page-navbar .navbar-menu-item > .title i, .page-navbar .navbar-menu-item > .title i::before, .page-navbar .navbar-menu-item > .title i::after {
    transition: 0.3s all ease;
  }
  .page-navbar .navbar-menu-item > .title i::before,
  .page-navbar .navbar-menu-item > .title i::after {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
  }
  .page-navbar .navbar-menu-item > .title i::before {
    background-image: url("/themes/simplebootx/Index/Public/img/common/icon-arrow.png");
  }
  .page-navbar .navbar-menu-item > .title i::after {
    opacity: 0;
    background-image: url("/themes/simplebootx/Index/Public/img/common/icon-arrow-active.png");
  }
  .page-navbar .navbar-menu-item:hover > .title, .page-navbar .navbar-menu-item.is-active > .title {
    color: #044269;
  }
  .page-navbar .navbar-menu-item:hover > .title i {
    transform: rotate(180deg);
  }
  .page-navbar .navbar-menu-item:hover > .title i::before {
    opacity: 0;
  }
  .page-navbar .navbar-menu-item:hover > .title i::after {
    opacity: 1;
  }
  .page-navbar .navbar-menu-item:hover > .menu-list {
    opacity: 1;
    transform: scale(1);
  }
  .page-navbar .navbar-menu .menu-list {
    width: 2.25rem;
    background: #fff;
    position: absolute;
    left: 0;
    top: 100%;
    opacity: 0;
    transform: scale(0);
    transform-origin: left top;
    transition: 0.3s all ease;
  }
  .page-navbar .navbar-menu .menu-item {
    color: #666;
    font-size: 0.2rem;
    line-height: 0.275rem;
    position: relative;
  }
  .page-navbar .navbar-menu .menu-item .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0.175rem 0.275rem;
  }
  .page-navbar .navbar-menu .menu-item i {
    content: " ";
    display: block;
    flex-shrink: 0;
    margin-left: 0.1rem;
    margin-right: -0.1rem;
    color: rgba(0, 0, 0, 0.3);
    border-left: 0.0875rem solid transparent;
    border-right: 0.0875rem solid transparent;
    border-top: 0.0875rem solid currentColor;
    transition: 0.3s all ease;
  }
  .page-navbar .navbar-menu .menu-item:hover > .title, .page-navbar .navbar-menu .menu-item.is-active > .title {
    color: #fff;
    background: #044269;
  }
  .page-navbar .navbar-menu .menu-item:hover > .title i, .page-navbar .navbar-menu .menu-item.is-active > .title i {
    color: rgba(255, 255, 255, 0.5);
  }
  .page-navbar .navbar-menu .menu-item:hover > .title i {
    color: #fff;
    transform: rotate(-90deg);
  }
  .page-navbar .navbar-menu .menu-item:hover > .menu-list {
    opacity: 1;
    transform: scale(1);
  }
  .page-navbar .navbar-menu .menu-item .menu-list {
    left: 100%;
    top: 0;
    z-index: 2;
  }
  .page-navbar .navbar-menu .menu-item .menu-list::before {
    content: " ";
    display: block;
    width: 1px;
    background: linear-gradient(180deg, #fff 0%, #d8d8d8 52%, #fff 100%);
    position: absolute;
    left: 0;
    top: 0.1875rem;
    bottom: 0.375rem;
    z-index: 9;
  }
  .page-navbar .navbar-menu .menu-item .menu-list .menu-item > .title {
    position: relative;
  }
  .page-navbar .navbar-menu .menu-item .menu-list .menu-item > .title::after {
    content: " ";
    display: block;
    width: 3px;
    background: #044269;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    transform: scaleY(0);
    transition: 0.3s all ease;
  }
  .page-navbar .navbar-menu .menu-item .menu-list .menu-item:hover > .title,
  .page-navbar .navbar-menu .menu-item .menu-list .menu-item.is-active > .title {
    color: #044269;
    background: #fff;
    border-right-color: #044269;
  }
  .page-navbar .navbar-menu .menu-item .menu-list .menu-item:hover > .title::after,
  .page-navbar .navbar-menu .menu-item .menu-list .menu-item.is-active > .title::after {
    opacity: 1;
    transform: scaleY(1);
  }
  .page-navbar.is-blue {
    background: #044269;
  }
  .page-navbar.is-blue .navbar-menu-item > .title {
    color: #fff;
  }
  .page-navbar.is-blue .navbar-menu-item i::before,
  .page-navbar.is-blue .navbar-menu-item i::after {
    background-image: url("/themes/simplebootx/Index/Public/img/common/icon-arrow-white.png");
  }
  .page-navbar.is-blue .lang-trigger .name {
    color: #fff;
  }
  .page-navbar.is-blue .lang-trigger .icon {
    background-image: url("/themes/simplebootx/Index/Public/img/common/icon-lang-white.png");
  }

  .page-navbar.is-blue .navbar-lang .lang-trigger .arrow::before {
    background-image: url("/themes/simplebootx/Index/Public/img/common/icon-arrow-white.png");
  }
  .page-back-top {
    width: 1rem;
    height: 1rem;
    padding: 0.15rem 0;
    right: 1.25rem;
    bottom: 1.25rem;
    box-shadow: 0 0.025rem 0.2rem 0 rgba(0, 0, 0, 0.15);
    text-align: center;
  }
  .page-back-top i {
    width: 0.32rem;
    height: 0.32rem;
    margin: 0 auto 0.05rem;
  }
  .page-back-top span {
    font-size: 0.175rem;
  }
  .page-footer {
    background: #333333 url("/themes/simplebootx/Index/Public/img/common/footerBg.png") no-repeat center center/100% 100%;
    background-size: cover;
    position: relative;
  }
  .page-footer .footerMiniI {
    width: 4.25rem;
    height: 4.25rem;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 0;
  }
  .page-footer .footerTop {
    position: relative;
    z-index: 1;
    padding: 0.375rem 2.5rem 0.1625rem;
    display: flex;
    justify-content: space-between;
  }
  .page-footer .footerTop .footerList {
    display: flex;
    flex: 1;
  }
  .page-footer .footerTop .footerList .footerLi {
    flex: 1;
    padding-left: 0.625rem;
    position: relative;
  }
  .page-footer .footerTop .footerList .footerLi::before {
    content: "";
    position: absolute;
    top: 0.1875rem;
    left: 0;
    width: 0.4rem;
    height: 0.0375rem;
    background: #ffffff;
  }
  .page-footer .footerTop .footerList .footerLi .footerLiTitle {
    font-weight: 600;
    font-size: 0.25rem;
    color: #ffffff;
    line-height: 0.35rem;
    margin-bottom: 0.025rem;
  }
  .page-footer .footerTop .footerList .footerLi .footerLiTitleE {
    font-weight: 400;
    font-size: 0.175rem;
    color: rgba(255, 255, 255, 0.6);
    line-height: 0.25rem;
    margin-bottom: 0.2rem;
  }
  .page-footer .footerTop .footerList .footerLi .footerLiContent {
    display: flex;
  }
  .page-footer .footerTop .footerList .footerLi .footerLiContent .columF {
    padding-right: 0.5rem;
  }
  .page-footer .footerTop .footerList .footerLi .footerLiContent .columF:nth-last-child(1) {
    padding-right: 0;
  }
  .page-footer .footerTop .footerList .footerLi .footerLiContent .columF .footerLiContentA {
    font-weight: 400;
    font-size: 0.2rem;
    color: #ffffff;
    line-height: 0.275rem;
    margin-bottom: 0.15rem;
    display: block;
  }
  .page-footer .footerTop .footerAbout {
    flex-shrink: 0;
  }
  .page-footer .footerTop .footerAbout .footerLogo {
    width: 2.1625rem;
    height: 0.45rem;
    display: block;
    margin-bottom: 0.3rem;
  }
  .page-footer .footerTop .footerAbout .footerXinxiLi {
    display: block;
    font-weight: 400;
    font-size: 0.2rem;
    color: #ffffff;
    line-height: 0.2875rem;
    margin-bottom: 0.25rem;
  }
  .page-footer .footerTop .footerAbout .footerB {
    font-weight: bold;
  }
  .page-footer .footerBottom {
    padding: 0.4rem 2.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 1;
  }
  .page-footer .footerBottom .footerBottomLeft {
    font-weight: 400;
    font-size: 0.2rem;
    color: #ffffff;
    line-height: 0.275rem;
  }
  .page-footer .footerBottom .footerBottomRight {
    display: flex;
    align-items: center;
  }
  .page-footer .footerBottom .footerBottomRight .footerBottomA {
    font-weight: 400;
    font-size: 0.2rem;
    color: #ffffff;
    line-height: 0.275rem;
    margin-right: 0.25rem;
  }
  .page-footer .footerBottom .footerBottomRight .hotLinkMain {
    position: relative;
  }
  .page-footer .footerBottom .footerBottomRight .hotLinkMain .hotLinkBtn {
    height: 0.4rem;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid #ffffff;
    font-weight: 400;
    font-size: 0.2rem;
    color: #ffffff;
    line-height: 0.375rem;
    padding: 0 0.625rem 0 0.375rem;
    position: relative;
    cursor: pointer;
    user-select: none;
  }
  .page-footer .footerBottom .footerBottomRight .hotLinkMain .hotLinkBtn::before {
    content: "";
    position: absolute;
    right: 0.25rem;
    top: 55%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 0.075rem solid transparent;
    border-right: 0.075rem solid transparent;
    border-top: 0.1rem solid #fff;
    transition: 0.3s;
  }
  .page-footer .footerBottom .footerBottomRight .hotLinkMain .hotLinkList {
    width: 100%;
    background: #fff;
    box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.1);
    transform: scale(0);
    transform-origin: bottom center;
    transition: 0.3s all ease;
    position: absolute;
    left: 0;
    bottom: 100%;
  }
  .page-footer .footerBottom .footerBottomRight .hotLinkMain .hotLinkList .hotLinkA {
    display: block;
    width: 100%;
    padding: 0.1rem 0.2rem;
    border-bottom: 1px solid #eee;
  }
  .page-footer .footerBottom .footerBottomRight .hotLinkMain .hotLinkList .hotLinkA:hover {
    background: #f5f5f5;
  }
  .page-footer .footerBottom .footerBottomRight .hotLinkMain:hover .hotLinkBtn::before {
    top: 25%;
    transform: rotate(180deg) translateY(-50%);
  }
  .page-footer .footerBottom .footerBottomRight .hotLinkMain:hover .hotLinkList {
    transform: scale(1);
  }
  .slide-pagination {
    bottom: 1.375rem;
  }
  .slide-pagination .swiper-pagination-bullet {
    width: 0.45rem;
    height: 0.0375rem;
    border-radius: 0;
  }
  .slide-pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
    margin-left: 0.15rem;
  }
  .swiper-preset-switch .slide-button {
    width: 0.475rem;
    height: 0.475rem;
    top: calc(50% - 0.2375rem);
  }
  .swiper-preset-switch .slide-button-prev {
    left: 0;
  }
  .swiper-preset-switch .slide-button-next {
    right: 0;
  }
  .layui-pager .layui-box {
    margin-top: 0.25rem;
    margin-bottom: 1rem;
  }
  .layui-pager a + a,
  .layui-pager a + span,
  .layui-pager span + a {
    margin-left: 0.15rem;
  }
  .layui-pager .layui-laypage a,
  .layui-pager .layui-laypage span,
  .layui-pager .layui-laypage-spr {
    height: 0.45rem !important;
    padding: 0 0.175rem !important;
    font-size: 0.2rem;
    line-height: 0.45rem;
  }
  .search-box {
    display: flex;
    align-items: center;
    width: 100%;
    height: 0.6rem;
    border: 0.0125rem solid #044269;
  }
  .search-box img {
    width: 0.3rem;
    height: 0.3rem;
    margin: 0 0.15rem;
  }
  .search-box input {
    color: #333;
    font-size: 0.2rem;
    line-height: 0.275rem;
  }
  .search-box input::placeholder {
    color: #666;
  }
  .z-popup {
    width: 11.625rem;
    padding: 0.375rem;
    background: #fff;
    border-radius: 0.05rem;
    position: relative;
  }
  .z-popup__close {
    width: 0.45rem;
    height: 0.45rem;
    background: url("/themes/simplebootx/Index/Public/img/common/icon-close.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: -0.225rem;
    top: -0.225rem;
    cursor: pointer;
    z-index: 9;
  }
  .z-stepper {
    display: flex;
    align-items: center;
    user-select: none;
  }
  .z-stepper__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0.35rem;
    height: 0.35rem;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
  }
  .z-stepper__btn.is-sub {
    background-image: url("/themes/simplebootx/Index/Public/img/common/stepper-sub.png");
  }
  .z-stepper__btn.is-add {
    background-image: url("/themes/simplebootx/Index/Public/img/common/stepper-add.png");
  }
  .z-stepper__btn.is-disabled {
    cursor: not-allowed;
    opacity: 0.6;
  }
  .z-stepper__input {
    width: 2em;
    font-size: 0.25rem;
    font-weight: bold;
    text-align: center;
  }
  .z-image-viewer__imgs {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0.25rem 0;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .z-image-viewer__img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
    background: #fff;
    border: 0.0125rem solid rgba(0, 0, 0, 0.05);
    cursor: pointer;
  }
  .z-image-viewer__img.is-active {
    border: 0.0125rem solid #044269;
    box-shadow: 0px 0.0375rem 0.075rem 0px rgba(0, 90, 223, 0.1);
  }
  .z-image-viewer__img + .z-image-viewer__img {
    margin-left: 0.1875rem;
  }
  .magnifier-img::before {
    content: " ";
    display: block;
    width: 0.225rem;
    height: 0.225rem;
    background-image: url("/themes/simplebootx/Index/Public/img/common/icon-zoom.png");
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    right: 0.075rem;
    top: 0.075rem;
    z-index: 2;
  }
  .magnifier-img::after {
    content: " ";
    display: block;
    width: 0.375rem;
    height: 0.375rem;
    background: rgba(216, 216, 216, 0.1);
    border: 0.0125rem solid rgba(230, 230, 230, 0.5);
    position: absolute;
    right: 0;
    top: 0;
  }
  .popup-product {
    display: flex;
  }
  .popup-product img {
    max-height: 100%;
  }
  .popup-product .img {
    flex-shrink: 0;
    width: 6.25rem;
    height: 4.625rem;
    border: 0.0125rem solid rgba(0, 0, 0, 0.1);
  }
  .popup-product .price-box {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding-left: 0.5rem;
  }
  .popup-product .price-box .info {
    margin-bottom: 0.5rem;
  }
  .popup-product .price-box .title {
    margin-bottom: 0.1rem;
    font-size: 0.25rem;
    line-height: 0.35rem;
    font-weight: bold;
  }
  .popup-product .price-box .more {
    color: #666;
    font-size: 0.175rem;
    line-height: 0.25rem;
  }
  .popup-product .price-box .label {
    margin-bottom: 0.1875rem;
    font-size: 0.225rem;
    line-height: 0.3125rem;
  }
  .popup-product .price-box .action {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 0.55rem;
    margin-top: auto;
    background: #044269;
    box-shadow: 0 0.0375rem 0.1rem 0 rgba(11, 76, 172, 0.1);
    color: #fff;
    font-size: 0.2rem;
    line-height: 0.275rem;
    cursor: pointer;
  }
  .popup-product .price-box .action:hover {
    opacity: 0.8;
  }
  .popup-product .submit-box {
    flex: 1;
    padding-left: 0.5rem;
  }
  .popup-product .submit-box .info {
    display: flex;
    align-items: center;
  }
  .popup-product .submit-box .info .row {
    width: 50%;
  }
  .popup-product .submit-box .info .label {
    margin-bottom: 0.075rem;
    color: #666;
    font-size: 0.175rem;
    line-height: 0.25rem;
  }
  .popup-product .submit-box .info .value {
    color: #333;
    font-size: 0.25rem;
    line-height: 0.35rem;
    font-weight: bold;
  }
  .popup-product .submit-box .form {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.425rem;
  }
  .popup-product .submit-box .form-item {
    width: calc(50% - 0.125rem);
    height: 0.45rem;
    background: #fff;
    position: relative;
  }
  .popup-product .submit-box .form-item:nth-child(even) {
    margin-left: 0.2375rem;
  }
  .popup-product .submit-box .form-item:nth-child(2) ~ .form-item {
    margin-top: 0.2rem;
  }
  .popup-product .submit-box .form-item input,
  .popup-product .submit-box .form-item textarea {
    width: 100%;
    height: 100%;
    padding: 0.125rem;
    border: 0.0125rem solid rgba(153, 153, 153, 0.35);
  }
  .popup-product .submit-box .form-item input:focus,
  .popup-product .submit-box .form-item textarea:focus {
    border: 1px solid #044269;
  }
  .popup-product .submit-box .form-item.is-full {
    width: 100%;
    height: 1.25rem;
  }
  .popup-product .submit-box .form-item.is-required input,
  .popup-product .submit-box .form-item.is-required textarea {
    padding-left: 0.25rem;
  }
  .popup-product .submit-box .form-item.is-required::before {
    content: "*";
    display: block;
    color: #E10000;
    position: absolute;
    left: 0.125rem;
    top: 0.125rem;
    z-index: 9;
  }
  .popup-product .submit-box .form-action {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 0.55rem;
    margin-top: 0.4rem;
    background: #044269;
    box-shadow: 0 0.0375rem 0.1rem 0 rgba(11, 76, 172, 0.1);
    color: #fff;
    font-size: 0.2rem;
    line-height: 0.275rem;
    cursor: pointer;
  }
  .popup-product .submit-box .form-action:hover {
    opacity: 0.8;
  }
}
@media (max-width: 768px) {
  .bg {
    display: none !important;
  }
  .page {
    padding-top: 3.2rem;
  }
  .panel-title {
    padding-top: 0.875rem;
    padding-bottom: 0.75rem;
    text-align: center;
  }
  .panel-title .tit-cn {
    margin-bottom: 0.125rem;
    color: #044269;
    font-size: 1.275rem;
    line-height: 1.85rem;
    font-weight: bold;
  }
  .panel-title .tit-en {
    color: rgba(102, 102, 102, 0.5);
    font-size: 0.9rem;
    line-height: 1.275rem;
  }
  .page-banner {
    height: 10.2375rem;
    position: relative;
  }
  .page-banner .banner-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .page-banner .banner-title {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.025rem;
    line-height: 1.475rem;
    min-width: 6.4rem;
    height: 2.4375rem;
    padding: 0 0.85rem;
    background: #044269;
    position: absolute;
    left: 0.6375rem;
    bottom: 0;
    z-index: 2;
  }
  .page-navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 3.2rem;
    padding-left: 1.025rem;
    padding-right: 1.25rem;
    background: #fff;
    box-shadow: 0 0.25rem 0.6375rem 0 rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
  }
  .page-navbar .navbar-logo {
    display: block;
    width: 10rem;
  }
  .page-navbar .navbar-menu {
    display: none;
    max-height: 80vh;
    overflow-y: auto;
    background: #fff;
    box-shadow: 0 0.35rem 0.35rem 0 rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 0;
    right: 0;
    top: 3.2rem;
  }
  .page-navbar .navbar-menu-item {
    position: relative;
  }
  .page-navbar .navbar-menu-item > .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.025rem 1.275rem;
    position: relative;
    color: #333;
    font-size: 1.15rem;
    line-height: 1.2;
  }
  .page-navbar .navbar-menu-item > .title i {
    width: 3rem;
    height: 3rem;
    display: block;
    margin-left: 0.1375rem;
    position: absolute;
    right: 0.5rem;
    top: 0.2rem;
  }
  .page-navbar .navbar-menu-item > .title i, .page-navbar .navbar-menu-item > .title i::before, .page-navbar .navbar-menu-item > .title i::after {
    transition: 0.3s all ease;
  }
  .page-navbar .navbar-menu-item > .title i::before,
  .page-navbar .navbar-menu-item > .title i::after {
    content: " ";
    display: block;
    width: 1.025rem;
    height: 1.025rem;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .page-navbar .navbar-menu-item > .title i::before {
    background-image: url("/themes/simplebootx/Index/Public/img/common/icon-arrow.png");
  }
  .page-navbar .navbar-menu-item > .title i::after {
    opacity: 0;
    background-image: url("/themes/simplebootx/Index/Public/img/common/icon-arrow-active.png");
  }
  .page-navbar .navbar-menu-item .title::after {
    content: " ";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-top: 0.0625rem solid #ebedf0;
  }
  .page-navbar .navbar-menu-item .title:active {
    background: #f2f3f5;
  }
  .page-navbar .navbar-menu-item.is-active > .title {
    color: #005bac;
  }
  .page-navbar .navbar-menu-item.is-open > .title i {
    transform: rotate(180deg);
  }
  .page-navbar .navbar-menu-item.is-open > .title i::before {
    opacity: 0;
  }
  .page-navbar .navbar-menu-item.is-open > .title i::after {
    opacity: 1;
  }
  .page-navbar .menu-list {
    display: none;
    padding-left: 1.5rem;
  }
  .page-navbar .menu-list .menu-item {
    position: relative;
  }
  .page-navbar .menu-list .menu-item > .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.025rem;
    position: relative;
  }
  .page-navbar .menu-list .menu-item > .title i {
    display: block;
    position: relative;
    padding: 1rem;
    margin: -0.4rem 0;
    transition: 0.3s all ease;
  }
  .page-navbar .menu-list .menu-item > .title i::after {
    content: " ";
    display: block;
    width: 0.8125rem;
    height: 0.875rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("/themes/simplebootx/Index/Public/img/common/icon-add.png");
    position: absolute;
    left: calc(50% - 0.4062rem);
    top: calc(50% - 0.4375rem);
    transform: scale(0.75);
  }
  .page-navbar .menu-list .menu-item.is-open > .title i {
    transform: rotate(180deg);
  }
  .page-navbar .navbar-toggle {
    width: 1.2rem;
    height: 1rem;
    position: relative;
    color: #044269;
  }
  .page-navbar .navbar-toggle span {
    position: absolute;
    right: 0;
    left: 0;
    height: 0.125rem;
    background: currentColor;
    border-radius: 0.125rem;
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .page-navbar .navbar-toggle span:nth-child(1) {
    top: 0;
  }
  .page-navbar .navbar-toggle span:nth-child(2) {
    top: 0.45rem;
  }
  .page-navbar .navbar-toggle span:nth-child(3) {
    top: 0.9rem;
  }
  .page-navbar .navbar-toggle.is-active span:nth-child(1) {
    top: 0.45rem;
    transform: rotate(45deg);
  }
  .page-navbar .navbar-toggle.is-active span:nth-child(2) {
    opacity: 0;
  }
  .page-navbar .navbar-toggle.is-active span:nth-child(3) {
    top: 0.45rem;
    transform: rotate(-45deg);
  }
  .page-navbar .navbar-lang {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: 1rem;
    position: relative;
  }
  .page-navbar .navbar-lang .lang-trigger {
    display: flex;
    align-items: center;
    padding: 0.1rem 0;
  }
  .page-navbar .navbar-lang .lang-trigger .icon {
    width: 1.275rem;
    height: 1.275rem;
    background-image: url("/themes/simplebootx/Index/Public/img/common/icon-lang.png");
    background-size: cover;
    background-repeat: no-repeat;
  }
  .page-navbar .navbar-lang .lang-trigger .name,
  .page-navbar .navbar-lang .lang-trigger .arrow {
    display: none;
  }
  .page-navbar .navbar-lang .lang-dropdown {
    width: 5rem;
    background: #fff;
    box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.1);
    transform: scale(0);
    transform-origin: top center;
    transition: 0.3s all ease;
    position: absolute;
    left: calc(50% - 2.5rem);
    top: calc(100% + 0.5rem);
  }
  .page-navbar .navbar-lang .lang-dropdown a {
    display: block;
    width: 100%;
    padding: 0.5rem 0.8rem;
    border-bottom: 0.0625rem solid #eee;
    text-align: center;
  }
  .page-navbar .navbar-lang .lang-dropdown a:hover {
    background: #f5f5f5;
  }
  .page-navbar .navbar-lang .lang-dropdown li:last-of-type a {
    border-bottom: 0;
  }
  .page-navbar .navbar-lang.is-active .lang-dropdown {
    transform: scale(1);
  }
  .page-navbar.is-blue {
    background: #044269;
  }
  .page-navbar.is-blue .lang-trigger .icon {
    background-image: url("/themes/simplebootx/Index/Public/img/common/icon-lang-white.png");
  }
  .page-navbar.is-blue .navbar-toggle {
    color: #fff;
  }
  .page-back-top {
    width: 3.5rem;
    height: 3.5rem;
    padding: 0.5rem 0;
    right: 2rem;
    bottom: 4rem;
    box-shadow: 0 0.125rem 1rem 0 rgba(0, 0, 0, 0.15);
    text-align: center;
  }
  .page-back-top i {
    width: 1.25rem;
    height: 1.25rem;
    margin: 0 auto 0.05rem;
  }
  .page-back-top span {
    font-size: 0.7rem;
  }
  .page-footer {
    background: #333333 url("/themes/simplebootx/Index/Public/img/common/footerBg.png") no-repeat center center/100% 100%;
    background-size: cover;
    position: relative;
    padding: 0 1.025rem;
  }
  .page-footer .footerMiniI {
    width: 9.35rem;
    height: 9.35rem;
    position: absolute;
    right: 0;
    top: 1.275rem;
    z-index: 0;
  }
  .page-footer .footerTop {
    position: relative;
    z-index: 1;
    padding: 1.275rem 0 0.35rem;
    display: flex;
  }
  .page-footer .footerTop .footerAbout {
    flex-shrink: 0;
  }
  .page-footer .footerTop .footerAbout .footerLogo {
    width: 9.85rem;
    height: 2.05rem;
    display: block;
    margin-bottom: 0.85rem;
  }
  .page-footer .footerTop .footerAbout .footerXinxiLi {
    display: block;
    font-weight: 400;
    font-size: 0.9rem;
    color: #ffffff;
    line-height: 1.275rem;
    margin-bottom: 0.5125rem;
  }
  .page-footer .footerTop .footerAbout .footerXinxiLi .footerB {
    font-weight: bold;
  }
  .page-footer .footerBottom {
    padding: 1.025rem 0 1.275rem;
    border-top: 0.0625rem solid rgba(255, 255, 255, 0.1);
    position: relative;
    z-index: 1;
  }
  .page-footer .footerBottom .footerBottomLeft {
    font-weight: 400;
    font-size: 0.9rem;
    color: #ffffff;
    line-height: 1.4125rem;
    margin-bottom: 0.6375rem;
  }
  .page-footer .footerBottom .footerBottomRight {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .page-footer .footerBottom .footerBottomRight .footerBottomA {
    font-weight: 400;
    font-size: 0.9rem;
    color: #ffffff;
    line-height: 1.275rem;
  }
  .slide-pagination {
    bottom: 0.4rem;
  }
  .slide-pagination .swiper-pagination-bullet {
    width: 1.275rem;
    height: 0.125rem;
  }
  .slide-pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
    margin-left: 0.525rem;
  }
  .swiper-preset-certificate {
    padding: 0 1.6625rem 4rem;
  }
  .swiper-preset-certificate::after {
    content: " ";
    display: block;
    width: 21.95rem;
    height: 4.35rem;
    margin: -1rem auto 0;
    background: url("/themes/simplebootx/Index/Public/img/common/bg-stage.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .swiper-preset-certificate .img {
    width: 6.8rem;
    object-fit: fill;
  }
  .swiper-preset-certificate .slide-button {
    width: 1.5375rem;
    height: 1.5375rem;
    top: 5rem;
  }
  .swiper-preset-certificate .slide-button-prev {
    left: 0.625rem;
  }
  .swiper-preset-certificate .slide-button-next {
    right: 0.625rem;
  }
  .swiper-preset-switch .slide-button {
    width: 1.5375rem;
    height: 1.5375rem;
    top: 5rem;
  }
  .swiper-preset-switch .slide-button-prev {
    left: 0.625rem;
  }
  .swiper-preset-switch .slide-button-next {
    right: 0.625rem;
  }
  .layui-pager .layui-box {
    margin-top: 1.25rem;
    margin-bottom: 2rem;
  }
  .layui-pager a + a,
  .layui-pager a + span,
  .layui-pager span + a {
    margin-left: 0.45rem;
  }
  .layui-pager .layui-laypage a,
  .layui-pager .layui-laypage span,
  .layui-pager .layui-laypage-spr {
    height: 1.875rem !important;
    padding: 0 0.6875rem !important;
    font-size: 0.85rem;
    line-height: 1.875rem;
  }
  .layui-pager .layui-laypage-prev,
  .layui-pager .layui-laypage-next {
    display: none;
  }
  .search-box {
    display: flex;
    align-items: center;
    width: 100%;
    height: 2.4375rem;
    border: 0.0625rem solid #044269;
  }
  .search-box img {
    width: 1.15rem;
    height: 1.15rem;
    margin: 0 0.7625rem;
  }
  .search-box input {
    color: #333;
    font-size: 0.9rem;
    line-height: 1.275rem;
  }
  .search-box input::placeholder {
    color: #666;
  }
  .z-popup {
    width: 18.1125rem;
    padding: 0.9rem;
    background: #fff;
    position: relative;
  }
  .z-popup__close {
    width: 1.6625rem;
    height: 1.6625rem;
    background: url("/themes/simplebootx/Index/Public/img/common/icon-close.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: -0.8375rem;
    top: -0.8375rem;
    cursor: pointer;
    z-index: 9;
  }
  .z-stepper {
    display: flex;
    align-items: center;
    user-select: none;
  }
  .z-stepper__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.275rem;
    height: 1.275rem;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
  }
  .z-stepper__btn.is-sub {
    background-image: url("/themes/simplebootx/Index/Public/img/common/stepper-sub.png");
  }
  .z-stepper__btn.is-add {
    background-image: url("/themes/simplebootx/Index/Public/img/common/stepper-add.png");
  }
  .z-stepper__btn.is-disabled {
    cursor: not-allowed;
    opacity: 0.6;
  }
  .z-stepper__input {
    width: 2em;
    font-size: 1.025rem;
    font-weight: bold;
    text-align: center;
  }
  .z-tabs {
    width: 100%;
    height: 3.5875rem;
    overflow-x: auto;
    overflow-y: hidden;
    background: #F4F4F4;
    position: relative;
  }
  .z-tabs .z-tab {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 6em;
    height: 100%;
    padding: 0 1.25rem;
    cursor: pointer;
  }
  .z-tabs .z-tabs__line {
    width: 3.5875rem;
    height: 0.1875rem;
    background: #044269;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: 0.3s all ease;
  }
  .z-image-viewer {
    display: flex;
  }
  .z-image-viewer__imgs {
    height: 100%;
    margin-left: 1.475rem;
    margin-right: -0.6rem;
    padding-right: 0.6rem;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .z-image-viewer__img {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 4.475rem;
    height: 4.475rem;
    background: #fff;
    border: 0.0625rem solid rgba(0, 0, 0, 0.05);
    cursor: pointer;
  }
  .z-image-viewer__img.is-active {
    border: 0.0625rem solid #044269;
    box-shadow: 0rem 0.1875rem 0.3875rem 0rem rgba(0, 90, 223, 0.1);
  }
  .z-image-viewer__img + .z-image-viewer__img {
    margin-top: 0.7625rem;
  }
  .popup-product img {
    max-height: 100%;
  }
  .popup-product .img {
    width: 8.7rem;
    height: 6.4625rem;
    margin-right: 0.9rem;
    border: 0.0625rem solid rgba(0, 0, 0, 0.1);
  }
  .popup-product .price-box .top {
    display: flex;
    padding-bottom: 0.9rem;
  }
  .popup-product .price-box .title {
    margin-bottom: 0.7625rem;
    font-size: 1.025rem;
    line-height: 1.475rem;
    font-weight: bold;
  }
  .popup-product .price-box .more {
    color: #666;
    font-size: 0.7625rem;
    line-height: 1.0875rem;
  }
  .popup-product .price-box .num {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 1.475rem;
  }
  .popup-product .price-box .action {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 2.4375rem;
    background: #044269;
    box-shadow: 0 0.1875rem 0.5125rem 0 rgba(11, 76, 172, 0.1);
    color: #fff;
    font-size: 0.9rem;
    line-height: 1.275rem;
  }
  .popup-product .price-box .action:active {
    opacity: 0.8;
  }
  .popup-product .submit-box .top {
    display: flex;
    padding-bottom: 1.025rem;
  }
  .popup-product .submit-box .label {
    margin-bottom: 0.1875rem;
    color: #666;
    font-size: 0.7625rem;
    line-height: 1.0875rem;
  }
  .popup-product .submit-box .value {
    font-size: 1.025rem;
    line-height: 1.475rem;
    font-weight: bold;
  }
  .popup-product .submit-box .row + .row {
    margin-top: 0.9625rem;
  }
  .popup-product .submit-box .form {
    display: flex;
    flex-wrap: wrap;
  }
  .popup-product .submit-box .form-item {
    width: calc(50% - 0.425rem);
    height: 2.05rem;
    background: #fff;
  }
  .popup-product .submit-box .form-item:nth-child(even) {
    margin-left: 0.8375rem;
  }
  .popup-product .submit-box .form-item:nth-child(2) ~ .form-item {
    margin-top: 0.7625rem;
  }
  .popup-product .submit-box .form-item.is-full {
    width: 100%;
    height: 4.7375rem;
  }
  .popup-product .submit-box .form-item input,
  .popup-product .submit-box .form-item textarea {
    width: 100%;
    height: 100%;
    padding: 0.6375rem;
    border: 0.0625rem solid rgba(153, 153, 153, 0.35);
  }
  .popup-product .submit-box .form-action {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 2.4375rem;
    margin-top: 1.5375rem;
    background: #044269;
    box-shadow: 0 0.1875rem 0.5125rem 0 rgba(11, 76, 172, 0.1);
    color: #fff;
    font-size: 0.9rem;
    line-height: 1.275rem;
  }
  .popup-product .submit-box .form-action:active {
    opacity: 0.8;
  }
}