.banner {
    width: 100%;
    height: 579px;
}

.wrap {
    background-color: #f8fafa;
}

.el-topnav {
    display: flex;
    justify-content: center; /* 水平居中所有子元素 */
}
/* .app .con-main-wrap {
    margin: 0 10px;
    padding: 0 50px;
} */
.wai {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}

.wai .con-main-wrap {
    padding: 0;
    width: 1280px;
    /* background-color: red; */
}

.element-wrap {
    background-color: #f8fafa;
}

.select-wrap {
    position: relative;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.select-wrap::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.select-wrap {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.select-item {
    font-size: 22px;
    color: #393939;
    cursor: pointer;
    line-height: 70px;
    height: 70px;
    text-align: center;
    list-style-type: none;
    padding: 0 20px;
}

.select-item:hover {
    color: #447f64;
}

.select-list {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 80%;
}

.active {
    position: relative;
    color: #447f64;
}

.active::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 84px;
    height: 5px;
    background-color: #447f64;
}

.element-wrap .goods-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
}

.goods-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 401px;
    background: #ffffff;
    margin-bottom: 20px;
    padding: 10px;
    border: 1px solid transparent;
    transition: 0.5s ease;
    cursor: pointer;
    box-shadow: 2px 2px 3px rgba(102, 102, 102, 0.1);
}

.goods-item:hover {
    /* transform: scale(1.1); */
    border: 1px solid #447f64;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.goods-item .top-img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 389px;
    height: 312px;
    overflow: hidden;

}

.top-img img {
    max-width: 100%;
    max-height: 100%;
    transition: all 1s;
}

.top-img img:hover {
    transform:scale(1.1); 
    transition: all 1s;

}

.bottom {
    width: 389px;
    height: 53px;
    line-height: 53px;
    color: #fff;
    background-color: #447f64;
    text-align: center;
}

.custom-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 2em;
    color: #fff;
    z-index: 1;
}

.wai .el-carousel__arrow {
    display: none;
}

.left-nav,
.right-nav {
    position: absolute;
    z-index: 3;
    top: 50%;
    transform: translateY(-50%);
}

.left-nav {
    left: 10px;
    cursor: pointer;
}

.right-nav {
    right: 10px;
    cursor: pointer;
}

.fenye {
    padding: 20px 0 30px;

    gap: 38px;
}

.fenye .btn {
    width: 84px;
    height: 38px;
    line-height: 38px;
    background: #e1e6ef;
    border-radius: 5px;
    border: 1px solid #d6dbe5;
    font-family: PingFang SC;
    font-size: 16px;
    color: #434549;
    text-align: center;
}

.fenye .item {
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    cursor: pointer;
}

.actives {
    color: #fff;
    background-color: #447f64;
}

.btn {
    cursor: pointer;
}

.btn:hover {
    color: #447f64;
}