
@CHARSET "UTF-8";
/*清除所以内、外边距*/
* {
    padding: 0;
    margin: 0;
}
/*设置基准字体为10px*/
html {
    font-size: 62.5%;
    width: 100%;
    height: 100%;
}
/*设置body宽度*/
body {
    
    min-width: 320px;
    max-width: 640px;
    font-family: "SimHei","Helvetica Neue",Arial,"Droid Sans",sans-serif;
    color:#000;
    line-height: 1.3;
    margin: 0 auto;
    font-size: 1.4rem;
    font-size: 14px;
    background: #f5f5f5;
    position:relative;
}
/** 重置图片元素 **/
img { border: 0 none; vertical-align: top;}
/** 重置列表元素 **/
ul, ol, li, dl, dt, dd { list-style-type: none; }
/**重置表单元素**/

input[type=submit] {
    cursor: pointer;
}
/*定义手型*/
input[type=button] ,button ,a ,select,a:hover {
    cursor: pointer;
}
input[type=button] ,input[type=submit] ,button { appearance:none; -moz-appearance:none; -webkit-appearance:none;outline: none;border: none;}
button,input {
    overflow: visible;
}
/** 重置表格元素 **/
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/** 默认链接元素 **/
a {
    text-decoration: none;
}
a:link,
a:visited {
    color: inherit;
}
a:hover,
a:active {
    color: inherit;
    text-decoration: none;
}
/*清除外链接默认的外框线*/
a:focus {
    -moz-outline-style: none;
     outline: none;
}
/*清除浮动*/
.clear {
    clear: both;
}
/*去除下划线*/
ol,ul,li {
    list-style-type: none;
}
/*去除双引号IE5.5>No*/
blockquote, q {
    quotes: none;
}
/*设置成区块*/
header,section,nav,main,footer,article,article {
    display: block;
}
html,div,span,object,iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,del,dfn,em,img,ins,kbd,q,samp,small,strong,b,i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,form,label,table,tbody,tfoot,thead,
tr,
th,
td,
article,
aside,
footer,
header,
nav,
section {
    border: 0;
    outline: 0;/*链接周围的虚线框*/
    /*color:#ABAEB1;*/
}
h1 {
    font-size: 3rem;
    font-size: 30px;
}
h2 {
    font-size: 2.8rem;
    font-size: 28px;
}

h3 {
    font-size:2.4rem;
    font-size: 24px;
}
h4 {
    font-size:1.8rem;
    font-size: 18px;
}
h5 {
    font-size:1.6rem;
    font-size: 16px;
}
/*突出显示标题*/
h1,h2,h3,h4,h5 {
   
   font-weight: 100;
   font-family:"微软雅黑",Sans-serif;
   
}
/*除去默认边框线  "微软雅黑,宋体,Sans-serif"*/
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/*换行*/
.word {
    word-spacing: normal;
}
/*区块*/
.container {width: 94%;margin: 0 auto;}
.containerMain{width: 94%;margin: 0 3%;}
.block {display: block;}
.font-weight {font-weight: bold;}
/*浮动*/
.f_left {float: left;}
.f_right {float: right;}
.textLeft {text-align: left;}
.textCenter {text-align: center;}
.textRight {text-align: right;}
.borderNone {border: none;}
address,caption,cite,code,dfn,em,th,var {
    font-style: normal;
    font-weight: 400;
}
i,cite,em,var,address,dfn {
    font-style: italic;
}
/*屏幕自适应字体*/
@media screen and (min-width: 640px) body {
    font-size: 2.4rem;
}
@media screen and (min-width: 560px) body {
    font-size: 2.1rem;
}
@media screen and (min-width: 480px) body {
    font-size: 1.8rem;
}
@media screen and (min-width: 400px) body {
    font-size: 1.5rem;
}
@media screen and (min-width: 360px) body {
    font-size: 1.35rem;
}
@media screen and (min-width: 320px) body {
    font-size: 1.15rem;
}
