.devCommunity{
    background: url("/res/homepage/devCommunity/devCommunity.jpg") no-repeat center center;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 120px;
    height: 845px;
}
.devCommunity .hh-section-header{
    width: 344px;
    background: rgba(0, 91, 172, 1);
    padding: 80px 40px 40px;
    border-radius: 4px;
    margin-top: -150px;
    height: 554px;
}
.devCommunity .devC-ad{
    width: 344px;
}
.devCommunity .devC-ad img{
    width: 344px;
    height: 188px;
    margin-top: 10px;
}
.devCommunity .hh-section-title .title{
    font-size: 32px;
    font-weight: 500;
    color: #fff;
    line-height: 45px;
    letter-spacing: 4px;
}
.devCommunity .hh-section-title .title a:after{
    content: url("/res/homepage/appMarket/more-white.svg");
}
.devCommunity .hh-section-title .title a{
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    margin-left: 10px;
}
.devCommunity .hh-section-title .des{
    font-size: 24px;
    font-weight: 800;
    color: rgba(255,255,255,.3);
    line-height: 33px;
}
.devCommunity .hh-inline-tabs{
    padding-top: 48px;
    position: absolute;
    z-index: 1;
    left: -340px;
    top: 0;
    width: 264px;
}
.devCommunity .hh-inline-tabs span{
    display: inline-block;
    width: 100%;
    height: 70px;
    line-height: 70px;
    background: none;
    border-bottom: 1px solid rgba(255,255,255,.1);
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    cursor: pointer;
    border-radius: 4px;
    margin-left: 0;
    text-align: left;
    padding-left: 32px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.devCommunity .hh-inline-tabs span:hover,.devCommunity .hh-inline-tabs span.active{
    font-weight: 600;
    background: rgba(255,255,255,0.04);
}
.devCommunity .hh-section-content{
    width: calc(100% - 380px);
    padding-top: 0;
    position: relative;
}

@media (max-width: 768px) {
    .devCommunity{
        background: url("/res/homepage/devCommunity/devCommunity.jpg") no-repeat center center;
        background-size: cover;
        padding-top: 64px;
        padding-bottom: 30px;
        position: relative;
        height: auto;
    }
    .devCommunity .hh-section-header{
        width:calc(100vw - 24px);
        background: rgba(0, 91, 172, 0);
        padding: 0;
        border-radius: 4px;
        margin-top: -0px;
        height: auto;
        position: relative;
    }
    .devCommunity .devC-ad{
       display: none;
    }
    .devCommunity .devC-ad img{
        width: 344px;
        height: 188px;
        margin-top: 10px;
    }
    .devCommunity .hh-section-title{
        background: rgba(0, 91, 172, 1);
        width: 254px;
        height:107px;
        padding-top: 20px;
        padding-left: 24px;
        position: absolute;
        top:-120px;
        left:-12px;
    }
    .devCommunity .hh-section-title .title{
        font-size: 24px;
        font-weight: 500;
        color: #fff;
        line-height: 32px;
        letter-spacing: 4px;

    }
    .devCommunity .hh-section-title .title a{
        font-size: 14px;
        font-weight: 400;
        color: #fff;
        margin-left: 10px;
    }
    .devCommunity .hh-section-title .des{
        font-size: 18px;
        font-weight: 800;
        color: rgba(255,255,255,.3);
        line-height: 33px;
    }
    .devCommunity .hh-inline-tabs{
        padding-top: 0px;
        position: relative;
        left: 0;
        width: 100%;
    }
    .devCommunity .hh-inline-tabs span{
        display: inline-block;
        width: 25%;
        height: 36px;
        line-height: 36px;
        border-radius: 18px;
        font-size: 14px;
        margin-left: 0;
        cursor: default;
        background: transparent;
        outline: none;
        user-select: none;
        border-bottom: 0;
        text-align: center;
        padding-left: 0;
    }
    .devCommunity .hh-inline-tabs span:hover,.devCommunity .hh-inline-tabs span.active{
        color: #FFFFFF;
        background: #005BAC;
    }
    .devCommunity .hh-section-content{
        width: 100%;
        padding-top: 20px;
    }
}