@charset "UTF-8";
/*******/
/*******/
html,
body {
  -ms-overflow-style: scrollbar;
}

html {
  font-size: 20px;
}

@media screen and (max-width: 1800px) and (min-width: 1241px) {
  html {
    font-size: 18px;
  }
}
@media screen and (max-width: 1240px) and (min-width: 992px) {
  html {
    font-size: 16px;
  }
}
@media screen and (min-width: 575.1px) and (max-width: 991.98px) {
  html {
    font-size: 76px;
  }
}
@media screen and (max-width: 575px) {
  html {
    font-size: 13.3333333vw;
  }
}
body {
  width: 100%;
  font-size: 1em;
  line-height: 1;
  background: #fff;
  color: #2E3C31;
  font-stretch: normal;
  position: relative;
  white-space: normal;
  word-wrap: break-word;
  font-weight: 400;
  font-family: "Microsoft Yahei", "PingFang SC", "SourceHanSansCN", "HarmonyOS_Sans_SC", Arial, Helvetica, -apple-system, BlinkMacSystemFont, sans-serif;
}
body.sys-mac {
  font-family: "PingFang SC", "Microsoft Yahei", Arial, Helvetica, -apple-system, BlinkMacSystemFont, sans-serif;
}

@media screen and (max-width: 991.98px) {
  body {
    font-size: 0.3rem;
    font-family: "PingFang SC", Arial, Helvetica, -apple-system, BlinkMacSystemFont, sans-serif;
  }
}
@media (min-width: 992px) {
  ::-webkit-scrollbar {
    width: 15px;
  }
  ::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
  }
  ::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2);
    cursor: pointer;
  }
}
/* lenis */
html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

/* 公共设置 */
sub, sup {
  margin: 0 1px;
  font-size: 50%;
}

sup {
  top: -1em;
}

code,
mark,
figure,
div,
span,
i,
h1,
h2,
h3,
h4,
h5,
h6,
p,
input,
select,
textarea,
label,
dl,
dt,
dd,
ol,
ul,
li {
  margin: 0;
  padding: 0;
  font-family: inherit;
  outline: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  font-size: 1em;
  line-height: inherit;
  font-weight: inherit;
  resize: none;
}

code:focus, code:active,
mark:focus,
mark:active,
figure:focus,
figure:active,
div:focus,
div:active,
span:focus,
span:active,
i:focus,
i:active,
h1:focus,
h1:active,
h2:focus,
h2:active,
h3:focus,
h3:active,
h4:focus,
h4:active,
h5:focus,
h5:active,
h6:focus,
h6:active,
p:focus,
p:active,
input:focus,
input:active,
select:focus,
select:active,
textarea:focus,
textarea:active,
label:focus,
label:active,
dl:focus,
dl:active,
dt:focus,
dt:active,
dd:focus,
dd:active,
ol:focus,
ol:active,
ul:focus,
ul:active,
li:focus,
li:active {
  outline: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: inherit;
}

input:focus, input:active, select:focus, select:active, textarea:focus, textarea:active, label:focus, label:active {
  box-shadow: none;
}

input[type=radio],
input[type=checkbox],
textarea {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  box-shadow: none;
}

input[type=radio]:focus, input[type=radio]:active,
input[type=checkbox]:focus,
input[type=checkbox]:active,
textarea:focus,
textarea:active {
  outline: none;
  box-shadow: none;
}

input[type=text]:focus, input[type=text]:active {
  outline: none;
  box-shadow: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

button {
  appearance: none;
  -webkit-appearance: none;
  padding: 0;
  margin: 0;
  box-shadow: none;
  outline: none;
  border: none;
  background: transparent;
}

button:focus {
  outline: none;
}

a {
  color: inherit;
  transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  text-decoration: none;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

a:focus, a:active {
  color: inherit;
  text-decoration: none;
  outline: none;
}

ol,
ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}

img {
  vertical-align: middle;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}

table {
  border: solid 1px #e3e3e3;
  border-collapse: collapse;
}

th,
td {
  font-weight: normal;
  padding: 5px;
  border: solid 1px #e3e3e3;
  word-break: break-all;
}

.table th, .table td {
  border: solid 1px #e3e3e3;
}

@media (max-width: 991.98px) {
  .table th, .table td {
    padding: 0.2rem;
  }
}
.mark, mark {
  padding: 0;
  background-color: transparent;
}

.wrapper {
  width: 100%;
  position: relative;
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

.row {
  display: flex;
  display: -webkit-flex;
  margin: 0 auto;
  position: relative;
}

.row:before, .row:after {
  display: none;
}

.global-inner, .m-inner {
  width: 83.33vw;
  max-width: 1600px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  display: block;
  z-index: 5;
}
.global-inner::before, .global-inner::after, .m-inner::before, .m-inner::after {
  content: "";
  display: table;
  clear: both;
}

.sm-inner {
  width: 80vw;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}

.xs-inner {
  width: 70vw;
  max-width: 868px;
  margin: 0 auto;
  position: relative;
}

@media (min-width: 1201px) {
  .w1400 {
    max-width: 1400px;
  }
  .w1330 {
    max-width: 1330px;
  }
  .w1200 {
    max-width: 1200px;
  }
  .w1190 {
    max-width: 1190px;
  }
  .w1120 {
    max-width: 1120px;
  }
}
@media screen and (max-width: 1200px) {
  .global-inner, .sm-inner, .xs-inner, .m-inner {
    width: 100%;
    max-width: none;
    padding: 0 3rem;
  }
}
@media (max-width: 991.98px) {
  .global-inner, .sm-inner, .xs-inner, .m-inner {
    width: 100% !important;
    max-width: 100%;
    padding: 0 6vw !important;
    margin: 0 auto;
  }
}
.table-cell {
  display: table-cell;
  vertical-align: top;
}

.en {
  font-family: "Arial";
  font-style: normal;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.swiper-pagination-bullet {
  opacity: 1;
}

.fa {
  display: inline-block;
  line-height: inherit;
  font-size: 1em;
  vertical-align: middle;
  font-style: normal;
}

.inline-block {
  display: inline-block;
  vertical-align: top;
}

.padding-0 {
  padding: 0 !important;
}

.padding-top-0 {
  padding-top: 0 !important;
}

.padding-bot-0 {
  padding-bottom: 0 !important;
}

.t-center {
  text-align: center;
}

.is-layout-flex {
  display: -webkit-flex;
  display: flex;
}

.flex {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.flex-cell {
  width: 100%;
  max-width: 100%;
  flex: 1;
  -webkit-flex: 1;
}

.hidden {
  display: none !important;
}

@media (min-width: 1600px) {
  .hidden-xxl-up {
    display: none !important;
  }
  .col-xxl-2 {
    -webkit-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xxl-4 {
    -webkit-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xxl-6 {
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 1599.98px) {
  .hidden-xxl-down {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}
@media (max-width: 991.98px) {
  .hidden-lg-down {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .visible-sm-down {
    display: none !important;
  }
  .hidden-sm-up {
    display: none !important;
  }
}
@media (max-width: 767.98px) {
  .hidden-sm-down {
    display: none !important;
  }
}
@media (min-width: 576px) {
  .hidden-xs-up {
    display: none !important;
  }
}
@media (max-width: 575.98px) {
  .hidden-xs-down {
    display: none !important;
  }
}
/*** 无内容提示 ***/
.gnull-tips {
  width: 100%;
  font-size: 16px;
  line-height: 100px;
  color: #999;
  text-align: center;
  min-height: 300px;
}

.nodata, .nodata1 {
  text-align: center;
  display: block;
  margin: auto;
  padding: 4.9em 0 7.3em;
}

.nodata img, .nodata1 img {
  width: 200px;
  display: block;
  margin: 0 auto;
}

.nodataText {
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.5em;
  margin-top: 0.8em;
  color: #333;
}

@media screen and (max-width: 767.98px) {
  .gnull-tips {
    font-size: 0.28rem;
    line-height: 1rem;
    min-height: 3rem;
  }
  .nodata img, .nodata1 img {
    width: 2.4rem;
  }
  .nodataText {
    font-size: 0.32rem;
    margin-top: 0.24rem;
  }
}
/* 404 */
.page-404 {
  width: 700px;
  height: 100vh;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
          justify-content: center;
  margin: 0 auto;
  padding: 5em 0;
}

.page-404 .t1 {
  margin: 2.2em 0 2em;
}

.page-404 .t1 span {
  font-size: 1em;
  line-height: 1.25em;
}

.page-404 .t2 {
  color: #8e9396;
  margin: 1.7em 0;
}

.page-404 .t2 span {
  font-size: 2.4em;
  line-height: 1.25em;
}

.page-404 .doc {
  font-size: 0.9em;
  line-height: 2em;
  color: #6c6f71;
  margin-bottom: 1.5em;
}

@media screen and (max-width: 991.98px) {
  .page-404 {
    width: 100%;
    height: auto;
    display: block;
    font-size: 0.28rem;
    padding: 1.2rem 5vw;
  }
  .page-404 .t2 span {
    font-size: 2em;
  }
}
/* 错误页 */
.m-error_container {
  width: 100%;
  text-align: center;
  padding: 5em 2em;
}

.m-error_container .imgs {
  max-width: 100%;
  display: block;
  margin: 0 auto 1.5em;
}

.m-error_title {
  font-size: 20px;
  line-height: 1.5em;
  color: #242424;
  margin-bottom: 0.5em;
  display: block;
}

.m-error_subtitle {
  font-size: 16px;
  line-height: 1.5em;
  color: #242424;
}

.m-error_description {
  font-size: 16px;
  line-height: 1.5em;
  color: #242424;
  margin-top: 1em;
}

/***** 滚动条 *****/
.mCSB_inside > .mCSB_container {
  margin: 0;
}

.mCSB_scrollTools {
  width: 4px;
  right: 0;
}

.mCSB_outside + .mCSB_scrollTools {
  right: 0;
}

.mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
  border-radius: 0;
  background: transparent;
  transition: all 1.5s easeInOut;
  -webkit-transition: all 1.5s easeInOut;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  border-radius: 2px;
  background: #697C92;
}

.scrollbox, .scrollbox2 {
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}

@media screen and (max-width: 991.98px) {
  .scrollbox {
    overflow-y: auto !important;
  }
  .scrollbox2 {
    overflow-x: auto !important;
  }
}
/**** modal ***/
.modal-backdrop {
  display: none !important;
}

#modalDiv {
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  overflow-y: scroll;
  z-index: -1;
}

.modal {
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  position: fixed !important;
  background: rgba(0, 0, 0, 0.5);
}
.modal.fade .modal-dialog {
  transform: none;
  -webkit-transform: none;
}
.modal.show .modal-dialog {
  transform: none;
  -webkit-transform: none;
}

.modal-dialog {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  pointer-events: auto;
}

.modal-content {
  display: block;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border: none;
  background: transparent;
  box-shadow: none;
  margin: 0 auto;
}

.modal-header,
.modal-body,
.modal-footer {
  border: none;
  padding: 0;
  display: block;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}

.modal-header {
  position: relative;
  z-index: 1060;
}

.modal-close {
  display: block;
  cursor: pointer;
  padding: 12px;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 1070;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  border-radius: 4px;
}
.modal-close .bi, .modal-close img {
  width: 22px;
  height: 22px;
  display: block;
  color: inherit;
}
.modal-close span.bi, .modal-close i.bi {
  background: url("/img/static/close-gray.svg") no-repeat center center;
  background-size: contain;
}

@media (min-width: 992px) {
  .modal-close:hover span.bi, .modal-close:hover i.bi {
    background-image: url("/img/static/close-black.svg");
  }
}
@media (max-width: 991.98px) {
  .modal-close {
    left: unset;
    right: 0.2rem;
    top: 0.2rem;
    padding: 0.2rem;
    color: #343630;
    opacity: 0.5;
  }
  .modal-close .bi, .modal-close img {
    width: 0.38rem;
    height: 0.38rem;
  }
}
/**** video ***/
.video-box {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
}

.video-box .adjust {
  width: 100%;
  max-width: 100%;
  display: block;
  opacity: 0;
}

.video-js {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  background-color: #000;
  position: relative;
  z-index: 20;
  font-size: 1em;
}

.video-js:hover .vjs-big-play-button {
  background: transparent !important;
  opacity: 1;
}

.video-js .vjs-tech, .video-js video {
  object-fit: cover;
  object-position: center center;
  display: block;
}

.video-js .vjs-big-play-button {
  width: 5em;
  height: 5em;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  background: none;
  border: none;
  border-radius: 100%;
  z-index: 50;
  opacity: 1;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  margin: 0;
  font-size: 1em;
}

.video-js .vjs-big-play-button .vjs-icon-placeholder {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  border: none;
  z-index: 50;
  background: url("/img/static/video-play-big.svg") no-repeat center center;
  background-size: contain;
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  display: none;
}

.video-js .vjs-poster {
  background-size: cover;
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.video-js .vjs-poster img {
  background-size: cover;
  object-fit: cover;
}

.video-js .vjs-poster::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: #000;
  opacity: 0.5;
  display: none;
}

.video-js .vjs-subs-caps-button {
  display: none !important;
}

.video-js .vjs-button > .vjs-icon-placeholder:before {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}

.video-js .vjs-play-progress:before,
.video-js .vjs-play-control .vjs-icon-placeholder:before, .video-js .vjs-icon-play:before,
.video-js .vjs-fullscreen-control .vjs-icon-placeholder:before, .video-js .vjs-icon-fullscreen-enter:before {
  display: none !important;
}

.video-js .vjs-control-bar {
  width: 100%;
  height: 4rem;
  position: absolute;
  bottom: 0;
  background: transparent;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  padding: 0 1.1rem;
}

.video-js .vjs-control {
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  margin: 0 1rem 0 0;
}

.video-js .vjs-progress-control {
  width: 100%;
  height: 8px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  margin: 0;
}

.video-js .vjs-progress-control .vjs-progress-holder {
  margin: 0;
  height: 8px;
  background: rgba(78, 71, 62, 0.5);
}

.video-js .vjs-load-progress {
  background: #4E473E;
}

.video-js .vjs-play-control {
  width: auto;
  padding: 0;
  margin-right: 1rem;
}

.video-js .vjs-play-control .vjs-icon-placeholder {
  width: 2.4rem;
  height: 2.4rem;
  background: url("/img/static/video-play.svg") no-repeat center center;
  background-size: contain;
}

.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder {
  background-image: url("/img/static/video-pause.svg");
}

.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder {
  background-image: url("/img/static/video-play.svg");
}

.video-js .vjs-time-control {
  padding: 0;
  font-size: 1rem;
  line-height: 1.3em;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin: 0;
}

.video-js .vjs-time-divider {
  min-width: 0;
  display: block;
}

.video-js .vjs-playback-rate {
  display: block !important;
  position: absolute;
  right: -webkit-calc(2.6rem + 0.85em);
  right: calc(2.6rem + 0.85em);
  top: 0;
  z-index: 10;
  margin: 0;
  z-index: 10;
  font-size: 1rem;
  line-height: 1.3em;
}

.video-js .vjs-playback-rate .vjs-playback-rate-value {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.video-js .vjs-playback-rate * {
  font-size: 1em;
  line-height: inherit;
}

.video-js .vjs-menu-button-popup .vjs-menu {
  margin-bottom: 2em;
}

.video-js .vjs-fullscreen-control {
  width: 2.4rem;
  height: 100%;
  position: absolute;
  right: 0.85em;
  top: 0;
  margin: 0;
  z-index: 10;
}

.video-js .vjs-fullscreen-control .vjs-icon-placeholder {
  width: 2.4rem;
  height: 2.4rem;
  background: url("/img/static/video-full.svg") no-repeat center center;
  background-size: contain;
}

.video-js.vjs-paused .vjs-control-bar {
  display: none;
}

.video-js.vjs-paused .vjs-big-play-button {
  display: block;
}

.video-js .vjs-volume-panel {
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  margin: 0 0 0 10px;
  width: 2em;
}
.video-js .vjs-volume-panel .vjs-mute-control {
  margin: 0;
  width: 2em;
}

@media screen and (max-width: 1600px) {
  .video-js .vjs-control-bar {
    height: 3.5rem;
  }
  .video-js .vjs-progress-control {
    height: 4px;
  }
  .video-js .vjs-progress-control .vjs-progress-holder {
    height: 4px;
  }
  .video-js .vjs-play-control .vjs-icon-placeholder,
  .video-js .vjs-fullscreen-control .vjs-icon-placeholder {
    width: 2rem;
    height: 2rem;
  }
  .video-js .vjs-volume-panel,
  .video-js .vjs-time-control,
  .video-js .vjs-playback-rate {
    font-size: 0.9rem;
  }
}
@media (max-width: 991.98px) {
  .video-js .vjs-big-play-button {
    width: 0.96rem;
    height: 0.96rem;
    opacity: 1;
  }
  .video-js .vjs-control-bar {
    height: 0.88rem;
    padding: 0 0.3rem;
  }
  .video-js .vjs-progress-control,
  .video-js .vjs-progress-holder {
    height: 4px;
  }
  .video-js .vjs-play-control .vjs-icon-placeholder,
  .video-js .vjs-fullscreen-control .vjs-icon-placeholder {
    width: 0.48rem;
    height: 0.48rem;
  }
  .video-js .vjs-play-control {
    margin-right: 0.2rem;
  }
  .video-js .vjs-time-control {
    font-size: 0.24rem;
  }
  .video-js .vjs-fullscreen-control {
    width: 0.48rem;
    right: 0.3rem;
  }
  .video-js .vjs-playback-rate {
    right: 0.88rem;
    font-size: 0.24rem;
  }
  .video-js.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
    opacity: 1;
    pointer-events: auto;
  }
  .video-js .vjs-volume-panel {
    font-size: 0.24rem;
  }
  .video-js .vjs-volume-panel .vjs-mute-control {
    width: 0.48rem;
    height: 0.48rem;
  }
}
/*** modal-video ***/
.modal-video {
  background: rgba(0, 0, 0, 0.8);
  z-index: 5000;
}
.modal-video .modal-dialog {
  height: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1060;
}
.modal-video .modal-content {
  width: 1440px;
  max-width: 85vw;
  margin: 0 auto;
  padding: 0;
  background: transparent;
}
.modal-video .modal-close {
  color: #fff;
  opacity: 1;
}
.modal-video .video-box {
  width: 100%;
  padding-top: 56.3%;
  overflow: hidden;
  position: relative;
}
.modal-video .video-js {
  position: absolute;
  top: 0;
  left: 0;
}
.modal-video .video-js .vjs-tech, .modal-video .video-js video {
  object-fit: contain;
}

@media (min-width: 992px) {
  .modal-video .modal-close {
    right: unset;
    left: -webkit-calc(100% + 10px);
    left: calc(100% + 10px);
    top: 10px;
  }
  .modal-video .video-box {
    border-radius: 8px;
  }
  .modal-video .video-js {
    border-radius: inherit;
  }
}
@media screen and (max-width: 991.98px) {
  .modal-video .modal-dialog {
    padding: 0;
  }
  .modal-video .modal-content, .modal-video .modal-body {
    width: 100%;
    max-width: none;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  .modal-video .video-box {
    height: 100%;
    padding: 0;
  }
}
/**** animate ***/
.animated {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes fadeInLeft2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@-webkit-keyframes fadeInLeft2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
  }
}
@keyframes fadeOutLeft2 {
  0% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
}
@-webkit-keyframes fadeOutLeft2 {
  0% {
    opacity: 1;
    -webkit-transform: none;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
  }
}
@keyframes fadeInRight2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@-webkit-keyframes fadeInRight2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
  }
}
@keyframes fadeOutRight2 {
  0% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
}
@-webkit-keyframes fadeOutRight2 {
  0% {
    opacity: 1;
    -webkit-transform: none;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(50px);
  }
}
@keyframes fadeInUp2 {
  0% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
            transform: none;
  }
}
@-webkit-keyframes fadeInUp2 {
  0% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeOutUp2 {
  0% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
}
@-webkit-keyframes fadeOutUp2 {
  0% {
    opacity: 1;
    -webkit-transform: none;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
  }
}
.fadeInUp2 {
  opacity: 0;
  visibility: hidden;
  -webkit-animation: fadeInUp2 0.5s cubic-bezier(0.4, 0, 0.2, 1) both;
          animation: fadeInUp2 0.5s cubic-bezier(0.4, 0, 0.2, 1) both;
}

.fadeInLeft2 {
  opacity: 0;
  visibility: hidden;
  animation: fadeInLeft2 0.6s cubic-bezier(0.4, 0, 0.2, 1) both;
  -webkit-animation: fadeInLeft2 0.6s cubic-bezier(0.4, 0, 0.2, 1) both;
}

.fadeInRight2 {
  opacity: 0;
  visibility: hidden;
  animation: fadeInRight2 0.6s cubic-bezier(0.4, 0, 0.2, 1) both;
  -webkit-animation: fadeInRight2 0.6s cubic-bezier(0.4, 0, 0.2, 1) both;
}

.swipWow .swiper-slide {
  opacity: 0;
  visibility: hidden;
}
.swipWow.animated .swiper-slide {
  -webkit-animation: fadeInUp2 0.6s cubic-bezier(0.4, 0, 0.2, 1) both;
          animation: fadeInUp2 0.6s cubic-bezier(0.4, 0, 0.2, 1) both;
}
.swipWow.animated .swiper-slide:nth-child(2) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.swipWow.animated .swiper-slide:nth-child(3) {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}
.swipWow.animated .swiper-slide:nth-child(4) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.swipWow.animated .swiper-slide:nth-child(5) {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}
.swipWow.animated .swiper-slide:nth-child(6) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.swipWow.animated .swiper-slide:nth-child(7) {
  -webkit-animation-delay: 0.35s;
          animation-delay: 0.35s;
}
.swipWow.animated .swiper-slide:nth-child(8) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.layoutWow > * {
  opacity: 0;
  visibility: hidden;
}
.layoutWow.animated > * {
  -webkit-animation: fadeInUp2 0.6s cubic-bezier(0.4, 0, 0.2, 1) both;
          animation: fadeInUp2 0.6s cubic-bezier(0.4, 0, 0.2, 1) both;
}
.layoutWow.animated > *:nth-child(2) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.layoutWow.animated > *:nth-child(3) {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}
.layoutWow.animated > *:nth-child(4) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.layoutWow.animated > *:nth-child(5) {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}
.layoutWow.animated > *:nth-child(6) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.layoutWow.animated > *:nth-child(7) {
  -webkit-animation-delay: 0.35s;
          animation-delay: 0.35s;
}
.layoutWow.animated > *:nth-child(8) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

/* 辅助 */
.btnbox {
  width: 100%;
  display: -webkit-flex;
  display: flex;
}

.btn {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  height: 48px;
  border: solid 1px;
  text-align: center;
  font-size: 16px;
  line-height: 1em;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  padding: 0;
  border-radius: 4px;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
.btn:focus {
  outline: none;
  box-shadow: none;
}
.btn::after {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  pointer-events: none;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
.btn > * {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  position: relative;
  z-index: 5;
  color: inherit !important;
  transition: none;
  -webkit-transition: none;
}
.btn.btn-normal {
  background: #AAC870;
  border-color: #AAC870;
  color: #fff;
}
.btn.btn-normal::after {
  background: #84A83E;
}
.btn.btn-green-light {
  background: #C9E1C3;
  border-color: #C9E1C3;
  color: #354639;
}
.btn.btn-green-light::after {
  background: #AAC870;
}
.btn.btn-dark {
  background: #2E3C31;
  border-color: #2E3C31;
  color: #fff;
}
.btn.btn-dark::after {
  background: #84A83E;
}
.btn.btn-white_line {
  border-color: #fff;
  background: transparent;
  color: #fff;
}
.btn.btn-white {
  border-color: #fff;
  background: #fff;
  color: #333;
}

.btn-underline {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  position: relative;
  cursor: pointer;
}
.btn-underline::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background-color: currentColor;
  position: absolute;
  left: 0;
  top: -webkit-calc(100% + 2px);
  top: calc(100% + 2px);
  z-index: 1;
  pointer-events: none;
  transition: width 0.3s ease;
  -webkit-transition: width 0.3s ease;
}
.btn-underline > * {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  z-index: 10;
}
.btn-underline .bi {
  -webkit-flex: none;
          flex: none;
  width: 1rem;
  height: 1rem;
  display: block;
  object-fit: contain;
  object-position: center center;
  margin: 1px 0 0 5px;
  position: relative;
  z-index: 5;
}

@media (min-width: 992px) {
  .btn:not(.btn-disabled):hover::after {
    width: 100%;
  }
  .btn:not(.btn-disabled):hover.btn-normal {
    border-color: #84A83E;
    color: #fff;
  }
  .btn:not(.btn-disabled):hover.btn-green-light {
    border-color: #AAC870;
    color: #fff;
  }
  .btn:not(.btn-disabled):hover.btn-dark {
    border-color: #84A83E;
    color: #fff;
  }
  .btn:not(.btn-disabled):hover.btn-white_line {
    border-color: #84A83E;
    background: #84A83E;
    color: #fff;
  }
  .btn:not(.btn-disabled):hover.btn-white {
    border-color: #84A83E;
    background: #84A83E;
    color: #fff;
  }
  .btn-underline:hover::after {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .btn {
    min-width: 0;
    font-size: 0.32rem;
    height: 0.82rem;
  }
  .btn-underline .bi {
    width: 1em;
    height: 1em;
    margin: 0 0 0 5px;
  }
}
/* 自定义下拉框 */
.byted-select-wrapper {
  width: 100%;
  position: relative;
  z-index: 10;
}
.byted-select-wrapper.is-open {
  z-index: 50;
}
.byted-select-wrapper.is-open .byted-select-input {
  border-color: transparent;
}
.byted-select-wrapper.is-open .byted-select-arrow .bi {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.byted-select-wrapper.is-open .byted-popover-wrapper {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 10;
}

.byted-select {
  width: 100%;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  z-index: 30;
}

.byted-select-input {
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  font-size: 18px;
  line-height: 1em;
  color: inherit;
  width: 100%;
  height: 48px;
  -webkit-align-items: center;
          align-items: center;
  border-radius: 24px;
  padding: 0 40px 0 20px;
  border: solid 1px #D8D8D8;
}

.byted-select-arrow {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 20;
  color: inherit;
}
.byted-select-arrow .bi {
  width: 14px;
  height: 14px;
  display: block;
}

.byted-popover-wrapper {
  min-width: 100%;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 24px;
  z-index: -999;
  padding: 48px 15px 12px;
  background: #fff;
  pointer-events: none;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  border: solid 1px #D8D8D8;
}

.byted-option-list {
  font-size: 16px;
  line-height: 1em;
  color: inherit;
  white-space: nowrap;
  overflow: hidden;
  overflow-y: auto;
  max-height: -webkit-calc((1em + 16px) * 8);
  max-height: calc((1em + 16px) * 8);
}
.byted-option-list::-webkit-scrollbar {
  width: 4px;
}
.byted-option-list::-webkit-scrollbar-track {
  background: none;
}
.byted-option-list::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.15);
}
.byted-option-list li {
  cursor: pointer;
}
.byted-option-list .checkbox.is-checked {
  color: #129800;
}
.byted-option-list .checkbox.is-checked .check-text {
  font-weight: bold;
}
.byted-option-list .checklabel {
  padding: 10px;
}
.byted-option-list .check-icon .bi {
  width: 1em;
  height: 1em;
  border-color: #BCC5D1;
  border-radius: 2px;
}

@media screen and (min-width: 992px) {
  .byted-option-list li:hover,
  .byted-checkbox-list li:hover {
    color: #129800;
  }
}
@media screen and (max-width: 991.98px) {
  .byted-popover-wrapper {
    border-radius: 0.4rem;
    padding: 0.8rem 0.4rem 0.2rem;
  }
  .byted-select-input {
    height: 0.8rem;
    border-radius: 0.4rem;
    font-size: 0.28rem;
    padding: 0 0.8rem 0 0.4rem;
  }
  .byted-option-list {
    font-size: 0.24rem;
  }
  .byted-option-list .checklabel {
    padding: 0.6em 0;
  }
}
/* 提示框 */
.tooltip {
  font-size: 0.7em;
}

#modalCopyLink {
  display: block;
  white-space: nowrap;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 999;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  border-radius: 3px;
  font-size: 0.8em;
  padding: 0.5em 1.25em;
}

/*** loading ***/
.modal-forms-loading {
  width: 100%;
  height: 100%;
  background-color: transparent;
  pointer-events: none;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  z-index: 3000;
  display: block !important;
  opacity: 0;
  position: fixed;
  left: 0;
  top: 0;
}
.modal-forms-loading.show {
  opacity: 1;
  pointer-events: auto;
}

.rmt-loading-box {
  width: 48px;
  height: 48px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate();
  -webkit-transform: translate();
}

@-webkit-keyframes rmt--rotating {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rmt--rotating {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.rmt-icon-loader {
  width: 48px;
  height: 48px;
  -webkit-transition: color 0.33s ease, -webkit-transform 0.5s cubic-bezier(0.5, 0, 0, 0.75);
  transition: color 0.33s ease, -webkit-transform 0.5s cubic-bezier(0.5, 0, 0, 0.75);
  transition: color 0.33s ease, transform 0.5s cubic-bezier(0.5, 0, 0, 0.75);
  transition: color 0.33s ease, transform 0.5s cubic-bezier(0.5, 0, 0, 0.75), -webkit-transform 0.5s cubic-bezier(0.5, 0, 0, 0.75);
  -webkit-transition: color 0.33s ease, transform 0.5s cubic-bezier(0.5, 0, 0, 0.75);
  background: conic-gradient(from 30deg, rgba(119, 119, 119, 0), rgba(119, 119, 119, 0.48), rgba(119, 119, 119, 0.8), rgb(119, 119, 119));
  color: rgba(255, 255, 255, 0);
  -webkit-mask: url("data:image/svg+xml,<svg width='48' height='48' xmlns='http://www.w3.org/2000/svg'><path d='M24 1a2.347 2.347 0 1 1 0 4.694 18.306 18.306 0 1 0 13.359 5.792 2.347 2.347 0 1 1 3.426-3.21A23 23 0 1 1 24 1Z' fill='black'/></svg>");
  mask: url("data:image/svg+xml,<svg width='48' height='48' xmlns='http://www.w3.org/2000/svg'><path d='M24 1a2.347 2.347 0 1 1 0 4.694 18.306 18.306 0 1 0 13.359 5.792 2.347 2.347 0 1 1 3.426-3.21A23 23 0 1 1 24 1Z' fill='black'/></svg>");
  -webkit-mask-size: cover;
  mask-size: cover;
  opacity: 0.7;
  -webkit-animation: rmt--rotating 1.5s infinite linear;
          animation: rmt--rotating 1.5s infinite linear;
  position: absolute;
  left: 0;
  top: 0;
}

/* form */
.form-group {
  font-size: 16px;
  line-height: 1.5em;
  margin-bottom: 2.125em;
  color: inherit;
  position: relative;
}
.form-group.has-error .form-control {
  border-color: #FF0000 !important;
  z-index: 5;
}
.form-group.has-error .help-block {
  display: block;
  color: #FF0000 !important;
  z-index: 10;
}

.help-block {
  font-size: 12px;
  line-height: 1.2em;
  margin-top: 5px;
  z-index: 10;
  pointer-events: none;
  padding: 0;
}

.control-label {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 16px;
  color: #343630;
}

.form-control {
  padding: 0 1.25em;
  font-size: 1em;
  line-height: inherit;
  color: inherit;
  height: 3.625em;
  width: 100%;
  display: block;
  box-shadow: none;
  outline: none;
  border: solid 1px #2E3C31;
  border-radius: 8px;
  background: #fff;
}
.form-control:focus {
  background-color: #fff;
  box-shadow: none;
  outline: none;
}
.form-control[readonly] {
  background-color: #fff;
}
.form-control::-webkit-input-placeholder {
  color: rgba(46, 60, 49, 0.3);
}
.form-control::placeholder {
  color: rgba(46, 60, 49, 0.3);
}
.form-control::-webkit-placeholder {
  color: rgba(46, 60, 49, 0.3);
}
.form-control::-moz-placeholder {
  color: rgba(46, 60, 49, 0.3);
}

textarea.form-control {
  min-height: 10.875em;
  padding: 1em 1.25em;
}

select.form-control {
  appearance: none;
  -webkit-appearance: none;
  background: url("/img/common/arrow-down-w3.svg") no-repeat right 1.25em center #fff;
  background-size: 1.25em;
}

.form-btnbox {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  margin: 3.125em 0 0;
}
.form-btnbox .btn {
  width: 6.8rem;
  border-radius: 4px;
  font-size: 0.8rem;
}

.checklabel {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  cursor: pointer;
}

.check-input {
  display: none;
}

.check-icon {
  -webkit-flex: none;
          flex: none;
  margin: 0 8px 0 0;
}
.check-icon .bi {
  width: 22px;
  height: 22px;
  border: solid 1px #2E3C31;
  border-radius: 4px;
  background: no-repeat center center transparent;
  background-size: contain;
  display: block;
}

.checkbox.is-checked .icon-checkbox .bi {
  border-color: #AAC870;
  background-image: url("/img/static/check-white.svg");
  background-color: #129800;
}

.form-upload-box {
  width: 100%;
  position: relative;
}
.form-upload-box input[type=file] {
  display: none;
}
.form-upload-box .btn-upload {
  width: 54px;
  height: 100%;
  background: url("/img/common/upload.svg") no-repeat center center;
  background-size: 23px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 20;
  cursor: pointer;
}

.form-vcode-box {
  width: 100%;
  position: relative;
}
.form-vcode-box .form-control {
  padding-right: 8.25em;
}
.form-vcode-box .vcode-imgs {
  -webkit-flex: none;
          flex: none;
  width: 7em;
  height: 2.625em;
  display: block;
  overflow: hidden;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  z-index: 20;
}
.form-vcode-box .vcode-imgs img {
  width: 100%;
  height: 100%;
  display: block;
}

.form-privacy {
  margin: 2.5em 0 0;
}
.form-privacy .checklabel {
  -webkit-align-items: flex-start;
          align-items: flex-start;
}
.form-privacy .help-block {
  display: none !important;
}
.form-privacy .check-text a[href] {
  position: relative;
  margin: 0 2px;
}
.form-privacy .check-text a[href]::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: currentColor;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.form-privacy.has-error .check-icon .bi {
  border-color: #FF0000 !important;
}

.form-group-box > .form-group:last-child {
  margin-bottom: 0;
}

.ank-form-step {
  margin-top: 1.7em;
}
.ank-form-step .form-group:last-child {
  margin-bottom: 0;
}
.ank-form-step.form-step1 {
  margin-top: 0;
}

@media (min-width: 992px) {
  .ank-form .grid {
    display: grid;
  }
  .ank-form .grid-2 {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2.125em 1em;
  }
  .form-privacy .check-text a[href]:hover {
    color: #358D06;
  }
}
@media (max-width: 991.98px) {
  .form-group {
    font-size: 0.32rem;
    margin-bottom: 0.5rem;
  }
  .help-block {
    font-size: 0.24rem;
  }
  .control-label {
    font-size: 0.24rem;
    margin-bottom: 5px;
  }
  .form-control {
    height: 1.12rem;
    padding: 0 0.3rem;
    line-height: 2em;
    font-size: 0.32rem;
    border-radius: 6px;
  }
  textarea.form-control {
    min-height: 3.36rem;
    padding: 0.24rem 0.3rem;
  }
  select.form-control {
    background-size: 16px;
    background-position: right 12px center;
  }
  .form-btnbox {
    margin: 0.8rem 0 0;
  }
  .form-btnbox .btn {
    width: 2.2rem;
    height: 0.8rem;
    font-size: 0.28rem;
  }
  .form-vcode-box .form-control {
    padding-right: 2.26rem;
  }
  .form-vcode-box .vcode-imgs {
    right: 0.2rem;
    width: 1.86rem;
    height: 0.6rem;
  }
  .form-privacy {
    margin: 0.6rem 0 0;
    font-size: 0.28rem;
  }
  .form-privacy .check-icon .bi {
    width: 20px;
    height: 20px;
  }
  .ank-form-step {
    margin-top: 0.5rem;
  }
}
/** header **/
.header {
  height: 3.5rem;
  background: #fff;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 300;
  font-size: 16px;
  line-height: 1.5em;
  color: #343630;
  border-bottom: solid 1px #ECECEC;
}
.header > .global-inner {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
.header > .global-inner::before, .header > .global-inner::after {
  display: none;
}

.head-place {
  height: 3.5rem;
}

.head-l, .head-r {
  height: 100%;
  display: -webkit-flex;
  display: flex;
  position: relative;
  -webkit-align-items: center;
          align-items: center;
}

.head-mid {
  height: 100%;
}

.head-r {
  margin: 0 -1rem;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  color: #2E3C31;
  font-size: 14px;
  white-space: nowrap;
}
.head-r > * {
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  position: relative;
  -webkit-flex: none;
          flex: none;
  margin: 0;
  padding: 0 1rem;
}
.head-r > *:last-child {
  margin: 0;
}

.head-logo {
  height: 100%;
  display: block;
  position: relative;
}
.head-logo a {
  height: 100%;
  display: -webkit-flex;
  display: flex;
  position: relative;
  -webkit-align-items: center;
          align-items: center;
}
.head-logo img {
  -webkit-flex: none;
          flex: none;
  width: 10.1rem;
  display: block;
}
.head-logo .logo-dark, .head-logo .logo-white {
  display: none;
}

.head-tag {
  -webkit-flex: none;
          flex: none;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  margin: 0 0 0 1em;
  font-size: 14px;
  line-height: 1em;
  color: #fff;
}
.head-tag > * {
  height: 30px;
  padding: 0 10px;
  border-radius: 6px;
  background: #2E3C31;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}

.head-lang {
  position: relative;
}
.head-lang .hd {
  height: 100%;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}
.head-lang .hd .bi {
  -webkit-flex: none;
          flex: none;
  width: 20px;
  height: 20px;
  display: block;
  margin: -1px 5px 0 0;
}

.head-search-open {
  cursor: pointer;
}
.head-search-open .bi {
  -webkit-flex: none;
          flex: none;
  width: 18px;
  height: 18px;
  display: block;
  pointer-events: none;
  background: url("/img/common/search.svg") no-repeat center center;
  background-size: contain;
}

.head-search-close {
  display: none;
  height: 100%;
  padding: 0 6vw;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 20;
}
.head-search-close .bi {
  width: 0.44rem;
  height: 100%;
  display: block;
  background: url("/img/common/x-black.svg") no-repeat center center;
  background-size: contain;
  position: relative;
}

.head-menu {
  height: 100%;
  position: relative;
}

.head-menu-open {
  width: 0.44rem;
  height: 100%;
  display: block;
  background: url("/img/common/menu.svg") no-repeat center center;
  background-size: contain;
  position: relative;
}

.head-menu-close {
  width: 0.44rem;
  height: 100%;
  display: none;
  background: url("/img/common/x-black.svg") no-repeat center center;
  background-size: contain;
  position: relative;
}

@media (min-width: 992px) {
  .head-r {
    min-width: 147px;
  }
  .head-lang:hover {
    color: #AAC870;
  }
  .head-search-open:hover .bi {
    background-image: url("/img/common/search-green.svg");
  }
  body.head-nobg .head-place {
    display: none;
  }
  body:not(.open-webnav, .open-schbox).head-opacity .header {
    background: transparent;
    border-bottom-color: transparent;
  }
  body:not(.open-webnav, .open-schbox).head-opacity.head-white .head-logo .logo-deft {
    display: none;
  }
  body:not(.open-webnav, .open-schbox).head-opacity.head-white .head-logo .logo-white {
    display: block;
  }
  body:not(.open-webnav, .open-schbox).head-opacity.head-white .head-navlist .navlv1 {
    color: #fff !important;
  }
  body:not(.open-webnav, .open-schbox).head-opacity.head-white .head-navlist .navlv1 > *::after {
    background: #fff !important;
  }
  body:not(.open-webnav, .open-schbox).head-opacity.head-white .head-r {
    color: #fff;
  }
  body:not(.open-webnav, .open-schbox).head-opacity.head-white .head-search-open .bi {
    background-image: url("/img/common/search-white.svg");
  }
}
@media (max-width: 991.98px) {
  .header {
    height: 1.1rem;
    color: #111;
  }
  .head-place {
    height: 1.1rem;
  }
  .head-logo img {
    width: 3.12rem;
  }
  .head-tag {
    font-size: 0.24rem;
    margin: 0 0 0 8px;
  }
  .head-tag > * {
    padding: 0 8px;
    height: 2em;
    border-radius: 4px;
  }
  .head-r {
    margin: 0 -0.2rem;
    font-size: 0.32rem;
  }
  .head-r > * {
    margin: 0;
    padding: 0 0.2rem;
  }
  .head-search-open .bi {
    width: 0.4rem;
    height: 0.4rem;
  }
  body.open-schbox .head-r {
    display: none;
  }
  body.open-schbox .head-search-close {
    display: block;
  }
}
/* 导航 */
.head-navlist {
  height: 100%;
  font-size: 1em;
  line-height: inherit;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
          align-items: stretch;
}
.head-navlist > .navitem {
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
          align-items: stretch;
  padding: 0 1.25rem;
}
.head-navlist > .navitem.active .navlv1 {
  color: #AAC870;
}
.head-navlist > .navitem.active .navlv1 > *::after {
  opacity: 1;
  width: 100%;
}
.head-navlist > .navitem:hover .navlv1 {
  color: #AAC870;
}
.head-navlist .navlv1 {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  white-space: nowrap;
  -webkit-flex: none;
          flex: none;
  position: relative;
}
.head-navlist .navlv1 > * {
  display: -webkit-flex;
  display: flex;
  position: relative;
}
.head-navlist .navlv1 > *::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  position: absolute;
  left: 50%;
  top: -webkit-calc(100% + 5px);
  top: calc(100% + 5px);
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  background: #AAC870;
  opacity: 0;
}

.webnav-dropdown-box {
  width: 100vw;
  display: none;
  position: absolute;
  left: 50%;
  top: 100%;
  z-index: 120;
  background: rgba(0, 0, 0, 0.8);
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  color: #2E3C31;
  pointer-events: none;
}
.webnav-dropdown-box::before {
  content: "";
  width: 100%;
  height: 100vh;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  z-index: 0;
  background: rgba(0, 0, 0, 0.8);
  pointer-events: none;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
.webnav-dropdown-box.is-open .webnav-dropdown-inner {
  height: 70vh;
  max-height: 440px;
}

.webnav-dropdown-inner {
  width: 100%;
  background: #F9F9F9;
  position: relative;
  z-index: 10;
  pointer-events: auto;
  overflow: hidden;
  height: 0;
  max-height: 0px;
  transition: height 0.6s cubic-bezier(0.4, 0, 0.2, 1), max-height 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition: height 0.6s cubic-bezier(0.4, 0, 0.2, 1), max-height 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.webnav-dropdown-inner > .global-inner {
  display: grid;
  grid-template-columns: minmax(20%, 290px) 1fr;
  grid-gap: 0 7%;
  padding: 0 4rem;
}
.webnav-dropdown-inner > .global-inner::before, .webnav-dropdown-inner > .global-inner::after {
  display: none;
}

.webnav-column {
  height: 70vh;
  max-height: 620px;
  position: relative;
  padding-top: 3rem;
  padding-bottom: 2.5rem;
}

.webnav-column-inner {
  max-height: 100%;
  overflow: hidden;
  overflow-y: auto;
  position: relative;
  margin: -15px;
  padding: 15px;
}
.webnav-column-inner::-webkit-scrollbar {
  height: 6px;
  width: 6px;
}
.webnav-column-inner::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.webnav-column-inner::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

.webnav-dropdown-imgs {
  width: 100%;
  height: 6.9rem;
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  margin-bottom: 1.4rem;
}
.webnav-dropdown-imgs img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}

.webnav-dropdown-title {
  font-size: 16px;
  line-height: 1em;
  font-weight: bold;
}

.webnav-dropdown-desc {
  font-size: 14px;
  line-height: 24px;
  margin: 8px 0 0;
}

.webnav-dropdown-btnbox {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  position: relative;
  margin: 8px 0 0;
  font-size: 14px;
  line-height: 24px;
  color: #AAC870;
}
.webnav-dropdown-btnbox a[href]:hover {
  color: #84A83E;
}

.webnav-dropdown-lv1box {
  background: #fff;
  position: relative;
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}
.webnav-dropdown-lv1box .box {
  width: 100%;
  display: block;
  position: relative;
}
.webnav-dropdown-lv1box .box:hover .webnav-dropdown-imgs img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}

.webnav-dropdown-lv2box {
  position: relative;
}

.webnav-lv2list {
  width: 100%;
  position: relative;
  display: grid;
  font-size: 16px;
  line-height: 1em;
}
.webnav-lv2list .navlv2 {
  width: 100%;
  position: relative;
}
.webnav-lv2list .lv2item-imgs {
  width: 100%;
  height: 6.9rem;
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
.webnav-lv2list .lv2item-imgs img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: inherit;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
.webnav-lv2list .lv2item-title {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  position: relative;
  margin: 1rem 0 0;
}
.webnav-lv2list .icon {
  -webkit-flex: none;
          flex: none;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  background: #B3BBA2;
  position: relative;
  margin: 0 1em 0 0;
}
.webnav-lv2list .icon img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center center;
  position: relative;
}
.webnav-lv2list .arrow {
  width: 1em;
  height: 1em;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 10;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
.webnav-lv2list .arrow .bi {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.webnav-lv2list .lv2item {
  margin-bottom: 2rem;
}
.webnav-lv2list .lv2item.active {
  color: #2E3C31;
}
.webnav-lv2list .lv2item.active .icon {
  background: #2E3C31;
}
.webnav-lv2list .lv2item:hover {
  color: #2E3C31;
}
.webnav-lv2list .lv2item:hover .lv2item-imgs img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.webnav-lv2list .lv2item:hover .icon {
  background: #2E3C31;
}
.webnav-lv2list .lv2item.has-subnav .navlv2 {
  cursor: default;
}

.webnav-pt-dropdown .webnav-lv2list {
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0 3.75rem;
}
.webnav-pt-dropdown .webnav-lv3list {
  margin: 10px 0 0 41px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 6px 0;
  font-size: 14px;
  line-height: 24px;
  color: rgba(46, 60, 49, 0.8);
}
.webnav-pt-dropdown .webnav-lv3list > li:hover .navlv3 {
  color: #AAC870;
}

.webnav-ab-dropdown .webnav-lv2list {
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 0 0.75rem;
}

.webnav-dropdown-lv3box {
  padding-left: 1.8rem;
  padding-right: 0;
}

.webnav-dropdown-lv3item {
  display: none;
}
.webnav-dropdown-lv3item.active {
  display: block;
}

.webnav-lv2_introd {
  position: relative;
}
.webnav-lv2_introd::before {
  content: "";
  display: block;
  position: absolute;
  left: -15px;
  top: -15px;
  bottom: -16px;
  right: -15px;
  background: #fff;
  opacity: 0;
  pointer-events: none;
  z-index: 0;
  border-radius: 4px;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
.webnav-lv2_introd .box {
  width: 100%;
  display: block;
  position: relative;
  z-index: 5;
}
.webnav-lv2_introd .btn-more {
  position: relative;
  display: -webkit-flex;
  display: flex;
}
.webnav-lv2_introd .btn-more::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #AAC870;
  position: absolute;
  left: 0;
  top: -webkit-calc(100% + 2px);
  top: calc(100% + 2px);
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
.webnav-lv2_introd:hover::before {
  opacity: 1;
}
.webnav-lv2_introd:hover .webnav-dropdown-imgs img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}
.webnav-lv2_introd:hover .btn-more::after {
  width: 100%;
}

.webnav-lv3list_pic {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 35px 48px;
  margin: 47px 0 0;
}
.webnav-lv3list_pic .item {
  position: relative;
}
.webnav-lv3list_pic .item::before {
  content: "";
  display: block;
  pointer-events: none;
  background: #fff;
  position: absolute;
  left: -15px;
  top: -15px;
  right: -15px;
  bottom: -15px;
  z-index: 0;
  border-radius: 4px;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
.webnav-lv3list_pic .item:hover {
  color: #AAC870;
}
.webnav-lv3list_pic .item:hover::before {
  opacity: 1;
}
.webnav-lv3list_pic .item:hover .imgs img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}
.webnav-lv3list_pic .item-box {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  position: relative;
  z-index: 5;
}
.webnav-lv3list_pic .item-imgs {
  -webkit-flex: none;
          flex: none;
  width: 5.625em;
  margin: 0 1.125em 0 0;
  position: relative;
}
.webnav-lv3list_pic .imgs {
  width: 100%;
  padding: 66.67% 0 0;
  overflow: hidden;
  position: relative;
  border-radius: 2px;
}
.webnav-lv3list_pic .imgs img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.webnav-lv3list_pic .item-title {
  -webkit-flex: 1;
          flex: 1;
  padding: 5px 0;
}

.webnav-lv3list_icon {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 37px 0 0;
}
.webnav-lv3list_icon .item {
  margin: 0 4.5rem 0 0;
  position: relative;
}
.webnav-lv3list_icon .item:hover {
  color: #AAC870;
}
.webnav-lv3list_icon .item:hover .item-icon {
  background: #AAC870;
}
.webnav-lv3list_icon .item-box {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  position: relative;
  padding: 15px 0;
}
.webnav-lv3list_icon .item-icon {
  -webkit-flex: none;
          flex: none;
  width: 1.5em;
  height: 1.5em;
  display: block;
  border-radius: 50%;
  background: #BDBDBD;
  margin: 0 6px 0 0;
  position: relative;
}
.webnav-lv3list_icon .item-icon img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center center;
  position: relative;
}

.modal-appnav-box {
  background: transparent;
  pointer-events: none;
  overflow: hidden;
}
.modal-appnav-box .modal-dialog {
  width: 100%;
  height: 100%;
  display: block;
  padding: 1.1rem 0 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
}
.modal-appnav-box .modal-content {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  pointer-events: auto;
}
.modal-appnav-box.fade .modal-dialog {
  transform: translate(105%, 0);
  -webkit-transform: translate(105%, 0);
  opacity: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.modal-appnav-box.show .modal-dialog {
  transform: none;
  -webkit-transform: none;
  opacity: 1;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
}

.appnav-sect-lv1box {
  width: 100%;
  height: 100%;
  background: #fff;
  overflow: hidden;
  overflow-y: auto;
  position: relative;
  padding: 0.44rem 0 0;
}

.appnav-lv1_list {
  width: 100%;
  position: relative;
  font-size: 0.36rem;
  line-height: 0.4rem;
  color: #2E3C31;
}
.appnav-lv1_list .navlv1 {
  padding: 0 0.5rem;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
.appnav-lv1_list .navlv1 a {
  display: -webkit-flex;
  display: flex;
  min-width: 50%;
  padding: 0.36rem 0;
}
.appnav-lv1_list .navlv1 .arrow {
  width: 30%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 20;
}
.appnav-lv1_list .navlv1 .arrow .bi {
  display: block;
  width: 16px;
  height: 16px;
  position: relative;
}
.appnav-lv1_list .navlv1:active {
  color: #358D06;
}
.appnav-lv1_list .subnav-box {
  display: none;
}

.appnav-sect-lv2box {
  width: 100%;
  height: 100%;
  background: #fff;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  padding: 1.1rem 0 0;
  transform: translate(105%, 0);
  -webkit-transform: translate(105%, 0);
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  opacity: 0;
  z-index: 2000;
}
.appnav-sect-lv2box.is-open {
  transform: none;
  -webkit-transform: none;
  opacity: 1;
}

.appnav-lv2box-head {
  width: 100%;
  height: 1.1rem;
  background: #fff;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.appnav-lv2box-head .lv1tit {
  font-size: 0.36rem;
  line-height: 1em;
  text-align: center;
}
.appnav-lv2box-head .btn-back {
  padding: 0.2rem;
  position: absolute;
  left: 0.5rem;
  top: 50%;
  transform: translate(-0.2rem, -50%);
  -webkit-transform: translate(-0.2rem, -50%);
  z-index: 20;
}
.appnav-lv2box-head .btn-back .bi {
  width: 0.44rem;
  height: 0.44rem;
}
.appnav-lv2box-head .head-menu-close {
  width: 0.84rem;
  display: block;
  background-size: 0.44rem;
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translate(0.2rem, -50%);
  -webkit-transform: translate(0.2rem, -50%);
  z-index: 20;
}

.appnav-lv2box {
  width: 100%;
  position: relative;
  padding: 0.8rem 0.5rem;
}
.appnav-lv2box .topbox {
  width: 100%;
  position: relative;
  margin-bottom: 0.44rem;
}
.appnav-lv2box .topbox .imgs {
  width: 100%;
  padding: 34.46% 0 0;
  display: block;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.appnav-lv2box .topbox img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: inherit;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  left: 0;
  top: 0;
}
.appnav-lv2box .lv2list li {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}
.appnav-lv2box .lv2list li:active {
  color: #358D06;
}
.appnav-lv2box .lv2list a {
  min-width: 50%;
  display: block;
  padding: 0.36rem 0;
}

body.open-webnav, body.open-schbox {
  overflow: hidden;
  padding-right: 15px;
}
body.open-webnav.fixed-header .header, body.open-schbox.fixed-header .header {
  right: 15px;
}
body.open-appnav .header {
  background: #fff;
  border-bottom-color: #ECECEC;
}
body.open-appnav .head-menu-open {
  display: none;
}
body.open-appnav .head-menu-close {
  display: block;
}

@media (max-width: 1560px) {
  .webnav-dropdown-inner > .global-inner {
    padding: 0;
  }
  .webnav-lv3list_pic {
    grid-gap: 1.75rem 2.4rem;
  }
}
@media (max-width: 1440px) {
  .head-navlist > .navitem {
    padding: 0 0.6rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .head-navlist {
    font-size: 14px;
  }
  .head-navlist > .navitem {
    padding: 0 0.5rem;
  }
  .head-r {
    min-width: 0;
    margin: 0 -0.5rem;
  }
  .head-r > * {
    padding: 0 0.5rem;
  }
}
/* 搜索弹框 */
.modal-search-box {
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  left: 0;
  top: 3.5rem;
  z-index: 120;
  background: rgba(0, 0, 0, 0.8);
  color: #2E3C31;
  pointer-events: none;
}
.modal-search-box.is-open .modal-search-inner {
  height: 70vh;
  max-height: 620px;
}

.modal-search-inner {
  width: 100%;
  background: #F9F9F9;
  position: relative;
  z-index: 10;
  pointer-events: auto;
  overflow: hidden;
  height: 0;
  max-height: 0px;
  transition: height 0.6s cubic-bezier(0.4, 0, 0.2, 1), max-height 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition: height 0.6s cubic-bezier(0.4, 0, 0.2, 1), max-height 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 3rem 0 4rem;
}

.modal-search-inpt {
  width: 100%;
  max-width: 60pc;
  position: relative;
  margin: 0 auto;
}
.modal-search-inpt .inpt {
  width: 100%;
  height: 56px;
  padding: 0 60px 0 48px;
  font-size: 20px;
  line-height: 1.2em;
  color: inherit;
  position: relative;
  border: none;
  background: #fff;
  border-radius: 4px;
}
.modal-search-inpt .btn-sch {
  width: 48px;
  height: 100%;
  display: block;
  background: url("/img/common/search.svg") no-repeat center center;
  background-size: 20px;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 20;
}
.modal-search-inpt .btn-clear {
  width: 60px;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 20;
  cursor: pointer;
}
.modal-search-inpt .btn-clear .bi {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: url("/img/common/x-white.svg") no-repeat center center #B3BBA2;
  background-size: 60%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  pointer-events: none;
}

@media (max-width: 991.98px) {
  .modal-search-box {
    background: #F9F9F9;
    padding: 1.1rem 0 0;
    top: 0;
  }
  .modal-search-inner {
    padding: 6vw 0;
    height: 100%;
    max-height: none;
  }
}
/* main-box */
.main-box {
  width: 100%;
  position: relative;
  min-height: -webkit-calc(100vh - 23rem);
  min-height: calc(100vh - 23rem);
}

@media (max-width: 991.98px) {
  .main-box {
    min-height: -webkit-calc(100dvh - 1.1rem);
    min-height: calc(100dvh - 1.1rem);
  }
}
/* footer */
.footer {
  width: 100%;
  position: relative;
  background: #2E3C31;
  font-size: 16px;
  line-height: 1.5em;
  padding: 3.5rem 0;
  color: rgba(201, 225, 195, 0.8);
}

.foot-sect1 {
  margin-bottom: 4em;
}

.foot-sect2 {
  -webkit-align-items: center;
          align-items: center;
}

.foot-sect3 {
  margin: 1.5em 0 0;
}

.foot-navlist {
  color: #C9E1C3;
}
.foot-navlist li:not(:last-child) {
  margin-bottom: 1em;
}

.foot-cott .lvtit {
  font-size: 1.5em;
  line-height: 1em;
  font-weight: bold;
  margin-bottom: 0.83em;
  color: #C9E1C3;
}
.foot-cott .btn-goctt {
  margin: 2em 0 0;
  width: 6.875em;
  height: 2.5em;
  border-radius: 2px;
}
.foot-cott .btn-goctt > * {
  font-size: 14px;
}
.foot-cott .btn-goctt .bi {
  margin: 0 0 0 10px;
}
.foot-cott .btn-goctt .bi svg {
  width: 10px;
  height: 10px;
  display: block;
}

.foot-logo a {
  display: block;
}
.foot-logo img {
  width: 16.375em;
  display: block;
}

.foot-share {
  display: -webkit-flex;
  display: flex;
}
.foot-share .item {
  position: relative;
  margin: 0 1.25em 0 0;
}
.foot-share .item:last-child {
  margin: 0;
}
.foot-share .item:hover {
  z-index: 20;
}
.foot-share .item:hover .hd {
  opacity: 0.5;
}
.foot-share .item:hover .dropdown {
  display: block;
}
.foot-share .hd {
  -webkit-flex: none;
          flex: none;
  cursor: pointer;
  display: block;
}
.foot-share .hd img {
  width: 2.25em;
  height: 2.25em;
  display: block;
  object-fit: contain;
  object-position: center center;
}
.foot-share .dropdown {
  display: none;
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  padding: 0 0 20px;
}
.foot-share .dropdown::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top-color: #f2f2f2;
  bottom: 1px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.foot-share .dropdown .box {
  padding: 8px;
  border-radius: 4px;
  background: #f2f2f2;
  position: relative;
}
.foot-share .dropdown .imgs {
  padding: 5px;
  background: #fff;
}
.foot-share .dropdown img {
  width: 100px;
  height: 100px;
  display: block;
  object-fit: contain;
  object-position: center center;
  margin: 0 auto;
}
.foot-share .dropdown .text {
  margin: 0.5em 0 0;
  font-size: 12px;
  line-height: 1em;
  text-align: center;
  color: #000;
}
.foot-share .dropdown .close {
  padding: 2px;
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 20;
  cursor: pointer;
  font-size: 25px;
  line-height: 0.9em;
  color: #000;
  opacity: 1;
  text-shadow: none;
}

.foot-copy, .foot-icp {
  white-space: nowrap;
}

.foot-support {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  white-space: nowrap;
}
.foot-support .title {
  -webkit-flex: none;
          flex: none;
}

.foot-jszc_swip {
  width: 13em;
  height: 1.72em;
  overflow: hidden;
}

.foot-links {
  display: -webkit-flex;
  display: flex;
}
.foot-links > *:not(:last-child)::after {
  content: "|";
  margin: 0 10px;
  color: #C9E1C3 !important;
}

.foot-wximg {
  display: -webkit-flex;
  display: flex;
  position: relative;
}
.foot-wximg .imgs {
  width: 4rem;
  height: 4rem;
  display: block;
  -webkit-flex: none;
          flex: none;
  background: #fff;
  position: relative;
  padding: 5px;
}
.foot-wximg img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center center;
  position: relative;
}

@media (min-width: 992px) {
  .footer a[href]:hover {
    color: #AAC870;
  }
  .foot-sect {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 1rem;
  }
  .foot-sect-l {
    grid-column: 2/span 6;
  }
  .foot-sect-r {
    grid-column: 9/span 4;
  }
  .foot-sect1 {
    margin-bottom: 3px;
  }
  .foot-sect3 {
    font-size: 14px;
    -webkit-align-items: center;
            align-items: center;
    margin: 1.5rem 0 0;
  }
  .foot-sect3 .foot-sect-l {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .foot-copy {
    margin: 0 8px 0 0;
  }
  .foot-support {
    margin: 5px 0 0;
  }
  .foot-links {
    margin: 0 0 5px;
  }
  .foot-logo {
    height: 4rem;
    display: -webkit-flex;
    display: flex;
    padding: 0 0 1.2em;
  }
  .foot-cott .info {
    font-size: 16px;
  }
  .foot-cott .btn-goctt {
    margin: 1rem 0 0;
  }
}
@media (min-width: 1441px) and (max-width: 1700px) {
  .footer {
    font-size: 14px;
  }
  .foot-sect-l {
    grid-column: 2/span 7;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .footer {
    font-size: 14px;
  }
  .foot-sect-l {
    grid-column: 1/span 9;
  }
  .foot-sect-r {
    grid-column: 10/span 3;
  }
}
@media (max-width: 991.98px) {
  .footer {
    font-size: 0.24rem;
    line-height: 0.48rem;
    padding: 1.2rem 0 0.36rem;
    text-align: center;
  }
  .foot-sect1 {
    margin-bottom: 1.64rem;
  }
  .foot-sect2 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .foot-sect2 .foot-sect-l {
    margin: 0.36rem 0 0;
  }
  .foot-sect3 {
    margin: 0.4rem 0 0;
    line-height: 0.4rem;
  }
  .foot-cott {
    font-size: 0.28rem;
  }
  .foot-cott .lvtit {
    font-size: 0.44rem;
    line-height: 0.48rem;
    margin-bottom: 0.2rem;
  }
  .foot-cott .btn-goctt {
    width: 2.2rem;
    height: 0.8rem;
    font-size: 0.28rem;
    margin: 0.48rem auto 0;
  }
  .foot-logo {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
            justify-content: center;
  }
  .foot-logo img {
    width: 3.72rem;
  }
  .foot-share .item:not(:last-child) {
    margin: 0 0.4rem 0 0;
  }
  .foot-share .hd img {
    width: 0.72rem;
    height: 0.72rem;
  }
  .foot-support {
    width: 100%;
    -webkit-justify-content: center;
            justify-content: center;
  }
  .foot-support .title {
    display: none;
  }
  .foot-jszc_swip {
    height: 0.4rem;
  }
  .foot-links {
    margin: 0.22rem 0 0;
    -webkit-justify-content: center;
            justify-content: center;
  }
  .foot-wximg {
    -webkit-justify-content: center;
            justify-content: center;
  }
  .foot-wximg .imgs {
    width: 2.2rem;
    height: 2.2rem;
  }
  .foot-st-row .row {
    display: block;
  }
}
/* 底部-简化版 */
.footer-simple {
  width: 100%;
  background: transparent;
  padding: 1rem 0;
  font-size: 12px;
  line-height: 2em;
}

@media (min-width: 992px) {
  .footer-simple .foot-sect {
    max-width: 1330px;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: space-between;
            justify-content: space-between;
  }
  .footer-simple .foot-sect-l, .footer-simple .foot-sect-r {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
  }
  .footer-simple .foot-jszc_swip {
    height: 2em;
  }
}
@media (max-width: 991.98px) {
  .footer-simple {
    font-size: 0.24rem;
    line-height: 0.4rem;
    text-align: center;
    padding: 0.6rem 0 0.4rem;
  }
  .footer-simple .foot-support {
    text-align: center;
    margin: 0 auto;
    -webkit-justify-content: center;
            justify-content: center;
  }
  .footer-simple .foot-links {
    -webkit-justify-content: center;
            justify-content: center;
    margin: 0;
    line-height: 2em;
  }
}
/* 颜色 */
.color-green {
  color: #AAC870;
}

/* 标题 */
.s-heading-h1 {
  font-size: 3rem;
  line-height: 1em;
  font-weight: 700;
}

.s-heading-h2 {
  font-size: 2.4rem;
  line-height: 1.04em;
  font-weight: 700;
}

.s-heading-h3 {
  font-size: 1.5rem;
  line-height: 1em;
  font-weight: bold;
}

.n-heading-h2 {
  font-size: 2.8rem;
  line-height: 1.286em;
  font-weight: bold;
}

.n-heading-h3 {
  font-size: 1.8rem;
  line-height: 1.39em;
  font-weight: bold;
}

.s-text {
  font-size: 0.9rem;
  line-height: 1.56em;
}

.s-text-20 {
  font-size: 1rem;
  line-height: 1.8em;
}
.s-text-20 p {
  margin-bottom: 0.8em;
}
.s-text-20 p:last-child {
  margin-bottom: 0;
}

.s-text-18 {
  font-size: 0.9rem;
  line-height: 1.6rem;
}
.s-text-18 p {
  margin-bottom: 0.6rem;
}
.s-text-18 p:last-child {
  margin-bottom: 0;
}
.s-text-18 b, .s-text-18 strong {
  color: #358D06;
}

.s-text-22 {
  font-size: 1.1rem;
  line-height: 2em;
}

.st-header {
  text-align: center;
  position: relative;
}
.st-header .s-text-20 {
  margin: 1.5rem 0 0;
}

.bannertext-white .s-heading-h1, .bannertext-white .s-text {
  color: #fff;
}

@media (max-width: 991.98px) {
  .s-heading-h1 {
    font-size: 0.72rem;
  }
  .s-heading-h2 {
    font-size: 0.56rem;
    line-height: 0.72rem;
  }
  .s-heading-h3 {
    font-size: 0.48rem;
  }
  .n-heading-h2 {
    font-size: 0.56rem;
    line-height: 0.72rem;
  }
  .n-heading-h3 {
    font-size: 0.56rem;
    line-height: 0.72rem;
  }
  .n-heading-h3.size-sm {
    font-size: 0.48rem;
    line-height: 0.68rem;
  }
  .s-text {
    font-size: 0.32rem;
    line-height: 1.5em;
  }
  .s-text-20 {
    font-size: 0.32rem;
    line-height: 2em;
  }
  .s-text-20 p {
    margin-bottom: 1em;
  }
  .s-text-18 {
    font-size: 0.32rem;
    line-height: 2em;
  }
  .s-text-18 p {
    margin-bottom: 1em;
  }
  .s-text-22 {
    font-size: 0.32rem;
    line-height: 2em;
  }
  .st-header .s-text-20 {
    margin: 0.3rem 0 0;
    line-height: 1.5em;
  }
}
/* 内页banner */
.inside-banbox {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.inside-banbox .s-imgs {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.inside-banbox .s-imgs img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  left: 0;
  top: 0;
}
.inside-banbox .s-imgs.web {
  height: 28.65vw;
}
.inside-banbox .s-imgs.app {
  height: 69.33vw;
}
.inside-banbox .s-body {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  text-align: center;
}
.inside-banbox .s-body .global-inner {
  height: auto;
}
.inside-banbox .s-heading-h1 .green {
  color: #CBEA8C;
}
.inside-banbox .s-text {
  margin: 1.35rem 0 0;
}

@media (min-width: 992px) {
  body.head-nobg .inside-banbox .s-imgs.web {
    height: 31.77vw;
    padding: 3.5rem 0 0;
  }
  body.head-nobg .inside-banbox .s-body {
    padding-top: 3.5rem;
  }
}
@media (max-width: 991.98px) {
  .inside-banbox .s-text {
    font-size: 0.32rem;
    line-height: 2em;
    margin: 0.24rem 0 0;
    display: none;
  }
}
/* 内页下级导航 */
.inside-navswip {
  font-size: 1rem;
  line-height: 1em;
  margin: 1.5rem 0 3rem;
  position: relative;
  z-index: 20;
}
.inside-navswip .swiper-slide {
  width: auto;
}
.inside-navswip .swiper-slide > * {
  height: -webkit-calc(1.5em + 7px);
  height: calc(1.5em + 7px);
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  position: relative;
  padding: 0 0 7px;
}
.inside-navswip .swiper-slide > *::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #2E3C31;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  pointer-events: none;
  transition: width 0.3s ease;
  -webkit-transition: width 0.3s ease;
}
.inside-navswip .is-active {
  font-weight: 700;
  font-size: 1.1em;
}
.inside-navswip .is-active > *::after {
  width: 100%;
}

@media (min-width: 992px) {
  .inside-navswip .swiper-wrapper {
    -webkit-justify-content: center;
            justify-content: center;
  }
  .inside-navswip .swiper-slide:not(:last-child) {
    margin: 0 2rem 0 0;
  }
  .inside-navswip .swiper-slide:hover:not(.is-active) {
    color: #AAC870;
  }
}
@media (max-width: 991.98px) {
  .inside-navswip-box {
    height: 0.96rem;
    margin: 0.5rem -6vw 0.5rem;
  }
  .inside-navswip {
    margin: 0;
    font-size: 0.32rem;
    line-height: 0.48rem;
    overflow: hidden;
    padding: 0.2rem 6vw;
  }
  .inside-navswip .swiper-slide > * {
    height: -webkit-calc(0.48rem + 4px);
    height: calc(0.48rem + 4px);
    padding: 0 0 2px;
  }
  .inside-navswip .is-active {
    font-size: 1em;
  }
  .inside-navswip.no-swip {
    width: 100%;
    background: #fff;
  }
  .inside-navswip.no-swip .swiper-wrapper {
    -webkit-justify-content: center;
            justify-content: center;
  }
  .inside-navswip.no-swip .swiper-slide {
    margin: 0 1rem 0 0;
  }
  .inside-navswip.no-swip .swiper-slide:last-child {
    margin-right: 0;
  }
  body.fixed-insideNav .inside-navswip {
    background-color: #fff;
    border-bottom: solid 1px #ECECEC;
    position: fixed;
    top: 0;
  }
  body.fixed-insideNav.isHeadFixed .inside-navswip {
    top: 1.1rem;
  }
}
/* 内页 - 锚点导航区 */
.inside-anchnav-box {
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 50;
}

.inside-anchnav-inner {
  width: 100%;
  height: 3.5rem;
  background-color: #fff;
  position: relative;
  border-bottom: solid 1px #ECECEC;
}
.inside-anchnav-inner .global-inner {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
.inside-anchnav-inner .global-inner::before, .inside-anchnav-inner .global-inner::after {
  display: none;
}

.inside-anchnav-lvtit {
  font-size: 1.2rem;
  line-height: 1em;
  color: #343630;
  font-weight: bold;
}

.inside-anchnav-list {
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  -webkit-align-items: center;
          align-items: center;
  position: relative;
  font-size: 0.8rem;
  line-height: 1.5em;
}
.inside-anchnav-list .item {
  height: 100%;
  position: relative;
  margin: 0 2.5rem 0 0;
}
.inside-anchnav-list .item:last-child {
  margin: 0;
}
.inside-anchnav-list .item.active {
  font-weight: bold;
  color: #AAC870;
}
.inside-anchnav-list .item.active a::after {
  width: 100%;
}
.inside-anchnav-list .item:hover {
  color: #AAC870;
}
.inside-anchnav-list a {
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  position: relative;
}
.inside-anchnav-list a::after {
  content: "";
  width: 0;
  height: 3px;
  background: #AAC870;
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

/* 列表翻页 */
.global-paging {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  margin: 3.5rem 0 0;
  font-size: 16px;
  line-height: 2.5em;
}
.global-paging .paging-ctrl {
  -webkit-flex: none;
          flex: none;
  cursor: pointer;
}
.global-paging .paging-ctrl .bi {
  width: 2.5em;
  height: 2.5em;
  display: block;
  position: relative;
  background: no-repeat center center;
  background-size: contain;
}
.global-paging .paging-ctrl.prev {
  background-image: url("/img/common/left-gray.svg");
}
.global-paging .paging-ctrl.next {
  background-image: url("/img/common/right-gray.svg");
}
.global-paging .paging-ctrl.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.global-paging .paging-num {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  margin: 0 1.3em;
}
.global-paging .paging-num > * {
  display: block;
  padding: 0 13px;
  cursor: pointer;
}
.global-paging .paging-num .current {
  font-size: 1.25em;
  color: #129800;
  font-weight: 700;
}

@media (min-width: 992px) {
  .global-paging a[href]:hover {
    color: #129800 !important;
  }
  .global-paging .paging-ctrl:not(disabled):hover.prev {
    background-image: url("/img/common/left-green-bright.svg");
  }
  .global-paging .paging-ctrl:not(disabled):hover.next {
    background-image: url("/img/common/right-green-bright.svg");
  }
}
@media (max-width: 991.98px) {
  .global-paging {
    margin: 0.8rem 0 0;
    font-size: 0.3rem;
    line-height: 0.8rem;
  }
  .global-paging .paging-ctrl {
    margin: 0 0.18rem;
  }
  .global-paging .paging-ctrl .bi {
    width: 0.8rem;
    height: 0.8rem;
  }
  .global-paging .paging-num {
    margin: 0 0.18rem;
  }
  .global-paging .paging-num > * {
    padding: 0 0.24rem;
  }
  .global-paging .paging-num .current {
    font-size: 1em;
  }
}
/* 加载更多 */
.glist-more-tool {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  margin: 2rem 0 0;
}
.glist-more-tool .btn {
  width: 6.8rem;
}

@media (max-width: 991.98px) {
  .glist-more-tool {
    margin: 0.8rem 0 0;
  }
  .glist-more-tool .btn {
    width: 2.2rem;
    height: 0.8rem;
    font-size: 0.28rem;
  }
}
/* 分享弹窗 */
.wechat-qrcode-dropdown {
  min-width: 180px;
  padding: 10px 0 0;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, -8px);
  -webkit-transform: translate(-50%, -8px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 20;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.wechat-qrcode-dropdown.is-open {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  pointer-events: auto;
}

.wechat-qrcode-box {
  width: 100%;
  position: relative;
  background: #fff;
  text-align: center;
  font-size: 12px;
  line-height: 1.5em;
  color: #666;
  box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.3);
  z-index: 5;
}

.wechat-qrcode-head {
  width: 100%;
  height: 2em;
  background: #f2f2f2;
  position: relative;
  color: #2E3C31;
  font-size: 14px;
  line-height: 1em;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
}

.wechat-qrcode-close {
  height: 100%;
  padding: 0 8px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  cursor: pointer;
}
.wechat-qrcode-close .bi {
  width: 11px;
  height: 11px;
  display: block;
  background: url("/img/common/x-black.svg") no-repeat center center;
  background-size: contain;
  opacity: 0.8;
}

.wechat-qrcode-body {
  width: 100%;
  position: relative;
  padding: 5px 10px 15px;
}

.wechat-qrcode-imgs {
  position: relative;
  margin: 0 auto;
  padding: 10px 10px 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
}
.wechat-qrcode-imgs .imgs {
  -webkit-flex: none;
          flex: none;
}
.wechat-qrcode-imgs img {
  width: 125px;
  display: block;
  position: relative;
  margin: 0;
}

.wechat-qrcode-text {
  margin: 10px 0 0;
}

@media (max-width: 991.98px) {
  .wechat-qrcode-dropdown {
    left: 0;
    transform: translate(0, -8px);
    -webkit-transform: translate(0, -8px);
  }
  .wechat-qrcode-dropdown::before, .wechat-qrcode-dropdown::after {
    display: none;
  }
  .wechat-qrcode-dropdown.is-open {
    transform: none;
    -webkit-transform: none;
  }
  .wechat-qrcode-head {
    font-size: 0.28rem;
  }
}
/* 右侧弹框公共样式 */
.ank-modal-side {
  overflow: hidden !important;
  background-color: transparent;
}
.ank-modal-side .modal-dialog {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  transform: none;
  -webkit-transform: none;
  pointer-events: none;
}
.ank-modal-side .modal-content {
  width: 100%;
  max-width: 900px;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #E8FFBA;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
.ank-modal-side .modal-header {
  -webkit-flex: none;
          flex: none;
}
.ank-modal-side .modal-body {
  -webkit-flex: 1;
          flex: 1;
  height: 100%;
  position: relative;
  overflow: hidden;
  overflow-y: auto;
}
.ank-modal-side .modal-body::-webkit-scrollbar {
  width: 4px;
  border-radius: 2px;
}
.ank-modal-side .modal-body::-webkit-scrollbar-track {
  background: #BDD492;
  border-radius: inherit;
}
.ank-modal-side .modal-body::-webkit-scrollbar-thumb {
  background: #A3B87E;
  border-radius: inherit;
}
.ank-modal-side .form-control {
  background-color: #F6FFE3 !important;
  border-color: #8EA279;
}
.ank-modal-side.fade .modal-content {
  transform: translateX(105%);
  -webkit-transform: translateX(105%);
  opacity: 0;
}
.ank-modal-side.show .modal-content {
  transform: none;
  -webkit-transform: none;
  opacity: 1;
}

@media (min-width: 992px) {
  .ank-modal-side .modal-close:hover {
    background: #129800;
    color: #fff;
  }
  .ank-modal-side .modal-content {
    width: 50vw;
  }
}
@media (max-width: 991.98px) {
  .ank-modal-side .modal-content {
    max-width: none;
    padding: 1.2rem 0.5rem;
  }
  .ank-modal-side .modal-body {
    margin: 0 -0.48rem;
    padding: 0 0.48rem;
  }
  .ank-modal-side .modal-body::-webkit-scrollbar-track {
    background: transparent;
  }
  .ank-modal-side .form-control {
    font-size: 0.28rem;
    padding: 0 0.2rem;
  }
  .ank-modal-side textarea .form-control {
    padding: 0.24rem 0.2rem;
  }
  .ank-modal-side .form-btnbox {
    margin-bottom: 0.2rem;
  }
}
/* 视频 */
.ank-media-box {
  width: 100%;
  position: relative;
  border-radius: 24px;
}
.ank-media-box .media-video {
  width: 100%;
  overflow: hidden;
  border-radius: inherit;
  position: relative;
  z-index: 1;
}
.ank-media-box .video-js {
  border-radius: inherit;
  position: absolute;
  left: 0;
  top: 0;
}
.ank-media-box video {
  border-radius: inherit;
  object-fit: cover;
  object-position: center center;
}
.ank-media-box .media-poster {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  border-radius: inherit;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.ank-media-box .media-poster .imgs {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  border-radius: inherit;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.ank-media-box .media-poster img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
  overflow: hidden;
  border-radius: inherit;
  position: absolute;
  left: 0;
  top: 0;
}
.ank-media-box .btn-play {
  cursor: pointer;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 20;
}
.ank-media-box .btn-play .bi {
  width: 3.6rem;
  height: 3.6rem;
  display: block;
  border-radius: 50%;
  background: url("/img/common/video-play.svg") no-repeat center center;
  background-size: contain;
}

@media (min-width: 992px) {
  .ank-media-box.is-playing .media-poster {
    display: none;
  }
  .ank-media-box.is-pause .media-poster {
    display: block;
  }
}
@media (max-width: 991.98px) {
  .ank-media-box {
    border-radius: 0px;
  }
  .ank-media-box .media-video {
    display: none;
  }
  .ank-media-box .btn-play .bi {
    width: 0.96rem;
    height: 0.96rem;
  }
}
/* 轮播公共样式 */
.ank-swip-ctrl {
  -webkit-flex: none;
          flex: none;
  width: 2.8rem;
  height: 2.8rem;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 20;
  color: #727773;
  opacity: 0.8;
  cursor: pointer;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  background: rgba(222, 222, 222, 0.9);
}
.ank-swip-ctrl .bi {
  width: 100%;
  height: 100%;
  display: block;
  color: inherit;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  pointer-events: none;
}
.ank-swip-ctrl.prev {
  left: 1rem;
}
.ank-swip-ctrl.next {
  right: 1rem;
}
.ank-swip-ctrl.swiper-button-lock, .ank-swip-ctrl.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.ank-swip-paging {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  position: relative;
  margin: 1rem 0 0;
}
.ank-swip-paging .bullet {
  -webkit-flex: none;
          flex: none;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(68, 55, 37, 0.3);
  position: relative;
  cursor: pointer;
  margin: 0 5px;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
.ank-swip-paging .active {
  background: #fff;
}

@media (min-width: 992px) {
  .ank-swip-ctrl:hover {
    opacity: 1;
  }
  .ank-swip-paging .bullet:hover {
    background: #fff;
  }
}
@media (max-width: 991.98px) {
  .ank-swip-ctrl {
    display: none !important;
  }
  .ank-swip-paging {
    margin: 0.3rem 0 0;
  }
  .ank-swip-paging .bullet {
    width: 8px;
    height: 8px;
    margin: 0 4px;
  }
}
/* 内容弹框-公共 */
.modal-detview {
  background-color: rgba(0, 0, 0, 0.8);
}
.modal-detview .modal-dialog {
  width: 100%;
  min-height: 100vh;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  position: relative;
  padding: 30px 0;
  overflow: hidden;
}
.modal-detview .modal-content {
  width: 83.3vw;
  max-width: 1060px;
  position: relative;
  background-color: #fff;
  border-radius: 5px;
  padding: 3rem 4rem;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.5, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.5, 1);
  transition: transform 0.3s cubic-bezier(0, 0, 0.5, 1);
  transition: transform 0.3s cubic-bezier(0, 0, 0.5, 1), -webkit-transform 0.3s cubic-bezier(0, 0, 0.5, 1);
  -webkit-transition: transform 0.3s cubic-bezier(0, 0, 0.5, 1);
}
.modal-detview .modal-close {
  width: auto;
  color: #fff;
  margin: 0;
  position: absolute;
  background: none;
  right: unset;
  left: -webkit-calc(100% + 10px);
  left: calc(100% + 10px);
  top: 10px;
  padding: 12px;
  cursor: pointer;
}
.modal-detview .modal-close .bi {
  width: 22px;
  height: 22px;
  background: none;
  color: inherit;
}
.modal-detview .modal-header {
  margin-bottom: 2rem;
}
.modal-detview .modal-title {
  font-size: 1.3rem;
  line-height: 1.38em;
  font-weight: 700;
}
.modal-detview .detview-doc {
  min-height: 320px;
}
.modal-detview .detview-doc img {
  max-width: 100%;
  border-radius: 16px;
}
.modal-detview .detview-doc .rocket-block-text,
.modal-detview .detview-doc .rocket-classical-text {
  font-size: 0.9rem;
  line-height: 1.78em;
}
.modal-detview .detview-doc .rocket-block-text > *,
.modal-detview .detview-doc .rocket-classical-text > * {
  margin-bottom: 1.7em;
}
.modal-detview.fade .modal-content {
  transform: translateY(105%);
  -webkit-transform: translateY(105%);
  opacity: 0;
}
.modal-detview.show .modal-content {
  transform: none;
  -webkit-transform: none;
  opacity: 1;
}

@media (min-width: 992px) {
  .modal-detview .modal-content {
    min-height: 50vh;
  }
  .modal-detview .modal-close {
    position: fixed;
    left: -webkit-calc(91.65vw + 10px);
    left: calc(91.65vw + 10px);
    top: 40px;
  }
  .modal-detview .detview-doc .rocket-content__inner {
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 1240px) {
  .modal-detview .modal-close {
    position: fixed;
    left: -webkit-calc(50vw + 530px + 10px);
    left: calc(50vw + 530px + 10px);
    top: 40px;
  }
}
@media (max-width: 991.98px) {
  .modal-detview {
    overflow: hidden !important;
  }
  .modal-detview .modal-dialog {
    width: 100%;
    min-height: 0px;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
  }
  .modal-detview .modal-content {
    width: 100%;
    height: -webkit-calc(100% - 0.6rem);
    height: calc(100% - 0.6rem);
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 15px;
    overflow: hidden;
    padding: 1.3rem 0.5rem 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .modal-detview .modal-close {
    left: unset;
    right: 0.2rem;
    top: 0.2rem;
    padding: 0.2rem;
    color: #343630;
    opacity: 0.5;
  }
  .modal-detview .modal-close .bi {
    width: 0.38rem;
    height: 0.38rem;
  }
  .modal-detview .modal-header {
    margin-bottom: 0.8rem;
  }
  .modal-detview .modal-header .xs-inner {
    padding: 0 !important;
  }
  .modal-detview .modal-title {
    font-size: 0.48rem;
    line-height: 0.68rem;
  }
  .modal-detview .modal-body {
    margin: 0 -0.48rem;
    padding: 0 0.48rem 1.2rem;
    height: 100%;
    display: block;
    overflow: hidden;
    overflow: auto;
  }
  .modal-detview .modal-body::-webkit-scrollbar {
    width: 4px;
    border-radius: 2px;
  }
  .modal-detview .modal-body::-webkit-scrollbar-track {
    background: none;
  }
  .modal-detview .modal-body::-webkit-scrollbar-thumb {
    background: #ACACAC;
    border-radius: 2px;
  }
  .modal-detview .rocket-content__inner {
    padding: 0;
  }
}
/* 置顶按钮 */
.scroll-to-top__wrapper {
  border-radius: 50%;
  bottom: 0.32rem;
  display: -webkit-flex;
  display: flex;
  height: 1.32rem;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 0.32rem;
  -webkit-transition: opacity 0.35s linear;
  transition: opacity 0.35s linear;
  width: 1.32rem;
  z-index: 200;
}
.scroll-to-top__wrapper.scroll-to-top--visible {
  opacity: 1;
  pointer-events: auto;
}

.scroll-to-top {
  border-radius: 50%;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  padding: 0.16rem;
  touch-action: manipulation;
  width: 100%;
}

.scroll-to-top__icon {
  border-radius: 50%;
  -webkit-filter: drop-shadow(-2px 0 4px rgba(0, 0, 0, 0.4));
  filter: drop-shadow(-2px 0 4px rgba(0, 0, 0, 0.4));
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: -webkit-filter 0.3s ease-out;
  transition: -webkit-filter 0.3s ease-out;
  transition: filter 0.3s ease-out;
  transition: filter 0.3s ease-out, -webkit-filter 0.3s ease-out;
  width: 100%;
}
.scroll-to-top__icon #black-circle {
  fill-opacity: 0.65;
  -webkit-transition: fill-opacity 0.3s ease-out;
  transition: fill-opacity 0.3s ease-out;
}
.scroll-to-top__icon #arrow, .scroll-to-top__icon #white-stroke {
  fill: #fff;
}
.scroll-to-top__icon #yellow-stroke {
  fill: none;
  stroke: #8DB943;
  stroke-width: 3px;
  stroke-dasharray: 166.5px;
  stroke-dashoffset: 166.5px;
  -webkit-transition: stroke-dashoffset 0.1s linear;
  transition: stroke-dashoffset 0.1s linear;
}

@media (min-width: 1024px) {
  .scroll-to-top__wrapper {
    bottom: 2rem;
    right: 2rem;
    height: 2.8rem;
    width: 2.8rem;
  }
  .scroll-to-top {
    padding: 0;
  }
}
/* cookie */
.modal-cookie {
  background: transparent;
  overflow: hidden;
  pointer-events: none;
}
.modal-cookie .modal-dialog {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  transform: none !important;
  -webkit-transform: none !important;
  pointer-events: none;
}
.modal-cookie .modal-content {
  width: 100%;
  background: #000;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 2.15rem 0;
  pointer-events: auto;
}
.modal-cookie .modal-body {
  -webkit-flex: 1;
  flex: 1;
}
.modal-cookie .modal-aside {
  -webkit-flex: none;
  flex: none;
  margin: 0 0 0 2.4rem;
  display: -webkit-flex;
  display: flex;
}
.modal-cookie .modal-doc {
  font-size: 0.6rem;
  line-height: 1.8em;
}
.modal-cookie .modal-doc a[href] {
  font-weight: 700;
  text-decoration: underline;
}
.modal-cookie .btn {
  min-width: 6.4rem;
  margin-left: 0.9rem;
}
.modal-cookie .btn:first-child {
  margin-left: 0;
}

.modal-cookie-setting {
  background: rgba(0, 0, 0, 0.5);
  overflow: hidden;
}
.modal-cookie-setting .modal-dialog {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  transform: none !important;
  -webkit-transform: none !important;
}
.modal-cookie-setting .modal-content {
  width: 36rem;
  height: 80vh;
  max-width: 100%;
  max-height: 38rem;
  background: #fff;
  border-radius: 16px;
  padding: 4.3rem 0.5rem 5.8rem;
  overflow: hidden;
}
.modal-cookie-setting .modal-header {
  width: 100%;
  height: 4.3rem;
  display: block;
  background: #fff;
  padding: 1.6rem 1.5rem 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 20;
}
.modal-cookie-setting .modal-title {
  font-size: 1.4rem;
  line-height: 1.4em;
  font-weight: 600;
}
.modal-cookie-setting .modal-close {
  padding: 1.6rem 2rem;
  display: block;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1070;
}
.modal-cookie-setting .modal-close .bi {
  width: 0.9rem;
  height: 0.9rem;
  display: block;
  color: #E6E6E6;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("/img/static/close-gray2.svg");
  background-size: contain;
}
.modal-cookie-setting .modal-body {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  overflow-y: auto;
  position: relative;
  -webkit-overflow-scrolling: touch;
  z-index: 10;
  padding: 0 1.2rem;
  font-size: 0.8rem;
  line-height: 1.375em;
  color: #000;
}
.modal-cookie-setting .modal-body::-webkit-scrollbar {
  width: 6px;
}
.modal-cookie-setting .modal-body::-webkit-scrollbar-track {
  background: none;
}
.modal-cookie-setting .modal-body::-webkit-scrollbar-thumb {
  background: #D9D9D9;
  border-radius: 10px;
}
.modal-cookie-setting .modal-footer {
  width: 100%;
  height: -webkit-calc(5.8rem + 1px);
  height: calc(5.8rem + 1px);
  background: #fff;
  border-top: solid 1px #DDDDDD;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 20;
}

.ckset-introd {
  font-size: 0.8rem;
  line-height: 1.8em;
  color: #999;
  padding-bottom: 1.6em;
  border-bottom: solid 1px #ddd;
}

.ckset-introd a[href] {
  color: #AAC870;
  text-decoration: underline;
}

.ckset-checkbox-section {
  margin: 1.6rem 0;
}

.ckset-checkbox-section.is-full .ckset-checkbox-doc {
  padding: 0;
}

.ckset-checkbox-wrap {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}

.ckset-checkbox-title {
  font-size: 0.8rem;
  line-height: 1.4em;
  color: #000;
  font-weight: 500;
}

.ckset-checkbox-label {
  width: 52px;
  height: 32px;
  display: block;
  border-radius: 16px;
  position: relative;
  background: #CBCBCB;
  cursor: pointer;
}

.ckset-check {
  display: none;
}

.ckset-check-circle {
  width: 24px;
  height: 24px;
  display: block;
  border-radius: 100%;
  background: #fff;
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 5;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}

.ckset-checkbox-checked {
  background: #AAC870;
}

.ckset-checkbox-checked .ckset-check-circle {
  left: -webkit-calc(100% - 4px - 24px);
  left: calc(100% - 4px - 24px);
}

.ckset-checkbox-doc {
  width: 100%;
  font-size: 0.7rem;
  line-height: 2em;
  color: #999;
  padding: 0 4.2rem 0 0;
  margin-top: 0.5em;
}

.ckset-checkbox_sublist {
  padding: 0 0 0 0.5rem;
}

.ckset-checkbox_subitem {
  margin-top: 1rem;
}

.ckset-checkbox_subitem .ckset-checkbox-title {
  font-size: 400;
}

body.show-cookie .modal-cookie {
  padding: 0;
  display: block;
  opacity: 1 !important;
}

@media (max-width: 1366px) {
  .modal-cookie-setting .modal-content {
    max-height: 36rem;
  }
}
@media (min-width: 992px) {
  .modal-cookie .global-inner, .modal-cookie .m-inner {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .modal-cookie .global-inner::before, .modal-cookie .global-inner::after, .modal-cookie .m-inner::before, .modal-cookie .m-inner::after {
    display: none;
  }
  .modal-cookie-setting .modal-dialog {
    width: auto;
    right: 5px;
  }
  .modal-cookie-setting .modal-footer .btn {
    min-width: 6.4rem;
  }
  .modal-cookie-setting .modal-close:hover .bi {
    background-image: url("/img/static/close-black2.svg");
  }
  .ckset-check-circle {
    pointer-events: none;
  }
}
@media (max-width: 991.98px) {
  .modal-cookie .modal-content {
    padding: 0.48rem 0 0.78rem;
  }
  .modal-cookie .modal-title {
    font-size: 0.32rem;
  }
  .modal-cookie .modal-doc {
    font-size: 0.24rem;
  }
  .modal-cookie .modal-aside {
    margin: 0.48rem 0 0;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .modal-cookie .btn {
    min-width: 0;
    width: 41vw;
    margin: 0;
  }
  .modal-cookie-setting .modal-content {
    width: 100%;
    border-radius: 0px;
    border-top-left-radius: 0.32rem;
    border-top-right-radius: 0.32rem;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 1.4rem 0.2rem 2.34rem;
  }
  .modal-cookie-setting .modal-header {
    padding: 0.48rem 0.48rem 0;
    height: 1.4rem;
  }
  .modal-cookie-setting .modal-close {
    padding: 0.64rem 0.48rem;
  }
  .modal-cookie-setting .modal-close .bi {
    width: 0.36rem;
    height: 0.36rem;
  }
  .modal-cookie-setting .modal-title {
    font-size: 0.48rem;
  }
  .modal-cookie-setting .modal-body {
    font-size: 0.32rem;
    padding: 0 0.28rem;
  }
  .modal-cookie-setting .modal-footer {
    height: 2.36rem;
  }
  .modal-cookie-setting .modal-footer .btn {
    min-width: 32.8vw;
  }
  .ckset-introd {
    font-size: 0.28rem;
    line-height: 1.6em;
    padding: 0 0 0.48rem;
  }
  .ckset-checkbox-section {
    margin: 0.48rem 0;
  }
  .ckset-checkbox-title {
    font-size: 0.32rem;
  }
  .ckset-checkbox-doc {
    font-size: 0.28rem;
    line-height: 1.5em;
    margin-top: 0.3rem;
    padding: 0;
  }
  .ckset-checkbox_sublist {
    padding-left: 0.24rem;
  }
  .ckset-checkbox_subitem {
    margin-top: 0.4rem;
  }
}
/* 提示弹框 */
.modal-tips-box {
  background: rgba(0, 0, 0, 0.4);
  z-index: 2000;
}
.modal-tips-box .modal-dialog {
  width: 100%;
  min-height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  padding: 5em 0;
}
.modal-tips-box .modal-content {
  width: 36rem;
  height: 21.4rem;
  background: #fff;
  border-radius: 16px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  color: #000;
}
.modal-tips-box .modal-body {
  -webkit-flex: none;
          flex: none;
  height: auto;
}
.modal-tips-box .tips-box {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  font-size: 2rem;
  line-height: 3rem;
}
.modal-tips-box .ico {
  -webkit-flex: none;
          flex: none;
  width: 2rem;
  height: 2rem;
  display: block;
  background: no-repeat center center;
  background-size: contain;
  margin: 0 0.6rem 0 0;
}
.modal-tips-box .ico-success {
  background-image: url("/img/static/check-circle-green.svg");
}
.modal-tips-box .ico-error {
  background-image: url("/img/static/warn-circle-black.svg");
}
.modal-tips-box .tips-btnbox {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  margin-top: 2rem;
}
.modal-tips-box .btn {
  width: 6.8rem;
  border-radius: 4px;
  font-size: 0.8rem;
}
.modal-tips-box.tips-success .modal-content {
  color: #358D06;
}

@media (max-width: 991.98px) {
  .modal-tips-box .modal-content {
    width: 85.6vw;
    height: 88.5vw;
    border-radius: 0.32rem;
  }
  .modal-tips-box .tips-box {
    -webkit-flex-direction: column;
            flex-direction: column;
    font-size: 0.56rem;
    line-height: 0.84rem;
  }
  .modal-tips-box .ico {
    width: 0.8rem;
    height: 0.8rem;
    margin: 0 auto 0.32rem;
  }
  .modal-tips-box .tips-btnbox {
    margin-top: 0.8rem;
  }
  .modal-tips-box .btn {
    width: 2.2rem;
    height: 0.8rem;
    font-size: 0.28rem;
  }
}
/**/
.white-nowrap {
  white-space: nowrap !important;
}