.divHeight {
    width: 100%;
    height: 10px;
    background: #f5f5f5;
    position: relative;
    overflow: hidden;
}
.aui-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: flex-start;
    position: relative;
	border-radius: 6px;
	font-size: 14px;
	box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
	margin-top: 15px;
}
.aui-flex-box {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
    font-size: 14px;
    color: #333;
}
.aui-flexView {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.aui-scrollView {
    width: 100%;
    height: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    position: relative;
}
.aui-navBar {
    height: 50px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    z-index: 102;
    background-color: rgba(224,183,87, 1);
}
.aui-navBar-item {
    height: 50px;
    min-width: 30%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.7rem;
    white-space: nowrap;
    overflow: hidden;
    color: #fff;
    position: relative;
	font-size:1rem;
	margin-right: 5px;
}
.aui-navBar-item:last-child {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.aui-navBar-item{
	margin-left: 0.9rem;
}

/* 首页轮播 */
.m-slider {
    overflow-x: hidden;
    width: 100%;
    position: relative;
}

.slider-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    position: relative;
    z-index: 1;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

.slider-item {
    width: 100%;
    height: 100%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: #f6f6f6;
}

.slider-item img {
    width: 100%;
    height: 180px;
    display: block;
    border: none;
}

.slider-pagination {
    text-align: right;
    position: absolute;
    width: 100%;
    z-index: 2;
    right: 0;
    bottom: 10px;
    pointer-events: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.slider-pagination > .slider-pagination-item {
    margin: 0 .25rem;
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background-color: rgba(0,0,0,0.3);
}
.slider-pagination > .slider-pagination-item.slider-pagination-item-active {
    background-color: #ff6a5f;
    border-radius: 100%;
}
.aui-mas-img {
    width: 8.125rem;
    height: 6.875rem;
    margin-right: 0.5rem;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
}
.aui-mas-img  img{
	width: auto;
	height: 100%;
	/*border-radius: 6px;*/
    display: block;
    margin: auto;
}
.aui-mas-img1 img{
	width: 4.375rem;
	height: 4.375rem;
    border-radius: 5px;
    margin-top: 0.625rem;
}
.aui-flex-box h3 {
    font-size: 1rem;
    font-weight: bold;
    word-wrap: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: justify;
}
.aui-flex-box h3 span {
	font-size: 0.75rem;
	font-style: normal;
	font-weight: normal;
    color: rgba(224,183,87, 1);
	background-color: rgba(255, 255, 255, 1);
	border: rgba(224,183,87, 1) solid 1px;
	border-radius: 1rem;
	padding: 0 0.3125rem;
}
.aui-mas-btn{
	margin: 0 10px;
}
.aui-mas-btn1{
	margin: 0 10px;
}
.aui-mas-btn span {
    border-radius: 5px;
    background: rgba(224,183,87, 1);
    color: #fff;
    font-size: 0.8rem;
    padding: 0.1rem 0.3125rem;
    font-style: normal;
    font-weight: 400;
    margin: 0.3rem auto;
    display: block;
	width: 4rem;
    text-align: center;
    margin-top: 1rem;
}
.aui-mas-btn1 span {
    border-radius: 22px;
    background: rgba(166, 166, 166);
    color: #fff;
    font-size: 0.8rem;
    padding: 0.1rem 0.3125rem;
    font-style: normal;
    font-weight: 400;
    margin: 0.3rem auto;
    display: block;
	width: 4rem;
    text-align: center;
    margin-top: 1rem;
}
.aui-flex-box .aui-km {
    text-align: left;
    line-height: 1.5;
	font-style: normal;
	color: rgba(128, 128, 128, 1);
}
.aui-flex-box .aui-ix i {
    font-size: 0.7rem;
    background: #f1efef;
    color: #a0a0a0;
    font-style: normal;
    padding: 0.2rem 0.3rem;
}
.aui-flex:nth-child(1){
	margin: 0;
}
.aui-mas-name,.aui-mas-list .aui-flex{
	width: calc(100% - 30px);
	margin: 0 auto;
	background-color: #fff;
	margin-top: 0.375rem;
}
.aui-mas-list .aui-flex{
	margin-top: 0.9375rem
}
.search-input{
	width: 16.06rem;
	height: 1.88rem;
	text-indent: 2.5rem;
	color: rgba(166, 166, 166, 1);
	background-color: rgba(255, 255, 255, 1);
	border-radius: 0.9375rem;
	font-size: 0.75rem;
	text-align: left;
	margin-left: 0.75rem;
}
.search-img{
	width: 0.9375rem;
	height: 0.9375rem;
	position: absolute;
	left: 7.1875rem;
}
.gender{
	width: 1rem;
	height: 1rem;
	margin: 0 5px;
}
.total{
	padding: 10px 0;
	display: flex;
	flex-direction: row;
	align-items: center;
	color: rgba(128, 128, 128, 1);
	font-size: 0.875rem;
}
.desc{
	color: rgba(80, 80, 80, 1);
	font-size:0.75rem;
	padding-bottom: 5px;
	border-bottom:1px solid rgba(239, 239, 239, 1);;
	width: 94%;
	overflow: hidden;
	display: -webkit-box;
	/*-webkit-line-clamp: 2;*/
	-webkit-box-orient: vertical;
	word-break: break-all;
	text-overflow: ellipsis;
}
.am-text-center {
    text-align: center !important
}
.select-box{
	font-size: 14px;
	height: 48px;
    z-index: 999;
}
.nav{width:7.5rem;height:1.875rem;color: rgba(80, 80, 80, 1);}
.nav p{display:block;line-height:1.875rem;padding-left: 0.9375rem;color: rgba(224,183,87, 1);}
.set{background:url(../images/search_ico_hover.png) 6.46rem 0.75rem no-repeat;}
.select{background:url(../images/search_ico_hover.png) 6.46rem 0.75rem no-repeat;}
.new{width:8rem;position:absolute;display:none;background-color: #fff;z-index: 2;border-radius: 2px;}
.nav ul li{line-height:1.875rem;padding-left: 0.9375rem;}
.tab{
	width: 55%;
	height: 3rem;
	display: flex;
	justify-content: space-between;
	margin-left: 1.875rem;
	color: rgba(166, 166, 166, 1);
	font-size: 0.875rem;
}
.statu0,.statu1,.statu2{
	display: none;
}
.aui-mas-btn .servicing{
	background-color: transparent;
	border: 0.0625rem solid rgba(224,183,87, 1);
	color: rgba(224,183,87, 1);
}
.aui-mas-btn .nobooking{
	background-color: rgba(166, 166, 166, 1);
}

.mask{
	width: 100vw;
	height: 100vh;
	color: rgba(80, 80, 80, 1);
	background-color: rgba(0, 0, 0, 0.6);
	font-size: 0.875rem;
	position: absolute;
	top: 3.125rem;
	z-index: 1;
	display: none;
}
.area{
	width: 100%;
	height: 20rem;
	position: absolute;
	top: 3.125rem;
	color: rgba(80, 80, 80, 1);
	background-color: rgba(247, 247, 247, 1);
	font-size: 0.875rem;
	z-index: 2;
	display: none;
}
.area-content{
	width: 90%;
	margin-left: 1.25rem;
	margin-top: 1.25rem;
}
.area-content span{
	color: rgba(128, 128, 128, 1);
	font-size: 0.875rem;
}
.your-position{
	width: 5rem;
	height: 2.25rem;
	line-height: 2.25rem;
	color: rgba(56, 56, 56, 1);
	background-color: rgba(255, 255, 255, 1);
	box-shadow: rgba(229, 229, 229, 1) solid 1px;
	border-radius: 4px;
	font-size: 0.875rem;
	text-align: center;
	margin: 0.625rem 0;
}
.bor{
	border:1px solid rgba(224,183,87, 1);
}
.area-content ul{
	display: flex;
	flex-wrap: wrap;
}
.area-content ul li{
	width: 5rem;
	height: 2.25rem;
	line-height: 2.25rem;
	color: rgba(56, 56, 56, 1);
	background-color: rgba(255, 255, 255, 1);
	box-shadow: rgba(229, 229, 229, 1) solid 1px;
	border-radius: 4px;
	font-size: 0.875rem;
	text-align: center;
	margin-right: 1.875rem;
	margin-top: 0.625rem;
}
.kexuan{
	display: block;
	margin-top: 0.9375rem;
	margin-bottom: 0.3125rem;
}
.close{
	width: 1.25rem;
	height: 4px;
	color: rgba(80, 80, 80, 1);
	background-color: rgba(224, 224, 224, 1);
	border-radius: 2px;
	font-size: 0.875rem;
	line-height: 150%;
	text-align: center;
	position: absolute;
	bottom: 5px;
	left: calc(50% - 2px);
}
.active{
	color: rgba(224,183,87, 1);
}
.tab p{
	margin-top: 0.625rem;
}
.tab p span{
	display: block;
	width: 0.82rem;
	height: 0.3rem;
	background-color: rgba(224,183,87, 1);
	border-radius: 0.3rem;
	margin:0.3125rem auto;
	visibility: hidden;
}
.tab .active span{
	visibility: visible;
}

@media (max-width:350px) {
	.search-input{
		width: 12.8rem;
	}
	.tab{
		margin-left: 0.5rem;
	}
}

