@charset "utf-8";
/* CSS Document */
body {
  margin: 0;
  padding: 0;
  font-size: 0.26rem;
  line-height: 1.7;
  font-family: "微软雅黑";
  -webkit-text-size-adjust: 100%;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
img {
  border: 0;
  vertical-align: bottom;
  width: 100%;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul,
li {
  list-style-type: none;
}
a {
  text-decoration: none;
  color: inherit;
  -webkit-tap-highlight-color: transparent;
}
a:hover {
  text-decoration: none;
}
.tc {
  text-align: center;
}
.tl {
  text-align: left;
}
.tr {
  text-align: right;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.cl {
  clear: both;
}
.fb {
  font-weight: bold;
}
input:focus,
textarea:focus,
select:focus {
  outline: none;
}
input,
textarea,
select {
  -webkit-appearance: none;
  border: none;
  font: inherit;
}
[type="search"]::-webkit-search-decoration {
  display: none;
}
input::-webkit-search-cancel-button {
  display: none;
}
h3 {
  font-size: 0.26rem;
  font-weight: normal;
}
em {
  font-style: normal;
}
.flex {
  display: flex;
  display: -webkit-flex;
}
.flex1 {
  flex: 1;
}
.between {
  justify-content: space-between;
}
.around {
  justify-content: space-around;
}
.center {
  align-items: center;
}
.wrap {
  flex-wrap: wrap;
}
.rel {
  position: relative;
}
.abs {
  position: absolute;
}
.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}
.column {
  flex-direction: column;
}
.flexcenter {
  display: flex;
  justify-content: center;
}
.flexend {
  display: flex;
  justify-content: flex-end;
}
.end {
  align-items: flex-end;
}
.mid {
  vertical-align: middle;
}
.w100 {
  width: 100% !important;
}
.h100 {
  height: 100%;
}
.mar_t10 {
  margin-top: 0.1rem;
}
.mar_t20 {
  margin-top: 0.2rem;
}
.mar_t30 {
  margin-top: 0.3rem;
}
.mar_t40 {
  margin-top: 0.4rem;
}
.mar_t50 {
  margin-top: 0.5rem;
}
.mar_t100 {
  margin-top: 1rem;
}
.mar_r10 {
  margin-right: 0.1rem;
}
.mar_r20 {
  margin-right: 0.2rem;
}
.mar_r30 {
  margin-right: 0.3rem;
}
.pad20 {
  padding: 0.2rem 0;
}
.pad30 {
  padding: 0.3rem 0;
}
.pad40 {
  padding: 0.4rem 0;
}
.bor_b {
  border-bottom: solid 1px #E5E5E5;
}
.bor_b10 {
  border-bottom: solid 0.1rem #E5E5E5;
}
.f66 {
  font-size: 0.66rem;
}
.f60 {
  font-size: 0.6rem;
}
.f50 {
  font-size: 0.5rem;
}
.f48 {
  font-size: 0.48rem;
}
.f42 {
  font-size: 0.42rem;
}
.f40 {
  font-size: 0.4rem;
}
.f38 {
  font-size: 0.38rem;
}
.f36 {
  font-size: 0.36rem;
}
.f34 {
  font-size: 0.34rem;
}
.f32 {
  font-size: 0.32rem;
}
.f30 {
  font-size: 0.3rem;
}
.f28 {
  font-size: 0.28rem;
}
.f26 {
  font-size: 0.26rem;
}
.f24 {
  font-size: 0.24rem;
}
.f22 {
  font-size: 0.22rem;
}
.f20 {
  font-size: 0.2rem;
}
.bgg {
  background: #F8F8F8;
}
.bgw {
  background: #fff;
}
.radius30 {
  border-radius: 0.3rem;
}
.radius20 {
  border-radius: 0.2rem;
}
.radius10 {
  border-radius: 0.1rem;
}
.gray6 {
  color: #666;
}
.gray8 {
  color: #888;
}
.gray9 {
  color: #999;
}
.white {
  color: #fff;
}
.red {
  color: #DF0000;
}
.green {
  color: #00985D;
}
.yellow {
  color: #F3B700;
}
.hide {
  display: none;
}
.wrap_box {
  color: #333;
  max-width: 7.5rem;
  margin: 0 auto;
}
.content {
  padding: 0 0.25rem;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
.hidden {
  overflow: hidden;
}
.two {
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.wid40 {
  width: 40%;
}
.wid70 {
  width: 70%;
}
.purple {
  color: #521085;
}
/*header*/
.header {
  height: 0.88rem;
  line-height: 0.88rem;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
/*index*/
.main {
  padding: 0.2rem 0.25rem;
}
.login_bg {
  background: #F9F5DF;
  min-height: 100vh;
}
.login_box {
  width: 6rem;
  margin: 0 auto;
}
.welcome {
  color: #000;
  line-height: 1.2;
  padding: 2rem 0 0;
}
.login_form li {
  height: 0.88rem;
  background: #FFFFFF;
  border-radius: 0.2rem;
}
.login_tit {
  width: 1rem;
  border-right: solid 1px #E5E5E5;
}
.login_tit img {
  width: 0.26rem;
  height: 0.3rem;
  vertical-align: middle;
}
.login_txt {
  padding: 0 0.25rem;
}
.button {
  height: 0.88rem;
  background: #FFD700;
  border-radius: 0.2rem;
}
.agree {
  width: 100%;
  bottom: 0.4rem;
}
.agree em {
  width: 0.3rem;
  height: 0.3rem;
  background: url(../images/xuan1.png) no-repeat;
  background-size: 100% 100%;
  margin-right: 0.1rem;
}
.agree.on em {
  background: url(../images/xuan3.png) no-repeat;
  background-size: 100% 100%;
}
.yzm_list li {
  width: 0.88rem;
  height: 0.88rem;
  background: #FFFFFF;
  border-radius: 0.2rem;
  overflow: hidden;
  font-size: 0.5rem;
}
.yzm_list li input {
  text-align: center;
  color: #521085;
}
.yzm_btn {
  width: 1.6rem;
  height: 0.6rem;
  background: #521085;
  border-radius: 0.2rem;
  color: #fff;
  margin-right: 0.15rem;
}
.index_bg {
  background: url(../images/index_bg.jpg) no-repeat center top;
  background-size: 100%;
  padding: 0 0 1.5rem;
}
.logo {
  width: 1.38rem;
  height: 0.4rem;
}
.notice_box {
  width: 4.8rem;
  height: 0.66rem;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 0.2rem;
  border: 1px solid #FFFFFF;
  padding: 0 0.2rem;
  overflow: hidden;
}
.notice_icon {
  width: 0.24rem;
  height: 0.22rem;
}
.notice {
  width: 4rem;
}
.notice li {
  line-height: 0.66rem;
}
.banner li img {
  height: 3.25rem;
}
.banner .swiper-pagination {
  bottom: 0.1rem;
}
.banner .swiper-pagination-bullet {
  background: #fff;
  width: 0.1rem;
  height: 0.1rem;
  opacity: 1;
}
.banner .swiper-pagination-bullet-active {
  width: 0.3rem;
  height: 0.1rem;
  border-radius: 0.05rem;
}
.nav .swiper {
  height: 3.7rem;
}
.nav .swiper li {
  height: 1.65rem;
  text-align: center;
}
.nav .swiper li p {
  margin-top: 0.1rem;
}
.nav .swiper-pagination {
  position: static;
}
.nav .swiper-pagination-bullet {
  background: #521085;
  width: 0.1rem;
  height: 0.1rem;
}
.nav .swiper-pagination-bullet-active {
  width: 0.3rem;
  height: 0.1rem;
  border-radius: 0.05rem;
}
.hot_tit {
  width: 0.34rem;
  height: 0.4rem;
}
.type_tit li {
  margin: 0 0.3rem;
  position: relative;
}
.type_tit li::after {
  width: 0.53rem;
  height: 0.15rem;
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.1rem;
  margin: 0 auto;
  background: url(../images/tit.png) no-repeat;
  background-size: 100% 100%;
  display: none;
}
.type_tit li.on {
  font-weight: bold;
}
.type_tit li.on::after {
  display: block;
}
.match_list {
  display: none;
}
.match_list:first-child {
  display: block;
}
.match_list li {
  background: #FFFFFF;
  border-radius: 0.2rem;
  margin-bottom: 0.24rem;
}
.match_list li a {
  position: relative;
  padding: 0.3rem;
}
.match_list_pic {
  width: 1.8rem;
  height: 1.8rem;
}
.match_list_tab span {
  background: #EDE7F3;
  border-radius: 0.06rem;
  line-height: 0.4rem;
  padding: 0 0.15rem;
  margin-right: 0.15rem;
  color: #521085;
  display: inline-block;
  margin-top: 0.1rem;
}
.match_list_con {
  width: 4.4rem;
}
.match_type {
  width: 0.81rem;
  height: 0.86rem;
  right: 0;
  top: 0;
}
.footer {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9;
  background: #fff;
  height: 1.2rem;
}
.footer li {
  width: 25%;
  text-align: center;
  color: #3F3547;
}
.footer li img {
  width: 0.42rem;
  height: 0.38rem;
}
.footer li p {
  margin: 0.1rem 0 0;
}
.footer li.on {
  color: #521085;
}
.m_notice li {
  margin-bottom: 0.25rem;
}
.m_notice_icon {
  width: 1rem;
  height: 1rem;
}
.m_notice_icon span {
  width: 0.16rem;
  height: 0.16rem;
  background: #F00000;
  border-radius: 50%;
  display: block;
  right: 0.14rem;
  top: 0;
  position: absolute;
}
.m_notice_con {
  width: 5.74rem;
  border-bottom: solid 1px #eee;
  padding-bottom: 0.25rem;
}
.prize_bg {
  background: url(../images/prize_bg.png) no-repeat center top;
  background-size: cover;
  height: 100vh;
}
.lottery_bg {
  padding: 2rem 0 0;
}
.box-lottery {
  position: relative;
  margin: 0 auto;
  width: 5.26rem;
  height: 5.26rem;
  background: url(../images/lottery_box.png) no-repeat;
  background-size: 100% 100%;
  padding: 0.25rem;
}
.lottery-btn {
  position: absolute;
  left: 50%;
  top: 48%;
  text-indent: -999em;
  z-index: 11;
  transform: translate(-50%, -50%);
  width: 2.02rem;
  height: 3.19rem;
}
.lottery-btn:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../images//btn_lottery.png') center no-repeat;
  background-size: 100% 100%;
  background-size: 100%;
}
.plat {
  margin-top: -0.3rem;
}
.plat img {
  width: 3.66rem;
}
.lottery_num {
  color: #ffd700;
}
.lottery_btn_box {
  width: 6.45rem;
  margin: 0.2rem auto 0.4rem;
}
.lottery_btn {
  width: 3rem;
  height: 0.8rem;
  background: #FFD700;
  border-radius: 0.4rem;
  border: 1px solid #FFFFFF;
}
.lottery_btn img {
  width: 0.41rem;
  margin-right: 0.14rem;
}
.prize_list {
  height: 3rem;
}
.prize_list li {
  height: 0.8rem;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0rem 0rem 0rem 0rem rgba(255, 255, 255, 0.51);
  border-radius: 0.4rem;
  border: 1px solid #FFFFFF;
  line-height: 0.8rem;
  color: #fff;
  text-align: center;
  transform: scale(0.6);
  opacity: 0.8;
  padding: 0 3%;
}
.prize_list li.swiper-slide-prev,
.prize_list li.swiper-slide-next {
  transform: scale(0.8);
}
.prize_list li.swiper-slide-active {
  transform: scale(1);
  opacity: 1;
}
.bg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99;
}
.pop {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  position: fixed;
  z-index: 999;
}
.win_pop {
  width: 5.19rem;
  height: 5.3rem;
  flex-direction: column;
  align-items: center;
}
.win_con {
  width: 100%;
  height: 4.46rem;
  background: url(../images/win.png) no-repeat center 0.24rem;
  background-size: 100%;
}
.close {
  width: 0.48rem;
  height: 0.49rem;
}
.win_tit {
  font-size: 0.5rem;
  background: linear-gradient(#FDFCF4, #F9B104);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.win_txt {
  padding: 0.3rem 0 0;
  height: 2.2rem;
  font-size: 0.4rem;
}
.win_txt h2 {
  text-shadow: 0rem 2px 2px rgba(139, 4, 0, 0.24);
  font-size: 0.6rem;
}
.win_txt h2::after {
  width: 1.5rem;
  height: 1px;
  background: #FFFFFF;
  border-radius: 50%;
  content: "";
  display: block;
  margin: 0 auto;
  opacity: 0.5;
}
.win_txt h4 {
  font-size: 0.5rem;
}
.win_btn,
.win_btn2 {
  width: 3.4rem;
  height: 0.76rem;
  background: #FFFFFF;
  border-radius: 0.38rem;
  margin: 0.65rem auto 0;
}
.nowin_pop {
  width: 4.2rem;
  height: 7rem;
  flex-direction: column;
  align-items: center;
}
.no_pop {
  width: 4.21rem;
  height: 5.61rem;
}
.again_btn {
  width: 2.4rem;
  height: 0.6rem;
  background: #FFCC00;
  border-radius: 0.3rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0.4rem;
}
.sharenum_btn {
  width: 3.36rem;
  height: 0.6rem;
  background: #FFCC00;
  border-radius: 0.3rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0.4rem;
}
.pop_txt {
  width: 100%;
  left: 0;
  top: 0.5rem;
}
.prize_pop {
  width: 5.6rem;
  height: 10.8rem;
  flex-direction: column;
  align-items: center;
}
.prize_pop_con {
  width: 5.6rem;
  height: 9.85rem;
}
.my_prize_pop_list {
  width: 5.2rem;
  top: 2.3rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 6.1rem;
  overflow-y: auto;
}
.my_prize_pop_list li {
  background: #fff;
  border-radius: 0.1rem;
  padding: 0.15rem 0.2rem;
  margin-bottom: 0.15rem;
}
.my_prize_pop_pic {
  width: 1.4rem;
  height: 1.1rem;
  border-radius: 0.1rem;
  object-fit: cover;
}
.my_prize_pop_con {
  width: 3.2rem;
}
.addadress_btn {
  width: 3.6rem;
  height: 0.8rem;
  background: #FFD700;
  border-radius: 0.4rem;
  border: 1px solid #FFFFFF;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0.36rem;
}
.guize_pop {
  width: 5.6rem;
  height: 10.05rem;
  flex-direction: column;
  align-items: center;
}
.guize_pop_con {
  width: 5.6rem;
  height: 8.95rem;
}
.pop_tit {
  width: 100%;
  left: 0;
  top: 1.1rem;
}
.guize_txt {
  width: 5rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 2.3rem;
  height: 6.1rem;
  overflow-y: auto;
}
.address_list {
  padding-bottom: 2rem ;
}
.address_list li {
  background: #fff;
  border-radius: 0.3rem;
  padding: 0 0.25rem;
  margin-bottom: 0.25rem;
}
.address_btn span {
  color: #BFBFBF;
  margin: 0 0.2rem;
}
.xuan {
  width: 0.3rem;
  height: 0.3rem;
}
.button1 {
  width: 5.6rem;
  height: 0.88rem;
  background: #FFD700;
  border-radius: 0.44rem;
}
.address_list_btn {
  left: 0;
  right: 0;
  bottom: 1rem;
  margin: 0 auto;
  position: fixed;
}
.dw_icon {
  width: 0.28rem;
  height: 0.32rem;
}
.allnav_pop {
  width: 100%;
  bottom: 0;
  left: 0;
  position: fixed;
  border-radius: 0.5rem 0.5rem 0rem 0rem;
}
.allnav_list {
  padding: 0 0 0.3rem 0;
}
.allnav_list li {
  width: 1.1rem;
  text-align: center;
  margin: 0 0.37rem 0.2rem 0;
}
.allnav_list li:nth-child(5n) {
  margin-right: 0;
}
.allnav_list li img {
  height: 1.1rem;
}
.allnav_list li p {
  margin-top: 0.1rem;
}
.nar1 {
  width: 0.28rem;
  height: 0.28rem;
  margin-left: 0.1rem;
}
.sub_type {
  white-space: nowrap;
  overflow-x: auto;
  padding-bottom: 0.2rem;
}
.sub_type li {
  margin-right: 0.5rem;
  display: inline-block;
  position: relative;
}
.sub_type li::after {
  width: 0.53rem;
  height: 0.15rem;
  background: url(../images/tit.png) no-repeat;
  background-size: 100% 100%;
  content: "";
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  bottom: -0.1rem;
  margin: 0 auto;
  display: none;
}
.sub_type li.on {
  font-weight: bold;
  font-size: 0.32rem;
}
.sub_type li.on::after {
  display: block;
}
.line1 {
  width: 0.12rem;
  height: 0.32rem;
}
.share_icon {
  width: 0.24rem;
  height: 0.24rem;
}
.match_xx_bg {
  background: url(../images/xx_bg.png) no-repeat;
  background-size: 100% 100%;
  height: 2.4rem;
  padding: 0 0.25rem;
}
.xx_icon {
  width: 0.3rem;
  height: 0.3rem;
}
.show_tit {
  z-index: 1;
}
.show_tit::after {
  width: 0.81rem;
  height: 0.18rem;
  background: url(../images/show_tit.png) no-repeat;
  background-size: 100% 100%;
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0.25rem;
  z-index: -1;
}
.show_txt {
  padding: 0.3rem 0.25rem;
}
.btn {
  width: 3.2rem;
  height: 0.88rem;
  border-radius: 0.44rem;
}
.btn1 {
  background: rgba(255, 215, 0, 0.1);
  border: 1px solid #FFD700;
}
.btn2 {
  background: #FFD700;
}
.qh_icon {
  width: 0.32rem;
  height: 0.32rem;
}
.map_list {
  min-height: 6rem;
}
.map_list li {
  margin-bottom: 0.4rem;
  padding-right: 1rem;
}
.map_list li.on {
  color: #521085;
  background: url(../images/dui.png) no-repeat right center;
  background-size: 0.28rem 0.2rem;
}
.search_box {
  height: 0.9rem;
  background: #FFFFFF;
  border-radius: 0.3rem;
  padding: 0 0.3rem;
}
.ss_icon {
  width: 0.32rem;
  height: 0.32rem;
}
.ss_txt {
  width: 5.9rem;
}
.map {
  width: 100%;
  height: calc(100vh - 1.3rem);
}
.pay_con {
  padding: 1rem 0 0;
}
.success_icon {
  width: 2.2rem;
}
.none_pic {
  width: 3.9rem;
  height: 2.65rem;
}
.brand_nav .swiper {
  height: 1.2rem;
}
.brand_nav .swiper li {
  height: 0.4rem;
  text-align: center;
}
.brand_nav .swiper li::after {
  width: 0.53rem;
  height: 0.15rem;
  background: url(../images/tit.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  bottom: -0.15rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  content: "";
  display: none;
}
.brand_nav .swiper li.on::after {
  display: block;
}
.brand_nav .swiper-pagination {
  position: static;
}
.brand_nav .swiper-pagination-bullet {
  background: #521085;
  width: 0.1rem;
  height: 0.1rem;
}
.brand_nav .swiper-pagination-bullet-active {
  width: 0.3rem;
  height: 0.1rem;
  border-radius: 0.05rem;
}
.brand_bg {
  background: linear-gradient(#fff, #FDFDFD);
  border-radius: 0.5rem;
}
.result_btn {
  width: 1.93rem;
  height: 0.66rem;
  background: #FFD700;
  border-radius: 0.1rem;
}
.m_banner li img {
  height: 3.1rem;
}
.brand_list1 li {
  width: 2.1rem;
  height: 3.22rem;
  padding: 0.24rem 0.2rem 0;
}
.brand_list1 li:first-child {
  background: url(../images/one_bg.png) no-repeat;
  background-size: 100% 100%;
}
.brand_list1 li:nth-child(2) {
  background: url(../images/two_bg.png) no-repeat;
  background-size: 100% 100%;
  height: 3.6rem;
}
.brand_list1 li:nth-child(3) {
  background: url(../images/three_bg.png) no-repeat;
  background-size: 100% 100%;
}
.num_icon {
  width: 0.9rem;
  height: 0.52rem;
  display: block;
  margin: 0 auto 0.1rem;
}
.photo {
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 100%;
  display: block;
  margin: 0 auto;
}
.brand_list1_con {
  line-height: 1.2;
  text-align: center;
  margin: 0.05rem 0 0;
}
.m_brand_list2 {
  padding: 0.2rem 0.4rem;
}
.m_brand_list2 li {
  border-bottom: solid 1px #EEEEEE;
  padding: 0.3rem 0;
}
.m_brand_list2 li:last-child {
  border-bottom: none;
}
.m_brand_con {
  width: 4.6rem;
}
.my_photo {
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 100%;
}
.my_con {
  width: 5.7rem;
}
.ediot_icon {
  width: 0.2rem;
  height: 0.2rem;
  margin-left: 0.1rem;
}
.my_num1{
  width:80%; margin: auto;
}
.my_num li, .my_num1 li {
  text-align: center;
  position: relative;
}
.my_num li::after {
  width: 1px;
  height: 0.24rem;
  background: #C1BAC6;
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1.3rem;
  margin: auto 0;
}

.my_num1 li::after {
  width: 1px;
  height: 0.24rem;
  background: #C1BAC6;
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1.6rem;
  margin: auto 0;
}

.my_num li h2,.my_num1 li h2 {
  color: #000000;
}
.my_num li:last-child::after,.my_num1 li:last-child::after {
  display: none;
}
.my_nav {
  padding: 0.3rem 0 0.2rem;
}
.my_nav li {
  width: 33.33%;
  text-align: center;
}
.my_nav li img {
  width: 0.88rem;
  height: 0.8rem;
}
.my_nav li p {
  margin: 0.1rem 0 0;
}
.my_list {
  padding: 0.4rem 0.25rem;
}
.my_list li {
  margin-bottom: 0.3rem;
}
.my_list li img {
  width: 0.32rem;
  height: 0.32rem;
  margin-top: 0.1rem;
}
.my_tit {
  width: 5.9rem;
  background: url(../images/nar2.png) no-repeat right center;
  background-size: 0.12rem 0.18rem;
  padding-bottom: 0.3rem;
}
.nar2 {
  width: 0.12rem;
  height: 0.18rem;
}
.notice1 {
  width: 6rem;
}
.game_tit {
  display: inline-block;
}
.game_tit::after {
  width: 0.53rem;
  height: 0.15rem;
  background: url(../images/tit.png) no-repeat;
  background-size: 100% 100%;
  display: block;
  content: "";
  bottom: -0.1rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
}
.fenxiao_code_box {
  width: 5rem;
  height: 6.2rem;
  background: #FFFFFF;
  border-radius: 0.3rem;
  padding: 0.6rem 0.5rem 0;
  margin: 1.2rem auto 0;
}
.fenxiao_code {
  border-radius: 0.2rem;
  border: 1px solid #521085;
  height: 4rem;
  padding: 0.35rem;
}
.load_icon {
  width: 0.42rem;
  height: 0.36rem;
}
.tips {
  background: #E7E0EC;
  height: 0.5rem;
}
.tips img {
  width: 0.3rem;
  height: 0.3rem;
}
.apply_tit {
  width: 1.85rem;
}
.apply_textarea {
  height: 1.8rem;
  background: #FFFFFF;
  border-radius: 0.1rem;
  border: 1px solid #EEEEEE;
  padding: 0.2rem;
}
.select {
  background: url(../images/nar2.png) no-repeat right center;
  background-size: 0.12rem 0.18rem;
}
.button_box {
  margin: 0.5rem 0;
}
.sucess_pop {
  width: 3.4rem;
  height: 2.2rem;
  background: #FFFFFF;
  border-radius: 0.2rem;
  padding: 0.5rem 0 0;
}
.sucess_pop img {
  width: 0.62rem;
  height: 0.62rem;
}
.shenhe_type {
  justify-content: space-around;
}
.shenhe_type li {
  position: relative;
}
.shenhe_type li.on {
  color: #521085;
}
.shenhe_type li.on::after {
  width: 0.3rem;
  height: 0.06rem;
  background: #521085;
  border-radius: 0.03rem;
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.shenhe_list li {
  background: #fff;
  border-radius: 0.2rem;
  padding: 0.3rem;
  margin-bottom: 0.24rem;
  position: relative;
}
.sh_pic {
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 0.1rem;
}
.sh_con {
  width: 4.4rem;
  line-height: 1.5;
}
.sh_icon {
  width: 1.03rem;
  right: 0.15rem;
  bottom: 0.15rem;
}
.sh_tel {
  width: 1.78rem;
  height: 0.5rem;
  background: #FFD700;
  border-radius: 0.25rem;
  margin: 0.05rem 0 0;
}
.baoming_list li {
  padding: 0.1rem 0;
}
.baoming_name {
  width: 0.9rem;
}
.jifen_bg {
  background: url(../images/jifen_bg.png) no-repeat center top;
  background-size: 100%;
  padding: 0 0 1.5rem;
}
.jifen_box {
  width: 7rem;
  height: 3.33rem;
  background: url(../images/jifen.png) no-repeat center top;
  background-size: 100% 100%;
}
.jifen_num {
  padding: 0.3rem 0.9rem 0;
  height: 2rem;
  line-height: 1.2;
}
.jf_nav li {
  width: 33.33%;
  text-align: center;
  position: relative;
}
.jf_nav li img {
  width: 0.55rem;
  height: 0.55rem;
}
.jf_nav li::after {
  width: 1px;
  height: 0.3rem;
  background: #A7A5A9;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
}
.jf_nav li:last-child::after {
  display: none;
}
.jf_nav li p {
  margin: 0.1rem 0 0;
}
.jifen_list_box {
  padding: 0.3rem;
}
.jifen_tit img {
  width: 0.34rem;
  height: 0.22rem;
}
.jifen_tit span {
  margin: 0 0.2rem;
}
.jf_list {
  padding: 0.2rem 0;
}
.jf_list li {
  width: 3rem;
  margin-bottom: 0.35rem;
}
.jf_list_pic {
  object-fit: cover;
  height: 2.9rem;
  background: #F8F8F8;
  border-radius: 0.2rem;
}
.jf_list_num {
  background: url(../images/jf_icon1.png) no-repeat left center;
  background-size: 0.41rem 0.41rem;
  padding-left: 0.53rem;
}
.jf_list_btn {
  width: 2.4rem;
  height: 0.6rem;
  background: rgba(255, 215, 0, 0.2);
  border-radius: 0.3rem;
  border: 1px solid #FFD700;
  margin: 0 auto;
}
.nojf {
  height: 0.5rem;
  background: #FDE5E5;
  color: #E90000;
  padding: 0 0.3rem;
}
.tan_icon {
  width: 0.24rem;
  height: 0.24rem;
}
.btn3 {
  background: #FFF7CC !important;
}
.ok_pop {
  width: 4.2rem;
  height: 2.2rem;
  background: #FFFFFF;
  border-radius: 0.2rem;
  padding: 0.4rem 0.35rem 0;
}
.pop_btn {
  width: 1.6rem;
  height: 0.58rem;
  background: #FFD700;
  border-radius: 0.3rem;
}
.dhsucess_pop {
  width: 3.4rem;
  height: 2.6rem;
  background: #FFFFFF;
  border-radius: 0.2rem;
  padding: 0.34rem 0 0;
}
.sucess_icon {
  width: 0.62rem;
  height: 0.62rem;
}
.dh_list li {
  background: #FFFFFF;
  border-radius: 0.2rem;
  padding: 0.3rem 0.25rem;
  margin-bottom: 0.28rem;
}
.dh_pic {
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 0.1rem;
}
.dh_con {
  width: 4.7rem;
}
.btn4 {
  width: 1.7rem;
  height: 0.66rem;
  background: #FFD700;
  border-radius: 0.33rem;
}
.m_jf li {
  padding: 0.3rem 0;
  border-bottom: solid 1px #eee;
}
.m_jf li:last-child {
  border-bottom: none;
}
.date_icon {
  width: 0.28rem;
  height: 0.28rem;
}
.jifen_icon {
  width: 0.41rem;
  height: 0.41rem;
  margin-left: 0.1rem;
}
.wuliu_pic {
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 0.1rem;
}
.wuliu_con {
  width: 4.6rem;
}
.kd_icon {
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
}
.kd_con {
  width: 5.3rem;
}
.wuliu_list li {
  padding-bottom: 0.6rem;
  position: relative;
}
.wuliu_list li::after {
  width: 1px;
  height: 100%;
  background: #DCDCDC;
  display: block;
  left: 1rem;
  top: 0.2rem;
  content: "";
  position: absolute;
}
.wuliu_list li.on .wuliu_date::after {
  background: #FFD700;
}
.wuliu_list li.on .gray9 {
  color: #333333 !important;
}
.wuliu_list li:first-child .wuliu_date::after {
  width: 0.6rem;
  height: 0.6rem;
  background: #DCDCDC;
  border-radius: 0.3rem;
  content: "收";
  left: 0.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.3rem;
}
.wuliu_date {
  line-height: 1.3;
}
.wuliu_date::after {
  width: 0.12rem;
  height: 0.12rem;
  background: #D2D2D2;
  border-radius: 50%;
  display: block;
  content: "";
  position: absolute;
  left: 0.96rem;
  top: 0.2rem;
}
.wuliu_address {
  width: 5.4rem;
  line-height: 1.3;
  margin: 0.1rem 0 0;
}
.sao_icon {
  width: 0.8rem;
  height: 0.8rem;
}
.form_tit1 {
  width: 1.95rem;
}
.sh_icon {
  width: 1.03rem;
  height: 0.89rem;
}
.sq_icon {
  width: 1.1rem;
  height: 1.1rem;
}
.upload {
  width: 1.62rem;
  height: 1.44rem;
}
.card {
  width: 3rem;
  height: 2.17rem;
}
.mycode {
  width: 4.42rem;
  height: 4.42rem;
  background: #FFFFFF;
  border-radius: 0.2rem;
  padding: 0.5rem;
  margin: 0.7rem auto 0.4rem;
}
.back {
  width: 0.18rem;
  height: 0.3rem;
  left: 0.24rem;
  top: 0.2rem;
}
