.block6-5 .article .tags {
    position: absolute;
    text-align: left;
    left: 40px;
    bottom: 40px;
}
.block6-5 .article .tag {
    display: inline-block;
    border-radius: 3px;
    font-weight: bold;
    font-size: 13px;
    line-height: 24px;
    padding: 0 7px;
}
.block6-5 .article .tag.sale {
    background: #FFD600;
    color: #333;
}
.block6-5 .img-round {
    position: relative;
    width: 190px;
    height: 190px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 20px;
    background-size: cover;
    background-position: center;
}
.block6-5 .article-wrap {
    background: #fff;
    padding: 40px;
    border: 1px solid rgba(236, 236, 236, 1);
    border-radius: 5px;
    transition: 0.1s;
    display: block;
    height: 100%;
    position: relative;
}
.block6-5 .article-img {
    max-width: 190px;
}
.block6-5 .article-content {
    padding-right: 40px !important;
    padding-bottom: 25px !important;
}
.block6-5 .article-wrap:hover {
    border: 1px solid rgba(236, 236, 236, 0);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
.block6-5 .article .title-group {
    border-radius: 0 0 5px 5px;
    position: relative;
    background: #fff;
}
.block6-5 .article .article-name {
    text-align: left;
    font-weight: bold;
    font-size: 18px;
    line-height: 23px;
    color: #333;
    margin-bottom: 10px;
    cursor: pointer;
}
.block6-5 .main-text {
    font-weight: normal;
    font-size: 13px;
    line-height: 20px;
    color: #666666;
}
.block6-5 .article {
    margin-bottom: 40px;
}
.block6-5 .article .article-date {
    font-weight: normal;
    font-size: 12px;
    line-height: 23px;
    color: #999;
    margin-bottom: 7px;
}
.block6-5 .article .article-over-title-text {
    text-align: left;
    font-weight: normal;
    font-size: 13px;
    line-height: 20px;
    color: #999;
    margin-bottom: 7px;
}

/* modal style */
.modal6_5 {
    margin: -10px 10px 0;
}

.modal6_5-title {
    font-weight: bold;
    font-size: 38px;
    line-height: 48px;
    color: #333333;
    margin-bottom: 20px;
}

.modal6_5-sale-info {
    margin-bottom: 40px;
    height: 25px;
    vertical-align: center;
    display: flex;
    align-items: center;
}

.modal6_5-sale-tag {
    border-radius: 3px;
    font-weight: bold;
    font-size: 13px;
    line-height: 25px;
    padding: 0 7px;
    background: #FFD600;
    color: #333;
}

.modal6_5-sale-date {
    margin-left: 20px;
    font-size: 13px;
    line-height: 24px;
    color: #777777;
}

.modal6_5-picture {
    margin-bottom: 43px;
}

.modal6_5-picture img {
    width: 100%;
    height: auto;
}

.modal6_5-preview-text {
    margin-bottom: 27px;
    font-weight: normal;
    font-size: 18px;
    line-height: 27px;
    color: #333333;
}

.modal6_5-detail-text {
    margin-bottom: 20px;
    font-weight: normal;
    font-size: 15px;
    line-height: 24px;
    color: #666666;
}

@media (max-width: 575px) {
    .modal6_5 {
        margin: -10px 0 0;
    }

    .modal6_5-title {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .modal6_5-sale-info {
        margin-bottom: 20px;
    }

    .modal6_5-picture {
        margin-bottom: 20px;
    }

    .modal6_5-preview-text {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 20px;
    }

    .modal6_5-detail-text {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 0;
    }
}
