body {
    background: #f2f2f2
}

.visual-hidden {
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(0 0 99.9% 99.9%);
    clip-path: inset(0 0 99.9% 99.9%);
    overflow: hidden;
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0
}

.products-list .product-item .product-img img {
    display: block;
    width: 330px;
    height: 330px;
}

section.banner {
    height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

section.banner .text {
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff
}

section.banner .text .logo,
section.banner .text h1.title {
    line-height: 1;
    margin-bottom: 16px
}

section.banner .text .logo img {
    height: 100%;
    display: block
}

section.banner .text h1.title {
    font-size: 40px;
    font-weight: 600
}

section.banner .text p.content {
    font-size: 16px;
    line-height: 24px
}

nav.dui-sidenav {
    padding: 24px 32px;
    background: #fff;
    min-height: 474px
}

nav.dui-sidenav ul.sidenav-menu li {
    padding: 8px 0;
    cursor: pointer
}

nav.dui-sidenav ul.sidenav-menu li a {
    font-size: 16px;
    line-height: 24px;
    color: #303233;
    display: flex;
    align-items: center
}

nav.dui-sidenav ul.sidenav-menu li a span {
    max-width: 200px
}

nav.dui-sidenav ul.sidenav-menu li a i.fa-angle-right {
    display: none;
    margin-left: 16px;
    font-weight: 600
}

nav.dui-sidenav ul.sidenav-menu li.active a span,
nav.dui-sidenav ul.sidenav-menu li:hover a span {
    font-weight: 600
}

nav.dui-sidenav ul.sidenav-menu li.active a i.fa-angle-right {
    display: inline-block
}

.dui-sidenav.fixed-top {
    top: 20px
}

.dui-sidenav.fixed-bottom,
.dui-sidenav.fixed-top {
    position: fixed;
    width: 285px
}

section.products-series {
    padding: 40px 0;
    min-height: 800px
}

.products-list .product-item {
    background: #fff;
    transition: all .3s ease;
    margin-bottom: 20px;
    height: calc(100% - 20px);
    padding-bottom: 78px;
    position: relative
}

.products-list .product-item:hover {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1)
}

.products-list .product-item .product-content {
    padding: 6px 32px 0
}

.products-list .product-item .product-content .title {
    color: #303233;
    font-size: 24px;
    min-height: 24px;
    margin-bottom: 16px;
    line-height: 1
}

.products-list .product-item .product-content .content {
    color: #303233;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 32px;
    width: 373.5px;
    height: 144px;
    min-height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /*autoprefixer: off;*/
    /*autoprefixer: on;*/
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    /* word-break:break-all; */
}

.products-list .product-item .product-content .action {
    line-height: 1;
    height: 46px;
    position: absolute;
    bottom: 32px;
    left: 32px
}

.products-list .product-item .product-content .action .dui-btn-primary {
    margin-right: 32px
}

.products-list .product-item .product-img {
    padding: 0;
    width: 100%;
    height: 330px;
    overflow: hidden;
    display: flex;
    justify-content: space-around;
    align-items: center;
}