﻿@charset "utf-8";
/**************autoWidth媒体查询自适应宽度布局**********************/
@media screen and (min-width:1080px) {
body,input,select{ font:40px Arial,"Microsoft yahei";}
}
@media screen and (min-width:800px) and (max-width:1079px){
body,input,select{ font:30px Arial,"Microsoft yahei";}
}
@media screen and (min-width:720px) and (max-width:799px){
body,input,select{ font:27px Arial,"Microsoft yahei";}
}
@media screen and (min-width:480px) and (max-width:719px){
body,input,select{ font:18px Arial,"Microsoft yahei";}
}
@media screen and (min-width:320px) and (max-width:479px){
body,input,select{ font:12px Arial,"Microsoft yahei";}
}