
/*
 * module.css
 * (c) 2023 Authors (https://www.mountor.cn)
 */
@font-face {
  font-family: "HARMONYOS Bold";
  src: url("../font/HarmonyOSSansSC-Bold.woff2");
  font-display: swap;
}
@font-face {
  font-family: "HARMONYOS Medium";
  src: url("../font/HarmonyOSSansSC-Medium.woff2");
  font-display: swap;
}
html,
body {
  -ms-overflow-style: scrollbar;
}

html {
  font-size: 20px;
}
@media (max-width: 1800px) and (min-width: 1661px) {
  html {
    font-size: 19px;
  }
}
@media (max-width: 1660px) and (min-width: 1441px) {
  html {
    font-size: 18px;
  }
}
@media (max-width: 1440px) and (min-width: 1241px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 1240px) and (min-width: 992px) {
  html {
    font-size: 15px;
  }
}
@media (min-width: 575.1px) and (max-width: 991.98px) {
  html {
    font-size: 76px;
  }
}
@media (max-width: 575px) {
  html {
    font-size: 13.3333333vw;
  }
}

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: "Microsoft YaHei", -apple-system, BlinkMacSystemFont, sans-serif;
  overflow: hidden;
  overflow-y: auto;
}
body.modal-open {
  overflow: hidden !important;
}
@media (max-width: 991.98px) {
  body {
    font-size: 0.3rem;
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
  }
}

/* 公共设置 */
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;
}

.xxxl-inner {
  width: 94vw;
  max-width: 1800px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}

.xxl-inner {
  width: 88.5vw;
  max-width: 1700px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}

.xl-inner {
  width: 87vw;
  max-width: 1670px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}
.xl-inner:before, .xl-inner:after {
  content: "";
  display: table;
  clear: both;
}

.global-inner {
  width: 75vw;
  max-width: 1280px;
  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: 75vw;
  max-width: 1170px;
  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 (max-width: 1200px) {
  .xxl-inner, .xl-inner,
  .global-inner, .sm-inner, .smm-inner, .xs-inner {
    width: 100%;
    max-width: none;
    padding: 0 5rem;
  }
}
@media (max-width: 991.98px) {
  .xxl-inner, .xl-inner, .global-inner, .sm-inner, .smm-inner, .xs-inner {
    width: 100% !important;
    max-width: 100%;
    padding: 0 0.5rem !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;
}

.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;
  }
}
/* swiper */
.swiper-pagination-bullet {
  opacity: 1;
}

.swiper-button-disabled {
  opacity: 0.5 !important;
  pointer-events: 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 (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 (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;
}

.scrollbox::-webkit-scrollbar {
  width: 5px;
}
.scrollbox::-webkit-scrollbar-track {
  background: none;
}
.scrollbox::-webkit-scrollbar-thumb {
  background: #ECECEC;
}

@media (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: 1.2rem 1.4rem;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1060;
}
.modal-close .bi, .modal-close img {
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  color: #E6E6E6;
}
.modal-close i.bi {
  background: url("../image/close-gray.svg") no-repeat center center;
  background-size: contain;
}

@media (min-width: 992px) {
  .modal-close:hover i.bi {
    background-image: url("../image/close-black.svg");
  }
}
@media (max-width: 991.98px) {
  .modal-close {
    padding: 0.48rem;
  }
  .modal-close .bi, .modal-close img {
    width: 0.48rem;
    height: 0.48rem;
  }
}
/**** 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;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@-webkit-keyframes fadeInUp2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-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);
  }
}
@keyframes fadeInsc {
  0% {
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes fadeInsc {
  0% {
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@keyframes toggleMove {
  0% {
    bottom: 6.5%;
    opacity: 0.3;
  }
  50% {
    bottom: 5.5%;
    opacity: 1;
  }
  to {
    bottom: 6.5%;
    opacity: 0.3;
  }
}
@-webkit-keyframes toggleMove {
  0% {
    bottom: 6.5%;
    opacity: 0.3;
  }
  50% {
    bottom: 5.5%;
    opacity: 1;
  }
  to {
    bottom: 6.5%;
    opacity: 0.3;
  }
}
.fadeInsc {
  animation-name: fadeInsc;
  -webkit-animation-name: fadeInsc;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2);
          animation-timing-function: cubic-bezier(0.4, 0, 0.2);
}

.fadeInUp2 {
  opacity: 0;
  visibility: hidden;
  animation: fadeInUp2 0.6s cubic-bezier(0.4, 0, 0.2, 1) both;
  -webkit-animation: fadeInUp2 0.6s 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;
}

/**** 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;
  border-radius: inherit;
  border: none;
  outline: none;
}
.video-js:hover .vjs-big-play-button {
  opacity: 1;
  background: none;
  border: none;
}
.video-js .vjs-tech, .video-js video {
  object-fit: cover;
  object-position: center center;
  display: block;
  border-radius: inherit;
  border: none;
  outline: none;
}
.video-js .vjs-tech:focus, .video-js .vjs-tech:active, .video-js video:focus, .video-js video:active {
  border: none;
  outline: none;
}
.video-js .vjs-big-play-button {
  width: 4.5em;
  height: 4.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;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.video-js .vjs-big-play-button:focus {
  background: none;
  border: none;
}
.video-js .vjs-big-play-button::after {
  display: none;
}
.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("../image/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::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-poster img {
  object-fit: cover;
  object-position: center center;
}
.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-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: auto;
  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("../image/video-play.svg") no-repeat center center;
  background-size: contain;
}
.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder {
  background-image: url("../image/video-pause.svg");
}
.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder {
  background-image: url("../image/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 {
  height: 100%;
  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("../image/video-full.svg") no-repeat center center;
  background-size: contain;
}
.video-js .vjs-volume-panel, .video-js .vjs-remaining-time, .video-js .vjs-picture-in-picture-control {
  display: none;
}
.video-js.vjs-paused .vjs-poster {
  display: block;
}
.video-js.vjs-paused .vjs-control-bar {
  display: none;
}
.video-js.vjs-paused .vjs-big-play-button {
  display: block;
}
.video-js.vjs-ended .vjs-poster {
  display: block;
}
@media (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 (min-width: 992px) {
  .video-js.vjs-paused:hover .vjs-control-bar {
    display: -webkit-flex;
    display: flex;
  }
}
@media (max-width: 991.98px) {
  .video-js .vjs-big-play-button {
    width: 1rem;
    height: 1rem;
    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;
  }
}

body.is-app .video-js {
  background-color: #000;
}

/*** modal-video ***/
.modal-video {
  background: rgba(0, 0, 0, 0.8);
}
.modal-video .modal-close {
  width: 30px;
  height: 30px;
  background: url("../image/close-white.svg") no-repeat center center;
  background-size: 14px;
  position: absolute;
  left: 100%;
  top: 0;
  margin: 0;
  transform: translate(25px, 0);
  -webkit-transform: translate(25px, 0);
  border-radius: 0;
}
.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: 800px;
  max-width: 80%;
  margin: 0 auto;
  padding: 0;
  background: transparent;
}
.modal-video .video-js, .modal-video video {
  position: relative !important;
}
.modal-video video {
  max-height: 80vh;
}
@media (max-width: 767.98px) {
  .modal-video .modal-content {
    width: 100%;
    max-width: 100%;
    padding: 0 0.3rem;
  }
  .modal-video .modal-close {
    top: auto;
    left: auto;
    bottom: 100%;
    right: 0.3rem;
    transform: translate(0, -0.5rem);
    -webkit-transform: translate(0, -0.5rem);
    z-index: 1100;
    background-size: 0.6rem;
    padding: 0.3rem;
  }
}

/*** 表单 ***/
.form-group {
  margin: 0 0 1.5em;
  position: relative;
  font-size: 0.8rem;
  line-height: 3em;
}
.form-group .help-block {
  font-size: 1em;
  line-height: 1.5em;
  display: none;
  position: absolute;
  right: 1.25em;
  top: 0.75em;
  z-index: 10;
  pointer-events: none;
}
.form-group.has-error .help-block {
  display: block;
  color: #FF0000;
  z-index: 10;
}
.form-group.has-error .form-control {
  border-color: #FF0000;
  z-index: 5;
}
.form-group.has-error.is-empty .form-control::-webkit-input-placeholder {
  color: #FF0000;
}
.form-group.has-error.is-empty .form-control::-moz-placeholder {
  color: #FF0000;
}
.form-group.has-error.is-empty .form-control:-moz-placeholder {
  color: #FF0000;
}
.form-group.has-error.is-empty .form-control:-ms-input-placeholder {
  color: #FF0000;
}
.form-group.has-error.is-empty .help-block {
  display: none;
}
.form-group.has-error.is-empty.form-check-group .help-block[data-bv-validator=notEmpty] {
  display: block !important;
}
.form-group .must {
  color: #e93138;
  font-style: normal;
  font-size: 1em;
}

.form-group-cell {
  -webkit-flex: 1;
          flex: 1;
  position: relative;
}

.control-label {
  font-size: 1.125em;
  line-height: inherit;
  font-weight: inherit;
  color: #000;
  margin: 0;
}

.form-control {
  width: 100%;
  height: -webkit-calc(2.875em + 2px);
  height: calc(2.875em + 2px);
  display: block;
  background: #fff;
  border: solid 1px #ECECEC;
  position: relative;
  padding: 0.75em 1.25em;
  font-size: 1em;
  line-height: 1.5em;
  color: #000;
  border-radius: 1.5em;
}
.form-control:focus, .form-control:active {
  box-shadow: none;
  outline: none;
  background-color: #fff;
  border-color: #ECECEC;
}
.form-control[readonly] {
  background-color: #fff;
}
.form-control::-webkit-input-placeholder {
  color: #666;
}
.form-control::-moz-placeholder {
  color: #666;
}
.form-control:-moz-placeholder {
  color: #666;
}
.form-control:-ms-input-placeholder {
  color: #666;
}

input[type=text]:-webkit-autofill,
input[type=number]:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background: #fff;
  box-shadow: inset 0 0 0 1000px #fff;
}

.form-layout-h {
  width: 100%;
}
.form-layout-h .form-group {
  width: 100%;
  display: -webkit-flex;
  display: flex;
}
.form-layout-h .control-label {
  -webkit-flex: 0 0 10em;
          flex: 0 0 10em;
  margin: 0 1rem 0 0;
}

.checkitem .checklabel {
  display: -webkit-flex;
  display: flex;
  cursor: pointer;
}
.checkitem .check-text {
  -webkit-flex: 1;
          flex: 1;
  display: block;
}
.checkitem .check-ico {
  width: 1rem;
  height: 1rem;
  display: block;
  -webkit-flex: none;
          flex: none;
  position: relative;
}
.checkitem input[type=radio], .checkitem input[type=checkbox] {
  display: none;
}
.checkitem .check-ico-radio {
  border-radius: 100%;
  border: solid 1px #999;
  margin: 0 0 0 0.5rem;
}
.checkitem .check-ico-checkbox {
  border: solid 1px #999;
  border-radius: 4px;
  margin: 0 0.5rem 0 0;
}
.checkitem.is-checked .check-ico-radio {
  border-color: #e93138;
}
.checkitem.is-checked .check-ico-radio::after {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  display: block;
  border-radius: 100%;
  background: #e93138;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.checkitem.is-checked .check-ico-checkbox {
  border: solid 1px #000;
}
.checkitem.is-checked .check-ico-checkbox::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  display: block;
  background: url("../image/check-red.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.form-checklist {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -0.625rem -1.25rem;
  overflow: hidden;
}
.form-checklist .checkitem {
  padding: 0 0.625rem;
  margin-bottom: 1.25rem;
}
.form-checklist .checklabel {
  font-size: 0.8rem;
  line-height: 1.25em;
  color: #000;
  min-height: 1.68em;
}

.form-follow-check .c-head {
  -webkit-flex: 0 0 13.9rem;
          flex: 0 0 13.9rem;
  margin: 0 1rem 0 0;
}
.form-follow-check .c-head .t1 {
  font-size: 0.9rem;
  line-height: 1.5em;
  color: #000;
}
.form-follow-check .c-head .t2 {
  font-size: 0.6rem;
  line-height: 1.5em;
  color: #666;
  margin-top: 4px;
}
.form-follow-check .c-body {
  -webkit-flex: 1;
          flex: 1;
}

.form-btnbox {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  margin: 3rem 0 0;
}
.form-btnbox .btn-group {
  margin-left: 3.85rem;
}
.form-btnbox .btn {
  min-width: 6.4rem;
}

.form-check-group .help-block {
  position: static !important;
  margin-top: 1em;
}

@media (min-width: 992px) {
  .checkitem .check-text a[href]:hover {
    color: #e93138;
  }
}
@media (max-width: 991.98px) {
  .form-group {
    display: block;
    font-size: 0.28rem;
    line-height: 1em;
  }
  .form-group .help-block {
    line-height: 0.9rem;
    top: 1px;
  }
  .control-label {
    margin: 0 0 1em;
  }
  .form-control {
    height: -webkit-calc(0.9rem + 2px);
    height: calc(0.9rem + 2px);
    line-height: 0.9rem;
    padding: 0 0.3rem;
    border-radius: 0.46rem;
  }
  .form-layout-h .form-group {
    display: block;
  }
  .form-layout-h .control-label {
    margin: 0 0 1em;
  }
  .checkitem .check-ico {
    width: 0.4rem;
    height: 0.4rem;
  }
  .checkitem .check-ico-radio {
    margin: 0 0 0 0.2rem;
  }
  .checkitem .check-ico-checkbox {
    margin: 0 0.2rem 0 0;
  }
  .checkitem.is-checked .check-ico-radio::after {
    width: 0.24rem;
    height: 0.24rem;
  }
  .form-checklist {
    margin: 0.12rem -0.4rem -0.4rem;
  }
  .form-checklist .checkitem {
    padding: 0 0.4rem;
    margin-bottom: 0.4rem;
  }
  .form-checklist .checklabel {
    font-size: 0.28rem;
    line-height: 0.4rem;
  }
  .form-btnbox {
    margin: 0.96rem 0 0;
  }
  .form-btnbox .btn-group {
    margin: 0;
  }
  .form-btnbox .btn {
    width: 100%;
  }
  .form-follow-check {
    margin-bottom: 0.56rem;
  }
  .form-follow-check .is-layout-flex {
    display: block;
  }
  .form-follow-check .c-head {
    -webkit-flex: none;
            flex: none;
    margin: 0 0 0.4rem;
  }
  .form-follow-check .c-head .t1 {
    font-size: 0.28rem;
    line-height: 1.5em;
  }
  .form-follow-check .c-head .t2 {
    font-size: 0.2rem;
    line-height: 1.5em;
    margin-top: 4px;
  }
  .form-check-group .help-block {
    line-height: 1.5em;
  }
}
/* 辅助 */
@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%);
  }
}
.btnbox {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  position: relative;
}
.btnbox.just-center {
  -webkit-justify-content: center;
          justify-content: center;
}

.btn {
  -webkit-flex: none;
          flex: none;
  min-width: 7.7rem;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  height: -webkit-calc(2.6rem + 2px);
  height: calc(2.6rem + 2px);
  line-height: 1em;
  border: solid 1px;
  text-align: center;
  font-size: 1rem;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  border-radius: 4px;
  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;
  cursor: pointer;
}
.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: #d30000;
  color: #fff;
  border-color: #d30000;
}
.btn.btn-normal::after {
  display: none;
}
.btn.btn-normal_line {
  background: transparent;
  color: #d30000;
  border-color: #d30000;
}
.btn.btn-normal_line::after {
  background: #d30000;
}
.btn.btn-white_line {
  background: transparent;
  color: #fff;
  border-color: #fff;
}
.btn.btn-white_line::after {
  background: #fff;
}
.btn.btn-gray {
  background: #e5e5e5;
  border-color: #e5e5e5;
  color: #e93138;
}
.btn.btn-gray::after {
  background: #e93138;
}
.btn.btn-gray_line {
  border-color: #e5e5e5;
  color: #737373;
}
.btn.btn-gray_line::after {
  background: #d30000;
}
.btn.btn-yellow_line {
  border-color: #a17e54;
  color: #a17e54;
}
.btn.btn-yellow_line::after {
  background: #a17e54;
}
.btn.btn-disabled {
  background: #F0F0F0 !important;
  border-color: #F0F0F0 !important;
  color: #666 !important;
  pointer-events: none;
}

@media (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: #fff;
    background: #e93138;
    border-color: #e93138;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .btn.btn-normal:hover > * {
    color: inherit !important;
  }
  .btn.btn-normal_line:hover {
    color: #fff;
  }
  .btn.btn-white_line:hover {
    color: #d30000;
  }
  .btn.btn-gray:hover {
    color: #fff;
  }
  .btn.btn-gray_line:hover {
    color: #fff;
    border-color: #d30000;
  }
  .btn.btn-yellow_line:hover {
    color: #fff;
  }
}
@media (max-width: 991.98px) {
  .btn {
    width: 2.52rem;
    min-width: 0;
    font-size: 0.32rem;
    height: -webkit-calc(0.74rem + 2px);
    height: calc(0.74rem + 2px);
  }
  .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.9rem;
  line-height: 1em;
  color: #4c4c4c;
  width: 100%;
  height: 2.5rem;
  -webkit-align-items: center;
          align-items: center;
  border-radius: 0px;
  padding: 0 2.5rem 0 0.9rem;
  border: none;
  background: #e6e6e6;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.byted-select-arrow, .toscale {
  position: absolute;
  right: 0.9rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 20;
  color: #898989;
}
.byted-select-arrow .bi, .byted-select-arrow svg, .toscale .bi, .toscale svg {
  width: 0.8rem;
  height: 0.8rem;
  display: block;
}

.byted-popover-wrapper {
  min-width: 100%;
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  background: #fff;
  border: solid 1px #e6e6e6;
  border-radius: 0px;
  z-index: 20;
  padding: 0.6rem 0;
}

.byted-option-list {
  font-size: 0.8rem;
  line-height: 2.5em;
  color: #4c4c4c;
  white-space: nowrap;
  overflow: hidden;
  overflow-y: auto;
  max-height: 15em;
}
.byted-option-list::-webkit-scrollbar {
  width: 2px;
}
.byted-option-list::-webkit-scrollbar-track {
  background: none;
}
.byted-option-list::-webkit-scrollbar-thumb {
  background: #abaeb5;
}
.byted-option-list li {
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  width: 100%;
}
.byted-option-list li.current, .byted-option-list li.active {
  font-weight: bold;
  color: #e93138;
}
.byted-option-list a {
  display: block;
  padding: 0 0.9rem;
}

.toscale {
  display: none;
}

.noresult .toscale {
  display: block;
}
.noresult .byted-select-arrow {
  display: none;
}

.noselect input {
  cursor: text !important;
}
.noselect input::-webkit-input-placeholder {
  color: #4c4c4c;
}
.noselect input::placeholder {
  color: #4c4c4c;
}

@media (min-width: 992px) {
  .byted-select:not(.noselect):hover .byted-select-input {
    background-color: #e93138;
    color: #fff;
  }
  .byted-select:not(.noselect):hover .byted-select-arrow {
    color: #fff;
  }
  .byted-option-list li:hover, .byted-checkbox-list li:hover {
    background: #f8f8f8;
    color: #e93138;
  }
}
@media (max-width: 991.98px) {
  .byted-select-input {
    height: 0.8rem;
    font-size: 0.32rem;
    padding: 0 0.84rem 0 0.28rem;
  }
  .byted-select-arrow, .toscale {
    right: 0.26rem;
  }
  .byted-select-arrow .bi, .byted-select-arrow svg, .toscale .bi, .toscale svg {
    width: 0.32rem;
    height: 0.32rem;
    color: #898989;
  }
  .byted-popover-wrapper {
    padding: 0.1rem;
  }
  .byted-option-list {
    font-size: 0.28rem;
    line-height: 0.6rem;
    max-height: 3.6rem;
  }
  .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%);
  }
  body.is-ios.is-wx .byted-option-list {
    max-height: 4rem;
  }
}
/* 提示框 */
.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;
}

/* header */
.header {
  height: 5rem;
  padding: 0 2.5rem;
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  z-index: 300;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  transition: background 0.3s;
  -webkit-transition: background 0.3s;
  color: #fff;
}

.head-place {
  height: 5rem;
  display: none;
}

.head-logo {
  -webkit-flex: none;
          flex: none;
  height: 100%;
  display: block;
  position: relative;
}
.head-logo a {
  display: -webkit-flex;
  display: flex;
  height: 100%;
  -webkit-align-items: center;
          align-items: center;
  position: relative;
}
.head-logo img {
  -webkit-flex: none;
          flex: none;
  height: 3.5rem;
  display: block;
  margin-top: 1rem;
}
.head-logo .normal {
  display: none;
}

.head-tool {
  height: 2.5rem;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  position: relative;
}

.head-schbtn {
  -webkit-flex: none;
          flex: none;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  padding: 0 0.5rem;
  position: relative;
}
.head-schbtn::after {
  content: "";
  display: block;
  width: 1px;
  height: 1rem;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.head-schbtn .schbtn {
  padding: 0 0.4rem;
}
.head-schbtn .bi {
  display: block;
  width: 1rem;
  height: 1rem;
}

.head-schbtn_open {
  display: block;
  cursor: pointer;
}

.head-schbtn_close {
  display: none;
  cursor: pointer;
}

.head-lang {
  height: 100%;
  display: block;
  position: relative;
  -webkit-flex: none;
          flex: none;
  margin: 0 1.4rem 0 1.1rem;
  white-space: nowrap;
  font-size: 0.9rem;
  line-height: 1em;
}
.head-lang a {
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  position: relative;
  transition: none;
  -webkit-transition: none;
}
.head-lang .bi {
  width: 1rem;
  height: 1rem;
  display: block;
  -webkit-flex: none;
          flex: none;
  margin: -2px 8px 0 0;
}
.head-lang span {
  margin-top: 2px;
}

.head-menu {
  width: 1.6rem;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  position: relative;
  cursor: pointer;
      margin: 0 0 0 20px;
}
.head-menu .bi {
  width: 100%;
  display: block;
}

.modal-schbox_web {
  width: 21rem;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  position: absolute;
  right: 100%;
  top: -0.625em;
  z-index: -99;
  transform: scale(0);
  -webkit-transform: scale(0);
  -webkit-transform-origin: right center !important;
          transform-origin: right center !important;
  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;
  visibility: hidden;
}
.modal-schbox_web .schbox {
  width: 100%;
  height: 2.5rem;
  position: relative;
  background: #fff;
  border-radius: 1.25rem;
  box-shadow: 0px 8px 15px rgba(92, 104, 152, 0.1);
}
.modal-schbox_web .inpt {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: inherit;
  padding: 0 3.25rem 0 1rem;
  font-size: 0.9rem;
  line-height: 1.5em;
  color: #222;
}
.modal-schbox_web .btn-sch {
  width: 1.75rem;
  height: 1.75rem;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  border-radius: 100%;
  background: #e93138;
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 20;
  cursor: pointer;
  border-radius: 100%;
}
.modal-schbox_web .btn-sch .bi {
  width: 1rem;
  height: 1rem;
  display: block;
  color: #fff;
}

.modal-schbox_app {
  width: 100%;
  height: 1.2rem;
  display: none;
  background: #fff;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 500;
  border-bottom: 1px solid #ccc;
}
.modal-schbox_app .modal-dialog {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  position: relative;
  padding: 0 1rem 0 0.3rem;
}
.modal-schbox_app .schbox {
  width: 100%;
  position: relative;
}
.modal-schbox_app .inpt {
  width: 100%;
  height: 0.8rem;
  font-size: 0.28rem;
  line-height: 2em;
  color: #222;
  border-radius: 0.4rem;
  background: #fff;
  border: solid 1px #e6e6e6;
  padding: 0 0.9rem 0 0.4rem;
}
.modal-schbox_app .btn-sch {
  width: 0.7rem;
  height: 0.7rem;
  display: block;
  border-radius: 100%;
  position: absolute;
  right: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 20;
  color: #e93138;
}
.modal-schbox_app .btn-sch .bi {
  width: 0.32rem;
  height: 0.32rem;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.modal-schbox_app .modal-close {
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  padding: 0 0.3rem;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 20;
}
.modal-schbox_app .modal-close .bi {
  width: 0.32rem;
  height: 0.32rem;
  display: block;
  color: #222;
}

.modal-navbox {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  overflow: hidden !important;
}
.modal-navbox .modal-dialog {
  width: 100%;
  height: 100%;
  display: block;
  transform: none !important;
  -webkit-transform: none !important;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1021;
}
.modal-navbox .modal-content {
  width: 20vw;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  background: rgba(255, 255, 255, 0.9);
  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);
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1022;
  color: #222;
  opacity: 0;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  visibility: hidden;
}
.modal-navbox .modal-header {
  width: 100%;
  height: 5rem;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  position: relative;
  -webkit-flex: none;
          flex: none;
  padding: 0 3.125vw;
  line-height: 2.25rem;
}
.modal-navbox .modal-close {
  width: 2.25rem;
  height: 2.25rem;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  border-radius: 100%;
  background: #e93138;
  padding: 0;
  position: static;
  cursor: pointer;
  color: #fff;
}
.modal-navbox .modal-close .bi {
  width: 1rem;
  height: 1rem;
  display: block;
}
.modal-navbox .modal-body {
  width: 100%;
  height: -webkit-calc(100% - 5rem);
  height: calc(100% - 5rem);
  overflow: hidden;
  position: relative;
  padding-left: 3.125vw;
}

.mdnav-lang {
  font-size: 0.9rem;
  display: block;
}
.mdnav-lang a {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}
.mdnav-lang .bi {
  -webkit-flex: none;
          flex: none;
  width: 1rem;
  height: 1rem;
  margin: -2px 8px 0 0;
}

.mdnav-list {
  width: 100%;
  position: relative;
}
.mdnav-list > .navitem {
  width: 100%;
  position: relative;
}
.mdnav-list > .navitem.had-subnav .navlv1 {
  cursor: pointer;
}
.mdnav-list > .navitem.active .navlv1 {
  font-weight: bold;
  border-bottom-color: #d30000;
}
.mdnav-list > .navitem.active .navlv1 .arrow .bi {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.mdnav-list a {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  min-width: 50%;
}
.mdnav-list .navlv1 {
  width: 100%;
  height: 4.2rem;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  position: relative;
  font-size: 1.2rem;
  line-height: 1.5em;
  border-bottom: solid 1px #ccc;
}
.mdnav-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;
  padding: 0 3.125vw 0 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 20;
}
.mdnav-list .navlv1 .arrow .bi {
  width: 0.7rem;
  height: 0.7rem;
  display: block;
}

.mdnav-subnav {
  width: 100%;
  position: relative;
  padding: 1.3em 0 0.9em;
  font-size: 1rem;
  line-height: 2.5em;
  display: none;
}
.mdnav-subnav > .navitem {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  position: relative;
}

body.head-normal .header {
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid #ccc;
  color: #222;
}
body.head-normal .head-logo .normal {
  display: block;
}
body.head-normal .head-logo .white {
  display: none;
}
body.head-normal .head-schbtn::after {
  background: rgba(34, 34, 34, 0.5);
}
body.open-websch .head-schbtn_open {
  display: none;
}
body.open-websch .head-schbtn_close {
  display: block;
}
body.open-websch .modal-schbox_web {
  transform: scale(1);
  -webkit-transform: scale(1);
  opacity: 1;
  visibility: visible;
  z-index: 20;
}
body.open-branch_web .header {
  background: #fff;
  border-bottom: 1px solid #ccc;
  color: #222;
}
body.open-branch_web .head-schbtn::after {
  background: rgba(34, 34, 34, 0.5);
}
body.open-branch_web .head-logo .normal {
  display: block;
}
body.open-branch_web .head-logo .white {
  display: none;
}
body.open-sidenav .head-tool {
  opacity: 0;
  visibility: hidden;
}
body.open-sidenav .modal-navbox .modal-content {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
  -webkit-transform: translateX(0);
}
body.hide-header .header {
  opacity: 0;
  visibility: hidden;
  z-index: -999;
  pointer-events: none;
}

@media (min-width: 992px) {
  .mdnav-list > .navitem:hover .navlv1 {
    font-weight: bold;
  }
  .mdnav-sublist > .navitem:hover a {
    font-weight: bold;
  }
  .head-lang {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-align-items: center;
            align-items: center;
    margin-left: 0;
  }
  .head-lang::before {
    content: "";
    display: block;
    width: 1px;
    height: 1rem;
    background: rgb(255, 255, 255);
    margin: 0 1rem;
    margin-left: 0;
  }
  .head-tool {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    position: relative;
    font-size: 1rem;
    line-height: 1.5em;
    cursor: pointer;
    white-space: nowrap;
    margin-right: 1em;
  }
  .head-branch_open .bi {
    width: 0.7rem;
    height: 0.7rem;
    display: block;
    -webkit-flex: none;
    flex: none;
    margin: 0 0 0 0.5rem;
  }
  .head-branch_open svg {
    width: 100%;
    height: 100%;
    display: block;
  }
  .head-branch_open .shars {
    width: 1em;
    margin-right: 0.25em;
    margin-left: 1em;
    height: 2.5em;
  }
}
@media (max-width: 991.98px) {
  .header {
    height: 1.2rem;
    padding: 0 0.5rem;
  }
  .head-place {
    height: 1.2rem;
  }
  .head-logo img {
    height: auto;
    width: 3.5rem;
	margin-top: 0.1rem;
  }
  .head-tool {
    height: 100%;
  }
  .head-schbtn {
    padding: 0;
  }
  .head-schbtn::after {
    height: 0.3rem;
  }
  .head-schbtn .schbtn {
    padding: 0 0.3rem;
  }
  .head-schbtn .bi {
    width: 0.36rem;
    height: 0.36rem;
  }
  .head-lang {
    margin: 0 0.45rem 0 0.3rem;
    font-size: 0.28rem;
    display: none;
  }
  .head-lang .bi {
    width: 0.36rem;
    height: 0.36rem;
    margin: 0 0.1rem 0 0;
  }
  .head-menu {
    width: 0.46rem;
  }
  .modal-navbox .modal-content {
    width: 50vw;
  }
  .modal-navbox .modal-header {
    height: 1.2rem;
    padding: 0 0.3rem 0 0.5rem;
    line-height: 0.6rem;
    -webkit-align-items: center;
            align-items: center;
  }
  .modal-navbox .modal-close {
    width: 0.6rem;
    height: 0.6rem;
  }
  .modal-navbox .modal-close .bi {
    width: 0.2rem;
    height: 0.2rem;
  }
  .modal-navbox .modal-body {
    height: -webkit-calc(100% - 1.2rem);
    height: calc(100% - 1.2rem);
    padding-left: 0.5rem;
  }
  .mdnav-lang {
    font-size: 0.3rem;
  }
  .mdnav-lang .bi {
    width: 0.36rem;
    height: 0.36rem;
    margin: -1px 0.1rem 0 0;
  }
  .mdnav-list .navlv1 {
    height: 1.14rem;
    font-size: 0.34rem;
    line-height: 1em;
  }
  .mdnav-list .navlv1 .arrow {
    padding-right: 0.45rem;
  }
  .mdnav-list .navlv1 .arrow .bi {
    width: 0.3rem;
    height: 0.3rem;
  }
  .mdnav-subnav {
    font-size: 0.3rem;
    line-height: 2.5em;
    padding: 0.3rem 0 0.2rem;
  }
  .head-branch_open {
    font-size: 0.24rem;
    margin-right: 0.42rem;
    margin-left: 0.24rem;
  }
  .head-branch_open .shars {
    display: none;
  }
  .head-branch_open .bi {
    display: none;
  }
}
/* main-box */
.main-box {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 10;
}

.inside-body {
  min-height: 20rem;
  padding: 4.5rem 0 5.5rem;
  position: relative;
}

.inside-topbox {
  width: 100%;
  position: relative;
  z-index: 50;
}

.inside-banbox {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 5;
}
.inside-banbox .b-imgs {
  width: 100%;
  position: relative;
  z-index: 1;
}
.inside-banbox .b-imgs img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  left: 0;
  top: 0;
}
.inside-banbox .b-imgs.web {
  height: 27.5rem;
}
.inside-banbox .b-imgs.app {
  height: 5rem;
}
.inside-banbox .b-body {
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.inside-banbox .b-lvtit {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  position: absolute;
  left: 0;
  bottom: 10rem;
  z-index: 10;
  font-size: 3.85rem;
  line-height: 1em;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  letter-spacing: 0.5em;
}
.inside-banbox .b-lvtit .box {
  margin-right: -0.5em;
}
.inside-banbox .b-desc {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  position: absolute;
  left: 0;
  bottom: 7.5rem;
  z-index: 10;
  font-size: 1.3rem;
  line-height: 1.6rem;
  animation-delay: 0.15s;
  -webkit-animation-delay: 0.15s;
}

.inside-lv2box_web {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 20;
}
.inside-lv2box_web .lv2list {
  width: 100%;
  display: -webkit-flex;
  display: flex;
}
.inside-lv2box_web .item {
  -webkit-flex: 1;
          flex: 1;
  height: 3rem;
  display: block;
  position: relative;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 1rem;
  line-height: 1em;
}
.inside-lv2box_web .item.active {
  background: #b3191e;
}
.inside-lv2box_web .item:not(.active):hover {
  background-color: #d30000;
}
.inside-lv2box_web a {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  position: relative;
}

.inside-lv2box_app {
  width: 100%;
  position: relative;
  z-index: 50;
}
.inside-lv2box_app .lvtit {
  width: 100%;
  height: 0.9rem;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  font-size: 0.32rem;
  line-height: 1em;
  color: #fff;
  background: #b3191e;
}
.inside-lv2box_app .lvtit .arrow {
  margin: 0 0 0 0.2rem;
}
.inside-lv2box_app .lvtit .bi {
  width: 0.28rem;
  height: 0.28rem;
  display: block;
}
.inside-lv2box_app .dropbox {
  width: 100%;
  background: #fff;
  font-size: 0.28rem;
  line-height: 1em;
  color: #333;
  position: absolute;
  left: 0;
  top: 100%;
  display: none;
  border-bottom: 1px solid #ccc;
  padding: 0.2rem 0;
}
.inside-lv2box_app .dropbox .item {
  width: 100%;
}
.inside-lv2box_app .dropbox .item.active {
  display: none;
}
.inside-lv2box_app .dropbox a {
  width: 100%;
  height: 0.8rem;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
}
.inside-lv2box_app .dropbox a span {
  display: block;
  min-width: 1.28rem;
}
.inside-lv2box_app .dropbox a::after {
  content: "";
  display: block;
  width: 0.28rem;
  height: 0.28rem;
  margin-left: 0.2rem;
}
.inside-lv2box_app.is-open .lvtit .bi {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.inside-navlv5 {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  text-align: center;
  border-bottom: 1px solid #cccccc;
}
.inside-navlv5 a {
  font-size: 1em;
  text-align: center;
  padding-bottom: 0.85em;
  display: block;
  position: relative;
  white-space: nowrap;
}
.inside-navlv5 a + a {
  margin-left: 3.5em;
}
.inside-navlv5 a::after {
  content: "";
  display: none;
  width: 100%;
  height: 3px;
  background: #e93138;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.inside-navlv5 a.active::after {
  display: block;
}

.inside-navlv6_web {
  white-space: nowrap;
  position: absolute;
  border-left: 1px dashed #dedede;
  right: 3.3rem;
  top: 17%;
  z-index: 50;
  font-size: 0.9rem;
  line-height: 2rem;
  color: #666666;
  padding: 5.95rem 0;
}
.inside-navlv6_web a {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  position: relative;
}
.inside-navlv6_web a + a {
  margin-top: 1rem;
}
.inside-navlv6_web a:first-child .item-icon::after {
  top: -0.5rem;
}
.inside-navlv6_web a:last-child .item-icon::after {
  bottom: -0.5rem;
}
.inside-navlv6_web .item-icon {
  -webkit-flex: none;
          flex: none;
  background: #fff;
  margin: 0 0.7rem 0 -0.4rem;
  position: relative;
}
.inside-navlv6_web .item-icon::after {
  content: "";
  display: block;
  background: #fff;
  position: absolute;
  left: 0;
  top: -5px;
  right: 0;
  bottom: -5px;
  z-index: 1;
}
.inside-navlv6_web img {
  width: 0.8rem;
  display: block;
  position: relative;
  z-index: 5;
}
.inside-navlv6_web .isact {
  display: none;
}
.inside-navlv6_web .active {
  color: #e93138;
}
.inside-navlv6_web .active .item-icon .noact {
  display: none;
}
.inside-navlv6_web .active .item-icon .isact {
  display: block;
}

.inside-navlv6_web-place {
  width: 135px;
  height: 1px;
  position: absolute;
  top: 17%;
  right: 3.3rem;
  z-index: 40;
  opacity: 0;
}

.inside-navlv6_app {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  color: #999;
  font-size: 0.28rem;
  margin-top: 0.75rem;
}
.inside-navlv6_app a {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}
.inside-navlv6_app img {
  -webkit-flex: none;
          flex: none;
  width: 0.48rem;
  display: block;
  margin: -2px 0.1rem 0 0;
}
.inside-navlv6_app .isact {
  display: none;
}
.inside-navlv6_app .active {
  color: #e93138;
}
.inside-navlv6_app .active .noact {
  display: none;
}
.inside-navlv6_app .active .isact {
  display: block;
}

@media (max-width: 1700px) {
  .inside-navlv6_web {
    right: 1rem;
  }
}
@media (max-width: 1200px) and (min-width: 992px) {
  .inside-navlv5 {
    font-size: 16px;
  }
  .inside-navlv6_web {
    display: none;
  }
  .inside-navlv6_app {
    font-size: 14px;
    margin-top: 2rem;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-justify-content: center;
            justify-content: center;
  }
  .inside-navlv6_app a {
    margin: 0 1.5rem;
  }
  .inside-navlv6_app img {
    width: 24px;
    margin: -2px 5px 0 0;
  }
}
@media (max-width: 991.98px) {
  .inside-body {
    min-height: 3rem;
    padding: 0.75rem 0 1.65rem;
  }
  .inside-banbox .b-lvtit {
    bottom: 1.54rem;
    font-size: 0.8rem;
    letter-spacing: 0.0625em;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  }
  .inside-banbox .b-lvtit .box {
    margin-right: -0.0625em;
  }
  .inside-banbox .b-desc {
    bottom: 0.9rem;
    font-size: 0.4rem;
    line-height: 0.5rem;
  }
  .inside-navlv5 a {
    padding-bottom: 0.36rem;
  }
  .inside-navlv5 a + a {
    margin-left: 0.55rem;
  }
}
/* footer */
.footer {
  width: 100%;
  background: #f7f7f7;
  position: relative;
  z-index: 20;
  font-size: 0.8rem;
  line-height: 1.2rem;
  color: #222;
}
.footer a {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  color: inherit;
}
.footer .bi {
  -webkit-flex: none;
          flex: none;
  width: 1em;
  height: 1em;
  display: block;
  margin: 0 5px 0 0;
}

.foot-topbox {
  width: 100%;
  position: relative;
  padding: 1.4rem 0 0.8rem;
  border-bottom: solid 1px #dedede;
}

.foot-syslink {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}
.foot-syslink li {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}
.foot-syslink li::after {
  content: "";
  display: block;
  width: 1px;
  height: 0.65rem;
  background: #222222;
  margin: 0 1rem;
}
.foot-syslink li:last-child::after {
  display: none;
}

.foot-branch .bi {
  margin-right: 0.5em;
}

.foot-botbox {
  width: 100%;
  position: relative;
  padding: 1.3rem 0 2rem;
}

.foot-botbox-sect1 {
  margin-bottom: 0.75rem;
}

.foot-logo {
  -webkit-flex: none;
          flex: none;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}
.foot-logo a {
  -webkit-flex: none;
          flex: none;
  display: block;
}
.foot-logo img {
  height: 4rem;
  display: block;
}

.foot-wx {
  -webkit-flex: none;
          flex: none;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
}
.foot-wx .imgs {
  width: 6rem;
  display: block;
  -webkit-flex: none;
          flex: none;
  background: #fff;
  position: relative;
}
.foot-wx .imgs img {
  width: 100%;
  display: block;
  position: relative;
}

.foot-botbox-right {
  white-space: nowrap;
  color: #666666;
  font-size: 0.7rem;
}

.foot-ctways .ways {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 0.5rem;
}
.foot-ctways .ways:last-child {
  margin-bottom: 0;
}
.foot-ctways .bi {
  margin-top: 0.25em;
}

.foot-beian {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 0.5rem;
}
.foot-beian li {
  margin-right: 0.75rem;
}
.foot-beian li:last-child {
  margin: 0;
}

.foot-bot {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 0.5rem;
}

.foot-support {
  display: -webkit-flex;
  display: flex;
  white-space: nowrap;
}
.foot-support .lvtit {
  -webkit-flex: none;
          flex: none;
}

.foot-jszc_swip {
  overflow: hidden;
  height: 1.2rem;
}
.foot-jszc_swip a {
  display: inline !important;
}

.foot-links {
  display: -webkit-flex;
  display: flex;
}
.foot-links li {
  margin-left: 1rem;
}
.foot-links li:first-child {
  margin-left: 0;
}

@media (min-width: 992px) {
  .footer a[href]:hover {
    color: #e93138;
  }
  .foot-topbox .xl-inner {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
            justify-content: space-between;
  }
  .foot-topbox .xl-inner::before, .foot-topbox .xl-inner::after {
    display: none;
  }
  .foot-botbox-sect1, .foot-botbox-sect2 {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
            justify-content: space-between;
  }
  .foot-botbox-sect1 {
    -webkit-align-items: center;
            align-items: center;
  }
  .foot-botbox-left {
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .foot-botbox-right {
    text-align: right;
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .foot-beian {
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
  }
  .foot-bot {
    -webkit-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .foot-support {
    padding-left: 1.5rem;
    margin-left: 1.5rem;
    position: relative;
  }
  .foot-support::before {
    content: "";
    display: block;
    width: 1px;
    height: 1em;
    background: #999;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
}
@media (max-width: 991.98px) {
  .footer {
    font-size: 0.28rem;
    line-height: 0.5rem;
  }
  .foot-topbox {
    padding: 0.8rem 0 0.86rem;
  }
  .foot-syslink {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
            justify-content: center;
    white-space: nowrap;
  }
  .foot-syslink li::after {
    height: 0.26rem;
    margin: 0 0.35rem;
  }
  .foot-branch {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
            justify-content: center;
    margin-top: 0.24rem;
  }
  .foot-branch .bi {
    margin-right: 0.18rem;
  }
  .foot-botbox {
    padding: 0.8rem 0 0.6rem;
  }
  .foot-botbox-sect1 {
    margin-bottom: 0.6rem;
  }
  .foot-logo {
    width: 100%;
    -webkit-justify-content: center;
            justify-content: center;
  }
  .foot-logo img {
    height: 0.8rem;
  }
  .foot-wx {
    width: 100%;
    -webkit-justify-content: center;
            justify-content: center;
    margin: 0.4rem auto 0;
  }
  .foot-wx .imgs {
    width: 2.32rem;
  }
  .foot-ctways .ways {
    margin-bottom: 0.08rem;
  }
  .foot-ctways .bi {
    margin: -webkit-calc((0.5rem - 1em) / 2) 0.24rem 0 0;
    margin: calc((0.5rem - 1em) / 2) 0.24rem 0 0;
  }
  .foot-ctways .doc {
    -webkit-flex: 1;
            flex: 1;
  }
  .foot-fax {
    white-space: nowrap;
  }
  .foot-botbox-right {
    line-height: 0.46rem;
    font-size: 0.24rem;
    margin-top: 0.55rem;
  }
  .foot-beian {
    margin: 0 -0.1rem;
  }
  .foot-beian .item {
    padding: 0 0.1rem;
    margin: 0;
  }
  .foot-beian .bi {
    display: none;
  }
  .foot-bot {
    margin-top: 0;
  }
  .foot-jszc_swip {
    height: 0.46rem;
  }
  .foot-links {
    width: 100%;
    margin: 0.5rem 0 0;
    -webkit-justify-content: center;
            justify-content: center;
  }
  .foot-links li {
    margin: 0 0 0 0.46rem;
  }
}
/* 分支机构 */
.modal-branch_web {
  z-index: 250;
  overflow: hidden !important;
  padding: 0 !important;
}
.modal-branch_web .modal-dialog {
  width: 100%;
  height: 100%;
  padding: 4.25rem 0 0;
}
.modal-branch_web .modal-content {
  background: #fff;
  padding: 4.25rem 0 4.5rem;
}
.modal-branch_web .modal-close {
  top: -2.3rem;
  padding: 0;
}
.modal-branch_web .modal-close .bi {
  width: 0.9rem;
  height: 0.9rem;
  color: #747474;
}

.modal-branch {
  overflow: hidden !important;
  background: #fff;
  padding: 0 !important;
}
.modal-branch .modal-dialog {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
.modal-branch .modal-content {
  background: #fff;
  width: 100%;
  position: relative;
}
.modal-branch .modal-header {
  height: 6.5rem;
  background: #fff;
  padding: 2.15rem 0 1.9rem;
  position: absolute;
  left: 0;
  right: 17px;
  top: 0;
}
.modal-branch .modal-title {
  width: 100%;
  font-size: 2.4rem;
  line-height: 1em;
  color: #e93138;
  text-align: center;
}
.modal-branch .modal-close {
  height: 2.4rem;
  position: static;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  padding: 0 2px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2000;
}
.modal-branch .modal-close .bi {
  width: 1.5rem;
  height: 1.5rem;
  color: #747474;
  -webkit-flex: none;
          flex: none;
}
.modal-branch .modal-body {
  height: 100vh;
  overflow: hidden;
  overflow-y: scroll;
}
.modal-branch .modal-body > * {
  margin: 6.5rem auto 2.5rem;
  height: auto;
}
.modal-branch.fade .modal-dialog {
  opacity: 0;
  transform: translateY(100px);
  -webkit-transform: translateY(100px);
}
.modal-branch.show .modal-dialog {
  opacity: 1;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
}

.modal-branch-sect {
  margin-bottom: 2.9rem;
}
.modal-branch-sect:last-child {
  margin-bottom: 0;
}

.modal-branch-lvtit {
  width: 100%;
  font-size: 1.6rem;
  line-height: 1em;
  color: #222;
  padding-bottom: 0.75rem;
  border-bottom: solid 1px #dedede;
  margin-bottom: 2.1rem;
}

.modal-branch-list {
  font-size: 1.1rem;
  line-height: 2rem;
  color: #222;
  display: -webkit-flex;
  display: flex;
  margin: 0 -0.5rem -0.6rem;
}

.modal-branch-item {
  white-space: nowrap;
  padding: 0 0.5rem;
}
.modal-branch-item li {
  display: -webkit-flex;
  display: flex;
  margin-bottom: 0.6rem;
}
.modal-branch-item li:last-child {
  margin-bottom: 0;
}
.modal-branch-item a {
  display: block;
  position: relative;
  padding: 0 10px;
}
.modal-branch-item a::after {
  display: block;
  width: 0%;
  height: 100%;
  background-color: #e93138;
  content: "";
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  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);
}

.modal-branch-list2 {
  font-size: 1.1rem;
  line-height: 2rem;
  color: #222;
  display: -webkit-flex;
  display: flex;
  margin: 0 -0.5rem -0.6rem;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  white-space: nowrap;
  margin: 0 0 -0.6rem;
}
.modal-branch-list2 li {
  padding: 0 0.5rem;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 0.6rem;
}
.modal-branch-list2 a {
  display: block;
  padding: 0 10px;
  position: relative;
}
.modal-branch-list2 a::after {
  display: block;
  width: 0%;
  height: 100%;
  background-color: #e93138;
  content: "";
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  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);
}

@media (min-width: 992px) {
  .modal-branch-subbox {
    display: block !important;
  }
  .modal-branch-item {
    padding: 0;
  }
  .modal-branch-item a:hover {
    color: #fff !important;
  }
  .modal-branch-item a:hover::after {
    width: -webkit-calc(100% + 20px);
    width: calc(100% + 20px);
    opacity: 1;
  }
  .modal-branch-item1 {
    -webkit-flex: 1;
            flex: 1;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .modal-branch-item1 li {
    -webkit-flex: 0 0 20%;
            flex: 0 0 20%;
    padding: 0 0.5rem;
  }
  .modal-branch-item2 {
    -webkit-flex: 0 0 20.8em;
            flex: 0 0 20.8em;
    padding: 0 0.5rem;
  }
  .modal-branch-list2 li {
    -webkit-flex: 0 0 -webkit-calc((100% - 20.8em) / 5);
            flex: 0 0 calc((100% - 20.8em) / 5);
  }
  .modal-branch-list2 li:nth-child(6n+6) {
    -webkit-flex: 0 0 20.8em;
            flex: 0 0 20.8em;
  }
  .modal-branch-list2 a:hover {
    color: #fff !important;
  }
  .modal-branch-list2 a:hover::after {
    width: -webkit-calc(100% + 20px);
    width: calc(100% + 20px);
    opacity: 1;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .modal-branch .modal-close {
    right: 5rem;
  }
}
@media (max-width: 991.98px) {
  .modal-branch {
    background: rgba(0, 0, 0, 0.5);
  }
  .modal-branch .modal-dialog {
    overflow: hidden;
  }
  .modal-branch .modal-content {
    width: 90%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 0 0.6rem 0.6rem;
  }
  .modal-branch .modal-content .xl-inner {
    padding: 0 !important;
  }
  .modal-branch .modal-header {
    margin: 0;
    height: 1.1rem;
    position: relative;
    padding: 0;
  }
  .modal-branch .modal-title {
    display: none;
  }
  .modal-branch .modal-close {
    height: auto;
    padding: 0.3rem;
    display: block;
    position: absolute;
    left: -0.3rem;
    top: 50%;
    right: unset;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
  .modal-branch .modal-close .bi {
    width: 0.4rem;
    height: 0.4rem;
    color: #b7b7b7;
  }
  .modal-branch .modal-body {
    height: auto;
    padding: 0 0.2rem 0 0;
  }
  .modal-branch .modal-body > * {
    margin: 0 auto;
  }
  .modal-branch.fade .modal-dialog {
    opacity: 1;
    transform: none;
    -webkit-transform: none;
  }
  .modal-branch.fade .modal-content {
    opacity: 0;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    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);
  }
  .modal-branch.show .modal-content {
    opacity: 1;
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
  }
  .modal-branch-sect {
    margin-bottom: 0.5rem;
    overflow: hidden;
  }
  .modal-branch-sect.show .modal-branch-lvtit::after {
    background-image: url("../image/chevron-up.svg");
  }
  .modal-branch-sect.active .modal-branch-subbox {
    display: block !important;
  }
  .modal-branch-lvtit {
    font-size: 0.44rem;
    border-bottom: 2px solid #d30000;
    padding-bottom: 0.3rem;
    text-align: left;
    margin: 0;
    position: relative;
  }
  .modal-branch-lvtit::after {
    content: "";
    display: block;
    width: 0.44rem;
    height: 0.44rem;
    background: url("../image/chevron-down.svg") no-repeat center center;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 0;
  }
  .modal-branch-subbox {
    width: 100%;
    display: none;
    position: relative;
    margin: 0.45rem 0 0;
    overflow: hidden;
    overflow-y: auto;
    max-height: -webkit-calc(100vh - 2.2rem - 2.4rem);
    max-height: calc(100vh - 2.2rem - 2.4rem);
  }
  .modal-branch-list {
    display: block;
    font-size: 0.32rem;
    line-height: 1.33em;
    margin: 0 0 -0.4rem;
  }
  .modal-branch-item {
    white-space: normal;
    padding: 0;
  }
  .modal-branch-item li {
    margin-bottom: 0.4rem !important;
  }
  .modal-branch-item a {
    min-width: 30%;
    padding: 0;
  }
  .modal-branch-list2 {
    display: block;
    font-size: 0.32rem;
    line-height: 1.33em;
    margin: 0 0 -0.4rem;
  }
  .modal-branch-list2 li {
    padding: 0;
    margin-bottom: 0.4rem !important;
  }
  .modal-branch-list2 a {
    min-width: 30%;
    padding: 0;
  }
}
/* 置顶按钮 */
.btn-gotop {
  width: 3.5em;
  height: 3.5em;
  border-radius: 100%;
  background-color: #e93138;
  position: fixed;
  right: -webkit-calc((6.5vw - 3.5em) / 2);
  right: calc((6.5vw - 3.5em) / 2);
  bottom: 6.5em;
  z-index: 300;
  display: none;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-gotop .bi {
  width: 1.2em;
  height: 1.2em;
  display: block;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

@media (max-width: 991.98px) {
  .btn-gotop {
    right: 0.3rem;
    bottom: 0.8rem;
    display: none !important;
  }
}
/* 法律声明弹框 */
.modal-lawbox {
  width: 100%;
  height: auto;
  background: #fff;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 300;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.18);
  display: none;
}
.modal-lawbox .modal-dialog {
  width: 100%;
  position: relative;
  opacity: 1;
  transform: none;
  -webkit-transform: none;
}
.modal-lawbox .modal-content {
  width: 100%;
  background: #fff;
  padding: 1.1rem 0;
}
.modal-lawbox .modal-close {
  padding: 1rem;
  margin: 0 -1rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.modal-lawbox .modal-close .bi {
  width: 0.8rem;
  height: 0.8rem;
  color: #666;
}
.modal-lawbox .modal-body {
  width: 80%;
  max-width: 1274px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}
.modal-lawbox .m-body {
  -webkit-flex: 1;
          flex: 1;
}
.modal-lawbox .m-tool {
  -webkit-flex: none;
          flex: none;
  margin-left: 1.5rem;
  display: -webkit-flex;
  display: flex;
}
.modal-lawbox .modal-title {
  font-size: 1rem;
  line-height: 1em;
  font-weight: bold;
  margin-bottom: 0.4rem;
  color: #333;
}
.modal-lawbox .modal-desc {
  font-size: 0.8rem;
  line-height: 1.5em;
  color: #666;
}
.modal-lawbox .btn {
  min-width: 0px;
  width: 6.8rem;
  height: -webkit-calc(2rem + 2px);
  height: calc(2rem + 2px);
  font-size: 0.7rem;
}

body.open-lawbox {
  overflow-y: auto;
}

@media (max-width: 991.98px) {
  .modal-lawbox .modal-content {
    padding: 0.7rem 0 0.4rem;
  }
  .modal-lawbox .modal-body {
    width: 100%;
    max-width: none;
    display: block;
  }
  .modal-lawbox .modal-close {
    padding: 0.3rem;
    margin: 0;
    top: -0.7rem;
    transform: none;
    -webkit-transform: none;
  }
  .modal-lawbox .modal-close .bi {
    width: 0.24rem;
    height: 0.24rem;
  }
  .modal-lawbox .m-tool {
    margin: 0.56rem 0 0;
  }
  .modal-lawbox .modal-title {
    font-size: 0.36rem;
    margin-bottom: 0.22rem;
  }
  .modal-lawbox .modal-desc {
    font-size: 0.28rem;
    line-height: 0.44rem;
  }
  .modal-lawbox .btn {
    width: 100%;
    height: -webkit-calc(0.74rem + 2px);
    height: calc(0.74rem + 2px);
    font-size: 0.28rem;
  }
}
/* 列表翻页 */
.global-paging {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  margin: 3rem 0 0;
}
.global-paging .ctrl {
  width: 2em;
  height: 2em;
  border: 3px solid #e5e5e5;
  display: -webkit-flex;
  display: flex;
  border-radius: 100%;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  color: #e5e5e5;
  position: relative;
  -webkit-flex: none;
          flex: none;
}
.global-paging .ctrl .bi {
  width: 0.7rem;
  height: 0.7rem;
  display: block;
}
.global-paging .ctrl.disabled {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: -99;
}
.global-paging .num {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  padding: 0 1em;
}
.global-paging .num a {
  width: 2rem;
  height: 2rem;
  line-height: 1em;
  margin: 0;
  color: #212121;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  font-size: 0.9rem;
}
.global-paging .num .active {
  font-size: 1.1rem;
  color: #d30000;
  font-weight: bold;
}

@media (min-width: 992px) {
  .global-paging .ctrl:hover {
    border-color: #d30000;
    background: #d30000;
    color: #fff;
  }
  .global-paging .num a:hover {
    color: #d30000;
  }
}
@media (max-width: 991.98px) {
  .global-paging {
    margin-top: 0.9rem;
    -webkit-justify-content: space-between;
            justify-content: space-between;
  }
  .global-paging .num {
    -webkit-flex: 1;
            flex: 1;
    -webkit-justify-content: center;
            justify-content: center;
    padding: 0 0.42rem;
  }
  .global-paging .num a {
    width: 0.8rem;
    height: 0.8rem;
    font-size: 0.32rem;
    font-family: "Arial";
  }
  .global-paging .num .active {
    font-size: 0.44rem;
  }
  .global-paging .ctrl {
    width: 0.8rem;
    height: 0.8rem;
    border-width: 1px;
  }
  .global-paging .ctrl .bi {
    width: 0.26rem;
    height: 0.26rem;
  }
}
/**** 模板-公共 ***/
.temp-main .inside-banbox .b-imgs.web {
  height: 17.5rem;
}

.temp-topbox {
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #f7f7f7;
}
.temp-topbox .t-body {
  width: 100%;
  height: 8rem;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  position: relative;
  z-index: 10;
  text-align: center;
}
.temp-topbox .global-inner {
  height: auto;
}
.temp-topbox .t-heading {
  font-size: 2.1rem;
  line-height: 1em;
  color: #000;
}

.temp-mainbox {
  width: 100%;
  padding: 3rem 0 6rem;
}

@media (min-width: 992px) {
  .temp-main .inside-banbox .b-lvtit {
    bottom: 4.6rem;
  }
}
@media (max-width: 991.98px) {
  .temp-topbox .t-body {
    height: 1.6rem;
  }
  .temp-topbox .t-heading {
    font-size: 0.48rem;
  }
  .temp-mainbox {
    padding: 0.8rem 0 1.2rem;
  }
}
/* 2024.2.20 新增 */
.head-navbox {
  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;
  z-index: 20;
  pointer-events: none;
}

.head-navlist {
  height: 3em;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  white-space: nowrap;
  height: 100%;
  position: relative;
  pointer-events: auto;
  font-size: 1.2rem;
  line-height: 1em;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -webkit-transition: transform 0.3s, opacity 0.3s;
  transform-origin: left center;
  -webkit-transform-origin: left center;
}
.head-navlist .navitem {
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  position: relative;
  padding: 0 1.7rem;
}
.head-navlist a {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  position: relative;
  color: inherit;
}
.head-navlist a::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  position: absolute;
  left: 50%;
  bottom: -1em;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  background: #fff;
  opacity: 0;
}
.head-navlist a:hover::after {
  width: 100%;
  opacity: 1;
}

.head-more .bi {
  -webkit-flex: none;
          flex: none;
  width: 10px;
  height: 10px;
  display: block;
  margin: 0 0 0 5px;
}

body.head-normal .head-navlist a::after {
  background: #d30000;
}
body.open-websch .head-navlist {
  opacity: 0;
  transform: scale(0);
  -webkit-transform: scale(0);
  transform-origin: left center;
  -webkit-transform-origin: left center;
}

.foot-mssg_open {
  -webkit-flex: none;
          flex: none;
  width: 6rem;
  min-width: 0px;
  height: 1.8rem;
  border-radius: 4px;
  font-size: 0.8rem;
}

.modal-inquiry .modal-dialog {
  width: 100%;
  min-height: 100vh;
  padding: 4rem 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  position: relative;
}
.modal-inquiry .modal-content {
  width: 85%;
  max-width: 1000px;
  background: #fff;
  position: relative;
  border-radius: 6px;
  padding: 2.5rem 5.25rem 2.9rem;
}
.modal-inquiry .modal-close {
  position: absolute;
  right: 0;
  top: 0;
  padding: 1.1rem 1.25rem;
  color: #000;
  cursor: pointer;
}
.modal-inquiry .modal-close .bi {
  width: 18px;
  height: 18px;
  display: block;
  color: inherit;
}
.modal-inquiry .modal-header {
  width: 100%;
  text-align: center;
  margin-bottom: 0;
}
.modal-inquiry .modal-header .title {
  font-size: 1.8rem;
  line-height: 1em;
  color: #222;
}
.modal-inquiry .modal-header .word {
  font-size: 1rem;
  line-height: 1.5em;
  color: #666666;
  margin: 0.7em 0 0;
}

.form-inquiry .row {
  margin: 0 -15px;
}
.form-inquiry .rowitem {
  padding: 0 15px;
  margin: 1.5rem 0 0;
}
.form-inquiry .flex {
  width: 100%;
  height: 3rem;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}
.form-inquiry .flex .control-label {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 20;
}
.form-inquiry .flex-cell {
  -webkit-flex: 1;
          flex: 1;
  height: 100%;
  position: relative;
}
.form-inquiry .form-group {
  width: 100%;
  position: relative;
  font-size: 1rem;
  line-height: 3em;
  color: #222;
  margin: 0;
}
.form-inquiry .form-group.has-error .form-control {
  border-color: #f54a45 !important;
}
.form-inquiry .help-block {
  width: 100%;
  font-size: 0.7em;
  line-height: 1em;
  color: #f54a45;
  margin: 0.57em 0 0;
  position: absolute;
  left: 0;
  top: 100%;
}
.form-inquiry .control-label {
  font-size: 1em;
  line-height: inherit;
  color: #000;
  margin: 0;
}
.form-inquiry .control-label .must {
  color: inherit;
  font-style: normal;
}
.form-inquiry .form-control {
  width: 100%;
  height: 100%;
  display: block;
  padding: 0 0 0 4.3em;
  font-size: 1em;
  line-height: inherit;
  color: inherit;
  border: none;
  border-bottom: solid 1px #000;
  border-radius: 0px;
}
.form-inquiry .form-control:focus {
  border-color: #3370ff;
}
.form-inquiry .form-control::-webkit-input-placeholder {
  color: #b2b2b2;
}
.form-inquiry textarea.form-control {
  height: 7em;
  border: solid 1px #999999;
  line-height: 1.5em;
  padding: 0.5em 0.8em;
}
.form-inquiry textarea.form-control:focus {
  border-color: #3370ff;
}
.form-inquiry .vcode-imgs {
  width: 5.5em;
  height: 2em;
  display: block;
  background: #ceced0;
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: 0.5em;
  z-index: 20;
  cursor: pointer;
}
.form-inquiry .vcode-imgs a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.form-inquiry .vcode-imgs img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.form-inquiry .form-btnbox {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  margin: 2.5rem 0 0;
}
.form-inquiry .btn-submit {
  min-width: 0;
  width: 9rem;
  height: 2.7rem;
  font-size: 1em;
  border-radius: 4px;
}
.form-inquiry .complaint {
  font-size: 0.8em;
  line-height: 1.25em;
  color: #666;
  display: -webkit-flex;
  display: flex;
  position: relative;
  margin: 1em 0 0;
}
.form-inquiry .complaint img {
  -webkit-flex: none;
          flex: none;
  width: 1em;
  height: 1em;
  display: block;
  margin: 0.1em 6px 0 0;
}

.form-submiting {
  pointer-events: none;
}
.form-submiting .form-btnbox {
  -webkit-align-items: center;
          align-items: center;
}
.form-submiting .form-btnbox::after {
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  position: static;
  transform: none;
  -webkit-transform: none;
  margin: 0 0 0 10px;
  background: url("/img/static/loading.gif") no-repeat center center;
  background-size: scale-down;
}
.form-submiting .btn-submit > * {
  display: none;
}
.form-submiting .btn-submit::after {
  content: "提交中...";
  background: none;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  transform: none;
  -webkit-transform: none;
}

.modal-tips {
  z-index: 2000;
}
.modal-tips .modal-dialog {
  width: 100%;
  min-height: 100vh;
  padding: 4rem 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  position: relative;
}
.modal-tips .modal-content {
  width: 30rem;
  background: #fff;
  position: relative;
  border-radius: 6px;
  padding: 3.3rem 3rem 3.85rem;
  text-align: center;
}
.modal-tips .icon {
  margin-bottom: 1.1rem;
}
.modal-tips .icon img {
  width: 3.5rem;
  height: 3.5rem;
  display: block;
  margin: 0 auto;
  object-fit: contain;
  object-position: center center;
}
.modal-tips .title {
  font-size: 1.8rem;
  line-height: 1em;
  color: #222;
}
.modal-tips .word {
  font-size: 1rem;
  line-height: 1.5em;
  color: #666666;
  margin: 0.7em 0 0;
}
.modal-tips .btnbox {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  margin: 2.5rem 0 0;
}
.modal-tips .btn-return {
  min-width: 0;
  width: 9rem;
  height: 2.7rem;
  font-size: 1em;
  border-radius: 4px;
}
.modal-tips .btn-return > * {
  padding: 0;
}

@media (min-width: 992px) {
  .header {
    -webkit-align-items: flex-end;
            align-items: flex-end;
  }
  .head-navlist .navitem {
    -webkit-align-items: flex-end;
            align-items: flex-end;
    padding-bottom: 1.25rem;
  }
  .head-tool {
    -webkit-align-items: flex-end;
            align-items: flex-end;
    padding-bottom: 1.25rem;
  }
}
@media (max-width: 991.98px) {
  .foot-mssg_open {
    width: 2.2rem;
    height: 0.68rem;
    font-size: 0.28rem;
    margin: 0.32rem auto 0;
  }
  .modal-inquiry .modal-dialog {
    padding: 0.5rem;
  }
  .modal-inquiry .modal-content {
    width: 100%;
    border-radius: 0.2rem;
    padding: 0.86rem 0.4rem;
  }
  .modal-inquiry .modal-close {
    padding: 0.28rem 0.34rem;
  }
  .modal-inquiry .modal-close .bi {
    width: 18px;
    height: 18px;
  }
  .modal-inquiry .modal-header {
    margin-bottom: 0;
  }
  .modal-inquiry .modal-header .title {
    font-size: 0.52rem;
  }
  .modal-inquiry .modal-header .word {
    font-size: 0.32rem;
    line-height: 0.46rem;
    margin-top: 0.36rem;
  }
  .form-inquiry .rowitem {
    margin: 0.56rem 0 0;
  }
  .form-inquiry .flex {
    height: -webkit-calc(0.8rem + 1px);
    height: calc(0.8rem + 1px);
  }
  .form-inquiry .form-group {
    font-size: 0.32rem;
    line-height: 0.8rem;
  }
  .form-inquiry .form-control {
    padding-left: 1rem;
  }
  .form-inquiry textarea.form-control {
    height: 2rem;
    padding: 0.3rem 0.4rem;
  }
  .form-inquiry .form-btnbox {
    margin-top: 0.6rem;
  }
  .form-inquiry .btn-submit {
    width: 2.52rem;
    height: 0.76rem;
  }
  .form-inquiry .complaint {
    font-size: 0.28rem;
    line-height: 0.4rem;
  }
  .form-inquiry .complaint img {
    width: 0.4rem;
    height: 0.4rem;
    margin: 0 0.1rem 0 0;
  }
  .form-inquiry .complaint .doc p:nth-child(1) {
    margin-bottom: 0.18rem;
  }
  .form-inquiry .vcode-imgs {
    bottom: -webkit-calc((0.8rem - 2em) / 2);
    bottom: calc((0.8rem - 2em) / 2);
  }
  .form-inquiry .form-vcode .form-control {
    padding-left: 1.3rem;
  }
  .modal-tips .modal-dialog {
    width: 100%;
    padding: 0.5rem 0;
  }
  .modal-tips .modal-content {
    border-radius: 0.2rem;
    padding: 0.86rem 0.4rem;
  }
  .modal-tips .icon {
    margin-bottom: 0.58rem;
  }
  .modal-tips .icon img {
    width: 1rem;
    height: 1rem;
  }
  .modal-tips .title {
    font-size: 0.52rem;
  }
  .modal-tips .word {
    font-size: 0.32rem;
    line-height: 0.46rem;
    margin-top: 0.36rem;
  }
  .modal-tips .btnbox {
    margin: 0.6rem 0 0;
  }
  .modal-tips .btn-return {
    width: 2.52rem;
    height: 0.76rem;
  }
}
.hmmajor-swip .slide-desc {
  text-align: justify;
}

.p-exarea .exarea-list .item-desc {
  text-align: justify;
}

.phist-item.aligning .item-desc {
  text-align: justify;
}

.p-honor .honor-intord-doc {
  text-align: justify;
}