﻿/* 共生，共享，共创平台 */
.platform{
    width: 100%;
    height: auto;
}
.platform-box{
    max-width: 1400px;
    width: 90%;
    margin: 0 auto;
    padding: 100px 0;
}
.title-wrap .platform-letter{
    display: inline-block;
    max-width: 868px;
    margin: 0 auto;
    margin-top: 10px;
    line-height: 28px;
    text-align: center;
}
.platform-img{
    max-width: 854px;
    max-height: 640px;
    margin: 40px auto 0;
}
.platform-img img{
    width: 100%;
    height: auto;
}
/* 玛雅吧科技开放创业伙伴计划 */
.plan-wrap{
    width: 100%;
    height: auto;
    background-color: #F5F5F5;
    padding-bottom: 100px;
}
.plan-box{
    max-width: 1400px;
    width: 90%;
    margin: 0 auto;
    padding-top: 90px;
}
.planContent{
    width: 100%;
    min-height: 371px;
    padding-top: 208px;
    background: url(../image/cooventure/hb.png) no-repeat;
    background-size: 520px 371px;
    background-position: center top;
}
.plan{
    width: 100%;
    height: auto;
    padding-top: 40px;
}
.planTitle{
    width: 120px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    margin: 0 auto;
    color: white;
    font-size: 18px;
    cursor: pointer;
    background-color: #90C42F;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}
.plan-list{
    margin-top: 30px;
    display: flex;
    align-content: center;
    justify-content: center;
}
.plan-item{
    text-align: center;
    margin-right: 45px;
}
.plan-item:last-child{
    margin-right: 0;
}
.plan-item span{
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: white;
    background-color: #90C42F;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.plan-item span::after{
    content: "";
    display: block;
    width: 104px;
    height: 1px;
    background-color: #90C42F;
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.plan-item:last-child span::after{
    content: "";
    display: block;
    width: 0;
    height: 0;
    background-color: #90C42F;
    position: static;
}
.plan-item p{
    color: #333333;
    font-size: 16px;
    margin-top: 10px;
}
/* 我们为合作伙伴提供服务 */
.serve-wrap{
    width: 100%;
    min-height: 513px;
    background: url(../image/cooventure/bg.png) no-repeat;
    background-size: 100% 513px;
}
.serve-box{
    max-width: 1400px;
    width: 90%;
    margin: 0 auto;
    padding-top: 90px;
}
.serve-list{
    margin-top: 80px;
    display: flex;
    align-content: center;
    justify-content: space-between;
}
.serve-item{
    text-align: center;
}
.serve-item:nth-child(1) .serveIcon{
    display: inline-block;
    width: 122px;
    height: 104px;
    background: url(../image/cooventure/icon1.png) no-repeat;
    background-size: 100% 100%;
}
.serve-item:nth-child(2) .serveIcon{
    display: inline-block;
    width: 117px;
    height: 109px;
    background: url(../image/cooventure/icon2.png) no-repeat;
    background-size: 100% 100%;
}
.serve-item:nth-child(3) .serveIcon{
    display: inline-block;
    width: 107px;
    height: 107px;
    background: url(../image/cooventure/icon3.png) no-repeat;
    background-size: 100% 100%;
}
.serve-item:nth-child(4) .serveIcon{
    display: inline-block;
    width: 95px;
    height: 106px;
    background: url(../image/cooventure/icon4.png) no-repeat;
    background-size: 100% 100%;
}
.serveText-title{
    font-size: 18px;
    color: #333333;
    margin-top: 30px;
}
.serveText-text{
    font-size: 14px;
    color: #666666;
    margin-top: 5px;
}
/* 常见问题 */
.question-wrap{
    width: 100%;
    height: auto;
    padding: 100px 0;
    background-color: #F5F5F5;
}
.question-box{
    max-width: 1400px;
    width: 90%;
    margin: 0 auto;
}
.question-list{
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.question-item{
    position: relative;
    width: 48%;
    max-height: 272px;    height: auto;
}
.questionImg{
    width: 100%;
    height: 100%;
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
}
.questionText{
    width: 100%;
    height: auto;
    padding: 36px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.questionText a{
    display: inline-block;
    width: 100%;
    font-size: 24px;
    color: white;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
/* 弹窗盒子 */
.mask-wrap{
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 999;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}
.closeBtn{
    cursor: pointer;
    width: 30px;
    height: 30px;
    background: url(../image/cooventure/close.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: -50px;
    right: -50px;
    z-index: 999;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}
/* 内容 */
.mask-box{
    width: 600px;
    height: auto;
    padding: 27px 33px;
    background-color: white;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 999;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}
/* 渠道合作 */
.channelContent{
    display: none;
    width: 100%;
    height: auto;
}
.channelContent-title{
    color: #343434;
    font-size: 22px;
}
.inpKind{
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.channelContent-inp .inpKind input{
    width: 45%;
    height: 40px;
    outline: none;
    padding-left: 15px;
    border: 1px solid #EEEEEE;
}
.channelContent-inp .inpKind textarea{
    width: 100%;
    height: 80px;
    resize: none;
    outline: none;
    padding: 15px;
    border: 1px solid #EEEEEE;
}
.channelSub,.supplySub{
    cursor: pointer;
    display: inline-block;
    width: 100px;
    height: 40px;
    margin-top: 20px;
    text-align: center;
    line-height: 40px;
    color: white;
    font-size: 14px;
    background-color: #046CBC;
}
/* 供应合作 */
.supplyContent{
    width: 100%;
    height: auto;
    display: none;
}
.supply-wrap{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.supplyContent-title{
    width: 50%;
    color: #343434;
    font-size: 22px;
}
.supplyContent-inp{
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.inpKind{
    width: 100%;
}

.inpKind:nth-child(1),.inpKind:nth-child(2){
    width: 50%;
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
}
.inpKind:nth-child(1) input,.inpKind:nth-child(2) input{
    margin-top: 20px;
}
.supplyContent-inp .inpKind input{
    width: 80%;
    height: 40px;
    outline: none;
    padding-left: 15px;
    border: 1px solid #EEEEEE;
}
.supplyContent-inp .inpKind textarea{
    width: 100%;
    height: 80px;
    resize: none;
    outline: none;
    padding: 10px 15px;
    border: 1px solid #EEEEEE;
}
@media screen and (max-width:768px){
    .plan-wrap{
        padding-bottom: 40px;
    }
    .plan-box{
        padding-top: 40px;
    }
    .plan-item{
        margin-right: 20px;
    }
    .plan-item span::after{
        content: "";
        display: block;
        width: 52px;
        height: 1px;
        background-color: #90C42F;
        position: absolute;
        left: 100%;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }
    /* 我们为合作伙伴提供服务 */
    .serve-wrap {
        width: 100%;
        min-height: 513px;
        background: url(../image/cooventure/bg.png) no-repeat;
        background-size: 1920px 513px;
        background-position: center;
    }
    .serve-list{
        flex-wrap: wrap;
    }
    .serve-box{
        padding: 50px 0px;
    }
    .serve-item{
        width: 50%;
    }
    /* 中能物联，生态圈 */
    .question-wrap{
        padding: 50px 0;
    }
    .question-list{
        margin-top: 0px;
    }
    .question-item:first-child{
        margin-top: 0;
    }
  
    .questionImg img{
        width: 100%;
        object-fit: cover;
    }
    .questionText{
        padding: 15px 10px;
    }
    .questionText a{
        font-size: 16PX;
    }
}