.detail {
    margin-top: 10px;
}

.detail img {
    margin: 0 auto;
    max-width: 100%;
}

.detail p {
    line-height: 30px;
    margin-top: 10px;
}

.article-allsee {
    padding-top: 15px;
}

.article-allsee .title {
    height: 19px;
}

.article-allsee .title span {
    float: left;
    line-height: 1;
    font-size: 18px;
    color: #191919;
}

.article-allsee .title .ln {
    float: left;
    margin-right: 12px;
    width: 4px;
    height: 19px;
    border-radius: 2px;
    background: #fdd000;
}

.product {
    margin-top: 15px;
}

.product .item {
    margin-bottom: 10px;
}

.product .col-4 {
    padding: 0 6px;
}

.product img {
    width: 100%;
}

.product a {
    text-decoration: none;
}

.product .title {
    font-size: 0.89rem;
    color: #000;
    text-align: center;
}

.tags {
    margin-top: 10px
}

.tags a {
    display: inline-block;
    color: #53b9af;
    background: #f9f9f9;
    border-radius: 10px;
    padding: 0 8px;
    margin-right: 4px;
    font-size: 12px;
    line-height: 24px;
    text-decoration: none;
}

.tags a:hover {
    color: #47c4b8;
}