@charset "UTF-8";
/**
 * 
 * @authors yuanyang (471145945@qq.com)
 * @date    2017-01-01 
 * @version 1.3.1
 */

/*Public Styles (公共样式)*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,input,textarea,p,th,tr,td{margin: 0;padding: 0;}
table{border-collapse: collapse;border-spacing: 0;}
em{font-style: normal;}
ol,ul,li{list-style: none;}
fieldset,img,abbr,acronym{border: 0;}
input,select,form,img{vertical-align: middle;outline: none; font-family: "微软雅黑";}
input.checkbox{vertical-align: middle;}
h1,h2,h3,h4,h5,h6{font-weight: normal;}
h1>a,h2>a,h3>a,h4>a,h5>a,h6>a{font-weight: inherit;}
q:before,q:after{content:'';}
img{width: 100%;}
body{width: 100%;font-family: "微软雅黑";background: #f1f1f1;}

/*a标签下划线删除*/
a:link,
a:visited,
a:hover,
a:active{text-decoration: none;}

/*苹果input按钮颜色*/
input[type=button],
input[type=submit],
input[type=file],
button{cursor: pointer;-webkit-appearance: none;}