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);
}

::-webkit-scrollbar {
	width: 0px;
	height: 0px;
}

#app{
  height: 100%;
}
[v-cloak]{
  display: none;
}
.wrap {
  position: relative;
  margin: auto;
  display: flex;
  flex-direction: column;
  max-width: 414px;
  height: 100%;
  background: #3d3dc3;
  /* PF_font/r/t_r12 */
  font-family: PingFang SC, "Open Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  overflow: hidden;
}
.topImg {
  position: absolute;
  left: -50px;
  top: -40px;
  z-index: 0;
  width: 350px;
}
.navBar {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  height: 44px;
  /* ::v-deep .van-icon {
    padding-left: 20px;
  } */
}
.arrowLeft {
  border: 2px solid #fff;
  width: 15px;
  height: 15px;
  border-left-color: transparent;
  border-top-color: transparent;
  transform: rotate(135deg);
  margin-left: 20px;
  cursor: pointer;
}
.body {
  padding-bottom: 48px;
  position: relative;
  z-index: 2;
  flex: 1;
  overflow: auto;
}
.topBox {
  padding-bottom: 220px;
  background: url("../imgs/jb1.png") no-repeat bottom/50%,
    url("../imgs/img.png") no-repeat center/200%;
  text-align: center;
}
.actTitle {
  margin: 16px auto 0;
  padding: 4px 40px 8px 40px;
  width: max-content;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 117, 117, 0.3) 53.62%,
    rgba(255, 255, 255, 0) 100%
  );
  font-size: 18px;
  color: #fff;
  text-align: center;
}
.actTitle .e{
  font-size: 22px;
}
.actExplain {
  margin: 16px 12px;
  font-size: 36px;
  font-weight: 600;
  color: #fff;
}
.time {
  margin: auto;
  padding: 4px 8px;
  width: max-content;
  border-radius: 29px;
  background: rgba(0, 26, 161, 0.15);
  color: #fff;
}
.actTips {
  padding-left: 12px;
  margin-bottom: 8px;
  color: #fff;
  &:first-child {
    margin-bottom: 8px;
  }
}
.cardBox {
  margin: 0 12px 16px;
  padding: 0 16px 16px;
  background-color: #fff;
  border-radius: 8px;
}
.cardTitle {
  position: relative;
  top: -1px;
  margin-bottom: 16px;
  height: 40px;
  line-height: 40px;
  background: url("../imgs/title.png") no-repeat center/contain;
  font-size: 18px;
  color: #fff;
  text-align: center;
}
.cardTitle span {
  margin: 0 8px;
}
.subtitle {
  font-size: 20px;
  color: #ff8a00;
  text-align: center;
}
.cardTips {
  margin-top: 5px;
  font-size: 14px;
  color: #5c5f69;
  text-align: center;
}
.cardInfo {
  margin-top: 14px;
  margin-bottom: 16px;
  border-radius: 8px;
  border: 1px solid rgba(240, 85, 28, 0.08);
  overflow: hidden;
}
.cellHead,
.cellItem {
  padding: 0 16px;
  display: flex;
  align-items: center;
  height: 40px;
}
.cellHead div,
.cellItem div {
  flex: 1;
}
.cellHead :last-child,
.cellItem :last-child {
  text-align: right;
}
.activeInfo div:last-child {
  flex: 1.1;
}
.feedbackInfo .money{
  flex: 1.2;
}
.feedbackInfo .ratio{
  flex: .8;
}
.feedbackInfo :last-child{
  flex: 1.1;
}

.cellHead {
  background: rgba(255, 138, 0, 0.1);
  color: #5c5f69;
}
.cellItem{
  font-size: 14px;
  font-family: "Open Sans";
}
.openSans{
  font-family: "Open Sans";
}
.cellItem:nth-of-type(odd) {
  background: rgba(255, 138, 0, 0.03);
}

.cardExplain {
  position: relative;
  color: #8b909c;
  line-height: 16px;
  text-align: left;
  padding-left: 15px;
}
.cardExplain:not(:last-child) {
  margin-right: 8px;
}
.cardExplain::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 5px;
  height: 5px;
  background-color: #8b909c;
  border-radius: 50%;
}
.rule,
.ruleExplain {
  font-size: 14px;
  line-height: 22px;
  color: #5c5f69;
}
.rule{
  display: flex;
}
.ruleExplain {
  margin-top: 16px;
}
.advItem {
  display: flex;
  align-items: center;
  font-size: 15px;
}
.advItem:not(:last-child) {
  margin-bottom: 24px;
}
.advItem:last-child{
  margin-bottom: 8px;
}
.advItem div {
  margin-left: 12px;
}

.otherInfo {
  margin-top: 36px;
  text-align: center;
}
.otherSubtitle {
  margin-bottom: 8px;
  font-size: 28px;
  color: #fff;
}
.otherTips {
  color: rgba(255, 255, 255, 0.3);
}
.dividing {
  margin: 24px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.imgTitle {
  padding-left: 20px;
  margin-bottom: 12px;
  font-size: 15px;
  color: #fff;
}
.imgList {
  margin: 0 20px 24px;
  display: flex;
  justify-content: space-between;
}
.imgList div {
  height: 80px;
  line-height: 79px;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  text-align: center;
}
.imgList img {
  width: 80%;
  height: 80%;
  vertical-align: middle;
  object-fit: contain;
}
.license div {
  width: 49%;
}
.partner div {
  width: 32%;
}
.partner div:first-child {
  img {
    position: relative;
    top: -1px;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.contact div{
  width: 49%;
  cursor: pointer;
}

.footer {
  padding: 20px;
  display: flex;
  align-items: center;
  background-color: #fff;
}
.service{
  display: flex;
  width: 44px;
  height: 44px;
  border: 2px solid #465AFF;
  border-radius: 50%;
}
.service img{
  margin: auto;
}
.buy {
  margin-left: 8px;
  flex: 1;
  height: 44px;
  line-height: 44px;
  background-color: #3348f6;
  border-radius: 22px;
  font-size: 15px;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
