html {
  font-family: "PingFang SC", "Microsoft YaHei", "雅黑", "Open Sans", "Helvetica Neue", "Helvetica, Arial", "sans-serif";
}
* {
  box-sizing: border-box;
}
body,
html {
  padding: 0;
  margin: 0;
  height: 100%;
  background-color: var(--bgColorDark);
}
input[type="radio"]:checked {
  margin: 0 5px 0 0;
  accent-color: #000;
}
[v-cloak] {
  display: none;
}
.bg {
  position: absolute;
  right: -50px;
  top: -10px;
  width: 60%;
  object-fit: cover;
  z-index: -1;
}
.wrap {
  position: relative;
  margin: auto;
  display: flex;
  flex-direction: column;
  font-family: PingFang SC, "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

.logo {
  margin-top: -10px;
  text-align: center;
}

.banner img {
  width: 100%;
  object-fit: contain;
}

.actTitle {
  font-weight: 600;
  white-space: pre-wrap;
}
.mainTips {
  position: relative;
  display: flex;
  padding: 4px 12px;
  align-items: center;
  width: max-content;
  border-radius: 4px;
  background: #000;
  color: #fff;
}
.mainTips::after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 12px;
  width: 15px;
  height: 7px;
  background: url("../imgs/border.png") no-repeat center/cover;
}
.mainTips .e{
  position: relative;
  top: -2px;
}
.otherInfo {
  margin-top: 36px;
  text-align: center;
}
.otherSubtitle {
  margin-bottom: 8px;
  font-size: 12px;
  line-height: 1;
}
.otherTips {
  margin-top: 16px;
  font-weight: 700;
}

.dividing {
  border-bottom: 1px solid #f0f0f0;
}
.imgTitle {
  margin-bottom: 12px;
  font-size: 15px;
  font-weight: bold;
}
.imgList {
  display: flex;
  justify-content: space-between;
}
.imgList div {
  display: flex;
  justify-content: center;
  align-items: center;
}
.imgList img {
  object-fit: cover;
}
.license img {
  width: 48px;
  height: 48px;
}

.mWrap .contact div {
  width: 49%;
  cursor: pointer;
  height: 80px;
  line-height: 79px;
  background-color: #fafafa;
  border: 1px solid #f0f0f0;
  border-radius: 8px;
  overflow: hidden;
  text-align: center;
}

.footer {
  padding: 20px;
  display: flex;
  align-items: center;
  background-color: #fff;
}
.service {
  display: flex;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  cursor: pointer;
}
.service img {
  margin: auto;
}
.btn {
  border-radius: 42px;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  font-weight: 700;
  background-color: #3348f6;
  color: #fff;
}

.mainTitle {
  margin-bottom: 4px;
  color: #000;
  font-weight: 500;
}
.mainSubTitle {
  color: #5c5f69;
}

.extraWrap > div {
  flex: 1;
}

.whyItem .mainSubTitle {
  margin-top: 12px;
  color: #000;
  font-size: 14px;
  white-space: pre-wrap;
}
.border {
  margin: 80px 0;
  width: 100%;
  border-bottom: 4px dashed #8b909c;
}

/* PC */
.pcWrap {
  width: 1200px;
  padding: 0 20px 100px;
}
.pcWrap .topBox {
  padding: 60px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.pcWrap .mainTips {
  font-size: 20px;
}
.pcWrap .banner img {
  height: 222px;
}
.pcWrap .e {
  font-size: 32px;
}
.pcWrap .otherTips .e {
  font-size: 36px;
}
.pcWrap .extraWrap {
  display: flex;
  justify-content: space-between;
}
.pcWrap .actTitle {
  font-size: 56px;
}
.pcWrap .actSubTitle {
  margin-top: 8px;
  margin-bottom: 24px;
  color: #5c5f69;
}
.pcWrap .subtitle {
  color: #5c5f69;
  font-size: 16px;
}

.pcWrap .tableTitle {
  font-size: 32px;
  font-weight: 600;
}
.pcWrap .tableCard {
  margin-top: 32px;
  padding: 16px 24px;
  border: 1px solid #000;
  border-radius: 8px;
}
.pcWrap .cellHead {
  height: 30px;
}
.pcWrap .tableBox {
  margin-top: 80px;
}
.whyWap {
  text-align: center;
}

.pcWrap .otherTips {
  font-size: 28px;
}
.pcWrap .dividing {
  margin-top: 32px;
  margin-bottom: 32px;
}

.pcWrap .btn {
  width: 240px;
  height: 48px;
  line-height: 48px;
}
.pcWrap .mainTitle {
  font-size: 20px;
}

.pcWrap .cardTitle {
  margin-top: 80px;
  font-size: 32px;
}
.cardTitle .e {
  font-size: 40px;
}
.pcWrap .whyWap {
  padding: 32px 0 16px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 20px;
}
.pcWrap .whyItem {
  display: block;
}
.pcWrap .whyItem .mainTitle {
  margin-top: 12px;
  font-size: 18px;
}

.pcWrap .imgList div {
  height: 70px;
  line-height: 69px;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  text-align: center;
  border: 1px solid #f0f0f0;
  border-radius: 8px;
}
.pcWrap .imgList img {
  width: 70%;
  height: 70%;
  vertical-align: middle;
  object-fit: contain;
}

.pcWrap .license div {
  width: 49%;
}
.pcWrap .license div:not(:last-child) {
  margin-right: 8px;
}
.pcWrap .partner div:nth-child(3) {
  background: unset;
}
.pcWrap .license div:nth-child(3) img {
  width: 101%;
  height: 101%;
  object-fit: cover;
}
.pcWrap .otherInfo {
  margin-top: 80px;
}
.pcWrap .extraWrap > div {
  flex: 1;
}
.chatWrap {
  margin-left: 28px;
}
.pcWrap .contact {
  flex: 1;
  display: flex;
  justify-content: space-between;
}
.pcWrap .chatIcon {
  width: 44px;
  height: 44px;
}
.chatItem {
  flex: 1;
  padding: 0 16px;
  display: flex;
  align-items: center;
  height: 70px;
  border-radius: 12px;
  border: 1px solid #f0f0f0;
  background: #fafafa;
  cursor: pointer;
}
.chatItem:first-child {
  margin-right: 8px;
}
.chatInfo {
  margin: 0 12px;
  flex: 1;
}
.chatTitle {
  font-size: 14px;
  font-weight: 500;
}
.chatDesc {
  font-size: 12px;
  color: #5c5f69;
}
.arrow {
  width: 12px;
  height: 12px;
}
/* mobile */
.mWrap {
  max-width: 414px;
  /* max-width: 375px; */
  font-size: 12px;
  height: 100vh;
  overflow: hidden;
}
.mWrap .body {
  position: relative;
  z-index: 2;
  flex: 1;
  overflow: hidden auto;
}

.mWrap .topBox {
  position: relative;
  /* background: url("../imgs/bg.png") no-repeat center center/cover; */
  text-align: center;
}
.mWrap .banner {
  margin-top: 32px;
  width: 320px;
}
.mWrap .banner img {
  height: 420px;
}
.mWrap .e {
  font-size: 24px;
}
.mWrap .actTitle {
  padding: 12px 20px 10px;
  font-size: 32px;
}
.mWrap .actSubTitle {
  font-size: 14px;
  color: #5c5f69;
}

.mWrap .whyItem {
  margin: 0 16px;
  padding: 16px 0;
}
.mWrap .whyItem > div {
  margin-left: 8px;
}

.mWrap .otherTips {
  margin: 16px 24px 0;
  font-size: 20px;
  white-space: pre-wrap;
}
.mWrap .dividing {
  margin: 24px 16px;
}

.mWrap .imgList {
  margin-bottom: 24px;
}

.mWrap .btn {
  height: 44px;
  line-height: 44px;
}
.mWrap .service2{
  margin: 0 8px;
}
.mWrap .joinBtn {
  flex: 1.5;
}
.mWrap .mainTitle {
  font-size: 16px;
}
.mWrap .mainSubTitle {
  font-size: 14px;
}
.mWrap .know {
  width: 100%;
}
.mWrap .popupBox {
  padding: 16px;
  width: calc(100% - 50px);
}

.mWrap .tableBox {
  margin-top: 24px;
  padding: 16px;
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #000;
}
.mWrap .tableTitle {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}
.mWrap .tableTitle>span {
  margin: 0 5px;
}
.mWrap .cardTitle{
  font-size: 24px;
}
.mWrap .cardTitle .e {
  font-size: 32px;
}
.mWrap .cardTitle img {
  position: relative;
  top: -3px;
}
.mWrap .subtitle {
  margin: 16px 0;
  font-size: 14px;
  color: #5c5f69;
  white-space: pre-wrap;
  text-align: center;
}
.mWrap .mainTips {
  left: 50%;
  transform: translateX(-50%);
  font-size: 18px;
}
.mWrap .mainTips::after {
  left: 50%;
  transform: translateX(-50%);
}
/*  */
.cardInfo {
  margin-bottom: 16px;
}
.cardExplain {
  display: flex;
  line-height: 24px;
  color: #5c5f69;
}
.cardExplain img {
  margin-right: 12px;
  margin-top: 8px;
}
.cellHead {
  color: #5c5f69;
}
.cellHead,
.cellItem {
  display: flex;
  align-items: center;
}
.cellItem {
  height: 40px;
  border-bottom: 1px solid #f0f0f0;
  font-size: 14px;
}
.cellHead div,
.cellItem div {
  flex: 1;
}

.cardTitle {
  margin-top: 32px;
  margin-bottom: 12px;
  line-height: 1;
  font-size: 18px;
  font-weight: 600;
}

.mWrap .tableBox,
.mWrap .cardBox,
.mWrap .otherInfo,
.mWrap .extraWrap {
  margin-left: 16px;
  margin-right: 16px;
}

.ruleTitle {
  padding-top: 12px;
  padding-right: 16px;
  text-decoration: underline;
  cursor: pointer;
  text-align: right;
  color: #3348f6;
}
.mWrap .ratio,
.mWrap .spaceWrap {
  white-space: pre-wrap;
}
.mWrap  .cellHead :last-child,
.mWrap  .cellItem :last-child {
  text-align: right;
}
.mWrap .bg {
  top: 150px;
  right: -20px;
  width: 110%;
}
/* popup */
.popupWrap {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.502);
}
.popupBox {
  margin: 0 auto 0;
  padding: 16px 24px;
  display: flex;
  flex-direction: column;
  width: 660px;
  max-height: 560px;
  background-color: #fff;
  border-radius: 12px;
}
.popupTitle {
  font-size: 18px;
  font-weight: 500;
}
.ruleBox {
  margin: 16px 0;
  flex: 1;
  overflow: auto;
  font-size: 16px;
  line-height: 21px;
}
.ruleItem:not(:last-child) {
  margin-bottom: 12px;
}
.know {
  margin: auto;
}
