
.mobile_mod_head{
display:none;
}

/* 表格版面  0px 到 480px */

@media screen and (min-width: 0px) and (max-width: 1000px){

.content {
width:100%;
}

.mobile_mod_head{
display:block;
clear:both;
border:0pt solid #0000ff;
overflow:auto;
}

/* left nav td */

.sideMenu-leftBox , .left_nav_item_line{

display:none;

}

.mobile_nav{
border: 0px solid #0000ff;
overflow:auto;
}

.mobile_nav select{

float:left;
margin:0px 5px 15px 10px ;
padding:5px 10px 5px 10px;

color:#4d4d4d;
text-align:center;

border: 1x solid #0CB0EF;

}

/* other */

#module_search_form{
display:none;
}

#top_mod_name{
font-size:16px;
}

.top_mod_name_note{
font-size:13px;
}

.share_nav_item{
max-width:180px;
}

.page_wrap{
width:89%;

}

}

/* 表格版面  0px 到 480px */

@media screen and (min-width: 0px) and (max-width: 475px){

}

/* 表格版面 481px 到 786px */

@media screen and (min-width: 476px) and (max-width: 768px){

}

/* 桌面版本 789px 到 1024 */

@media screen and (min-width: 769px) and (max-width: 1000px){

}
