* {
	margin: 0;
	padding: 0;
	outline: none;
	user-select: none;
	-webkit-user-select: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-input-placeholder-color: #aaa;
}
html{
	font-size: 96px;
}
body{
	font-family: "Helvetica Neue",Helvetica,STHeiTi,sans-serif;
	line-height: 1.5;
	font-size: 16px;
	color: #000;
	background-color: #f8f8f8;
	-webkit-user-select: none;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
	outline: 0;
}
div,ul,li{
	padding: 0;
	margin: 0;
	list-style: none;
}
ul, li {
	list-style: none outside none;
}
h3, h4 {
	font-size: 16px;
	font-weight: 400;
	padding: 14px;
}
.ui-form-item {
	position: relative;
	font-size: 18px;
	height: 27px;
	line-height: 27px;
	background: white;
}
.ui-border-b {
	/*border-bottom: 1px solid #F0F0F0;*/
}
.ui-form-item label:not(.ui-switch):not(.ui-checkbox):not(.ui-checkbox-s):not(.ui-radio):not(.ui-radio-s) {
	width: 95px;
	position: absolute;
	padding-right: 10px;
	text-align: right;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #666666;
}
/*.ui-form-item > .ui-select {
	margin-left: 115px;
}*/
.ui-select {
	position: relative;
	margin-right: 6px;
}
.ui-form-item input, .ui-form-item textarea {
	text-align: right;
	width: 100%;
	min-height: 25px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	border: 0;
	background: 0 0;
	padding-left: 0;
}
input, input:focus, input:active {
	user-select: text;
}
input, button, textarea, select, optgroup, option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	outline: 0;
}
.ui-select:after {
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -4px;
	width: 0;
	height: 0;
	border-top: 6px solid;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	color: #a6a6a6;
	content: "";
	pointer-events: none;
	border: 0;
	background: url(../images/icon-select.png) no-repeat;
	height: 20px;
	width: 20px;
	background-size: 100%;
	top: 35%;
	right: -5px;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	color: #a6a6a6;
}
.ui-form-item span {
	display: block;
	padding-left: 95px;
	width: 100%;
	text-align: right;
	color: #000;
}

/*选择地区*/

.express-area {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background-color: #fff;
}

.express-area a {
	display: block;
}

.express-area dl {
	position: relative;
	color: #4d525d;
}

.express-area dl dt {
	position: absolute;
	top: 0;
	left: 0;
}

.express-area dl dd {
	text-align: justify;
}

@media (min-width: 721px) and (max-width: 1300px) {
	.express-area a {
	}
	.express-area dl dt {
	}
	.express-area dl dd {
	}
}


/*选择地区弹层*/

.express-area-box {
	position: absolute;
	bottom: -100%;
	left: 50%;
	z-index: 15;
	width: 320px;
	margin-left: -160px;
	background-color: #fff;
	border-radius: 6px 6px 0;
	color: #4d525d;
	    position: fixed;
    left: 0px;
    width: 100%;
    margin-left: 0px;
}

.express-area-box header {
	position: relative;
    border-radius: 6px 6px 0;
    border-bottom: 1px solid #e2e2e2;
}

.express-area-box header h3 {
	text-align: center;
}

.express-area-box header .back,
.express-area-box header .close {
	position: absolute;
	top: 0;
}

.express-area-box header .back {
	display: none;
	left: 0;
}

.express-area-box header .close {
	right: 0;
}

.express-area-box article {
	height: 200px;
	overflow-y: scroll;
}

.area-list li {
	text-align: justify;
    padding: 0 15px;
}

@media (min-width: 721px) and (max-width: 1300px) {
	.express-area-box {
	
	}
	.express-area-box header h3 {
	}
	.express-area-box header .back,
	.express-area-box header .close {
	}
	.express-area-box article {
		height: 120px;
	}
	.area-list li {
	}
}

@media (max-width: 720px) {
	.express-area-box {
		position: fixed;
		left: 0;
		width: 100%;
		margin-left: 0;
	}
}


/*遮罩层*/

.mask {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 12;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
}

@media (max-width: 720px) {
	.mask {
	}
}
/*
 * 修改
                     	作者：1037022907@qq.com
                     	时间：2018-08-30
                     	描述：

* */
.selet-area-wrap{
	display: -webkit-box;
	width:100%;
	height: 44px;
	padding: 0 15px;
	background: #F1F1F1;
}
.selet-area-wrap p{
	-webkit-box-flex: 1;
    text-align: center;
	width:100%;
}
.selet-area-wrap span{
	display: inline-block;
    text-align: center;
    padding-left: 0;
    position: relative;
    width: auto;
}
.selet-area-wrap span.current{
	color: #449FFF;
}
.selet-area-wrap span.current:before{
	content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #449fff;
    top: 44px;
}

.hot-city{
	padding: 0 15px;
}
.hot-city p{
	color: #bbb;
}
.hot-city ul{
	padding: 0 15px
}
.hot-city li{
	    display: inline-block;
    width: 17.7%;
    text-align: center;
    margin: 0% 3%;
    /*line-height: 20px;
    height: 20px;*/
}
