.flex {
	display: flex;
}

.align-center {
	align-items: center;
}

.xy-text-ellipsis {
	text-overflow:ellipsis; 
	white-space:nowrap; 
	overflow:hidden;
}

.menu-one {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
	padding: 10px 0;
}

.menu-one-item {
	width: 25%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.item-bg {
	width: 70%;
	height:  50px;
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.meun-son {
	padding: 15px 0 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	background: #fff;
	border-radius: 14px 14px 0 0;
	box-shadow: 0 0 0 transparent,
		0 0px 20px rgba(0,0,0,.1),
		0 0 0 transparent,
		0 0 0 transparent;
}
.son-item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 5px 0;
}
.son-item .iconfont {
	font-size: 24px;
}

.text-black,
.line-black,
.lines-black {
	color: #333333;
}

.text-purple2,
.line-purple2,
.lines-purple2 {
	color: #6537f2;
}

.text-grey,
.line-grey,
.lines-grey {
	color: #8799a3;
}

.text-yellow,
.line-yellow,
.lines-yellow {
	color: #fbbd08;
}

.bg-blue {
	background-color: #1cbbb4;
	color: #ffffff;
	background-color: #0081ff;
	color: #FFFFFF;
}

.padding-top-sm {
	padding-top: 10px;
}

.padding-lr {
	padding-left: 15px;
	padding-right: 15px;
}

.margin-right-xs {
	margin-right: 5px;
}

.padding-lr-xs {
	padding-left: 5px;
	padding-right: 5px;
}

.text-lg {
	font-size: 16px;
}

.text-df {
	font-size: 14px;
}

.basis-xs {
	flex-basis: 20%;
}

.announcement-view {
	width: 100%;
	height: 40px;
	background: #edf7ff;
	margin-top: 10px;
	position: relative;
}
.announcement-view img {
	width: 100%;
	position: absolute;
	top: -10px;
	left: 0;
	right: 0;
}
.announcement-content{
	flex: 1;
	overflow: hidden;
	font-size: 16px;
}
.announcement-content swiper {
	height: 40px;
}

.announcement-content li{
	height: 30px; line-height: 30px;
}

.searchaddress-warp {
	width: 100%;
	top: 0;
	left: 0;
	z-index: 99;
	padding: 0 5px;
	height: 35px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	background: #ffffff;
	border-bottom: 1upx solid #F2F6FC;
}

.searchaddress-warp .searchaddress-line {
	font-size: 14px;
}

.searchaddress-warp .searchaddress-line .sm {
	font-size: 16px;
	color: #909399;
}

.searchaddress-warp .searchaddress-item {
	width: calc(100%/3);
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	font-size: 17px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}

.searchaddress-warp .searchaddress-item text{
	color: #555;
}


.common-item .header{
	padding: 7px 15px;
}

.common-item .header .h-item{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.common-item .header .h-item-one{
	padding-bottom: 8px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
}

.common-item .header .h-item-one .h-item-wrap{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}

.common-item .header .h-item-one .h-item-wrap .user-btn{
	width: 80px;
	height: 24px;
	line-height:24px;
	font-size: 8px;
	text-align: center;	
}

.common-item .header .h-item-gray {
	padding-bottom: 8px;
	color: #909399;
	font-size: 17px;
}

.common-item .header .h-item-gray .h-item-xyd{
	flex: 1;
	display:table;
}

.common-item .header .h-item-gray .h-item-xyd image{
	width: 16px;
	height: 16px;
	margin-left: 5px;
	display:tabel-cell; 
	vertical-align:middle;	
}

.common-item .content {
	overflow: hidden;
	padding: 0 15px;	
}

.common-item .content .map-line{
	width: 100%;
	height: 40px;
	background: #fff;
	position: relative;
	margin-bottom: 10px;	
}

.common-item .content .map-line .map-line-dashed{
	width: 100%;
	border-bottom: 1px dashed #DCDFE6;
	height: 0;
	position: absolute;
	top: 20px;
	left: 0;
	right: 0;
	z-index: 0;	
}

.common-item .content .map-line .map-line-content{
	width: 70%;
	height: 40px;
	text-align: center;
	line-height: 40px;
	margin: 0 auto;
	background: #fff;
	position: relative;
	z-index: 10;
	display: flex;
	flex-direction: row;
	justify-content: space-around;	
}

.common-item .content .map-line .map-line-content text{
	color: #616266;
	font-size: 16px;
}

.common-item .content .content-list{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	font-size: 16px;
	line-height: 1.2;	
}

.common-item .content .content-list .list-wrap{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;	
}

.common-item .content .content-list .list-wrap text{
	display: block;
	color: #303133;
}

.common-item .content .content-list .list-wrap .label{
	width: 80px;
	color: #606266;
}

.common-item .content .content-list-footer {
	/*padding: 10px 0 0;*/
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;	
}

.common-item .content .content-list-footer text{
	width: 100%;
	text-align: center;
	font-size: 18px;
}
		
.common-item .flexible {
	width: 100%;
	padding: 10px 0 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
	
.common-item .flexible img{
	width: 30px;
	height: 30px;	
}

.f-phone{
	width: 100%;
	text-align: center;
	font-size: 18px;
	color: #1275db;
}

.f-text {
	width: 50%;
	text-align: center;
	font-size: 18px;
	color: #1275db;
}

.f-btn {
	width: 50%;
	text-align: center;
	font-size: 18px;
	color: #f00;
}