.cooperation {
    /* margin-top: 30px; */
    background: url(../images/cooperation_bg.png) no-repeat;
    display: flex;
    align-items: center;
    width: 1200px;
    justify-content: center;
    flex-direction: column;
}
.table_list {
    display: flex;
    flex-direction: column;
    width: 754px;
    /* height: 1395px; */
    background-color: #ffffff;
    box-shadow: -2px 16px 5px 0px rgba(0, 0, 0, 0.36);
    border-style: solid;
    border-width: 2px;
    border-image-source: linear-gradient(0deg, 
 #458ff0 0%, 
 #9154ee 100%);
    border-image-slice: 1;
    padding: 0 0 70px 0;
    margin-top: 44px;
    margin-bottom: 44px;
}
.table_title {
    display: flex;
    align-items: center;
    /* width: 754px; */
	height: 115px;
	box-shadow: 0px 1px 2px 0px 
		rgba(0, 0, 0, 0.64);
    opacity: 0.86;
    justify-content: center;
    background: #8f71f2;
}
.table_title i {
    width: 171px;
    height: 2px;
    background: #ffffff;
}
.table_title span {
    /* font-family: FZZZHUNHJW--GB1-0; */
	font-size: 58px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 2px;
    color: #ffffff;
    margin: 0 22px;
}
.list{
    margin-top: 25px;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.list > span {
    margin-top: 25px;
    width: 221px;
    height: 67px;
    /* height: 56px; */
    /* background-color: #6866f0; */
    background: url(../images/list_span_bg.png) no-repeat;
    /* border-radius: 10px; */
    /* font-family: FZLTZHK--GBK1-0; */
    font-size: 31px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 3px;
    color: #ffffff;
    padding: 13px 40px;
    cursor: default;
    display: block;
    text-align: center;
    /* box-shadow: 0px 4px 6px 2px darkslateblue; */
}
.list > ul li {
    margin-top: 23px;
    width: 589px;
	height: 65px;
	background-color: #ffffff;
	border-radius: 8px;
    border: solid 1px #213f7b;
    display: flex;
    align-items: center;
    /* font-family: FZZZHUNHJW--GB1-0; */
	font-size: 23px;
	font-weight: normal;
	font-stretch: normal;
	color: #063153;
}
.list > ul li img{
    margin-left: 9px;
}
.list > ul li label {
    margin-left: 5px;
    font-weight: normal;
}
.list > ul li i {
    width: 1px;
    height: 29px;
    background: #063153;
    margin-left: 9px;
}
.list > ul li input {
    flex: 1;
    margin-left: 10px;
    border: none;
    outline-style: none;
    border-radius: 10px;
    height: 100%;
}
.submit {
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.submit button {
    border-radius: 4px;
    background: transparent;
    border: 1px solid #d8d8d8;
    color: #d8d8d8;
    padding: 3px 15px;
    font-size: 16px;
}
.submit button:hover{
    color: #063153;
    background: #ffffff;
    transition: 0.3s ease;
}