.all-sort-list {
    position: relative;
    float: left;
    width: 228px;
    border-top: none;
    background: #000;
    height: 100%;
}

.all-sort-list .item {
    height: 49px;
    border-top: 1px solid #FFFFFF;
}

.all-sort-list .item.bo {
    border-top: none;
}

.all-sort-list .item h3 {
    height: 30px;
    line-height: 45px;
    font-size: 15px;
    font-weight: normal;
    width: 199px;
    overflow: hidden;
}

.all-sort-list .item span {
    padding: 0px 5px;
    color: #1baeae;
    font-family: "\5B8B\4F53";
}

.all-sort-list .item a {
    color: #fff;
    text-decoration: none;
}

.all-sort-list .item a:hover {
    font-weight: bold;
    color: #1baeae;
}

.all-sort-list .item-list {
    display: none;
    position: absolute;
    width: 495px;
    min-height: 200px;
    _height: 200px;
    background: #FFF;
    left: 210px;
    box-shadow: 0px 0px 10px #DDDDDD;
    border: 1px solid #DDD;
    top: 3px;
    z-index: 10;
}

.item-list .subitem {
    float: left;
    width: 477px;
    padding: 0px 4px 0px 8px;
}

.item-list .subitem dl {
    border-top: 1px solid #EEE;
    padding: 6px 0px;
    overflow: hidden;
    zoom: 1;
}

.item-list .subitem .fore1 {
    border-top: none;
}

.item-list .subitem dt {
    float: left;
    width: 84px;
    line-height: 20px;
    text-align: left;
    padding: 3px 6px 0px 0px;
    font-weight: 700;
    color: #1baeae;
}

.item-list .subitem dt a {
    color: #1baeae;
    text-decoration: underline;
}

.item-list .subitem dd {
    float: left;
    width: 415px;
    padding: 3px 0px 0px;
    overflow: hidden;
}

.item-list .subitem dd em {
    float: left;
    height: 14px;
    line-height: 14px;
    padding: 0px 8px;
    margin-top: 5px;
    border-left: 1px solid #CCC;
}

.item-list .subitem dd em a, .item-list .cat-right dd a {
    color: #666;
    text-decoration: none;
}

.item-list .subitem dd em a:hover, .item-list .cat-right dd a:hover {
    font-weight: normal;
    text-decoration: underline;
}

#content {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}

#content #banner {
    width: 1226px;
    flex-shrink: 0;
    height: 447px;
}

#content #banner #cate_menu {
    width: 234px;
    height: 100%;
    background-color: #0c0c13;
    box-sizing: border-box;
    position: relative;
}

#content #banner #cate_menu > ul {
    position: relative;
    padding: 20px 0;
}

#content #banner #cate_menu > ul:hover li:last-of-type {
    display: block;
}

#content #banner #cate_menu > ul > li {
    display: flex;
    align-items: center;
    height: 40px;
    padding: 0 30px;
    font-size: 14px;
}

#content #banner #cate_menu > ul > li:last-of-type {
    display: none;
    padding: 0;
    width: 800px;
    height: 461px;
    z-index: 2;
    position: absolute;
    left: 100%;
    top: 0;
}

#content #banner #cate_menu > ul > li:hover {
    background-color: #1baeae;
}

#content #banner #cate_menu > ul > li a {
    color: #fff;
    margin-left: 10px;
}

#content #banner #cate_menu > ul > li .pop {
    box-shadow: 2px 3px 5px #ccc;
    width: 800px;
    height: 461px;
    background-color: #fff;
    padding: 20px 0 0 20px;
    font-size: 12px;
    box-sizing: border-box;
}

#content #banner #cate_menu > ul > li .pop > li {
    margin-bottom: 10px;
    white-space: nowrap;
}

#content #banner #cate_menu > ul > li .pop > li .title {
    float: left;
    width: 70px;
    height: 20px;
    line-height: 20px;
    font-weight: bold;
}

#content #banner #cate_menu > ul > li .pop > li .title .iconfont {
    font-size: 12px;
}

#content #banner #cate_menu > ul > li .pop > li .list {
    float: left;
    max-width: 700px;
}

#content #banner #cate_menu > ul > li .pop > li .list li {
    float: left;
    margin-top: 2px;
    margin-bottom: 5px;
}

#content #banner #cate_menu > ul > li .pop > li .list li a {
    display: block;
    height: 16px;
    margin-left: 0;
    line-height: 16px;
    white-space: nowrap;
    padding: 0 10px;
    text-align: center;
    color: #666;
    border-left: 1px solid #e0e0e0;
}

#content #banner #cate_menu > ul > li .pop > li .list li a:hover {
    color: #1baeae;
}

#content #banner .swiper-container {
    width: 998px;
    height: 100%;
}

#content #banner .swiper-container .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
}

#content #sub_banner {
    width: 1226px;
    flex-shrink: 0;
    margin-top: 26px;
}

#content #sub_banner .section-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 18px;
}

#content #sub_banner .section-head h2 {
    margin: 0;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.2;
}

#content #sub_banner .section-head .section-subtitle {
    margin: 8px 0 0;
    font-size: 14px;
    color: #999;
}

#content #sub_banner .sub-banner-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

#content #sub_banner .selector {
    width: 234px;
    height: 100%;
}

#content #sub_banner .selector .sidebar {
    float: left;
    display: block;
    width: 78px;
    height: 85px;
}

#content #sub_banner .selector .sidebar img {
    opacity: 0.8;
}

#content #sub_banner .selector .sidebar img:hover {
    opacity: 1;
}

#content #sub_banner .hot-image {
    width: auto;
    height: 295px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 16px 34px rgba(15, 39, 70, 0.10);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

#content #sub_banner .hot-image a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

#content #sub_banner .hot-image a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

#content #sub_banner .hot-image:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 44px rgba(15, 39, 70, 0.16);
}

#content #sub_banner .hot-image:hover a img {
    transform: scale(1.06);
}

#content #sub_banner .hot-image a:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(6, 18, 35, 0.05) 12%, rgba(6, 18, 35, 0.78) 100%);
    z-index: 1;
}

#content #sub_banner .hot-image-info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 22px 20px 20px;
    color: #fff;
}

#content #sub_banner .hot-image-info .hot-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 48px;
    height: 24px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
    font-size: 12px;
    backdrop-filter: blur(8px);
}

#content #sub_banner .hot-image-info .hot-name {
    margin: 14px 0 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

#content #sub_banner .hot-image-info .hot-intro {
    margin: 8px 0 0;
    font-size: 13px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.82);
    min-height: 40px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

#content #sub_banner .hot-image-info .hot-price {
    margin: 14px 0 0;
    font-size: 22px;
    font-weight: 600;
}

#content #flash {
    width: 1226px;
    flex-shrink: 0;
    margin-top: 28px;
}

#content #flash .section-head,
#content #recommend .section-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 18px;
}

#content #flash .section-head h2,
#content #recommend .section-head h2 {
    margin: 0;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.2;
}

#content #flash .section-head .section-subtitle,
#content #recommend .section-head .section-subtitle {
    margin: 8px 0 0;
    font-size: 14px;
    color: #999;
}

#content #flash ul {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
}

#content #flash ul li {
    width: auto;
    height: 360px;
    background-color: #fff;
    border: 1px solid #eceff3;
    border-top: 3px solid #1baeae;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 16px 36px rgba(15, 39, 70, 0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

#content #flash ul li:nth-child(2) {
    border-top-color: #52b788;
}

#content #flash ul li:nth-child(3) {
    border-top-color: #4f6df5;
}

#content #flash ul li:nth-child(4) {
    border-top-color: #ff7b54;
}

#content #flash ul li:nth-child(5) {
    border-top-color: #f2a541;
}

#content #flash ul li a {
    display: flex;
    flex-direction: column;
    height: 100%;
    font-size: 14px;
    text-align: left;
    color: #333;
}

#content #flash ul li a .flash-thumb {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 210px;
    margin: 18px 18px 0;
    border-radius: 14px;
    background: linear-gradient(180deg, #f7fafc 0%, #eef3f8 100%);
}

#content #flash ul li a img {
    width: 168px;
    height: 168px;
    object-fit: cover;
    transition: transform 0.25s ease;
}

#content #flash ul li a .flash-content {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 18px 20px 20px;
}

#content #flash ul li a .flash-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 22px;
    border-radius: 999px;
    background: rgba(27, 174, 174, 0.12);
    color: #1baeae;
    font-size: 12px;
    font-weight: 600;
}

#content #flash ul li a .name {
    margin: 14px 0 0;
    font-size: 16px;
    line-height: 24px;
    color: #222;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

#content #flash ul li a .discount {
    margin: 10px 0 0;
    font-size: 13px;
    color: #8d97a6;
    line-height: 21px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

#content #flash ul li a .item_price {
    margin-top: auto;
    padding-top: 18px;
    font-size: 20px;
    font-weight: 600;
    color: #1baeae;
}

#content #flash ul li:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 38px rgba(15, 39, 70, 0.12);
}

#content #flash ul li:hover img {
    transform: scale(1.04);
}

#content #flash .time {
    background-color: #f1eded;
}

#content #flash .time .name {
    margin-top: 53px;
    font-size: 21px;
    color: #ef3a3b;
}

#content #flash .time img {
    width: 34px;
    height: 53px;
}

#content #flash .time .text {
    font-size: 15px;
    color: rgba(0, 0, 0, 0.54);
}

#content #flash .time .flashTime {
    margin: 28px 33px 0;
    color: #fff;
    font-size: 24px;
    line-height: 46px;
    display: flex;
    justify-content: center;
}

#content #flash .time .flashTime .box {
    width: 46px;
    height: 46px;
    background-color: #605751;
}

#content #flash .time .flashTime .dosh {
    height: 46px;
    font-size: 28px;
    color: #605751;
}

#content #recommend {
    width: 1226px;
    position: relative;
    flex-shrink: 0;
    margin-top: 34px;
}

#content #recommend .more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 110px;
    height: 40px;
    padding: 0 18px;
    border-radius: 999px;
    background: #fff;
    color: #1baeae;
    box-shadow: 0 10px 24px rgba(15, 39, 70, 0.08);
}

#content #recommend .more:hover {
    background: #1baeae;
    color: #fff;
}

#content #recommend ul {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px 14px;
}

#content #recommend ul li {
    width: auto;
    height: 340px;
    background-color: #fff;
    border: 1px solid #edf0f4;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 14px 30px rgba(15, 39, 70, 0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

#content #recommend ul li:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 42px rgba(15, 39, 70, 0.13);
}

#content #recommend ul li:hover .comment {
    transform: translateY(0);
}

#content #recommend ul li a {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    font-size: 14px;
    text-align: left;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    color: #333;
    box-sizing: border-box;
    padding: 18px 18px 16px;
}

#content #recommend ul li a .info {
    align-self: flex-start;
    max-width: 104px;
    height: 24px;
    padding: 0 12px;
    text-align: center;
    line-height: 24px;
    color: #fff;
    font-size: 12px;
    border-radius: 999px;
}

#content #recommend ul li a .new {
    background-color: #83c44e;
}

#content #recommend ul li a .discount {
    background: linear-gradient(90deg, #ff6b6b 0%, #ff8f5a 100%);
}

#content #recommend ul li a .recommend-thumb {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 170px;
    margin-top: 14px;
    border-radius: 16px;
    background: linear-gradient(180deg, #f8fafc 0%, #edf3f7 100%);
}

#content #recommend ul li a img {
    width: 160px;
    height: 160px;
    object-fit: cover;
    transition: transform 0.25s ease;
}

#content #recommend ul li:hover .recommend-thumb img {
    transform: scale(1.05);
}

#content #recommend ul li a .recommend-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    min-height: 0;
    padding-top: 16px;
}

#content #recommend ul li a .name {
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    color: #222;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

#content #recommend ul li a .recommend-intro {
    margin: 10px 0 0;
    font-size: 13px;
    color: #8d97a6;
    line-height: 20px;
    min-height: 40px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

#content #recommend ul li a .item_price {
    margin: 14px 0 0;
    font-size: 20px;
    font-weight: 600;
    color: #1baeae;
}

#content #recommend ul li a .recommend-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
    padding-top: 14px;
}

#content #recommend ul li a .counter {
    margin: 0;
    color: #97a1ad;
    font-size: 12px;
}

#content #recommend ul li a .recommend-link {
    font-size: 12px;
    color: #1baeae;
}

#content #recommend ul li a .comment {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transform: translateY(101%);
    transition: transform 0.4s;
    box-sizing: border-box;
    min-height: 76px;
    padding: 14px 18px 12px;
    background-color: #1baeae;
    color: #fff;
    text-align: left;
}

#content #recommend ul li a .comment p {
    font-size: 12px;
    margin: 4px 0 0;
}
