.user_logout {
    color: #de2f04;
    cursor: pointer;
}
.user_is_login {
    display: none;
}
.hover_menus {
    display: none;
}

/* banner改为登录页面布局 */
.banners {
    background-color: #f1f1f1;
    padding: 50px 0 50px;
}

.banners_flex {
    display: flex;
    justify-content: space-between;
}

.left_box,
.right_box {
    width: 286px;
    height: 402px;
    background-color: #ffffff;
    border-radius: 6px;
}

.cate_title {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.cate_item_icon_1 {
    width: 14px;
    height: 18px;
    margin-right: 7px;

}

.cate_item_icon_2 {
    width: 18px;
    height: 16px;
    margin-right: 5px;


}

.cate_item_icon_3 {
    width: 18px;
    height: 16px;
    margin-right: 5px;


}

.cate_item_icon_4 {
    width: 20px;
    height: 14px;
    margin-right: 3px;
    display: flex;
}

.cate_item_words {
    color: #ec5b15;
}

.item_cates_descs {
    font-size: 14px;
}

.left_box {
    margin-right: 15px;
    padding: 20px 20px 0 28px;
}

.item_cates {
    margin-bottom: 25px;
}

.view_all_cates {
    width: 160px;
    height: 38px;
    margin: 30px auto 0;
    line-height: 38px;
    text-align: center;
    border: solid 1px #ec5b15;
    border-radius: 20px;
    color: #ec5b15;
}






.right_box {
    margin-left: 15px;
    padding: 38px 46px 0 36px;
}

.user_avatar {
    width: 60px;
    height: 60px;
    margin: 0 auto 18px;
}

.user_welcome_login {
    text-align: center;
    font-size: 14px;
    margin-bottom: 10px;
}

.login_button {
    width: 160px;
    height: 38px;
    background-image: linear-gradient(0deg,
            #e33e0a 0%,
            #ee621a 100%);
    border-radius: 19px;
    margin: 0 auto 10px;
    text-align: center;
    line-height: 38px;
    color: #fff;
    cursor: pointer;
}

.logout_button {
    width: 160px;
    height: 38px;
    margin: 0 auto 63px;
    text-align: center;
    line-height: 38px;
}

.user_register {
    text-align: center;
    font-size: 14px;
    margin-bottom: 34px;
}

.register_free {
    color: #ec5b15;
}

.card_pays {
    width: 200px;
    height: 130px;
}
.mid_box {
    width: 598px;
    height: 402px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.top_banner {
    width: 598px;
    height: 277px;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
}
.left_image_button , .right_images_button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
    background-color: #333333;
    cursor: pointer;
}
.left_image_button .div_image , .right_images_button .div_image {
    width: 100%;
    height: 100%;
}
.left_image_button {
    left: 0; 
    border-radius: 0 50px 50px 0;
    padding: 7px 6px 7px 3px;
}
.right_images_button {
    right: 0;
    border-radius:  50px 0 0 50px;
    padding: 7px 3px 7px 6px;
}
.top_banner .u_imgs {
    transition: all 0.3s;
}
.down_banner {
    width: 598px;
    height: 112px;
    display: flex;
    justify-content: space-between;
}

.down_left {
    width: 293px;
    height: 100%;
    border-radius: 8px;

}

.down_right {
    width: 293px;
    height: 100%;
    border-radius: 8px;
}


/* 跑马灯轮播 */
.marquee {
    padding: 45px 0 90px;
}

.hot_news_item {
    display: flex;
    align-items: center;
    margin-bottom: 34px;

}

.hot_icon {
    width: 35px;
    height: 44px;
    margin-right: 14px;
}

.hot_words {
    font-size: 36px;
}

.hot_tags_img {
    width: 163px;
    height: 30px;
    margin-left: 11px;
}

.product_marquee {
    width: 100%;
    height: 100px;
    overflow: hidden;
}

.marquee_images {
    width: 3600px;
    height: 100px;
    display: flex;
    overflow: hidden;
    /* transform: translateX(-2300px); */
   
    animation: move_right 30s linear infinite;
}

.marquee_images:hover {
    animation-play-state: paused;
}

@keyframes move_right {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-2250px);
    }
}

.item_marquee_images {
    width: 220px;
    height: 100px;
    border-radius: 8px;
    margin-right: 25px;
    display: flex;
    align-items: center;
    padding-top: 18px;
    padding-left: 28px;
    padding-bottom: 18px;
    background-image: linear-gradient(0deg,
            #ffebb9 0%,
            #faf6e4 100%);
    cursor: pointer;
}



.item_marquee_img {
    width: 64px;
    height: 64px;
    margin-right: 23px;
    border-radius: 8px;
}


.product_lists {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.item_product_cate {
    font-size: 36px;
    color: #333333;
    margin-right: 130px;
    padding-bottom: 12px;
    cursor: pointer;
    border-bottom: 3px solid transparent;
}

.item_product_cate:nth-child(4n) {
    margin-right: 0 !important;
}



.item_product {
    font-size: 36px;
    color: #333333;
    margin: 0 11px 0 8px;
}

.active_product {
    color: #ec5b15;
    border-bottom: 3px solid #ec5b15;
}

.pages_nums {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.arrow_left,
.arrow_right {
    width: 21px;
    height: 24px;
    border-radius: 3px;
    background-color: #999;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.arrow_left {
    transform: rotate(90deg);
}

.arrow_right {
    transform: rotate(-90deg);
}

.arrow_left img,
.arrow_right img {
    width: 18px;
    height: 18px;
}

.current_page {
    margin: 0 10px;
}

.list_lists {
    display: flex;
    justify-content: space-between;
}

.list_left_box {
    width: 630px;
    display: flex;
    flex-wrap: wrap;
    margin-right: 40px;
    align-self: flex-start;
}

.items_app {
    width: 200px;
    height: 108px;
    border-radius: 12px;
    background-color: #f1f1f1;
    margin-right: 15px;
    margin-bottom: 13px;
    display: flex;
    padding: 20px 5px 24px 20px;
}
._block.items_app {
    padding: 0;
}
.flex_centers {
    align-items: center;
}

.items_app:nth-child(3n) {
    margin-right: 0;
}

.items_app:nth-last-child(-n+3) {
    margin-bottom: 0;
}

.active_app {
    background-image: linear-gradient(0deg,
            #e13807 0%,
            #f06b1f 100%);
    color: #fff;
    position: relative;
    /* overflow: hidden; */
}

.app_choose {
    display: none;
}

.active_app .app_choose {
    position: absolute;
    right: 0px;
    bottom: 0;
    width: 30px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    z-index: 9;
    border-radius: 12px 0px 10px 0px;
    color: #ef661d;
}

.app_choose img {
    width: 20px;
    height: 20px;
}

.app_images {
    margin-right: 12px;
}

.app_images img {
    width: 64px;
    height: 64px;
    border-radius: 20px;
    overflow: hidden;
}

.app_name {
    font-family: MicrosoftYaHei-Bold;
    /* font-weight: 700; */
    font-weight: 700;
    margin-bottom: 4px;
}

.app_desc {
    font-size: 14px;
    color: #999;
}

.active_app .app_desc {
    color: #fff;
}

.list_right_box {
    width: 530px;
}


.recommend {
    margin-top: 90px;
    margin-bottom: 36px;
    display: flex;
    align-items: center;
}

.recommend_images {
    width: 42px;
    height: 42px;
}

.recommend_tags {
    width: 163px;
    height: 30px;
}

.recommend_goods {
    display: flex;
    flex-wrap: wrap;
}

.recommend_goods_item {
    width: 230px;
    height: 260px;
    margin-right: 12px;
    margin-bottom: 12px;
    background-image: linear-gradient(0deg, #ffdce4 0%, #ffe1d6 100%);
    border-radius: 10px;
    padding-top: 35px;
}
a.recommend_goods_item {
    padding: 0;
}

.recommend_goods_item:nth-child(5n) {
    margin-right: 0;
}

.recommend_goods_item:nth-last-child(-n+5) {
    margin-bottom: 0;
}

.recommend_goods_item_img {
    width: 100px;
    height: 100px;
    margin: 0 auto 16px;
}

.recommend_goods_name {
    text-align: center;
    margin-bottom: 33px;
}

.buy_goods_button {
    width: 100px;
    height: 30px;
    border-radius: 15px;
    border: solid 1px #ec5b15;
    line-height: 30px;
    text-align: center;
    color: #ec5b15;
    margin: 0 auto;
    cursor: pointer;
}


.ranking {
    margin-top: 70px;
    background-color: #fff;
    background-image: linear-gradient(0deg,
            #ffe1d2 0%,
            #ffdce5 100%);
    min-height: 700px;
    padding: 35px 0;
}

.ranking_flex {
    display: flex;
    justify-content: space-between;
}

.rank_left,
.rank_right {
    width: 580px;
    min-height: 700px;
}

.rank_type {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.item_type_rank {
    margin-right: 85px;
    padding-bottom: 5px;
}

.rank_actives {
    color: #e75214;
    border-bottom: 2px solid #e75214;
}

.rank_list {
    background-color: #fff;
    padding: 38px 24px 43px 24px;
    border-radius: 20px 20px 20px 0px;
    height: 590px;
}

.rank_list_item {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.rank_list_item:last-child {
    margin-bottom: 0;
}

.rank_icon_tags {
    width: 38px;
    height: 52px;
    margin-right: 47px;
}

.rank_goods_img {
    width: 81px;
    height: 81px;
    margin-right: 18px;
}

.rank_goods_word {
    width: 225px;
}

.rank_goods_desc {
    color: #999999;
    font-size: 14px;
}

.buy_rank_goods {
    width: 100px;
    height: 40px;
    background-image: linear-gradient(0deg,
            #e3460e 0%,
            #ee661d 100%);
    border-radius: 20px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}


.rank_type_right {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
}

.item_type_rank_more {
    display: flex;
    align-items: center;
}

.more_word {
    color: #999;

}

.more_icons {
    width: 7px;
    height: 11px;
    display: flex;
    align-items: center;
    margin-left: 3px;
}

.rank_right_list {
    background-color: #fff;
    padding: 45px 36px;
    border-radius: 20px 20px 20px 0px;
    height: 590px;
    position: relative;
}

.news_tags {
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    height: 36px;
    background-color: #e75213;
    border-radius: 20px 0px 20px 0px;
    color: #fff;
    text-align: center;
    line-height: 36px;
}

.news_title {
    margin-left: 55px;
    margin-bottom: 10px;
}

.news_content {
    color: #666;
}

.news_lists_item {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.news_icons {
    width: 20px;
    height: 21px;
    margin-right: 10px;
}

.news_words {
    color: #333333;
}












.lines {
    height: 1px;
    background-color: #666;
    margin-top: 25px;
    margin-bottom: 30px;
}

.sales_box {
    padding: 46px 0;
}

.product_sale {
    min-height: 635px;
}

.sale_left {
    display: flex;
}

.sale_right {
    width: 530px;
}

.sale_images {
    width: 108px;
    height: 108px;
    margin-right: 20px;
}

.sale_images img {
    width: 100%;
    height: 100%;
}

.sale_title {
    width: 399px;
    word-wrap: break-word;
    font-weight: 400;
    font-size: 18px;
}

.sale_sku {
    margin-top: 38px;
    font-size: 17px;
    margin-bottom: 11px;
}

.skus {
    display: flex;
}

.sku_item {
    min-width: 120px;
    text-align: center;
    padding: 8px 10px;
    border-radius: 5px;
    border: 1px solid #e95615;
    margin-right: 9px;
    margin-bottom: 16px;
    font-size: 14px;
}

.no_position {
    padding: 15px 0 25px 0;
}


.sale_active,.goodsbuy_actives_price {
    background-image: linear-gradient(0deg,
            #e03808 0%,
            #ef661d 100%);
    color: #fff;
    position: relative;
}

.sku_choosed {
    display: none;
}

.sale_active .sku_choosed {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 35px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    z-index: 9;
    border-radius: 10px 0px 4px 0px;
    color: #ef661d;
}

.sku_choosed img {
    width: 20px;
    height: 20px;
}

.sale_price {
    margin: 15px 0 12px;
}

.prices {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.hot_tag {
    position: relative;
}

.tags {
    position: absolute;
    right: -1px;
    top: -50%;
    width: 64px;
    height: 18px;
    transform: translateY(50%);
    z-index: 9;
}

.tags img {
    width: 100%;
    height: 100%;
}

.number_box {
    display: flex;
    align-items: center;
    margin-top: 37px;
}

.number_word {
    margin-right: 5px;
}

.add_bcad {
    display: flex;
    align-items: center;
    border: 1px solid #d0d0d0;
    width: 135px;
}

.number_left,
.number_right {
    width: 30px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    background-color: #f1f1f1;
    font-size: 18px;
    cursor: pointer;
}

.number_left {
    border-right: 1px solid #c0c0c0;
}

.number_right {
    border-left: 1px solid #c0c0c0;
}

.number_midd {
    width: 73px;
    text-align: center;
}

.total_price {
    margin-top: 40px;
    margin-bottom: 17px;
}

.sale_price_nums {
    width: 300px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.coin {
    font-size: 24px;
    color: #f93a4a;
    font-weight: 700;

}

.coupons {
    width: 60px;
    height: 25px;
}

.coupons img {
    width: 100%;
}

.promise {
    margin-top: 14px;
}

.color_orange {
    color: #f93a4a;
}

.buy_btn {
    width: 300px;
    height: 60px;
    background-image: linear-gradient(0deg,
            #e33e0a 0%,
            #ee621a 100%);
    color: #fff;
    text-align: center;
    font-size: 24px;
    line-height: 60px;
    border-radius: 30px;
    margin-top: 10px;
    cursor: pointer;
}

.pay_type {
    background-color: #fff;
    padding: 47px 0 55px;
}

.pay_title {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 65px;
}

.pay_lists {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.pay_items {
    margin-bottom: 28px;
}

.pay_items img {
    width: 280px;
    height: 145px;
}


.all_swipers_content {
    display: flex;
    overflow: hidden;
}

.swiper_item_box {
    width: 4800px;
    display: flex;
    transition: all 0.3s;
}