@charset "UTF-8";
/*******/
@font-face {
  font-family: "SourceHanSansCN_Regular";
  src: url("/content/font/SourceHanSansCN-Regular.woff"), url("/content/font/SourceHanSansCN-Regular.ttf");
  font-display: swap;
  /* TrueType格式 */
}
@font-face {
  font-family: "SourceHanSansCN_Bold";
  src: url("/content/font/SourceHanSansCN-Bold.woff"), url("/content/font/SourceHanSansCN-Bold.ttf");
  font-display: swap;
  /* TrueType格式 */
}
html,
body {
  -ms-overflow-style: scrollbar;
}

html {
  font-size: 20px;
}

@media screen and (max-width: 1800px) and (min-width: 1661px) {
  html {
    font-size: 19px;
  }
}
@media screen and (max-width: 1660px) and (min-width: 1441px) {
  html {
    font-size: 18px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 1241px) {
  html {
    font-size: 17px;
  }
}
@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;
  }
}
.page-gray {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
}

.page-gray * {
  filter: Gray;
  -webkit-filter: Gray;
  -o-filter: Gray;
  -ms-filter: Gray;
  -moz-filter: Gray;
}

body {
  width: 100%;
  font-size: 1em;
  line-height: 1;
  background: #fff;
  color: #222;
  font-stretch: normal;
  position: relative;
  white-space: normal;
  word-wrap: break-word;
  font-weight: 400;
  font-family: "SourceHanSansCN_Regular", "PingFang SC", "HarmonyOS_Sans_SC", "Microsoft Yahei", Arial, Helvetica, -apple-system, BlinkMacSystemFont, sans-serif;
  overflow: hidden;
  overflow-y: auto;
}
body.sys-mac {
  font-family: "PingFang SC", 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: 5px;
  }
  ::-webkit-scrollbar-track {
    background: none;
  }
  ::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.8);
  }
}
/* 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 3px;
  font-size: 30%;
}

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.3s linear;
  -webkit-transition: all 0.3s 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;
}

.xxl-inner {
  width: 100%;
  height: 100%;
  padding: 0 2.5rem;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}

.xxl-inner:before, .xxl-inner:after {
  content: "";
  display: table;
  clear: both;
}

.global-inner {
  width: 62.5vw;
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  display: block;
  z-index: 5;
}

.global-inner:before, .global-inner:after {
  content: "";
  display: table;
  clear: both;
}

.sm-inner {
  width: 70vw;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  display: block;
  z-index: 5;
}

.sm-inner:before, .sm-inner:after {
  content: "";
  display: table;
  clear: both;
}

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

@media screen and (max-width: 1100px) {
  .global-inner, .sm-inner, .xs-inner {
    width: 100%;
    max-width: none;
    padding: 0 2rem;
  }
}
@media (max-width: 991.98px) {
  .xxl-inner, .global-inner, .sm-inner, .xs-inner {
    width: 100% !important;
    max-width: 100%;
    padding: 0 0.4rem !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: 2px;
  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: 4px;
  background: rgba(0, 0, 0, 0.15);
}

.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;
  padding: 0;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1020;
}

.modal-close .bi, .modal-close img {
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  color: #E6E6E6;
}

.modal-close .bi {
  background: url("/img/static/close-gray.svg") no-repeat center center;
  background-size: contain;
}

@media screen and (min-width: 992px) {
  .modal-close:hover .bi {
    background-image: url("/img/static/close-black.svg");
  }
}
@media screen and (max-width: 991.98px) {
  .modal-close {
    padding: 0;
  }
  .modal-close .bi, .modal-close img {
    width: 100%;
    height: 100%;
  }
}
/**** 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: rgba(0, 0, 0, 0.3);
  opacity: 1;
}

.video-js .vjs-tech, .video-js video {
  object-fit: cover;
  object-position: center center;
  mix-blend-mode: difference;
  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;
}

@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-time-control,
  .video-js .vjs-playback-rate {
    font-size: 0.9rem;
  }
}
@media (max-width: 991.98px) {
  .video-js .vjs-big-play-button {
    width: 0.8rem;
    height: 0.8rem;
    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;
  }
}
/*** modal-video ***/
.modal-video {
  background: #000016;
  background: rgba(0, 0, 0, 0.7);
  z-index: 5000;
}

.modal-video .video-js {
  position: absolute;
  top: 0;
  left: 0;
}

.modal-video .modal-close {
  width: 2em;
  height: 2em;
  position: absolute;
  right: -3em;
  top: 0em;
  margin: 0;
  border: none;
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  border-radius: 100%;
  z-index: 99;
}
.modal-video .modal-close img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.modal-video .modal-close .bi {
  width: 1em;
  height: 1em;
  display: block;
  color: #b8bfcc;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.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: 960px;
  max-width: 86vw;
  margin: 0 auto;
  padding: 0;
  background: transparent;
}

.modal-video .video-box {
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 767.98px) {
  .modal-video .modal-dialog {
    padding: 0 0.3rem;
  }
  .modal-video .modal-content {
    width: 100%;
    max-width: 100%;
  }
  .modal-video .modal-close {
    width: 0.8rem;
    height: 0.8rem;
    top: 0.3rem;
    right: 0.3rem;
    z-index: 1100;
  }
}
@media screen and (max-width: 991.98px) {
  .modal-video .modal-dialog {
    padding: 0 0.3rem;
  }
  .modal-video .modal-content {
    width: 100%;
    max-width: 100%;
  }
  .modal-video .modal-close {
    width: 0.5rem;
    height: 0.5rem;
    top: -0.7rem;
    right: 0;
    z-index: 1100;
  }
}
/**** 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(50px);
            transform: translateY(50px);
  }
  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
            transform: none;
  }
}
@-webkit-keyframes fadeInUp2 {
  0% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  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);
  }
}
@keyframes circleHover {
  0% {
    stroke-dashoffset: 360px;
  }
  100% {
    stroke-dashoffset: 0px;
  }
}
@-webkit-keyframes circleHover {
  0% {
    stroke-dashoffset: 360px;
  }
  100% {
    stroke-dashoffset: 0px;
  }
}
@-webkit-keyframes ccFlv1 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.01;
  }
  25% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0.3;
  }
  50% {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
    opacity: 0.07;
  }
  75% {
    -webkit-transform: scale(1.6);
            transform: scale(1.6);
    opacity: 0.03;
  }
  100% {
    -webkit-transform: scale(1.8);
            transform: scale(1.8);
    opacity: 0.01;
  }
}
@keyframes ccFlv1 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.01;
  }
  25% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0.3;
  }
  50% {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
    opacity: 0.07;
  }
  75% {
    -webkit-transform: scale(1.6);
            transform: scale(1.6);
    opacity: 0.03;
  }
  100% {
    -webkit-transform: scale(1.8);
            transform: scale(1.8);
    opacity: 0.01;
  }
}
@-webkit-keyframes ccFlv2 {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0.01;
  }
  25% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0.13;
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.1;
  }
  75% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0.07;
  }
  100% {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
    opacity: 0.01;
  }
}
@keyframes ccFlv2 {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0.01;
  }
  25% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0.13;
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.1;
  }
  75% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0.07;
  }
  100% {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
    opacity: 0.01;
  }
}
@-webkit-keyframes humanFlv {
  0% {
    -webkit-transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20%);
  }
  00% {
    -webkit-transform: translateY(0);
  }
}
@keyframes humanFlv {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20%);
            transform: translateY(-20%);
  }
  00% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes moveUpDown {
  0% {
    -webkit-transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-50%);
  }
  00% {
    -webkit-transform: translateY(0);
  }
}
@keyframes moveUpDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  00% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes moveRightLeft {
  0% {
    -webkit-transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(50%);
  }
  00% {
    -webkit-transform: translateX(0);
  }
}
@keyframes moveRightLeft {
  0% {
    -webkit-transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(50%);
  }
  00% {
    -webkit-transform: translateX(0);
  }
}
.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;
}

@-webkit-keyframes addfadeInUpAni {
  0% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes addfadeInUpAni {
  0% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
            transform: none;
  }
}
@-webkit-keyframes fadeInUp21 {
  0% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp21 {
  0% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    transform: none;
  }
}
.addfadeInUp21 {
  opacity: 0;
  visibility: hidden;
  -webkit-animation: fadeInUp21 0.6s cubic-bezier(0.4, 0, 0.2, 1) both;
          animation: fadeInUp21 0.6s cubic-bezier(0.4, 0, 0.2, 1) both;
}

/* 辅助 */
@keyframes btnHover {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@-webkit-keyframes btnHover {
  0% {
    -webkit-transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0%);
  }
}
@keyframes btnOut {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@-webkit-keyframes btnOut {
  0% {
    -webkit-transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(-100%);
  }
}
.btn {
  -webkit-flex: none;
          flex: none;
  width: 10rem;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  height: -webkit-calc(2.4rem + 2px);
  height: calc(2.4rem + 2px);
  line-height: 1em;
  border: solid 1px;
  text-align: center;
  font-size: 0.8rem;
  font-weight: bold;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  border-radius: 1.2rem;
  padding: 0;
}

.btn:focus {
  outline: none;
  box-shadow: none;
}

.btn::after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  left: -1px;
  right: -1px;
  bottom: 0;
  z-index: 1;
  transform: scaleY(0);
  -webkit-transform: scaleY(0);
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transition: transform 0.5s;
}

.btn > * {
  width: 100%;
  height: 100%;
  padding: 0 1.45rem;
  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;
}

.btn .arrow, .btn .bi {
  width: 0.8rem;
  height: 0.8rem;
  display: block;
  background: no-repeat center center;
  background-size: contain;
}

.btn .arrow.is-right, .btn .bi.is-right {
  margin: 0.1rem 0 0 0.9rem;
}

.btn .arrow.is-left, .btn .bi.is-left {
  margin: 0.1rem 0.9rem 0 0;
}

.btn.btn-normal {
  background: #0052b7;
  color: #fff;
  border-color: #0052b7;
}

.btn.btn-normal::after {
  background: #fff;
}

.btn.btn-normal_line {
  background: transparent;
  color: #0052b7;
  border-color: #0052b7;
}

.btn.btn-normal_line::after {
  background: #0052b7;
}

.btn.btn-white_line {
  background: transparent;
  color: #fff;
  border-color: #fff;
}

.btn.btn-white_line::after {
  background: #fff;
}

.btn.btn-disabled {
  background: #F0F0F0 !important;
  border-color: #F0F0F0 !important;
  color: #666 !important;
  pointer-events: none;
}

@media screen and (min-width: 992px) {
  .btn:hover::after {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
  .btn.btn-normal:hover {
    color: #0052b7;
  }
  .btn.btn-normal:hover > * {
    color: #0052b7 !important;
  }
  .btn.btn-normal_line:hover {
    color: #fff;
  }
  .btn.btn-white_line:hover {
    color: #0052b7;
  }
}
@media screen and (max-width: 991.98px) {
  .btn {
    width: 3rem;
    min-width: 0;
    font-size: 0.26rem;
    height: -webkit-calc(0.78rem + 2px);
    height: calc(0.78rem + 2px);
    border-width: 1px;
    border-radius: 0.4rem;
  }
  .btn > * {
    padding: 0 0.3rem;
  }
  .btn .arrow, .btn .bi {
    width: 0.38rem;
    height: 0.38rem;
  }
  .btn .arrow.is-right, .btn .bi.is-right {
    margin: 0 0 0 0.46rem;
  }
  .btn .arrow.is-left, .btn .bi.is-left {
    margin: 0 6px 0 0;
  }
}
/* 自定义下拉框 */
.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-arrow .bi {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

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

.byted-select-input {
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  font-size: 0.8rem;
  line-height: 1em;
  color: #0052b7;
  width: 100%;
  height: -webkit-calc(2.4rem + 2px);
  height: calc(2.4rem + 2px);
  -webkit-align-items: center;
          align-items: center;
  border-radius: 2.5rem;
  padding: 0 3rem 0 1.5rem;
  font-weight: bold;
  border: solid 1px #0052b7;
}

.byted-select-arrow {
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 20;
  color: #5189ce;
}

.byted-select-arrow .bi {
  width: 12px;
  height: 12px;
  display: block;
}

.byted-popover-wrapper {
  min-width: 100%;
  display: none;
  position: absolute;
  left: 0;
  top: -webkit-calc(100% + 0.6rem);
  top: calc(100% + 0.6rem);
  background: #fff;
  border: solid 1px #0052b7;
  border-radius: 10px;
  z-index: 20;
  padding: 0.5rem;
}

.byted-option-list {
  font-size: 0.8rem;
  line-height: 1.5em;
  color: #363636;
  overflow: hidden;
  overflow-y: auto;
  max-height: -webkit-calc(12em + 3rem);
  max-height: calc(12em + 3rem);
}

.byted-option-list::-webkit-scrollbar {
  width: 2px;
}

.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 {
  padding: 0.3rem 0;
  cursor: pointer;
}

.byted-option-list li.current, .byted-option-list li.active {
  font-weight: bold;
  color: #0052b7;
}

.byted-option-list a {
  display: block;
  padding: 0 1rem;
}

@media screen and (min-width: 992px) {
  .byted-select:hover .form-control {
    border-color: #fe2c55;
  }
  .byted-option-list li:hover, .byted-checkbox-list li:hover {
    color: #0052b7;
  }
}
@media screen and (max-width: 991.98px) {
  .byted-select-arrow {
    right: 0.28rem;
  }
  .byted-select-arrow .bi {
    width: 0.3rem;
    height: 0.3rem;
  }
  .byted-select-clear {
    right: 0.28rem;
  }
  .byted-select-clear .bi {
    width: 0.3rem;
    height: 0.3rem;
  }
  .byted-popover-wrapper {
    border-radius: 0.32rem;
    top: -webkit-calc(100% + 0.24rem);
    top: calc(100% + 0.24rem);
    padding: 0.1rem;
  }
  .byted-option-list {
    font-size: 0.28rem;
    line-height: 0.48rem;
  }
  .byted-option-list li {
    padding: 0.1rem 0;
  }
  .byted-option-list a {
    padding: 0 0.3rem;
  }
  .byted-checkbox-list {
    font-size: 0.24rem;
    line-height: 0.3rem;
  }
  .byted-checkbox-label {
    padding: 0.28rem 0.28rem 0.28rem 0.3rem;
  }
  .byted-check-ico {
    width: 0.3rem;
    height: 0.3rem;
    margin: 0 0 0 0.16rem;
  }
  .byted-checkbox-select-wrapper .byted-popover-wrapper {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
}
/* 提示框 */
.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;
}

/* 翻页 */
.global-paging {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  margin: 4rem 0 0;
}

.global-paging .paging-ctrl {
  -webkit-flex: none;
          flex: none;
  width: 11rem;
  height: 3rem;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  background: none;
  text-align: center;
  box-shadow: 0 10px 60px rgba(192, 196, 204, 0.7);
  font-size: 0.9rem;
  line-height: 1em;
  color: #222222;
}

.global-paging .paging-ctrl .arrow {
  display: none;
}

.global-paging .paging-num {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  font-size: 1rem;
  line-height: 3rem;
  color: #677283;
  text-align: center;
}

.global-paging .paging-num a {
  width: 2.5rem;
  height: 3rem;
}

.global-paging .paging-num a.active {
  color: #0052b7;
}

.global-paging .paging-num .end {
  font-size: 0.8rem;
}

.global-paging .disabled {
  pointer-events: none;
  opacity: 0.2;
}

@media screen and (min-width: 992px) {
  .global-paging .paging-ctrl:not(.disabled):hover {
    background: #0052b7;
    color: #fff;
  }
  .global-paging .paging-num a:hover {
    background: #0052b7;
    color: #fff !important;
  }
}
@media screen and (max-width: 991.98px) {
  .global-paging {
    margin: 0.8rem 0 0;
    -webkit-justify-content: center;
            justify-content: center;
  }
  .global-paging .paging-ctrl {
    width: 2.6rem;
    height: -webkit-calc(0.78rem + 2px);
    height: calc(0.78rem + 2px);
    font-size: 0.26rem;
    color: #6c757d;
    border: solid 1px #6c757d;
    border-radius: 0.4rem;
    box-shadow: none;
    margin: 0 0.3rem;
  }
  .global-paging .paging-ctrl .arrow {
    width: 0.16rem;
    height: 0.3rem;
    display: block;
    position: relative;
    background: no-repeat center center;
    background-size: contain;
  }
  .global-paging .paging-ctrl.prev .arrow {
    background-image: url("/img/static/paging-left.svg");
    margin: 0 0.36rem 0 0;
  }
  .global-paging .paging-ctrl.next .arrow {
    background-image: url("/img/static/paging-right.svg");
    margin: 0 0 0 0.36rem;
  }
  .global-paging .paging-ctrl.disabled {
    opacity: 0.5;
  }
}
@media screen and (min-width: 992px) {
  .rocket-weixin__text {
    width: 677px;
    max-width: 100%;
    margin: 0 auto;
  }
}
.iseditor img {
  max-width: 100%;
  height: auto !important;
  margin: 0 auto;
  display: block;
}

.zzy-imgs img {
  max-width: 100%;
  display: block;
  height: auto !important;
  margin: 0 auto;
}

.public-modal-content {
  height: 100%;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
}
.public-modal-content .box {
  padding: 100px;
  background: #fff;
}

.grids3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.foot-support {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  font-size: 0.8em;
  line-height: 2.25em;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 400;
}

.foot-jszc_swip {
  height: 2.25em;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 991.98px) {
  .foot-support {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    font-size: 0.52rem;
    line-height: 0.8rem;
    color: #888;
    font-weight: 400;
  }
  .foot-jszc_swip {
    height: 0.8rem;
  }
}
.header {
  color: #282c2e;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 200;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.header .inner-box {
  display: -webkit-flex;
  display: flex;
}

.header-m {
  display: -webkit-flex;
  display: flex;
  margin-left: 6.6666666667%;
}

.header-menu {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  margin-left: -0.9em;
}

.menulv1 {
  margin: 0em 0.9em;
  position: relative;
}
.menulv1 > a {
  display: block;
  padding: 1.95em 0;
  cursor: pointer;
}
.menulv1 > a span {
  display: block;
  font-size: 0.9em;
  line-height: 1.1111111111em;
  color: #fff;
  font-weight: 400;
  position: relative;
}
.menulv1 > a span::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #145094;
  top: -webkit-calc(100% + 0.5rem);
  top: calc(100% + 0.5rem);
  opacity: 0;
}
.menulv1.active > a span::after {
  opacity: 1;
  background: #fff;
}

.hasblack .menulv1.active > a span::after {
  opacity: 1;
  background: #145094;
}

.menulv2-wrap {
  position: absolute;
  top: 100%;
  z-index: 1;
  min-width: 11.5em;
  padding-top: 0.25em;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}
.menulv2-wrap .inner-ul {
  border-radius: 0.4em;
  box-shadow: 0px 4px 8px 0px rgba(117, 144, 174, 0.2);
  background: #fff;
  border: 1px solid #E1EAF1;
  overflow: hidden;
  padding: 0.9em 0 0.9em;
}

.menulv2-item {
  margin-bottom: 0.3em;
}
.menulv2-item:last-child {
  margin-bottom: 0;
}
.menulv2-item > a {
  display: block;
  padding: 0.6em 0.95em;
}
.menulv2-item > a span {
  display: block;
  font-size: 0.8em;
  line-height: 1.25em;
  color: #333;
  font-weight: 400;
  white-space: nowrap;
}

.header-l {
  display: -webkit-flex;
  display: flex;
}
.header-l > * {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}
.header-l a {
  display: -webkit-flex;
  display: flex;
  cursor: pointer;
}
.header-l img {
  height: 1.55em;
}
.header-l .active {
  display: none;
}

.header-r {
  -webkit-flex: 1;
          flex: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  -webkit-align-items: center;
          align-items: center;
}

.header-search {
  display: -webkit-flex;
  display: flex;
  position: relative;
  height: 100%;
  -webkit-align-items: center;
          align-items: center;
}
.header-search > a {
  display: -webkit-flex;
  display: flex;
  cursor: pointer;
  -webkit-transition: all 0s;
  transition: all 0s;
}
.header-search > a svg {
  width: 1.5em;
  height: 1.5em;
}

.soso-inner-box {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0s;
  transition: all 0s;
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.soso-inner-box .search-close {
  margin-left: 1em;
  cursor: pointer;
}
.soso-inner-box .search-close svg {
  width: 1.2em;
  height: 1.2em;
}
.soso-inner-box .search-input {
  display: -webkit-flex;
  display: flex;
  position: relative;
}
.soso-inner-box .search-alink {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 1em;
}
.soso-inner-box .search-alink a {
  width: 1.1em;
  height: 1.1em;
}
.soso-inner-box input {
  height: 3em;
  border-radius: 1.5em;
  font-size: 0.8em;
  line-height: 1.25em;
  color: #145094;
  font-weight: 400;
  width: 43vw;
  border: 1px solid #145094;
  max-width: 820px;
  padding: 0.8125em 3.25em;
}
.soso-inner-box input::-webkit-input-placeholder {
  color: #145094;
}
.soso-inner-box input::placeholder {
  color: #145094;
}

.main-box {
  min-height: -webkit-calc(100vh - 19.65rem);
  min-height: calc(100vh - 19.65rem);
}

body.overfrist .header {
  box-shadow: 0px 4px 8px 0px rgba(117, 144, 174, 0.2);
  background: #fff;
}
body.overfrist .header .header-l .active {
  display: block;
}
body.overfrist .header .header-l .defalut {
  display: none;
}
body.overfrist .header .menulv1 > a span {
  color: #333;
}
body.overfrist .header .menulv1.active > a span::after {
  background: #145094;
}
body.overfrist .header .header-search > a path {
  fill: #333;
}
body.overfrist .header .header-menu-open rect {
  fill: #333;
}

body.white .header {
  box-shadow: 0px 4px 8px 0px rgba(117, 144, 174, 0.2);
  background: #fff;
}
body.white .header .header-l .active {
  display: block;
}
body.white .header .header-l .defalut {
  display: none;
}
body.white .header .menulv1 > a span {
  color: #333;
}
body.white .header .menulv1.active > a span::after {
  background: #145094;
}
body.white .header .header-search > a path {
  fill: #333;
}
body.white .header .header-menu-open rect {
  fill: #333;
}

body.opensearch .header {
  box-shadow: 0px 4px 8px 0px rgba(117, 144, 174, 0.2);
  background: #fff;
}
body.opensearch .header .header-l .active {
  display: block;
}
body.opensearch .header .header-l .defalut {
  display: none;
}
body.opensearch .header .menulv1 > a span {
  color: #333;
}
body.opensearch .header .menulv1.active > a span::after {
  background: #145094;
}
body.opensearch .header .header-search > a path {
  fill: #333;
}
body.opensearch .header .header-menu-open rect {
  fill: #333;
}
body.opensearch .header .soso-inner-box {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  pointer-events: auto;
}
body.opensearch .header .header-menu {
  opacity: 0;
}
body.opensearch .header .header-search > a {
  opacity: 0;
}

@media screen and (min-width: 992px) {
  .menulv2-item:hover {
    background: #F7FAFD;
    cursor: pointer;
    -webkit-transition: all 0s;
    transition: all 0s;
  }
  body .header:hover {
    box-shadow: 0px 4px 8px 0px rgba(117, 144, 174, 0.2);
    background: #fff;
  }
  body .header:hover .header-l .active {
    display: block;
  }
  body .header:hover .header-l .defalut {
    display: none;
  }
  body .header:hover .menulv1 > a span {
    color: #333;
  }
  body .header:hover .menulv1.active > a span::after {
    background: #145094;
  }
  body .header:hover .header-search > a path {
    fill: #333;
  }
  body .header:hover .header-menu-open rect {
    fill: #333;
  }
  .menulv1:hover > a span::after {
    opacity: 1;
  }
  .menulv1:hover .menulv2-wrap {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    pointer-events: auto;
  }
}
.mt0 {
  margin-top: 0em !important;
}

@media screen and (max-width: 991.98px) {
  .header {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-bottom: 0.02rem solid rgba(217, 217, 217, 0);
  }
  .p-about .header,
  .p-schemedel .header {
    background: none;
    position: absolute !important;
  }
  body.open-app-menu .header {
    box-shadow: 0px 4px 8px 0px rgba(117, 144, 174, 0.2);
    background: #fff;
    border-bottom: 0.02rem solid #d9d9d9;
    -webkit-transform: translateY(0%) !important;
            transform: translateY(0%) !important;
  }
  body.open-app-menu .header .header-l .active {
    display: block;
  }
  body.open-app-menu .header .header-l .defalut {
    display: none;
  }
  body.open-app-menu .header .menulv1 > a span {
    color: #333;
  }
  body.open-app-menu .header .menulv1.active > a span::after {
    background: #145094;
  }
  body.open-app-menu .header .header-search > a path {
    fill: #333;
  }
  body.open-app-menu .header .header-menu-open rect {
    fill: #333;
  }
  body.open-app-menu .header-menu-open .close-menu {
    display: -webkit-flex;
    display: flex;
  }
  body.open-app-menu .header-menu-open .open-menu {
    display: none;
  }
  body.overfrist .header {
    box-shadow: none;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  .header {
    height: 1.1rem;
    background: #145094;
  }
  .header .inner-box {
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -webkit-align-items: center;
            align-items: center;
    height: 100%;
  }
  .header-search > a {
    padding: 0 0.2rem;
    height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
  }
  .header-search > a svg {
    height: 0.44rem;
    width: 0.44rem;
  }
  .header-r {
    -webkit-flex: none;
            flex: none;
    height: 100%;
    margin-right: -0.2rem;
  }
  .header-l img {
    height: 0.32rem;
  }
  .header-menu-open {
    display: -webkit-flex;
    display: flex;
    height: 100%;
  }
  .header-menu-open a {
    padding: 0 0.2rem;
    height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
  }
  .header-menu-open .close-menu {
    display: none;
  }
  .header-menu-open svg {
    width: 0.44rem;
    height: 0.44rem;
    display: block;
  }
  .modal-navbox {
    position: fixed;
    top: 1.1rem !important;
    left: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    height: auto;
  }
  .modal-navbox .modal-dialog {
    height: 100%;
    background: #fff;
  }
  .modal-navbox .modal-dialog .modal-content {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  .modal-navbox .modal-content {
    height: 100%;
    background: #fff;
  }
  .modal-navbox.show .modal-dialog .modal-content {
    opacity: 1;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  .appmenu-list {
    height: 100%;
    overflow-y: scroll;
  }
  .appmenu-lv1-wrap a {
    font-size: 0.36rem;
    line-height: 0.4rem;
    color: #333;
    font-weight: 400;
    display: block;
    padding: 0rem 0;
    padding: 0.36rem 0;
  }
  .appmenu-lv1-wrap .global-inner {
    padding: 0 0.48rem !important;
  }
  .appmenu-lv1-wrap .inner {
    position: relative;
  }
  .appmenu-lv1-wrap .click-more-menu {
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
    width: 50%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
    -webkit-align-items: center;
            align-items: center;
  }
  .appmenu-lv1-wrap .click-more-menu svg {
    width: 0.28rem;
    height: 0.16rem;
    margin-right: 0.24rem;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .appmenu-lv1-wrap.add-color {
    background: #F0F4F9;
  }
  .appmenu-lv2 {
    margin-bottom: 0.1rem;
  }
  .appmenu-lv2:last-child {
    margin-bottom: 0;
  }
  .appmenu-lv2 a {
    display: block;
    font-size: 0.32rem;
    line-height: 0.4rem;
    color: #333;
    font-weight: 400;
    padding: 0.2rem 0.72rem 0.2rem 0.88rem;
  }
  .appmenu-lv2.add-color {
    background: #F0F4F9;
  }
  .appmenu-lv2-wrap {
    padding: 0.1rem 0 0.58rem;
    display: none;
  }
  .appmenu-list-item {
    padding: 0.16rem 0;
    position: relative;
  }
  .appmenu-list-item::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    height: 0.02rem;
    width: -webkit-calc(100% - 1rem);
    width: calc(100% - 1rem);
    background: #d9d9d9;
  }
  .appmenu-list-item.active .appmenu-lv1-wrap .click-more-menu svg {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  .appmenu-list-item.active .appmenu-lv1-wrap {
    background: #F0F4F9;
  }
  .modal-Search {
    top: 1.1rem !important;
    bottom: 0;
    height: auto;
    background: #fff;
  }
  .modal-Search .modal-content {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  .modal-Search.show .modal-content {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  .app-search-wrap {
    padding: 0.4rem 0.48rem 0 0.48rem;
  }
  .app-search-wrap .input-wrap {
    position: relative;
  }
  .app-search-wrap .input-wrap .appserch-click {
    position: absolute;
    left: 0.32rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 0.64rem;
    height: 0.64rem;
  }
  .app-search-wrap .input-wrap input {
    border-radius: 0.6rem;
    border: 0.02rem solid #145094;
    padding: 0.28rem 0.28rem 0.28rem 1.16rem;
    font-size: 0.32rem;
    line-height: 0.36rem;
    color: #145094;
    font-weight: 400;
    width: 100%;
  }
  .app-search-wrap .input-wrap input::-webkit-input-placeholder {
    color: #666;
  }
  .app-search-wrap .input-wrap input::placeholder {
    color: #666;
  }
}
.footer-top {
  position: relative;
}
.footer-top .imgwrap {
  min-height: 13.8em;
  position: relative;
}
.footer-top .imgwrap img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.footer-top .up-content {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  padding: 2.75em 0 0 0;
}
.footer-top .up-content .inner-box {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
          align-items: center;
}
.footer-top .title-24-32 {
  margin-bottom: 1.5416666667em;
}

.email-wrap {
  width: 48vw;
  max-width: 920px;
}
.email-wrap .email-input {
  display: -webkit-flex;
  display: flex;
}
.email-wrap .email-input input {
  -webkit-flex: 1;
          flex: 1;
  font-size: 0.8em;
  line-height: 1.25em;
  color: #145094;
  font-weight: 400;
  text-align: justify;
  line-height: 1;
  border-radius: 4px 0 0 4px;
  padding: 0 1.25em 0em 1.25em;
}
.email-wrap .email-input input::-webkit-input-placeholder {
  color: #333;
}
.email-wrap .email-input input::placeholder {
  color: #333;
}
.email-wrap .email-input a {
  display: -webkit-flex;
  display: flex;
  padding: 0.45em 1.55em;
  background: #0078FF;
  border-radius: 0 4px 4px 0px;
  min-width: 7em;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
.email-wrap .email-input a::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  background: #145094;
  width: 0%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.email-wrap .email-input a span {
  font-size: 0.8em;
  line-height: 2em;
  color: #fff;
  font-weight: 700;
  position: relative;
  z-index: 2;
}

.email-message {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  padding: 0.55em 0 0 0;
}
.email-message .active {
  display: none;
}
.email-message .svg-box {
  display: -webkit-flex;
  display: flex;
  cursor: pointer;
  margin-top: 0.075em;
  margin-right: 0.35em;
}
.email-message .svg-box img {
  width: 0.8em;
  height: 0.8em;
}
.email-message input {
  display: none;
}
.email-message.cur .active {
  display: -webkit-flex;
  display: flex;
}
.email-message.cur .defalut {
  display: none;
}

.text-message {
  font-size: 0.7em;
  line-height: 1.4285714286em;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 400;
}
.text-message a {
  cursor: pointer;
}

.footer-bottom {
  background: #000;
  padding: 1.55em 0;
}
.footer-bottom .innner-box {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: center;
          align-items: center;
}

.foot-logo {
  display: -webkit-flex;
  display: flex;
}
.foot-logo a {
  display: -webkit-flex;
  display: flex;
}
.foot-logo img {
  height: 1.55em;
}

.foot-link {
  display: -webkit-flex;
  display: flex;
  margin-right: -0.5em;
  -webkit-align-items: center;
          align-items: center;
}
.foot-link a {
  display: -webkit-flex;
  display: flex;
  padding: 0em 0.5em;
  position: relative;
  cursor: pointer;
}
.foot-link a::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 0.7em;
  background: #fff;
  right: -0.5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.foot-link a:last-child::after {
  opacity: 0;
}
.foot-link span {
  font-size: 0.8em;
  line-height: 1.5em;
  color: #fff;
  font-weight: 400;
}

.foot-copyright {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  margin-right: -0.5em;
  margin-top: 0.35em;
}
.foot-copyright .item {
  font-size: 0.8em;
  line-height: 1.5em;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 400;
  padding: 0em 0.625em;
}

.footer-bottom-r {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: flex-end;
          align-items: flex-end;
}

.title-24-32 {
  font-size: 1.2em;
  line-height: 1.3333333333em;
  color: #fff;
  font-weight: 700;
}

@media screen and (min-width: 992px) {
  .hasblack {
    box-shadow: 0px 4px 8px 0px rgba(117, 144, 174, 0.2);
    background: #fff;
    box-shadow: none;
    background: none;
  }
  .hasblack .header-l .active {
    display: block;
  }
  .hasblack .header-l .defalut {
    display: none;
  }
  .hasblack .menulv1 > a span {
    color: #333;
  }
  .hasblack .menulv1.active > a span::after {
    background: #145094;
  }
  .hasblack .header-search > a path {
    fill: #333;
  }
  .hasblack .header-menu-open rect {
    fill: #333;
  }
  .email-input a:hover::after {
    width: 100%;
  }
  .foot-copyright .item a:hover {
    opacity: 0.8;
    -webkit-transition: all 0s;
    transition: all 0s;
  }
  .text-message a {
    text-decoration: underline !important;
  }
  .foot-link a:hover {
    text-decoration: underline !important;
    color: #fff !important;
    -webkit-transition: all 0s;
    transition: all 0s;
  }
}
@media screen and (max-width: 991.98px) {
  .foot-copyright {
    margin-top: 0.7rem;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
            align-items: flex-start;
    margin-right: 0;
  }
  .foot-copyright .item {
    font-size: 0.28rem;
    line-height: 0.4rem;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 400;
    padding: 0;
  }
  .foot-link {
    margin: 0.2rem 0 0 -0.2rem;
  }
  .foot-link a {
    padding: 0 0.2rem;
  }
  .foot-link a::after {
    width: 0.02rem;
    height: 0.28rem;
    right: -0.01rem;
  }
  .foot-link span {
    font-size: 0.32rem;
    line-height: 0.48rem;
    color: #fff;
    font-weight: 400;
  }
  .footer-bottom-r {
    -webkit-align-items: flex-start;
            align-items: flex-start;
  }
  .foot-logo img {
    height: 0.42rem;
  }
  .footer-bottom {
    padding: 0.98rem 0 0.64rem;
  }
  .footer-bottom .innner-box {
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
            align-items: flex-start;
  }
  .email-wrap {
    width: 100%;
    max-width: 100%;
  }
  .email-wrap .email-input input {
    min-height: 1rem;
    font-size: 0.32rem;
    line-height: 0.4rem;
    padding: 0.3rem 0.4rem 0.3rem 0.4rem;
    border-radius: 0.16rem;
    background: #fff;
    border: 0.02rem solid #0078FF;
  }
  .footer-top .title-24-32 {
    font-size: 0.44rem;
    line-height: 0.48rem;
    color: #fff;
    font-weight: 700;
    margin-bottom: 0.72rem;
    text-align: center;
  }
  .footer-top .global-inner {
    padding: 0 0.5rem !important;
  }
  .footer-top .up-content {
    padding: 1.2rem 0 0;
  }
  .footer-top .imgwrap {
    min-height: 8rem;
  }
  .email-message {
    padding: 0.28rem 0 0 0;
  }
  .email-message .svg-box {
    margin-top: 0.06rem;
    margin-right: 0.12rem;
  }
  .email-message .svg-box img {
    width: 0.32rem;
    height: 0.32rem;
  }
  .text-message {
    font-size: 0.24rem;
    line-height: 0.4rem;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 400;
  }
  .button-submit {
    width: 3.2rem;
    height: 0.96rem;
    display: -webkit-flex;
    display: flex;
    border-radius: 0.58rem;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-align-items: center;
            align-items: center;
    background: #0078FF;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0.6rem;
  }
  .button-submit span {
    font-size: 0.3rem;
    line-height: 0.4rem;
    color: #fff;
    font-weight: 700;
  }
}
.global-paging {
  margin: 4.5rem 0 0 0;
  -webkit-justify-content: center;
          justify-content: center;
}
.global-paging .paging-ctrl {
  width: 2rem;
  height: 2rem;
  border-radius: 100%;
  margin: 0 1.2rem;
  border: 1px solid #666;
}
.global-paging .paging-ctrl svg {
  width: 0.45rem;
  height: 0.7rem;
}
.global-paging .paging-num a {
  font-size: 0.8rem;
  line-height: 1.6rem;
  color: #333;
  font-weight: 500;
  width: auto;
  height: auto;
  margin: 0 1rem;
}
.global-paging .paging-num a.active {
  color: #145094;
  font-weight: 500;
}

@media screen and (min-width: 992px) {
  .global-paging .paging-ctrl.next svg {
    right: -0.1rem;
    position: relative;
  }
  .global-paging .paging-ctrl.prev svg {
    left: -0.1rem;
    position: relative;
  }
  .global-paging .paging-num a:hover {
    background: none;
    color: #145094 !important;
    -webkit-transition: all 0s;
    transition: all 0s;
  }
  .global-paging .paging-ctrl:not(.disabled):hover {
    background: #E4EAF0;
    -webkit-transition: all 0s;
    transition: all 0s;
    border: 1px solid #E4EAF0;
  }
}
.case-tit-wrap,
.case-detail-box,
.newsdel-editor,
.case-list-item,
.case-list-items,
.title-40-44,
.support-introduce,
.lx-list-item,
.global-paging,
.public-select,
.public-banner-style2 .banner-desc,
.public-banner-style2 .upcontent h1,
.introduce-wrap .Overview .desc,
.introduce-wrap .Overview .title-40-44 {
  opacity: 0;
}

@media screen and (min-width: 992px) {
  .email-message .svg-box {
    margin-left: 0.2em;
  }
  .p-schemedel.p-schemedel2 .introduce-wrap .Overview {
    min-height: 17.05em;
  }
}
.ismessage {
  font-size: 16px;
  color: #fff;
  padding-top: 10px;
  padding-left: 4px;
  font-weight: bold;
  display: none;
}

.public-modal-ts .modal-dialog {
  height: 100%;
}
.public-modal-ts .tit {
  font-size: 1.3em;
  line-height: 1em;
  color: #333;
  font-weight: 700;
  padding-top: 1.1538461538em;
}
.public-modal-ts .closeop {
  width: 10em;
  height: 2.5em;
  background: #145094;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  margin-top: 1.6em;
  color: #fff;
  border-radius: 4px;
}
.public-modal-ts .doc {
  font-size: 0.8em;
  line-height: 2em;
  color: #333;
  font-weight: 400;
  padding: 0.9375em 3em 0 3em;
}
.public-modal-ts .boxs {
  position: relative;
  width: 30em;
  background: #fff;
  margin: 0 auto;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  padding: 4.25em 0 4.25em;
}
.public-modal-ts .boxs .icon {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  border: 1px solid #145094;
  -webkit-align-items: center;
  align-items: center;
  width: 4em;
  height: 4em;
  border-radius: 100%;
}
.public-modal-ts svg {
  width: 1.8em;
  height: 1.8em;
}
.public-modal-ts svg path {
  fill: #145094;
}

@media screen and (max-width: 991.98px) {
  .public-modal-ts .boxs {
    width: 90vw;
  }
}
@media screen and (min-width: 1425px) and (max-width: 1470px) {
  .menulv1 > a span {
    font-size: 0.85em;
  }
}
@media screen and (min-width: 1090px) and (max-width: 1390px) {
  .menulv1 > a span {
    font-size: 0.85em;
  }
  .global-inner {
    width: 80vw;
  }
}
@media screen and (min-width: 991px) and (max-width: 1500px) {
  .global-inner {
    width: 100vw;
    max-width: -webkit-calc(100% - 230px);
    max-width: calc(100% - 230px);
  }
}