body {
    background: #f8f8f8;
}

.banner-container {
    background-image: url(/images/banner_seller.jpg?v=20250429165117);
}

.banner-left {
    width: 500px;
}

.main-leftmenu-list-item {
    padding: 0 20px 0 50px;
}

.main-leftmenu-list-item.on .main-leftmenu-list-title {
    border: none;
    padding-bottom: 0;
}

.main-leftmenu-list-item.on {
    position: relative;
}

.main-leftmenu-list-item.on:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 25px;
    width: 10px;
    height: 10px;
    background: #F3BF4A;
    border-radius: 10px;
}

.main-leftmenu .sub-title {
    margin-left: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.main-leftmenu .sub-title:after {
    display: none;
}

.main-leftmenu .sub-title .line {
    height: 1px;
    background: #F3BF4A;
    width: 100%;
    margin-left: 15px;
}

.main-leftmenu .tab-list {
    padding-left: 50px;
}

#sort {
    position: relative;
    color: #737373;
    margin-top: 50px;
}

#sort li {
    display: inline-block;
    padding-right: 40px;
    font-size: 18px;
    cursor: pointer;
    position: relative;
    z-index: 1;
    background: #fff;
}

#sort li.on {
    color: #060879;
    font-weight: 700;
}

#sort:after {
    content: "";
    width: 100%;
    box-sizing: border-box;
    position: absolute;
    height: 1px;
    background: #F3BF4A;
    left: 0;
    top: 50%;
    margin-left: -0.5px;
}

.item {
    margin-top: auto;
    overflow: hidden;
    padding: 30px 0 20px;
    box-sizing: border-box;
}

.item .img-wrap {
    float: left;
    width: 230px;
    height: 130px;
    border-radius: 15px;
    border: 1px solid #F3BF4A;
    overflow: hidden;
    background: #fafafa;
    text-align: center;
}

.item .img-wrap img {
    display: block;
    width: 100%;
    /* height: 100%; */
    transform: translateY(-50%);
    position: relative;
    top: 50%;
}

.item .btn {
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #fff;
    border: 1px solid #F3BF4A;
    border-radius: 40px;
    font-size: 14px;
    color: #060879;
    position: relative;
    margin-top: 20px;
    display: inline-block;
    font-weight: 700;
}

.item .btn:hover {
    background: #060879;
    color: #fff;
}

.item .btn .iconfont {
    color: #F3BF4A;
    margin-left: 5px;
    font-size: 14px;
}

.item .item-info {
    padding: 0 0 0 250px;
}

.item .title {
    color: #060879;
    font-size: 15px;
    font-weight: bold;
}

.item .time {
    float: right;
    color: #737373;
    margin-top: 36px;
}

/*移动端*/
@media screen and (min-width: 320px) and (max-width: 640px) {
    body {
        background: #f8f8f8;
    }

    .banner-left {
        width: 80%;
        bottom: -88px;
        padding: 15px 0;
        background: #f8f8f8;
    }

    .menu-wrap {
        padding: 105px 3vw 20px;
        height: auto;
        background: #f8f8f8;
        margin: 0;
    }

    .main-content {
        padding: 20px 3vw 6vw;
        margin: 3vw 0 8vw 8vw;
        min-height: 200px !important;
        border-radius: 15px;
    }

    .main {
        margin: 0 auto;
        padding: 0;
    }

    .item .img-wrap {
        width: 120px;
        max-height: 80px;
        border-radius: 10px;
    }

    .item .item-info {
        padding-left: 140px;
    }

    .item .desc {
        font-size: 3vw;
    }

    .item .btn {
        height: 26px;
        line-height: 26px;
        font-size: 2.6vw;
        padding: 0 10px;
        margin-top: 10px;
    }

    .item .btn .iconfont {
        font-size: 2.6vw;
    }

    .item {
        padding: 4vw 0 0 0;
    }

    .item-wrap {
        padding-bottom: 0;
    }

    .item .time {
        margin-top: 17px;
    }

    .item .title {
        font-size: 3vw;
        line-height: 1.5em;
        max-height: 4.5em;
        overflow: hidden;
    }

    #sort li {
        font-size: 4vw;
        padding-right: 30px;
    }
}