@media (max-width: 575px) {
  html {
    font-size: 12px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  html {
    font-size: 13px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  html {
    font-size: 14px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  html {
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  html {
    font-size: 16px;
  }
}
em {
  font-style: normal;
}
.nc-container #nc_1_wrapper,
.nc-container.tb-login #nc_1_wrapper {
  /* 滑块 */
  width: auto !important;
  height: 3.1rem;
}
.nc_scale {
  /* 背景色 */
  height: 3.1rem !important;
}
.nc_scale .scale_text {
  color: rgba(178, 178, 178, 0.55) !important;
  /* 字体颜色 */
}
.nc_scale .scale_text2 {
  color: #fff !important;
  /* 滑过时的字体颜色 */
}
.nc-container .nc_scale span {
  height: 3.1rem !important;
  line-height: 3.1rem !important;
}
.nc-container .nc_scale .btn_ok {
  line-height: 3.1rem !important;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  color: #333;
  text-decoration: none;
}
ul {
  list-style: none;
}
input::placeholder,
textarea::placeholder {
  color: #757575 !important;
  font-size: 14px !important;
}
/* 间距-padding */
.bs-pt-10 {
  padding-top: 100px;
}
.bs-pb-10 {
  padding-bottom: 100px;
}
.bs-pl-10 {
  padding-left: 100px;
}
.bs-pr-10 {
  padding-right: 100px;
}
.bs-px-10 {
  padding: 0 100px;
}
.bs-py-10 {
  padding: 100px 0;
}
.bs-pt-15 {
  padding-top: 150px;
}
.bs-pb-15 {
  padding-bottom: 150px;
}
.bs-pl-15 {
  padding-left: 150px;
}
.bs-pr-15 {
  padding-right: 150px;
}
.bs-px-15 {
  padding: 0 150px;
}
.bs-py-15 {
  padding: 150px 0;
}
.bs-pt-25 {
  padding-top: 250px;
}
.bs-pb-25 {
  padding-bottom: 250px;
}
.bs-pl-25 {
  padding-left: 250px;
}
.bs-pr-25 {
  padding-right: 250px;
}
.bs-px-25 {
  padding: 0 250px;
}
.bs-py-25 {
  padding: 250px 0;
}
/* 间距-margin */
.bs-mt-10 {
  margin-top: 100px;
}
.bs-mb-10 {
  margin-bottom: 100px;
}
.bs-ml-10 {
  margin-left: 100px;
}
.bs-mr-10 {
  margin-right: 100px;
}
.bs-mx-10 {
  margin: 0 100px;
}
.bs-my-10 {
  margin: 100px 0;
}
.bs-m-10 {
  margin: 100px;
}
.bs-mt-15 {
  margin-top: 150px;
}
.bs-mb-15 {
  margin-bottom: 150px;
}
.bs-ml-15 {
  margin-left: 150px;
}
.bs-mr-15 {
  margin-right: 150px;
}
.bs-mx-15 {
  margin: 0 150px;
}
.bs-my-15 {
  margin: 150px 0;
}
.bs-m-15 {
  margin: 150px;
}
.bs-mt-25 {
  margin-top: 250px;
}
.bs-mb-25 {
  margin-bottom: 250px;
}
.bs-ml-25 {
  margin-left: 250px;
}
.bs-mr-25 {
  margin-right: 250px;
}
.bs-mx-25 {
  margin: 0 250px;
}
.bs-my-25 {
  margin: 250px 0;
}
.bs-m-25 {
  margin: 250px;
}
/* 定位 */
.bs-ps-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.bs-ps-center-s {
  left: 50%;
  transform: translateX(-50%);
}
.bs-ps-center-e {
  right: 50%;
  transform: translateX(-50%);
}
.bs-ps-center-t {
  top: 50%;
  transform: translateY(-50%);
}
.bs-ps-center-b {
  bottom: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 992px) {
  .bs-lg-center {
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
  }
  .bs-lg-center-s {
    left: 50% !important;
    transform: translateX(-50%) !important;
  }
}
/* z-index */
.bs-zx-1 {
  z-index: 1;
}
.bs-zx-5 {
  z-index: 5;
}
.bs-zx-10 {
  z-index: 10;
}
.bs-zx-100 {
  z-index: 100;
}
.bs-zx-infinity {
  z-index: 99999;
}
/* 字体大小 */
.bs-fs-small {
  font-size: 12px !important;
}
.bs-fs-slightly {
  font-size: 13px !important;
}
.bs-fs-middle {
  font-size: 14px !important;
}
.bs-fs-normal {
  font-size: 16px !important;
}
.bs-fs-large {
  font-size: 3.5rem !important;
}
.bs-fs-blob {
  font-weight: bold;
}
/* 文字省略 */
.bs-fs-ellipsis {
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: nowrap;
  word-break: break-all;
  table-layout: fixed;
  white-space: pre-wrap;
}
.bs-fs-ellipsis-2 {
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: nowrap;
  word-break: break-all;
  table-layout: fixed;
  white-space: pre-wrap;
}
.bs-fs-ellipsis-3 {
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  white-space: nowrap;
  word-break: break-all;
  table-layout: fixed;
  white-space: pre-wrap;
}
.bs-fs-ellipsis-5 {
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  white-space: nowrap;
  word-break: break-all;
  table-layout: fixed;
  white-space: pre-wrap;
}
/* 块级元素 */
.bs-block {
  display: block !important;
}
.bs-inline-block {
  display: inline-block !important;
}
.bs-inline {
  display: inline !important;
}
/* 颜色 */
.bs-cl-og,
.bs-cl-og:hover {
  color: #ffd300;
}
.bs-cl-og-light,
.bs-cl-og-light:hover {
  color: #ffd600da;
}
.bs-cl-brown,
.bs-cl-brown:hover {
  color: #f4b798;
}
.bs-cl-sky,
.bs-cl-sky:hover {
  color: #01ffff;
}
.bs-cl-saxeblue,
.bs-cl-saxeblue:hover {
  color: #668dc6;
}
.bs-cl-darkblue,
.bs-cl-darkblue:hover {
  color: #0f4c85;
}
.bs-cl-red,
.bs-cl-red:hover {
  color: #df272f;
}
.bs-cl-gray,
.bs-cl-gray:hover {
  color: #b2b2b2;
}
.bs-cl-darkgray,
.bs-cl-darkgray:hover {
  color: #767676;
}
.bs-cl-gray-light,
.bs-cl-gray-light:hover {
  color: #f4f4f4;
}
.bs-bg-white,
.bs-bg-white:hover {
  background-color: #ffffff;
}
.bs-bg-og,
.bs-bg-og:hover {
  background-color: rgba(255, 211, 0, 0.5);
}
.bs-bg-brown,
.bs-bg-brown:hover {
  background-color: #f4b798;
}
.bs-bg-gray,
.bs-bg-gray:hover {
  background-color: rgba(139, 137, 148, 0.4);
}
.bs-bg-grayblue,
.bs-bg-grayblue:hover {
  background-color: #e6edf6;
}
.bs-bg-purple,
.bs-bg-purple:hover {
  background-color: #2e2e3d;
}
.bs-bg-purple-linear {
  background: linear-gradient(180deg, rgba(113, 9, 170, 0.2) 0%, rgba(18, 64, 171, 0.21) 100%);
}
.bs-bg-blue,
.bs-bg-blue:hover {
  background-color: #0a1043;
}
.bs-bg-blue-linear {
  background: linear-gradient(0deg, rgba(18, 64, 171, 0.19) 0%, rgba(113, 9, 170, 0.18) 50%, rgba(18, 64, 171, 0.19) 100%);
}
.bs-bg-saxeblue,
.bs-bg-saxeblue:hover {
  background-color: #668dc6;
}
.bs-bg-darkblue,
.bs-bg-darkblue:hover {
  background-color: #0f4c85;
}
/* 图片 */
.bs-bg-img {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
/* 按钮动画效果 */
.bs-btn-animate {
  transition-duration: 0.3s;
  transition-property: border-radius;
}
.bs-btn-animate:hover {
  border-radius: 1em;
}
/* 透明度 */
.bs-ot-0 {
  opacity: 0;
}
.bs-ot-05 {
  opacity: 0.5;
}
.bs-ot-1 {
  opacity: 1;
}
.bs-bg-0 {
  background: transparent !important;
  background-color: transparent !important;
}
/* 圆角 */
.bs-rd-small {
  border-radius: 5px;
}
.bs-rd-25 {
  border-radius: 25px;
}
.bs-rd-50 {
  border-radius: 50px;
}
/* 线条 */
.bs-title-line {
  width: 2.5rem;
  height: 1px;
  font-weight: 400;
  border: 1px solid #ffd300;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 2.75rem;
}
.bs-title-line-large {
  width: 35rem;
  height: 1px;
  font-weight: 400;
  border: 6px solid #ffd300;
  position: absolute;
  top: 4rem;
  left: 3.5rem;
  z-index: -1;
}
/* grid */
.grid {
  position: relative;
  clear: both;
  margin: 0 auto;
  max-width: 1000px;
  list-style: none;
  text-align: center;
}

.grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;
  min-width: 320px;
  max-width: 447px;
  max-height: 360px;
  width: 48%;
  height: auto;
  background: #3085a3;
  text-align: center;
  cursor: pointer;
  margin: 0px;
}

.grid figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 0.8;
}

.grid figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
  pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.grid figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.grid figure h2 {
  word-spacing: -0.15em;
  font-weight: 300;
}

.grid figure h2 span {
  font-weight: 800;
}

.grid figure h2,
.grid figure p {
  margin: 0;
}

.grid figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
}
