@charset "utf-8";
/**手机版css**/

@media (max-width: 768px) {
    .pc_mobile{
        display: none;
    }
    .m_width {
        width: 90%;
        display: table;
        margin: 0px auto;
    }
	
	.layui-table{
		width:95%;
		margin:0px auto; 
	}
	
	.layui-table td, .layui-table th{
		padding:3px;
	}
	
	.MainTable{
		width:95%;
		margin:0px auto;
	}
	
	.layui-field-title{
		margin:10px 0 10px;
	}
	
	.layui-table td input[type='text']{
		width:80%;
	}
	
	.layui-table td textarea{
		width:80%;
		height:80px;
	}
	
	#inputpg{
		width:40px;
	}
	
	.m_hide{
		display:none;
	}
}
