/*
    author : yongma;
    date : 2015/12/28
*/
@charset "utf-8";
/*reset*/
html,body,h1,h2,h3,h4,h5,h6,p,ul,dl,dd,input,button{margin:0;padding:0;}
html{height:100%; font-size: 12px;}
body{position:relative;min-width:320px;min-height:100%;height:auto;overflow-x:hidden; background-color: #ffc1c4;
    -webkit-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
    -webkit-text-size-adjust:none;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    -webkit-font-smoothing:antialiased;
    -moz-user-select:none;
}
body,button,input,select,textarea,h1,h2,h3,h4,h5,h6{font:normal 12px/1.5 Arial,"Lucida Grande",Verdana,"Microsoft YaHei",hei;}
input,button{border:0 none;outline:0 none;-webkit-appearance:none;}
ul li{list-style:none;}
img{max-width:100%; width: 100%; height: auto; vertical-align: top;}
.clamp2, .clamp3, .clamp4, .clamp5{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;}
.clamp2{-webkit-line-clamp: 2;}
.clamp3{-webkit-line-clamp: 3;}
.clamp4{-webkit-line-clamp: 4;}
.clamp5{-webkit-line-clamp: 5;}
a{text-decoration: none;}
.fl{float: left;}
.fr{float: right;}
.basefix{ *zoom:1; }
.basefix:after{ clear:both; content:'.'; display:block; height:0; overflow:hidden; }
/*---global end---*/