* {
  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;
  -webkit-text-size-adjust: 100% !important;
  text-size-adjust: 100% !important;
  font-size: 14px;
}
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 {
  width: 100%;
  height: 3.667rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1rem;
}
header strong {
  font-size: 1.5rem;
  color: #181818;
}
header .left {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 1.5rem;
  color: #181818;
}
header .left img {
  display: block;
  width: 1.083rem;
  height: 2rem;
  margin-right: 1.75rem;
}
.tabbar {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  height: 4.083rem;
  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: 0.833rem;
  color: #181818;
}
.tabbar a::before {
  display: inline-block;
  content: "";
  width: 1.667rem;
  height: 1.667rem;
  margin-bottom: 0.167rem;
}
.tabbar a.active {
  font-weight: bold;
  color: #e24939;
}
.tabbar a.home::before {
  background: url(/images/home.png) no-repeat center center / 1.667rem 1.667rem;
}
.tabbar a.home.active::before {
  background: url(/images/a_home4.png) no-repeat center center / 1.667rem 1.667rem;
}
.tabbar a.purchase::before {
  background: url(/images/purchase2.png) no-repeat center center / 1.667rem 1.667rem;
}
.tabbar a.purchase.active::before {
  background: url(/images/a_purchase4.png) no-repeat center center / 1.667rem 1.667rem;
}
.tabbar a.service::before {
  background: url(/images/service.png) no-repeat center center / 1.667rem 1.667rem;
}
.tabbar a.service.active::before {
  background: url(/images/a_service7.png) no-repeat center center / 1.667rem 1.667rem;
}
.search_wrap {
  display: flex;
  align-items: center;
  width: 100%;
  height: 3.333rem;
  overflow: hidden;
  padding: 0 1.333rem;
}
.search_wrap input {
  flex: 1;
  overflow: hidden;
  height: 100%;
  outline: none;
  border: none;
  font-size: 1.083rem;
  color: #181818;
  padding-left: 1.333rem;
  background: #eeeeee;
  border-radius: 1.933rem 0 0 1.933rem;
}
.search_wrap span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5.417rem;
  height: 100%;
  font-weight: bold;
  font-size: 1.083rem;
  color: #ffffff;
  background: #e24939;
  border-radius: 0 1.933rem 1.933rem 0;
}
.search_wrap span img {
  display: block;
  width: 1.167rem;
  height: 1.167rem;
  margin-right: 0.25rem;
}
.article_list {
  padding: 1rem 1rem 4.5rem;
  background: #ffffff;
  padding-top: 0rem;
  flex: 1;
}
.article_list .article_item {
  display: block;
  background: #ffffff;
  margin-bottom: 0.833rem;
  border-radius: 0;
  padding: 1.333rem 0rem 0.967rem;
  border-bottom: 0.417rem solid #f6f6f6;
}
.article_list .article_item .title {
  font-weight: bold;
  font-size: 1.333rem;
  color: #181818;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* 指定显示的行数 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-all;
}
.article_list .article_item .desc {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.833rem;
}
.article_list .article_item .desc p {
  display: flex;
}
.article_list .article_item .desc p span {
  font-size: 1.083rem;
  color: #999999;
  margin-right: 0.833rem;
}
.article_list .article_item .desc p .ygm {
  color: #47b69d;
}
.article_list .article_item .desc .money {
  color: #e13737;
  font-size: 1.5rem;
  display: flex;
  align-items: baseline;
  font-weight: bold;
}
.article_list .article_item .desc .money i {
  font-weight: bold;
  font-size: 1rem;
}
.article_list .article_item.past .title {
  color: #4a4a4a;
}
.article_list .article_item.past .money {
  color: #999999;
  text-decoration: line-through;
}
.zj_module {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 1.167rem 0 1.167rem 1rem;
  position: relative;
  background: url(/images/zj_bg.png) no-repeat left top / 100%;
}
.zj_module > a,
.zj_module > a img {
  display: block;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 0.333rem;
}
.zj_module .info {
  flex: 1;
  margin-left: 0.667rem;
}
.zj_module .info .top {
  display: flex;
  justify-content: space-between;
}
.zj_module .info .top .name {
  font-weight: bold;
  font-size: 1.25rem;
  color: #181818;
}
.zj_module .info .top .rela {
  display: flex;
  align-items: center;
  height: 2.167rem;
  padding-left: 2.333rem;
  padding-right: 0.633rem;
  font-size: 1.167rem;
  color: #181818;
  position: absolute;
  top: 0.833rem;
  right: 0;
  background: url(/images/wx.png) no-repeat 0.833rem center / 1.333rem 1.333rem;
  background-color: #f5fffd;
  border-radius: 8.333rem 0px 0px 8.333rem;
  box-shadow: 0 0.167rem 0.333rem 0 rgba(196, 196, 196, 0.5);
}
.zj_module .info .top .rela.home {
  background: url(/images/ihome.png) no-repeat 0.833rem center / 1.333rem 1.333rem;
  background-color: #f5fffd;
}
.zj_module .info .desc {
  display: -webkit-box;
  width: 88%;
  word-break: break-all;
  font-size: 1rem;
  color: #747474;
  margin-top: 0.25rem;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.to_bottom {
  display: flex;
  justify-content: center;
}
.to_bottom img {
  display: block;
  width: 6.833rem;
  height: 6.833rem;
}
.empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 10rem auto 2.5rem;
}
.empty p {
  font-size: 1.167rem;
  color: #999999;
  margin-top: 1.583rem;
}
.home .con {
  padding-bottom: 1rem;
  border-bottom: 0.5rem solid #f7f7f7;
}
.home .con .select_cb {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  padding: 0.833rem 1.5rem 1.167rem;
}
.home .con .select_cb a {
  font-size: 1.333rem;
  color: #4a4a4a;
}
.home .con .select_cb a.active {
  color: #e24939;
  border-bottom: 0.25rem solid #e24939;
}
.buy_page {
  flex: 1;
  padding: 0rem 0.667rem 4.583rem;
}
.buy_page .topimg {
  display: block;
  width: 100%;
  align-self: center;
  border-radius: 0.417rem;
}
.buy_page .topimg img {
  display: block;
  width: 100%;
  height: 10rem;
  border-radius: 0.417rem;
}
.buy_page .buy_box {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.833rem 2.083rem 0.5rem;
}
.buy_page .buy_box b {
  font-weight: bold;
  font-size: 1.667rem;
  color: #181818;
}
.buy_page .buy_box .button {
  width: 100%;
  height: 4.583rem;
  display: flex;
  align-items: center;
  background: url(/images/buy.gif) no-repeat left center / 100% 100%;
}
.buy_page .buy_box .button span {
  font-weight: bold;
  font-size: 1.333rem;
  color: #ffffff;
  margin-top: 0.667rem;
  margin-left: 12%;
}
.buy_page .b_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.333rem;
}
.buy_page .b_title .left {
  display: flex;
  align-items: center;
}
.buy_page .b_title .left img {
  width: 2.333rem;
  height: 2.333rem;
}
.buy_page .b_title .left b {
  font-weight: bold;
  font-size: 1.333rem;
  color: #181818;
  margin-left: 0.667rem;
}
.buy_page table {
  width: 100%;
  border: 0;
  text-align: center;
  margin-top: 1.25rem;
}
.buy_page table th {
  padding: 0.833rem 0.417rem;
  font-weight: bold;
  font-size: 1.167rem;
  color: #4a4a4a;
  background: #eeeeee;
}
.buy_page table td {
  padding: 0.833rem 0.417rem;
  font-size: 1rem;
  color: #181818;
}
.buy_page table td b,
.buy_page table td span {
  font-size: 1rem;
  color: #e13737;
}
.buy_page table td .t2 {
  width: 1.333rem;
  height: 1.333rem;
  margin-left: 0.333rem;
  margin-right: 0.333rem;
}
.buy_page table td .s_item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.buy_page table tr:nth-of-type(odd) {
  background: #e1f2ff;
}
.buy_page table tr:nth-of-type(even) {
  background: #fff5e7;
}
.buy_page .desc {
  font-size: 1rem;
  line-height: 1.417rem;
  margin-top: 1rem;
  text-align: center;
}
.buy_page .add {
  width: 19.333rem;
  height: 2.333rem;
  font-weight: bold;
  font-size: 1.167rem;
  color: #ffffff;
  text-align: center;
  line-height: 2.333rem;
  margin: 0.833rem auto 0;
  background: linear-gradient(180deg, #ffd662 0%, #ffad33 100%);
  border-radius: 1.583rem;
}
.buy_page .p1 {
  font-weight: bold;
  font-size: 1rem;
  color: #e24939;
  margin-top: 0.667rem;
  text-align: center;
}
.buy_page .p2 {
  font-size: 1rem;
  color: #4a4a4a;
  text-align: center;
}
.pay_page > .content {
  padding: 0 1.333rem 4.6rem;
}
.pay_page > .content .title {
  font-weight: bold;
  font-size: 1.5rem;
  margin-top: 1rem;
  word-break: break-all;
}
.pay_page > .content .desc {
  font-size: 1.083rem;
  color: #999999;
  margin-top: 0.833rem;
  padding-bottom: 0.833rem;
  border-bottom: 0.083rem dashed #eeeeee;
}
.pay_page > .content .pay_box {
  padding: 1.5rem 2.5rem;
  text-align: center;
  background: #f7f7f7;
  border-radius: 0.5rem;
  margin-top: 1rem;
}
.pay_page > .content .pay_box .text {
  font-weight: bold;
  font-size: 1.333rem;
}
.pay_page > .content .pay_box .pay {
  width: 100%;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  color: #69390d;
  margin-top: 1.083rem;
  background: #ffffff;
  border-radius: 1.667rem;
  border: 0.083rem dashed #69390d;
}
.pay_page > .content .pay_box .pay img {
  display: block;
  width: 1.333rem;
  height: 1.333rem;
  margin-right: 0.167rem;
}
.pay_page > .content .pay_box .control {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.167rem;
  font-weight: bold;
  font-size: 1rem;
  color: #e24939;
}
.pay_page > .content .pay_box .control img {
  display: block;
  width: 1.833rem;
  height: 0.833rem;
  margin: 0 0.333rem;
}
.pay_page > .content .reasons {
  padding: 1.25rem 1rem;
  margin-top: 0.833rem;
  border-radius: 0.5rem;
  border: 0.083rem solid #f0f0f0;
}
.pay_page > .content .reasons p {
  font-size: 1.167rem;
  color: #4a4a4a;
  line-height: 1.917rem;
}
.pay_page .pay_type {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: 100%;
  height: 4.083rem;
  background: #ffffff;
  box-shadow: 0 0.167rem 0.333rem 0 rgba(0, 0, 0, 0.5);
  position: fixed;
  bottom: 0;
  max-width: 769px;
  min-width: 320px;
  margin: 0 auto;
}
.pay_page .pay_type button {
  width: 14.083rem;
  height: 3.333rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.333rem;
  color: #ffffff;
  border-radius: 0.5rem;
}
.pay_page .pay_type button img {
  display: block;
  width: 2.333rem;
  height: 2.333rem;
  margin-right: 0.667rem;
}
.pay_page .pay_type button.weChat {
  border: 0.083rem solid #38ca3a;
  background: #38ca3a;
}
.pay_page .pay_type button.alipay {
  background: #618df5;
  border: 0.083rem solid #618df5;
}
.buy_articles header {
  margin-bottom: 1.167rem;
  border-bottom: 0.667rem solid #f7f7f7;
}
.article_page .article {
  padding: 1.083rem 1.333rem 1rem;
}
.article_page .article .title {
  font-weight: bold;
  font-size: 1.5rem;
  color: #181818;
  word-break: break-all;
}
.article_page .article > .desc {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1rem;
  padding-bottom: 0.917rem;
  border-bottom: 0.083rem dashed #e0e0e0;
}
.article_page .article > .desc .left {
  font-size: 1.167rem;
  color: #999999;
}
.article_page .article > .desc .left span:not(:last-of-type) {
  margin-right: 1rem;
}
.article_page .article .content {
  margin-top: 1rem;
  max-width: 100%;
  overflow: hidden;
  word-break: break-all;
  font-size: 1.333rem;
  line-height: 2.333rem;
  color: #4a4a4a;
}
.article_page .article .content img {
  max-width: 100% !important;
}
.article_page .article .content pre {
  white-space: pre-wrap !important;
}
.article_page .article .other_title {
  margin-top: 2rem;
  font-weight: bold;
  font-size: 1.333rem;
  color: #181818;
  padding-left: 2.167rem;
  background: url(/images/bj1.png) no-repeat left center / 1.667rem 1.667rem;
}
.article_page .article .article_list {
  padding: 0;
  background: #ffffff;
}
.article_page .article .article_list .article_item {
  border-radius: 0;
  padding: 1.333rem 0 0.967rem;
  border-bottom: 0.083rem solid #e6e6e6;
}
.contacts .content {
  flex: 1;
  padding: 5.833rem 2.667rem 0;
  background: #f7f7f7;
}
.contacts .content .title {
  height: 3.833rem;
  font-weight: bold;
  font-size: 1.5rem;
  color: #ffffff;
  text-align: center;
  line-height: 3.833rem;
  background: #2e92da;
  position: relative;
}
.contacts .content .title::before,
.contacts .content .title::after {
  display: inline-block;
  content: "";
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #ffffff;
}
.contacts .content .title::before {
  margin-right: 1.5rem;
}
.contacts .content .title::after {
  margin-left: 1.5rem;
}
.contacts .content .center {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2.667rem 4.167rem;
  background-color: #ffffff;
}
.contacts .content .center .qr {
  width: 18rem;
  text-align: center;
  padding: 1.267rem 0;
  border-radius: 0.25rem;
  border: 0.333rem solid #2e92da;
}
.contacts .content .center .qr img {
  width: 14.333rem;
  height: 14.333rem;
  -webkit-touch-callout: default;
  /* 允许长按弹出菜单 */
  -webkit-user-drag: auto;
  /* 允许图片拖动 */
}
.contacts .content .center .text {
  font-size: 1.167rem;
  color: #999999;
  margin-top: 2.5rem;
  text-align: center;
}
.contacts .content .center .text span {
  font-weight: bold;
  font-size: 1.667rem;
  color: #181818;
}
.profile .content {
  flex: 1;
  padding: 1.333rem 0.667rem 4.683rem;
  background: #f7f7f7;
}
.profile .content .info {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 2.833rem 1rem;
  background: radial-gradient(0% 100% at 50% 0%, #fff4f2 0%, #feeee4 100%);
  border-radius: 0.5rem;
}
.profile .content .info img {
  display: block;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  margin-right: 0.833rem;
}
.profile .content .info .right .name {
  font-weight: bold;
  font-size: 1.25rem;
}
.profile .content .info .right .text {
  font-size: 1rem;
  color: #747474;
  margin-top: 0.333rem;
}
.profile .content .title {
  font-weight: bold;
  font-size: 1.333rem;
  margin-top: 1.333rem;
}
.profile .content .module {
  display: flex;
  align-items: center;
  padding: 1rem 1rem 1rem 3.333rem;
  margin-top: 1rem;
  background: #ffffff;
  border-radius: 0.5rem;
}
.profile .content .module a {
  display: flex;
  flex-direction: column;
  justify-content: baseline;
  align-items: center;
  font-size: 1.083rem;
  color: #4a4a4a;
  margin-right: 6.667rem;
}
.profile .content .module a img {
  display: block;
  width: 3rem;
  height: 3rem;
  margin-bottom: 0.5rem;
}
.qr_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 {
  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 {
  display: block;
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 1rem;
  right: 0.833rem;
}
.popup,
.popup_confirm,
.zycode_pop,
.wxpay {
  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,
.zycode_pop .pop,
.wxpay .pop {
  width: 24.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2.5rem 1.333rem 2rem;
  background: #ffffff;
  border-radius: 0.333rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.popup .pop .close,
.popup_confirm .pop .close,
.zycode_pop .pop .close,
.wxpay .pop .close {
  display: block;
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 1rem;
  right: 0.833rem;
}
.popup .pop .mobile,
.popup_confirm .pop .mobile,
.zycode_pop .pop .mobile,
.wxpay .pop .mobile {
  display: block;
  width: 2.667rem;
  height: 3.417rem;
}
.popup .pop .text,
.popup_confirm .pop .text,
.zycode_pop .pop .text,
.wxpay .pop .text {
  font-weight: bold;
  font-size: 1.167rem;
  color: #181818;
  margin-top: 1rem;
}
.popup .pop .hint,
.popup_confirm .pop .hint,
.zycode_pop .pop .hint,
.wxpay .pop .hint {
  font-size: 1rem;
  color: #4a4a4a;
  line-height: 1.417rem;
  margin-top: 1rem;
  text-align: center;
  margin-bottom: 0.833rem;
}
.popup .pop .hint a,
.popup_confirm .pop .hint a,
.zycode_pop .pop .hint a,
.wxpay .pop .hint a {
  color: #e24939;
}
.popup .pop .input,
.popup_confirm .pop .input,
.zycode_pop .pop .input,
.wxpay .pop .input {
  width: 21.833rem;
  height: 3.333rem;
  display: flex;
  align-items: center;
  margin-top: 0.667rem;
  background: #f0f0f0;
  overflow: hidden;
  border-radius: 1.667rem;
  border: 0.083rem solid #e0e0e0;
}
.popup .pop .input span,
.popup_confirm .pop .input span,
.zycode_pop .pop .input span,
.wxpay .pop .input span {
  min-width: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.167rem;
  color: #181818;
  position: relative;
}
.popup .pop .input span::after,
.popup_confirm .pop .input span::after,
.zycode_pop .pop .input span::after,
.wxpay .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,
.zycode_pop .pop .input input,
.wxpay .pop .input input {
  flex: 1;
  height: 100%;
  padding: 0 1rem;
  border: none;
  outline: none;
  font-size: 1.167rem;
  border-radius: 1.667rem;
  background: #f0f0f0;
  overflow: hidden;
}
.popup .pop .input.yzm span,
.popup_confirm .pop .input.yzm span,
.zycode_pop .pop .input.yzm span,
.wxpay .pop .input.yzm span {
  min-width: 6rem;
}
.popup .pop .input.yzm input,
.popup_confirm .pop .input.yzm input,
.zycode_pop .pop .input.yzm input,
.wxpay .pop .input.yzm input {
  width: 9.083rem;
}
.popup .pop .input.yzm button,
.popup_confirm .pop .input.yzm button,
.zycode_pop .pop .input.yzm button,
.wxpay .pop .input.yzm button {
  font-size: 1rem;
  padding-right: 1rem;
  color: #e24939;
  outline: none;
  border: none;
  background: #f0f0f0;
}
.popup .pop .tip,
.popup_confirm .pop .tip,
.zycode_pop .pop .tip,
.wxpay .pop .tip {
  font-size: 1rem;
  color: #999999;
  margin-top: 1.083rem;
}
.popup .pop .tip span,
.popup_confirm .pop .tip span,
.zycode_pop .pop .tip span,
.wxpay .pop .tip span {
  color: #e24939;
  margin-right: 0.083rem;
}
.popup .pop .btn,
.popup_confirm .pop .btn,
.zycode_pop .pop .btn,
.wxpay .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,
.zycode_pop .pop .btn.cancel,
.wxpay .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,
.zycode_pop .pop .btn.confirm,
.wxpay .pop .btn.confirm {
  margin-top: 1.5rem;
  color: #ffffff;
  background: #fabf61;
  border: 0.083rem solid #fabf61;
}
.popup .pop .apple,
.popup_confirm .pop .apple,
.zycode_pop .pop .apple,
.wxpay .pop .apple {
  font-size: 1rem;
  color: #999999;
  margin-top: 1.167rem;
  text-decoration: underline;
  padding-left: 1.333rem;
  background: url(/images/emerson.png) no-repeat left center / 1.167rem 1.167rem;
}
.popup .pop .confirm,
.popup_confirm .pop .confirm,
.zycode_pop .pop .confirm,
.wxpay .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: #e24939;
  border-radius: 1.667rem;
  margin-top: 1.667rem;
}
.popup.popup_confirm .text,
.popup_confirm.popup_confirm .text,
.zycode_pop.popup_confirm .text,
.wxpay.popup_confirm .text {
  font-size: 1.333rem;
  font-weight: bold;
}
.popup.popup_confirm .hint,
.popup_confirm.popup_confirm .hint,
.zycode_pop.popup_confirm .hint,
.wxpay.popup_confirm .hint {
  font-size: 1.167rem;
}
.popup.zycode_pop .pop,
.popup_confirm.zycode_pop .pop,
.zycode_pop.zycode_pop .pop,
.wxpay.zycode_pop .pop {
  padding-bottom: 2.75rem;
  background: url(/images/zy_bg.png) no-repeat left top / 100% 100%;
}
.popup.zycode_pop .pop .user img,
.popup_confirm.zycode_pop .pop .user img,
.zycode_pop.zycode_pop .pop .user img,
.wxpay.zycode_pop .pop .user img {
  display: block;
  width: 3.167rem;
  height: 3.167rem;
  border-radius: 50%;
}
.popup.zycode_pop .pop .user p,
.popup_confirm.zycode_pop .pop .user p,
.zycode_pop.zycode_pop .pop .user p,
.wxpay.zycode_pop .pop .user p {
  font-weight: bold;
  font-size: 1.083rem;
  color: #ffffff;
  margin-top: 0.333rem;
}
.popup.zycode_pop .pop .content,
.popup_confirm.zycode_pop .pop .content,
.zycode_pop.zycode_pop .pop .content,
.wxpay.zycode_pop .pop .content {
  width: 100%;
  text-align: center;
  margin-top: 2.55rem;
  padding-bottom: 0;
}
.popup.zycode_pop .pop .content .title,
.popup_confirm.zycode_pop .pop .content .title,
.zycode_pop.zycode_pop .pop .content .title,
.wxpay.zycode_pop .pop .content .title {
  font-weight: bold;
  font-size: 1.083rem;
}
.popup.zycode_pop .pop .content .subtitle,
.popup_confirm.zycode_pop .pop .content .subtitle,
.zycode_pop.zycode_pop .pop .content .subtitle,
.wxpay.zycode_pop .pop .content .subtitle {
  font-size: 1rem;
  color: #4a4a4a;
  margin-top: 0.667rem;
}
.popup.zycode_pop .pop .content .qr,
.popup_confirm.zycode_pop .pop .content .qr,
.zycode_pop.zycode_pop .pop .content .qr,
.wxpay.zycode_pop .pop .content .qr {
  width: 12rem;
  height: 12rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1.167rem auto 0;
  background: linear-gradient(180deg, #fff3f1 0%, #fef7f5 0%, #ffe2de 100%);
  border-radius: 0.917rem;
  border: 0.167rem solid #ffcec7;
}
.popup.zycode_pop .pop .content .qr img,
.popup_confirm.zycode_pop .pop .content .qr img,
.zycode_pop.zycode_pop .pop .content .qr img,
.wxpay.zycode_pop .pop .content .qr img {
  display: block;
  width: 10.667rem;
  height: 10.833rem;
  -webkit-touch-callout: default;
  /* 允许长按弹出菜单 */
  -webkit-user-drag: auto;
  /* 允许图片拖动 */
}
.popup.zycode_pop .pop .content .a1,
.popup_confirm.zycode_pop .pop .content .a1,
.zycode_pop.zycode_pop .pop .content .a1,
.wxpay.zycode_pop .pop .content .a1 {
  font-weight: bold;
  font-size: 1.25rem;
  margin-top: 0.25rem;
}
.popup.zycode_pop .pop .content .a2,
.popup_confirm.zycode_pop .pop .content .a2,
.zycode_pop.zycode_pop .pop .content .a2,
.wxpay.zycode_pop .pop .content .a2 {
  font-weight: bold;
  font-size: 1.333rem;
  color: #e24939;
  margin-top: 0.3rem;
}
.popup.zycode_pop .pop .content .yellow,
.popup_confirm.zycode_pop .pop .content .yellow,
.zycode_pop.zycode_pop .pop .content .yellow,
.wxpay.zycode_pop .pop .content .yellow {
  font-size: 0.917rem;
  color: #ff9d00;
  text-align: left;
  padding-left: 4.633rem;
  margin-top: 0.167rem;
}
.popup.zycode_pop .pop .content .save,
.popup_confirm.zycode_pop .pop .content .save,
.zycode_pop.zycode_pop .pop .content .save,
.wxpay.zycode_pop .pop .content .save {
  width: 14.667rem;
  height: 2.333rem;
  text-align: center;
  line-height: 2.333rem;
  margin: 1rem auto 0;
  font-weight: bold;
  font-size: 1.167rem;
  color: #ffffff;
  background: #ea4430;
  border-radius: 1.167rem;
}
.popup.zycode_pop .pop .wxnum,
.popup_confirm.zycode_pop .pop .wxnum,
.zycode_pop.zycode_pop .pop .wxnum,
.wxpay.zycode_pop .pop .wxnum {
  display: flex;
  align-items: center;
  color: #ffffff;
  margin-top: 1.667rem;
  margin-bottom: 1.183rem;
}
.popup.zycode_pop .pop .wxnum span,
.popup_confirm.zycode_pop .pop .wxnum span,
.zycode_pop.zycode_pop .pop .wxnum span,
.wxpay.zycode_pop .pop .wxnum span {
  font-weight: bold;
  font-size: 1.25rem;
  margin-top: 0.417rem;
}
.popup.zycode_pop .pop .wxnum p,
.popup_confirm.zycode_pop .pop .wxnum p,
.zycode_pop.zycode_pop .pop .wxnum p,
.wxpay.zycode_pop .pop .wxnum p {
  flex: 1;
  overflow: hidden;
  font-weight: bold;
  font-size: 1.333rem;
  margin-top: 0.5rem;
}
.popup.zycode_pop .pop .wxnum button,
.popup_confirm.zycode_pop .pop .wxnum button,
.zycode_pop.zycode_pop .pop .wxnum button,
.wxpay.zycode_pop .pop .wxnum button {
  width: 4rem;
  height: 2rem;
  background: #ffffff;
  border-radius: 0.333rem;
  border: none;
  outline: none;
  font-size: 1.333rem;
  color: #181818;
  margin-left: 0.5rem;
}
.popup.wxpay .pop,
.popup_confirm.wxpay .pop,
.zycode_pop.wxpay .pop,
.wxpay.wxpay .pop {
  padding-top: 0.5rem;
}
.popup.wxpay .pop .money,
.popup_confirm.wxpay .pop .money,
.zycode_pop.wxpay .pop .money,
.wxpay.wxpay .pop .money {
  font-size: 1.25rem;
  margin-top: 0.5rem;
}
.popup.wxpay .pop .qr,
.popup_confirm.wxpay .pop .qr,
.zycode_pop.wxpay .pop .qr,
.wxpay.wxpay .pop .qr {
  width: 13.333rem;
  height: 13.333rem;
  margin-top: 0.8rem;
}
.popup.wxpay .pop .hint,
.popup_confirm.wxpay .pop .hint,
.zycode_pop.wxpay .pop .hint,
.wxpay.wxpay .pop .hint {
  margin-bottom: 0;
}
.popup.wxpay .pop .sure,
.popup_confirm.wxpay .pop .sure,
.zycode_pop.wxpay .pop .sure,
.wxpay.wxpay .pop .sure {
  color: #e24939;
  font-size: 1rem;
}
.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;
  }
}
