/* Home */
.home-box {
	padding: 10px;
}

.home-box .basic-info {
	background: #FFF;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 2px 2px 2px #53ca88;
}

.home-box .basic-info .top {
	padding: 20px;
}

.home-box .basic-info .top .avatar {
	width: 80px;
	height: 80px;
	border-radius: 40px;
}

.home-box .basic-info .top .right {
	padding: 10px;
}

.home-box .basic-info .top .right>table {
	width: 100%;
}

.home-box .basic-info .top .right tr {
	line-height: 20px;
	height: 20px;
}

.home-box .basic-info .bottom {
	background: #eaf4f3;
	padding: 10px;
}

.home-box .work-record {
	padding: 5px;
	background: #FFF;
	border-radius: 5px;
	overflow: hidden;
	margin-top: 10px;
}

.home-box .work-record .record-item {
	text-align: center;
}

.home-box .work-record .inner {
	padding: 5px;
}

.home-box .work-record .inner>.picture {
	width: 100%;
	border-radius: 5px;
}

.home-box .message-list {
	margin-top: 10px;
	margin-bottom: 65px;
}

.home-box .message-list .message-item {
	background: #FFF;
	padding: 10px;
	display: block;
	border-radius: 5px;
}

.home-box .message-list .message-item .title {
	font-size: 16px;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
	color: #53ca88;
}

.home-box .message-list .message-item .date {
	color: #888;
}

.home-box .message-list .message-item+.message-item {
	margin-top: 10px;
}


/* swiper顶部轮播图 */
.swiper-container {
	width: 100%;
	height: 20vh;
}

.swiper-wrapper {
	width: 100%;
	height: 100%;
}

.swiper-wrapper img {
	width: 100%;
	height: 100%;

}

/* .swiper-container .search-box {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%,50%);
	width: 60%;
	border: 1px solid #eee;
	border-radius: 999px;
	background-color: #fff;
	color: #555555;
	z-index: 99;
} */

.swiper-container .address {
	position: absolute;
	top: 10px;
	left: 5px;
	/* border: 1px solid #eee;
	border-radius: 6px; */
	color: #FFF;
	z-index: 99;
}


/* ---------------nav */
.container {
	position: relative;
	padding: 40px 10px 0 10px;
	background-color: #f5f5f5;
}

.container .search-box {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80%;
	height: 6vh;
	font-size: 16px;
	border: 1px solid #eee;
	border-radius: 999px;
	background-color: #fff;
	color: #555555;
	box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.2);
	z-index: 99999;
	line-height: 6vh;
	padding-left: 16px;
}

nav {
	display: flex;
	flex-wrap: wrap;
	align-content: space-around;
	width: 100%;
	padding: 10px 0;
	margin-bottom: 20px;
	border: 1px solid #fff;
	background-color: #fff;
	border-radius: 10px;

}

nav a {
	width: 33.3%;
	display: flex;
	padding: 10px 0;
	flex-direction: column;
	text-align: center;
	color: black;

}

nav a div {

	height: 7vw
}

nav a div img {
	height: 100%;

}

.img-text {
	padding-top: 10px;
}

/* nav a {
	width: 33.3%;
	padding: 5px 20px;
	display: flex;
	flex-direction: column;
	text-align: center;
	color: black;
}

nav a div {
	position: relative;
	height: 0;
	width: 100%;
	padding-bottom: 100%;
}

nav a div img {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	object-fit: cover;
	object-position: center;
} */

.address-info {
	width: 100%;

}

.address-title {
	height: 40px;
	line-height: 40px;
	overflow: hidden;
}


.address-title .weight{
	color: black;
	font-weight: 700;
	font-size: 16px;

}

.address-title::before {
	content: '';
	display: inline-block;
	height: 12px;
	width: 3px;
	background-color: #4277FC;
	/* background-color: gray; */
	border-radius: 30%;
}


.address-title .iconfont {
	color: #999;
	
}

.address-title a {
	font-size: 14px;
	color: #333333;
	float: right;
}

.address-main {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.address-main .address-item {
	width: 48%;
	display: flex;
	flex-direction: column;
	margin: 10px 0;
	box-shadow: 1px 1px 5px rgb(233, 225, 225);
	border-radius: 5px;
}

.address-main .address-item a {

	width: 100%;
	overflow: hidden;
}

.address-item .img-box {
	width: 100%;
	height: 120px;
	border-radius: 5px 5px 0px 0px;
	overflow: hidden;



}

.address-img {
	width: 100%;
	height: 100%;
}

.address-main .info {
	display: flex;
	flex-direction: column;
	padding: 0 5px;
	background-color: #fff;
}


.address-main .info .info-item {
	margin-bottom: 10px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.address-main .info .info-flex {
	display: flex;
	justify-content: space-between;

}

.address-main .info .info-flex .left {
	line-height: 1.2;
	width: 70%;

}

.address-main .info .info-flex .right {
	line-height: 1.2;
	text-align: right;
	width: 20%;

}

.address-detail {
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #000000;


}