body{
	 background-color: #f0f0f0;
	 font-size: 17px;
}
.slide-item-container{
	
	align-items: center;
}

.yunying-content-title{
    color: #ffffff;
    font-size: 52px;
    font-weight: 500;
    line-height: 48px;
}
.yunying-content-des{
    color: #ffffff;
    font-size: 17px;
    line-height:26px;
    margin-top: 24px;
}
.yunying-crm-content-des-br{
	display: none;
}
.bg-img{
	background: url(../img/social-bg@2x.png) 100% 100% no-repeat;
}
.clue-item{
	
}
.clue-item-icon{
	width: 80px;
	height: 80px;
}
.clue-item-box{
	border-radius: 10px;
	display: flex;
	justify-content: space-around;
	padding: 30px 0;
	width: 90%;
	background-color: #fff;
	box-shadow: 0px 2px 6px 2px rgba(17,17,17,0.1) !important;
}
.yunying-warning-des{
	color: #666666;
	font-size: 17px;
	line-height: 22px;
	margin: 16px 0;
	text-align: center;
    }

.mb20{
	margin-bottom: 30px;
}


.tit {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
    padding-bottom: 10px;
}
.tit::after {
    position: absolute;
    bottom: 0;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    width: 44px;
    height: 4px;
    background: #FFFFFF;
    border-radius: 2px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.item_desc_mid{
	height: 100%;
	background: #fff;
	padding: 20px 20px;
}
 .item-text{
	margin-top: 120px;
	padding: 20px;
	font-size: 16px;
	line-height: 25px;
} 
.box{
	text-align: center;
	align-items: center;
	background: #FFFFFF;
	border-radius: 0 0 10px 10px ;
}
.item-box-top{
	display: flex;
	flex-direction: column;
	float: left;
	align-items: center;
	width: 100%;
	background: linear-gradient(360deg, #6DDFC2 0%, #0DB3AF 100%);
}
.item-box-top2{
	display: flex;
	flex-direction: column;
	float: left;
	align-items: center;
	width: 100%;
	background: linear-gradient(360deg, #FFB779 0%, #FA8152 100%);
}
.item-box-top3{
	display: flex;
	flex-direction: column;
	float: left;
	align-items: center;
	width: 100%;
	background: linear-gradient(360deg, #DAA9FF 0%, #8A54F7 100%);
}
.item-box-top4{
	display: flex;
	flex-direction: column;
	float: left;
	align-items: center;
	width: 100%;
	background: linear-gradient(360deg, #FF9999 0%, #FB4772 100%);
}


.item-icon{
	margin: 20px;
	width: 40px;
	height: 40px;
}
.clue-item-li{
	margin-top: 20px;
	height: 300px;
}
.panels{
	margin-bottom: 20px;
	border: 1px solid transparent;
	
	box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}
.panels-default{
	font-size: 17px;
	border-radius: 10px;
}
.panels-heading{
	color: #fff;
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-radius: 10px 10px 0 0;
}
.c1{
	background-color: #337ab7;
	border-color: #337ab7;
}
.c2{
	background-color: #FFB779;
	border-color: #FFB779;
}
.c3{
	background-color: #6DDFC2;
	border-color: #6DDFC2;
}
.c4{
	background-color: #DAA9FF;
	border-color: #DAA9FF;
}
.c5{
	background-color: #FF9999;
	border-color: #FF9999;
}
.c6{
	background-color: #81e2ff;
	border-color: #81e2ff;
}
.c7{
	background-color: #55007f;
	border-color: #55007f;
}
.c8{
	background-color: #aaaa00;
	border-color: #aaaa00;
}
.c9{
	background-color: #00aa7f;
	border-color: #00aa7f;
}
.c10{
	background-color: #ff5500;
	border-color: #ff5500;
}
.c11{
	background-color: #ffaa7f;
	border-color: #ffaa7f;
}
.lists-group {
	background-color: #fff;
    display: flex;
	flex-wrap: wrap;
	padding: 10px 0;
	border-radius: 0 0 10px 10px;
	
}
.lists-group-item {
	display: flex;
	flex-direction: row;
	
    padding: 10px 20px;
    
    background-color: #fff;
    /* border-bottom: 1px solid rgba(0, 0, 0, .125) */
}
.lists-group-item>:first-child{
	color: #337ab7;
	line-height: 1.5;
}
.lists-group-item>:nth-child(2){
	line-height: 1.5;
	margin-left: 5px;
}
