.top-bar .search {
    border-radius: 1.75rem;
    box-shadow: 0 0 1px 1px #d9a9a5;
    height: 2.46rem;
    line-height: 2.46rem;
    overflow: hidden;
    padding: 0 .82rem;
    position: relative;
	float:none;
}
.top-bar .search-holder .iconfont,.top-bar .search-display .iconfont {
    color: #ccc;
    margin-right: .12rem;
}
.top-bar .search-holder,.top-bar .search-display{
    color: #ccc;
    margin-right: .12rem;
	width: 100%;
    text-align: left;
}
.top-bar .icon-search{
	font-size: 18px;
}
.filter-bar > div:not(:first-child)::before{
	border:none;
}
.filter-bar{
	display: flex;
	position: relative;
	height: 10.933vw;
    line-height: 10.933vw;
	border:none;
	background-color:#fff;
}
.filter-bar div{
	flex:1;
	color: #333;
	font-weight:normal;
	width:100%;
	float:none;
	display: inline-block;
    max-width: 100%;
    padding-right: .36rem;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.filter-bar div.cur{
	color: #f33;

}
.filter-bar >div.cur:after{
	border-top-color: #f33;
}

.filter-bar2{
	height:auto;
	padding:0 .75rem;

}
.filter-bar2 div {
    background: #eee;
    border: 1px solid #ddd;
    border-radius: 1.28rem;
    color: #333;
    flex-shrink: 0;
   font-size: 3.733vw;
    margin: 0.26rem .16rem .1rem 0;
    padding: 0 .74rem;
    position: relative;
    z-index: 1;
    height: 1.733rem;
    line-height: 1.733rem;
	flex: inherit;
	width:auto;
}

.filter-bar2 div.cur {
    background: #e74e4b;
    border-color: #e74e4b;
	color:#fff;
}
.filter-bar-no4::after{
	display:none !important;
}

.filter-bar-rest{
	right: 10px;
    position: absolute!important;
	background-color:#f8d586!important;
	border-color:#F1AF19!important;
}
.filter-bar-rest::after{
	display:none !important;
}

.filter-price ul li {
    float: left;
    padding: 5px 8px;
    margin: 5px 8px;
    border: 1px solid #ececec;
    border-radius: 5px;
    text-align: center;
}
.filter-pop .cur {
    background: #e74e4b;
    border-color: #e74e4b;
	color:#fff;
}
.filter-pop .single ul li {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-bottom: 1px solid #ececec;
}
.filter-pop .left .cur, .filter-pop .right .cur, .filter-pop .single .cur{
	background-color: #fff;
	color:#f33;
}
.filter-pop2 .btn{
	border-radius: .667vw;
    font-size: 3.2vw;
    height: 30px;
    line-height: 30px;
    margin: 0vw 2.533vw 1.6vw;
    text-align: center;
    width: 15.8vw;
    float: right;
}
.filter-pop2 .reset {
    background-color: #8b8b8b;
	box-shadow: 0 -1px 3px #f1f1f1;
	color: #fff;
}
.filter-pop2 .submit {
    background-color: #e54c3f;
    color: #fff;
}
.filter-pop-m3{
top: 10.933vw;
}
.filter-more-btn{
	position:inherit;
}
 .search-display {
    background: #fff;
    bottom: 0;
    left: .82rem;
    position: absolute;
    right: 0;
    top: 0;
	text-align: left;
}
 .search-display .search-text {
	background: #f3f3f3;
    border-radius: 0.87rem;
    color: #383838;
    font-size: 0.87rem;
    height: .87rem;
    line-height: .87rem;
    margin: .08rem 0;
    padding: 0.3rem 0.2rem 0.3rem .74rem;
    position: relative;
}
.search-display .search-text:after {
    color: #f33;
    content: "\e830";
    font-family: iconfont;
    font-weight: 700;
    height: 1.56rem;
    right: 0;
    text-align: center;
    top: 0;
    width: 1.56rem;
	font-size: 1.36rem;
}


/*搜索滑出层*/
#sodiv {
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	background:#fff;
	z-index:9999;
	-webkit-transition-property:-webkit-transform;
	-moz-transition-property:-moz-transform;
	transition-property:transform;
	-webkit-transition-duration:0.3s;
	-moz-transition-duration:0.3s;
	transition-duration:0.3s;
	-webkit-transition-delay:0.3s;
	-moz-transition-delay:0.3s;
	transition-delay:0.3s;
}
#sodiv{
     animation: animate 0.5s ease 1;
     overflow: hidden;
}
@keyframes animate{
    from {
    	top: 100vh;
    }
    to {
    	top : 0px;
    }
}


.so-content{
	padding: 0 1.56rem 3.1rem;
}
.so-content p{
	color: #8b8b8b;
    padding-top: .62rem;
}
.so-content h3{
	margin-top:0.8rem;
	margin-bottom:0.5rem;
}
.so-content .blurry{
    border: 1px solid #e4393c;
    border-radius: .32rem;
    box-sizing: content-box;
    height: 3.1rem;
    margin-top: .16rem;
    overflow: hidden;
    position: relative;
}
.so-content .blurry .icon-search{
    height: 3.1rem;
    left: 0;
    line-height: 3.1rem;
    position: absolute;
    text-align: center;
    top: 0;
    width: 2.46rem;
	color: #ccc;
	font-size:1.2rem;
}
.so-content .blurry .search-input {
    font-size: .92rem;
    height: 3.1rem;
    line-height: .64rem;
    padding: 0rem 2.4rem .16rem 2.46rem;
	border: 0;
    outline: none;
}
.so-content .blurry .search-icon-clear {
    display: none;
    height: 3.1rem;
    line-height: 3.1rem;
    position: absolute;
    right: 9.5rem;
    text-align: center;
    top: 0;
    width: 1.56rem;
	color: #999;
}
.so-content .blurry  .search-tail {
    height: 3.1rem;
    line-height: 3.1rem;
    position: absolute;
    right: 5.4rem;
    top: 0;
	color: #999;
	align-items: center;
    display: inline-flex;
}
.so-content .blurry  .search-btn {
    background: #ef4047;
    color: #f7f7f7;
    font-size: 1.02rem;
    height: 3.1rem;
    line-height: 3.1rem;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 5.1rem;
	border: 0;
	outline: none;
}
.ui-checkbox i{
	font-size:0.90rem;
	
}
.icon-close:before {
    content: "\e830";
}
.icon-checkbox:before {
    content: "\e72e";
}

.ui-checkbox {
	align-items: center;
    display: inline-flex;
}

.ui-checkbox_icon{	
    border-color: #fa3534;
	align-items: center;
    border: 1px solid #c9c9cc;
    border-radius: .16rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
   
    justify-content: center;
    text-align: center;
    transition: all .2s ease-in-out;
    width: 1.1rem;
	height: 1.1rem;
	
}
.icon-checkbox{
	visibility: hidden;
	font-size:0.24rem;
}
.ui-checkbox_label {
    color: #606266;
    margin-left: .28rem;
    margin-right: .2rem;
	font-size:0.9rem;
}
.ui-checkbox.checked .ui-checkbox_icon {
    background-color: #fa3534;
    border-color: #fa3534;
}
.ui-checkbox.checked .ui-checkbox_icon .iconfont {
    color: #fff;
    visibility: visible;
}
.so-content .mor_box {
    padding: .66rem;
}


#sodiv footer {
    padding: .16rem .24rem .32rem;
    text-align: center;
	position:absolute;
	bottom:2rem;
}
#sodiv footer label {
    border-radius: .22rem;
    color: #666;
    font-size: 1.02rem;
    letter-spacing: .04rem;
    line-height: 3.1rem;
	height: 3.1rem;
    margin: .6rem;
    width: 10rem;
	display: inline-block;
}
#sodiv footer .reset {
    background: #f2f2f2;
}
#sodiv footer .so_close{
    background: #8b8b8b;
    color: #fff;
}
h3{
	color:#333;
}
.blurry2 .submit{
	-webkit-animation: all .3s linear 0s;
    animation: all .3s linear 0s;
    border-radius: .32rem;
    font-size: 1.02rem;
    letter-spacing: .04rem;
    line-height: 3.1rem;
    margin-top: .62rem;
    text-align: center;
	background: #ef4047;
    color: #fff;
	border: 0;
	width: 100%;
}
.blurry2 .submit.disabled{
	 background-color: #e6e6e6;
	 color: #c8c8c8;
} 


/*订单*/
.hasresult{
	padding: 8.5px 0 0 8.5px;
	background-color:#f5f7f9;
    position: relative;
	-webkit-font-smoothing: antialiased;
    box-sizing: border-box;
}
.hasresult .numbg{
	width:49%;
	float:left;
	position: relative;
	margin-bottom: .46rem;
	box-sizing: border-box; 
}
#data div.numbg:nth-of-type(odd) {
	padding-right:0.28rem;
}
#data div.numbg:nth-of-type(2n){
	padding-left:0.28rem;
}
.numbtr{
	border-radius: .56rem;
   box-shadow: 1px 1px 3px #d8d8d8;
	background-color:#fff;
	padding: .68rem 0 0.62rem 1.0rem;
	position: relative;
	box-sizing: border-box;
}

.numbtr .mobile{
	font-size: 1rem;
	font-weight: 600;
	line-height:1.32rem;
	overflow: hidden;
	width:100%;
	color:#444;
	margin:0.1rem 0;
	
}
.numbtr .num_ex{
	margin:0.2rem 0 0.2rem 0;
	font-size:0.84rem;
	line-height:1.2rem;
	color:#c8c8c8;
}
.numbtr .num_ex .city{
	width:auto;
	float: left;
	font-weight: normal;
	font-size:0.84rem;
}
.numbtr .num_ex .lh{
	background-color: #F84F4F;
	border-radius: .14rem;
    color: #fff;
    float: left;
	padding: 0 .14rem;
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
}
.numbtr .num_ex .xstj{	
	background-color: #bf4ff8;
	border-radius: .14rem;
    color: #fff;
    float: left;
	padding: 0 .14rem;
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
}
.numbtr .numinfo{
	width:100%;
	display: flex;
	font-size:0.8rem;
	
}
.numbtr .price{
	float: left;
	color: #ee1a1a;
	font-size:0.72rem;
	line-height:1.2rem;
	text-align: inherit;
  width: auto;
	padding:0;
}
.numbtr .hashf{
	color: #aaa;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	line-height:1.2rem;
}

.num_shouchang{
	bottom: 0;
    height: 1.8rem;
    line-height: 1.8rem;
    padding-top: .1rem;
    position: absolute;
    right: 0;
    text-align: center;
    width: 1.8rem;
	font-size: 1.22rem;
    color: #c3c3c3;
}
.num_shouchang.checked {
    color: #fdd353;
}
.icon-xingxing:before {
    content: "\e859";
}
.icon-xingxing.checked:before {
    content: "\e861";
}


#fav_c, #ord_c {
    line-height: 12px;
    padding: 1px 5px;
    background-color: #e54c3f;
    color: #fff;
    display: inline;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    display: none;
}
/*订单结束*/

	.mobile font,.ckove .tel font{
				color:#e54c3f;
			}
</style>  

 
        <style>
        #data .rmd {
			clear: both;
			padding: 1.36rem .1rem;
		}
		#data .rmd-hd {
			font-size: 1rem;
			font-weight: 400;
			margin-bottom: 1.36rem;
			overflow: hidden;
			text-align: center;
			white-space: nowrap;
		}
		#data .rmd-hd:after, #data .rmd-hd:before {
			background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAF8AAAATBAMAAAAE+MzRAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAnUExURUdwTP/d3f/U1v/ExP/V1f+8vf/V1f/U1f/Dw//AwP/Iyf+8vf/U1QBebp0AAAALdFJOUwAPyA03xofwcDm5PxS7YQAAAKBJREFUKM+V0SEOg0AQBdDfkGwqm8o6fAUGzx2QvQKyN0BSwRFqOUAFHVdTM4fqwCy2/Pli1+zPy8wCdC4NQjlc77HCWb9NDFAliWJyQFmiltEBkihuMjtAErWIjA5QhAEiswMrIX8DHJfr/cgFfe4TgxXalN9/TvsFI14VOi+UzJoGaYFEA0YYACdK7qv75Ug0sKWjgZwUBIyIATb8CvwAbRZtanMzqHAAAAAASUVORK5CYII=) 100% no-repeat;
			background-size: auto 100%;
			content: "";
			display: inline-block;
			height: .72rem;
			margin: 0 .74rem;
			vertical-align: middle;
			width: 1.96rem;
		}
		#data .rmd-hd:after {
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
		}
		#data .rmd-bd {
			display: flex;
  		flex-wrap: wrap; 
		}
		#data .rmd-item,#data .rmd-item-hao {		
			height:2.14rem;
			line-height: 2.14rem;
			margin-bottom: .8rem;
			text-align: center;		
			flex: 1 0 25%; 
		}
		#data .rmd-label {
			background-color: #fff;
			border-radius: .6rem;
			box-shadow: inset 0 0 1px rgba(0,0,0,.25);
			color: #787878;
			display: block;
			font-size: .74rem;
			margin: 0 .2rem;
			overflow: hidden;
			padding: 0 .2rem;
			position: relative;
			text-overflow: ellipsis;
			white-space: nowrap;
		}
		
		
.loadingFive{
    width: 150px;
    height: 15px;
    margin: 0 auto;
    margin-top:100px;
}
.loadingFive span{
    display: inline-block;
    width: 15px;
    height: 100%;
    margin-right: 5px;
    background: #f60;
    -webkit-transform-origin: right bottom;
    -webkit-animation: load 1s ease infinite;
}
.loadingFive span:last-child{
    margin-right: 0px;
}
@-webkit-keyframes load{
    0%{
        opacity: 1;
    }
    100%{
        opacity: 0;
        -webkit-transform: rotate(90deg);
    }
}
.loadingFive span:nth-child(1){
    -webkit-animation-delay:0.13s;
}
.loadingFive span:nth-child(2){
    -webkit-animation-delay:0.26s;
}
.loadingFive span:nth-child(3){
    -webkit-animation-delay:0.39s;
}
.loadingFive span:nth-child(4){
    -webkit-animation-delay:0.52s;
}
.loadingFive span:nth-child(5){
    -webkit-animation-delay:0.65s;
}.loadingTwo{
    width: 150px;
    height: 4px;
    border-radius: 2px;
    margin: 0 auto;
    margin-top:100px;
    position: relative;
    background: #f60;
    -webkit-animation: changeBgColor 1.04s ease-in infinite alternate;
    animation: changeBgColor 1.04s ease-in infinite alternate;
}
.loadingTwo span{
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #f60;
    position: absolute;
    margin-top: -7px;
    margin-left:-8px;
    -webkit-animation: changePosition 1.04s ease-in infinite alternate;
    animation: changePosition 1.04s ease-in infinite alternate;
}
@-webkit-keyframes changeBgColor{
    0%{
        background: #f60;
    }
    100%{
        background: lightblue;
    }
}
@-webkit-keyframes changePosition{
    0%{
        background: #f60;
    }
    100%{
        margin-left: 142px;
        background: lightblue;
    }
}.loadingFive{
    width: 150px;
    height: 15px;
    margin: 0 auto;
    margin-top:100px;
}
.loadingFive span{
    display: inline-block;
    width: 15px;
    height: 100%;
    margin-right: 5px;
    background: #f60;
    -webkit-transform-origin: right bottom;
    -webkit-animation: load 1s ease infinite;
}
.loadingFive span:last-child{
    margin-right: 0px;
}
@-webkit-keyframes load{
    0%{
        opacity: 1;
    }
    100%{
        opacity: 0;
        -webkit-transform: rotate(90deg);
    }
}
.loadingFive span:nth-child(1){
    -webkit-animation-delay:0.13s;
}
.loadingFive span:nth-child(2){
    -webkit-animation-delay:0.26s;
}
.loadingFive span:nth-child(3){
    -webkit-animation-delay:0.39s;
}
.loadingFive span:nth-child(4){
    -webkit-animation-delay:0.52s;
}
.loadingFive span:nth-child(5){
    -webkit-animation-delay:0.65s;
}

.gotop{
	bottom: 40vh;
}
	.slide-box1  {
    width: 100%;
		position: relative;
  }
  .slide-box1 .swiper-slide img {
    width: 100%;
    height: auto; 
		position: relative
  }
.slide-box1 .swiper-pagination-bullet {
		width: 15px;
		height: 15px;
		text-align: center;
		line-height: 15px;
		font-size: 11px;
		color:#000;
		opacity: .5;
		background: rgba(0,0,0,0.2);
		border-radius: 100%;
}
 .slide-box1 .swiper-pagination-bullet-active {
	  color:#fff;
		background: rgba(0,0,0,0.6);
}
.slide-box1 .dottedNav{
		position: relative;
		text-align: center;
		-webkit-transition: .3s;
		-moz-transition: .3s;
		-o-transition: .3s;
		transition: .3s;
		-webkit-transform: translate3d(0,0,0);
		-ms-transform: translate3d(0,0,0);
		-o-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
		z-index: 10;
		bottom: 10px;
		left: 0;
		width: 100%;
}
.buybtn{
	text-align: center;
	display: block;
	clear: both;
	margin: 6px auto;;
}
.buybtn span{
	font-size: 0.72rem;	
	line-height: 0.86rem;	
	color: #FFFFFF;	
	background-color: #FF6600;	
	text-align: center;	
	height: 0.86rem;	
	width: 188px;	
	padding: 3px 12px;
	border-radius:5px;	
}
.numbtr{
	padding: .28rem 1.0rem 0.42rem 1.0rem;
}
.numbtr .mobile{
		text-align: center;
}
.numbtr .num_ex{
	text-align: center;
}
.numbtr .price{
 float: none;
 display: inline-block;
}

.numbtr .num_ex .lh{
	 width: 0.86rem;
	 float: none;
	 display: inline-block;
}