/************************************/
/* “小小暴走”微网站主样式表文件       */
/* 版权所有：杭州映派科技有限公司 */
/*           保留所有权利           */
/* 创建于：  2014年09月01日         */
/************************************/

/* 全局样式 */
/* 默认字体 */
* {
	font-family:Microsoft Yahei,Verdana, Arial, Helvetica;
    font-size:1rem;/* font-size:625%; */
    text-decoration:none;
    margin:0;
	padding:0;
}

/* HTML元素样式 */
/* body 背景 */
body {
	background:#efefef;	
}

.textcolor {
	color: #ff6d53;
}

#share{}
.share_c{text-align:center; margin-bottom:20px;}
.share_c a{display:inline-block; width:60px; height:60px;}
.share_c a.sina{background:url(../images/sina_icon.jpg) no-repeat;}
.share_c a.kaixin{background:url(../images/kaixin_icon.jpg) no-repeat;}
.share_c a.tqq{background:url(../images/tqq_icon.jpg) no-repeat;}
.share_c a.renren{background:url(../images/renren_icon.jpg) no-repeat;}
.share_c a.doudou{background:url(../images/doudou_icon.jpg) no-repeat;}
.share_c a.weixin{background:url(../images/weixin_icon.jpg) no-repeat;}
.share_c a:hover, .share_c a.on{background-position:0 -60px;}
.font-white {color:#ffffff;font-size: 12px;}
.font-normal {color:#000000;font-size: 12px;}
.font-primary {color:#3576BE;font-size: 12px;}
.font-warning {color:#E58524;font-size: 12px;}
.font-success {color:#5CB85C;font-size: 12px;}
.font-disEdit {background:#DCDCDC ;color:#000000 ;font-size: 12px;}