.ui-cell:before,.ui-cell:after{
	border: none;
}
.header{
	background: #fff;
}
.header-img img{
	display: block;
	width: 100%;
}
.header-text{
	padding: 0.5rem;
}
.header-text div:nth-of-type(2){
	padding: 0 0.75rem;
	color: #666666;
}
.header-text div:first-of-type,.header-text div:last-of-type{
	font-size: 1rem;
}
.header-text div:last-of-type{
	text-align: right;
}
.quick-list{
	background: #fff;
	margin-top: 0.75rem;
}
.list-box{
	border-top: 1px solid #D9D9D9;
}
.quick-list .list-box:first-of-type{
	border-top: none;
}
.list-left{
	width: 75%;
	margin-left: 0.75rem;
}
.list-right{
	width: 3rem;
	height: 3rem;
	overflow: hidden;
	border-radius: 5px;
	position: relative;
}
.list-right img{
	display: block;
	width: 100%;
	height: 100%;
}
.list-left div:first-of-type {
    color: #3A3A3A;
    font-size: 0.75rem;
}
.list-left div:nth-of-type(2) {
    color: #999999;
}
.list-left div:last-of-type {
    color: #C7C7C7;
    font-size: 0.6rem;
}
.bottom-box{
	padding: 0.75rem;
	text-align: center;
	border-top: 1px solid #D9D9D9;
}
.bottom-box a{
	color: #02ABB0;
}
.popu{
	position: fixed;
	top: 0;
	left: 0;
	width:  100%;
	height: 100vh;
	z-index: 999;
	background: rgba(0,0,0,0.5);
}
.modWin{
	position: relative;
	width: 70%;
	min-height: 14rem;
	background:  url(../../Images/Quicknew/kuang.png) no-repeat center;
	background-size: 100% 100%;
	margin: 50% auto 0;
}
.title{
	position: absolute;
	top: 2rem;
	left: 20%;
	color:#fff;
	width: 60%;
	text-align: center;
}
.card{
	position: absolute;
	bottom: 4.5rem;
	left: 2rem;
	width: 9rem;
	height: 4rem;
	background:  url(../../Images/Quicknew/baidiquan.png) no-repeat center;
	background-size: 100% 100%;
}
.price{
	width: 4rem;
}
.price i{
	font-size: 18px;
	color:#fe7e26;
}
.price .price_num{
	font-size: 32px;
	color:#fe7e26;
	font-weight: bold;
}
.cesuan_btn{
	position: absolute;
	bottom: 1rem;
	left: 9%;
	width: 11rem;
	height: 2.3rem;
	text-align: center;
	line-height: 1.9rem;
	font-size: 18px;
	background:  url(../../Images/Quicknew/btns.png) no-repeat center;
	background-size: 100% 100%;
}