.huweishen-character {
    width: 100%;
    padding-top: 20px;
    background: #FAFAFA;
}

.huweishen-character .title {
    width: 100%;
    padding: 40px 0;
}

.huweishen-character .title h1 {
    font-size: 20px;
    font-weight: 400;
    color: #181818;
    text-align: center;
    margin-bottom: 20px;
    line-height: 28px;
}

.huweishen-character .title .desc {
    font-size: 14px;
    font-weight: 400;
    color: #787878;
    text-align: center;
    line-height: 24px;
}

.huweishen-character .h-character-wrapper {
    width: 100%;
    padding: 35px 0;
}

.huweishen-character .h-character-wrapper .h-character-list {
    width: calc(100% - var(--grid-style3-margin) * 2);
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    background: #FFF;
    border: 0.5px solid #EFEFEF;
}

.huweishen-character .h-character-wrapper .h-character-list .h-item {
    width: calc(100% / 3);
    border: 0.5px solid #EFEFEF;
    padding: 30px 20px;
}

.huweishen-character .h-character-wrapper .h-character-list .h-item .h-item-title {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.huweishen-character .h-character-wrapper .h-character-list .h-item .h-item-title .h-icon {
    height: 28px;
    width: 38px;
    background-image: url('../images/huweishen/module.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    margin-right: 8px;
}

.huweishen-character .h-character-wrapper .h-character-list .h-item .h-item-title p {
    font-weight: 500;
    font-size: 16px;
    color: #262626;
}

.huweishen-character .h-character-wrapper .h-character-list .h-item .h-item-desc {
    font-size: 14px;
    color: #262626;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


@media (min-width: 768px) {
    .huweishen-character {
        width: 100%;
        padding-top: 50px;
    }
    
    .huweishen-character .title {
        width: 100%;
        padding: 80px 0;
    }
    
    .huweishen-character .title h1 {
        font-size: 32px;
        font-weight: 400;
        color: #181818;
        text-align: center;
        margin-bottom: 20px;
        line-height: 1;
    }
    
    .huweishen-character .title .desc {
        font-size: 14px;
        font-weight: 400;
        color: #787878;
        text-align: center;
        line-height: 1;
    }
    
    .huweishen-character .h-character-wrapper {
        width: 100%;
        padding: 35px 0;
    }
    
    .huweishen-character .h-character-wrapper .h-character-list {
        width: calc(100% - var(--grid-style3-margin) * 2);
        margin-bottom: 20px;
        margin: 0 auto;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: stretch;
        align-content: flex-start;
        background: #FFF;
        border: 0.5px solid #EFEFEF;
    }
    
    .huweishen-character .h-character-wrapper .h-character-list .h-item {
        width: calc(100% / 5);
        border: 0.5px solid #EFEFEF;
        padding: 30px 20px;
    }
    
    .huweishen-character .h-character-wrapper .h-character-list .h-item .h-item-title {
        display: flex;
        align-items: center;
        margin-bottom: 16px;
    }
    
    .huweishen-character .h-character-wrapper .h-character-list .h-item .h-item-title .h-icon {
        height: 28px;
        width: 38px;
        background-image: url('../images/huweishen/module.png');
        background-repeat: no-repeat;
        background-position: 0 0;
        margin-right: 8px;
    }
    
    .huweishen-character .h-character-wrapper .h-character-list .h-item .h-item-title p {
        font-weight: 500;
        font-size: 16px;
        color: #262626;
    }
    
    .huweishen-character .h-character-wrapper .h-character-list .h-item .h-item-desc {
        font-size: 14px;
        color: #262626;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}