.main {
  width: 100%;
  background: #1a1a1b;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main .cover {
  width: 100%;
  height: 534px;
  background-size: 100% 100%;
  background-image: url(/Public/Home/img/expenses/bg.png);
  display: flex;
  justify-content: center;
  align-items: center;
}
.main .cover .title {
  font-size: 40px;
  font-family: Alibaba PuHuiTi;
  font-weight: 400;
  color: rgba(254, 254, 254, 1);
  letter-spacing: 8px;
}
.main .zf {
  width: 100%;
  box-sizing: border-box;
  padding-top: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main .zf .title {
  font-size: 28px;
  font-family: Alibaba PuHuiTi;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main .zf .title span {
  font-size: 20px;
  font-family: Alibaba PuHuiTi;
  font-weight: 400;
  color: rgba(148, 147, 147, 1);
  margin-top: 14px;
}
.main .zf .content {
  width: 1200px;
  margin-top: 80px;
}
.main .zf .content .combo {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 128px;
}
.main .zf .content .combo .left {
  width: 352px;
  height: 412px;
  background-size: 328px 393px;
  background-repeat: no-repeat;
  background-image: url(/Public/Home/img/expenses/item.png);
  background-color: #222224;
  background-position: center center;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  padding: 68px 44px;
}
.main .zf .content .combo .left h3 {
  font-size: 38px;
  font-family: Alibaba PuHuiTi;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  display: flex;
  align-items: flex-end;
}
.main .zf .content .combo .left h3 img {
  margin: 0 10px;
}
.main .zf .content .combo .left p {
  width: 100%;
  font-size: 24px;
  font-family: Alibaba PuHuiTi;
  font-weight: 400;
  color: rgba(199, 199, 204, 1);
  margin-top: 38px;
  line-height: 44px;
}
.main .zf .content .combo .left .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 72px;
  width: 258px;
  height: 68px;
  line-height: 66px;
  background: rgba(43, 42, 36, 1);
  border: 1px solid rgba(255, 218, 16, 1);
  border-radius: 6px;
  font-size: 26px;
  font-family: Alibaba PuHuiTi;
  font-weight: 400;
  color: rgba(255, 218, 16, 1);
  letter-spacing: 4px;
}
.main .zf .content .combo:nth-of-type(2) .left .btn {
  margin-top: 60px;
  background: rgba(94, 94, 94, 1);
  font-size: 26px;
  font-family: Alibaba PuHuiTi;
  font-weight: 400;
  color: rgba(148, 145, 145, 1);
  border: none;
}

.main .zf .content .combo .right {
  width: 786px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.main .zf .content .combo .right .item {
  background: #212226;
  width: 787px;
  height: 106px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main .zf .content .combo .right .item strong {
  font-size: 28px;
  font-family: Alibaba PuHuiTi;
  font-weight: 500;
  color: rgba(255, 218, 16, 1);
}
.main .zf .content .combo .right .item i {
  font-size: 28px;
  font-family: Alibaba PuHuiTi;
  font-weight: 500;
  color: rgba(255, 218, 16, 1);
  margin: 0 16px;
}
.main .zf .content .combo .right .item p {
  letter-spacing: 2px;
  display: flex;
  align-items: center;
  margin-top: 4px;
  font-size: 22px;
  font-family: Alibaba PuHuiTi;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
}
.main .zf .content .combo .right .item p span {
  text-decoration: line-through;
  text-decoration-color: #ed4141;
}
.main .zf .content .combo .right .item p b {
  font-weight: 400;
  color: #ffda10;
}
.main .zf .content .combo.disabled .right .item p {
  color: rgba(148, 145, 145, 1) !important;
}
.main .zf .content .combo.disabled .right .item strong {
  color: rgba(148, 145, 145, 1) !important;
}
.main .zf .content .combo.disabled .right .item i {
  color: rgba(148, 145, 145, 1) !important;
}
.main .zf .content .combo.disabled .right .item b {
  color: rgba(148, 145, 145, 1) !important;
}
