@font-face {
    font-family: "AlimamaAgileVFThin";
    src: url("../fonts/AlimamaAgileVF-Thin.woff2") format("woff2"),
    url("../fonts/AlimamaAgileVF-Thin.woff") format("woff");
    font-display: swap;
}

#content #banner {
    background-color: #fff;
    width: 100%;
    flex-shrink: 0;
    height: 500px;
    display: flex;
}

.username .welcome {
    font-size: 12px;
}

.category-list-title {
    font-size: 14px;
    color: #333;
    padding: 12px 8px;
    height: 40px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e5e5e5;
    font-weight: bold;
    font-family: AlimamaAgileVFThin, sans-serif;
    cursor: pointer;
    box-sizing: border-box;
}

.all-sort-list {
    border-radius: 10px;
    position: absolute;
    top: 160px;
    left: calc(calc(100% - 1226px) / 2);
    width: 240px;
    flex-shrink: 0;
    margin-right: 16px;
    background-color: #fff;
    padding: 8px 16px;
    box-sizing: border-box;
    z-index: 999;
}

.all-sort-list .item {
    padding: 7px 0;
    position: relative;
}

.all-sort-list .cate-items-wrap {
    box-sizing: border-box;
    height: 0;
    transition: height .3s;
    overflow: hidden;
}
.all-sort-list .category-list-title:hover+.cate-items-wrap {
    height: 444px;
    overflow: visible;
}

.all-sort-list .cate-items-wrap:hover {
    height: 444px;
    overflow: visible;
}

.all-sort-list .item.bo {
    border-top: none;
}

.all-sort-list .item h3 {
    line-height: 16px;
    font-size: 15px;
    font-weight: normal;
    overflow: hidden;
}

.all-sort-list .item span {
    padding: 0px 5px;
    color: #333333;
}

.all-sort-list .item a {
    text-decoration: none;
    color: #666;
    font-family: AlimamaAgileVFThin, sans-serif;
}

.all-sort-list .item a:hover {
    color: #333333;
}

.all-sort-list .item-list {
    display: none;
    position: absolute;
    top: 6px;
    background: #FFF;
    left: 190px;
    box-shadow: 0 0 15px #ccc;
    z-index: 10;
}

.item-list .subitem a {
    display: block;
    padding: 8px 12px;
    white-space: nowrap;
    font-size: 14px;
}

.item-list .subitem a:hover {
    color: #333333;
}


#content {
    background-color: #f7f7f7;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}

#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: #333333;
}

#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: #333333;
}

#content #banner .swiper-container {
    margin: auto;
    width: 1226px;
    height: 100%;
    overflow: hidden;
}

.swiper-button-next, .swiper-button-prev {
    display: none;
}

.swiper-pagination-bullet-active {
    background: #333333 !important;
}

#content #banner .swiper-container .swiper-wrapper .swiper-slide {
  text-align: center;
}

#content #sub_banner {
    width: 1226px;
    margin-top: 24px;
}

#content #sub_banner .hot-title {
    font-size: 34px;
    display: flex;
    align-items: center;
    color: #333;
    margin: 24px 0 16px;
    font-family: AlimamaAgileVFThin, sans-serif;
}

#content #sub_banner .hot-title img {
    width: 50px;
}

#content #sub_banner .selector {
    width: 234px;
    height: 100%;
}

.hot-goods-wrap {
    display: flex;
}

#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 {
    flex: 1;
}

.hot-image + .hot-image {
    margin-left: 24px;
}

#content #sub_banner .hot-image a {
    display: block;
    width: 100%;
    height: 100%;
}

#content #sub_banner .hot-image a img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    box-shadow: 5px 5px 10px #3333331c;
}

#content #sub_banner .hot-image a img:hover {
    opacity: 1;
}

#content #flash {
    width: 1226px;
    flex-shrink: 0;
    margin-top: 40px;
}

#content #flash > h2 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 16px;
    height: 80px;
    color: #333333;
    font-size: 40px;
    font-weight: bold;
    font-family: AlimamaAgileVFThin, sans-serif;
}

#content #flash > h2 > img {
    width: 80px;
    height: 80px;
    margin-right: 12px;
    display: inline-block;
}

#content #flash ul {
    display: flex;
    justify-content: space-between;
}

#content #flash ul li {
    width: 394px;
    height: 511px;
    border-radius: 10px;
    background-color: #fff;
}

#content #flash ul li:hover {
    transform: translate3d(0px, -2px, 0px);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 15px 30px;
}

#content #flash ul li .name {
    padding-top: 30px;
    font-size: 20px;
}

#content #flash ul li a {
    display: block;
    font-size: 14px;
    text-align: center;
    background-image: url("../image/new.png");
    background-position: calc(100% - 6px) -10px;
    background-size: auto 60px;
    background-repeat: no-repeat;
}

#content #flash ul li a img {
    width: 230px;
    height: 230px;
    margin: 58px auto 0px;
}

#content #flash ul li a .discount {
    font-size: 12px;
    color: #b0b0b0;
    margin: 15px 0;
}

#content #flash ul li a .item_price {
    color: #F51919;
    font-size: 18px;
    margin-top: 40px;
}

#content #flash ul li a:hover img {
    opacity: 1;
}

#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: 40px;
    margin-bottom: 24px;
}

#content #recommend > h2 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 16px;
    height: 80px;
    color: #333333;
    font-size: 40px;
    font-weight: bold;
    font-family: AlimamaAgileVFThin, sans-serif;
}


#content #recommend > h2 > img {
    width: 70px;
    height: 70px;
    margin-right: 12px;
    display: inline-block;
}

#content #recommend .more {
    position: absolute;
    top: 18px;
    right: 30px;
}

#content #recommend .more:hover {
    color: #333333;
}

#content #recommend ul {
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
}

#content #recommend ul li {
    width: 234px;
    height: 314px;
    border-radius: 5px;
    padding-top: 24px;
    background-color: #fff;
    margin-bottom: 20px;
    margin-left: 4px;
    margin-right: 6px;
}

#content #recommend ul li:nth-of-type(1), #content #recommend ul li:nth-of-type(2) {
    width: calc(50% - 10px);
    height: 340px;
}

#content #recommend ul li:nth-of-type(1) .name, #content #recommend ul li:nth-of-type(2) .name {
    font-size: 22px;
}

#content #recommend ul li:nth-of-type(1) a img, #content #recommend ul li:nth-of-type(2) a img {
    width: 200px;
    height: 200px;
}

#content #recommend ul li .name {
    padding: 0 12px;
    margin: 20px 0;
    font-size: 18px;
}

#content #recommend ul li:hover {
    transform: translate3d(0px, -2px, 0px);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 15px 30px;
}

#content #recommend ul li:nth-child(1) .hot-image,
#content #recommend ul li:nth-child(6) .hot-image {
    width: 100%;
    height: 100%;
    margin: 0;
}

#content #recommend ul li:hover .comment {
    transform: translateY(0);
}

#content #recommend ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 14px;
    text-align: center;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

#content #recommend ul li a .info {
    width: 104px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    color: #fff;
    font-size: 10px;
}

#content #recommend ul li a .new {
    background-color: #83c44e;
}

#content #recommend ul li a .discount {
    background-color: #f00;
}

#content #recommend ul li a > p {
    line-height: 24px;
    font-size: 14px;
}

#content #recommend ul li a .item_price {
    color: #333333;
}

#content #recommend ul li a .counter {
    height: 15px;
    line-height: 15px;
    color: #aaa;
    font-size: 12px;
}

#content #recommend ul li a img {
    width: 160px;
    height: 160px;
    margin: 10px 0 20px;
}

#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;
    height: 70px;
    padding: 10px 0 0 30px;
    background-color: #333333;
    color: #fff;
    text-align: left;
}

#content #recommend ul li a .comment p {
    font-size: 12px;
    margin-top: 5px;
}