@media screen and (max-width: 1023px) {
	.pc{ display: none;}
	.move{ display: inherit;}
	.header_box{
		padding: 0 12px;
		position: fixed;
    z-index: 10000;
	}
	#mnavh { display: block; }
	nav { width: 100%; height: auto; background: rgba(0,0,0,0.5); position: fixed; z-index: 999; top: 80px; left: 0;}
#starlist { display: none; width: 100%; height: 20%; background: rgb(243, 246, 248);}
.header_move_top{
	display: flex;
	background: rgb(243, 246, 248);
	padding: 0 12px;
	justify-content: space-between;
	align-items: center;
}
.header_move_top .frist{
	padding: 12px 0;
}
.header_move_top .right{
	display: flex;
}
.link-move-btn {
	font-size: 14px;
	color: #009040;
	font-family: 'hanyichaoran';
	margin-right: 12px;
}
.nav_list{
	display: flex;
  margin: 0 12px;
}
#starlist li { width: 20%; text-align: center; background: #009040; display: inline-block; }
#starlist li:first-child { border-radius: 4px 0 0 4px; }
#starlist li:last-child { border-radius: 0 4px 4px 0; }
#starlist li a {  width: 100%; text-align: center; padding: 12px 0;}
#starlist ul.sub { display: block; position: inherit; left: inherit; top: inherit; }
#starlist ul.sub li { width: 100% }
#starlist ul.sub li:last-child { padding-bottom: 0; border-bottom: #49ccea 1px solid; }
#starlist ul.sub li a { color: #fff; font-weight: normal; border-bottom: none; }
#starlist ul.sub li a:hover, #starlist li:hover a, #starlist #selected { color: #fff; }
.menu span { display: block; width: 50px; height: 50px; background: #12b7de; opacity: 0.5; position: absolute; top: 0; right: 0; border-left: #49ccea 1px solid; }
.menu:before { right: 20px; }
}