
#mescroll{width:800px; left:50%; margin-left:-400px;}

/*
1919px [1920×1080]
*/
@media only screen and (max-width: 1919px) {

}
/*
1800px 过渡尺寸
*/
@media only screen and (max-width: 1800px){
html{ font-size: 90px; }
}
/*
1680px [1680×1050]
*/
@media only screen and (max-width: 1680px) {
html{ font-size: 80px; }

}

/*
1500px 过渡尺寸
*/
@media only screen and (max-width: 1500px) {

}
/*
1600px [1600×900]
*/
@media only screen and (max-width: 1600px) {


}

/*
1440px [1400×900]
*/
@media only screen and (max-width: 1440px) {


}

/*
1400px 过渡尺寸
*/
@media only screen and (max-width: 1400px) {
html{ font-size: 70px; }
}


/*
1366px [1366×768]
*/
@media only screen and (max-width: 1366px) {

}

/*
1280px [1280×1024] [1280×800]
*/
@media only screen and (max-width: 1280px) {



}
/*
1200px 过渡尺寸
*/
@media only screen and (max-width: 1230px) {
html{ font-size: 60px; }
.w1200{ width: 94%; }
.sp_header{ display: block; }
span.spanpagelist{ display:none}
span.spanpagejump{ display:none}
.page_fy a {padding: 5px 10px; border: #06c1ae 1px solid; color:#06c1ae}


}

/*
1100px 过渡
*/
@media only screen and (max-width: 1100px) {


}

/*
1024px [1024×768] ipad1 ipad2 ipad mini 手机端开始
*/
@media only screen and (max-width: 1024px) {

}

/*
1000px 过渡
*/
@media only screen and (max-width: 1000px) {


}

/* 900px 过渡 */
@media only screen and (max-width: 900px) {


}

/* 800px 竖屏 安卓平板 */
@media only screen and (max-width: 800px) {
#mescroll{width:100%; left:0%; margin-left:0px;}
}

/* 768px 竖屏 ipad mini */
@media only screen and (max-width: 768px) {


}



/* 700px 过渡 */
@media only screen and (max-width: 700px) {

.foot{ padding: 10px 0 30px 0; }
.foot a{ margin:auto; display: block; }

}

/* 640px 过渡 */
@media only screen and (max-width:640px){


}
/* 绝对手机模式 */
@media only screen and (max-width: 600px) {

}

/* 苹果s */
@media only screen and (max-width: 414px) {

}

/* 苹果普通、X */
@media only screen and (max-width: 375px) {

}

/* 安卓小屏 */
@media only screen and (max-width: 370px) {
.fabu_box  .item_check input[type=checkbox] + label { padding: 0 8px; }

}

/* 苹果5 */
@media only screen and (max-width: 320px) {
body{ font-size: 12px; }
.jubao .l span,.n_lxwm span{ font-size: 14px; }
.quan_List li .tit{ width: 70px; }
.quan_List li .tit p{ font-size: 18px; }
.quan_List li .text p{ font-size: 12px; }
}

