.ai-body{
	    background-image: url(/web/img/ai/bg.png);
		position: absolute;
		width: 100%;
		height: 98%;
		min-height: 900px;
		min-width: 1200px;
}

.ai-header{
	height: 100px;
}

.ai-tle{
	margin-top: 20px;
	background: url(/web/img/ai/logo.png) no-repeat center left;
	color: white;
	height: 130px;
	background-size: 100px 100px;
	padding-left: 110px;
	line-height: 130px;
	font-size: 22px;
}

.ai-tle span{
	font-size: 30px;
}

.ai-tle a{
	color: white;
	font-size: 16px;
	border: 1px solid white;
	border-radius: 5px;
	height: 35px;
	line-height: 35px;
	padding: 0px 15px;
}

.ai-con{
	background-color: white;
	min-height: 750px;
	border-radius: 45px;
}

.ai_right{
	background-color: #F2F6FE;
	width: 250px;
	margin-left: 20px;
	min-height: 750px;
	border-top-right-radius: 45px;
	border-bottom-right-radius: 45px;
	padding: 20px;
}
	
.ai_scroll{
	height: 80px;
	overflow: hidden;
}

.ai_scroll li{
	font-size: 14px;
	padding: 5px 0;
	color: #333;
}

.matching_tle{
	background: url(/web/img/ai/matching.png) no-repeat left center;
	background-size: 25px 25px;
	font-size: 20px;
	font-weight: 600;
	height: 30px;
	padding-left: 35px;
	margin-bottom: 15px;
}

.fast_tle{
	background-image: url(/web/img/ai/fast.png);
	margin: 25px 0 15px;
}

.fast_pub{
	width: 90%;
	height: 80px;
	border-radius: 10px;
	margin-bottom: 15px;
	background-size: 45px 45px;
	padding-right: 20px;
	background-position:95% center;
	background-repeat: no-repeat;
	font-size: 20px;
	color: #111;
	line-height: 80px;
	padding-left: 15px;
}
.fast_pub:hover{
	color: #111;
	text-decoration: underline;
}
.fast1{
	background-color: #F0ECFF;
	background-image:url(/web/img/ai/product.png);
}
.fast2{
	background-color: #E3E8FF;
	background-image:url(/web/img/ai/purchase.png);
}
.fast3{
	background-color: #EBF7E4;
	background-image:url(/web/img/ai/lease.png);
}
.fast4{
	background-color: #FFECE4;
	background-image:url(/web/img/ai/lessee.png);
}
.fast5{
	background-color: blue;
	background-image:url(/web/img/ai/fast.png);
}
.ai-sea-list{
	padding: 40px 15px;
}
.layui-input{
	border-color: rgb(71, 134, 234);
	width: 80%;
}
.layui-input:focus{
	box-shadow: 0 0 0 1px #0A4DBF;
}
.layui-form-radioed>i,.layui-form-radioed,.layui-form-radio:hover>*{
	color: rgb(71, 134, 234);
}
.layui-btn{
	background-color: rgb(71, 134, 234);
}
.ai_num{
	background-color: #F2F6FE;
	padding: 10px 15px;
	font-size: 16px;
}
.ai_num span{
	color: red;
}

.layui-tab-brief>.layui-tab-title .layui-this{
	color: rgb(71, 134, 234);
	font-weight: bold;
	font-size: 16px;
}
.layui-tab-brief>.layui-tab-title .layui-this:after{
	border-color: rgb(71, 134, 234);
}
.ai-data-list li{
	padding: 12px 0px;
	border-bottom: #E6E6E6 dashed 1px;
}
.ai-data-list li a{
	font-size: 18px;
	color: #333333;
}
.ai-data-list li a:hover{
	color: rgb(71, 134, 234);
}
.ai-data-list li div{
	padding-top: 10px;
	color: #77828E;
	font-size: 14px;
}
.highlight {  
            background-color: yellow; /* 使用背景色而不是文本色，以便在深色背景上也能清晰可见 */  
            color: red; /* 文本颜色为红色 */  
        }