.cooperation-show-section{
	text-align:center;
}
.cooperation-show-section>div{
	width: 1400px;
	margin: 30px auto 40px auto;
}
.cooperation-show-main{
	border-radius: 20px;
	border:1px solid #ccc;
	background-color: #fff;
	padding:30px;
}
.cooperation-show-title {
	font-family: Source Han Sans, Source Han Sans;
	font-weight: 500;
	font-size: 30px;
	color: #3C3638;
	line-height: 42px;
	text-align: left;
	font-style: normal;
	text-transform: none;
}

.cooperation-show-requirement {
	font-family: Source Han Sans, Source Han Sans;
	font-weight: 400;
	font-size: 16px;
	color: #E29F2C;
	line-height: 23px;
	text-align: left;
	font-style: normal;
	text-transform: none;
}

.cooperation-show-type {
	background: rgba(86,92,168,0.1);
	border-radius: 10px 10px 10px 10px;
	font-family: Source Han Sans, Source Han Sans;
	font-weight: 400;
	font-size: 16px;
	color: #565CA8;
	line-height: 23px;
	text-align: center;
	font-style: normal;
	text-transform: none;
	padding: 8px 14px;
}

.cooperation-show-label-bar ul {
	display: flex;
	flex-direction: row;
	gap:20px;
	align-items: center;
}

.cooperation-show-label-bar {
	margin-top:30px;
}

.cooperation-show-content {
	display: flex;
	flex-direction: row;
	margin-top: 50px;
}

.cooperation-show-link-bar {
	font-family: Source Han Sans, Source Han Sans;
	font-weight: 400;
	font-size: 16px;
	color: #69696F;
	line-height: 23px;
	text-align: left;
	font-style: normal;
	text-transform: none;
	margin-top:30px;
	display: flex;
	flex-direction: row;
/*	gap:18px;*/
}
.cooperation-show-link-bar>span:nth-child(n+2)::before{
    content: "";
    width: 1px;
    height: 1em;
    background-color: #DCDCE3;
    display: inline-block;
    margin: auto 10px;
/*	height: 23px;*/
}

.cooperation-show-text {
	margin-left: 40px;
	text-align: left;
}

.cooperation-show-returnbtn {
	width: 200px;
	height: 56px;
	border-radius: 50px 50px 50px 50px;
	border: 2px solid rgba(174,174,174,0.4);
	display: inline-block;
	font-family: Alibaba PuHuiTi 3.0, Alibaba PuHuiTi 30;
	font-weight: 500;
	font-size: 20px;
	color: #AEAEAE;
	line-height:  54px;
	text-align: center;
	font-style: normal;
	text-transform: none;
}
.cooperation-show-returnbtn:hover{
	background-color: #565CA8;
	color:#fff;
}

.cooperation-show-text-title {
	display: flex;
	flex-direction: row;
}
.cooperation-show-text-title>span{
	font-family: Source Han Sans, Source Han Sans;
	font-weight: 500;
	font-size: 26px;
	color: #3C3638;
	line-height: 36px;
	text-align: left;
	font-style: normal;
	text-transform: none;
}
.cooperation-show-text-title>span:first-child{
/*	background: #9599D4;*/
	width: 4px;
	height: 37px;
	display: block;
	margin-right: 10px;
	border-radius: 2px;
/*	background: #9599D4;*/
/*	background: #565CA8;*/
	background-image: linear-gradient(#9599D4, #565CA8);
/*	margin-top:5px;*/
}
.cooperation-show-text-content{
	font-family: Source Han Sans, Source Han Sans;
	font-weight: 350;
	font-size: 16px;
	color: #69696F;
	line-height: 47px;
	text-align: left;
	font-style: normal;
	text-transform: none;
}

