@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
}

.source {
	height: 250px;
}


.body01p {
	font-size: 28px;
	font-weight: 100;
}

.body01Div .body01p1{
	font-size: 16px;
	color: #333333;
	line-height: 25px;
}

.body01p1 {
	width: 784px;
	text-align: left;
	
}
.titleDiv {
	width: 1150px;
}
.body01Div ul {
	margin-top: 30px;
	display: inline-block;
	
}

.body01Div li {
	height: 377px;
	display: inline-block;
	float: left;
}
.body01Div .space {
	width: 93px;
	
}
.body01Div .item {
	display: inline-block;
	width: 350px;
	height: 377px;
	background-color: #FFFFFF;
	box-shadow: 2px 2px 10px rgba(153, 153, 153, 0.349019607843137);
}

.body01Div .item .title  {
	font-size: 18px;
	margin-top: 30px;
	font-weight: bold;
}

.body01Div .item .content {
	font-size: 14px;
	color: #333333;
	line-height: 40px;
}

.body01Div .item a {
	text-decoration: none;
	color: #000000;
	display: inline-block;
	margin-top: 15px;

}
.body01Div .item .link {
	width: 140px;
	height: 40px;
	border: 1px  solid #28BEBD;
	text-align: center;
	border-radius: 5px;
	vertical-align: middle;
	display: table-cell;
}

.money_card{
	display: block;
	width:894px;
	margin: 30px auto 0 auto;
	
	/* background-size: 200px,180px,100% 700px; */
	/* height: 700px; */
	box-shadow: 2px 2px 10px rgba(153, 153, 153, 0.349019607843137)
}

.money_card table {
	border-spacing: 0;
	padding:0px 30px 20px 30px;
	border: none;
}

.money_card td {
	border: none;
	height: 30px;
	display: table-cell;
	text-align: left;
	font-size: 14px;
	color: #333333;
}


.money_card ul {
	float: left;
	height: 80px;
	line-height: 80px;
	padding:10px 30px 0 30px;
}
.money_card li {
	display: inline-block;
	height: 80px;
	line-height: 80px;
	text-align: left;
}


.money_card .titleOne {
	width: 570px;
}

.money_card .titleOne img{
	margin-right: 5px;
}

.money_card .titleTwo {
	width: 140px;
}

.money_card .itemOne {
	padding-left: 10px;
	width: 580px;
}

.money_card .itemTwo {
	width: 150px;
}

.money_card .itemThree {
	width: 103px;
}

.checkImage {
	width: 30px;
	height: 27px;
}

.money_card .isSelected {
	background-color: #EEF5F9;
}



.money_card ul img {
	width: 30px;
	height: 27px;
	
}
.money_card hr {
	margin:0 30px 0 30px;
	clear: both;
}


/* 用户标签 */
.user_label {
	height: 372px;
	clear: both;
}

/* 运营能力 */
.operation_ability {
	height: 330px;
	clear: both;
}

/* 数据管理&API */
.data_manager {
	height: 390px;
	clear: both;
}

/* 客户支持 */

.customer_support {
	height: 250px;
	margin-bottom: 30px;
	clear: both;
}