/**frame**/
html,body{
	height: 100%;width: 100%;
	font-family: Arial Bold,"Helvetica Now Display Medium","Noto Sans SC";
}
.container-fluid{
	margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    overflow-y: hidden;
    overflow-x: hidden;
}
.frame{
	height: 100%;
    width: 100%;
    display: flex;
    margin: 0px;
}
.nav-frame{
	height: calc(100% - 50px);
    width: 300px;
    padding: 0px;
    background-color: #fff;
    overflow-y: auto;
    margin: 50px 0px 0px 50px;
}
.body-frame{
	height: 100%;
    flex: 1;
    background-color: #fff;
    overflow-y: auto;
    padding: 50px 50px 0px 0px;
}
.body-frame .container{
	width: 100%;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
/*ios*/
@supports(-webkit-touch-callout:none){
	.body-frame{
		overflow-x: auto;
	}
	.body-frame .container{
		width: 95%;
	}
	.body-frame .container-fluid{
		width: 95%;
	}
}
.logo{
	margin: 0rem 0rem;
	cursor: pointer;
}
.logo img{
	height: 67px;
	width: auto;
}
.menu{
	margin: 30px 0px;
	font-size: 30px;
	/*font-weight: 500;*/
	font-family: Arial Bold,"Helvetica Now Display Medium","Noto Sans SC";
}
.menu ul{
	color: rgba(0,0,0,1);
	cursor: pointer;
	padding: 0px;
}
.menu ul.selected{
	color: rgba(0,0,0,1)!important;
}
.menu ul:hover{
	color: rgb(13,106,94) !important;
}
.sub-menu{
	margin: 4rem 0rem;
	font-size: 1.5rem;
	font-weight: 500;
	font-family: Arial Bold,"Helvetica Now Display Medium","Noto Sans SC";
}
.sub-menu ul{
	color: rgba(0,0,0,1);
	cursor: pointer;
	padding: 0px;
}
.sub-menu ul.selected{
	color: rgba(0,0,0,1)!important;
}
.sub-menu ul:hover{
	color: rgb(13,106,94) !important;
}
.search{
	margin: 5rem 0rem;
	font-size: 1.5rem;
	/*font-weight: 500;*/
	font-family: Arial Bold,"Helvetica Now Display Medium","Noto Sans SC";
	overflow-y: auto;
}
.search ul{
	color: rgba(0,0,0,1);
	cursor: pointer;
	padding: 0px;
}
.search ul span{
	margin-right: 3px;
}
.search ul.selected{
	color: rgba(0,0,0,1)!important;
}
.search ul:hover{
	color: rgb(13,106,94) !important;
}
.search ul li{
	color: rgba(0,0,0,1)!important;
	margin-right: 3px;
	margin-left: 2rem;
	list-style: none;
	font-size: 1rem;
	cursor: pointer;
}
.search ul li:hover{
	color: rgb(13,106,94) !important;
}
.language-copyright{
	position: absolute;
	bottom: 3px;
    background-color: white;
    z-index: 999;
}
.language{
	cursor: pointer;
	font-weight: 800;
	font-family: Arial Bold,"Helvetica Now Display Medium","Noto Sans SC";
	padding-bottom: 10px;
}
.language img{
	height: 20px;
	margin-right: 5px;
	margin-top: -5px;
}
/**copyright**/
.copyright{
	text-align: left;
    letter-spacing: 1.5px;
    color: #7e7e7e;
    font-size: 12px;
}
.copyright a{
    color: #7e7e7e;
}