/* 底部导航 */
a{
	text-decoration: none;
	color: #333333;
}
img{
	display: block;
}
.menu {
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 0;
	background-color: #FFFFFF;
	z-index: 999999;
	background-color: #FFFFFF;
}
.menu ul {
	display: flex;
	/* justify-content: space-around; */
}
.menu ul li {
	width: 20%;
	font-size: 0.6rem;
	text-align: center;
	padding: 0.3rem 0;
	border-top: 1px solid #CCCCCC;
}
.menu ul li a span{
	display: block;
}
.menu ul .active a {
	color: #265FFD;
}
.menu ul li .select {
	display: none;
}
.menu ul .active .noselect {
	display: none;
}
.menu ul .active .select {
	display: block;
}
.menu .isplus {
	background-color: #FFFFFF;
	border-top: none;
	position: relative;
	border-top: 1px solid #ffffff;
}
.menu ul li img {
	width: 0.9rem;
	height: 0.9rem;
	margin: 0 auto;
}
.menu .isplus div {
	width: 100%;
	position: absolute;
	left: 50%;
	bottom: 10%;
	transform: translateX(-50%);
}
.menu .isplus div img {
	width: 1.5rem!important;
	height: 1.5rem!important;
}
.semi-circle {
	position: fixed;
	width: 28%;
	height: 6rem;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	border-radius: 50%;
	left: 50%;
	bottom: -2.7rem;
	transform: translateX(-50%);
	z-index: 999998;
}
@media screen and (min-width: 414px) {
	.semi-circle {
		bottom: -2.85rem;
	}
}
@media screen and (min-width: 321px) and (max-width:413px) {
	.semi-circle {
		bottom: -2.7rem;
	}
}
@media screen and (max-width: 320px) {
	.semi-circle {
		bottom: -2.4rem;
	}
}
