@charset "UTF-8";
/*******/
@font-face {
  font-family: "HarmonyOS_Sans_Regular";
  src: url("/content/fonts/HarmonyOS_Sans_Regular.ttf");
  font-display: swap;
  /* TrueType格式 */
}
@font-face {
  font-family: "HarmonyOS_Sans_Bold";
  font-display: swap;
  src: url("/content/fonts/HarmonyOS_Sans_Bold.ttf");
  /* TrueType格式 */
}
html,
body {
  -ms-overflow-style: scrollbar;
}

html {
  font-size: 20px;
}

@media screen and (max-width: 1800px) and (min-width: 1661px) {
  html {
    font-size: 19px;
  }
}
@media screen and (max-width: 1660px) and (min-width: 1441px) {
  html {
    font-size: 18px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 1241px) {
  html {
    font-size: 17px;
  }
}
@media screen and (max-width: 1240px) and (min-width: 992px) {
  html {
    font-size: 16px;
  }
}
@media screen and (min-width: 575.1px) and (max-width: 991.98px) {
  html {
    font-size: 76px;
  }
}
@media screen and (max-width: 575px) {
  html {
    font-size: 13.3333333vw;
  }
}
body {
  width: 100%;
  font-size: 1em;
  line-height: 1;
  background: #fff;
  color: #222;
  font-stretch: normal;
  position: relative;
  white-space: normal;
  word-wrap: break-word;
  font-weight: 275;
  font-family: "HarmonyOS_Sans_Regular", -apple-system, BlinkMacSystemFont, sans-serif;
  overflow: hidden;
  overflow-y: auto;
}

@media screen and (max-width: 991.98px) {
  body {
    font-size: 0.3rem;
  }
}
/* 公共设置 */
b,
strong {
  font-family: "HarmonyOS_Sans_Bold", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 500;
}

sub,
sup {
  margin: 0 3px;
  font-size: 30%;
}

sup {
  top: -1em;
}

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

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

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

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

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

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

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

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

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

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

button:focus {
  outline: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.global-inner {
  width: 85vw;
  max-width: 1400px;
  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.3rem !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;
  height: 100vh;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
          justify-content: center;
  margin: 0 auto;
  padding: 5em 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.mCSB_outside + .mCSB_scrollTools {
  right: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.modal-close {
  display: block;
  padding: 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;
    visibility: hidden;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
            transform: none;
  }
}
@-webkit-keyframes fadeInUp2 {
  0% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeOutUp2 {
  0% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
}
@-webkit-keyframes fadeOutUp2 {
  0% {
    opacity: 1;
    -webkit-transform: none;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
  }
}
@keyframes circleHover {
  0% {
    stroke-dashoffset: 360px;
  }
  100% {
    stroke-dashoffset: 0px;
  }
}
@-webkit-keyframes circleHover {
  0% {
    stroke-dashoffset: 360px;
  }
  100% {
    stroke-dashoffset: 0px;
  }
}
@-webkit-keyframes ccFlv1 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.01;
  }
  25% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0.3;
  }
  50% {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
    opacity: 0.07;
  }
  75% {
    -webkit-transform: scale(1.6);
            transform: scale(1.6);
    opacity: 0.03;
  }
  100% {
    -webkit-transform: scale(1.8);
            transform: scale(1.8);
    opacity: 0.01;
  }
}
@keyframes ccFlv1 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.01;
  }
  25% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0.3;
  }
  50% {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
    opacity: 0.07;
  }
  75% {
    -webkit-transform: scale(1.6);
            transform: scale(1.6);
    opacity: 0.03;
  }
  100% {
    -webkit-transform: scale(1.8);
            transform: scale(1.8);
    opacity: 0.01;
  }
}
@-webkit-keyframes ccFlv2 {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0.01;
  }
  25% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0.13;
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.1;
  }
  75% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0.07;
  }
  100% {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
    opacity: 0.01;
  }
}
@keyframes ccFlv2 {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0.01;
  }
  25% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0.13;
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.1;
  }
  75% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0.07;
  }
  100% {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
    opacity: 0.01;
  }
}
@-webkit-keyframes humanFlv {
  0% {
    -webkit-transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20%);
  }
  00% {
    -webkit-transform: translateY(0);
  }
}
@keyframes humanFlv {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20%);
            transform: translateY(-20%);
  }
  00% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes moveUpDown {
  0% {
    -webkit-transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-50%);
  }
  00% {
    -webkit-transform: translateY(0);
  }
}
@keyframes moveUpDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  00% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes moveRightLeft {
  0% {
    -webkit-transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(50%);
  }
  00% {
    -webkit-transform: translateX(0);
  }
}
@keyframes moveRightLeft {
  0% {
    -webkit-transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(50%);
  }
  00% {
    -webkit-transform: translateX(0);
  }
}
.fadeInUp2 {
  opacity: 0;
  visibility: hidden;
  animation: fadeInUp2 0.6s cubic-bezier(0.4, 0, 0.2, 1) both;
  -webkit-animation: fadeInUp2 0.6s cubic-bezier(0.4, 0, 0.2, 1) both;
}

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

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

.video-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;
  font-family: "HarmonyOS_Sans_Bold", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 500;
  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 {
  font-family: "HarmonyOS_Sans_Bold", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 500;
  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.24rem);
    top: calc(100% + 0.24rem);
    top: -webkit-calc(100% + 0.15rem);
    top: calc(100% + 0.15rem);
    padding: 0.1rem;
  }
  .byted-option-list {
    font-size: 0.28rem;
    line-height: 0.48rem;
  }
  .byted-option-list li {
    padding: 0.1rem 0;
  }
  .byted-option-list a {
    padding: 0 0.3rem;
  }
  .byted-checkbox-list {
    font-size: 0.24rem;
    line-height: 0.3rem;
  }
  .byted-checkbox-label {
    padding: 0.28rem 0.28rem 0.28rem 0.3rem;
  }
  .byted-check-ico {
    width: 0.3rem;
    height: 0.3rem;
    margin: 0 0 0 0.16rem;
  }
  .byted-checkbox-select-wrapper .byted-popover-wrapper {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
}
/* 提示框 */
.tooltip {
  font-size: 0.7em;
}

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

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

.global-paging .paging-ctrl {
  -webkit-flex: none;
          flex: none;
  width: 8rem;
  height: 2.5rem;
  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: 25px;
  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: 3rem;
  color: #666;
  text-align: center;
}

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

.global-paging .paging-num a.active {
  color: #25572A;
  font-family: "HarmonyOS_Sans_Bold", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 500;
}

.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: #25572A;
    color: #fff;
  }
  .global-paging .paging-num a:hover {
    background: #25572A;
    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.6rem;
    height: -webkit-calc(0.78rem + 2px);
    height: calc(0.78rem + 2px);
    font-size: 0.26rem;
    color: #6c757d;
    border: solid 1px #6c757d;
    border-radius: 0.4rem;
    box-shadow: none;
    margin: 0 0.3rem;
    margin: 0;
  }
  .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;
  }
}
/* 搜索结果页 */
.p-search .main-box {
  padding-top: 0;
}

.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 {
  font-family: "HarmonyOS_Sans_Bold", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 500;
}

.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 li:first-child .box {
  padding-top: 0;
}

.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;
  font-family: "HarmonyOS_Sans_Bold", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 500;
  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;
  font-family: "HarmonyOS_Sans_Bold", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 500;
  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;
  font-family: "HarmonyOS_Sans_Bold", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 500;
  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;
  font-family: "HarmonyOS_Sans_Bold", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 500;
  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 {
  background: #fff;
}

.head-place {
  position: relative;
  width: 100%;
  height: 4.5em;
  background: #fff;
}

@media (max-width: 991.98px) {
  .head-place {
    height: 1.2rem;
  }
}
.header {
  width: 100%;
  height: 4.5em;
  color: #111;
  background-color: #fff;
  border-bottom: solid 1px #fff;
  position: fixed;
  top: 0;
  z-index: 99;
}
.header .header-box {
  width: 100%;
  height: 100%;
  display: flex;
  -webkit-display: flex;
  align-items: center;
  -webkit-align-items: center;
}
.header .sm-inner {
  height: 100%;
}
.header .head-right {
  width: 100%;
  height: 100%;
  display: flex;
  -webkit-display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: right;
  -webkit-justify-content: right;
  margin-left: auto;
}
.header .head-navlist {
  height: 100%;
  display: flex;
  -webkit-display: flex;
  align-items: center;
  -webkit-align-items: center;
  margin: 0 -2.15em;
  margin-right: 7.05em;
}
.header .head-navlist .navitem::before {
  position: absolute;
  content: "";
  width: 0;
  height: 4px;
  display: block;
  background-color: #185aae;
  left: 20%;
  top: 77%;
  z-index: 1;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  opacity: 0 !important;
}
.header .had-subnav {
  height: 100%;
  line-height: 1.55em;
  padding: 0 2.15em;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
}
.header .had-subnav.active .navlv1::before {
  display: block;
}
.header .navlv1 {
  font-size: 0.9em;
  font-family: "HarmonyOS_Sans_Bold", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 500;
}
.header .navlv1::before {
  display: none;
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #25572A;
}
.header .navlv1 a {
  height: 100%;
  display: block;
}
.header .had-subnav.activeD ::after {
  position: absolute;
  content: "";
  bottom: -112%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
.header .head-navlist .navitem.active::before {
  width: 90%;
  opacity: 1;
}
.header .navlv1 {
  position: relative;
}
.header .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);
}
.header .subnav-box .lv2list-item {
  font-size: 0.8em;
}
.header .subnav-box .lv2list-item.active2 {
  background: #F2F4F2;
  color: #25572A;
}
.header .subnav-box .lv2list-item.active2 .bi {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header .subnav-box .lv2list-item.active2 .navlv3 {
  display: block;
}
.header .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;
}
.header .subnav-box .bi {
  width: 0.5em;
  height: 0.875em;
  color: #25572A;
  margin-left: 1em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header .subnav-box .lv2list-item {
  position: relative;
  width: 100%;
}
.header .subnav-box .navlv3 {
  display: none;
  position: absolute;
  left: 100%;
  top: -1em;
  min-width: 15em;
  padding: 0.8em 0 0.8em;
  background-color: #fff;
}
.header .subnav-box .navlv3-item.active3 {
  background: #F2F4F2;
}
.header .subnav-box .navlv3-box {
  min-width: 100%;
  display: block;
  padding: 1em 1.25em 0.6875em;
}
.header .head-right-box {
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}
.header .head-search {
  position: relative;
  width: 11.15em;
  height: 2.4em;
  padding: 0 1em;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  border-radius: 24px;
  border: 1px solid #25572A;
  cursor: pointer;
}
.header .head-search input {
  width: 80%;
  font-size: 0.8em;
  color: #25572A;
  background: transparent;
  cursor: pointer !important;
}
.header .head-search input::-webkit-input-placeholder {
  font-size: 1em;
  color: #25572A;
}
.header .head-search input::placeholder {
  font-size: 1em;
  color: #25572A;
}
.header .head-search .search-input {
  width: 100%;
  font-size: 0.8em;
  color: #25572A;
  background: transparent;
  cursor: pointer !important;
}
.header .head-search .search1 {
  position: absolute;
  top: 50%;
  right: 1em;
}
.header .head-search .search1 img {
  width: 0.9em;
  height: 0.9em;
  object-fit: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header .header-language {
  margin-left: 1.5em;
  height: 100%;
}
.header .header-language .bi {
  width: 1.2em;
  height: 1.2em;
  color: #25572A;
}
.header .header-language .icon {
  position: relative;
  height: 100%;
}
.header .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 .header-language .pop {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 5.5em;
  padding: 0.75em 0;
  background: #FFF;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.header .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: #25572A;
}

@media (min-width: 991.98px) {
  .header .header-language .pop .item a:hover {
    background: #F2F4F2;
  }
  .header .header-language .icon:hover {
    cursor: pointer;
  }
  .header .header-language .icon:hover .pop {
    display: block !important;
  }
  .head-white .header {
    border-bottom: 1px solid #e9e9e9;
  }
}
@media (max-width: 991.98px) {
  .header {
    width: 100%;
    height: 1.2rem;
    background: none center center;
    background-size: cover;
    background-color: #fff;
  }
  .header .global-inner {
    width: 100%;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }
  .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: 22px;
    margin-left: 0.6rem;
    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;
  }
  .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);
  }
  .header .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;
  }
  .header .head-search .search1 {
    position: relative;
    top: auto;
    right: auto;
  }
  .header .head-search .search1 img {
    width: 0.46rem;
    height: 0.46rem;
    object-fit: contain;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .header .head-right {
    width: auto;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 20;
    justify-content: right;
    -webkit-justify-content: right;
  }
  .header .language {
    margin: 0 0.47rem 0 0.37rem;
  }
  .ph-nav-box {
    position: fixed;
    z-index: 1000;
    width: 100%;
    height: 100%;
    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%;
  }
  .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;
    margin-top: 0.06rem;
    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;
    border-bottom: 1px solid #d4d4d4;
  }
  .nav-main .lv1 a {
    float: left;
    display: block;
    font-size: 0.36rem !important;
    font-family: "HarmonyOS_Sans_Bold", -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight: 500;
    line-height: 0.36rem;
    color: #111 !important;
    min-width: 50%;
    padding: 0.56rem 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 .item:first-child {
    padding-top: 0.3rem;
  }
  .nav-main .lv2box .item:last-child {
    padding-bottom: 0.3rem;
  }
  .nav-main .lv2box .lv2:last-child::before {
    width: 87%;
  }
  .nav-main .lv2 {
    padding: 0 0.8rem 0 0rem;
    margin-left: 0.8rem;
    border-bottom: 0;
  }
  .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.32rem;
    color: #111;
    min-width: 50%;
    padding: 0.25rem 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .whiteHead .header {
    border-bottom: 1px solid transparent;
  }
  .nav-main .lv3 a {
    float: left;
    display: block;
    font-size: 0.32rem;
    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;
  }
  .nav-main .lv3::before {
    display: none;
  }
  .nav-main .lv3box {
    margin-right: 0;
    border-bottom: 0;
  }
  .nav-main .lv3box .item {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .nav-main .lv2 a {
    line-height: 0.4rem;
    padding: 0.24rem 0;
  }
}
.header-top-fixed {
  position: absolute;
  position: fixed;
  bottom: 1.2rem;
  bottom: 0rem;
  height: 20%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #fff;
  z-index: 800;
}
.header-top-fixed .header-top-fixed-box {
  margin: 0 0.5rem;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}
.header-top-fixed .contact {
  margin-right: 0.6rem;
}
.header-top-fixed .contact .box {
  width: 4.6rem;
  height: 1rem;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  font-size: 0.32rem;
  color: #fff;
  background: #25572A;
  border-radius: 0.48rem;
}
.header-top-fixed .language {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  margin: 0 -0.2rem;
}
.header-top-fixed .language .item {
  padding: 0 0.2rem;
  color: #999;
  font-size: 0.32rem;
}
.header-top-fixed .language .item.active {
  font-family: "HarmonyOS_Sans_Bold", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 500;
  color: #25572A;
}

.pop-search {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  z-index: -1;
}

.nav-serach-pop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 120;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.nav-serach-pop .pop-search-add {
  background-color: #fff;
}
.nav-serach-pop .pop-search-box {
  width: 100%;
  height: 4.5em;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
.nav-serach-pop .pop-search-box .pop-search-right {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}
.nav-serach-pop .pop-search-box .pop-search-right .item {
  width: 40.5em;
  height: 2.4em;
  padding: 0 1em 0 2.6em;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: left;
          justify-content: left;
  border-radius: 24px;
  border: 1px solid #25572A;
}
.nav-serach-pop .pop-search-box .pop-search-right .item .box {
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  position: absolute;
  left: 1em;
  top: 0;
  z-index: 20;
  cursor: pointer;
}
.nav-serach-pop .pop-search-box .pop-search-right .item .box img {
  width: 0.9em;
  height: 0.9em;
  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;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  color: #25572A;
  background: transparent;
}
.nav-serach-pop .pop-search-box .pop-search-right input::-webkit-input-placeholder {
  font-size: 1em;
  color: #25572A;
  -webkit-transform: translateY(10%);
          transform: translateY(10%);
}
.nav-serach-pop .pop-search-box .pop-search-right input::placeholder {
  font-size: 1em;
  color: #25572A;
  -webkit-transform: translateY(10%);
          transform: translateY(10%);
}
.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 {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.open-search .nav-serach-pop {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 991.98px) {
  .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: 1.2rem;
    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 #25572A;
  }
  .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: #25572A;
    background: transparent;
  }
  .pop-search .pop-search-box .pop-search-right input::-webkit-input-placeholder {
    font-size: 0.36rem;
    color: #25572A;
  }
  .pop-search .pop-search-box .pop-search-right input::placeholder {
    font-size: 0.36rem;
    color: #25572A;
  }
  .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;
  }
}
.footer {
  padding: 6em 0 2.6em;
  background: #25572A;
}
.footer .footer-box {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  padding-bottom: 4.5em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.302);
}
.footer .footer-logo {
  width: 25%;
}
.footer .footer-logo .imgs {
  width: 100%;
  height: 5.35em;
}
.footer .footer-logo .imgs img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.footer .footer-external-link {
  margin-top: 3.3em;
}
.footer .footer-external-link .list {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  margin: 0 -0.95em;
}
.footer .footer-external-link .list .item {
  padding: 0 0.95em;
}
.footer .footer-external-link .list a {
  width: 1.3em;
  height: 1.3em;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  border-radius: 50%;
}
.footer .footer-external-link .list img {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  object-fit: contain;
  width: 100%;
  height: 100%;
  height: 1.3rem;
  object-fit: contain;
}
.footer .footer-desc {
  width: 63.28125%;
  max-width: 810px;
}
.footer .footer-desc .top {
  padding-bottom: 3.5em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.302);
}
.footer .footer-desc .top .title {
  font-size: 1.8em;
  color: #fff;
  margin-bottom: 0.833em;
}
.footer .footer-desc .top .search-box {
  position: relative;
  width: 75%;
  max-width: 570px;
}
.footer .footer-desc .top .input {
  width: 80%;
  font-size: 0.8em;
  color: #fff;
  background: transparent;
}
.footer .footer-desc .top .input::-webkit-input-placeholder {
  font-size: 1em;
  color: #fff;
}
.footer .footer-desc .top .input::placeholder {
  font-size: 1em;
  color: #fff;
}
.footer .footer-desc .top .search-button {
  position: absolute;
  top: 50%;
  right: 1.44em;
  font-size: 0.9em;
  color: #fff;
  font-family: "HarmonyOS_Sans_Bold", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 500;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.footer .footer-desc .top .form-group {
  margin-bottom: 0;
}
.footer .footer-desc .top .form-group.is-empty .form-control {
  border: 1px solid red;
}
.footer .footer-desc .top .form-message {
  width: 100%;
  position: relative;
}
.footer .footer-desc .top .form-control {
  width: 100%;
  background: transparent;
  color: #fff;
  height: 2.5rem;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  border-radius: 1.25rem;
  border: 1px solid #fff;
  padding: 0 6.65rem 0 1.5rem;
  font-size: 0.8rem;
}
.footer .footer-desc .top .form-control::-webkit-input-placeholder {
  color: #fff;
}
.footer .footer-desc .top .form-control::placeholder {
  color: #fff;
}
.footer .footer-desc .top .row-item {
  padding: 0;
}
.footer .footer-desc .end {
  margin-top: 2.5em;
}
.footer .footer-desc .end .link {
  font-family: "HarmonyOS_Sans_Bold", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 500;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  color: #fff;
}
.footer .footer-desc .end li {
  font-size: 0.8em;
  line-height: 2;
}
.footer .footer-desc .end .first-tit {
  font-size: 0.7em;
  line-height: 1;
  margin-bottom: 1.95em;
}
.footer .footer-other {
  margin-top: 2.3em;
  display: -webkit-flex;
  display: flex;
}
.footer .footer-other .left {
  width: 63.28125%;
  font-size: 0.9em;
  line-height: 1;
  color: #fff;
}
.footer .footer-other .right {
  font-size: 0.9em;
  line-height: 1;
  color: #fff;
}
.footer .footer-other .right .item {
  margin-bottom: 0.5em;
}
.footer .footer-other .right .item:last-child {
  margin-bottom: 0;
}

@media (min-width: 991.98px) {
  .footer .footer-desc .end li:hover {
    opacity: 0.8;
  }
  .footer .footer-other .right .item a:hover {
    opacity: 0.8;
  }
  .footer-external-link a:hover {
    opacity: 0.5;
    transition: none;
    -webkit-transition: none;
  }
}
@media (max-width: 991.98px) {
  .footer {
    padding: 0.64rem 0 0.52rem;
    background: #25572A;
  }
  .footer .footer-box {
    display: block;
    padding-bottom: 0.8rem;
    border-bottom: 1px solid rgb(255, 255, 255);
  }
  .footer .ph-nav-box1 .nav-main ul {
    background-color: transparent;
  }
  .footer .ph-nav-box1 .nav-main .lv1 {
    margin: 0;
    border-bottom: 1px solid rgba(233, 233, 233, 0.3);
  }
  .footer .ph-nav-box1 .nav-main em:before {
    background-image: url(/img/common/arrow-down2.png);
  }
  .footer .ph-nav-box1 .nav-main .lv3 a,
  .footer .ph-nav-box1 .nav-main .lv2 a,
  .footer .ph-nav-box1 .nav-main .lv1 a {
    color: #fff !important;
  }
  .footer .ph-nav-box1 .nav-main .lv2box,
  .footer .ph-nav-box1 .nav-main .lv3box,
  .footer .ph-nav-box1 .nav-main .lv4box {
    margin: 0;
    background-color: transparent;
    border-bottom: 1px solid rgba(233, 233, 233, 0.3);
  }
  .footer .ph-nav-box1 .nav-main .lv2::before,
  .footer .ph-nav-box1 .nav-main .lv3::before,
  .footer .ph-nav-box1 .nav-main .lv4::before {
    display: none;
  }
  .footer .ph-nav-box1 .nav-main .lv3box {
    margin-left: 0.5rem;
    border: 0;
  }
  .footer .footer-external-link {
    margin-top: 0.4rem;
    margin-top: 0rem;
  }
  .footer .footer-external-link .list {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    margin: 0 -0.1rem;
  }
  .footer .footer-external-link .list .item {
    padding: 0 0.1rem;
  }
  .footer .footer-external-link .list a {
    width: 0.44rem;
    height: 0.44rem;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
    background: transparent;
    border-radius: 50%;
  }
  .footer .footer-external-link .list img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .footer .footer-desc {
    width: 100%;
    max-width: none;
  }
  .footer .footer-desc .top {
    padding-bottom: 0em;
    border-bottom: 0;
  }
  .footer .footer-desc .top .title {
    font-size: 0.48rem;
    color: #fff;
    margin-bottom: 0.32rem;
  }
  .footer .footer-desc .top .search-box {
    position: relative;
    width: 100%;
  }
  .footer .footer-desc .top .input {
    width: 80%;
    font-size: 0.8em;
    color: #fff;
    background: transparent;
  }
  .footer .footer-desc .top .input::-webkit-input-placeholder {
    font-size: 1em;
    color: #fff;
  }
  .footer .footer-desc .top .input::placeholder {
    font-size: 1em;
    color: #fff;
  }
  .footer .footer-desc .top .form-control {
    height: -webkit-calc(0.86rem + 2px);
    height: calc(0.86rem + 2px);
    border-radius: 0.44rem;
    padding: 0 2.14rem 0 0.28rem;
    font-size: 0.28rem;
  }
  .footer .footer-desc .top .search-button {
    position: absolute;
    top: 50%;
    right: 0.4rem;
    font-size: 0.28rem;
    color: #fff;
    font-family: "HarmonyOS_Sans_Bold", -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight: 500;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .footer .footer-desc .end {
    margin-top: 0em;
  }
  .footer .footer-desc .end .link {
    font-family: "HarmonyOS_Sans_Bold", -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight: 500;
    display: -webkit-flex;
    display: flex;
    color: #fff;
  }
  .footer .footer-desc .end li {
    font-size: 0.8em;
    line-height: 2;
  }
  .footer .footer-desc .end .first-tit {
    font-size: 0.7em;
    line-height: 1;
    margin-bottom: 1.95em;
  }
  .footer .footer-desc .end ul:nth-child(1) {
    margin-right: 7.1em;
  }
  .footer .footer-desc .end ul:nth-child(2) {
    margin-right: 2.7em;
  }
  .footer .footer-desc .form-group.has-error .help-block {
    top: 100%;
    width: 100%;
  }
  .footer .footer-other {
    margin-top: 0.64rem;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
            justify-content: space-between;
  }
  .footer .footer-other .left {
    width: 50%;
    font-size: 0.28rem;
    line-height: 0.34rem;
    color: rgba(255, 255, 255, 0.5);
  }
  .footer .footer-other .right {
    font-size: 0.28rem;
    line-height: 0.34rem;
    color: rgba(255, 255, 255, 0.5);
  }
  .footer .footer-other .right .item {
    margin-bottom: 0em;
  }
  .footer .footer-other .right .item:last-child {
    margin-bottom: 0;
  }
}
.cookies {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 99;
}
.cookies .cookies-box {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  border-radius: 0.8em 0.8em 0px 0px;
  background: #fff;
  padding: 1.9em 0 2em;
}
.cookies .cookies-editor {
  font-size: 0.8em;
  line-height: 2;
  color: #111;
  margin-bottom: 1.875em;
}
.cookies .cookies-btn-box {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: right;
          justify-content: right;
  margin: 0 -0.5em;
}
.cookies .cookies-btn-box .cookies-btn {
  width: 7em;
  height: 2.4em;
  padding: 0 0.5em;
}
.cookies .cookies-btn-box .cookies-btn.agree a {
  color: #fff;
  background: #25572A;
}
.cookies .cookies-btn-box a {
  width: 100%;
  height: 100%;
  font-size: 0.8em;
  font-family: "HarmonyOS_Sans_Bold", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 500;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  border-radius: 25px;
  background: #FFF;
  border: 1px solid #E9E9E9;
}

@media (max-width: 991.98px) {
  .cookies .cookies-box {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    border-radius: 0.8em 0.8em 0px 0px;
    background: #fff;
    padding: 0.64rem 0 0.8rem;
  }
  .cookies .cookies-editor {
    font-size: 0.3rem;
    line-height: 0.52rem;
    margin-bottom: 0.6rem;
  }
  .cookies .cookies-btn-box {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    margin: 0;
  }
  .cookies .cookies-btn-box .cookies-btn {
    width: 49.23%;
    height: 0.98rem;
    padding: 0;
  }
  .cookies .cookies-btn-box a {
    font-size: 0.32rem;
    border-radius: 0.48rem;
  }
}
@media (min-width: 991.98px) {
  .cookies .cookies-btn a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .cookies .cookies-btn a:hover {
    color: white;
    background: #25572A;
  }
  .cookies .cookies-btn.agree a:hover {
    background: #318C4B;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
.crumbs-channel {
  width: 100%;
  height: auto;
  margin-top: 4.2em;
  margin-top: 4.5em;
  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.8em;
  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.8em;
  line-height: 2;
  white-space: nowrap;
  color: #666;
}

@media (max-width: 991.98px) {
  .crumbs-channel {
    width: 100%;
    height: auto;
    margin-top: 0.8rem;
    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(-35%);
            transform: translateY(-35%);
  }
  .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;
  }
}
.temp-mainbox {
  padding: 0 0 1em;
  background: #fff;
}

.result-filtbox {
  margin: 2.5em -0.4em 0;
}
.result-filtbox .swiper-slide {
  width: -webkit-max-content;
  width: max-content;
  padding: 0 0.4em;
}
.result-filtbox .swiper-slide a {
  width: 100%;
  height: 100%;
  font-size: 0.8em;
  color: #666;
  padding: 0.875em 1.5em;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  border-radius: 25px;
  border: 1px solid #e9e9e9;
  background: #fff;
}
.result-filtbox .swiper-slide.current a {
  color: #fff;
  border: 1px solid #25572A;
  background: #25572A;
}

.result-listbox {
  margin: 3em 0 0;
}
.result-listbox.result-pt {
  margin: 2.75em 0 0;
}
.result-listbox.result-pt .result-list {
  margin: -0.75em -0.675em;
}

.result-list {
  margin: 0 -0.675em;
}
.result-list .item.product {
  padding: 0.75em 0.675em;
  margin-bottom: 0em;
  border-bottom: 0;
  margin: 0;
}
.result-list .item.product .box {
  padding: 2.75em 0 0;
  width: 100%;
  height: 100%;
  display: block;
  max-height: 460px;
  border-radius: 16px;
  background: #F7F7F7;
}
.result-list .item.product .imgs {
  position: relative;
  width: 9.6em;
  margin: 0 auto;
  padding: 64.055% 0 0;
  overflow: hidden;
}
.result-list .item.product .imgs img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.result-list .item.product .bd {
  text-align: center;
  padding: 1em 3em 1.85em;
}
.result-list .item.product .tit {
  font-size: 1em;
  line-height: 1.5;
  height: 1.5em;
  color: #111;
  margin-bottom: 2.4em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.result-list .item.product .item-btn {
  margin-bottom: 0.5rem;
}
.result-list .item.product .purchase-box {
  position: relative;
}
.result-list .item.product .purchase-box > *:last-child {
  margin-bottom: 0 !important;
}
.result-list .item.product .purchase {
  position: relative;
  width: 100%;
}
.result-list .item.product .purchase .box1 {
  width: 100%;
  height: 100%;
  padding: 0.875em 0;
  font-size: 0.8em;
  color: #25572A;
  background: #fff;
  text-align: center;
  border-radius: 25px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  overflow: hidden;
  position: relative;
  font-family: "HarmonyOS_Sans_Bold", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 500;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.result-list .item.product .purchase .box1 span {
  position: relative;
  z-index: 3;
}
.result-list .item.product .download .box2 {
  font-size: 0.8em;
  line-height: 2;
  color: #666;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
}

@media (max-width: 991.98px) {
  .result-listbox {
    margin: 1.16rem 0 0;
  }
  .result-listbox.result-pt {
    margin-top: 1.2rem;
  }
  .result-listbox.result-pt .result-list {
    margin: 0;
  }
  .result-list {
    margin: 0em;
  }
  .result-list .item.product {
    padding: 0em;
    margin-bottom: 0.48rem;
  }
  .result-list .item.product:nth-last-child(1) {
    margin-bottom: 0;
  }
  .result-list .item.product:nth-last-child(2), .result-list .item.product:nth-last-child(3), .result-list .item.product:nth-last-child(4) {
    margin-bottom: 0.48rem;
  }
  .result-list .item.product .box {
    padding: 0.6rem 0;
    width: 100%;
    height: 100%;
    display: block;
    max-height: none;
    border-radius: 10px;
    background: #F7F7F7;
  }
  .result-list .item.product .imgs {
    position: relative;
    width: 76.45%;
    margin: 0 auto;
    padding: 76.45% 0 0;
    overflow: hidden;
  }
  .result-list .item.product .imgs img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
  }
  .result-list .item.product .bd {
    text-align: center;
    padding: 0.6rem 0.77rem 0rem;
  }
  .result-list .item.product .tit {
    height: auto;
    display: block;
    font-size: 0.48rem;
    line-height: 0.48rem;
    color: #111;
    margin-bottom: 0.22rem;
  }
  .result-list .item.product .doc {
    font-size: 0.32rem;
    line-height: 0.44rem;
    color: #111;
    margin-bottom: 0.46rem;
  }
  .result-list .item.product .purchase .box1 {
    width: 100%;
    height: 0.96rem;
    padding: 0.32rem 0;
    font-size: 0.32rem;
    border-radius: 0.48rem;
    background: #25572A;
    color: #fff;
  }
  .result-list .item.product .more,
  .result-list .item.product .download {
    width: 100%;
    height: 0.96rem;
    font-family: "HarmonyOS_Sans_Bold", -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight: 500;
    color: #25572A;
    background: #fff;
    text-align: center;
    border-radius: 25px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
  }
  .result-list .item.product .more .box2,
  .result-list .item.product .download .box2 {
    font-size: 0.32rem;
    line-height: 0.44rem;
    color: #666;
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
  }
  .result-list .item.product .more {
    color: #25572A;
  }
  .result-list .item.product .item-btn {
    margin-bottom: 0.2rem;
  }
  .result-list .item.product .item-btn:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 991.98px) {
  .result-search-wrapper-box {
    width: 100%;
    max-width: none;
    display: block;
  }
  .result-search-wrapper-box .result-search-wrapper-left {
    width: 100%;
  }
  .result-search-wrapper-box .result-search-btn {
    width: 100%;
  }
  .result-search-wrapper-box .result-serach-input {
    margin-bottom: 0.4rem;
  }
}
@media (max-width: 991.98px) {
  .temp-mainbox {
    padding: 0 0 0.52rem;
    background: #fff;
  }
  .result-filtbox {
    margin: 0.8rem -0.1rem 0;
  }
  .result-filtbox .swiper-slide {
    width: -webkit-max-content;
    width: max-content;
    padding: 0 0.1rem;
  }
  .result-filtbox .swiper-slide a {
    width: 100%;
    height: 100%;
    font-size: 0.24rem;
    color: #666;
    padding: 0.2rem 0.3rem;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
    border-radius: 25px;
    border: 1px solid #e9e9e9;
    background: #fff;
  }
  .result-filtbox .swiper-slide.current a {
    color: #fff;
    border: 1px solid #25572A;
    background: #25572A;
  }
}
.p-privacy .header {
  border-bottom: solid 1px #E9E9E9;
}
.p-privacy .temp-mainbox {
  padding-top: 5em;
}

.privacy-title .title {
  font-size: 2.3em;
  line-height: 1.19;
  color: #25572A;
  margin-bottom: 0.869em;
}
.privacy-title .sm-title {
  font-size: 1.5em;
  line-height: 1.2;
  color: #111;
  margin-bottom: 1em;
}
.privacy-title .introduce {
  font-size: 0.8em;
  line-height: 1;
  color: #25572A;
  margin-bottom: 1.375em;
}

.privacy-describe {
  font-size: 0.8em;
  line-height: 2;
  color: #111;
}
.privacy-describe p {
  margin-bottom: 1.5em;
}
.privacy-describe p:last-child {
  margin-bottom: 0;
}

.privacy-content {
  margin-top: 5em;
}

.privacy-item {
  font-size: 0.8em;
}
.privacy-item h2 {
  font-size: 1.875em;
  line-height: 1.2;
  color: #25572A;
  margin-bottom: 0.6em;
}
.privacy-item h3 {
  font-size: 1.25em;
  line-height: 1.8;
  color: #25572A;
  margin-top: 1.6em;
}
.privacy-item p {
  font-size: 1em;
  line-height: 2;
  color: #111;
}
.privacy-item ul {
  padding-left: 0;
}
.privacy-item ul li {
  position: relative;
  font-size: 1em;
  line-height: 2;
  color: #111;
  padding-left: 1.5625em;
}
.privacy-item ul li::before {
  position: absolute;
  content: "";
  top: -webkit-calc((2em - 3px) / 2);
  top: calc((2em - 3px) / 2);
  left: 0.625em;
  width: 3px;
  height: 3px;
  background: #000;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.privacy-item1 {
  margin-bottom: 1.6em;
}

.privacy-item2 {
  margin-bottom: 1.2em;
}

.privacy-item3 {
  margin-bottom: 1.6em;
}
.privacy-item3 p {
  display: -webkit-flex;
  display: flex;
}
.privacy-item3 span {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  min-width: 1.5em;
}

.privacy-item4 {
  margin-bottom: 1.2em;
}

.privacy-item5 {
  margin-bottom: 1.2em;
}

.privacy-item3 p,
.privacy-item4 p,
.privacy-item5 p,
.privacy-item6 p {
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  .p-privacy .temp-mainbox {
    padding-top: 1.16rem;
  }
  .p-privacy .crumbs-channel {
    margin-top: 1rem;
  }
  .privacy-title .title {
    font-size: 0.56rem;
    line-height: 0.64rem;
    color: #25572A;
    margin-bottom: 0.5rem;
  }
  .privacy-title .sm-title {
    font-size: 0.48rem;
    line-height: 0.72rem;
    color: #111;
    margin-bottom: 0.44rem;
  }
  .privacy-title .introduce {
    font-size: 0.3rem;
    line-height: 1;
    color: #25572A;
    margin-bottom: 0.56rem;
  }
  .privacy-describe {
    font-size: 0.3rem;
    line-height: 0.52rem;
    color: #111;
  }
  .privacy-describe p {
    margin-bottom: 0.5rem;
  }
  .privacy-describe p:last-child {
    margin-bottom: 0;
  }
  .privacy-content {
    margin-top: 0.9rem;
  }
  .privacy-item {
    font-size: 0.3rem;
  }
  .privacy-item h2 {
    font-size: 0.48rem;
    line-height: 0.72rem;
    color: #25572A;
    margin-bottom: 0.44rem;
  }
  .privacy-item h3 {
    font-size: 0.36rem;
    line-height: 0.44rem;
    color: #25572A;
    margin-top: 0.54rem;
  }
  .privacy-item p {
    font-size: 0.3rem;
    line-height: 0.46rem;
    color: #111;
  }
  .privacy-item ul {
    padding-left: 0;
  }
  .privacy-item ul li {
    position: relative;
    font-size: 0.3rem;
    line-height: 0.52rem;
    color: #111;
    padding-left: 0.46rem;
  }
  .privacy-item ul li::before {
    position: absolute;
    content: "";
    top: -webkit-calc((0.52rem - 3px) / 2);
    top: calc((0.52rem - 3px) / 2);
    left: 0.625em;
    width: 3px;
    height: 3px;
    background: #000;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .privacy-item1 {
    margin-bottom: 0.6rem;
  }
  .privacy-item2 {
    margin-bottom: 0.5rem;
  }
  .privacy-item3 {
    margin-bottom: 1rem;
  }
  .privacy-item3 p {
    display: -webkit-flex;
    display: flex;
  }
  .privacy-item3 span {
    display: -webkit-flex;
    display: flex;
    min-width: 0.44rem;
  }
  .privacy-item4 {
    margin-bottom: 0.5rem;
  }
  .privacy-item5 {
    margin-bottom: 0.5rem;
  }
  .privacy-item3 p,
  .privacy-item4 p,
  .privacy-item5 p,
  .privacy-item6 p {
    margin-bottom: 0;
  }
}
@media (max-width: 991.98px) {
  .byted-select-input {
    height: 0.96rem;
    font-size: 0.32rem;
    line-height: 1;
    padding: 0 0.6rem;
  }
  .byted-popover-wrapper {
    padding: 0;
  }
  .byted-option-list {
    height: auto;
    max-height: 4.8rem;
    padding-top: 0.1rem;
  }
  .byted-option-list li {
    padding: 0.15rem 0.5rem;
  }
  .byted-select-arrow {
    right: 0.6rem;
  }
}
.privacy-element .rocket-content__inner {
  max-width: 100%;
}
.privacy-element h3 + p {
  margin-bottom: 0;
}
.privacy-element ul + p {
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  .privacy-element .rocket-content__inner {
    padding: 0;
  }
}
.public-element {
  min-height: 500px;
}

.occupation-element {
  padding-top: 2em;
}
.occupation-element .rocket-classical-text h2 {
  text-align: center;
  color: #111 !important;
}
.occupation-element .rocket-classical-text h3 {
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  .public-element {
    min-height: 5rem;
  }
  .occupation-element {
    padding-top: 0.78rem;
  }
  .occupation-element .rocket-content__inner {
    max-width: 100%;
    padding: 0;
  }
  .occupation-element .rocket-classical-text h2 {
    text-align: left;
  }
  .occupation-element .rocket-classical-text h3 {
    margin-bottom: 0.28rem;
  }
  .occupation-element .rocket-classical-text P {
    line-height: 0.5rem;
    margin-bottom: 0.6rem;
  }
}
.newsdel-element {
  padding-top: 2em;
  padding-bottom: 1.6em;
  border-bottom: 1px solid #E9E9E9;
}
.newsdel-element .rocket-content__inner {
  max-width: 100%;
  padding: 0;
}
.newsdel-element .rocket-classical-text,
.newsdel-element .rocket-block-text {
  font-size: 0.9em;
  line-height: 2;
}
.newsdel-element .rocket-classical-text p,
.newsdel-element .rocket-block-text p {
  margin-bottom: 2em;
}
.newsdel-element .rocket-classical-text p:last-child,
.newsdel-element .rocket-block-text p:last-child {
  margin-bottom: 0;
}
.newsdel-element .rocket-classical-text img,
.newsdel-element .rocket-block-text img {
  display: inline;
  border-radius: 0.8em;
  margin: 0.8em 0em;
}

@media (max-width: 991.98px) {
  .newsdel-element {
    padding-top: 0.72rem;
  }
  .newsdel-element .rocket-classical-text,
  .newsdel-element .rocket-block-text {
    font-size: 0.32rem;
    line-height: 0.5rem;
  }
  .newsdel-element .rocket-classical-text p,
  .newsdel-element .rocket-block-text p {
    margin-bottom: 0.52rem;
  }
  .newsdel-element .rocket-classical-text p:last-child,
  .newsdel-element .rocket-block-text p:last-child {
    margin-bottom: 0;
  }
  .newsdel-element .rocket-classical-text img,
  .newsdel-element .rocket-block-text img {
    display: inline;
    margin: 0.52rem 0;
    border-radius: 0.2rem;
  }
}
@media (min-width: 991.98px) {
  .result-list-news .box:hover img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
.result-list {
  min-height: 15em;
}

@media (max-width: 991.98px) {
  .result-list {
    min-height: 6rem;
  }
}
@media (max-width: 991.98px) {
  .mob-form-tip {
    display: none;
    margin-top: 0.25rem;
    color: #fff;
    font-size: 0.26rem;
    padding-left: 1.5em;
  }
  .footer .footer-desc .top .search-box {
    border: 0;
    padding: 0;
  }
  .footer .footer-desc .top .form-message {
    width: 100%;
  }
  .footer .footer-desc .top .form-group {
    margin-bottom: 0.4rem;
  }
  .footer .footer-desc .top .form-group.has-error {
    margin-bottom: 0.3rem;
  }
}
.form-message .has-error .help-block {
  position: static;
  right: 0;
  left: 0 !important;
  width: -webkit-max-content;
  width: max-content;
  display: block;
  color: #F3FFA9;
  margin: 10px 0 0;
}

@media (max-width: 991.98px) {
  .form-message .has-error .help-block {
    position: relative;
    right: 0;
    left: 0 !important;
    width: -webkit-max-content;
    width: max-content;
    display: block;
    color: #F3FFA9;
    font-size: 0.28rem;
    line-height: 1.14em;
    padding: 0 1em;
  }
}
/* 购买按钮及弹框 */
.prd-btn {
  position: relative;
}

.prd-btn-pop {
  display: none;
  position: absolute;
  top: -webkit-calc(100% + 0.5em);
  top: calc(100% + 0.5em);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 20;
}
.prd-btn-pop .pop-list {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  padding: 1em;
  margin: 0 -0.25em;
  border-radius: 4px;
  background: #FFF;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  z-index: 9;
}
.prd-btn-pop .pop-list::before {
  position: absolute;
  content: "";
  left: 0;
  top: -0.5em;
  width: 100%;
  height: 0.5em;
  display: block;
  background: transparent;
}
.prd-btn-pop .pop-list .pop-item {
  padding: 0 0.25em;
  -webkit-flex: none;
          flex: none;
  width: 5.5rem;
  max-width: none;
}
.prd-btn-pop .pop-list a {
  width: 100%;
  height: 100%;
  display: block;
  padding: 1.35em 0.75em 0.75em;
  border: 1px solid #E9E9E9;
}
.prd-btn-pop .pop-list a .pop-imgs {
  width: 3.5em;
  height: 1.3em;
  margin-bottom: 1.25em;
}
.prd-btn-pop .pop-list a .pop-imgs img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}
.prd-btn-pop .pop-list a .bd {
  color: #111;
  text-align: center;
  font-size: 0.7em;
  line-height: 1.21;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

.prd-btn-pop .pop-item .bd {
  padding: 0 !important;
}

.result-list .item.product .purchase:hover .prd-btn-pop,
.prd-btn:hover .prd-btn-pop,
.btn-now:hover .prd-btn-pop {
  display: block;
}

@media (min-width: 992px) {
  .prd-btn-pop .pop-item:hover > a {
    border-color: #25572A;
  }
}
@media (max-width: 991.98px) {
  .prd-btn-pop {
    display: none;
    position: absolute;
    top: -webkit-calc(100% + 0.5em);
    top: calc(100% + 0.5em);
    left: -0.6rem;
    width: -webkit-calc(100% + 1.2rem);
    width: calc(100% + 1.2rem);
    background: #FFF;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 0.08rem;
    padding: 0.4rem 0.23rem;
    -webkit-transform: none;
            transform: none;
  }
  .prd-btn-pop .pop-list {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-flex-wrap: nowrap;
            flex-wrap: nowrap;
    padding: 0;
    margin: 0 -0.17rem;
    border-radius: 0;
    background: #FFF;
    box-shadow: none;
    z-index: 9;
    -webkit-justify-content: center;
            justify-content: center;
  }
  .prd-btn-pop .pop-list::before {
    position: absolute;
    content: "";
    left: 0;
    top: -0.5em;
    width: 100%;
    height: 0.5em;
    display: block;
    background: #F7F7F7;
    display: none;
  }
  .prd-btn-pop .pop-list .pop-item {
    padding: 0 0.17rem;
    width: 50%;
  }
  .prd-btn-pop .pop-list a {
    width: 100%;
    height: 100%;
    display: block;
    padding: 1.35em 0.75em 0.75em;
    border: 1px solid #E9E9E9;
    border-radius: 4px;
  }
  .prd-btn-pop .pop-list a .pop-imgs {
    width: 100%;
    height: 0.52rem;
    margin-bottom: 0.5rem;
  }
  .prd-btn-pop .pop-list a .pop-imgs img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
  }
  .prd-btn-pop .pop-list a .bd {
    font-size: 0.28rem;
    line-height: 0.34rem;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    overflow: hidden;
    -webkit-box-orient: vertical;
  }
}
@media (min-width: 991.98px) {
  .result-list .item.product .purchase:hover .box1 {
    background: #25572A;
    color: #fff !important;
  }
  .result-list .item.product .purchase span {
    position: relative;
    z-index: 2;
  }
  .result-list .item.product:hover {
    z-index: 9;
  }
  .result-list .item.product:hover img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
  }
  .result-list .item.product:hover img {
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
  }
}
.bah {
  margin-left: 10px;
}
.bah:hover {
  opacity: 0.8;
}

.language-wrap {
  position: fixed;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 999;
}
.language-wrap .title {
  font-size: 0.7em;
  line-height: 1.2857142857em;
  color: #111;
  font-family: "Acumin Pro", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: inherit;
  margin-bottom: 1em;
}
.language-wrap .inner {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  padding: 0.85em 0;
  -webkit-align-items: center;
          align-items: center;
}

.language-wrap .box {
  height: 1.7em;
  width: 20vw;
  max-width: 370px;
  position: relative;
  display: -webkit-flex;
  display: flex;
}

.chonsen-inter {
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #25572A;
  border-radius: 5px;
  overflow: hidden;
  width: 100%;
  padding: 0 0.6em;
  background: #fff;
  height: 1.7em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.chonsen-inter.auto {
  height: auto;
}
.chonsen-inter.auto .svgwrap {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.chonsen-inter .language {
  font-size: 0.7em;
  line-height: 1.2857142857em;
  color: #111;
  font-family: "Acumin Pro", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: inherit;
}
.chonsen-inter .svgwrap {
  position: absolute;
  right: 0.6em;
  top: 0.7em;
  width: 0.5em;
  height: 0.3em;
  display: -webkit-flex;
  display: flex;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.chonsen-inter .svgwrap svg {
  width: 100%;
  height: 100%;
}

.chosen-inter-wrap {
  background: #fff;
}
.chosen-inter-wrap .language {
  font-size: 0.7em;
  line-height: 1.1428571429em;
  color: #111;
  font-family: "Acumin Pro", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: inherit;
  padding: 0.6428571429em 0;
  cursor: pointer;
}

.chosen-l-bottom {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}

.buttons {
  display: -webkit-flex;
  display: flex;
  margin-left: 1.1em;
  background: #25572A;
  border-radius: 5px;
  padding: 0.45em 1.5em;
  display: flex;
  cursor: pointer;
}
.buttons span {
  font-size: 0.7em;
  line-height: 1.1428571429em;
  color: #fff;
  font-family: "Acumin Pro", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: inherit;
}

.inner-chosen-r svg {
  cursor: pointer;
  width: 1.2em;
  height: 1.2em;
}

@media (max-width: 991.98px) {
  .language-wrap .title {
    font-size: 0.32rem;
    line-height: 0.36rem;
    width: 84%;
  }
  .chosen-inter-wrap .language {
    font-size: 0.32rem;
    line-height: 0.36rem;
    padding: 0.16rem 0;
  }
  .chonsen-inter {
    height: 0.68rem;
  }
  .chonsen-inter .svgwrap {
    pointer-events: none;
    width: 0.2rem;
    height: 0.12rem;
    top: 0.3rem;
  }
  .language-wrap .box {
    height: 0.68rem;
  }
  .inner-chosen-r {
    position: relative;
    right: 0.42rem;
  }
  .buttons {
    height: 0.68rem;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 0.68rem;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
  }
  .buttons span {
    font-size: 0.28rem;
    line-height: 0.32rem;
  }
}