.cooperation-container{
    padding:30px 0 70px;
}
.cooperation-title{
    display:flex;
    flex-flow: column;
    align-items: center;
}
.cooperation-title i{
    width:48px;
    height:3px;
    background-color:#00A3FE;
    margin:12px 0 20px;
}
.cooperation-container-box{
    padding-top:30px;
}
.cooperation-container-box-left{
    width:48%;
    height:284px;
    overflow: hidden;
}

.cooperation-container-box-right{
    width:48%;
    display:flex;
    flex-flow:column;
    justify-content: space-between;
}
.cooperation-container-box-right-item{
    border:1px solid #ededed;
    padding:8px 12px;
    border-radius:6px;
    color:#666666;
    display:flex;
    align-items:center;
}
.cooperation-container-box-right-item span{
    min-width:76px;
    flex-shrink: 0;
}
.cooperation-container-box-right-item input{
    border:0;
    width:100%;
    outline: none;
}
.cooperation-container-box-right-item.btn{
    background-color:#00A3FE;
    color:white;
    display:flex;
    justify-content: center;
    cursor: pointer;
}
.cooperation-container-box-right-item.textarea{
    align-items:flex-start;
}
.cooperation-container-box-right-item textarea{
    border: 0;
    width:100%;
    min-height:108px;
    max-height:108px;
    outline: none;
}
.well-known-authorization>div{
    width:18%;
    padding:20px;
    border:1px solid #ededed;
    display:flex;
    justify-content: center;
    position: relative;
    cursor: pointer;
    transition:all .5s;
    margin-top:20px;
}
.well-known-authorization>div:hover{
    border-color:#00A3FE;
}
.well-known-authorization>div img{
    width:100%;
    height:30px;
}
.well-known-authorization>div.active::after{
    content:'';
    display: block;
    position: absolute;
    bottom:-42px;left:36px;
    width:23px;height:23px;
    border:1px solid #ededed;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    background-color:white;
    z-index:1;
}

.well-known-authorization-item{
    border:1px solid #ededed;
    margin-top:27px;
    position: relative;
    padding:20px 30px 20px;
}
.well-known-authorization-item-overflow{
    position: absolute;
    top:0;left:0;
    width:100%;
    height:20px;
    background-color:white;
    z-index:2;
}
.well-known-authorization-item-left{
    width:30%;
}
.well-known-authorization-item-right{
    width:67%;
}
.well-known-authorization-item .box-flex{
    align-items: center;
    color:#666666;
    line-height: 24px;
}

.sound-authorization-item{
    width:49%;
    border:1px solid #00A3FE;
    padding:20px;
    border-radius:7px;
    margin-top:20px;
}
.sound-authorization-item .text h3{
    padding-bottom:12px;
}
.sound-authorization-item .text span{
    color:#666666;
    line-height: 24px;
}
.sound-authorization-item .text{
    width:72%;
}
.sound-authorization-item .img{
    width:24%;
    display:flex;
    align-items:center;
    justify-content: center;
}
.sound-authorization-item .t1 img{
    width:80%;
}
.sound-authorization-item .t2 img{
    width:50%;
}
.sound-authorization-item .t3 img{
    width:70%;
}
.sound-authorization-item .t4 img{
    width:78%;
}

.brand-authorization-process>div{
    width:46%;
}
.brand-authorization-process-box{
    height:332px;
    overflow: hidden;
}
.brand-authorization-process-list-box{
    display: flex;
    align-items:center;
}
.brand-authorization-process-list{
    height:300px;
    border-left:1px dotted #00A3FE;
    display:flex;
    flex-flow:column;
    justify-content: space-between;
}
.brand-authorization-process-item{
    display:flex;
    align-items:center;
    white-space: nowrap;
    color:#444444;
}
.brand-authorization-process-item::before{
    content:'';
    display:block;
    width:36px;
    height:36px;
    line-height: 36px;
    text-align:center;
    background-color:#00A3FE;
    border-radius:50%;
    color:white;
    margin-right:32px;
    margin-left:-18px;
}
.brand-authorization-process-item.b1::before{
    content:'01';
}
.brand-authorization-process-item.b2::before{
    content:'02';
}
.brand-authorization-process-item.b3::before{
    content:'03';
}
.brand-authorization-process-item.b4::before{
    content:'04';
}
.brand-authorization-process-item.b5::before{
    content:'05';
}
/* 渠道合作 */
.advantages-of-cooperation{
    width:32%;
    display:flex;
    flex-flow:column;
    justify-content: center;
    align-items:center;
    padding:30px 20px;
    border:1px solid #ededed;
}
.advantages-of-cooperation img{
    width:52px;
}
.advantages-of-cooperation h3{
    padding:20px 0 15px;
}
.advantages-of-cooperation i{
    width:40px;
    height:3px;
    background-color:#00A3FE;
}
.advantages-of-cooperation p{
    text-align:center;
    padding-top:30px;
    color:#444444;
}
.partner-benefits{
    border:0 !important;
    width:20% !important;
}

.cooperation-process-box{
    padding:0 60px;
    position: relative;
}

.cooperation-process-box-item{
    width:12%;
    font-size:14px;
    color:#666666;
    text-align:center;
}
.cooperation-process-box-item img{
    width:80%;
    margin-bottom:12px;
    position: relative;
    z-index:9;
    background-color:white;
}
.cooperation-process-box-item-border{
    position: absolute;top:50px;
    left:90px;
    width:960px;
    height:4px;
    border-top:1px dotted #00A3FE;
}
.cooperation-process-box-btn{
    display:block;
    width:140px;
    margin:20px auto 0;
    text-align:center;
    color:white;
    border-radius:5px;
    padding:8px 0;
    border-width:1px;
    border-style:solid;
    border-color:#ededed;
    transition: all .5s;
    color:#666666;
}
.cooperation-process-box-btn:hover{
    text-decoration: none;
    color:white;
    background-color:#00A3FE;
    border-color:transparent;
}
/* 项目合作 */
.cooperation-projects-item{
    width:20%;
    display:flex;
    flex-flow:column;
    align-items: center;
    padding:30px 20px;
    cursor: pointer;
    transition:all .5s;
}


.cooperation-projects-item h3{
    font-size:16px;
    padding-bottom:6px;
}
.cooperation-projects-item p{
    font-size:14px;
    color:#666666;
    text-align:center;
    line-height: 24px;
}
.cooperation-projects-item div{
    height:120px;
    display:flex;
    justify-content: center;
    align-items:center;
}
.cooperation-projects-item i{
    width:100%;
    border-bottom:1px dashed #00A3FE;
    margin-bottom:12px;
}

/*  */
.cooperation-projects-item.active{
    background:url(../img/advantage-bj.jpg) no-repeat;
    color:white;
}
.cooperation-projects-item.active p{
    color:white;
}
.cooperation-projects-item.active i{
    border-color:white;
}