li {
    list-style-type: none;
}
.product{
    padding-top: 100px;
}
/* swiper */
.swiper-slide .item .title {
    font-size: 3.2rem;
    color: #000;
    font-style: italic;
}

.swiper-slide .item .text {
    font-size: 3.2rem;
    margin-top: 0;
    line-height: 4rem;
    color: #000;
    font-style: italic;
}

.swiper-slide .item .sub_text {
    margin-top: 0;
    line-height: 4rem;
    color: #000;
    font-style: italic;
}



.product,
.product-list {
    width: 100%;
    padding: 2rem 20rem;
    box-sizing: border-box;
}

.product-select {
    display: flex;
    padding: 1rem 0rem;
    position: relative;
    cursor: pointer;
}

.product-select:hover .pull-list {
    display: block;
}

.select-icon {
    margin-right: 5rem;
}

.select-pullDown .pull-down {
    font-size: 1.6rem;
}

/* 下拉弹出 */
.pull-list {
    display: none;
    position: absolute;
    top: 77px;
    left: 0;
    padding: 20px 20px 0 20px;
    width: 360px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 0 5px #ccc;
    z-index: 10;
}

.pull-list::after {
    position: absolute;
    top: -6px;
    z-index: 99;
    content: '';
    width: 10px;
    height: 10px;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    transform: rotate(45deg);
    background-color: #fff;
}

.pull-list-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.pull-list-box .li {
    width: 48%;
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
    justify-content: space-between;
}

.pull-list-box .li a {
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    align-items: center;
}

.pull-list-box .li a span {
    margin-left: 1rem;
    font-size: 1.4rem;
    width: 60%;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.pull-list-box .li:nth-child(2n) {
    margin-left: 10px;
}

.select-pullDown .pull-down-item {
    font-size: 1.4rem;
    color: #999999;
    line-height: 2.8rem;
}

.product-select .select-pullDown .pull-down {
    position: relative;
    margin-right: 20px;
}

.product-select .select-pullDown .pull-down::after {
    content: '';
    position: absolute;
    right: -15px;
    top: 30%;
    width: 10px;
    height: 10px;
    border-top: 1px solid #999999;
    border-right: 1px solid #999999;
    transform: rotate(-45deg);
}

.product-select:hover .select-pullDown .pull-down::after {
    content: '';
    position: absolute;
    right: -15px;
    top: 10%;
    width: 10px;
    height: 10px;
    border-top: 1px solid #999999;
    border-right: 1px solid #999999;
    transform: rotate(135deg);
}



.product-type,
.product-type .left,
.product-type .right,
.product-type .left .list-item,
.product-type .right .list-item,
.product-function,
.product-function .left,
.product-function .left .list-item {
    display: flex;
}

.product-type,
.product-function {
    justify-content: space-between;
}

.product-type .left,
.product-type .right {
    width: 50%;
}

.product-type {
    padding: 2rem;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
}

.product-function {
    padding: 2rem;
}

.product-type .left .name,
.product-function .left .name,
.product-type .right .name {
    font-size: 1.4rem;
    color: #999999;
    margin-right: 2rem;
    white-space: nowrap;
}

.list-item-li {
    padding: 4px 8px;
    margin: 0px 5px;
    border-radius: 5px;
    color: #000;
    cursor: pointer;
}

.list-item-li:hover {
    background-color: #df1c28;
    color: #fff;
}

.list-item-li-color {
    background-color: #df1c28;
    color: #fff;
}

/* list */
.product-list {
    padding: 3rem 20rem;
    background-color: #f8f8f8;
}

.product-list .list {
    display: flex;
    flex-wrap: wrap;
}

.product-list .list .item {
    width: 23.5%;
    list-style-type: none;
    background-color: #fff;
    margin-right: 2%;
    margin-bottom: 2%;
    transition: all 1s;
    cursor: pointer;
}

.product-list .list .item:hover {
    transform: scale(1.05);
    transition: all 1s;
    box-shadow: 0 0 10px #ccc;
}

.product-list .list .item:nth-child(4n) {
    margin-right: 0 !important;
}

.product-list .list .item .img {
    width: 100%;
    padding: 30px;
    box-sizing: border-box;
}

.product-list .list .item .img img {
    width: 100%;
}

.product-list .list .item .text {
    padding: 3rem;
}

.product-list .list .item .text p {
    /* text-align: center; */
    font-size: 1.6rem;
    margin-bottom: 10px;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.product-list .list .item .text span {
    font-size: 1.4rem;
    color: #999999;
    text-align: center;
    line-height: 2.2rem;
}

/* 分页 */
.paging {
    text-align: center;
    padding: 5rem 0rem;
}

.paging-page {
    display: flex;
    justify-content: center;
}

.paging-page div {
    height: 3.5rem;
    border: 1px solid #edecec;
    line-height: 3.5rem;
    text-align: center;
    margin-right: 1rem;
    font-size: 1.4rem;
    color: #616060;
}

.paging-page .home:hover,
.paging-page .trailer:hover,
.paging-page .previous-color:hover,
.paging-page .next-color:hover {
    background-color: #df1c28;
    color: #fff;
}

.paging-page .home,
.paging-page .trailer {
    width: 6.5rem;
    cursor: pointer;
}

.paging-page .previous,
.paging-page .page,
.paging-page .next {
    position: relative;
    width: 3.5rem;
    cursor: pointer;
}

.paging-page .page {
    background-color: #df1c28;
    color: #fff;
}

/* 箭头 */

.paging-page .previous::before {
    content: '';
    position: absolute;
    left: 40%;
    top: 28%;
    height: 40%;
    width: 40%;
    border-top: 1px solid #616060;
    border-left: 1px solid #616060;
    transform: rotate(-45deg);
}

.paging-page .next::before {
    content: '';
    position: absolute;
    right: 40%;
    top: 28%;
    height: 40%;
    width: 40%;
    border-top: 1px solid #616060;
    border-right: 1px solid #616060;
    transform: rotate(45deg);
}

.paging-page .previous-color::before {
    content: '';
    position: absolute;
    left: 40%;
    top: 28%;
    height: 40%;
    width: 40%;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    transform: rotate(-45deg);
}

.paging-page .next-color::before {
    content: '';
    position: absolute;
    right: 40%;
    top: 28%;
    height: 40%;
    width: 40%;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
}


@media screen and (max-width:1200px) {
    .product, .product-list {
        padding: 3rem 5rem;
    }

    .product-type {
        flex-direction: column;
        padding: 2rem 0rem;
    }

    .product-function {
        padding: 2rem 0rem;
    }

    .product-type .left,
    .product-type .right {
        width: 100%;
    }

    .product-type .right {
        padding-top: 2rem;
        margin-top: 2rem;
        border-top: 1px solid #eeeeee;
    }

    .product-list .list .item .img {
        padding: 0;
    }

}

@media screen and (max-width:750px) {

    .product{
        padding-top: 0;
    }
    .swiper-slide .item .title {
        font-size: 1.2rem;
        line-height: normal;
    }
    .swiper-slide .item .text{
        font-size: 1rem;
        line-height: normal;
    }
    .swiper-slide .item .sub_text{
        font-size: 1rem;
        line-height: normal;
    }
    .product, .product-list {
        padding: 4rem 1rem;
    }

    .product-list .list .item {
        width: 48.5%;
        list-style-type: none;
        background-color: #fff;
        margin-right: 3%;
        margin-bottom: 3%;
    }

    .product-list .list .item:nth-child(4n) {
        margin-right: 5%;
    }

    .product-list .list .item:nth-child(2n) {
        margin-right: 0 !important;
    }

    .product-type .right .list-item,
    .product-type .left .list-item,
    .product-function .left .list-item {
        display: inline-block;
    }

    .list-item-li {
        display: inline-block;
    }

    .product-type .left .name,
    .product-function .left .name,
    .product-type .right .name {
        margin-right: 0.5rem;

    }

    .product-list .list .item .text {
        padding: 1rem;
    }

    .product-list .list .item .text p {
        font-size: 1.4rem;
    }

    .product-list .list .item .text span {
        font-size: 1.2rem;
    }

    /* 下拉 */
    .pull-list {
        width: 70%;
        padding: 1rem 1rem 0rem;
    }

    .pull-list-box .li:nth-child(2n) {
        margin-left: 8px;
    }
}