@charset "utf-8";
body {
  margin: 0;
  /* font-family: "Arial", sans-serif; */
  background: rgba(216, 216, 216, 0.22);
  font-family: arial,sans-serif;
  font-size: 12px;/* no */
}
ul {
  margin: 0;
}
ul,
li {
  padding: 0;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  font-weight: normal;
}
i,
em {
  font-style: normal;
}
a {
  text-decoration: none;
}

#pricing {
  position: relative;
  height: 100vh;
  width: 100vw;
  opacity: 0;
  overflow: auto;
}
#pricing.default-show {
  opacity: 1;
}

.userinfo {
  padding: 16px 20px;
  background: rgba(237, 237, 237, 0.54);
  display: flex;
  align-items: center;
}
.userinfo h2 {
  flex: auto;
  line-height: 40px;
  color: #424951;
  text-align: center;
  font-size: 20px;
}

.userphoto {
  flex: none;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  overflow: hidden;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.userinfo-text h3 {
  padding-top: 6px;
  padding-bottom: 8px;
  height: 17px;
  line-height: 17px;
}
.userinfo-text b {
  font-size: 15px;
  font-weight: bold;
  color: rgba(22, 22, 22, 1);
  line-height: 17px;
}
.userinfo-text em {
  font-size: 10px;
  color: rgba(51, 51, 51, 1);
  line-height: 11px;
}

.userinfo-text span {
  font-size: 10px;
  color: rgba(153, 153, 153, 1);
  line-height: 11px;
}
.userinfo-text .iconVIP {
  color: #fdb005;
  font-size: 14px;
}
.commodity-container {
  background-color: #fff;
  padding: 0 15px;
}
.commodity-list {
  height: 320px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 8px;
  overflow-x: auto;
  overflow-y: hidden;
}

.commodity-item {
  position: relative;
  flex: none;
  width: 190px;
  height: 220px;
  border-radius: 7px;
  border: 1px solid rgba(193, 193, 193, 0.7);
  box-sizing: border-box;
  font-size: 12px;
  text-align: center;
  margin-left: 10px;
  padding-top: 18px;
}
.commodity-item:first-child {
  margin-left: 0;
}
.commodity-item.active {
  border-width: 2px;
  border-color: rgba(32, 183, 89, 1);
}
.commodity-btn {
  width: 160px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 2px;
  border: 1px solid rgba(17, 101, 214, 1);
  font-weight: bold;
  color: rgba(17, 101, 214, 1);
  margin: 15px auto 0;
  font-size: 14px;
  box-sizing: border-box;
}
.commodity-item.active .commodity-btn {
  color: #fff;
  background: rgba(32, 183, 89, 1);
  border: 0px solid rgba(32, 183, 89, 1);
}
.commodity-item h4 {
  font-size: 14px;
  color: rgba(69, 69, 69, 1);
  line-height: 16px;
  font-weight: bold;
}
.commodity-item h3 {
  margin-top: 15px;
  line-height: 26px;
  font-size: 30px;
  color: rgba(62, 62, 62, 1);
}
.commodity-content {
  margin-top: 6px;
  margin-bottom: 10px;
}
.commodity-item .explain-text {
  font-size: 12px;
  color: rgba(153, 153, 153, 1);
  line-height: 14px;
  margin-left: 8px;
  margin-right: 8px;
}
.commodity-item .ageing-text {
  font-size: 12px;
  color: rgba(153, 153, 153, 1);
  line-height: 12px;
  margin-top: 6px;
}
.commodity-item .old-price {
  font-size: 14px;
  font-weight: bold;
  color: rgba(153, 153, 153, 1);
  line-height: 14px;
  margin-top: 12px;
  margin-bottom: 4px;
  text-decoration: line-through;
}
.commodity-item .old-price + h3 {
  margin-top: 0;
}
.discount-text {
  margin-top: 6px;
  font-size: 12px;
  line-height: 14px;
  font-weight: bold;
  color: rgba(32, 183, 89, 1);
}
.discount-text s {
  text-decoration: line-through;
}
.commodity-item.commodity-hot {
  width: 200px;
  height: 260px;
}
.commodity-hot::after {
  content: "";
  position: absolute;
  top: -8px;
  right: 5px;
  width: 93px;
  height: 27px;
  background: url(/static/template/202004/img/pay/popular.svg) no-repeat
    center/cover;
  z-index: 2;
}
.commodity-hot.zh-hot::after {
  color: #fff;
  line-height: 27px;
  text-align: center;
  text-indent: -3px;
  font-size: 12px;
  content: attr(data-hot);
  background-image: url(/static/template/202004/img/pay/popular3.png);
}

.commodity-item.commodity-hot h3,
.commodity-item.commodity-hot .ageing-text {
  color: rgba(32, 183, 89, 1);
}
.payment-method-list {
  background-color: #fff;
  padding: 1px 30px 3px 20px;
}
.payment-method-item {
  padding-top: 11px;
  padding-bottom: 11px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.payicon {
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: middle;
  margin-right: 15px;
}
.payicon.icon-paypal {
  width: 22px;
  height: 26px;
  background-image: url(/static/template/202004/img/pay/paypal.svg);
}
.payicon.icon-wechatpay {
  width: 23px;
  height: 21px;
  background-image: url(/static/template/202004/img/pay/WeChat_Pay.svg);
}
.payicon.icon-alipay {
  width: 24px;
  height: 24px;
  background-image: url(/static/template/202004/img/pay/AIipay.svg);
}
.payment-method-icon {
  font-size: 12px;
}
.check-box {
  flex: none;
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid rgba(224, 224, 224, 1);
  border-radius: 100%;
  text-align: center;
  line-height: 20px;
}
.payment-method-list input {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
}
.payment-method-list input + .iconfont {
  font-size: 20px;
  color: rgba(32, 183, 89, 1);
}
.payment-method-list input:checked + .iconfont::before {
  content: "\e62c";
}

.fixed-submit-box {
  position: fixed;
  bottom: 0;
  left: 0;
  height: 60px;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 20px;
  box-sizing: border-box;
}
.pay-submit-btn {
  width: 140px;
  height: 60px;
  line-height: 66px;
  background: rgba(32, 183, 89, 1);
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  opacity: 0.3;
}
.pay-submit-btn.active-btn {
  opacity: 1;
}
.fixed-submit-box > div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.fixed-submit-box h4 {
  width: 100%;
  font-size: 14px;
  color: rgba(51, 51, 51, 1);
  line-height: 16px;
  font-weight: normal;
}
.fixed-submit-box span {
  color: rgba(32, 183, 89, 1);
  font-weight: bold;
  margin-left: 10px;
}
.fixed-submit-box p {
  font-size: 8px;
  color: rgba(163, 163, 163, 1);
  line-height: 10px;
  margin-top: 6px;
  transform: scale(0.85) translateX(-8%);
}

#mineHead {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  height: 46px;
  border-bottom: 1px solid rgba(235, 235, 235, 1);
  color: rgba(62, 62, 62, 1);
  user-select: none;
  background-color: #fff;
}
#mineHead span {
  flex: auto;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
#mineHead .iconfont {
  font-size: 18px;
  position: absolute;
  top: 0;
  width: 46px;
  text-align: center;
  line-height: 46px;
  font-size: 18px;
}
#mineBodyRight {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  transform: translateX(100%);
  transition: transform 0.2s;
  background: rgba(243, 243, 243, 1);
}
#mineBodyRight.menu-show {
  transform: translateX(0);
}

#mineBodyRight h2 {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(22, 22, 22, 1);
  line-height: 17px;
  font-size: 15px;
  font-weight: normal;
}
#mineBodyRight h2 span {
  font-weight: bold;
}
#mineBodyRight .iconaccomplish {
  font-size: 40px;
  margin-right: 12px;
  color: #20b759;
}
#mineBodyRight li {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 14px;
  font-size: 12px;
  padding: 0 20px;
  border-bottom: 1px solid rgba(151, 151, 151, 0.13);
  background-color: #fff;
}
#mineBodyRight li span {
  color: rgba(102, 102, 102, 1);
}
#mineBodyRight li b {
  color: rgba(51, 51, 51, 1);
  text-align: right;
}
.pay-return-btn {
  font-size: 16px;
  text-align: center;
  color: rgba(255, 255, 255, 1);
  width: 335px;
  height: 40px;
  line-height: 40px;
  background: rgba(1, 91, 212, 1);
  border-radius: 4px;
  margin: 30px auto;
}
