@charset "UTF-8";
/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2016-09-14 12:01:27
 * @version $Id$
 */
 .top_wrap{
 	width: 260px;
 	height:104px;
 	font-family: "微软雅黑", Arial,Helvetica Neue;, "Hiragino Sans GB", "冬青黑体", Helvetica, sans-serif;
 }
.top_wrap .try_btn{
	display: block;
	width:260px;
	height:44px;
	line-height: 44px;
	text-align: center;
	color:#fff;
	text-decoration: none;
	font-size:16px;
	background:#3a97ff;
	border-radius: 5px;
	margin-top: 12px;

}
.top_wrap .try_btn:hover{
	text-decoration: none;
}
.top_wrap .top_wrap_title{
	margin-top: 5px;
	height:44px;
	text-align: right;
	background: url(/www/static/img_linshi/logo_kim.jpg) left center no-repeat;
}
.top_wrap .top_wrap_title p{
	color:#313131;
	text-align: right;
	margin:0;
	padding:0;
}
.top_wrap .top_wrap_title .amore{
	color:#afafaf;
	text-decoration: underline;
	font-size:12px;
	margin-top:5px;
}