.bottomButtonOfMobileTerminal{
	display: none;
	height: 70px;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    position: fixed;
    z-index: 9998;
    bottom: 0;
}
.bottomButtonOfMobileTerminal>div{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.mobileEndIcon{
	max-width:6.5rem !important;
	text-align: center;
    cursor: pointer;
}
.mobileEndIcon>span{
	font-size: 6.3rem;
}
.mobileEndIcon>p{
	margin-top: 1rem !important;
	height: 2.5rem;
	font-size:1.6rem;
	color: #fff;
	line-height: 2rem;
	    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}









/*侧边功能*/
.mobileSideButton{
	width: 6.7rem;
	display: none;
	max-width: 33px;
    position: fixed;
    z-index: 9998;
    top: 6.3rem;
    right: 2rem;
}
.mobileSideButton>div{
	width:100%;
}
.mobileSideButton .gear{
	width:100% !important;
	height:6.7rem !important;
	max-height: 33px;
	background:rgba(0,0,0,.3);
	border-radius:50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 2rem;
	position: relative;
	cursor: pointer;
}
.mobileSideButton .gear ul{
	display: none;
	position: absolute;
	top: 0;
	right: 8rem;
	background: rgba(0,0,0,.4);
	border-radius:10px;
	padding: 2rem 0;
}
.mobileSideButton .mobileEndIconTwo{
	padding: 2rem 0;
}
.mobileEndIconTwo{
	cursor: pointer;
}
.mobileEndIconTwo div{
	height: 3.2rem;
	display: flex;
	align-items: center;
	margin: 0 3.8rem 0 2.7rem;
}
.mobileEndIconTwo div p{
	font-size:3.2rem;
	color: #fff;
	white-space: nowrap;
	margin-left:1rem!important;
}

.mobileSideButton .link{
	width:100%;
	height:6.7rem;
	    max-height: 33px;
	background:rgba(0,0,0,.3);
	border-radius:50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 2rem;
	position: relative;
	cursor: pointer;
}
.mobileSideButton .link ul{
	display: none;
	position: absolute;
	top: 0;
	right: 8rem;
	background: rgba(0,0,0,.4);
	border-radius:10px;
	padding: 2rem 0;
}
.mobileSideButton .link ul li{
	padding: 2rem 0;
	cursor: pointer;
}
.mobileSideButton .link ul li a{
	height: 3.2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size:3.2rem;
    padding: 0 2.8rem;
	white-space: nowrap;
    
}



.otherFunctions{
	width:100%;
	border-radius: 16rem;
	padding: 1.5rem 0;
	background: rgba(0,0,0,.4);
}
.otherFunctions>div{
	width:100%;
	display: inline-block;
	text-align: center;
	margin: 2rem 0;
	cursor: pointer;

}










.mobileSideButton span{
	font-size: 3.4rem;
	color: #fff;
}
.mobileEndIconTwo span{
	font-size: 4.3rem;
	color: #fff;
	margin-top: 0.4rem;
}