@charset "utf-8";

.topbar {
	width: 100%;
	padding-top: 4.17%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 9000;
}
.topbar.small {
	position: fixed;
	box-shadow: rgba(0,0,0,0.3) 0px 1px 3px;
	-o-box-shadow: rgba(0,0,0,0.3) 0px 1px 3px;
	-ms-box-shadow: rgba(0,0,0,0.3) 0px 1px 3px;
	-moz-box-shadow: rgba(0,0,0,0.3) 0px 1px 3px;
	-webkit-box-shadow: rgba(0,0,0,0.3) 0px 1px 3px;
	/* background-color: #fff; */
	background-color: rgba(255,255,255,0.9);
}

.topbar .topbar-wrap {
	position: absolute;
	left: 0%;
	right: 0%;
	top: 0%;
	bottom: 0%;
	margin: 0% 4%;
}

/* ================================ topbar-left ================================ */

.topbar .topbar-left {
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
	display: flex;
	align-items: center;
}

.topbar .topbar-left .logo {
	display: block;
}

.topbar .topbar-left .logo img {
	height: 2.19vw;
}
.topbar .topbar-left .logo img.white {
	display: block;
}
.topbar .topbar-left .logo img.black {
	display: none;
}
.topbar.small .topbar-left .logo img.white {
	display: none;
}
.topbar.small .topbar-left .logo img.black {
	display: block;
}

/* ================================ topbar-right ================================ */

.topbar .topbar-right {
	position: absolute;
	right: 0px;
	top: 0px;
	bottom: 0px;
	display: flex;
	align-items: center;
}

.topbar .topbar-right ul {
}

.topbar .topbar-right ul li {
	float: left;
	margin-left: 2.604vw;
}
.topbar .topbar-right ul li:first-child {
	margin-left: 0px;
}

.topbar .topbar-right ul li a {
	display: block;
	color: #fff;
	font-size: 0.9375vw;
	font-family: 'OPPOSans-L';
	transition: all 300ms;
	-o-transition: all 300ms;
	-ms-transition: all 300ms;
	-moz-transition: all 300ms;
	-webkit-transition: all 300ms;
}
.topbar.small .topbar-right ul li a {
    color: #333;
    font-family: 'OPPOSans-R';
}
.topbar .topbar-right ul li a:hover {
	color: #ff8000;
}
.topbar .topbar-right ul li.chked a {
	color: #ff8000;
}

/* ================================ topbar-more ================================ */

.topbar .topbar-more {
	height: 100%;
	position: absolute;
	right: 0px;
	top: 0px;
	bottom: 0px;
	margin-right: 1%;
	display: none;
}

.topbar .topbar-more div {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.topbar .topbar-more div ul {
	cursor: pointer;
}

.topbar .topbar-more div ul li {
	width: 23px;
	height: 2px;
	margin: 6px 0px;
	background-color: #fff;
}
.topbar.small .topbar-more div ul li {
	background-color: #333;
}

/* ================================ topbar-nav ================================ */

.topbar .topbar-nav {
	width: 100%;
	height: 0%;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 999999;
	background-color: rgba(0,0,0,0.9);
	background-color: rgba(255,128,0,1);
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}
.topbar .topbar-nav.show {
	height: 100%;
}

.topbar .topbar-nav img {
	width: 41px;
	position: absolute;
	right: 2.5%;
	top: 0px;
	margin-top: 2%;
	cursor: pointer;
}

.topbar .topbar-nav ul {
}

.topbar .topbar-nav ul li {
	margin: 1.2vw 0vw;
	text-align: center;
}

.topbar .topbar-nav ul li a {
	color: #e9e7e8;
	color: #fff;
	text-decoration: none;
}
.topbar .topbar-nav ul li a:hover {
	color: #ff8000;
	color: #000;
}
.topbar .topbar-nav ul li a.chked {
	color: #ff8000;
	color: #000;
}

.topbar .topbar-nav ul li a span {
	line-height: 3.5vw;
}

.topbar .topbar-nav ul li a span.en {
	display: block;
	font-size: 2.5vw;
	font-family: "museo-light";
}
.topbar .topbar-nav ul li a span.cn {
	display: none;
	font-size: 2.083vw;
}

.topbar .topbar-nav ul li a:hover span.en {
	display: none;
}
.topbar .topbar-nav ul li a:hover span.cn {
	display: block;
}

/* ================================ topbar-fixed ================================ */

.topbar .topbar-fixed {
	position: fixed;
	right: 3.5%;
	bottom: 7%;
	right: 20px;
	bottom: 80px;
}

.topbar .topbar-fixed ul {
	display: none;
}

.topbar .topbar-fixed ul li {
}

.topbar .topbar-fixed ul li a {
}

.topbar .topbar-fixed ul li.back-to-top a {
	display: block;
	width: 43px;
	height: 43px;
	background: url(../../res/imgs/topbar/back2top.png) no-repeat;
	background-size: 100% auto;
	opacity: 0.6;
	cursor: pointer;
}
.topbar .topbar-fixed ul li.back-to-top a:hover {
	opacity: 1;
}

/* ================================ progress ================================ */

.progress {
	width: 0;
	height: 2px;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 9999999;
	background-color: #ff8000;
}

@media (min-width: 1px) and (max-width: 750px) {
	
	.topbar {
		width: 100%;
		padding-top: 4.17%;
		position: absolute;
		left: 0px;
		top: 0px;
		z-index: 9000;
		
		padding-top: 15%;
	}
	.topbar.small {
		position: fixed;
		box-shadow: rgba(0,0,0,0.3) 0px 1px 3px;
		-o-box-shadow: rgba(0,0,0,0.3) 0px 1px 3px;
		-ms-box-shadow: rgba(0,0,0,0.3) 0px 1px 3px;
		-moz-box-shadow: rgba(0,0,0,0.3) 0px 1px 3px;
		-webkit-box-shadow: rgba(0,0,0,0.3) 0px 1px 3px;
		/* background-color: #fff; */
		background-color: rgba(255,255,255,0.9);
	}
	
	.topbar .topbar-wrap {
		position: absolute;
		left: 0%;
		right: 0%;
		top: 0%;
		bottom: 0%;
		margin: 0% 4%;
		
		margin: 0% 3%;
	}
	
	/* ================================ topbar-left ================================ */
	
	.topbar .topbar-left {
		position: absolute;
		left: 0px;
		top: 0px;
		bottom: 0px;
		display: flex;
		align-items: center;
	}
	
	.topbar .topbar-left .logo {
		display: block;
	}
	
	.topbar .topbar-left .logo img {
		height: 2.19vw;
		
		height: 9vw;
	}
	.topbar .topbar-left .logo img.white {
		display: block;
	}
	.topbar .topbar-left .logo img.black {
		display: none;
	}
	.topbar.small .topbar-left .logo img.white {
		display: none;
	}
	.topbar.small .topbar-left .logo img.black {
		display: block;
	}
	
	/* ================================ topbar-right ================================ */
	
	.topbar .topbar-right {
		position: absolute;
		right: 0px;
		top: 0px;
		bottom: 0px;
		display: flex;
		align-items: center;
		
		display: none;
	}
	
	.topbar .topbar-right ul {
	}
	
	.topbar .topbar-right ul li {
		float: left;
		margin-left: 2.604vw;
	}
	.topbar .topbar-right ul li:first-child {
		margin-left: 0px;
	}
	
	.topbar .topbar-right ul li a {
		display: block;
		color: #fff;
		font-size: 0.9375vw;
		font-family: 'OPPOSans-L';
		transition: all 300ms;
		-o-transition: all 300ms;
		-ms-transition: all 300ms;
		-moz-transition: all 300ms;
		-webkit-transition: all 300ms;
	}
	.topbar.small .topbar-right ul li a {
	    color: #333;
	    font-family: 'OPPOSans-R';
	}
	.topbar .topbar-right ul li a:hover {
		color: #ff8000;
	}
	.topbar .topbar-right ul li.chked a {
		color: #ff8000;
	}
	
	/* ================================ topbar-more ================================ */
	
	.topbar .topbar-more {
		height: 100%;
		position: absolute;
		right: 0px;
		top: 0px;
		bottom: 0px;
		margin-right: 1%;
		display: none;
		
		display: block;
	}
	
	.topbar .topbar-more div {
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	.topbar .topbar-more div ul {
		cursor: pointer;
	}
	
	.topbar .topbar-more div ul li {
		width: 23px;
		height: 2px;
		margin: 6px 0px;
		background-color: #fff;
	}
	.topbar.small .topbar-more div ul li {
		background-color: #333;
	}
	
	/* ================================ topbar-nav ================================ */
	
	.topbar .topbar-nav {
		width: 100%;
		height: 0%;
		position: fixed;
		left: 0px;
		top: 0px;
		z-index: 999999;
		background-color: rgba(0,0,0,0.9);
		background-color: rgba(255,128,0,1);
		overflow: hidden;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.topbar .topbar-nav.show {
		height: 100%;
	}
	
	.topbar .topbar-nav img {
		width: 41px;
		position: absolute;
		right: 2.5%;
		top: 0px;
		margin-top: 2%;
		cursor: pointer;
		
		width: 7vw;
		right: 6%;
		margin-top: 6%;
	}
	
	.topbar .topbar-nav ul {
	}
	
	.topbar .topbar-nav ul li {
		margin: 1.2vw 0vw;
		text-align: center;
		
		margin: 5vw 0vw;
	}
	
	.topbar .topbar-nav ul li a {
		color: #e9e7e8;
		color: #fff;
		text-decoration: none;
	}
	.topbar .topbar-nav ul li a:hover {
		color: #ff8000;
		color: #000;
	}
	.topbar .topbar-nav ul li a.chked {
		color: #ff8000;
		color: #000;
	}
	
	.topbar .topbar-nav ul li a span {
		line-height: 3.5vw;
		
		line-height: 1.5em;
	}
	
	.topbar .topbar-nav ul li a span.en {
		display: block;
		font-size: 2.5vw;
		font-family: "museo-light";
		
		display: none;		
	}
	.topbar .topbar-nav ul li a span.cn {
		display: none;
		font-size: 2.083vw;
		
		display: inline;
		font-size: 7vw;
	}
	
	.topbar .topbar-nav ul li a:hover span.en {
		display: none;
	}
	.topbar .topbar-nav ul li a:hover span.cn {
		display: block;
		
		display: inline;
	}
	
	/* ================================ topbar-fixed ================================ */
	
	.topbar .topbar-fixed {
		position: fixed;
		right: 3.5%;
		bottom: 7%;
		right: 20px;
		bottom: 80px;
	}
	
	.topbar .topbar-fixed ul {
		display: none;
	}
	
	.topbar .topbar-fixed ul li {
	}
	
	.topbar .topbar-fixed ul li a {
	}
	
	.topbar .topbar-fixed ul li.back-to-top a {
		display: block;
		width: 43px;
		height: 43px;
		background: url(../../res/imgs/topbar/back2top.png) no-repeat;
		background-size: 100% auto;
		opacity: 0.6;
		cursor: pointer;
	}
	.topbar .topbar-fixed ul li.back-to-top a:hover {
		opacity: 1;
	}
	
	/* ================================ progress ================================ */
	
	.progress {
		width: 0;
		height: 2px;
		position: fixed;
		left: 0px;
		top: 0px;
		z-index: 9999999;
		background-color: #ff8000;
	}
	
}
