.mui-bar.mui-bar-tab {
	background: #FFFFFF !important;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0) !important;
}

.mui-bar-tab {
	bottom: 0;
	display: table;
	width: 100%;
	height: 0.5rem;
	padding: 0;
	table-layout: fixed;
	border-top: 0;
	border-bottom: 0;
	position: fixed;
	z-index: 10;
	right: 0;
	left: 0;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.2) !important;
}

.mui-bar-tab .tab-item {
	display: table-cell;
	overflow: hidden;
	width: 1%;
	height: 0.5rem;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #929292;
}

.mui-bar-tab .tab-item .mui-tab-label {
	font-size: 0.11rem;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
}

.mui-bar-tab .tab-item .mui-icon {
	top: 0.03rem;
	width: 0.24rem;
	height: 0.24rem;
	padding-top: 0;
	padding-bottom: 0;
	position: relative;
}

.mui-tab-label {
	color: #000000 !important;
}

.mui-active .mui-tab-label {
	color: #3BB3C3 !important;
}

img {
	width: 100%;
}

.content {
	width: 100%;
	height: auto;
	background: #FAFAFA;
	border-radius: 0.15rem 0.15rem 0 0;
	margin-top: -0.05rem;
	position: relative;
	z-index: 9;
	padding: 0.15rem 0.1rem 0.65rem;
	box-sizing: border-box;
}

.nav {
	width: 100%;
	height: 1.11rem;
	background: #FFFFFF;
	border-radius: 0.1rem;
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.nav>div {
	font-size: 0.12rem;
	color: #222222;
	text-align: center;
}

.nav div div:first-child {
	width: 0.28rem;
	height: 0.28rem;
	margin: 0 auto 0.1rem;
}

.card {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0.12rem auto 0;
}

.card>div a {
	width: 1.72rem;
	height: 1.09rem;
	padding: 0.15rem;
	box-sizing: border-box;
	background: url(../img/6.png) no-repeat;
	background-size: 100%;
	background-position: center;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.card>div:last-child a {
	box-sizing: border-box;
	background: url(../img/7.png) no-repeat;
	background-size: 100%;
	background-position: center;
}

.card div div:first-child {
	font-size: 0.18rem;
	font-weight: 500;
	color: #FFFFFF;
}

.card div div:nth-child(2) {
	font-size: 0.14rem;
	color: #FFFFFF;
}

.card div div:last-child {
	font-size: 0.13rem;
	color: #FFFFFF;
	width: 0.8rem;
	height: 0.2rem;
	border-radius: 0.11rem;
	border: 1px solid #FFFFFF;
	text-align: center;
	line-height: 0.2rem;
}

.service .title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0.2rem 0 0;
}

.service .title div:first-child {
	position: relative;
	padding-left: 0.1rem;
	font-size: 0.18rem;
}

.service .title div:first-child::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 2px;
	height: 0.14rem;
	background: #3BB3C3;
	border-radius: 1px;
}

.service .title div:last-child {
	font-size: 0.16rem;
	color: #999999;
}

.service .list {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.service .list .item a {
	width: 1.67rem;
	height: 1rem;
	/*background: url(../img/8.png) no-repeat;*/
	padding: 0.15rem 0.1rem;
	box-sizing: border-box;
	background-size: 100%;
	margin-top: 0.15rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
}

.service .list .item a img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.service .list .item div:first-child {
	font-size: 0.18rem;
	color: #333333;
}

.service .list .item div {
	font-size: 0.18rem;
}

.service .list .item div:last-child {
	/*width: 0.66rem;*/
	/*height: 0.21rem;*/
	/*background: #2499F2;*/
	/*border-radius: 0.11rem;*/
	/*font-size: 0.13rem !important;*/
	/*color: #FFFFFF;*/
	/*text-align: center;*/
	/*line-height: 0.21rem;*/
}

.banner {
	width: 100%;
	height: auto;
	margin: 0.2rem auto 0;
}

.feature {
	width: 100%;
	height: auto;
	background: #FFFFFF;
	border-radius: 0.1rem;
	padding: 0.1rem 0.1rem 0;
	box-sizing: border-box;
	margin: 0.2rem auto 0;
}

.feature .title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 0.1rem;
}

.feature .title div:first-child {
	position: relative;
	/* padding-left: 0.1rem; */
	font-size: 0.18rem;
}
/* 
.feature .title div:first-child::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 2px;
	height: 0.14rem;
	background: #3BB3C3;
	border-radius: 1px;
} */

.feature .title div:last-child {
	font-size: 0.16rem;
	color: #999999;
}

.feature .list {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.feature .list .item a {
	width: 1.64rem;
	height: auto;
	background: #F6FEFF;
	border-radius: 0.1rem;
	padding: 0.1rem 0.07rem;
	box-sizing: border-box;
	margin-bottom: 0.15rem;
}

.feature .list .item a>div:first-child {
	width: 1.5rem;
	height: 0.95rem;
}

.feature .list .item a>div:nth-child(2) {
	font-size: 0.16rem;
	font-size: 0.14rem;
	color: #333333;
	width: 100%;
	/*margin: 0.1rem 0 0;*/
}

.feature .list .item div:nth-child(3) {
	display: flex;
	align-items: center;
	margin: 0.08rem 0 0;
}

.feature .list .item div span {
	width: 40%;
	height: 0.18rem;
	background: rgba(59, 179, 195, 0.1);
	border-radius: 3px;
	border: 1px solid #3BB3C3;
	font-size: 10px;
	color: #3BB3C3;
	line-height: 0.18rem;
	text-align: center;
	margin-right: 0.1rem;
	padding: 0 3px;
	box-sizing: border-box;
	display: inline-block;
	overflow: hidden;
}

.feature .list .item a>div:last-child {
	width: 0.76rem;
	height: 0.24rem;
	background: #3BB3C3;
	border-radius: 0.12rem;
	font-size: 0.13rem;
	color: #FFFFFF;
	text-align: center;
	line-height: 0.24rem;
	margin: 0.12rem 0 0;
}












/**/
.service .list .item a {
	height: 0.66rem;
	padding: 0.12rem;
	background: white;
}

.service .list .item div {
	font-size: 0.16rem;
}

/*.service .list .item div:last-child{*/
/*	font-size: 0.14rem;*/
/*	background: none !important;*/
/*	color: #B3B3B3;*/
/*}*/











/*2q-css*/


.card div div:first-child {
	font-size: 0.16rem;
}

.card div div:nth-child(2) {
	font-size: 0.1rem;
}

.card div div:last-child {
	background: #FFFFFF;
	border-radius: 0.4rem;
	width: 0.72rem;
	height: 0.23rem;
	line-height: 0.23rem;
}


.card div #openservice div:first-child,
.card div #openservice div:nth-child(2) {
	color: #004A72;
}

.card div #openservice div:last-child {
	color: #1797E1;
}

/**/
.card div #openkefu div:first-child,
.card div #openkefu div:nth-child(2) {
	color: #814A00;
}

.card div #openkefu div:last-child {
	color: #FDBB5A;
}




/*服务项目*/

.service .list .item div {
	font-size: 0.16rem;
}

.service .list .item div:last-child {
	/*font-size: 0.14rem;*/
	/*background: none !important;*/
	/*color: #B3B3B3;*/
}

.service .list .item a img {
	position: relative;
	display: inline-block;
}

.service .list .item a {
	height: auto;
	padding: 0.08rem 0.12rem;
	background: white;
	border-radius: 0.08rem;
	border: none;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.service .list .item a img {
	z-index: 1;
	/* flex: 0.24; */
	width: 0.24rem;
	height: 0.24rem;
	margin-right: 0.06rem;
}

.service .list .item a .itemcontent {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.service .list .item a .itemcontent div:first-child {
	font-size: 0.14rem;
	color: #333333;
}

.service .list .item a .itemcontent div:last-child {
	font-size: 0.14rem;
	color: #333333;
	background: none !important;
}

/*特色服务*/
.feature .list {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.feature .list .item a>div:first-child {
	margin-right: 0.12rem;
}

.feature .list .item a>div:last-child {
	margin-left: auto;
}



.feature .list .item {
	width: calc(50% - 0.05rem);
}

.feature .list .item a {
	width: 100%;
	height: 100%;
	display: block;
	border: 1px solid #F0F0F0;
	border-radius: 0.06rem;
	box-sizing: border-box;
	background: transparent;
	/* flex-display: row; */
}

.feature .list .item div span {
	color: #B3B3B3;
	background: #F7F7F7;
	border: 1px solid #B3B3B3;
	margin-bottom: 0.05rem;
	width: auto;
	max-width: 0.6rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;


}

.feature .list .item a>div:first-child {
	width: 100%;
	height: auto;
}

.feature .list .item a>div:nth-child(2) div:nth-child(2) {
	margin-top: 0.1rem;
	display: flex;
	flex-display: row;
	flex-wrap: wrap;
}

.feature .list .item a>div:last-child {
	/* width: 0.8rem; */
	/* height: 0.28rem; */
	background: transparent;
	/* border-radius: 0.4rem; */
	/* justify-content: center; */
	font-size: 0.14rem;
	color: #5BB279;
	align-self: self-start;
	margin-left: 0;
}

.feature .list .item a>div:last-child.disabled {
	background: #F0F0F0;
	color: #B3B3B3;
}




.part_titles {
	font-size: 0.16rem;
	color: #333333;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 0.12rem;
	margin-top: 0.12rem;
	padding: 0 0.1rem;
	display: none;
}

.part_titles .title {
	position: relative;
	/*padding-left: 0.1rem;*/
	font-size: 0.18rem;
	font-weight: 500;
}

.part_titles .link {
	font-size: 0.16rem;
	color: #999999;
}


/*2q-css*/
.mui-bar-tab .tab-item .mui-tab-label {
	color: #B3B3B3 !important;
}

.mui-bar-tab .tab-item.mui-active .mui-tab-label {
	color: #5BB279 !important;
}

.nav {
	display: block;
	height: auto;
	padding: 0.12rem 0;
	/* overflow: auto;
	overflow-x: scroll; */
	width: 100%;
	margin: 0 auto;
	white-space: nowrap;
	margin-top: -0.4rem;
}

.nav>div {
	width: 25%;
	display: inline-block;
	box-sizing: border-box;
}

/* .nav > div:nth-child(-n+3) {
	margin-bottom: 0.2rem;
} */