.carousel-box {
    /* width: 1200px; */
    /* margin: 0 auto; */
}

.el-carousel__item h3 {
    color: #475669;
    font-size: 18px;
    opacity: 0.75;
    line-height: 300px;
    margin: 0;
}

/* 第一个轮播项 */
.el-carousel__item:nth-child(2n) {
    background-image: url(../image/banner-1.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* 第二个轮播项 */
.el-carousel__item:nth-child(2n+1) {
    background-image: url(../image/banner-2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* 第三个轮播项 */
.el-carousel__item:nth-child(3) {
    background-image: url(../image/banner-3.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.title-box {
    max-width: 1200px;
    margin: 0 auto;
}

.title-box h2 {
    font-size: 26px;
    text-align: center;
    padding: 60px 0 60px;
}

.tool-line {
    display: inline-block;
    width: 1px;
    height: 10px;
    background: #ccc;
    margin: 0 10px;
}

.list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 -10px;
    /* 负边距抵消项目的外边距 */
    /* justify-content: space-between; */
    /* flex-wrap: wrap; */
    /* display: grid; */
    /* grid-template-columns: repeat(3, 1fr); */
    /* grid-gap: 20px; */
    /* width: 100%; */
}

.item {
    border-radius: 10px;
    border: 1px solid #F3F3F8;
    margin-bottom: 15px;
    cursor: pointer;
    /* width: 28%; */
    /* margin: 0px 18px 14px 0px; */
    width: calc(33.333% - 20px);
    margin: 0 10px 20px 10px;
    box-sizing: border-box;
}

.item-img {
    /* background-color: #F3F3F8; */
    /* padding: 25px; */
}

.item-img img {
    /* width: 380px;
    height: 390px; */
    width: 100%;
    height: 390px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.item-img img:hover {
    transform: scale(1.05);
}

.search-box-right {
    /* margin-left: 100px; */
    display: flex;
    align-items: center;
}


.title {
    padding: 16px;
    font-size: 16px;
    color: #000;
}

.price {
    padding: 0 16px 16px;
    font-size: 22px;
    color: #f33818;
    font-weight: 700;
}

.search-box {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    justify-content: space-around;
    padding-bottom: 20px;
}

.flex img {
    width: 54px;
}

.flex h4 {
    font-size: 30px;
}

.shopping-cart {
    border: 1px solid #cfcfd8;
    padding: 6px 10px;
    margin-left: 20px;
    border-radius: 4px;
    cursor: pointer;
}

.el-icon {
    color: #f33818;
}

.el-input {
    width: 260px;
}

.el-input__inner {
    /* width: 200px; */
    height: 40px;
}

.search-btn {
    padding: 12px 20px !important;
    background: #f33818 !important;
    color: #fff !important;
}

.el-button {
    padding: 18px 20px;
}

/* .carousel-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 240px;
} */

/* .carousel-text {
    width: 20%;
} */

/* .carousel-img {
    width: 430px;
    height: 360px;
} */

.el-carousel__container {
    height: 800px;
}

.el-button {
    padding: 10px 20px;
    /* background: #000; */
    /* color: #fff !important; */
}


@media (max-width:1200px) {
    .item {
        width: calc(22% - -11px);
        border: none;
        margin: 0 10px 0px 10px;
    }

    .item-img img {
        height: 220px; 
    }

    .el-main {
        padding: 0 0 0 20px;
    }

    /* .header-title {
        width: 100%;
        padding: 0 20px;
    }

    .title-box {
        width: 100%;
    }

    .item-img img {
        height: 300px;
    }

    .eve-row2-wrapper {
        width: 100%;
        padding: 0 20px;
    } */
}