html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
  margin: 0;
  padding: 0;
}
html,
body {
  height: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  padding: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
ul,
ol {
  list-style: none;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 100px;
}
@media screen and (min-width: 320px) {
  html {
    font-size: 42.6667px;
  }
}
@media screen and (min-width: 360px) {
  html {
    font-size: 48px;
  }
}
@media screen and (min-width: 375px) {
  html {
    font-size: 50px;
  }
}
@media screen and (min-width: 412px) {
  html {
    font-size: 54.9333px;
  }
}
@media screen and (min-width: 414px) {
  html {
    font-size: 55.2px;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 100px;
  }
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
.clear {
  zoom: 1;
  clear: both;
}
.clear:after {
  clear: both;
  content: "";
  display: block;
  width: 0;
  height: 0;
  visibility: hidden;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.none {
  display: none !important;
}

body,
html {
  line-height: 1.1;
  box-sizing: border-box;
  min-width: 7.5rem;
  font-family: "微软雅黑";
}
.none {
  display: none;
}
button {
  outline: none;
  border: none;
}
.banner {
  position: relative;
  top:0;
  width: 7.5rem;
  height: 8.08rem;
  background: url("../mimg/vipListed/BANNER.png") no-repeat center;
  background-size: cover;
  margin: 0 auto;
  padding-top: 0.54rem;
}
.banner ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.48rem 0 0.47rem;
}
.banner ul li {
  display: flex;
  align-items: center;
  font-size: 0.24rem;
  color: #ffffff;
}
.banner ul li.login {
  align-items: center;
}
.banner ul li.login span:nth-child(2) {
  margin: 0 0.1rem;
}
.banner ul li.userInfo {
  justify-content: center;
}
.banner ul li.userInfo img {
  width: 0.5rem;
  height: 0.5rem;
  background-color: #f4f4f4;
  border-radius: 50%;
  border: solid 0.02rem #ffffff;
  margin-right: 0.1rem;
}
.banner ul li.userInfo span {
  max-width: 1.6rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.banner ul li.rule {
  width: 1.47rem;
  height: 0.5rem;
  border-radius: 0.25rem;
  border: solid 0.02rem rgba(255,255,255,0.62);
  justify-content: center;
}
.gratia {
  width: 7.5rem;
  height: 2rem;
  background-image: linear-gradient(180deg, #9259ff, #a170ff);
  margin: -0.01rem auto;
  padding-top: 0.71rem;
}
.publicTitle {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.46rem;
  color: #ffffff;
  font-weight: bold;
}
.publicTitle i {
  display: block;
  width: 0.32rem;
  height: 0.36rem;
}
.publicTitle .leftIcon {
  background: url("../mimg/vipListed/bt_z.png");
  background-size: cover;
}
.publicTitle .rightIcon {
  background: url("../mimg/vipListed/bt_y.png");
  background-size: cover;
}
.publicTitle span {
  margin: 0 0.19rem;
}
.publicInt {
  font-size: 0.24rem;
  color: #ffffff;
  text-align: center;
  margin-top: 0.17rem;
}
.main {
  width: 7.5rem;
  margin: 0 auto;
  background: #a170ff;
}
.main .discounts {
  width: 7.5rem;
  margin: -0.02rem auto 0;
  padding-top: 0.62rem;
  background: url("../mimg/vipListed/tt.png") no-repeat top center;
  background-size: 7.5rem 0.62rem;
}
.main .discounts .disList {
  width: 6.58rem;
  margin: -0.02rem auto 0;
  height: 6.08rem;
  background-color: #ffffff;
  border-radius: 0 0 0.23rem 0.23rem;
  position: relative;
  top: -0.475rem;
  padding-top: 0.1rem;
}
.main .discounts .disList .shadow {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 0.4rem;
  background: linear-gradient(180deg, #9b70ec,#ab87ef,#c6aef4, #e2d5f9,#f2edfd, #ffffff);
}
.main .discounts i.leftIcon,
.main .discounts i.rightIcon{
  display: block;
  position: absolute;
  top: 2.78rem;
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background: #a170ff;
}
.main .discounts .leftIcon {
  left: -0.125rem;
}
.main .discounts .rightIcon {
  right: -0.125rem;
}
.main .discounts .disList .listBox {
  padding: 0.4rem 0;
  width: 5.98rem;
  margin: 0 auto;
}
.main .discounts .disList .listBox:not(:first-child) {
  border-top: 1px dotted rgba(114,41,252,0.12);
}
.main .discounts .disList .list {
  width: 5.98rem;
  height: 2.04rem;
  background-color: #f8f4ff;
  border-radius: 0.3rem;
  position: relative;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.main .discounts .disList .list .badge {
  height: 0.45rem;
  line-height: 0.45rem;
  text-align: center;
  padding: 0 0.23rem;
  background-color: #e9ddff;
  border-radius: 0 0.3rem 0 0.3rem;
  font-size: 0.24rem;
  letter-spacing: -0.005rem;
  color: #7229fc;
  position: absolute;
  top: 0;
  right: 0;
}
.main .discounts .disList .list img {
  width: 1.14rem;
  height: 1.28rem;
  margin: 0 0.19rem 0 0.39rem;
}
.main .discounts .disList .list p {
  height: 1.28rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.main .discounts .disList .list p span:nth-child(1) {
  font-size: 0.32rem;
  letter-spacing: -0.006rem;
  color: #333333;
  font-weight: 500;
}
.main .discounts .disList .list p span:nth-child(2) {
  font-size: 0.24rem;
  letter-spacing: -0.005rem;
  color: #666666;
  margin: 0.17rem 0 0.08rem;
}
.main .discounts .disList .list p span:nth-child(3) {
  font-size: 0.24rem;
  letter-spacing: -0.005rem;
  color: #fc6053;
}
.main .discounts .disList .list button {
  width: 1.4rem;
  height: 0.58rem;
  border-radius: 0.28rem;
  border: solid 0.02rem #fc6053;
  font-size: 0.28rem;
  letter-spacing: -0.006rem;
  color: #fc6053;
  text-align: center;
  line-height: 0.56rem;
  position: absolute;
  top: 0.98rem;
  right: 0.38rem;
  background-color: #f8f4ff;
}
.main .discounts .disList .list button.forbid {
  border: solid 0.02rem #cbcbcb;
  color: #999999;
  cursor: not-allowed;
}
.main .mainTitle {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0.78rem auto 0.42rem;
}
.main .mainTitle i {
  display: block;
  width: 0.39rem;
  height: 0.04rem;
}
.main .mainTitle .leftIcon {
  background: url("../mimg/vipListed/b_z.png");
  background-size: cover;
}
.main .mainTitle .rightIcon {
  background: url("../mimg/vipListed/b_y.png");
  background-size: cover;
}
.main .mainTitle span {
  font-size: 0.38rem;
  color: #ffffff;
  font-weight: bold;
  margin: 0 0.12rem;
}
.main .mainRoll {
  width: 7.1rem;
  height: 2.96rem;
  margin-left: 0.4rem;
  overflow: hidden;
  position: relative;
  margin-bottom: 0.96rem;
}
.main .mainRoll ul {
  display: flex;
  flex-shrink: 0;
  overflow-x: auto;
  overflow-y: hidden;
  width: auto;
}
.main .mainRoll ul::-webkit-scrollbar {
  display: none;
}
.main .mainRoll ul li {
  min-width: 2.84rem;
  width: 2.84rem;
  height: 2.96rem;
  background: url("../mimg/vipListed/qy.png");
  background-size: cover;
  margin-right: 0.3rem;
}
.main .mainRoll ul li i {
  display: block;
  width: 1.07rem;
  height: 1.07rem;
  margin: 0.41rem auto 0.40rem;
}
.main .mainRoll ul li i.personage {
  background: url("../mimg/vipListed/personage.png") no-repeat center;
  background-size: 1.07rem;
}
.main .mainRoll ul li i.conversion {
  background: url("../mimg/vipListed/conversion.png") no-repeat center;
  background-size: 1.07rem;
}
.main .mainRoll ul li i.read {
    background: url("../mimg/vipListed/read.png") no-repeat center;
  background-size: 1.07rem;
}
.main .mainRoll ul li i.translate {
  background: url("../mimg/vipListed/translate.png") no-repeat center;
  background-size: 1.07rem;
}
.main .mainRoll ul li i.screen {
  background: url("../mimg/vipListed/screen.png") no-repeat center;
  background-size: 1.07rem;
}
.main .mainRoll ul li i.work {
  background: url("../mimg/vipListed/work.png") no-repeat center;
  background-size: 1.07rem 0.75rem;
}
.main .mainRoll ul li i.equity {
  background: url("../mimg/vipListed/equity.png") no-repeat center;
  background-size: 1.07rem;
}
.main .mainRoll ul li p {
  font-size: 0.24rem;
  letter-spacing: -0.005rem;
  color: #ffffff;
  margin-bottom: 0.15rem;
  text-align: center;
}
.main .seckill {
  width: 7.5rem;
  margin: 0 auto;
}
.main .seckill .live {
  width: 6.58rem;
  height: 3.33rem;
  background: url("../mimg/vipListed/zb.png");
  background-size: cover;
  margin: 0.4rem auto 0.3rem;
  position: relative;
}
.main .seckill .live .copy {
  position: absolute;
  top: 0.6rem;
  left: 3.79rem;
  font-size: 0.24rem;
  letter-spacing: -0.005rem;
  color: #333333;
  /*font-weight: 600;*/
}
.main .seckill .live .copy p:not(:first-child) {
  margin-top: 0.15rem;
}
.main .seckill .attention {
  width: 3.95rem;
  height: 0.89rem;
  background-image: linear-gradient(0deg,
  rgba(107, 28, 251, 0.83) 0%,
  rgba(171, 106, 255, 0.83) 100%),
  linear-gradient(
    #6819ff,
    #6819ff);
  background-blend-mode: normal,
  normal;
  box-shadow: 0.006rem 0.06rem 0 0 rgba(158, 90, 255, 1);
  border-radius: 0.445rem;
  letter-spacing: -0.006rem;
  color: #ffffff;
  font-size: 0.28rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0.99rem;
}
.main .welfare {
  width: 7.5rem;
  margin: 0 auto;
  background-image: linear-gradient(0deg, #9259ff, #a170ff);
  padding-bottom: 0.95rem;
}
.main .welfare ul {
  width: 6.59rem;
  margin: 0 auto;
}
.main .welfare ul li {
  position: relative;
  display: flex;
  align-items: center;
  width: 6.59rem;
  height: 2.29rem;
  background: url("../mimg/vipListed/back.png") no-repeat center;
  background-size: cover;
  border-radius: 0.2rem;
  padding: 0 0 0 0.51rem;
  margin-top: 0.38rem;
}
.main .welfare ul li i {
  display: block;
}
.main .welfare ul li i.leftIcon {
  position: absolute;
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  opacity: 0;
  top: 1.02rem;
  left: -0.125rem;
}
.main .welfare ul li i.rightIcon {
  position: absolute;
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  opacity: 0;
  top: 1.02rem;
  right: -0.125rem;
}
.main .welfare ul li i.LOGO {
  width: 1.14rem;
  height: 1.28rem;
  background: url("../mimg/vipListed/LOGO.png");
  background-size: cover;
  margin-right: 0.19rem;
}
.main .welfare ul li p {
  height: 1.28rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 0.05rem;
  letter-spacing: -0.008rem;
  color: #333333;
  font-size: 0.38rem;
  font-weight: 500;
}
.main .welfare ul li p span {
  display: block;
  position: relative;
}
.main .welfare ul li p span:nth-child(1) {
  margin-bottom: 0.16rem;
}
.main .welfare ul li p span em {
  position: absolute;
  font-style: normal;
  font-size: 0.24rem;
  letter-spacing: -0.005rem;
  width: 1.08rem;
  height: 0.43rem;
  border-radius: 0.04rem 0.04rem 0.04rem 0;
  text-align: center;
  line-height: 0.45rem;
  font-weight: 400;
}
.main .welfare ul li p span .residue {
  background: #f1e9ff;
  color: #8e53ff;
  top: -0.43rem;
  right: -1rem;
}
.main .welfare ul li p span .residue::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 0.09rem solid #f1e9ff;
  border-left: 0.09rem solid transparent;
  bottom: 0;
  left: -0.09rem;
}
.main .welfare ul li p span .exclusive {
  background: #FC6053;
  color: #fefdff;
  top: -0.1rem;
  right: -1.28rem;
}
.main .welfare ul li p span .exclusive::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 0.09rem solid #FC6053;
  border-left: 0.09rem solid transparent;
  bottom: 0;
  left: -0.09rem;
}
.main .welfare ul li button,
.main .welfare ul li a {
  width: 1.8rem;
  height: 0.62rem;
  border-radius: 0.31rem;
  border: solid 0.02rem #fc6053;
  display: block;
  line-height: 0.6rem;
  text-align: center;
  background: #fff;
  letter-spacing: -0.006rem;
  color: #fc6053;
  font-size: 0.28rem;
  position: absolute;
  top: 1.04rem;
  right: 0.41rem;
}
.main .welfare ul li button.forbid {
  border: solid 0.02rem #cbcbcb;
  color: #999999;
  cursor: not-allowed;
}
.mask {
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  -moz-opacity: 0.5;
  position: fixed;
  top: 0;
  z-index: 999;
}
.popup {
  width: 6.8rem;
  background-color: #ffffff;
  border-radius: 0.1rem;
  box-shadow: 0 0 0.325rem 0.025rem rgba(153, 153, 153, 0.3);
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -3.4rem;
  z-index: 9999;
}
.popup .out {
  position: absolute;
  right: 0.34rem;
  top: 0.34rem;
  width: 0.44rem;
  height: 0.44rem;
  padding: 0.08rem;
  background: url("../mimg/vipListed/gb.png") no-repeat center;
  background-size: 0.28rem;
  cursor: pointer;
}
.popup.code {
  height: 5.79rem;
  margin-top: -2.895rem;
}
.popup.code .headCopy {
  font-size: 0.42rem;
  letter-spacing: 0.011rem;
  color: #333333;
  text-align: center;
  margin-top: 1.18rem;
  font-weight: 500;
}
.popup.code img {
  width: 2.38rem;
  height: 2.38rem;
  margin: 0.37rem auto;
  display: block;
}
.popup.code .baseCopy {
  font-size: 0.24rem;
  letter-spacing: 0.006rem;
  color: #333333;
  text-align: center;
  font-weight: 500;
}
.popup.regulation {
  height: 11.02rem;
  margin-top: -5.51rem;
  padding: 0.21rem 0.35rem 0;
}
.popup.regulation .title {
  font-size: 0.32rem;
  letter-spacing: 0.008rem;
  color: #333333;
  width: 100%;
  height: 0.7rem;
  line-height: 0.7rem;
  border-bottom: solid 0.02rem #e5e5e5;
}
.popup.regulation ul {
  width: 100%;
  margin-top: 0.31rem;
}
.popup.regulation ul li {
  font-size: 0.24rem;
  line-height: 0.42rem;
  letter-spacing: 0.006rem;
  color: #666666;
}
.popup.succeed {
  height: 4.17rem;
  margin-top: -2.085rem;
}
.popup.succeed .hint {
  font-size: 0.42rem;
  letter-spacing: 0.008rem;
  color: #333333;
  text-align: center;
  margin-top: 1.24rem;
}
.popup.succeed .content {
  font-size: 0.24rem;
  letter-spacing: 0.006rem;
  color: #666666;
  text-align: center;
  margin: 0.28rem auto 0.58rem;
}
.popup.succeed button {
  margin: 0 auto;
  display: block;
  width: 2rem;
  height: 0.68rem;
  background-color: #894aff;
  border-radius: 0.34rem;
  font-size: 0.24rem;
  letter-spacing: 0.006rem;
  color: #ffffff;
  text-align: center;
  line-height: 0.68rem;
}


.webPay {
  width: 800px;
  height: 539px;
  background-color: #ffffff;
  border-radius: 4px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -269.5px 0 0 -400px;
  z-index: 9999;
}
.webPay > i {
  width: 12px;
  height: 12px;
  background: url("../mimg/associate/out-s.png");
  background-size: 12px 12px;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.webPay .popupHead {
  width: 800px;
  height: 150px;
  background-color: #fafafa;
  border-bottom: 1px solid #dddddd;
  border-radius: 4px 4px 0 0;
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  -ms-flex-direction: column;
}
.webPay .popupHead .popupTitle {
  width: 100%;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -ms-flex-align: center;
  font-size: 14px;
  color: #666666;
  padding: 17px;
}
.webPay .popupHead .popupTitle span:nth-child(2){
  margin-left: 262px;
}
.webPay .popupHead .popupTitle span i {
  font-style: inherit;
}
.webPay .popupHead .popupPrice {
  margin-top: 20px;
  display: flex;
  display: -ms-flexbox;
  align-items: flex-end;
  -ms-flex-align: end;
  font-size: 28px;
  letter-spacing: 1.1px;
  color: #fe6d26;
  margin-left: 321px;
}
.webPay .popupHead .popupPrice span {
  font-size: 14px;
  color: #666666;
  margin-bottom: 3px;
}
.webPay .popupHead .popupPrice i {
  font-style: inherit;
}
.webPay .popupHead .popupData {
  margin: 15px auto 0;
  font-size: 12px;
  color: #999999;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  -ms-flex-pack: center;
  width: auto;
}
.webPay .popupHead .popupData span {
  color: #666666;
}
.webPay .popupHead .popupData i {
  height: 12px;
  border-left: 1px solid #7f7f7f;
  border-right: 1px solid #d9d9d9;
  margin: 0 8px;
}
.webPay .popupContent {
  width: 100%;
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  -ms-flex-direction: column;
  align-items: center;
  -ms-flex-align: center;
}
.webPay .popupContent img {
  width: 200px;
  height: 200px;
  margin: 64px 0 15px;
}
.webPay .popupContent p {
  color: #999999;
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .popup.regulation {
    height: 7rem;
    margin-top: -3.5rem;
  }
  .popup.regulation ul {
    overflow-y: auto;
    height: 5.5rem;
  }
}
