body {
	width: 100vw;
	height: 100vh;
	background: #F7F7F7;
	/* box-sizing: border-box;
	padding: 0.3rem; */
}

.tabbar {
	width: 75%;
	height: 1rem;
	position: fixed;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 0.24rem;
	display: flex;
	background: #fff;
	border-radius: 1rem;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.08);

}

.bar-item {
	width: 33.3%;
	/* text-align: center; */
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;

}

.bar-item.active {
	color: #EC8545;
}

::-webkit-scrollbar {
	display: none
}

/* 首页 */
.search-swiper {
	background: linear-gradient(rgba(253.86, 218.69, 193.86, 1.00) 0%, rgba(255, 0, 0, 0) 100%);
}

.search {
	display: flex;
	align-items: center;
	width: 6.9rem;
	margin: auto;
	height: 0.8rem;
	background-color: #fff;
	border-radius: 0.4rem;
	box-sizing: border-box;
	padding: 0 0.2rem;
}

.layui-input {
	border: none;
	/* width: calc(100% - 168px); */
}

.search .select {
	width: 1.2rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.search .search-icon {
	width: 1.08rem;
	height: 0.68rem;
	border-radius: 0.34rem;
	background-color: #EFA26C;
	display: flex;
	align-items: center;
	justify-content: center;
}

.swiper {
	margin-top: 0.3rem;
	width: 6.9rem;
	height: 3.6rem;
	box-sizing: border-box;
	/* padding: 0.3rem; */
}

.swiper img {
	width: 100%;
	height: 100%;
	border-radius: 0.08rem;
}

.navbar::before {
	content: '';
	display: block;
	width: 1px;
	height: 1rem;
}

.navbar .navbar-content {
	width: 100%;
	height: 1rem;
	position: fixed;
	top: 0;
	z-index: 1;
	display: flex;
	justify-content: space-between;
	align-items: center;
	/* height: 0.88rem; */
	box-sizing: border-box;
	padding: 0 0.3rem;
	background-color: rgba(253.86, 218.69, 193.86, 1.00);
	z-index: 999;

}

.grid {
	/* width: 6.9rem;
	margin: auto; */
	margin-top: 0.3rem;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 0.3rem;
	padding: 0 0.3rem;
}

.grid-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: 0.24rem;
}

.grid-item span {
	margin-top: 0.2rem;
}

.selecttab {
	margin-top: 0.3rem;
	padding: 0 0.3rem;

}

.select-box {
	display: flex;
	flex-wrap: nowrap;
	white-space: nowrap;
	width: 100%;
	overflow-x: scroll;
}

.box-item {
	/* display: inline-block; */
	margin-left: 0.2rem;
	display: inline-block;
	white-space: nowrap;
	width: auto;
	box-sizing: border-box;
	padding: 0 0.2rem;
	height: 0.6rem;
	line-height: 0.6rem;
	border-radius: 0.3rem;
	font-size: 0.28rem;
	color: rgb(153, 153, 153);
	background-color: #fff;
	border: 1px solid rgb(242, 242, 242);
}

.filter-box-active {
	background-color: #ffaa7f;
	color: #fff;
}

.card-center {

	background-color: #fff;
	border-radius: 0.16rem;
	width: 6.9rem;
	margin: auto;
	margin-top: 0.30rem;
	height: 4.90rem;
	box-sizing: border-box;
	padding: 0.32rem 0.20rem;
}

.card-center .card-item_title {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.card-center .card-item_title .left {
	font-size: 0.36rem;
	font-weight: 700;
	/*margin-left: 0.10rem;*/
	display: flex;
	align-items: center;
}

.card-center .card-item_title .right {
	height: 0.48rem;
	padding: 0 0.20rem;
	color: rgb(255, 122, 122);
	border-radius: 0.99rem;
	font-size: 0.24rem;
	line-height: 0.48rem;
	font-weight: 500;
	background: linear-gradient(270.00deg, rgba(252.72, 143.59, 143.59, 1.00) -8%, rgba(253.86, 208.86, 208.86, 0.00) 121.858%);
}

.card-item_tags {
	margin-top: 0.2rem;
	display: flex;
}

.card-item_tags .tag_item {
	margin-right: 0.20rem;
	border-radius: 0.08rem;
	font-size: 0.24rem;
	height: 0.40rem;
	line-height: 0.40rem;
	padding: 0 0.10rem;
	display: flex;
	align-items: center;
}

.card-item_tags .tag_item:nth-child(1) {
	color: #FF6E6E;
	background: linear-gradient(211.11deg, rgba(252.72, 164.27, 164.27, 1.00) -19.178%, rgba(255, 221.39, 221.39, 1.00) 90.863%);
}

	.card-item_tags .tag_item:nth-child(2) {
		color: #8955cc;
		background: #d9cfe2;
	}

	.card-item_tags .tag_item:nth-child(3) {
		color: #2297F7;
		background: linear-gradient(211.11deg, rgba(164.27, 219.17, 252.72, 1.00) -26.094%, rgba(221.39, 238.77, 255, 1.00) 99.81%);
	}

	.card-item_tags .tag_item:nth-child(4) {
		color: #FF6E6E;
		background: linear-gradient(211.11deg, rgba(252.72, 164.27, 164.27, 1.00) -19.178%, rgba(255, 221.39, 221.39, 1.00) 90.863%);
	}

	.card-item_tags .tag_item:nth-child(5) {
		color: #8955cc;
		background: #d9cfe2;
	}

.card-item_info {
	margin-top: 0.20rem;
	color: rgb(153, 153, 153);
	font-size: 12px;
	font-weight: 500;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.card-item_info .left {
	width: 98%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.card-item_info .right {
	display: flex;
	align-items: center;
}

.card-item_list {
	display: flex;
	justify-content: space-between;
	/* margin-top: 0.3rem; */
	margin-top: 0.20rem;
}

.card-item_list .list_item {
	margin-right: 0.20rem;
	font-size: 0.24rem;
	color: rgb(102, 102, 102);
}

.card-item_list .name {
	margin-top: 0.10rem;
}

.card-item_list .price {
	margin-top: 0.010rem;
	color: #999999;
	font-size: 0.20rem;
	font-weight: bold;
}

.card-kill {
	/* margin-top: 0.30rem; */
	width: 6.9rem;
	margin: auto;
	margin-top: 0.30rem;
	height: 4rem;
	background: url('../static/imgs/bg.png') no-repeat center center;
	background-size: 100%;
	border-radius: 0.16rem;
	box-sizing: border-box;
	padding: 0.32rem 0.20rem;

}

.card-kill .top-tips {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.card-kill .top-tips .tip {
	display: flex;
	align-items: center;
	font-size: 0.24rem;
}

.card-kill .card-item_list {
	margin-top: 0.40rem;

}

.card-item_list .list_item {
	margin-right: 0.20rem;
	font-size: 0.24rem;
	color: rgb(102, 102, 102);
}

.card-item_list .kill-tags {
	margin-top: 0.05rem;
	display: flex;
}

.card-item_list .tag-item {
	height: 0.32rem;
	font-size: 0.20rem;
	padding: 0 0.06rem;
	margin-right: 0.05rem;
	border-radius: 0.08rem;
	color: #999999;
	background-color: #e6e6e6;
}

.card-item_list .name {
	margin-top: 0.08rem;

}

.card-item_list .price {
	margin-top: 0.10rem;
	color: #999999;
	font-size: 0.20rem;
	font-weight: bold;
}

.card::after {
	content: '';
	display: block;
	width: 100%;
	height: 1.4rem;

}

/* 我的 */
.center {
	width: 100%;
	min-height: 100vh;
	background-color: #fff;
}

.center::after {
	content: '';
	display: block;
	width: 100vw;
	height: 1.7rem;
}

.header {
	width: 100%;
	height: 4.00rem;
	background: url('../../center_bg1.jpg') no-repeat;
	background-size: 100%;
}

.top {
	width: 100%;
	box-sizing: border-box;
	/*display: flex;*/
	align-items: center;
	/*padding: 0.1rem;*/
}

.userinfo {
	margin-left: 0.3rem;
	margin-top:1rem;
	color: #fff;
}

	.userinfo .name {
		font-size: 0.44rem;
		font-weight: 700;
		color: #a56c05;
		/*rgb(153, 153, 153)*/
	}

	.userinfo .info {
		font-size: 0.25rem;
		color: rgb(153, 153, 153);
	}

.mine-grid {
	width: 6.9rem;
	background-color: #fff;
	border-radius: 0.12rem;
	height: 1.8rem;
	box-sizing: border-box;
	margin: auto;
	margin-top: -0.9rem;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.05);
}

.list {
	width: 6.9rem;
	margin: auto;
}

.list .list-card {
	margin-top: 0.3rem;
}

.list .list-card .list-card-name {
	font-size: #333;
	font-weight: 700;
}

.divider {
	width: 100%;
	height: 1px;
	box-sizing: border-box;
	border: 1px solid rgba(0, 0, 0, 0.1);
	;
	margin: 0.6rem 0;
}

/* .card{
	width: 6.9rem;
	height: 1.8rem;
	margin: auto;
	margin-top: -0.9rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #fff;
	border-radius: 0.12rem;
}
.card .card-item{
	width: 25%;
	display: flex;
	flex-direction: column;
} */

/* 登录 */
.login {
	width: 100%;
	height: 100vh;
	background: url('../static/imgs/main_bg.jpg') repeat;
	background-size: 100%;
	display: flex;
	align-items: center;
}

.login-card {
	width: 6.9rem;
	background-color: #fff;
	border-radius: 0.16rem;
	margin: auto;
	box-sizing: border-box;
	padding: 1rem 0.6rem;
}

.login-card .icon {
	width: 1.6rem;
	height: 1.6rem;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
	margin: auto;
	border-radius:
		10px;
}

.login-card .title {
	margin-top: 0.6rem;
	font-size: 0.44rem;
	text-align: center;
}

.login-card .form {
	margin-top: 0.6rem;
}

.login-card .form .info {
	font-size: 0.24rem;
	color: #999;
	text-align: center;
}

.layui-form-item .layui-input-wrap .layui-input {
	/* border: 1px solid #000; */
	border-radius: 1rem;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
}

.layui-form-item .layui-input-wrap .layui-input-suffix {
	width: 2rem;
	font-size: 0.24rem;
	color: rgb(255, 163, 107);
}

/* 业主服务 */
.common-main {
	width: 100vw;
	min-height: 100vh;
	box-sizing: border-box;
	padding: 0.3rem;
	background: linear-gradient(180.00deg, rgba(254, 220, 196, 1.00), rgba(247.03, 247.03, 247.03, 1.00) 100%);
}

.common-main .top-bar {
	width: 100%;
	height: 1.50rem;
	box-sizing: border-box;
	padding: 0.30rem;
	background: url('../static/imgs/tab-top.png') no-repeat;
	background-size: 100%;
	display: flex;
	justify-content: space-between;
	color: #fff;
}

.common-main .top-bar .title {
	font-weight: 900;
	font-size: 0.36rem;
}

.common-main .top-bar .info {
	margin-top: 0.10rem;
	font-size: 0.20rem;
}

.common-main .top-bar .left {
	text-align: left;
}

.common-main .top-bar .right {
	text-align: right;
}
.common-card-list{
	margin-bottom: 1.3rem;
}
.common-card-list .card-item {
	width: 100%;
	background-color: #fff;
	margin-top: 0.30rem;
	border-radius: 0.16rem;
	box-sizing: border-box;
	padding: 0.30rem 0.20rem;
}

.common-card-list .card-item .top {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.common-card-list .card-item .top .left {
	font-size: 0.36rem;
	font-weight: 700;
	display: flex;
	align-items: center;
}

.common-card-list .card-item .top .right {
	width: 2.12rem;
	height: 0.48rem;
	font-size: 0.24rem;
	border-radius: 0.24rem;
	text-align: center;
	line-height: 0.48rem;
}

.common-card-list .card-item:nth-child(1) .right {
	color: rgb(255, 175, 44);
	background: linear-gradient(270.00deg, rgba(255, 155.4, 48.68, 1.00) -30%, rgba(255, 255, 255, 1.00) 100%);
}

.common-card-list .card-item:nth-child(2) .right {
	color: rgb(255, 44, 44);
	background: linear-gradient(270.00deg, rgba(255, 77.14, 48.68, 1.00) -30%, rgba(255, 255, 255, 1.00) 100%);
	rgba(255, 255, 255, 1.00) 100%);
}

.common-card-list .card-item:nth-child(3) .right {
	color: rgb(1, 137, 255);
	background: linear-gradient(270.00deg, rgba(0, 170, 255) -30%, rgba(255, 255, 255, 1.00) 100%);
}

.common-card-list .card-item .info {
	width: 100%;
	font-size: 0.24rem;
	color: #999;
	margin-top: 0.20rem;
}

.common-card-list .card-item .tags {
	margin-top: 0.20rem;
	display: flex;


}

.common-card-list .card-item .tag_item {
	margin-right: 0.20rem;
	border-radius: 0.08rem;
	font-size: 0.24rem;
	height: 0.40rem;
	line-height: 0.40rem;
	padding: 0 0.10rem;
	display: flex;
	align-items: center;
	color: #2297F7;
	background: linear-gradient(211.11deg, rgba(164.27, 219.17, 252.72, 1.00) -26.094%, rgba(221.39, 238.77, 255, 1.00) 99.81%);


}

.common-card-list .card-item .tag_item:nth-child(1) {
	color: #FF6E6E;
	background: linear-gradient(211.11deg, rgba(252.72, 164.27, 164.27, 1.00) -19.178%, rgba(255, 221.39, 221.39, 1.00) 90.863%);
}

.common-card-list .card-item .tips {
	width: 100%;
	box-sizing: border-box;
	margin-top: 0.20rem;
	padding: 0 0.20rem;
	display: flex;
	align-items: center;
	background: rgba(255, 237, 224, 0.9);
	border-radius: 4px;
	color: rgb(238, 149, 89);
	font-size: 0.24rem;
	height: 26px;
	line-height: 26px;
}

.common-card-list .card-item .img {
	display: flex;
	justify-content: space-between;
	margin-top: 0.20rem;
}

.common-card-list .card-item .btm-btn {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 0.20rem;
	color: #FFAF2C;
	font-size: 0.24rem;


}

/* 退出弹窗 */
.layui-layer-demo {
	width: 5.16rem;
	height: 3rem;
	border-radius: 0.12rem;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;

	/* padding-top: 0.6rem; */
}

.layui-layer-content {
	margin-top: 0.1rem;
	text-align: center;
	font-size: 0.32rem;
	font-weight: 700;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

body .layui-layer-demo .layui-layer-btn {
	/* align-self: flex-end; */
	padding: 0;
	display: flex;
	/* justify-content: space-between; */

}

body .layui-layer-demo .layui-layer-btn a {
	margin: 0;
	margin-top: 1.3rem;
	width: 50%;
	text-align: center;
	border: none;
	background-color: #fff;
	font-size: 0.32rem;
	font-weight: 500;
}

body .layui-layer-demo .layui-layer-btn .layui-layer-btn0 {
	color: #999;
	border-right: 1px solid #999;
}

body .layui-layer-demo .layui-layer-btn .layui-layer-btn1 {
	color: #EFA26C;
}

.w-body {
	width: 6.9rem;
	margin: auto;
}