@charset "utf-8";
/************************************************************************
 * 公司	: suyee inc.
 * 网址	: www.suyee.net.cn
 * 作者QQ: 新月(46780956)
 * 日期	: 2019.06.25，2020.09.20
************************************************************************/


@media screen and (max-width:800px){
/*---------------------------------//左侧导航-----------------------------------*/
	.btn_nav{left:11px;position: fixed; }
	#leftMain {top:55px; width: 100%; left: -100%; background: rgba(28,36,43,0.9);overflow-y: auto;}
	.nav_on{ left:0 !important;transition: all ease-out 0.3s ;/*box-shadow: -1px 0 1px #E9EFF5;*/	 }

/*---------------------------------//头部-----------------------------------*/
   #header{ padding-left:50px;}
   #header .syslogo_txt{ display:none;}

/*---------------------------------//右侧内容区域-----------------------------------*/
   #RightMain{position: inherit; width:100%; float:left; padding:10px;overflow: scroll; overflow-y: auto;padding-bottom: 90px;}
   .paddingLeft25 {	padding-left: 0;}
   .suyee-label {    width: 90px; padding: 0 10px 5px 10px;text-align: right;}
   .suyee-col {    padding-bottom: 10px; width:215px;}
   .layui-form-item{
       margin-bottom: 15px;
        clear: both;
       display: block;
   }
   .layui-col-md05{ width: 100%;}








}



