.goodsbuy_all_cates {
    margin: 20px 0;
}

.goodsbuy_goods_item_name {
    color: #666;
}

.goodsbuy_goods_item_prices_box {
    display: flex;
}

.goodsbuy_goods_left_logo {
    width: 228px;
    margin-right: 15px;
}

.news_goodsbuy_goods_left_logo {
    width: 840px;
    margin-right: 85px;
}

.goodsbuy_goods_right_price {
    width: 600px;
    margin-right: 80px;
}

.message_ntices {
    padding: 10px 20px;
    background-color: #e6e6e6;
}

.message_lists {
    margin-top: 30px;
    padding-top: 90px;
}

.empty_message_img {
    width: 318px;
    height: 287px;
    margin: 0 auto;
}

.empty_message_text {
    color: #666;
    text-align: center;
}


.good_logo_bgi {
    width: 228px;
    height: 228px;

    background-image: url("../images/images_50.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.good_log_img {
    width: 120px;
    height: 120px;
}

.goodsbuy_promises {
    margin-top: 20px;
    font-size: 12px;
    color: #666;
    display: flex;
    flex-wrap: wrap;
}

.items_promise {
    display: flex;
    align-items: center;
    margin-right: 12px;
    margin-bottom: 5px;
}

.promise_images {
    width: 12px;
    margin-right: 3px;
}

.promise_images .div_image {
    border-radius: 50%;
}

.promises_word {
    color: #666;
}

.goodsbuy_goods_title {
    margin-bottom: 5px;
}

.goodsbuy_goods_sales {
    color: #999;
    font-size: 14px;
    margin-bottom: 15px;
}

.goodsbuy_goods_skus {
    margin-bottom: 10px;
}

.goodsbuy_goods_skus_cate {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.goodsbuy_goods_skus_itemcate {
    min-width: 140px;
    padding: 0 10px;
    min-height: 38px;
    margin-right: 10px;
    border-radius: 5px;
    border: solid 1px #e95615;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 20px;
}

.goodsbuy_actives_skus {
    background-image: linear-gradient(0deg,
            #e03808 0%,
            #ef661d 100%);
    color: #fff;
}

.goodsbuy_actives_skus .choose_price_images {
    display: flex;
}

.goodsbuy_skus_choosed_img {
    display: none;
    width: 35px;
    height: 18px;
    position: absolute;
    right: 0;
    bottom: 0;
    border-radius: 0 0 4px 0;
    overflow: hidden;
}

.goodsbuy_actives_skus .goodsbuy_skus_choosed_img {
    display: block;
}

/* ---- */
.goodsbuy_goods_price_cate {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.goodsbuy_goods_price_itemcate {
    min-width: 140px;
    padding: 0 10px;
    min-height: 38px;
    margin-right: 10px;
    border-radius: 5px;
    border: solid 1px #e95615;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 20px;
}

.choose_price_images {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 25px;
    height: 18px;
    background-color: #fff;
    border-radius: 10px 0 3px 0;
    display: none;
    align-items: center;
    justify-content: center;
}

.choose_price_images img {
    width: 16px;
}

.goodsbuy_actives_price .choose_price_images {
    display: flex;
}

.goodsbuy_actives_price {
    background-image: linear-gradient(0deg,
            #e03808 0%,
            #ef661d 100%);
    color: #fff;
}

.goodsbuy_price_choosed_img {
    display: none;
    width: 35px;
    height: 18px;
    position: absolute;
    right: 0;
    bottom: 0;
    border-radius: 0 0 4px 0;
    overflow: hidden;
}

.goodsbuy_actives_price .goodsbuy_price_choosed_img {
    display: block;
}

.goodsbuy_buy_nums {
    margin-top: 35px;
    display: flex;
    align-items: center;
}

.goodsbuy_nums_box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    border: 1px solid #999999;
}

.goodsbuy_letter,
.goodsbuy_more {
    width: 34px;
    height: 32px;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f1f1f1;
    cursor: pointer;

}

.goodsbuy_numbers {
    width: 82px;
    text-align: center;
}

.goodsbuy_letter {
    border-right: 1px solid #999999;
}

.goodsbuy_more {
    border-left: 1px solid #999999;
}

.goodsbuy_total_price_buy {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
}

.goodsbuy_total_price {
    width: 200px;
}

.goodsbuy_total_buy_btn {
    width: 280px;
    height: 38px;
    text-align: center;
    background-image: linear-gradient(0deg,
            #e33e0a 0%,
            #ee621a 100%);
    border-radius: 20px;
    color: #fff;
    text-align: center;
    line-height: 38px;

}

.goodsbuy_price_money {
    margin-top: 15px;
    font-size: 20px;
    color: #f93a4a;
    font-weight: 700;
}

.goodsbuy_others_goods {
    width: 275px;
    padding: 20px;
    /* margin-left: 60px; */
    box-shadow: 0px 1px 18px 0px rgba(51, 51, 51, 0.11);
    border-radius: 10px;
}

.goodsbuy_others_title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.goodsbuy_others_more {
    display: flex;
    align-items: baseline;
    font-size: 16px;
    color: #666;
    cursor: pointer;
}

.goodsbuy_others_more_image {
    width: 7px;
    height: 13px;
    margin-left: 5px;
}

.goodsbuy_others_goods_all {
    display: flex;
    flex-wrap: wrap;
    /* width: 275px; */
    /* padding: 0 38px; */
}

.goodsbuy_others_goods_item {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 32px;
}

.goodsbuy_others_goods_image {
    width: 65px;
    height: 65px;
    margin: 0 auto;
}

.goodsbuy_others_goods_name {
    margin-top: 12px;
}

.goodsbuy_detail_comment_news {
    display: flex;
    margin-top: 30px;
}

.goodsbuy_detail_comment {
    width: 840px;
    margin-right: 80px;
    min-height: 1315px;
    border: 1px solid #ccc;
    border-top: none;
}

.goodsbuy_detail_comment_tabs {
    display: flex;
    align-items: center;
    background-color: #f1f1f1;
    height: 40px;
}

.goodsbuy_detail_comment_itemtab {
    min-width: 120px;
    padding: 10px;
    text-align: center;
    cursor: pointer;

}

.goodsbuy_detail_comment_tabs .actives_tab {
    background-color: #e64c12;
    color: #fff;
}

.goodsbuy_detail_comment_content {
    padding: 20px 30px 0;
    line-height: 1.8;
    color: #666;
    display: none;
}

.goodsbuy_detail_comment_content b {
    font-size: 18px;
    color: #000;
}

.goodsbuy_detail_comment_content_title {
    color: #e64c12;
}

.goodsbuy_item_desc_title {
    font-size: 18px;
    font-weight: 700;
}

.goodsbuy_item_desc_item {
    color: #666;
}

.goodsbuy_detail_news {
    width: 275px;
    height: 565px;
    box-shadow: 0px 1px 18px 0px rgba(51, 51, 51, 0.11);
    border-radius: 10px;
    padding: 20px;
}

.goodsbuy_detail_news_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.goodsbuy_news_content {
    line-height: 1.8;
    color: #666;
}

.goodsbuy_correlation {
    margin-top: 30px;
}

.goodsbuy_correlation_title {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 18px;
}

.goodsbuy_correlation_goods {
    display: flex;
    flex-wrap: wrap;
}

.goodsbuy_correlation_item {
    width: 110px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-right: 35px;
}

.goodsbuy_correlation_item_image {
    width: 100px;
    height: 100px;
}

.goodsbuy_correlation_item_names {
    margin-top: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    height: 3em;
    font-size: 12px;
    text-align: center;
}

.goods_detail_recommont {
    padding: 30px;
    display: none;
}

.items_user_recommons {
    margin-bottom: 30px;
    padding: 5px 0 25px;
    border-bottom: 1px solid #e64c12;
}

.items_user_recommons:last-child {
    border: none;
}

.user_avatar_name_time {
    display: flex;
    align-items: center;
}

.user_avatar {
    width: 67px;
    height: 67px;
    margin-right: 15px;
}

.score_buy_nums {
    display: flex;
    align-items: center;
    margin-top: 10px;
    color: #e64c12;
}

.star_img {
    display: flex;
    margin-right: 20px;
}

.star_img img {
    width: 11px;
    height: 11px;
    margin-right: 2px;
}

.recommon_user_time {
    flex: 1;
    text-align: right;
}

.recommon_content {
    margin-top: 15px;
    margin-bottom: 25px;
    padding-left: 82px;
}

.shop_backs {
    padding: 10px 15px 15px;
    background-color: #f1f1f1;
}

.shop_title {
    color: #e64c12;
    margin-bottom: 10px;
}

.shop_content {
    color: #333;
    line-height: 1.5;
}

.pages_change {
    display: flex;
    justify-content: flex-end;
}

.all_pages_nums {
    display: flex;
    min-width: 180px;
    justify-content: space-between;
    align-items: center;
}

.page_left,
.pages_nums,
.page_right {
    width: 26px;
    height: 26px;
    background-color: #f1f1f1;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-right: 5px;
}

.page_left {
    transform: rotate(-180deg);
}

.actives_tab_block {
    display: block !important;
}

.news_goodsbuy_detail_comment {
    width: 840px;
    margin-right: 80px;
    min-height: 600px;
}

.news_goodsbuy_goods_left_logo_search {
    margin-left: 50px;
    width: 665px;
    background-color: #fff;
}

.search_res {
    font-size: 30px;
}

.saerch_goods {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
}

.item_search_goods {
    width: 200px;
    height: 240px;
    background-color: #ffffff;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    margin: 0 20px 20px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.item_search_goods_img {
    width: 120px;
    height: 120px;
}

.item_search_name {
    text-align: center;
    height: 40px;
    margin-top: 15px;
    font-size: 14px;
}

.item_search_price {
    color: #f93a4a;
    font-weight: 700;
}

.servers_menus_buttons {
    position: fixed;
    top: 300px;
    right: 350px;
    width: 80px;
    height: 300px;
    background-color: #ffffff;
    box-shadow: 0px 1px 18px 0px rgba(51, 51, 51, 0.11);
    border-radius: 10px;
    overflow: hidden;
    font-size: 12px;
}

.fixed_menus_item {
    width: 100%;
    height: 33.3%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
}

.link_servers {
    background-image: linear-gradient(0deg,
            #df3507 0%,
            #f26d20 100%);
    color: #fff;
}

.menu_servses_img {
    width: 33px;
    height: 33px;
    margin-bottom: 10px;

}
.menu_wecha_img {
    width: 40px;
    height: 30px;
    margin-bottom: 10px;

}
.menu_backtop_img {
    width: 30px;
    height: 24px;
    margin-bottom: 10px;
}