﻿/*@primary-color-light: #c92d42;*/
.white-popup {
  position: relative;
  background: transparent;
  padding: 20px;
  width: auto;
  max-width: 600px;
  margin: 0 auto;
}
.white-popup .popup-box {
  width: 100%;
  margin: 0 auto 10px;
  background: #fff;
  border-radius: 10px 0 0 0;
  overflow: hidden;
}
.white-popup .popup-box .header {
  text-align: left;
  font-size: 1.65rem;
  font-weight: 200;
  letter-spacing: .3rem;
  padding: 20px;
}
.white-popup .popup-box .header img {
  height: 20px;
}
.white-popup .popup-box .view-box .view {
  background-size: cover;
  padding-bottom: 66%;
  border-radius: 10px 0 0 0;
}
.white-popup .popup-box .context {
  padding: 0px 20px 10px 30px;
}
.white-popup .popup-box .context ul {
  font-family: PingFang SC, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.8rem;
  color: #939393;
  columns: 2;
  column-gap: 60px;
  margin-left: -10px;
}
.white-popup .popup-box .context ul li {
  position: relative;
  padding: 3px 0 3px 18px;
  display: list-item;
  text-align: -webkit-match-parent;
  list-style: none;
}
.white-popup .popup-box .context ul li::before {
  position: absolute;
  top: 13px;
  left: 7px;
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #939393;
}
.popup-box {
  margin: 0 auto 10px;
}
.popup-box .header.privilege {
  position: relative;
  background: #ce1141;
  border-radius: 10px 0 0 0;
  height: 93px;
  padding: 0;
}
.popup-box .header.privilege h3 {
  position: relative;
  z-index: 2;
  height: 30px;
  margin-top: 20px;
  margin-bottom: 40px;
  line-height: 30px;
  text-align: center;
  font-size: 1.6rem;
  color: white;
}
.popup-box .header.privilege img {
  width: 350px;
  height: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.popup-box .privilege-list-container {
  margin: 0;
  padding: 20px;
  list-style: none;
}
.popup-box .privilege-list-container > li {
  margin-bottom: 13px;
  background: #f7f7f7;
}
.popup-box .privilege-list-container > li:nth-of-type(1) {
  position: relative;
}
.popup-box .privilege-list-container > li:nth-of-type(1) img {
  width: 100%;
}
.popup-box .privilege-list-container > li:nth-of-type(1) .privilege-title {
  position: absolute;
  top: 0px;
  left: 195px;
}
.popup-box .privilege-list-container > li:nth-of-type(1) .privilege-title .title-bg {
  display: none;
}
.popup-box .privilege-list-container > li > img {
  width: 179px;
  margin-right: 10px;
}
.popup-box .privilege-list-container > li .privilege-title {
  display: inline-block;
  padding-top: 10px;
  vertical-align: top;
}
.popup-box .privilege-list-container > li .privilege-title .title-bg {
  width: auto;
  height: 16px;
}
.popup-box .privilege-list-container > li .privilege-title .content {
  max-width: 350px;
  margin-top: 8px;
}
.popup-box .privilege-list-container > li .privilege-title .content p {
  margin-bottom: 2px;
  font-family: PingFang SC, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  color: #818182;
  letter-spacing: 2px;
  margin-top: 0;
  text-align: justify;
}
.popup-box .specail-privilege {
  text-align: center;
  padding: 0 20px;
}
.popup-box .specail-privilege img {
  width: 25px;
  height: 25px;
  margin-right: 5px;
  vertical-align: middle;
}
.popup-box .specail-privilege span {
  vertical-align: middle;
  font-weight: bold;
  color: #ce1141;
  font-family: SimSun, "宋体", serif;
  font-size: 1.6rem;
}
.popup-box .specail-privilege .content {
  width: 100%;
  margin-top: 10px;
}
.popup-box .specail-privilege .content p {
  font-family: PingFang SC, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  color: #999;
  letter-spacing: 2px;
}
.popup-box .split-line {
  display: block;
  margin: 28px auto 0 auto;
}
.mfp-bg {
  background: #dcdcdc!important;
  opacity: 0.8!important;
}
.mfp-close {
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #fff!important;
  right: -10px;
  top: 20px;
  opacity: 1;
  background: #ce1141!important;
}
.mfp-close:active {
  top: 20px;
}
