@charset "utf-8";

.container {
	width: 300px;
	height: 180px;
}

/* 定制开发类型'' */
.type_first_title {
	text-align: center;
	font-size: 40px;
}
.type_first_title2{
	color: #ffffff;
}
.type_first_tip {
	text-align: center;
	font-size: 16px;
	color: #666666;
	margin-top: 6px;
}
.type_first_tip2{
	color: #ffffff;
}
.type_first {
	padding: 70px 0;
}

.type_second2 {
	margin-top: 40px;
}

.type_second {
	margin: 10px 0;
	display: flex;
	border-radius: 40px 0px 40px 0px;
	box-shadow: 0 0 10px #7086BF40;
	padding: 20px;
	align-items: center;
}

.type_second_left {
	margin-right: 10px;
}

.type_second_title {
	font-size: 28px;
	font-weight: bold;
}

.type_second_tip {
	font-size: 14px;
	color: #666666;
	margin-top: 10px;
}

.tab_change {
	display: flex;
	justify-content: center;
	align-items: center;
}

.tab_item_1 {
	padding: 2px;
	background-image: linear-gradient(to bottom, #2F7CF0, #9B2FF0);
	border-radius: 14px;
	box-sizing: border-box;
	margin: 10px;
	cursor: pointer;
}
.tab_item {
	width: 100%;
	height: 100%;
	padding: 2px 20px;
	box-sizing: border-box;
	background: #ffffff;
	border: none;
	border-radius: 14px;
}
.tab_item_active{
	background-image: none;
	background-image: linear-gradient(to bottom, #07D2DF, #9531FA);
}
.tab_item_active .tab_item{
	background-image: linear-gradient(to bottom, #07D2DF, #9531FA);
	color: #ffffff;
}
.draw_content{
	background: url(../images/other/Group1000005108.png);
	background-size: 100%;
}
/* 咨询'' */
.info_user {
	padding: 70px 0;
	background: url(../images/other/Group1000005006.png) center center no-repeat;
	background-size: cover;
	color: #ffffff;
}

.info_second {
	margin-top: 40px;
}

.info_form {
	position: relative;
	margin-top: 16px;

}

.info_img {
	position: absolute;
	width: 25px;
	height: 25px;
	left: 16px;
	top: 11px;
}

.info_input {
	height: 48px;
	line-height: 48px;
	padding-left: 50px;
	width: 100%;
	color: #333333;
	font-size: 16px;
}

.info_textare {
	padding-left: 50px;
	padding-top: 8px;
	width: 100%;
	color: #333333;
	font-size: 16px;
}

.info_btn {
	margin-top: 16px;
	background-color: #226FE2;
	height: 48rpx;
	line-height: 48px;
	text-align: center;
	font-size: 18px;
	margin-bottom: 20px;
}
.sev_li{
	padding: 10px;
	text-align: center;
}
.sev_space{
	margin: 30px 0;
}
.top_i{
	background-color: #F8FBFF;
	padding-bottom: 30px;
}
.ability_list{
	margin-top: 30px;
}
.abi_item{
	background-color: #ffffff;
	display: flex;
	align-items: center;
	box-shadow: 0 2px 10px #8483aa24;
	padding:10px 20px;
	border-radius: 8px;
}
.abi_item>div{
	margin-left: 20px;
	font-size: 24px;
	font-weight: bold;
	background-image: -webkit-gradient(linear, 0 0, -1 bottom, from(#000000), to(#ffffff));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.imitate_list{
	display: none;
	margin-top: 30px;
}
.anli li{
	margin-bottom: 20px;
}
.anli li img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.cooperate_item{
	background: url(../images/other/Group1000004998.png) no-repeat;
	background-size: contain;
	padding:50px 60px;
	width: 100%;
	height: 478px;
}
.btn_co{
	width: 168px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	border-radius: 24px;
	background-image: linear-gradient(to bottom, #2258E2B2, #A522E2B2);
	font-size: 22px;
	font-weight: 700;
	margin: auto;
}
.content_co{
	margin-top: 20px;
	font-size: 14px;
	line-height:26px;
	color: #ffffff;
}
.mode_con{
	margin-bottom: 60px;
}
.mode_con li{
	padding: 10px;
}
.samllAiImg{
	display: none;
}
@media (max-width:1024px) {
	/* 定制开发类型'' */
	.type_first_title {
		text-align: center;
		font-size: 20px;
	}
	.type_first_title2{
		color: #ffffff;
	}
	.type_first_tip {
		text-align: center;
		font-size: 12px;
		color: #666666;
		margin-top: 6px;
	}
	.type_first_tip2{
		color: #ffffff;
	}
	.type_first {
		padding: 10px;
	}
	
	.type_second2 {
		margin-top: 20px;
	}
	.sev_li>img{
		width: 60px;
		height: 60px;
	}
	.abi_item>div{
		font-size: 14px;
		margin-left: 10px;
	}
	.abi_item>img{
		width: 30px;
		height: 30px;
	}
	.imitate_list,.ability_list{
		margin-top: 15px;
	}
	.btn_co{
		font-size: 14px;
		width: 150px;
		height: 35px;
		line-height: 35px;
	}
	.content_co{
		font-size: 12px;
		line-height: 24px;
	}
	.cooperate_item{
		height: 419px;
	}
	.bigAiImg{
		display: none;
	}
	.samllAiImg{
		display: block;
	}
	.info_second{
		margin-top: 20px;
	}
	
}