.category {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 16px;
}
.category-title {
    font-family: "Quicksand", sans-serif;
}
.all-sort-list {
    display: flex;
    padding: 8px 12px;
}

.all-sort-list .item {
    margin: 0 10px;
    padding: 12px 0;
    position: relative;
}

.all-sort-list .item.bo {
    border-top: none;
}

.all-sort-list .item h3 {
    font-size: 15px;
    font-weight: normal;
    overflow: hidden;
}

.all-sort-list .item span {
    padding: 0px 5px;
    color: #269c53;
    font-family: "\5B8B\4F53";
}

.all-sort-list .item a {
    text-decoration: none;
    font-family: "Lato", sans-serif;
}

.all-sort-list .item a:hover {
    font-weight: bold;
    color: #269c53;
}

.all-sort-list .item-list {
    display: none;
    position: absolute;
    right: 0;
    top: 100% !important;
    min-height: 200px;
    _height: 200px;
    background: #fff;
    box-shadow: 0px 0px 10px #DDDDDD;
    border: 1px solid #DDD;
    z-index: 1000;
}

.item-list .subitem {
    float: left;
    padding: 8px;
}

.item-list .subitem dl {
    border-top: 1px solid #269c53;
    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: #269c53;
}

.item-list .subitem dt a {
    color: #269c53;
    text-decoration: underline;
}

.item-list .subitem dd {
    float: left;
    padding: 4px 16px;
    overflow: hidden;
}

.item-list .subitem dd em {
    font-style: normal;
    float: left;
    height: 14px;
    line-height: 14px;
    margin-top: 5px;
}

.item-list .subitem dd em a, .item-list .cat-right dd a {
    white-space: nowrap;
    color: #666;
    text-decoration: none;
    padding: 6px 0;
}

.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 {
    position: relative;
    width: 1226px;
    flex-shrink: 0;
}

#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: #269c53;
}

#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: #269c53;
}

#content #banner .swiper-container {
    width: 100%;
    height: 380px;
}

#content #banner .swiper-container .swiper-wrapper .swiper-slide img {
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

#content #sub_banner {
    display: flex;
    width: 1226px;
    flex-shrink: 0;
    justify-content: space-between;
    height: 295px;
    margin-top: 15px;
}

#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 {
    border-radius: 10px;
    overflow: hidden;
    width: 295px;
    height: 295px;
}

#content #sub_banner .hot-image a {
    display: block;
    width: 100%;
    height: 100%;
}

#content #sub_banner .hot-image a img {
    width: 100%;
    height: 100%;
    opacity: 0.8;
}

#content #sub_banner .hot-image a img:hover {
    opacity: 1;
}

#content #flash {
    width: 1226px;
    flex-shrink: 0;
    height: 398px;
    margin-top: 20px;
}

#content #flash > h2 {
    height: 58px;
    line-height: 58px;
    font-family: "Quicksand",sans-serif;
}

#content #flash ul {
    display: flex;
    justify-content: space-between;
    margin: 0 -5px;
}

#content #flash ul li {
    border-radius: 10px;
    width: calc(20% - 15px);
    height: 352px;
    margin: 0 5px;
    background-color: #269c5312;
}

#content #flash ul li a {
    display: block;
    font-size: 14px;
    text-align: center;
}

#content #flash ul li a img {
    width: 160px;
    height: 160px;
    opacity: 0.8;
    margin: 37px;
}

#content #flash ul li a .name {
    font-family: "Lato", sans-serif;
}
#content #flash ul li a .discount {
    font-size: 12px;
    color: #b0b0b0;
    margin: 15px 0;
}

#content #flash ul li a .item_price {
    color: #269c53;
}

#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 {
    border-radius: 10px;
    width: 1226px;
    position: relative;
    flex-shrink: 0;
    height: 730px;
    margin: 24px 0;
    background-color: #269c5312;
}

#content #recommend > h2 {
    height: 58px;
    padding-left: 24px;
    line-height: 58px;
    font-family: "Quicksand",sans-serif;
}

#content #recommend .more {
    position: absolute;
    top: 18px;
    right: 30px;
}

#content #recommend .more:hover {
    color: #269c53;
}

#content #recommend ul {
    padding: 0 20px;
    display: flex;
    height: 614px;
    justify-content: space-between;
    align-content: space-between;
    flex-wrap: wrap;
}

#content #recommend ul li {
    width: calc(20% - 15px);
    height: 314px;
    background-color: #fff;
    margin-bottom: 20px;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 10px;
}

#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 {
    box-shadow: 0px 0px 30px #ccc;
}

#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 {
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    font-family: "Lato", sans-serif;
}

#content #recommend ul li a .item_price {
    color: #269c53;
}

#content #recommend ul li a .counter {
    height: 15px;
    line-height: 15px;
    color: #aaa;
    font-size: 12px;
}

#content #recommend ul li a img {
    margin: 30px 0;
    border-radius: 10px;
    width: 160px;
    height: 160px;
}

#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: #269c53;
    color: #fff;
    text-align: left;
}

#content #recommend ul li a .comment p {
    font-size: 12px;
    margin-top: 5px;
}

.swiper-button-next, .swiper-button-prev {
    color: #269c53 !important;
}

.swiper-pagination-bullet-active {
    background: #269c53 !important;
}