.app-description-wrap[data-v-6f4f608e] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.app-description[data-v-6f4f608e] {
    position: relative;
    margin-bottom: 16px;
    padding: 0 16px;
    line-height: 1.5;
    /* max-height: 4.5em; */
    overflow: hidden;
    word-break: break-word
}

.app-description[data-v-6f4f608e]:before {
    content: "";
    float: right;
    width: 0;
    height: 100%;
    margin-bottom: -21px
}

.app-description[data-v-6f4f608e]:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: var(--layout-bg)
}

.app-description__content[data-v-6f4f608e] {
    color: var(--gray-20);
    font-size: 14px;
    line-height: 1.35em;
    letter-spacing: .28px
}

.app-description__more-btn[data-v-6f4f608e] {
    position: relative;
    float: right;
    margin-left: 16px;
    clear: both;
    cursor: pointer;
    color: var(--white-title);
    font-weight: 700
}

.app-description__more-btn[data-v-6f4f608e]:before {
    content: "...";
    position: absolute;
    left: -2px;
    color: var(--gray-20);
    -webkit-transform: translateX(-100%);
    transform: translate(-100%)
}