﻿*{  margin: 0; padding:0;}
ul,li{  list-style: none;}
h1,h2,h3,h4,h5,p{margin:0;padding:0;}
a{text-decoration:none;cursor:pointer;color:#444;}
a:hover{text-decoration:none;}

body {margin: 0;padding: 0;font-family:"Microsoft YaHei";font-size: 12px;}

input {
    font-family:"Microsoft YaHei";
    border-top:solid 1px #ccc;/*IE7下兼容性*/
    border-right:solid 1px #ccc;/*IE7下兼容性*/
    border-bottom:solid 1px #ccc;/*IE7下兼容性*/
    border-left:solid 1px #ccc;/*IE7下兼容性*/
}


/***********************************************************************************/
/*iphone5样式如下 手机*/
@media screen and (max-width:320px){

}

/*Galaxy S5*/
@media only screen and (min-width: 321px) and (max-width: 360px){


}

/*iphone 6*/
@media only screen and (min-width: 361px) and (max-width: 375px){

}

/*iphone 6Plus--Nexus 6P*/
@media only screen and (min-width: 376px) and (max-width: 767px){


}


/*宽屏样式如下 iPad*/
@media screen and (min-width:768px){

}