.index_body {
    background-color: rgb(245, 245, 245);
    width: 450px;
}

.goods_list {
    width: 100%;
    margin-top: 5px;
}

.goods_box {
    width: 46%;
    display: inline-block;
    justify-content: center;
    align-items: center;
    margin-left: 1.5%;
    margin-right: 1.5%;
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: white;
    border-radius: 30%;
}

.goods_title {
    font-size: 12px;
    text-align: center;
    height: 32px;
}

.goods_price {
    color: #ff6700;
    display: inline-block;
    margin-left: 15%;
}

.goods_del_price {
    color: wheat;
    display: inline-block;
}

.search_word button {

    float: right;
    width: 35px;
    height: 35px;
    overflow: hidden;
    border: none;
    background-color: transparent;
}

.goods_img{
    width: 150px;
    height: 180px;
    border-radius: 20%;
}

.banner_img{
    /* width: 100px !important; */
    height: 260px !important;
    text-align: center;
    margin: 0 auto;
}

.header-color{
    background-color: blueviolet;
}