*{-webkit-tap-highlight-color: rgba(0, 0, 0, 0);outline: 0;}
html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu {margin:0;padding:0;}
header,footer,section,article,aside,nav,hgroup,address,figure,figcaption,menu,details {display:block;}
html,body,fieldset,img,iframe,abbr {border:0;}
i,cite,var,em,address,dfn {font-style:normal;}
[hidefocus],summary {outline:0;}
li {list-style:none;}
h1,h2,h3,h4,h5,h6,small {font-size:100%;}
del,ins,u,s,a,a:hover {text-decoration:none;}
a,a:hover {color:#333;}
*, *:before, *:after {-moz-box-sizing: border-box; -webkit-box-sizing: border-box;box-sizing: border-box; -webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
body {font-family: "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", sans-serif;}
body,html{
    width: 100%;
    height: 100%;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.hide{
    display: none;
}
/*fixed-bottom*/
.fixed-bottom{
    display: none;
    width: 100%;
    height: 50px;
    line-height: 50px;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 10px;
    overflow: hidden;
    transition: all 0.3s;
    -moz-transition: all 0.3s;  
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.fixed-bottom.slideDown{
    transform: translate(0,50px);
    -ms-transform: translate(0,50px);       
    -webkit-transform: translate(0,50px); 
    -o-transform: translate(0,50px);     
    -moz-transform: translate(0,50px);  
}
.fixed-bottom .btn-list{
	float: left;
}
.fixed-bottom .btn-list a{
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color:#fff;
}
.fixed-bottom .btn-list a .iconfont{
    vertical-align: middle;
    font-size: 1.5rem;
}
.fixed-bottom .btn-list a span{
    position: absolute;
    right: -6px;
    top: 8px;
    display: block;
    padding: 1px 4px;
    background: #E84827;
    font-size: 10px;
    line-height: 1em;
    color:#fff;
    background: #E84827;
    border-radius: 100px;
}
.fixed-bottom .comment{
	padding-left: 230px;
}
.fixed-bottom .comment .comment-btn{
	display: block;
	width: 100%;
	font-size: 0.8rem;
	height: 32px;
	line-height: 32px;
	margin-top: 9px;
	border:solid 1.8px #999;
	text-align: center;
	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	color:#999;
	background: rgb(20,20,20);
}

.fixed-top{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 44px;
    line-height: 44px;
    background: #F7F7F7;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.06);
    display: none;
    z-index: 100;
}
.fixed-top .iconfont{
    display: block;
    width: 44px;
    text-align: center;
    font-size: 20px;
    color:rgb(83,83,83);
}
.module-title{
    font-size: 14px;
    color: #333333;
    line-height: 32px;
}
.module-title-line{
    width: 20px;
    height: 2px;
    background: #E84827;
}