.vip-container {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  min-width: 1260px;
  min-height: 100vh;
  background: #f5f5f7;
}
.vip-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 400px;
  background: linear-gradient(180deg, #211a14 0%, #000000 100%);
}
.vip-wrapper {
  padding-bottom: 20px;
}

/* Header & Banner */
.vip-head-title {
  position: relative;
  z-index: 6;
  width: 100%;
  height: 240px;
  background: url("../images/vip-tbg.svg") no-repeat;
}
.vip-head-title .vip-head {
  box-sizing: border-box;
  position: relative;
  z-index: 6;
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  padding: 30px 20px;
}
.vip-head-title .vip-head a {
  display: block;
}
.vip-head-title .vip-head .title {
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  padding-left: 30px;
}
.vip-head-title .vip-top-title {
  width: 100%;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 48px;
  color: #fceadc;
}

/* VIP 会员 Card */
.vip-wrapper .vip-card {
  position: relative;
  z-index: 8;
  display: flex;
  justify-content: space-between;
}
.vip-wrapper .vip-card .vip-item {
  box-sizing: border-box;
  position: relative;
  width: 400px;
  height: 560px;
  background: #ffffff;
}
.vip-wrapper .vip-card .vip-item .title {
  box-sizing: border-box;
  width: 100%;
  height: 160px;
  background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.15) 0%,
      rgba(255, 255, 255, 0.05) 100%
    ),
    #000000;
  display: flex;
  flex-direction: column;
  padding: 32px 0 0 50px;
}
.vip-wrapper .vip-card .vip-item:nth-child(2) .title {
  background: linear-gradient(
      180deg,
      rgba(244, 178, 178, 0.2) 0%,
      rgba(244, 178, 178, 0.1) 100%
    ),
    #000000;
}
.vip-wrapper .vip-card .vip-item:nth-child(3) .title {
  background: linear-gradient(
      180deg,
      rgba(231, 187, 147, 0.2) 0%,
      rgba(231, 187, 147, 0.1) 100%
    ),
    #000000;
}

.vip-wrapper .vip-card .vip-item .title span.name-t {
  font-size: 32px;
  color: rgba(255, 255, 255, 0.8);
}
.vip-wrapper .vip-card .vip-item .title span.name-d {
  font-size: 14px;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.6);
  padding-top: 10px;
}

.vip-wrapper .vip-card .vip-item:nth-child(2) .title span.name-t {
  color: #ffbead;
}
.vip-wrapper .vip-card .vip-item:nth-child(2) .title span.name-d {
  color: rgba(255, 190, 173, 0.6);
}
.vip-wrapper .vip-card .vip-item:nth-child(3) .title span.name-t {
  color: #ffbe79;
}
.vip-wrapper .vip-card .vip-item:nth-child(3) .title span.name-d {
  color: rgba(255, 190, 121, 0.6);
}

.vip-wrapper .vip-card .tag-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 50px 40px 0;
}
.vip-wrapper .vip-card .tag-list li {
  min-width: 150px;
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 17px;
  color: #333333;
  margin-bottom: 22px;
}
.vip-wrapper .vip-card .tag-list li::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../images/projection/t-icon.svg") no-repeat;
  margin-right: 12px;
}

.vip-wrapper .vip-card .price-content {
  box-sizing: border-box;
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 100%;
  padding: 0 50px;
}
.vip-wrapper .vip-card .price-content .price-content {
  display: flex;
}
.vip-wrapper .vip-card .price-content .price-wrap {
  display: flex;
  justify-content: center;
}
.vip-card .price-content .price-wrap dt {
  display: flex;
  align-items: baseline;
}
.vip-card .price-content .price-wrap dt span:nth-child(1) {
  font-size: 40px;
  line-height: 64px;
  color: #333333;
}
.vip-card .price-content .price-wrap dt span:nth-child(2) {
  font-size: 60px;
  line-height: 80px;
  color: #333333;
    
}
.vip-card .price-content .price-wrap dd {
  display: flex;
  flex-direction: column;
  padding: 18px 0 0 6px;
}
.vip-card .price-content .price-wrap dd .tag {
  font-size: 12px;
  line-height: 22px;
  color: #ffffff;
  background: #ff5050;
  border-radius: 5px;
  padding: 0 6px;
}
.vip-card .price-content .price-wrap dd .cost {
  font-size: 13px;
  font-weight: 400;
  line-height: 44px;
  color: #333333;
  margin-top: -4px;
}
.vip-card .price-content .price-wrap dd .cost span {
  text-decoration: line-through;
  color: rgba(51, 51, 51, 0.4);
}
.vip-card .price-content a.link-btn {
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  background: rgba(0, 0, 0, 0.06);
  font-size: 16px;
  color: rgba(51, 51, 51, 0.5);
}
.vip-card .vip-item:nth-child(n + 2) a.link-btn {
  color: #a54f3d;
  background: linear-gradient(105deg, #fae0bf 16%, #ffdfcd 47%, #fae0bf 77%);
}

/* 会员权益对比 */
.vip-compare {
  box-sizing: border-box;
  background: #ffffff;
  padding: 50px;
  margin-top: 30px;
}
.vip-compare .title {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: 100%;
  height: 82px;
  background: #fff6eb;
  font-size: 24px;
  color: #333333;
  padding-left: 20px;
}
.compare-content .w-380 {
  box-sizing: border-box;
  width: 380px;
}
.compare-content .w-260 {
  box-sizing: border-box;
  width: 260px;
}
.compare-content .compare-head {
  display: flex;
  align-items: center;
  width: 100%;
  height: 101px;
  font-size: 16px;
  color: #333333;
  font-weight: bold;
}
.compare-content .compare-head span:nth-child(1) {
  padding-left: 20px;
}
.compare-content .compare-head span:nth-child(2) {
  color: #666666;
}
.compare-content .compare-head span:nth-child(3) {
  color: #cd5a5a;
}
.compare-content .compare-head span:nth-child(4) {
  color: #cd8237;
}
.compare-content .compare-head span:nth-child(n + 2) {
  text-align: center;
}
.compare-content .compare-item {
  display: flex;
  font-size: 14px;
  border-top: 1px solid #ebebeb;
}
.compare-content .compare-item .item-title {
  box-sizing: border-box;
  width: 120px;
  height: 100%;
  padding: 32px 0 0 20px;
  color: #a86d2e;
  font-weight: bold;
}
.compare-content .compare-item .item-list {
  padding: 20px 0;
}
.compare-content .compare-item .item-list li {
  display: flex;
  line-height: 20px;
  color: #111111;
}
.compare-content .compare-item .item-list .col {
  box-sizing: border-box;
  display: block;
  width: 260px;
  text-align: center;
  padding: 12.5px 0;
}
.compare-content .compare-item .item-list .col.name {
  text-align: left;
  color: #666666;
  padding-left: 20px;
}

.compare-content .compare-item .item-list .col .question-tip {
  position: relative;
  width: 14px;
  height: 20px;
  vertical-align: middle;
  margin: 2.5px 0 0 3px;
}
.compare-content .compare-item .item-list .col .question-tip:hover .tip-mark {
  display: block;
}
.compare-content .compare-item .item-list .col .question-tip .tip-mark {
  position: absolute;
  top: -7px;
  left: 28px;
  background-color: #1a243e;
  border-radius: 4px;
  display: none;
  z-index: 10;
  font-style: normal;
  font-size: 14px;
  color: #ffffff;
  line-height: 16px;
  padding: 8px 12px;
  white-space: nowrap;
}
.compare-content .compare-item .item-list .col .tip-mark::before {
  content: "";
  position: absolute;
  left: -4px;
  top: 9px;
  width: 12px;
  height: 12px;
  display: inline-block;
  background-color: #1a243e;
  transform: rotate(45deg);
}
