.view-box {
    width: 100%;
    /*height: 100%;*/
    background: #f7f7f5;
}

.box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 64%;
    margin: 0 auto;
}

.wtitle {
    width: 261px;
    height: 35px;
    margin-top: 82px;
    margin-bottom: 82px;
}

.typebox {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 90px;
}

.Wzuo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 40px;
    background: #ffffff;
    border-radius: 2px;
    border: 1px solid #eaeaea;
    margin-right: 36px;
}

.Wzuo img,
.Wyou img {
    width: 25px;
    height: 30px;
}

.Wyou {
    margin-left: 36px;
    transform: rotate(180deg);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 40px;
    background: #108cda;
    border-radius: 2px;
}

.typetext {
    /*width: 599px;*/
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.typetext:last-child {
    margin-right: 0;
}

.type-item,
.type-itemavt {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 88px;
    height: 40px;
    border-radius: 63px;
    cursor: pointer;
    margin-right: 10px;
}

.type-item {
    background: #e5e5e5;
    color: #333;
}

.type-itemavt {
    background: #108cda;
    color: #ffffff;
    margin-right: 10px;
}

.search {
    position: relative;
    display: flex;
    align-items: center;
    width: 651px;
    height: 60px;
    background: #ffffff;
    border-radius: 278px;
    margin-bottom: 63px;
    box-sizing: border-box;
    position: relative;
}

.search input {
    margin-left: 20px;
    height: 60px;
    width: 601px;
    border: none;
    font-weight: 400;
    font-size: 14px;
    color: #808180;
    outline: none;
}
/* .search .res_list {
    border: 1px red solid;
} */

.Wsearch {
    position: absolute;
    width: 54px;
    height: 54px;
    right: 0;
}

.hssds {
    width: 1200px;
}

.day-text {
    margin-bottom: 30px;
    text-align: left;
    display: flex;
    align-items: center;
}

.day-moty {
    font-weight: 700;
    font-size: 24px;
    color: #108cda;
    margin-right: 8px;
}

.results {
    font-weight: 700;
    font-size: 24px;
}

.itemgoods {
    width: 1200px;
    /*height: 455px;*/
    display: flex;
}

.goods {
    width: 288px;
    height: 455px;
    background: #ffffff;
    border-radius: 20px;
    margin-right: 16px;
}

.goods:last-child {
    margin-right: 0;
}

.goodsimg {
    width: 288px;
    height: 288px;
    border-radius: 20px;
    margin-bottom: 14px;
}

.titlename {
    text-align: left;
    padding: 0 25px;
    font-weight: 400;
    font-size: 16px;
    color: #3c3e42;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin-bottom: 5px;
}

.titlejsdg {
    text-align: left;
    width: 288px;
    /*height: 60px;*/
    padding: 0 25px;
    font-weight: 400;
    font-size: 14px;
    color: #808180;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.shop-box {
    display: flex;
    align-items: center;
    margin-top: 9px;
    padding: 0 25px;
}

.shop-box img {
    width: 30px;
    height: 30px;
    border-radius: 15px;
    margin-right: 11px;
}

.shopname {
    font-weight: 400;
    font-size: 12px;
    color: #3c3e42;
    line-height: 17px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.shopbqbox {
    position: relative;
}

.shopbq {
    z-index: 2;
    position: absolute;
    top: 16px;
    left: 20px;
    width: 138px;
    height: 34px;
    line-height: 34px;
    color: #ffffff;
    background: #108cda;
    border-radius: 7px;
    white-space: nowrap;
    box-sizing: border-box;
    padding: 0 10px;
    overflow: hidden;
    /* 文字超出隐藏 */
    text-overflow: ellipsis;
}

.pagination {
    margin-top: 38px;
    margin-bottom: 34px;
    display: flex;
    align-items: center;
}

.pagination-btn,
.pagination-ellipsis {
    margin-right: 13px;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 14px;
    user-select: none;
}

.pagination-btn {
    border: 1px solid #d1d5db;
    background-color: white;
    color: #374151;
    cursor: default;
}

.pagination-btn.active {
    background-color: #3b82f6;
    color: white;
    border-color: #3b82f6;
}

.bosw {
    width: 80px;
    height: 40px;
    font-size: 16px;
}

.pagination-ellipsis {
    color: #9ca3af;
    display: inline-block;
}

.pages_box {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding-bottom: 50px;
    margin-top: 50px;
}

.pages_box .pages_start,
.pages_box .pages_item {
    margin-right: 20px;
    padding: 10px 20px;
    border: 1px #e5e5e5 solid;
    background-color: #fff;
    border-radius: 10px;
}

.pages_box .pages_end {
    padding: 10px 20px;
    border: 1px #e5e5e5 solid;
    background-color: #fff;
    border-radius: 10px;
}

.notitle {
    width: 1200px;
    font-size: 20px;
    color: #999999;
    margin: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
