@charset "UTF-8";
/*******/
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: 400;
  font-family: "Microsoft YaHei", -apple-system, BlinkMacSystemFont, sans-serif;
  overflow: hidden;
  overflow-y: auto;
}
@media screen and (max-width: 991.98px) {
  body {
    font-size: 0.3rem;
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
  }
}

/* 公共设置 */
sub,
sup {
  margin: 0 3px;
  font-size: 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: initial;
  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;
  -moz-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: .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: 1100px;
  margin: 0 auto;
  position: relative;
  display: block;
  z-index: 5;
}
.sm-inner:before, .sm-inner:after {
  content: '';
  display: table;
  clear: both;
}

.xs-inner {
  width: 68.3vw;
  max-width: 984px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 1100px) {
  .global-inner,
  .sm-inner,
  .xs-inner {
    width: 100%;
    max-width: none;
    padding: 0 2rem;
  }
}
@media (max-width: 991.98px) {
  .xxl-inner,
  .global-inner,
  .sm-inner,
  .xs-inner {
    width: 100% !important;
    max-width: 100%;
    padding: 0 0.5rem !important;
    margin: 0 auto;
  }
}
.table-cell {
  display: table-cell;
  vertical-align: top;
}

.en {
  font-family: "Arial";
  font-style: normal;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.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: 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 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-xxl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-xxl-6 {
    -ms-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: .32rem;
    margin-top: .24rem;
  }
}
/* 404 */
.page-404 {
  width: 700px;
  height: 100vh;
  display: flex;
  flex-direction: column;
  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: .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.showd{
  display: block;
  opacity: 1;
}
.modal .modal-dialog{
  transition: all 0.3s;
  
}
.modal.showd .modal-dialog{
  transform: translate(0%, 0%) !important;
  opacity: 1 !important;
}

.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: .48rem;
  }
  .modal-close .bi,
  .modal-close img {
    width: .48rem;
    height: .48rem;
  }
}
/**** animate ***/
.animated {
  animation-delay: .1s;
  animation-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1);
  -webkit-animation-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1);
}

@keyframes fadeInLeft2 {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes fadeInLeft2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
  }
}
@keyframes fadeOutLeft2 {
  0% {
    opacity: 1;
    transform: none;
  }
  100% {
    opacity: 0;
    transform: translateX(-50px);
  }
}
@-webkit-keyframes fadeOutLeft2 {
  0% {
    opacity: 1;
    -webkit-transform: none;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
  }
}
@keyframes fadeInRight2 {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes fadeInRight2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
  }
}
@keyframes fadeOutRight2 {
  0% {
    opacity: 1;
    transform: none;
  }
  100% {
    opacity: 0;
    transform: translateX(50px);
  }
}
@-webkit-keyframes fadeOutRight2 {
  0% {
    opacity: 1;
    -webkit-transform: none;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(50px);
  }
}
@keyframes fadeInUp2 {
  0% {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
    -webkit-transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    transform: none;
    -webkit-transform: none;
  }
}
@-webkit-keyframes fadeInUp2 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
  }
}
@keyframes fadeOutUp2 {
  0% {
    opacity: 1;
    transform: none;
  }
  100% {
    opacity: 0;
    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;
  }
}
@keyframes ccFlv1 {
  0% {
    transform: scale(1);
    opacity: 0.01;
  }
  25% {
    transform: scale(1.2);
    opacity: 0.3;
  }
  50% {
    transform: scale(1.4);
    opacity: 0.07;
  }
  75% {
    transform: scale(1.6);
    opacity: 0.03;
  }
  100% {
    transform: scale(1.8);
    opacity: 0.01;
  }
}
@keyframes ccFlv2 {
  0% {
    transform: scale(0.8);
    opacity: 0.01;
  }
  25% {
    transform: scale(0.8);
    opacity: 0.13;
  }
  50% {
    transform: scale(1);
    opacity: 0.1;
  }
  75% {
    transform: scale(1.2);
    opacity: 0.07;
  }
  100% {
    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% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20%);
  }
  00% {
    transform: translateY(0);
  }
}
@-webkit-keyframes moveUpDown {
  0% {
    -webkit-transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-50%);
  }
  00% {
    -webkit-transform: translateY(0);
  }
}
@keyframes moveUpDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-50%);
  }
  00% {
    transform: translateY(0);
  }
}
@-webkit-keyframes moveRightLeft {
  0% {
    -webkit-transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(50%);
  }
  00% {
    -webkit-transform: translateX(0);
  }
}
@keyframes moveRightLeft {
  0% {
    -webkit-transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(50%);
  }
  00% {
    -webkit-transform: translateX(0);
  }
}
.fadeInUp2 {
  opacity: 0;
  transform: translate3d(0, 50px, 0);
  -webkit-transform: translate3d(0, 50px, 0);
  animation-name: fadeInUp2;
  -webkit-animation-name: fadeInUp2;
  animation-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28) both;
  -webkit-animation-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28) both;
}

.fadeInLeft2 {
  opacity: 0;
  visibility: hidden;
  animation: fadeInLeft2 0.6s cubic-bezier(0.4, 0, 0.2, 1) both;
  -webkit-animation: fadeInLeft2 0.6s cubic-bezier(0.4, 0, 0.2, 1) both;
}

.fadeInRight2 {
  opacity: 0;
  visibility: hidden;
  animation: fadeInRight2 0.6s cubic-bezier(0.4, 0, 0.2, 1) both;
  -webkit-animation: fadeInRight2 0.6s cubic-bezier(0.4, 0, 0.2, 1) both;
}

/**** video ***/
.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: .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: flex;
  align-items: center;
  padding: 0 1.1rem;
}
.video-js .vjs-control {
  height: auto;
  display: flex;
  align-items: 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: 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: flex;
  justify-content: 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 {
  margin: 0 0 0 10px;
  justify-content: flex-start;
}
.video-js .vjs-volume-panel .vjs-mute-control {
  height: 100%;
  margin: 0;
}
.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-volume-panel,
  .video-js .vjs-time-control,
  .video-js .vjs-playback-rate {
    font-size: .9rem;
  }
}
@media screen and (min-width: 992px) {
  .video-js.vjs-paused:hover .vjs-control-bar {
    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: .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: .48rem;
    height: .48rem;
  }
  .video-js .vjs-play-control {
    margin-right: .2rem;
  }
  .video-js .vjs-time-control {
    font-size: .24rem;
  }
  .video-js .vjs-fullscreen-control {
    width: .48rem;
    right: .3rem;
  }
  .video-js .vjs-playback-rate {
    right: 0.88rem;
    font-size: .24rem;
  }
  .video-js .vjs-volume-panel {
    font-size: .24rem;
  }
  .video-js .vjs-volume-panel .vjs-mute-control {
    width: .48rem;
    height: .48rem;
    margin-top: -0.3em;
  }
  .video-js.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
    opacity: 1;
    pointer-events: auto;
  }
}

body.is-app .video-js {
  background-color: #000;
}

/*** modal-video ***/
.modal-video {
  background: rgba(0, 0, 0, 0.8);
}
.modal-video .modal-close {
  width: 30px;
  height: 30px;
  background: url("/img/static/close-white.svg") no-repeat center center;
  background-size: 14px;
  position: absolute;
  left: 100%;
  top: 0;
  margin: 0;
  transform: translate(25px, 0);
  -webkit-transform: translate(25px, 0);
  border-radius: 0;
}
.modal-video .modal-dialog {
  height: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1060;
}
.modal-video .modal-content {
  width: 1200px;
  max-width: 80%;
  margin: 0 auto;
  padding: 0;
  background: transparent;
}
.modal-video .video-js,
.modal-video video {
  position: relative !important;
}
.modal-video video {
  max-height: 80vh;
}
@media 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: .6rem;
    padding: .3rem;
  }
}

/*** 表单 ***/
.form-group {
  margin: 0 0 1.5em;
  position: relative;
  font-size: .8rem;
  line-height: 3em;
}
.form-group .help-block {
  font-size: 1em;
  line-height: 1.5em;
  display: none;
  position: absolute;
  right: 1.25em;
  top: .75em;
  z-index: 10;
  pointer-events: none;
}
.form-group .help-block[data-bv-validator="notEmpty"] {
  right: unset;
  left: 1.25em;
}
.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 {
  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: calc(2.875em + 2px);
  display: block;
  background: #fff;
  border: solid 1px #ECECEC;
  position: relative;
  padding: 0.75em 1.25em;
  font-size: 1em;
  line-height: 1.5em;
  color: #000;
  border-radius: 1.5em;
}
.form-control:focus, .form-control:active {
  box-shadow: none;
  outline: none;
  background-color: #fff;
  border-color: #ECECEC;
}
.form-control[readonly] {
  background-color: #fff;
}
.form-control::-webkit-input-placeholder {
  color: #666;
}
.form-control::-moz-placeholder {
  color: #666;
}
.form-control:-moz-placeholder {
  color: #666;
}
.form-control:-ms-input-placeholder {
  color: #666;
}

input[type="text"]:-webkit-autofill,
input[type="number"]:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background: #fff;
  box-shadow: inset 0 0 0 1000px #fff;
}

.form-layout-h {
  width: 100%;
}
.form-layout-h .form-group {
  width: 100%;
  display: flex;
}
.form-layout-h .control-label {
  flex: 0 0 10em;
  margin: 0 1rem 0 0;
}

.checkitem .checklabel {
  display: flex;
  cursor: pointer;
}
.checkitem .check-text {
  flex: 1;
  display: block;
}
.checkitem .check-ico {
  width: 1rem;
  height: 1rem;
  display: block;
  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 .5rem;
}
.checkitem .check-ico-checkbox {
  border: solid 1px #999;
  border-radius: 4px;
  margin: 0 .5rem 0 0;
}
.checkitem.is-checked .check-ico-radio {
  border-color: #fe2c55;
}
.checkitem.is-checked .check-ico-radio::after {
  content: '';
  display: block;
  width: .6rem;
  height: .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: flex;
  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: .8rem;
  line-height: 1.25em;
  color: #000;
  min-height: 1.68em;
}

.form-follow-check .c-head {
  flex: 0 0 13.9rem;
  margin: 0 1rem 0 0;
}
.form-follow-check .c-head .t1 {
  font-size: .9rem;
  line-height: 1.5em;
  color: #000;
}
.form-follow-check .c-head .t2 {
  font-size: .6rem;
  line-height: 1.5em;
  color: #666;
  margin-top: 4px;
}
.form-follow-check .c-body {
  flex: 1;
}

.form-btnbox {
  width: 100%;
  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: .28rem;
    line-height: 1em;
  }
  .form-group .help-block {
    line-height: .9rem;
    top: 1px;
  }
  .form-group .help-block[data-bv-validator="notEmpty"] {
    left: 0.3rem;
  }

  .control-label {
    margin: 0 0 1em;
  }

  .form-control {
    height: calc(.9rem + 2px);
    line-height: .9rem;
    padding: 0 0.3rem;
    border-radius: .46rem;
  }

  .form-layout-h .form-group {
    display: block;
  }
  .form-layout-h .control-label {
    margin: 0 0 1em;
  }

  .checkitem .check-ico {
    width: .4rem;
    height: .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: .24rem;
    height: .24rem;
  }

  .form-checklist {
    margin: 0.12rem -0.4rem -0.4rem;
  }
  .form-checklist .checkitem {
    padding: 0 0.4rem;
    margin-bottom: .4rem;
  }
  .form-checklist .checklabel {
    font-size: .28rem;
    line-height: .4rem;
  }

  .form-btnbox {
    margin: .96rem 0 0;
  }
  .form-btnbox .btn-group {
    margin: 0;
  }
  .form-btnbox .btn {
    width: 100%;
  }

  .form-follow-check {
    margin-bottom: .56rem;
  }
  .form-follow-check .is-layout-flex {
    display: block;
  }
  .form-follow-check .c-head {
    flex: none;
    margin: 0 0 0.4rem;
  }
  .form-follow-check .c-head .t1 {
    font-size: .28rem;
    line-height: 1.5em;
  }
  .form-follow-check .c-head .t2 {
    font-size: .2rem;
    line-height: 1.5em;
    margin-top: 4px;
  }

  .form-check-group .help-block {
    line-height: 1.5em;
  }
}
/* 辅助 */
@keyframes btnHover {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0%);
  }
}
@-webkit-keyframes btnHover {
  0% {
    -webkit-transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0%);
  }
}
@keyframes btnOut {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(-100%);
  }
}
@-webkit-keyframes btnOut {
  0% {
    -webkit-transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(-100%);
  }
}
.btn {
  flex: none;
  width: 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(2.4rem + 2px);
  line-height: 1em;
  border: solid 1px;
  text-align: center;
  font-size: .8rem;
  font-weight: bold;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  border-radius: 1.2rem;
  padding: 0;
}
.btn:focus {
  outline: none;
  box-shadow: none;
}
.btn::after {
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  left: -1px;
  right: -1px;
  bottom: 0;
  z-index: 1;
  transform: scaleY(0);
  -webkit-transform: scaleY(0);
  transform-origin: center top;
  transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
}
.btn > * {
  width: 100%;
  height: 100%;
  padding: 0 1.45rem;
  display: flex;
  justify-content: 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);
    transform-origin: center bottom;
  }
  .btn:hover > * {
    color: inherit;
  }
  .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: .26rem;
    height: calc(.78rem + 2px);
    border-width: 1px;
    border-radius: .4rem;
  }
  .btn > * {
    padding: 0 0.3rem;
  }
  .btn .arrow,
  .btn .bi {
    width: .38rem;
    height: .38rem;
  }
  .btn .arrow.is-right,
  .btn .bi.is-right {
    margin: 0 0 0 0.46rem;
  }
  .btn .arrow.is-left,
  .btn .bi.is-left {
    margin: 0 6px 0 0;
  }
}
/* 自定义下拉框 */
.byted-select-wrapper {
  width: 100%;
  position: relative;
  z-index: 10;
}
.byted-select-wrapper.is-open {
  z-index: 50;
}
.byted-select-wrapper.is-open .byted-select-arrow .bi {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.byted-select {
  width: 100%;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.byted-select-input {
  cursor: pointer;
  display: flex;
  font-size: .8rem;
  line-height: 1em;
  color: #0052b7;
  width: 100%;
  height: calc(2.4rem + 2px);
  align-items: center;
  border-radius: 2.5rem;
  padding: 0 3rem 0 1.5rem;
  font-weight: bold;
  border: solid 1px #0052b7;
}

.byted-select-arrow {
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 20;
  color: #5189ce;
}
.byted-select-arrow .bi {
  width: 12px;
  height: 12px;
  display: block;
}

.byted-popover-wrapper {
  min-width: 100%;
  display: none;
  position: absolute;
  left: 0;
  top: calc(100% + 0.6rem);
  background: #fff;
  border: solid 1px #0052b7;
  border-radius: 10px;
  z-index: 20;
  padding: 0.5rem;
}

.byted-option-list {
  font-size: .8rem;
  line-height: 1.5em;
  color: #363636;
  white-space: nowrap;
  overflow: hidden;
  overflow-y: auto;
  max-height: calc(12em + 3rem);
}
.byted-option-list::-webkit-scrollbar {
  width: 2px;
}
.byted-option-list::-webkit-scrollbar-track {
  background: none;
}
.byted-option-list::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.15);
}
.byted-option-list li {
  padding: 0.3rem 0;
  cursor: pointer;
}
.byted-option-list li.current, .byted-option-list li.active {
  font-weight: bold;
  color: #0052b7;
}
.byted-option-list a {
  display: block;
  padding: 0 1rem;
}

@media screen and (min-width: 992px) {
  .byted-select:hover .form-control {
    border-color: #fe2c55;
  }

  .byted-option-list li:hover,
  .byted-checkbox-list li:hover {
    color: #0052b7;
  }
}
@media screen and (max-width: 991.98px) {
  .byted-select-arrow {
    right: .28rem;
  }
  .byted-select-arrow .bi {
    width: .3rem;
    height: .3rem;
  }

  .byted-select-clear {
    right: .28rem;
  }
  .byted-select-clear .bi {
    width: .3rem;
    height: .3rem;
  }

  .byted-popover-wrapper {
    border-radius: .32rem;
    top: calc(100% + 0.24rem);
    padding: 0.1rem;
  }

  .byted-option-list {
    font-size: .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: .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: .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: .8em;
  padding: .5em 1.25em;
}

/* header */
.header {
  width: 100%;
  height: 4rem;
  background: #fff;
  color: #282c2e;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 200;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}
.header .xxl-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .xxl-inner:before, .header .xxl-inner:after {
  display: none;
}

.head-logo {
  flex: none;
  height: 100%;
  display: block;
  position: relative;
}
.head-logo .box {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  margin: 0 -1rem;
}
.head-logo img {
  height: 100%;
  display: block;
  flex: none;
  position: relative;
}
.head-logo .logo {
  height: 2rem;
  position: relative;
  flex: none;
  padding: 0 1rem;
}
.head-logo .logo::after {
  content: '';
  display: block;
  width: 1px;
  height: 2rem;
  background: #999;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.head-logo .logo:last-child::after {
  display: none;
}
.head-logo .white {
  display: none;
}

.head-right {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.head-navbox {
  height: 100%;
  display: block;
  position: relative;
}

.head-navlist {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  white-space: nowrap;
  margin: 0 -1.5rem;
}
.head-navlist > .navitem {
  position: relative;
  height: 100%;
}
.head-navlist > .navitem.current .navlv1 a::after, .head-navlist > .navitem.active .navlv1 a::after {
  width: 100%;
  opacity: 1;
}
.head-navlist .navlv1 {
  height: 100%;
  display: block;
  position: relative;
  font-size: .9rem;
  line-height: 1.5em;
  color: #282c2e;
  padding: 0 1.5rem;
}
.head-navlist .navlv1 a {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  color: inherit;
  z-index: 5;
  transition: none;
  -webkit-transition: none;
}
.head-navlist .navlv1 a::after {
  content: '';
  display: block;
  width: 0;
  height: 3px;
  background: #0052b7;
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 1;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  opacity: 0;
}

.head-subnav {
  min-width: 10.5rem;
  position: absolute;
  left: 50%;
  top: 100%;
  z-index: 20;
  text-align: center;
  font-size: .8rem;
  line-height: 2rem;
  color: #999;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  white-space: nowrap;
  padding: .9rem 0;
  display: none;
  background: #fff;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}

.head-navlv2 > .navitem {
  width: 100%;
  display: flex;
  justify-content: center;
}
.head-navlv2 > .navitem:hover, .head-navlv2 > .navitem.current {
  color: #626161;
}
.head-navlv2 a {
  display: block;
}

.head-navbg {
  width: 100%;
  height: 20.5rem;
  background: #fff;
  display: none !important;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 1;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.01);
}

.head-tool {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 1.8rem;
  margin-left: 3rem;
}
.head-tool::before {
  content: '';
  display: block;
  width: 1px;
  height: 1rem;
  background: #999;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.head-lang {
  display: flex;
  align-items: center;
  font-size: .9rem;
  line-height: 1.5em;
  color: #282c2e;
}

.head-schbox {
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  position: relative;
  cursor: pointer;
  margin-left: 1rem;
}

.head-sch_open {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.head-sch_open .bi {
  width: 1rem;
  height: 1rem;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  background: url("/img/static/common/head-sch.svg") no-repeat center center;
  background-size: contain;
}

.head-sch_close {
  width: 100%;
  height: 100%;
  display: none;
  position: relative;
}
.head-sch_close .bi {
  width: 1rem;
  height: 1rem;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  background: url("/img/static/common/close.svg") no-repeat center center;
  background-size: contain;
}

.head-menu {
  width: .92rem;
  height: .92rem;
  margin: 0 -0.24rem 0 0;
  display: block;
  position: relative;
}

.head-menu_open {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.head-menu_open svg {
  width: .44rem;
  height: 0.44rem;
  fill: currentColor;
}

.head-menu_close {
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
}
.head-menu_close .ico {
  width: .44rem;
  height: .44rem;
  display: block;
  position: relative;
  background: url("/img/static/common/close.svg") no-repeat right center;
  background-size: .32rem;
}

@keyframes headFlvShow {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}
@-webkit-keyframes headFlvShow {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes headFlvHidden {
  0% {
    transform: translateY(0%);
    opacity: 1;
  }
  100% {
    transform: translateY(-100%);
    opacity: 0;
  }
}
@-webkit-keyframes headFlvHidden {
  0% {
    transform: translateY(0%);
    opacity: 1;
  }
  100% {
    transform: translateY(-100%);
    opacity: 0;
  }
}
.modal-schbox {
  width: 100%;
  background: #fff;
  height: 7rem;
  display: none;
  position: fixed;
  left: 0;
  top: 4rem;
  z-index: 100;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}
.modal-schbox .global-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-schbox .global-inner::before, .modal-schbox .global-inner::after {
  display: none;
}

.mdsch-inpt-box {
  width: 100%;
  max-width: 32.5rem;
  position: relative;
}
.mdsch-inpt-box .inpt {
  width: 100%;
  height: 2rem;
  border-bottom: 1px solid #0052b7;
  position: relative;
  padding: 0 2.2rem 0 0;
  font-size: .8rem;
  line-height: 2rem;
  color: #222;
}
.mdsch-inpt-box .btn-sch {
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 20;
  cursor: pointer;
}
.mdsch-inpt-box .btn-sch .bi {
  width: 1.2rem;
  height: 100%;
  display: block;
  background: url("/img/static/common/icon-sch.svg") no-repeat center center;
  background-size: contain;
  opacity: .5;
  position: relative;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}

.modal-appnav {
  z-index: 190;
  background: transparent;
}
.modal-appnav .modal-dialog {
  width: 100%;
  height: 100%;
  background: #fff;
  position: relative;
  padding: 1.2rem 0 0;
}
.modal-appnav .modal-content {
  width: 100%;
  height: 100%;
  position: relative;
  padding: .2rem 0 0;
}
.modal-appnav.fade .modal-dialog {
  transform: translate(100%, 0%);
  -webkit-transform: translate(100%, 0%);
  opacity: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.modal-appnav.show .modal-dialog {
  transform: translate(0%, 0%);
  -webkit-transform: translate(0%, 0%);
  opacity: 1;
}

.modal-appnav-list {
  padding: 0 0.3rem;
  font-size: .36rem;
  line-height: 1.3rem;
  color: #222;
}
.modal-appnav-list a {
  display: block;
  min-width: 50%;
}
.modal-appnav-list .navlv1 {
  width: 100%;
  height: 1.3rem;
  display: flex;
  position: relative;
  border-bottom: solid 1px #e6e6e6;
  align-items: center;
  padding: 0 0.38rem;
}
.modal-appnav-list .navlv1 .arrow {
  width: 35%;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 20;
}
.modal-appnav-list .navlv1 .arrow .bi {
  width: .12rem;
  height: 100%;
  display: block;
  background: url("/img/static/common/right-gray.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  right: .3rem;
  top: 0;
}
.modal-appnav-list .dropdown {
  width: 100%;
  height: 100%;
  background: #fff;
  padding: .62rem .3rem 0.4rem;
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 100;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  opacity: 0;
}
.modal-appnav-list .dropdown .navitem {
  padding: 0 0.38rem;
  border-bottom: solid 1px #e6e6e6;
  height: 1.3rem;
  display: flex;
  align-items: center;
}
.modal-appnav-list .return-box {
  width: 100%;
  display: block;
  position: relative;
}
.modal-appnav-list .return-box a {
  width: 100%;
  height: .9rem;
  display: flex;
  align-items: center;
  background: #f7f7f7;
  font-size: .28rem;
  line-height: .9rem;
  color: #677283;
  padding: 0 0.38rem;
}
.modal-appnav-list .return-box .bi {
  flex: none;
  width: .24rem;
  height: .24rem;
  display: block;
  margin: 0 .1rem 0 0;
}
.modal-appnav-list .navitem.active > .dropdown {
  left: 0;
  opacity: 1;
}

.head-place {
  position: relative;
  width: 100%;
  height: 4rem;
  display: block;
}

body.head-white .header {
  background: transparent;
  box-shadow: none;
}
body.head-white .header .normal {
  display: none;
}
body.head-white .header .white {
  display: block;
}
body.head-white .head-logo .logo::after {
  background: rgba(255, 255, 255, 0.5);
}
body.head-white .head-navbox .navlv1 {
  color: #fff;
}
body.head-white .head-tool::before {
  background: rgba(255, 255, 255, 0.5);
}
body.head-white .head-lang {
  color: #fff;
}
body.head-white .head-sch_open .bi {
  background-image: url("/img/static/common/head-sch-white.svg");
}
body.head-white .head-menu {
  color: #fff;
}
body.show-webnav .header {
  background: #fff;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  transform: none;
  -webkit-transform: none;
  opacity: 1;
}
body.show-webnav .header .normal {
  display: block;
}
body.show-webnav .header .white {
  display: none;
}
body.show-webnav .head-logo .logo::after {
  background: #999;
}
body.show-webnav .head-navbox {
  display: block;
}
body.show-webnav .head-tool::before {
  display: block;
}
body.show-webnav .head-lang {
  color: #282c2e;
}
body.open-appnav .header {
  border-bottom: solid 1px #e6e6e6;
}
body.open-appnav .header .normal {
  display: block;
}
body.open-appnav .header .white {
  display: none;
}
body.open-appnav .head-logo .logo::after {
  background: #999;
}
body.open-appnav .head-menu_open {
  display: none;
}
body.open-appnav .head-menu_close {
  display: flex;
}

@media screen and (max-width: 1440px) {
  .head-navlist {
    margin: 0 -1rem;
  }
  .head-navlist .navlv1 {
    padding: 0 1rem;
  }

  .head-tool {
    margin-left: 2rem;
  }
}
@media screen and (max-width: 1230px) {
  .head-logo .logo {
    height: 1.5rem;
  }

  .head-navlist .navlv1 {
    font-size: .8rem;
  }

  .head-subnav {
    font-size: .7rem;
  }

  .head-tool {
    margin-left: 1.5rem;
    padding-left: 1.5rem;
  }
}
@media screen and (max-width: 1100px) {
  .head-logo .logo {
    height: 1.3rem;
  }

  .head-navlist {
    margin: 0 -0.6rem;
  }
  .head-navlist .navlv1 {
    padding: 0 0.6rem;
  }
}
@media screen and (min-width: 992px) {
  body.head-normal .head-sch_open .bi {
    background-image: url("/img/static/common/head-sch.svg");
  }
  body.head-normal.head-scroll .header {
    position: fixed;
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    opacity: 0;
  }
  body.head-antd .header {
    transform: none !important;
    -webkit-transform: none !important;
    opacity: 1 !important;
    transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
    -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  }
  body.show-schbox .header {
    background: #fff;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    transform: none !important;
    -webkit-transform: none !important;
    opacity: 1 !important;
  }
  body.show-schbox .header .normal {
    display: block;
  }
  body.show-schbox .header .white {
    display: none;
  }
  body.show-schbox .head-logo .logo::after {
    background: #999;
  }
  body.show-schbox .head-navbox {
    display: block;
  }
  body.show-schbox .head-navbox .navlv1 {
    color: #282c2e;
  }
  body.show-schbox .head-tool::before {
    display: block;
  }
  body.show-schbox .head-lang {
    color: #282c2e;
  }
  body.show-schbox .head-sch_open {
    display: none;
  }
  body.show-schbox .head-sch_close {
    display: block;
  }

  .header:hover {
    background: #fff !important;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
  }
  .header:hover .normal {
    display: block !important;
  }
  .header:hover .white {
    display: none !important;
  }
  .header:hover .head-logo .logo::after {
    background: #999 !important;
  }
  .header:hover .head-navbox {
    display: block !important;
  }
  .header:hover .head-navbox .navlv1 {
    color: #282c2e;
  }
  .header:hover .head-tool::before {
    display: block !important;
    background: #999;
  }
  .header:hover .head-lang {
    color: #282c2e !important;
  }
  .header:hover .head-sch_open .bi {
    background-image: url("/img/static/common/head-sch.svg");
  }

  .head-navlist > .navitem:hover .navlv1 {
    color: #0052b7;
  }

  .head-navlv2 > .navitem:hover {
    color: #626161;
  }

  .mdsch-inpt-box .btn-sch:hover .bi {
    opacity: 1;
  }
}
@media screen and (max-width: 991.98px) {
  .header {
    height: 1.2rem;
    box-shadow: none;
  }

  .head-logo .box {
    margin: 0 -0.18rem;
  }
  .head-logo .logo {
    height: .48rem;
    padding: 0 0.18rem;
  }
  .head-logo .logo::after {
    height: .48rem;
  }

  .head-tool {
    padding: 0;
    margin: 0;
  }
  .head-tool::before {
    display: none;
  }

  .head-lang {
    font-size: .32rem;
    padding: 0 0.42rem;
    position: relative;
  }
  .head-lang a {
    display: block;
  }
  .head-lang::after {
    content: '';
    display: block;
    width: 1px;
    height: .44rem;
    background: #fff;
    background: #dcdcdc;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }

  .head-schbox {
    width: 0.76rem;
    height: 0.76rem;
    margin-left: .2rem;
  }
  .head-schbox .bi {
    width: .36rem;
    height: .36rem;
  }

  .modal-schbox {
    top: 0;
    height: 1.2rem;
    z-index: 500;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
    -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  }
  .modal-schbox .modal-close {
    flex: none;
    width: .52rem;
    height: .32rem;
    display: block;
    margin: 0 -0.1rem 0 0.22rem;
    background: url("/img/static/common/close.svg") no-repeat center center;
    background-size: .32rem;
    position: static;
  }

  .mdsch-inpt-box {
    max-width: none;
  }
  .mdsch-inpt-box .inpt {
    height: .8rem;
    border-radius: .4rem;
    background: #f7f7f7;
    padding: 0 1.1rem 0 .4rem;
    border: solid 1px #e6e6e6;
    font-size: .28rem;
    line-height: 2em;
  }
  .mdsch-inpt-box .btn-sch {
    width: 1.1rem;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .mdsch-inpt-box .btn-sch .bi {
    width: .36rem;
    background-image: url("/img/static/common/head-sch-gray.svg");
  }

  .head-place {
    height: 1.2rem;
  }

  body.head-normal .header {
    border-bottom: solid 1px #e6e6e6;
  }
  body.head-normal .head-logo .logo::after {
    background: #004ea2;
    opacity: .5;
  }
  body.head-normal .head-lang::after {
    background: #ccc;
  }
  body.show-schbox .modal-schbox {
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    opacity: 1;
  }
}
/* main-box */
.main-box {
  width: 100%;
  background: #fff;
  position: relative;
  z-index: 20;
  overflow-x: hidden;
}

.inside-topbox {
  width: 100%;
  position: relative;
}
.inside-topbox .topbox {
  width: 100%;
  position: relative;
}

.inside-banner {
  width: 100%;
  position: relative;
}
.inside-banner .s-imgs {
  width: 100%;
  position: relative;
  z-index: 1;
}
.inside-banner .s-imgs img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  object-fit: cover;
  object-position: center center;
}
.inside-banner .s-imgs.web {
  height: 20.5rem;
}
.inside-banner .s-body {
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  bottom: 8.75rem;
  z-index: 10;
  color: #fff;
  text-align: center;
  z-index: 111;
}
.inside-banner .s-heading {
  font-size: 3rem;
  line-height: 1em;
  font-weight: bold;
}
.inside-banner .video-box {
  position: relative;
  width: 100%;
  height: 20.5em;
}
.inside-banner .video-box video {
  object-fit: cover;
}

.inside-crumb {
  width: 100%;
  position: relative;
  padding: 1.2rem 0 0;
  font-size: .7rem;
  line-height: 1.5em;
  color: #767676;
}
.inside-crumb > * {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.inside-crumb a {
  display: block;
}
.inside-crumb a::after {
  content: '/';
  margin: 0 0.5rem;
  color: #767676;
}
.inside-crumb a:last-child::after {
  display: none;
}

.inside-navbox {
  width: 100%;
  position: relative;
  border-bottom: 1px solid #e6e6e6;
  z-index: 50;
}
.inside-navbox.web {
  background: #fff;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
}
.inside-navbox.web .navlist {
  width: 100%;
  display: flex;
  position: relative;
  justify-content: center;
}
.inside-navbox.web .navitem {
  height: 3rem;
  padding: 0 1.75em;
  display: block;
  position: relative;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.inside-navbox.web a {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  font-size: .9rem;
  line-height: 1em;
  color: #333;
}
.inside-navbox.web a span {
  height: 100%;
  position: relative;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
}
.inside-navbox.web .active span::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 50%;
  width: 100%;
  height: 2px;
  background: #0052B7;
  transform: translateX(-50%);
}
.inside-navbox.app {
  font-size: .36rem;
  line-height: 1rem;
  width: 100%;
  z-index: 20;
}
.inside-navbox.app .navhead {
  width: 100%;
  height: 1.2rem;
  padding: 0 .3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  position: relative;
  line-height: 1.2rem;
  text-align: center;
  font-weight: bold;
  color: #000;
  border-bottom: solid 1px transparent;
}
.inside-navbox.app .arrow {
  width: .36rem;
  height: .36rem;
  display: block;
  position: absolute;
  right: .4rem;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
.inside-navbox.app .arrow .bi {
  width: 100%;
  height: 100%;
  display: block;
  background: url("/img/static/chevron-down-blue.svg") no-repeat center center;
  background-size: contain;
  position: relative;
}
.inside-navbox.app .navbody {
  width: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  display: none;
  background: #fff;
  border-bottom: solid 1px #e6e6e6;
  padding: .32rem 0 0.52rem;
}
.inside-navbox.app .navitem {
  width: 100%;
  display: flex;
  line-height: .88rem;
  color: #333;
  text-align: center;
}
.inside-navbox.app .navitem a {
  width: 100%;
  display: block;
}
.inside-navbox.app .navitem.active {
  display: none;
}
.inside-navbox.app .navitem.active a {
  color: #0052b7;
  font-weight: bold;
}
.inside-navbox.app.is-open {
  background: #fff;
}
.inside-navbox.app.is-open .navhead {
  background: #fff;
  border-bottom-color: #d9d9d9;
  color: #333333;
}
.inside-navbox.app.is-open .arrow .bi {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  background-image: url("/img/static/chevron-down-gray.svg");
}

.inside-body {
  padding: 3.15rem 0;
  min-height: 500px;
}

#navAnchor {
  position: absolute;
  top: calc(100% - 3rem - 5rem);
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  width: 0;
  height: 0;
}

.inside-filthead {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2.5rem;
  position: relative;
  z-index: 30;
}

.inside-filthead-tit {
  font-size: 1.5rem;
  line-height: 1em;
  color: #677283;
  font-weight: bold;
}

.inside-filthead-right {
  display: flex;
}
.inside-filthead-right .byted-select-wrapper {
  width: 15rem;
}

.inside-tabnav {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: .9rem;
  color: #222;
  margin-bottom: 3rem;
  border-bottom: 1px solid #dcdcdc;
}
.inside-tabnav li {
  position: relative;
  padding: 0 1.38em;
}
.inside-tabnav li.active a {
  color: #000;
}
.inside-tabnav li.active a::after {
  width: 100%;
  opacity: 1;
  color: #000;
}
.inside-tabnav a {
  display: block;
  white-space: nowrap;
  position: relative;
  padding: 0 0em;
  padding-bottom: 1.11em;
  color: #666;
}
.inside-tabnav a::after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: #006db7;
  position: absolute;
  left: 50%;
  top: 100%;
  opacity: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}

.inside-applv2-swipbox {
  width: 100%;
  height: 1.1rem;
  background: #fff;
  position: fixed;
  left: 0;
  top: 1.2rem;
  z-index: 100;
  padding: 0 0.5rem;
}

.inside-applv2-place {
  width: 100%;
  height: 1.1rem;
  display: block;
}

.inside-applv2-swip {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  font-size: .28rem;
  line-height: 1.1rem;
  color: #222;
}
.inside-applv2-swip .swiper-slide {
  width: auto;
}
.inside-applv2-swip .swiper-slide.active {
  color: #0052b7;
}
.inside-applv2-swip .swiper-slide.active a::after {
  content: '';
  display: block;
  width: .4rem;
  height: 2px;
  background: #0052b7;
  position: absolute;
  left: 50%;
  bottom: .18rem;
  z-index: 5;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.inside-applv2-swip a {
  display: block;
  white-space: nowrap;
  position: relative;
  height: 100%;
}

.inside-applv2-ctrl {
  width: .5rem;
  height: 100%;
  display: block;
  background: #fff;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 20;
}
.inside-applv2-ctrl .bi {
  width: .26rem;
  height: .26rem;
  display: block;
  color: #999;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.inside-navlv3 {
  width: 100%;
  height: 1rem;
  display: flex;
  justify-content: center;
  position: relative;
  border-bottom: solid 1px #dcdcdc;
  padding: 0 0.3rem;
}
.inside-navlv3 .lv3list {
  height: 100%;
  display: flex;
  margin: 0 -0.35rem;
  position: relative;
}
.inside-navlv3 .navitem {
  padding: 0 0.35rem;
  height: 100%;
  position: relative;
}
.inside-navlv3 .navitem.active a::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #0052b7;
  position: absolute;
  left: 0;
  bottom: 0;
}
.inside-navlv3 a {
  display: block;
  height: 100%;
  position: relative;
  padding: .4rem 0 0;
  font-size: .28rem;
  line-height: 1em;
  color: #333;
}

@media screen and (min-width: 992px) {
  .main-box {
    min-height: 100vh;
  }

  .inside-crumb a[href]:hover {
    color: #0052b7 !important;
  }

  .inside-navlist a:hover {
    color: #323232;
  }

  .inside-tabnav li:not(.active):hover a {
    color: #0052b7;
  }
  .inside-tabnav.is-aside {
    margin: 0;
    width: auto;
  }
  .inside-tabnav.is-aside li:first-child::before {
    display: none;
  }
  .inside-tabnav.is-aside li:last-child::after {
    display: none;
  }
  .inside-tabnav.is-aside li.active {
    color: #0052b7;
  }
  .inside-tabnav.is-aside a::after {
    display: none;
  }
}
@media screen and (max-width: 991.98px) {
  .inside-crumb {
    display: none !important;
  }

  #navAnchor {
    top: calc(100% - 1rem - 1.2rem - 0.2rem);
  }

  .inside-banner .s-body {
    bottom: unset;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
  }
  .inside-banner .s-heading {
    font-size: .64rem;
  }
  .inside-banner .s-imgs.app {
    height: 6.2rem;
  }

  .inside-body {
    padding: 1rem 0 1.4rem;
  }

  .inside-filthead {
    display: block;
    margin-bottom: .48rem;
  }

  .inside-filthead-left {
    display: none;
  }

  .inside-filthead-right {
    width: 100%;
  }
  .inside-filthead-right .byted-select-wrapper {
    width: auto;
    white-space: nowrap;
  }
  .inside-filthead-right .byted-select-wrapper.is-open .byted-select-arrow::after {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  }
  .inside-filthead-right .byted-select-input {
    border: none;
    height: .8rem;
    font-size: .48rem;
    line-height: .8rem;
    color: #677283;
    padding: 0 0.68rem 0 0;
  }
  .inside-filthead-right .byted-select-arrow {
    right: 0;
  }
  .inside-filthead-right .byted-select-arrow::after {
    content: '';
    display: block;
    width: .3rem;
    height: .3rem;
    background: url("/img/static/common/down-gray.svg") no-repeat center center;
    background-size: contain;
  }
  .inside-filthead-right .byted-select-arrow .bi {
    display: none;
  }
  .inside-filthead-right .byted-popover-wrapper {
    width: calc(100vw - 0.6rem);
  }
  .inside-filthead-right .byted-option-list {
    font-size: .4rem;
    line-height: .7rem;
    max-height: 7.2rem;
  }

  .inside-tabnav {
    font-size: .36rem;
    line-height: .5rem;
    margin-bottom: .6rem;
    border: 0;
  }
  .inside-tabnav li {
    padding: 0 0.25rem;
  }
  .inside-tabnav li::after {
    height: .32rem;
  }
  .inside-tabnav li:first-child::before {
    display: none;
  }
  .inside-tabnav li:last-child::after {
    display: none;
  }
  .inside-tabnav a {
    padding: 0;
  }
}
/* footer */
.footer {
  width: 100%;
  padding: 4.25rem 0 2.9rem;
  color: #fff;
  background: url("/img/static/common/foot-1.jpg") no-repeat center center;
  background-size: cover;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.foot-topbox {
  margin-bottom: 2.25rem;
}

.foot-topbox-title {
  width: 100%;
  text-align: center;
  font-size: 2rem;
  line-height: 1.25em;
  margin-bottom: 1em;
}

.foot-topbox-tool {
  width: 100%;
  display: flex;
  justify-content: center;
}
.foot-topbox-tool .btn {
  width: 10rem;
}

.foot-fdlink-box {
  width: 100%;
  display: flex;
  padding: 1.075rem 0;
  border-top: solid 1px rgba(255, 255, 255, 0.5);
  border-bottom: solid 1px rgba(255, 255, 255, 0.5);
  white-space: nowrap;
  font-size: .8rem;
  line-height: 2em;
  margin-bottom: 2rem;
}
.foot-fdlink-box a {
  display: block;
}

.foot-fdlink-tit {
  flex: none;
}

.foot-fdlink-body {
  width: 100%;
  flex: 1;
}

.foot-fdlink {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.75rem;
}
.foot-fdlink li {
  padding: 0 0.75rem;
}

.foot-navinfo-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 2.3rem;
}

.foot-navbox {
  flex: 0 0 80%;
  max-width: 1110px;
}

.foot-navlist {
  width: 100%;
  display: flex;
  justify-content: space-between;
  white-space: nowrap;
}

.foot-navlv1 {
  font-size: 1rem;
  line-height: 1.5em;
  margin-bottom: .5rem;
}

.foot-navlv2 {
  font-size: .8rem;
  line-height: 2em;
  color: rgba(255, 255, 255, 0.5);
}
.foot-navlv2 a {
  display: block;
}

.foot-wxbox {
  flex: none;
  margin: 0 1.5rem 0 0;
}
.foot-wxbox .imgs {
  width: 4rem;
  position: relative;
}
.foot-wxbox .imgs img {
  width: 100%;
  display: block;
}

.foot-botbox {
  font-size: .7rem;
  line-height: 1.5em;
  color: rgba(255, 255, 255, 0.5);
  white-space: nowrap;
  display: flex;
  justify-content: space-between;
  justify-content: center;
}
.foot-botbox .foot-botbox-right {
  display: none;
}

.foot-botbox-left {
  display: flex;
  align-items: center;
}
.foot-botbox-left .info {
  margin: 0 0.8rem 0 0;
}
.foot-botbox-left .info:last-child {
  margin: 0;
}

.foot-support {
  display: flex;
  align-items: center;
}
.foot-support .tit {
  flex: none;
}

.foot-jszc_swip {
  height: 1.5em;
  overflow: hidden;
  position: relative;
}

.foot-gab {
  display: flex;
  align-items: center;
}
.foot-gab img {
  width: 20px;
  flex: none;
  display: block;
  margin: 0 5px 0 0;
}

.footer-md {
  padding: 3rem 0 2rem;
}
.footer-md .foot-topbox {
  margin-bottom: 2rem;
}
.footer-md .foot-navinfo-box {
  margin-bottom: 2rem;
}

.footer-sm {
  padding: 2rem 0 1rem;
}
.footer-sm .foot-topbox {
  margin-bottom: 1.5rem;
}
.footer-sm .foot-topbox-title {
  margin-bottom: 1rem;
}
.footer-sm .foot-fdlink-box {
  padding: 1rem 0;
}
.footer-sm .foot-navinfo-box {
  margin-bottom: 1rem;
}

@media screen and (min-width: 992px) {
  .footer a[href]:hover {
    color: #fff;
  }

  .foot-fdlink a[href]:hover {
    opacity: .7;
  }
}
@media screen and (max-width: 991.98px) {
  .footer {
    position: relative;
    background-image: url("/img/static/common/foot-1_m.jpg");
    padding: 1.08rem 0 0.64rem;
    text-align: center;
  }

  .foot-topbox {
    margin: 0 0 0.9rem;
  }

  .foot-topbox-title {
    font-size: .5rem;
    line-height: .72rem;
  }

  .foot-topbox-tool .btn {
    width: 3rem;
  }

  .foot-fdlink-box {
    padding: 0.35rem 0;
    font-size: .28rem;
    line-height: .56rem;
    display: block;
    margin: 0 0 0.6rem;
  }

  .foot-fdlink-tit {
    width: 100%;
    text-align: center;
  }

  .foot-fdlink-body {
    display: flex;
    justify-content: center;
  }

  .foot-fdlink {
    margin: 0 -0.2rem;
    justify-content: center;
  }
  .foot-fdlink li {
    padding: 0 0.2rem;
    opacity: .5;
  }

  .foot-navinfo-box {
    justify-content: center;
    margin-bottom: .38rem;
  }

  .foot-navlv1 {
    font-size: .28rem;
    line-height: 1em;
    margin-bottom: .3rem;
  }

  .foot-wxbox {
    margin: 0;
  }
  .foot-wxbox .imgs {
    width: 2.4rem;
    padding: .12rem;
    background: #fff;
  }

  .foot-botbox {
    font-size: .26rem;
    line-height: .48rem;
    color: #999;
    text-align: center;
    display: block;
  }

  .foot-botbox-left {
    display: block;
  }
  .foot-botbox-left .info {
    margin: 0;
  }

  .foot-support {
    width: 100%;
    justify-content: center;
  }
  .foot-support .title {
    display: none;
  }

  .foot-jszc_swip {
    height: .48rem;
  }

  .foot-botbox-end {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .foot-botbox-end .info::after {
    content: '|';
    margin: 0 0.2rem;
  }
  .foot-botbox-end .info:last-child::after {
    display: none;
  }

  .foot-gab {
    justify-content: center;
  }
}
/* 翻页 */
.global-paging {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 3rem 0 0;
}
.global-paging .paging-ctrl {
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: .9rem;
  line-height: 1em;
  color: #222222;
}
.global-paging .paging-ctrl.next {
  padding: 0 1.11em;
}
.global-paging .paging-ctrl.next .arrow {
  width: .55em;
  height: 1em;
  background-image: url(/img/static/common/global-paging-next.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.global-paging .paging-ctrl.prev {
  padding: 0 1.11em;
}
.global-paging .paging-ctrl.prev .arrow {
  width: .55em;
  height: 1em;
  background-image: url(/img/static/common/global-paging-prev.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.global-paging .paging-num {
  display: flex;
  align-items: center;
  font-size: 1rem;
  color: #677283;
  text-align: center;
}
.global-paging .paging-num a {
  width: 2.5rem;
}
.global-paging .paging-num a.active {
  color: #0052b7;
}
.global-paging .paging-num .end {
  font-size: .8rem;
}
.global-paging .disabled {
  pointer-events: none;
}

@media screen and (min-width: 992px) {
  .global-paging .paging-ctrl:not(.disabled):hover {
    color: #fff;
  }
  .global-paging .paging-num a:hover {
    color: #004ea2 !important;
  }
}
@media screen and (max-width: 991.98px) {
  .global-paging {
    margin: .8rem 0 0;
    justify-content: space-between;
  }
  .global-paging .paging-ctrl {
    width: 2.6rem;
    height: calc(.78rem + 2px);
    font-size: .26rem;
    color: #6c757d;
    border: solid 1px #6c757d;
    border-radius: .4rem;
    box-shadow: none;
    margin: 0 0.3rem;
  }
  .global-paging .paging-ctrl .arrow {
    width: .16rem;
    height: .3rem;
    display: block;
    position: relative;
    background: no-repeat center center;
    background-size: contain;
  }
  .global-paging .paging-ctrl.prev {
    padding: 0;
  }
  .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 {
    padding: 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: .5;
  }
}
/* 移动端单选下拉 */
.ht-select-wrap {
  width: 100%;
  position: relative;
  z-index: 50;
}
.ht-select-wrap.app {
  width: 100vw;
  margin: 0 -0.3rem 1rem;
  font-size: .28rem;
  line-height: 1rem;
  color: #282c2e;
}
.ht-select-wrap.app .ht-select-head {
  width: 100%;
  height: 1rem;
  display: block;
  position: relative;
  padding: 0 .3rem;
  border-bottom: solid 1px #e6e6e6;
}
.ht-select-wrap.app .htyear-select-arrow {
  width: .22rem;
  height: .22rem;
  display: block;
  position: absolute;
  right: .4rem;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
.ht-select-wrap.app .htyear-select-arrow .bi {
  width: 100%;
  height: 100%;
  display: block;
  background: url("/img/static/common/arrow-down.svg") no-repeat center center;
  background-size: contain;
  position: relative;
}
.ht-select-wrap.app .ht-popover-wrapper {
  width: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  display: none;
  background: #fff;
  border-bottom: solid 1px #e6e6e6;
  padding: .1rem 0;
}
.ht-select-wrap.app .ht-option-list .item {
  width: 100%;
  display: flex;
  line-height: .8rem;
}
.ht-select-wrap.app .ht-option-list .item a {
  width: 100%;
  display: block;
  padding: 0 0.3rem;
}
.ht-select-wrap.app .ht-option-list .item.active {
  display: none;
}
.ht-select-wrap.app .ht-option-list .item.active a {
  color: #0052b7;
  font-weight: bold;
}
.ht-select-wrap.app.is-open .htyear-select-arrow .bi {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.inside-column {
  padding-bottom: 1.5em;
}
.inside-column .list {
  margin: 0 -.75em;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.inside-column .item {
  position: relative;
  padding: 0 .75em;
}
.inside-column .item::before {
  position: absolute;
  content: '/';
  right: -.25em;
  top: 50%;
  color: #666;
  font-size: .7em;
  transform: translateY(-50%);
}
.inside-column .item:last-child::before {
  display: none;
}
.inside-column .item a {
  color: #666;
  font-size: .8em;
  line-height: 1.25;
}

@media (max-width: 991.98px) {
  .inside-column {
    padding-bottom: .24rem;
  }
  .inside-column .list {
    margin: 0 -.35rem;
  }
  .inside-column .item {
    position: relative;
    padding: 0 .35rem;
  }
  .inside-column .item::before {
    position: absolute;
    content: '/';
    right: -.1rem;
    top: 50%;
    color: #666;
    font-size: .28rem;
    transform: translateY(-50%);
  }
  .inside-column .item:last-child::before {
    display: none;
  }
  .inside-column .item a {
    color: #666;
    font-size: .28rem;
    line-height: 1.25;
  }
}
/* 其他 */
@media screen and (max-width: 991.98px) {
  .p-report .inside-body {
    padding-bottom: 0;
  }
  .p-report #repotr_zljg,
  .p-report #repotr_gszd {
    padding-bottom: 1.4rem;
  }
  .p-report #repotr_gszz {
    padding-bottom: .4rem;
  }
}
.p-temporary .inside-body {
  padding-top: 0;
}

.demo-input {
  padding-left: 10px;
  height: 38px;
  min-width: 262px;
  line-height: 38px;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  border-radius: 2px;
}

.demo-footer {
  padding: 50px 0;
  color: #999;
  font-size: 14px;
}

.demo-footer a {
  padding: 0 5px;
  color: #01AAED;
}

.date-sizer {
  margin-bottom: 3em;
  background: #F5F5F7;
}
.date-sizer .box {
  padding: 1.5em;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.layui-inline {
  width: 26.5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: .75em 3.2em .75em 2em;
  border-radius: 25px;
  border: 1px solid #BBB;
  background: #fff;
  position: relative;
}
.layui-inline::before {
  position: absolute;
  content: '';
  right: 1em;
  top: 50%;
  width: .9em;
  height: .45em;
  background: url("/img/static/chevron-down-blue.svg") no-repeat center center;
  background-size: contain;
  transform: translateY(-50%);
}

.layui-input-inline {
  width: 37.5%;
  display: flex;
  align-items: center;
  height: max-content;
}
.layui-input-inline .input-num2,
.layui-input-inline .input-num1 {
  width: 100% !important;
  font-size: .7em;
  height: 1em;
  color: #333;
}
.layui-input-inline .input-num2::placeholder,
.layui-input-inline .input-num1::placeholder {
  font-size: .9em;
  color: #999;
}

.layui-form-mid {
  font-size: .7em;
  display: block;
  height: 100%;
}

.date-search-box {
  width: 72.4%;
  height: 2.4em;
  padding: 0em 0em 0em 2em;
  display: flex;
  align-items: center;
  border-radius: 25px;
  border: 1px solid #DCDCDC;
  background: #FFF;
}

.date-search-input {
  width: 85.56%;
  height: 100%;
  color: #333;
  font-size: .7em;
  padding-right: 2%;
}
.date-search-input::placeholder {
  font-size: 1em;
  color: #333;
}

.date-search {
  width: 14.44%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .8em;
  color: #fff !important;
  border-radius: 25px;
  background: #0052B7;
}

@media (min-width: 991.98px) {
  .date-search:hover {
    color: #fff;
    transition: 0s;
    -webkit-transition: 0s;
  }
}
@media (min-width: 991.98px) and (max-width: 1450px) {
  .layui-inline {
    width: 30.5%;
    padding: 0.75em 2em 0.75em 2em;
  }

  .date-search-box {
    width: 66.4%;
  }
}
@media screen and (max-width: 991.98px) {
  .date-sizer {
    padding:0;
    margin-bottom: 1.2rem;
    background: #F5F5F7;
  }
  .date-sizer .box {
    padding: 0;
    display: block;
  }
  .date-sizer .global-inner {
    padding: 0 !important;
  }

  .layui-inline {
    width: 100%;
    height: .8rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .26rem .98rem .25rem .28rem;
    border-radius: 25px;
    border: 1px solid #BBB;
    background: #fff;
    margin-bottom: .4rem;
  }
  .layui-inline::before {
    position: absolute;
    content: '';
    right: .34rem;
    top: 50%;
    width: .3rem;
    height: .24rem;
    background: url("/img/static/chevron-down-blue.svg") no-repeat center center;
    background-size: contain;
    transform: translateY(-50%);
  }

  .layui-input-inline {
    width: 100%;
    display: flex;
    align-items: center;
    height: max-content;
  }
  .layui-input-inline .input-num2,
  .layui-input-inline .input-num1 {
    width: 100% !important;
    font-size: .28rem;
    height: auto;
  }
  .layui-input-inline .input-num2::placeholder,
  .layui-input-inline .input-num1::placeholder {
    font-size: .24rem;
    color: #333;
  }

  .layui-form-mid {
    font-size: .28rem;
    margin: 0 .24rem;
    display: block;
    height: 100%;
  }

  .date-search-box {
    width: 100%;
    height: .8rem;
    padding: 0em 0em 0em .28rem;
    display: flex;
    align-items: center;
    border-radius: 25px;
    border: 1px solid #DCDCDC;
    background: #FFF;
  }

  .date-search-input {
    width: 67.69%;
    height: 100%;
    color: #333;
    font-size: .28rem;
  }
  .date-search-input::placeholder {
    font-size: .28rem;
  }

  .date-search {
    width: 32.31%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .8em;
    color: #fff;
    border-radius: 25px;
    background: #0052B7;
  }

  .layui-laydate-main {
    display: block !important;
  }

  .layui-laydate-range {
    width: 70% !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
  }
}
.p-company-activity .inside-tabnav {
  margin: 0 0 1.66em;
}

@media (max-width: 991.98px) {
  .p-company-activity .inside-tabnav {
    margin: 0 0 0;
    font-size: .28rem;
    margin-bottom: .5rem;
  }
}
.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: 30em;
  margin: 0 auto;
  text-align: center;
  padding: 4.5em 1em 4.25em;
  background-color: #fff;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.hr-pop .boxs .icon {
  width: 4em;
  height: 4em;
  margin: 0 auto;
  margin-bottom: 1.5em;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  border: solid 1px #2370db;
}

.hr-pop .boxs .icon .bi {
  width: 1.8em;
  height: 1.5em;
  margin: 0 auto;
  color: #2370db;
}

.hr-pop .boxs .tit {
  font-size: 1.3rem;
  line-height: 1;
  color: #333333;
  margin-bottom: 0.6em;
}

.hr-pop .boxs .doc {
  font-size: 0.8em;
  line-height: 2;
  color: #333333;
}

.hr-pop .boxs .box {
  width: 10em;
  height: 2.5em;
  color: #fff;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  margin-top: 1.6em;
  background-color: #2370db;
  border-radius: 5px;
}

@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;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }

  .hr-pop .boxs .icon {
    width: 4em;
    height: 4em;
    margin: 0 auto;
    margin-bottom: 1.5em;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    border: solid 1px #2370db;
  }

  .hr-pop .boxs .icon .bi {
    width: 1.8em;
    height: 1.5em;
    margin: 0 auto;
    color: #2370db;
  }

  .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.6rem;
    color: #fff;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    font-size: 0.28rem;
    margin-top: 0.47rem;
    background-color: #2370db;
    border-radius: 5px;
  }
}
.hr-pop.error .boxs .tit {
  white-space: nowrap;
}

.inside-swiper1 {
  margin: 0 0 2.65em;
  border-bottom: 1px solid #DCDCDC;
}
.inside-swiper1 .swiper-wrapper {
  justify-content: center;
}
.inside-swiper1 .swiper-slide {
  width: auto;
  padding: 0 1.25em;
}
.inside-swiper1 .swiper-slide a {
  position: relative;
  display: block;
  font-size: .9em;
  padding-bottom: 1em;
  color: #666;
}
.inside-swiper1 .swiper-slide a::before {
  display: none;
  position: absolute;
  content: '';
  left: 50%;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #0052B7;
  transform: translateX(-50%);
}
.inside-swiper1 .swiper-slide.active a {
  color: #000;
}
.inside-swiper1 .swiper-slide.active a::before {
  display: block;
}

@media (max-width: 991.98px) {
  .inside-swiper1 {
    margin: 0 0em .6rem;
    border-bottom: 0;
  }
  .inside-swiper1 .swiper-wrapper {
    justify-content: center;
  }
  .inside-swiper1 .swiper-slide {
    width: auto;
    padding: 0;
  }
  .inside-swiper1 .swiper-slide a {
    font-size: .28rem;
    padding-bottom: .1rem;
  }
}
.p-party-new .inside-navbox.web .active span::before, .p-edu .inside-navbox.web .active span::before {
  background: #C72415;
}
.p-party-new .inside-swiper1 .swiper-slide a::before, .p-edu .inside-swiper1 .swiper-slide a::before {
  background: #C72415;
}
