﻿* {
  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;
}
.home .top_img {
  display: block;
  width: 96%;
  align-self: center;
}
.home .top_img img {
  display: block;
  width: 100%;
  height: 12.75rem;
}
.home .lottery_tab {
  display: flex;
  justify-content: space-evenly;
  padding: 1rem;
}
.home .lottery_tab a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.home .lottery_tab a img {
  display: block;
  width: 3.5rem;
  height: 3.5rem;
}
.home .lottery_tab a b {
  font-size: 1.167rem;
  color: #181818;
  font-weight: normal;
  margin-top: 0.333rem;
}
.buy_page {
  padding: 0 0rem 2rem;
}
.buy_page .top_img {
  display: block;
  width: 100%;
  align-self: center;
}
.buy_page .top_img img {
  display: block;
  width: 100%;
  height: 12.75rem;
}
.buy_page .lottery_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0.667rem 1rem 0;
  padding: 1.2rem 2.5rem;
  background: #f7f7f7;
  border-radius: 0.333rem;
  overflow: hidden;
}
.buy_page .lottery_box b {
  font-weight: bold;
  font-size: 1.667rem;
  color: #181818;
}
.buy_page .lottery_box .buy {
  width: 100%;
  height: 3.333rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.333rem;
  color: #ffffff;
  margin-top: 1.083rem;
  background: #47b69d;
  border-radius: 1.667rem;
  position: relative;
}
.buy_page .lottery_box .buy::after {
  display: inline-block;
  content: "";
  width: 26.917rem;
  height: 5.617rem;
  position: absolute;
  top: -3.167rem;
  right: -8.833rem;
  background: url(/images/finger.gif) no-repeat center center / 100% 100%;
}
.buy_page .lottery_box a {
  display: flex;
  align-items: center;
  font-size: 1rem;
  color: #dc0000;
  margin-top: 1.083rem;
  padding-left: 1.333rem;
  background: url(/images/mobile3.png) no-repeat left center / 1rem 1.25rem;
}
.buy_page .b_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 1rem 1rem 0;
}
.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 .b_title .like {
  display: flex;
  align-items: center;
}
.buy_page .b_title .like img {
  display: block;
  width: 1.333rem;
  height: 1.333rem;
}
.buy_page .b_title .like span {
  font-size: 1.083rem;
  color: #47b69d;
  margin-left: 0.167rem;
}
.buy_page table {
  border: 0;
  text-align: center;
  margin: 0.833rem 1rem 0;
}
.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 {
  font-size: 1rem;
  color: #e13737;
}
.buy_page table tr:nth-of-type(odd) {
  background: #eeeeee;
}
.buy_page table tr:nth-of-type(even) {
  background: #fff5e7;
}
.buy_page .s_item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.buy_page .s_item span {
  font-size: 1rem;
  font-weight: bold;
  color: #e13737;
}
.buy_page .s_item .t1 {
  width: 1.417rem;
  height: 0.833rem;
  margin-left: 0.333rem;
}
.buy_page .s_item .t2 {
  width: 1rem;
  height: 1.25rem;
  margin-left: 0.333rem;
  margin-right: 0.333rem;
}
.buy_page .slogan {
  flex: 1;
  margin: 1rem 1rem 0;
  padding-bottom: 4.083rem;
}
.buy_page .slogan .s_item {
  height: 3.5rem;
}
.buy_page .slogan .s_item span {
  font-size: 1.167rem;
}
.buy_page .slogan .s_item.gray {
  color: #e13737;
  background: #f7f7f7;
}
.buy_page .slogan .s_item.blue {
  background: #4079fa;
}
.buy_page .slogan .s_item.blue span {
  color: #ffffff;
}
.buy_page .slogan .s_item.red {
  background: #e13737;
}
.buy_page .slogan .s_item.red span {
  color: #ffffff;
}
.recommend .lottery {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  height: 3.333rem;
  padding: 0 1.333rem;
  border-bottom: 0.083rem solid #e0e0e0;
}
.recommend .lottery a {
  font-size: 1.333rem;
  color: #181818;
}
.recommend .lottery a.active {
  font-weight: bold;
  color: #47b69d;
  position: relative;
}
.recommend .lottery a.active::after {
  display: inline-block;
  content: "";
  width: 3.833rem;
  height: 0.333rem;
  background: #47b69d;
  border-radius: 0.167rem;
  position: absolute;
  bottom: -0.457rem;
  left: 50%;
  transform: translateX(-50%);
}
.article_page .article {
  padding: 1.083rem 1.333rem 6.483rem;
}
.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 > .desc .gz {
  font-size: 1.083rem;
  color: #47b69d;
  padding-left: 1.5rem;
  background: url(/images/gz.png) no-repeat left center / 1.333rem 1.333rem;
}
.article_page .article > .desc .ygz {
  font-size: 1.083rem;
  color: #999999;
  padding-left: 1.5rem;
  background: url(/images/gz_a.png) no-repeat left center / 1.333rem 1.333rem;
}
.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 .zskf {
  width: 100%;
  height: 11rem;
  margin-top: 1.5rem;
  position: relative;
  background: url(/images/zskf_bg.png) no-repeat left center / 100% 100%;
}
.article_page .article .zskf > img {
  display: block;
  width: 9.333rem;
  height: 9.583rem;
  position: absolute;
  left: 1rem;
  top: 0.583rem;
  -webkit-touch-callout: default;
  /* 允许长按弹出菜单 */
  -webkit-user-drag: auto;
  /* 允许图片拖动 */
}
.article_page .article .zskf .btn {
  display: flex;
  align-items: center;
  padding: 0 0.833rem;
  height: 20px;
  font-weight: bold;
  font-size: 0.917rem;
  color: #ffffff;
  background: #69a94c;
  border-radius: 4px;
  position: absolute;
  right: 2.833rem;
  bottom: 1.5rem;
  border: 1px solid #4a4a4a;
}
.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;
}
.buy_articles .refresh {
  text-align: center;
  padding: 1.333rem 1rem;
  background: #f7f7f7;
}
.buy_articles .refresh p {
  font-size: 1.167rem;
  color: #4a4a4a;
}
.buy_articles .refresh p span {
  font-weight: bold;
  color: #e13737;
  text-decoration: underline;
}
.buy_articles.ygwz_page .article_list {
    padding-top: 0;
}
.search_wrap {
  display: flex;
  align-items: center;
  width: 100%;
  height: 3rem;
  margin: 1rem auto 1.5rem;
  border-radius: 1.833rem;
  overflow: hidden;
  padding: 0 1.333rem;
}
.search_wrap input {
  flex: 1;
  overflow: hidden;
  height: 100%;
  outline: none;
  border: none;
  font-size: 1.167rem;
  color: #69390d;
  padding-left: 1.333rem;
  background: #eeeeee;
  border-radius: 1.333rem 0 0 1.333rem;
}
.search_wrap input::placeholder {
  color: #69390d;
}
.search_wrap span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4.333rem;
  height: 100%;
  background: #e24939;
  border-radius: 0px 1.333rem 1.333rem 0px;
}
.search_wrap span img {
  display: block;
  width: 1.333rem;
  height: 1.333rem;
}
.search_wrap.index {
  background: #47b69d;
  border-radius: 0.5rem;
  padding: 0 0.583rem;
  height: 3.667rem;
  margin: 0.2rem auto 1.2rem;
}
.search_wrap.index input {
  height: 2.75rem;
  font-size: 1.167rem;
  padding-left: 0.667rem;
  border-radius: 0.167rem;
  background: #ffffff;
}
.search_wrap.index input::placeholder {
  font-size: 1.167rem;
  font-weight: bold;
  color: #999999;
}
.search_wrap.index span {
  width: 2.917rem;
  height: 2.75rem;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 0.167rem;
  margin-left: 0.417rem;
}
.search_wrap.index span img {
  width: 1.833rem;
  height: 1.833rem;
}
.contacts .content {
  flex: 1;
  padding: 3.917rem 0;
  background: #f7f7f7;
}
.contacts .content > p {
  font-weight: bold;
  font-size: 2rem;
  color: #181818;
  text-align: center;
}
.contacts .content .wechat {
  width: 21.167rem;
  height: 3.083rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1rem auto 0;
  background: #e7fff9;
  border-radius: 1.583rem;
  border: 0.083rem solid #999999;
}
.contacts .content .wechat span:first-child {
  font-size: 1.167rem;
  color: #181818;
}
.contacts .content .wechat span:last-child {
  font-weight: bold;
  font-size: 1.667rem;
  color: #42b49a;
}
.contacts .content .qr_code {
  width: 28.417rem;
  height: 28rem;
  margin: 2.75rem auto 0;
  padding: 1.25rem 0 1.5rem;
  background: url(/images/customer.png) no-repeat center center / 100% 100%;
}
.contacts .content .qr_code .tip1 {
  font-weight: bold;
  font-size: 1.333rem;
  color: #ffffff;
  text-align: center;
}
.contacts .content .qr_code .tip2 {
  font-size: 1.167rem;
  color: #181818;
  margin-top: 1.667rem;
  text-align: center;
}
.contacts .content .qr_code .box {
  width: 16.667rem;
  height: 16.667rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1.5rem auto 0;
  border-radius: 0.833rem;
  border: 0.583rem solid #d4caf3;
}
.contacts .content .qr_code .box img {
  width: 14.417rem;
  height: 14.333rem;
}
.contacts .content .qr_code .tip3 {
  font-size: 1rem;
  color: #999999;
  margin-top: 0.5rem;
  text-align: center;
}
.failure img {
  display: block;
  width: 21.083rem;
  height: 12.333rem;
  margin: 15.5rem auto 1.333rem;
}
.failure p {
  font-size: 1.167rem;
  color: #999999;
  text-align: center;
}
header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 3.667rem;
  padding: 0 1rem;
}
header .back {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 1.5rem;
  color: #181818;
}
header .back img {
  display: block;
  width: 1.083rem;
  height: 2rem;
  margin-right: 1.667rem;
}
header .buy {
  display: flex;
  align-items: center;
  font-size: 1rem;
  color: #42b49a;
}
header .buy img {
  display: block;
  width: 1.333rem;
  height: 1.417rem;
  margin-right: 0.333rem;
}
header .text {
  font-weight: bold;
  font-size: 1.5rem;
  color: #181818;
}
.caisou header {
  width: 100%;
  height: 3.833rem;
  background: #47b69d;
}
.caisou header h1,
.caisou header h1 img {
  display: block;
  width: 4.833rem;
  height: 2.333rem;
}
.caisou header .middle {
  display: block;
  width: 7.583rem;
  height: 1.25rem;
}
.caisou header .search {
  display: flex;
  align-items: center;
}
.caisou header .search img {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.333rem;
}
.caisou header .search span {
  font-size: 1.167rem;
  color: #ffffff;
}
.caisou_img {
  display: block;
  margin-top: 1rem;
}
.caisou_img img {
  display: block;
  width: 100%;
  height: 12.5rem;
}
.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;
}
.article_list {
  padding: 1rem 1rem 4.5rem;
  background: #f7f7f7;
  flex: 1;
}
.article_list .article_item {
  display: block;
  padding: 1.333rem 0.833rem 0.967rem;
  background: #ffffff;
  border-radius: 0.667rem;
  margin-bottom: 0.833rem;
}
.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;
  align-items: center;
}
.article_list .article_item .desc p span {
  font-size: 1.083rem;
  color: #999999;
  margin-right: 0.833rem;
}
.article_list .article_item .desc p span.new {
  display: inline-block;
  padding: 0 0.417rem;
  font-size: 1rem;
  color: #ffffff;
  background: #e24939;
  border-radius: 0.167rem;
}
.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 .money {
  color: #999999;
  text-decoration: line-through;
}
.attention_list {
  padding: 0.667rem 1rem 4.283rem;
  border-top: 0.833rem solid #f6f6f6;
}
.attention_list .attention {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 0;
  border-bottom: 0.083rem solid #e0e0e0;
}
.attention_list .attention .left .name {
  font-size: 1.333rem;
  color: #181818;
}
.attention_list .attention .left .num {
  font-size: 1.083rem;
  color: #999999;
  margin-top: 0.333rem;
}
.attention_list .attention .cancel {
  display: block;
  width: 6.167rem;
  height: 1.667rem;
  text-align: center;
  line-height: 1.667rem;
  font-size: 1rem;
  color: #999999;
  background: #eeeeee;
  border-radius: 0.833rem;
}
.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: #47b69d;
}
.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_home.png) no-repeat center center / 1.667rem 1.667rem;
}
.tabbar a.recommend::before {
  background: url(/images/recommend.png) no-repeat center center / 1.667rem 1.667rem;
}
.tabbar a.recommend.active::before {
  background: url(/images/a_recommend.png) no-repeat center center / 1.667rem 1.667rem;
}
.tabbar a.purchase::before {
  background: url(/images/purchase.png) no-repeat center center / 1.667rem 1.667rem;
}
.tabbar a.purchase.active::before {
  background: url(/images/a_purchase.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_service.png) no-repeat center center / 1.667rem 1.667rem;
}
.to_bottom {
  display: flex;
  justify-content: center;
}
.to_bottom img {
  display: block;
  width: 6.833rem;
  height: 6.833rem;
}
.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 p,
.wx_pop .content .qr p {
  text-align: center;
  font-size: 1.083rem;
  color: #181818;
  margin-top: 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;
}
.popup,
.popup_confirm,
.attention_pop {
  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,
.attention_pop .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,
.attention_pop .pop .close {
  display: block;
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 1rem;
  right: 0.833rem;
}
.popup .pop .mobile,
.popup_confirm .pop .mobile,
.attention_pop .pop .mobile {
  display: block;
  width: 2.667rem;
  height: 3.417rem;
}
.popup .pop .text,
.popup_confirm .pop .text,
.attention_pop .pop .text {
  font-weight: bold;
  font-size: 1.167rem;
  color: #181818;
  margin-top: 1rem;
}
.popup .pop .hint,
.popup_confirm .pop .hint,
.attention_pop .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,
.attention_pop .pop .hint a {
  color: #e24939;
}
.popup .pop .input,
.popup_confirm .pop .input,
.attention_pop .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,
.attention_pop .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,
.attention_pop .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,
.attention_pop .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,
.attention_pop .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,
.attention_pop .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,
.attention_pop .pop .type .item.wechat {
  background: #38ca3a;
}
.popup .pop .type .item:nth-of-type(2),
.popup_confirm .pop .type .item:nth-of-type(2),
.attention_pop .pop .type .item:nth-of-type(2) {
  margin-top: 1rem;
}
.popup .pop .tip,
.popup_confirm .pop .tip,
.attention_pop .pop .tip {
  font-size: 1rem;
  color: #999999;
  margin-top: 0.5rem;
}
.popup .pop .tip span,
.popup_confirm .pop .tip span,
.attention_pop .pop .tip span {
  color: #e24939;
  margin-right: 0.083rem;
}
.popup .pop .btn,
.popup_confirm .pop .btn,
.attention_pop .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,
.attention_pop .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,
.attention_pop .pop .btn.confirm {
  margin-top: 1.5rem;
  color: #ffffff;
  background: #38ca3a;
  border: 0.083rem solid #38ca3a;
}
.popup .pop .apple,
.popup_confirm .pop .apple,
.attention_pop .pop .apple {
  font-size: 1rem;
  color: #999999;
  margin-top: 1.167rem;
  text-decoration: underline;
}
.popup .pop .confirm,
.popup_confirm .pop .confirm,
.attention_pop .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,
.attention_pop .pop .remind {
  display: flex;
  font-size: 0.833rem;
  margin-top: 0.25rem;
}
.popup .pop .remind span,
.popup_confirm .pop .remind span,
.attention_pop .pop .remind span {
  display: block;
  color: #e24939;
}
.popup .pop .remind span i,
.popup_confirm .pop .remind span i,
.attention_pop .pop .remind span i {
  color: #e24939;
}
.popup .pop .remind div,
.popup_confirm .pop .remind div,
.attention_pop .pop .remind div {
  flex: 1;
  color: #181818;
}
.popup .pop .zfcg,
.popup_confirm .pop .zfcg,
.attention_pop .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,
.attention_pop .pop .zfcg p {
  display: flex;
  align-items: center;
  font-size: 1.083rem;
  color: #e37930;
}
.popup .pop .zfcg p img,
.popup_confirm .pop .zfcg p img,
.attention_pop .pop .zfcg p img {
  width: 0.917rem;
  height: 1.167rem;
  margin-right: 0.167rem;
}
.popup.popup_confirm .text,
.popup_confirm.popup_confirm .text,
.attention_pop.popup_confirm .text {
  font-size: 1.333rem;
}
.popup.popup_confirm .hint,
.popup_confirm.popup_confirm .hint,
.attention_pop.popup_confirm .hint {
  font-size: 1.167rem;
}
.popup.attention_pop .mobile,
.popup_confirm.attention_pop .mobile,
.attention_pop.attention_pop .mobile {
  width: 4rem;
  height: 4.167rem;
}
.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;
  }
}
