@charset "utf-8";
/* css reset */
*{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body,div,ul,ol,li,dl,dd,dt,table,th,td,h1,h2,h3,h4,h5,h6,p,form,fieldset,legend,input,textarea,button,blockquote,pre,xmp{margin:0;padding:0}
h1,h2,h3,h4,h5,h6,small,big,input,textarea,button,select{font-size:100%}
h1,h2,h3,h4,h5,h6,b,strong{font-weight:normal}
address,cite,dfn,em,i,optgroup,var{font-style:normal}
table{border-collapse:collapse;border-spacing:0;text-align:left}
ul,ol,menu{list-style:none}
fieldset,img{border:0}
img,object,input,textarea,button,select{vertical-align:middle}
article,aside,footer,header,section,nav,figure,figcaption,hgroup,details,menu{display:block}
audio,canvas,video{display:inline-block;*display:inline;*zoom:1}
blockquote:before,blockquote:after,q:before,q:after{content:"\0020"}
textarea{overflow:auto;resize:vertical}
input,textarea,button,select,a{outline:0 none;border: none;}
button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}
a,ins,s,u,del{text-decoration:none}
sup,sub{vertical-align:baseline}
body,button,input,select,textarea{ font: normal 12px/100% "Microsoft Yahei", "Helvetica Neue",Helvetica, Arial, sans-serif;}
body,html{ width:100%; height: 100%;}
html{ background-color: #fafafa; }
a {color: #333;text-decoration: none;}

/* 浮动 */
.f-left{float:left;}
.f-right{float:right;}
/* 清除浮动 */
.clear {zoom: 1; }
.clear:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
/* 单行文字溢出隐藏 */
.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* 各个分辨率下的文字大小 （设计稿大小720px）*/
@media screen and (min-width: 320px) {html{font-size:44.4444px;}}
@media screen and (min-width: 360px) {html{font-size:50px;}}
@media screen and (min-width: 375px) {html{font-size:52.0833px;}}
@media screen and (min-width: 400px) {html{font-size:55.555px;}}
@media screen and (min-width: 414px) {html{font-size:57.5px;}}
@media screen and (min-width: 440px) {html{font-size:61.1111px;}}
@media screen and (min-width: 480px) {html{font-size:66.6667px;}}
@media screen and (min-width: 520px) {html{font-size:72.2222px;}}
@media screen and (min-width: 560px) {html{font-size:77.7778px;}}
@media screen and (min-width: 600px) {html{font-size:83.3333px;}}
@media screen and (min-width: 640px) {html{font-size:88.8889px;}}
@media screen and (min-width: 680px) {html{font-size:94.4445px;}}
@media screen and (min-width: 720px) {html{font-size:100px;}}
@media screen and (min-width: 750px) {html{font-size:100px;}}
@media screen and (min-width: 800px) {html{font-size:100px;}}
@media screen and (min-width: 960px) {html{font-size:100px;}}


.more {
    font-size: 0.24rem;
    border: 0.02rem solid #cccccc;
    border-radius: 0.12rem;
    margin-top: 0.2rem;
    height: 0.4rem;
    line-height: 0.40rem;
    font-weight: bold;
    background-color: #f6f6f6;
    text-align: center;
}
a .more  {
    color: #999999;
}
.index-small-banner {
    height: 3.92rem;
    width: 100%;
    margin-top: 0rem;
}