.down-menu{
	position: fixed;
	width: 100%;
	max-width: 500px;
	height: 50px;
	bottom:0px;
	text-align: center;
	z-index: 9999;
}
input { -webkit-appearance: none;}
.down-menu-hide{
	position: relative;
	width: 100%;
	height: 50px;
	bottom:0px;
	z-index: 9998}
.down-menu span{
	font-size: 18px;
	font-family: '微软雅黑';
	display: inline-block;
	width: 30%;
	line-height: 40px;
	margin: auto;
	}
.main-red{
	color:#fb000d;
}
.main-blue{
	color:#167ad7;
}
.main-green{
	color:#38b043;
}
.selectCar {
		margin: auto;
		display: inline-block;
		margin-left: 50px;
		width: 200px;
		height: 80px;
		position: relative;
		vertical-align: middle;
		padding: 0;
		overflow: hidden;
		background-color: #fff;
		color: #555;
		border: 1px solid #aaa;
		text-shadow: none;
		border-radius: 4px;	
		transition: box-shadow 0.25s ease;
		z-index: 2;

	}
 
	.selectCar:hover {
		box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
	}
 
	.selectCar:before {
		content: "";
		position: absolute;
		width: 0;
		height: 0;
		border: 10px solid transparent;
		border-top-color: #ccc;
		top: 14px;
		right: 10px;
		cursor: pointer;
		z-index: -2;
	}
	.selectCar select {
		cursor: pointer;
		padding: 10px;
		width: 100%;
		border: none;
		background: transparent;
		background-image: none;
		-webkit-appearance: none;
		-moz-appearance: none;
	}
 
	.selectCar select:focus {
		outline: none;
	}
	#div-box{
		max-width: 500px;
		display: block;
		height: 100%;
		margin: auto;
	}
	.numlist{
		position: relative;
		width: 375px;
		display: block;
		height: 400px;
		margin-top:0px;
		background: #f97e52;
		padding-top:0px
		padding-bottom: 30px;
		left: 50%;
		margin-left: -187.5px;

	}
	.list-left{
		width:168px;
		margin-left: 10px;
		height: 50px;
		position: absolute;
		background: #FFF;
		border-radius: 4px;
		left: 
	}
	.list-margin-10{
		margin-top: 10px;
	}
	.list-margin-150{
		margin-top: 70px;
	}
	.list-margin-200{
		margin-top: 130px;
	}
	.list-margin-300{
		margin-top: 190px;
	}
	.list-margin-400{
		margin-top: 250px;
	}
	.list-right{
		width:168px;
		margin-left: 198px;
		height: 50px;
		position: absolute;
		background: #FFF;
		border-radius: 4px;
	}
	.list-num{
	 font-size: 19px;
	 display: block;
	 text-align: center;
	 margin-top:1px;
	 font-family:微软雅黑;
	 font-weight: 800;
	}
	.list-order-btn{
		display:block;
		text-align: center;
		margin-top:4px;

	}
	.area1{
		font-family:"微软雅黑";
		font-weight: bolder;
		font-size: 9px;
		display: block;
		text-align: center;
	}
	.change{
		display: block;
		text-align: center;
	}
	#newPool{
		display: inline-block;
		position:relative;
		width: 251px;
		height: 40px;
		margin-top: 30px;
		background: #f1a325;
		margin-top: -60px;
		font-size: 14px;
		font-family:微软雅黑;
	}

	.numlist p{
	display: inline-block;
    float: left;
    color: #999;
    font-size: .32rem;
    line-height: .53333333rem;
    margin-top: 5px;
    margin-left: 9px;
	}

#areaSelect{
	width: 350px;
	height: 170px;
    border-radius: 10px;
    background-color: rgba(0,0,0,0.4);
    margin: 4px auto;
    border: 1px solid #fff;
    padding-bottom: .266667rem;
    position: relative;
    z-index: 77;
    margin-bottom: -1px;
}
.as-pc{
	width: 310px;
    height: 40px;
    margin: .266667rem auto;
    border-radius: .133333rem;
    border: .026667rem solid #fff;
    padding: 0 .266667rem;
    background-color: #f97e52;
}

.as-pc span{
	color: #fff;
    font-size: 14px;
	line-height: 40px;
}

.as-pc img{
    float: right;
    position:relative;
    width: 20px;
    height: 20px;
    padding: 0px;
    cursor: pointer;
	left: -10px;
	top:2px;
     animation: arrow1-data-v-36aab8f0 1s infinite;
    -webkit-animation: arrow1-data-v-36aab8f0 1s infinite;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
    animation-direction: alternate
}



@keyframes arrow1-data-v-36aab8f0 {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        -webkit-transform: translateY(5px);
        transform: translateY(5px)
    }
}

@-webkit-keyframes arrow1-data-v-36aab8f0 {
    0% {
        -webkit-transform: translateY(3px)
    }

    to {
        -webkit-transform: translateY(0)
    }
}

#seachBtn{
	text-align: center;	
	margin-top: 10px;
}
#seachBtn input{
	height:40px;
	width: 240px;
	border-radius: 10px;
}
#seachBtn button{
	height:40px;
	width: 70px;
	border-radius: 10px;
	 color: rgb(255, 255, 255);
    background: #f1a325;
    border-color: #f1a325;
}
.lx{
	margin:auto;
	width: 310px;
	height:36px;
	border-radius: 5px;
    background-color: #f97e52;
}

.lx div{
	width: 32%;
	height: 35px;
	display: inline-block;
	margin: 0px;
	text-align: center;
	color: #FFF;
	line-height: 35PX;
}
.ls-activ{
	background: #f1a325;
}
.hide-a{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	background: rgba(0,0,0,.7);
	display: none;
	z-index: 9999;
	max-width: 500px;
	margin:auto;
	left: 0;
	right: 0;
}
.hide-prv{
	width: 87.5px;
	background: #fff;
	height: 100%;
	color: #515a6e;
	background: #f7f8fa;
	z-index: 9999;
overflow-y: auto

}

.hide-ct{
	position: absolute;
	width: 175px;
	background: #fff;
	height: 100%;
	color: #515a6e;
	top: 0px;
	left: 87.5px;
	z-index: 9999;
}
.hide-ct-hide{
	position: absolute;
	width: 100%;
	height: 100%;
	color: #515a6e;
	top: 0px;
	left: 262.5px;
	z-index: 9999;
}

.bea-select{
	width: 100%;
	height: 35px;
	line-height: 35px;
	padding-left: 7px;
	font-size: 15px;
	font-family: '微软雅黑	'
	border-bottom:.01px solid rgba(0,0,0,.1);
}

.bea-select-ct{
	width: 100%;
	height: 35px;
	line-height: 35px;
	padding-left: 7px;
	font-size: 15px;
	font-family: '微软雅黑	'
	border-bottom:.01px solid rgba(0,0,0,.1);
	font-weight: bolder;
}
.bea-select-active{
	border-bottom: 1px solid red;
	border-top: 1px solid red
}

.xsmf{
	display: block; 
	color: rgb(254, 67, 101);
	font-size: 12px;
	position:absolute;
	margin-top:-5px;
	margin-left:100px;	
}
.xcjg{
	font-size: 12px;
}
.noticeBox-t{
color: #FFF;
display:block;/*这个属性是必须的*/
 font-size:12px;
 line-height:18px;
 text-decoration:none;
 font-family:Arial;
 margin-left: 30px;

}
.noticeBox-t-7900{
	color: #ff7900;
}
.noticeBox-t-bo{
	color: #FFF;
	font-weight: 700;
}
.noticeBox-f svg{
	position: absolute;
	width: 30px;
	display: block;
	margin-left: 30px;
	margin-top: -10px;
}

.noticeBox-t-33{
	display: block;
	overflow: hidden;

}

.shell{
 border:1px solid #aaa;
 width:400px;
 padding:3px 2px 2px 20px;
}
#div1{
 height:18px;
 overflow:hidden;
position: relative;
top: 10px;
left: -10px;
}

.ord-f{
	background: #f7f8fa;
	position: fixed;
	height: 90%;
	width: 100%;
	display: block;
	z-index: 950;
	bottom: 0px;
}
.ord-z{
	position: fixed;
	height: 10%;
	width: 100%;
	z-index: 950;
	top:0px;
	background: rgba(0,0,0,.7);
}
.ord-box{
	width: 100%;
	height: 100%;

}
.co-t{
	position: relative;
	top: 30px;
	left: 20px;	
}
.co-6e{
	color:#969799;
}
.co-rg-67{
	color:rgb(254, 67, 101);
	font-size: 16px;
	font-weight: 500;
}
.co-left{
	margin-left: 20px;
}
.co-sm{
	margin-top: 50px;
	padding-right: 20px;
}
.co-box-sh{
	background-image: linear-gradient(90deg,#4a6dfe,#3ff29d);
	height: 34px;
	width: 90%;
	margin:auto;
	margin-top: 15px;
	border-radius: 15px;
}
.co-box-font{
	margin: 15px 0 0 35px;
    font-size: 16px;
    text-align: left;
    line-height: 16px;
    color: #fff;
    letter-spacing: .08rem;
    top: 10px;
    position: relative;

}
.co-box-shr{
	margin-top: 20px;
}
.co-input-box{
	width:100%;
	height: 88px;
	margin-top: 15px;
	background: #fff;
}
.co-input-sz{
	font-size: 15px;
	line-height: 42px;
	height: 24px;
	margin-left: 20px;
}
.co-input-box input{
    margin-left: 20px;
    opacity: 1;
    -webkit-text-fill-color: currentColor;
    border:none;
    outline:none;
    height: 40px;
    padding: 16 10;
}
.co-dy{
	position: relative;
	top: -28px;
	right: -340px;
}
.co-szdq{
	height: 42px;
	 border-bottom:1px solid #ebedf0;
	 margin:0px 10;
}

.co-xxdz{
	width: 100%;
}
.co-m-10{
	
	height: 132px;
}
.co-m-10 .co-input-sz{
	margin-left: 30px;
}
.co-bd{
	border-bottom:1px solid #ebedf0;
}
.co-btn{
width: 300px;
height: 40px;
position: relative;
top:20px;
left: 50%;
margin-left:-150px;

}
.co-btn:before{
	position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    background-color: #000;
    border: inherit;
    border-color: #000;
    border-radius: inherit;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    opacity: 0;
    content: " ";
}
.co-left-p{
	margin:0px 20px;
	margin-top: 40px;
	font-size: 10px;
	color: #adadad
}
.co-input{
	width: 70%;
}
.odf-h{
	display: none;
}
.odf-show{
	display: block;
}
.gearArea{
	z-index: 99999
}
.co-gsd{
	position: relative;
	top: 28px;
	left:30px;
	font-size: 14px;
}
#demo1{
	width: 70%;
}
.hide1{
	display:none;
}
#nonum{
	text-align: center;
	background:#6778bf9c;
	padding: 30px 0 30px;
	margin: 0 10;
}
#nonum img{
	height: 100px;
}
#nonum div{
	color:#fff;
	margin-top:30px;
	font-size: 15px;
}
.numgsd{
	position:absolute;
	margin-left:30px;
}
#orderSuccess{
	position: fixed;
	z-index:99999;
	width:300px;
	height:200px;
	left:0;
	right:0;
	margin:auto;
	top: 50%;
	margin-top: -100px;
	background: #fff;
	border-radius: 15px;
}
.odsu-title{
	display: block;
	font-size: 20px;
	color: #FFF;
	z-index:9999;
}
.odsu-title-f{
	text-align: center;
	background: linear-gradient(90deg,#4a6dfe,#3ff29d);
	border-radius: 15px;
	z-index:9999;
}
.odsu-img{
	text-align: center;
	z-index:1011;
}
.odsu-tips{
	font-size:14px;
	margin:0 10;
		z-index:9999;
}
.odsu-btn{
	width:100px;
	margin-top:15px;
		z-index:9999;
}
#odsu-zz{
	position: fixed;
	background:rgba(0,0,0,.7);
	width: 100%;
	height: 100%;
	z-index:9999;
	top: 0;
	left: 0;
}
.ldgg{
	height: 10px;
	width:220px ;
    position: reletive;
    left:0;

}

.bcon .title{
    width: 100%;
    border-bottom: 1px solid #ccc;
    height: 35px;
}
.bcon b{ 
    font-size: 16px;
    border-top:2px solid #63B8FF; 
    padding:5px 10px; 
    display:inline-block;
}
.bcon a{
    float: right;
    font-size: 14px;
    line-height: 35px;
    color: rgb(170, 170, 170);
    text-decoration: none;
}
.bcon a:hover{
    color: #63B8FF; 
}
.list_lh{ 
    height: 20px;
    width: 100%;
    overflow:hidden;
    position: relative;
    top: 18px;
}
.list_lh ul{
    padding-left: 0px;
    list-style:none;
}
.lieven{
    background-color: #eee;
}
.list_lh li p{ 
    padding-left: 10px;
    height:30px; 
    line-height:30px;
    margin: 0;
    overflow: hidden;
}
.list_lh li p a{ 
    float:left; 
    text-decoration:none;
    color: #333;
    font-size: 8px;
}
.list_lh li p a:hover{
    color: #63B8FF; 
}
.con-b{
	position: absolute;
}
.noticeS{
	width:80%;
	margin: auto;
	max-width:300px;

}
.noticeBox-f{
	background: #f97e52;
	padding-bottom: 0px;
}
.noticeBox-t-2{
	position: reletive;
}
.noticeBox-t-3{
	padding-top: 10px;
	float:right;
	padding-bottom: 10px;
}

.noticeS:after {
    content: "";
    display: inline-block;
    overflow: hidden;
    width: 100%;
}
#J_Address{
	font-size: 12px;
}
.hide2{
	position: fixed;
	height: 400px;
	z-index: 999;
	background: #fff;
	top: 50%;
	margin-top: -200px;
	width: 330px;
	left: 50%;
	margin-left: -165px;
	border-radius: 3%;
}
.showyh{
	background: rgba(0,0,0,.7);
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 998;
	top: 0;
	left: 0;
}