.productlist-banner {
    width: 100%;
    position: relative;
}

.productlist-banner img {
    width: 100%;
}

.productlist-banner-title {
    font-size: 3.75rem;
    color: rgba(255, 255, 255, 1);
    position: absolute;
    top: 50%;
    left: 50%;
    width: 34.375rem;
    text-align: center;
    margin-left: -17.188rem;
    margin-top: -3.5rem;
    text-shadow: 5px 5px 5px rgba(219, 130, 52, 0.1);
}

.productlist-banner-subtitle {
    font-size: 2rem;
    color: rgba(255, 255, 255, 0.6);
    position: absolute;
    top: 50%;
    left: 50%;
    width: 34.375rem;
    text-align: center;
    margin-left: -17.188rem;
    margin-top: 3.125rem;
    text-shadow: 5px 5px 5px rgba(219, 130, 52, 0.1);
}

.productlist-base,
.productlist-smart,
.productlist-system {
    width: 87.5rem;
    margin: 0 auto;
    margin-top: 5rem;
}

.productlist-title {
    font-size: 2rem;
    font-weight: bold;
    color: #333333;
    line-height: 2.81rem;
    text-align: center;
}

.productlist-title::after {
    content: "";
    width: 2.188rem;
    height: 0.25rem;
    background-color: #0193de;
    display: block;
    position: relative;
    left: 50%;
    margin-left: -1.125rem;
    bottom: -1.25rem;
}

.productlist-nav {
    width: 100%;
    margin-top: 3.75rem;
    display: flex;
}

.productlist-nav div {
    width: 13rem;
    height: 4.125rem;
    border: 1px solid #999999;
    font-size: 1.5rem;
    color: #666666;
    text-align: center;
    line-height: 4.125rem;
    cursor: pointer;
    flex-shrink: 0;
    margin-right: 2.5rem;
    transition: background-color .2s cubic-bezier(0.65, 0.05, 0.36, 1);
    -webkit-transition: background-color .2s cubic-bezier(0.65, 0.05, 0.36, 1);
    -moz-transition: background-color .2s cubic-bezier(0.65, 0.05, 0.36, 1);
    -ms-transition: background-color .2s cubic-bezier(0.65, 0.05, 0.36, 1);
    -o-transition: background-color .2s cubic-bezier(0.65, 0.05, 0.36, 1);
}

.productlist-nav-this {
    background-color: #0193de;
    border: 1px solid #0193de !important;
    color: #ffffff !important;
    font-size: 1.75rem;
    box-shadow: 0px 0.313rem 0.938rem 0px rgba(219, 130, 52, 0.1);
}

.productlist-base-list,
.productlist-smart-list {
    width: 100%;
    margin-top: 2.38rem;
    display: none;
    overflow: hidden;
}

div.productlist-base-list:nth-of-type(3) {
    display: block;
}

.productlist-item {
    float: left;
    width: 27.875rem;
    height: 28.25rem;
    margin: 0 0.7rem 2.5rem 0.7rem;
}

.productlist-item a {
    display: block;
}

.productlist-item:hover {
    box-shadow: 0rem 0rem 1rem 0rem rgba(51, 51, 51, 0.4);
    /*cursor: pointer;*/
    transition: box-shadow .2s cubic-bezier(0.65, 0.05, 0.36, 1);
    -webkit-transition: box-shadow .2s cubic-bezier(0.65, 0.05, 0.36, 1);
    -moz-transition: box-shadow .2s cubic-bezier(0.65, 0.05, 0.36, 1);
    -ms-transition: box-shadow .2s cubic-bezier(0.65, 0.05, 0.36, 1);
    -o-transition: box-shadow .2s cubic-bezier(0.65, 0.05, 0.36, 1);
}

.productlist-item:nth-of-type(3n) {
    margin-right: 0;
}

.productlist-item img {
    width: 27.875rem;
    height: 20.875rem;
}

.productlist-item-title {
    width: 100%;
    font-size: 1.5rem;
    font-weight: bold;
    color: #333333;
    line-height: 2.81rem;
    text-align: center;
}

.productlist-item-intro {
    width: 27.875rem;
    height: 4.25rem;
    font-size: 1rem;
    color: #666666;
    line-height: 1.5rem;
    text-align: center;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0 2rem;
}

.productlist-smart {
    margin-top: 2rem;
}

.productlist-smart .productlist-smart-list {
    display: block;
}

.productlist-system {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    overflow: hidden;
}

.productlist-system-box {
    margin-top: 3.75rem;
}

.productlist-system-item-title {
    font-size: 1.5rem;
    font-family: microsoft yahei;
    font-weight: bold;
    color: #333333;
    line-height: 2.813rem;
    margin-top: 0.625rem;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.productlist-system-item-intro {
    font-size: 1rem;
    font-family: microsoft yahei;
    font-weight: 400;
    color: #666666;
    line-height: 1.5rem;
}

.productlist-system .productlist-item:hover {
    box-shadow: none;
    cursor: default;
}