@font-face {
    font-family: SourceHanSerifCN-Medium-6;
    src: url("../SourceHanSerifCN-Medium.woff2");
}
@font-face {
    font-family: SourceHanSerifCN-SNaNpxiBold;
    src: url("../SourceHanSerifCN-Medium.woff2");
}
@font-face {
    font-family: SourceHanSerifCN-Regular;
    src: url("../SourceHanSerifCN-Medium.woff2");
}
body,ul, li,p,h1,h2,h3,h4,h5,h6,dd,dl,dt{
    list-style:none;
    margin:0;
    padding:0;
}
a{
    text-decoration:none;
    color:#000;
}
a:hover{
    text-decoration:none;
    opacity: 0.8;
}
html {
    height: 100%;
}
body {
    height: 100%;
    overflow-x: hidden;
}
.page-body {
  transform-origin: left top;
    width: 1920px;
    overflow-x: hidden;
}
.clickable {
    cursor: pointer;
}
.clickable:hover {
    opacity: 0.8;
}

/* header */
.header-nav {
    display: flex;
    padding: 38px 0 38px 61px;
    background: #FFFFFF;
    position: relative;
    z-index: 5;
}
.header-nav .header-logo {
    margin-right: 74px;
    flex: 0 0 397px;
}
.header-nav .header-logo img{
    width: 397px;
    height: 87px;
}
.header-nav .nav-wrap {
    flex: 1;
    height: 100px;
    background: #f3f3f9a6;
    border-radius: 10px 0 0 10px;
    display: flex;
    justify-content: space-between;
}
.header-nav .nav-menu {
    display: flex;
}
.header-nav .nav-menu .nav-menu-item{
    padding: 0 35px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    font-size: 22px;
    color: #322c2cd9;
    letter-spacing: 0;
    line-height: 100px;
}
.header-nav .nav-menu .nav-menu-item.active  {
    background-image: linear-gradient(218deg, #FFC14C 0%, #FF7136 95%);
    font-family: PingFangSC-SNaNpxibold;
    font-size: 24px;
    color: #FFFFFF;
}
.header-nav .nav-menu .nav-menu-item.active:first-child {
    border-radius: 10px 0 0 10px;
}
.header-nav .nav-right-btn {
    display: flex;
    /* width: 323px; */
    align-items: center;
    padding-right: 8px;
}
.header-nav .nav-right-btn .nav-btn {
    margin-right: 38px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    font-size: 22px;
    color: #322c2cd9;
    letter-spacing: 0;
    line-height: 30px;
   position: relative;
   cursor: pointer;
}
.header-nav .nav-right-btn .nav-btn img {
    width: 37px;
    height: 37px;
    margin-right: 12px;
    vertical-align: middle;
}
.header-nav .wdssx-qrcode-wrap .wdssx-qrcode {
  display: none;
  position: absolute;
  right: -20px;
  top: 70px;
  width: 200px;
  z-index: 10;
  padding: 20px;
  background: #FFFFFF;
  box-shadow: 0 3px 6px -4px #0000001f, 0 6px 16px 0 #00000014, 0 9px 28px 8px #0000000d;
  border-radius: 8px;
  box-sizing: content-box;
}
.header-nav .wdssx-qrcode-wrap .wdssx-qrcode img {
  width: 200px;
  height: 200px;
}
/* .header-nav .wdssx-qrcode-wrap:hover .wdssx-qrcode {
  display: block;
} */

  /* 鼠标悬停时显示 */
  #weichatDisplay:hover ~ .wdssx-qrcode {
    display: block;
  }

.login-bg {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.38);
  z-index: 9999;
}

/* footer */
.footer {
    height: 209px;
    background: #333333;
    padding-top: 49px;
    box-sizing: border-box;
}
.footer .footer-links {
    width: 800px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 24px;
    border-bottom: 0.5px solid #ffffff54;
}
.footer .footer-links a {
    font-family: PingFangSC-Regular;
    font-weight: 400;
    font-size: 16px;
    color: #ffffff85;
    line-height: 22px;
    display: inline-block;
    vertical-align: middle;
}
.footer .footer-links span {
    align-items: center;
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #979797;
    line-height: 22px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 8px;
}
.footer .footer-info {
    width: 712px;
    margin: 0 auto;
    text-align: center;
    margin-top: 16px;
}
.footer .footer-company {
    font-family: SourceHanSerifCN-Regular;
    font-weight: 400;
    font-size: 14px;
    color: #ffffff85;
    letter-spacing: 0;
    line-height: 30px;
    margin-bottom: 3px;
}
.footer .footer-company a {
    font-family: SourceHanSerifCN-Regular;
    font-weight: 400;
    font-size: 14px;
    color: #ffffff85;
    letter-spacing: 0;
    line-height: 30px;
}
.footer .footer-company a img {
    width: 18px;
    height: 21.6px;
    margin-right: 7.5px;
    vertical-align: middle;
}
.footer .footer-company span {
    margin-right: 39px;
}
.footer .footer-copyright {
    font-family: SourceHanSerifCN-Regular;
    font-weight: 400;
    font-size: 14px;
    color: #ffffff85;
    letter-spacing: 0;
    line-height: 30px;
}
/* 弹性盒子布局 */
.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}
.flex-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}
.flex-2 {
    -webkit-box-flex: 2;
    -webkit-flex: 2;
    flex: 2;
}
/* 自适应填满屏幕 flexFlow 父\ flexGrow 子*/
.flexFlow {
    display: flex;
    flex-flow: column nowrap;
    width: 100%;
    height: 100%;
}
.flexGrow {
    flex-grow: 1;
}
/* 与flex一起让元素水平居中 */
.column-center {
    -webkit-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
/* 与flex一起让元素水平居中 */
.vertal-center {
    -webkit-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
/* 与flex一起让元素水平垂直居中 */
.item-center {
    -webkit-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
/* 与flex一起让元素两端对齐 */
.columnJustify {
    -webkit-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.loading-text {
    font-family: PingFangSC-Regular;
    font-weight: 400;
    font-size: 18px;
    color: #8B8B8B;
    letter-spacing: 0;
    text-align: center;
}
.loading,
.loading > div {
  position: relative;
  box-sizing: border-box;
}

.loading {
  display: inline-block;
  font-size: 0;
  color: #000;
  vertical-align: middle;
  margin-right: 6px;
}

.loading.la-dark {
  color: #333;
}

.loading > div {
  display: inline-block;
  float: none;
  background-color: #F6401D;
  border: 0 solid #F6401D;
}

.loading {
  width: 24px;
  height: 24px;
}

.loading > div {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  margin-top: -4px;
  margin-left: -4px;
  border-radius: 100%;
  animation: ball-spin 1s infinite ease-in-out;
}

.loading > div:nth-child(1) {
  top: 5%;
  left: 50%;
  animation-delay: -1.125s;
}

.loading > div:nth-child(2) {
  top: 18.1801948466%;
  left: 81.8198051534%;
  animation-delay: -1.25s;
}

.loading > div:nth-child(3) {
  top: 50%;
  left: 95%;
  animation-delay: -1.375s;
}

.loading > div:nth-child(4) {
  top: 81.8198051534%;
  left: 81.8198051534%;
  animation-delay: -1.5s;
}

.loading > div:nth-child(5) {
  top: 94.9999999966%;
  left: 50.0000000005%;
  animation-delay: -1.625s;
}

.loading > div:nth-child(6) {
  top: 81.8198046966%;
  left: 18.1801949248%;
  animation-delay: -1.75s;
}

.loading > div:nth-child(7) {
  top: 49.9999750815%;
  left: 5.0000051215%;
  animation-delay: -1.875s;
}

.loading > div:nth-child(8) {
  top: 18.179464974%;
  left: 18.1803700518%;
  animation-delay: -2s;
}

.loading.la-sm {
  width: 16px;
  height: 16px;
}

.loading.la-sm > div {
  width: 4px;
  height: 4px;
  margin-top: -2px;
  margin-left: -2px;
}

.loading.la-2x {
  width: 64px;
  height: 64px;
}

.loading.la-2x > div {
  width: 16px;
  height: 16px;
  margin-top: -8px;
  margin-left: -8px;
}

.loading.la-3x {
  width: 96px;
  height: 96px;
}

.loading.la-3x > div {
  width: 24px;
  height: 24px;
  margin-top: -12px;
  margin-left: -12px;
}

@keyframes ball-spin {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }

  20% {
    opacity: 1;
  }

  80% {
    opacity: 0;
    transform: scale(0);
  }
}

#toast {
  position: fixed;
  top: 50%; /* 相对于视口高度的10% */
  left: 50%; /* 相对于视口宽度的20% */
  transform: translate(-50%,-50%);
  background-color: #333;
  color: white;
  padding: 15px;
  border-radius: 5px;
  z-index: 1000;
}
.toast-message {
  margin: 0;
  font-size: 16px;
}