.camppackcontent{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}



.pagebox{
    padding: 5px;
    height: 10px;
    margin-left: 5px;
    margin-right: 5px;
    background-color: #ffffff;
    color:black;
    cursor:pointer;
}

.pageboxavtive{
    background-color: #ffe17e;
}

.tableformatbottomcenter{
    left: 45%;
    top: 50%;
    transform:translate(-50%,-50%);
    position: absolute;
    margin: auto;
}

.goods{
    width: 180px;
    float: left;
    display:flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 10px;
    margin-top: 20px;
}
.goods>img{
    width: 180px;
    height: 120px;
    margin: 10px 0px;
}
.goods_name{
    margin-left: 15px;
    width: 150px;
    background-color:rgb(13, 13, 11);
    text-align: center;
    height: 26px;
    font-weight: 700;
    font-size: 14px;
    color: black;
    line-height: 22px;
    border-radius:200px;
}




.serach{
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.serachtext{
    outline: none;
    width: 50%;
    height: 25px;
    padding-left: 10px;
}
.serachbutton{
    background-color: #ffffff;
    margin-left: 5px;
    border: none;
    outline: none;
    width: 80px;
    height: 24px;
    margin-left: 20px;
    border-radius: 200px;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
    float: none;
}


.CampsitShowListButton {
    height: 25px;
}

.CampsitShowListButton > span {
    height: 25px;
    width: 130px;
    color: black;
    background-color: #ffffff;
    border-radius: 20px;
    display: block;
    float: left;
    text-align: center;
    margin: 0px 0px 0px 15px;
}
