.Icon-container {
  margin-bottom: 0.36rem;
}
.Icon-container .Icon-img {
  width: 0.9rem;
  height: 0.9rem;
  margin-bottom: 0.38rem;
  margin-top: 0.01rem;
  border-radius: 50%;
  box-shadow: 0 3px 10px #ececec;
  background-size: 100%;
  background-repeat: no-repeat;
}
.Icon-container .Icon-title {
  display: inline-block;
  text-align: center;
  font-size: 0.28rem;
  color: #898989;
}
.Icon-container .Icon-refuel {
  box-shadow: 0 3px 10px #fabab7;
  background-image: url(./images/dc2233fbfd7061d290c195739f2f32d3.png);
}
.Icon-container .Icon-park {
  box-shadow: 0 3px 10px #bae5fe;
  background-image: url(./images/59224c8125b0cae9903a88b5caeb9548.png);
}
.Icon-container .Icon-charge {
  box-shadow: 0 3px 10px #bffffb;
  background-image: url(./images/0d8af0e4ac69db2f7c3b0af772613694.png);
}
.Icon-container .Icon-etc {
  box-shadow: 0 3px 10px #bffffb;
  background-image: url(./images/ee37adf76822a48c8e3a2a794338e198.png);
}
.Icon-container .Icon-wash {
  box-shadow: 0 3px 10px #fdf3d3;
  background-image: url(./images/ae5ecf3e3ce69e8242014f985870d23b.png);
}
.Icon-container .Icon-more {
  box-shadow: 0 3px 10px #ececec;
  background-image: url(./images/2cb6d716a3cdfe5a5d8d56899d9d7c67.png);
}
.Icon-container .Icon-addcar {
  box-shadow: 0 3px 10px #bae5fe;
  background-image: url(./images/ed95b1a4ab92968f7827da170d29b1c0.png);
}
.Icon-container .Icon-detailquery {
  box-shadow: 0 3px 10px #fdf3d3;
  background-image: url(./images/48a262be9873a7ee8895d04d0292e20c.png);
}
.Icon-container .Icon-discount {
  box-shadow: 0 3px 10px #bffffb;
  background-image: url(./images/d01522a2f4b19aa6b300ba8df43b7df0.png);
}
.Icon-container .Icon-changedeal {
  box-shadow: 0 3px 10px #bffffb;
  background-image: url(./images/07212bea3a68df71228e386f8c833f2e.png);
}
.Icon-container .Icon-smsnote {
  box-shadow: 0 3px 10px #fabab7;
  background-image: url(./images/28debd27c2d26c6934d0acbffb3cb15a.png);
}

.myGrid_wrap {
  width: 100%;
  margin-top: 0.3rem;
  margin-bottom: 0.64rem;
  padding: 0 0.36rem;
}
.myGrid_wrap .am-grid {
  display: flex;
  flex-direction: column;
}
.myGrid_wrap .am-grid .am-flexbox {
  flex: 1;
}
.myGrid_wrap .am-grid .am-flexbox .am-flexbox-item {
  display: flex;
  /*点击css反馈*/
}
.myGrid_wrap .am-grid .am-flexbox .am-flexbox-item.am-grid-item-active .am-grid-item-content {
  background-color: #f7f7f7;
}
.myGrid_wrap .am-grid .am-flexbox .am-flexbox-item .am-grid-item-content .myGrid_item {
  /*height: 2.4rem;*/
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: calc((100% - 45px)/2);
  text-align: left;
}

.navBack-wrap {
  width: 100vw;
  height: 1rem;
  background: #436be0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
}
.navBack-wrap .navBack {
  position: absolute;
  z-index: 999;
  width: 0.9rem;
  height: 100%;
  max-height: 1rem;
  font-size: 0.3rem;
  color: #fefefe;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 0.36rem;
}
.navBack-wrap .navBack .navBack-arrowLeft {
  width: 0.18rem;
  height: 0.29rem;
}
.navBack-wrap .navTitle {
  flex: 1;
  font-size: 0.34rem;
  color: #ffffff;
}
.fixedTop {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
}
.navBack-wrap.whiteNav {
  background: #fff;
}
.navBack-wrap.whiteNav .navTitle {
  color: #000;
}
.navBack-wrap.whiteNav .global-arrowLeft {
  background: url(./images/5d037a2c7501cb81c7b60d2614897aaa.png) center center no-repeat;
  background-size: cover;
}

.ticket {
  width: 2.17rem;
  height: 2.56rem;
  background-image: url(./images/27a02294176392db1c3a76c9f09e9e29.png);
  background-size: 100%;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  box-shadow: 0 3px 6px #f9f9f9;
}
.ticket .ticket_info {
  /*height: 1.9rem;*/
  flex: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ticket .ticket_info .ticket_worth {
  color: #ec3866;
  margin: 0.36rem 0 0.32rem;
  height: 0.5rem;
}
.ticket .ticket_info .ticket_worth .money_type {
  font-size: 0.26rem;
  margin-right: 0.06rem;
}
.ticket .ticket_info .ticket_worth .money_num {
  font-size: 0.54rem;
  line-height: 0.5rem;
  font-weight: bold;
  vertical-align: -0.02rem;
}
.ticket .ticket_info .ticket_detail {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 80%;
}
.ticket .ticket_info .ticket_detail > span {
  font-size: 0.26rem;
  color: #2e374e;
  font-weight: bold;
  text-align: center;
}
.ticket .ticket_operator {
  /*height: .63rem;*/
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ticket .ticket_operator > div {
  font-size: 0.24rem;
  color: #8aabf3;
}

.discount_tickets {
  width: 100%;
  margin: 0.64rem 0;
  display: flex;
  flex-direction: column;
}
.discount_tickets .discount_tickets_title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.48rem 0.4rem 0.48rem;
}
.discount_tickets .discount_tickets_title .discount_title {
  font-size: 0.3rem;
  font-weight: bold;
  color: #2e374e;
}
.discount_tickets .discount_tickets_title .more_discount {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.discount_tickets .discount_tickets_title .more_discount .more_title {
  font-size: 0.26rem;
  color: #b2b1b3;
  margin-right: 0.22rem;
}
.discount_tickets .discount_tickets_title .more_discount .more_guide_icon {
  width: 0.16rem;
  height: 0.24rem;
}
.discount_tickets .discount_tickets_wrap {
  padding: 0 0.36rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.discount_tickets .discount_tickets_wrap .ticket_item:nth-of-type(n+2) {
  margin-left: 0.14rem;
}

.searchResult_park_wrap {
  width: 100%;
  height: 100%;
  padding-top: 0.32rem;
  padding-left: 0.3rem;
  padding-bottom: 0.46rem;
  padding-right: 0.4rem;
}
.searchResult_park_wrap .park_flex_line {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
.searchResult_park_wrap .park_flex_line .left_item {
  flex: 1;
  margin-right: auto;
}
.searchResult_park_wrap .parkName {
  flex: 1;
  margin-right: auto;
  font-size: 0.3rem;
  color: #3f3f3f;
  font-weight: bold;
  margin-bottom: 0.18rem;
}
.searchResult_park_wrap .totalSeat_nums {
  font-size: 0.3rem;
  color: #8b8b8b;
  margin-bottom: 0.4rem;
}
.searchResult_park_wrap .location {
  display: flex;
  align-items: center;
  color: #8b8b8b;
  font-size: 0.26rem;
}
.searchResult_park_wrap .location .searchResult-parklocation {
  width: 0.22rem;
  height: 0.3rem;
  margin-right: 0.14rem;
}
.searchResult_park_wrap .moneyType {
  font-size: 0.28rem;
  color: #8b8b8b;
  margin-bottom: 0.18rem;
}
.searchResult_park_wrap .pathgps_icon {
  width: 0.45rem;
  height: 0.38rem;
  margin-bottom: 0.37rem;
}
.searchResult_park_wrap .isopen {
  font-size: 0.28rem;
  color: #446ae1;
}
.searchResult_park_wrap .isopen > .closed {
  color: #8b8b8b;
}

.nearbysearch_wrap .nearbysearch_dropdown_wrap {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.28rem;
}
.nearbysearch_wrap .nearbysearch_dropdown_wrap .nearbysearch_dropdown_item {
  flex: 1;
}
.nearbysearch_wrap .nearsearch_result_wrap .searchResult_item {
  width: 100%;
}
.nearbysearch_wrap .nearsearch_result_wrap > .searchResult_item:nth-child(n+2) {
  border: 1px solid #eeeeee;
}
.nearbysearch_wrap .nearsearch_empty {
  text-align: center;
  font-size: 0.3rem;
  color: #ccc;
  padding: 20px 0;
}

.bMap {
  height: 2.3rem;
  width: 100%;
}

.nearpark-container {
  width: 100%;
  margin: 0.64rem 0;
  display: flex;
  flex-direction: column;
}
.nearpark-container .nearpark-titleWrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.48rem 0.4rem 0.48rem;
}
.nearpark-container .nearpark-titleWrapper .nearpark-title {
  font-size: 0.3rem;
  font-weight: bold;
  color: #2e374e;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.nearpark-container .nearpark-titleWrapper .nearpark-locate {
  width: 0.35rem;
  height: 0.35rem;
  display: inline-block;
  margin-left: 10px;
}
.nearpark-container .nearpark-titleWrapper .nearpark-more {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.nearpark-container .nearpark-titleWrapper .nearpark-more .nearpark-moreTitle {
  font-size: 0.26rem;
  color: #b2b1b3;
  margin-right: 0.22rem;
}
.nearpark-container .nearpark-titleWrapper .nearpark-more .nearpark-moreIcon {
  width: 0.16rem;
  height: 0.24rem;
}
.nearpark-container .nearpark-titleWrapper .nearpark-more .nearpark-moreIcon > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.nearpark-container .nearpark-list {
  padding-left: 0.18rem;
  padding-right: 0.08rem;
}

.nearSalers_wrap {
  width: 100%;
  margin-top: 0.64rem;
  margin-bottom: 1.2rem;
  display: flex;
  flex-direction: column;
}
.nearSalers_wrap .saler_title_wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.48rem 0.4rem 0.46rem;
}
.nearSalers_wrap .saler_title_wrap .saler_title {
  font-size: 0.3rem;
  font-weight: bold;
  color: #2e374e;
}
.nearSalers_wrap .saler_title_wrap .more_saler {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.nearSalers_wrap .saler_title_wrap .more_saler .more_title {
  font-size: 0.26rem;
  color: #b2b1b3;
  margin-right: 0.22rem;
}
.nearSalers_wrap .saler_title_wrap .more_saler .more_guide_icon {
  width: 0.16rem;
  height: 0.24rem;
}
.nearSalers_wrap .saler_title_wrap .more_saler .more_guide_icon > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.nearSalers_wrap .nearSaler_wrap {
  padding: 0 0.46rem 0;
}
.nearSalers_wrap .nearSaler_wrap .saler {
  margin-bottom: 0.36rem;
}
.nearSalers_wrap .nearSaler_wrap .saler .saler_name {
  font-weight: 600;
  margin-bottom: 0.18rem;
}
.nearSalers_wrap .nearSaler_wrap .saler .saler_address {
  color: #666;
}
.nearSalers_wrap .nearSaler_wrap .separator {
  background-color: #F5F5F9;
  height: 0.1rem;
  border-top: 1px solid #ECECED;
  border-bottom: 1px solid #ECECED;
}

.announce_wrap {
  position: relative;
  /*width: calc(100vw-76px);*/
  height: 1rem;
  margin: 0 0.38rem;
  border-radius: 0.04rem;
  overflow: hidden;
  background: #f6f6f7;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.announce_wrap .announce_head {
  width: 1.24rem;
  height: 0.21rem;
  object-fit: cover;
  font-size: 0.3rem;
  display: flex;
  justify-content: center;
  margin: 0 0.2rem 0 0.18rem;
}
.announce_wrap .announce_head > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.announce_wrap .announce_msg {
  flex: 1;
  max-width: 4.4rem;
  font-size: 0.26rem;
  color: #767676;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.announce_wrap .arrow_icon {
  position: absolute;
  right: 0.3rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.2rem;
  height: 0.3rem;
}
.announce_wrap .arrow_icon .arrow_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.advert_wrap {
  width: 100vw;
  min-height: 2.8rem;
  padding: 0 0.38rem 0.24rem;
}
.advert_wrap ul.slider-list {
  height: 100%;
  min-height: 2.8rem;
}
.advert_wrap .advert_item {
  width: 100%;
  height: 2.8rem;
  overflow: hidden;
  border-radius: 0.02rem;
}
.advert_wrap .advert_item .advert_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.amap_bar {
  height: 0.4rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin: 0 0.38rem;
}
.amap_bar .my_location {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.amap_bar .my_location .amap_icon {
  width: 0.3rem;
  height: 0.3rem;
  text-align: center;
  margin-right: 0.18rem;
}
.amap_bar .my_location .amap_icon .amap_icon_location {
  height: 100%;
  width: 11px;
}
.amap_bar .my_location .amap_location_info {
  height: 100%;
  line-height: 0.4rem;
  font-size: 0.3rem;
  color: #8b8b8b;
}
.amap_bar .mineTap > span {
  font-size: 0.3rem;
  color: #474747;
}

.spinner {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  opacity: 0.3;
  background: #ffffff;
  position: absolute;
  z-index: 9999;
}

.amap_location_bar {
  padding: 0.3rem 0;
}
.index_statement {
  margin: 1.2rem 0 0.5rem 0;
}
.index_pullup .index_wrap {
  padding-bottom: 1.2rem;
  background: #ffffff;
}
.index_pullup .am-pull-to-refresh-indicator {
  position: absolute;
  bottom: 1.2rem;
  width: 100vw;
  display: flex;
  justify-content: center;
}
.index_signMedid {
  padding-top: 6px;
  margin: 0 0.38rem 0 0.86rem;
  font-size: 0.25rem;
  color: #8b8b8b;
}

.avatar {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
}
.avatar .avatar_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.info_bar {
  width: 100%;
  height: 100%;
  padding-left: 0.56rem;
  padding-right: 0.65rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.info_bar .info_wrap {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.info_bar .info_wrap .avatar_wrap {
  width: 1.2rem;
  height: 1.2rem;
}
.info_bar .info_wrap .info {
  margin-left: 0.52rem;
}
.info_bar .info_wrap .info .user_name {
  font-size: 0.34rem;
  color: #252525;
  font-weight: bold;
}
.info_bar .info_wrap .info .user_account {
  margin-top: 0.24rem;
  font-size: 0.26rem;
  color: #8a8989;
}
.info_bar .edit_icon {
  width: 0.192rem;
  height: 0.288rem;
}
.info_bar .edit_icon .edit_icon_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mine {
  width: 100vw;
  height: 100%;
  background: #f5f5f5;
  position: relative;
}
.mine-info {
  position: relative;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.mine-info_bar {
  width: 100vw;
  height: 2rem;
  margin-bottom: 0.5rem;
}
.mine-info_grid {
  flex: 1;
}

.address-list {
  overflow: auto;
  padding: 0 8px;
}
.address-loading {
  padding: 25;
  text-align: center ;
}
.address-section {
  background: #666666;
  color: #ffffff;
}
.address-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.salerList_wrap {
  padding: 0 0.36rem 0;
}
.salerList_wrap .saler {
  padding: 0.36rem 0;
}
.salerList_wrap .saler .saler_name {
  font-weight: 600;
  margin-bottom: 0.18rem;
}
.salerList_wrap .saler .saler_address {
  color: #666;
}
.salerList_wrap.separator {
  background-color: #F5F5F9;
  height: 5px;
  border-top: 1px solid #ECECED;
  border-bottom: 1px solid #ECECED;
}

.refuel_deal_wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #ffffff;
  padding: 0.54rem 0.5rem 0.55rem 0.36rem;
  display: flex;
  align-items: center;
}
.refuel_deal_wrap .refuel_deal_add {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.refuel_deal_wrap .refuel_deal_add .refuel_deal_add_part {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.refuel_deal_wrap .refuel_deal_add .refuel_deal_add_part .refuel_deal_add_title .primary_title {
  font-size: 0.34rem;
  color: #373636;
  font-weight: 600;
}
.refuel_deal_wrap .refuel_deal_add .refuel_deal_add_part .refuel_deal_add_title .secondly_title {
  font-size: 0.28rem;
  color: #b4b4b4;
  margin: 0.3rem 0 0rem;
}
.refuel_deal_wrap .refuel_deal_add .refuel_deal_add_part .refuel_deal_add_btn {
  width: 2.06rem;
  height: 0.64rem;
  background: #436be0;
  color: #ffffff;
  font-size: 0.28rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.32rem;
}
.refuel_deal_wrap .refuel_deal_add .refuel_deal_add_bg {
  width: 2.99rem;
  height: 1.87rem;
}
.refuel_deal_wrap .refuel_deal_add .refuel_deal_add_bg > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.refuel_deal_wrap .refuel_deal_manage {
  position: absolute;
  right: 0;
  top: 0.54rem;
  width: 1.22rem;
  height: 0.45rem;
  display: flex;
  align-items: center;
  border-top-left-radius: 0.225rem;
  border-bottom-left-radius: 0.225rem;
  box-shadow: 0 3px 6px #e1e8fd;
}
.refuel_deal_wrap .refuel_deal_manage .refuel_deal_manage_icon {
  width: 0.26rem;
  height: 0.26rem;
  margin-left: 0.14rem;
}
.refuel_deal_wrap .refuel_deal_manage .refuel_deal_manage_icon > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.refuel_deal_wrap .refuel_deal_manage .refuel_deal_manage_title {
  margin: 0 0.14rem 0 0.08rem;
  font-size: 0.26rem;
  color: #6d8deb;
}

.refuel_bill_wrap {
  width: 100%;
  height: 100%;
  background: #ffffff;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-left: 0.36rem;
  padding-right: 0.5rem;
}
.refuel_bill_wrap .refuel_bill_title {
  font-size: 0.34rem;
  color: #252525;
  font-weight: 600;
}
.refuel_bill_wrap .refuel_bill_guide {
  display: flex;
  align-items: center;
}
.refuel_bill_wrap .refuel_bill_guide .refuel_bill_guide_title {
  margin-right: 0.28rem;
  font-size: 0.26rem;
  color: #b2b1b3;
}
.refuel_bill_wrap .refuel_bill_guide .refuel_bill_guide_icon {
  width: 0.16rem;
  height: 0.24rem;
}
.refuel_bill_wrap .refuel_bill_guide .refuel_bill_guide_icon > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nearby {
  position: relative;
  width: 100%;
  height: 100%;
}
.nearby .nearby_main_wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.nearby .nearby_main_wrap .nearby_title {
  font-size: 0.34rem;
  color: #252525;
  font-weight: 600;
  padding-top: 0.4rem;
  padding-left: 0.36rem;
}
.nearby .nearby_main_wrap .nearby_input_map {
  width: 100%;
  height: 0.58rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-left: 0.22rem;
  padding-right: 0.32rem;
  margin-top: 0.3rem;
  margin-bottom: 0.35rem;
}
.nearby .nearby_main_wrap .nearby_input_map .nearby_input {
  width: 5.74rem;
  height: 100%;
  display: flex;
  align-items: center;
  border: 1px solid #8a8a8a;
  border-radius: 0.06rem;
}
.nearby .nearby_main_wrap .nearby_input_map .nearby_input > img.nearby_search_icon {
  width: 0.3rem;
  height: 0.31rem;
  margin-left: 0.2rem;
}
.nearby .nearby_main_wrap .nearby_input_map .nearby_input > input {
  flex: 1;
  border: 0;
  margin-left: 0.16rem;
  margin-right: 0.16rem;
}
.nearby .nearby_main_wrap .nearby_input_map .nearby_input > input:focus {
  outline: 0;
}
.nearby .nearby_main_wrap .nearby_input_map .nearby_input > img.nearby_close_icon {
  width: 0.27rem;
  height: 0.27rem;
  margin-right: 0.16rem;
}
.nearby .nearby_main_wrap .nearby_input_map .nearby_map {
  width: 0.87rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nearby .nearby_main_wrap .nearby_input_map .nearby_map .nearby_map_icon {
  width: 0.3rem;
  height: 0.31rem;
}
.nearby .nearby_main_wrap .nearby_input_map .nearby_map .nearby_map_icon > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.nearby .nearby_main_wrap .nearby_input_map .nearby_map .nearby_map_title {
  font-size: 0.24rem;
  color: #2064fc;
}
.nearby .nearby_main_wrap .nearby_search_result {
  border-top: 1px solid #eeeeee;
  padding-top: 0.33rem;
}
.nearby .locate_btn {
  position: absolute;
  top: 0.44rem;
  right: 0.35rem;
  width: 0.4rem;
  height: 0.4rem;
}
.nearby .locate_btn > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.nearby .nearby_search_bar .am-search-cancel {
  padding-left: 0;
}

.dropdown_wrap {
  width: 100%;
  height: 100%;
}
.dropdown_wrap .dropdown_main {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.dropdown_wrap .dropdown_main .dropdown_main_title {
  margin-right: 0.08rem;
  font-size: 0.24rem;
  color: #656565;
}
.dropdown_wrap .dropdown_main .dropdown_main_arrow {
  width: 0.13rem;
  height: 0.07rem;
}
.dropdown_wrap .dropdown_main .dropdown_main_arrow > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: top;
}

.searchResult_wrap {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding-top: 0.4rem;
  padding-left: 0.3rem;
  padding-bottom: 0.42rem;
  padding-right: 0.3rem;
}
.searchResult_wrap .petrolName {
  font-size: 0.28rem;
  color: #414141;
  font-weight: bold;
  margin-bottom: 0.2rem;
}
.searchResult_wrap .positionInfo {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.searchResult_wrap .positionInfo .addr_msg {
  display: flex;
  align-items: center;
  font-size: 0.24rem;
  color: #9a9a9a;
}
.searchResult_wrap .positionInfo .addr_msg .searcReault-refuellocation {
  width: 0.19rem;
  height: 0.23rem;
  margin-right: 0.1rem;
}
.searchResult_wrap .positionInfo .addr_msg .addr {
  width: 4.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.searchResult_wrap .positionInfo .distance_msg {
  display: flex;
  align-items: center;
  font-size: 0.24rem;
  color: #9a9a9a;
}
.searchResult_wrap .positionInfo .distance_msg .separator {
  width: 0.01rem;
  height: 0.16rem;
  background: #d8d8d8;
  margin-left: 0.14rem;
  margin-right: 0.14rem;
}
.searchResult_wrap .positionInfo .distance_msg .path_guide {
  display: flex;
  align-items: center;
  width: 0.89rem;
}
.searchResult_wrap .positionInfo .distance_msg .path_guide .searchResult-refuelpath {
  width: 0.23rem;
  height: 0.22rem;
  margin-right: 0.09rem;
}
.searchResult_wrap .petrolPrice {
  display: flex;
  align-items: flex-end;
  margin-top: 0.35rem;
  color: #fe9010;
  font-size: 0.3rem;
  font-weight: bold;
}
.searchResult_wrap .petrolPrice .moneyType {
  font-size: 0.2rem;
  font-weight: 500;
}
.searchResult_wrap .petrolPrice .litre {
  font-size: 0.2rem;
  font-weight: 500;
}

.nearbysearch_wrap .nearbysearch_dropdown_wrap {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.28rem;
}
.nearbysearch_wrap .nearbysearch_dropdown_wrap .nearbysearch_dropdown_item {
  flex: 1;
}
.nearbysearch_wrap .nearsearch_result_wrap .searchResult_item {
  width: 100%;
}
.nearbysearch_wrap .nearsearch_result_wrap > .searchResult_item:nth-child(n+2) {
  border: 1px solid #eeeeee;
}

.container .refuel {
  width: 100vw;
  height: 100%;
  background: #f5f5f5;
}
.container .refuel .refuel_deal {
  width: 100vw;
  height: 3rem;
  margin-bottom: 0.18rem;
}
.container .refuel .refuel_bill {
  width: 100vw;
  height: 1rem;
  margin-bottom: 0.18rem;
}
.container .refuel .refuel_nearby {
  width: 100vw;
  background: #fff;
}

.container .refuel {
  width: 100vw;
  height: 100%;
  background: #f5f5f5;
}
.container .refuel .refuel_deal {
  width: 100vw;
  height: 3rem;
  margin-bottom: 0.18rem;
}
.container .refuel .refuel_bill {
  width: 100vw;
  height: 1rem;
  margin-bottom: 0.18rem;
}
.container .refuel .refuel_nearby {
  width: 100vw;
  background: #fff;
}

.noFound-wrap {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.noFound-wrap .noFound {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.noFound-wrap .noFound > p {
  font-size: 0.36rem;
  color: #333;
  font-weight: 600;
}

.car_refuel_deal_wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #ffffff;
  padding: 0.55rem 0.5rem 0.55rem 0.36rem;
  display: flex;
  align-items: center;
}
.car_refuel_deal_wrap .refuel_deal_add {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.car_refuel_deal_wrap .refuel_deal_add .refuel_deal_add_part {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.car_refuel_deal_wrap .refuel_deal_add .refuel_deal_add_part .refuel_deal_add_btn {
  margin-top: 0.68rem;
  width: 2.06rem;
  height: 0.64rem;
  background: #436be0;
  color: #ffffff;
  font-size: 0.28rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.32rem;
}
.car_refuel_deal_wrap .refuel_deal_add .refuel_deal_add_bg {
  width: 2.99rem;
  height: 1.87rem;
}
.car_refuel_deal_wrap .refuel_deal_manage {
  position: absolute;
  right: 0;
  top: 0.54rem;
  width: 1.22rem;
  height: 0.45rem;
  display: flex;
  align-items: center;
  border-top-left-radius: 0.225rem;
  border-bottom-left-radius: 0.225rem;
  box-shadow: 0 3px 6px #e1e8fd;
}
.car_refuel_deal_wrap .refuel_deal_manage .refuel_deal_manage_icon {
  width: 0.26rem;
  height: 0.26rem;
  margin-left: 0.14rem;
}
.car_refuel_deal_wrap .refuel_deal_manage .refuel_deal_manage_title {
  margin: 0 0.14rem 0 0.08rem;
  font-size: 0.26rem;
  color: #6d8deb;
}

.list_title {
  margin-bottom: 0.08rem;
  padding: 0 0.36rem;
  width: 100%;
  height: 1rem;
  line-height: 1rem;
  color: #252525;
  font-weight: 600;
  font-size: 0.38rem;
  background: #ffffff;
}
.list_item {
  margin-bottom: 0.3rem;
  padding: 0 0.36rem;
  background: #ffffff;
  border-radius: 0.1rem;
}
.list_item .item {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 1rem;
  line-height: 0.8rem;
  font-size: 0.27rem;
  color: #3f3f3f;
}
.list_item .item .tit {
  font-weight: bold;
}
.list_item .item .no_tit {
  color: #a7a2a2;
}
.list_item .item .am-button {
  font-size: 0.26rem;
  height: 0.6rem;
  line-height: 0.6rem;
  width: 1.4rem;
}
.list_item .item .btn-div {
  display: flex;
  margin-top: 0.04rem;
}
.list_item .item .btn-div .btn-left {
  margin-right: 0.24rem;
  background: #436be0;
}
.list_item .item .btn-div .btn-right {
  color: #436be0;
  border: 1px solid #436be0;
}
.list_item .carno {
  line-height: 1rem;
  border-bottom: 1px solid #dfdfdf;
}
.list_item .carno .tit {
  font-size: 0.34rem;
}
.list_item .cardno {
  font-size: 0.27rem;
  margin-top: 0.2rem;
}

.my_car .refuel {
  width: 100vw;
  height: 100%;
  background: #f5f5f5;
}
.my_car .refuel .refuel_deal {
  width: 100vw;
  height: 3rem;
  margin-bottom: 0.18rem;
}
.my_car .list-wrapper {
  margin: 0.3rem;
}
.car_con {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: calc(100vh - 4.2rem);
}
.car_con .list_con {
  padding: 0 0.3rem;
  width: 100%;
  margin-bottom: 0.2rem;
}
.car_con .list_con .item_line {
  height: 0.88rem;
}
.car_con .am-list-item .am-list-line .am-list-extra {
  flex-basis: 65%;
  font-size: 0.3rem;
  color: #333;
}
.car_con .card_checkbox {
  display: flex;
}
.car_con .card_checkbox .note {
  color: red;
  font-size: 0.28rem;
  line-height: 0.88rem;
}
.car_con .card_checkbox .am-list-item {
  background: transparent;
}
.car_con .card_checkbox .am-list-item .am-list-line {
  padding-right: 0;
}
.car_con .card_checkbox .am-list-item .am-list-thumb:first-child {
  margin-right: 0.2rem;
}
.car_con .card_checkbox .am-checkbox.am-checkbox-checked .am-checkbox-inner {
  border-color: #f93131;
  background: #f93131;
}
.car_con .am-list-item .am-list-line .am-list-content {
  font-size: 0.28rem;
}
.btn_con {
  display: flex;
  flex-direction: column-reverse;
  padding: 0 0.3rem;
  width: 100vw;
  height: 3rem;
  background: #f5f5f5;
}
.btn_con .del_btn {
  margin: 0.1rem 0 0.3rem 0;
}
.btn_con .save_btn {
  margin-bottom: 0.3rem;
  background: #436be0;
}
html:not([data-scale]) .am-list-body div:not(:last-child) .am-list-line::after {
  height: 0 !important;
}
.select-container .am-list-extra {
  flex-basis: 60%;
}
.carEditBox {
  padding: 0 0.25rem;
}
.toast {
  z-index: 99;
}
/* 车牌号码样式 begin */
.carEditContent .bcss-components__carnumber-carno-ipt {
  width: 100%;
  margin: 0.1rem 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  overflow: hidden;
}
.carEditContent .bcss-components__carnumber-carno-ipt span {
  width: 9vw;
  height: 11vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #f5f5f5;
  margin: 1vw;
  border-radius: 0.1rem;
}
.carEditContent .bcss-components__carnumber-carno-ipt-abled:first-child {
  color: #fff;
  background: #5d86fd;
}
.carEditContent .bcss-components__carnumber-carno-ipt-abled {
  line-height: 11vw;
  font-weight: 100;
  font-size: 0.32rem;
}
.carEditContent .carEditBox .bcss-components__carnumber-carno-ipt-add {
  background-image: url(./images/fdbcb7e07231e22f5e95d0dbc8c9efa8.png);
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: center;
  border: 1px dashed #1fbd6d;
}
.carEditContent .bcss-components__carnumber-carno-ipt-active {
  border: 1px solid #559ffb;
}
.carEditContent .bcss-components__carnumber-carno-ipt-abled:nth-child(8) {
  border: 1px dashed #1fbd6d;
}
.bcss-components__carnumber-tit {
  display: none;
}
/* 车牌号码样式 end */
.proto_modal.am-modal {
  top: 0;
  right: 0;
  position: absolute;
}
.proto_box {
  color: #000;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  margin: auto;
  text-align: left;
  z-index: 10;
}
.proto_box p {
  white-space: normal;
}
.proto_box .main {
  margin: 20px;
  font-size: 15px;
}
.proto_box .main .bold {
  font-weight: bolder;
}
.proto_box .main .center {
  text-align: center;
}
.proto_box .main p {
  margin: 15px 0 !important;
}
.proto_box .proto_content {
  width: 100%;
  height: 100%;
  overflow: auto;
  position: relative;
}

.bind_card .refuel {
  width: 100vw;
  height: 100%;
  background: #f5f5f5;
}
.bind_card .refuel .refuel_deal {
  width: 100vw;
  height: 3rem;
  margin-bottom: 0.18rem;
}
.bind_card .title-left {
  text-align: center;
  padding-top: 0.3rem;
  color: #a7a2a2;
}
.bind_card .list-wrapper {
  margin: 0.3rem;
  height: calc(100vh - 3.5rem);
}
.bind_card .list-height {
  height: calc(100vh - 4.1rem);
}
.bind_card .card_item {
  border-radius: 0.1rem;
  padding: 0.1rem 0.36rem 0.5rem 0.36rem;
}
.bind_card .card_item .cardno {
  color: #000;
  font-weight: bold;
}
.bind_card .card-no {
  color: #252525;
  margin: 1rem;
  text-align: center;
}
.bind_card .btn-card {
  margin: 0.3rem;
}
.bind_card .btn-card .btn-add {
  font-size: 0.36rem;
  height: 1rem;
  line-height: 1rem;
  width: 1.6rem;
  width: 100%;
  background: #436be0;
  border-radius: 0.2rem;
}
.bind_card .am-list-item {
  min-height: 0.7rem;
  margin: 0.5rem 0;
  padding-left: 0.3rem;
  border: 1px solid #dfdfdf;
  border-radius: 0.1rem;
}
.bind_card .am-list-item .am-list-line .am-list-extra {
  flex-basis: 100%;
  text-align: left;
  font-size: 0.26rem;
  color: #000;
}

.card_item {
  padding: 0 0.36rem;
  margin-bottom: 0.3rem;
  background: #ffffff;
}
.card_item .item {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 1rem;
  line-height: 0.8rem;
  font-size: 0.3rem;
  color: #3f3f3f;
}
.card_item .item .text {
  font-size: 0.27rem;
}
.card_item .item .tit {
  font-size: 0.3rem;
  font-weight: bold;
}
.card_item .card {
  line-height: 1rem;
  border-bottom: 1px solid #dfdfdf;
}
.card_item .card .tit {
  color: #e14545;
  font-size: 0.34rem;
}
.card_item .cardno {
  font-size: 0.27rem;
  margin-top: 0.2rem;
}
.swipe-delete {
  display: inline-block;
  font-size: 0.27rem;
  font-weight: bold;
  height: 1.05rem;
  line-height: 1.05rem;
  padding: 0 0.24rem;
  color: #e14545;
  background: white;
  border-radius: 50%;
  border: 1px solid #dfdfdf;
}
.card_swipe .am-swipe-content {
  border-radius: 0.1rem;
}
.card_swipe .am-swipe-btn-text {
  padding: 0 0 0 0.3rem;
}

.my_card .refuel {
  width: 100vw;
  height: 100%;
  background: #f5f5f5;
}
.my_card .refuel .refuel_deal {
  width: 100vw;
  height: 3rem;
  margin-bottom: 0.18rem;
}
.my_card .title-left {
  text-align: center;
  padding-top: 0.3rem;
  color: #a7a2a2;
}
.my_card .list-wrapper {
  margin: 0.3rem;
}
.my_card .card-no {
  color: #252525;
  margin: 1rem;
  text-align: center;
}
.my_card .btn-card {
  margin: 0.3rem 0;
}
.my_card .btn-card .btn-add {
  font-size: 0.36rem;
  height: 1rem;
  line-height: 1rem;
  width: 1.6rem;
  width: 100%;
  background: #436be0;
  border-radius: 0.2rem;
}

.transation-fiex-title {
  position: relative;
  margin-bottom: 15px;
  width: 100%;
}
.transation-fiex-title .am-whitespace.am-whitespace-md {
  background: #eee;
}
.transation-fiex-title .select-time-item {
  background-color: #eee;
}
.transation-fiex-title .select-time-item .am-list-content {
  font-size: 14px;
}
.transation-fiex-title .select-time-item .am-list-extra {
  flex: 1;
  padding: 0;
  font-size: 14px;
}
.transation-fiex-title .select-time-item .am-list-extra .time-item {
  display: flex;
}
.transation-fiex-title .select-time-item .am-list-extra .time-item .am-list-item {
  padding: 0;
  min-height: 36px;
  background-color: #eee;
}
.transation-fiex-title .select-time-item .am-list-extra .time-item .am-list-line {
  padding: 0;
}
.transation-fiex-title .select-time-item .am-list-extra .time-item > div {
  flex: 1;
}
.transation-fiex-title .select-time-item .am-list-extra .time-item > div .am-list-extra {
  text-align: left;
}
.transation-fiex-title .select-time-item .am-list-extra .time-item .select-title {
  text-align: left;
  color: #333;
}

.transation-list-box {
  padding: 0.3rem 0.4rem;
  margin: 0.2rem 0.3rem;
  border-radius: 0.1rem;
  background-color: #fff;
  margin-bottom: 0.2rems;
  border-bottom: 1px solid #dfdfdf;
  border-top: 1px solid #dfdfdf;
}
.transation-list-box .list-item {
  display: flex;
  line-height: 0.4rem;
  padding: 0.1rem 0;
}
.transation-list-box .list-item.s {
  font-size: 0.27rem;
}
.transation-list-box .list-item.s .right-text {
  padding-left: 0.2rem;
}
.transation-list-box .list-item.m {
  font-size: 0.3rem;
  color: #333;
  padding-bottom: 0.2rem;
  margin-bottom: 0.1rem;
  border-bottom: 1px solid #dfdfdf;
  padding: 0 0 0.2rem 0;
}
.transation-list-box .list-item.m .left-text {
  flex: 1;
  font-weight: bold;
}
.transation-list-box .list-item.m .right-text {
  color: #f94545;
  font-size: 0.28rem;
}
.transation-list-box .epark-jump-btn {
  font-size: 0.33rem;
  background: #436be0;
  color: #fff;
  border-radius: 0.16rem;
  margin-left: auto;
  cursor: pointer;
  border: none;
  padding: 0.05rem 0.1rem;
  width: 1.5rem;
  /* 确保宽度根据内容自适应 */
  display: inline-block;
}

.parkBill_empty {
  text-align: center;
  font-size: 0.3rem;
  color: #ccc;
  padding: 20px 0;
}

.order-detail {
  padding: 0.3rem 0.4rem;
  background-color: #fff;
  margin: 0.3rem 0.3rem 0.7rem 0.3rem;
  border-radius: 0.1rem;
  border-bottom: 1px solid #dfdfdf;
  border-top: 1px solid #dfdfdf;
}
.order-detail .list-item {
  display: flex;
  font-size: 0.27rem;
  line-height: 0.6rem;
}
.order-detail .list-item .left-text {
  flex: 1;
}
.order-detail .list-item .right-text {
  flex: 1;
  text-align: right;
}
.order-detail .list-item.title {
  font-size: 0.32rem;
  color: #333;
  padding-bottom: 0.2rem;
  margin-bottom: 0.2rem;
  border-bottom: 1px solid #dfdfdf;
}
.order-detail .list-item.title .left-text {
  font-weight: bold;
}
.order-detail .list-item.title .right-text {
  color: #f94545;
  font-size: 0.3rem;
}
.detail-button {
  margin: 0.3rem;
}
.detail-button .am-button {
  font-size: 0.33rem;
  background: #436be0;
  border-radius: 0.16rem;
}
.detail-button-red {
  margin: 0.3rem;
}
.detail-button-red .am-button {
  font-size: 0.33rem;
  background: #f94545;
  border-radius: 0.16rem;
}
.bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feeback-Info {
  margin: 0.3rem;
}
.feeback-Info .list-margin {
  margin: 0.2rem 0 0.4rem 0;
}
.feeback-Info .require-info {
  position: relative;
  top: 3px;
  color: red;
}
.feeback-Info .am-button {
  font-size: 0.33rem;
  margin: 1rem 1rem 0.3rem 1rem;
  background: #436be0;
  border-radius: 0.16rem;
}

