/**
 * 通用备案模板生成css
 * @date: 2018-08-20
 * @author: lokya <kan.li01@hand-china.com>
 * @version: 0.0.1
 * @copyright Copyright (c) 2018, Hand
 * 请勿删除
 */
._kr_cert-beian{
	width: 22px;
	margin-left: 50px;
	height: 22px;
	display: inline-block;
	background: url(../images/cert-beian.gif?v=1.0);
	background-repeat: no-repeat;
	background-size: 22px;
    position: relative;
    top: 5px;
}
._kr_guohui{
	width: 22px;
	height: 22px;
	display: inline-block;
	background: url(../images/guohui.png?v=1.0);
	background-repeat: no-repeat;
	background-size: 22px;
    position: relative;
    top: 5px;
}

