html,body {
    color: #434343;
    -webkit-text-size-adjust: none;
    font-family: microsoft yahei, Arial, Helvetica, sans-serif, microsoft jhenghei;
    overflow-x: hidden;
}
*{
    margin: 0;
    padding: 0;
    list-style: none;
}
h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td, iframe, div, b,i{
    font-weight: normal;
    font-style: normal;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}
/* 取消chrome下input和textarea的聚焦边框： */
button, input, select, textarea{
    border: none;
    outline: none;
    -webkit-appearance: none;
}
table{
    border-collapse:collapse;
}
/* 取消chrome下textarea可拖动放大： */
textarea{ resize:none}
a{
    text-decoration: none;
    color: #333;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.clearfix:after{
    display: block;
    content: '';
    clear: both;
}
.clearfix{ zoom: 1}
.one{
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.two{
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;/* 必须结合的属性 ，将对象作为弹性伸缩盒子模型显示 。 */
    -webkit-line-clamp: 2;/* 用来限制在一个块元素显示的文本的行数 */
    -webkit-box-orient: vertical;/* 必须结合的属性 ，设置或检索伸缩盒对象的子元素的排列方式 。 */
}
img{
    vertical-align: top;
}
::-webkit-input-placeholder{
    color: #999;
}
::-moz-placeholder{
    color: #999;
}
:-moz-placeholder{
    color: #999;
}
:-ms-input-placeholder{
    color: #999;
}
.left{
    text-align: left;
}
.center{
    text-align: center;
}
.commonW{
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}
article{
    margin-bottom: 20px;
}
/* footer */
footer{
    width: 100%;
    background: #5e5e5e;
    position: fixed;
    left: 0;
    bottom: 0;
}
.footer{
    color: #fff;
    padding: 20px 0;
}
.footer p{
    line-height: 40px;
    color: #fff;
}













































/*
     FILE ARCHIVED ON 22:52:21 Oct 02, 2018 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 04:20:57 Apr 02, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.454
  exclusion.robots: 0.02
  exclusion.robots.policy: 0.008
  esindex: 0.009
  cdx.remote: 8.092
  LoadShardBlock: 1250.105 (3)
  PetaboxLoader3.datanode: 107.722 (4)
  PetaboxLoader3.resolve: 1473.384 (3)
  load_resource: 336.713
*/