.cooperation_banner{
    background-image: url(../../images/common/cooperation_more.jpg);
    width: 100%;
    height:480px;
    zoom: 1;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: center 0;
    object-fit: cover;
    position: relative;
}
/*标题内容*/
.cooperation_header{
    top: 100px;
}
.cooperation_header_img{
    justify-content: center;
}
.cooperation_header_img img{
    vertical-align:middle;
}
.cooperation_header_del{
    margin:0 16px 0 22px;
}
.cooperation_header_del img{
    width: 80%;
}
.cooperation_header_text{
    color: white;
    font-size:38px;
    font-weight: 600;
    letter-spacing:2px;
    vertical-align:middle;
    margin-bottom: 6px;
}
/*小标题*/
.cooperation_small_text{
    margin-top:10px;
    justify-content: center;
}
.cooperation_small_line{
    width: 42px;
    height: 2px;
    background: white;
    border-radius: 2px;
}
.cooperation_small_tips{
    color: white;
    font-size:24px;
    letter-spacing:2px;
    margin-left: 16px;
}
/*操作按钮*/
.cooperation_btn_click{
    margin-top: 32px;
}
.cooperation_btn_add_box{
    height: 224px;
    margin-right: 16px;
}
.cooperation_btn_code_box{
    height: 224px;
    margin-left: 16px;
}
.cooperation_btn_add{
    width: 192px;
    height: 46px;
    line-height: 46px;
    background-color: #ffffff;
    box-shadow: 1px 1px 1px 0
    rgba(255, 255, 255, 0.3);
    border-radius: 30px;
    color: #810701;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
}
/*二维码展示*/
.personal_cord_img{
    width: 160px;
    height: 160px;
    border-radius: 10px;
    margin-top: 16px;
    margin-left: 16px;
    display: none;
}
.personal_cord_img img{
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
.cooperation_btn_code{
    width: 192px;
    height: 46px;
    line-height: 46px;
    background-color: #ffffff;
    box-shadow: 1px 1px 1px 0
    rgba(255, 255, 255, 0.3);
    border-radius: 30px;
    color: #810701;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
}
.cooperation_backColor{
    background-color: #ffb320;
    box-shadow: 1px 1px 1px 0
    rgba(255, 179, 32, 0.3);
    color: white;
}
/*小程序码展示*/
.smallProgram_cord_img{
    width: 160px;
    height: 160px;
    border-radius: 10px;
    margin-top: 16px;
    margin-left: 16px;
    display: none;
}
.smallProgram_cord_img img{
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
/*数据展示*/
.cooperation_data_box{
    padding:18px 0 16px 0;
}
/*数据标题*/
.cooperation_data_title{
    margin: 0 auto;
    text-align: center;
}
.cooperation_data_english_text{
    color:rgba(0,0,0,0.1);
    font-size: 36px;
    font-weight: 600;
    font-family: SourceHanSansCN-Heavy;
}
.cooperation_data_english p{
    color: #333333;
    font-weight: 600;
    font-size: 20px;
    margin-top: -30px;
    z-index: 100;
}
.cooperation_data_tips{
    color: #666666;
    font-size: 15px;
    margin-top: 6px;
    letter-spacing: 2px;
}
/*图片展示*/
.teamwork_ul {
    flex-wrap: wrap;
    margin-top: 22px;
}
.teamwork_li {
    width: 222px;
    height: 84px;
    margin-right: 10px;
    margin-bottom: 10px;
    background: white;
    border-radius: 6px;
    border: 1px solid #e2e2e2;
    box-shadow: 1px 1px 1px 0
    rgba(255, 255, 255, 0.3);
    cursor: pointer;
}
.teamwork_li a {
    display: inline-block;
    width: 100%;
    height: 100%;
}
.teamwork_li img {
    width: 100%;
    height: 100%;
    border-radius: 6px;
    object-fit: cover;
}