* {
  padding: 0;
  margin: 0;
  font-family: DINPro-Medium;
  box-sizing: border-box;
}

html body {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

iframe {
  /**消除下面的间隙*/
  vertical-align: bottom;
}

button {
  border: none;
}

li {
  list-style: none;
}

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

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

span {
  user-select: none;
}

.pc {
  background-color: #26282b;
  min-width: 1430px;
  display: none;
  flex-direction: column;
  align-items: center;
}

.pc .header {
  width: 100%;
  height: 60px;
  min-width: 1430px;
  position: relative;
  z-index: 2;
}

.pc .header2 {
  position: absolute;
  height: 800px;
}

.pc .footer {
  width: 100%;
  height: 662px;
  position: relative;
  z-index: 2;
  min-width: 1300px;
}

.pc .bannertop {
  margin-top: 60px !important;
}
.pc .banner {
  /* 60 header的高度 */
  margin-top: 0px;
  width: 100%;
  overflow-x: clip;
  height: 501px;
  position: relative;
}

.pc .banner .imgbg {
  height: 501;
  width: auto;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}

.pc .banner .bannerc {
  width: 1200px;
  position: absolute;
  top: 70px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
}

.pc .banner .bannerc .title {
  height: 56px;
  font-size: 48px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #fefefc;
  line-height: 56px;
  white-space: nowrap;
}

.pc .banner .bannerc .dktzs {
  margin-top: 9px;
  position: relative;
}
.pc .banner .bannerc .dktzs::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 4px;
  background-color: #6340cb;
  left: -81px;
  top: 50%;
  transform: translateY(-50%);
}
.pc .banner .bannerc .bannertime {
  margin-top: 60px;
  display: flex;
}
.pc .banner .bannerc .bannertimeitem {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #2c2e36;
  border-radius: 8px;
  padding: 24px;
  width: 200px;
  position: relative;
  margin-right: 20px;
}

/*
  不需要hover状态
*/
/* .pc .banner .bannerc .bannertimeitem:hover .bannertimeitemblur{
  display: block;
}
.pc .banner .bannerc .bannertimeitemblur{
  display: none;
  height: 14px;
  width: 100%;
  background-color: #6340CB;
  border-radius: 43px;
  position: absolute;
  bottom: -5px;
  z-index: -1;
  left: 0;
} */

.pc .banner .bannerc .bannertimeitem .time {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #fefefc;
  line-height: 20px;
  margin-bottom: 15px;
  text-align: center;
}
.pc .banner .bannerc .bannertimeitem .desc {
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #fefefc;
  line-height: 24px;
  text-align: center;
}
.pc .banner .bannerc .bannertimeitem .shandian {
  width: 49px;
  position: absolute;
  left: 23px;
  top: -19px;
}

.pc .content {
  display: flex;
  width: 1200px;
  margin: 0 auto;
  justify-content: space-between;
  margin-bottom: 40px;
}

.pc .content .contentitem {
  height: 735px;
  background: #2c2e36;
  border-radius: 8px;
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pc .content .contentitem .dangqi {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  padding: 0 50px;
}

.pc .content .contentitem .dangqi .syh {
  width: 19px;
}

.pc .content .contentitem .dangqi .dqtxt {
  /* height: 26px; */
  font-size: 18px;
  font-family: DINPro-Medium, DINPro;
  font-weight: 500;
  color: #fefefc;
  /* line-height: 26px; */
  margin-left: 24px;
  margin-right: 24px;
  display: none;
  text-align: center;
}

.pc .content .contentitem .djs {
  display: flex;
  align-items: center;
}

.pc .content .contentitem .djs .num {
  width: 30px;
  height: 40px;
  background: #26282b;
  border-radius: 2px;
  font-size: 24px;
  font-family: DINPro-Medium, DINPro;
  font-weight: 500;
  color: #fefefc;
  line-height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pc .content .contentitem .djs .mh {
  height: 32px;
  font-size: 24px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #fefefc;
  line-height: 32px;
  margin-left: 12px;
  margin-right: 12px;
}
.pc .content .contentitem .srk {
  width: 335px;
  height: 42px;
  background: #26282b;
  border-radius: 21px;
  margin-top: 32px;
  display: flex;
  align-items: center;
  padding: 0 15px;
}
.pc .content .contentitem .srk .jiajian {
  width: 21px;
  cursor: pointer;
}
.pc .content .contentitem .srk .num {
  width: 100%;
  background: transparent;
  border: none;
  outline: none;
  height: 28px;
  font-size: 20px;
  font-family: DINPro-Bold, DINPro;
  font-weight: bold;
  color: #fefefc;
  line-height: 28px;
  text-align: center;
}
.pc .content .contentitem .yue {
  margin-top: 12px;
  display: none;
  align-items: center;
  justify-content: space-between;
  width: 345px;
  padding: 0 15px;
}
.pc .content .contentitem .yue .kyye {
  height: 17px;
  font-size: 12px;
  font-family: DINPro-Medium, DINPro;
  font-weight: 500;
  color: #85889c;
  line-height: 17px;
}

.pc .content .contentitem .yue .ljhz {
  height: 17px;
  font-size: 12px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #7751ff;
  line-height: 17px;
  cursor: pointer;
}
.pc .content .contentitem .cybm {
  margin-top: 23px;
  position: relative;
}
.pc .content .contentitem .cybmbg {
  width: 335px;
  cursor: pointer;
  display: none;
}
.pc .content .contentitem .txt {
  /* height: 22px; */
  font-size: 16px;
  font-family: DINPro-Bold, DINPro;
  font-weight: bold;
  color: #fefefc;
  /* line-height: 22px; */
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  display: none;
  text-align: center;
}
.pc .content .contentitem .jcxx {
  margin-top: 26px;
  width: 335px;
  border-top: 0.5px dashed #7751ff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 12px;
  margin-bottom: 33px;
}
.pc .content .contentitem .jcxx .lr {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 40%;
}
.pc .content .contentitem .jcxx .lr .one {
  height: 24px;
  font-size: 16px;
  font-family: DINPro-Medium, DINPro;
  font-weight: 500;
  color: #7751ff;
  line-height: 24px;
  text-align: center;
  margin-bottom: 3px;
}
.pc .content .contentitem .jcxx .lr .two {
  height: 22px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #85889c;
  line-height: 22px;
  text-align: center;
}
.pc .content .contentitem .jcxx .line {
  width: 1px;
  height: 40px;
  background: #7751ff;
  border-radius: 6px;
}
.pc .content .contentitem .jlgz {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 336px;
  height: 88px;
  background: #26282b;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 28px;
}

.pc .content .contentitem .jlgz .t1 {
  height: 22px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #85889c;
  line-height: 22px;
}

.pc .content .contentitem .jlgz .t2 {
  height: 22px;
  font-size: 18px;
  font-family: DINPro-Bold, DINPro;
  font-weight: bold;
  color: #7751ff;
  line-height: 22px;
}
.pc .content .contentitem .jlgz .lr {
  background: #f1edff;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pc .content .contentitem .jlgz .lr .bao {
  width: 69px;
  margin-top: -23px;
}
.pc .content .contentitem .jlgz .lr .wdjl {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #7751ff;
  margin-bottom: 6px;
}

.pc .content .contentitem .jlgz .lr .jlnum {
  font-size: 18px;
  font-family: DINPro-Bold, DINPro;
  font-weight: bold;
  color: #7751ff;
}

.pc .content .contentitem .jlgz .lr .dqtxt {
  font-family: DINPro-Medium, DINPro;
  font-weight: 500;
  color: #7751ff;
  font-size: 14px;
  display: none;
  text-align: center;
}

.pc .content .contentitem .jlgz .lr .hdgz {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #7751ff;
  margin-top: 20px;
  margin-bottom: 7px;
  text-align: center;
  line-height: 14px;
}

.pc .content .contentitem .jlgz .lr .shu {
  width: 59px;
  cursor: pointer;
}

.pc .content .contentitem .fxyx {
  width: 336px;
  height: 48px;
  background: rgba(119, 81, 255, 0.1);
  border-radius: 24px;
  border: 1px solid #7751ff;
  font-size: 16px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #7751ff;
  line-height: 48px;
  text-align: center;
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
}

.pc .content .contentitem .rili {
  position: relative;
}
.pc .content .contentitem .rili .rilibg {
  width: 553px;
}
.pc .content .contentitem .rili .rilic {
  width: 553px;
  height: 544px;
  position: absolute;
  left: 0;
  top: 0;
}

.pc .content .contentitem .rili .rilic .dangqi {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  height: 56px;
  justify-content: center;
}

.pc .content .contentitem .rili .rilic .dangqi .syh {
  width: 12px;
}

.pc .content .contentitem .rili .rilic .dqtxt {
  /* height: 26px; */
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #fefefc;
  /* line-height: 22px; */
  margin-left: 23px;
  margin-right: 23px;
}
.pc .content .contentitem .rili .rilic .content {
  padding: 23px 44px;
  width: 100%;
  flex-direction: column;
}
.pc .content .contentitem .rili .rilic .content .day {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 10px;
}
.pc .content .contentitem .rili .rilic .content .day span {
  height: 20px;
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #85889c;
  line-height: 20px;
  width: 13%;
  display: block;
  text-align: center;
}
.pc .content .contentitem .rili .rilic .content .dates {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pc .content .contentitem .rili .rilic .content .dates .datesitem {
  width: 13%;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  margin-bottom: 7px;
}
.pc .content .contentitem .rili .rilic .content .dates .datesitem .topc {
  width: 32px;
  height: 32px;
  background: rgba(194, 195, 205, 0.16);
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.pc .content .contentitem .rili .rilic .content .dates .datesitem .topcborder {
  border: 1px solid #7751ff;
}
.pc .content .contentitem .rili .rilic .content .dates .datesitem .topc .topcimg {
  width: 21px;
}
.pc .content .contentitem .rili .rilic .content .dates .datesitem .topc:hover .topctip {
  display: flex;
}
.pc .content .contentitem .rili .rilic .content .dates .datesitem .topc .topctip {
  width: 140px;
  min-height: 80px;
  background: rgba(0, 0, 0, 0.8);
  box-shadow: 0px 2px 28px 8px rgba(0, 0, 0, 0.2), 0px 2px 16px 0px rgba(0, 0, 0, 0.32), 0px 2px 6px -4px rgba(0, 0, 0, 0.48);
  position: absolute;
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 16px;
  padding: 20px 10px;
  display: none;
  flex-direction: column;
  z-index: 1;
}
.pc .content .contentitem .rili .rilic .content .dates .datesitem .topc .topctip span {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #fefefc;
  line-height: 20px;
  text-align: center;
}
.pc .content .contentitem .rili .rilic .content .dates .datesitem .topc .topctip::after {
  content: "";
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid rgba(0, 0, 0, 0.8);
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 0px;
  height: 0px;
}
.pc .content .contentitem .rili .rilic .content .dates .datesitem .date {
  height: 20px;
  font-size: 14px;
  font-family: DINPro-Medium, DINPro;
  font-weight: 500;
  color: #c2c3cd;
  line-height: 20px;
}

.pc .content .contentitem .rili .rilic .content .dates .datesitem2 {
  width: 13%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pc .content .contentitem .rili .rilic .content .dates .datesitem2 .topc {
  background: rgba(119, 81, 255, 1);
  border-radius: 2px;
}
.pc .content .contentitem .rili .rilic .content .dates .datesitem2 .date {
  color: #1b1e28;
}

.pc .content .contentitem .rili .rilic .content .dates .datesitem3 {
  width: 13%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pc .content .contentitem .rili .rilic .content .dates .datesitem3 .topc {
  background: rgba(119, 81, 255, 0.2);
  border-radius: 2px;
}
.pc .content .contentitem .rili .rilic .content .dates .datesitem3 .date {
  color: #85889c;
}

.pc .content .contentitem .rili .rilic .time {
  height: 20px;
  font-size: 14px;
  font-family: DINPro-Regular, DINPro;
  font-weight: 400;
  color: #85889c;
  line-height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  bottom: 31px;
}

.pc .gz {
  width: 1200px;
  min-height: 526px;
  background: #2c2e36;
  border-radius: 8px;
  margin-bottom: 88px;
  padding: 32px 40px 40px 40px;
}

.pc .gz .titlediv {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
.pc .gz .titlediv .titledivicon {
  width: 19px;
}

.pc .gz .titlediv .titledivstr {
  height: 26px;
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #fefefc;
  line-height: 26px;
  margin-left: 24px;
  margin-right: 24px;
}

.pc .gz .ctitle {
  height: 20px;
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
  line-height: 20px;
  margin-bottom: 12px;
  display: block;
}

.pc .gz .cdesc {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #85889c;
  line-height: 22px;
  margin-bottom: 32px;
  display: block;
}

.pc .gz .more {
  height: 22px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #85889c;
  line-height: 22px;
  margin-bottom: 32px;
  display: block;
}

.pc .gz .look {
  color: #7751ff;
  margin-left: 2px;
  cursor: pointer;
  text-decoration: underline;
}

.pc .popone {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.2);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 3;
}
.pc .popone .divc {
  width: 480px;
  min-height: 343px;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  padding: 0px 30px;
  align-items: center;
  position: relative;
}
.pc .popone .divc .laba {
  width: 180px;
  margin-top: -84px;
}
.pc .popone .divc .txt1 {
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #1b1e28;
  line-height: 26px;
  margin-top: -26px;
  text-align: center;
}
.pc .popone .divc .txt1 span {
  display: block;
  text-align: center;
}
.pc .popone .divc .txt2 {
  margin-top: 20px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #85889c;
  line-height: 24px;
  margin-bottom: 45px;
  text-align: center;
}
.pc .popone .divc .popbtn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}

.pc .btn {
  height: 42px;
  width: 190px;
  background: #f2f3f5;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #85889c;
  line-height: 24px;
  margin-right: 24px;
}
.pc .btnblur {
  background: #7751ff;
  color: #fefefc;
  margin-right: 0px;
}
.pc .btnclose {
  position: absolute;
  right: 36px;
  top: 36px;
  cursor: pointer;
  width: 24px;
}

.pc .poptwo .divc {
  min-height: 0px;
  height: 70px;
  width: auto;
  background: #ffffff;
  border-radius: 5px;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px 24px;
}
.pc .poptwo .divc .duigou {
  width: 30px;
  margin-right: 3px;
}
.pc .poptwo .divc .tips {
  height: 24px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #1b1e28;
  line-height: 24px;
}

.pc .popthree {
  padding: 20px 32px 32px 32px;
  width: 584px;
  min-height: 539px;
  background: #2c2e36;
  border-radius: 16px;
  position: relative;
}

.pc .popthree .kqfxtitle {
  height: 24px;
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #ffffff;
  line-height: 24px;
  margin-bottom: 20px;
  display: block;
}
.pc .popthree .threebtnclose {
  width: 18px;
  position: absolute;
  top: 16px;
  right: 28px;
  cursor: pointer;
}
.pc .popthree .loding {
  width: 100%;
  height: 343px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pc .popthree .loding .loadimg {
  height: 40px;
}
/* .pc .popthree .cdiv {
  position: relative;
  min-height: 335px;
  overflow: hidden;
  border-radius: 8px;
}
.pc .popthree .cdiv .bg {
  position: absolute;
  left: 50%;
  top: 0;
  height: 335px;
  transform: translateX(-50%);
}
.pc .popthree .cdiv .top {
  padding: 40px 24px 24px 24px;
  position: relative;
}
.pc .popthree .cdiv .top .logo {
  height: 20px;
  display: block;
}
.pc .popthree .cdiv .top .time {
  height: 17px;
  font-size: 14px;
  font-family: DINPro-Medium, DINPro;
  font-weight: 500;
  color: #ffffff;
  line-height: 17px;
  top: 34px;
  right: 24px;
  position: absolute;
}
.pc .popthree .cdiv .top .fxts {
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #ffffff;
  line-height: 32px;
  margin-top: 19px;
  margin-bottom: 20px;
  display: block;
}
.pc .popthree .cdiv .top .num {
  display: flex;
}

.pc .popthree .cdiv .top .num .numitem {
  display: flex;
  flex-direction: column;
  width: 49%;
}

.pc .popthree .cdiv .top .num .numitem .numitemlabel {
  height: 22px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #85889c;
  line-height: 22px;
}

.pc .popthree .cdiv .top .num .numitem .numitemnum {
  height: 22px;
  font-size: 18px;
  font-family: DINPro-Bold, DINPro;
  font-weight: bold;
  color: #feb300;
  line-height: 23px;
}

.pc .popthree .cdiv .top .num .line {
  width: 1px;
  height: 56px;
  background: #85889c;
  opacity: 0.2;
}

.pc .popthree .cdiv .top .num {
  display: flex;
}

.pc .popthree .cdiv .bottom {
  width: 100%;
  height: 100px;
  background: #121316;
  border-radius: 12px 12px 8px 8px;
  position: relative;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pc .popthree .cdiv .bottom .left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.pc .popthree .cdiv .bottom .left .yqm {
  height: 22px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #85889c;
  line-height: 22px;
}

.pc .popthree .cdiv .bottom .left .yqmtip {
  height: 20px;
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #85889c;
  line-height: 20px;
}

.pc .popthree .cdiv .bottom .right .qrcode {
  background: #ffffff;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
} */

.pc .popthree .notip {
  margin-top: 16px;
  align-items: center;
  cursor: pointer;
}

.pc .popthree .notip .bztsicon {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}

.pc .popthree .notip .bzts {
  height: 20px;
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #85889c;
  line-height: 20px;
}

.pc .popthree .btns {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
}

.pc .popthree .btns .cancle {
  height: 48px;
  background: #3c3e46;
  border-radius: 4px;
  width: 49%;
  cursor: pointer;
}
.pc .popthree .btns .ok {
  height: 48px;
  background: #8361ff;
  border-radius: 4px;
  width: 49%;
  cursor: pointer;
  border: none;
  outline: none;
}

.pc .xur {
  font-family: DIN Pro Medium;
  font-size: 12px;
  font-weight: 400;
}

.h5 {
  background: linear-gradient(180deg, #3e1d7f, #684d98);
  overflow-x: hidden;
  flex-direction: column;
  min-height: 100vh;
  align-items: center;
  display: none;
}
.h5 .banner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  position: absolute;
}
.h5 .banner .bgimg {
  width: 100%;
}

.h5 .content {
  display: flex;
  flex-direction: column;
  padding: 0px 0.2rem;
  margin-top: 0.73rem;
}

.h5 .shuoming {
  display: flex;
  align-items: center;
  justify-content: center;
}
.h5 .shuoming .shuomingitem {
  height: 0.24rem;
  min-width: 0.8rem;
  background: rgba(38, 5, 95, 0.6);
  border-radius: 0.12rem;
  border: 1px solid rgba(241, 237, 248, 0.5);
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.h5 .shuoming .shuomingitem .shandian {
  width: 0.18rem;
  top: -0.06rem;
  position: absolute;
  left: 0px;
}
.h5 .shuoming .shuomingitem .title {
  font-size: 0.12rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #f67c1c;
  margin: 0px 0.02rem;
  white-space: nowrap;
}
.h5 .shuoming .shuomingitem .desc {
  width: 1rem;
  border-radius: 0.1rem;
  background: #ffffff;
  border: 1px solid #f1edf8;
  padding: 0.06rem 0.09rem;
  position: relative;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #85889c;
  text-align: center;
  position: absolute;
  top: 0.32rem;
  word-break: break-all;
}
.h5 .shuoming .shuomingitem .desc::after {
  content: "";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ffffff;
  position: absolute;
  top: -7px;
  left: 50%;
  transform: translateX(-50%);
  width: 0px;
  height: 0px;
}

.h5 .shuoming .shuomingarrow {
  width: 0.09rem;
  margin-left: 0.12rem;
  margin-right: 0.12rem;
}

.h5 .dangqidjs {
  width: 100%;
  background: rgba(58, 33, 106, 0.9);
  border-radius: 12px;
  position: relative;
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0.43rem;
}
.h5 .dangqidjs .dqnum {
  font-size: 12px;
  font-family: DINPro-Medium, DINPro;
  font-weight: 500;
  color: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  background: #f46c00;
  border-top-left-radius: 0.37rem;
  border-bottom-right-radius: 1rem;
  height: 0.14rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 0.12rem;
  padding-left: 0.1rem;
  padding-top: 0.08rem;
  padding-bottom: 0.09rem;
}
.h5 .dangqidjs .dqtxt {
  margin-top: 0.2rem;
  font-size: 0.16rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #fefefc;
  line-height: 0.22rem;
  display: none;
  text-align: center;
}

.h5 .dangqidjs .djs {
  margin-top: 0.12rem;
  display: flex;
  align-items: center;
  margin-bottom: 0.27rem;
}

.h5 .dangqidjs .djs .num {
  width: 0.3rem;
  height: 0.4rem;
  background: #4a3380;
  border-radius: 2px;
  font-size: 0.24rem;
  font-family: DINPro-Medium, DINPro;
  font-weight: 500;
  color: #fefefc;
  line-height: 0.32rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.h5 .dangqidjs .djs .mh {
  height: 0.32rem;
  font-size: 0.24rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #fefefc;
  line-height: 0.32rem;
  margin-left: 0.08rem;
  margin-right: 0.08rem;
}

.h5 .dangqidjs .caozuo {
  width: 100%;
  position: relative;
  background: #fffaf5;
  border-radius: 12px;
  padding-top: 0.31rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.h5 .dangqidjs .caozuo .iconbi {
  position: absolute;
  width: 0.9rem;
  top: -0.4rem;
  left: -0.17rem;
}

.h5 .dangqidjs .caozuo .srk {
  width: 2.5rem;
  height: 0.32rem;
  background: #ffebd4;
  border-radius: 0.21rem;
  display: flex;
  align-items: center;
  padding: 0 0.15rem;
}
.h5 .dangqidjs .caozuo .srk .jiajian {
  width: 21px;
  cursor: pointer;
}
.h5 .dangqidjs .caozuo .srk .num {
  width: 100%;
  background: transparent;
  border: none;
  outline: none;
  height: 0.28rem;
  text-align: center;
  font-size: 0.2rem;
  font-family: DINPro-Medium, DINPro;
  font-weight: 500;
  color: #f46c00;
  line-height: 0.28rem;
}

.h5 .dangqidjs .caozuo .yue {
  margin-top: 0.12rem;
  margin-bottom: 0.16rem;
  display: none;
  align-items: center;
  justify-content: space-between;
  width: 2.5rem;
}
.h5 .dangqidjs .caozuo .yue .kyye {
  /* height: 0.17rem; */
  font-size: 0.12rem;
  font-family: DINPro-Medium, DINPro;
  font-weight: 500;
  color: #85889c;
  /* line-height: 0.17rem; */
}

.h5 .dangqidjs .caozuo .yue .ljhz {
  /* height: 0.17rem; */
  font-size: 0.12rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #f46c00;
  /* line-height: 0.17rem; */
  cursor: pointer;
}

.h5 .dangqidjs .caozuo .cybm {
  position: relative;
  margin-bottom: 0.13rem;
}
.h5 .dangqidjs .caozuo .cybm .cybmbg {
  width: 2.51rem;
}
.h5 .dangqidjs .caozuo .cybm .txt {
  font-size: 0.16rem;
  font-family: DINPro-Bold, DINPro;
  font-weight: bold;
  color: #ffffff;
  line-height: 0.16rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  width: 70%;
  text-align: center;
}
.h5 .dangqidjs .caozuo .jcxx {
  width: 2.5rem;
  border-top: 0.5px dashed rgba(254, 145, 52, 0.6);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.12rem;
  margin-bottom: 0.13rem;
}
.h5 .dangqidjs .caozuo .jcxx .lr {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 40%;
  position: relative;
  align-self: flex-start;
}
.h5 .dangqidjs .caozuo .jcxx .lr .one {
  text-align: center;
  margin-bottom: 0.06rem;
  font-size: 0.14rem;
  font-family: DINPro-Medium, DINPro;
  font-weight: 500;
  color: #f46c00;
  line-height: 0.18rem;
}
.h5 .dangqidjs .caozuo .jcxx .lr .two {
  font-size: 0.12rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #85889c;
  line-height: 0.17rem;
  text-align: center;
}
.h5 .dangqidjs .caozuo .jcxx .line {
  width: 1px;
  height: 40px;
  background: rgba(254, 145, 52, 0.6);
  border-radius: 6px;
}
.h5 .jlgz {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 0.84rem;
  background: #fffaf5;
  border-radius: 12px;
  padding: 0.2rem;
  justify-content: space-between;
}
.h5 .jlgz .lr {
  display: flex;
  flex-direction: column;
}
.h5 .jlgz .lr .wdjl {
  height: 0.17rem;
  font-size: 0.12rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #85889c;
  line-height: 0.17rem;
}
.h5 .jlgz .lr .jlnum {
  /* height: 0.22rem; */
  font-size: 0.18rem;
  font-family: DINPro-Bold, DINPro;
  font-weight: bold;
  color: #f46c00;
  /* line-height: 0.22rem; */
}

.h5 .jlgz .lr .fxyx {
  min-width: 0.98rem;
  height: 0.4rem;
  background: #ffebd4;
  border-radius: 0.2rem;

  font-size: 0.12rem;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #f46c00;
  line-height: 0.17rem;

  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.05rem;

  display: none;
}

.h5 .rili {
  margin-top: 0.36rem;
  margin-bottom: 0.24rem;
  position: relative;
}
.h5 .rili .rilic {
  width: 100%;
}

.h5 .rili .rilic .dangqi {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  background: linear-gradient(90deg, #fcc78e, #ff7709);
  display: flex;
  align-items: center;
  width: 100%;
  height: 0.55rem;
  justify-content: center;
  border-bottom: 2px solid #fccd09;
}

.h5 .rili .rilic .dangqi .syh {
  width: 12px;
}

.h5 .rili .rilic .dqtxt {
  /* height: 26px; */
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #fefefc;
  line-height: 0.14rem;
  margin-left: 23px;
  margin-right: 23px;
  text-align: center;
}
.h5 .rili .rilic .content {
  border-top: 4px solid #dc4e00;
  margin-top: 0px;
  padding: 0.08rem 0.3rem;
  width: 100%;
  flex-direction: column;
  background: #fffaf5;
}
.h5 .rili .rilic .content .day {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 0.08rem;
}
.h5 .rili .rilic .content .day span {
  height: 20px;
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #85889c;
  line-height: 20px;
  width: 13%;
  display: block;
  text-align: center;
}
.h5 .rili .rilic .content .dates {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.h5 .rili .rilic .content .dates .datesitem {
  width: 13%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0.05rem;
}
.h5 .rili .rilic .content .dates .datesitem .topc {
  width: 32px;
  height: 32px;
  background: rgba(194, 195, 205, 0.16);
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.h5 .rili .rilic .content .dates .datesitem .topcborder {
  border: 1px solid #f46c00;
}
.h5 .rili .rilic .content .dates .datesitem .topc .topcimg {
  width: 21px;
}
.h5 .rili .rilic .content .dates .datesitem .topc:hover .topctip {
  display: flex;
}
.h5 .rili .rilic .content .dates .datesitem .topc .topctip {
  width: 1.1rem;
  min-height: 0.5rem;
  background: rgba(0, 0, 0, 0.8);
  box-shadow: 0px 2px 28px 8px rgb(0 0 0 / 20%), 0px 2px 16px 0px rgb(0 0 0 / 32%), 0px 2px 6px -4px rgb(0 0 0 / 48%);
  position: absolute;
  top: 0.48rem;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 0.06rem;
  padding: 0.15rem 0.1rem;
  display: none;
  flex-direction: column;
  z-index: 1;
}
.h5 .rili .rilic .content .dates .datesitem .topc .topctip span {
  font-size: 0.12rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #fefefc;
  line-height: 20px;
  text-align: center;
}
.h5 .rili .rilic .content .dates .datesitem .topc .topctip::after {
  content: "";
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid rgba(0, 0, 0, 0.8);
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 0px;
  height: 0px;
}
.h5 .rili .rilic .content .dates .datesitem .date {
  height: 20px;
  font-size: 14px;
  font-family: DINPro-Medium, DINPro;
  font-weight: 500;
  color: #c2c3cd;
  line-height: 20px;
}

.h5 .rili .rilic .content .dates .datesitem2 {
  width: 13%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.h5 .rili .rilic .content .dates .datesitem2 .topc {
  background: #f46c00;
  border-radius: 2px;
}
.h5 .rili .rilic .content .dates .datesitem2 .date {
  color: #1b1e28;
}

.h5 .rili .rilic .content .dates .datesitem3 {
  width: 13%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.h5 .rili .rilic .content .dates .datesitem3 .topc {
  background: #ffedc6;
  border-radius: 2px;
}
.h5 .rili .rilic .content .dates .datesitem3 .date {
  color: #85889c;
}

.h5 .rili .rilic .time {
  height: 0.55rem;
  font-size: 14px;
  font-family: DINPro-Regular, DINPro;
  font-weight: 400;
  color: #85889c;
  line-height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  background: #fffaf5;
  border-top: 0.5px dashed #efebea;
  position: relative;
}
.h5 .rili .rilic .zheye {
  height: 0.35rem;
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.h5 .content .jrsq {
  width: 100%;
  min-height: 1.19rem;
  background: rgba(58, 33, 106, 0.9);
  border-radius: 12px;
  padding: 0.2rem;
}

.h5 .content .jrsq .ctitle {
  height: 0.17rem;
  font-size: 0.12rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
  line-height: 0.17rem;
  margin-bottom: 0.08rem;
  display: block;
}

.h5 .content .jrsq .cdesc {
  display: block;
  font-size: 0.12rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #85889c;
  line-height: 0.18rem;
}

.h5 .content .jrsq .look {
  color: rgba(246, 136, 49, 1);
  margin-left: 2px;
  cursor: pointer;
  text-decoration: underline;
}

.h5 .content .gz {
  margin-top: 0.24rem;
  margin-bottom: 0.58rem;
  width: 100%;
  min-height: 1.19rem;
  background: rgba(58, 33, 106, 0.9);
  border-radius: 12px;
  padding: 0.2rem 0.2rem 0rem 0.2rem;
}

.h5 .content .gz .titlediv {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.2rem;
}

.h5 .content .gz .titlediv .titledivstr {
  height: 0.22rem;
  font-size: 0.16rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #fefefc;
  line-height: 0.22rem;
}

.h5 .content .gz .ctitle {
  height: 0.17rem;
  font-size: 0.12rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
  line-height: 0.17rem;
  margin-bottom: 0.08rem;
  display: block;
}

.h5 .content .gz .cdesc {
  font-size: 0.12rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #85889c;
  line-height: 0.18rem;
  margin-bottom: 0.24rem;
  display: block;
}

.h5 .content .gz .more {
  height: 0.22rem;
  font-size: 0.12rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #85889c;
  line-height: 0.22rem;
  margin-bottom: 0.32rem;
  display: block;
}

.h5 .content .gz .look {
  color: rgba(246, 136, 49, 1);
  margin-left: 2px;
  cursor: pointer;
  text-decoration: underline;
}

.h5 .popone {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  align-items: center;
  justify-content: center;
}
.h5 .popone .divc {
  margin: 0px 0.2rem;
  width: 100%;
  /* height: 3.43rem; */
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  padding: 0px 30px;
  align-items: center;
  position: relative;
}
.h5 .popone .divc .laba {
  width: 1.26rem;
  margin-top: -0.51rem;
}
.h5 .popone .divc .txt1 {
  font-size: 0.18rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #1b1e28;
  line-height: 0.26rem;
  margin-top: -0.26rem;
  text-align: center;
}
.h5 .popone .divc .txt1 span {
  display: block;
  text-align: center;
}
.h5 .popone .divc .txt2 {
  margin-top: 0.2rem;
  font-size: 0.16rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #85889c;
  line-height: 0.24rem;
  margin-bottom: 0.45rem;
  text-align: center;
}
.h5 .popone .divc .popbtn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.26rem;
  width: 100%;
}

.h5 .btn {
  height: 0.38rem;
  min-width: 35%;
  background: #f2f3f5;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #85889c;
  line-height: 0.24rem;
  margin-right: 0.24rem;
  padding: 0 0.2rem;
}
.h5 .btnblur {
  background: #7751ff;
  color: #fefefc;
  margin-right: 0rem;
}
.h5 .btnclose {
  position: absolute;
  right: 0.13rem;
  top: 0.13rem;
  cursor: pointer;
  width: 0.15rem;
}

.h5 .poptwo .divc {
  height: 0.6rem;
  width: 100%;
  border-radius: 0.06rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 0px 0.2rem;
  background: rgba(0, 0, 0, 0.6);
}
/* .h5 .poptwo .divc .duigou{
 width: 30px;
 margin-right: 3px;
} */
.h5 .poptwo .divc .tips {
  font-size: 0.14rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #fefefc;
}

.h5 .popthree {
  position: relative;
  padding: 0.18rem 0.2rem 0.54rem 0.2rem;
  width: 100%;
  min-height: 4.04rem;
  background: #ffffff;
  border-radius: 0.2rem 0.2rem 0rem 0rem;
}

.h5 .popthree .kqfxtitle {
  height: 0.22rem;
  font-size: 0.16rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #121316;
  line-height: 0.22rem;
  margin-bottom: 0.18rem;
  display: block;
}
.h5 .popthree .threebtnclose {
  width: 0.18rem;
  position: absolute;
  top: 0.17rem;
  right: 0.16rem;
  cursor: pointer;
}
/* .h5 .popthree .cdiv {
  position: relative;
  min-height: 2.16rem;
  overflow: hidden;
  border-radius: 8px;
}
.h5 .popthree .cdiv .bg {
  position: absolute;
  left: 50%;
  top: 0;
  height: 2.16rem;
  transform: translateX(-50%);
}
.h5 .popthree .cdiv .top {
  padding: 0.25rem 0.15rem 0.15rem 0.15rem;
  position: relative;
}
.h5 .popthree .cdiv .top .logo {
  height: 0.14rem;
  display: block;
}
.h5 .popthree .cdiv .top .time {
  height: 0.11rem;
  font-size: 0.09rem;
  font-family: DINPro-Medium, DINPro;
  font-weight: 500;
  color: #ffffff;
  line-height: 0.11rem;
  top: 0.22rem;
  right: 0.16rem;
  position: absolute;
}
.h5 .popthree .cdiv .top .fxts {
  font-size: 0.12rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #ffffff;
  line-height: 0.21rem;
  margin-top: 0.12rem;
  margin-bottom: 0.13rem;
  display: block;
}
.h5 .popthree .cdiv .top .num {
  display: flex;
}

.h5 .popthree .cdiv .top .num .numitem {
  display: flex;
  flex-direction: column;
  width: 49%;
}

.h5 .popthree .cdiv .top .num .numitem .numitemlabel {
  height: 0.14rem;
  font-size: 0.09rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #85889c;
  line-height: 0.14rem;
}

.h5 .popthree .cdiv .top .num .numitem .numitemnum {
  height: 0.14rem;
  font-size: 0.12rem;
  font-family: DINPro-Bold, DINPro;
  font-weight: bold;
  color: #feb300;
  line-height: 0.14rem;
}

.h5 .popthree .cdiv .top .num .line {
  width: 0.01rem;
  height: 0.36rem;
  background: #85889c;
  opacity: 0.2;
}

.h5 .popthree .cdiv .top .num {
  display: flex;
}

.h5 .popthree .cdiv .bottom {
  width: 100%;
  min-height: 0.64rem;
  background: #121316;
  border-radius: 0.08rem 0.08rem 0.05rem 0.05rem;
  position: relative;
  padding: 0.15rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.h5 .popthree .cdiv .bottom .left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.h5 .popthree .cdiv .bottom .left .yqm {
  font-size: 0.09rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #85889c;
}

.h5 .popthree .cdiv .bottom .left .yqmtip {
  font-size: 0.09rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #85889c;
}

.h5 .popthree .cdiv .bottom .right .qrcode_H5 {
  background: #ffffff;
  padding: 0.03rem;
  display: flex;
  align-items: center;
  justify-content: center;
} */

.h5 .popthree .notip {
  display: flex;
  margin-top: 0.12rem;
  align-items: center;
  cursor: pointer;
}

.h5 .popthree .notip .bztsicon {
  width: 0.16rem;
  height: 0.16rem;
  margin-right: 0.08rem;
}

.h5 .popthree .notip .bzts {
  height: 0.2rem;
  font-size: 0.14rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #85889c;
  line-height: 0.2rem;
}

.h5 .popthree .btns {
  margin-top: 0.2rem;
  display: flex;
  justify-content: space-between;
}

.h5 .popthree .btns .cancle {
  width: 1.62rem;
  height: 0.44rem;
  background: #ffebd4;
  border-radius: 0.22rem;

  font-size: 0.16rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #f46c00;
  line-height: 0.44rem;
  text-align: center;
}
.h5 .popthree .btns .ok {
  width: 1.62rem;
  height: 0.44rem;
  background: linear-gradient(307deg, #f46c00 0%, #ffb300 100%);
  border-radius: 0.22rem;

  font-size: 0.16rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #ffffff;
  line-height: 0.44rem;
  text-align: center;
  border: none;
  outline: none;
}

.h5 .popthree .loding {
  width: 100%;
  height: 2.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.h5 .popthree .loding .loadimg {
  width: 40px;
}

.h5 .xur {
  font-family: DIN Pro Medium;
  font-size: 0.08rem;
  font-weight: 400;
}

/* 共用分享图 */
.cdiv {
  width: 311px;
  min-height: 423px;
  overflow: hidden;
  border-radius: 8px;
  display: block;
  position: absolute;
  left: -1000px;
}
.cdiv .bg {
  position: absolute;
  left: 50%;
  top: 0;
  height: 335px;
  transform: translateX(-50%);
}
.cdiv .top {
  padding: 74px 15px 15px 15px;
  position: relative;
}
.cdiv .top .logo {
  height: 20px;
  display: block;
}
.cdiv .top .time {
  height: 17px;
  font-size: 14px;
  font-family: DINPro-Medium, DINPro;
  font-weight: 500;
  color: #ffffff;
  line-height: 17px;
  top: 34px;
  right: 24px;
  position: absolute;
}
.cdiv .top .fxts {
  font-size: 24px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #ffffff;
  line-height: 30px;
  margin-top: 19px;
  margin-bottom: 20px;
  display: block;
  max-width: 100%;
}
.cdiv .top .fxtstips {
  font-family: PingFang SC;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  display: block;
  max-width: 60%;
  margin-top: 19px;
  color: #ffffff;
}
.cdiv .top .num {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin-top: 60px;
}

.cdiv .top .num .numitem {
  display: flex;
  flex-direction: column;
  max-width: 60%;
}

.cdiv .top .num .numitem .numitemlabel {
  color: #fff;
  font-family: "PingFang SC";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.cdiv .top .num .numitem .numitemnum {
  color: #fff;
  font-family: "PingFang SC";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  margin-top: 6px;
  margin-bottom: 24px;
}

.cdiv .top .num .line {
  width: 1px;
  height: 56px;
  background: #85889c;
  opacity: 0.2;
}

.fx-date {
  color: #fff;
  font-family: "PingFang SC";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: absolute;
  top: 15px;
  right: 0;
}
.cdiv .bottom {
  width: 100%;
  height: 100px;
  background: #121316;
  border-radius: 12px 12px 8px 8px;
  position: relative;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cdiv .bottom .left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.cdiv .bottom .left .yqm {
  height: 22px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #85889c;
  line-height: 22px;
}

.cdiv .bottom .left .yqmtip {
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #85889c;
}

.cdiv .bottom .right {
  margin-right: -12px;
}
.qrcode {
  display: none;
}
/*滚动条样式*/

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px #ffffff;
  border-radius: 0;
  background: #ffffff;
}

::-webkit-scrollbar {
  background-color: rgba(51, 51, 51, 0.3);
  width: 10px;
}

::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #6e6699;
  -webkit-border-radius: 4px;
}
/* .mySwiper {
  width: 60% !important;
} */
.swiper-button-prev,
.swiper-button-next {
  width: 35px !important;
  height: 33px !important;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.7);
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  background: #7751ff;
}
.swiper-button-prev {
  left: -100px;
}
.swiper-button-next {
  right: -100px;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "" !important;
  color: #ffffff;
  width: 25px;
  height: 26px;
  top: 8%;
  left: 25%;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAcCAYAAACH81QkAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABlSURBVHgB7dXBCYAwDIXhVydxRDexG+gmjuAIjvKMUhBEQtN46CE/lJLLBzkloSGSo3xTGTOsXYC8g0+bF7hzA1LdOgqwBhBANVCQ7AEGzYYlZZ0loIB6guZfIFj7gPaEhvg6oyd+MoYAgSX74QAAAABJRU5ErkJggg==);
  background-repeat: no-repeat;
  transform: scale(0.5);
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "" !important;
  color: #ffffff;
  width: 25px;
  height: 26px;
  top: 8%;
  left: 30%;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAcCAYAAACH81QkAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABlSURBVHgB7dXBCYAwDIXhVydxRDexG+gmjuAIjvKMUhBEQtN46CE/lJLLBzkloSGSo3xTGTOsXYC8g0+bF7hzA1LdOgqwBhBANVCQ7AEGzYYlZZ0loIB6guZfIFj7gPaEhvg6oyd+MoYAgSX74QAAAABJRU5ErkJggg==);
  background-repeat: no-repeat;
  transform: scale(0.5) rotate(180deg);
}
