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

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

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: #ffffff;
  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: 1430px;
}

.pc .bannertop {
  margin-top: 50px !important;
}
.pc .bg {
  z-index: 0;
  width: 100%;
  position: absolute;
  min-width: 1430px;
  top: 56px;
  left: 0;
}
.pc .bg .bg1 {
  position: absolute;
  width: 100%;
  right: 0;
}
.pc .bg .bg2 {
  position: absolute;
  top: 0;
  right: 60px;
  height: 430px;
}
.pc .banner {
  margin-top: -10px;
  width: 100%;
  overflow-x: clip;
  height: 1000px;
  position: relative;
  background: url(../images/bg2.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

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

.pc .banner .bannerc .tt {
  font-size: 32px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #000000;
  line-height: 45px;
}
.pc .banner .bannerc .tt2 {
  font-size: 40px;
  margin-bottom: 20px;
  /* max-width: 66%; */
  font-weight: 600;
  text-align: center;
  color: #9eff00;
  text-align: center;
  text-shadow: 0px 6px #000;
  font-size: 81px;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: 600;
  line-height: 80px;
  margin-bottom: 78px;
}

.pc .banner .bannerc .wznqddes {
  font-size: 24px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #000000;
  line-height: 33px;
  margin-bottom: 40px;
}
.pc .banner .bannerc .wznqdtime {
  color: #000;
  text-align: center;
  font-size: 18px;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  margin-bottom: 80px;
}

.pc .banner .bannerc .topbtn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pc .banner .bannerc .topbtn .topbtnitem {
  opacity: 0;
  display: flex;
  background: #7751ff;
  border-radius: 4px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 12px 64px;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  line-height: 20px;
  margin-bottom: 40px;

  min-width: 340px;
  height: 66px;
  border-radius: 40px;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.pc .banner .bannerc .topbtn .topbtnitemybm {
  display: none;
  cursor: auto;
  background-color: #85899c;
}

/* 模块1 */
.pc .banner .citem1 {
  width: 1200px;
  padding: 30px;
  background: #ffffff linear-gradient(10deg, rgba(255, 255, 255, 0) 0%, rgba(119, 81, 255, 0.1) 100%);
  box-shadow: 0px 5px 10px 0px rgba(119, 81, 255, 0.1);
  border-radius: 8px;
  border: 4px solid rgba(119, 81, 255, 0.1);
  position: absolute;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0 auto;
  bottom: 0;
  transform: translate(-50%, 50%);
  left: 50%;
  z-index: 2;
  display: flex;
  justify-content: flex-start;
}
.pc .banner .citem1 .center {
  margin-left: 40px;
  flex: 1;
  margin-right: 40px;
}
/* 模块标题 */
.pc .banner .citem1 .tt {
  font-size: 24px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #000000;
  line-height: 33px;
  margin-bottom: 10px;
  display: block;
}
/* 模块描述1 */
.pc .banner .citem1 .ttdesc {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #85899c;
  line-height: 22px;
  display: block;
}
/* 模块按钮*/
.pc .banner .citem1 .ttbtn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #7751ff;
  border-radius: 34px;
  padding: 0px 24px;
  font-size: 16px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #ffffff;
  line-height: 60px;
  height: 60px;
  cursor: pointer;
  margin-left: auto;
  min-width: 136px;
}
.pc .banner .citem1 .ttbtn .icon {
  margin-left: 10px;
  width: 24px;
}
.pc .banner .citem1 .iconleft {
  position: absolute;
  width: 89px;
  left: -70px;
  top: -5px;
}
.pc .banner .citem1 .iconright {
  position: absolute;
  top: 7px;
  right: 0px;
  width: 573px;
}

/* ===================================== */
.pc .content {
  display: flex;
  flex-direction: column;
  z-index: 1;
  width: 100%;
  background: #3a31cb;
  padding-top: 220px;
}

.pc .content .citem {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* background-color: #ffffff; */
}

/* 模块标题 */
.pc .content .citem .tt {
  font-size: 24px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #000000;
  line-height: 33px;
  position: relative;
  align-self: flex-start;
  color: #fff;
  font-size: 40px;
  font-family: Inter;
  font-style: normal;
  font-weight: 700;
  line-height: 42px;
  flex: 1;
}

/* 模块描述1 */
.pc .content .citem .ttdesc {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 20px;
  margin-bottom: 60px;
}
/* 模块描述2 */
.pc .content .citem .ttdesc2 {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #85889c;
  line-height: 24px;
  margin-top: 8px;
}
/* 模块按钮*/
.pc .content .citem .ttbtn {
  background: #7751ff;
  border-radius: 24px;
  padding: 0px 32px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  line-height: 44px;
  cursor: pointer;
  height: 44px;

  color: #fff;
  text-align: center;
  font-size: 16px;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: 500;
  min-width: 148px;
}

/* 模块2 */
.pc .content .citem2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 1200px;
}

.pc .content .citem2 .flex1 {
  width: 1200px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 40px;
}

.pc .content .citem2 .flex1 .item {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  flex-shrink: 0;
  width: 585px;
  min-height: 316px;
  background: #ffffff linear-gradient(15deg, rgba(255, 255, 255, 0) 62%, rgba(119, 81, 255, 0.1) 90%);
  box-shadow: 0px 5px 10px 0px rgba(119, 81, 255, 0.1);
  border-radius: 20px;
  padding: 40px;
  margin-bottom: 30px;
}

.pc .content .citem2 .flex1 .item .itemimg {
  width: 64px;
  margin-bottom: 40px;
}

.pc .content .citem2 .flex1 .item .itemtt {
  color: #000;
  font-size: 24px;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 20px;
}

.pc .content .citem2 .flex1 .item .itemdes {
  color: #000;
  font-size: 14px;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 40px;
}

.pc .content .citem2 .flex1 .item .zhanwei {
  display: block;
  height: 100%;
}

.pc .content .citem2 .flex1 .item .itembtn {
  background: #7751ff;
  border-radius: 24px;
  padding: 12px 32px;
  cursor: pointer;
  font-size: 16px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #ffffff;
  line-height: 20px;
  flex-shrink: 0;

  min-width: 148px;
  min-height: 44px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

/* 模块3 */
.pc .content .citem3 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 1200px;
  margin-top: 70px;
  position: relative;
}

.pc .content .citem3 .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.pc .content .citem3 .citem3tip {
  color: #fff;
  font-size: 14px;
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 20px;
}

.pc .content .citem3 .dblist2 {
  display: flex;
  flex-direction: column;
  width: 1200px;
  z-index: 1;
  background: #fff;
  border-radius: 24px;
}

.pc .content .citem3 .dblist2 .dbheader {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  margin-top: 30px;
}

.pc .content .citem3 .dblist2 .dbheader .dbheaderitem {
  font-size: 12px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #85889c;
  line-height: 18px;
  width: 50%;
  text-align: left;
  color: #000;
  text-align: center;
  font-size: 14px;
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.pc .content .citem3 .dblist2 .dbheader .dbheaderitemright {
  text-align: center;
}

.pc .content .citem3 .dblist2 .dblist2item {
  display: flex;
  align-items: flex-start;
  background: #ffffff;
  margin-bottom: 4px;
  border-radius: 40px;
  font-size: 14px;
  font-family: DINPro-Regular, DINPro;
  font-weight: 400;
  color: #000000;
  line-height: 42px;
  height: 42px;
}
.pc .content .citem3 .dblist2 .dblist2itemcolor {
  height: 42px;
  background: rgba(133, 136, 156, 0.05);
  border-radius: 4px;
}

.pc .content .citem3 .dblist2 .dblist2item .dbleft {
  text-align: center;
  width: 33.33%;
  padding-left: 10px;
  cursor: pointer;
  font-family: DINPro-Regular, DINPro;
}

.pc .content .citem3 .dblist2 .dblist2item .dbcenter {
  text-align: center;
  width: 50%;
  font-family: DINPro-Regular, DINPro;
}

.pc .content .citem3 .dblist2 .dblist2item .dbright {
  text-align: center;
  width: 50%;
  font-family: DINPro-Regular, DINPro;
  color: #000000;
  padding-right: 10px;
}
.pc .content .citem3 .iconlistarrow {
  position: absolute;
  width: 402px;
  right: 0px;
  top: 0px;
}

/* 模块3 */
.pc .content .citem4 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 1200px;
  margin-top: 100px;
  margin-bottom: 120px;
}

.pc .content .citem4 .item4-tt {
  color: #fff;
  text-align: justify;
  font-size: 18px;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: 600;
  line-height: 42px;
}

.pc .content .citem4 .guize {
  display: flex;
  align-items: center;
  margin-top: 0px;
  margin-bottom: 10px;
  color: #fff;
}
.pc .content .citem4 .guize .iconguize {
  width: 23px;
  margin-right: 10px;
}

.pc .content .citem4 .guize .hdgzdesc {
  color: #fff;
  text-align: justify;
  font-size: 14px;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.pc .content .citem4 .guize .hdgzdesc a {
  color: #fff;
  /* text-decoration: none; */
}
.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: 26px;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  padding: 40px 30px;
  align-items: center;
  position: relative;
}
.pc .popone .divc .txt1 {
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #1b1e28;
  line-height: 26px;
  margin-bottom: 20px;
}
.pc .popone .divc .txt2 {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #85889c;
}
.pc .popone .divc .popbtn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}

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

.pc .poptwo .divc {
  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;
}

.h5 {
  overflow-x: hidden;
  flex-direction: column;
  min-height: 100vh;
  align-items: center;
  display: none;
  background: #3a31cb;
}
.h5 .bg {
  z-index: 0;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.h5 .bg .bg1 {
  position: absolute;
  width: 100%;
}
.h5 .bg .bg2 {
  position: absolute;
  top: 1.42rem;
  right: 0;
  height: 2.57rem;
}
.h5 .banner {
  margin-top: 0px;
  width: 100%;
  overflow-x: clip;
  /* height: 7.6rem; */
  position: relative;
}

.h5 .banner .bannerc {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-left: 0.16rem;
  padding-right: 0.16rem;
}

.h5 .banner .bannerc .tt {
  font-size: 0.2rem;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #000000;
  line-height: 0.28rem;
}
.h5 .banner .bannerc .tt2 {
  color: #40d546;
  text-align: center;
  text-shadow: 0px 5px 2px #000;
  font-size: 0.42rem;
  font-family: Inter;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 0.5rem;
}

.h5 .banner .bannerc .wznqddes {
  font-size: 0.16rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #000000;
  line-height: 0.22rem;
  margin-bottom: 2.72rem;
}
.h5 .banner .bannerc .wznqdtime {
  color: #000;
  text-align: center;
  font-size: 0.12rem;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: 500;
  line-height: 0.18rem;
  margin-top: 0.24rem;
}

.h5 .banner .bannerc .topbtn {
  display: flex;
  align-items: center;
}

.h5 .banner .bannerc .topbtn .topbtnitem {
  background: #7751ff;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0.12rem 0.32rem;
  font-size: 16px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #ffffff;
  line-height: 20px;
  margin-bottom: 0.2rem;
  width: 3.03rem;
  height: 0.6rem;
  border-radius: 3rem;
  margin: 0 auto;
  margin-top: 1.7rem;
  margin-bottom: 0.3rem;
}

.h5 .banner .bannerc .topbtn .topbtnitemybm {
  display: none;
  cursor: auto;
  background-color: #85899c;
}

/* 模块1 */
.h5 .banner .bannerc .citem1 {
  width: 100%;
  padding: 0.16rem 0.1rem;
  background: #fff;
  border-radius: 8px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 0.4rem;
  border-radius: 0.3rem;
}
.h5 .banner .bannerc .citem1 img {
  width: 2rem;
}
/* 模块标题 */
.h5 .banner .bannerc .citem1 .tt {
  font-size: 0.16rem;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #000000;
  line-height: 0.22rem;
  margin-bottom: 0.08rem;
  display: block;
}
/* 模块描述1 */
.h5 .banner .bannerc .citem1 .ttdesc {
  font-size: 0.14rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #85899c;
  line-height: 0.22rem;
  margin-bottom: 0.16rem;
  display: block;
}
/* 模块按钮*/
.h5 .banner .bannerc .citem1 .ttbtn {
  background: #7751ff;
  justify-content: center;
  height: 0.4rem;
  font-size: 0.16rem;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #ffffff;
  cursor: pointer;
  display: inline-flex;
  padding: 0 0.72rem;
  align-items: flex-start;
  line-height: 0.4rem;
  border-radius: 0.4rem;
}
.h5 .banner .bannerc .citem1 .ttbtn .icon {
  margin-left: 10px;
  width: 24px;
}

/* ===================================== */
.h5 .content {
  display: flex;
  flex-direction: column;
  z-index: 1;
  width: 100%;
  padding-left: 0.16rem;
  padding-right: 0.16rem;
  margin-top: 0.4rem;
}

.h5 .content .citem {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* 模块标题 */
.h5 .content .citem .tt {
  font-size: 0.2rem;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #fff;
  line-height: 0.28rem;
  position: relative;
  text-align: left;
  width: 100%;
}

/* 模块描述1 */
.h5 .content .citem .ttdesc {
  font-size: 0.14rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #fff;
  line-height: 0.2rem;
  margin-top: 0.08rem;
  margin-bottom: 0.16rem;
}
/* 模块按钮*/
.h5 .content .citem .ttbtn {
  background: #7751ff;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0.44rem;
  width: 100%;
  cursor: pointer;
  font-size: 0.16rem;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #ffffff;
  cursor: pointer;
  border-radius: 0.4rem;
}

/* 模块2 */
.h5 .content .citem2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.h5 .content .citem2 .flex1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.16rem;
  margin-bottom: 0.16rem;
}

.h5 .content .citem2 .flex1 .item {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  flex-shrink: 0;
  width: 1.64rem;
  min-height: 2.32rem;
  background: #ffffff linear-gradient(15deg, rgba(255, 255, 255, 0) 62%, rgba(119, 81, 255, 0.1) 90%);
  box-shadow: 0px 5px 10px 0px rgba(119, 81, 255, 0.1);
  border-radius: 0.08rem;
  padding: 0.16rem 0.1rem;
  margin-bottom: 0.16rem;
}
.h5 .content .citem2 .flex1 .item:nth-child(3) {
  margin-bottom: 0rem;
}
.h5 .content .citem2 .flex1 .item:nth-child(4) {
  margin-bottom: 0rem;
}

.h5 .content .citem2 .flex1 .item .itemimg {
  width: 0.4rem;
  margin-bottom: 0.16rem;
}

.h5 .content .citem2 .flex1 .item .itemtt {
  font-size: 0.14rem;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #000000;
  line-height: 0.2rem;
  margin-bottom: 0.08rem;
}

.h5 .content .citem2 .flex1 .item .itemdes {
  font-size: 0.12rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #85889c;
  line-height: 0.17rem;
  margin-bottom: 0.16rem;
}

.h5 .content .citem2 .flex1 .item .zhanwei {
  display: block;
  height: 100%;
}

.h5 .content .citem2 .flex1 .item .itembtn {
  background: #7751ff;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 0.44rem;
  width: 100%;
  cursor: pointer;
  font-size: 0.16rem;
  font-family: PingFang SC;
  font-weight: 600;
  color: #ffffff;
  cursor: pointer;
  flex-shrink: 0;
  text-align: center;
  line-height: 0.15rem;
  padding-left: 0.03rem;
  padding-right: 0.03rem;
  border-radius: 0.4rem;
  padding-top: 0.04rem;
  padding-bottom: 0.04rem;
}

/* 模块3 */
.h5 .content .citem3 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-top: 0.4rem;
  position: relative;
}

.h5 .content .citem3 .citem3tip {
  font-size: 0.12rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #fff;
  line-height: 0.17rem;
  margin-top: 0.16rem;
}

.h5 .content .citem3 .dblist2 {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 0.16rem;
  z-index: 1;
  background: #fff;
  border-radius: 0.08rem;
}

.h5 .content .citem3 .dblist2 .dbheader {
  display: flex;
  align-items: center;
  margin-bottom: 0.1rem;
}

.h5 .content .citem3 .dblist2 .dbheader .dbheaderitem {
  font-size: 0.12rem;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #85889c;
  line-height: 0.12rem;
  min-height: 0.42rem;
  width: 50%;
  padding-top: 0.2rem;
  text-align: center;
}
.h5 .content .citem3 .dblist2 .dbheader .dbheaderitemright {
  text-align: center;
}

.h5 .content .citem3 .dblist2 .dblist2item {
  display: flex;
  align-items: flex-start;
  background: #ffffff;
  font-size: 0.14rem;
  font-family: DINPro-Regular, DINPro;
  font-weight: 400;
  color: #000000;
  line-height: 0.42rem;
  height: 0.42rem;
  border-radius: 0.08rem;
}
.h5 .content .citem3 .dblist2 .dblist2itemcolor {
  background: rgba(133, 136, 156, 0.05);
  border-radius: 0.04rem;
  backdrop-filter: blur(0.1rem);
}

.h5 .content .citem3 .dblist2 .dblist2item .dbleft {
  text-align: center;
  width: 50%;
  padding-left: 0.1rem;
  font-family: DINPro-Regular, DINPro;
  cursor: pointer;
}

.h5 .content .citem3 .dblist2 .dblist2item .dbcenter {
  text-align: center;
  width: 50%;
  font-family: DINPro-Regular, DINPro;
}

.h5 .content .citem3 .dblist2 .dblist2item .dbright {
  text-align: center;
  width: 50%;
  font-family: DINPro-Regular, DINPro;
  color: #000000;
  padding-right: 0.1rem;
}

/* 模块3 */
.h5 .content .citem4 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
}
.h5 .content .citem4 .guize {
  display: flex;
  align-items: flex-start;
  margin-top: 0px;
  margin-bottom: 0.06rem;
}
.h5 .content .citem4 .guize .iconguize {
  width: 0.23rem;
  margin-right: 0.1rem;
}

.h5 .content .citem4 .guize .hdgzdesc {
  font-size: 0.14rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #fff;
  line-height: 0.22rem;
}
.h5 .content .citem4 .guize .hdgzdesc a {
  color: #fff;
}
/* ===========h5弹框=========== */
.h5 .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: 10;
}
.h5 .popone .divc {
  margin: 0px 0.2rem;
  padding: 0.26rem;
  width: 100%;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.h5 .popone .divc .txt1 {
  font-size: 0.14rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #1b1e28;
  margin-bottom: 0.12rem;
}
.h5 .popone .divc .txt2 {
  font-size: 0.12rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #85889c;
}

.h5 .popone .divc .popbtn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.h5 .btn {
  background: #f2f3f5;
  cursor: pointer;
  font-size: 0.14rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #85889c;
  padding: 0.1rem 0.65rem;
  border-radius: 0.04rem;
  margin-top: 0.3rem;
}
.h5 .btnblur {
  background: #7751ff;
  color: #fefefc;
}
.h5 .btnclose {
  position: absolute;
  right: 0.16rem;
  top: 0.16rem;
  cursor: pointer;
  width: 0.12rem;
}

.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 .tips {
  font-size: 0.14rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #fefefc;
}
