@charset "UTF-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	font-family: "苹方-简", Helvetica, "微软雅黑";
}

a {
	text-decoration: none;
}

.navMobile {
	position: fixed;
    width: 88vw;
    height: 11vw;
    max-height: 90px;
    min-height: 60px;
    min-width: 300px;
    padding: 5vw 5vw 5vw 7vw;
    overflow: hidden;
    z-index: 99;
}

.navMobile .logobox {
	height: 100%;
	float: left;
	width: 60%;
}

.navMobile .logobox img {
	height: 100%;
	height: 45px;
}

.navMobile .navelement {
	margin-top: 15px;
	text-align: center;
	color: #ffffff;
	font-size: 0.9rem;
	float: right;
	border: #FFFFFF 2px solid;
	border-radius: 0.4em;
	padding-left: 8px;
	padding-right: 8px;
	opacity: 0.5;
	display: flex;
    align-items: center;
}

.navMobile .navelement a {
	color: #ffffff;
}

.on {
	background: #181818 !important;
}

body{
	min-width: 300px;
}