@charset "UTF-8";
/*******/
@font-face {
  font-family: "HarmonyOS";
  font-display: swap;
  src: url("/content/fonts/HarmonyOS_Sans_Medium.ttf");
}
@font-face {
  font-family: "HarmonyOSBold";
  font-display: swap;
  src: url("/content/fonts/HarmonyOS_Sans_Bold.ttf");
}
@font-face {
  font-family: "HarmonyOSLight";
  font-display: swap;
  src: url("/content/fonts/HarmonyOS_Sans_Light.ttf");
}
@font-face {
  font-family: "HarmonyOSRegular";
  font-display: swap;
  src: url("/content/fonts/HarmonyOS_Sans_SC_Regular.ttf");
}
html,
body {
  -ms-overflow-style: scrollbar;
}

html {
  font-size: 20px;
}

@media screen and (max-width: 1800px) and (min-width: 1661px) {
  html {
    font-size: 19px;
  }
}
@media screen and (max-width: 1660px) and (min-width: 1441px) {
  html {
    font-size: 18px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 1241px) {
  html {
    font-size: 17px;
  }
}
@media screen and (max-width: 1240px) and (min-width: 992px) {
  html {
    font-size: 16px;
  }
}
@media screen and (min-width: 575.1px) and (max-width: 991.98px) {
  html {
    font-size: 76px;
  }
}
@media screen and (max-width: 575px) {
  html {
    font-size: 13.3333333vw;
  }
}
@media screen and (max-width: 751px) {
  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-family: "HarmonyOSRegular", -apple-system, BlinkMacSystemFont, sans-serif;
  overflow: hidden;
  overflow-y: auto;
}

@media screen and (max-width: 991.98px) {
  body {
    font-size: 0.3rem;
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
  }
}
/* 公共设置 */
sub,
sup {
  margin: 0 3px;
  font-size: 80%;
}

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;
  text-decoration: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 1280px) {
  .global-inner,
  .sm-inner,
  .xs-inner {
    width: -webkit-calc(100vw - 4rem);
    width: calc(100vw - 4rem);
    max-width: none;
  }
}
@media (max-width: 991.98px) {
  .xxl-inner,
  .global-inner,
  .sm-inner,
  .xs-inner {
    width: 100% !important;
    max-width: 100%;
    padding: 0 0.5rem !important;
    margin: 0 auto;
  }
  .sm-inner {
    padding: 0 0.5rem !important;
  }
}
.table-cell {
  display: table-cell;
  vertical-align: top;
}

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

.fl {
  float: left;
}

.fr {
  float: right;
}

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

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

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

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

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

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

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

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

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

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

.hidden {
  display: none !important;
}

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

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

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

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

@media screen and (max-width: 767.98px) {
  .gnull-tips {
    font-size: 0.28rem;
    line-height: 1rem;
    min-height: 3rem;
  }
  .nodata img,
  .nodata1 img {
    width: 2.4rem;
  }
  .nodataText {
    font-size: 0.32rem;
    margin-top: 0.24rem;
  }
}
/* 404 */
.page-404 {
  width: 700px;
  max-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: 7em 0 5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

.mCSB_outside + .mCSB_scrollTools {
  right: 0;
}

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

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.15);
}

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

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

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

.modal {
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  position: fixed !important;
  background: rgba(0, 0, 0, 0.5);
}

.modal.fade .modal-dialog {
  transform: none;
  -webkit-transform: none;
}

.modal.show .modal-dialog {
  transform: none;
  -webkit-transform: none;
}

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

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

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

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

.modal-close {
  display: block;
  padding: 1.2rem 1.4rem;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1020;
}

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

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

@media screen and (min-width: 992px) {
  .modal-close:hover .bi {
    background-image: url("/img/static/close-black.svg");
  }
}
@media screen and (max-width: 991.98px) {
  .modal-close {
    padding: 0.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;
    transform: translate3d(0, 50px, 0);
    -webkit-transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    transform: none;
    -webkit-transform: none;
  }
}
@-webkit-keyframes fadeInUp2 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
  }
  to {
    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);
  }
}
@-webkit-keyframes moveUpDown {
  0% {
    -webkit-transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-50%);
  }
  00% {
    -webkit-transform: translateY(0);
  }
}
@keyframes moveUpDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  00% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes moveRightLeft {
  0% {
    -webkit-transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(50%);
  }
  00% {
    -webkit-transform: translateX(0);
  }
}
@keyframes moveRightLeft {
  0% {
    -webkit-transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(50%);
  }
  00% {
    -webkit-transform: translateX(0);
  }
}
.fadeInUp2 {
  opacity: 0;
  transform: translate3d(0, 50px, 0);
  -webkit-transform: translate3d(0, 50px, 0);
  animation-name: fadeInUp2;
  -webkit-animation-name: fadeInUp2;
  animation-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28) both;
  -webkit-animation-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28) 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-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: transparent;
  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: 5em;
  height: 5em;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  background: none;
  border: none;
  border-radius: 100%;
  z-index: 50;
  opacity: 1;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  margin: 0;
  font-size: 1em;
  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 {
  content: "";
  display: block;
  width: 50%;
  height: 50%;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 1;
  background: rgba(0, 0, 0, 0.1);
}

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

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

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

.video-js .vjs-poster::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("/img/static/video-play.svg") no-repeat center center;
  background-size: contain;
}

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

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

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

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

.video-js .vjs-playback-rate {
  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("/img/static/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:not(.vjs-has-started) .vjs-control-bar {
  display: none;
}

.video-js.vjs-paused:not(.vjs-has-started) .vjs-big-play-button {
  display: block;
}

@media screen and (max-width: 1600px) {
  .video-js .vjs-control-bar {
    height: 3.5rem;
  }
  .video-js .vjs-progress-control {
    height: 4px;
  }
  .video-js .vjs-progress-control .vjs-progress-holder {
    height: 4px;
  }
  .video-js .vjs-play-control .vjs-icon-placeholder,
  .video-js .vjs-fullscreen-control .vjs-icon-placeholder {
    width: 2rem;
    height: 2rem;
  }
  .video-js .vjs-time-control,
  .video-js .vjs-playback-rate {
    font-size: 0.9rem;
  }
}
@media screen and (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: 0.8rem;
    height: 0.8rem;
    opacity: 1;
  }
  .video-js .vjs-control-bar {
    height: 0.88rem;
    padding: 0 0.3rem;
  }
  .video-js .vjs-progress-control,
  .video-js .vjs-progress-holder {
    height: 4px;
  }
  .video-js .vjs-play-control .vjs-icon-placeholder,
  .video-js .vjs-fullscreen-control .vjs-icon-placeholder {
    width: 0.48rem;
    height: 0.48rem;
  }
  .video-js .vjs-play-control {
    margin-right: 0.2rem;
  }
  .video-js .vjs-time-control {
    font-size: 0.24rem;
  }
  .video-js .vjs-fullscreen-control {
    width: 0.48rem;
    right: 0.3rem;
  }
  .video-js .vjs-playback-rate {
    right: 0.88rem;
    font-size: 0.24rem;
  }
  .video-js.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
    opacity: 1;
    pointer-events: auto;
  }
}
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-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;
  background-color: #000;
}

.modal-video video {
  max-height: 80vh;
}

@media screen and (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 .help-block[data-bv-validator=notEmpty] {
  right: unset;
  left: 1.25em;
  display: none !important;
}

.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: #fe2c55;
  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;
  font-weight: inherit;
}

.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: #fe2c55;
}

.checkitem.is-checked .check-ico-radio::after {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  display: block;
  border-radius: 100%;
  background: #fe2c55;
  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("/img/static/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 screen and (min-width: 992px) {
  .checkitem .check-text a[href]:hover {
    color: #fe2c55;
  }
}
@media screen and (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;
  }
  .form-group .help-block[data-bv-validator=notEmpty] {
    left: 0.3rem;
  }
  .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%);
  }
}
.btn {
  -webkit-flex: none;
          flex: none;
  width: 10rem;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  height: -webkit-calc(2.4rem + 2px);
  height: calc(2.4rem + 2px);
  line-height: 1em;
  border: solid 1px;
  text-align: center;
  font-size: 0.8rem;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  border-radius: 1.2rem;
  padding: 0;
}

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

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

.btn > * {
  width: 100%;
  height: 100%;
  padding: 0 1.45rem;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  position: relative;
  z-index: 5;
  color: inherit;
}

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 992px) {
  .btn:hover::after {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
  .btn.btn-normal:hover {
    color: #0052b7;
  }
  .btn.btn-normal:hover > * {
    color: #0052b7 !important;
  }
  .btn.btn-normal_line:hover {
    color: #fff;
  }
  .btn.btn-white_line:hover {
    color: #0052b7;
  }
}
@media screen and (max-width: 991.98px) {
  .btn {
    width: 3rem;
    min-width: 0;
    font-size: 0.26rem;
    height: -webkit-calc(0.78rem + 2px);
    height: calc(0.78rem + 2px);
    border-width: 1px;
    border-radius: 0.4rem;
  }
  .btn > * {
    padding: 0 0.3rem;
  }
  .btn .arrow,
  .btn .bi {
    width: 0.38rem;
    height: 0.38rem;
  }
  .btn .arrow.is-right,
  .btn .bi.is-right {
    margin: 0 0 0 0.46rem;
  }
  .btn .arrow.is-left,
  .btn .bi.is-left {
    margin: 0 6px 0 0;
  }
}
/* 自定义下拉框 */
.byted-select-wrapper {
  width: 100%;
  position: relative;
  z-index: 10;
}

.byted-select-wrapper.is-open {
  z-index: 50;
}
.byted-select-wrapper.is-open .byted-select-input {
  background: #f7f7f7;
}

.byted-select-wrapper.is-open .byted-select-arrow .bi {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

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

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

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

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

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

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

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

.byted-option-list::-webkit-scrollbar-track {
  background: none;
}

.byted-option-list::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.15);
}

.byted-option-list li {
  padding: 0.875em 2.1875em;
  cursor: pointer;
}

.byted-option-list li.active {
  color: #0052b7;
}

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

@media screen and (min-width: 992px) {
  .byted-select:hover .form-control {
    border-color: #fe2c55;
  }
  .byted-checkbox-list li:hover {
    color: #0052b7;
  }
  .byted-option-list li:hover {
    background: #F2F4F2;
  }
}
@media screen and (max-width: 991.98px) {
  .byted-select-arrow {
    right: 0.28rem;
  }
  .byted-select-arrow .bi {
    width: 0.3rem;
    height: 0.3rem;
  }
  .byted-select-clear {
    right: 0.28rem;
  }
  .byted-select-clear .bi {
    width: 0.3rem;
    height: 0.3rem;
  }
  .byted-popover-wrapper {
    border-radius: 0.32rem;
    top: -webkit-calc(100% + 0.15rem);
    top: calc(100% + 0.15rem);
    padding: 0.35rem 0 0.4rem;
  }
  .byted-option-list {
    font-size: 0.32rem;
    line-height: 0.4rem;
  }
  .byted-option-list li {
    padding: 0.2rem 0.4rem;
  }
  .byted-option-list a {
    padding: 0;
  }
  .byted-checkbox-list {
    font-size: 0.24rem;
    line-height: 0.3rem;
  }
  .byted-checkbox-label {
    padding: 0.28rem 0.28rem 0.28rem 0.3rem;
  }
  .byted-check-ico {
    width: 0.3rem;
    height: 0.3rem;
    margin: 0 0 0 0.16rem;
  }
  .byted-checkbox-select-wrapper .byted-popover-wrapper {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
}
/* 提示框 */
.tooltip {
  font-size: 0.7em;
}

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

/* 翻页 */
.global-paging {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  margin: 3rem 0 0;
}
.global-paging .disabled {
  opacity: 0.5 !important;
  cursor: default;
}

.global-paging .paging-ctrl {
  -webkit-flex: none;
          flex: none;
  width: 13.6rem;
  height: 2.9rem;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  background: #fff;
  text-align: center;
  border-radius: 1.5rem;
  border: 1px solid #999;
  font-size: 0.8rem;
  line-height: 1em;
  color: #222222;
}

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

.global-paging .paging-num {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  font-size: 0.8rem;
  line-height: 2rem;
  color: #817F7F;
  text-align: center;
  font-family: "HarmonyOS";
  font-weight: initial;
}

.global-paging .paging-num a {
  width: 2.5rem;
  height: 3rem;
  height: 100%;
  display: block;
}

.global-paging .paging-num a.active {
  color: #012C7C;
}

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

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

@media screen and (min-width: 992px) {
  .global-paging .paging-ctrl:not(.disabled):hover {
    background: #012C7C;
    color: #fff;
  }
  .global-paging .paging-num a:hover {
    background: #012C7C;
    color: #fff !important;
  }
}
@media screen and (max-width: 991.98px) {
  .global-paging {
    margin: 0.8rem 0 0;
    -webkit-justify-content: space-between;
            justify-content: space-between;
  }
  .global-paging .paging-ctrl {
    width: 2.5rem;
    height: 0.8rem;
    font-size: 0.26rem;
    line-height: 0.28rem;
    color: #666;
    border: solid 1px #999;
    border-radius: 0.6rem;
    box-shadow: none;
    margin: 0;
    text-align: left;
    padding: 0 0.4rem;
  }
  .global-paging .paging-ctrl .arrow {
    width: 0.16rem;
    height: 0.3rem;
    display: block;
    position: relative;
    background: no-repeat center center;
    background-size: contain;
  }
  .global-paging .paging-ctrl.prev .arrow {
    background-image: url("/img/static/paging-left.svg");
    margin: 0 0.36rem 0 0;
  }
  .global-paging .paging-ctrl.next .arrow {
    background-image: url("/img/static/paging-right.svg");
    margin: 0 0 0 0.36rem;
  }
  .global-paging .paging-ctrl.disabled {
    opacity: 0.5;
  }
}
/* 搜索结果页 */
.result-topbox {
  width: 100%;
  background-color: #f7f7f7;
  position: relative;
  padding: 5em 0 3.85em;
}

.result-topbox .t-heading {
  font-size: 2.3em;
  line-height: 1em;
  color: #25572A;
  text-align: left;
  margin-bottom: 0.6521em;
}

.result-search-wrapper {
  width: 100%;
  position: relative;
}

.result-search-wrapper-box {
  width: 78%;
  max-width: 996px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}

.result-search-wrapper-left {
  position: relative;
  -webkit-flex: 1;
          flex: 1;
  border-radius: 25px;
  background-color: #fff;
}

.result-search-btn {
  width: 8.75em;
  height: 3em;
  font-size: 0.8em;
  color: #fff !important;
  padding: 0.875em 1.5em;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  border-radius: 25px;
  background: #25572A;
  margin-left: 1em;
}

.result-serach-input {
  width: 100%;
  height: 2.4rem;
  display: block;
  border-radius: 25px;
  background-color: #fff;
  border: none;
  padding: 0 3.25rem 0 1rem;
  font-size: 0.8rem;
  line-height: 3.1rem;
  color: #111;
}
.result-serach-input::-webkit-input-placeholder {
  color: #111;
  -webkit-transform: translateY(10%);
          transform: translateY(10%);
}
.result-serach-input::placeholder {
  color: #111;
  -webkit-transform: translateY(10%);
          transform: translateY(10%);
}

.result-search-ico {
  width: 3.25rem;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  z-index: 20;
  cursor: pointer;
}

.result-search-ico .bi {
  width: 1.1rem;
  height: 1.1rem;
  display: block;
  color: #333;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.result-filtbox {
  width: 100%;
  position: relative;
}

.result-filtbox.web {
  font-size: 0.7rem;
  line-height: 0.8rem;
  color: #4c4c4c;
  margin-bottom: 1.7rem;
}

.result-filtbox.web a {
  display: block;
}

.result-filtbox.web .swiper-slide {
  width: auto;
  margin: 0 1rem 0 0;
}

.result-filtbox.web .swiper-slide.current {
  color: #012C7C;
}

.result-filtbox.app {
  margin-bottom: 0.24rem;
}

.result-list {
  margin-top: 1em;
  z-index: 10;
}

.result-list li {
  width: 100%;
  margin: 0 0.675em;
  border-bottom: solid 1px #dfe1e6;
}

.result-list .box {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 1.6rem 0rem 1.9rem 0rem;
  position: relative;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.result-list .item-time {
  width: 100%;
  font-size: 0.8rem;
  line-height: 1em;
  color: #25572A;
  margin-top: 0.28em;
}

.result-list .item-tit {
  width: 100%;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #111;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.result-list .item-arrow {
  width: 1.6rem;
  height: 1.6rem;
  display: block;
  border: solid 1px #b8b8b8;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 20;
  color: #333;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.result-list .item-arrow .bi {
  width: 0.6rem;
  height: 0.6rem;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

@media screen and (min-width: 992px) {
  .p-result .temp-mainbox {
    padding-top: 1.7rem;
  }
  .result-list li:hover .box .item-tit {
    color: #25572A;
  }
  .result-list li:hover .item-arrow {
    background-color: #999;
    color: #fff;
    border-color: #999;
  }
  .result-search-btn:hover {
    background: #318C4B;
    border-color: #318C4B;
  }
}
@media screen and (max-width: 991.98px) {
  .result-search-wrapper-box .result-search-btn {
    margin: 0;
  }
  .result-list {
    margin-top: 0.6rem;
  }
  .result-topbox {
    padding: 0.78rem 0 0.76rem;
  }
  .result-topbox .t-heading {
    font-size: 0.56rem;
    text-align: left;
    margin-bottom: 0.4rem;
  }
  .result-serach-input {
    height: 0.8rem;
    padding: 0 0.94rem 0 0.3rem;
    line-height: 0.8rem;
    font-size: 0.28rem;
  }
  .result-search-ico {
    width: 0.94rem;
  }
  .result-search-ico .bi {
    width: 0.32rem;
    height: 0.32rem;
  }
  .result-list li:first-child {
    border-top: none;
  }
  .result-list .box {
    -webkit-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 0.56rem 0 0.46rem;
  }
  .result-list .item-time {
    font-size: 0.28rem;
    margin-bottom: 0.18rem;
  }
  .result-list .item-tit {
    font-size: 0.36rem;
    line-height: 0.44rem;
    height: auto;
    white-space: normal;
    -webkit-line-clamp: initial;
  }
  .result-list .item-arrow {
    display: none;
  }
}
/* 隐私条款 */
.privacy-doc {
  font-size: 0.8rem;
  line-height: 1.875em;
  color: #4c4c4c;
  min-height: 300px;
}

.privacy-doc img {
  max-width: 100%;
  height: auto !important;
}

.privacy-doc h1,
.privacy-doc h2,
.privacy-doc h3,
.privacy-doc h4,
.privacy-doc h5,
.privacy-doc h6 {
  line-height: 1.6em;
  color: #222;
  margin-bottom: 0.68em;
}

.privacy-doc h1 {
  font-size: 1.5em;
}

.privacy-doc h2 {
  font-size: 1.375em;
}

.privacy-doc h3 {
  font-size: 1.25em;
}

.privacy-doc h4 {
  font-size: 1em;
  line-height: inherit;
  margin: 0.625em 0 0;
}

.privacy-doc h5 {
  font-size: 0.875em;
  line-height: inherit;
  margin-bottom: 0;
}

.privacy-doc h6 {
  font-size: 0.75em;
  line-height: inherit;
  margin-bottom: 0;
}

.privacy-doc ul {
  padding-left: 1.25em;
}

.privacy-doc ul > li {
  position: relative;
  padding-left: 10px;
}

.privacy-doc ul > li::before {
  content: "•";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.privacy-doc a[href] {
  color: #094594;
}

@media screen and (max-width: 991.98px) {
  .privacy-doc {
    font-size: 0.28rem;
    line-height: 1.7em;
  }
  .privacy-doc ul {
    padding-left: 1em;
  }
}
/* 网站底图 */
.sitemap-item {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  padding: 2rem 0;
  border-bottom: solid 1px #e6e6e6;
}

.sitemap-item:first-child {
  padding-top: 0.5rem;
}

.sitemap-item:last-child {
  border-bottom: none;
}

.sitemap-item a {
  display: block;
}

.sitemap-item-lv1wap {
  -webkit-flex: 0 0 22%;
          flex: 0 0 22%;
  max-width: 260px;
}

.sitemap-lv1 {
  white-space: nowrap;
  font-size: 0.9rem;
  line-height: 1em;
  color: #000;
  display: -webkit-flex;
  display: flex;
}

.sitemap-item-lv2wap {
  -webkit-flex: 1;
          flex: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -10px -1.4rem;
}

.sitemap-lv2item {
  -webkit-flex: 0 0 25%;
          flex: 0 0 25%;
  padding: 0 10px;
  margin-bottom: 1.4rem;
}

.sitemap-lv2item.has-child .sitemap-lv2 {
  padding: 0 0 -webkit-calc(1em + 2px);
  padding: 0 0 calc(1em + 2px);
  margin-bottom: 0.9375em;
}

.sitemap-lv2item.has-child .sitemap-lv2::after {
  content: "";
  display: block;
  width: 1.25em;
  height: 2px;
  background-color: #333;
  position: absolute;
  left: 0;
  bottom: 0;
}

.sitemap-lv2 {
  font-size: 0.8rem;
  line-height: 1.125em;
  color: #333;
  position: relative;
  display: -webkit-flex;
  display: flex;
  width: 100%;
}

.sitemap-lv3list {
  font-size: 0.7rem;
  line-height: 2em;
  color: #777;
  margin: 0 0 -0.5em;
}

@media screen and (min-width: 992px) {
  .sitemap-item a:hover {
    color: #333;
  }
}
@media screen and (max-width: 991.98px) {
  .sitemap-item {
    display: block;
    padding: 0.5rem 0 0.6rem;
  }
  .sitemap-item:first-child {
    padding-top: 0.1rem;
  }
  .sitemap-item-lv1wap {
    -webkit-flex: none;
            flex: none;
    max-width: none;
    margin-bottom: 0.34rem;
  }
  .sitemap-lv1 {
    font-size: 0.36rem;
  }
  .sitemap-item-lv2wap {
    margin: 0 0 -0.2rem;
  }
  .sitemap-lv2item {
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
    margin-bottom: 0.2rem;
  }
  .sitemap-lv2item.has-child {
    margin-bottom: 0.4rem;
  }
  .sitemap-lv2item.has-child .sitemap-lv2 {
    padding: 0 0 -webkit-calc(0.24rem + 2px);
    padding: 0 0 calc(0.24rem + 2px);
    margin-bottom: 0.3rem;
  }
  .sitemap-lv2item.has-child .sitemap-lv2::after {
    width: 0.32rem;
  }
  .sitemap-lv2 {
    font-size: 0.3rem;
    line-height: 0.4rem;
  }
  .sitemap-lv3list {
    font-size: 0.28rem;
    line-height: 0.48rem;
    color: #666;
    margin: 0 0 -0.1rem;
  }
}
.hr-pop {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 501;
}

.hr-pop .error .icon {
  border: solid 1px red !important;
}

.hr-pop .error .icon .bi {
  color: red !important;
}

.hr-pop .boxs {
  position: relative;
  top: 50%;
  width: 25em;
  margin: 0 auto;
  text-align: center;
  padding: 3em 1em 3.25em;
  background-color: #fff;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  border-radius: 10px;
}

.hr-pop .boxs .icon {
  width: 4em;
  height: 4em;
  margin: 0 auto;
  margin-bottom: 1.5em;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-radius: 50%;
  border: solid 1px #25572A;
}

.hr-pop .boxs .icon .bi {
  width: 1.8em;
  height: 1.5em;
  margin: 0 auto;
  color: #25572A;
}

.hr-pop .boxs .tit {
  font-size: 1.3rem;
  line-height: 1;
  color: #333333;
  margin-bottom: 0.6em;
}

.hr-pop .boxs .doc {
  font-size: 0.8em;
  line-height: 2;
  color: #333333;
}

.hr-pop .boxs .box {
  width: 10em;
  height: 2.5em;
  color: #fff;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 auto;
  margin-top: 1.6em;
  background-color: #25572A;
  border-radius: 2.5em;
}

@media (max-width: 991.98px) {
  .hr-pop {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 501;
  }
  .hr-pop .error .icon {
    border: solid 1px red !important;
  }
  .hr-pop .error .icon .bi {
    color: red !important;
  }
  .hr-pop .boxs {
    position: relative;
    top: 50%;
    width: 86.66%;
    margin: 0 auto;
    text-align: center;
    padding: 1.24rem 1rem 1.25rem;
    background-color: #fff;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
  .hr-pop .boxs .icon {
    width: 4em;
    height: 4em;
    margin: 0 auto;
    margin-bottom: 1.5em;
  }
  .hr-pop .boxs .icon .bi {
    width: 1.8em;
    height: 1.5em;
  }
  .hr-pop .boxs .tit {
    font-size: 0.36rem;
    line-height: 0.56rem;
    margin-bottom: 0.17rem;
  }
  .hr-pop .boxs .doc {
    font-size: 0.28rem;
    line-height: 0.48rem;
    color: #333333;
  }
  .hr-pop .boxs .box {
    width: 2.44rem;
    height: 0.8rem;
    font-size: 0.28rem;
    margin-top: 0.47rem;
    border-radius: 0.4rem;
  }
}
.hr-pop.error .boxs .tit {
  white-space: nowrap;
}

.animbox-box {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  overflow-y: scroll;
  z-index: 9;
  background: rgba(0, 0, 0, 0.7);
}

.animbox-box .box {
  position: relative;
  width: 100%;
  height: 100%;
}

.animbox {
  width: 200px;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 9;
}

/*设置各竖条的共有样式*/
.animbox > div {
  background-color: #279fcf;
  width: 4px;
  height: 35px;
  border-radius: 2px;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
  -webkit-animation: anim 0.9s 0s infinite cubic-bezier(0.11, 0.49, 0.38, 0.78);
  animation: anim 0.9s 0s infinite cubic-bezier(0.11, 0.49, 0.38, 0.78);
}

/*设置动画延迟*/
.animbox > :nth-child(2),
.animbox > :nth-child(4) {
  -webkit-animation-delay: 0.25s !important;
  animation-delay: 0.25s !important;
}

.animbox > :nth-child(1),
.animbox > :nth-child(5) {
  -webkit-animation-delay: 0.5s !important;
  animation-delay: 0.5s !important;
}

/*定义动画*/
@-webkit-keyframes anim {
  0% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
  80% {
    -webkit-transform: scaley(0.3);
    transform: scaley(0.3);
  }
  90% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
}
@keyframes anim {
  0% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
  80% {
    -webkit-transform: scaley(0.3);
    transform: scaley(0.3);
  }
  90% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
}
/* 加载动画 */
.popanimbox {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 600;
}

.popanimbox .box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.popanimbox .animbox {
  background-color: #279fcf;
  left: 0;
  width: 4px;
  height: 35px;
  border-radius: 2px;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
  text-align: inherit;
  position: relative;
  -webkit-animation: anim 0.9s 0s infinite cubic-bezier(0.11, 0.49, 0.38, 0.78);
  animation: anim 0.9s 0s infinite cubic-bezier(0.11, 0.49, 0.38, 0.78);
  transform: translate(0);
  -webkit-transform: translate(0);
}

.popanimbox .animbox-box1 {
  display: block;
  margin: 50px auto;
  width: 200px;
  text-align: center;
}

.popanimbox .animbox-box1 .animbox:nth-child(odd) {
  -webkit-animation-delay: 0.5s !important;
  animation-delay: 0.5s !important;
}

.popanimbox .animbox-box1 .animbox:nth-child(even) {
  -webkit-animation-delay: 0.25s !important;
  animation-delay: 0.25s !important;
}

.isnumphone p {
  display: inline;
  margin-right: 5px;
}

.isnumphone p:last-child {
  margin-right: 0;
}

/*定义动画*/
.main-box {
  position: relative;
  background: #fff;
  min-height: 30em;
}

@media (max-width: 991.98px) {
  .head-place {
    height: 1.2rem;
  }
}
.header {
  width: 100%;
  height: 5em;
  color: #111;
  background-color: #fff;
  border-bottom: solid 1px #eee;
  position: fixed;
  top: 0;
  z-index: 99;
}
.header .sm-inner {
  height: 100%;
}

.header-box {
  width: 100%;
  height: 100%;
  display: flex;
  -webkit-display: flex;
  align-items: center;
  -webkit-align-items: center;
}

.head-right {
  width: 100%;
  height: 100%;
  padding: 0 0 0 13.2%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  margin-left: auto;
  transform-origin: left center !important;
  -webkit-transform-origin: left center !important;
}

.head-logo {
  -webkit-flex: none;
          flex: none;
  height: 100%;
  display: block;
  position: relative;
}
.head-logo .box {
  width: 7.5em;
  height: 100%;
  display: block;
}
.head-logo .logo {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}
.head-logo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.head-navlist {
  height: 100%;
  display: flex;
  -webkit-display: flex;
  align-items: center;
  -webkit-align-items: center;
  margin: 0 -1.5em;
}
.head-navlist .active {
  color: #2D2929;
}
.head-navlist .navitem {
  height: 100%;
  line-height: 1.55em;
  padding: 0 1.5em;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
}
.head-navlist .navitem.active {
  font-weight: bold;
}
.head-navlist .navitem.active .navlv1::before {
  display: block;
}
.head-navlist .navitem.activeD .navlv1::after {
  position: absolute;
  content: "";
  bottom: -112%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
.head-navlist .navlv1 {
  height: 100%;
  font-size: 0.9em;
  position: relative;
}
.head-navlist .navlv1 a {
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-transition: 0s;
  transition: 0s;
}
.head-navlist .navlv1::before {
  display: none;
  position: absolute;
  content: "";
  left: 50%;
  bottom: -1px;
  width: 100%;
  height: 4px;
  background: #012c7c;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.head-navlist .subnav-box {
  display: none;
  position: absolute;
  min-width: 11.5em;
  background-color: #fff;
  white-space: nowrap;
  line-height: 1em;
  padding: 0.95em 0 0.75em 0;
  text-align: left;
  left: 24%;
  left: 13%;
  top: 100%;
  z-index: 120;
  color: #111;
  box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.06);
}
.head-navlist .subnav-box .lv2list-item {
  font-size: 0.8em;
}
.head-navlist .subnav-box .lv2list-item.active2 {
  background: #F2F4F2;
  color: #25572A;
}
.head-navlist .subnav-box .lv2list-item.active2 .bi {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.head-navlist .subnav-box .lv2list-item.active2 .navlv3 {
  display: block;
}
.head-navlist .subnav-box .navlv2-box {
  padding: 0.65em 1.5em 0.65em 1.25em;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
.head-navlist .subnav-box .bi {
  width: 0.5em;
  height: 0.875em;
  color: #25572A;
  margin-left: 1em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.head-navlist .subnav-box .lv2list-item {
  position: relative;
  width: 100%;
}
.head-navlist .subnav-box .navlv3 {
  display: none;
  position: absolute;
  left: 100%;
  top: -1em;
  min-width: 15em;
  padding: 0.8em 0 0.8em;
  background-color: #fff;
}
.head-navlist .subnav-box .navlv3-item.active3 {
  background: #F2F4F2;
}
.head-navlist .subnav-box .navlv3-box {
  min-width: 100%;
  display: block;
  padding: 1em 1.25em 0.6875em;
}

.head-navlist .navitem.current::before,
.head-navlist .navitem.active::before {
  width: 90%;
  opacity: 1;
}

.head-right-box {
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}

.head-search {
  position: relative;
  height: 2.4em;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
.head-search .input {
  position: absolute;
  right: -500%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.head-search input {
  width: 100%;
  font-size: 0.8em;
  color: #25572A;
  background: transparent;
  border-bottom: 1px solid #1a1a1a;
}
.head-search input::-webkit-input-placeholder {
  font-size: 1em;
  color: #25572A;
}
.head-search input::placeholder {
  font-size: 1em;
  color: #25572A;
}
.head-search .search-input {
  width: 100%;
  font-size: 0.8em;
  color: #25572A;
  background: transparent;
  cursor: pointer !important;
}
.head-search .search1 {
  right: 0em;
  width: 1.3em;
  height: 1.3em;
}
.head-search .search1 img {
  width: 1.3em;
  height: 1.3em;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.head-search .search-link {
  display: none;
}

.header-language {
  height: 100%;
  margin-right: 2em;
}
.header-language .icon {
  position: relative;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
}
.header-language .icon1,
.header-language .icon1-1 {
  width: 1.3em;
  height: 1.3em;
  object-fit: contain;
}
.header-language .icon2,
.header-language .icon2-1 {
  width: 0.6em;
  height: 0.35em;
  object-fit: contain;
}
.header-language span {
  font-size: 0.8em;
  line-height: 1.25;
  color: #1a1a1a;
  display: block;
  margin: 0 0.5em;
}
.header-language .icon-box {
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
}
.header-language .pop {
  display: none;
  position: absolute;
  top: 70%;
  left: 50%;
  width: 5.5em;
  padding: 0.2em 0;
  background: #FFF;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}
.header-language .pop .item a {
  width: 100%;
  font-size: 0.8em;
  padding: 1em 0 0.6875em;
  line-height: 1;
  display: block;
  text-align: center;
  white-space: nowrap;
  color: #1a1a1a;
}

@media (min-width: 991.98px) and (max-width: 1500px) {
  .head-navlist .navitem {
    padding: 0 1em;
  }
}
@media (min-width: 991.98px) and (max-width: 1350px) {
  .head-right {
    padding: 0 0 0 10%;
  }
}
@media (min-width: 991.98px) and (max-width: 1170px) {
  .head-right {
    padding: 0 0 0 8%;
  }
  .head-navlist .navitem {
    padding: 0 0.8em;
  }
}
@media (min-width: 991.98px) and (max-width: 1070px) {
  .head-right {
    padding: 0 0 0 5%;
  }
  .head-navlist .navitem {
    padding: 0 0.5em;
  }
}
@media (min-width: 991.98px) {
  .header-language .pop .item a:hover {
    color: #012c7c;
    background: #f7f7f7;
  }
  .head-white .header {
    border-bottom: 1px solid #e9e9e9;
  }
}
.header-language .icon:hover {
  cursor: pointer;
}
.header-language .icon:hover .pop {
  display: block !important;
}

.pop-search {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.nav-serach-pop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 5rem;
  z-index: 120;
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform-origin: right center !important;
  -webkit-transform-origin: right center !important;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.nav-serach-pop .pop-search-add {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.nav-serach-pop .pop-search-box {
  width: 100%;
  height: 5em;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
}
.nav-serach-pop .pop-search-box .pop-search-right {
  -webkit-flex: none;
          flex: none;
  width: 37.5rem;
  margin-left: auto;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  height: 100%;
  background: #fff;
  pointer-events: auto;
}
.nav-serach-pop .pop-search-box .pop-search-right .item {
  width: 100%;
  height: 3em;
  padding: 0 4.3em 0 1em;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: left;
          justify-content: left;
  border-radius: 6px;
  background: rgb(244, 244, 244);
  border: none;
  position: relative;
}
.nav-serach-pop .pop-search-box .pop-search-right .item .box {
  -webkit-flex: none;
          flex: none;
  width: 4.3em;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 20;
  cursor: pointer;
}
.nav-serach-pop .pop-search-box .pop-search-right .item .box img {
  width: 1.3em;
  height: 1.3em;
  display: block;
  object-fit: contain;
  object-position: center center;
}
.nav-serach-pop .pop-search-box .pop-search-right input {
  width: 100%;
  height: 100%;
  font-size: 0.8em;
  line-height: 3rem;
  display: block;
  color: #000;
  background: transparent;
}
.nav-serach-pop .pop-search-box .pop-search-right input::-webkit-input-placeholder {
  color: #000;
}
.nav-serach-pop .pop-search-box .pop-search-right input::placeholder {
  color: #000;
}
.nav-serach-pop .pop-search-box .pop-search-right input::-webkit-placeholder {
  color: #000;
}
.nav-serach-pop .pop-search-box .pop-search-right .close1 {
  width: 1.2em;
  height: 1.2em;
  margin-left: 1em;
}
.nav-serach-pop .pop-search-box .pop-search-right .close1 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.open-search .pop-search {
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(5px);
  z-index: 110;
}
.open-search .pop-search .pop-search-add {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.open-search .nav-serach-pop {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
  visibility: visible;
}
.open-search .header .head-right {
  transform: scale(0);
  -webkit-transform: scale(0);
}

@media (max-width: 991.98px) {
  .nav-main .lv2 a {
    display: -webkit-flex !important;
    display: flex !important;
  }
  .navlv2-box {
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-align-items: center;
            align-items: center;
  }
  .navlv2-box .icon-more {
    background: url("/img/images/locan18.svg") no-repeat;
    background-size: 0.7857142857em 0.8235294118em;
    width: 0.7857142857em;
    height: 0.8235294118em;
    margin-left: 0.5714285714em;
  }
  .has-subnav .more {
    width: 100%;
    position: absolute;
    height: 1.06rem;
  }
  .pop-search {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 0.32rem;
    z-index: 999;
    background-color: #fff;
    display: none;
  }
  .pop-search .pop-search-add {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .pop-search .sm-inner {
    height: 100%;
  }
  .pop-search .pop-search-box {
    width: 100%;
    height: 100%;
    display: block;
  }
  .pop-search .pop-search-box .logo {
    width: 100%;
    margin-bottom: 0.72rem;
  }
  .pop-search .pop-search-box .logo .imgs {
    width: 1.64rem;
    height: 0.56rem;
  }
  .pop-search .pop-search-box .logo .imgs img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .pop-search .pop-search-box .pop-search-right {
    width: 100%;
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
  }
  .pop-search .pop-search-box .pop-search-right .item {
    width: 100%;
    height: 0.8rem;
    padding: 0 0.5rem;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: left;
            justify-content: left;
    border-radius: 0.6rem;
    border: 1px solid #1a1a1a;
  }
  .pop-search .pop-search-box .pop-search-right .item .box {
    width: 0.44rem;
    height: 0.44rem;
  }
  .pop-search .pop-search-box .pop-search-right .item .box img {
    width: 100%;
    height: 100%;
  }
  .pop-search .pop-search-box .pop-search-right input {
    width: 90%;
    font-size: 0.36rem;
    margin-left: 0.36rem;
    color: #1a1a1a;
    background: transparent;
  }
  .pop-search .pop-search-box .pop-search-right input::-webkit-input-placeholder {
    font-size: 0.36rem;
    color: #1a1a1a;
  }
  .pop-search .pop-search-box .pop-search-right input::placeholder {
    font-size: 0.36rem;
    color: #1a1a1a;
  }
  .pop-search .pop-search-box .pop-search-right .close1 {
    position: fixed;
    top: 0.2rem;
    right: 0.4rem;
    width: 0.36rem;
    height: 0.36rem;
    margin-left: 0em;
  }
  .pop-search .pop-search-box .pop-search-right .close1 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .open-search .pop-search {
    background: #fff;
  }
  .open-search .pop-search .pop-search-add {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
@media (max-width: 991.98px) {
  .header {
    width: 100%;
    height: 1.2rem;
    background: none center center;
    background-size: cover;
    background-color: #fff;
    box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.08);
  }
  .header .global-inner {
    width: 100%;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }
  .head-logo .box {
    width: 2.1rem;
  }
  .header-box {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    position: relative;
  }
  .head-menu_open {
    top: 0 !important;
    right: 0 !important;
    width: 0.44rem;
    height: 0.28rem;
    margin-left: 0.4rem;
    height: 100%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    background: url("/img/common/head-open.svg") no-repeat center center;
    background-size: contain !important;
    -webkit-transition: 0s !important;
    transition: 0s !important;
  }
  .head-menu_open .nav-menu1-gg {
    width: 100%;
    height: 100%;
  }
  .head-menu_open .nav-menu2 {
    display: none;
  }
  .header-language {
    margin-right: 0.4rem;
  }
  .header-language .icon1,
  .header-language .icon1-1 {
    width: 0.3rem;
    height: 0.3rem;
  }
  .header-language span {
    font-size: 0.28rem;
    line-height: 0.28rem;
    margin: 0 0.1rem 0 0.08rem;
  }
  .header-language .icon2,
  .header-language .icon2-1 {
    width: 0.16rem;
    height: 0.09rem;
  }
  .header-language .pop .item a {
    font-size: 0.28rem;
  }
  .open.head-menu_open {
    background-image: url(/img/common/head-close.svg);
  }
  .head-search1 {
    width: 0.42rem;
    height: 0.42rem;
    background: none center center;
    background-size: cover;
    background-image: url(/img/common/mob-head-search.svg);
  }
  .head-search {
    width: auto;
    height: 100%;
    margin-left: auto;
    border: 0;
    padding: 0;
    border-radius: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
  }
  .head-search .search1 {
    position: relative;
    top: auto;
    right: auto;
    width: -webkit-max-content;
    width: max-content;
    height: -webkit-max-content;
    height: max-content;
  }
  .head-search .search1 img {
    width: 0.34rem;
    height: 0.34rem;
    object-fit: contain;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .head-right {
    width: auto;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 20;
    justify-content: right;
    -webkit-justify-content: right;
  }
  .language {
    margin: 0 0.47rem 0 0.37rem;
  }
  .ph-nav-box {
    position: fixed;
    z-index: 1000;
    width: 100%;
    height: -webkit-calc(100vh - 1.2rem);
    height: calc(100vh - 1.2rem);
    right: 0;
    top: 1.2rem;
    /* background: rgba(0,0,0,.3); */
    opacity: 0;
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -o-transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .ph-nav-box.on {
    opacity: 1;
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
  }
  .ph-nav-box .ph-nav-pop {
    border-top: 1px solid #e9edf1;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background-color: #fff;
    z-index: 10;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    padding-bottom: 0.8rem;
  }
  .nav-main {
    height: 100%;
    height: 84%;
    padding: 0.42rem 0 0;
  }
  .nav-main ul {
    position: relative;
    z-index: 20;
    background-color: #f8f8f8;
    background-color: #fff;
    padding: 0rem 0 0.76rem;
  }
  .nav-main em {
    float: right;
    width: 30%;
    height: 0.6rem;
    width: 2.3rem;
    position: relative;
  }
  .nav-main em:before {
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    width: 0.4rem;
    height: 0.25rem;
    background: no-repeat center center;
    background-image: url(/img/common/arrow-down.png);
    background-size: contain;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 10;
    -webkit-transform: rotate(0deg) translateY(-50%);
            transform: rotate(0deg) translateY(-50%);
  }
  .bgCode {
    padding: 0.14rem;
    background-color: #fff;
    display: inline-block;
  }
  .nav-main .on em:before {
    -webkit-transform: rotate(180deg) translateY(50%);
            transform: rotate(180deg) translateY(50%);
  }
  .nav-main .on em:after {
    display: none;
  }
  .nav-main .lv4pop .lv1 em,
  .nav-main .lv4pop .lv2 em,
  .nav-main .lv4pop .lv3 em,
  .nav-main .lv3pop .lv1 em,
  .nav-main .lv3pop .lv2 em,
  .nav-main .lv2pop .lv1 em {
    display: block;
  }
  .nav-main .lv2box,
  .nav-main .lv3box,
  .nav-main .lv4box {
    display: none;
    padding: 0rem 0;
    margin: 0 0.5rem;
    background-color: #fff;
  }
  .nav-main .lv1 a {
    float: left;
    display: block;
    font-size: 0.28rem !important;
    line-height: 0.3rem;
    color: #2d2929 !important;
    font-weight: bold;
    min-width: 50%;
    padding: 0.38rem 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .nav-main .lv1,
  .nav-main .lv2,
  .nav-main .lv3,
  .nav-main .lv4 {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    overflow: hidden;
    position: relative;
    margin: 0 0.5rem;
    border-bottom: 1px solid #d4d4d4;
  }
  .nav-main .lv1 {
    border-top: 1px solid #d4d4d4;
  }
  .nav-main .lv1:nth-child(1) {
    border-top: 0;
  }
  .nav-main .lv2,
  .nav-main .lv3,
  .nav-main .lv4 {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    overflow: hidden;
    position: relative;
    margin: 0 0.5rem;
    border-bottom: 1px solid #d4d4d4;
  }
  .nav-main .lv2::before,
  .nav-main .lv3::before,
  .nav-main .lv4::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    width: 100% !important;
    height: 1px;
    background-color: #d4d4d4;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .nav-main .lv2::before {
    width: 80%;
  }
  .nav-main .lv2box {
    border-bottom: 1px solid #ced3D9;
  }
  .nav-main .lv2box .item {
    margin-left: 0.37rem;
    border-bottom: 0;
  }
  .nav-main .lv2box .item:first-child {
    padding-top: 0.1rem;
  }
  .nav-main .lv2box .lv2:last-child::before {
    width: 87%;
  }
  .nav-main .lv2 {
    padding: 0 0.8rem 0 0rem;
    margin-left: 0.8rem;
  }
  .nav-main .lv2::before {
    display: none;
    left: 0;
    width: 91.8% !important;
    width: 100% !important;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  .nav-main .lv2 a {
    float: left;
    display: block;
    font-size: 0.28rem;
    color: #817f7f;
    min-width: 50%;
    padding: 0.25rem 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 100%;
  }
  .whiteHead .header {
    border-bottom: 1px solid transparent;
  }
  .nav-main .lv3 a {
    float: left;
    display: block;
    font-size: 0.28rem;
    line-height: 0.4rem;
    color: #262626;
    min-width: 50%;
    padding: 0.24rem 0 0.24rem 0rem;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .nav-main .lv2 {
    padding: 0;
    margin: 0 0.5rem 0 0.5rem;
    margin: 0;
  }
  .nav-main .lv3 {
    margin: 0 0.4rem 0 1.4rem;
  }
  .nav-main .lv4 a {
    float: left;
    display: block;
    font-size: 0.28rem;
    line-height: 0.42rem;
    color: #666;
    min-width: 50%;
    padding: 0.22rem 0 0.22rem 0rem;
  }
  .nav-main .lv3 {
    margin-left: 0;
    border-bottom: 0;
    border-bottom: 1px solid #ced3D9;
  }
  .nav-main .lv3::before {
    display: none;
  }
  .nav-main .lv3:last-child {
    border-bottom: 0;
  }
  .nav-main .lv3box {
    margin-right: 0;
    border-bottom: 0;
    margin-left: 0;
  }
  .nav-main .lv3box a {
    color: #817f7f;
  }
  .nav-main .lv3box .item {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .nav-main .lv2 a {
    line-height: 0.4rem;
    padding: 0.28rem 0;
  }
}
.nav-product {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: -webkit-max-content;
  height: max-content;
  padding: 5em 0 5em;
  background: #fff;
  z-index: 10;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.nav-product::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 28.25em;
  height: 25.25em;
  background: url(/img/common/nav-product-bgk.webp) no-repeat center center;
  background-size: contain;
}
.nav-product::after {
  content: "";
  height: 100vh;
  display: block;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: 0.3s 0.2s;
  transition: 0.3s 0.2s;
  pointer-events: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
}

.open-nav-product .header {
  border-bottom: 1px solid #EEE;
}
.open-nav-product .nav-product {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
.open-nav-product .nav-product::after {
  opacity: 1;
}

.nav-product-box {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  padding: 2.3em 0 0 -webkit-calc(13.2% + 7.5em);
  padding: 2.3em 0 0 calc(13.2% + 7.5em);
}
.nav-product-box .list {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-align-items: flex-start;
          align-items: flex-start;
}

.nav-left-desc-item {
  min-width: 15em;
  margin-right: 2.5em;
  min-width: 30.1%;
  margin-right: 3%;
}
.nav-left-desc-item:last-child {
  margin-right: 0;
}
.nav-left-desc-item.active-top .title span {
  font-weight: bold;
  background: -webkit-linear-gradient(270deg, #164999 40%, #F1923D 66.15%, #F7B423 100%);
  background: -webkit-linear-gradient(right, #164999 40%, #F1923D 66.15%, #F7B423 100%);
  background: linear-gradient(270deg, #164999 40%, #F1923D 66.15%, #F7B423 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.nav-left-desc-item.active-top .end {
  display: block;
}
.nav-left-desc-item .top .title {
  font-size: 1.4em;
  line-height: 1.5;
  color: #2D2929;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  align-items: center;
}
.nav-left-desc-item .top .em {
  width: 0.642em;
  height: 0.642em;
  margin-top: 0.15em;
  background: url(/img/common/nav-top-mr.svg) no-repeat center center;
  background-size: cover;
}
.nav-left-desc-item .top .doc {
  font-size: 0.8em;
  line-height: 1.5;
  color: #cecece;
}
.nav-left-desc-item .end {
  display: none;
  margin: 1.5em 0 0;
}
.nav-left-desc-item .end-title-list {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  padding: 0 0 0.9em;
  border-bottom: 1px solid #eee;
}
.nav-left-desc-item .end-title-list .item {
  position: relative;
  font-size: 1em;
  line-height: 1.4;
  color: #333;
  padding: 0 0.35em 0 0;
  margin: 0 1.6em 0 0;
}
.nav-left-desc-item .end-title-list .item::before {
  display: none;
  position: absolute;
  content: "";
  left: 0;
  bottom: -0.9em;
  width: 100%;
  height: 3px;
  background: -webkit-linear-gradient(270deg, #164999 0%, #F1923D 66.15%, #F7B423 100%);
  background: -webkit-linear-gradient(right, #164999 0%, #F1923D 66.15%, #F7B423 100%);
  background: linear-gradient(270deg, #164999 0%, #F1923D 66.15%, #F7B423 100%);
}
.nav-left-desc-item .end-title-list .item a {
  -webkit-transition: 0s;
  transition: 0s;
}
.nav-left-desc-item .end-title-list .active {
  font-weight: bold;
  background: -webkit-linear-gradient(270deg, #164999 0%, #F1923D 66.15%, #F7B423 100%);
  background: -webkit-linear-gradient(right, #164999 0%, #F1923D 66.15%, #F7B423 100%);
  background: linear-gradient(270deg, #164999 0%, #F1923D 66.15%, #F7B423 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.nav-left-desc-item .end-title-list .active::before {
  display: block;
}
.nav-left-desc-item .end-item-list-box {
  padding: 1.6em 0 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-align-items: flex-start;
          align-items: flex-start;
}
.nav-left-desc-item .end-item-list {
  margin: 0 0.5em 0 0;
  opacity: 0;
  z-index: -2;
}
.nav-left-desc-item .end-item-list.active {
  opacity: 1;
  z-index: 2;
}
.nav-left-desc-item .end-item-list .item {
  font-size: 0.9em;
  line-height: 1.33;
  color: #2D2929;
  margin: 0 0 1.1em;
}
.nav-left-desc-item .end-item-list .item:last-child {
  margin-bottom: 0;
}

.nav-left-desc {
  width: 72.4%;
}

.nav-right-product-img {
  width: 27.6%;
}
.nav-right-product-img .imgs {
  position: relative;
  overflow: hidden;
  padding: 100% 0 0;
}
.nav-right-product-img .imgs img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-position: center center;
  object-fit: contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition: opacity 1s cubic-bezier(0.4, 0, 0.25, 1) 0ms, -webkit-transform 400ms cubic-bezier(0.4, 0, 0.25, 1) 0ms;
  transition: opacity 1s cubic-bezier(0.4, 0, 0.25, 1) 0ms, -webkit-transform 400ms cubic-bezier(0.4, 0, 0.25, 1) 0ms;
  transition: transform 400ms cubic-bezier(0.4, 0, 0.25, 1) 0ms, opacity 1s cubic-bezier(0.4, 0, 0.25, 1) 0ms;
  transition: transform 400ms cubic-bezier(0.4, 0, 0.25, 1) 0ms, opacity 1s cubic-bezier(0.4, 0, 0.25, 1) 0ms, -webkit-transform 400ms cubic-bezier(0.4, 0, 0.25, 1) 0ms;
}

.nav-product-box .end .end-item-list-box .item:hover {
  color: #012C7C;
  font-family: "HarmonyOS";
  font-weight: initial;
}

.footer {
  position: relative;
  padding: 5em 0;
  background: #012C7C;
}
.footer::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: -webkit-linear-gradient(left, #F18A38 0%, #FFE100 48.96%, #F18A38 100%);
  background: linear-gradient(90deg, #F18A38 0%, #FFE100 48.96%, #F18A38 100%);
}
.footer::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 19.6em;
  height: 13.1em;
  background: url(/img/common/footer-left-pc.webp) no-repeat center center;
  background-size: cover;
  z-index: 4;
}

.footer-top {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  padding: 0 0 2em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-link {
  width: 69.66%;
}
.footer-link .list {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: -0.6em -5.5em;
}
.footer-link .item {
  padding: 0.6em 5.5em;
  color: #fff;
}
.footer-link .item a {
  font-size: 1.2em;
  line-height: 1.25;
  -webkit-transition: 0s !important;
  transition: 0s !important;
}

.footer-code {
  width: 8%;
  margin-left: auto;
}
.footer-code .imgs {
  width: 6em;
  height: 6em;
  margin: 0;
}
.footer-code .imgs img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}
.footer-code .title {
  text-align: center;
  color: #fff;
  font-size: 0.8em;
  margin: 0.7rem 0 0;
}

.footer-middle {
  padding: 2.5em 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.footer-middle a {
  font-size: 0.7em;
  color: #fff;
  -webkit-transition: 0s !important;
  transition: 0s !important;
}

.footer-end {
  padding: 2rem 6.5rem 0 0;
  color: #fff;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  font-size: 0.7rem;
  line-height: 0.9rem;
}
.footer-end .left {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  margin: 0 -0.71em;
}
.footer-end .left .item {
  position: relative;
  padding: 0 0.71em;
}
.footer-end .left .item::before {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  width: 1px;
  height: 90%;
  background: rgba(255, 255, 255, 0.5);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.footer-end .left .item:last-child::before {
  display: none;
}

.foot-support {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  margin-left: 2.2em;
}
.foot-support .title {
  -webkit-flex: none;
          flex: none;
  color: #fff;
}

.foot-jszc_swip {
  height: 0.9rem;
  overflow: hidden;
  display: block;
}
.foot-jszc_swip .swiper-slide {
  font-size: 1em;
  color: #fff;
}

@media (min-width: 991.98px) {
  .footer-end .left .item.link:hover,
  .footer-middle a:hover,
  .footer-top .item a:hover {
    opacity: 0.5;
  }
  .foot-jszc_swip .swiper-slide:hover a {
    opacity: 0.5;
  }
}
@media (max-width: 991.98px) {
  .footer {
    position: relative;
    padding: 1rem 0 1.2rem;
    background: #012C7C;
  }
  .footer::before {
    height: 0.1rem;
  }
  .footer::after {
    width: 4.2rem;
    height: 2.67rem;
    background: url(/img/common/footer-left-mob.webp) no-repeat center center;
    background-size: cover;
    z-index: 4;
  }
  .footer-top {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    padding: 0 0 1.1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .footer-code {
    width: 100%;
    margin: 0;
  }
  .footer-code .imgs {
    width: 36.92%;
    height: 2.4rem;
    margin: 0 auto;
  }
  .footer-code .title {
    text-align: center;
    color: #fff;
    font-size: 0.28rem;
    margin: 0.3rem 0 0;
  }
  .footer-middle {
    padding: 0.34rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .footer-middle .swiper-wrapper {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: -0.18rem 0;
  }
  .footer-middle .swiper-slide {
    width: 50%;
    padding: 0.18rem 0;
  }
  .footer-middle a {
    font-size: 0.28rem;
  }
  .footer-end {
    font-size: 0.28rem;
    line-height: 1em;
    padding: 0.44rem 0 0;
    display: block;
    color: rgba(255, 255, 255, 0.5);
  }
  .footer-end .left {
    font-size: 0.28rem;
    margin: 0 -0.18rem;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .footer-end .left .item {
    width: 100%;
    padding: 0;
    position: relative;
    text-align: center;
  }
  .footer-end .left .item:first-child::before {
    display: none;
  }
  .footer-end .left .item.link {
    width: -webkit-max-content;
    width: max-content;
    margin-top: 0.2rem;
    padding: 0 0.18rem;
  }
  .foot-jszc {
    height: 0.3rem;
  }
  .foot-support {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
    margin-left: 0;
    margin-top: 0.1rem;
    font-size: 0.28rem;
    line-height: 0.48rem;
  }
  .foot-support .title {
    display: none;
    -webkit-flex: none;
            flex: none;
    font-size: 1em;
    line-height: inherit;
    color: rgba(255, 255, 255, 0.5);
  }
  .foot-jszc_swip {
    font-size: 1em;
    height: 0.48rem;
    line-height: inherit;
    overflow: hidden;
    display: block;
  }
  .foot-jszc_swip .swiper-slide {
    font-size: 1em;
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
  }
}
@media (max-width: 991.98px) {
  .byted-select-input {
    height: 0.96rem;
    font-size: 0.32rem;
    line-height: 1;
    padding: 0 0.6rem;
  }
  .byted-option-list {
    height: auto;
    max-height: 7.2rem;
  }
  .byted-select-arrow {
    right: 0.6rem;
  }
}
/* 翻页 */
.public-banner {
  width: 100%;
  height: 34.375vw;
  position: relative;
  overflow: hidden;
}
.public-banner .bgk {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.public-banner .sm-inner {
  height: 100%;
}

.public-ban-paging {
  position: absolute;
  bottom: 26.67%;
  left: 0;
  width: 100%;
}
.public-ban-paging .tit {
  font-size: 3.2em;
  line-height: 1;
  color: #fff;
}

@media (min-width: 992px) {
  .public-banner {
    max-height: 660px;
  }
  .public-ban-paging .tit {
    max-width: 63%;
  }
}
@media (max-width: 991.98px) {
  .public-banner {
    width: 100%;
    height: 4.35rem;
    position: relative;
    overflow: hidden;
  }
  .public-ban-paging {
    position: absolute;
    bottom: 0.8rem;
    padding: 0 0.5rem;
    width: 100%;
  }
  .public-ban-paging .tit {
    font-size: 0.64rem;
    line-height: 0.68rem;
  }
}
.nav-crumbs {
  width: 100%;
  height: -webkit-calc(3.7rem + 3px);
  height: calc(3.7rem + 3px);
  border-bottom: 3px solid #F1F1F1;
}
.nav-crumbs .list {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-align-items: stretch;
          align-items: stretch;
  display: -webkit-flex;
  display: flex;
}
.nav-crumbs .item {
  position: relative;
  width: 50%;
  height: 100%;
  color: #2d2929;
  text-align: center;
}
.nav-crumbs .item::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -3px;
  width: 100%;
  width: 0%;
  height: 3px;
  background: -webkit-linear-gradient(270deg, #164999 0%, #F1923D 66.15%, #F7B423 100%);
  background: -webkit-linear-gradient(right, #164999 0%, #F1923D 66.15%, #F7B423 100%);
  background: linear-gradient(270deg, #164999 0%, #F1923D 66.15%, #F7B423 100%);
}
.nav-crumbs a {
  height: 100%;
  font-size: 0.8rem;
  line-height: 0.9rem;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  transition: none;
  -webkit-transition: none;
  position: relative;
}
.nav-crumbs .active {
  color: #012C7C;
}
.nav-crumbs .active-jiazai::before {
  width: 100%;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

@media (min-width: 991.98px) {
  .nav-crumbs a:hover {
    color: #012C7C;
  }
}
.main-box-end {
  padding: 5em 0 6em;
}

@media (max-width: 991.98px) {
  .main-box-end {
    padding: 1rem 0 1.2rem;
  }
}
.back-newslist {
  width: 9.9rem;
  height: 2.5rem;
  color: #666;
  border-radius: 1.3rem;
  border: 1px solid #999;
}
.back-newslist a {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
}
.back-newslist img {
  width: 0.75em;
  height: 0.75em;
  display: block;
  margin: 0 0.5em 0 0;
}
.back-newslist span {
  font-size: 0.8em;
  line-height: 1;
  margin: 0;
  -webkit-transition: 0s;
  transition: 0s;
}

@media (min-width: 991.98px) {
  .back-newslist:hover {
    color: #fff;
    background: #012C7C;
  }
}
.base-title-box {
  width: -webkit-max-content;
  width: max-content;
  margin: 0 auto;
  margin-bottom: 1.7em;
}
.base-title-box .title {
  font-size: 2.8em;
  line-height: 1.2857142857em;
  color: #2D2929;
  font-weight: 400;
}
.base-title-box .doc {
  font-size: 0.8em;
  line-height: 1.25;
  text-align: center;
  margin-bottom: 0.75em;
  color: #012C7C;
}

.base-title {
  position: relative;
  text-align: center;
}

.petal-one {
  position: absolute;
  left: -1.5em;
  top: -0.45em;
}
.petal-one img {
  width: 1em;
  height: 1.15em;
}

.petal-two {
  position: absolute;
  right: -0.85em;
  bottom: -1.05em;
}
.petal-two img {
  width: 0.7em;
  height: 1.1em;
}

.petal-three {
  position: absolute;
  right: -2.2em;
  bottom: 0.05em;
}
.petal-three span {
  width: 1em;
  height: 1em;
  background: #00A0E9;
  border-radius: 100%;
  display: block;
}

@media (max-width: 991.98px) {
  .base-title-box {
    padding-top: 1rem;
    margin-bottom: 0.42rem;
  }
  .base-title-box .title {
    font-size: 0.56rem;
    line-height: 0.72rem;
  }
  .base-title-box .doc {
    font-size: 0.28rem;
    line-height: 0.28rem;
    text-align: center;
    margin-bottom: 0.24rem;
    color: #012C7C;
  }
  .petal-one {
    top: -0.38rem;
    left: -0.4rem;
  }
  .petal-one img {
    width: 0.2rem;
    height: 0.23rem;
  }
  .petal-two {
    right: -0.14rem;
    bottom: -0.28rem;
  }
  .petal-two img {
    width: 0.14rem;
    height: 0.22rem;
  }
  .petal-three {
    bottom: 0.03rem;
    right: -0.5rem;
  }
  .petal-three span {
    width: 0.28rem;
    height: 0.28rem;
  }
}
.crumbs-channel {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 1em;
  z-index: 9;
}
.crumbs-channel .list {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  margin: 0 -0.5em;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
.crumbs-channel .list .item {
  position: relative;
  padding: 0 0.5em;
}
.crumbs-channel .list .item::before {
  position: absolute;
  content: ">";
  top: 50%;
  right: -0.35em;
  font-size: 0.7em;
  color: #666;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.crumbs-channel .list .item:last-child::before {
  display: none;
}
.crumbs-channel .list .item .box {
  font-size: 0.7em;
  line-height: 2;
  white-space: nowrap;
  color: #58595B;
  transition: none;
  -webkit-transition: none;
}

@media (max-width: 991.98px) {
  .crumbs-channel {
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 0.25rem;
    z-index: 9;
  }
  .crumbs-channel .list {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    margin: 0 -0.12rem;
  }
  .crumbs-channel .list .item {
    position: relative;
    padding: 0 0.12rem;
  }
  .crumbs-channel .list .item::before {
    position: absolute;
    content: ">";
    top: 50%;
    right: -0.35em;
    right: -0.3em;
    font-size: 0.24rem;
    color: #666;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .crumbs-channel .list .item:last-child::before {
    display: none;
  }
  .crumbs-channel .list .item .box {
    font-size: 0.24rem;
    line-height: 1;
    white-space: nowrap;
    color: #666;
  }
}
.p-white .crumbs-channel .list .item::before,
.p-white .crumbs-channel .list .item .box {
  color: #fff !important;
}

/* 动画 */
@-webkit-keyframes donghua1 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes donghua1 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes donghua2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 20px);
            transform: translate(0, 20px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes donghua2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 20px);
            transform: translate(0, 20px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes donghua3 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(20px, 0);
            transform: translate(20px, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes donghua3 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(20px, 0);
            transform: translate(20px, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes donghua4 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -15px);
            transform: translate(0, -15px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes donghua4 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -15px);
            transform: translate(0, -15px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes donghua5 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -30px);
            transform: translate(0, -30px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes donghua5 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -30px);
            transform: translate(0, -30px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes donghua6 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -5px);
            transform: translate(0, -5px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes donghua6 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -5px);
            transform: translate(0, -5px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.future-list::after,
.af-1,
.flower-one {
  -webkit-animation: donghua1 10s linear infinite;
          animation: donghua1 10s linear infinite;
}

.petal-three,
.addvent-future-r .img-deco,
.af-2,
.flower-two {
  -webkit-animation: donghua2 6s linear infinite;
          animation: donghua2 6s linear infinite;
}

.future-list::before,
.af-3,
.flower-three {
  -webkit-animation: donghua3 10s linear infinite;
          animation: donghua3 10s linear infinite;
}

.relation-list-item:nth-child(4n+1) .relation-r-tit span::before,
.petal-one,
.product-box .box::before,
.af-4,
.flower-four {
  -webkit-animation: donghua4 8s linear infinite;
          animation: donghua4 8s linear infinite;
}

.relation-list-item:nth-child(4n+1) .relation-r-tit span::after,
.petal-two,
.product-box .box::after,
.af-5,
.flower-five {
  -webkit-animation: donghua5 12s linear infinite;
          animation: donghua5 12s linear infinite;
}

.af-6,
.flower-six {
  -webkit-animation: donghua6 3s linear infinite;
          animation: donghua6 3s linear infinite;
}

@media (max-width: 991.98px) {
  .nav-main .lv2box .item:last-child {
    border-bottom: 0;
  }
  .nav-main .lv2box .item:last-child .lv2 {
    border-bottom: 0;
  }
  .crumbs-channel {
    display: none;
  }
  .p-map .head-place {
    height: 1.2rem !important;
  }
  .nav-main ul li:nth-child(1) .more {
    display: none !important;
  }
  .nav-main ul li:nth-child(1) .lv2box {
    display: none !important;
  }
  .nav-main ul li:last-child .more {
    display: none !important;
  }
  .nav-main ul li:last-child .lv2box {
    display: none !important;
  }
  .nav-main ul li:nth-last-child(2) .more {
    display: none !important;
  }
  .nav-main ul li:nth-last-child(2) .lv2box {
    display: none !important;
  }
  .nav-main .lv2box a:hover {
    color: #012C7C !important;
  }
}
@media (min-width: 991.98px) {
  .crumbs-channel .list .item:hover {
    color: #012c7c !important;
  }
  .crumbs-channel .list .item:hover a {
    color: inherit !important;
  }
  .global-paging .paging-num a {
    padding-top: 0.2em;
  }
}
/* 置顶按钮 */
.btn-gotop {
  width: 3.2rem;
  height: 3.2rem;
  display: none;
  border-radius: 100%;
  position: fixed;
  right: 3.2rem;
  bottom: 2rem;
  z-index: 150;
  background: #CED3D9;
}
.btn-gotop img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center center;
  position: relative;
}

@media (min-width: 992px) {
  .btn-gotop:hover {
    background: linear-gradient(right, #164999 0%, #F1923D 66.15%, #F7B423 100%);
    background: -webkit-linear-gradient(right, #164999 0%, #F1923D 66.15%, #F7B423 100%);
  }
}
@media (min-width: 992px) and (max-width: 1800px) {
  .btn-gotop {
    right: -webkit-calc((7.5vw - 3.2rem) / 2);
    right: calc((7.5vw - 3.2rem) / 2);
  }
}
@media (max-width: 991.98px) {
  .btn-gotop {
    width: 0.64rem;
    height: 0.64rem;
    right: 0.2rem;
    bottom: 0.5rem;
    display: none !important;
  }
}
/* 微信文章 */
.rocket-weixin__text {
  width: 677px;
  max-width: 100%;
  margin: 0 auto;
}

/***********************************
********  以下俄语版本样式  *********
***********************************/
/* 俄语版本 - 头部 */
.header-box {
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

.head-right {
  width: auto;
  -webkit-flex: none;
          flex: none;
  padding: 0;
  white-space: nowrap;
}

.head-navbox {
  width: 100%;
  height: 100%;
  padding: 0 4.16vw;
  position: relative;
  transform-origin: left center;
  -webkit-transform-origin: left center;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transition: transform 0.3s;
}

.head-navlist {
  margin: 0 -1.3vw;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
.head-navlist .navitem {
  padding: 0 1.3vw;
}
.head-navlist .navlv1 {
  height: 100%;
  white-space: nowrap;
  position: relative;
}
.head-navlist .navlv1 a {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}

.head-more {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  cursor: pointer;
}
.head-more .bi {
  -webkit-flex: none;
          flex: none;
  width: 8px;
  height: 8px;
  color: inherit;
  margin: 0 0 0 10px;
}

.nav-product-box {
  padding: 2.25rem 6.5rem 0 -webkit-calc(7.5rem + 4.16vw);
  padding: 2.25rem 6.5rem 0 calc(7.5rem + 4.16vw);
}

.nav-left-desc {
  -webkit-flex: 1;
          flex: 1;
  width: 100%;
  display: -webkit-flex;
  display: flex;
}

.nav-product-box .list {
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -2.86vw;
}

.nav-left-desc-item {
  -webkit-flex: 0 0 50%;
          flex: 0 0 50%;
  width: 50%;
  min-width: 0;
  margin: 0;
  padding: 0 2.86vw;
}
.nav-left-desc-item .top .title {
  font-size: 1.4rem;
  line-height: 1.5em;
}
.nav-left-desc-item .top .title .em {
  width: 0.8rem;
  height: 0.8rem;
  -webkit-flex: none;
          flex: none;
  background-size: contain;
  margin: 0.15em 0 0 0.5rem;
}
.nav-left-desc-item .end-title-list .item {
  min-width: 5.65rem;
  white-space: nowrap;
  padding: 0;
  margin: 0 1.25rem 0 0;
}
.nav-left-desc-item .end-item-list {
  white-space: nowrap;
  min-width: 5.65rem;
  margin: 0 1.25rem 0 0;
}
.nav-left-desc-item:first-child {
  -webkit-flex: 0 0 100%;
          flex: 0 0 100%;
  width: 100%;
  margin: 0 0 2rem;
}
.nav-left-desc-item:first-child .top .title {
  letter-spacing: 0.03em;
}

.nav-right-product-img {
  -webkit-flex: 0 0 25.73vw;
          flex: 0 0 25.73vw;
  max-width: 494px;
  margin: 0 0 0 9.9vw;
}

@media (min-width: 992px) {
  .head-menu_open {
    -webkit-flex: none;
            flex: none;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 1.3rem auto;
    margin-left: 2rem;
  }
  .ph-nav-box {
    display: none;
    background: rgba(0, 0, 0, 0.37);
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 1020;
  }
  .ph-nav-pop {
    width: 23.5rem;
    height: 100%;
    background: #fff;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1030;
    padding: 5.8rem 0 3rem 2rem;
    overflow: hidden;
    transform: translate(105%, 0);
    -webkit-transform: translate(105%, 0);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-transition: transform 0.3s;
  }
  .ph-nav-pop .nav-main {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    overflow: hidden;
  }
  .mdnav-item {
    margin-bottom: 0.3rem;
  }
  .mdnav-item .lv1 {
    width: 100%;
    padding: 0.7rem 0;
    position: relative;
    border-bottom: solid 1px #E7E7E7;
    font-size: 0.9rem;
    line-height: 1.5rem;
    color: #000000;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
  }
  .mdnav-item .lv1::after {
    content: "";
    width: 0px;
    height: 1px;
    display: block;
    background: -webkit-linear-gradient(270deg, #164999 0%, #F1923D 66.15%, #F7B423 100%);
    background: -webkit-linear-gradient(right, #164999 0%, #F1923D 66.15%, #F7B423 100%);
    background: linear-gradient(270deg, #164999 0%, #F1923D 66.15%, #F7B423 100%);
    position: absolute;
    left: 0;
    bottom: -1px;
    z-index: 1;
    opacity: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
  }
  .mdnav-item .lv1 a {
    display: block;
    min-width: 50%;
    color: inherit;
  }
  .mdnav-item .lv1 .more {
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 20;
    cursor: pointer;
  }
  .mdnav-item .lv1 .more::before {
    content: "";
    display: block;
    width: 12px;
    height: 100%;
    background: url("/img/common/arrow-down.svg") no-repeat center center;
    background-size: contain;
    position: absolute;
    right: 1.9rem;
    top: 0;
  }
  .mdnav-item .lv2box {
    width: 100%;
    position: relative;
    display: none;
    padding: 1rem 0 0;
  }
  .mdnav-item .lv2box > .item {
    margin-bottom: 1rem;
  }
  .mdnav-item .lv2box > .item:last-child {
    margin-bottom: 0.5rem;
  }
  .mdnav-item .lv2box > .item.current .lv2, .mdnav-item .lv2box > .item:hover .lv2 {
    color: #012C7C;
  }
  .mdnav-item .lv2 {
    width: 100%;
    padding: 0 1.9rem 0 1.5rem;
    font-size: 0.8rem;
    line-height: 1.5em;
    color: #817F7F;
  }
  .mdnav-item.active .lv1::after {
    width: 100%;
    opacity: 1;
  }
  .mdnav-item.active .lv1 .more::before {
    background-image: url("/img/common/arrow-up.svg");
  }
  .mdnav-item.current .lv1::after {
    width: 100%;
    opacity: 1;
  }
  .mdnav-item.current .lv1 .more::before {
    background-image: url("/img/common/arrow-up.svg");
  }
  .mdnav-item.current .lv2box {
    display: block;
  }
  .mdnav-item:hover .lv1 {
    color: #012C7C;
  }
  .mdnav-header {
    width: 100%;
    height: 2rem;
    display: -webkit-flex;
    display: flex;
    position: absolute;
    left: 0;
    top: 1.6rem;
    z-index: 20;
    padding: 0 1.2rem 0 2rem;
  }
  .mdnav-language {
    height: 100%;
    position: relative;
    white-space: nowrap;
    font-size: 0.8rem;
    line-height: 1em;
    color: #1A1A1A;
  }
  .mdnav-language .hd {
    height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    position: relative;
  }
  .mdnav-language .icon-lang {
    width: 1.3rem;
    height: 1.3rem;
    display: block;
    -webkit-flex: none;
            flex: none;
    background: url("/img/common/header-language.svg") no-repeat center center;
    background-size: contain;
    margin: 0 10px 0 0;
  }
  .mdnav-language .icon-arrow {
    -webkit-flex: none;
            flex: none;
    width: 12px;
    height: 12px;
    display: block;
    background: url("/img/common/header-search-down.svg") no-repeat center center;
    background-size: contain;
    margin: 0 0 0 10px;
  }
  .mdnav-language .bd {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    width: 5.5em;
    padding: 0.2em 0;
    background: #FFF;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
    z-index: 30;
  }
  .mdnav-language .bd a {
    width: 100%;
    font-size: 0.8em;
    padding: 1em 0 0.6875em;
    line-height: 1;
    display: block;
    text-align: center;
    white-space: nowrap;
    color: #1a1a1a;
  }
  .mdnav-language .bd a:hover {
    color: #012c7c;
    background: #f7f7f7;
  }
  .mdnav-language:hover .bd {
    display: block;
  }
  .mdnav-close {
    width: 2rem;
    height: 2rem;
    display: block;
    border-radius: 100%;
    position: absolute;
    right: 1.2rem;
    top: 0;
    z-index: 50;
    background: -webkit-linear-gradient(top, #164999 0%, #F1923D 66.15%, #F7B423 100%);
    background: linear-gradient(180deg, #164999 0%, #F1923D 66.15%, #F7B423 100%);
    background: -webkit-linear-gradient(180deg, #164999 0%, #F1923D 66.15%, #F7B423 100%);
    cursor: pointer;
  }
  .mdnav-close::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url("/img/common/mdnav-close.svg") no-repeat center center;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
  }
  .mdnav-close:hover {
    background: -webkit-linear-gradient(bottom, #164999 0%, #F1923D 66.15%, #F7B423 100%);
    background: linear-gradient(0deg, #164999 0%, #F1923D 66.15%, #F7B423 100%);
    background: -webkit-linear-gradient(0deg, #164999 0%, #F1923D 66.15%, #F7B423 100%);
  }
  body.open-search .head-navbox {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  body.open-sidenav .head-menu_open {
    background-image: url("/img/common/head-close.svg");
  }
  body.open-sidenav .ph-nav-pop {
    transform: none;
    -webkit-transform: none;
  }
}
/* 俄语 - 底部 */
.footer-code {
  -webkit-flex: none;
          flex: none;
}
.footer-code .imgs {
  margin: 0 auto;
}
.footer-code .title {
  text-align: center;
}

.foot-support {
  display: block;
}

@media (min-width: 992px) {
  .foot-support a:hover {
    opacity: 0.5;
  }
  .footer {
    padding: 0;
  }
  .footer-top {
    padding: 3rem 0 4.4rem;
  }
  .footer-link {
    width: 88.8%;
  }
  .footer-link .list {
    margin: 0 -0.75rem;
  }
  .footer-link .item {
    -webkit-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
    max-width: 33.33%;
    padding: 0 0.75rem;
    margin: 1.5rem 0 0;
  }
  .footer-link .item a {
    font-size: 0.9rem;
    line-height: 1.2rem;
  }
  .footer-code {
    width: auto;
    max-width: 9.25rem;
  }
  .footer-code .imgs {
    margin: 0 auto;
  }
  .footer-code .title {
    font-size: 0.7rem;
    line-height: 0.8rem;
    color: rgba(255, 255, 255, 0.6);
    margin: 0.4rem 0 0;
  }
  .footer-end {
    padding: 2rem 0 3rem;
  }
}
@media (max-width: 991.98px) {
  .footer-code .imgs {
    width: 2.4rem;
    height: 2.4rem;
  }
  .footer-code .title {
    font-size: 0.28rem;
    line-height: 0.34rem;
    width: 4.62rem;
    margin: 0.08rem auto 0;
  }
  .footer-end .left {
    display: block;
    text-align: center;
    margin: 0;
    white-space: nowrap;
    font-size: 0.28rem;
    line-height: 1em;
  }
  .footer-end .left .item.link {
    width: 100%;
    padding: 0;
  }
  .foot-support {
    text-align: center;
    line-height: 1em;
    margin: 0.24rem 0 0;
  }
}