body,
html {
  height: 100%;
}
body #root,
html #root {
  height: 100%;
}
.route_containter--2SVce {
  position: fixed;
  left: -100%;
  top: 0;
  width: 100vw;
  min-height: 100vh;
  overflow: hidden;
  background: #fff;
  pointer-events: none;
}
.route_animation_prev--3rOkf {
  animation: prev--2yMr7 0.3s;
  z-index: 1;
}
.route_animation_next--2EnPz {
  animation: next--9fcl3 0.3s;
  z-index: 1;
}
.tab_bar--3VD_y {
  display: none;
}
.route_current--7GLtq {
  position: relative;
  left: 0;
  top: 0;
  z-index: 2;
  overflow: visible;
  pointer-events: all;
}
.route_current--7GLtq.route_animation_prev--3rOkf {
  animation: prevCurrent--3QZxV 0.3s;
}
.route_current--7GLtq.route_animation_next--2EnPz {
  animation: nextCurrent--H3nAN 0.3s;
}
.route_no_animation--1_oo7 {
  animation: none !important;
}
.route_current--7GLtq .tab_bar--3VD_y {
  display: block;
}
@keyframes prev--2yMr7 {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(200%);
  }
}
@keyframes prevCurrent--3QZxV {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes next--9fcl3 {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes nextCurrent--H3nAN {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}

/* 与primary合作时的颜色 */
/* 与warning合作时的颜色 */
/* 与success合作时的颜色 */
/* 与error合作时的颜色 */
/* 需要使用微信色时用的颜色 */
.icon--1UR6p {
  display: inline-block;
  vertical-align: -0.15em;
  width: 1em;
  height: 1em;
  line-height: 1;
}
.icon--1UR6p > svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: currentColor;
}
.empty--CFpyj {
  height: 70vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.empty--CFpyj.unshow--2VC_G {
  display: none !important;
}
.empty--CFpyj.heightstyle40--2Us2b {
  height: 40vh !important ;
}
.empty--CFpyj.heightstyle100--2Naei {
  height: 100vh !important;
}
.empty_tip--3c3XA {
  font-size: 24px;
  line-height: 30px;
  margin-top: 5px;
  color: rgba(0, 0, 0, 0.6);
  text-align: center;
}
.empty_icon--3jw-q {
  text-align: center;
}
.empty_icon--3jw-q > svg {
  display: inline-block;
  width: 120px;
}
.pullToRefresh--1bihP {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.list_view--3BvrJ .am-list-body {
  background: transparent;
  overflow: hidden;
}
.list_view--3BvrJ .am-list-body::before,
.list_view--3BvrJ .am-list-body::after {
  display: none !important;
  opacity: 0;
}
.list_view--3BvrJ .am-list-line .am-list-content {
  padding: 0 !important;
}
.list_view--3BvrJ .am-list-item-middle {
  padding: 0 !important;
}
.list_view--3BvrJ .am-list-footer {
  padding: 0 !important;
  text-align: center;
}
.list_view--3BvrJ .am-list-footer div {
  padding-top: 10px;
}
.list_view_full--taldD {
  height: 100%;
}
.button--25N8W {
  user-select: none;
}
.button--25N8W.button_primary--15Or5 {
  background-color: #00a699;
  color: #fff;
  border-color: #00a699 !important;
}
.button--25N8W.button_primary--15Or5:before {
  border-color: #00a699 !important;
}
.button--25N8W.button_normal--Tozlv {
  background-color: #fcfcfc;
  color: rgba(0, 0, 0, 0.8);
}
.button--25N8W.button_normal--Tozlv:before {
  border-color: #aaa !important;
}
.button--25N8W.button_wx--zhFcf {
  background-color: #1aad19;
  color: #fff;
}
.button--25N8W.button_wx--zhFcf:before {
  border-color: #0b920b !important;
}
.button--25N8W.button_success--fjR9c {
  background-color: #6abf47;
  color: #fff;
}
.button--25N8W.button_success--fjR9c:before {
  border-color: #53a533 !important;
}
.button--25N8W.button_reset--1_lfH {
  background-color: #fff;
  color: #00a699;
  border: 1px solid #00a699;
}
.button--25N8W.button_reset--1_lfH:before {
  border-color: transparent !important;
}
.button--25N8W.button_warning--qRNV8 {
  background-color: #91711e;
  color: #fff;
}
.button--25N8W.button_warning--qRNV8:before {
  border-color: #dbc090 !important;
}
.button--25N8W.button_error--30jic {
  background-color: #ff4848;
  color: #fff;
}
.button--25N8W.button_error--30jic:before {
  border-color: #a5060e !important;
}
.button--25N8W.button_important--2Oo4y {
  background-color: #00a699;
  color: #00a699;
}
.button--25N8W.button_important--2Oo4y:before {
  border-color: #ff4547 !important;
}
.button--25N8W.button_line--SfxiX {
  background-color: transparent !important;
  color: #00a699;
  border-color: #00a699 !important;
}
.button--25N8W.button_line--SfxiX:before {
  border-radius: 100px !important;
  border-color: #00a699 !important;
}
.button--25N8W.button_disable--1swI0 {
  background-color: #b0b9c5;
  color: #fff;
}
.button--25N8W.button_disable--1swI0:before {
  border-color: #b0b9c5 !important;
}
.button--25N8W.button_ghost_primary--3BBnz {
  color: #00a699;
  border-color: #00a699 !important;
}
.button--25N8W.button_ghost_primary--3BBnz:before {
  border-color: #00a699 !important;
}
.button--25N8W.button_ghost_normal--wwuKh {
  color: rgba(0, 0, 0, 0.8);
}
.button--25N8W.button_ghost_normal--wwuKh:before {
  border-color: #aaa !important;
}
.button--25N8W.button_ghost_wx--2GgIt {
  color: #1aad19;
}
.button--25N8W.button_ghost_wx--2GgIt:before {
  border-color: #0b920b !important;
}
.button--25N8W.button_ghost_success--26hB8 {
  color: #6abf47;
}
.button--25N8W.button_ghost_success--26hB8:before {
  border-color: #53a533 !important;
}
.button--25N8W.button_ghost_warning--1Y1Ne {
  color: #91711e;
}
.button--25N8W.button_ghost_warning--1Y1Ne:before {
  border-color: #dbc090 !important;
}
.button--25N8W.button_ghost_error--1f8jb {
  color: #ff4848;
}
.button--25N8W.button_ghost_error--1f8jb:before {
  border-color: #a5060e !important;
}
.button--25N8W.button_shape_rect--amm-_ {
  border-radius: 5px;
}
.button--25N8W.button_shape_rect--amm-_:before {
  position: relative;
  border-width: 0;
}
.button--25N8W.button_shape_rect--amm-_:before::before {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-style: inherit;
  border-color: inherit;
  border-radius: 5px;
  border-width: 1px 1px 1px 1px;
  pointer-events: none;
  content: "";
}
@media screen and (-webkit-min-device-pixel-ratio: 2) {
  .button--25N8W.button_shape_rect--amm-_:before::before {
    width: 200%;
    height: 200%;
    transform-origin: 0 0;
    transform: scale(0.5) translateZ(0);
    border-radius: 5px*2;
    border-width: 1px 1px 1px 1px;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 3) {
  .button--25N8W.button_shape_rect--amm-_:before::before {
    width: 300%;
    height: 300%;
    transform-origin: 0 0;
    transform: scale(1/3) translateZ(0);
    border-radius: 5px*3;
    border-width: 1px 1px 1px 1px;
  }
}
.button--25N8W.button_shape_round--3J7yF {
  border-radius: 1000px;
}
.button--25N8W.button_shape_round--3J7yF:before {
  position: relative;
  border-width: 0;
}
.button--25N8W.button_shape_round--3J7yF:before::before {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-style: inherit;
  border-color: inherit;
  border-radius: 1000px;
  border-width: 1px 1px 1px 1px;
  pointer-events: none;
  content: "";
}
@media screen and (-webkit-min-device-pixel-ratio: 2) {
  .button--25N8W.button_shape_round--3J7yF:before::before {
    width: 200%;
    height: 200%;
    transform-origin: 0 0;
    transform: scale(0.5) translateZ(0);
    border-radius: 1000px*2;
    border-width: 1px 1px 1px 1px;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 3) {
  .button--25N8W.button_shape_round--3J7yF:before::before {
    width: 300%;
    height: 300%;
    transform-origin: 0 0;
    transform: scale(1/3) translateZ(0);
    border-radius: 1000px*3;
    border-width: 1px 1px 1px 1px;
  }
}
.button--25N8W.button_shape_none--29gg- {
  color: inherit;
  background-color: transparent;
  padding: 0;
  border-radius: 0;
}
.button--25N8W.button_shape_none--29gg-:before {
  display: none;
}
.button--25N8W.button_disabled--1cpHq {
  opacity: 0.26;
}
.button--25N8W.button_disabled--1cpHq.button_normal--Tozlv {
  color: #9d9d9d;
}
.button_active--XAKqJ:not(.button_disabled--1cpHq) > span {
  opacity: 0.7;
}
.button_active--XAKqJ:not(.button_disabled--1cpHq).button_active_primary--2064J {
  background-color: #00a699;
  color: #fff;
}
.button_active--XAKqJ:not(.button_disabled--1cpHq).button_active_normal--2QK0D {
  background-color: #f5f5f5;
}
.button_active--XAKqJ:not(.button_disabled--1cpHq).button_active_wx--1naOU,
.button_active--XAKqJ:not(.button_disabled--1cpHq).button_active_success--3wMLp,
.button_active--XAKqJ:not(.button_disabled--1cpHq).button_active_warning--2NlQU,
.button_active--XAKqJ:not(.button_disabled--1cpHq).button_active_error--8zsiu {
  opacity: 0.7;
}
.button_active--XAKqJ:not(.button_disabled--1cpHq).button_active_ghost_primary--869St,
.button_active--XAKqJ:not(.button_disabled--1cpHq).button_active_ghost_normal--2F6pL,
.button_active--XAKqJ:not(.button_disabled--1cpHq).button_active_ghost_wx--1j25_,
.button_active--XAKqJ:not(.button_disabled--1cpHq).button_active_ghost_success--3oFon,
.button_active--XAKqJ:not(.button_disabled--1cpHq).button_active_ghost_warning--3Hdjg,
.button_active--XAKqJ:not(.button_disabled--1cpHq).button_active_ghost_error--1_kDw {
  background-color: #f5f5f5;
}
.tab_page_element--1kEre {
  min-height: 100px;
}
.tab_page_control--2SPy4 {
  z-index: 10;
}
.tab_page_control--2SPy4 .am-tabs-default-bar-tab-active {
  color: #00a699;
}
.tab_page_control--2SPy4 .am-tabs-default-bar-underline {
  border-color: #00a699;
}
.tab_page_control--2SPy4 .am-tabs-default-bar-tab::after {
  background-color: #e7e7e7 !important;
}
.am-search--3cz_M {
  background-color: none;
}
.searchimg--1ytPO {
  background: #f4f3f3;
  padding: 15px;
}
.searchimg--1ytPO .searchbar--30uV2 {
  height: 36px;
  line-height: 36px;
  border: 1px solid #e7e7e7;
  border-radius: 3px;
  background: #fff;
  text-align: center;
}
.searchimg--1ytPO .searchbar--30uV2 i {
  display: inline-block;
  margin-right: 5px;
  width: 18px;
  height: 18px;
  color: #bbb;
}
.searchimg--1ytPO .searchbar--30uV2 i svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: #bbb !important;
}
.searchimg--1ytPO .searchbar--30uV2 span {
  color: #bbb;
  font-size: 15px;
}
/* 优惠券 */
.coupon--2EA4L {
  margin-bottom: 15px;
  overflow: hidden;
}
.coupon_inner--3S2v0 {
  position: relative;
  border-radius: 8px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.coupon_index_box--Tt_Jy.coupon--2EA4L {
  margin-bottom: 10px;
}
.coupon_index_box--Tt_Jy .coupon_inner--3S2v0 {
  border-radius: 5px;
  border: none;
}
.coupon_link--1XVum {
  display: block;
}
.coupon_info_container--2UsZA {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  padding: 12px 15px 12px 0;
  min-height: 95px;
}
.coupon_info_main--3icvF {
  display: flex;
  width: 95px;
  min-width: 95px;
  margin-right: 15px;
  color: #00a699;
  flex-direction: column;
  align-items: center;
  font-size: 11px;
  line-height: 16px;
}
.coupon_index_box--Tt_Jy .coupon_info_container--2UsZA {
  min-height: 70px;
}
.coupon_index_box--Tt_Jy .coupon_btns--3tw8n + .coupon_link--1XVum .coupon_info_container--2UsZA {
  padding-right: 86px;
}
.coupon_index_box--Tt_Jy .coupon_info_main--3icvF {
  width: 70px;
  min-width: 70px;
  margin-right: 10px;
}
.coupon_info_main_title--18hDQ {
  line-height: 38px;
}
.coupon_info_main_title_text--3ph99,
.coupon_info_main_title_number--yB9TK {
  display: inline;
}
.coupon_info_main_title_text--3ph99:first-child {
  margin-left: -4px;
}
.coupon_info_main_title_number--yB9TK {
  font-size: 32px;
}
.coupon_info_main_title_text--3ph99 {
  font-weight: bold;
}
.coupon_info_subtitle--3P5Hz {
  margin-top: -5px;
}
.coupon_info_main_icon--1Nbel {
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 32px;
  margin-bottom: 12px;
}
.coupon_info_main_invalid--Lf3Sz {
  opacity: 0.3;
}
.coupon_index_box--Tt_Jy .coupon_info_main_title--18hDQ {
  line-height: 32px;
}
.coupon_index_box--Tt_Jy .coupon_info_main_title_number--yB9TK {
  font-size: 28px;
}
.coupon_index_box--Tt_Jy .coupon_info_subtitle--3P5Hz {
  margin-top: -6px;
  line-height: 12px;
  font-size: 9px;
  color: #9d9d9d;
}
.coupon_index_box--Tt_Jy .coupon_info_main_icon--1Nbel {
  width: 28px;
  height: 28px;
  line-height: 28px;
  font-size: 28px;
  margin-bottom: 10px;
}
.coupon_info--1QTdv {
  display: flex;
  flex: 1;
  overflow: hidden;
  flex-direction: column;
  justify-content: center;
}
.coupon_info_title--3sLZr {
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 4px;
}
.coupon_info_title--3sLZr:only-child {
  margin-bottom: 0;
}
.coupon_index_box--Tt_Jy .coupon_info_title--3sLZr {
  text-overflow: ellipsis;
  display: -webkit-box;
  /** 对象作为伸缩盒子模型显示 **/
  -webkit-box-orient: vertical;
  /** 设置或检索伸缩盒对象的子元素的排列方式 **/
  -webkit-line-clamp: 2;
  /** 显示的行数 **/
  overflow: hidden;
}
.coupon_info_duration--SklyG {
  font-size: 11px;
  line-height: 15px;
  white-space: nowrap;
  color: #9d9d9d;
  font-weight: 300;
}
.coupon_info_duration_important--3d1Y5 {
  color: #00a699;
}
.coupon_info_content--2xwKd {
  font-size: 11px;
  line-height: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #9d9d9d;
  font-weight: 300;
}
.coupon_btns--3tw8n {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0px;
  top: 0;
  bottom: 0;
  width: 98px;
  pointer-events: none;
}
.coupon_btn--2vsV7 {
  width: 76px;
  pointer-events: auto;
}
[class~="am-button-small"].coupon_btn--2vsV7 {
  padding: 0 5px;
}
.coupon_index_box--Tt_Jy .coupon_btns--3tw8n {
  width: 76px;
}
.coupon_spliter--3cYrn {
  position: absolute;
  left: 95px;
  top: 10px;
  bottom: 10px;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.auto_dropdown--10T9z {
  overflow: hidden;
}
.arrow_down--3TpS- {
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 10px 0;
}
.arrow_down--3TpS- .icon--1UR6p {
  color: #cccccc;
  transform: scaleX(1.5);
}
.arrow_down--3TpS- .icon--1UR6p:nth-child(2) {
  margin-top: -20px;
}
.arrow_down_toggle--30RQV {
  transform: rotateZ(180deg);
}
.coupon_spliter_circle--ubxRN {
  position: absolute;
  left: -6px;
  bottom: -20px;
  border: 1px solid #e7e7e7;
  width: 11px;
  height: 11px;
  border-radius: 11px;
  background: #f5f5f5;
}
.coupon_spliter_circle--ubxRN:last-child {
  top: -20px;
  bottom: auto;
}
.coupon_spliter_circle_dark--3EQC- {
  background: #fcfcfc;
}
.coupon_index_box--Tt_Jy .coupon_spliter--3cYrn {
  left: 70px;
}
.coupon_index_box--Tt_Jy .coupon_spliter_circle--ubxRN {
  background: #fcfcfc;
  border: none;
}
.coupon_select--1J4Xo {
  min-width: 20px;
  margin: 0 15px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.coupon_select_icon--2Tz2M {
  font-size: 20px;
}
.coupon_status_icon--1dcup {
  position: absolute;
  bottom: -6px;
  right: -4px;
  width: 60px;
  height: 60px;
  opacity: 0.3;
}
.coupon_index_box--Tt_Jy .coupon_status_icon--1dcup {
  top: -12px;
  width: 50px;
  height: 50px;
}
.qrcode--2IJNr {
  display: block;
}
.coupon_spliter_circle_color--2pV3Q {
  background: #fff;
}
.activity_link--2UG_T {
  display: flex !important;
  margin: 0 -15px;
  padding: 24px 0;
}
.activity_left--1te8Y {
  flex-direction: row-reverse;
}
.activity_left--1te8Y .activity_info--2napu {
  padding: 0 0 0 15px;
  min-height: 60px;
}
.activity_image--yTULK {
  position: relative;
  width: 120px;
  min-width: 120px;
  height: 60px;
  padding: 0 15px;
}
.activity_image_detail--2m_aN {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: 50% 50% no-repeat #fcfcfc;
  background-size: cover;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
}
.activity_image_two--3KPip {
  position: relative;
  width: 120px;
  min-width: 120px;
  height: 60px;
  padding: 0 0 0 15px;
}
.activity_image_two--3KPip .activity_image_detail--2m_aN {
  box-shadow: none;
}
.activity_info--2napu {
  flex: 1;
  padding-left: 15px;
  overflow: hidden;
}
.activity_image_two--3KPip + .activity_info--2napu {
  padding-right: 15px;
}
.activity_info_tag--J10FV {
  line-height: 13px;
}
.activity_info_tag_item--17h96 {
  display: inline-flex;
  color: #00a699;
  border-radius: 4px;
  font-size: 18px;
  line-height: 1;
  padding: 5px;
  margin-left: -20px;
  min-width: 74px;
  justify-content: center;
  align-items: center;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
}
.activity_item_primary7--2u12Z {
  border: 1px solid #F5A623;
  color: #F5A623;
}
.activity_info_tag_primary--1u1M_ {
  background: #00a699;
  color: #fff;
}
.activity_type_primary30--3Yf3K {
  background: #ff5252;
}
.activity_type_primary24--osSyp {
  background: #ff6600;
}
.activity_type_primary23--hFYwO {
  background: #FF6C04;
}
.activity_type_primary20--3e2Sm {
  background: #ffb400;
}
.activity_type_primary11--22IqR {
  background: #FF5A5F;
}
.activity_type_primary8--1IeWg {
  background: #00A699;
}
.activity_type_primary7--4jkMW {
  background: #F5A623;
}
.activity_type_primary6--1OdQR {
  background: #00A699;
}
.activity_type_primary5--3GE4E {
  background: #ff6600;
}
.activity_type_primary4--j-DPm {
  background: #FF5A5F;
}
.activity_type_primary3--5XJjo {
  background: #FF6C04;
}
.activity_type_primary2--3vMl2 {
  background: #ffb400;
}
.activity_info_title--3bwOS {
  font-weight: bold;
  line-height: 20px;
  margin-bottom: 5px;
  font-size: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.activity_info_list--2p_I2,
.activity_info_price--2wG3T {
  line-height: 15px;
  font-size: 10px;
  color: rgba(0, 0, 0, 0.6);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.activity_info_price--2wG3T {
  margin-top: 6px;
}
.activity_status--JAe4o {
  margin-top: 6px;
}
.activity_status_active--2ordT {
  color: #00a699;
}
.activity_status_current--1Ice_ {
  color: #00a699;
}
html:not([data-scale]) .form_list--1OGl- .form_checkbox--1JW9G [class~="am-list-item"]:not(:last-child) [class~="am-list-line"]::after {
  background: unset !important;
}
.form_list--1OGl- .form_select--15-be .am-list-item--1l58k.am-input-item--BZYce {
  padding-bottom: 50px;
}
.form_list--1OGl- .form_title--3B6wS {
  padding: 15px 15px 12px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 17px;
}
.form_list--1OGl- .form_switch--1UzWq[class~="am-list-item"] [class~="am-list-line"] [class~="am-list-content"] {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 17px;
}
.form_list--1OGl- .form_select--15-be [class~="am-list-content"] {
  display: none;
}
.form_list--1OGl- .form_select--15-be [class~="am-list-extra"] {
  flex: 1;
  color: rgba(0, 0, 0, 0.8) !important;
  text-align: left !important;
}
.form_list--1OGl- .form_checkbox--1JW9G {
  position: relative;
}
.form_list--1OGl- .form_checkbox--1JW9G [class~="am-list-line"]::after {
  background: unset !important;
}
.form_list--1OGl- .form_checkbox--1JW9G::after {
  content: "";
  position: absolute;
  background-color: #ddd;
  display: block;
  z-index: 1;
  top: auto;
  right: 0;
  bottom: 0;
  left: 15px;
  height: 1px;
  transform-origin: 50% 100%;
  transform: scaleY(0.5);
}
.form_list--1OGl- [class~="am-switch"] input[type="checkbox"]:checked + [class~="checkbox"] {
  background: #00a699;
}
.address_form--30GmR .form_list--1OGl- .form_title--3B6wS {
  font-size: 14px !important;
}
.form_areas--29Fgj {
  text-align: center;
}
.form_areas--29Fgj[class~="am-list-item"] [class~="am-list-line"] [class~="am-list-content"] {
  max-width: 85px;
  margin-right: 5px;
}
.form_areas--29Fgj[class~="am-list-item"] [class~="am-list-line"] [class~="am-list-extra"] {
  flex: 1;
  text-align: left;
  color: #bbb;
}
.formError--2J7RM {
  border-bottom: 1px solid #ff4848;
}
.formError--2J7RM * {
  color: #ff4848 !important;
}
.tab_bar--3Fxm6 {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 13;
  padding-bottom: 5px;
  background-color: #fff;
}
.tab_bar--3Fxm6 [class~="am-tab-bar-tab-icon"] {
  font-size: 18px;
  padding-bottom: 3px;
}
.icon_style--29d4c {
  position: relative;
}
.icon_style--29d4c:after {
  content: "";
  position: absolute;
  right: -8px;
  top: -2px;
  width: 6px;
  height: 6px;
  border-radius: 20px;
  background: #ff5a5f;
}
.shop_item--3qeIA {
  margin: 0 0 24px;
  width: 48%;
  display: inline-block;
  vertical-align: top;
}
.shop_item--3qeIA:nth-child(2n) {
  margin-left: 4%;
}
.shop_item--3qeIA a {
  display: block;
  width: 100%;
}
.shop_image--2BaVp {
  position: relative;
  width: 100%;
  height: 90px;
  background: 50% 50% no-repeat #fcfcfc;
  background-size: cover;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.shop_title--290Wm {
  /* padding: 0px 0 10px; */
  color: rgba(0, 0, 0, 0.8);
  font-size: 15px;
  font-weight: bold;
  line-height: 20px;
}
.shop_type--1xZLR {
  /* position: absolute;
  right: 7px;
  bottom: 7px;
  display: flex;
  align-items: center;
  height: 15px;
  line-height: 12px;
  padding: 0 8px;
  font-size: 8px;
  color: @brand-primary;
  background:  @bg-base;
  border-radius: 2px; */
  font-size: 10px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 14px;
}
.shop_like--208D2 {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 17px;
}
.shop_type_icon--27hi- {
  font-weight: normal;
  color: #fff;
  border-radius: 4px;
  font-size: 18px;
  line-height: 1;
  padding: 5px;
  margin-left: -10px;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
}
.shop_type_icon--27hi-:first-child {
  margin-left: -5px;
}
.shop_type_coupon--2SL3Y {
  background: #00a699;
}
.shop_type_enroll--1aLXI {
  background: #f5a623;
}
.shop_type_isPromotion--2N7sE {
  background: #ff5a5f;
}
.shop_type_wrap--3HST8 {
  display: flex;
  align-items: center;
  height: 28px;
  overflow: hidden;
}
.check_validate--3U9po {
  flex: 1;
}
.image_upload--bnTDS {
  width: 96px;
  margin: 0 auto;
  border-radius: 200px;
}
.image_upload_radio--Cwq7e {
  border: 2px solid rgba(0, 0, 0, 0.1);
}
.image_upload_radio--Cwq7e.formError--2J7RM {
  border: 2px solid #ff4848;
}
.image_upload_radio--Cwq7e [class~="am-image-picker-item"] {
  border-radius: 50% !important;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.tab_bar_icon--2IclI {
  color: #aaaaaa;
}
.tab_bar_img--3u2mK {
  width: 20px;
  height: 20px;
  display: block;
}
[class~="am-tab-bar-tab-title"] {
  color: #aaaaaa !important;
}
.active_title--1_2Oq {
  color: #00a699 !important;
}
.jumper_panel--2W_oa {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.7);
}
.jumper_panel--2W_oa .jumper_conten--1eFq2 {
  width: 70%;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -35%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.jumper_panel--2W_oa .jumper_conten--1eFq2 .contener--Cagxm {
  background: #fff;
  border-radius: 5px;
  padding: 30px 20px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.jumper_panel--2W_oa .jumper_conten--1eFq2 .closebtn--3CJmh {
  margin-top: 20px;
  text-align: center;
  font-size: 2.8em;
  color: #fff;
  opacity: 0.5;
}
.jump_info--1Bl-y {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 100;
  height: 100vh;
  background: #ffffff;
}
.jump_info--1Bl-y .closebtn_area--3bII8 {
  z-index: 20;
  position: fixed;
  right: 0;
  left: 0;
  bottom: 0;
  text-align: center;
  height: 130px;
  padding: 0 20px;
}
.jump_info--1Bl-y .closebtn_area--3bII8 .closebtn--3CJmh {
  width: 34px;
  height: 34px;
  position: absolute;
  left: 50%;
  top: 30%;
  margin: -17px 0 0 -17px;
}
.jump_info--1Bl-y .closebtn_area--3bII8 .closebtn--3CJmh:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #484848;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.jump_info--1Bl-y .closebtn_area--3bII8 .closebtn--3CJmh:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #484848;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.jump_info--1Bl-y .jump_contentt--tczZo {
  padding: 20px 20px 150px;
  height: calc(100vh - 150px);
  background-size: cover;
}
.jump_info--1Bl-y .jump_content--3j_3D {
  padding: 20px 20px 150px;
  height: calc(100vh - 150px);
  background: url(./assets/img/bg_lottery_4.16210c83.jpg) 50% 50% no-repeat;
  background-size: cover;
}
.list_item_icon--2q92R {
  margin-right: 6px;
  display: block;
  font-size: 15px;
  line-height: 20px;
  padding: 3px 0;
  width: 15px;
  height: 15px;
}
.activity_detail_item--um3qK {
  display: flex;
  padding: 5px 0;
  font-size: 14px;
  line-height: 20px;
}
.list_text--32uYV {
  width: calc(100vw - 60px);
  overflow: hidden;
}
.list_text--32uYV i {
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
  color: #00a699;
  font-size: 14px;
  line-height: 20px;
}
.list_text_wrap--1PfV0 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: calc(100vw - 80px);
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 20px;
}
.list_text_wrap--1PfV0 span {
  padding-right: 2px;
}
.activity_detail_mallname_listwrap--2XYOl {
  padding: 0 10px;
  max-height: 100%;
  overflow-y: auto;
}
.activity_detail_mallname_listwrap--2XYOl .malllist--2hW1C {
  font-size: 14px;
  padding: 10px 0;
  border-bottom: 1px solid #e7e7e7;
  text-align: left;
}
.activity_detail_mallname_listwrap--2XYOl .malllist--2hW1C:last-child {
  border-bottom: none;
}
.goback_home--3gxfP {
  position: fixed;
  right: 20px;
  bottom: 110px;
  z-index: 5;
}
.goback_homebox--KBmyD {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.homeicon--bIMrX {
  width: 26px;
  height: 26px;
  color: #fff;
}
.capitalandjumpwidth--3GVmT {
  width: 80% !important;
  margin-left: -40% !important;
}
.capitalandjumpwidth--3GVmT .contener--Cagxm {
  padding: 0 !important;
}
.capitaland_jump_content--MQKKb {
  position: relative;
}
.capitaland_jump_content--MQKKb .img--3kyVw {
  display: block;
  width: 100%;
  height: auto;
}
.capitaland_jump_content--MQKKb .suncode_img--1fEBa {
  width: 25%;
  height: auto;
  display: block;
  background-color: #fff;
  position: absolute;
  right: 6.3%;
  bottom: 1.6%;
}
.capitaland_jump_content--MQKKb .suncode_infor--3Kk33 {
  padding: 12px 20px;
  position: absolute;
  background: #fff;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 10px 10px 0 0;
}
.capitaland_jump_content--MQKKb .info--39iE6 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.capitaland_jump_content--MQKKb .qrCode--3m6Hq {
  width: 70px;
}
.capitaland_jump_content--MQKKb .qrCode--3m6Hq img {
  display: block;
  width: 100%;
  height: auto;
}
.capitaland_jump_content--MQKKb .infoTxt--2E8XF h1 {
  font-size: 16px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.8);
  line-height: 22px;
}
.capitaland_jump_content--MQKKb .infoTxt--2E8XF p {
  font-size: 12px;
  font-weight: 300;
  color: #2ba246;
  line-height: 20px;
  margin-top: 10px;
}
.capitaland_jump_content--MQKKb .infoTxt--2E8XF p span {
  color: rgba(0, 0, 0, 0.8);
}
.capitaland_jump_content--MQKKb .infoTxt--2E8XF .icon--1UR6p {
  width: 17px;
  height: 19px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
}
.check_tips_view--2q6ea {
  background: #f3f3f3;
  min-height: 100vh;
  padding: 60px 20px 0;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 13;
}
.check_tips--Bmfp7 {
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 20px;
  font-size: 14px;
  text-align: center;
}
.check_tips_img--1CFH4 {
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  margin-bottom: 60px;
}
.check_tips_img--1CFH4 img {
  width: 52px;
  height: 52px;
  display: block;
}
.check_tips_btn_index--11J79 {
  text-align: center;
  margin-top: 20px;
  color: #00a699;
  display: block;
}
.image_picker_wiew_box--2O1KO {
  position: relative;
  margin: 0 auto;
  width: 96px;
  height: 96px;
}
.image_picker_wiew_box--2O1KO .image_picker_wiew--230_l {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
}
.image_picker_wiew_box--2O1KO .image_picker_wiew--230_l img {
  width: 100%;
  display: block;
}
.image_picker_wiew_box--2O1KO:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 28px;
  height: 28px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(./assets/img/camera.bba3b6a1.png) 50% 50% no-repeat rgba(0, 0, 0, 0.5);
  background-size: 16px auto;
  pointer-events: none;
}
.view_loading--2jzSM {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 20px;
}
.view_loading--2jzSM p {
  padding-left: 5px;
}
.loading_foot_tip--2z2j_ {
  text-align: center;
  width: 100%;
}
.spin_container--3M54_ {
  position: relative;
}
.spin_wrap--1UU4t {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.spin_view--1zERI .spin_wrap--1UU4t {
  display: none;
}
.spin_view--1zERI .spin_content--19XAf {
  opacity: 0.5;
}
.spin_view--1zERI .spin_content_loading--2fIDu {
  pointer-events: none;
}
.spin--1XYBa {
  display: inline-block;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: "tnum";
  color: #00a699;
  text-align: center;
  vertical-align: -4px;
}
.spin_icon--2EPyX {
  position: relative;
  display: inline-block;
  font-size: 20px;
  width: 1em;
  height: 1em;
  animation: loadingCircle--1NLL- 1s infinite linear;
}
.spin_icon--2EPyX:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: 2px solid;
  border-color: currentColor transparent transparent;
  border-radius: 1em;
  content: "";
}
@keyframes loadingCircle--1NLL- {
  100% {
    transform: rotate(360deg);
  }
}

/* 与primary合作时的颜色 */
/* 与warning合作时的颜色 */
/* 与success合作时的颜色 */
/* 与error合作时的颜色 */
/* 需要使用微信色时用的颜色 */
figure {
  margin: 1em 0;
}
.shop_list--2Jw5r {
  padding: 160px 20px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  min-height: 100vh;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.shop_detail_type--1rD4t {
  margin-left: 5px;
  display: flex;
}
.form_title--3KmCn {
  padding: 15px 15px 12px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 17px;
}
.goback_home--NNys4 {
  position: fixed;
  right: 20px;
  bottom: 110px;
  z-index: 5;
}
.goback_homebox--E2lnt {
  width: 30px;
  height: 30px;
  border-radius: 100px;
  background: #eeeeee;
  border: 1px solid #8a8a8a;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.homeicon--1PGsf {
  width: 20px;
  height: 20px;
  color: #fff;
}
[class~="am-list-item"] [class~="am-list-line"] [class~="am-list-content"] {
  flex-basis: initial;
  width: 100%;
  padding-right: 0px !important;
  padding-bottom: 0px !important;
}
.form_select--2i0-t [class~="am-list-content"] {
  display: none;
}
.form_select--2i0-t [class~="am-list-line"] {
  padding-right: 10px !important;
  padding-bottom: 0px !important;
  border: 1px solid rgba(0, 0, 0, 0.15) !important;
}
.form_select--2i0-t [class~="am-list-extra"] {
  flex: 1;
  color: rgba(0, 0, 0, 0.8) !important;
  text-align: left !important;
  padding-left: 5px !important;
}
.form_select--2i0-t [class~="am-list-arrow"] {
  padding-right: 5px !important;
}
.form_checkbox--2r3sk {
  position: relative;
}
.form_checkbox--2r3sk [class~="am-list-line"]::after {
  background: unset !important;
}
.form_checkbox--2r3sk::after {
  content: "";
  position: absolute;
  background-color: #ddd;
  display: block;
  z-index: 1;
  top: auto;
  right: 0;
  bottom: 0;
  left: 15px;
  height: 1px;
  transform-origin: 50% 100%;
  transform: scaleY(0.5);
}
/*  */
.filter--2ooZA {
  height: 140px;
  padding: 0 20px;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background: #fff;
  border-bottom: 1px solid #eeeeee;
  /* box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); */
}
.filter--2ooZA.activity_list_filter--2SkMk {
  height: auto;
  position: static;
  padding-top: 1px;
}
.filter_menu--25GE- {
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
.filter_list--Ni1QJ {
  display: table;
  flex-wrap: nowrap;
  padding: 0 20px 0 10px;
}
.filter_item--2Pcgv {
  padding: 0 10px;
  flex: none;
  display: table-cell;
  white-space: nowrap;
  vertical-align: middle;
}
.filter_item--2Pcgv.active--2tXWD {
  font-size: 20px;
  font-weight: bold;
  color: #00a699;
}
.menu--32qeL {
  display: flex;
  position: relative;
  z-index: 2;
  align-items: center;
  margin-right: -10px;
}
.menu--32qeL::before {
  position: absolute;
  left: -50px;
  width: 50px;
  top: 0;
  bottom: 0;
  pointer-events: none;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  content: "";
}
.menu--32qeL icon {
  display: block;
  width: 25px;
  height: 25px;
  font-size: 25px;
  padding: 10px;
}
.like_icon--3tsir {
  color: #00a699;
}
.shop_like--1I7gV {
  font-size: 12px;
  color: #c1c1c1;
}
.isLike--Kdj3S {
  color: #00a699;
}
.sorter--3Ndik {
  position: fixed;
  left: 0;
  right: 0;
  top: 140px;
  bottom: 0;
  height: 100%;
  color: #9d9d9d;
  background: #fff;
}
.sorter_mask--A1XLn {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  background: rgba(0, 0, 0, 0.4);
}
.sorter_detail--16Yam {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  padding: 20px;
  background: #fff;
  overflow: hidden;
  -webkit-animation: sorterShow--3L2hk ease-out 0.2s 0s both;
  animation: sorterShow--3L2hk ease-out 0.2s 0s both;
}
@-webkit-keyframes sorterShow--3L2hk {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes sorterShow--3L2hk {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
.sorter_content--14jx1 {
  height: calc(100vh - 190px);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.sorter_content--14jx1:first-of-type {
  border: none;
}
.sorter_title--3QYTU {
  font-size: 11px;
  line-height: 16px;
  margin-bottom: 10px;
}
.sorter_item--2p4JE {
  display: flex;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 20px;
  padding: 8px 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  justify-content: space-between;
}
.sorter_current_item--3S4Cw {
  color: #00a699;
}
.sorter_controll--1FYPf {
  display: flex;
  border: 1px solid #e7e7e7;
  padding: 16px 10px 16px 20px;
}
.sorter_btn--2ceHZ {
  flex: 1;
  margin-right: 20px;
  line-height: 20px;
  padding: 10px 20px;
  border: 1px solid #e7e7e7;
  border-radius: 6px;
  text-align: center;
}
.sorter_btn_current--HfKgV {
  border-color: #00a699;
  background: #00a699;
  color: #fff;
}
.shop_search--2ZdO7 {
  width: 100%;
  height: 30px;
  background: #f5f5f5;
  border-radius: 15px;
  border: none;
  box-sizing: border-box;
  padding-left: 40px;
  line-height: 30px;
}
.shop_list_title--12H_X {
  line-height: 30px;
  font-size: 26px;
  font-weight: bold;
}
.shop_list_filter_tab--1DIkU {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.filter_tab_item--1MbZH {
  text-align: center;
  flex: 1;
  padding: 15px 0 10px;
  font-size: 14px;
  line-height: 20px;
}
.filter_tab_item--1MbZH.active--2tXWD {
  color: #00a699;
}
.filter_tab_item--1MbZH.active--2tXWD i {
  transform: rotateZ(180deg);
}
.filter_tab_item--1MbZH i {
  transition: all 0.2s;
  padding: 0 5px;
}
.shop_search_wrap--1DfRP {
  position: relative;
  padding: 0 0 20px;
  margin: 20px 0 0;
  display: block;
  font-size: 14px;
}
.activity_search_wrap--3r3Kq {
  padding: 0 0 20px;
  position: relative;
  display: block;
  font-size: 14px;
}
.search_icon--ki-87 {
  position: absolute;
  top: 8px;
  left: 13px;
}
[class~="am-pull-to-refresh-content-wrapper"] {
  width: 100%;
}
.quota--2nNHe {
  display: inline;
  font-weight: normal;
  color: inherit;
  font-size: 12px;
}
.banner_area--13Vxr {
  padding: 10px 20px;
}
.banner_image--oi0vi {
  height: 168px !important;
  overflow: hidden;
  border-radius: 5px;
  width: 100%;
  background: 50% 50% no-repeat;
  background-size: cover;
}
.activity_banner_image--1Z2wG {
  overflow: hidden;
  display: flex;
  align-content: center;
  justify-content: center;
  border-radius: 5px;
  height: 168px;
  width: 100%;
  background: 50% 50% no-repeat;
  background-size: cover;
}
.banner_image--oi0vi img,
.activity_banner_image--1Z2wG img {
  height: auto;
  width: 100%;
  border-radius: 5px;
  display: block;
}
.activity_banner_image--1Z2wG {
  overflow: hidden;
  display: flex;
  align-content: center;
  justify-content: center;
  border-radius: 5px;
  height: 168px;
  width: 100%;
  background: 50% 50% no-repeat;
  background-size: cover;
}
.shop_detail_wrap--21vgi {
  padding: 0 20px 10px;
}
.signin_detail_wrap--3oT4M {
  padding: 0 20px 10px;
}
.signin_detail_wrap--3oT4M .activity_box_detail--1ooFj {
  border-top: 10px solid #f5f5f5;
}
.shop_detail_title--3yDrJ {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.shop_detail_like--2LBe2 {
  color: #00a699;
  display: flex;
  align-items: center;
  padding-left: 10px;
}
.like_text--1P2Gh {
  font-size: 14px;
  margin-left: 5px;
}
.shop_detail_coupon_list--4r-U6,
.shop_detail_activity_list--2VCOn {
  margin-top: 27px;
}
.share_icon_box--1HcNt {
  display: flex;
  align-items: center;
}
.list_item_icon--effMl {
  margin-right: 6px;
  display: block;
  font-size: 15px;
  line-height: 20px;
  padding: 3px 0;
  width: 15px;
  height: 15px;
}
.activity_detail_item--Qr_B4 {
  display: flex;
  padding: 5px 0;
  font-size: 14px;
  line-height: 20px;
}
.list_text--3r1lM {
  font-size: 14px;
  line-height: 20px;
}
.list_text--3r1lM span {
  color: #00a699;
}
.activity_detail_list--wKOey {
  position: relative;
  padding-bottom: 10px;
}
.shop_detail_bottom--QBWcn {
  height: 65px;
  box-shadow: 0px -4px 8px 0px rgba(0, 0, 0, 0.05);
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 20px;
  background: #fff;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 20px;
}
.activity_detail_title--2qoV- {
  display: flex;
  align-items: center;
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  padding: 20px 0 14px;
  text-align: justify;
}
.share_detail_title--1l0ap {
  display: flex;
  align-items: center;
  font-size: 22px;
  line-height: 30px;
  padding: 20px 0 20px;
  text-align: justify;
}
.share_detail_sunbertitle--2VwEc {
  display: flex;
  align-items: center;
  font-size: 15px;
  line-height: 22px;
  text-align: justify;
}
.related_activity--2yL3R {
  margin-top: -24px;
}
.shop_detail_bottom_icon--1gUUR {
  margin-left: 6px;
  width: 24px;
  height: 24px;
  color: #ff4f55;
}
.activity_detail_btn_group--3dGyc {
  display: flex;
  align-items: center;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  margin: 0 -20px;
}
.activity_detail_btn_group_item--1nxcV {
  flex: 1;
  display: flex;
  align-items: center;
  height: 40px;
  padding-left: 24px;
}
.activity_detail_btn_group_item--1nxcV + .activity_detail_btn_group_item--1nxcV {
  border-left: 1px solid #eeeeee;
}
.activity_detail_btn_group_item--1nxcV:nth-child(1) .btn_group_item_icon--2l2ko {
  color: #ff6c04;
}
.activity_detail_btn_group_item--1nxcV:nth-child(2) .btn_group_item_icon--2l2ko {
  color: #02c160;
}
.activity_detail_btn_group_item--1nxcV .btn_group_item_icon--2l2ko {
  margin-right: 10px;
  font-size: 15px;
}
.btn_group_item_text--A1z1v {
  font-size: 14px;
}
.activity_detail_box--2CM3F {
  border-top: 10px solid #f5f5f5;
}
.shop_detail_container--3f7pq {
  padding-bottom: 80px;
  min-height: 100vh;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.shop_detail_containert--kUkeg {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.shop_banner--3D-SY {
  padding: 20px 20px 0;
}
.coupon_container--15Mu4 {
  box-sizing: border-box;
  left: 0;
  right: 0;
  top: 0;
  min-height: 100vh;
  background: #f5f5f5;
  padding: 30px 20px 20px;
  background: #b0b9c5;
}
.coupon_expired--Ba1XA {
  background: #e7e7e7;
}
.coupon--2KM2V {
  background: #fff;
  padding: 20px;
  border-radius: 5px;
  position: relative;
}
.coupon--2KM2V share {
  position: absolute;
  top: 20px;
  right: 20px;
}
.coupon_with_publisher--2MqAY {
  margin-top: 40px;
}
.coupon_icon--CkUzq {
  position: relative;
  box-sizing: border-box;
  display: flex;
  width: 80px;
  height: 80px;
  z-index: 2;
  justify-content: center;
  align-items: center;
  margin: -60px auto 0;
  border: 3px solid #f5f5f5;
  border-radius: 80px;
  background: #fff;
}
.coupon_icon_content--2jMO2 {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.coupon_icon_content_logo--mrg6R {
  width: 100%;
  height: 100%;
  border-radius: 80px;
}
.coupon_icon_content_text--2omyH {
  font-size: 36px;
  color: #00a699;
}
.coupon_expired--Ba1XA .coupon_icon--CkUzq {
  border-color: #e7e7e7;
}
.coupon_expired--Ba1XA .coupon_icon_content_text--2omyH {
  color: #aaa;
}
.coupon_header--iUT1_ {
  padding: 10px 0 24px;
}
.coupon_header_publisher--1P8kT {
  text-align: center;
  font-size: 13px;
  font-weight: 300;
  margin: 0 0 20px;
}
.coupon_header_info--jPZHT {
  text-align: center;
  width: 100%;
}
.coupon_header_container--3Ve99 {
  display: flex;
  align-items: center;
  padding: 0 20px 0 10px;
}
.coupon_header_main--3K-XD {
  display: flex;
  width: 110px;
  min-width: 110px;
  margin-right: 10px;
  color: #00a699;
  flex-direction: column;
  align-items: center;
  font-size: 12px;
  line-height: 18px;
}
.coupon_header_main_title--1BZwb {
  line-height: 54px;
}
.coupon_header_main_title_text--2UMnA,
.coupon_header_main_title_number--3ZCkb {
  display: inline;
}
.coupon_header_main_title_text--2UMnA:first-child {
  margin-left: -5px;
}
.coupon_header_main_title_number--3ZCkb {
  font-size: 48px;
}
.coupon_header_subtitle--2cBRY {
  margin-top: -12px;
}
.coupon_header_main_icon--3Gz0n {
  display: block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  font-size: 48px;
  margin-bottom: 12px;
}
.coupon_header_main_invalid--1WXVg {
  opacity: 0.3;
}
.coupon_info--1bBec {
  display: flex;
  flex: 1;
  overflow: hidden;
  flex-direction: column;
  justify-content: center;
}
.coupon_header_title--1Nj6L {
  font-weight: bold;
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: 18px;
}
.coupon_header_content--vThEW {
  font-size: 12px;
  line-height: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #9d9d9d;
}
.coupon_header_btn--3cyw- {
  box-sizing: border-box;
  display: flex;
  width: 140px;
  height: 40px;
  margin: 0 4px;
  justify-content: center;
  align-items: center;
  background: #00a699;
  border-radius: 40px;
  color: #fff;
}
.coupon_header_btn_icon--1bY24 {
  margin: 0 -6px 0 6px;
}
.coupon_detail_nocoupon--ff2SE {
  text-align: center;
}
.coupon_detail_nocoupon--ff2SE .coupon_detail_btn--2Iwp8 {
  margin: auto;
  margin-top: 20px;
}
.coupon_spliter--2ktAz {
  position: relative;
  margin: 0 -20px 20px;
  padding: 0 16px;
}
.coupon_spliter--2ktAz::before,
.coupon_spliter--2ktAz::after {
  position: absolute;
  left: -6px;
  top: -6px;
  width: 12px;
  height: 12px;
  background: #b0b9c5;
  border-radius: 6px;
  content: "";
}
.coupon_expired--Ba1XA .coupon_spliter--2ktAz::before,
.coupon_expired--Ba1XA .coupon_spliter--2ktAz::after {
  background: #e7e7e7;
}
.coupon_spliter--2ktAz::after {
  right: -6px;
  left: auto;
}
.coupon_spliter_line--3iwbf {
  border-top: 1px solid #e7e7e7;
}
.coupon_detail_tip--2vvpG {
  text-align: center;
  font-size: 13px;
  font-weight: 300;
}
.coupon_detail_tip_imp--VUd9O {
  display: inline;
  color: #00a699;
}
.coupon_detail_tip_detail--2mqxe {
  display: block;
  padding: 0 0 4px;
  font-size: 15px;
  font-weight: bold;
}
.coupon_detail_btns--2rL-- {
  display: flex;
  justify-content: center;
  margin: 15px 0;
  align-items: center;
}
.coupon_detail_btn--2Iwp8 {
  width: 260px;
  height: 40px !important;
  line-height: 40px !important;
  margin: 0 4px;
}
.coupon_detail_info--3akcd {
  margin: 18px 0 0;
}
navigator.coupon_detail_info--3akcd {
  margin: 12px -10px -10px;
  padding: 10px;
  border-radius: 8px;
}
.coupon_detail_info_title--XsgPm {
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  margin-bottom: 5px;
}
.coupon_detail_info_title_link--FjmQM {
  display: inline;
  color: #00a699;
  margin-left: 10px;
}
.coupon_detail_info_list--27LZp {
  font-size: 12px;
  font-weight: 300;
  line-height: 20px;
}
.coupon_detail_info_text--159Kr {
  font-size: 12px;
  line-height: 20px;
  text-align: justify;
  font-weight: 300;
}
.coupon_detail_number--1Vj4T {
  margin-bottom: 20px;
  text-align: center;
}
.coupon_detail_number_title--3Ledk {
  font-size: 13px;
  font-weight: 300;
}
.coupon_detail_number_no--1B0fL {
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  padding: 16px 0 10px;
}
.coupon_copy_txt--LQTle {
  font-size: 13px;
  font-weight: 300;
  text-align: center;
  color: #00a699;
  margin-bottom: 10px;
}
.coupon_detail_number_qrcode--GUXTk {
  width: 240px;
  height: 240px;
  margin: 15px auto 0;
}
.coupon_detail_number_barcode--3UuT_ {
  width: 240px;
  height: 50px;
  margin: 15px auto 0;
}
.coupon_detail_links--AyHPh {
  border: 1px solid #e7e7e7;
  margin: 20px 0 0;
}
.coupon_detail_link--hy3og {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 -10px;
  padding: 0 10px;
  border-radius: 8px;
  height: 50px;
  font-size: 14px;
}
.coupon_qrcode--2jf3x img {
  margin: 0 auto;
}
.coupon_shop_list--2iyBe {
  padding: 10px 20px;
}
.coupon_shop_item--1__QK {
  margin-bottom: 20px;
}
.coupon_shop_mall--3yPcu {
  font-size: 12px;
  margin-top: 5px;
}
.activity_list_wrap--2MjT_ {
  padding-bottom: 70px;
  background: #f5f5f5;
  min-height: 100vh;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.activity_list--LGXfD {
  padding: 20px 20px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  min-height: 100vh;
  box-sizing: border-box;
}
.activity_item--2Kz0l {
  position: relative;
  padding: 8px;
  background: #fff;
  margin-bottom: 12px;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.activity_item--2Kz0l .activity_item_type--QAv1Q {
  position: absolute;
  top: 1px;
  right: -13px;
  color: #ffffff;
  display: flex;
  text-align: center;
  font-size: 18px;
  line-height: 1;
  padding: 5px;
  min-width: 74px;
  justify-content: center;
  align-items: center;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
}
.activity_image--2xadt {
  height: 150px;
  border-radius: 0px 0px 4px 4px;
  background: #f5f5f5 no-repeat center;
  background-size: cover;
}
.activity_list_title--OCofV {
  font-size: 16px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.8);
  line-height: 21px;
  padding: 10px 0 6px;
  text-align: center;
}
.activity_list_time--QCrzC {
  font-size: 10px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.6);
  line-height: 14px;
  padding-bottom: 4px;
  text-align: center;
}
.activity_list_filter_type--bgsCG {
  margin-top: 16px;
  overflow-x: scroll;
  white-space: nowrap;
  padding-bottom: 6px;
  -webkit-overflow-scrolling: touch;
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 20px;
  padding-right: 8px;
}
.activity_filter_type_item--3N77A {
  display: inline-block;
  margin-right: 12px;
  width: 128px;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  border: 0px solid rgba(0, 0, 0, 0.15);
}
.activity_filter_type_image--2LrsU {
  background: #f5f5f5 no-repeat center;
  background-size: cover;
  height: 72px;
  border-radius: 5px;
  overflow: hidden;
}
.activity_filter_type_list_wrap--3wRBj {
  padding: 8px;
}
.activity_filter_type_list_title--34Gy6 {
  font-size: 14px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.8);
  line-height: 20px;
  padding-bottom: 4px;
}
.activity_filter_type_list_tips--QIGXO {
  font-size: 10px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.6);
  line-height: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.activity_filter_tag_item--3_B17 {
  display: inline-block;
  background: #f5f5f5;
  border-radius: 15px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 17px;
  padding: 4px 10px;
  margin-right: 8px;
}
.activity_filter_tag_item--3_B17.active--2tXWD {
  background: rgba(25, 184, 171, 0.1);
  color: #19b8ab;
}
.activity_list_filter_tag--neiBs {
  padding-top: 12px;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  margin: 0 -20px;
  padding: 12px 12px 0 20px;
}
.user_coupon_expired_title--4XSSW + .user_coupon_expired_title--4XSSW .user_coupon_expired--2d3Wt {
  display: none;
}
.activity_types--YpNFJ {
  padding-top: 20px;
}
.activity_detail_info--2MaM0 {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 300;
  line-height: 21px;
}
.signin_field_list--12SP6 {
  font-size: 12px;
}
.activity_recommend_list--1N1MH {
  padding-top: 20px;
}
.activity_box_detail--1ooFj {
  padding: 20px;
  margin: 0 -20px;
}
.activity_detail_subhead--3t1t0 {
  padding: 0 0 10px;
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
}
.dot--vTTez {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #00a699;
  margin: 9px 6px 0 0;
}
.activity_detail_box_item--XLq0X {
  padding: 0 0 10px;
  display: flex;
  font-weight: 300;
}
.user_signin_check_tips--2gff2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.65);
  border-radius: 8px;
  z-index: 2;
  color: #e7e7e7;
}
.user_signin_check_tips--2gff2 p {
  padding-top: 54px;
  padding-bottom: 15px;
  text-align: center;
}
.user_signin_check_tips--2gff2 .user_signin_check_tips_btn--2BMrv {
  width: 100px;
  margin: 0 auto;
}
.qf_wrap--2HKoj {
  line-height: 22px;
  font-size: 14px;
  text-align: left;
  color: rgba(0, 0, 0, 0.6);
}
.qf_wrap--2HKoj big {
  padding-bottom: 5px;
  display: block;
}
.qf_wrap--2HKoj p {
  font-size: 12px;
}
.qf_wrap--2HKoj .tip--1-bP3 {
  color: #df3c47;
}
.qf_wrap--2HKoj .tip--1-bP3 span {
  font-size: 18px;
}
.detail_button_bottomt--1HWXM {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 65px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  z-index: 12;
  text-align: center;
}
.detail_button_bottomt--1HWXM .left--ihMU6 {
  font-size: 13px;
  margin-right: 15px;
  align-items: center;
  flex: 1;
}
.detail_button_bottomt--1HWXM .left--ihMU6.starPoint--1xjT7 {
  display: flex;
  align-items: baseline;
}
.detail_button_bottomt--1HWXM .left--ihMU6.starPoint--1xjT7 span {
  font-size: 18px;
  font-weight: bold;
  padding-right: 3px;
}
.detail_button_bottomt--1HWXM .left--ihMU6 .left_get_coupon_title--2lYVY {
  font-size: 18px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.8);
  line-height: 17px;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #d8d8d8;
}
.detail_button_bottomt--1HWXM .left--ihMU6 .left_get_coupon_text--_ibUw {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 17px;
}
.detail_button_bottomt--1HWXM .left--ihMU6 .left_get_coupon_text--_ibUw span {
  color: #ff5a5f;
}
.detail_button_bottomt--1HWXM .left--ihMU6 .left_get_coupon_text--_ibUw em {
  font-weight: bold;
}
.detail_button_bottomt--1HWXM .left--ihMU6 .left_get_coupon_num--1ZNU_ {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.8);
  line-height: 17px;
}
.detail_button_bottomt--1HWXM .button_width--1Z-vV {
  width: 120px;
}
.detail_button_bottomt--1HWXM .button--2GjU5 {
  width: 100%;
  display: block;
}
.detail_button_bottomt--1HWXM .tuan_btn--2_yv1 + .tuan_btn--2_yv1 {
  margin-left: 8px;
}
.detail_button_bottomt--1HWXM .button_float_right--MBNfI {
  min-width: 100px;
  height: 40px;
  float: right;
  line-height: 40px;
  font-size: 14px;
  width: 100%;
  border-radius: 0px;
}
.button_float_right_new--3RQ2v {
  min-width: 100px;
  height: 40px;
  float: right;
  line-height: 40px;
  font-size: 14px;
  width: 40%;
  border-radius: 0px;
}
.detail_button_bottom--3nJqS {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 65px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  z-index: 12;
}
.detail_button_bottom--3nJqS .left--ihMU6 {
  font-size: 13px;
  margin-right: 15px;
  display: flex;
  align-items: center;
  flex: 1;
}
.detail_button_bottom--3nJqS .left--ihMU6.starPoint--1xjT7 {
  display: flex;
  align-items: baseline;
}
.detail_button_bottom--3nJqS .left--ihMU6.starPoint--1xjT7 span {
  font-size: 18px;
  font-weight: bold;
  padding-right: 3px;
}
.detail_button_bottom--3nJqS .left--ihMU6 .left_get_coupon_title--2lYVY {
  font-size: 18px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.8);
  line-height: 17px;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #d8d8d8;
}
.detail_button_bottom--3nJqS .left--ihMU6 .left_get_coupon_text--_ibUw {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 17px;
}
.detail_button_bottom--3nJqS .left--ihMU6 .left_get_coupon_text--_ibUw span {
  color: #ff5a5f;
}
.detail_button_bottom--3nJqS .left--ihMU6 .left_get_coupon_text--_ibUw em {
  font-weight: bold;
}
.detail_button_bottom--3nJqS .left--ihMU6 .left_get_coupon_num--1ZNU_ {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.8);
  line-height: 17px;
}
.detail_button_bottom--3nJqS .button_width--1Z-vV {
  width: 120px;
}
.detail_button_bottom--3nJqS .button--2GjU5 {
  width: 100%;
  display: block;
}
.detail_button_bottom--3nJqS .tuan_btn--2_yv1 + .tuan_btn--2_yv1 {
  margin-left: 8px;
}
.detail_button_bottom--3nJqS .button_float_right--MBNfI {
  min-width: 100px;
  height: 40px;
  float: right;
  line-height: 40px;
  font-size: 14px;
  width: 100%;
  border-radius: 0px;
}
.field_name--1LgqY {
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.8);
  line-height: 21px;
}
.field_time--8lZSy {
  padding-top: 3px;
  font-size: 10px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 20px;
}
.field_list--kOO44 {
  padding: 10px 20px;
  margin: 0 -20px;
  display: flex;
  flex-direction: column;
}
.field_list--kOO44 .field_item--3e7sA {
  margin: 0;
  background: none;
  display: flex;
  border-radius: 0px;
  padding: 7px 0;
}
.field_list--kOO44 .field_item--3e7sA.expired--1upiA {
  opacity: 0.4;
}
.field_list--kOO44 .field_item--3e7sA:first-child {
  margin-left: 0;
}
.field_list--kOO44 .field_item--3e7sA:last-child {
  margin-right: 0;
}
.field_item--3e7sA {
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.field_item--3e7sA + .field_item--3e7sA {
  border-top: 1px solid #e7e7e7;
}
.field_item--3e7sA.expired--1upiA {
  opacity: 0.4;
}
.filed_radio--23mtd {
  position: relative;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  border: 1px solid rgba(0, 0, 0, 0.3);
}
.filed_radio--23mtd [class~="am-radio-inner"]:after {
  position: absolute;
  display: none;
  top: -2px;
  right: 3.5px;
  z-index: 999;
  width: 5px;
  height: 10px;
  border-style: solid;
  border-width: 0 1.5px 1.5px 0;
  content: "\0020";
  transform: rotate(45deg);
}
.filed_type--2Zj79 {
  color: #ff6600;
}
.mask--B2h64 .close--2QPtW {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 11;
}
.mask--B2h64 .scrollview--1fO47 {
  height: 100%;
}
.mask_list--2ps1j {
  margin-bottom: 15px;
}
.mask--B2h64 .box--15lo2 .mask_btn--ngs81 {
  color: #fff;
  font-size: 18px;
  position: absolute;
  bottom: 9.5px;
  left: 20px;
  right: 20px;
}
.mask_title--ELr6J {
  font-size: 18px;
  font-weight: bold;
  padding: 0 20px 15px;
}
.field_item--3e7sA {
  padding: 7px 10px;
  background: #f5f7f9;
  border-radius: 5px;
  display: inline-block;
  margin-right: 10px;
}
.field_item--3e7sA:first-child {
  margin-left: 20px;
}
.field_item--3e7sA:last-child {
  margin-right: 20px;
}
.field_item--3e7sA.expired--1upiA,
.field_item--3e7sA.expired--1upiA .field_name--1LgqY .filed_quota--O80Gl,
.field_item--3e7sA.expired--1upiA .field_name--1LgqY .name--22zSv {
  opacity: 0.8;
  color: rgba(0, 0, 0, 0.6);
}
.field_name--1LgqY {
  display: flex;
  font-size: 15px;
  align-items: baseline;
}
.field_name--1LgqY .name--22zSv {
  color: rgba(0, 0, 0, 0.8);
}
.field_name--1LgqY .field_line--3DTzG {
  /* height: 20px; */
  /* width: 1px;
  background: @line-baseddd;
  margin: 0 15px; */
  height: 1em;
  margin: 0 10px;
  border: 1px solid #e7e7e7;
}
.field_name--1LgqY .filed_quota--O80Gl {
  font-size: 12px;
  padding-left: 5px;
  color: rgba(0, 0, 0, 0.6);
}
.field_time--8lZSy {
  font-size: 12px;
  /* font-weight: 200; */
  margin-bottom: -2px;
}
.scrollview--1fO47 {
  width: 100%;
  height: 65px;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
  overflow-x: scroll;
}
.field_item--3e7sA.checked--SzY7h {
  border: 1px solid #00a699;
}
.field_item--3e7sA.checked--SzY7h .field_name--1LgqY .field_line--3DTzG {
  border-color: #fff;
}
.sign_in_title--IgBal {
  font-size: 18px;
  text-align: center;
  padding: 10px;
}
.form_field_sign_in--2ceUq {
  padding: 20px 0 80px;
}
.tuan_mask---GMie {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 13;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.tuan_mask---GMie .tuan_mask_star--25nKM {
  width: 80px;
  height: 74px;
  display: block;
  padding-top: 124px;
}
.tuan_mask---GMie .tuan_mask_txt--1nunT {
  text-align: center;
  padding: 10px 0;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 22px;
}
.tuan_mask---GMie .tuan_mask_box--2H8N2 {
  padding: 20px;
  background: #ffffff;
  border-radius: 8px;
}
.tuan_mask---GMie .tuan_mask_box--2H8N2 p {
  font-size: 16px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.8);
  line-height: 22px;
}
.tuan_mask---GMie .tuan_mask_box--2H8N2 small {
  padding-top: 6px;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 18px;
}
.tuan_mask---GMie .tuan_mask_box--2H8N2 .tuan_list_join_num--8hlD_ {
  color: #d0021b;
}
.tuan_mask---GMie .tuan_mask_act--1Eq4t {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  line-height: 40px;
  margin-top: 175px;
  text-align: center;
}
.tuan_mask---GMie .tuan_mask_act--1Eq4t span {
  display: block;
}
.tuan_mask---GMie .tuan_mask_icon_share2--1HtL1 {
  width: 85px;
  height: 234px;
  display: block;
  position: absolute;
  top: 7px;
  right: 16px;
}
.tuan_mask---GMie .tuan_mask_icon_share4--ZIdO- {
  width: 117px;
  height: 171px;
  display: block;
  position: absolute;
  top: 7px;
  right: 24px;
}
.tuan_mask---GMie .tuan_mask_icon_star1--W-jVq {
  position: absolute;
  top: -12px;
  left: 11px;
  width: 32px;
  height: 37px;
  display: block;
}
.tuan_mask---GMie .tuan_mask_icon_star2--gaWT2 {
  position: absolute;
  bottom: -5px;
  right: -22px;
  width: 13px;
  height: 15px;
  display: block;
}
.tuan_mask---GMie .tuan_mask_icon_star3--2sT8R {
  position: absolute;
  bottom: -40px;
  right: 11px;
  width: 25px;
  height: 29px;
  display: block;
}
.tuan_list_title--35JCk {
  font-size: 15px;
  font-weight: bold;
  line-height: 21px;
  padding-bottom: 14px;
}
.tuan_list_detail--38z8z {
  border-bottom: 10px solid #f5f5f5;
  border-top: 10px solid #f5f5f5;
}
.tuan_list_detail--38z8z ~ .tuan_list_detail--38z8z {
  border-top: 0;
}
.tuan_list_detail--38z8z.tuan_value--3p_07 {
  padding-bottom: 0;
}
.tuan_list_detail--38z8z .tuan_name_detail--1UMwj {
  display: flex;
  align-items: center;
}
.tuan_list_detail--38z8z .tuan_name_detail--1UMwj > span {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.8);
  line-height: 21px;
  padding-right: 20px;
}
.tuan_list_detail--38z8z .tuan_name_detail--1UMwj .tuan_name--16ypa {
  flex: 1;
  border: none;
}
.tuan_wrap--18xAa .detail_button_bottom--3nJqS {
  justify-content: flex-end;
}
.tuan_wrap--18xAa .detail_button_bottom--3nJqS .button--2GjU5 {
  width: 150px;
}
.tuan_list--1JSnY {
  padding: 0 20px;
  margin: 0 -20px;
}
.tuan_list_item--E9_Ns {
  padding: 5px 20px;
  margin: 0 -20px;
  display: flex;
  align-items: center;
}
.tuan_list_item--E9_Ns.active--2tXWD {
  background: rgba(255, 90, 95, 0.1);
}
.tuan_list_avatar--1vyYW {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  overflow: hidden;
  background: center center #dfdfdf;
  background-size: cover;
}
.tuan_list_join_num--8hlD_ {
  color: #00a699;
}
.tuan_list_name--GaA1W {
  flex: 1;
  font-size: 13px;
  font-weight: bold;
  line-height: 18px;
  margin-left: 8px;
}
.tuan_list_time--2ecVq {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 17px;
}
.vote_list_banner--Ap7GO {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: -50px;
}
.vote_header--2RMt- {
  height: 50px;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  color: #fff;
  padding: 0 15px;
  position: relative;
}
.vote_activity--3nCVq {
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid #f5f5f5;
  text-align: center;
}
.vote_title--P_oXR {
  flex: 1;
  margin-left: 5px;
}
.vote_activity_num--11BIW {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  line-height: 25px;
}
.vote_activity_text--1QICW {
  font-size: 10px;
  font-weight: 300;
  color: #fff;
  line-height: 14px;
}
.vote_first--3oXXv {
  background: #ff6c04;
  padding: 15px 20px;
}
.vote_first_over--y1Kux {
  background: rgba(0, 0, 0, 0.3);
}
.vote_first_detail--3a3kx {
  background: #fff;
  border-radius: 4px;
  padding: 18px;
  text-align: center;
}
.vote_first_title--2FYnd {
  font-size: 18px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.8);
  line-height: 25px;
}
.vote_first_time--2-6Zs {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 17px;
  background: rgba(255, 108, 4, 0.1);
  border-radius: 2px;
  padding: 2px 11px;
  display: inline-block;
  margin-top: 8px;
}
.vote_first_over--y1Kux .vote_first_time--2-6Zs {
  background: rgba(0, 0, 0, 0.1);
}
.vote_first_over--y1Kux .vote_first_time--2-6Zs span {
  color: #d0021b;
}
.vote_first_text--OcPOa {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  margin-top: 12px;
  text-align: center;
}
.vote_filter--i8KpF {
  display: flex;
  align-items: center;
  background: #fff;
}
.vote_filter_item--3EaXA {
  flex: 1;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(0, 0, 0, 0.6);
}
.vote_filter_item--3EaXA.active--2tXWD {
  color: #ff6c04;
  position: relative;
}
.vote_filter_item--3EaXA.active--2tXWD::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: #ff6c04;
}
.vote_item--D7yyx {
  display: inline-block;
  background: #fff;
  width: 49%;
  margin-bottom: 10px;
}
.vote_item--D7yyx:nth-child(2n) {
  margin-left: 2%;
}
.vote_list_wrap--1OocQ {
  padding: 20px 10px 0;
  box-sizing: border-box;
  text-align: left;
}
.vote_wrap--uC-TG {
  background: #f5f5f5;
  min-height: 100vh;
}
.vote_image--365wA {
  height: 172px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vote_image--365wA img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.vote_list_title--1jD_j {
  font-size: 14px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.8);
  line-height: 20px;
  padding: 6px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.vote_btn_group--1QgZs {
  margin: 0 6px 6px;
  height: 28px;
  border-radius: 2px;
  border: 1px solid #ff6c04;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.vote_btn--2BZAg {
  width: 48px;
  background: #ff6c04;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 300;
  color: #fff;
  height: 100%;
  line-height: 17px;
}
.vote_btn_left--25vmp {
  font-size: 14px;
  font-weight: bold;
  color: #ff6c04;
  line-height: 20px;
  padding: 0 8px;
}
.vote_btn_left--25vmp.text_center--qbk8J {
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.activity_detail_shop_item--17gYY {
  padding: 0 0 10px;
  display: flex;
  font-weight: 300;
}
.index--DNZep .header_logo--sWn7j {
  display: block;
  width: 60px;
}
.index--DNZep .index_header--1QcRE {
  padding: 20px 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index--DNZep .index_nav--3TJFI [class~="slider-frame"] {
  height: 156px !important;
}
.index--DNZep .index_nav_swiper--1Y_Bd {
  flex-wrap: wrap;
}
.index--DNZep .header_select--1V2oh {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
}
.index--DNZep .header_select_name--OUAT1 {
  font-weight: 500;
  font-size: 16px;
}
.index--DNZep .header_select_icon--13XBj {
  margin-left: 5px;
}
.index--DNZep .header_search--3liOZ {
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 28px;
  /* width: 35px; */
  font-size: 12px;
  padding: 0 10px;
  background: #f5f5f5;
  border-radius: 28px;
}
.index--DNZep .header_search_icon--2P-kn {
  width: 14px;
  height: 14px;
  font-size: 14px;
  line-height: 17px;
}
.index--DNZep .header_search_tip--2EszQ {
  margin-left: 2px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
  line-height: 17px;
}
.index--DNZep .banner--3tlee {
  margin: 10px 0;
}
.index--DNZep .banner--3tlee [class~="slider-decorator-0"] {
  bottom: 10px !important;
}
.index--DNZep .banner--3tlee [class~="slider-decorator-0"] [class~="am-carousel-wrap-dot"] > span {
  background: rgba(255, 255, 255, 0.4);
}
.index--DNZep .banner--3tlee [class~="slider-decorator-0"] [class~="am-carousel-wrap-dot-active"] > span {
  background: #ffffff;
}
.index--DNZep .index_nav--3TJFI {
  padding-bottom: 18px !important;
}
.index--DNZep .index_nav--3TJFI [class~="slider-decorator-0"] {
  bottom: 2px !important;
}
.index--DNZep .index_nav--3TJFI [class~="slider-decorator-0"] [class~="am-carousel-wrap-dot"] > span {
  background: rgba(0, 0, 0, 0.1);
}
.index--DNZep .index_nav--3TJFI [class~="slider-decorator-0"] [class~="am-carousel-wrap-dot-active"] > span {
  background: #19b8ab;
}
.index--DNZep .index_nav--3TJFI .am-carousel-wrap-dot-active--3kRtt > span {
  background: #008489 !important;
}
.index--DNZep .nav--jeT1N {
  border-bottom: 10px solid #f5f5f5;
  padding-bottom: 6px;
}
.index--DNZep .nav_item--2OKf_ {
  /* flex: 1; */
  display: inline-block;
  width: 25%;
  padding-bottom: 16px;
}
.index--DNZep .nav_item--2OKf_ a:active,
.index--DNZep .nav_item--2OKf_ a:focus {
  text-decoration: none;
  color: inherit;
}
.index--DNZep .nav_text--CcIVq {
  font-size: 12px;
  text-align: center;
  line-height: 17px;
  padding-top: 8px;
}
.index--DNZep .nav_icon--2v2Jh {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto;
}
.index--DNZep .notice--kGl8c {
  border: 1px solid #e7e7e7;
  display: flex;
  font-size: 13px;
  line-height: 20px;
  font-weight: bold;
  padding: 0 15px 0 20px;
}
.index--DNZep .notice_title--1b3eg {
  padding: 15px 0;
  width: 48px;
  min-width: 48px;
  color: #00a699;
}
.index--DNZep .notice_list--gBwhk {
  flex-grow: 1;
  margin: 0 -35px 0 -62px;
  height: 50px;
}
.index--DNZep .notice_item--B57ID {
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index--DNZep .notice_item_link--bY6B2 {
  display: block;
  padding: 15px 50px 15px 62px;
}
.index--DNZep .notice_icon--2bq-Q {
  padding: 15px 0;
  font-size: 19px;
  min-width: 20px;
  width: 20px;
  color: #bbb;
}
.index--DNZep .title--2uXus {
  font-size: 22px;
  line-height: 30px;
  padding: 0 20px 20px;
  font-weight: bold;
}
.index--DNZep .activity--3LW4T {
  margin: 20px 0 0;
}
.index--DNZep .index_activity_list--1PJpY {
  margin-top: -20px;
  padding: 0 20px 0;
}
.index--DNZep .coupon_list--17ik2 {
  padding: 0 20px;
}
.index--DNZep .mall_logo--3dOMc {
  width: 63px;
  height: 28px;
}
.index--DNZep .index_activity_item--38ZiZ ~ .index_activity_item--38ZiZ {
  border-top: 1px solid #eeeeee;
}
.index--DNZep .index_shop_list--2y1qu {
  padding: 0 20px;
}
.index--DNZep .index_gift--CNZy9 {
  padding-top: 20px;
}
.index--DNZep .index_bottom--2JHz0 {
  background: #f8f8f8;
  padding: 25px 20px 70px;
}
.index--DNZep .index_bottom_link--38DLw {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
}
.index--DNZep .link_item--2ms00 {
  flex: 1;
  text-align: center;
  font-weight: bold;
  border-left: 1px solid #d8d8d8;
}
.index--DNZep .link_item--2ms00:first-child {
  border-left: 0 none;
}
.index--DNZep .link_beian--2S4tK {
  width: 200px;
  font-size: 10px;
  font-weight: 300;
  color: #767676;
  line-height: 14px;
  text-align: center;
  margin: 0 auto;
}
.index--DNZep .company--2Ay5e {
  padding-top: 12px;
  font-size: 12px;
  color: #e8e8e8;
  line-height: 17px;
  text-align: center;
}
.index--DNZep .gift_item--2j-NG {
  display: flex;
  padding-bottom: 30px;
}
.index--DNZep .gift_image--1UqF0 {
  width: 107px;
  height: 107px;
  flex: none;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  background: center center;
  background-size: cover;
  margin-right: 8px;
}
.index--DNZep .gift_text--52z2K {
  flex: 1;
}
.index--DNZep .gift_item_title--3iXR- {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.8);
  line-height: 20px;
  padding-bottom: 8px;
}
.index--DNZep .gift_item_mall--2HBR1 {
  font-size: 12px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.6);
  line-height: 17px;
  margin-bottom: 16px;
}
.index--DNZep .gift_item_code_wrap--2fjl6 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index--DNZep .gift_item_code--39OiW {
  font-size: 14px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.8);
  line-height: 20px;
}
.index--DNZep .gift_btn--2ouqM {
  width: 82px;
  background: rgba(0, 166, 153, 0.21);
  border: none;
}
.index--DNZep .gift_btn--2ouqM:before {
  border: none !important;
}
.mall--qNiA3 {
  padding: 10px 30px 30px;
  min-height: 100vh;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.mall_area--Z75FI {
  padding: 10px 0 10px;
}
.mall_area_title--3_Qs9 {
  padding: 10px 0;
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
}
.mall_area_title_icon--3-5yq {
  font-weight: bold;
  margin-right: 6px;
  color: #00a699;
  margin-left: -3px;
}
.mall_item--3H1BM {
  padding: 12px 0 8px;
  border-bottom: 1px solid #eeeeee;
}
.mall_item--3H1BM:active {
  background: rgba(0, 0, 0, 0.06);
}
.mall_item_title--3pnOW {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.8);
  line-height: 21px;
  margin-bottom: 2px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mall_item_address--2na68 {
  font-size: 12px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.6);
  line-height: 17px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.mall_item_address_loading--3TayI {
  font-size: 12px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.6);
  line-height: 17px;
  display: flex;
  align-items: center;
}
.mall_item_address_loading--3TayI span {
  padding: 0 5px;
}
.mall_filter--tBzgi {
  display: flex;
  align-items: center;
  -webkit-overflow-scrolling: touch;
  overflow-x: scroll;
  flex-wrap: nowrap;
  width: 100%;
  white-space: nowrap;
}
.mall_filter_item--2T4aI {
  font-size: 14px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.6);
  line-height: 20px;
  padding: 12px 15px;
}
.mall_filter_item--2T4aI:nth-child(1) {
  padding-left: 0;
}
.mall_filter_item--2T4aI.active--2tXWD {
  font-weight: bold;
  color: rgba(0, 0, 0, 0.8);
}
.mall_filter_refresh--21dYa {
  font-size: 12px;
  color: #00a699;
  line-height: 55px;
  height: 55px;
  padding: 0 30px;
  margin-right: -30px;
  cursor: pointer;
}
.mall_filter_address--2hybh {
  height: 55px;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 -30px;
  padding: 0 30px;
}
.mall_filter_address_name--2VR_x {
  font-size: 18px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.8);
  line-height: 25px;
}
.mall_item_jl--N-m6t {
  font-size: 12px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.8);
  line-height: 17px;
}
.login_list--1s7fP {
  position: relative;
}
.login_list--1s7fP [class~="am-list-item"][class~="am-input-item"] {
  height: 65px;
}
.login_list--1s7fP .error--1gJLV {
  border-bottom: 1px solid #ff4848;
}
.login_get_code--byjNW {
  position: absolute;
  z-index: 1;
  height: 65px;
  align-items: center;
  right: 20px;
  display: flex;
}
.login_agree--2svW5 {
  display: flex;
  padding: 20px;
}
.login_agree--2svW5 [class~="am-radio"] {
  flex: none;
  padding: 2.5px;
  border: 1px solid #ccc;
  border-radius: 50%;
  margin-right: 5px;
  transform: scale(0.8);
  transform-origin: top;
}
.login_agree_text--2qoCh {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
  line-height: 17px;
}
.login_agree_text--2qoCh span {
  color: #008489;
}
.login_btn--MW59y {
  margin: 55px 30px 0;
}
.login_img_code--3lXiU {
  flex: 1;
}
.img_code_wrap--1mxvU {
  display: flex;
  justify-content: space-between;
}
.right_img_code--1vDBu {
  margin-left: 12px;
  text-align: center;
}
.right_img_code--1vDBu p {
  padding-top: 4px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
  line-height: 17px;
}
.right_img--RcNGL {
  width: 85px;
}
.login_bottom--EWOW6 {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.8);
  line-height: 20px;
  text-align: center;
  position: fixed;
  bottom: 20px;
  left: 0;
  right: 0;
}
.login_title--3SlTx {
  font-size: 28px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.8);
  line-height: 40px;
  padding: 30px 0 6px;
}
.login_h2---oa0I {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.4);
  line-height: 22px;
}
.login_introductory--33Vck {
  padding: 0 25px;
}
.login_img--1NGJy {
  width: 300px;
  height: 237px;
  display: block;
  margin: 95px auto 0;
}
.login_introductory_bottom--1IHS3 {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px 30px;
  border-top: 1px solid #e7e7e7;
}
.mall_area_wrap--1lz2B {
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
  height: calc(100vh - 140px);
  position: relative;
}
.user_coupon_search--33qZy {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 0 20px;
  margin: 20px 0 0;
}
.user_coupon_input--2YhzN {
  height: 40px;
  background: #f5f5f5;
  border-radius: 2px;
  border: none;
  padding-left: 12px;
  font-size: 14px;
  flex: 1;
  -webkit-appearance: none;
}
.user_coupon_search_text--1PDoS {
  font-size: 15px;
  color: #ff6c04;
  line-height: 21px;
  margin-left: 15px;
  width: 30px;
}
.user_coupon_search_icon--1jETN {
  position: absolute;
  right: 60px;
  fill: rgba(0, 0, 0, 0.6);
  font-size: 1.2em;
}
.user_coupon_filter--xDeog {
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.user_coupon_filter_item--3EkqE {
  padding: 5px 0 18px;
  margin-right: 30px;
  display: inline-block;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 18px;
}
.user_coupon_filter_item--3EkqE.active--2tXWD {
  font-weight: bold;
  font-size: 16px;
  color: #00a699;
  position: relative;
}
.user_coupon_filter_item--3EkqE.active--2tXWD:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: #00a699;
}
.user_coupon_filter_warp--1BcFJ {
  height: auto;
}
.user_coupon_wrap--2ieEO {
  padding: 50px 0px 20px;
  background: #f5f5f5;
  min-height: calc(100vh - 160px);
}
.user_coupon_wrapt--1KA-m {
  padding: 0 20px;
}
.user_coupon_expired--2d3Wt {
  position: relative;
  margin-bottom: 15px;
}
.user_coupon_expired--2d3Wt::after {
  position: absolute;
  content: "";
  display: block;
  height: 1px;
  background: rgba(0, 0, 0, 0.15);
  left: 0;
  right: 0;
  top: 9.5px;
}
.user_coupon_expired_text--35zhR {
  text-align: center;
  background: #f5f5f5;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.3);
  line-height: 20px;
  margin: 0 auto;
  width: 135px;
  position: relative;
  z-index: 1;
}
.address--NGV2M {
  padding: 0 20px;
}
.wx_address--1GG8y {
  padding: 0 10px;
  margin: 0 -10px;
  display: flex;
  align-items: center;
  height: 60px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.wx_address_text--_JpKX {
  margin-left: 10px;
  color: #1aad19;
  flex: 1;
}
.address_item--2EgyV {
  padding: 16px 10px;
  margin: 0 -10px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  justify-content: space-between;
}
.address_item_left--2WfbT .address_item_name--3_V2J {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.8);
  line-height: 22px;
  padding-bottom: 4px;
}
.address_item_left--2WfbT p {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.8);
  line-height: 20px;
  padding-bottom: 5px;
}
.address_item_left--2WfbT small {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.8);
  line-height: 17px;
}
.address_item_left--2WfbT small span {
  color: #00a699;
  padding-right: 3px;
}
.address_item_right--3KLIC {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
  line-height: 40px;
  padding-left: 20px;
  padding-right: 10px;
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  min-width: 25px;
}
.address_btn--2eAwF {
  padding-top: 85px;
}
.address_form--JB3wk {
  padding: 20px 10px;
}
.address_form_button--FPqw_ {
  margin-top: 100px;
}
.address_form_editbutton--KtCWs {
  margin-top: 30px;
  opacity: 0.4;
}
.address_form_delete--1XRGp {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 22px;
  text-align: center;
  padding-top: 25px;
}
.user_star_integral_btn--1caLt {
  width: 110px;
  margin: 0 auto;
}
.wx_address_icon--3ph_O {
  font-size: 20px;
}
.signin_container--mG5We {
  background: #f5f5f5;
  min-height: 100vh;
  padding: 20px;
  box-sizing: border-box;
}
.signin_container--mG5We .signin--3rAtf {
  background: #fff;
  padding: 20px;
  border-radius: 5px;
}
.signin_container--mG5We .signin_title--2Rqj2 {
  line-height: 24px;
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 10px;
}
.signin_container--mG5We .signin_time--3OpKX {
  font-size: 13px;
}
.signin_container--mG5We .signin_status--1b0k1 {
  display: inline;
  margin-left: 8px;
}
.signin_container--mG5We .signin_status_active--2IkJF {
  color: #00a699;
}
.signin_container--mG5We .signin_status_current--24y_1 {
  color: #00a699;
}
.signin_container--mG5We .signin_spliter--2uzza {
  position: relative;
  margin: 0 -20px 20px;
  padding: 0 16px;
}
.signin_container--mG5We .signin_spliter--2uzza::before,
.signin_container--mG5We .signin_spliter--2uzza::after {
  position: absolute;
  left: -6px;
  top: -6px;
  width: 12px;
  height: 12px;
  background: #f5f5f5;
  border-radius: 6px;
  content: "";
}
.signin_container--mG5We .signin_expired--3mC3v .signin_spliter--2uzza::before,
.signin_container--mG5We .signin_expired--3mC3v .signin_spliter--2uzza::after {
  background: #e7e7e7;
}
.signin_container--mG5We .signin_spliter--2uzza::after {
  right: -6px;
  left: auto;
}
.signin_container--mG5We .signin_spliter_line--2km7d {
  border-bottom: 1px solid #e7e7e7;
}
.signin_container--mG5We .signin_detail_number--vZF04 {
  margin-bottom: 20px;
  text-align: center;
}
.signin_container--mG5We .signin_detail_number_title--2OsqI {
  font-size: 13px;
}
.signin_container--mG5We .signin_detail_number_no--lFRcu {
  font-size: 20px;
  line-height: 24px;
}
.signin_container--mG5We .signin_detail_number_qrcode--xpgp9 {
  margin: 10px auto;
}
.signin_container--mG5We .signin_info--27zww {
  padding-bottom: 20px;
}
.signin_container--mG5We .signin_btns--13HIw .signin_btn--1WtP2 {
  height: 45px !important;
  background: #00a699;
  margin: 0;
  line-height: 45px !important;
}
.mall_service--1jMV1 {
  padding: 20px;
}
.mall_service--1jMV1 .mall_service_title--1qdiN {
  font-size: 27px;
  line-height: 26px;
  padding: 10px 0 24px;
  font-weight: bold;
}
.mall_service--1jMV1 .mall_service_info--2BVek {
  padding-bottom: 15px;
  border-bottom: 1px solid #f4f4f4;
}
.mall_service--1jMV1 .mall_service_list--2g6Qm {
  padding: 10px 0 15px;
  border-bottom: 1px solid #f4f4f4;
}
.mall_service--1jMV1 .mall_service_list_title--3YDnG {
  padding: 10px 0;
  font-size: 20px;
  line-height: 1;
}
.mall_service--1jMV1 .mall_service_list_item--1Zhy4 {
  font-size: 15px;
}
.mall_service--1jMV1 .mall_service_list_item--1Zhy4 p {
  padding: 5px 0;
}
.rich_text_html--rHVIT {
  line-height: 1.5;
  font-size: 14px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.6);
  word-break: break-all;
}
.rich_text_html--rHVIT figure {
  margin: 0;
}
.rich_text_html--rHVIT img {
  display: block;
  width: 100%;
  height: auto;
}
.rich_text_html--rHVIT h1 {
  font-size: 28px;
}
.rich_text_html--rHVIT h2 {
  font-size: 20px;
}
.rich_text_html--rHVIT em {
  font-style: italic;
}
.rich_text_html--rHVIT p {
  font-size: 14px;
}
.rich_text_html--rHVIT strong {
  font-weight: bold;
  font-style: inherit;
}
.rich_text_html--rHVIT a {
  text-decoration: underline;
}
.rich_text_html--rHVIT ul {
  padding-left: 15px;
  list-style: disc !important;
  margin-left: 4px;
}
.rich_text_html--rHVIT ol {
  margin-left: 4px;
}
.button_web_disable--1wt-d {
  display: block;
  outline: 0 none;
  -webkit-appearance: none;
  box-sizing: border-box;
  padding: 0;
  text-align: center;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  white-space: nowrap;
  color: #fff;
  background: #b0b9c5;
  opacity: 0.6;
  border-radius: 1000px;
  min-width: 120px;
  float: right;
}
.activity_bottom--1q6nq {
  text-align: center;
  padding: 18px 0 0;
}
.activity_bottom--1q6nq span {
  display: inline-block;
  padding: 0 10px;
  position: relative;
  font-size: 12px;
  line-height: 17px;
  color: rgba(0, 0, 0, 0.15);
  text-transform: uppercase;
}
.paychannel_jump--3GBgH {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.paychannel_jump--3GBgH .paychannel_jump_smark--1TpMt {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
}
.paychannel_jump--3GBgH .paychannel--4nBeS {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  height: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.paychannel_jump--3GBgH .paychannel--4nBeS .paychannel_item--1pFPk {
  padding: 0 15px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  text-align: center;
  border-bottom: 1px solid #e7e7e7;
}
.paychannel_jump--3GBgH .paychannel--4nBeS .paychannel_item--1pFPk span {
  font-size: 14px;
}
.paychannel_jump--3GBgH .paychannel--4nBeS .paychannel_item--1pFPk.border_top--2FHOb {
  border-top: 4px solid #e7e7e7;
  border-bottom: none;
}
.paychannel_jump--3GBgH.show_paychannel--1gsem .paychannel--4nBeS {
  height: auto;
}
.activity_bg--1egYx {
  background: #f5f5f5;
  min-height: 100vh;
}
.activity_form--_Ke6b {
  padding-left: 5px;
}
.search_all_box--2s6WH {
  padding: 20px 20px 20px;
  min-height: 100vh;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.search_all_box--2s6WH .shop_search_wrap--1DfRP {
  margin-top: 0;
}
.search_all_list--2k3Vx {
  padding: 0 0 20px;
}
.search_list_list--1Dvrj {
  display: block;
  padding: 12px 20px 12px 5px;
  border-bottom: 1px solid #eaeaea;
  font-style: 15px;
  line-height: 1.2;
  position: relative;
}
.search_list_list--1Dvrj:after {
  content: "";
  position: absolute;
  right: 5px;
  top: 50%;
  width: 8px;
  height: 8px;
  border: solid rgba(0, 0, 0, 0.2);
  border-width: 1px 1px 0 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -4px;
}
.search_empty--Tkz_2 {
  height: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.search_empty_icon--2UDS1 {
  width: 120px;
  margin: 0 auto;
  height: 73px;
}
.search_empty_icon--2UDS1 .empty_icon--3tRMf {
  width: 120px;
  height: 73px;
}
.search_empty_tip--Ix3ge {
  font-size: 24px;
  line-height: 30px;
  margin-top: 5px;
  color: rgba(0, 0, 0, 0.6);
  text-align: center;
}
.address--NGV2M,
.address_form--JB3wk,
.shoplistwrap--37Shy,
.couponshopwrap--zS1DP {
  min-height: 100vh;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.park_index_warp--3jTjc {
  background: #f5f5f5;
  min-height: 100vh;
}
.park_index_warp--3jTjc .park_index_banner--1lyl7 {
  display: block;
  width: 100%;
  padding-bottom: 8px;
}
.park_index_warp--3jTjc .park_index_item--1aGoc {
  margin: 16px 30px;
  background: #fff;
  border-radius: 4px;
  padding: 15px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
}
.park_index_warp--3jTjc .park_index_item--1aGoc .park_index_item_icon--1fRvY {
  width: 50px;
  height: 50px;
  margin-right: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8f8f8;
  border-radius: 8px;
}
.park_index_warp--3jTjc .park_index_item--1aGoc .park_index_item_icon--1fRvY img {
  width: 24px;
  height: 24px;
  display: block;
}
.park_index_warp--3jTjc .park_index_item--1aGoc .park_index_item_tbox--1Pzfy .park_index_item_title--2OUJf {
  font-size: 14px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.8);
  line-height: 20px;
  padding-bottom: 5px;
}
.park_index_warp--3jTjc .park_index_item--1aGoc .park_index_item_tbox--1Pzfy .park_index_item_txt--1u4S_ {
  font-size: 11px;
  color: rgba(0, 0, 0, 0.5);
  line-height: 16px;
}
.park_seek_warp--3J2tq {
  background: #f5f5f5;
  min-height: 100vh;
  padding: 24px 20px;
}
.park_seek_warp--3J2tq .park_seek_box--zvd47 {
  background: #ffffff;
  border-radius: 4px;
  padding: 24px 16px 30px;
}
.park_seek_warp--3J2tq .park_seek_box--zvd47 .park_seek_tips--2Nihn {
  font-size: 14px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.6);
  line-height: 20px;
  padding-bottom: 18px;
}
.park_seek_warp--3J2tq .park_seek_box--zvd47 .park_seek_banner--3qI0W {
  display: block;
  width: 100%;
}
.park_seek_warp--3J2tq .park_seek_box--zvd47 .park_seek_item--3UeJx {
  margin-top: 16px;
  padding: 17px 25px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  border-radius: 4px;
  justify-content: space-between;
}
.park_seek_warp--3J2tq .park_seek_box--zvd47 .park_seek_btn--2F81H {
  width: 56px;
  height: 24px;
  border-radius: 14px;
  font-size: 14px;
  line-height: 24px;
}
.park_seek_warp--3J2tq .park_seek_box--zvd47 .park_seek_icon--1itRh {
  height: 31px;
  display: block;
}
.park_seek_warp--3J2tq .park_seek_box--zvd47 .park_seek_carno--2skoM {
  margin-left: 15px;
  flex: 1;
  font-size: 18px;
  color: #000;
}
.park_seek_warp--3J2tq .park_seek_box--zvd47 .park_seek_empty--3wU1N {
  font-size: 18px;
  margin-left: 15px;
  flex: 1;
  color: #979797;
}
.mask_text_right--35ylt {
  text-align: right;
}
.lottery_info--1cW59 {
  position: fixed;
  left: 25%;
  width: 50%;
  bottom: 1rem;
  font-size: 16px;
  z-index: 12;
  text-align: center;
  padding: 12px 0px;
  color: #b67c46;
  border: 1px solid #b67c46;
  border-radius: 25px;
}
.lottery_rule_btn--28lRG {
  border-radius: 20px;
  width: 6rem;
  height: 2rem;
  background: rgba(0, 0, 0, 0.36);
  position: fixed;
  bottom: 2rem;
  left: 50%;
  margin-left: -3rem;
  font-size: 14px;
  line-height: 2rem;
  z-index: 5;
  color: #fff;
  text-align: center;
  opacity: 0;
  -webkit-animation: show--1POmf 0.6s linear both 0.5s;
  animation: show--1POmf 0.6s linear both 0.5s;
}
@keyframes show--1POmf {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes show--1POmf {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.lottery_info_icon--3sWR4 {
  margin-right: 5px;
}
.lottery_info_btn--17uNi {
  margin-top: 40px;
}
.lottery_info_con--14B1T {
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.lottery_info_title--1YC2U {
  font-size: 16px;
  line-height: 30px;
  padding-bottom: 4px;
  color: #000;
}
.user_coupon_list_end--1Bts- {
  text-align: center;
  font-size: 12px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.3);
  line-height: 17px;
}
.user_coupon_list_end--1Bts- span {
  color: #00a699;
}
.fail_page--38dAI {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.fail_image--1kEMj {
  width: 60px;
  height: 60px;
  color: #ff4848;
  margin-bottom: 20px;
}
.fail_icon--1Lh5a {
  width: 100%;
  height: 100%;
  display: block;
}
.fail_text--1wEmF {
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  margin-bottom: 35px;
}
.fail_btns--2uHd8 {
  width: 200px;
  margin-bottom: 35px;
}
.loginhaibao_back--1mHE4 {
  border: 1px solid;
  height: 100vh;
  width: 100vw;
  background-color: black;
  background-image: url(./assets/img/Login_bg.cd4f6e29.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.login_content--1uvaD {
  color: #fff;
  width: 100%;
  display: flex;
  padding: 0px 30px;
  box-sizing: border-box;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  bottom: 15%;
}
.login_denglu--2-QVj {
  background: #c39a6f;
  border: 1px solid #c39a6f;
  color: #fff;
  text-align: center;
  width: 45%;
  line-height: 44px;
  height: 42px;
  font-size: 14px;
}
.login_zhuce--3u0-w {
  border: 1px solid #c39a6f;
  color: #c39a6f;
  text-align: center;
  line-height: 42px;
  font-size: 14px;
  width: 45%;
  height: 42px;
}
.login_logo--8TnKY {
  display: block;
  margin: 0px auto 40px;
}
.login_logot--1P-Rb {
  display: block;
  width: 100%;
}
.loginemail_title--1GgAE {
  margin: 0 auto;
  font-size: 22px;
  color: #000000;
  text-align: center;
  margin-bottom: 20px;
}
.coupon_bcak--3Eja8 {
  width: 100%;
  height: 100vh;
  padding: 0 30px;
  box-sizing: border-box;
}
.coupon_poster_bcak--2C7t7 {
  position: relative;
  width: 100%;
  height: 100vh;
  box-sizing: border-box;
}
.couponter_bottom--1lmzE {
  width: 84%;
  padding: 13px 0px;
  box-sizing: border-box;
  position: fixed;
  bottom: 40px;
  background-color: #fff;
  color: #30b3ab;
  text-align: center;
  font-size: 14px;
  left: 8%;
}
.newcouponter_bottom--3jDc5 {
  width: 84%;
  padding: 13px 0px;
  box-sizing: border-box;
  bottom: 40px;
  background-color: #fff;
  color: #30b3ab;
  text-align: center;
  font-size: 14px;
}
.invitation_bottom--St7Sg {
  width: 100%;
  padding: 0px 37px;
  box-sizing: border-box;
  position: fixed;
  bottom: 0px;
  text-align: center;
  font-size: 14px;
}
.invitation_bottom_share--1AVqo {
  height: 44px;
  color: #fff;
  background: #30b3ab;
  line-height: 44px;
  font-size: 15px;
}
.invitation_regist--1pj2S {
  height: 44px;
  color: #fff;
  background: #30b3ab;
  line-height: 44px;
  font-size: 15px;
  margin-bottom: 20px;
}
.invitation_bottom_golist--SwXgm {
  color: #fff;
  margin: 20px 0px;
}
.register_input--2l8iG {
  border: 1px solid rgba(0, 0, 0, 0.15);
  height: 42px;
  width: 90%;
  padding-left: 10px;
  box-sizing: border-box;
  margin-bottom: 20px;
  -webkit-appearance: none;
  appearance: none;
  background: none;
  color: #000;
  border-radius: 0px !important;
}
.register_text--DW7F5 {
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.15);
  height: 80px;
  width: 90%;
  margin: 0 auto;
  font-size: 14px !important;
  padding-left: 10px;
  box-sizing: border-box;
  margin-bottom: 20px;
  -webkit-appearance: none;
  appearance: none;
  background: none;
  color: #000;
  border-radius: 0px !important;
}
.register_isoume--2QWlN {
  width: 90%;
  margin-left: 20px;
  box-sizing: border-box;
  text-align: left;
  -webkit-appearance: none;
  appearance: none;
  background: none;
}
.register_password--1FfuV {
  width: 90%;
  padding-left: 30px;
  box-sizing: border-box;
  text-align: justify;
  margin-bottom: 20px;
  -webkit-appearance: none;
  appearance: none;
  background: none;
}
.register_input_last--2zpeG {
  border: 1px solid rgba(0, 0, 0, 0.15);
  height: 42px;
  width: 90%;
  padding-left: 10px;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
  background: none;
  color: #000;
  border-radius: 0px !important;
}
.input_toa--3Prc5 {
  box-sizing: border-box;
  text-align: center;
}
.register_div--1m6tz {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  height: 42px;
  margin-bottom: 20px;
  width: 90%;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  align-items: center;
  padding-left: 10px;
}
.register_divt--3QYCV {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  height: 42px;
  margin-bottom: 20px;
  width: 90%;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  align-items: center;
  padding-right: 10px;
}
.register_inputt--1DDVw {
  border: none;
  padding-left: 10px;
  width: 64%;
}
.getmsgcode--EP8jO {
  color: #00a699;
  padding-left: 16px;
  border-left: 1px solid rgba(0, 0, 0, 0.15);
}
.regist--2TxME {
  width: 90%;
  text-align: center;
  color: #fff;
  font-size: 15px;
  background-color: #30b3ab;
  padding: 10px 0px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.form_rulert--1YJcO {
  font-size: 12px;
  padding-top: 10px;
  line-height: 17px;
  margin-bottom: 10px;
  padding: 0 20px;
  text-align: left;
}
.form_rulert--1YJcO .link--lphy6 {
  color: #00a699;
  text-decoration: underline;
}
.invitationlist_bcak--1eimu {
  width: 100%;
  height: 100vh;
  box-sizing: border-box;
  position: relative;
}
.invitationlist_stars--2CV7p {
  position: absolute;
  width: 100vw;
  top: 0;
  z-index: 100;
  height: 100vh;
  background: black;
  opacity: 0.7;
}
.activiDtail--2JH_X {
  color: #989898;
  font-size: 12px;
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 7px 20px;
  border-radius: 27px;
}
.invitation_bottomt--28bVL {
  width: 100%;
  padding: 20px 20px 40px;
  box-sizing: border-box;
  position: fixed;
  bottom: 0px;
  height: 60%;
  overflow-x: hidden;
  /*x轴禁止滚动*/
  overflow-y: scroll;
  /*y轴滚动*/
  background-color: #fff;
  text-align: center;
  font-size: 14px;
}
.invitation_bottomt--28bVL::-webkit-scrollbar {
  display: none;
  /*隐藏滚动条*/
}
.share_list_item--13xpw {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.share_list_log--3fuWn {
  display: block;
  border-radius: 50px;
  height: 38px;
  width: 38px;
  margin-right: 10px;
}
.share_list_item_left--Ynr4w {
  display: flex;
}
.invitation_share_title--1glQt {
  text-align: left;
  color: #333333;
  font-size: 18px;
  margin-bottom: 20px;
}
.invitation_diska--25zVd {
  display: flex;
  justify-content: space-between;
}
.wenXinCoupon--RNtDb {
  position: absolute;
  top: 49%;
  width: 100%;
  text-align: center;
}
.wenXinCoupon_co--2EKrQ {
  background: #ffdcb0;
  font-size: 14px;
  color: #b4071f;
  padding: 2.3% 0px;
  margin: 0 auto;
  width: 30%;
}
.share_detail--3Vrd7 {
  padding: 10px 20px 0px;
}
.my-radio--2O9uL .am-radio--1lE66 {
  padding: 2.5px;
  border: 1px solid #ccc;
  border-radius: 50%;
  margin-right: 5px;
}
.checkbox--3Y0x7 {
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.argerr--2AJDn {
  display: flex;
  align-items: center;
  padding: 0 20px;
  margin: 20px 0px;
}
.argerr--2AJDn .link--lphy6 {
  color: #00a699;
  text-decoration: underline;
}
.form_ruler--XDr8r {
  font-size: 12px;
  padding-top: 10px;
  line-height: 17px;
  margin-bottom: 10px;
  text-align: left;
}
.form_ruler--XDr8r .link--lphy6 {
  color: #00a699;
  text-decoration: underline;
}
.lg--1DZIw {
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  box-sizing: border-box;
}
.lg--1DZIw .lg_logo--2Vtzl {
  margin: 0 auto 40px;
  width: 204px;
  display: block;
}
.lg--1DZIw .lg_title--2lstD {
  text-align: center;
  color: #484848;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}
.lg--1DZIw .lg_menu--3CW-Y {
  margin: 40px 0 0;
}
.lg--1DZIw .reg_menu--F8GOE {
  margin: 24px 0 0;
}
.lg--1DZIw .lg_body--1889J {
  padding: 8px 0 0;
}
.lg--1DZIw .lginfo_box--20PFh {
  margin-top: 12px;
}
.lg--1DZIw .lginfo_box_disabled--1Rkti input {
  color: #999;
  pointer-events: none;
}
.lg--1DZIw .lginfo_flex--1mdmQ {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.lg--1DZIw .lginfo_flex--1mdmQ .lginfo_flex_item--2DHv3 {
  width: 0;
  flex-grow: 1;
  margin: 12px 0 0 20px;
}
.lg--1DZIw .lginfo_flex--1mdmQ .lginfo_flex_item--2DHv3:first-child {
  margin: 12px 0 0;
}
.lg--1DZIw .lg_mobal--25-MS {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lg--1DZIw .lg_mobal--25-MS .lg_mobal_body--3VweC {
  background-color: #fff;
  padding: 30px 25px;
  width: 0;
  flex-grow: 1;
  margin: 20px;
}
.lg--1DZIw .lg_mobal--25-MS .lg_mobal_body--3VweC .lg_modal_title--1xxNt {
  color: #000;
  font-size: 16px;
  font-weight: 500;
}
.lg--1DZIw .lg_mobal--25-MS .lg_mobal_body--3VweC .lg_modal_subtitle--2SMBg {
  margin: 5px 0 0;
  font-size: 12px;
  font-weight: 300;
  line-height: 22px;
  color: #484848;
}
.lg--1DZIw .lg_mobal--25-MS .lg_mobal_body--3VweC .lg_modal_body--3r1uA .lg_modal_input--2njOz {
  padding: 0 12px;
}
.lg--1DZIw .lg_mobal--25-MS .lg_mobal_body--3VweC .lg_modal_body--3r1uA .lg_modal_input--2njOz .lginfo_input--1hSA9 {
  font-size: 16px;
  font-weight: 600;
}
.lg--1DZIw .lg_mobal--25-MS .lg_mobal_body--3VweC .lg_modal_btn--1hdv- {
  margin: 20px 0 0;
}
.lgrule_body--3XoH2 {
  padding: 8px 0 0;
}
.lgrule_body--3XoH2 .lgrule_item--2F4Fh {
  margin: 12px 0 0;
}
.lgrule_body--3XoH2 .lgrule_item--2F4Fh .lgrule_item_text--513ms {
  color: #484848;
  font-size: 12px;
  line-height: 20px;
  transform: translateY(-2px);
}
.lgrule_body--3XoH2 .lgrule_item--2F4Fh .lgrule_item_text--513ms span {
  color: #30b3ab;
}
.lg_menu--3CW-Y {
  display: flex;
  align-items: center;
  justify-content: center;
}
.lg_menu--3CW-Y .lg_menu_item--2SC-b {
  margin-left: 20px;
  color: #999;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
}
.lg_menu--3CW-Y .lg_menu_item--2SC-b::after {
  content: "";
  margin: 8px 0 0;
  display: block;
  height: 2px;
  opacity: 0;
  background-color: #30b3ab;
}
.lg_menu--3CW-Y .lg_menu_item--2SC-b:first-child {
  margin: 0;
}
.lg_menu--3CW-Y .lg_menu_item_on--1Ai-d {
  color: #30b3ab;
}
.lg_menu--3CW-Y .lg_menu_item_on--1Ai-d::after {
  opacity: 1;
}
.lginfo_box--20PFh {
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 12px;
  height: 48px;
  box-sizing: border-box;
  display: flex;
  align-items: stretch;
}
.lginfo_box--20PFh .lginfo_input_before--29z6h {
  margin-right: 12px;
  align-self: center;
  color: #333;
  font-size: 15px;
  font-weight: 300;
  line-height: 15px;
  display: flex;
  align-items: center;
}
.lginfo_box--20PFh .lginfo_input_before--29z6h::after {
  content: "";
  margin-left: 12px;
  display: block;
  width: 1px;
  height: 16px;
  background: #d9d9d9;
}
.lginfo_box--20PFh .lginfo_input_fake--36goX {
  width: 0;
  flex-grow: 1;
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: center;
}
.lginfo_box--20PFh .lginfo_input--1hSA9 {
  width: 0;
  flex-grow: 1;
  border: none;
  display: block;
}
.lginfo_box--20PFh .lginfo_input--1hSA9::placeholder {
  color: #999;
  font-size: 15px;
  font-weight: 300;
}
.lginfo_box--20PFh .lginfo_pwd--3Gpgh {
  display: flex;
  align-items: center;
}
.lginfo_box--20PFh .lginfo_pwd--3Gpgh .lginfo_pwd_icon--3k0Cj {
  font-size: 16px;
  color: #999;
}
.lginfo_box--20PFh .lginfo_btn--VkOjr {
  align-self: center;
  flex-shrink: 0;
  margin-left: 12px;
  min-width: 40px;
  font-size: 15px;
  line-height: 15px;
  font-weight: 500;
  color: #30b3ab;
  text-align: center;
}
.lginfo_box--20PFh .lginfo_btn_disable--kQBGj {
  color: #999;
}
.lginfo_box_error--2XjXd {
  border-color: #ff4d4f;
}
.lgrule--1ESdD {
  display: flex;
}
.lgrule--1ESdD .lgrule_icon_box--3CHQo {
  flex-shrink: 0;
  margin-right: 7px;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
}
.lgrule--1ESdD .lgrule_icon_box--3CHQo .lgrule_icon--26p0k {
  font-size: 16px;
}
.lgrule--1ESdD .lgrule_icon_box_on--1Pxcr {
  background-color: #30b3ab;
}
.lgrule--1ESdD .lgcheck_icon_error--3uLjB {
  border-color: #ff4d4f;
}
.lgbtn--2IHmu {
  margin: 36px 0 0;
  border-radius: 0 !important;
  font-size: 16px;
  font-weight: 500;
}
.lglink--29Al9 {
  margin: 20px 0 0;
  color: #484848;
  font-size: 15px;
  line-height: 24px;
  text-align: center;
}
.lglink--29Al9 span {
  color: #30b3ab;
}
.lg_bottom_float--12K_x {
  flex-grow: 1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin: 34px 0;
  color: #484848;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
}
.agreement--2qTec {
  padding: 40px 20px;
  line-height: 25px;
  font-size: 14px;
}
.agreement--2qTec .agreement_title--25H4a {
  font-size: 24px;
  color: #999;
  text-align: center;
}
.agreement--2qTec .agreement_text--2Gn5q {
  margin: 30px 0 0;
}
.lg_select--2P9Hh .lgselect_info--3_NP7 {
  margin: 20px 0 0;
  font-size: 12px;
}
.lg_blank--Dtu5M {
  padding: 12px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  height: 48px;
  box-sizing: border-box;
}
.lg_blank_error--2MvPV {
  border-color: #ff4d4f;
}
.lg_blank_ph--1KRL7 {
  color: #999;
}
.lg_blank_error--2MvPV {
  border-color: #ff4d4f;
}
.datepicker--MLbkF {
  margin: 10px 0 0;
}
.user_login_flex--3cqab {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.user_login_edit--VujS7 {
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background-color: #f2f2f2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.user_login_edit--VujS7 .user_login_edit_icon--_fZS2 {
  width: 20px;
  height: 20px;
}
/* 个人资料 */
.user_edit--1OEQP {
  padding: 20px;
}
.user_edit--1OEQP .normal_input--3Ip3M {
  padding: 8px 0 12px;
  width: 100%;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  color: #484848;
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
}
.user_edit--1OEQP .select_content--XDUpV {
  padding: 8px 0 12px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.user_edit--1OEQP .select_content--XDUpV .secontent_value--_hPfm {
  width: 0;
  flex-grow: 1;
  color: #484848;
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
}
.user_edit--1OEQP .select_content--XDUpV .secontent_ph--3NhIs {
  color: #999;
}
.user_edit--1OEQP .select_content--XDUpV .secontent_icon--3AEax {
  flex-shrink: 0;
  margin-left: 10px;
  display: block;
  width: 10px;
  border: 1px solid red;
}
.user_edit--1OEQP .mobile_input--1NndZ {
  padding: 8px 0 12px;
  height: 24px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.user_edit--1OEQP .mobile_input--1NndZ .mobile_input_break--xOS0j {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  color: #333;
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
}
.user_edit--1OEQP .mobile_input--1NndZ .mobile_input_break--xOS0j::after {
  content: "";
  flex-shrink: 0;
  margin: 0 12px;
  display: block;
  width: 1px;
  height: 16px;
  background-color: #d9d9d9;
}
.user_edit--1OEQP .mobile_input--1NndZ .moinp_input--2QO6X {
  align-self: stretch;
  width: 0;
  flex-grow: 1;
  border: none;
  color: #999;
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
}
.user_edit--1OEQP .mobile_input--1NndZ .mobile_btn--2r5Sb {
  flex-shrink: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
}
.user_edit--1OEQP .code_input--2WMWf {
  display: flex;
  align-items: center;
}
.user_edit--1OEQP .code_input--2WMWf .codeinp_input--tykUj {
  border: none;
  width: 0;
  flex-grow: 1;
  color: #999;
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
}
.user_edit--1OEQP .code_input--2WMWf .codeinp_btn--31Snf {
  flex-shrink: 0;
  color: #30b3ab;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
}
.user_edit--1OEQP .usedit_rule--2Jy7l {
  margin: 24px 0 0;
}
.user_edit--1OEQP .usedit_rule--2Jy7l .lgrule_item_text--513ms {
  color: #999;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}
.user_edit--1OEQP .usedit_rule--2Jy7l .lgrule_item_text--513ms span {
  color: #30b3ab;
}
.user_edit--1OEQP .usedit_btn--3hKsG {
  margin: 24px 0 0;
}
.user_edit--1OEQP .usedit_btn_loading--3eKwu {
  background-color: #aaa;
}
.user_edit--1OEQP .usedit_item--34AU0 {
  margin: 12px 0 0;
}
.user_edit--1OEQP .usedit_item--34AU0 .usedit_item_title--2JMU1 {
  color: #999;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}
.user_edit--1OEQP .usedit_item_value--1tMXu {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding: 8px 0 12px;
  height: 24px;
  color: #484848;
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
}
.user_edit--1OEQP .usedit_item_error--3V9Wq {
  border-bottom-color: #ff4d4f;
}
.user_edit--1OEQP .usedit_item_ph--1thQA {
  color: #999;
}
.usedit_form_item--1vVWq {
  margin-top: 12px;
}
/* 个人资料 end */
/* 偏好设置 */
.user_setting--7ct2c {
  padding: 20px 20px 60px;
}
.user_setting--7ct2c .usset_info--16Hqd {
  color: #484848;
  font-size: 16px;
  line-height: 24px;
}
.user_setting--7ct2c .usset_tree--UR4ut {
  padding: 4px 0 0;
  min-height: 100px;
}
.user_setting--7ct2c .usset_tree--UR4ut .usset_tree_item--2-QIn {
  margin: 20px 0 0;
}
.user_setting--7ct2c .usset_tree--UR4ut .usset_tree_item--2-QIn .ussetree_head--2MUCu {
  display: flex;
}
.user_setting--7ct2c .usset_tree--UR4ut .usset_tree_item--2-QIn .ussetree_head--2MUCu .ussetree_item_icon--1jZxr {
  flex-shrink: 0;
  margin: 3px 0 0;
  width: 16px;
  height: 16px;
  color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.user_setting--7ct2c .usset_tree--UR4ut .usset_tree_item--2-QIn .ussetree_head--2MUCu .ussetree_item_icon_on--KujKz {
  background-color: #30b3ab;
}
.user_setting--7ct2c .usset_tree--UR4ut .usset_tree_item--2-QIn .ussetree_head--2MUCu .ussetree_item_icon_half--2v7mF {
  position: relative;
}
.user_setting--7ct2c .usset_tree--UR4ut .usset_tree_item--2-QIn .ussetree_head--2MUCu .ussetree_item_icon_half--2v7mF::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-sizing: border-box;
  display: block;
  border: 3px solid #fff;
}
.user_setting--7ct2c .usset_tree--UR4ut .usset_tree_item--2-QIn .ussetree_head--2MUCu .ussetree_item_text--ylitP {
  width: 0;
  flex-grow: 1;
  margin-left: 8px;
  color: #484848;
  font-size: 16px;
  line-height: 24px;
}
.user_setting--7ct2c .usset_tree--UR4ut .usset_tree_item--2-QIn .ussetree_head--2MUCu .ussetree_item_desc--3QKfq {
  margin: 4px 0 0;
  color: #484848;
  font-size: 16px;
  line-height: 24px;
}
.user_setting--7ct2c .usset_tree--UR4ut .usset_tree_item--2-QIn .ussetree_child--26GH1 {
  margin: 20px 0 0 24px;
}
.user_setting--7ct2c .usset_tree--UR4ut .usset_tree_item--2-QIn .ussetree_child--26GH1 .ussetree_child_title--3XYQO {
  font-weight: 500;
}
.user_setting--7ct2c .usset_btn--d8S1_ {
  margin: 48px 0 0;
  height: 48px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.user_setting--7ct2c .usset_btn_loading--3f4Zf {
  background-color: #aaa;
}
/* 偏好设置 end */
/* 弹框结构 */
.modal_simp--2T30O {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
.modal_simp--2T30O .mosimp_close--30qlR {
  position: absolute;
  top: 20px;
  right: 20px;
}
.modal_simp--2T30O .mosimp_pop--3KudY {
  pointer-events: auto;
  opacity: 0;
  transform: translateY(100vh);
  transition: 0.2s linear;
}
.modal_simp--2T30O .mosimp_pop_on--3RjrP {
  opacity: 1;
  transform: translateY(0);
}
.modal_simp--2T30O .mosimp_bg--IvYFK {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.2s linear;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.modal_simp--2T30O .mosimp_bg_on--2zVh8 {
  opacity: 1;
}
.modal_simp_flex--1UMO_ {
  display: flex;
  align-items: center;
  justify-content: center;
}
/* 弹框结构 end */
.eumodal--MJNlr {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 20px 66px;
  background-color: #fff;
}
.eumodal--MJNlr .eumodal_title--2zWF2 {
  color: #484848;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  text-align: center;
}
.eumodal--MJNlr .eumodal_subtitle--1UY11 {
  margin: 20px 0 0;
  color: #484848;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.eumodal--MJNlr .eumodal_mobile--tRN-5 {
  margin: 12px 0 0;
}
.eumodal--MJNlr .eumodal_code--21M5g {
  margin: 16px 0 0;
}
.cus_loader--1jrgr {
  position: relative;
  margin-right: 15px;
  width: 17px;
  height: 17px;
  border: 2px solid #fff;
  border-radius: 50%;
  animation: rotation--I1yX8 1s linear infinite;
}
.cus_loader--1jrgr:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 24px;
  height: 24px;
  border: 2px solid transparent;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  border-bottom-color: #fff;
}
@-webkit-keyframes rotation--I1yX8 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* cus_按钮 */
.cus_btn--8IiBE {
  color: #fff;
  height: 48px;
  font-size: 16px;
  font-weight: 500;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cusbtn_normal--fHwWd {
  color: rgba(0, 0, 0, 0.88);
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.cusbtn_primary--GO-X8 {
  background-color: #30b3ab;
}
.cusbtn_loading--e6BFS {
  background-color: rgba(0, 0, 0, 0.15);
  pointer-events: none;
}
.cusbtn_disabled--5YIuo {
  background-color: rgba(0, 0, 0, 0.15);
  pointer-events: none;
}
/* cus_按钮 end */
.eumodal_btn--2rCfY {
  margin: 20px 0 0;
}
.top_float--38bYM {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  padding: 10px;
  color: #fff;
  font-size: 15px;
  box-shadow: 0 0px 5px 1px rgba(0, 0, 0, 0.5);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  background-color: rgba(76, 104, 102, 0.7);
}
.top_float--38bYM .top_float_body--2LEFR {
  display: flex;
  align-items: center;
  justify-content: center;
}
.top_float--38bYM .top_float_body--2LEFR .top_float_icon--1JVH_ {
  margin-right: 6px;
  height: 16px;
  width: 16px;
}
.user_center_img--1Wwvy {
  font-size: 20px;
  width: 20px;
  height: 20px;
  color: #484848;
}
/* oauth */
.oauth--1Dgma {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.oauth--1Dgma .oauth_pop--1WCNT {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 250px;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  opacity: 0;
  transform: scale(0);
  transition: 0.2s linear;
}
.oauth--1Dgma .oauth_pop--1WCNT .oauth_pop_head--eT_fJ {
  padding: 20px;
}
.oauth--1Dgma .oauth_pop--1WCNT .oauth_pop_head--eT_fJ .oapohead_title--3Jeej {
  display: flex;
  align-items: center;
}
.oauth--1Dgma .oauth_pop--1WCNT .oauth_pop_head--eT_fJ .oapohead_title--3Jeej .oapohead_title_icon--3hcP- {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.7);
}
.oauth--1Dgma .oauth_pop--1WCNT .oauth_pop_head--eT_fJ .oapohead_title--3Jeej .oapohead_title_text--3YJmy {
  margin-left: 8px;
}
.oauth--1Dgma .oauth_pop--1WCNT .oauth_pop_body--1LW7_ {
  padding: 10px 20px 30px;
  text-align: center;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
}
.oauth--1Dgma .oauth_pop--1WCNT .oauth_pop_btn--2Yw2X {
  display: flex;
  align-items: center;
  justify-content: center;
}
.oauth--1Dgma .oauth_pop--1WCNT .oauth_pop_btn--2Yw2X .oauth_pop_cancel--2BSJG,
.oauth--1Dgma .oauth_pop--1WCNT .oauth_pop_btn--2Yw2X .oauth_pop_agree--3C5om {
  height: 40px;
  width: 0;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.oauth--1Dgma .oauth_pop--1WCNT .oauth_pop_btn--2Yw2X .oauth_pop_cancel--2BSJG {
  color: #30b3ab;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.oauth--1Dgma .oauth_pop--1WCNT .oauth_pop_btn--2Yw2X .oauth_pop_agree--3C5om {
  color: #fff;
  background-color: #30b3ab;
}
.oauth--1Dgma .oauth_bg--3r-dE {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: 0.2s linear;
  background-color: rgba(0, 0, 0, 0.5);
}
.oauth_show--2LA_W .oauth_pop--1WCNT {
  opacity: 1;
  transform: scale(1);
  transition: 0.2s linear;
}
.oauth_show--2LA_W .oauth_bg--3r-dE {
  opacity: 1;
}
.oauth_disabled--3jIZF {
  z-index: -1;
}
/* oauth end */
.exchange_panel--1tAg5 {
  width: 100%;
  min-height: 100vh;
  position: relative;
}
.exchange_banner_img--1-zfM,
.exchange_area_img--1JvpO {
  width: 100%;
  display: block;
}
.exchange_area--1Y9ny {
  position: relative;
}
.exchange_area_part--YsWbM {
  position: absolute;
  left: 35px;
  right: 35px;
  top: 45px;
}
.exchange_area_input_con--3os3N {
  background: -webkit-linear-gradient(90deg, #E73A5F -0.09%, #A1748F 24.95%, #5CAEBE 51%, #2AD9E1 74.04%, #0BF3F6 91.07%, #00FDFF 100.09%);
  background: -moz-linear-gradient(90deg, #E73A5F -0.09%, #A1748F 24.95%, #5CAEBE 51%, #2AD9E1 74.04%, #0BF3F6 91.07%, #00FDFF 100.09%);
  background: linear-gradient(90deg, #E73A5F -0.09%, #A1748F 24.95%, #5CAEBE 51%, #2AD9E1 74.04%, #0BF3F6 91.07%, #00FDFF 100.09%);
  position: relative;
  width: 280px;
  height: 46px;
  border-radius: 10px;
  display: block;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.exchange_area_input--2StzZ {
  display: block;
  background: #fff;
  border: none;
  border-radius: 10px;
  padding: 0 14px;
  height: 44px;
  width: 250px;
  font-size: 20px;
  color: #333;
}
.exchange_detail_title--1Vp9I {
  color: #ffffff;
  font-family: "Source Han Sans CN";
  font-size: 13px;
  font-weight: 900;
}
.exchange_detail_para_txt--3lzJw {
  margin-top: 4px;
}
.exchange_rich_text_html--11Hh- {
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
}
.exchange_rich_text_html--11Hh- span {
  background: none !important;
  color: #ffffff !important;
}
.exchange_area_btn_con--1x9rt {
  margin: 20px auto 30px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 210px;
  height: 60px;
}
.exchange_area_btn--y_bP- {
  width: 120px;
  font-size: 14px;
  line-height: 36px;
  height: 36px;
}
.lottery_mask--3N9vX {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background-position: 50% 0%;
  background-repeat: no-repeat;
  background-size: cover;
}
.lottery_bg--y_hVW {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.lottery_mask_content--1EaEL {
  position: absolute;
  height: 57vh;
  top: 26%;
  left: 30px;
  right: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 0 20px;
}
.lottery_mask_info--1LxKe {
  margin-top: 80px;
  overflow: hidden;
  overflow-y: scroll;
  height: 68%;
}
.lottery_mask_info--1LxKe img {
  width: 100%;
  display: block;
}
.prize_mask_panel--2UQ-T {
  position: relative;
  z-index: 10;
}
.prize_mask--iPBE7 {
  position: fixed;
  left: 0px;
  top: 0px;
  background: #000;
  width: 100%;
  height: 100%;
  opacity: 0.7;
}
.prize_mask_content--22Pma {
  position: relative;
  width: 100vw;
  height: 100vh;
  text-align: center;
}
.prize_mask_info_content--33phZ {
  position: absolute;
  width: 270px;
  background: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 24px;
  padding-bottom: 20px;
}
.prize_mask_info_title--2eZQR {
  margin-top: 20px;
  color: #2A308F;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
}
.prize_mask_face_img--ozIEY {
  width: 56px;
  height: 56px;
  margin: 35px auto 0;
  display: block;
}
.prize_mask_product_con--1M999 {
  width: 100%;
  background: url(./assets/img/fireWork.877521e3.png) no-repeat;
  background-position: 50% 50%;
  background-size: 100%;
  margin: 12px 0;
}
.prize_mask_product_img--32QAc {
  width: 120px;
  height: 120px;
  box-sizing: border-box;
  border: 1px solid #EFEFEF;
  border-radius: 12px;
  object-fit: contain;
  padding: 15px;
}
.prize_mask_prize_con--3-StT {
  padding: 0 10px;
  word-break: break-all;
}
.prize_mask_prize_con--3-StT h1 {
  font-size: 16px;
  font-weight: 600;
  line-height: 22.4px;
  text-align: center;
}
.prize_mask_prize_con--3-StT em {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-align: center;
  color: #7A7774;
  font-style: normal;
  margin: 5px auto 0;
}
.prize_mask_prize_con--3-StT p {
  font-size: 12px;
  font-weight: 400;
  line-height: 16.8px;
  text-align: center;
  margin-top: 8px;
}
.prize_mask_btn--3eoI2 {
  margin: 20px auto 0;
  width: 160px;
  height: 48px;
  line-height: 48px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  background: #2A308F;
  border-radius: 24px;
  color: #fff;
}
.prize_mask_close_btn--1G90c {
  width: 36px;
  height: 36px;
  position: absolute;
  left: 50%;
  bottom: -68px;
  margin-left: -18px;
}
.prize_mask_close_img--20t3J {
  width: 100%;
  height: 100%;
  display: block;
}
.coupon_detail_use_btn--1j-AI {
  position: relative !important;
  z-index: 10;
  width: 260px;
  height: 40px !important;
  line-height: 40px !important;
  left: 50%;
  margin-left: -130px;
  margin-top: 20px;
}
.user_others--2oFJ_ {
  min-height: 100vh;
  position: relative;
}
.user_others_itembox--14k71 {
  min-height: 100vh;
  padding: 20px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.user_others_itembox--14k71 .other_item--2UGL9 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 0;
}
.user_others_itembox--14k71 .other_item--2UGL9 .title--2uXus {
  font-size: 15px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.8);
  font-weight: bold;
}
.user_others_itembox--14k71 .other_item--2UGL9 .title--2uXus .inline--gXxUp {
  display: inline-block;
  vertical-align: top;
  margin-right: 8px;
}
.user_others_itembox--14k71 .other_item--2UGL9 .numbers--3ZmTB {
  font-size: 12px;
  line-height: 17px;
  color: #999;
}
.user_signout--2jqRh {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 34px;
  height: 48px;
  border: 1px solid #ff5a5f;
  font-size: 18px;
  line-height: 48px;
  color: #ff5a5f;
  border-radius: 50px;
  text-align: center;
}
.hasmin_height--3pDlF {
  position: relative;
  min-height: 100vh;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.graybg--2OIK4 {
  min-height: 100vh;
  width: 100vw;
  background: #f5f5f5;
}
.graybg02--3KatC {
  min-height: 100vh;
  width: 100vw;
  background: #fefefe;
}
.fixed_top--3H0s3 {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background: #fff;
  overflow: hidden;
  border-bottom: 1px solid #f5f5f5;
  z-index: 2;
}
.secondlink--1uEe9 {
  padding: 0 5px;
  overflow-x: auto;
  white-space: nowrap;
  background: #fff;
  margin-bottom: 10px;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.05);
}
.secondlink--1uEe9 .links--2Y3RG {
  padding: 15px 0;
  display: inline-block;
  vertical-align: top;
  margin: 0 15px;
  position: relative;
  font-size: 14px;
  line-height: 17px;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 300;
}
.secondlink--1uEe9 .links--2Y3RG.active--2tXWD {
  font-weight: 500;
  color: rgba(0, 0, 0, 0.8);
}
.secondlink--1uEe9 .links--2Y3RG.active--2tXWD:after {
  content: "";
  position: absolute;
  left: 50%;
  width: 48px;
  margin-left: -24px;
  bottom: 0;
  height: 3px;
  background: #00a699;
}
.hasfixedtop--2GsLg {
  padding-top: 66px;
}
.hasfixedtop_nobtborder--cYvdk {
  padding-top: 56px;
}
.webbtn--GDpNV {
  display: inline-block;
  vertical-align: middle;
  min-width: 65px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  font-size: 11px;
  border: 1px solid #00a699;
  color: #fff;
  background: #00a699;
  border-radius: 4px;
}
.webbtn--GDpNV.linebtn--1qfHr {
  background: #fff;
  color: #00a699;
}
.user_sale_history_list--Zoz_L {
  margin-bottom: 10px;
  background: #fff;
}
.user_sale_history_list--Zoz_L .title--2uXus {
  padding: 6px 20px;
  border-bottom: 1px solid #efefef;
  position: relative;
  min-height: 20px;
}
.user_sale_history_list--Zoz_L .title--2uXus .mallname--Snfjr {
  font-size: 12px;
  line-height: 20px;
  width: 80%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.user_sale_history_list--Zoz_L .title--2uXus .options--2CQl5 {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 10px;
  text-align: right;
}
.user_sale_history_list--Zoz_L .title--2uXus .options--2CQl5 .option_item_tiem--bMixh {
  display: inline-block;
  vertical-align: middle;
  padding-left: 10px;
}
.user_sale_history_list--Zoz_L .title--2uXus .options--2CQl5 .option_item_flag--UeOHA {
  display: inline-block;
  vertical-align: middle;
  padding-left: 10px;
  color: #00a699;
}
.user_sale_history_list--Zoz_L .productinfo--2Cx0u {
  padding: 8px 20px;
}
.user_sale_history_list--Zoz_L .productinfo--2Cx0u .product_list--bnf-- {
  display: flex;
  padding: 8px 0;
}
.user_sale_history_list--Zoz_L .productinfo--2Cx0u .product_list--bnf-- .product_pic--c42h_ {
  width: 76px;
  height: 57px;
  overflow: hidden;
  background: 50% 50% no-repeat #f5f5f5;
  background-size: cover;
  flex-shrink: 0;
}
.user_sale_history_list--Zoz_L .productinfo--2Cx0u .product_list--bnf-- .product_info--2qhmG {
  width: 100%;
  box-sizing: border-box;
  padding-left: 12px;
  display: flex;
  justify-content: space-between;
}
.user_sale_history_list--Zoz_L .productinfo--2Cx0u .product_list--bnf-- .product_info--2qhmG .infor_tx--SxqZ0 {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  min-height: 57px;
  width: 70%;
}
.user_sale_history_list--Zoz_L .productinfo--2Cx0u .product_list--bnf-- .product_info--2qhmG .infor_tx--SxqZ0 .pdname--3ozlI {
  font-size: 12px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.user_sale_history_list--Zoz_L .productinfo--2Cx0u .product_list--bnf-- .product_info--2qhmG .infor_tx--SxqZ0 .pdsku--1Xiic {
  font-size: 12px;
  line-height: 15px;
  color: #000;
  opacity: 0.5;
}
.user_sale_history_list--Zoz_L .productinfo--2Cx0u .product_list--bnf-- .product_info--2qhmG .infor_price--3ggHz {
  text-align: right;
  font-size: 12px;
  line-height: 20px;
}
.user_sale_history_list--Zoz_L .productinfo--2Cx0u .product_list--bnf-- .product_info--2qhmG .infor_price--3ggHz .price--3aI2Q {
  color: rgba(0, 0, 0, 0.8);
}
.user_sale_history_list--Zoz_L .productinfo--2Cx0u .product_list--bnf-- .product_info--2qhmG .infor_price--3ggHz .number--1oppK {
  color: #000;
  opacity: 0.5;
}
.user_sale_history_list--Zoz_L .totalprice--1ADSO {
  padding: 10px 20px;
  text-align: right;
  font-size: 12px;
  line-height: 20px;
}
.user_sale_history_list--Zoz_L .totalprice--1ADSO em {
  font-weight: bold;
}
.user_sale_history_list--Zoz_L .totalprice--1ADSO .haspd--2Poo6 {
  padding: 0 4px;
}
.user_sale_history_list--Zoz_L .totalprice--1ADSO span {
  padding-left: 4px;
  display: inline-block;
  vertical-align: middle;
}
.user_sale_history_list--Zoz_L .statebtns--2-CXU {
  border-top: 1px solid #efefef;
  padding: 10px 20px;
  text-align: right;
}
.user_lineup_area--hNZ1p {
  padding: 0 0 0 20px;
}
.user_lineup_list--3Zvdc {
  padding: 22px 20px 12px 0;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
  display: flex;
}
.user_lineup_list--3Zvdc .pic--SPaaU {
  width: 120px;
  height: 68px;
  overflow: hidden;
  background: 50% 50% no-repeat;
  background-size: cover;
  flex-shrink: 0;
}
.user_lineup_list--3Zvdc .lineupinfo--22BDt {
  padding-left: 12px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  min-height: 68px;
  width: 100%;
  box-sizing: border-box;
}
.user_lineup_list--3Zvdc .lineupinfo--22BDt .shop_name--1uWw8 {
  font-size: 15px;
  line-height: 19px;
  font-weight: bold;
}
.user_lineup_list--3Zvdc .lineupinfo--22BDt .location--2kU8H {
  padding-top: 2px;
  color: #000;
  opacity: 0.5;
}
.user_lineup_list--3Zvdc .lineupinfo--22BDt .location--2kU8H .location_icon--3KDzf {
  display: inline-block;
  vertical-align: middle;
}
.user_lineup_list--3Zvdc .lineupinfo--22BDt .location--2kU8H .location_tx--2iNMP {
  display: inline-block;
  vertical-align: middle;
  font-size: 10px;
  line-height: 15px;
}
.user_lineup_list--3Zvdc .lineupinfo--22BDt .linup_num--2rbQb {
  font-size: 10px;
  line-height: 15px;
}
.user_lineup_list--3Zvdc .lineupinfo--22BDt .linup_num--2rbQb em {
  padding-right: 3px;
  font-weight: bold;
  color: #ff6c04;
  font-size: 16px;
  vertical-align: middle;
}
.user_lineup_list--3Zvdc .lineup_btns--2_5kQ {
  position: absolute;
  right: 20px;
  bottom: 12px;
  text-align: right;
}
.user_star_top--3ZC-n {
  background: 50% 50% no-repeat;
  background-size: cover;
  background-color: #F8F8F8;
  position: relative;
  text-align: center;
}
.user_star_top--3ZC-n .total_integral--3WkCp {
  display: block;
  font-size: 40px;
  text-align: left;
  color: #30B3AB;
  line-height: 30px;
  padding: 30px 30px 30px;
}
.user_star_top--3ZC-n .noticebox--254fT {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  padding: 0 10px 0 30px;
  height: 28px;
  line-height: 28px;
  color: #fff;
  opacity: 0.8;
  font-size: 12px;
}
.user_star_top--3ZC-n .noticebox--254fT .notice_icon--2bq-Q {
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
}
.user_star_top--3ZC-n .noticebox--254fT .noticelist--gMgd9 {
  width: 100%;
  height: 28px;
  line-height: 28px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: left;
}
.user_star_top--3ZC-n .no_total_integral--2w8xn {
  padding: 65px 20px;
  text-align: center;
}
.user_star_top--3ZC-n .no_total_integral--2w8xn .no_messagetip--3IWkJ {
  display: inline-block;
  padding: 0 35px;
  height: 32px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 32px;
  text-align: center;
  font-size: 12px;
  line-height: 32px;
  color: #fff;
}
.user_starintegral_menu--1ukKU {
  padding: 0 0px;
  text-align: left;
  border-bottom: 1px solid #f2f2f2;
}
.user_starintegral_menu--1ukKU .menulink--31R2V {
  display: inline-block;
  vertical-align: middle;
  padding: 15px 0;
  position: relative;
  margin: 0 25px;
  font-size: 14px;
  line-height: 20px;
  color: #30B3AB;
  opacity: 0.4;
}
.user_starintegral_menu--1ukKU .menulink--31R2V.active--2tXWD {
  opacity: 1;
  font-weight: bold;
  color: #30B3AB;
}
.user_starintegral_menu--1ukKU .menulink--31R2V.active--2tXWD:after {
  content: "";
  position: absolute;
  left: 10%;
  right: 10%;
  bottom: 0;
  height: 3px;
  background: #30B3AB;
}
.user_starintegral_list--2bA_Z {
  padding: 0 0 60px 0;
  min-height: calc(100vh - 207px);
  box-sizing: border-box;
}
.user_starintegral_list--2bA_Z > div > div {
  min-height: calc(100vh - 267px);
}
.user_starintegral_list--2bA_Z.showintergral_intro--2yQQp {
  height: calc(100vh - 210px);
  overflow: hidden;
}
.user_starintegral_list--2bA_Z .straintegral_list--2ozDr {
  border-bottom: 1px solid #f2f2f2;
  padding: 14px 20px 14px 20px;
  position: relative;
}
.user_starintegral_list--2bA_Z .straintegral_list--2ozDr:last-child {
  border: none;
}
.user_starintegral_list--2bA_Z .straintegral_list--2ozDr .infor--3dzXt {
  width: 80%;
}
.user_starintegral_list--2bA_Z .straintegral_list--2ozDr .infor--3dzXt .time--2TA9f {
  font-size: 10px;
  line-height: 14px;
  color: rgba(0, 0, 0, 0.5);
}
.user_starintegral_list--2bA_Z .straintegral_list--2ozDr .infor--3dzXt .mallname--Snfjr {
  padding-top: 6px;
  font-size: 12px;
  line-height: 17px;
  min-height: 12px;
}
.user_starintegral_list--2bA_Z .straintegral_list--2ozDr .infor--3dzXt .shopname--2uK27 {
  padding-top: 6px;
  font-size: 14px;
  line-height: 20px;
  min-height: 12px;
}
.user_starintegral_list--2bA_Z .straintegral_list--2ozDr .jifen_num--2EwAA {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 15px;
  line-height: 21px;
  font-weight: bold;
}
.user_starintegral_list--2bA_Z .straintegral_list--2ozDr .jifen_num--2EwAA.redcolor--mY8BD {
  color: #ff5a5f;
}
.user_starintegral_list--2bA_Z .straintegral_list--2ozDr .tickes_num--3gyzU {
  position: absolute;
  right: 10px;
  bottom: 14px;
  text-align: right;
}
.user_starintegral_list--2bA_Z .straintegral_list--2ozDr .tickes_num--3gyzU .number--1oppK {
  font-size: 12px;
  line-height: 17px;
}
.user_starintegral_list--2bA_Z .straintegral_list--2ozDr .tickes_num--3gyzU .state--vza9R {
  padding-top: 7px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
}
.user_starintegral_list--2bA_Z .straintegral_list--2ozDr .tickes_num--3gyzU .state--vza9R.redcolor--mY8BD {
  color: #ff5a5f;
}
.user_starintegral_list--2bA_Z .straintegral_list--2ozDr .tickes_num--3gyzU .state--vza9R.greencolor--2d89g {
  color: #00a699;
}
.user_starintegral_howget--P2g9u {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  border-top: 1px solid #f2f2f2;
  height: 58px;
  line-height: 58px;
  text-align: center;
  font-size: 12px;
  background: #fff;
  color: rgba(0, 0, 0, 0.6);
}
.user_starintegral_ruler--1IS7Z {
  color: #484848;
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.user_starintegral_ruler--1IS7Z .info_logo--2zWj0 {
  width: 52px;
}
.user_starintegral_ruler--1IS7Z .info_logo--2zWj0 img {
  display: block;
  width: 100%;
  height: auto;
}
.user_starintegral_ruler--1IS7Z h1 {
  font-size: 22px;
  line-height: 30px;
  padding-bottom: 4px;
  font-weight: bold;
  color: #000;
}
.user_starintegral_ruler--1IS7Z h2 {
  font-size: 16px;
  line-height: 34px;
  position: relative;
}
.user_starintegral_ruler--1IS7Z h2 .i_icon--DnICT {
  color: #00a699;
  padding-right: 5px;
}
.user_starintegral_ruler--1IS7Z h2 .hasmore--333xE {
  position: absolute;
  right: 0;
  top: 50%;
  font-size: 12px;
  line-height: 22px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #ff5a5f;
}
.user_starintegral_ruler--1IS7Z h2 .hasmore--333xE:after {
  content: "";
  line-height: 1;
  display: inline-block;
  vertical-align: 1px;
  width: 6px;
  height: 6px;
  border: solid #ff5a5f;
  border-width: 1px 1px 0 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.user_starintegral_ruler--1IS7Z h2 .hasmore_item--1YVgN {
  padding-right: 40%;
}
.user_starintegral_ruler--1IS7Z p,
.user_starintegral_ruler--1IS7Z .info_infor--JPc3c {
  font-size: 14px;
  line-height: 22px;
  color: #484848;
  text-indent: 2em;
  min-height: 22px;
}
.user_starintegral_ruler--1IS7Z p.textcenter--zXmE7,
.user_starintegral_ruler--1IS7Z .info_infor--JPc3c.textcenter--zXmE7 {
  text-align: center;
}
.user_starintegral_ruler--1IS7Z p.hasunderline--3Sc0I,
.user_starintegral_ruler--1IS7Z .info_infor--JPc3c.hasunderline--3Sc0I {
  text-decoration: underline;
  color: #000;
}
.user_starintegral_ruler--1IS7Z p b,
.user_starintegral_ruler--1IS7Z .info_infor--JPc3c b,
.user_starintegral_ruler--1IS7Z p em,
.user_starintegral_ruler--1IS7Z .info_infor--JPc3c em {
  font-weight: bolder;
}
.user_starintegral_ruler--1IS7Z .park_tip_cont--30sDk {
  padding: 20px 0;
}
.user_starintegral_ruler--1IS7Z .park_tip_cont--30sDk img {
  display: block;
  width: 100%;
  height: auto;
}
.user_starintegral_ruler--1IS7Z .part--8WmxA {
  padding-bottom: 20px;
}
.user_starintegral_ruler--1IS7Z .hasheight--1c7It {
  height: 42px;
  overflow: hidden;
}
.user_starintegral_ruler--1IS7Z .heightauto--1rCuk {
  height: auto !important;
}
.nomessage_infor--37g6N {
  padding: 70px 0 0;
}
.nomessage_infor--37g6N .tipimg--1u0ra {
  width: 100%;
  overflow: hidden;
}
.nomessage_infor--37g6N .tipimg--1u0ra img {
  display: block;
  max-width: 100%;
  height: auto;
}
.nomessage_infor--37g6N .tiptx--1pmu_ {
  padding-top: 4px;
  font-size: 12px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.6);
  text-align: center;
}
.nomessage_infor--37g6N .tipbtn--21VJ7 {
  padding: 12px 20px 0;
  text-align: center;
}
.nomessage_infor--37g6N .tipbtn--21VJ7 .btns--32pVb {
  height: 28px;
  line-height: 28px;
  margin: 0 auto;
  display: inline-block;
}
.user_uptickets--G5uZS {
  padding: 20px;
  min-height: 100vh;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.user_uptickets--G5uZS .up_imgs--hlffE {
  width: 250px;
  margin: 0 auto;
  position: relative;
}
.user_uptickets--G5uZS .up_imgs--hlffE img {
  display: block;
  width: 100%;
  height: auto;
}
.user_uptickets--G5uZS .up_loadbtn--2j7mt {
  width: 250px;
  height: 45px;
  line-height: 45px;
  border-radius: 50px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  background: #008489;
  border: 1px solid #008489;
  margin: 30px auto;
  position: relative;
}
.user_uptickets--G5uZS .up_tickets_ruler--30qMU {
  border-top: 1px solid #f4f4f4;
  padding: 10px 0 0;
}
.user_uptickets--G5uZS .up_tickets_ruler--30qMU h1 {
  font-size: 22px;
  line-height: 30px;
  font-weight: bold;
  padding: 15px 0;
  margin: 0;
}
.user_uptickets--G5uZS .up_tickets_ruler--30qMU p {
  position: relative;
  padding-left: 15px;
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 5px;
}
.user_uptickets--G5uZS .up_tickets_ruler--30qMU p:after {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  border-radius: 10px;
  background: #767676;
}
/* 会员中心_我的活动 */
.user_activity--2Ma-R {
  padding: 10px 20px;
}
.user_activity_list--3M08D {
  padding: 11px 0;
  display: block;
}
.user_activity_list--3M08D .activity_link--3eeil {
  display: block;
  width: 100%;
  overflow: hidden;
}
.user_activity_list--3M08D .activity_link--3eeil:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}
.user_activity_list--3M08D .activity_link--3eeil .picbox--2zBZY {
  width: 120px;
  height: 68px;
  flex-shrink: 0;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  position: relative;
  float: left;
}
.user_activity_list--3M08D .activity_link--3eeil .picbox--2zBZY .img--30bDj {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: 50% 50% no-repeat #fff;
  border-radius: 4px;
  background-size: cover;
}
.user_activity_list--3M08D .activity_link--3eeil .activity_info--3RkmT {
  margin-left: 120px;
  padding-left: 10px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  min-height: 68px;
  box-sizing: border-box;
}
.user_activity_list--3M08D .activity_link--3eeil .activity_info--3RkmT .activity_name--3M8NU .activity_title--2zjuJ {
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: rgba(0, 0, 0, 0.8);
}
.user_activity_list--3M08D .activity_link--3eeil .activity_info--3RkmT .activity_name--3M8NU .activity_state--3hHF9 {
  padding: 2px 0;
  font-size: 10px;
  line-height: 14px;
  color: #ff6c04;
  font-weight: normal;
}
.user_activity_list--3M08D .activity_link--3eeil .activity_info--3RkmT .location--2kU8H {
  color: rgba(0, 0, 0, 0.6);
  margin-right: -8px;
}
.user_activity_list--3M08D .activity_link--3eeil .activity_info--3RkmT .location--2kU8H .location_icon--3KDzf {
  color: rgba(0, 0, 0, 0.15);
  font-size: 0.9em;
  display: inline-block;
  vertical-align: middle;
  padding-right: 5px;
}
.user_activity_list--3M08D .activity_link--3eeil .activity_info--3RkmT .location--2kU8H .location_tx--2iNMP {
  display: inline-block;
  vertical-align: middle;
  font-size: 10px;
  line-height: 15px;
  max-width: 85%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.user_sign--KoIM9 {
  padding: 20px 20px 0;
}
.user_sign--KoIM9 .user_sign_top--4zsBc {
  border-radius: 8px;
  padding: 28px 25px;
  box-shadow: 0 0 20px rgba(0, 166, 153, 0.6);
  color: #fff;
  position: relative;
  background-size: cover;
}
.user_sign--KoIM9 .user_sign_top--4zsBc h3 {
  font-size: 12px;
  line-height: 24px;
}
.user_sign--KoIM9 .user_sign_top--4zsBc h2 {
  font-size: 26px;
  font-weight: 37px;
}
.user_sign--KoIM9 .user_sign_top--4zsBc .signbtn--1EKXi {
  position: absolute;
  right: 28px;
  top: 40px;
  width: 88px;
  height: 38px;
  background: #fff;
  border-radius: 40px;
  text-align: center;
  line-height: 38px;
  color: #00a699;
  font-weight: bold;
  cursor: pointer;
}
.user_sign--KoIM9 .user_sign_top--4zsBc .hassignbtn--1WVXc {
  position: absolute;
  right: 28px;
  top: 30px;
  font-size: 3.8em;
  color: #fff;
  opacity: 0.3;
}
.user_sign--KoIM9 .user_sign_top--4zsBc .signlink--McZY6 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  line-height: 30px;
  padding-top: 44px;
  margin-right: -12px;
}
.user_sign--KoIM9 .user_sign_top--4zsBc .signlink--McZY6 em {
  padding: 0 5px;
  font-weight: bold;
}
.user_sign--KoIM9 .user_sign_top--4zsBc .signlink--McZY6 span {
  display: inline-block;
  vertical-align: middle;
  padding: 0 15px;
  position: relative;
  cursor: pointer;
}
.user_sign--KoIM9 .user_sign_top--4zsBc .signlink--McZY6 span.boder--3ufcv:after {
  content: "";
  position: absolute;
  right: -1px;
  top: 8px;
  bottom: 8px;
  width: 1px;
  background: #fff;
}
.user_sign--KoIM9 .user_sign_top--4zsBc .signlink--McZY6 span .link--lphy6 {
  color: #fff;
}
.user_sign--KoIM9 .user_sign_top--4zsBc .signlink--McZY6 .prohibit--2w4fJ {
  color: rgba(255, 255, 255, 0.3);
}
.user_sign--KoIM9 .sign_calendar--2yavV {
  padding-top: 10px;
}
.user_sign--KoIM9 .sign_calendar--2yavV .title--2uXus {
  padding: 10px 0;
  text-align: center;
  font-weight: bold;
  color: #000;
  font-size: 18px;
  line-height: 25px;
}
.user_sign--KoIM9 .sign_calendar--2yavV .calender_table--1DBO6 {
  align-items: center;
  width: 100%;
}
.user_sign--KoIM9 .sign_calendar--2yavV .calendar_row--DNPM9 {
  letter-spacing: -3px;
}
.user_sign--KoIM9 .sign_calendar--2yavV .calendar_row--DNPM9 .calender_cell--jCKoQ {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  width: 14.2857%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 15px;
  position: relative;
  color: rgba(0, 0, 0, 0.6);
}
.user_sign--KoIM9 .sign_calendar--2yavV .calendar_row--DNPM9 .calender_cell--jCKoQ .cell_line--21PAY {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -18px 0 0 -18px;
  border-radius: 50px;
  background: #fff;
}
.user_sign--KoIM9 .sign_calendar--2yavV .calendar_row--DNPM9 .calender_cell--jCKoQ .cell_line--21PAY .span_bg--W1bn_ {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 36px;
  border-radius: 50px;
}
.user_sign--KoIM9 .sign_calendar--2yavV .calendar_row--DNPM9 .calender_cell--jCKoQ .cell_line--21PAY .span_bg--W1bn_ span {
  display: block;
  line-height: 36px;
  text-align: center;
}
.user_sign--KoIM9 .sign_calendar--2yavV .calendar_row--DNPM9 .calender_cell--jCKoQ .cell_line--21PAY .span_bg--W1bn_ span img {
  display: block;
  width: 90%;
  height: auto;
  margin: 0 auto;
}
.user_sign--KoIM9 .sign_calendar--2yavV .calendar_row--DNPM9 .calender_cell--jCKoQ .cell_line--21PAY .span_bg--W1bn_.istody--6mDCT {
  color: #00a699;
  font-size: 10px;
}
.user_sign--KoIM9 .sign_calendar--2yavV .calendar_row--DNPM9 .calender_cell--jCKoQ .cell_line--21PAY .span_bg--W1bn_.issign--1Q5tx {
  background: #edfafa;
  color: #00a699;
  font-weight: bold;
  font-size: 15px;
}
.user_sign--KoIM9 .sign_calendar--2yavV .calendar_row--DNPM9 .calender_cell--jCKoQ .cell_line--21PAY .span_bg--W1bn_.nosign--1FBp8 {
  background: #A6A6A6;
  color: #fff;
  font-size: 10px;
}
.user_sign--KoIM9 .sign_calendar--2yavV .calendar_row--DNPM9 .calender_cell--jCKoQ .cell_line--21PAY .span_bg--W1bn_.isget--3vbwT {
  background: #FEEFF0;
  color: #F43E58;
  font-weight: bold;
  font-size: 15px;
}
.user_sign--KoIM9 .sign_calendar--2yavV .calendar_row--DNPM9 .calender_cell--jCKoQ.hasborder--1gFG- {
  height: 44px;
  line-height: 44px;
  border-bottom: 1px solid #f2f2f2;
  border-top: 1px solid #f2f2f2;
  font-weight: bold;
  color: #767676;
}
.user_sign--KoIM9 .sign_ruler--1Amh5 {
  border-top: 1px solid #f2f2f2;
  padding: 15px 0;
  text-align: center;
}
.user_sign--KoIM9 .sign_ruler--1Amh5 span {
  display: inline-block;
  padding-right: 12px;
  position: relative;
  font-size: 14px;
  line-height: 20px;
}
.user_sign--KoIM9 .sign_ruler--1Amh5 span:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border: solid rgba(0, 0, 0, 0.8);
  border-width: 1px 1px 0 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.user_signin_jump--70Pbz .icon--UHFXE {
  width: 125px;
  padding: 0 0 25px;
  margin: 0 auto;
}
.user_signin_jump--70Pbz .icon--UHFXE img {
  display: block;
  width: 100%;
  height: auto;
}
.user_signin_jump--70Pbz .title--2uXus {
  font-size: 22px;
  text-align: center;
  line-height: 30px;
  padding-bottom: 10px;
}
.user_signin_jump--70Pbz .txt--25qla {
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 30px;
  text-align: center;
}
.user_signin_jump--70Pbz .txt--25qla em {
  color: #F44860;
  padding: 0 5px;
}
.user_signin_jump--70Pbz .jumpbtn--xiLz2 {
  display: block;
  height: 36px;
  width: 60%;
  margin: 0 auto;
  border-radius: 40px;
  line-height: 36px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  background: #00a699;
  cursor: pointer;
}
.user_signin_jump--70Pbz .jumpbtn--xiLz2.redcolor--mY8BD {
  background: #F44860;
}
.parking--jjj59 {
  padding: 10px 20px 40px;
  min-height: 100vh;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.parkbtlink--3Wu9A {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: #fff;
  text-align: center;
  padding: 20px 0;
}
.parkbtlink--3Wu9A .link--lphy6 {
  display: inline-block;
  vertical-align: middle;
  padding: 0 8px;
  font-size: 12px;
  line-height: 17px;
  color: rgba(0, 0, 0, 0.4);
}
.parkbtlink--3Wu9A .link--lphy6:first-child {
  border-right: 1px solid #979797;
}
.parkbtlink--3Wu9A .link--lphy6.orangecolor--3UrHP {
  color: #ff6c04;
}
.parking_title--35yLA {
  padding: 20px 0 15px;
  font-size: 22px;
  line-height: 30px;
  font-weight: bold;
}
.parking_title--35yLA em {
  font-size: 12px;
  line-height: 17px;
  vertical-align: text-bottom;
  color: #767676;
}
.parking_top_brief--2JN9c {
  padding: 0 0 24px;
  font-weight: 300;
}
.parking_top_brief--2JN9c p {
  font-size: 16px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.6);
}
.parking_top_brief--2JN9c p em {
  font-weight: bold;
  color: #00a699;
}
.parking_top_brief--2JN9c .link--lphy6 {
  font-size: 12px;
  line-height: 17px;
  padding: 10px 0 0;
  color: #00a699;
}
.parking_empty--1jGO8 {
  letter-spacing: -5px;
  margin: 0 -5px;
  overflow-x: auto;
  white-space: nowrap;
}
.parking_empty--1jGO8 .emptypark_list--bOEwg {
  width: 85px;
  padding: 5px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
}
.parking_empty--1jGO8 .emptypark_list--bOEwg .list--3goWI {
  height: 77px;
  background: #fff;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  letter-spacing: normal;
  border-radius: 10px;
}
.parking_empty--1jGO8 .emptypark_list--bOEwg .list--3goWI h2 {
  font-size: 22px;
  line-height: 30px;
  font-weight: bold;
}
.parking_empty--1jGO8 .emptypark_list--bOEwg .list--3goWI p {
  font-size: 13px;
  line-height: 18px;
  color: #767676;
}
.parking_mycarlist--3Q9fE {
  margin-bottom: 20px;
  border: 1px solid #d5d5d5;
  border-radius: 4px;
  padding: 12px 0 0;
}
.parking_mycarlist--3Q9fE .mycarinfo--2sSMS {
  padding: 0 15px;
  position: relative;
}
.parking_mycarlist--3Q9fE .mycarinfo--2sSMS .deletebtn--3JMev {
  position: absolute;
  right: 8px;
  top: 0;
  color: #b2b2b2;
  font-size: 1.2em;
  padding: 4px;
}
.parking_mycarlist--3Q9fE .mycarinfo--2sSMS .btnarea--33Yt4 {
  position: absolute;
  right: 12px;
  bottom: 12px;
  text-align: right;
}
.parking_mycarlist--3Q9fE .mycarinfo--2sSMS .btnarea--33Yt4 .btns--32pVb {
  display: inline-block;
  vertical-align: middle;
  height: 26px;
  font-size: 12px;
  text-align: center;
  line-height: 26px;
  padding: 0 10px;
  background: #00a699;
  color: #fff;
  border: 1px solid #00a699;
  border-radius: 30px;
  margin-left: 6px;
}
.parking_mycarlist--3Q9fE .mycarinfo--2sSMS .btnarea--33Yt4 .btns--32pVb.whitebg--20f7L {
  background: #fff;
  color: #00a699;
}
.parking_mycarlist--3Q9fE .mycarinfo--2sSMS .btnarea--33Yt4 .btns--32pVb.orangebg--2q3FW {
  background: #ff6600;
  color: #ff6600;
  border: 1px solid #ff6600;
  color: #e7e7e7;
}
.parking_mycarlist--3Q9fE .mycarinfo--2sSMS .caritem--1NlV7 {
  padding: 0 0 12px;
}
.parking_mycarlist--3Q9fE .mycarinfo--2sSMS .caritem--1NlV7 h3 {
  font-size: 10px;
  line-height: 14px;
  color: #767676;
}
.parking_mycarlist--3Q9fE .mycarinfo--2sSMS .caritem--1NlV7 p {
  padding-top: 2px;
  font-size: 16px;
  line-height: 22px;
}
.parking_mycarlist--3Q9fE .wugan_item--1J69j {
  background: #f5f5f5;
  padding: 0 12px;
}
.parking_mycarlist--3Q9fE .wugan_item--1J69j .link--lphy6 {
  display: block;
  position: relative;
  padding: 10px 0;
  font-size: 12px;
  line-height: 17px;
}
.parking_mycarlist--3Q9fE .wugan_item--1J69j .link--lphy6:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border: solid #979797;
  border-width: 1px 1px 0 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.addusercar--3vLcV {
  margin-bottom: 20px;
}
.addusercar--3vLcV .addcarbtn--1gOzl {
  border: 1px dashed #d5d5d5;
  height: 108px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  flex-direction: column;
  background: 0 100% no-repeat;
  background-size: 90px auto;
}
.addusercar--3vLcV .addcarbtn--1gOzl span {
  display: block;
  font-size: 16px;
  line-height: 22px;
}
.addusercar--3vLcV .addcarbtn--1gOzl span em {
  font-style: normal;
  font-size: 1.2em;
  vertical-align: -0.05em;
}
.bookparking_succe--_nWt2 {
  padding: 20px;
}
.bookparking_succe--_nWt2 .success_brief--34WXH {
  padding: 15px 0;
}
.bookparking_succe--_nWt2 .success_brief--34WXH .icon--UHFXE {
  width: 40px;
  margin: 0 auto;
}
.bookparking_succe--_nWt2 .success_brief--34WXH .icon--UHFXE img {
  display: block;
  width: 100%;
  height: auto;
}
.bookparking_succe--_nWt2 .success_brief--34WXH h2 {
  padding: 10px 0 8px;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  font-weight: bold;
  color: #00a699;
}
.bookparking_succe--_nWt2 .success_brief--34WXH p {
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
}
.bookparking_succe--_nWt2 .success_brief--34WXH p em {
  color: #ff5a5f;
  font-weight: bold;
}
.bookparking_succe--_nWt2 .success_car_info--3DD3N {
  width: 85%;
  margin: 0 auto;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.bookparking_succe--_nWt2 .success_car_info--3DD3N .daotime--7fBwI {
  background: #f5f5f5;
  padding: 16px 5px;
  text-align: center;
}
.bookparking_succe--_nWt2 .success_car_info--3DD3N .daotime--7fBwI p {
  font-size: 15px;
  line-height: 20px;
}
.bookparking_succe--_nWt2 .success_car_info--3DD3N .daotime--7fBwI h1 {
  font-size: 32px;
  line-height: 1;
  font-weight: bold;
  margin: 0;
  padding: 10px 0 15px;
  color: #484848;
}
.bookparking_succe--_nWt2 .success_car_info--3DD3N .car_info--2kmxQ {
  padding: 35px 20px;
  text-align: center;
}
.bookparking_succe--_nWt2 .success_car_info--3DD3N .car_info--2kmxQ h3 {
  font-size: 14px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.6);
}
.bookparking_succe--_nWt2 .success_car_info--3DD3N .car_info--2kmxQ h2 {
  font-size: 16px;
  font-weight: bold;
  padding: 5px 0;
  line-height: 20px;
}
.bookparking_succe--_nWt2 .success_car_info--3DD3N .car_info--2kmxQ p {
  font-size: 12px;
  line-height: 17px;
  padding-top: 8px;
  color: rgba(0, 0, 0, 0.6);
}
.bookparking_succe--_nWt2 .success_car_info--3DD3N .car_info--2kmxQ .btns--32pVb {
  margin-top: 35px;
  height: 42px;
  line-height: 42px;
  font-size: 14px;
}
.parking_pay_banner--3pHjR {
  position: relative;
}
.parking_pay_banner--3pHjR img {
  display: block;
  width: 100%;
  height: auto;
}
.parking_pay_banner--3pHjR .pay_infobtn--3vi8z {
  position: absolute;
  right: 20px;
  top: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  padding: 0 6px;
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.7);
  font-size: 10px;
  border-radius: 20px;
}
.parking_pay_itemlist--3eebQ {
  padding: 0 20px 50px;
}
.parking_pay_itemlist--3eebQ .item--2vjuN {
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  justify-content: space-between;
  align-items: center;
  padding: 20px 0 15px;
  font-size: 15px;
  line-height: 21px;
  color: rgba(0, 0, 0, 0.6);
}
.parking_pay_itemlist--3eebQ .item--2vjuN em {
  font-weight: bold;
  color: rgba(0, 0, 0, 0.8);
}
.parking_pay_itemlist--3eebQ .item--2vjuN p {
  color: rgba(0, 0, 0, 0.6);
}
.parking_pay_itemlist--3eebQ .item--2vjuN .redcolor--mY8BD {
  color: #ff5a5f;
}
.parking_pay_btn--1Fju5 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  padding: 0 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.parking_pay_btn--1Fju5 .pay_btn--2gqPe {
  flex-grow: 1;
  height: 45px;
  margin: 0 8px;
  font-size: 14px;
  line-height: 45px;
}
.parking_history--1GRNi {
  padding: 20px 20px 0;
  min-height: 100vh;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.parking_history--1GRNi .tip--1-bP3 {
  font-size: 14px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.6);
}
.parking_history--1GRNi .user_starintegral_menu--1ukKU {
  margin-bottom: 20px;
}
.parking_history--1GRNi .history_list--1bhEp {
  margin-bottom: 20px;
  border-radius: 2px;
  border: 1px solid #d5d5d5;
  padding: 0 14px;
}
.parking_history--1GRNi .history_list--1bhEp .intro--gs2r0 {
  padding: 0 8px;
  color: rgba(0, 0, 0, 0.6);
  padding: 12px 0 8px;
}
.parking_history--1GRNi .history_list--1bhEp .intro--gs2r0 h2 {
  padding: 0 0 8px;
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
}
.parking_history--1GRNi .history_list--1bhEp .intro--gs2r0 p {
  font-size: 12px;
  line-height: 20px;
}
.parking_history--1GRNi .history_list--1bhEp .payinfo--32aFc {
  border-top: 1px dashed rgba(0, 0, 0, 0.15);
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
}
.parking_history--1GRNi .history_list--1bhEp .payinfo--32aFc .pay--29D-T {
  font-size: 16px;
  line-height: 25px;
  color: rgba(0, 0, 0, 0.8);
}
.parking_history--1GRNi .history_list--1bhEp .payinfo--32aFc .pay--29D-T em {
  font-weight: bold;
}
.parking_history--1GRNi .history_list--1bhEp .payinfo--32aFc .invoice--mFFFA {
  width: 70px;
  height: 22px;
  font-size: 12px;
  text-align: center;
  line-height: 25px;
  border-radius: 30px;
  color: #00a699;
}
.parking_history--1GRNi .history_list--1bhEp .payinfo--32aFc .invoice--mFFFA.border--2nAdM {
  border: 1px solid #00a699;
}
.parking_payconfirm--W5JiG {
  padding: 0 20px 20px;
}
.parking_payconfirm--W5JiG .mallname--Snfjr {
  padding: 15px 0;
  font-size: 22px;
  font-weight: bold;
  line-height: 30px;
  position: relative;
  margin: 0;
}
.parking_payconfirm--W5JiG .mallname--Snfjr .malllogo--yj4fZ {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.parking_payconfirm--W5JiG .mallname--Snfjr .malllogo--yj4fZ img {
  display: block;
  width: auto;
  height: 20px;
}
.parking_payconfirm--W5JiG .title--2uXus {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  padding: 18px 0 8px;
  position: relative;
}
.parking_payconfirm--W5JiG .title--2uXus .smalltitle--3IaBw {
  display: block;
  padding: 10px 0;
  font-size: 14px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.6);
  font-weight: normal;
  border-bottom: 1px solid #eaeaea;
}
.parking_payconfirm--W5JiG .title--2uXus .smalltitle--3IaBw .time--2TA9f {
  color: #000;
  padding-left: 5px;
}
.parking_payconfirm--W5JiG .title--2uXus .title_tip--2h6xd {
  display: block;
  position: absolute;
  right: 0;
  top: 18px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  font-weight: normal;
}
.parking_payconfirm--W5JiG .title--2uXus .title_tip--2h6xd i {
  padding-left: 2px;
  font-style: normal;
}
.parking_payconfirm--W5JiG .title--2uXus .title_money--UwD1N {
  position: absolute;
  right: 0;
  top: 18px;
  font-size: 16px;
  font-weight: bold;
  color: #00a699;
}
.parking_payconfirm--W5JiG .title--2uXus .title_money--UwD1N em {
  font-size: 30px;
}
.parking_payconfirm--W5JiG .paypart--13Rap {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 10px;
}
.parking_payconfirm--W5JiG .payconfirmlist--HN9g3 {
  display: flex;
  padding: 8px 0;
  justify-content: space-between;
  font-size: 14px;
  line-height: 20px;
}
.parking_payconfirm--W5JiG .payconfirmlist--HN9g3 em {
  color: rgba(0, 0, 0, 0.6);
}
.parking_payconfirm--W5JiG .payconfirmlist--HN9g3 em.primary_color--2jRVz {
  color: #00a699;
}
.parking_payconfirm--W5JiG .payconfirmlist--HN9g3 .hasmore--333xE {
  position: relative;
  padding-right: 10px;
}
.parking_payconfirm--W5JiG .payconfirmlist--HN9g3 .hasmore--333xE:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  margin-top: -4px;
  border: solid rgba(0, 0, 0, 0.6);
  border-width: 1px 1px 0 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.parking_payconfirm--W5JiG .parkingpay_discount--1xrp7 .park_tips_con--3BZ3b {
  padding: 0 20px;
  display: flex;
  height: 60px;
  justify-content: space-between;
  align-items: center;
  background: #fff;
}
.parking_payconfirm--W5JiG .parkingpay_discount--1xrp7 .park_tips_con--3BZ3b .title_txt--13TiK {
  color: rgba(0, 0, 0, 0.8);
  font-size: 15px;
  line-height: 21px;
  margin: 0;
}
.parking_payconfirm--W5JiG .parkingpay_discount--1xrp7 .park_tips_con--3BZ3b .title_txt--13TiK span {
  font-weight: 400;
}
.parking_payconfirm--W5JiG .parkingpay_discount--1xrp7 .park_point_con--2kxq8 {
  padding: 0 0 10px;
  background: #fff;
}
.parking_payconfirm--W5JiG .parkingpay_discount--1xrp7 .park_point_con--2kxq8 .tips_con--3urRJ {
  margin-top: 14px;
  display: flex;
  justify-content: space-between;
}
.parking_payconfirm--W5JiG .parkingpay_discount--1xrp7 .park_point_con--2kxq8 .tips_con--3urRJ h2 {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  opacity: 0.6;
  line-height: 20px;
}
.parking_payconfirm--W5JiG .parkingpay_discount--1xrp7 .park_point_con--2kxq8 .tips_con--3urRJ h3 {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  opacity: 0.8;
  line-height: 20px;
}
.parking_payconfirm--W5JiG .parkingpay_discount--1xrp7 .park_point_con--2kxq8 .tips_con--3urRJ i {
  font-size: 12px;
  letter-spacing: -2px;
}
.parking_payconfirm--W5JiG .parkingpay_discount--1xrp7 .park_point_con--2kxq8 .tips_con--3urRJ em {
  font-size: 18px;
}
.parking_payconfirm--W5JiG .parkingpay_discount--1xrp7 .park_point_con--2kxq8 .slider_con--2Aljp {
  margin-top: 24px;
  height: 26px;
  width: 100%;
  position: relative;
}
.parking_payconfirm--W5JiG .parkingpay_discount--1xrp7 .park_point_con--2kxq8 .slider_con--2Aljp .slider_btn--MEHZF {
  width: 24px;
  height: 24px;
  background: #ffffff;
  border: 1px solid #00a699;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.parking_payconfirm--W5JiG .parkingpay_discount--1xrp7 .park_point_con--2kxq8 .slider_con--2Aljp .slider_btn--MEHZF:before {
  content: "";
  width: 10px;
  height: 2px;
  background: #00a699;
  display: block;
  border-radius: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.parking_payconfirm--W5JiG .parkingpay_discount--1xrp7 .park_point_con--2kxq8 .slider_con--2Aljp .slider_btn--MEHZF.min--3surl {
  left: 0;
}
.parking_payconfirm--W5JiG .parkingpay_discount--1xrp7 .park_point_con--2kxq8 .slider_con--2Aljp .slider_btn--MEHZF.plus--3nBXe {
  right: 0;
}
.parking_payconfirm--W5JiG .parkingpay_discount--1xrp7 .park_point_con--2kxq8 .slider_con--2Aljp .slider_btn--MEHZF.plus--3nBXe:after {
  content: "";
  width: 2px;
  height: 10px;
  background: #00a699;
  display: block;
  border-radius: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.parking_payconfirm--W5JiG .parkingpay_discount--1xrp7 .park_point_con--2kxq8 .slider_tips_con--2f2GX {
  margin-top: 8px;
  display: flex;
  justify-content: space-between;
}
.parking_payconfirm--W5JiG .parkingpay_discount--1xrp7 .park_point_con--2kxq8 .slider_tips_con--2f2GX h2 {
  font-size: 10px;
  line-height: 14px;
  color: rgba(0, 0, 0, 0.4);
  font-weight: 400;
}
.parking_payconfirm--W5JiG .parkingpay_discount--1xrp7 .park_point_con--2kxq8 .slider_tips_con--2f2GX h2 span {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
  display: block;
  margin-top: 5px;
}
.parking_payconfirm--W5JiG .parkingpay_discount--1xrp7 .park_point_con--2kxq8 .slider_tips_con--2f2GX h2 span.span_lt--1YbQ6 {
  text-align: left;
}
.parking_payconfirm--W5JiG .parkingpay_discount--1xrp7 .park_point_con--2kxq8 .slider_tips_con--2f2GX h2 span.span_rt--3Q42c {
  text-align: right;
}
.parking_payconfirm--W5JiG .parkingpay_discount--1xrp7 .park_point_con--2kxq8 .slider_tips_con--2f2GX em {
  font-size: 14px;
  color: #00a699;
  line-height: 20px;
  text-align: center;
}
.parking_payconfirm--W5JiG .money_pay--tqJES {
  padding: 20px 0;
  text-align: right;
  font-size: 18px;
  font-weight: bold;
}
.parking_payconfirm--W5JiG .money_pay--tqJES span {
  vertical-align: -2px;
  font-size: 16px;
  font-weight: bold;
  color: #00a699;
}
.parking_payconfirm--W5JiG .money_pay--tqJES span em {
  font-size: 30px;
}
.parking_btn_box--M3UMs {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  background-color: #fff;
}
.parking_btn_con--bdK-F {
  padding: 24px 0 0;
}
.parking_btn_con--bdK-F .btn--q1SYB {
  display: block;
  width: 100%;
  height: 42px;
  line-height: 42px;
  background: #00a699;
  border-radius: 50px;
  border: 1px solid #00a699;
  color: #fff;
  font-size: 14px;
  text-align: center;
  margin: 0 0 16px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.parking_btn_con--bdK-F .btn--q1SYB.line--1U_TW {
  background: #fff;
  color: #00a699;
}
.parking_btn_con--bdK-F .btn--q1SYB.wx--WnXem {
  background: #34A563;
  border-color: #34A563;
}
.parking_btn_con--bdK-F .btn--q1SYB.zfb--1JWC6 {
  background: #40A9EB;
  border-color: #40A9EB;
}
.parking_btn_con--bdK-F .btn--q1SYB.wxgreen--3p1lE {
  background: #49B530;
  border-color: #49B530;
}
.parking_btn_con--bdK-F .btn--q1SYB.nobg--2nty2 {
  background: #fff;
  border-color: #fff;
  color: rgba(0, 0, 0, 0.8);
}
.parking_btn_con--bdK-F .btn--q1SYB .i--1BBD4 {
  font-size: 24px;
  padding-right: 5px;
  vertical-align: middle;
  line-height: 1;
}
.payking_payconfirm_jump--3AasS {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
}
.payking_payconfirm_jump--3AasS .smark--ARnQP {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
}
.payking_payconfirm_jump--3AasS .payconfirm_jumcont--27Alz {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
}
.payking_payconfirm_jump--3AasS .payconfirm_jumcont--27Alz .payconfirm_jumcont_title--3LPzz {
  border-bottom: 1px solid #eaeaea;
  padding: 15px 20px;
  position: relative;
}
.payking_payconfirm_jump--3AasS .payconfirm_jumcont--27Alz .payconfirm_jumcont_title--3LPzz.noBorder--2sbjQ {
  border: none;
}
.payking_payconfirm_jump--3AasS .payconfirm_jumcont--27Alz .payconfirm_jumcont_title--3LPzz span {
  font-size: 18px;
  line-height: 25px;
  font-weight: bold;
  color: #484848;
}
.payking_payconfirm_jump--3AasS .payconfirm_jumcont--27Alz .payconfirm_jumcont_title--3LPzz .closebtn--bLXXB {
  position: absolute;
  right: 20px;
  top: 50%;
  font-size: 12px;
  line-height: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: rgba(0, 0, 0, 0.6);
}
.payking_payconfirm_jump--3AasS .payconfirm_jumcont--27Alz .payconfirm_jumcont_tab--3uaaw {
  display: flex;
  border-bottom: 1px solid #eaeaea;
}
.payking_payconfirm_jump--3AasS .payconfirm_jumcont--27Alz .payconfirm_jumcont_tab--3uaaw .payconfirm_tab_list--2zXhG {
  display: flex;
  flex: 1;
  justify-content: center;
}
.payking_payconfirm_jump--3AasS .payconfirm_jumcont--27Alz .payconfirm_jumcont_tab--3uaaw .payconfirm_tab_list--2zXhG.payconfirm_tab_current--2ZbFI {
  color: #484848;
  font-weight: bold;
}
.payking_payconfirm_jump--3AasS .payconfirm_jumcont--27Alz .payconfirm_jumcont_tab--3uaaw .payconfirm_tab_list--2zXhG.payconfirm_tab_current--2ZbFI div {
  padding-bottom: 8px;
  position: relative;
}
.payking_payconfirm_jump--3AasS .payconfirm_jumcont--27Alz .payconfirm_jumcont_tab--3uaaw .payconfirm_tab_list--2zXhG.payconfirm_tab_current--2ZbFI div:after {
  width: 42px;
  height: 2px;
  display: block;
  content: '';
  position: absolute;
  background: linear-gradient(270deg, #caeceb 0%, #38ada9 100%);
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.payking_payconfirm_jump--3AasS .payconfirm_jumcont--27Alz .payconfirm_jumcont_content--6OUGk {
  padding: 0 20px 20px;
}
.payking_payconfirm_jump--3AasS .payconfirm_jumcont--27Alz .payconfirm_jumcont_content--6OUGk .unuse_coupon--2s28g {
  padding: 12px;
  position: relative;
  font-size: 15px;
  line-height: 21px;
  margin-top: 12px;
  border: 1px solid #eaeaea;
}
.payking_payconfirm_jump--3AasS .payconfirm_jumcont--27Alz .payconfirm_jumcont_content--6OUGk .unuse_coupon--2s28g .checkbox_label--3PczM {
  display: block;
  position: absolute;
  right: 12px;
  top: 50%;
  margin: -10px 0 0;
}
.payking_payconfirm_jump--3AasS .payconfirm_jumcont--27Alz .payconfirm_jumcont_content--6OUGk .unuse_coupon--2s28g .checkbox_label--3PczM .checkbox--3Y0x7 {
  display: none;
}
.payking_payconfirm_jump--3AasS .payconfirm_jumcont--27Alz .payconfirm_jumcont_content--6OUGk .unuse_coupon--2s28g .checkbox_label--3PczM .i--1BBD4 {
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 3px;
  border: 1px solid #eaeaea;
  position: relative;
}
.payking_payconfirm_jump--3AasS .payconfirm_jumcont--27Alz .payconfirm_jumcont_content--6OUGk .unuse_coupon--2s28g .checkbox_label--3PczM .i--1BBD4.choose--3DE-q {
  border-color: #00a699;
  background: #00a699;
}
.payking_payconfirm_jump--3AasS .payconfirm_jumcont--27Alz .payconfirm_jumcont_content--6OUGk .unuse_coupon--2s28g .checkbox_label--3PczM .i--1BBD4.choose--3DE-q:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 6px;
  height: 12px;
  border: solid #fff;
  margin: -10px 0 0 -3px;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.payking_payconfirm_jump--3AasS .payconfirm_jumcont--27Alz .payconfirm_jumcont_content--6OUGk .unuse_text--2W6TM {
  font-size: 12px;
  color: #E02020;
  margin-top: 16px;
}
.payking_payconfirm_jump--3AasS .payconfirm_jumcont--27Alz .payconfirm_jumcont_content--6OUGk .coupon_conter--2gr-N {
  height: 300px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.payking_payconfirm_jump--3AasS .payconfirm_jumcont--27Alz .payconfirm_jumcont_content--6OUGk .coupon_conter--2gr-N.tab_un--3wf_4 {
  height: 359px;
}
.payking_payconfirm_jump--3AasS .payconfirm_jumcont--27Alz .payconfirm_jumcont_content--6OUGk .coupon_conter--2gr-N .coupon_list--17ik2 {
  border: 1px solid #eaeaea;
  margin-top: 10px;
}
.payking_payconfirm_jump--3AasS .payconfirm_jumcont--27Alz .payconfirm_jumcont_content--6OUGk .coupon_conter--2gr-N .coupon_list--17ik2 .coupon_ex--3844u {
  background-color: #f5f5f5;
  height: 20px;
  line-height: 20px;
  color: #666666;
  padding-left: 7px;
  font-size: 12px;
}
.payking_payconfirm_jump--3AasS .payconfirm_jumcont--27Alz .payconfirm_jumcont_content--6OUGk .coupon_conter--2gr-N .coupon_list--17ik2 .coupon_ex--3844u div {
  transform: scale(0.83);
  transform-origin: left;
}
.payking_payconfirm_jump--3AasS .payconfirm_jumcont--27Alz .payconfirm_jumcont_content--6OUGk .coupon_conter--2gr-N .coupon_list_content--3Kp57 {
  padding: 10px 10px 10px 0;
  min-height: 50px;
  display: flex;
  position: relative;
}
.payking_payconfirm_jump--3AasS .payconfirm_jumcont--27Alz .payconfirm_jumcont_content--6OUGk .coupon_conter--2gr-N .coupon_list_content--3Kp57.disablelist--1oxI9 {
  opacity: 0.5;
}
.payking_payconfirm_jump--3AasS .payconfirm_jumcont--27Alz .payconfirm_jumcont_content--6OUGk .coupon_conter--2gr-N .coupon_list_content--3Kp57:before {
  content: "";
  position: absolute;
  left: 95px;
  top: 10px;
  bottom: 10px;
  width: 1px;
  background: #eaeaea;
}
.payking_payconfirm_jump--3AasS .payconfirm_jumcont--27Alz .payconfirm_jumcont_content--6OUGk .coupon_conter--2gr-N .coupon_list_content--3Kp57 .coupon_intro--1gmDi {
  width: 95px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.payking_payconfirm_jump--3AasS .payconfirm_jumcont--27Alz .payconfirm_jumcont_content--6OUGk .coupon_conter--2gr-N .coupon_list_content--3Kp57 .coupon_intro--1gmDi .inline--gXxUp {
  display: inline-block;
}
.payking_payconfirm_jump--3AasS .payconfirm_jumcont--27Alz .payconfirm_jumcont_content--6OUGk .coupon_conter--2gr-N .coupon_list_content--3Kp57 .coupon_intro--1gmDi i {
  font-size: 14px;
  line-height: 1;
}
.payking_payconfirm_jump--3AasS .payconfirm_jumcont--27Alz .payconfirm_jumcont_content--6OUGk .coupon_conter--2gr-N .coupon_list_content--3Kp57 .coupon_intro--1gmDi em {
  font-size: 42px;
  line-height: 1;
}
.payking_payconfirm_jump--3AasS .payconfirm_jumcont--27Alz .payconfirm_jumcont_content--6OUGk .coupon_conter--2gr-N .coupon_list_content--3Kp57 .coupon_ct--15qDW {
  padding-left: 20px;
  padding-right: 80px;
  display: flex;
  flex: 1;
  overflow: hidden;
  flex-direction: column;
  justify-content: center;
}
.payking_payconfirm_jump--3AasS .payconfirm_jumcont--27Alz .payconfirm_jumcont_content--6OUGk .coupon_conter--2gr-N .coupon_list_content--3Kp57 .coupon_ct--15qDW.coupon_ct_un--2zhGc {
  padding-right: 10px;
}
.payking_payconfirm_jump--3AasS .payconfirm_jumcont--27Alz .payconfirm_jumcont_content--6OUGk .coupon_conter--2gr-N .coupon_list_content--3Kp57 .coupon_ct--15qDW h2 {
  font-size: 14px;
  line-height: 20px;
}
.payking_payconfirm_jump--3AasS .payconfirm_jumcont--27Alz .payconfirm_jumcont_content--6OUGk .coupon_conter--2gr-N .coupon_list_content--3Kp57 .coupon_ct--15qDW p {
  font-size: 12px;
  line-height: 17px;
  padding-top: 3px;
  color: rgba(0, 0, 0, 0.6);
}
.payking_payconfirm_jump--3AasS .payconfirm_jumcont--27Alz .payconfirm_jumcont_content--6OUGk .coupon_conter--2gr-N .coupon_list_content--3Kp57 .btns--32pVb {
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 58px;
  height: 26px;
  color: #00a699;
  border: 1px solid #00a699;
  text-align: center;
  line-height: 26px;
  font-size: 12px;
  border-radius: 50px;
}
.payking_payconfirm_jump--3AasS .payconfirm_jumcont--27Alz .payconfirm_jumcont_content--6OUGk .coupon_conter--2gr-N .coupon_list_content--3Kp57 .btns--32pVb.active--2tXWD {
  background: #00a699;
  color: #fff;
}
.payking_payconfirm_jump--3AasS .payconfirm_jumcont--27Alz .payconfirm_jumcont_content--6OUGk .coupon_conter--2gr-N .coupon_list_content--3Kp57 .btns--32pVb.disable--29UzX {
  background: #f5f5f5;
  color: #000;
  border: 1px solid #eaeaea;
}
.payking_payconfirm_jump--3AasS .payconfirm_jumcont--27Alz .payconfirm_jumcont_content--6OUGk .coupon_conter--2gr-N.jifen--2aJV5 {
  max-height: 300px;
  height: auto;
}
.payking_payconfirm_jump--3AasS .payconfirm_jumcont--27Alz .payconfirm_jumcont_content--6OUGk .coupon_conter--2gr-N.jifen--2aJV5 .coupon_list_content--3Kp57 {
  padding: 15px 10px 15px 0;
  min-height: auto;
}
.payking_payconfirm_jump--3AasS .payconfirm_jumcont--27Alz .payconfirm_jumcont_content--6OUGk .coupon_conter--2gr-N.jifen--2aJV5 .coupon_list_content--3Kp57 .coupon_ct--15qDW {
  padding-left: 15px;
}
.payking_payconfirm_jump--3AasS .payconfirm_jumcont--27Alz .payconfirm_jumcont_content--6OUGk .coupon_conter--2gr-N.jifen--2aJV5 .coupon_list_content--3Kp57:before {
  display: none;
}
.payking_payconfirm_jump--3AasS .payconfirm_jumcont--27Alz .payconfirm_jumcont_content--6OUGk .coupon_conter--2gr-N .coupon_list_nonum--Puu4H {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}
.couponTips--OihCw .tips_tx--1mTd7 {
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
}
.couponTips--OihCw .tips_tx--1mTd7 word-break:break-all,
.couponTips--OihCw .tips_tx--1mTd7 word-wrap:break-word p {
  padding-bottom: 2px;
}
.couponTips--OihCw .near_couponbox--3efjb {
  padding: 15px 0 0 ;
}
.couponTips--OihCw .tiptitle--2OT3X {
  font-size: 12px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.6);
  text-align: left;
}
.couponTips--OihCw .near_coupon--2QscW {
  background: rgba(0, 0, 0, 0.1);
  padding: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: rgba(0, 0, 0, 0.6);
}
.couponTips--OihCw .near_coupon--2QscW .coupon_title--1RxxD {
  width: 50px;
  text-align: center;
}
.couponTips--OihCw .near_coupon--2QscW .coupon_title--1RxxD h2 {
  font-size: 12px;
  line-height: 1;
}
.couponTips--OihCw .near_coupon--2QscW .coupon_title--1RxxD h2 em {
  font-size: 20px;
  line-height: 24px;
}
.couponTips--OihCw .near_coupon--2QscW .coupon_title--1RxxD p {
  font-size: 12px;
  line-height: 17px;
}
.couponTips--OihCw .near_coupon--2QscW .coupon_cont--v_NzR {
  padding: 0 0 0 8px;
}
.couponTips--OihCw .near_coupon--2QscW .coupon_cont--v_NzR p {
  text-align: left;
  font-size: 12px;
  line-height: 17px;
}
.couponTips--OihCw .near_coupon--2QscW .coupon_cont--v_NzR P + P {
  padding-top: 3px;
}
.parking_payconfirm_info--NNr0C {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  padding: 15px 20px;
  border-top: 1px solid #eaeaea;
}
.parking_payconfirm_info--NNr0C p {
  font-size: 11px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.6);
}
.parking_payconfirm_info--NNr0C h2 {
  padding-top: 8px;
  font-size: 16px;
  font-weight: bold;
}
.parking_payconfirm_info--NNr0C .paybtn_area--3X3AC {
  position: absolute;
  right: 20px;
  bottom: 15px;
}
.parking_payconfirm_info--NNr0C .paybtn_area--3X3AC .paybtn--1hQTm {
  width: 136px;
  height: 46px;
  font-size: 17px;
}
.edit_user_info_btn--3x8SZ {
  padding: 60px 20px 40px;
}
.edit_user_info_btn--3x8SZ .button--2GjU5 {
  height: 50px;
  line-height: 50px;
  font-size: 14px;
}
.upload_scan--3Tido {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
}
.upload_scan_image--3PFiE {
  position: absolute;
  top: 40px;
  left: 56px;
  right: 56px;
  bottom: 31px;
  background-size: cover !important;
  background: no-repeat center;
}
.game_result--2AKcg {
  padding: 35px 20px 30px;
  text-align: center;
}
.game_result--2AKcg .result_icon--3iSU- {
  width: 90px;
  margin: 0 auto;
  padding-bottom: 18px;
}
.game_result--2AKcg .result_icon--3iSU- img {
  display: block;
  width: 100%;
  height: auto;
}
.game_result--2AKcg h1 {
  text-align: center;
  font-size: 24px;
  line-height: 33px;
  font-weight: bold;
  padding-bottom: 16px;
  margin: 0;
}
.game_result--2AKcg .tip--1-bP3 {
  padding-bottom: 16px;
}
.game_result--2AKcg p {
  font-size: 15px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.6);
}
.game_result--2AKcg .gift_list--2wT4G {
  border: 1px solid #e7e7e7;
  padding: 10px 12px;
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 5px;
}
.game_result--2AKcg .gift_list--2wT4G .img_icon--2QIOd {
  width: 57px;
}
.game_result--2AKcg .gift_list--2wT4G .img_icon--2QIOd img {
  display: block;
  width: 100%;
  height: auto;
}
.game_result--2AKcg .gift_list--2wT4G .name--22zSv {
  font-size: 14px;
  line-height: 29px;
  padding-left: 12px;
  color: #854B07;
  width: 165px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.game_result--2AKcg .gift_list--2wT4G .use_btn--1SoAu {
  display: block;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.game_result--2AKcg .gift_list--2wT4G .use_btn--1SoAu.over--1Pmal {
  opacity: 0.5;
}
.game_result--2AKcg .links_area--3ZteD {
  text-align: center;
}
.game_result--2AKcg .game_result_btn--Zp_Nf {
  display: inline-block;
  height: 28px;
  border: 1px solid #FF9F00;
  text-align: center;
  padding: 0 10px;
  line-height: 28px;
  font-size: 12px;
  color: #FF9F00;
  border-radius: 5px;
}
.signin_gift--21yVy {
  padding: 22px;
  min-height: 100vh;
  background: #f5f5f5;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.signin_gift--21yVy .signin_giftlist--2OIOi {
  padding: 25px 15px 15px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.signin_gift--21yVy .signin_giftlist--2OIOi h2 {
  text-align: center;
}
.signin_gift--21yVy .signin_giftlist--2OIOi h2 span {
  display: inline-block;
  position: relative;
  padding: 0 10px;
  font-size: 15px;
  font-weight: bold;
}
.signin_gift--21yVy .signin_giftlist--2OIOi h2 span:after {
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  width: 30px;
  height: 1px;
  background: #e7e7e7;
}
.signin_gift--21yVy .signin_giftlist--2OIOi h2 span:before {
  content: '';
  position: absolute;
  right: 100%;
  top: 50%;
  width: 30px;
  height: 1px;
  background: #e7e7e7;
}
.signin_gift--21yVy .signin_giftlist--2OIOi .part_padding--37V3u {
  padding-bottom: 10px;
}
.signin_gift--21yVy .signin_giftlist--2OIOi .gift_lists--2tvSz {
  padding: 16px 80px 16px 52px;
  border-bottom: 1px dashed #e7e7e7;
  position: relative;
  min-height: 36px;
  display: flex;
  align-items: center;
}
.signin_gift--21yVy .signin_giftlist--2OIOi .gift_lists--2tvSz p {
  font-size: 13px;
  line-height: 17px;
  color: rgba(0, 0, 0, 0.6);
}
.signin_gift--21yVy .signin_giftlist--2OIOi .gift_lists--2tvSz .date--3HEUD {
  position: absolute;
  left: 0;
  top: 50%;
  height: 34px;
  margin-top: -17px;
  width: 40px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding-top: 7px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  color: #00a699;
  background: 50% 0 no-repeat;
  background-size: 100% 100%;
}
.signin_gift--21yVy .signin_giftlist--2OIOi .gift_lists--2tvSz .date--3HEUD.willdate--295Qb {
  color: rgba(0, 0, 0, 0.3);
}
.signin_gift--21yVy .signin_giftlist--2OIOi .gift_lists--2tvSz .use_button--1-4iq {
  position: absolute;
  right: 0;
  top: 50%;
  min-width: 55px;
  height: 24px;
  margin-top: -12px;
  text-align: center;
  line-height: 24px;
  color: #fff;
  font-size: 10px;
  border-radius: 50px;
  background: #fedee3;
}
.signin_gift--21yVy .signin_giftlist--2OIOi .gift_lists--2tvSz .use_button--1-4iq.bgcolor01--2sLuK {
  background: #F44860;
  cursor: pointer;
}
.signin_gift--21yVy .signin_giftlist--2OIOi .gift_lists--2tvSz .use_button--1-4iq.bgcolor02--3yiPK {
  background: #A6A6A6;
}
.flex_1--2KMuy {
  flex: 1;
}
.user_login--25cY9 {
  padding: 6px 20px;
  min-height: 100vh;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.user_login--25cY9 .mall_logo--3dOMc {
  width: 52px;
  padding: 24px 0;
}
.user_login--25cY9 .mall_logo--3dOMc img {
  display: block;
  width: 100%;
  height: auto;
}
.user_login--25cY9 .mall_name--3_Yux {
  font-size: 22px;
  line-height: 30px;
  font-weight: bold;
  padding-bottom: 6px;
}
.user_login--25cY9 .mall_txt--2YxAd {
  font-size: 15px;
  line-height: 22px;
  font-weight: 300;
}
.user_login--25cY9 .mall_login_form--3gDkR {
  padding: 6px 0 0;
}
.user_login--25cY9 .mall_login_form--3gDkR .form_list--Aoydm {
  padding-top: 24px;
}
.user_login--25cY9 .mall_login_form--3gDkR .form_list--Aoydm .form_line--2TzwH {
  border: 1px solid #e7e7e7;
  padding: 10px;
  position: relative;
  height: 22px;
  line-height: 22px;
}
.user_login--25cY9 .mall_login_form--3gDkR .form_list--Aoydm .form_line--2TzwH .qCode--3S7aM {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  padding: 10px;
  width: 80px;
  z-index: 3;
}
.user_login--25cY9 .mall_login_form--3gDkR .form_list--Aoydm .form_line--2TzwH .qCode--3S7aM .qCode_tx--3TdIZ {
  font-size: 14px;
  line-height: 22px;
  padding-left: 40px;
  background: 0 50% no-repeat;
  background-size: auto 18px;
}
.user_login--25cY9 .mall_login_form--3gDkR .form_list--Aoydm .form_line--2TzwH .qCode--3S7aM .qCode_tx--3TdIZ.padding--2hTI- {
  padding-top: 5px;
  padding-bottom: 5px;
}
.user_login--25cY9 .mall_login_form--3gDkR .form_list--Aoydm .form_line--2TzwH .qCode--3S7aM .qcode_down--NPLqX {
  position: absolute;
  left: -1px;
  right: -1px;
  top: 100%;
  padding: 5px;
  background: #fff;
  border: 1px solid #e7e7e7;
}
.user_login--25cY9 .mall_login_form--3gDkR .form_list--Aoydm .form_line--2TzwH .get_code--1vjsL {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 0;
  line-height: 22px;
  padding: 10px;
  width: 90px;
  text-align: center;
  color: #00a699;
}
.user_login--25cY9 .mall_login_form--3gDkR .form_list--Aoydm .form_line--2TzwH .formtx--3uiXK {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  border: 0 none;
  background: none;
  font-size: 16px;
  line-height: 22px;
}
.user_login--25cY9 .mall_login_form--3gDkR .form_list--Aoydm .form_line--2TzwH .label01--23oI9 {
  display: block;
}
.user_login--25cY9 .mall_login_form--3gDkR .form_list--Aoydm .form_line--2TzwH .label02--3rbn6 {
  padding-right: 10px;
  display: block;
}
.user_login--25cY9 .mall_login_form--3gDkR .form_list--Aoydm .form_tip--3PQJD {
  text-align: right;
  font-size: 13px;
  line-height: 2;
  padding-top: 10px;
  color: #767676;
}
.user_login--25cY9 .mall_login_form--3gDkR .form_list--Aoydm .form_tip--3PQJD span {
  cursor: pointer;
}
.user_login--25cY9 .mall_login_form--3gDkR .form_ruler--XDr8r {
  font-size: 12px;
  padding-top: 10px;
  line-height: 17px;
  margin-bottom: 10px;
}
.user_login--25cY9 .mall_login_form--3gDkR .form_ruler--XDr8r .link--lphy6 {
  color: #00a699;
  text-decoration: underline;
}
.user_login--25cY9 .mall_login_form--3gDkR .form_bindphone--2XOAt {
  font-size: 15px;
  margin-top: 20px;
  padding-top: 10px;
  line-height: 17px;
  text-align: center;
  margin-bottom: 10px;
  position: relative;
}
.user_login--25cY9 .mall_login_form--3gDkR .form_bindphone--2XOAt .link--lphy6 {
  color: #00a699;
}
.user_codeimg_line--1dirt {
  border: 1px solid #e7e7e7;
  font-size: 15px;
  line-height: 22px;
  padding: 5px 10px;
}
.user_codeimg_line--1dirt input {
  font-size: 15px !important;
}
.user_tipmessage--qoMSP {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 5;
}
.user_tipmessage--qoMSP .smarker--3XrBV {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
}
.user_tipmessage--qoMSP .tipCont--2xF-V {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 270px;
  background: #fff;
  border-radius: 7px;
  margin-left: -135px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.user_tipmessage--qoMSP .tipCont--2xF-V h2 {
  background: #00a699;
  border-radius: 7px 7px 0 0;
  padding: 15px 0;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  color: #fff;
}
.user_tipmessage--qoMSP .tipCont--2xF-V .contenter--3tkk0 {
  padding: 18px 16px;
  font-size: 13px;
  line-height: 30px;
  color: rgba(0, 0, 0, 0.6);
}
.user_tipmessage--qoMSP .tipCont--2xF-V .tip_footer--3dOYV {
  display: flex;
  width: 100%;
  height: 50px;
  position: relative;
}
.user_tipmessage--qoMSP .tipCont--2xF-V .tip_footer--3dOYV:before {
  content: '';
  position: absolute;
  background-color: #ddd;
  display: block;
  z-index: 1;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: 100%;
  height: 1PX;
  transform-origin: 50% 50%;
  transform: scaleY(0.5);
}
.user_tipmessage--qoMSP .tipCont--2xF-V .tip_footer--3dOYV .footer_btn--3oPrf {
  font-size: 16px;
  font-weight: bold;
  color: #00a699;
  text-align: center;
  box-sizing: border-box;
  text-decoration: none;
  outline: none;
  line-height: 50px;
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}
.user_tipmessage--qoMSP .tipCont--2xF-V .tip_footer--3dOYV .footer_btn--3oPrf:first-child {
  color: #000;
  opacity: 0.5;
  border-right: 1px solid #ddd;
}
.newUserGift--5Vuyl .title--2uXus {
  text-align: center;
}
.newUserGift--5Vuyl .title--2uXus span {
  font-size: 18px;
  font-weight: bold;
  line-height: 25px;
  padding: 0 10px;
  position: relative;
  display: inline-block;
}
.newUserGift--5Vuyl .title--2uXus span:after {
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  width: 46px;
  height: 1px;
  margin-top: -1px;
  background: rgba(0, 0, 0, 0.8);
}
.newUserGift--5Vuyl .title--2uXus span:before {
  content: '';
  position: absolute;
  right: 100%;
  top: 50%;
  width: 46px;
  height: 1px;
  margin-top: -1px;
  background: rgba(0, 0, 0, 0.8);
}
.newUserGift--5Vuyl .img_icon--2QIOd {
  width: 160px;
  margin: 0 auto;
  padding: 60px 0 20px;
}
.newUserGift--5Vuyl .img_icon--2QIOd img {
  display: block;
  width: 100%;
  height: auto;
}
.newUserGift--5Vuyl .content--3XZZ- {
  padding: 0 0 40px;
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
}
.newUserGift--5Vuyl .content--3XZZ- em {
  font-size: 22px;
  font-weight: bold;
}
.newUserGift--5Vuyl .content--3XZZ- span {
  padding-left: 5px;
}
.radius_5px--2_Vey {
  border-radius: 5px !important;
  font-size: 15px !important;
}
.radius_0px--1TXEW {
  border-radius: 0px !important;
  font-size: 15px !important;
}
.opacity_5--1F5JC {
  opacity: 0.5 !important;
}
.user_ruler_page--3v19M {
  padding: 20px;
  min-height: 100vh;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.service_parking_info_btn--4WbvF {
  padding: 20px 0 0;
}
.service_parking_intro--3Gv34 {
  min-height: 100vh;
}
.service_parking_intro--3Gv34 .title--2uXus {
  padding: 20px;
  font-size: 15px;
  line-height: 1;
  border-bottom: 1px solid #e7e7e7;
}
.service_parking_intro--3Gv34 .content--3XZZ- {
  padding: 20px;
}
.service_parking_intro--3Gv34 .content--3XZZ- img {
  display: block;
  width: 100%;
  height: auto;
}
.service_parking_intro--3Gv34 .content--3XZZ- .pic--SPaaU {
  padding: 0 0 20px;
  border-bottom: 1px solid #e7e7e7;
}
.service_parking_intro--3Gv34 .content--3XZZ- .intro--gs2r0 {
  padding: 20px 0 0;
  font-size: 14px;
  line-height: 2;
}
.traveling--31jdj {
  padding: 20px;
}
.traveling_title--3ak9c {
  font-size: 22px;
  line-height: 1.5;
  padding-bottom: 10px;
}
.traveling_banner--3XbEC {
  border-radius: 5px;
  overflow: hidden;
}
.traveling_banner--3XbEC img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 5px;
}
.traveling_brief--3ESWP {
  padding: 10px 0 0;
  font-size: 15px;
  line-height: 1.2;
}
.user_wgcarlist--2Lvo6 {
  margin-bottom: 20px;
  border: 1px solid #d5d5d5;
  border-radius: 4px;
}
.user_wgcarlist_title--3nh9q {
  background: #f5f5f5;
  padding: 12px 15px;
}
.user_wgcarlist_title_smalltt--uzPZG {
  font-size: 10px;
  line-height: 14px;
  color: #767676;
}
.user_wgcarlist_title_bigtt--3HjuA {
  padding-top: 3px;
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
  color: #484848;
}
.user_wgcarlist_content--rTjcn {
  padding-left: 15px;
}
.user_wgcarlist_content_item--3SDwa {
  padding: 12px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding-right: 12px;
}
.user_wgcarlist_content_item--3SDwa:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 8px;
  height: 8px;
  border: solid #979797;
  border-width: 1px 1px 0 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -4px;
}
.user_wgcarlist_content_item--3SDwa + .user_wgcarlist_content_item--3SDwa {
  border-top: 1px dashed rgba(0, 0, 0, 0.15);
}
.user_wgcarlist_content_item_icon--38WNk {
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  padding: 2px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin-right: 5px;
  color: #00A699;
  font-size: 0.8em;
}
.user_wgcarlist_content_item_icon--38WNk.wx--WnXem {
  color: #49B530;
}
.user_wgcarlist_content_item_tx--1oySl {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 17px;
}
.user_wgcarlist_content_item_flag--1Hq5x {
  position: relative;
  padding-right: 18px;
  font-size: 10px;
  line-height: 14px;
}
.user_wgcarlist_content_item_flag--1Hq5x p {
  color: #ff6600;
}
.user_wgcarlist_content_item_flag--1Hq5x.redcolor--mY8BD {
  color: #FF6C04;
}
.user_wgopen_banner--3KLP3 {
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 24px;
}
.user_wgopen_banner--3KLP3 img {
  display: block;
  border-radius: 8px;
  width: 100%;
  height: auto;
}
.user_wgopen_title--2l4rm {
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding: 0 0 10px;
}
.user_wgopen_content_item--w3XTu {
  padding: 16px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.15);
}
.user_wgopen_content_item--w3XTu .user_wgcarlist_content_item_tx--1oySl {
  font-size: 16px;
  line-height: 22px;
}
.wg_switch--fdQBk {
  -webkit-transform: scale(0.59);
  -moz-transform: scale(0.59);
  -ms-transform: scale(0.59);
  -o-transform: scale(0.59);
  transform: scale(0.59);
}
.user_wgopen_content_ruler--2o7cT {
  padding: 18px 0;
  font-size: 12px;
  line-height: 17px;
}
.user_wgopen_content_ruler--2o7cT .redcolor--mY8BD {
  color: #FF6C04;
  text-decoration: underline;
}
.user_wgopen_success--Z09kN {
  padding: 50px 30px 0;
}
.user_wgopen_success--Z09kN .success_icon--3LHR5 {
  width: 38px;
  height: 38px;
  background: url(./assets/img/icon_succe.bb0f028c.png) no-repeat;
  background-size: 100%;
  display: block;
  margin: 0 auto;
}
.user_wgopen_success--Z09kN .success_title--2t56G {
  margin: 0;
  margin-top: 13px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  opacity: 0.8;
  line-height: 25px;
}
.user_wgopen_success--Z09kN .success_intro--1bN3L {
  padding: 17px 0;
  font-size: 14px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 300;
}
.user_wgclose--2ThQa {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  min-height: 100vh;
  z-index: 10;
}
.user_wgclose--2ThQa .smark--ARnQP {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
}
.user_wgclose--2ThQa .wgcolse_btns--3U6yb {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px 20px 50px;
  z-index: 2;
}
.user_wgclose--2ThQa .wgcolse_btn--ZQf18 {
  height: 60px;
  border-radius: 8px;
  background: #fff;
  margin-top: 10px;
  font-size: 18px;
  line-height: 60px;
  text-align: center;
  color: #0250FF;
}
.userstarintegralwrap--2hC6E,
.salehistory--2bqnz,
.bookparking_succe--_nWt2,
.mall_service--1jMV1,
.usersignwrap--xRG59,
.game_result--2AKcg,
.traveling_wrap--1Gt_Y {
  min-height: 100vh;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.miseractivity_box--FZbeE {
  position: relative;
  min-height: 100vh;
}
.miseractivity_box_conter--13HHn {
  position: relative;
}
.miseractivity_box_img--3qqBp {
  display: block;
  width: 100%;
  height: auto;
}
.miseractivity_box_paybtn--172_T {
  display: block;
  position: absolute;
  left: 50%;
  bottom: 10%;
  width: 42%;
  height: 20%;
  margin-left: -21%;
}
.miseractivity_couponbtn--2t7EX {
  position: absolute;
  left: 8%;
  top: 2%;
  width: 25%;
  height: 6%;
  border-radius: 50px;
  cursor: pointer;
}
.miseractivity_historybtn--3ramN {
  position: absolute;
  right: 8%;
  top: 2%;
  width: 25%;
  height: 6%;
  border-radius: 50px;
  cursor: pointer;
}
.miseractivity_historybox--3dqei {
  min-height: 100vh;
  background: #f5f5f5;
  padding: 20px;
  box-sizing: border-box;
}
.miseractivity_historylist--2Esd3 {
  margin-bottom: 10px;
  border: 1px solid #e7e7e7;
  background: #fff;
}
.miseractivity_historylist_title--ImDEf {
  padding: 10px;
  position: relative;
}
.miseractivity_historylist_title_h2--3r1Bs {
  font-size: 16px;
  line-height: 28px;
  padding-right: 80px;
}
.miseractivity_historylist_title_p--1KE-g {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
}
.miseractivity_historylist_title_tip--dN25r {
  border-top: 1px solid #e7e7e7;
  padding: 10px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
}
.miseractivity_historylist_refundbtn--1CdJu {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 72px;
  height: 28px;
  border-radius: 30px;
  background: #00a699;
  text-align: center;
  line-height: 28px;
  color: #fff;
  font-size: 14px;
}
.forget_password--1fdyt {
  margin-top: 10px;
  font-size: 12px;
  color: #00a699;
}
.change_sumbit---7RfQ {
  margin-top: 20px;
}
.user_center_container--1ISEB {
  width: 100%;
  height: 100%;
  background: #fff;
  position: relative;
  margin: 0 auto;
  padding-bottom: 70px;
  box-sizing: border-box;
}
.user_center_top--2CWDM {
  padding: 26px 20px 0;
  display: flex;
  align-items: center;
}
.user_center_top--2CWDM .user_avatar_img--1CCoH {
  width: 75px;
  height: 75px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 100%;
  max-width: 75px;
  flex: 1;
}
.user_center_top--2CWDM .user_login_area--INjV- {
  flex: 1;
  padding-left: 20px;
}
.user_center_top--2CWDM .user_login_area--INjV- h1 {
  font-size: 24px;
  line-height: 33px;
  color: #000;
  margin: 0;
  font-weight: bold;
  opacity: 0.8;
}
.user_center_top--2CWDM .user_login_area--INjV- p {
  margin-top: 11px;
  font-size: 14px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 300;
}
.user_center_bottom--2yEH8 {
  padding: 20px;
  margin-top: 18px;
}
.user_center_bottom--2yEH8 .user_basic_info--XtJWO {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.user_center_bottom--2yEH8 .user_basic_block_con--Ch0Yu {
  flex: 1;
  display: flex;
}
.user_center_bottom--2yEH8 .user_basic_block_con--Ch0Yu .user_basic_block--1C4Jg {
  width: 0;
  flex-grow: 1;
}
.user_center_bottom--2yEH8 .user_basic_block_con--Ch0Yu .user_basic_block--1C4Jg h1 {
  font-size: 18px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.8);
  line-height: 25px;
  margin: 0;
  text-align: center;
}
.user_center_bottom--2yEH8 .user_basic_block_con--Ch0Yu .user_basic_block--1C4Jg h1.hasnew--2YF4d {
  position: relative;
}
.user_center_bottom--2yEH8 .user_basic_block_con--Ch0Yu .user_basic_block--1C4Jg h1.hasnew--2YF4d:after {
  content: "";
  position: absolute;
  left: 100%;
  top: -3px;
  width: 6px;
  height: 6px;
  border-radius: 20px;
  background: #ff5a5f;
}
.user_center_bottom--2yEH8 .user_basic_block_con--Ch0Yu .user_basic_block--1C4Jg p {
  font-size: 12px;
  font-weight: 400;
  color: #000;
  line-height: 17px;
  opacity: 0.5;
  text-align: center;
}
.user_center_bottom--2yEH8 .user_upload_ticket--iQKMw {
  background: #00a699;
  box-shadow: 0px 2px 4px 0px rgba(193, 193, 193, 0.5);
  border-radius: 20px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  line-height: 20px;
  padding: 9px 20px;
}
.user_center_link--18gwk {
  border-top: 8px solid #f8f8f8;
  padding: 16px 20px;
  background: #fff;
}
.user_center_link--18gwk .user_center_version--1PhxJ {
  padding-top: 12px;
  font-size: 12px;
  color: #e8e8e8;
  line-height: 17px;
  text-align: center;
}
.user_center_link--18gwk .user_center_link_list--2A3_o {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #eaeaea;
}
.user_center_link--18gwk .user_center_link_list--2A3_o p {
  font-size: 16px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.8);
  position: relative;
  font-weight: 300;
}
.user_center_link--18gwk .user_center_link_list--2A3_o p.hasnew--2YF4d {
  position: relative;
}
.user_center_link--18gwk .user_center_link_list--2A3_o p.hasnew--2YF4d:after {
  content: "";
  position: absolute;
  left: 100%;
  top: -3px;
  width: 6px;
  height: 6px;
  border-radius: 20px;
  background: #ff5a5f;
}
.user_center_link--18gwk .user_center_link_list--2A3_o .dot--vTTez {
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background: #ff5a5f;
  display: block;
  position: absolute;
  right: -8px;
  top: -2px;
  margin: 0;
}
.user_center_link--18gwk .user_center_link_list--2A3_o .user_center_icon--2Hxai {
  width: 20px;
  height: 20px;
}
.bind_take_card--OvQeG {
  width: 230px;
  margin: 0 auto;
  padding: 20px 0 40px;
}
.bind_take_card--OvQeG h1 {
  font-size: 18px;
  font-weight: 500;
  padding: 10px 0;
}
.bind_take_card--OvQeG p {
  font-size: 14px;
  padding: 6px 0;
  display: flex;
  align-items: center;
}
.bind_take_card--OvQeG p img {
  padding-right: 8px;
  width: 14px;
  height: 14px;
  display: inline-block;
}
.bind_takecard_btn--o0Y-C {
  margin: 50px 10px 0;
}
.user_card_container--10YJ2 {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  position: relative;
  background: #f5f5f5;
}
.user_card_container--10YJ2 .user_card--2oj7N {
  margin: 0 auto;
  position: relative;
  width: 310px;
  height: 170px;
  background: url(./assets/img/card.51e02fd4.png) no-repeat;
  background-size: 100%;
  border-radius: 8px;
}
.user_card_container--10YJ2 .user_card_logo--_CWwN {
  padding: 16px 16px 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.user_card_container--10YJ2 .user_card_logo--_CWwN img {
  width: 184px;
}
.user_card_container--10YJ2 .user_card_logo--_CWwN p {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 2px;
  font-size: 9px;
  color: #fff;
  line-height: 14px;
  padding: 1px 5px;
}
.user_card_container--10YJ2 .user_card_num--1HxkJ {
  padding: 0 16px 16px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: right;
}
.user_card_container--10YJ2 .user_card_num--1HxkJ h1 {
  font-size: 11px;
  color: #fff;
  line-height: 16px;
  margin: 0;
}
.user_card_container--10YJ2 .user_card_num--1HxkJ p {
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  line-height: 21px;
  letter-spacing: 2px;
  text-shadow: 0px 0px 1px #306891;
  margin-top: 3px;
}
.user_card_container--10YJ2 .user_card_detail--2GpYt {
  margin-top: -50px;
  background: linear-gradient(360deg, #fff 90%, #f5f5f5 100%);
  box-shadow: 0px 4px 7px 0px rgba(203, 203, 203, 0.5);
  padding-top: 65px;
  margin-bottom: 46px;
}
.user_card_container--10YJ2 .user_card_detail--2GpYt strong {
  font-size: 12px;
  color: #000;
  line-height: 17px;
  text-align: center;
  display: block;
  padding: 6px 0 6px;
}
.user_card_container--10YJ2 .user_card_detail--2GpYt .card_time--3Qdq0 {
  text-align: center;
  padding: 0 0 10px;
}
.user_card_container--10YJ2 .user_card_detail--2GpYt .card_time--3Qdq0 span {
  display: inline-block;
  border-radius: 20px;
  padding: 0 10px;
  font-size: 10px;
  background: #f5f5f5;
  color: rgba(0, 0, 0, 0.6);
}
.user_card_wrapper--2E2tV {
  padding: 23px 20px 0;
}
.user_card_qrCode--lzbjJ {
  width: 140px;
  height: 140px;
  margin: 0 auto;
}
.user_right--2KV9H {
  position: relative;
  width: 100%;
  background: url(./assets/img/line.b0687677.png) no-repeat top center;
  background-size: 104%;
  padding-top: 20px;
}
.user_right--2KV9H .user_right_btn--3p3Rx {
  width: 100%;
  text-align: center;
  font-size: 12px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.8);
  line-height: 17px;
  padding: 10px 0;
  background: #f5f5f5;
}
.user_right--2KV9H .user_right_btn--3p3Rx.active--2tXWD {
  padding-bottom: 14px;
  opacity: 0.6;
  border-top: 1px dashed #f5f5f5;
}
.user_right--2KV9H .user_right_btn--3p3Rx.active--2tXWD span {
  transform: rotate(-180deg);
}
.user_right--2KV9H .user_right_btn--3p3Rx span {
  width: 14px;
  height: 14px;
  background: rgba(0, 0, 0, 0.15);
  border-radius: 100%;
  display: inline-block;
  vertical-align: middle;
  margin-left: 6px;
  position: relative;
}
.user_right--2KV9H .user_right_btn--3p3Rx span::before {
  width: 5px;
  height: 5px;
  content: "";
  display: block;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -65%) rotate(135deg);
}
.user_right--2KV9H .user_right_detail--1k1BK {
  padding: 0 16px;
}
.user_right--2KV9H .user_right_detail--1k1BK .user_right_img--23WPq {
  width: 90%;
  margin-left: 5%;
}
.user_right--2KV9H .user_right_detail--1k1BK ul li {
  margin-bottom: 16px;
}
.user_right--2KV9H .user_right_detail--1k1BK p {
  padding-left: 7px;
  font-size: 12px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.6);
  line-height: 17px;
}
.user_right--2KV9H .user_right_detail--1k1BK .user_right_title--3TET5 {
  font-size: 14px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.8);
  line-height: 20px;
  margin: 0 0 4px 0;
}
.user_right--2KV9H .user_right_detail--1k1BK .user_right_title--3TET5::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 3px;
  height: 16px;
  background: #00a699;
  margin-right: 4px;
}
.user_right--2KV9H .user_right_detail--1k1BK .user_right_title--3TET5 span {
  display: inline-block;
  vertical-align: middle;
}
.user_coupon_container--2EDje {
  width: 100%;
  min-height: 100vh;
  background: #f5f5f5;
  position: relative;
}
.user_coupon_container--2EDje .user_coupon_input_con--26ruF {
  padding: 10px;
}
.user_coupon_container--2EDje .user_coupon_input_con--26ruF .user_coupon_txt_con--2LBmv {
  background: #fff;
  padding: 14px 0 14px 15px;
  border-radius: 2px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.user_coupon_container--2EDje .user_coupon_input_con--26ruF .user_coupon_txt_con--2LBmv .icon_scan--1t_Jl {
  position: absolute;
  right: 80px;
  fill: #666;
  font-size: 1.2em;
}
.user_coupon_container--2EDje .user_coupon_input_con--26ruF .user_coupon_input--2YhzN {
  margin: -14px 0;
  padding: 14px 0;
  border: none;
  font-size: 14px;
  color: #000;
  opacity: 0.8;
  line-height: 20px;
  background: #fff;
  height: auto;
}
.user_coupon_container--2EDje .user_coupon_input_con--26ruF .user_coupon_scan_btn_con--3cJS2 {
  display: flex;
  align-items: center;
}
.user_coupon_container--2EDje .user_coupon_input_con--26ruF .user_coupon_scan_btn--3jduE {
  width: 18px;
  height: 18px;
  vertical-align: middle;
  fill: #000;
  opacity: 0.6;
}
.user_coupon_container--2EDje .user_coupon_input_con--26ruF .user_coupon_get_btn---82g- {
  font-size: 14px;
  font-weight: bold;
  color: #00a699;
  line-height: 20px;
  width: 70px;
  text-align: center;
  position: relative;
}
.user_coupon_container--2EDje .user_coupon_input_con--26ruF .user_coupon_get_btn---82g-:before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 30px;
  background: #000;
  opacity: 0.15;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.user_coupon_container--2EDje .user_coupon_tips_con--1pmnh {
  font-size: 12px;
  color: #000;
  opacity: 0.6;
  line-height: 20px;
  padding: 10px 18px;
}
.user_coupon_container--2EDje .user_coupon_tips_con--1pmnh h1 {
  font-size: 12px;
  line-height: 20px;
  margin: 0;
}
.user_coupon_container--2EDje .user_coupon_view_btn--dAFkj {
  font-size: 12px;
  color: #00a699;
  line-height: 17px;
  position: absolute;
  bottom: 54px;
  left: 50%;
  transform: translate(-50%, 0);
}
.message_container--U39Ur {
  width: 100%;
  min-height: 100vh;
  background: #f5f5f5;
  position: relative;
  padding-bottom: 70px;
  box-sizing: border-box;
}
.message_container--U39Ur .message_wrapper--3kFvK {
  padding: 16px 20px 0;
  min-height: calc(100vh - 70px);
}
.message_container--U39Ur .message_wrapper--3kFvK > div > div {
  min-height: calc(100vh - 70px);
}
.message_container--U39Ur .message_list_con--NHaUy {
  width: 100%;
}
.message_container--U39Ur .message_list--22yoq {
  background: #fff;
  margin-bottom: 10px;
  padding: 0 10px;
  border-radius: 4px;
  margin: 12px 0;
}
.message_container--U39Ur .message_time_title--32hT- {
  font-size: 10px;
  color: #767676;
  line-height: 14px;
  margin: 0 auto;
  text-align: center;
}
.message_container--U39Ur .message_header--1VaIu {
  display: flex;
  padding: 7px 0;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #eaeaea;
}
.message_container--U39Ur .message_header--1VaIu .message_brand_con--2NjbV {
  display: flex;
  align-items: center;
}
.message_container--U39Ur .message_header--1VaIu .message_brand_img--q9iPN {
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-size: contain;
  background-image: url(./assets/img/capitastar_logo.dc3527c8.png);
  max-width: 24px;
}
.message_container--U39Ur .message_header--1VaIu p {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 17px;
  margin-left: 8px;
}
.message_container--U39Ur .message_header--1VaIu i {
  font-size: 10px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 14px;
}
.message_container--U39Ur .message_txt_con--1Agfv {
  padding-bottom: 14px;
}
.message_container--U39Ur .message_txt_con--1Agfv h1 {
  font-size: 14px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.8);
  line-height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin: 5px 0;
}
.message_container--U39Ur .message_txt_con--1Agfv p {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.8);
  line-height: 17px;
}
.message_container--U39Ur .message_txt_con--1Agfv .message_more_btn--f0JOB {
  color: #00a699;
  font-size: 10px;
  line-height: 14px;
  display: block;
  text-align: right;
  margin-top: 10px;
}
.message_empty_container--31LBs {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
}
.message_empty_container--31LBs .message_empty_wrapper--1YKj6 {
  padding: 18px 22px 0;
}
.message_empty_container--31LBs h1 {
  font-size: 24px;
  font-weight: bold;
  color: #484848;
  line-height: 33px;
  margin: 0;
}
.message_empty_container--31LBs p {
  font-size: 16px;
  color: #000;
  opacity: 0.6;
  line-height: 22px;
  margin-top: 4px;
}
.message_empty_container--31LBs .message_empty_img_con--5w0Qh {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  text-align: center;
}
.message_empty_container--31LBs .message_empty_img_con--5w0Qh img {
  width: 164px;
  display: block;
  margin: 0 auto;
}
.message_empty_container--31LBs .message_empty_img_con--5w0Qh i {
  font-size: 14px;
  color: #000;
  opacity: 0.6;
  line-height: 20px;
  margin-top: 6px;
}
.edit_user_info_container--vobql {
  width: 100%;
  min-height: 100vh;
  background: #fff;
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding-top: 15px;
}
.unuser_addcar--26qC0 {
  padding-top: 20px;
}
.user_add_car_con--R-O9d {
  width: 100%;
  min-height: 100vh;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
  background: #fff;
}
.user_add_car_con--R-O9d.non_member--2_myC .user_add_car--RhHcr {
  padding: 8px 5px 0;
}
.user_add_car_con--R-O9d .user_add_car--RhHcr {
  padding: 29px 5px 0;
}
.user_add_car_con--R-O9d .user_add_car--RhHcr .user_title_txt--18Xw5 {
  font-size: 16px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.8);
  padding: 0 15px;
  margin: 0;
  margin-bottom: 10px;
  font-weight: bold;
}
.user_add_car_con--R-O9d .title_txt_h1--2FWep {
  font-size: 22px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.8);
  line-height: 30px;
  padding: 10px 20px 0;
  margin: 0;
}
.user_add_car_con--R-O9d .title_txt_h1--2FWep.txt_h2--3BFDm {
  font-size: 16px;
  line-height: 22px;
  padding-top: 24px;
}
.user_add_car_con--R-O9d .title_txt_h1--2FWep span {
  font-size: 12px;
  font-weight: 400;
  color: #767676;
  line-height: 17px;
}
.user_add_car_con--R-O9d .user_payorder_no--1Tckx {
  border-top: 10px solid #f5f5f5;
  margin-top: 20px;
}
.user_add_car_con--R-O9d .user_payorder_no--1Tckx .payorder_form--v6fmT {
  margin: 16px 20px 0;
  border: 1px solid #d5d5d5;
  padding: 10px 80px 10px 10px;
  height: 20px;
  position: relative;
  font-size: 14px;
  line-height: 20px;
  border-radius: 4px;
}
.user_add_car_con--R-O9d .user_payorder_no--1Tckx .payorder_form--v6fmT .formtx--3uiXK {
  display: block;
  width: 100%;
  line-height: inherit;
  border: none;
  margin: none;
  padding: none;
  background: none;
}
.user_add_car_con--R-O9d .user_payorder_no--1Tckx .payorder_form--v6fmT .payorder_tip--7mEOI {
  position: absolute;
  right: 0;
  top: 10px;
  bottom: 10px;
  padding: 0 10px;
  color: #ff5a5f;
}
.user_add_car_con--R-O9d .user_search_invoice--35E1I {
  padding: 0 20px 20px;
}
.user_add_car_con--R-O9d .user_search_invoice--35E1I .history_list--1bhEp {
  margin: 10px 0 20px;
  border-radius: 2px;
  border: 1px solid #d5d5d5;
  padding: 0 10px;
}
.user_add_car_con--R-O9d .user_search_invoice--35E1I .history_list--1bhEp .intro--gs2r0 {
  padding: 0 8px;
  color: rgba(0, 0, 0, 0.6);
  padding: 12px 0 8px;
}
.user_add_car_con--R-O9d .user_search_invoice--35E1I .history_list--1bhEp .intro--gs2r0 h2 {
  padding: 0 0 10px;
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
}
.user_add_car_con--R-O9d .user_search_invoice--35E1I .history_list--1bhEp .intro--gs2r0 p {
  font-size: 12px;
  line-height: 20px;
}
.user_add_car_con--R-O9d .user_search_invoice--35E1I .history_list--1bhEp .payinfo--32aFc {
  border-top: 1px dashed #d5d5d5;
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
}
.user_add_car_con--R-O9d .user_search_invoice--35E1I .history_list--1bhEp .payinfo--32aFc .pay--29D-T {
  font-size: 16px;
  line-height: 25px;
  color: rgba(0, 0, 0, 0.8);
  font-weight: bold;
}
.user_add_car_con--R-O9d .user_search_invoice--35E1I .history_list--1bhEp .payinfo--32aFc .pay--29D-T span {
  color: #00a699;
}
.user_add_car_con--R-O9d .user_search_invoice--35E1I .history_list--1bhEp .payinfo--32aFc .invoice--mFFFA {
  width: 70px;
  height: 25px;
  font-size: 12px;
  text-align: center;
  line-height: 25px;
  border-radius: 30px;
  color: #00a699;
}
.user_add_car_con--R-O9d .user_search_invoice--35E1I .history_list--1bhEp .payinfo--32aFc .invoice--mFFFA.border--2nAdM {
  border: 1px solid #00a699;
  background: #00a699;
  color: #fff;
}
.user_add_car_con--R-O9d .user_car_info--3WLiF {
  position: relative;
  width: 100%;
  display: flex;
}
.user_add_car_con--R-O9d .user_car_info--3WLiF:before {
  content: "";
  width: calc(100% - 30px);
  display: block;
  height: 1px;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 10;
}
.user_add_car_con--R-O9d .user_car_info--3WLiF .user_arrow--39WF7 {
  width: 25px;
  height: 25px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-80%);
  -webkit-transform: translateY(-80%);
}
.user_add_car_con--R-O9d .user_car_info--3WLiF div {
  flex: 1;
  text-align: left;
}
.user_add_car_con--R-O9d .car_no_con--2fIkM {
  display: flex;
  padding: 8px 15px 0;
}
.user_add_car_con--R-O9d .car_no_con--2fIkM .car_license_item--1yOea {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  background: #fff;
  font-size: 18px;
  width: 34px;
  height: 38px;
  border: 1px solid #e4e4e4;
  border-radius: 3px;
  position: relative;
  margin-right: 5px;
  min-width: 34px;
}
.user_add_car_con--R-O9d .car_no_con--2fIkM .car_license_item--1yOea:first-child {
  font-weight: bold;
}
.user_add_car_con--R-O9d .car_no_con--2fIkM .car_license_item--1yOea.active--2tXWD {
  border: 1px solid #00a699;
}
.user_add_car_con--R-O9d .car_no_con--2fIkM .car_license_item--1yOea.addNo--3m3MN:after {
  content: "";
  display: block;
  width: 1px;
  height: 16px;
  background: #e7e7e7;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
}
.user_add_car_con--R-O9d .car_no_con--2fIkM .car_license_item--1yOea.addNo--3m3MN:before {
  content: "";
  display: block;
  width: 1px;
  height: 16px;
  background: #e7e7e7;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(-50%, -50%);
}
.user_add_car_con--R-O9d .car_no_con--2fIkM .car_license_item--1yOea:first-child {
  margin-right: 22px;
}
.user_add_car_con--R-O9d .car_no_con--2fIkM .car_license_item--1yOea:first-child:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 50%;
  right: -14px;
  transform: translate(0, -50%);
}
.user_add_car_con--R-O9d .btn_con--1gFxZ {
  padding: 0 20px;
  margin-top: 44px;
}
.user_add_car_con--R-O9d .btn_con--1gFxZ.makeinvoice_btn--wLV5L {
  margin: 26px 0 0;
}
.user_add_car_con--R-O9d .btn_con--1gFxZ.unuserbtn--3YwWR {
  margin: 28px 0 22px;
}
.user_add_car_con--R-O9d .btn_con--1gFxZ .btn--q1SYB {
  width: 100%;
  color: #fff;
  font-weight: bold;
  background: #00a699;
  border-radius: 25px;
  text-align: center;
  font-size: 16px;
  height: 45px;
  line-height: 45px;
}
.user_add_car_con--R-O9d .tips_con--3urRJ {
  padding: 0 16px;
  margin-top: 155px;
}
.user_add_car_con--R-O9d .tips_con--3urRJ p {
  font-size: 15px;
  font-weight: 300;
  color: #767676;
  line-height: 24px;
}
.user_add_car_con--R-O9d .mask--B2h64 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: none;
  z-index: 13;
  padding: 60px 25px 100px;
}
.user_add_car_con--R-O9d .provinces--3t5f6 {
  overflow: hidden;
  background-color: #f5f5f5;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10000;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
  padding: 8px 0 20px;
}
.user_add_car_con--R-O9d .remove_btn--1c9W6 {
  width: 50px;
  height: 35px;
  line-height: 35px;
  font-size: 16px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #ddd;
  margin: 2px;
  float: left;
}
.user_add_car_con--R-O9d .close_btn--zBmQP {
  width: 50px;
  height: 35px;
  line-height: 35px;
  font-size: 16px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #ddd;
  margin: 2px;
  float: left;
}
.user_add_car_con--R-O9d .item_list--3FscO {
  font-size: 16px;
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  border: 1px solid #ddd;
  margin: 2px;
  background-color: #fff;
  -webkit-box-flex: 0;
  flex: none;
  border-radius: 3px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.non_member_car_panel--1Xfg5 {
  padding: 0 20px;
  border-top: 10px solid #f5f5f5;
}
.non_member_car_panel--1Xfg5 .non_member_bind--1fwWy {
  display: block;
  border-bottom: 1px solid #f4f4f4;
  padding: 15px 0 15px 26px;
  position: relative;
}
.non_member_car_panel--1Xfg5 .non_member_bind--1fwWy:last-child {
  border-bottom: none;
}
.non_member_car_panel--1Xfg5 .non_member_bind--1fwWy:after {
  content: "";
  position: absolute;
  right: 8px;
  top: 50%;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border: solid rgba(0, 0, 0, 0.4);
  border-width: 1px 1px 0 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.non_member_car_panel--1Xfg5 .non_member_bind--1fwWy p {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.8);
  line-height: 20px;
}
.non_member_car_panel--1Xfg5 .non_member_bind--1fwWy .iconimg--3MaBi {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 16px;
}
.non_member_car_panel--1Xfg5 .non_member_bind--1fwWy .iconimg--3MaBi img {
  display: block;
  width: 100%;
  height: auto;
}
.non_member_car_panel--1Xfg5 .park_banner--1ZKnN {
  margin: 24px 0 32px;
}
.non_member_car_panel--1Xfg5 .park_banner--1ZKnN img {
  width: 100%;
  border-radius: 10px;
  display: block;
}
.non_member_car_panel--1Xfg5 .park_block--2ifJM {
  padding-bottom: 26px;
}
.non_member_car_panel--1Xfg5 .park_block--2ifJM .title_txt_h1--2FWep {
  padding: 0;
}
.non_member_car_panel--1Xfg5 .park_block--2ifJM .parking_empty--1jGO8 {
  padding: 5px 0;
  letter-spacing: -5px;
  margin: 10px -5px 0;
  overflow-x: auto;
  white-space: nowrap;
}
.non_member_car_panel--1Xfg5 .park_block--2ifJM .parking_empty--1jGO8 .emptypark_list--bOEwg {
  width: 85px;
  padding: 5px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
}
.non_member_car_panel--1Xfg5 .park_block--2ifJM .parking_empty--1jGO8 .emptypark_list--bOEwg .list--3goWI {
  height: 77px;
  background: #fff;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  letter-spacing: normal;
  border-radius: 10px;
}
.non_member_car_panel--1Xfg5 .park_block--2ifJM .parking_empty--1jGO8 .emptypark_list--bOEwg .list--3goWI h2 {
  font-size: 22px;
  line-height: 30px;
  font-weight: bold;
}
.non_member_car_panel--1Xfg5 .park_block--2ifJM .parking_empty--1jGO8 .emptypark_list--bOEwg .list--3goWI p {
  font-size: 13px;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.6);
}
.non_member_car_panel--1Xfg5 .park_block--2ifJM .park_info--2CQ7S {
  margin-top: 20px;
}
.non_member_car_panel--1Xfg5 .park_block--2ifJM .park_info--2CQ7S h3 {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.8);
  line-height: 21px;
  position: relative;
  margin-bottom: 8px;
}
.non_member_car_panel--1Xfg5 .park_block--2ifJM .park_info--2CQ7S h3:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #767676;
  position: absolute;
  top: 7px;
  left: 0;
  border-radius: 100%;
}
.non_member_car_panel--1Xfg5 .park_block--2ifJM .park_info--2CQ7S h3 em {
  padding-left: 13px;
  display: block;
}
.non_member_car_panel--1Xfg5 .park_block--2ifJM .arrow_btn--23Pvw {
  width: 20px;
  height: 20px;
  position: relative;
  margin: 0 auto;
  background: url(./assets/img/arrow.0b458508.png) no-repeat 50% 50%;
  background-size: 13px;
}
.parking_discount--28_Mo {
  width: 100%;
  height: 100vh;
  background: #f8f8f8;
  position: relative;
}
.parking_discount--28_Mo .park_tips_con--3BZ3b {
  padding: 0 20px;
  display: flex;
  height: 60px;
  justify-content: space-between;
  align-items: center;
  background: #fff;
}
.parking_discount--28_Mo .park_tips_con--3BZ3b .title_txt--13TiK {
  color: rgba(0, 0, 0, 0.8);
  font-size: 15px;
  line-height: 21px;
  margin: 0;
}
.parking_discount--28_Mo .park_tips_con--3BZ3b .title_txt--13TiK span {
  font-weight: 400;
}
.parking_discount--28_Mo .park_point_con--2kxq8 {
  margin-top: 10px;
  padding: 20px 20px 10px;
  background: #fff;
}
.parking_discount--28_Mo .park_point_con--2kxq8 .title_txt--13TiK {
  font-size: 18px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.8);
  line-height: 24px;
}
.parking_discount--28_Mo .park_point_con--2kxq8 .tips_con--3urRJ {
  margin-top: 18px;
  display: flex;
  justify-content: space-between;
}
.parking_discount--28_Mo .park_point_con--2kxq8 .tips_con--3urRJ h2 {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  opacity: 0.6;
  line-height: 20px;
}
.parking_discount--28_Mo .park_point_con--2kxq8 .tips_con--3urRJ h3 {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  opacity: 0.8;
  line-height: 20px;
}
.parking_discount--28_Mo .park_point_con--2kxq8 .slider_con--2Aljp {
  margin-top: 24px;
  height: 26px;
  width: 100%;
  position: relative;
}
.parking_discount--28_Mo .park_point_con--2kxq8 .slider_con--2Aljp .slider_btn--MEHZF {
  width: 24px;
  height: 24px;
  background: #ffffff;
  border: 1px solid #00a699;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.parking_discount--28_Mo .park_point_con--2kxq8 .slider_con--2Aljp .slider_btn--MEHZF:before {
  content: "";
  width: 10px;
  height: 2px;
  background: #00a699;
  display: block;
  border-radius: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.parking_discount--28_Mo .park_point_con--2kxq8 .slider_con--2Aljp .slider_btn--MEHZF.min--3surl {
  left: 0;
}
.parking_discount--28_Mo .park_point_con--2kxq8 .slider_con--2Aljp .slider_btn--MEHZF.plus--3nBXe {
  right: 0;
}
.parking_discount--28_Mo .park_point_con--2kxq8 .slider_con--2Aljp .slider_btn--MEHZF.plus--3nBXe:after {
  content: "";
  width: 2px;
  height: 10px;
  background: #00a699;
  display: block;
  border-radius: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.parking_discount--28_Mo .park_point_con--2kxq8 .slider_tips_con--2f2GX {
  margin-top: 8px;
  display: flex;
  justify-content: space-between;
}
.parking_discount--28_Mo .park_point_con--2kxq8 .slider_tips_con--2f2GX h2 {
  font-size: 10px;
  line-height: 14px;
  color: rgba(0, 0, 0, 0.4);
  font-weight: 400;
}
.parking_discount--28_Mo .park_point_con--2kxq8 .slider_tips_con--2f2GX h2 span {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
  display: block;
  margin-top: 5px;
}
.parking_discount--28_Mo .park_point_con--2kxq8 .slider_tips_con--2f2GX h2 span.span_lt--1YbQ6 {
  text-align: left;
}
.parking_discount--28_Mo .park_point_con--2kxq8 .slider_tips_con--2f2GX h2 span.span_rt--3Q42c {
  text-align: right;
}
.parking_discount--28_Mo .btn_con--1gFxZ {
  padding: 28px 20px;
}
.parking_discount--28_Mo .btn_con--1gFxZ .btn--q1SYB {
  width: 100%;
  height: 45px;
  background: #00a699;
  font-size: 16px;
  font-weight: bold;
  line-height: 45px;
  border-radius: 30px;
  text-align: center;
  color: #fff;
}
.parking_discount--28_Mo .park_rule--2-nXu {
  padding: 0 20px;
}
.parking_discount--28_Mo .park_rule--2-nXu h1 {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  line-height: 22px;
  margin: 0;
}
.parking_discount--28_Mo .park_rule--2-nXu .txt_con--3y2Wy {
  margin-top: 10px;
}
.parking_discount--28_Mo .park_rule--2-nXu .txt_con--3y2Wy p {
  font-size: 12px;
  color: #000;
  opacity: 0.8;
  line-height: 17px;
}
.parking_discount--28_Mo .park_rule--2-nXu .used_coupon--2JsZP {
  margin-top: 17px;
}
.parking_discount--28_Mo .park_rule--2-nXu .used_coupon--2JsZP h2 {
  font-size: 12px;
  color: #000;
  opacity: 0.6;
  line-height: 24px;
}
.parking_discount--28_Mo .park_rule--2-nXu .used_coupon--2JsZP .coupon_item--Yx8yW {
  padding: 7px 0;
  background: #fff;
  display: flex;
  align-items: center;
}
.parking_discount--28_Mo .park_rule--2-nXu .used_coupon--2JsZP .coupon_item_info--w8i4A {
  flex: 1;
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  color: #000;
  opacity: 0.6;
}
.parking_discount--28_Mo .park_rule--2-nXu .used_coupon--2JsZP .coupon_item_info--w8i4A:after {
  width: 1px;
  height: 52px;
  content: "";
  display: block;
  background: #000;
  opacity: 0.05;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.parking_discount--28_Mo .park_rule--2-nXu .used_coupon--2JsZP .coupon_item_info--w8i4A h1 {
  font-size: 20px;
  line-height: 28px;
  margin: 0;
  font-weight: 400;
}
.parking_discount--28_Mo .park_rule--2-nXu .used_coupon--2JsZP .coupon_item_info--w8i4A h1 span {
  font-size: 12px;
}
.parking_discount--28_Mo .park_rule--2-nXu .used_coupon--2JsZP .coupon_item_info--w8i4A h2 {
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
}
.parking_discount--28_Mo .park_rule--2-nXu .used_coupon--2JsZP .coupon_car_info--3ZvRc {
  flex: 3;
  text-align: left;
  padding-left: 14px;
  padding-top: 5px;
}
.parking_discount--28_Mo .park_rule--2-nXu .used_coupon--2JsZP .coupon_car_info--3ZvRc h1 {
  margin: 0;
  margin-bottom: 6px;
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  color: #000;
  opacity: 0.6;
}
.parking_discount--28_Mo .park_rule--2-nXu .used_coupon--2JsZP .coupon_car_info--3ZvRc h2 {
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  color: #000;
  opacity: 0.6;
}
.parking_discount--28_Mo .coupon_con--JMAGn {
  position: relative;
  width: 100%;
  margin: 15px 0 30px;
}
.parking_discount--28_Mo .coupon_list--17ik2 {
  width: 335px;
  height: 95px;
  margin: 0 auto;
  background: url(./assets/img/couponBg.ab6c3117.png) no-repeat;
  background-size: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.parking_discount--28_Mo .coupon_list_info--Q0Dde {
  width: 94px;
  text-align: center;
}
.parking_discount--28_Mo .coupon_list_info--Q0Dde h2 {
  font-size: 32px;
  line-height: 45px;
  font-weight: 400;
  color: #00a699;
}
.parking_discount--28_Mo .coupon_list_info--Q0Dde h2 span {
  font-size: 12px;
  line-height: 17px;
}
.parking_discount--28_Mo .coupon_list_info--Q0Dde p {
  margin-top: -6px;
  font-size: 11px;
  color: #00a699;
  line-height: 16px;
}
.parking_discount--28_Mo .coupon_list_detail_info--VS0Kn {
  padding-left: 15px;
  flex: 1;
}
.parking_discount--28_Mo .coupon_list_detail_info--VS0Kn h2 {
  font-size: 13px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.8);
  line-height: 17px;
  margin-bottom: 6px;
}
.parking_discount--28_Mo .coupon_list_detail_info--VS0Kn p {
  font-size: 10px;
  color: #767676;
  line-height: 15px;
}
.parking_discount--28_Mo .coupon_list_detail_info--VS0Kn p + p {
  margin-top: 2px;
}
.parking_discount--28_Mo .coupon_list_detail_info--VS0Kn .coupon_radio_input--VVuuH {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translate(0, -50%);
}
.coupon_radio_input--VVuuH {
  width: 16px;
  height: 16px;
  border-radius: 100%;
  border: 1px solid rgba(0, 0, 0, 0.3);
  position: relative;
}
.coupon_radio_input--VVuuH .icon--UHFXE {
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  display: none;
}
.coupon_radio_input--VVuuH.active--2tXWD {
  border: 1px solid #00a699;
  background: #00a699;
}
.coupon_radio_input--VVuuH.active--2tXWD .icon--UHFXE {
  display: block;
}
.parking_pay--1iQBS {
  width: 100%;
  background: #fff;
  position: relative;
  padding-bottom: 20px;
  min-height: 100vh;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.parking_pay--1iQBS .parking_btn_con--bdK-F {
  padding: 24px 30px 0;
}
.parking_pay--1iQBS .parking_btn_con--bdK-F .btn--q1SYB {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #00a699;
  border-radius: 40px;
  border: 1px solid #00a699;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  margin: 0 0 16px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.parking_pay--1iQBS .parking_btn_con--bdK-F .btn--q1SYB.line--1U_TW {
  background: #fff;
  color: #00a699;
}
.parking_pay--1iQBS .parking_btn_con--bdK-F .btn--q1SYB.wx--WnXem {
  background: #34a563;
  border-color: #34a563;
}
.parking_pay--1iQBS .parking_btn_con--bdK-F .btn--q1SYB.zfb--1JWC6 {
  background: #40a9eb;
  border-color: #40a9eb;
}
.parking_pay--1iQBS .parking_btn_con--bdK-F .btn--q1SYB .i--1BBD4 {
  font-size: 24px;
  padding-right: 5px;
  vertical-align: middle;
  line-height: 1;
}
.parking_pay--1iQBS .parking_detail_info--2mUND {
  padding-top: 22px;
  width: 100%;
  position: relative;
}
.parking_pay--1iQBS .parking_icon--2DQ1A {
  padding: 0 30px;
}
.parking_pay--1iQBS .parking_icon--2DQ1A i {
  width: 38px;
  height: 38px;
  background: url(./assets/img/icon_succe.bb0f028c.png) no-repeat;
  background-size: 100%;
  display: block;
  margin: 0 auto;
}
.parking_pay--1iQBS .parking_icon--2DQ1A .title_txt--13TiK {
  margin: 0;
  margin-top: 11px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  opacity: 0.8;
  line-height: 25px;
}
.parking_pay--1iQBS .info_box--2rOjO {
  margin-top: 16px;
  background: #fff;
  box-shadow: 0px 2px 4px 0px rgba(113, 113, 113, 0.2);
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.parking_pay--1iQBS .info_box--2rOjO .store_info--2_jai {
  background: #f5f5f5;
  padding: 20px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.15);
}
.parking_pay--1iQBS .info_box--2rOjO .store_info--2_jai h2 {
  font-size: 16px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.6);
  line-height: 22px;
}
.parking_pay--1iQBS .info_box--2rOjO .store_info--2_jai p {
  margin-top: 8px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 21px;
}
.parking_pay--1iQBS .info_box--2rOjO .store_info--2_jai p span {
  color: #df3c47;
}
.parking_pay--1iQBS .info_box--2rOjO ul {
  padding: 0 22px;
}
.parking_pay--1iQBS .info_box--2rOjO ul li {
  padding: 8px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.parking_pay--1iQBS .info_box--2rOjO ul li + li {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.parking_pay--1iQBS .info_box--2rOjO ul h2 {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 17px;
}
.parking_pay--1iQBS .info_box--2rOjO ul h3 {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.8);
  line-height: 17px;
}
.parking_pay--1iQBS .info_box--2rOjO ul h3 em {
  font-size: 16px;
  color: #d0021b;
  font-weight: bold;
}
.parking_pay--1iQBS .info_box--2rOjO ul h3.green_txt--27QTL {
  color: #00a699;
}
.parking_pay--1iQBS .info_box--2rOjO ul h3.red_txt--1e_YV {
  font-size: 16px;
  font-weight: bold;
  color: #d0021b;
  line-height: 22px;
}
.parking_pay--1iQBS .parking_rule_con--1jRc8 {
  margin-top: 32px;
  padding: 0 20px;
}
.parking_pay--1iQBS .block--2z2dS {
  margin-bottom: 20px;
}
.parking_pay--1iQBS .block--2z2dS h1 {
  font-size: 18px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.8);
  line-height: 24px;
  margin: 0;
}
.parking_pay--1iQBS .block--2z2dS .txt_con--3y2Wy {
  margin-top: 3px;
}
.parking_pay--1iQBS .block--2z2dS .txt_con--3y2Wy p {
  white-space: pre-line;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 17px;
}
.get_mobile_code--sTGxk .header--3ntXc {
  background: #1161be;
  color: #fff;
  height: 45px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 8;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}
.get_mobile_code--sTGxk .header--3ntXc .logoField--2Qd1W {
  width: 218px;
  float: left;
}
.get_mobile_code--sTGxk .header--3ntXc .logoField--2Qd1W .logo--1clOO {
  display: block;
  padding: 2px 0 0 8px;
  font-size: 16px;
  line-height: 40px;
  letter-spacing: 1px;
}
.get_mobile_code--sTGxk .header--3ntXc .logoField--2Qd1W .logo--1clOO img {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}
.get_mobile_code--sTGxk .header--3ntXc .navField--3TPZe {
  position: absolute;
  right: 5px;
  top: 0;
  bottom: 0;
  z-index: 3;
  padding: 0 10px;
  min-width: 100px;
}
.get_mobile_code--sTGxk .header--3ntXc .navField--3TPZe p {
  font-size: 14px;
  line-height: 45px;
  margin: 0;
  text-align: right;
}
.get_mobile_code--sTGxk .header--3ntXc .navField--3TPZe ul {
  display: none;
  border: 1px solid #1161be;
  border-top: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
}
.get_mobile_code--sTGxk .header--3ntXc .navField--3TPZe ul li {
  padding: 0 25px;
  line-height: 45px;
  font-size: 14px;
  color: #1161be;
  border-bottom: 1px solid #1161be;
  text-align: right;
  cursor: pointer;
}
.get_mobile_code--sTGxk .header--3ntXc .navField--3TPZe ul li a {
  display: block;
}
.get_mobile_code--sTGxk .header--3ntXc .navField--3TPZe ul li:last-child {
  border: none;
}
.get_mobile_code--sTGxk .header--3ntXc .navField--3TPZe:hover ul {
  display: block;
}
.get_mobile_code--sTGxk .login_page--15bTd {
  width: 100%;
  height: 100vh;
  position: relative;
  background: #1161be;
}
.get_mobile_code--sTGxk .login_page--15bTd .login_wrap--3A4pK {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -150px auto auto -140px;
  width: 280px;
  text-align: center;
}
.get_mobile_code--sTGxk .login_page--15bTd .login_wrap--3A4pK .login_logo--8TnKY {
  margin: 0 auto 10px;
  text-indent: -9999em;
  width: 160px;
  height: 42px;
}
.get_mobile_code--sTGxk .login_page--15bTd .login_wrap--3A4pK .formrow--2fvFn {
  position: relative;
  padding: 10px 0;
}
.get_mobile_code--sTGxk .login_page--15bTd .login_wrap--3A4pK .formrow--2fvFn .icon--UHFXE {
  position: absolute;
  display: block;
  top: 50%;
  left: 10px;
  width: 14px;
  height: 14px;
  line-height: 14px;
  margin-top: -7px;
  color: #555;
  font-size: 1.2em;
  cursor: pointer;
  color: #cececf;
}
.get_mobile_code--sTGxk .login_page--15bTd .login_wrap--3A4pK .formrow--2fvFn .login_input--TkG7V {
  display: block;
  padding: 5px 10px 5px 34px;
  background: #fff;
  border: 0;
  border-radius: 3px;
  font-size: 14px;
  line-height: 1em;
  *line-height: 30px;
  height: 42px;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  color: #333;
}
.get_mobile_code--sTGxk .login_page--15bTd .login_wrap--3A4pK .login_btn--MW59y {
  margin: 10px 0;
  display: block;
  font-size: 14px;
  color: #fff;
  width: 100%;
  line-height: 42px;
  height: 42px;
  background: #0C4B77;
  border: 0;
  border-radius: 3px;
  letter-spacing: 0.5em;
  cursor: pointer;
}
.get_mobile_code--sTGxk .login_page--15bTd .login_wrap--3A4pK .login_tip--2nLvW {
  text-align: center;
  font-size: 12px;
  color: #83b7ce;
  line-height: 24px;
}
.get_mobile_code--sTGxk .login_page--15bTd .login_copy--391td {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 10px;
  text-align: center;
  font-size: 14px;
  color: #83b7ce;
}
.get_mobile_code--sTGxk .verification--3yv6O {
  width: 100%;
  min-height: 100vh;
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  padding: 100px 20px 0;
}
.get_mobile_code--sTGxk .verification--3yv6O .hexiao_form--3V3Hf {
  max-width: 1000px;
  position: relative;
  margin: 40px auto 0;
  font-size: 14px;
}
.get_mobile_code--sTGxk .verification--3yv6O .hexiao_form--3V3Hf .labelStyle--1GtCe {
  width: 100%;
  border: 1px solid #44b549;
  height: 40px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  border-radius: 5px;
  position: relative;
  padding: 10px 40px;
}
.get_mobile_code--sTGxk .verification--3yv6O .hexiao_form--3V3Hf .labelStyle--1GtCe .formtx--3uiXK {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  line-height: 20px;
  font-size: 14px;
  background: none;
  border: none;
}
.get_mobile_code--sTGxk .verification--3yv6O .hexiao_form--3V3Hf .labelStyle--1GtCe .ssicon--22lob {
  position: absolute;
  left: 0;
  top: 5px;
  bottom: 5px;
  font-size: 16px;
  line-height: 30px;
  color: #44b549;
  width: 40px;
  text-align: center;
}
.get_mobile_code--sTGxk .verification--3yv6O .hexiao_form--3V3Hf .hexiao_ssbtn--2gWGs {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 40px;
  width: 80px;
  border-radius: 5px;
  background: #44b549;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}
.get_mobile_code--sTGxk .verification--3yv6O .ssdetail--3gLPM {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #f5f5f5;
  padding: 100px 0 10px;
}
.get_mobile_code--sTGxk .smarker--3XrBV {
  z-index: 9999;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
}
.get_mobile_code--sTGxk .smarker--3XrBV .loading--dhPQj {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
  text-align: center;
  line-height: 40px;
}

/* 与primary合作时的颜色 */
/* 与warning合作时的颜色 */
/* 与success合作时的颜色 */
/* 与error合作时的颜色 */
/* 需要使用微信色时用的颜色 */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
div,
ul,
ol,
dl,
li,
dt,
dd,
span,
i,
del,
strong,
b,
a,
sub,
sup,
small,
big,
button {
  margin: 0;
  padding: 0;
  border: none;
  font-size: inherit;
  font-style: normal;
  font-weight: inherit;
  color: inherit;
  background: transparent;
  -webkit-appearance: none;
}
img {
  image-orientation: from-image;
}
a {
  text-decoration: none;
}
a:active,
a:focus {
  text-decoration: none;
  color: #00a699;
}
small {
  color: #9d9d9d;
}
input,
textarea,
button {
  font-size: inherit;
  outline: none;
  resize: none;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
button::-webkit-input-placeholder {
  color: #bbb;
}
input:-moz-placeholder,
textarea:-moz-placeholder,
button:-moz-placeholder {
  color: #bbb;
}
input::-moz-placeholder,
textarea::-moz-placeholder,
button::-moz-placeholder {
  color: #bbb;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
button:-ms-input-placeholder {
  color: #bbb;
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder,
button:focus::-webkit-input-placeholder {
  opacity: 0;
}
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder,
button:focus:-moz-placeholder {
  opacity: 0;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder,
button:focus::-moz-placeholder {
  opacity: 0;
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder,
button:focus:-ms-input-placeholder {
  opacity: 0;
}
strong,
b {
  font-weight: bold;
}
body {
  font-size: 14px;
  font-family: Arial, "PingFang SC", "Microsoft Yahei", "Helvetica Neue", STHeiti, Tahoma, Simsun, sans-serif, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
  background-color: #fff !important;
  color: rgba(0, 0, 0, 0.8);
  line-height: 20px;
  min-height: 100%;
}
html {
  height: 100vh;
}
#root--3bDlG {
  font-size: 12px;
}
ul,
dl {
  list-style: none;
}
ol {
  padding-left: 15px;
}
.am-modal-header .am-modal-title {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  opacity: 0.8;
  line-height: 25px;
}
.am-modal-transparent .am-modal-content .am-modal-body {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  opacity: 0.8;
  line-height: 25px;
}
.am-modal-footer .am-modal-button-group-h .am-modal-button {
  font-size: 16px;
  font-weight: 500;
  color: #00a699;
}
.am-modal-footer .am-modal-button-group-h .am-modal-button:first-child {
  color: #000;
  opacity: 0.5;
  font-weight: 400;
}
.am-list-body {
  border-top: none !important;
  border-bottom: none !important;
  width: 100%;
}
.am-modal-button-group-v .am-modal-button {
  color: #00a699 !important;
}
html:not([data-scale]) .am-list-body::before,
html:not([data-scale]) .am-list-body::after {
  display: none !important;
}
.am-list-item .am-list-line {
  padding-bottom: 15px;
}
html:not([data-scale]) .am-list-item .am-list-line::after {
  background-color: #EAEAEA !important;
}
.am-picker-popup-header .am-picker-popup-header-right {
  color: #00a699 !important;
}
.am-picker-popup-header .am-picker-popup-header-left {
  color: #767676 !important;
}
.user_starintegral_list .empty {
  display: none !important;
}
.am-image-picker-list {
  padding: 0 !important;
  margin: 0 !important;
  position: relative;
}
.am-image-picker-list:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 28px;
  height: 28px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(./assets/img/camera.bba3b6a1.png) 50% 50% no-repeat rgba(0, 0, 0, 0.5);
  background-size: 16px auto;
  pointer-events: none;
}
.am-image-picker-list .am-flexbox {
  margin-bottom: 0 !important;
}
.am-image-picker-list .am-flexbox .am-flexbox-item {
  margin-right: 0 !important;
}
.image_upload_radio--Cwq7e [class~="am-image-picker-list"] [class~="am-image-picker-item"] [class~="am-image-picker-item-remove"] {
  top: 5px;
  right: 0;
  bottom: 0;
  left: 5px;
  width: 100%;
  height: 100%;
  background: none;
}
.image_upload_radio.formError {
  border: 2px solid #ff4848 !important;
}
.am-image-picker-list .am-image-picker-upload-btn {
  border: 0 none !important;
}
.am-list-item .am-input-control input {
  color: rgba(0, 0, 0, 0.8) !important;
}
.am-list-item.disableStyle .am-input-control input:disabled {
  color: rgba(0, 0, 0, 0.8) !important;
}

.block {
    position: absolute;
    left: 0;
    top: 0;
  }
   
  .sliderContainer {
    position: relative;
    text-align: center;
    width: 310px;
    height: 40px;
    line-height: 40px;
    margin-top: 15px;
    background: #f7f9fa;
    color: #45494c;
    border: 1px solid #e4e7eb;
  }
   
  .sliderContainer_active .slider {
    height: 38px;
    top: -1px;
    border: 1px solid #1991FA;
  }
   
  .sliderContainer_active .sliderMask {
    height: 38px;
    border-width: 1px;
  }
   
  .sliderContainer_success .slider {
    height: 38px;
    top: -1px;
    border: 1px solid #52CCBA;
    background-color: #52CCBA !important;
  }
   
  .sliderContainer_success .sliderMask {
    height: 38px;
    border: 1px solid #52CCBA;
    background-color: #D2F4EF;
  }
   
  .sliderContainer_success .sliderIcon {
    background-position: 0 0 !important;
  }
   
  .sliderContainer_fail .slider {
    height: 38px;
    top: -1px;
    border: 1px solid #f57a7a;
    background-color: #f57a7a !important;
  }
   
  .sliderContainer_fail .sliderMask {
    height: 38px;
    border: 1px solid #f57a7a;
    background-color: #fce1e1;
  }
   
  .sliderContainer_fail .sliderIcon {
    top: 14px;
    background-position: 0 -82px !important;
  }
  .sliderContainer_active .sliderText, .sliderContainer_success .sliderText, .sliderContainer_fail .sliderText {
    display: none;
  }
   
  .sliderMask {
    position: absolute;
    left: 0;
    top: 0;
    height: 40px;
    border: 0 solid #1991FA;
    background: #D1E9FE;
  }
   
  .slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    background: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    transition: background .2s linear;
  }
   
  .slider:hover {
    background: #1991FA;
  }
   
  .slider:hover .sliderIcon {
    background-position: 0 -13px;
  }
   
  .sliderIcon {
    position: absolute;
    top: 15px;
    left: 13px;
    width: 14px;
    height: 12px;
    background: url(http://cstaticdun.126.net//2.6.3/images/icon_light.f13cff3.png) 0 -26px;
    background-size: 34px 471px;
  }
   
  .refreshIcon {
    position: absolute;
    right: 0;
    top: 0;
    width: 34px;
    height: 34px;
    cursor: pointer;
    background: url(http://cstaticdun.126.net//2.6.3/images/icon_light.f13cff3.png) 0 -437px;
    background-size: 34px 471px;
  }

/*# sourceMappingURL=../maps/index.map*/