@charset "UTF-8";
.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 {
  transform: scale(1.2);
}

.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;
}

.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.swiper-pagination-horizontal {
  position: absolute;
  width: auto;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
}
.slide-pagination.swiper-pagination-horizontal .swiper-pagination-bullet {
  border: none;
  opacity: 1;
}

.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: #0D46A0 !important;
}

.swiper-preset-certificate {
  margin: 0 auto;
  position: relative;
}
.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-visible {
  z-index: 3;
}
.swiper-preset-certificate .swiper-slide-prev, .swiper-preset-certificate .swiper-slide-next {
  z-index: 4;
}
.swiper-preset-certificate .swiper-slide-active {
  z-index: 5;
}
.swiper-preset-certificate .slide-button {
  cursor: pointer;
  position: absolute;
  transition: 0.3s all ease;
}
.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/swipe-arrow.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);
}

@media (min-width: 769px) {
  .sm {
    display: none !important;
  }
  .page {
    min-height: 80vh;
    padding-top: 1.125rem;
  }
  .page-banner img {
    height: 5rem;
  }
  .page-navbar {
    display: flex;
    align-items: center;
    height: 1.125rem;
    padding: 0 3rem;
    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;
    height: 0.625rem;
  }
  .page-navbar .navbar-logo img {
    width: auto;
    height: 100%;
  }
  .page-navbar .navbar-menu {
    display: flex;
    height: 100%;
    margin-left: auto;
    position: relative;
    z-index: 2;
  }
  .page-navbar .navbar-menu-item {
    color: #000;
    position: relative;
    transition: 0.3s all ease;
  }
  .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;
    justify-content: center;
    height: 100%;
  }
  .page-navbar .navbar-menu-item > .title {
    width: 100%;
    padding: 0 0.4rem;
    color: inherit;
    font-size: 0.225rem;
    line-height: 0.3125rem;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .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-white.png");
  }
  .page-navbar .navbar-menu-item:hover, .page-navbar .navbar-menu-item.is-active {
    color: #fff;
    font-weight: bold;
    background: #143A84;
  }
  .page-navbar .navbar-menu-item:hover > .title i, .page-navbar .navbar-menu-item.is-active > .title i {
    transform: rotate(180deg);
  }
  .page-navbar .navbar-menu-item:hover > .title i::before, .page-navbar .navbar-menu-item.is-active > .title i::before {
    opacity: 0;
  }
  .page-navbar .navbar-menu-item:hover > .title i::after, .page-navbar .navbar-menu-item.is-active > .title i::after {
    opacity: 1;
  }
  .page-navbar .menu-list {
    display: none;
    min-width: 2.5rem;
    background: #fff;
    box-shadow: 0.0625rem 0.0625rem 0.1rem 0 rgba(14, 30, 83, 0.08);
    position: absolute;
    left: calc(50% - 1.25rem);
    top: 100%;
  }
  .page-navbar .menu-list .menu-item {
    color: #000;
    font-weight: normal;
    border-bottom: 1px solid #ebebeb;
  }
  .page-navbar .menu-list .menu-item a {
    display: block;
    width: 100%;
    padding: 0.175rem 0.25rem;
    text-align: center;
    white-space: nowrap;
  }
  .page-navbar .menu-list .menu-item:hover > a, .page-navbar .menu-list .menu-item.is-active > a {
    color: #fff;
    background: #143A84;
  }
  .page-navbar .menu-list .menu-item:last-of-type {
    border-bottom: 0;
  }
  .page-guide {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 0.875rem;
    padding: 0 3rem;
    background: #F5F5F5;
    user-select: none;
  }
  .page-guide .crumb-list {
    display: flex;
    align-items: center;
  }
  .page-guide .crumb-item {
    display: flex;
    align-items: center;
    color: #666;
    font-size: 0.2rem;
    line-height: 0.2875rem;
    position: relative;
  }
  .page-guide .crumb-item img {
    width: 0.25rem;
    height: 0.25rem;
  }
  .page-guide .crumb-item::after {
    content: " ";
    display: block;
    margin: 0 0.125rem;
    border-left: 0.0875rem solid #666;
    border-top: 0.05rem solid transparent;
    border-bottom: 0.05rem solid transparent;
  }
  .page-guide .crumb-item:last-of-type::after {
    display: none;
  }
  .page-guide .tab-list {
    height: 100%;
    display: flex;
  }
  .page-guide .tab-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0.3125rem;
    color: #666;
    font-size: 0.2rem;
    line-height: 0.2875rem;
    position: relative;
    cursor: pointer;
  }
  .page-guide .tab-item, .page-guide .tab-item::after {
    transition: 0.3s all ease;
  }
  .page-guide .tab-item::after {
    content: " ";
    display: block;
    width: 0.8rem;
    height: 2px;
    background: #143A84;
    position: absolute;
    bottom: 0;
    left: calc(50% - 0.4rem);
    transform: scale(0);
  }
  .page-guide .tab-item.is-active {
    color: #143A84;
    font-weight: bold;
  }
  .page-guide .tab-item.is-active::after {
    transform: scale(1);
  }
  .page-guide .tab-item:hover::after {
    transform: scale(1);
  }
  .page-container {
    padding: 0.625rem 3rem;
  }
  .page-back-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    right: 1.25rem;
    bottom: 1.75rem;
    width: 0.875rem;
    height: 0.875rem;
    background: #0268B0;
    border-radius: 0.05rem;
  }
  .page-back-top::after {
    content: "回到顶部";
    display: block;
    color: #fff;
    font-size: 0.175rem;
    line-height: 0.275rem;
  }
  .page-back-top i {
    width: 0.25rem;
    height: 0.25rem;
    margin-bottom: 0.05rem;
    background-image: url("/themes/simplebootx/Index/Public/img/index/menu/icon-top.png");
  }
  .page-back-top span {
    display: none;
  }
  .page-footer {
    background: #363636;
  }
  .page-footer .title {
    color: #fff;
    font-size: 0.375rem;
    line-height: 0.5375rem;
    font-weight: bold;
  }
  .page-footer .footer-content {
    display: flex;
    justify-content: space-between;
    padding: 0.3rem 4.25rem 0.375rem;
  }
  .page-footer .footer-left {
    width: 8.4rem;
  }
  .page-footer .footer-left .title {
    margin-bottom: 0.3rem;
  }
  .page-footer .footer-left .form {
    display: flex;
    flex-wrap: wrap;
  }
  .page-footer .footer-left .form-item {
    width: calc(50% - 0.1rem);
  }
  .page-footer .footer-left .form-item + .form-item {
    margin-left: 0.199rem;
  }
  .page-footer .footer-left .form-item.is-full {
    width: 100%;
    margin-left: 0;
    margin-top: 0.25rem;
  }
  .page-footer .footer-left .form-item .label {
    color: #fff;
    font-size: 0.2rem;
    line-height: 0.2875rem;
  }
  .page-footer .footer-left .form-item .value {
    margin-top: 0.1rem;
    border: 0.0125rem solid #fff;
  }
  .page-footer .footer-left .form-item input {
    height: 0.625rem;
  }
  .page-footer .footer-left .form-item textarea {
    height: 1.25rem;
  }
  .page-footer .footer-left .form-item input,
  .page-footer .footer-left .form-item textarea {
    display: block;
    width: 100%;
    padding: 0.15rem;
    color: #fff;
  }
  .page-footer .footer-left .form-submit {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-top: 0.25rem;
  }
  .page-footer .footer-left .form-submit button {
    min-width: 1.75rem;
    height: 0.6375rem;
    padding: 0 0.25rem;
    background: #154CC4;
    border-radius: 0.05rem;
    color: #fff;
    font-size: 0.225rem;
    cursor: pointer;
  }
  .page-footer .footer-center {
    padding: 0 0.5rem;
  }
  .page-footer .footer-center .title {
    margin-bottom: 0.525rem;
  }
  .page-footer .footer-center .contact-item {
    display: flex;
    color: #fff;
  }
  .page-footer .footer-center .contact-item + .contact-item {
    margin-top: 0.375rem;
  }
  .page-footer .footer-center .contact-item .icon img {
    width: 0.3rem;
    height: 0.3rem;
    margin-top: 0.025rem;
  }
  .page-footer .footer-center .contact-item .info {
    padding-left: 0.125rem;
  }
  .page-footer .footer-center .contact-item .value {
    margin-bottom: 0.1rem;
    font-size: 0.25rem;
    line-height: 0.3625rem;
  }
  .page-footer .footer-center .contact-item .label {
    font-size: 0.2rem;
    line-height: 0.2875rem;
  }
  .page-footer .footer-center .contact-item a {
    color: #fff;
    font-size: inherit;
  }
  .page-footer .footer-copyright {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 0.75rem;
    padding: 0 3.5rem;
    background: #212121;
    color: #fff;
    font-size: 0.2rem;
    line-height: 0.2875rem;
  }
  .page-footer input::placeholder,
  .page-footer textarea::placeholder {
    color: rgba(255, 255, 255, 0.8);
  }
  .slide-pagination.swiper-pagination-horizontal {
    bottom: 0.375rem;
  }
  .slide-pagination.swiper-pagination-horizontal .swiper-pagination-bullet {
    width: 0.175rem;
    height: 0.175rem;
    margin: 0 0.1rem;
    border-radius: 50%;
    background: #D8D8D8;
    transition: 0.3s all ease;
    opacity: 1;
  }
  .slide-pagination.swiper-pagination-horizontal .swiper-pagination-bullet-active {
    background: #DA2534 !important;
    border-color: #DA2534 !important;
  }
  .swiper-preset-normal {
    overflow: hidden;
    position: relative;
  }
  .swiper-preset-normal .slide-pagination {
    right: 0.15rem;
    bottom: 0.15rem;
    top: unset;
    left: unset;
    transform: none;
  }
  .swiper-preset-switch .slide-button {
    width: 0.75rem;
    height: 0.75rem;
    top: calc(50% - 0.375rem);
  }
  .swiper-preset-switch .slide-button-prev {
    left: 1.75rem;
  }
  .swiper-preset-switch .slide-button-next {
    right: 1.75rem;
  }
  .swiper-preset-certificate {
    padding: 0 0.5rem;
  }
  .swiper-preset-certificate .swiper-container {
    padding: 0 0.1rem;
    overflow: hidden;
  }
  .swiper-preset-certificate .img {
    flex-shrink: 0;
    width: 4rem;
    height: 5.55rem;
    object-fit: fill;
  }
  .swiper-preset-certificate .slide-button {
    width: 0.875rem;
    height: 0.875rem;
    top: calc(50% - 0.4375rem);
    background: #E0E0E0;
    border-radius: 50%;
  }
  .swiper-preset-certificate .slide-button::after {
    content: " ";
    display: block;
    width: 0.5rem;
    height: 0.5rem;
    background-image: url("/themes/simplebootx/Index/Public/img/common/swipe-arrow.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: calc(50% - 0.22rem);
    top: calc(50% - 0.25rem);
    opacity: 1;
  }
  .swiper-preset-certificate .slide-button:hover {
    background: #DA2534;
  }
  .swiper-preset-certificate .slide-button-prev {
    right: calc(100% + 0.4rem);
  }
  .swiper-preset-certificate .slide-button-next {
    left: calc(100% + 0.4rem);
  }
  .layui-pager .layui-box {
    margin-top: 1rem;
    margin-bottom: 0.2rem;
  }
  .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;
  }
  .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;
  }
  .know-us {
    display: inline-flex;
    align-items: center;
    min-width: 2rem;
    height: 0.55rem;
    margin-top: 0.5rem;
    border-radius: 0.55rem;
    border: 1px solid #0A5AB9;
    background: #0A5AB9;
    color: #fff;
    font-size: 0.225rem;
    padding-left: 0.325rem;
    position: relative;
    cursor: pointer;
  }
  .know-us,
  .know-us i,
  .know-us i::before,
  .know-us i::after {
    transition: 0.3s all ease !important;
  }
  .know-us i {
    display: block;
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    right: 0.05rem;
    top: calc(50% - 0.225rem);
  }
  .know-us i::before {
    content: " ";
    display: block;
    width: 0.25rem;
    height: 0.25rem;
    background-image: url("/themes/simplebootx/Index/Public/img/common/icon-jump-blue.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: calc(50% - 0.125rem);
    top: calc(50% - 0.125rem);
  }
  .know-us:hover {
    padding-left: 0.75rem;
  }
  .know-us:hover i {
    right: calc(100% - 0.5rem);
  }
  .panel-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.3rem;
  }
  .panel-header .more {
    display: flex;
    align-items: center;
    color: #999;
    font-size: 0.225rem;
    line-height: 0.25rem;
  }
  .panel-header .more::after {
    content: " ";
    display: block;
    width: 0.25rem;
    height: 0.25rem;
    margin-left: 0.2rem;
    background-image: url("/themes/simplebootx/Index/Public/img/common/icon-jump.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .panel-header .more:hover {
    filter: brightness(0.7);
  }
  .panel-header .panel-title {
    margin-bottom: 0;
  }
  .panel-title {
    color: #143A84;
    font-size: 0.375rem;
    line-height: 0.5rem;
    font-weight: bold;
    margin-bottom: 0.375rem;
  }
  .panel-title .en {
    opacity: 0.5;
    text-transform: uppercase;
  }
  .search-box {
    display: flex;
    align-items: center;
    height: 0.55rem;
    padding-right: 0.05rem;
    border-radius: 0.25rem;
    border: 1px solid #143A84;
    position: relative;
  }
  .search-box input {
    width: calc(100% - 0.45rem);
    padding: 0 0.225rem;
    font-size: 0.2rem;
    line-height: 0.2875rem;
  }
  .search-box input::placeholder {
    color: #9E9E9E;
  }
  .search-box .submit {
    flex-shrink: 0;
    width: 0.45rem;
    height: 0.45rem;
    padding: 0.125rem;
    border-radius: 50%;
    background: #143A84;
    cursor: pointer;
  }
}
@media (max-width: 768px) {
  .bg {
    display: none !important;
  }
  .page {
    padding-top: 0.625rem;
  }
  .page-banner img {
    height: 1.8rem;
  }
  .page-navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 0.625rem;
    padding: 0 0.2rem;
    background: #fff;
    box-shadow: 0 0.05rem 0.125rem 0 rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
  }
  .page-navbar .navbar-logo {
    height: 0.3rem;
  }
  .page-navbar .navbar-logo img {
    width: auto;
    height: 100%;
  }
  .page-navbar .navbar-menu {
    display: none;
    max-height: 80vh;
    overflow-y: auto;
    background: #fff;
    box-shadow: 0 0.075rem 0.075rem 0 rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 0;
    right: 0;
    top: 0.625rem;
  }
  .page-navbar .navbar-menu-item {
    position: relative;
  }
  .page-navbar .navbar-menu-item > .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.2rem 0.25rem;
    position: relative;
    color: #333;
    font-size: 0.225rem;
    line-height: 1.2;
  }
  .page-navbar .navbar-menu-item > .title::after {
    content: " ";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-top: 1px solid #ebedf0;
  }
  .page-navbar .navbar-menu-item > .title:active {
    background: #f2f3f5;
  }
  .page-navbar .navbar-menu-item i {
    width: 0.5875rem;
    height: 0.5875rem;
    display: block;
    margin-left: 0.025rem;
    position: absolute;
    right: 0.1rem;
    top: 0.0375rem;
  }
  .page-navbar .navbar-menu-item i, .page-navbar .navbar-menu-item i::before, .page-navbar .navbar-menu-item i::after {
    transition: 0.3s all ease;
  }
  .page-navbar .navbar-menu-item i::before,
  .page-navbar .navbar-menu-item i::after {
    content: " ";
    display: block;
    width: 0.2rem;
    height: 0.2rem;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .page-navbar .navbar-menu-item i::before {
    background-image: url("/themes/simplebootx/Index/Public/img/common/icon-arrow.png");
  }
  .page-navbar .navbar-menu-item i::after {
    opacity: 0;
    background-image: url("/themes/simplebootx/Index/Public/img/common/icon-arrow-active.png");
  }
  .page-navbar .navbar-menu-item.is-active > .title {
    color: #005bac;
    font-weight: bold;
  }
  .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: 0.4rem;
  }
  .page-navbar .menu-list .menu-item {
    font-size: 0.1875rem;
    position: relative;
  }
  .page-navbar .menu-list .menu-item > .title {
    display: block;
    padding: 0.2rem;
  }
  .page-navbar .menu-list .menu-item > .title:active {
    background: #f2f3f5;
  }
  .page-navbar .menu-list .menu-item::after {
    content: " ";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-top: 1px solid #ebedf0;
  }
  .page-navbar .navbar-toggle {
    width: 0.275rem;
    height: 0.275rem;
    position: relative;
  }
  .page-navbar .navbar-toggle span {
    position: absolute;
    right: 0;
    left: 0;
    height: 0.0375rem;
    background: #333;
    border-radius: 0.0375rem;
    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.1rem;
  }
  .page-navbar .navbar-toggle span:nth-child(3) {
    top: 0.2rem;
  }
  .page-navbar .navbar-toggle.is-active span:nth-child(1) {
    top: 0.1rem;
    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.1rem;
    transform: rotate(-45deg);
  }
  .page-guide .tab-list {
    width: 100%;
    height: 0.7rem;
    display: flex;
    overflow-x: auto;
    background: #F5F5F5;
  }
  .page-guide .tab-item {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 25%;
    padding: 0 0.15rem;
    color: #666;
    font-size: 0.175rem;
    line-height: 0.25rem;
    position: relative;
    cursor: pointer;
  }
  .page-guide .tab-item, .page-guide .tab-item::after {
    transition: 0.3s all ease;
  }
  .page-guide .tab-item::after {
    content: " ";
    display: block;
    width: 0.7rem;
    height: 2px;
    background: #143A84;
    position: absolute;
    bottom: 0;
    left: calc(50% - 0.35rem);
    transform: scale(0);
  }
  .page-guide .tab-item.is-active {
    color: #143A84;
    font-weight: bold;
  }
  .page-guide .tab-item.is-active::after {
    transform: scale(1);
  }
  .page-guide .tab-item:hover::after {
    transform: scale(1);
  }
  .page-container {
    padding: 0.3rem 0.2rem;
  }
  .page-back-top {
    width: 0.6875rem;
    height: 0.6875rem;
    padding: 0.1rem 0;
    right: 0.375rem;
    bottom: 0.75rem;
    box-shadow: 0 0.025rem 0.2rem 0 rgba(0, 0, 0, 0.15);
    text-align: center;
  }
  .page-back-top i {
    width: 0.25rem;
    height: 0.25rem;
    margin: 0 auto 0.0125rem;
  }
  .page-back-top span {
    font-size: 0.1375rem;
  }
  .page-footer {
    background: #363636;
  }
  .page-footer .footer-center {
    padding: 0.2rem;
  }
  .page-footer .footer-center .title {
    margin-bottom: 0.2rem;
    color: #fff;
    font-size: 0.3rem;
    line-height: 0.4375rem;
    font-weight: bold;
  }
  .page-footer .contact-item {
    display: flex;
    color: #fff;
    font-size: 0.175rem;
    line-height: 0.25rem;
  }
  .page-footer .contact-item + .contact-item {
    margin-top: 0.2rem;
  }
  .page-footer .contact-item .icon {
    flex-shrink: 0;
    margin-top: 0.05rem;
    margin-right: 0.225rem;
  }
  .page-footer .contact-item .icon img {
    width: 0.2rem;
    height: 0.2rem;
  }
  .page-footer .contact-item .info {
    flex: 1;
    overflow: hidden;
  }
  .page-footer .contact-item .label {
    flex-shrink: 0;
    margin-top: 0.125rem;
  }
  .page-footer .contact-item a + a {
    margin-left: 2em;
  }
  .page-footer .footer-copyright {
    text-align: center;
    padding: 0.2rem 0.125rem;
    background: #212121;
    color: #fff;
    font-size: 0.175rem;
    line-height: 0.25rem;
  }
  .slide-pagination.swiper-pagination-horizontal {
    bottom: 0.2rem;
  }
  .slide-pagination.swiper-pagination-horizontal .swiper-pagination-bullet {
    width: 0.125rem;
    height: 0.125rem;
    margin: 0 0.1rem;
    border-radius: 50%;
    background: #D8D8D8;
    transition: 0.3s all ease;
  }
  .slide-pagination.swiper-pagination-horizontal .swiper-pagination-bullet-active {
    background: #DA2534 !important;
    border-color: #DA2534 !important;
  }
  .swiper-preset-switch {
    padding-bottom: 0.7rem;
  }
  .swiper-preset-switch .slide-button {
    width: 0.3rem;
    height: 0.3rem;
    top: 1rem;
  }
  .swiper-preset-switch .slide-button-prev {
    left: 0.125rem;
  }
  .swiper-preset-switch .slide-button-next {
    right: 0.125rem;
  }
  .swiper-preset-certificate .img {
    flex-shrink: 0;
    width: 3.25rem;
    height: 4.5125rem;
    object-fit: fill;
  }
  .swiper-preset-certificate .slide-button {
    width: 0.45rem;
    height: 0.45rem;
    top: calc(50% - 0.225rem);
    background: #E0E0E0;
    border-radius: 50%;
    z-index: 9;
  }
  .swiper-preset-certificate .slide-button::after {
    content: " ";
    display: block;
    width: 0.25rem;
    height: 0.25rem;
    background-image: url("/themes/simplebootx/Index/Public/img/common/swipe-arrow.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: calc(50% - 0.1rem);
    top: calc(50% - 0.125rem);
    opacity: 1;
  }
  .swiper-preset-certificate .slide-button:active {
    background: #DA2534;
  }
  .swiper-preset-certificate .slide-button-prev {
    left: 0.1rem;
  }
  .swiper-preset-certificate .slide-button-next {
    right: 0.1rem;
  }
  .swiper-preset-normal {
    overflow: hidden;
    position: relative;
  }
  .layui-pager .layui-box {
    margin-top: 0.25rem;
    margin-bottom: 0.1rem;
  }
  .layui-pager a + a,
  .layui-pager a + span,
  .layui-pager span + a {
    margin-left: 0.0875rem;
  }
  .layui-pager .layui-laypage a,
  .layui-pager .layui-laypage span,
  .layui-pager .layui-laypage-spr {
    height: 0.375rem !important;
    padding: 0 0.1375rem !important;
    font-size: 0.1625rem;
    line-height: 0.375rem;
  }
  .layui-pager .layui-laypage-prev,
  .layui-pager .layui-laypage-next {
    display: none;
  }
  .know-us {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    min-width: 1.275rem;
    height: 0.35rem;
    padding-right: 0.025rem;
    padding-left: 0.2rem;
    border-radius: 0.35rem;
    background: #0A5AB9;
    border: 1px solid #0A5AB9;
    color: #fff;
    font-size: 0.15rem;
    line-height: 0.25rem;
    position: relative;
    cursor: pointer;
  }
  .know-us i {
    display: block;
    width: 0.275rem;
    height: 0.275rem;
    background: #fff;
    border-radius: 50%;
    position: relative;
  }
  .know-us i::after {
    content: " ";
    display: block;
    width: 0.125rem;
    height: 0.125rem;
    background-image: url("/themes/simplebootx/Index/Public/img/common/icon-jump-blue.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .jump-more {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    font-size: 0.2rem;
    line-height: 0.25rem;
    margin-top: 0.25rem;
  }
  .jump-more::after {
    content: " ";
    display: block;
    width: 0.25rem;
    height: 0.25rem;
    margin-left: 0.2rem;
    background-image: url("/themes/simplebootx/Index/Public/img/common/icon-jump.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .jump-more:active {
    filter: brightness(0.7);
  }
  .panel-title {
    color: #143A84;
    font-size: 0.25rem;
    line-height: 0.35rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0.2rem;
  }
  .panel-title .en {
    opacity: 0.5;
    text-transform: uppercase;
    word-break: normal;
  }
  .search-box {
    display: flex;
    align-items: center;
    height: 0.45rem;
    padding-right: 0.025rem;
    border-radius: 0.25rem;
    border: 1px solid #143A84;
    position: relative;
  }
  .search-box input {
    width: calc(100% - 0.4rem);
    padding: 0 0.225rem;
    font-size: 0.175rem;
    line-height: 0.25rem;
  }
  .search-box input::placeholder {
    color: #9E9E9E;
  }
  .search-box .submit {
    flex-shrink: 0;
    width: 0.4rem;
    height: 0.4rem;
    padding: 0.1125rem;
    border-radius: 50%;
    background: #143A84;
    cursor: pointer;
  }
}