.colgroup li em {
    display: block;
    margin: auto;
    overflow: hidden;
    width: 130px;
    height: 130px;
    padding: 5px;
    border-radius: 50%;
    background: #eaeaea;
}
.case_pagingbox span{
	display: inline-block;
	float: left;
	width:45px;
	height: 45px;
	border-radius: 6px;
	overflow: hidden;
	background: #fff;
	box-shadow: 4px 4px 8px rgba(0,0,0,0.1);
	text-align: center;
	line-height: 45px;
	margin: 0 10px;
	color: #555;
	cursor: pointer;
	font-size: 14px;
}
.case_pagingbox span{
	color: #fff;
	font-weight: bold;
	/*background-image: -webkit-linear-gradient(-225deg, #74de47, #00b9e0);
    background-image: linear-gradient(-225deg,#74de47,#00b9e0);*/
	background:#d5010f;
}
.colgroup li em{ width:60%; height:auto;}
.white{color:white}

.botr_weixinbox{
	position: absolute;
	/*top:42px;*/
	bottom:50px;
	left: 0;
	z-index: 2;
	width: 200px;
	height: 200px;
	border-radius: 6px;
	/*overflow: hidden;*/
	background: #fff;
	margin-left: -80px;
	opacity: 0;
}
.botr_weixinbox span{
	display: block;
	width: 100%;
	height: 100%;
	line-height: 200px;
	text-align: center;
	overflow: hidden;
	border-radius: 6px;
}
.botr_weixinbox img{
	display: inline-block;
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
.botr_weixinbox i{
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #ffffff;
    position: absolute;
    z-index: 1;
    bottom: -8px;
    left: 50%;
    margin-left: -9px;
}
.solution_btnbox{ text-align:center; padding:4% 0;}
.solution_btnbox .btnmin{ display:inline-block; font-size:1.2em; padding:1.3% 5% 1.3% 5%;  line-height:1em; background:#e61e1e; color:#fff;}
.Validform_checktip .Validform_right {
    color: #008000;
	margin-left: 31%;
}
.Validform_checktip .Validform_wrong {
    color: #C30;
	margin-left: 31%;
}
.botr_channel:nth-child(2):hover{
	overflow: inherit;
}
.botr_channel:hover .botr_weixinbox{
	opacity: 1;
}
.category_border{border-bottom:2px solid #e61e3d;}
.botr_channel{
	/* float: left;
	display: block;
	width: 54px;
	height: 54px;
	border-radius: 5px;
	text-align: center;
	line-height: 54px;
	color: #fff;
	overflow: hidden;
	margin-right: 5px;
	position: relative;
	margin-left:30px; */
}
.background_color{background-color:#f5f5f5 !important}
