/*  顶部广告栏 */
#top_banner {
    height: 90px;
    width: 100%;
    position: relative;
}

#top_banner a {
    display: block;
    height: 100%;
    width: 100%;
}

#top_banner a img {
    width: 100%;
    height: 100%;
}

#top_banner span {
    position: absolute;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.3);
    text-align: center;
    line-height: 24px;
    color: #fff;
    cursor: pointer;
    font-size: 26px;
    top: 10px;
    right: calc(50% - 600px);
}

/* 轮播图 */
#banner {
    position: relative;
}

#banner .images {
    position: relative;
}

#banner .images .item {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;

    transition: opacity 2s ease;
}

#banner .images .item.active {
    opacity: 1;
}

#banner .images .item img {
    position: relative;
    transform: translate(-50%);
    left: 50%;
    width: 1536px;
    height: 550px;
}

/* 切换 */
.control {
    display: flex;
    width: 1200px;
    height: 455px;
    justify-content: space-between;
    align-items: center;
}

.control .icon-button-prev::before {
    font-family: 'icomoon';
    content: "\ea51";
    color: #312f30;
    font-size: 50px;
}

.control .icon-button-next::before {
    font-family: 'icomoon';
    content: "\ea52";
    color: #312f30;
    font-size: 50px;
}

.control .icon-button-prev {
    position: relative;
    top: 50px;
    left: -150px;
    width: 50px;
    height: 50px;
    cursor: pointer;
}

.control .icon-button-next {
    position: relative;
    top: 50px;
    left: 150px;
    width: 50px;
    height: 50px;
    cursor: pointer;
}

/* 指示器 */
#banner .indicator {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -80px;
    display: flex;
    justify-content: center;
    z-index: 22;
}

.indicator .item {
    width: 12px;
    height: 12px;
    margin: 0 10px;
    border-radius: 50%;
    background-color: #aaa;
    cursor: pointer;
}

.indicator .item.active {
    background-color: #f00;
    width: 20px;
    border-radius: 8px;
}

/* 侧边栏 */
#sidebar {
    min-width: 1200px;
}

.s_inner {
    position: relative;
    min-height: 50px;
}

.s_inner .left_list {
    position: absolute;
    width: 200px;
    height: 485px;
    box-shadow: 0 0 28px rgb(0 0 0 / 8%);
    border-radius: 10px;
    left: 0;
    top: -420px;
    cursor: pointer;
    z-index: 20;
}

.s_inner .left_list>ul {
    height: 100%;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.s_inner .left_list>ul>li {
    padding-left: 16px;
    height: 44px;
    line-height: 44px;
    font-size: 15px;
    color: #848484;
    background: #f9f9f9;
}

.s_inner .left_list>ul>li:hover {
    color: #000;
}

.s_inner .left_list>ul>li i {
    float: right;
    margin-right: 20px;
    font-size: 20px;
}

.s_inner .left_list>ul>li:hover {
    background: rgba(255, 255, 255, 1) !important;
    background: #fff;
}

.s_inner .left_list>ul:hover {
    border-radius: 10px 0 0 10px;
}

/* 侧边清单 */
.left_list>ul>li>.pros {
    position: absolute;
    top: 0;
    left: 200px;
    height: 485px;
    width: 516px;
    text-align: center;
    background: #fff;
    padding: 20px 0 0 32px;
    border-radius: 0 10px 10px 0;
    /* box-shadow: 0 0 46px rgba(0, 0, 0, 0.1); */
    z-index: 99;
    display: none;
}

.pros .subcate-list {
    width: 242px;
    height: 100%;
    float: left;
}

.pros .subcate-list li {
    margin-bottom: 40px;
}

.pros .subcate-list li a {
    display: block;
    width: 230px;
    height: 60px;
    font-size: 14px;
    border-radius: 10px;
}

.pros .subcate-list li a img {
    width: 48px;
    height: 48px;
    float: left;
    margin: 0 8px 0 12px;
}

.pros .subcate-list li a p {
    height: 34px;
    line-height: 17px;
    position: relative;
    top: 14px;
    text-align: left;
    float: left;
    color: #666;
    font-size: 14px;
    width: 150px;
}

.pros .subcate-list li a p span {
    line-height: 17px;
    font-size: 14px;
}

.pros .subcate-list li a p span:hover {
    color: #cf0a2c;
    cursor: pointer;
}

.pros .subcate-list .subcate-btn a {
    width: 112px;
    height: 42px;
    line-height: 42px;
    margin-top: 8px;
    margin-left: 36px;
    border: 1px solid #f2f2f2;
    border-radius: 0 22px 22px 0;
    font-size: 13px;
    color: #999;
    display: block;
    position: relative;
    text-indent: 34px;
}

.pros .subcate-list .subcate-btn a::before {
    content: "";
    width: 42px;
    height: 42px;
    background: #fff;
    border: 1px solid #f2f2f2;
    display: block;
    border-radius: 22px;
    position: absolute;
    top: -1px;
    left: -22px;
}

.pros .subcate-list .subcate-btn a::after {
    content: "";
    width: 0;
    height: 0;
    display: block;
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    border-left: 5px solid #c0c0c0;
    position: absolute;
    top: 16px;
    left: -1px;
}

/* 副导航 */

.subNav {
    height: 145px;
    margin-top: 100px;
}

.subNav .centerBox {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.subNav li {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.subNav li img {
    width: 48px;
    height: 48px;
}

.subNav li span {
    color: #000;
    font-size: 14px;
    margin-top: 10px;
}

.subNav li:hover img {
    transform: scale(1.2);
}

.subNav li:hover span {
    font-weight: 700;
}



/* 甄选推荐 */
.recommendGoods .remBar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 64px;
    margin-top: 30px;
}

.recommendGoods .remBar .remText {
    font-size: 26px;
    color: #000;
}

.recommendGoods .remBar .more a {
    font-size: 14px;
    color: #606162;
}

/*  大类商品*/
.repeatGoods .repeatBar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 64px;
    margin-top: 30px;
}

.repeatGoods .repeatBar .repeatText {
    font-size: 26px;
    color: #000;
}

.repeatGoods .repeatBar .more a {
    font-size: 14px;
    color: #606162;
}

/* 限时秒杀 */
.repeatPic .products>.item .seckill {
    width: 291px;
    height: 415px;
    background-color: #efe6ea;
}

.repeatPic .products>.item .album.killimg {
    width: 48px;
    height: 48px;
    margin-top: 60px;
}

.repeatPic .products li .point {
    color: #bd2c34;
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 20px;
}

.repeatPic .products li .least {
    font-size: 18px;
    color: #787476;
    font-weight: 600;
    margin-top: 45px;
}

.repeatPic .products li .timer {
    margin-top: 20px;
}

.repeatPic .products li .timer span {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: #5f5d5d;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    padding-top: 8px;
    border-radius: 5px;
}

.repeatPic .products li .timer em {
    color: #5f5d5d;
    font-size: 14px;
}