.information-title {
    font-size: 24px;
    margin-bottom: 4px;
}

.information-content {
    width: 100%;
    padding: 0 32px;
    font-size: 14px;
    line-height: 20px;
}

.left-aside {
    display: none;
}

.information-main {
    padding: 0 16px;
    padding-top: 16px;
}
.menu-container {
    margin-bottom: 12px;
}
.header-nav {
    margin: 16px 0;
    flex-wrap: wrap;
}

.menu-first-item {
    font-size: 18px;
    line-height: 24px;
    height: 24px;
    padding-right: 32px;
    background-position: right 12px center;
    margin-right: 16px;
}

.menu-item {
    margin-right: 16px;
    font-size: 14px;
}

.menu-item:last-child {
    margin: 0;
}

.information-item {
    flex-direction: column;
}

.information-item .information-img {
    width: 100%;
    flex: unset;
    margin: 0;
}

.information-detail {
    padding: 0;
}

.detail-title {
    font-size: 18px;
    line-height: 24px;
    margin: 16px 0 8px;
}

.detail-description {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 4px;
}

a.information-more {
    font-size: 14px;
    padding-right: 16px;
}

.header-nav .nav-item {
    border-bottom: none;
    display: flex;
    align-items: center;
}

h2.article {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 12px;
}


.sub-item {
    margin-bottom: 12px;
}


.article-content>img {
    width: 100%;
}

.article-content {
    line-height: 22px;
}

.article-product {
    padding: 0;
    margin-bottom: 6px;
}

.product-title {
    margin: 0;
}

.article-product-list {
    flex: 1;
    margin-left: 16px;
}

.product-item {
    width: calc(100% - 24px);
    margin: 0;
}