/**
 * 搜索栏
 */
.search-body{
	background-image: url("https://bsbang.oss-cn-beijing.aliyuncs.com/bs-images/index_bg.png");
	padding: 40px;
}

.search-body p{
	line-height: 30px;
}

.search-body .search{
	display: flex;
	flex-direction:column;
	justify-content: center;
	align-items: center;
	align-content:space-between;
	color: #fff;
}
.input-group{
	max-width: 800px;
	width: 60%;
}
.form-control{
	height: 40px !important;
}
.input-group-btn .btn{
	padding: 10px 25px;
}

/**
 * 搜索标签
 */
.search-cat-body{
	width: 1200px;
	padding-top: 25px;
	margin: auto;
}

.search-cat-box{
	padding: 10px 0;
	display: flex;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	position: relative;
	margin-bottom: 10px;
	overflow: hidden;
}

.search-cat-box-left{
	font-size: 16px;
	width: 60px;
	text-align: left;
}

.search-cat-box-center{
	display: flex;
	justify-content: left;
	align-items: center;
	flex-wrap: wrap;
	width: calc(100% - 200px);
}
.search-cat-box-center>span{
	display: block;
	font-size: 14px;
	height: 28px;
	line-height: 28px;
	padding: 0 8px;
	border-radius: 4px;
	cursor: pointer;
	margin-right: 24px;
	margin-bottom: 15px;
}
.search-cat-is{
	background-color: #418bf7;
	color: #fff;
}
.search-cat-box-right>span{
	display: block;
	width: 100px;
	height: 30px;
	line-height: 30px;
	background-color: #f2f2f2;
	color:rgba(0,0,0,0.65);
	position: absolute;
	bottom: 0px;
	right: 0px;
	cursor: pointer;
}

/**
 * 主题
 */
/**
 * 主体
 */
.body-box{
	padding: 18px 0;
}
.body-header{
	display: flex;
	justify-content: left;
	flex-direction: column;
	text-align: left;
}
.body-box-header{
	position: absolute;
	top: 0;
	left: 0;
	padding: 7px 20px;
	background-color: rgb(91 88 255 / 82%);
	color: #fff;
	z-index: 9;
	font-size: 14px;
	
}
.icon-box{
	padding: 20px;
}
.icon-box:hover .icon{
	color: #418bf7;
	transition: all 0.5s;
}
.icon-big{
	font-size: 90px;
	margin: 15px 0 5px;
	text-align: center;
}

.body-tabs-box{
	border: 1px solid #e2e6ff;
	background-color: #fff;
}
.body-tabs-box>.col-xs-3{
	padding: 0px !important;
}

.body-tabs{
	border: none !important;
	background-color: #acacac;
}

.body-tabs>li>a{
	font-size: 18px;
	padding: 15px 40px !important;
	font-weight: bold;
	color: #fff;
	border-bottom:1px solid #9c9c9c;
}
.body-tabs>li>a>i{
	margin-right: 5px;
	font-size: 16px;
}

.body-box-content{
	padding: 5px;text-align: left;
	background-color: #fff;
}
.body-box-content-hr{
	height: 1px;margin: 10px 0;
}
.body-box-content-footer{
	display: flex;justify-content: space-between;align-items: center;
}