body,html{
    font-family: "Microsoft Yahei", "微软雅黑";
}
body.bg_color {
    background: #edf1f4;
}
.top_title{
width: 100%;
min-height: 60px;
background: #fff;
border-radius: 5px;
margin-bottom: 20px;
margin-top: 10px;
line-height: 60px;
color: #000;
font-size: 16px;
text-indent: 20px;
}
.guidance-list{
	width: 100%;
	min-height: 400px;
	background: #fff;
	border-radius: 10px;
	padding: 1px 0;
}
.guidancebtn{
	display: inline-block;
	width: 97%;
	margin: 20px;
	border-bottom: 1px solid #999;
}
.guidancebtn ul{
	margin-bottom: 0;
}
.guidancebtn li{
	display: inline-block;
	padding: 0 50px;
	font-size: 16px;
	color: #000;
	line-height: 50px;
	cursor: pointer;
}
.guidancebtn li.cur{
	color: #4c94e7;
	border-bottom: 2px solid #4c94e7;
}
.guidancebtn{
	display: inline-block;
}
.aBtn{
	padding: 0 10px;
}
.aBtn span{
	color: #4c94e7;
}
.get-html{
	padding: 30px 10px;
	padding-bottom: 10px;
}
.skin-clue .layui-layer-btn{
	text-align: center;
	padding-top: 12px;
}
.skin-clue .layui-layer-btn .layui-layer-btn0{
	background: #8F8F8F;
	color: #fff;
	width: 130px;
	height: 35px;
	line-height: 35px;
	border-radius: 8px;
}
.skin-clue .layui-layer-btn .layui-layer-btn1{
	width: 130px;
	height: 35px;
	line-height: 35px;
	border-radius: 8px;
}
.skins input{
	border: 1px solid #ccc;
	height: 36px;
	line-height: 36px;
	outline: none;
	border-radius: 4px;
	text-indent: 10px;
	padding-right: 18px;
  width: 135px;
}
.skins ul{
	padding: 0;
	display: inline-block;
}
.skins ul li{
	display: inline-block;
	width: 200px;
	font-size: 14px;
	margin:0 10px ;
	position: relative;
}
.skins ul li em {
	display: inline-block;
    width: 60px;
		text-align: center;
}
.pro-right{
	display: inline-block;
	padding: 0 32px;
	line-height: 36px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	background: #8F8F8F;
	border-radius: 4px;
	cursor: pointer;
}
.remove2 {
    position: absolute;
    right: 3px;
    top: 0;
    width: 15px;
    height: 12px;
    background: url(../images/clue-img/select2.png) -45px -1px no-repeat;
    margin-top: 12px;
    cursor: pointer;
    margin-left: 5px;
    display: none;
}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{ 
    color:    #c9c9c9;  
}  
input:-moz-placeholder,textarea:-moz-placeholder { 
    color:    #c9c9c9;  
}   
input:-ms-input-placeholder,textarea:-ms-input-placeholder { 
    color:    #c9c9c9;  
}
.get-list{
	background: #EEECED;
	margin: 17px 10px;
	border-radius: 4px;
	min-height: 350px;
}
.get-list ul{
	padding: 10px 0;
}
.get-list ul li{
	width: 33%;
	line-height: 30px;
	text-align: center;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	color: #000;
}
.tablist{
	display: inline-block;
	width: 100%;
	height: 300px;
	overflow: hidden;
	overflow-y: auto;
}
.tablist tr{
	display: inline-block;
	width: 100%;
}
.tablist tr td{
	display: inline-block;
	width: 33%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.notes{
	text-align: center;
	color: #686868;
}
textarea.reject-text{
	display: inline-block;
	width: 93%;
	margin: 20px;
	height: 300px;
	border: 1px solid #c5c5c5;
	resize:none;
	outline: none;
	border-radius: 4px;
	padding: 10px;
}
.tablist tr td i{
	display: inline-block;
	width: 21px;
	height: 17px;
	background: url("../images/grtpng.png") center center no-repeat;
	background-position: 0 0;
	vertical-align: middle;
	cursor: pointer;
}
.tablist tr td i.cur{
	background-position: 0 -27px;
}
.getpng{
	cursor: pointer;
}