body{
	background: #FFFFFF;
}
.banner{
	width: 100%;
	text-align: center;
	z-index: 100;
}
.banner img{
	width: 100%;
}
.container{
	text-align: left;
}
.content{
	position: relative;
	min-height: 60vh;
	margin-top: -1.8rem;
	font-size: 1.4rem;
	padding: 1.6rem;
	clear: both;
	background: #FFFFFF;
	border-top-left-radius: 1.6rem;
	border-top-right-radius: 1.6rem;
	z-index: 10;
}
.top{
	display: flex;
	justify-content: space-between;
	background: #FFFFFF;
}
.top .left{
	display: flex;
}
.top .left .img{
	width: 1.6rem;
	height: 1.6rem;
}
.top .right{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.top .line{
	margin: 0 0.5rem 0 0;
	font-size: 0.8rem;
}
.top .type{
	margin: 0 1rem;
	white-space: nowrap;
	color: #999999;
	display: flex;
	justify-content: center;
	align-items: center;
}
.top .sort{
	margin: 0 1rem;
	white-space: nowrap;
	color: #999999;
	display: flex;
	justify-content: start;
	align-items: center;
	width: 10rem;
}
.top .act{
	color: #007EFF;
}
.top .img{
	width: 0.9rem;
	margin-left: 0.5rem;
}
.list{
	padding: 1.6rem;
	background: #ffffff;
	box-shadow: 2px 2px 18px 0 #00000014;
	border-radius: 1.2rem;
	margin-top: 1rem;
}
.list .row{
	display: flex;
	justify-content: space-between;
	align-items: start;
	margin: 0;
}
.list .bottom-row{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 1rem;
	margin: 1.5rem 0 0.3rem 0;
}
.list .row .name{
	font-size: 1.4rem;
	font-weight: 500;
	color: #333333;
	line-height: 1.8rem;
}
.list .row .distance{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	color: #888888;
}
.list .row .distance .img{
	width: 1.6rem;
	height: 1.6rem;
	margin: 0;
}
.list .address-row{
	font-size: 1.2rem;
	color: #888888;
	margin-bottom: 1rem;
}
.list .bottom-row .discount{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 1rem;
}

.list .bottom-row .discount .left{
	background: linear-gradient(to right, #9dc2fa , #2d7fff);
	padding: 0 0 0 0.8rem;
	color: #FFFFFF;
	border-top-left-radius: 0.8rem;
	height: 1.85rem;
}
.list .bottom-row .discount .img{
	height: 1.85rem;
}
.list .bottom-row .discount .right{
	background: linear-gradient(to right, #d4e5ff , #d4e5ff);
	padding: 0.1rem 0.8rem 0.1rem 0;
	color: #7b3510;
	border-bottom-right-radius: 0.8rem;
}

.list .bottom-row .price{
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
}
.list .bottom-row .price .label{
	color: #8c909c;
	font-weight: 400;
	font-size: 1.2rem;
}
.list .bottom-row .price .icon{
	display: flex;
	align-items: flex-end;
	font-size: 1.4rem;
	margin-bottom: 0.2rem;
}

.gas-detail{
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 0 2rem;
	overflow-x: hidden;
	overflow-y: scroll;
}
.gas-detail .title{
	padding: 1rem 0;
	font-weight: bold;
}
.gas-detail .zizhi{
	width: 100%;
}

.select-yqyh{
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	overflow-x: hidden;
	overflow-y: scroll;
}
.select-yqyh .alert{
	width: 100vw;
	background: #f88931;
	padding: 0.5rem 0;
	color: #FFFFFF;
	font-size: 1.2rem;
	margin: 0 0 2rem 0;
	text-align: center;
}
.select-yqyh .main{
	padding: 0 1.6rem;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}
.main .title{
	font-weight: bold;
	padding: 0.6rem 0;
}
.select-item{
	text-align: center;
	padding: 0.6rem 0;
	border: 0.1rem solid #f7f7f7;
	background: #f7f7f7;
	border-radius: 0.3rem;
	color: #333333;
	width: 10rem;
	margin: 0 1rem 1rem 0;
}

.selected-item{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0.6rem 0;
	border: 0.1rem solid #2892FF;
	background: #E5F2FF;
	border-radius: 0.3rem;
	color: #007EFF;
	width: 10rem;
	margin: 0 1rem 1rem 0;
}
.select{
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
}
.btn-div{
	position: fixed;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100vw;
	height: 5rem;
	background: #FFFFFF;
	padding: 1rem 0;
}
.btn-div .btn{
	width: 90%;
	border: none;
	border-radius: 2rem;
	background-image: linear-gradient(90deg, #2892FF 0%, #007EFF 100%);
	color: #FFFFFF;
	padding: 1rem 0;
}
.margin{
	height: 10rem;
}

.price .icon{
	font-size: 1.4rem;
	font-weight: 400;
	color: #F22583;
	line-height: 1.6rem;
}
.price .number{
	display: inline-block;
	color: #F22583;
	font-weight: 600;
	font-size: 1.7rem;
	transform: scale(1.3,1.4);
	letter-spacing: 0;
	margin-left: 0.6rem;
}

.discount2{
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	/*border: 0.1rem solid #f2dbe8;*/
	border-radius: 0.3rem;
	background: #FFD9EB;
	font-size: 1rem;
	font-weight: 400;
	color: #F22583;
	/*padding-right: 1rem;
	margin-bottom: 1rem;*/
	height: 2rem;
	width: 6rem;
}
.discount2 .img2{
	width: 2rem;
}
.weui-popup__modal .modal-content{
	padding-top: 5.2rem !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.weui-popup__modal .modal-content{
	height: 73vh !important;
}




/* 加入样式后，下拉菜单会被隐藏 */
.dropdown-menu {
	position: absolute;
	z-index: 101000;
	top: 5rem;
	right: 0;
	left: 0;
	bottom: 0;
	margin-top: -2.8rem;
	display: none;
	opacity: 0;
	max-height: 60vh;
	background-color: rgba(0,0,0,0.5);
	transform: translate3d(0,5rem,0) perspective(500px) rotateX(-30deg);
}

/* 加入下面的样式，当下拉菜单展开时，会自动进行 CSS3 动画过渡效果 */
.dropdown-menu.show {
	display: block;
	-webkit-animation: dropDownShow .5s forwards;
	animation: dropDownShow .5s forwards;
}

/* 定义下拉菜单展开过渡动画 */
@-webkit-keyframes dropDownShow {
	0% {
		opacity: 0;
		transform: translate3d(0,0,0) perspective(500px) rotateX(0deg);
	}
	100% {
		opacity: 1;
		transform: translate3d(0,0,0);
	}
}
@keyframes dropDownShow {
	0% {
		opacity: 0;
		transform: translate3d(0,0,0) perspective(500px) rotateX(0deg);
	}
	100% {
		opacity: 1;
		transform: translate3d(0,0,0);
	}
}

/* 定义下拉菜单收缩过渡动画 */
@-webkit-keyframes dropDownHide {
	0% {
		opacity: 1;
		transform: translate3d(0,0,0);
	}
	100% {
		opacity: 0;
		transform: translate3d(0,0,0) perspective(500px) rotateX(0deg);
	}
}
@keyframes dropDownHide {
	0% {
		opacity: 1;
		transform: translate3d(0,0,0);
	}
	100% {
		opacity: 0;
		transform: translate3d(0,0,0) perspective(500px) rotateX(0deg);
	}
}

.weui-cells__group_form .weui-cells{
	margin: 0 !important;
}
.weui-cells{
	margin-top: 0 !important;
}
.weui-cells_radio .weui-check:checked+.weui-icon-checked, .weui-cells_radio .weui-check[aria-checked=true]+.weui-icon-checked{
	color: #007EFF;
}
.list-sort{
	font-size: 1.4rem !important;
}
.list-sort-act{
	color: #007EFF;
	font-size: 1.4rem !important;
}
.toolbar .title{
	padding: 2rem 0 !important;
	font-weight: 400 !important;
	font-size: 1.6rem !important;
	color: #333333 !important;
}
.toolbar .picker-button{
	top: 2rem;
}
.weui-popup__container, .weui-popup__overlay{
	z-index: 100100;
}
.weui-popup__modal{
	z-index: 100100 !important;
}
.weui-cell:before{
	border-top: none !important;
	transform: none;
}
.weui-cells__group_form .weui-cell{
	padding: 1rem 2.5rem;
}
.weui-cells:before{
	border-top:none !important;
}