/* 商城模块通用样式 */

/* 字体相关 */
.color_theme {
    color: #e5007f !important;
}

.link_text:hover {
    color: #e5007f;
}

.bg_theme {
    background-color: #e5007f;
}

.more_icon:hover i {
    transform: rotate(0.5turn);
}

/* 甄选国际 */
.mall_section {
    margin: 40px 0 66px;
    text-align: center;
}

.mall_section .section_title {
    width: 120px;
    margin: 0 auto;
}

.mall_section .section_title p {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 18px;
    color: #222222ff;
}

.mall_section .section_title .section_title_bottom_selected {
    margin-bottom: 36px;
}

.section_title_bottom_selected {
    width: 30px;
    height: 3px;
    background-color: #222222ff;
    margin-top: 2px;
}

.nav_content {
    max-width: 1020px;
    margin: 0 auto;
    position: relative;
}

.scroll_nav_btn {
    color: #ece9eaff;
    position: absolute;
    top: 50%;
    font-size: 60px;
    cursor: pointer;
    transform: translateY(-50%);
    display: none;
}

.scroll_nav_btn:hover {
    color: #dedbdcff;
}

.scroll_nav_btn_inactive {
    color: #f5f5f5ff;
}

.prev_nav_btn {
    left: -80px;
}

.next_nav_btn {
    right: -80px;
}

.mall_section_list {
    position: relative;
    overflow: hidden;
}

.mall_section_list ul {
    width: 10000em;
    margin-left: -15px;
    position: relative;
}

.mall_section_list ul li {
    float: left;
    width: 194px;
    height: 194px;
    margin-left: 15px;
    position: relative;
}

.mall_section_list .country_item:first-child {
    margin-left: 0;
}
.mall_section_list .country_item:last-child {
    margin-right: 0;
}

.mall_section_list .country_item p {
    width: 102px;
    height: 102px;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    transform: translate(-50%, -50%);
    background-image: url("../../images/mall/guoji-bg.png");
    background-size: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.background-imgs {
    display: inline-block;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
}

.mall_section_list .country_item .background-imgs {
    width: 184px;
    height: 184px;
}

.mall_section_list .country_item:hover p {
    font-size: 25px;
    animation: countryItem 0.3s ease-in-out;
}

@keyframes countryItem {
    from {
        font-size: 20px;
    }
    to {
        font-size: 25px;
    }
}

/* 人气爆款 */
.tabs {
    margin-bottom: 60px;
}

.tabs_title {
    margin-bottom: 20px;
}

.tabs_title li {
    margin: 0 60px;
}

.tabs_title li:first-child a {
    color: #222222ff;
}

.tabs_title li a:hover {
    color: #222222ff;
}

.tabs_title li a {
    font-size: 30px;
    font-weight: 500;
    color: #666666ff;
    padding-bottom: 18px;
}

.tabs_row_warp {
    max-width: 1200px;
    position: relative;
}

.tabs_row_content {
    width: 1025px;
    overflow: hidden;
    margin: 0 auto;
}

.tabs_row_content ul {
    width: 10000em;
    position: relative;
}

.tabs_row_warp .prev_tabs_btn {
    left: 10px;
}
.tabs_row_warp .next_tabs_btn {
    right: 10px;
}

.scroll_tabs_btn {
    color: #ece9eaff;
    position: absolute;
    top: 50%;
    font-size: 60px;
    cursor: pointer;
    transform: translateY(-50%);
    display: none;
}
.scroll_tabs_btn:hover {
    color: #dedbdcff;
}

.tabs_row_content li {
    float: left;
    width: 242px;
    height: 320px;
    background: #fff;
    border: 1px solid #eaeaeaff;
    margin: 11px 8px;
}

.tabs_row_content li:first-child {
    margin-left: 0;
}
.tabs_row_content li:last-child {
    margin-right: 0;
}

.tabs_row_content li .background-imgs {
    width: 240px;
    height: 240px;
}
.tabs_row_content li:hover {
    border-color: #e5007f;
}

.tabs_row_content li:hover,
.pro_list_warp li:hover {
    transform: translateY(-10px);
    transition: all 0.4s;
    box-shadow:0px 2px 16px 0px rgba(18,36,57,0.16);
}

.pro_item_info {
    padding: 10px;
    color: #999999ff;
}

.pro_item_info .pro_item_title {
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    color: #222222ff;
}

.pro_item_info .color_theme {
    font-size: 18px;
    font-weight: 500;
}

/* 商品分区 */

.pro_section {
    margin-bottom: 60px;
}

.pro_section a {
    color: #666666ff;
}

.section_last {
    margin-bottom: 80px;
}

.pro_section_title {
    width: 265px;
    height: 42px;
    font-size: 24px;
    font-weight: 500;
    margin: 0 auto 26px;
    text-align: center;
}

.pro_section_title_food {
    background-image: url("../../images/mall/food-bg.png");
    background-size: 100%;
}

.pro_section_title_life {
    background-image: url("../../images/mall/life-bg.png");
    background-size: 100%;
}

.pro_section_title_med {
    background-image: url("../../images/mall/ad-bg.png");
    background-size: 100%;
}

.pro_section_tabs_title {
    width: 100%;
    height: 30px;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 22px;
    border-bottom: 1px #eaeaeaff solid;
}

.pro_section_tabs_title li {
    height: 30px;
    margin-right: 60px;
    color: #666666ff;
}
@media (max-width: 980px) {
    .pro_section_tabs_title li {
        margin-right: 30px;
    }
} 

.pro_section_tabs_title i {
    font-size: 16px;
    line-height: 22px;
}

.pro_section_tabs_title_selected {
    border-bottom: 3px #e5007f solid;
}

.pro_section_tabs_title_selected a {
    color: #222222ff;
    font-weight: 500;
}

.pro_section .pro_list_warp ul {
    overflow: hidden;
    margin-left: -20px;
    padding-top: 20px;
    height: auto;
    max-height: 782px;
}

.pro_section .pro_list_warp ul li {
    width: 287px;
    height: 370px;
    margin-left: 18px;
    float: left;
    overflow: hidden;
    box-sizing: border-box;
    border: 1px solid rgba(234, 234, 234, 1);
    background-color: #fff;
    margin-bottom: 20px;
    box-shadow:0px 2px 16px 0px rgba(18,36,57,0.16);
}

.pro_section .pro_list_warp ul li:hover {
    border-color: #e5007f;
}

.pro_section .pro_list_warp li .background-imgs {
    width: 285px;
    height: 285px;
}

/* 二级页面样式 */
.filter_view {
    height: 150px;
    padding: 30px 0;
    overflow: hidden;
}

.filter_view_zhankai {
    height: auto !important;
}

.filter_view ul {
    width: 100%;
    margin-bottom: 15px;
}

.filter_view ul li {
    min-width: 80px;
}

.filter_view .filter_sub_title {
    font-size: 14px;
    color: #222222ff;
    font-weight: bold;
}

.filter_view .filter_sub_content {
    flex-wrap: wrap;
    height: 30px;
    overflow: hidden;
    line-height: 30px;
}

.filter_zhankai {
    height: auto !important;
}

.filter_view .filter_sub_content a {
    color: #666666;
    display: block;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-right: 16px;
    padding: 0 10px;
    display: inline-block;
    height: 30px;
    line-height: 30px;
}

.filter_view .filter_sub_content a:hover, 
.filter_view .filter_sub_content a.color_theme {
    background: #e5007f !important;
    color: #fff !important;
}

.filter_view .filter_more_icon {
    text-align: end;
    color: #666666ff;
    cursor: pointer;
}

.filter_view .filter_more_icon span:last-child {
    display: none;
}

.filter_view .color_theme {
    /* font-weight: 500; */
}

.filter_view .filter_all {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
}

.filter_view .filter_all:hover {
    background: #e5007f !important;
    color: #fff !important;
}

.filter_view .filter_all.color_theme {
    background: #e5007f !important;
    color: #fff !important;
}

.shouqi_or_zhankai p {
    cursor: pointer;
}

.shouqi_or_zhankai p:first-child {
    display: none;
}
/* 列表 */
.pro_filter_bar {
    border-bottom: 1px solid #eaeaeaff;
}

.pro_filter_bar li {
    margin-right: 40px;
    color: #666666ff;
    font-size: 16px;
    padding: 8px 0;
    cursor: pointer;
}

.pro_filter_bar .filter_sort_icon {
    width: 12px;
    height: 12px;
    margin-left: 3px;
    margin-top: 7px;
}

.pro_filter_bar .selected {
    color: #222222ff;
    border-bottom: 3px solid #e3007eff;
}
.pro_filter_bar .filter_sort_icon i {
    font-size: 1px;
    color: #bfbfbfff;
}

.pro_filter_bar .filter_sort_icon .icon_selected {
    color: #e3007eff !important;
}

.pro_list_box {
    padding: 25px 0;
    overflow: hidden;
    margin-left: -20px;
    min-height: 400px;
}

.pro_list_box li {
    width: 287px;
    height: 370px;
    margin-bottom: 25px;
    float: left;
    background: #fff;
    margin-left: 18px;
    border: 1px solid #eaeaeaff;
    box-shadow:0px 2px 16px 0px rgba(18,36,57,0.16);
}

.pro_list_box li.pro_item:hover {
    transform: translateY(-10px);
    transition: all 0.4s;
    box-shadow: 0px 2px 16px 0px rgba(18,36,57,0.16);
    border-color: #e5007f;
}

.pro_item img {
    width: 285px;
    height: 285px;
}

/* 商家店铺 */

.table_list_warp {
    margin: 40px 0;
}

.table_list {
    width: 100%;
    margin: 30px 0;
}
.table_list thead {
    height: 44px;
    border-bottom: 1px solid #dcdcdcff;
}
.table_list thead th {
    font-weight: bold;
    line-height: 44px;
    text-align: center;
}
.table_list thead th:first-child {
    text-align: left;
}

.table_list tbody tr {
    width: 100%;
    height: 204px;
    background-color: #fff;
}
.table_list tbody .t_r {
    width: 100%;
    height: 180px;
    background-color: #f9f9f9ff;
}
.table_list tbody {
    text-align: center;
}

.table_list tbody tr .des {
    padding: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.table_list tbody tr td div {
    height: 180px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: #f9f9f9ff;
}

.table_list tbody img {
    width: 240px;
    height: 180px;
}
.table_list tbody tr .row_btn {
    width: 116px;
    height: 32px;
    background-color: #e5007f;
    border-radius: 2px;
    color: #fff;
    line-height: 32px;
    font-size: 14px;
}
.table_list tbody tr .price_un_login {
    color: #999999ff;
    font-size: 14px;
}
.table_list tbody tr .price_num {
    font-size: 18px;
    font-weight: bold;
}
.word_wrap {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
}
