* {
	box-sizing: border-box;
}

.search {
    width: 100%;
    height: 40px;
    margin: 10px 0;
}

.search label {
    vertical-align: top;
    font-weight: 600;
    width: 25%;
    display: inline-block;
    text-align: left;
    line-height: 35px;
    padding-left: 8px;
    font-size: 17px;
    color: #05b2f9;
}
.search .searchBox {
    display: inline-block;
    width: 62%;
    border: 1px solid #ccc;
    border-radius: 20px;
    height: 33px;
}
.search i {
    position: absolute;
    line-height: 30px;
    padding: 0 0 0 8px;
}
.search input {
    width: 100%;
    background: #FFFFFF;
    border: none;
    height: 30px;
    border-radius: 20px;
    padding: 0 2% 0 13%;
    margin: 0;
}

.result {
    width: 100%;
    background: #f8f8f8;
    overflow: hidden;
    padding: 0 3%;
    display: -webkit-box;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.result span {
    display: flex;
    border-radius: 2px;
    margin: 8px 0;
    padding: 2px 4px;
    margin-right: 4px;
    border: 1px dashed #49dff1;
    color: #49dff1;
}
.result span i {
    color: #bfbfbf;
    line-height: 20px;
}

.choice_area  {
	padding: 10px 0;
}
.choice_area span {
	float: left;
}

.choice_area .left {
	width: 30%;
	font-weight: 600;
	color: #05b2f9;
	text-align: left;
	font-size: 17px;
	padding-left: 8px;
}

.choice_area .right {
	width: 24%;
	border-bottom: 1px solid #ccc;
    color: #777;
    padding:3px 0;
    text-align: center;
}

.choice_area .icon-dingwei {
	color: #05b2f9;
}

.number_type {
	clear: both;
	padding: 10px 0;
}
.number_type .label {
	font-weight: 600;
	color: #05b2f9;
	text-align: left;
	font-size: 17px;
	padding-left: 8px;
}
.number {
	padding:10px 0;
}
.number button {
	float: left;
    padding: 8px 16px;
    position: relative;
    font-size: 14px;
    background: #f8f8f8;
    margin: 0 6px 6px 0;
    border: 0;
}
.number img {
	display: none;
	width: 16px;
}
.number .on img {
	position: absolute;
    top: 0;
    right: 0;
    display: block;
}
.number .on {
	background: #ddfbff;
}

.search_price {
	clear: both;
	padding:10px 0;
}
.search_price span {
	float: left;
}
.search_price .label {
	font-weight: 600;
	color: #05b2f9;
	text-align: left;
	font-size: 17px;
	padding-left: 8px;
	width: 20%; 
	height: 35px;
    line-height: 35px;
}
.search_price .price_input {
	display: block;
	width: 60%;
}

.search_price .price_input input{
	width: 35%;
	height: 35px;
    line-height: 35px;
    font-size: 16px;
    text-align: center;
    padding: 0 4px;
    background: #f8f8f8;
    border: 1px solid #49dff1;
    text-indent: 4px;
    color: #49dff1;
}

.btnBox {
    width: 100%;
    overflow: hidden;
    padding-top:  50px;
}

.btnBox button {
    width: 40%;
    height: 40px;
    border-radius: 20px;
    border:0;
    margin: 0 5%;
    float: left;
    font-size: 18px;
}
.blueBg {
    background-image: linear-gradient(to right top, rgb(0, 255, 240), #26c7f5 60%, #05b2f9 80%);
    color: #FFFFFF;
}


.mask {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
}
#areaLayer {
    /*bottom: 400px;*/
    display: none;
}
.express-area-box {
    position: fixed;
    z-index: 99999;
    left: inherit;
    width: 100%;
    height: 400px;
    left: 0;
    bottom: 0;
    margin-left: 0;
    box-shadow: 0 0 20px rgba(0,0,0,1);
    background-color: #fff;
    color: #4d525d;
}

.express-area-box .top h3 {
    padding-left: 15px;
    font-size: 16px;
    background: #eeeeee;
    line-height: 44px;
}

.express-area-box .top h3 span {
    float: right;
    font-size: 14px;
    padding: 0 6px;
}
.hidden {
    display: none;
}

.express-area-box article {
    height: 100%;
    overflow-y: scroll;
}
#areaList {
    padding-bottom: 38px;
}
.area-list li {
    padding: 0 15px;
    border-bottom: 1px solid #e2e2e2;
    text-align: justify;
    height: 44px;
    line-height: 44px;
    position: relative;
    font-size: 17px;
}
.area-list li a {
    display: inline-block;
    vertical-align: top;
    width: 88%;
    color: #666666;
}
.area-list li .inputBox {
    display: block;
    width: 100%;
    text-align: right;
    position: absolute;
    top: 0;
    height: 44px;
}
.area-list li .inputBox .iconfont {
    position: absolute;
    right: 8%;
    top: 0;
    color: #eee;
    line-height: 40px;
}
.area-list li input {
    width: 100%;
    height: 45px;
    opacity: 0;
}

.area-list li .inputBox .iconfont {
    position: absolute;
    right: 8%;
    top: 0;
    color: #eee;
    line-height: 40px;
}
.select0n .iconfont {
    color: #49dff1 !important;
}