.hh-section{
    width:100%;
}
.hh-section-main{
    width:1200px;
    margin: 0 auto;
    position: relative;
}
.appMarket{
    background: url("/res/homepage/appMarket/appMarket.jpg") no-repeat center center;
    background-size: cover;
    padding-top: 160px;
    padding-bottom: 120px;
}
.hh-section-header{
    width: 100%;
}
.hh-section-title .title{
    font-size: 32px;
    font-weight: 500;
    color: #222222;
    line-height: 45px;
    letter-spacing: 4px;
}
.hh-section-title .title a{
    font-size: 14px;
    font-weight: 400;
    color: #505E6A;
    margin-left: 80px;
    position: relative;
}
.hh-section-title .title a:after{
    display: inline-block;
    width: 14px;
    content: url("/res/homepage/appMarket/more.svg");
    position: absolute;
    top: -6px;
    font-size: 14px;
    color:#fff;
}
.hh-section-title .des{
    font-size: 24px;
    font-weight: 600;
    color: rgba(0,0,0,.1);
    line-height: 33px;
}
.hh-inline-tabs{
    position: absolute;
    right: 0;
    top: -80px;
}
.hh-inline-tabs span{
    display: inline-block;
    width: 144px;
    height: 48px;
    line-height: 48px;
    background: #FFFFFF;
    border-radius: 24px;
    font-size: 16px;
    font-weight: 400;
    color: #505E6A;
    text-align: center;
    margin-left: 16px;
    cursor: pointer;
}
.hh-inline-tabs span:hover,.hh-inline-tabs span.active{
    color: #FFFFFF;
    background: #005BAC;
}
.hh-section-content{
    width:100%;
    padding-top: 40px;
    position: relative;
}
.hh-inline-items{
    width: calc(100% + 32px);
    margin: 0 -16px;
    display: none;
}
.hh-inline-items.active{
    display: block;
}
.hh-inline-item{
    width: 378px;
    height:173px;
    overflow: hidden;
    padding: 40px 32px;
    background: #FFFFFF;
    box-shadow: 0px 10px 24px 0px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    margin: 16px;
    float: left;
}
.hh-inline-item .fl{
    width:72px;
}
.hh-inline-item .fr{
    width:calc(100% - 72px);
    padding-left: 24px;
}
.hh-inline-item .fl img{
    width: 72px;
    height:72px;
    border: 1px solid rgba(228,230,238,1);
}
.hh-inline-item-title a{
    white-space: nowrap;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    vertical-align: middle;
    font-size: 18px;
    font-weight: 600;
    color: #222222;
    line-height: 25px;
    margin-bottom: 6px;
    display: block;
}
.hh-inline-item:hover .hh-inline-item-title a{
    color:#1875f0;
}
.hh-inline-item-des{
    font-size: 14px;
    font-weight: 400;
    color: #505E6A;
    line-height: 24px;
    width: 100%;
    overflow: hidden;
    white-space: normal;
    display: inline-block;
    text-overflow: ellipsis;
    vertical-align: middle;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    height: 72px;
}
@media (max-width: 768px) {
    .hh-section-main{
        padding: 0 12px 86px;
        width:100%;
        margin: 0 auto;
        position: relative;
    }
    .appMarket{
        background: url("/res/homepage/appMarket/appMarket.jpg") no-repeat center center;
        background-size: cover;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .hh-section-header{
        width: 100%;
    }
    .hh-section-title .title{
        font-size: 24px;
        font-weight: 500;
        color: #222222;
        line-height: 36px;
        letter-spacing: 3px;
    }
    .hh-section-title .title a{
        font-size: 12px;
        font-weight: 400;
        color: #505E6A;
        margin-left: 17px;
    }
    .hh-section-title .des{
        font-size: 18px;
        font-weight: 800;
        color: rgba(0,0,0,.1);
        line-height: 33px;
    }
    .hh-section-header>.fr{
        width: 100%;
    }
    .hh-inline-tabs{
        padding-bottom: 10px;
        width: 100%;
        letter-spacing: 0;
        font-size: 0;
        position: relative;
        top:0;
        left:0;
    }
    .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;
    }
    .hh-section-content{
        width:100%;
        padding-top: 20px;
    }
    .hh-inline-items{
        width: 100%;
        margin:0;
        display: none;
    }
    .hh-inline-items.active{
        display: block;
    }
    .hh-inline-item{
        width: 100%;
        height:112px;
        overflow: hidden;
        padding:24px;
        background: #FFFFFF;
        box-shadow: 0px 10px 24px 0px rgba(0, 0, 0, 0.1);
        border-radius: 4px;
        margin: 0;
        margin-bottom: 12px;
        float: left;
    }
    .hh-inline-item .fl{
        width:54px;
        padding-top: 5px;
    }
    .hh-inline-item .fr{
        width:calc(100% - 54px);
        padding-left: 16px;
    }
    .hh-inline-item .fl img{
        width: 54px;
        height:54px;
    }
    .hh-inline-item-title{
        white-space: nowrap;
        width: 100%;
        text-overflow: ellipsis;
        overflow: hidden;
        vertical-align: middle;
        font-size: 14px;
        font-weight: 600;
        color: #222222;
        line-height: 25px;
        margin-bottom: 0px;
    }
    .hh-inline-item-des{
        font-size: 12px;
        font-weight: 400;
        color: #505E6A;
        line-height: 18px;
        -webkit-line-clamp: 2;
    }
    .hh-inline-item:nth-child(n+5){
        display: none;
    }
}