* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  color: #181818;
  font-family: Microsoft YaHei, Helvetica Neue, Helvetica, STHeiTi, Arial, sans-serif;
  max-width: 769px;
  min-width: 320px;
  margin: 0 auto;
  touch-action: manipulation;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
a {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
li {
  list-style: none;
}
em,
i {
  font-style: normal;
}
input {
  -webkit-appearance: none;
}
body.dialog-open {
  position: fixed;
  width: 100%;
}
article {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 3.833rem;
  padding: 0 1rem;
}
header .back,
header .back img,
header > span {
  display: block;
  width: 2rem;
  height: 2rem;
}
header h2 {
  font-weight: bold;
  font-size: 1.333rem;
  color: #0f172a;
}
.home_page header {
  justify-content: space-between;
  border-bottom: 0.083rem solid #fecf8d;
  background: #d91200;
}
.home_page header h1,
.home_page header h1 img {
  width: 6.917rem;
  height: 2.083rem;
}
.home_page header .seek {
  display: flex;
  align-items: center;
  height: 2.333rem;
  padding: 0 1rem;
  border-radius: 1.5rem;
  background: #ffffff;
}
.home_page header .seek img {
  width: 1.333rem;
  height: 1.333rem;
}
.home_page header .seek span {
  font-size: 1.167rem;
  color: #0f172a;
  margin-left: 0.167rem;
}
.home_page .banner,
.home_page .banner img {
  width: 100%;
  height: 13.583rem;
}
.home_page .cut {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin: 1rem 0;
}
.home_page .cut a {
  font-size: 1.333rem;
  color: #0f172a;
}
.home_page .cut a.active {
  font-weight: bold;
  position: relative;
}
.home_page .cut a.active::after {
  display: inline-block;
  content: "";
  width: 3.833rem;
  height: 0.333rem;
  background: #d91200;
  border-radius: 0.167rem;
  position: absolute;
  bottom: -0.457rem;
  left: 50%;
  transform: translateX(-50%);
}
.home_page .article {
  flex: 1;
  padding-bottom: 5.667rem;
}
.article-item {
  display: block;
  padding: 1rem;
  border-bottom: 0.083rem solid #e0e0e0;
}
.article-item .article-title {
  font-weight: bold;
  font-size: 1.333rem;
  color: #0f172a;
}
.article-item .article-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.833rem;
}
.article-item .article-info .left {
  display: flex;
}
.article-item .article-info .left span {
  font-size: 1.083rem;
  color: #9a9a9a;
}
.article-item .article-info .left span:not(:last-of-type) {
  margin-right: 0.5rem;
}
.article-item .article-info .left .zxgm {
  padding: 0 0.5rem;
  color: #d91200;
  border-radius: 0.333rem;
  border: 0.083rem solid #d91200;
}
.article-item .article-info .price {
  display: flex;
  font-weight: bold;
  color: #d91200;
}
.article-item .article-info .price i {
  font-size: 1.167rem;
  align-self: flex-end;
}
.article-item .article-info .price span {
  font-size: 1.5rem;
}
.article-item.past .price {
  color: #999999;
}
.pay_page section {
  flex: 1;
  padding: 1rem 1rem 9.667rem;
  background: linear-gradient(180deg, #ef3b36 0%, #ffffff 100%);
}
.pay_page .top {
  width: 100%;
  padding: 1rem;
  border-radius: 0.5rem;
  background-color: #ffffff;
}
.pay_page .top .title {
  font-weight: bold;
  font-size: 1.333rem;
  color: #3d3d3d;
}
.pay_page .top .info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1rem;
}
.pay_page .top .info span {
  font-size: 1rem;
  color: #878787;
}
.pay_page .middle {
  width: 100%;
  padding: 1rem;
  margin-top: 1rem;
  border-radius: 0.5rem;
  background: #ffffff;
}
.pay_page .middle .lottery_info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 1rem;
  border-bottom: 0.083rem solid #f1f3f4;
}
.pay_page .middle .lottery_info .left {
  display: flex;
  align-items: center;
  font-size: 1rem;
  color: #333333;
}
.pay_page .middle .lottery_info .left .lottery_name {
  font-weight: bold;
  font-size: 1.333rem;
  margin-right: 0.333rem;
}
.pay_page .middle .lottery_info .left .qi {
  display: flex;
  align-items: center;
  font-size: 1.167rem;
  margin-left: 0.333rem;
}
.pay_page .middle .lottery_info .left .qi span {
  color: #d91200;
  font-weight: bold;
}
.pay_page .middle .lottery_info .tags {
  font-size: 1rem;
  color: #d91200;
  padding: 0.167rem 0.5rem;
  background: #fcefe7;
  border-radius: 0.333rem;
}
.pay_page .middle .locked {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 1rem;
}
.pay_page .middle .locked .label {
  font-size: 1.167rem;
  color: #424242;
}
.pay_page .middle .locked .cutdown {
  display: flex;
  align-items: center;
  margin-top: 1.333rem;
  color: #d91200;
  font-weight: bold;
  font-size: 1.167rem;
}
.pay_page .middle .locked .cutdown span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.083rem;
  height: 2.083rem;
  margin: 0.333rem;
  color: #ffffff;
  background: #d91200;
  border-radius: 0.333rem;
}
.pay_page .middle .locked .text {
  font-size: 1.167rem;
  color: #d91200;
  margin-top: 1.333rem;
}
.pay_page .middle .locked .purchase_button {
  padding: 0.5rem 2.167rem;
  margin-top: 1rem;
  font-weight: bold;
  font-size: 1.167rem;
  color: #ffffff;
  background: #d91200;
  border-radius: 1.667rem;
}
.pay_page .bottom {
  width: 100%;
  padding: 1rem;
  margin-top: 1rem;
  border-radius: 0.5rem;
  background: #ffffff;
}
.pay_page .bottom .detail {
  font-weight: bold;
  font-size: 1.333rem;
  color: #333333;
}
.pay_page .bottom .content {
  margin-top: 0.5rem;
}
.pay_page .bottom .content img {
  width: 100%;
}
.pay_page .pay_footer {
  width: 100%;
  max-width: 769px;
  min-width: 320px;
  height: 8.667rem;
  position: fixed;
  bottom: 0;
  padding: 0 2rem;
  display: flex;
  align-items: center;
  background-color: #ffffff;
}
.pay_page .pay_footer .purchase_button {
  width: 100%;
  height: 4.333rem;
  font-weight: bold;
  font-size: 1.5rem;
  color: #ffffff;
  background: #e61e1e;
  border-radius: 2.333rem;
  box-shadow: 0rem 0.333rem 0.833rem 0rem rgba(135, 135, 135, 0.22);
  outline: none;
  border: none;
}
.purchase section {
  flex: 1;
  padding: 1rem;
  background: linear-gradient(180deg, #ef3b36 0%, #ffffff 100%);
}
.purchase .card {
  padding: 1.333rem;
  margin-bottom: 0.833rem;
  background: #ffffff;
  border-radius: 0.5rem;
}
.purchase .card .title {
  font-weight: bold;
  font-size: 1.333rem;
  color: #000000;
}
.purchase .card .bottom {
  margin-top: 0.833rem;
  display: flex;
  justify-content: space-between;
}
.purchase .card .bottom span {
  font-size: 1rem;
  color: #9e9e9e;
  margin-right: 0.833rem;
}
.purchase .card .lottery_info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 1rem;
  border-bottom: 0.083rem solid #f1f3f4;
}
.purchase .card .lottery_info .left {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 1.333rem;
  color: #333333;
}
.purchase .card .lottery_info .left::before {
  display: inline-block;
  content: "";
  width: 0.417rem;
  height: 1.5rem;
  margin-right: 0.5rem;
  background: #d91200;
  border-radius: 3.083rem;
}
.purchase .card .lottery_info .right {
  font-size: 1rem;
  color: #d91200;
}
.purchase .card .scheme {
  margin-top: 1rem;
  max-width: 100%;
  overflow: hidden;
  word-break: break-all;
  font-size: 1.333rem;
  line-height: 2.333rem;
  color: #4a4a4a;
}
.bought header {
  background: #d91200;
}
.bought header div {
  color: #ffffff;
  font-size: 1.333rem;
  font-weight: bold;
}
.bought section {
  flex: 1;
  padding: 1rem 1rem 5.667rem 1rem;
  background-color: #f1f3f4;
}
.bought .search {
  width: 100%;
  height: 3.5rem;
  display: flex;
  align-items: center;
  border: 0.083rem solid #d91200;
  border-radius: 0.5rem;
  background-color: #ffffff;
}
.bought .search input {
  flex: 1;
  height: 100%;
  padding: 1rem;
  outline: none;
  border: none;
  color: #333333;
  font-size: 1.167rem;
  border-radius: 0.5rem;
  background-color: #ffffff;
}
.bought .search span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.667rem;
  height: 100%;
  font-size: 1.333rem;
  color: #ffffff;
  background-color: #d91200;
  border-radius: 0.5rem;
}
.bought .text {
  font-size: 1.167rem;
  color: #333333;
  margin-top: 1rem;
  text-align: center;
}
.bought .text a {
  color: #d91200;
  text-decoration: underline;
}
.bought .article-item {
  margin-top: 1rem;
  border: none;
  border-radius: 0.5rem;
  background: #ffffff;
}
.empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 10rem auto 2.5rem;
}
.empty img {
  max-width: 100%;
}
.empty p {
  font-size: 1.167rem;
  color: #999999;
  margin-top: 1.583rem;
}
.tabbar {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  height: 4.667rem;
  background: #ffffff;
  position: fixed;
  bottom: 0;
  max-width: 769px;
  min-width: 320px;
  margin: 0 auto;
  box-shadow: 0 0.167rem 0.333rem 0 rgba(0, 0, 0, 0.5);
}
.tabbar a {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1.167rem;
  color: #9e9e9e;
}
.tabbar a::before {
  display: inline-block;
  content: "";
  width: 2rem;
  height: 2rem;
  margin-bottom: 0.167rem;
}
.tabbar a.active {
  font-weight: bold;
  color: #d91200;
}
.tabbar a.home::before {
  background: url(/images/m25/home.png) no-repeat center center / 2rem 2rem;
}
.tabbar a.home.active::before {
  background: url(/images/m25/a_home.png) no-repeat center center / 2rem 2rem;
}
.tabbar a.purchase::before {
  background: url(/images/m25/article.png) no-repeat center center / 2rem 2rem;
}
.tabbar a.purchase.active::before {
  background: url(/images/m25/a_article.png) no-repeat center center / 2rem 2rem;
}
.tabbar a.kf::before {
  background: url(/images/m25/kf.png) no-repeat center center / 2rem 2rem;
}
.tabbar a.kf.active::before {
  background: url(/images/m25/a_kf.png) no-repeat center center / 2rem 2rem;
}
.phone-pay-modal {
  position: fixed;
  width: 100%;
  height: 100vh;
  max-width: 769px;
  min-width: 320px;
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
}
.phone-pay-modal .phone-pay-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 4.583rem 1rem 3rem 1rem;
  position: absolute;
  bottom: 0;
  border-radius: 1rem 1rem 0 0;
  background: linear-gradient(180deg, #e7f5fb 0%, #fcf8e3 100%);
}
.phone-pay-modal .phone-pay-content .phone-img {
  width: 9.583rem;
  height: 9.583rem;
  position: absolute;
  top: -3.7rem;
  left: 50%;
  transform: translateX(-50%);
}
.phone-pay-modal .phone-pay-content .close {
  width: 1.667rem;
  height: 1.667rem;
  position: absolute;
  right: 1rem;
  top: 1rem;
}
.phone-pay-modal .phone-pay-content .title {
  font-weight: bold;
  font-size: 1.333rem;
  color: #0f172a;
}
.phone-pay-modal .phone-pay-content .phone-pay-desc {
  font-size: 1.083rem;
  color: #666666;
  line-height: 1.6;
  margin: 1rem 0 1.333rem;
}
.phone-pay-modal .phone-pay-content .phone-pay-desc .highlight {
  color: #e61e1e;
}
.phone-pay-modal .phone-pay-content .phone-input {
  width: 100%;
  height: 3.333rem;
  border-radius: 0.333rem;
  padding: 0 1rem;
  font-size: 1.167rem;
  margin-bottom: 0.25rem;
  background: #e1e4e7;
  outline: none;
  border: none;
}
.phone-pay-modal .phone-pay-content .phone-pay-tip {
  font-size: 1rem;
  color: #ff6200;
  margin: 0 0 1.5rem;
  text-align: center;
}
.phone-pay-modal .phone-pay-content .phone-pay-buttons {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 0.25rem;
}
.phone-pay-modal .phone-pay-content .phone-pay-buttons button {
  width: 100%;
  height: 3.667rem;
  border: none;
  border-radius: 2rem;
  font-size: 1.5rem;
  font-weight: bold;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  cursor: pointer;
}
.phone-pay-modal .phone-pay-content .phone-pay-buttons button i {
  display: inline-block;
  width: 1.667rem;
  height: 1.667rem;
}
.phone-pay-modal .phone-pay-content .phone-pay-buttons .btn-wechat {
  background: #43c349;
}
.phone-pay-modal .phone-pay-content .phone-pay-buttons .btn-wechat img {
  width: 2rem;
  height: 2rem;
}
.phone-pay-modal .phone-pay-content .phone-pay-buttons .btn-alipay {
  background: #45b2fb;
}
.phone-pay-modal .phone-pay-content .phone-pay-buttons .btn-alipay img {
  width: 2rem;
  height: 2rem;
}
.phone-pay-modal .phone-pay-content .phone-pay-disclaimer {
  font-size: 0.917rem;
  color: #999999;
  text-align: center;
  margin: 0;
  line-height: 1.5;
}
.qr_pop,
.wx_pop {
  position: fixed;
  width: 100%;
  height: 100vh;
  max-width: 769px;
  min-width: 320px;
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
}
.qr_pop .content,
.wx_pop .content {
  width: 37.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2.5rem 1.333rem 1.333rem;
  background: #ffffff;
  border-radius: 0.333rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.qr_pop .content .close,
.wx_pop .content .close {
  display: block;
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 1rem;
  right: 0.833rem;
}
.qr_pop .content .qr img,
.wx_pop .content .qr img {
  display: block;
  width: 15rem;
  height: 15rem;
}
.qr_pop .content .qr .money,
.wx_pop .content .qr .money {
  display: flex;
  justify-content: center;
  align-items: baseline;
  margin-top: 1rem;
  color: #c60000;
  font-size: 1rem;
}
.qr_pop .content .qr .money span,
.wx_pop .content .qr .money span {
  font-size: 1.333rem;
}
.qr_pop .content .qr p,
.wx_pop .content .qr p {
  text-align: center;
  font-size: 1.083rem;
  color: #181818;
  margin-top: 0.2rem;
}
.qr_pop .content .qr a,
.wx_pop .content .qr a {
  font-size: 1rem;
  display: block;
  text-align: center;
  color: #c60000;
  margin-top: 0.5rem;
}
.pay-confirm-modal {
  position: fixed;
  width: 100%;
  height: 100vh;
  max-width: 769px;
  min-width: 320px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: none;
  align-items: center;
  justify-content: center;
}
.pay-confirm-modal .pay-confirm-content {
  width: 80%;
  max-width: 320px;
  background: #fff;
  border-radius: 8px;
  padding: 16px 20px;
  box-sizing: border-box;
}
.pay-confirm-modal .pay-confirm-content .pay-confirm-title {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: #333;
}
.pay-confirm-modal .pay-confirm-content .pay-confirm-text {
  margin: 0 0 16px;
  font-size: 14px;
  line-height: 1.5;
  color: #666;
  text-align: left;
}
.pay-confirm-modal .pay-confirm-content .pay-confirm-actions {
  display: flex;
  gap: 10px;
  justify-content: space-between;
}
.pay-confirm-modal .pay-confirm-content .pay-confirm-actions .btn-cancel,
.pay-confirm-modal .pay-confirm-content .pay-confirm-actions .btn-done {
  flex: 1;
  height: 36px;
  border-radius: 18px;
  border: none;
  font-size: 14px;
}
.pay-confirm-modal .pay-confirm-content .pay-confirm-actions .btn-cancel {
  background: #f0f0f0;
  color: #3a3a3a;
}
.pay-confirm-modal .pay-confirm-content .pay-confirm-actions .btn-done {
  background: #4dc940;
  color: #fff;
}
.to_bottom {
  display: flex;
  justify-content: center;
}
.to_bottom img {
  display: block;
  width: 6.833rem;
  height: 6.833rem;
}
.popalert {
  width: 23rem;
  padding: 0.833rem 2rem;
  position: fixed;
  bottom: -55rem;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  background-color: #ffffff;
  border-radius: 0.6rem;
  transition: all 0.3s;
  box-shadow: 0 0.167rem 0.833rem 0 rgba(207, 207, 207, 0.39), 0 -0.167rem 0.833rem 0 rgba(207, 207, 207, 0.39);
  z-index: 99999;
}
.popalert.show {
  bottom: 12.5rem;
  transition: all 0.3s;
}
.popalert > div {
  display: flex;
}
.popalert > div .be {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  color: #5398fd;
  border: 0.167rem solid #5398fd;
  margin-right: 0.667rem;
  font-size: 1.167rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popalert > div.error .be {
  color: #c60000;
  border: 0.167rem solid #c60000;
}
.popalert > div.success > .be {
  color: #80c957;
  border: 0.167rem solid #80c957;
}
.popalert > div.warn > .be {
  color: #e0a444;
  border: 0.167rem solid #e0a444;
}
.popalert > div .mes {
  flex: 1;
  font-size: 1.167rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 373px) {
  html {
    font-size: 11px;
  }
}
@media screen and (min-width: 374px) {
  html {
    font-size: 12px;
  }
}
@media screen and (min-width: 413px) {
  html {
    font-size: 13px;
  }
}
@media screen and (min-width: 540px) {
  html {
    font-size: 14px;
  }
}
@media screen and (min-width: 580px) {
  html {
    font-size: 15px;
  }
}
.popup,
.popup_confirm {
  position: fixed;
  width: 100%;
  height: 100vh;
  max-width: 769px;
  min-width: 320px;
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
}
.popup .pop,
.popup_confirm .pop {
  width: 24.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2.5rem 1.333rem 1.333rem;
  background: #ffffff;
  border-radius: 0.333rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.popup .pop .close,
.popup_confirm .pop .close {
  display: block;
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 1rem;
  right: 0.833rem;
}
.popup .pop .mobile,
.popup_confirm .pop .mobile {
  display: block;
  width: 2.667rem;
  height: 3.417rem;
}
.popup .pop .text,
.popup_confirm .pop .text {
  font-weight: bold;
  font-size: 1.167rem;
  color: #181818;
  margin-top: 1rem;
}
.popup .pop .hint,
.popup_confirm .pop .hint {
  font-size: 1rem;
  color: #4a4a4a;
  line-height: 1.417rem;
  margin-top: 1rem;
  text-align: center;
}
.popup .pop .hint a,
.popup_confirm .pop .hint a {
  color: #e24939;
}
.popup .pop .input,
.popup_confirm .pop .input {
  width: 21.833rem;
  height: 3.333rem;
  display: flex;
  margin-top: 1.333rem;
  background: #f0f0f0;
  overflow: hidden;
  border-radius: 1.667rem;
  border: 0.083rem solid #e0e0e0;
}
.popup .pop .input span,
.popup_confirm .pop .input span {
  min-width: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.167rem;
  color: #181818;
  position: relative;
}
.popup .pop .input span::after,
.popup_confirm .pop .input span::after {
  display: inline-block;
  content: "";
  width: 0.083rem;
  height: 1.333rem;
  background: #979797;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.popup .pop .input input,
.popup_confirm .pop .input input {
  flex: 1;
  padding: 0 1.25rem;
  border: none;
  outline: none;
  font-size: 1.167rem;
  border-radius: 1.667rem;
  background: #f0f0f0;
  overflow: hidden;
}
.popup .pop .type .item,
.popup_confirm .pop .type .item {
  width: 21.833rem;
  height: 3.333rem;
  font-weight: bold;
  font-size: 1.333rem;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #618df5;
  border-radius: 1.667rem;
  margin-top: 2rem;
}
.popup .pop .type .item img,
.popup_confirm .pop .type .item img {
  display: block;
  width: 2.333rem;
  height: 2.333rem;
  margin-right: 0.667rem;
}
.popup .pop .type .item.wechat,
.popup_confirm .pop .type .item.wechat {
  background: #38ca3a;
}
.popup .pop .type .item:nth-of-type(2),
.popup_confirm .pop .type .item:nth-of-type(2) {
  margin-top: 1rem;
}
.popup .pop .tip,
.popup_confirm .pop .tip {
  font-size: 1rem;
  color: #999999;
  margin-top: 0.5rem;
}
.popup .pop .tip span,
.popup_confirm .pop .tip span {
  color: #e24939;
  margin-right: 0.083rem;
}
.popup .pop .btn,
.popup_confirm .pop .btn {
  width: 100%;
  height: 3.333rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.333rem;
  border-radius: 1.667rem;
}
.popup .pop .btn.cancel,
.popup_confirm .pop .btn.cancel {
  margin-top: 2.167rem;
  color: #181818;
  background: #f0f0f0;
  border: 0.083rem solid #e0e0e0;
}
.popup .pop .btn.confirm,
.popup_confirm .pop .btn.confirm {
  margin-top: 1.5rem;
  color: #ffffff;
  background: #38ca3a;
  border: 0.083rem solid #38ca3a;
}
.popup .pop .apple,
.popup_confirm .pop .apple {
  font-size: 1rem;
  color: #999999;
  margin-top: 1.167rem;
  text-decoration: underline;
}
.popup .pop .confirm,
.popup_confirm .pop .confirm {
  width: 21.833rem;
  height: 3.333rem;
  text-align: center;
  line-height: 3.333rem;
  font-weight: bold;
  font-size: 1.333rem;
  color: #ffffff;
  background: #47b69d;
  border-radius: 1.667rem;
  margin-top: 1.667rem;
}
.popup .pop .remind,
.popup_confirm .pop .remind {
  display: flex;
  font-size: 0.833rem;
  margin-top: 0.25rem;
}
.popup .pop .remind span,
.popup_confirm .pop .remind span {
  display: block;
  color: #e24939;
}
.popup .pop .remind span i,
.popup_confirm .pop .remind span i {
  color: #e24939;
}
.popup .pop .remind div,
.popup_confirm .pop .remind div {
  flex: 1;
  color: #181818;
}
.popup .pop .zfcg,
.popup_confirm .pop .zfcg {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.333rem;
  margin-top: 1rem;
  background: #fcefe8;
  border-radius: 0.5rem;
}
.popup .pop .zfcg p,
.popup_confirm .pop .zfcg p {
  display: flex;
  align-items: center;
  font-size: 1.083rem;
  color: #e37930;
}
.popup.popup_confirm .text,
.popup_confirm.popup_confirm .text {
  font-size: 1.333rem;
}
.popup.popup_confirm .hint,
.popup_confirm.popup_confirm .hint {
  font-size: 1.167rem;
}
