﻿@charset "UTF-8";
* { padding: 0px; margin: 0px; font-style: normal; list-style-type: none; text-decoration: none; font-family: Helvetica Neue,Helvetica,PingFang SC,Tahoma,Arial,sans-serif; outline: 0px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; color: #666; font-size: 14px; }
img, div, p, button, select, input, textarea, label { border: 0 none }
div, p { word-break: break-all }
a { cursor: pointer; transition: all .3s; -webkit-transition: all .3s; -moz-transition: all .3s }
h2, h3, h4, h5, h6 { font-weight: normal; font-size: 14px }
body { clear: both; color: #333; font-size: 14px; background-color: #F5F5F5; max-width: 768px; margin: 0 auto; }
input, textarea, button, select { outline: none; resize: none; border: 1px solid #d5d5d5; transition: all .5s; -webkit-transition: all .5s; -moz-transition: all .5s; font-size: 14px }
button, select, input { height: 34px; line-height: 34px }
input, textarea { padding: 3px 5px; border-radius: 2px; color: #666; background: #fff; border-color: #e6e6e6; }
button { background: none; cursor: pointer; border: 0 none }
label { line-height: 34px }
label th, label td { word-break: break-all; word-wrap: break-word }
table { border-collapse: collapse; border-spacing: 0; width: 100% }
input { }
input:-webkit-autofill { -webkit-box-shadow: 0 0 0px 1000px white inset }
input::-ms-clear, input::-ms-reveal { display: none }
input[type='checkbox'], input[type='radio'] { vertical-align: middle; margin-top: -3px; height: 14px }

.swiper-container { width: 100%; height: 100%; }
.swiper-slide { text-align: center; font-size: 18px; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center }
.swiper-pagination-bullet-active { background-color: rgba(255,255,255,0.7) !important; }
.content { padding: 0 3%; }
html, body { height: 100%; }
.mobile_select { display: block; width: auto; padding: 0 10px; height: 24px; text-align: right; color: #666; font-size: 14px; line-height: 24px; }
body.over { overflow-x: hidden; overflow-y: hidden; }
.richtext img { max-width: 100%; }
.special_tip { font-size: 1.125rem; color: #666; }
.special_tip i:before { display: inline-block; margin-right: 5px; font-size: 18px; position: relative; top: 2px; }
.layui-m-layerbtn span { color: #3478F6 !important; }
.viewer-container { background-color: rgba(0,0,0,.8); }
i:before { color: #666; }
i.icon-ture:before { color: #83C44E; }
i.icon-error:before { color: #F1393A; }
i.icon-collect2:before { color: #FF5400; }
i.icon-select_chosse:before, i.icon-checkbox2:before, i.icon-radio2 { color: #CB261C; }
i.icon-radio1:before, i.icon-radio2:before, i.icon-select_chosse:before { font-size: 18px; }
i.icon-wallet:before { color: #efb336; }
.hide { display: none !important; }
i.icon-search:before { color: #ccc; }
i.icon-list_more:before { font-size: 24px !important; }
i.icon-collect1:before { color: #999; }
.layui-m-layer-footer .layui-m-layerbtn span[yes] { color: red !important; }
.list_ul .icon-arrows_right:before { color: #999; }
input::-webkit-input-placeholder { color: #ccc; }
input::-moz-placeholder { /* Mozilla Firefox 19+ */ color: #ccc; }
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color: #ccc; }
input:-ms-input-placeholder { /* Internet Explorer 10-11 */ color: #ccc; }
input { -webkit-appearance: none; }
/*ios input 内阴影*/
input[type='radio'] { width: 20px; height: 20px; background-color: #ffffff; border: solid 1px #dddddd; -webkit-border-radius: 10px; border-radius: 10px; font-size: 20px; margin: 0; padding: 0; position: relative; display: inline-block; vertical-align: top; cursor: default; -webkit-appearance: none; position: relative; top: 7px; margin-right: 10px; transition: none; }
input[type='checkbox'] { width: 16px; height: 16px; background-color: #ffffff; border: solid 1px #dddddd; -webkit-border-radius: 8px; border-radius: 8px; font-size: 16px; margin: 0; padding: 0; position: relative; display: inline-block; vertical-align: top; cursor: default; -webkit-appearance: none; position: relative; top: 7px; margin-right: 10px; transition: none; }
input[type='checkbox'] { border-radius: 1px; }
input[type='radio']:checked { border: solid 10px #CB261C; box-shadow: 0 1px 1px rgba(0,0,0,.1); text-align: center; background-clip: padding-box; transition: none; }
input[type='checkbox']:checked:before { content: ''; width: 7.5px; height: 4px; border: 2px solid #ffffff; border-top: none; border-right: none; position: absolute; top: 50%; left: 50%; margin-left: -4.5px; margin-top: -4px; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); transition: none; }
input[type='checkbox']:checked { border: solid 8px #CB261C; box-shadow: 0 1px 1px rgba(0,0,0,.1); text-align: center; background-clip: padding-box; transition: none; }
input[type='radio']:checked:before { content: ''; width: 10px; height: 10px !important; overflow: hidden; border-radius: 50%; border: 3px solid #ffffff; position: absolute; top: 50%; left: 50%; margin-left: -8px; margin-top: -8px; }
/* 全局样式 */
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #ccc;
    font-size:14px;
    font-weight:400;
}
input:-moz-placeholder, textarea:-moz-placeholder {
    color:#ccc;
     font-size:14px;
    font-weight:400;
}
input::-moz-placeholder, textarea::-moz-placeholder {
    color:#ccc;
     font-size:14px;
    font-weight:400;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color:#ccc;
     font-size:14px;
    font-weight:400;
}


/* 首页 */
.index_header { position: relative; display: flex; justify-content: space-between; padding: 10px 0 15px 0; align-items: center; }
.index_top_bg { width: 100%; height: 185px; position: absolute; top: 0; left: 0; z-index: -1; overflow: hidden; }
.index_top_bg:after { content: ''; width: 140%; height: 100%; position: absolute; left: -20%; top: 0; z-index: -1; background-color: #CB261C; border-radius: 0 0 50% 50%; }
.index_search { background-color: #fff; border-radius: 27px; height: 34px; width: calc( 100% - 75px); display: flex; justify-content: space-between; align-items: center; padding: 0 15px; border: 1px solid #fff; }
.index_search > a { width: calc( 100% - 92px); display: flex; align-items: center; }
.index_search input { height: 32px; line-height: 32px; border: none; width: calc(100% - 27px); }
.index_search h1 { border-right: 1px solid #CCCCCC; padding-right: 10px; margin-right: 10px; }
.index_search h1 > a { background-image: url(../static/imgs/f969005b994045a21440e939537d1a46.png); background-position: 0 0; background-repeat: no-repeat; overflow: hidden; display: block; width: 70px; height: 20px; font-size: 0; background-size: 100% 100%; }
.index_banner a img { width: 100%; border-radius: 20px; }
.index_header > a { padding: 3px; height: 30px; }
.index_header > a > img { height: 28px; }
.index_header > a i:before { position: relative; display: inline-block; width: 24px; height: 24px; font-size: 24px; line-height: 24px; color: #fff; text-align: center; vertical-align: middle; transition: color 300ms ease-in-out; }
.index_search > a i:before { font-size: 14px; }
.header_top { height: 54px; position: relative; }
.float_top { position: fixed; background-color: #fff; width: 100%; top: 0px; left: 0px; z-index: 99; box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.05); padding: 10px; }
.float_top .index_search { border-color: #CB261C; }
.float_top > a i:before { color: #333; }

.index_footer { position: fixed; bottom: 0; left: 0; width: 100%; background-color: #fff; box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.5); z-index: 99; }
.index_footer ul { max-width: 768px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; padding: 10px 0; }
.index_footer ul li { width: 25%; text-align: center; }
.index_footer ul li a { width: 100%; height: 100%; display: inline-block; }
.index_footer ul li a p { color: #999; font-size: 1.125rem; font-weight: bold; line-height: 1.5em; }
.index_footer ul li a i:before { font-size: 1.75rem; color: #999; }
.index_footer ul li.act p, .index_footer ul li.act i:before { color: #CB261C; }
.classification_project { margin: 30px 0; }
.classification_project a img { max-width: 100%; width: 70%; margin: 0 auto; }
.classification_project a p { font-size: 1.125rem; line-height: 33px; color: #666666; font-weight: bold; }
.discount_intime, .index_announcement { background-color: #fff; border-radius: 10px; padding: 25px 20px; position: relative; margin-bottom: 15px; }
.index_announcement { padding: 15px 20px; }
.platform_hotstyle_bg { background-color: #FCF4F0; position: relative; margin-bottom: 15px; border-radius: 10px; }
.discount_intime_title { display: flex; }
.platform_hotstyle_title { position: relative; padding: 10px 0; }
.platform_hotstyle_title > a { position: absolute; right: 0px; top: 16px; font-size: 1.125rem; color: #666; }
.platform_hotstyle_title > a i:before { font-size: 12px; }
.discount_intime_title h2, .platform_hotstyle h2 { font-size: 1.75rem; font-weight: bold; line-height: 33px; color: #333333; position: relative; }
.discount_intime_title h2 { z-index: 9; }
.discount_intime_title h2:before { content: ''; position: absolute; bottom: 1px; left: 0; z-index: -3; width: 100%; height: 7px; background: rgba(52, 171, 166, 0.5); }
.discount_intime_title a { position: absolute; right: 20px; top: 26px; font-size: 1.125rem; color: #666; }
.discount_intime_title a i:before { font-size: 12px; }
.discount_intime > ul { display: flex; margin-top: 20px; justify-content: space-between; }
.discount_intime ul li { width: 30%; }
.discount_intime .count_down ul li:nth-child(2):after, .discount_intime .count_down ul li:nth-child(3):after { content: ':'; color: #d31f2c; position: absolute; right: -7px; font-size: 1.25rem; }
.commodity_img img { width: 100%; border-radius: 10px; min-height: 100px; }
.commodity_title { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; font-size: 1.125rem; line-height: 1.5em; color: #333333; margin: 10px 0; }
.discount_price { font-size: 1.125rem; font-weight: bold; line-height: 16px; color: #FF6128; width: 100%;display: inline-block; }
.original_price { font-size: 0.875rem; line-height: 16px; color: #999999; text-decoration: line-through;display: inline-block;  }
.unlogged_state { display: block !important; font-size: 1.125rem; font-weight: bold; color: #C81522; }
.trademark { height: 20px; background: #CB261C; opacity: 1; border-radius: 4px; padding: 2px 5px; display: inline-block; color: #fff; line-height: 16px; margin-right: 3px; }
.commodity_img { position: relative; }
.commodity_discount { position: absolute; left: 0px; top: 0px; display: inline-block; padding: 2px 10px; line-height: 18px; color: #fff; background: #FF6128; opacity: 1; border-radius: 10px 0px 10px 0px; z-index: 9; }
.count_down { margin: 0 15px; }
.count_down ul { display: flex; }
.count_down ul li { width: 33px; height: 33px; line-height: 33px; color: #f5f5f5; margin-right: 10px; text-align: center; background: linear-gradient(180deg, #FF4856 0%, #C81522 100%); box-shadow: 0px 6px 9px rgba(200, 21, 34, 0.16); opacity: 1; border-radius: 6px; position: relative; font-size: 1rem; }
.count_down ul li:nth-child(2):after, .count_down ul li:nth-child(3):after { content: ':'; color: #fff; position: absolute; right: -7px; font-size: 1.25rem; }
.index_announcement { display: flex; }
.announcement_box { height: 48px; width: calc(100% - 80px); }
.index_announcement > a { padding-right: 15px; margin-right: 15px; border-right: 1px solid #E8E8E8; }
.index_announcement > a img { height: 48px; }
.announcement_box a { text-align: left; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; width: 100%; font-size: 1.075rem; line-height: 24px; color: #666666; }

.platform_hotstyle .swiper-slide img { max-width: 100%; }
.platform_hotstyle .swiper-slide { background-color: #fff; }
.platform_hotstyle .swiper-slide.active { background-color: #FCF4F0; }
.platform_items ul { display: flex; flex-wrap: wrap; padding: 20px 10px 0px 10px; }
.platform_items .items { display: none; }
.platform_items .items.on { display: block; }
.platform_items ul li { width: 48%; margin: 15px 4% 0px 0; background-color: #fff; padding: 10px; border-radius: 10px; position: relative; }
.platform_items ul li:nth-of-type(2n) { margin-right: 0px; }
.platform_items ul li:first-child, .platform_items ul li:nth-child(2) { margin-top: 0px; }
.items_more { width: calc(100% - 20px); margin: 20px auto 0 auto; height: 42px; background: #FFFFFF; opacity: 1; border-radius: 10px; line-height: 42px; color: #333; font-size: 1.125rem; text-align: center; display: block; }
.platform_items { padding-bottom: 20px; }

.index_floor { margin-top: 20px; }
.index_floor p { font-size: 1.5rem; line-height: 1.5em; font-weight: bold; line-height: 33px; color: #333333; }
.index_floor .swiper-slide { border-right: 1px solid #e2e2e2; margin-bottom: 10px; }
.index_floor .swiper-slide.active p { color: #CB261C; position: relative; }
.index_floor .swiper-slide.active p:after { content: ''; position: absolute; display: inline-block; width: 60%; height: 4px; background-color: #CB261C; bottom: 0; bottom: -10px; border-radius: 5px; left: 20%; }
.floor_items > img { max-width: 100%; border-radius: 10px; margin: 10px 0; }
.floor_items ul { display: flex; flex-wrap: wrap; }
.floor_items ul li { width: 48%; margin: 0px 4% 15px 0; background-color: #fff; padding: 10px; border-radius: 10px; position: relative; }
.floor_items ul li:nth-of-type(2n) { margin-right: 0px; }
.floor_items { display: none; }
.floor_items.on { display: block; }
.floor_float { position: fixed !important; top: 54px; left: 0px; background-color: #fff; z-index: 98 !important; height: 44px; }
.index_floor_top.on { height: 33px; }
.floor_float .swiper-slide { height: 22px; margin-top: 12px; }

.right_suspension { position: fixed; right: 3%; top: 50%; z-index: 99; }
.right_suspension ul li a { display: inline-block; width: 46px; height: 46px; border-radius: 50%; border: 1px solid #ccc; background-color: #fff; margin-bottom: 15px; padding: 11px 10px; }
.icon_news { display: inline-block; width: 20px; height: 20px; background-position: -55px -108px; }
.right_suspension ul li a i:before { font-size: 24px; color: #999; }

.copyright { background-color: #fff; position: relative; }
.copyright .bottom_links { display: flex;  align-items: center; flex-wrap: wrap; padding: 15px 0; }
.copyright .bottom_links li {padding: 0 5px;width: 25%; margin: 5px 0;border-right: 1px solid #e0e0e0; }
.copyright .bottom_links li:nth-child(4n),.copyright .bottom_links li:last-child{ border-right: none; }
.copyright .bottom_links li a { display: inline-block; width: 100%; height: 100%; text-align: center; font-size: 1.125rem; line-height: 1.5em; color: #666666; }
.copyright_text,.copyright_text a{ text-align: center; font-size: 1.075rem; line-height: 1.5em; color: #999999; padding: 10px 0; }
.new_news { position: absolute !important; right: 10px; top: 10px !important; width: 10px; height: 10px; display: inline-block; background-color: #FFAE00; border-radius: 50%; }
.index_partner li img {max-width:100%; }
.index_partner li:nth-child(4n){margin-right:0px;}
.index_partner li{width:calc(25% - 8px);margin-right:10px;text-align: center;margin-bottom: 5px;}
.index_partner { display: flex; flex-wrap: wrap;  }

/* 搜索页面 */
.search_box { background-color: #fff; height: 100%; }
.search_text { padding: 10px 3%; display: flex; justify-content: space-between; border-bottom: 1px solid #f2f2f2; margin-bottom: 10px; }
.search_bg { width: calc(100% - 50px); background-color: #F5F5F5; height: 34px; line-height: 34px; border-radius: 27px; padding: 0 15px; display: flex; align-items: center; }
.search_bg i:before { width: 14px; }
.search_bg input { width: calc(100% - 40px); margin-left: 3px; height: 32px; line-height: 32px; border: none; background-color: #F5F5F5; }
.search_text > a { height: 34px; line-height: 34px; display: inline-block; font-size: 1.175rem; padding: 0 0 0 6px; }
.search_items { margin: 15px auto; }
.search_items h2 { font-size: 1.25rem; font-weight: bold; line-height: 1.5em; color: #333333; position: relative; }
.search_items h2 i { font-size: 16px; position: absolute; right: 0px; color: #999; }
.search_items ul { display: flex; flex-wrap: wrap; margin: 10px auto; }
.search_items ul li { margin: 0px 10px 10px 0; }
.search_items ul li a { display: inline-block; height: 28px; line-height: 28px; padding: 0 20px; background-color: #f5f5f5; border-radius: 14px; }

/* 分类页 */
.classified_search_bg { background-color: #fff; padding: 10px 3%; border-bottom: 1px solid #f2f2f2; }
.classified_search { width: 100%; background-color: #F5F5F5; height: 34px; line-height: 34px; border-radius: 27px; padding: 0 15px; }
.classified_search img { width: 16px; top: 2px; position: relative; }
.classified_search input { width: calc(100% - 40px); margin-left: 3px; height: 32px; line-height: 32px; border: none; background-color: #F5F5F5; }
.classified_left, .classified_right { height: 100%; overflow-y: auto; }
.classified_content { display: flex; }
.classified_left { width: 115px; background-color: #f5f5f5; }
.classified_right { width: calc(100% - 115px); background-color: #fff; }
.classified_left li { height: 44px; text-align: center; font-size: 1rem; line-height: 44px; color: #333333; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; padding: 0 5px; }
.classified_left li.active { color: #fff; background-color: #CB261C; }
.classified_items { display: none; }
.classified_items.on { display: block; }
.classified_items > li { }
.classified_items > li p { background-color: #fff; line-height: 44px; padding: 0 30px 0 10px; position: relative; height: 44px; border-bottom: 1px solid #f5f5f5; }
.classified_items > li p span { font-size: 1rem; font-weight: bold; color: #333; display: inline-block; width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.classified_items > li.on p span { color: #CB261C; }
.classified_items > li p i:before { font-size: 14px; position: absolute; right: 10px; top: 14px; height: 12px; transition: all .4s; }
.classified_items > li.on p i:before { transform: rotate(90deg); -ms-transform: rotate(90deg); -moz-transform: rotate(90deg); -webkit-transform: rotate(90deg); -o-transform: rotate(90deg); transition: all .4s; position: absolute; }

.classified_items > li ul { display: none; background-color: #fff; padding: 10px; flex-wrap: wrap; border-bottom: 10px solid #f5f5f5; }
.classified_items ul li { max-width: 100%; }
.classified_items ul li a { display: inline-block; line-height: 30px; height: 30px; margin: 0px 7px 7px 0; padding: 0 15px; border: 1px solid #ccc; border-radius: 17px; font-size: 1rem; color: #666; max-width: 100%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.classified_items > li.on ul { display: flex; }

/* 收藏 */
.screening_condition { background-color: #fff;; }
.screening_condition > ul { display: flex; justify-content: space-between; position: relative; height: 45px; }
.screening_condition > ul > li > a { display: inline-block; width: 100%; background-color: #fff; height: 45px; line-height: 45px; font-size: 1.125rem; color: #333; }
.screening_condition > ul > li > a em { font-size: 1.125rem; color: #333; }
.screening_condition > ul > li i:before { margin: 0 7px; font-size: 12px; position: relative; top: 0; }
.rotate180 { transform: rotate(180deg); -ms-transform: rotate(180deg); -moz-transform: rotate(180deg); -webkit-transform: rotate(180deg); -o-transform: rotate(180deg); display: inline-block; }
.screening_condition > ul > li.active a em, .screening_condition > ul > li.active a, .screening_condition > ul > li.active i:before { color: #CB261C; }
.screening_condition > ul > li:last-child i:before { font-size: 16px; top: 2px; }
.screening_items > ul li { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; box-sizing: border-box; height: 45px; line-height: 45px; font-size: 1rem; color: #666; position: relative; padding: 0 3%; }
.screening_items > ul li:before { content: ""; position: absolute; z-index: 1; pointer-events: none; background-color: #f5f5f5; height: 1px; left: 0; right: 0; top: 0; }
.screening_items > ul li.on { color: #CB261C; }
.screening_items { display: none; position: fixed; max-height: 70%; overflow-y: auto; width: 100%; z-index: 102; }
.screening_items > ul { background-color: #fff; }
.hide_screening { position: absolute; width: 100%; z-index: 102; }
.hide_screening_bg { position: fixed; width: 100%; height: 100%; background: rgba(0,0,0,.3); display: none; z-index: 101; }
.screening_items.on { display: block; }
.collect_list_items { background-color: #fff; margin-top: 10px; padding: 10px 3%; }
.area_selection a { display: inline-block; height: 24px; line-height: 24px; padding: 0 10px; border-radius: 3px; border: 1px solid #D5D5D5; color: #666666; margin-left: 5px; }
.area_selection a.on { border-color: #FF6128; color: #FF6128; }
.list_items_area li p { height: 24px; line-height: 24px; font-size: 1rem; color: #666; width: 80px; }
.list_items_area li { display: flex; justify-content: space-between; margin-bottom: 10px; }
.list_items_area { border-bottom: 1px solid #f5f5f5; }
.list_items_area li > div { width: calc(100% - 80px); text-align: right; display: flex; justify-content: flex-end; }
.area_selection .logistics_select, .product_property_text .logistics_select, .submit_oder_loitems .mobile_select { width: auto; height: 30px; line-height: 28px; padding: 0 29px 0 13px; border: 1px solid #e6e6e6; border-radius: 3px; position: relative; color: #666; }
.area_selection .logistics_select:after, .product_property_text .logistics_select:after, .submit_oder_loitems .mobile_select:after { content: ''; border-top: 7px solid #ccc; border-left: 7px solid transparent; border-right: 7px solid transparent; border-bottom: 7px solid transparent; position: absolute; right: 10px; top: 11px; }
.collect_goods { display: flex; margin-top: 10px; }
.collect_goods_leftimg { width: 30%; margin-right: 10px; }
.collect_goods_leftimg a img { width: 100%; }
.collect_goods_price { font-size: 1.125rem; font-weight: bold; line-height: 1.5em; color: #FF6128; }
.collect_goods_title a, .collect_goods_title { font-size: 1rem; line-height: 1.5em; color: #333333; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.collect_goods_title a em, .collect_goods_title em { display: inline-block; vertical-align: middle; width: 6px; height: 6px; background: #ec7e25; margin: -3px 5px 0 0; border-radius: 50%; }
.collect_goods_right { width: 70%; display: flex; flex-direction: column; justify-content: space-between; }
.collect_goods_sku { display: flex; justify-content: space-between; align-items: center; margin: 3px 0; }
.collect_goods_sku span { font-size: 1rem; line-height: 1.5em; color: #333333; }
.collect_goods_sku b { font-size: 1rem; font-weight: 400; line-height: 1.5em; color: #999999; }
.collect_goodsstate img { width: 26px; }
.collect_goods_soldout { height: 24px; line-height: 24px; font-size: 1rem; padding: 0 10px; color: #fff; background: #CCCCCC; border-radius: 21px; text-align: center; width: 60px; }
.collect_goodsstate { display: flex; flex-wrap: wrap; margin-bottom: 10px; }
.collect_goods_jurisdiction { color: #C81522; }
.other_screening { width: 85%; right: 0; position: fixed; background-color: #fff; height: 100%; top: 0px; z-index: 102; }
.other_screening_box { padding: 15px 3%; min-height: calc(100% - 42px); overflow-y: auto; }
.screening_btn { position: absolute; bottom: 0px; height: 44px; display: flex; width: 100%; }
.screening_btn a { width: 50%; height: 44px; background: #F5F5F5; line-height: 44px; display: inline-block; text-align: center; font-size: 1.125rem; }
.screening_btn a:last-child { color: #FFF; background-color: #CB261C; }
.last_screening_items { position: relative; }
.collect_sku { display: flex; margin-bottom: 10px; }
.collect_sku .sorting_items_classify { width: 30%; margin-right: 5px; margin-bottom: 0px; }
.collect_sku > input { width: calc(70% - 5px); height: 40px; line-height: 40px; padding: 0 10px; border-radius: 3px; border-color: #e6e6e6; }
.regional_inventory { display: flex; justify-content: space-between; align-items: center; color: #ccc; margin: 5px 0; }
.regional_inventory input { width: 46%; height: 40px; line-height: 40px; padding: 0 20px; border-radius: 20px; border-color: #e6e6e6; }
.radio_button { display: flex; flex-wrap: wrap; align-items: center; }
.radio_button li { padding: 0 15px 0 15px; margin-right: 5px; height: 34px; line-height: 34px; position: relative; }
.radio_button li a { position: relative; }
.radio_button li a i:before { position: absolute; left: -22px; top: -1px; }

/* 空收藏页 */
.middle_content { min-height: calc(100% - 50px); background-color: #fff; display: flex; padding: 0 3%; justify-content: center; align-items: center; flex-direction: column; }
.middle_content img { width: 65%; }
.middle_content p { font-size: 1.125rem; line-height: 2em; color: #666666; margin: 20px auto 10px auto; }
.middle_content a { background: #CB261C; border-radius: 5px; height: 34px; line-height: 34px; color: #fff; display: inline-block; padding: 0 20px; text-align: center; }

/* 列表页 */
.list_header { width: 100%; z-index: 9; background-color: #fff; padding: 10px 3%; display: flex; align-items: center; justify-content: space-between; }
.list_header_icon a i:before { font-size: 24px; color: #333; }
.list_header_icon { display: flex; width: 50px; justify-content: space-around; align-items: center; margin-left: 5px; }
.list_header_icon a { font-size: 1.123rem; font-weight: bold; line-height: 34px; color: #333333; position: relative; display: flex; align-items: center; }
.list_header_icon a span { position: relative; top: 5px; }
.list_header > a { width: 20px; }
.list_header .classified_search { width: calc(100% - 70px); }
.classified_search h1 { font-size: 0px; width: 0px; height: 0px; overflow: hidden; }
.list_banner, .list_banner img { width: 100%; }
.list_goods { padding: 10px 3%; }
.list_goods > ul > li a { display: inline-block; }
.list_goods > ul { display: flex; flex-wrap: wrap; }
.list_goods > ul > li { display: flex; flex-direction: column; width: 48%; margin: 0px 4% 15px 0; background-color: #fff; padding: 10px; border-radius: 10px; position: relative; }
.list_goods > ul > li:nth-of-type(2n) { margin-right: 0px; }
.commodity_repertory { background-color: rgba(0,0,0,0.48); padding: 0 15px; height: 24px; line-height: 24px; font-size: 1rem; border-radius: 0px 10px 0px 0px; position: absolute; left: -10px; bottom: 0; color: #fff; }
.commodity_remove { position: absolute; left: 0; bottom: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.48); color: #fff; display: flex; justify-content: center; align-items: center; border-radius: 50%; font-size: 1.125rem; }
.commodity_clearance { position: absolute; left: 0px; top: 0px; display: inline-block; padding: 2px 10px; line-height: 18px; color: #fff; background: #C81522; border-radius: 10px 0px 10px 0px; z-index: 9; }
.list_goods .commodity_title { margin-bottom: 3px;height: 46px; }
.commodity_sku { font-size: 1rem; line-height: 1.5em; color: #999; display: block; }
.commodity_warehouse { display: flex; flex-wrap: wrap; margin: 5px 0 0 0; min-height: 25px; }
.commodity_warehouse a { display: inline-block; height: 20px; line-height: 20px; font-size: 12px; padding: 0 7px; border-radius: 3px; border: 1px solid #D5D5D5; color: #666666; margin: 0 5px 5px 0; }
.commodity_warehouse a.on { border-color: #FF6128; color: #FF6128; }
.go_back_icon i:before { transform: rotate(180deg); -ms-transform: rotate(180deg); -moz-transform: rotate(180deg); -webkit-transform: rotate(180deg); -o-transform: rotate(180deg); display: inline-block; position: relative; font-size: 16px; font-weight: bold; color: #666; }
.discount_time_box .count_down ul { display: flex; }
.discount_time_box .count_down ul li { width: 34px; height: 34px; line-height: 34px; background: rgba(0,0,0,0.3); box-shadow: 0px 6px 9px rgba(200, 21, 34, 0.2); color: #FCE8CD; margin-right: 10px; text-align: center; border-radius: 6px; position: relative; font-size: 1.125rem; position: relative; }
.discount_time_box .count_down ul li:nth-child(2):after, .discount_time_box .count_down ul li:nth-child(3):after { content: ':'; color: #fff; position: absolute; right: -7px; font-size: 1.25rem; }
.discount_box { background: linear-gradient(270deg, #E73E39 0%, #CC1E20 100%); }
.discount_title { position: relative; text-align: center; }
.discount_title .discount_go_back { position: absolute; left: 0px; top: 11px; }
.discount_title h1 { font-size: 1.5rem; line-height: 2em; color: #FFFFFF; font-weight: bold; }
.discount_title a i:before { transform: rotate(180deg); -ms-transform: rotate(180deg); -moz-transform: rotate(180deg); -webkit-transform: rotate(180deg); -o-transform: rotate(180deg); display: inline-block; position: relative; font-size: 16px; font-weight: bold; color: #fff; }
.discount_box { padding: 10px 3%; }
.discount_time_box, .platform_title { display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 10px 0; }
.discount_time_box p { color: #fff; font-size: 1.025rem; line-height: 2em; margin-bottom: 5px; }
.list_header_icon a span.new_news { right: -2px; top: -1px !important; }
.platform_box { background: linear-gradient(272deg, #FEAD12 0%, #F07D17 100%); padding: 10px 3%; }
.platform_title p { font-size: 1.175rem; line-height: 1.5em; color: #fff; font-weight: bold; margin-bottom: 5px; }
.platform_title span { font-size: 1.025rem; line-height: 1.5em; color: #fff; }
.platform_title { padding: 20px 0; }
.platformgoods_items { display: none; }
.platformgoods_items.on { display: block; }
.platform_goods_box .swiper-slide a { padding: 5px 0 0 0; display: inline-block; width: 100%; height: 100%; }
.platform_goods_box .swiper-slide img { max-width: 100%; }
.platform_goods_box .swiper-slide.active { border-bottom: 3px solid #CB261C; }
.platform_goods_box .swiper-container { background-color: #fff; margin-bottom: 10px; }
.screening_sorting { background-color: #fff; padding: 0 3%; }
.screening_sorting > ul { display: flex; justify-content: space-between; }
.screening_sorting > ul > li > a { font-size: 1rem; font-weight: bold; color: #333; border-bottom: 3px solid transparent; display: inline-block; height: 38px; line-height: 38px; padding: 0 5px; display: flex; align-items: center; border-top: 3px solid transparent; }
.screening_sorting > ul > li.on a { border-bottom: 3px solid #CB261C; }
.screening_sorting > ul > li > a i:before { display: inline-block; margin: 0 6px; }
.screening_sorting_span { display: flex; flex-direction: column; align-items: center; height: 100%; position: relative; top: 2px; }
.screening_sorting_span i:before { font-size: 12px; height: 12px; position: relative; top: 2px; }
.screening_sorting_span i.on:before { color: #CB261C; }
.screening_sorting > ul > li:last-child i { font-size: 16px; }
.screening_sorting .filtrate_icon { margin: 0 5px; }
.other_screening_sorting_box { position: fixed; z-index: 102; top: 0; left: 0; width: 100%; height: 100%; display: none; transition: all .4s; }
.other_screening_sorting_bg { position: absolute; width: 100%; height: 100%; background: rgba(0,0,0,.3); z-index: 101; transition: all .4s; display: none; }
.other_screening_sorting { width: 85%; position: absolute; right: -100%; top: 0; background-color: #fff; z-index: 102; height: 100%; transition: all .4s; }
.other_screening_sorting_items { height: calc(100% - 44px); overflow-y: auto; padding: 15px; }
.other_screening_sorting_items ul > li p { line-height: 40px; position: relative; height: 40px; color: #333; font-size: 1.125rem; font-weight: bold; }
.other_screening_sorting_items ul > li p i:before { color: #999; right: 0px; position: absolute; top: 12px; transition: all .4s; font-size: 14px; transform: rotate(90deg); -ms-transform: rotate(90deg); -moz-transform: rotate(90deg); -webkit-transform: rotate(90deg); -o-transform: rotate(90deg); }
.sorting_items_list { display: flex; flex-wrap: wrap; align-items: center; display: none; }
.sorting_items_list > a { padding: 0 15px; height: 30px; line-height: 30px; background-color: #F5F5F5; color: #333; border-radius: 15px; margin-right: 10px; margin-bottom: 10px; text-align: center; display: inline-block; border: 1px solid #F5F5F5; }
.other_screening_sorting_items ul > li.on p i:before { transform: rotate(-90deg); -ms-transform: rotate(-90deg); -moz-transform: rotate(-90deg); -webkit-transform: rotate(-90deg); -o-transform: rotate(-90deg); transition: all .4s; position: absolute; display: inline-block; }
.sorting_items_classify { width: 100%; height: 40px; line-height: 40px; padding: 0 30px 0 10px; border: 1px solid #e6e6e6; border-radius: 3px; position: relative; margin-bottom: 10px; overflow: hidden; }
.sorting_items_classify:after { content: ''; border-top: 7px solid #ccc; border-left: 7px solid transparent; border-right: 7px solid transparent; border-bottom: 7px solid transparent; position: absolute; right: 10px; top: 16px; }
.sorting_items_list a.act { border-color: #CB261C; color: #CB261C; background-color: #F8FFFF; }
.commodity_collect { position: absolute; right: 0px;top:5px; }
.commodity_price { padding-right: 20px; position: relative; }

/*商品详情页*/
.british_vat_tips { padding: 0 3%; background-color: #FCEEE2; height: 34px; }
.british_vat_tips a { line-height: 34px; height: 34px; display: inline-block; color: #FF6128; width: 100%; position: relative; }
.british_vat_tips a span { color: #FF6128; font-size: 1rem; width: calc(100% - 30px); display: inline-block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.british_vat_tips a span i:before { display: inline-block; margin-right: 5px; color: #ff5400; }
.british_vat_tips a > i:before { color: #FF6128; font-size: 12px; display: inline-block; position: absolute; right: 0px; top: 11px; }
.product_img { min-height: 320px; }
.product_img img { width: 100%; }
.product_sale { background-color: #FA413E; padding: 7px 3%; display: flex; justify-content: space-between; }
.product_sale .count_down ul li { min-width: 26px; height: 26px; line-height: 26px; background: rgba(0,0,0,0.3); box-shadow: 0px 6px 9px rgb(200 21 34 / 20%); color: #FCE8CD; margin-right: 10px; text-align: center; border-radius: 6px; position: relative; font-size: 1.125rem; position: relative; }
.product_sale > p { font-size: 1.125rem; font-weight: bold; line-height: 26px; color: #FFFFFF; }
.product_sale .count_down ul li:last-child { margin-right: 0px; }

.product_sale .count_down { display: flex; }
.product_sale .count_down p { font-size: 1.025rem; line-height: 26px; color: #fff; margin-right: 5px; }
.product_img .swiper-pagination-bullet { background-color: rgba(0,0,0,0.5) !important; }
.product_img .swiper-pagination-bullet-active { background-color: #CB261C !important; }
.product_img .swiper-container { z-index: 8; }
.product_date { padding: 5px 3%; background-color: #fff; }
.product_date_sku { display: flex; justify-content: space-between; align-items: center; }
.product_date_sku > span { display: inline-block; font-size: 1rem; line-height: 34px; color: #999999; }
.product_date_sku > b { font-size: 1.025rem; display: inline-block; line-height: 34px; color: #CB261C; }
.product_date_title { font-size: 1.25rem; font-weight: bold; line-height: 1.5em; color: #000000; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; margin: 3px 0; }
.product_date_titleEn { font-size: 1.125rem; line-height: 1.5em; color: #666666; margin-bottom: 5px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.product_date_price > b { font-size: 1.25rem; font-weight: bold; line-height: 28px; color: #FF6128; margin: 5px 0; }
.product_date_price a { font-size: 1.125rem; font-weight: bold; line-height: 1.5em; color: #FF6128; }
.product_date_price span { font-weight: 400; display: inline-block; margin-left: 10px; font-size: 1rem; line-height: 28px; color: #999; text-decoration: line-through; }
.product_date_discount { display: inline-block; padding: 0 8px; line-height: 20px; height: 20px; border: 1px solid #FF6128; color: #FF6128; text-align: center; border-radius: 5px; margin-bottom: 5px; font-size: 12px; }
.product_repertory { font-size: 1.025rem; color: #999; line-height: 1.5em; margin: 8px 0 5px 0; }
.product_property { background-color: #fff; padding-bottom: 10px; margin-bottom: 10px; }
.product_property > li { padding: 2px 3%; min-height: 30px; display: flex; justify-content: space-between; align-items: flex-start; }
.product_property > li:first-child { background-color: #FCEEE2; margin-bottom: 10px; padding: 5px 3%; }
.product_property > li:first-child p { line-height: 30px; font-size: 1rem; color: #333333; }
.product_property > li p { font-size: 1.025rem; line-height: 30px; color: #666666; width: 60px; margin-right: 15px; }
.product_property > li:first-child .product_property_text span.property_text_tips { color: #333; }
.product_property_text { width: calc(100% - 75px); text-align: right; display: flex; justify-content: flex-end; }
.product_property_text span { text-align: left; display: inline-block; line-height: 30px; }
.product_property_text > ul { display: flex; justify-content: flex-end;flex-wrap: wrap; }
.product_property_text > ul li { margin-left: 10px; line-height: 30px; color: #666; }
.product_property_text > ul li i { display: inline-block; margin-right: 3px; position: relative; top: 1px; }
.product_property_text .logistics_select { width: max-content; max-width: 100%; }
.product_property_text .commodity_warehouse a { margin: 0; margin-left: 10px; height: 24px; line-height: 24px; padding: 0 10px; }
.product_property_text .commodity_warehouse { margin: 0px; }
.product_detail { background-color: #fff; padding: 5px 3%; margin-bottom: 10px; }
.product_detail .swiper-slide a { display: inline-block; padding: 0 10px; height: 40px; line-height: 40px; font-size: 1.125rem; color: #333; font-weight: bold; }
.product_detail .swiper-slide { width: auto; }
.product_detail .swiper-slide.active { border-bottom: 2px solid #CB261C; }
.product_detail .swiper-slide.active a { color: #CB261C; }
.product_detail_items_box { margin: 10px 0; }
.product_detail_items { display: none; }
.product_detail_items.on { display: block; }
.product_recommend { background-color: #fff; padding: 10px 3%; margin-bottom: 10px; }
.product_recommend_items { text-align: left !important; }
.product_recommend_items .commodity_title { margin: 5px 0; }
.product_recommend h5 { font-size: 1.125rem; font-weight: bold; line-height: 33px; color: #333333; text-align: center; color: #333; margin-bottom: 10px; }
.product_bottom_box { height: 60px; }
.product_bottom { position: fixed; bottom: -1px; background-color: #fff; padding: 8px 3%; left: 0px; z-index: 9; width: 100%; display: flex; justify-content: center; align-items: center; box-shadow: 0px 3px 6px rgb(0 0 0 / 50%); }
.product_bottom > a { background-color: #FF5400; width: 65%; height: 44px; line-height: 44px; display: inline-block; font-size: 1.125rem; text-align: center; color: #fff; border-radius: 22px; }
.collect_product { width: 35%; padding: 0 20px; text-align: center; }
.collect_product a span { display: block; }
.collect_product a { width: 100%; display: inline-block; height: 100%; }

/*登陆注册页*/
.mobile_login_flex { height: 100%; background-color: #fff; padding: 10px 3%; display: flex; align-items: center; justify-content: center; }
.mobile_login_box ul li { margin-bottom: 10px; }
.mobile_login_box input[type='text'], .mobile_login_box input[type='password'] { width: 100%; padding: 5px 10px; border-radius: 5px; height: 40px; line-height: 40px; }
.mobile_login_box img { width: 150px; display: block; margin: 0 auto 26px auto; }
.mobile_login_box { width: 100%; }
.mobile_login_box ul li span.tip_error * { color: #C81522; display: block; }
.mobile_login_box .validation-summary-errors ul li { color: #C81522; display: block; }
.mobile_login_box > a h1 { font-size: 0px; width: 0px; height: 0px; overflow: hidden; }
.mobile_login_box > button h1 { font-size: 0px; width: 0px; height: 0px; overflow: hidden; }
.img_code img { height: 40px; position: absolute; right: 0px; top: 0px; max-width: 110px; }
.img_code input { width: calc(100% - 120px) !important; }
.img_code { position: relative; }
.mobile_login_box ul li > a.mobile_login_a { display: inline-block; width: 100%; height: 40px; line-height: 40px; background-color: #CB261C; color: #fff; font-size: 1.125rem; text-align: center; border-radius: 5px; margin: 13px 0 0 0; }
.mobile_login_box ul li > button.mobile_login_a { display: inline-block; width: 100%; height: 40px; line-height: 40px; background-color: #CB261C; color: #fff; font-size: 1.125rem; text-align: center; border-radius: 5px; margin: 13px 0 0 0; }

.mobile_login_guidance a, .register_a a { font-size: 1rem; line-height: 1.5em; color: #666; display: inline-block; }
.mobile_login_guidance button, .register_a button { font-size: 1rem; line-height: 1.5em; color: #666; display: inline-block; }
.mobile_login_guidance a:last-child { color: #CB261C; }
.mobile_login_guidance { display: flex; justify-content: space-between; align-items: center; }
.img_code > a { display: inline-block; width: 110px; height: 40px; line-height: 40px; background-color: #CB261C; color: #fff !important; text-align: center; border-radius: 5px; position: absolute; right: 0px; top: 0px; }
.register_a { text-align: center; }
.select_phone { position: relative; }
.select_phone .mobile_select { display: inline-block; width: 100px; height: 40px; line-height: 40px; padding: 0 29px 0 13px; border: 1px solid #d5d5d5; border-radius: 5px; position: relative; color: #666; text-align: left; overflow: hidden; }
.select_phone .mobile_select:before { content: ''; border-top: 7px solid #ccc; border-left: 7px solid transparent; border-right: 7px solid transparent; border-bottom: 7px solid transparent; position: absolute; right: 10px; top: 16px; }
.select_phone input { width: calc(100% - 110px) !important; display: inline-block; position: absolute; right: 0px; top: 0px; }
.register_result_box { display: flex; justify-content: center; align-items: center; background-color: #fff; height: 100%; padding: 10px 3%; }
.register_result_box .register_result > span { margin-bottom: 35px; }
.register_result { padding: 0 3%; text-align: center; }
.register_result i:before { font-size: 80px; display: inline-block; }
.register_result p { font-size: 1.25rem; color: #333; line-height: 2em; font-weight: bold; margin: 25px 0 5px 0; }
.register_result span { color: #666; font-size: 1rem; line-height: 1.5em; padding: 0 4%; display: block; margin-bottom: 15px; }
.register_result a { display: inline-block; width: 100%; height: 40px; line-height: 40px; background-color: #CB261C; color: #fff; font-size: 1.125rem; text-align: center; border-radius: 5px; margin-bottom: 40px; }
.mobile_login_box ul li label a { color: #CB261C; }
.mobile_login_box ul li label button { color: #CB261C; }
.mobile_login_box ul li label { position: relative; }
.mobile_login_box ul li label input { margin-top: 2px; margin-right: 5px; }

/*购物车*/
.top_nav { position: fixed; width: 100%; top: 0px; left: 0px; background-color: #fff; padding: 10px 3%; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid #E2E2E2; z-index: 9; }
.top_nav i:before { font-size: 16px; }
.top_nav h2 { font-size: 1.125rem; color: #333; line-height: 30px; font-weight: bold; }
.right_btn > a { color: #333; }
.shopping_cart_items { background-color: #fff; margin-bottom: 10px; padding: 10px 3%; }
.cart_quantity { margin-top: 15px; }
.cart_quantity .discount_price { line-height: 25px;display: inline-block; }
.shopping_cart_items ul li { display: flex; align-items: center; margin-bottom: 15px; }
.shopping_cart_items ul li i { width: 30px; }
.cart_items_box { width: calc(100% - 30px); display: flex; justify-content: space-between; }
.cart_items_box .cart_items_img { width: 30%; }
.cart_items_box .cart_items_img img { width: 100%; border-radius: 5px; }
.cart_items_goods { width: calc(70% - 40px); display: flex; flex-direction: column; justify-content: space-between; }
.shopping_cart_items > p span { font-size: 1rem; color: #333; display: inline-block; margin-left: 7px; }
.shopping_cart_items > p { display: flex; align-items: center; line-height: 30px; height: 30px; margin-bottom: 10px; font-weight: bold; }
.cart_understock { display: block; color: #C81522; }
.cart_bottom_box { height: 50px; }
.cart_bottom { position: fixed; width: 100%; padding: 8px 3%; background-color: #fff; bottom: 0px; left: 0px; z-index: 9; box-shadow: 0px 3px 6px rgb(0 0 0 / 50%); }
.settle_accounts { display: flex; justify-content: space-between; align-items: center; }
.settle_accounts p { font-size: 1.125rem; line-height: 34px; color: #333; }
.settle_accounts p span { display: inline-block; margin-left: 5px; color: #FF5400; font-size: 1.125rem; line-height: 34px; font-weight: bold; }
.settle_accounts a { padding: 0 20px; height: 34px; line-height: 34px; background-color: #FF5400; color: #fff; border-radius: 17px; font-size: 1.125rem; }
.settle_accounts a em { color: #fff; font-size: 1.125rem; }
.cart_delet_goods a { padding: 0 20px; height: 34px; display: inline-block; line-height: 34px; color: #666; border: 1px solid #d0d0d0; border-radius: 15px; font-size: 1.125rem; flex: 1; text-align: center; margin-right: 20px; }
.cart_delet_goods { display: flex; justify-content: space-around; }
.cart_delet_goods a:last-child { margin: 0; }
.top_nav_box { height: 50px; }


/*提交订单页*/
.submit_order_address { background-color: #fff; padding: 10px 3%; margin-bottom: 10px; display: flex; justify-content: space-between; align-items: center; }
.submit_order_address > a { width: 50px; min-height: 50px; height: 100%; display: flex; justify-content: flex-end; align-items: center; text-align: center; }
.submit_order_address > a i:before { font-size: 16px; }
.commodity_information { background-color: #fff; margin-bottom: 10px; }
.commodity_information > p { padding: 10px 3%; font-size: 1.125rem; line-height: 30px; color: #333333; border-bottom: 1px solid #f3f3f3; }
.commodity_information ul { padding: 10px 3%; }
.commodity_information ul li { display: flex; justify-content: space-between; border-bottom: 1px solid #f3f3f3; padding-bottom: 10px; margin-bottom: 10px; }
.commodity_information ul li > span { min-width: 40px; text-align: right; color: #333; font-size: 1rem; margin-left: 10px; }
.commodity_information ul li:last-child { border: 0px; margin-bottom: 0px; padding-bottom: 0px; }
.submit_order_logistics { background-color: #fff; padding: 10px 3%; margin-bottom: 10px; }
.submit_order_logistics li { display: flex; justify-content: space-between; align-items: center; padding: 3px 0; }
.submit_order_logistics li > p { font-size: 1.025rem; line-height: 30px; color: #333; width: 100px; margin-right: 15px; }
.submit_order_logistics li > p em{ color:red; display:inline-block; padding-right:3px; position:relative; top:3px; }
.long_li > p { width: 50% !important; }
.submit_oder_loitems { width: calc(100% - 115px); text-align: right; }
.long_li .submit_oder_loitems { width: calc(50% - 15px) !important; }
.submit_oder_loitems > input { width: 100%; border-radius: 3px; padding: 0 10px; height: 30px; line-height: 30px; color: #666; }
.submit_oder_loitems > a { display: inline-block; width: 100%; height: 30px; line-height: 30px; }
.no_vat { color: #C81522; line-height: 30px; }
.submit_order_sum .submit_order_logistics { margin: 0px; }
.submit_order_sum > p { line-height: 24px; text-align: center; padding: 5px 3%; background-color: #FCEEE2; color: #FF5400; }
.value_added { padding: 10px 3%; background-color: #fff; margin-bottom: 10px; }
.value_added > p { display: block; margin-bottom: 10px; color: #333; }
.value_added ul li p { width: 100px; margin-right: 20px; color: #333; }
.value_added .value_added_lable { display: flex; flex-wrap: wrap; width: calc(100% - 120px); justify-content: flex-end; }
.value_added ul li { display: flex; justify-content: space-between; }
.value_added_lable lable { position: relative; display: inline-block; margin-right: 12px; }
.value_added_lable lable input { top: 3px; margin-right: 5px; }
.submit_oder_loitems .mobile_select { max-width: 100%; width: max-content; display: inline-block; }
.order_address_default { font-size: 1.025rem; color: #333; margin-bottom: 10px; }
.order_address_default span { display: inline-block; margin-right: 5px; height: 20px; line-height: 20px; color: #fff; background-color: #C81522; padding: 0 7px; border-radius: 3px; }
.order_addres_real > p { width: calc(100% - 70px); font-size: 1.125rem; color: #333; font-weight: bold; line-height: 1.5em; }
.order_addres_real { display: flex; justify-content: space-between; margin-bottom: 5px; }
.order_addres_real > span { display: inline-block; width: 60px; line-height: 30px; text-align: right; }
.order_address_box > span { display: inline-block; margin-right: 5px; color: #666; font-size: 1rem; }
.order_address_box > a { font-size: 1.125rem; color: #333; display: inline-block; width: 100%; height: 100%; line-height: 50px; }
.order_address_box { background-color: #fff; width: calc(100% - 55px); min-height: 50px; }

/*设置itemid、transactionld*/
.itemid_box { padding: 10px 3%; }
.itemid_box li { width: 100%; padding: 10px 3%; background-color: #fff; margin-bottom: 10px; border-radius: 3px; }
.itemid_box li input { height: 34px; line-height: 34px; padding: 0 10px; border-radius: 3px; width: 100%; }
.itemid_title { position: relative; padding-right: 40%; font-size: 1.125rem; color: #333; line-height: 30px; margin-bottom: 5px; }
.itemid_title span { position: absolute; right: 0px; line-height: 30px; color: #333; }
.itemid_property { font-size: 1rem; color: #333; line-height: 30px; margin-bottom: 5px; line-height: 30px; position: relative; }
.itemid_property span { color: #C81522; display: inline-block; margin-right: 5px; font-size: 1.125rem; line-height: 30px; position: relative; top: 4px; }
.notarize_btn { padding: 0px 3% 20px 3%; }
.notarize_btn a { height: 40px; line-height: 40px; width: 100%; border-radius: 5px; text-align: center; display: inline-block; background-color: #CB261C; color: #fff; font-size: 1.25rem; }

/*收银台*/
.bottom_tips { line-height: 24px; text-align: center; padding: 5px 3%; background-color: #FCEEE2; color: #FF5400; }
.cashier_desk_title { background-color: #fff; padding: 10px 3%; margin-bottom: 10px; text-align: center; }
.cashier_desk_title h3 { font-size: 1.75rem; line-height: 1.5em; color: #CB261C; margin: 10px auto; font-weight: bold; text-align: center; }
.cashier_desk_title > p { font-size: 1rem; color: #666; margin-bottom: 5px; }
.cashier_desk ul { margin-bottom: 10px; background-color: #fff; }
.cashier_desk ul li { padding: 10px 3%; border-bottom: 1px solid #eee; display: flex; justify-content: space-between; align-items: center; }
.cashier_desk ul li:last-child { border: none; }
.cashier_desk ul li > p { font-size: 1.125rem; line-height: 30px; color: #333; position: relative; }
.cashier_desk ul:last-of-type { margin: 0; }
.cashier_desk ul li > span { font-size: 1.125rem; color: #FF5400; font-weight: bold; line-height: 30px; }
.cashier_desk ul li > p span { color: #FF5400; display: inline-block; margin-left: 5px; }
.cashier_desk_box { display: flex; flex-direction: column; justify-content: space-between; min-height: calc(100% - 50px); }
.cashier_desk_box .notarize_btn { margin-top: 20px; }
.cashier_desk ul li > p i:before { font-size: 18px; display: inline-block; margin-right: 3px; position: relative; top: 2px; }
.order_number p span { color: #FF5400; font-size: 1rem; }
.order_number b { font-weight: 400; }
.order_number p { display: initial; }
.order_number .look_more i:before { font-size: 12px; color: #999; position: relative; top: -2px; }
.order_number .look_more { position: relative; }
.order_number .button_up i:before { top: 0px !important; }
.order_number { margin-bottom: 10px; }

/*付款结果页*/
.payfor_result_box { min-height: calc(100% - 51px); overflow: hidden; background-color: #fff; display: flex; justify-content: flex-start; align-items: center; flex-direction: column; padding: 40% 3% 0 3%; }
.payfor_result_box i:before { font-size: 80px; margin-bottom: 20px; display: block; }
.payfor_result_box h5 { font-weight: bold; font-size: 1.25rem; color: #333; line-height: 30px; margin-bottom: 10px; }
.payfor_result_box p { font-size: 1rem; color: #666; line-height: 20px; }
.payfor_result_box p span { font-size: 1rem; color: #333; line-height: 20px; display: inline-block; margin-left: 10px; }
.payfor_result_box p span.payfor_result_red { color: #FF5400; }
.payfor_result_btn { margin: 15px 0; display: flex; justify-content: center; align-items: center; }
.payfor_result_btn a { height: 34px; line-height: 34px; border: 1px solid #ccc; text-align: center; display: inline-block; padding: 0 20px; border-radius: 17px; margin-right: 10px; color: #666; }
.payfor_result_btn a:last-child { margin: 0; }

/*我的订单页*/
.orders_goods_items { display: none; height: 100%; }
.orders_goods_items.on { display: block; }
.orders_goods li { padding: 5px 0; display: flex; justify-content: space-between; }
.orders_goods li a img { width: 100%; }
.orders_goods li a { display: inline-block; }
#myorder { background-color: #fff; }
#myorder .swiper-slide a { line-height: 34px; color: #333; font-size: 1.075rem; border-bottom: 3px solid #fff; }
#myorder .swiper-slide.active a { border-bottom: 3px solid #CB261C; }
.orders_goods li a img { border-radius: 5px; width: 100%; }
.orders_goods_a { width: 30%; }
.myorder_goods { width: calc(70% - 50px); }
.orders_goods li > span { min-width: 35px; text-align: right; display: inline-block; }
.myorder_btn { display: block; text-align: right; margin: 10px auto 10px auto; }
.myorder_btn a { padding: 0 15px; line-height: 30px; height: 30px; border-radius: 15px; display: inline-block; margin-left: 10px; }
.myorder_btn a.myorder_btn1 { border: 1px solid #ccc; color: #666; }
.myorder_btn a.myorder_btn2 { border: 1px solid #FF5400; color: #FF5400; }
.orders_goods_box > p { line-height: 30px; position: relative; padding-right: 50px; color: #333; background-color: #fff; }
.orders_goods_box > p span { position: absolute; right: 0; line-height: 30px; color: #FF6128; font-size: 1.125rem; }
.orders_goods_box { margin-bottom: 10px; background-color: #fff; padding: 10px 3%; }
.myorder_goods_title { font-size: 1rem; line-height: 1.5em; color: #333333; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.myorder_goods span { display: block; }
.myorder_goodsy_sku { color: #999; line-height: 2em; }
.orders_goods_price { color: #333; font-size: 1rem; font-weight: bold; }
.myorder_goods { display: flex; flex-direction: column; justify-content: space-between; }
.myorder_classify .swiper-container { height: 37px; }
.myorder_classify .swiper-wrapper { position: fixed; z-index: 9; top: 54px; left: 0px; height: 37px; background-color: #fff; }
.myorder_classify .swiper-wrapper .swiper-slide { background-color: #fff; }
.order_amount { display: block; text-align: right; line-height: 24px; }
.order_amount b { display: inline-block; color: #333; font-size: 1.125rem; line-height: 24px; }
.myorder_items { height: calc(100% - 47px); }
.myorder_classify { height: calc(100% - 54px); }
.orders_goods_items .middle_content { height: 100%; }

/* 订单详情页 */
.order_statu { background: linear-gradient(270deg, #FA902A 0%, #FA5825 100%); padding: 30px 6%; }
.order_statu h3 { font-size: 1.5rem; color: rgba(255,255,255,.9); line-height: 30px; margin-bottom: 15px; }
.order_statu h3 i:before { font-size: 26px; color: rgba(255,255,255,.9); position: relative; top: 3px; display: inline-block; margin-right: 10px; }
.order_statu p { color: rgba(255,255,255,.9); line-height: 1.8em; }
.order_address_items { background-color: #fff; padding: 15px 3%; display: flex; margin-bottom: 10px; }
.order_address_items i:before { font-size: 20px; color: #666; display: inline-block; margin-right: 10px; }
.order_address { width: calc(100% - 30px); }
.order_address p b { line-height: 24px; font-size: 1.125rem; color: #333; display: inline-block; margin-right: 20px; }
.order_address p { margin-bottom: 5px; position: relative; }
.order_address p > span { position: absolute; right: 0px; display: inline-block; line-height: 24px; color: #333; }
.order_box { background-color: #fff; padding: 10px 3%; margin-bottom: 10px; }
.order_box > p { font-size: 1.25rem; line-height: 30px; padding-bottom: 5px; color: #333; border-bottom: 1px solid #eee; margin-bottom: 10px; }
.order_list li b { font-weight: 400; display: inline-block; font-size: 1rem; line-height: 30px; color: #333; }
.order_list li p { font-size: 1rem; line-height: 30px; color: #333; }
.order_list li { display: flex; justify-content: space-between; align-items: center; }
.order_bottom { background-color: #fff; padding: 20px 3% 10px 3%; }

/* 我的主页 */
.my_bg { background: linear-gradient(to bottom, #CB261C 0%,#CB261C 75%,#f5f5f5 75%,#f5f5f5 100%); padding: 10px 3%; position: relative; }
.my_bg > img { width: 100%; position: absolute; top: 0; left: 0; }
.my_bg > h1 { text-align: center; line-height: 30px; position: relative; font-size: 1.125rem; font-weight: bold; color: #fff; z-index: 4; }
.my_bg > h1 a { position: absolute; right: 0px; display: inline-block; top: 0px; }
.my_bg > h1 i:before { font-size: 20px; color: #fff; line-height: 30px; }
.my_head { margin: 20px 0; z-index: 4; display: flex; position: relative; }
.my_head > a > img { width: 80px; margin-right: 10px; }
.my_head_text { width: calc(100% - 90px); }
.my_head_name h5 { font-size: 1.25rem; color: #fff; line-height: 30px; margin-right: 15px; }
.my_head_name { display: flex; align-items: center; }
.my_head_name p { display: flex; }
.my_head_name p i:before { color: #FFFFFF; }
.my_head_name p i.on:before { color: #FFCF11; }
.my_head_text > a { color: #fff; display: block; line-height: 30px; }
.my_head_text > p { display: flex; margin: 5px 0; }
.my_head_text > p i:before { color: #fff; font-size: 18px; margin-right: 5px; }
.my_head_text > p i.on:before { color: #FFCF11; }
.my_order_box { background-color: #fff; border-radius: 5px; width: 100%; }
.my_order_box > p { position: relative; padding: 7px 3%; border-bottom: 1px solid #F3F3F3; line-height: 30px; font-size: 1.125rem; color: #333; }
.my_order_box > p a { position: absolute; right: 3%; }
.my_order_box ul { margin: 10px 0 0 0; padding: 10px 3%; display: flex; justify-content: space-around; align-items: center; }
.my_order_box ul li i:before { font-size: 28px; color: #333; }
.my_order_box ul li i.icon-my_icon3:before, .my_order_box ul li i.icon-my_icon4:before { font-weight: bold; }
.my_order_box ul li { text-align: center; }
.my_order_box ul li p { line-height: 24px; color: #333; }
.my_order_box ul li i { position: relative; width: 30px; display: inline-block; height: 30px; }
.my_order_box ul li i span { position: absolute; right: -10px; top: -7px; display: inline-block; border: 1px solid #FF6128; color: #FF6128; border-radius: 11px; background-color: #fff; z-index: 9; padding: 0 4px; }
.customer_manager { margin: 0 3% 10px 3%; background-color: #fff; padding: 10px; border-radius: 5px; }
.customer_manager > p { position: relative; padding: 0 0 5px 0; border-bottom: 1px solid #F3F3F3; line-height: 30px; font-size: 1.125rem; color: #333; }
.customer_manager > p span { position: absolute; right: 0; }
.customer_manager_ul { padding: 15px 0 5px 0; display: flex; justify-content: space-between; align-items: center; }
.customer_manager_ul ul li { font-size: 1rem; color: #333; line-height: 24px; }
.customer_manager_ul > a { width: 34px; height: 34px; border-radius: 17px; background-color: #CB261C; text-align: center; }
.customer_manager_ul > a i:before { color: #fff; font-size: 18px; display: inline-block; margin-top: 8px; }
.customer_manager_ul ul { width: calc(100% - 44px); }
.my_setting_upbox { padding: 0 3%; margin-bottom: 10px; }
.my_setting_up { background-color: #fff; border-radius: 5px; }
.my_setting_up li a { display: flex; justify-content: space-between; border-bottom: 1px solid #f5f5f5; height: 50px; padding: 10px; }
.my_setting_up img { width: 30px }
.my_setting_up_left > p { line-height: 30px; margin-left: 5px; font-size: 1rem; color: #333; }
.my_setting_up_left { display: flex; width: 70%; padding-right: 20px; }
.setting_up_right { width: 50%; position: relative; text-align: right; }
.setting_up_right span { display: inline-block; height: 24px; line-height: 24px; font-size: 12px; background-color: #FF6128; color: #fff; border-radius: 15px; padding: 0 10px; position: relative; top: 3px; }
.setting_up_right i:before { position: relative; top: 7px; display: inline-block; margin-left: 5px; color: #999; }

/*消息中心*/
.news_box { margin: 10px 0; }
.list_ul { background-color: #fff; margin-bottom: 10px; }
.list_ul li { padding: 5px 3%; border-bottom: 1px solid #f5f5f5; display: flex; }
.list_ul li a { display: flex; justify-content: space-between; width: 100%; height: 34px; align-items: center; }
.list_ul li a p { color: #333; position: relative; }
.list_ul li a p span.dot_num { font-size: 12px; display: inline-block; background-color: #FF6128; padding: 0 6px; border-radius: 9px; line-height: 18px; position: relative; top: -6px; margin-left: 5px; color: #fff; min-height: 12px; }

/*消息列表*/
.message_list_box ul { padding: 0 3% 30px 3%; margin: 10px 0; }
.message_list_box ul li > p { text-align: center; margin: 30px 0 10px 0; line-height: 24px; color: #999; }
.message_list_text { background-color: #fff; border-radius: 5px; padding: 5px 0; }
.message_list_text a > h5 { position: relative; font-size: 1.25rem; color: #333; line-height: 40px; padding: 5px 30px 0 15px; }
.message_list_text a > h5 span { display: inline-block; width: 8px; height: 8px; border-radius: 4px; background-color: #FF6128; position: absolute; right: 15px; top: 16px; }
.message_list_text a > .rich_text_box { max-height:44px; margin: 0 15px 15px 15px; color: #666; line-height: 22px;  display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }
.message_list_text a { display: block; }
.message_list_text a > span { line-height: 34px; padding: 5px 15px 0 15px; display: block; position: relative; margin-top: 5px; border-top: 1px solid #f5f5f5; }
.message_list_text a > span i:before { position: absolute; right: 15px; top: 15px; }
.have_read { position: relative; }
.have_read_box { display: none; position: absolute; top: 28px; background-color: #fff; border-radius: 5px; right: 10px; margin-top: 10px; padding: 5px 0; box-shadow: 0px 0px 6px rgb(0 0 0 / 5%); }
.have_read_box li { line-height: 40px; text-align: center; width: 80px; }
.have_read_box li a { display: inline-block; width: 100%; height: 100%; border-bottom: 1px solid #F5F5F5; }
.have_read_box li a.on { color: #CB261C; }
.have_read_box li:last-child a { border-bottom: none; }

/*消息详情页*/
.rich_text { padding: 10px 3%; }
.message_details_box > h4 { padding: 20px 3% 0 3%; text-align: center; line-height: 24px; font-size: 1.125rem; color: #333; font-weight: bold; }
.message_details_box > p { font-size: 1rem; color: #666; line-height: 24px; text-align: center; margin-bottom: 10px; }
.message_details_box > span { display: inline-block; padding: 10px 3%; font-size: 1rem; color: #333; }
.message_details_box > span a { color: #CB261C; }
.message_details_box { background-color: #fff; min-height: calc(100% - 50px); }
.message_details_box img{max-width:100%;height:auto}
/*商品通知*/
.goods_news_input_box { padding: 10px 3%; }
.goods_news_input { height: 34px; line-height: 34px; position: relative; display: flex; border-radius: 6px; background-color: #fff; padding: 0 10px; align-items: center; }
.goods_news_input i:before { color: #999; display: inline-block; width: 20px; }
.goods_news_input input { width: calc(100% - 20px); height: 32px; line-height: 32px; border: none; background-color: #fff; border-radius: 6px; }
.goods_news_ul li { background-color: #fff; padding: 10px 3%; margin: 10px 0; }
.goods_news_ul li p, .goods_news_ul li p em { line-height: 34px; font-size: 1.125rem; color: #333; position: relative; }
.goods_news_ul li p span { position: absolute; right: 0px; color: #999; line-height: 34px; }
.goods_news_ul li > span { display: block; font-size: 1rem; color: #666; line-height: 24px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; border-bottom: 1px solid #f5f5f5; padding-bottom: 10px; }
.goods_news_ul li > span em { font-size: 1rem; color: #666; line-height: 24px; }
.goods_news_ul li > a { display: block; text-align: right; color: #CB261C; font-size: 1.125rem; line-height: 24px; padding-top: 10px; }
.goods_news_ul li:first-child { margin-top: 0px; }
.goods_news_empty_box { height: calc( 100% - 50px); background-color: #fff; }
.goods_news_empty_box .middle_content { min-height: calc(100% - 54px); }
.goods_news_empty_box .goods_news_input { border: 1px solid #e2e2e2; }

/*开发者中心*/
.register_result > img { width: 60%; margin-bottom: 40px; }

/*基本信息*/
.warm_prompt { background-color: #FAF7EE; padding: 15px 3%; margin-bottom: 10px; }
.warm_prompt h5 { font-size: 1.075rem; font-weight: bold; color: #887348; line-height: 30px; display: flex; align-items: center; }
.warm_prompt h5 i:before { color: #887348; display: inline-block; margin-right: 5px; }
.warm_prompt p { color: #887348; font-size: 1rem; line-height: 22px; }
.information_box { background-color: #fff; padding: 10px 3%; }
.information_box > p, .basic_information_items ul li > p { font-size: 1.125rem; font-weight: bold; color: #333; line-height: 30px; }
.information_box > p > em, .basic_information_items ul li > p em { color: #FF0000; font-size: 1.125rem; display: inline-block; line-height: 30px; }
.basic_information_items ul li { margin-bottom: 10px; }
.basic_information_items ul li input[type=text] { width: 100%; padding: 0 10px; border-radius: 3px; height: 40px; line-height: 40px; }
.information_box > ul { display: flex; }
.information_box > ul > li { flex: 1; margin: 10px 0 15px 0; }
.information_box > ul > li a { display: inline-block; width: 100%; height: 34px; text-align: center; border-bottom: 2px solid #fff; font-size: 1.125rem; color: #333; font-weight: bold; }
.information_box > ul > li.active a { border-bottom-color: #CB261C; color: #CB261C; }
.basic_information_items { display: none; }
.basic_information_items.on { display: block; }
.basic_information_items > p { color: #999; margin-bottom: 10px; line-height: 22px; }
.basic_information_items ul li > span { line-height: 24px; color: red; display: inline-block; }
.basic_information_items ul li > b { font-weight: 400; display: block; color: #999; }
.basic_information_items > a { display: block; text-align: center; height: 40px; line-height: 40px; font-size: 1.125rem; color: #fff; background-color: #CB261C; border-radius: 5px; margin: 20px 0 10px 0; }
.label_group { display: flex; flex-wrap: wrap; }
.label_group label { margin-right: 20px; }
.checkbox_div_btn { background-color: #fff; width: 100%; padding: 0px 5% 5px 5%; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid #eee; }
.checkbox_div_btn a:last-child { color: #fff; background-color: #CB261C; border-radius: 5px; }
.checkbox_div_btn a { height: 34px; line-height: 34px; padding: 0 15px; }
.checkbox_div_btn a:first-child { font-size: 1.125rem; }
.checkbox_div_btn p em { color: #CB261C; }
.checkbox_div_ul li { text-align: left;padding: 0 30px; }
.checkbox_div_ul { height: 230px; overflow-y: auto; margin: 10px 0; }
.basic_information_items .sorting_items_classify { margin-bottom: 0px; }
.multiple_results { display: flex; flex-wrap: wrap; }
.multiple_results > span { height: 26px; line-height: 26px; padding: 0 25px 0 10px; position: relative; background-color: #CB261C;; color: #fff; margin: 5px 10px 5px 0; border-radius: 5px; }
.multiple_results > span em { line-height: 26px; color: #fff; }
.multiple_results > span i:before { font-size: 10px; display: inline-block; color: #fff; }
.multiple_results > span a { display: inline-block; position: absolute; right: 5px; top: 7px; }

/*我的余额*/
.my_blance_box { background-color: #fff; padding: 10px 3%; min-height: calc(100% - 50px); }
.my_blance_box_tips b { font-size: 1.125rem; color: #887348; line-height: 24px; }
.my_blance_box_tips p { font-size: 1rem; color: #887348; line-height: 20px; }
.my_blance_box_tips { padding: 10px 0 20px 0; }
.my_blance_items.items1 { background-image: url(../static/imgs/6399edefb5f376b840021cc0bf4893d2.png); background-size: 100% 100%; background-repeat: no-repeat; }
.my_blance_items.items2 { background-image: url(../static/imgs/91e6c92cb59a6eb0f13e349bc1633724.png); background-size: 100% 100%; background-repeat: no-repeat; }
.my_blance_items.items3 { background-image: url(../static/imgs/61d3e1b1a885e33d58d84b68f9f424b3.png); background-size: 100% 100%; background-repeat: no-repeat; }
.my_blance_items { margin-bottom: 10px; padding: 20px 20px 10px 20px; }
.my_blance_items > h5 { font-size: 1.25rem; font-weight: bold; color: #fff; line-height: 30px; margin-bottom: 20px; }
.my_blance_items ul { display: flex; flex-wrap: wrap; justify-content: space-between; }
.my_blance_items ul li { margin-bottom: 10px; }
.my_blance_items ul li b { color: rgba(255,255,255,0.7); display: block; line-height: 22px; }
.my_blance_items ul li p { line-height: 24px; color: #fff; font-size: 1.125rem; }

/*我的账单查询*/
.my_bill_box { min-height: calc(100% - 50px); background-color: #fff; }
.my_bill_ul { height: 100%; padding: 10px 3%; }
.my_bill_ul li { margin-bottom: 10px; }
.my_bill_ul li input[type=text] { width: 100%; padding: 0 10px; border-radius: 3px; height: 40px; line-height: 40px; }
.my_bill_ul li p { font-size: 1.125rem; font-weight: bold; color-rendering: #333; line-height: 30px; }
.my_bill_ul li > a { width: 100%; height: 40px; line-height: 40px; display: block; background-color: #CB261C;; color: #fff; font-size: 1.125rem; border-radius: 5px; text-align: center; margin: 20px 0; }
.trading_hour { display: flex; color: #999; justify-content: space-between; line-height: 40px; }
.trading_hour .sorting_items_classify { width: calc(50% - 10px); margin-bottom: 0px; }
.bill_results_ul > li { margin-bottom: 10px; background-color: #fff; padding: 10px 3%; }
.bill_results_ul > li ul li { display: flex; justify-content: space-between; padding: 5px 0; }
.bill_results_ul > li > p { position: relative; font-size: 1.125rem; color: #333; line-height: 34px; display: block; border-bottom: 1px solid #f5f5f5; margin-bottom: 10px; }
.bill_results_ul > li > p em { font-size: 1.125rem; color: #333; line-height: 34px; }
.bill_results_ul > li > p span { position: absolute; right: 0px; line-height: 34px; color: #999; }
.bill_results_ul > li ul li b { font-weight: 400; color: #666; line-height: 20px; width: 110px; }
.bill_results_ul > li ul li p { color: #333; line-height: 20px; text-align: right; width: calc(100% - 110px); }

/*地址薄*/
.address_box > ul { background-color: #fff; padding: 0px 3%; display: flex; }
.address_box > ul li { flex: 1; text-align: center; line-height: 44px; }
.address_box > ul li a { display: inline-block; padding: 0 15px; line-height: 44px; color: #333; font-size: 1rem; font-weight: bold; position: relative; }
.address_box > ul li.active a:after { content: ""; position: absolute; bottom: 0px; border-bottom: 3px solid #CB261C; width: 50px; left: 50%; margin-left: -25px; border-radius: 5px; }
.address_items ul li { padding: 10px 3%; background-color: #fff; margin-bottom: 10px; }
.address_items > ul { margin-top: 10px; }
.address_box { height: calc(100% - 51px); }
.address_items_box { height: calc(100% - 44px); }
.address_items_box .middle_content { height: 100%; }
.address_items { display: none; height: 100%; }
.address_items.on { display: block; }
.address_items_name { display: flex; justify-content: space-between; align-items: center; margin-bottom: 5px; }
.address_items_name p b { line-height: 24px; font-size: 1.125rem; color: #333; display: inline-block; margin-right: 20px; }
.address_items_name p em { display: inline-block; margin-right: 5px; height: 20px; line-height: 20px; color: #fff; background-color: #C81522; padding: 0 7px; border-radius: 3px; }
.address_items ul li > p { font-size: 1rem; color: #666; line-height: 20px; margin-bottom: 10px; }
.address_items_btn { border-top: 1px solid #f5f5f5; padding: 10px 0 0 0; display: flex; justify-content: space-between; align-items: center; }
.address_items_btn > a i:before { display: inline-block; margin-right: 5px; position: relative; top: 3px; }
.address_items_btn > span > a i:before { display: inline-block; margin-right: 5px; }
.address_items_btn > span > a { display: inline-block; margin-left: 20px; }
.address_items .middle_content { height: 100%; }
.delivery_address { justify-content: flex-end; }

/*添加地址*/
.add_address_box { background-color: #fff; padding: 10px 3%; width: 100%; min-height: calc(100% - 51px); }
.add_address_box ul li { border-bottom: 1px solid #f5f5f5; display: flex; padding: 8px 0; }
.add_address_box ul li p { font-size: 1rem; color: #333; font-weight: bold; line-height: 34px; width: 80px; }
.add_address_box ul li p span { color: red; }
.add_address_box ul li input, .add_address_box ul li textarea { border: none; width: 100%; padding: 0 10px; line-height: 34px; }
.add_address_right { width: calc(100% - 90px); }
.add_address_right > span { display: block; color: red; font-size: 12px; padding: 0 10px; }
.drop_down_choice { padding: 0 10px; line-height: 34px; height: 34px; display: flex; justify-content: space-between; color: #666; align-items: center; }
.drop_down_choice i:before { font-size: 12px; color: #666; }
.add_address_box > p { margin: 10px 0; display: flex; align-items: center; }
.add_address_box > p i:before { display: inline-block; margin-right: 7px; font-size: 16px; }
.add_address_box > a { display: inline-block; text-align: center; line-height: 40px; height: 40px; width: 100%; border-radius: 5px; color: #fff; background-color: #CB261C; font-size: 1.125rem; margin: 20px 0; }

/*账户安全*/
.account_security_box { background-color: #fff; padding: 0px 3%; width: 100%; min-height: calc(100% - 51px); }
.account_security_box ul li { border-bottom: 1px solid #f5f5f5; display: flex; padding: 15px 0; align-items: center; justify-content: space-between; }
.account_items > a p { font-size: 1.125rem; color: #333; font-weight: bold; position: relative; padding-right: 60px; line-height: 30px; }
.account_items > a p b { font-weight: 400; position: absolute; right: 0px; color: red; }
.account_items { width: calc( 100% - 30px); }
.account_security_box ul li > a { width: 30px; text-align: right; display: inline-block; }
.account_items > a span { font-size: 1rem; color: #999; line-height: 20px; }
.account_items > a { display: inline-block; width: calc(100% - 50px); height: 100%; }
.account_items { display: flex; align-items: center; }
.account_items > img { width: 38px; margin-right: 10px; -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%); -o-filter: grayscale(100%); filter: grayscale(100%); filter: gray; }
.account_items > img.on { -webkit-filter: grayscale(0%); -moz-filter: grayscale(0%); -ms-filter: grayscale(0%); -o-filter: grayscale(0%); filter: grayscale(0%); filter: gray; }

/*设置密码*/
.payment_code_box { background-color: #fff; padding: 0px 3%; width: 100%; min-height: calc(100% - 51px); }
.payment_code_items > p { font-size: 1.125rem; color: #333; font-weight: bold; margin-bottom: 10px; }
.payment_code_items { padding: 20px 0; }
.payment_code_items_li { display: flex; border-bottom: 1px solid #f5f5f5; padding: 0; align-items: center; justify-content: space-between; }
.payment_code_items ul li > span { display: block; line-height: 20px; margin-top: 7px; color: red; }
.payment_code_items ul li input { border: none; width: 200px; }
.payment_code_itemsleft > p { line-height: 34px; color: #333; margin-right: 10px; font-weight: bold; }
.payment_code_items_li .sorting_items_classify { border: none; width: 100px; margin: 0; height: 34px; line-height: 34px; margin-right: 10px; overflow: hidden; }
.payment_code_items_li .sorting_items_classify:after { top: 14px; }
.payment_code_items_li > a { display: inline-block; text-align: center; line-height: 34px; height: 34px; padding: 0 10px; border-radius: 5px; color: #fff; background-color: #CB261C; }
.payment_code_itemsleft { display: flex; }
.payment_code_box > a { display: inline-block; text-align: center; line-height: 40px; height: 40px; width: 100%; border-radius: 5px; color: #fff; background-color: #CB261C; font-size: 1.125rem; }
.payment_code_items_li input { color: #333; font-size: 16px; font-weight: bold; }



@media screen and (max-width: 768px) {
    .index_top_bg { height: 150px; }
    .classification_project { margin: 20px 0 14px 0; }
}

@media screen and (max-width: 566px) {
    .classification_project { margin: 15px 0 10px 0; }
    .classification_project a p { font-size: 1.025rem; line-height: 30px; }
    .classification_project a img { width: 65%; }
    .discount_intime_title h2, .platform_hotstyle h2 { font-size: 1.25rem; line-height: 24px; }
    .discount_intime_title a { top: 26px; font-size: 1rem; }
    .platform_hotstyle_title > a { top: 12px; font-size: 1rem; }
    .count_down ul li { width: 22px; height: 22px; line-height: 22px; }
    .count_down ul li:first-child { width: auto; padding: 0 3px; min-width:22px; }
    .index_floor p { font-size: 1.125rem; line-height: 1.5em; }
    .copyright .bottom_links li a { font-size: 1.075rem; }
    .search_items h2 { font-size: 1.125rem; }
    .collect_goods_leftimg { width: 36%; }
    .collect_goods_right { width: 64%; }
}

@media screen and (max-width: 414px) {
    .index_footer ul li a img { width: 27%; }
    .index_footer ul { padding: 7px 0 5px 0; }
    .index_footer ul li a p { font-size: 1.025rem; }
}

/* 关于我们 */
.mobile_about_box { background-color: #fff; }
.about_brief_introduction { background: url(../static/imgs/f6b77effd4f23f9e3757dcc83262dae2.jpg) no-repeat center center; background-size: cover; min-height: 400px; padding: 40px 0; }
.about_title { font-size: 1.25rem; font-weight: bold; color: #CB261C; line-height: 1.5em; text-align: center; position: relative; word-break: break-word; }
.about_title:after { content: ""; width: 70px; height: 3px; background: #CB261C; display: block; margin: 10px auto 30px auto; }
.about_brief_introduction .about_title { color: #CB261C; }
.about_brief_introduction .about_title:after { background: #CB261C; }
.about_brief_introduction img{ max-width:100%; }
.about_p { color: #666; font-size: 14px; line-height: 2em; margin-bottom: 20px; text-align: left; word-break: break-word; }
.about_brief_introduction p.about_p { color: rgba(255,255,255,0.9); }
.about_group_synopsis { background: url(../static/imgs/36aa785c312249a6584bc05e2ba410fb.jpg) no-repeat center center; background-size: cover; min-height: 400px; padding: 30px 0; background-color: #fff; margin: 20px 0; }
.about_img { max-width: 100%; }
.about_development_history { padding: 40px 0; background-color: #F7F7F7; }
.about_platform_business { padding: 40px 0; background-color: #fff; }
.distribution_service a { height: 42px; background: #CB261C; box-shadow: 0px 10px 20px 0px rgb(18 21 22 / 10%); border-radius: 4px; text-align: center; line-height: 42px; display: inline-block; font-size: 1.125rem; color: #FFFFFF; padding: 0 20px; margin-bottom: 40px; }
.distribution_service img { margin-bottom: 20px; }
.distribution_service { text-align: center; }
.distribution_service .about_p { margin-bottom: 15px; }
.distribution_service .about_title:after { margin-bottom: 15px; background: #CB261C; }
.distribution_service .about_title { color: #CB261C; }
.distribution_service a.other_color { background: #CB261C; margin: 0px; }
.about_platform_business ul { display: flex; flex-wrap: wrap; justify-content: space-between; }
.about_platform_business ul li { width: 48%; text-align: center; }
.about_platform_business ul li img { width: 100%; }
.about_platform_business ul li p { color: #666; line-height: 2rem; font-size: 1.125rem; margin-bottom: 10px; }
.mobile_about_box div:last-child { padding-bottom: 5px; }

/* 入门指引 */
.start_text { margin: 0px; padding-bottom: 10px; }
.start_text_h2 { font-size: 1.25rem; font-weight: bold; color: #CB261C; line-height: 1.5em; text-align: center; position: relative; margin-bottom: 15px; }
.start_step { background-color: #F7F7F7; padding: 40px 0; }
.start_step_ul { display: flex; justify-content: space-between; align-items: flex-start; padding: 10px 0 0 0; }
.start_step_ul li { width: 39%; text-align: center; margin-bottom: 20px; position: relative; }
.start_step_ul li img { width: 80px; }
.start_step_ul li:nth-child(2) { width: 22%; }
.start_step_ul li:nth-child(2) img { width: 100%; margin-top: 40px; }
.start_text_h3 { font-size: 1.25rem; font-weight: bold; color: #333; line-height: 1.5em; text-align: center; position: relative; }
.start_step_ul li h6 { font-size: 1.125rem; color: #000; line-height: 2em; margin-bottom: 5px; }
.start_step_ul li p { line-height: 1.5rem; margin-bottom: 5px; word-break: break-word; }
.start_reasons { background-color: #fff; padding: 40px 0; }
.join_items_text { margin: 10px 0; }
.join_items_text h5 { font-size: 1.125rem; color: #29aba6; font-weight: bold; line-height: 1.8rem; margin: 10px 0; text-align: left; }
.join_items_text ul li { list-style: disc; margin-left: 20px; font-size: 1rem; line-height: 1.8rem; text-align: left; }
.join_items_textItems p { font-size: 1rem; line-height: 2rem; text-align: left; }
.join_items_textItems h4 { color: #29aba6; font-size: 1.125rem; line-height: 1.5rem; text-align: left; }
.join_items_textItems { margin-bottom: 10px }
.join_items_textItems:last-child { margin-bottom: 0px }
.join_items_text img { max-width: 100%; }
.start_reasons .swiper-pagination-bullet { width: 25px; height: 3px; border-radius: 2px; }
.start_reasons .swiper-pagination-bullet-active { background: #CB261C !important; }
.start_reasons { padding-bottom: 30px !important; }


/* 首页公告弹窗 */
.announcement_index_bg { background-color: rgba(0,0,0,0.5); position: fixed; width: 100%; height: 100%; top: 0px; left: 0px; z-index: 9999; }
.announcement_index_box { width: 90%; height: 50%; background-color: #fff; position: fixed; top: 50%; left: 5%; z-index: 10000; border-radius: 15px; display: flex; flex-direction: column; padding-bottom: 44px; }
.notice_title h4 { line-height: 50px; height: 50px; font-size: 16px; color: #fff; width: 100%; text-align: center; font-weight: bold; padding: 0 20px; white-space: normal; overflow: hidden; text-overflow: ellipsis; }
.noticetext { padding: 0px 30px; position: relative; height: 100%; overflow: auto; margin: 20px 0; }
.noticetext p { font-size: 14px; color: #7a7a7a; line-height: 24px }
.lookmorenews a { line-height: 34px; height: 34px; background-color: #CB261C; color: #fff; border-radius: 5px; display: inline-block; padding: 0 10px; }
.lookmorenews { text-align: center; margin: 15px 0; position: absolute; bottom: 0; width: 100%; }
.closed_index_news { position: absolute; bottom: -50px; z-index: 99999; left: 50%; margin-left: -15px; }
.closed_index_news img { width: 30px; }
.noticetext img { max-width: 100%; height: auto; }
.notice_title { background-color: #CB261C; border-top-left-radius: 15px; border-top-right-radius: 15px; }
/* 悬浮分页 */
.suspended_paging { position: fixed; bottom: 10px; left: 0; text-align: center; width: 100%; z-index: 996; }
.suspended_paging p { height: 24px; line-height: 24x; padding: 0 8px; background-color: rgba(0,0,0,0.5); display: inline-block; border-radius: 12px; min-width: 50px; margin: 0 auto; }
.suspended_paging p, .suspended_paging p em { line-height: 24px; color: #fff; }

/* 注销账户 */
.drop_outbox { margin: 0 3% 10px 3%; }
.drop_out { display: block; background-color: #fff; color: #FF6128; width: 100%; border-radius: 5px; height: 40px; line-height: 40px; text-align: center; font-size: 16px; }

.forget_passwoed_btn{ color:#3478F6; position: absolute; bottom: -25px; right: 0px; }
.pwd_fixed .pwd_box .pwd_input{ margin-bottom: 14vw!important; }

/* 加载动画 */
.loading_animation_img{ width: 100%; height: 100px;background-color: #eee;border-radius: 10px;margin-bottom: 10px; }
.loading_animation{ margin: 10px 0 10px 0; }
.loading_animation ul{display: flex;flex-wrap: wrap; }
.loading_animation ul li{  width: 48%;margin: 0px 4% 15px 0;background-color: #fff; padding: 10px; border-radius: 10px; position: relative; }
.loading_animation ul li:nth-of-type(2n) { margin-right: 0px;}
.loading_animation ul li>div{ width: 100%; height: 120px;background-color: #eee;margin-bottom: 10px; }
.loading_animation ul li>p{ width: 100%;background-color: #eee;margin-bottom: 5px;height: 24px; }
.loading_animation ul li>span{ width: 65%; display: inline-block; height: 24px;background-color: #eee;}

.add_Item_ID_tips { display:inline-flex;margin-left:5px;font-weight:400; align-items: center; }
.add_Item_ID_tips em{ margin-left:3px;color:#efaa1e;font-weight:400; line-height: initial; }
.add_Item_ID_tips img{ width:18px; }
.itemid_box .itemid_property{display: flex; align-items: center; }
.reminder { background: #fcf8e3; border: 1px solid #faebcc; padding: 10px; border-radius: 3px; margin: 10px 3% 0 3%;display:flex;justify-content: space-between;}
.reminder .reminder-icon {  width: 17px;  }
.reminder .reminder-icon img{ width:16px;margin-top: 4px; }
.reminder .reminder-text {  width: calc(100% - 20px); }
.reminder .reminder-text p { line-height: 24px; color: #a77200; }

/*赛盈引导*/
.saleyee_goto_text{ padding: 20px; text-align: center;}
.saleyee_goto_text p{ font-size: 14px; color: #333; line-height: 1.5em; margin: 30px 0;}
.saleyee_goto_text .redirect_a{display: inline-block;margin:60px  10px 10px 10px ; background-color: #CB261C; color: #fff; line-height: 1.5em; border-radius: 3px; padding: 5px 10px; font-size: 14px;}

.migratediv{text-align:center; margin: 20px 0;}
.migratediv a:first-child{background:0 0;border:1px solid #CB261C;color: #CB261C;margin-right:20%;}
.a_notice_details{color:#CB261C !important;}
 

/* 忘记密码 */
.forget_password_bg{ min-height: calc(100% - 51px);background-color: #fff; display: flex; align-items: center;padding: 10px 3%; }
.forget_password ul li{margin-bottom: 10px; }
.forget_password input{width: 100%; padding: 0 10px; border-radius: 5px; height: 40px; line-height: 40px;}
.get_code_btn{ display: inline-block;height: 40px; line-height: 40px; background-color: #CB261C; color: #fff;  font-size: 1rem; text-align: center; border-radius: 5px; width: 110px;position: absolute; right: 0px;}
.get_password_btn{display: block; width: 100%; height: 40px; line-height: 40px; background-color: #CB261C; color: #fff; font-size: 1.125rem; text-align: center; border-radius: 5px;margin-bottom: 20px;}
.forget_password p{ font-size: 1rem;color: #888;line-height: 20px; margin-bottom: 5px; }
.forget_password{ width: 100%; }
.forget_password ul li span.tip_error * { color: #C81522;  display: block;}

/* 注册优化 */
.register_step3 ul{ display: flex; justify-content: space-around; }
.register_step3 ul li{flex:1;  }
.register_step3{padding-bottom: 25px; }
.register_step3 ul li p{text-align: center; line-height: 24px;margin-bottom: 5px; }
.register_list{ width: calc(50% - 10px); height: 2px;display: block; background-color: #ccc; }
.register_list.on{ background-color:#83C44E; }
.register_list_style{ display: flex; align-items: center; }
.register_list_style .icon-list_finish:before{ font-size: 20px; color:#83C44E; }
.transparency_list{ background-color: rgba(255,255,255,0); }
.register_list_style .icon-list_next:before{ font-size: 20px; color:#ccc; }

/* 基本信息 */
.register_infor{ padding-top: 25px;background-color: #FAF7EE; }
.basic_information_items ul li textarea{ width: 100%; padding: 0 10px; border-radius: 3px;  line-height: 40px;}
.certification_guide{ display: flex; justify-content: center; align-items: center; }
.no_authentication{ margin-right: 20px;color: #666666!important;border:1px solid #CCCCCC!important; background-color: #fff!important; }
.certification_guide a{ width: auto; padding: 0 20px; }
.layui-m-layer-msg .layui-m-layercont{ color:#fff; }
.basic_information_items ul li .field-validation-error,.basic_information_items ul li .field-validation-error span {line-height: 24px;color: red;display: inline-block;}
.disable {background-color: gray !important;border:1px solid gray !important;}

/*注册基本信息*/
.code_flex{ display:flex;justify-content:space-between; }
.code_flex input{ width:calc(100% - 120px)!important; }
.code_flex .personal_code{ display: inline-block; width: 110px;height: 40px;line-height: 40px;background-color: #CB261C; color: #fff!important;text-align: center;border-radius: 5px;  }
.phone_code_extendId {display: inline-block; width: 110px; height: 40px; line-height: 40px;padding: 0 29px 0 13px; border: 1px solid #d5d5d5;border-radius: 5px; position: relative;  color: #666; text-align: left;overflow:hidden;}
.phone_code_extendId:before {content: ''; border-top: 7px solid #ccc;border-left: 7px solid transparent;border-right: 7px solid transparent;border-bottom: 7px solid transparent; position: absolute; right: 10px; top:16px;}
.code_flex .area_flex{  width:calc(100% - 120px)!important; }
.code_flex .area_flex input{ width:100%!important; }
.register_up{display: inline-block;width: 100%; height: 40px; line-height: 40px; background-color: #CB261C;color: #fff;font-size: 1.125rem;text-align: center; border-radius: 5px; }
.information_box{ background-color:unset; padding:0px; }
.information_box > p{ background-color: #fff; padding: 0 3%; }
.information_box > ul{ background-color:#fff; padding:0 3%; }
.basic_information_items > p{ background-color:#fff; padding-bottom:10px;margin-bottom:0px;padding: 0 3%; }
.basic_information_items ul{ background-color:#fff; padding:10px 3%; }
.basic_information_items ul:nth-of-type(1){ margin-bottom:20px;}
.register_up_div{ background-color:#fff; padding:0 3% 20px 3%; }
.register_up_div .validation-summary-errors ul li{padding:3%;margin-top:0px;}
.registration_prompt_title{ font-size: 18px; font-weight: bold; line-height: 2em;color: #333;}
.img_code > .getcode { display: inline-block; width: 110px; height: 40px; line-height: 40px; background-color: #CB261C; color: #fff !important; text-align: center; border-radius: 5px; position: absolute; right: 0px; top: 0px; }


/* 商品详情页 */
.full_bigimg{ position: fixed!important;top:-60px!important; left: 0px!important;background-color:rgba(0,0,0,0.8)!important; z-index: 100!important;}
.forbidden_scroll{ overflow:scroll;overflow-y:hidden }
.full_bigimg .swiper-pagination{width: 100%;top: 70px; margin: 0px; background-color: unset; text-align: center; left: unset; right: unset;}

.joincart_masking{ position: fixed; top: 0px;left: 0px ; width: 100%; height: 100%;background-color: rgba(0,0,0,0.5);z-index: 101; }
.join_cart{ position: fixed; bottom: -100%; height: 400px; overflow:hidden;z-index: 102;background-color: #fff;padding: 10px 3%;width: 100%;display: flex;flex-direction: column;justify-content: space-between;transition: all .3s; }
.cart_merchandise_news{ display: flex;margin-bottom: 10px; }
.merchandise_news_text p{ font-size: 1.25rem;font-weight: bold;line-height: 2rem;color: #FF6128;}
.merchandise_news_text span{display: block; font-size: 1.125rem;line-height: 2rem;color: #aaa;}
.cart_merchandise_news img{ width: 100px; }
.merchandise_news_text{ margin-left: 10px; }
.cart_commodity_property{height: calc(100% - 120px);overflow-y: scroll;}
.commodity_property_items { margin-bottom: 5px; }
.commodity_property_items p{font-size: 1.075rem;line-height: 1.5em;color: #000000;margin-bottom: 5px; }
.commodity_property_items ul{ display: flex; flex-wrap: wrap; }
.commodity_property_items ul li{ display:block; margin-right: 10px; min-height: 36px; line-height: 36px; text-align: center; padding:0px 15px; border:1px solid #D5D5D5;border-radius: 3px; margin-bottom: 10px;color:#666;font-size: 1rem;}
.commodity_property_items ul li.on{ border-color: #FF6128;color:#FF6128; }
.joincart_btn{display:block;height: 44px; width: 100%; background: #FF5400;border-radius: 25px; text-align: center; font-size: 1.25rem; color: #fff; line-height: 44px; margin-top: 10px; }
.join_quantity{ display: flex;justify-content: space-between; align-items: center;margin: 0 5px;background-color:#fff; }
.join_quantity p{ font-size: 1.075rem;line-height: 1.5em;color: #000000;line-height: 28px; }
.join_quantity p span{ font-size: 1rem; color: #666; display: inline-block; margin-left: 10px;line-height: 28px; }
.close_joincart{ position: absolute;top: 0; right: 0;padding: 10px; }
.close_joincart i:before{ color: #aaa; font-size: 16px;  }

/* 商品列表页 */
.list_good_one{ width: 100%; padding: 10px 3%;background-color: #fff; margin-top: 10px;}
.list_good_one ul{ width: 100%; }
.list_good_one ul li{ display: flex;margin-bottom: 15px; }
.list_good_one ul li:last-child .list_good_oneright{ border:none; }
.list_good_one ul li:last-child{ margin-bottom:0px; }
.list_goods_one_imgbox{ width:130px; margin-right: 10px;position: relative;}
.list_good_one .commodity_title{ margin: 0px;  }
.list_good_oneright{ width:calc(100% - 140px);padding-bottom: 10px;border-bottom: 1px solid #E2E2E2;}
.list_good_one .commodity_img{ width: 100%; height: 130px;}
.list_good_one .commodity_price{ position: relative;min-height:unset;}
.list_good_one .commodity_repertory{ left: 0px; top: 106px; border-radius: 0px 10px 0px 10px;}


/* 售后 */
.after_sale_amout{ display: flex; justify-content: space-between;font-weight: 500; line-height: 24px;}
.after_sale_amout em{ display: inline-block; color:#333;line-height: 24px;}
.after_information_box p{ color: #666; line-height: 26px; }
.after_information_box{ padding: 5px 0; }
.after_information_flex{ display: flex; justify-content: space-between; align-items: center; }
.after_information_flex span{ color: #FF5400;display: inline-block; }
.after_details_box{ margin-bottom: 60px; }
.bottom_operation{ position: fixed; bottom: 0px; left: 0px; background-color: #fff;width: 100%; text-align: right; padding: 0 3%; height: 50px;}
.after_details_box>p{ padding:20px 3%; margin-bottom: 10px;font-size: 1.5rem; line-height: 30px;background-color: #fff;color: #333;}
.after_details_others{ padding:10px 3%; margin-bottom: 10px;background-color: #fff;}
.after_details_others a{ display: inline-flex;width: 100%;justify-content: space-between; align-items: center; }
.after_details_others a em{font-size: 1.25rem; line-height: 30px;color: #333; }
.after_details_others>p{ line-height: 24px; display: flex; justify-content: space-between; align-items:center;}
.after_details_others>p span{ color: #FF5400;font-weight: bold; }
.after_details_others>p em{ color: #999; line-height: 24px; }
.refund_record{ width:100%; background-color: #fff; padding: 10px 3%;margin: 10px 0; }
.refund_record ul li{ padding-bottom: 10px; margin-bottom: 10px; border-bottom: 1px solid #eee; }
.refund_record ul li p{ line-height: 26px;color: #666;  }
.refund_record ul li p em{ line-height: 26px;color: #666;display: inline-block; }
.refund_record ul li:last-child{ border:none;margin-bottom: 0px; padding-bottom: 0px; }
.refund_record ul li p.last_p em{ font-size: 16px;color: #333; }
.refund_record ul li p.last_p span{font-size: 16px;color: #FF5400;font-weight: bold;line-height: 26px; display: inline-block;  }
.consultation_record{ margin: 10px 0; }
.consultation_record ul li{ background-color: #fff; padding: 10px 3%; margin-bottom: 10px; }
.consultation_record_role>span{ width: 50px;height: 50px; background-color: #eee; border-radius: 25px;display: inline-block; text-align: center;margin-right: 10px; }
.consultation_record_role>span i:before{ font-size: 30px; line-height: 50px; color: #666; }
.consultation_record_role{ display: flex;margin-bottom: 10px; }
.record_role_title>p{ line-height: 28px; font-size: 14px;color: #333; }
.record_role_title>span{ color: #999; }
.consultation_record ul li>p{ line-height: 24px;margin-bottom: 3px;}
.consultation_record ul li>p em{ color: #333; }
.consultation_record_role>span i.icon-after_user:before{ font-size: 26px;  }

.after_screening_box{ position: fixed;top:100%; transition: all .4s; height: calc(100% - 54px); background-color: #fff; padding: 10px 3%; width: 100%;z-index: 10; }
.after_screening_box ul li{ display: flex;justify-content: space-between; }
.after_screening_box ul li p{ width: 100px;font-size: 1.125rem;font-weight: bold;color: #333;line-height: 40px;  }
.after_screening{ width: calc(100% - 110px); }
.after_screening_input{width: 100%;padding: 0 10px;border-radius: 3px;height: 40px;line-height: 40px;}
.after_search{ width: 100%;height: 40px; line-height: 40px;display: block;background-color: #CB261C;color: #fff; font-size: 1.125rem; border-radius: 5px; text-align: center; margin: 20px 0;}

.abnormal { display: flex;flex-direction: column;width: 100%; height: calc(100% - 54px); justify-content: center;padding: 10px 3%;text-align:center;}
.abnormal img{ height:auto;max-width:100%;width:70%; margin:0 auto;}
.abnormal h3{font-size:20px; line-height:40px; color:#CB261C; font-weight:bold;margin:40px 0 10px 0; }
.abnormal p{ font-size: 14px;color: #999;line-height: 20px;text-align:left;width:80%; margin:0 auto;}
.abnormal>p{ text-align:center; }
.abnormal a {width: 90%; margin:20px auto; display: block;height: 40px;line-height: 40px;text-align: center;background-color: #CB261C; color: #fff; border-radius: 5px;font-size:16px; }
 
/*新会员权益*/  
.new_member_box{ background-color: #fff; padding:10px 20px 20px 20px; margin:20px auto; }
.new_member_box .member_title{ font-size: 20px;color: #333333;line-height: 40px; margin: 15px 0 5px 0; font-weight: bold;}
.new_member_box p,.member_text p{font-size: 14px;color: #333333;line-height: 24px;word-break: break-word;}
.member_text p b{ font-weight: bold; color: #333; }
.member_text p a{ color:#1890FF; }
.member_bottom { margin-bottom: 40px; text-align: center; }
.member_bottom h6 {font-size: 20px;line-height: 1.5em; color: #333; margin-top: 60px; margin-bottom: 5px;font-weight: bold;}
.member_bottom p { font-size: 14px; color: #333; line-height: 1.5em;}
.member_bottom a {padding:0px 30px;font-size: 14px; color: #fff; background-color: #CB261C; line-height: 40px;height: 40px; border-radius: 5px; display: inline-block; margin: 20px 0;}
.member_bottom a:hover{ color: #fff;  }
.member_table table{ margin-bottom: 15px; }
.member_table table thead tr th{ font-size: 16px;color: #fff;line-height: 30px; }
.text_center_table table tr td,.text_center_table table tr th{ text-align: center; }
.member_table table tr td{ padding:14px 15px;color: #333; }
.member_table table tr td span{font-size: 12px;color: #ff6600; }
.member_table table tr td span b{ font-size: 28px;color: #ff6600; font-weight: inherit; }
.member_table table tr td em{ font-size: 12px;color: #666; display: inline-block; padding: 0 3px;line-height: 12px; }
.member_table tr td img{ width: 16px; }
.member_table tr .lv{ font-size: 12px;color: #fff;  }
.member_table tr .lv b{font-size: 28px;color: #fff; font-weight: inherit; }
.vip_benefits_item{ text-align: left; display: flex; align-items: center; }
.vip_tips span{width: 16px;height: 16px;background: url(../static/imgs/ff7260b023e201418783aef072347642.png) no-repeat 100% 100%;display: inline-block;position: relative;background-size: 100%;background-position: 0 0;top: 2px; }
.vip_tips span:hover{ background-position: 0 -16px; cursor: pointer; }
.vip_tips{ position: relative; display: inline-block; }
.vip_benefits_tips{ display: none; position:absolute; top: 27px; left: -10px; width:300px; background-color:#fffcdd; padding: 10px; font-size: 14px; color: #333; line-height: 1.5em;z-index: 9;box-shadow: 0 0px 10px #ddd; border-radius: 3px; }
.vip_tips .vip_tips_top{ width:0; height:0;border-width:0 7px 7px;border-style:solid;border-color:transparent transparent #fffcdd;position:relative; position: absolute; top: -7px; left: 11px; }
.vip_tips:hover .vip_benefits_tips{ display: block; }
.vip_benefits_item p{ display: inline-block; margin-right: 3px; }
.member_table table tr th{ background-color: #CB261C;color: #fff; }
.member_table table { border: 1px solid #CB261C!important; border-radius: 5px!important;}
.member_table table tbody tr:last-child td { border-color: #CB261C;}
.member_table table thead tr:hover, .member_table table tbody tr:hover { background-color: rgba(255,255,255,0);}
.first_child_color table tr td:first-child{     background-color: #f8fcff!important; }

.warehouseAddress_div{display: inline-block;}
.platform_box_img img{ max-width:100%; height:auto;}

/*商品列表颜色*/
.goods_color ul{ display:flex;margin:0 0 5px 0;height:25px; overflow:hidden;flex-wrap:wrap; }
.goods_color ul li{ margin-right:2px; }
.goods_color ul li span{ width:25px; height:25px;border:1px solid #eee; display:block;border-radius:3px; cursor:pointer;}
.more_goods_color{ display:block; text-decoration:underline; color:#CB261C; line-height:22px; margin-left:5px;}
.goods_color ul li span:hover{ border-color:#333; }
.goods_color ul li.active span{ border-color:#333; }

.detail_cart_btn {position: relative; bottom: 0px; width: 100%; background: #fff; left: 0px;}
.details_event { display: inline-table; box-sizing: border-box;background: #fff; border-radius: 5px;border: 1px solid #ddd;line-height: 24px;}
.details_event .cut,.details_event .add { display: inline-table; width: 26px; text-align: center; font-family: "arial"; line-height: 28px;cursor: pointer; font-size: 18px;}
.details_event .cut {letter-spacing: -3px; color: #666;}
.details_event .qty{ width: 50px;border: none;text-align: center; color: #333; line-height: 24px;}

/*商品详情页*/
.product_select_li{ display:flex;justify-content: space-between; width: calc(100% - 80px);}
.product_select_li b{ color:#666; line-height:30px;font-size:14px;font-weight:500; margin-right:10px; display:block; }

/*售后险运费险*/
.insurance_a{display:inline-block;margin-left:5px;}
.insurance_a img{width:20px;position:relative; }
.insurance_lable lable{margin-right:0px;}
.platform_service_options{ width:100%;text-align:right;margin-bottom:8px;}
.platform_service_options p{ text-align:right;width:100%!important;line-height:22px; }
.platform_service_options_flex lable input{ top:0;}
.platform_service_options_flex{display:flex;justify-content:flex-end;align-items:center;}

.platform_bgimg{ width:100%; height:145px;padding-top: 10px;background-position:center;background-size:cover;background-repeat:no-repeat;background: linear-gradient(272deg, #FEAD12 0%, #F07D17 100%);}
/* 联系我们 */
.contact_us_box ul li{background-color: #fff;margin-bottom: 10px; padding:20px 3%;display: flex; align-items: center;}
.contact_items h5{font-size: 1.075rem; color: #333; line-height: 24px;font-weight: bold;}
.contact_items p{  font-size: 1rem; font-weight: 400; line-height: 22px; color: #333333;}
.contact_items p a{ color: #1890FF;}
.contact_items_a{ color: #333!important; }
.contact_items p a span{ font-size: 16px; color:#1890FF; display: inline-block;margin-left: 5px;line-height: 22px;position: relative; top: 2px;}
.contact_icon { width: 70px; margin-right: 10px;padding: 0 10px;}
.contact_icon p{ display: inline-block; width: 50px;height: 50px; border-radius: 50%; border:2px solid #CB261C; display: flex; align-items: center;justify-content: center; }
.contact_icon p span{ font-size: 28px;color:#CB261C; } 

.platformservice_pop_button{padding-top: 20px;text-align: center;}
.platformservice_pop_button>button{font-size:14px; color: #fff; font-size: larger; background-color: #34aba6; display: block; margin: 10px auto 0 auto; padding: 0 20px; border-radius: 3px;}

.collect_goods_price img{ display:inline-block; margin-left:16px;  }
.collect_goods_leftimg{ position:relative; }
.collect_goods_leftimg_off {position: absolute;left: 0px; top: 0px; display: inline-block; padding: 2px 10px;line-height: 18px;color: #fff;background: #FF6128;opacity: 1;border-radius: 10px 0px 10px 0px; z-index: 9;}

.cashier_desk ul li > p{ display:flex; align-items:center; }
.thirdpartyLi img{ width:24px;margin-right: 4px; }

/*保障服务二期*/
.new_platform_services{ background-color:#fff; padding: 10px 3% 0 3%;}
.new_platform_services>p{ font-size: 14px;font-weight: bold;color: #333333;line-height: 24px;display: flex;align-items: center;padding:4px 0;}
.new_platform_services>p a img{ width:20px;position:relative; margin-left:4px;}
.new_platform_services>p span{display:inline-block; line-height:18px;color:#CB261C;font-size:12px;font-weight:400; font-style:inherit; border:1px solid #CB261C; padding:0 6px;margin-left:4px; }
.new_platform_services ul{ margin-top:8px; }
.new_platform_services ul li{ margin-bottom:12px; }
.new_platform_services ul li label{ display:flex;; }
.new_platform_services ul li:last-child{ margin:0px;padding-bottom:12px; }
.platform_services_versions{ width:calc(100% - 30px);display:block; }
.platform_services_versions span.services_versions_title{display: block; font-size: 14px;font-weight: 400;color: #333333;line-height: 24px;position: relative;margin-bottom:4px;}
.platform_services_versions span.services_versions_text{ display:block;font-size: 12px;font-weight: 400;color: #666666;line-height: 20px; }
.platform_services_versions span.services_versions_text b{ font-style:inherit;color:#000;font-size: 12px; }
.platform_services_versions span.services_versions_title em{ display:inline-block; line-height:18px;color:#CB261C;font-size:12px; font-style:inherit; border:1px solid #CB261C; padding:0 6px;margin-left:4px;position:relative;top:-2px; }
.platform_services_versions span.services_versions_title i{font-style:inherit; display:inline-block;position: absolute;right: 0px;color: #333;font-weight: bold; }
.new_platform_services ul li input[type='radio'] { top:2px;}
.new_platform_services_tips{  background: #FFFDE9;padding:6px 3%;font-size: 12px;font-weight: 400;color: #BC7F00;line-height: 20px; margin-bottom:10px;}

.index_search{ width: calc(100% - 90px); } body { -webkit-tap-highlight-color: transparent; }
/*下拉刷新与加载更多*/
.PullMore { height: 30px; padding-top: 10px; border-top: 1px solid #e2e2e2; display: flex; align-items: center; justify-content: center; color: #333; }
.pull_icon { width: 20px; height: 20px; position: relative; transition: all .5s; }
.pull_icon:before { display: block; width: 20px; line-height: 20px; position: absolute; top: 0px; font-size: 20px; }
.PullMore span { padding-left: 5px; line-height: 20px; }
.scroller { background-color: #fff; }
.PullMore .flip { transform: rotate(180deg); }
.PullMore .loading:before { display: none; }
.loading { background-image: url(../static/imgs/6d065c4f0df6432eaf0ec65fd10e14f5.gif); background-repeat: no-repeat; background-position: center; background-size: 20px; }
.PullMore .loading { -webkit-transform: rotate(0deg) translateZ(0); -webkit-transition-duration: 0; -webkit-animation-name: loading; -webkit-animation-duration: 2s; -webkit-animation-iteration-count: infinite; -webkit-animation-timing-function: linear; }

@-webkit-keyframes loading {
    from { -webkit-transform: rotate(0deg) translateZ(0); }
    to { -webkit-transform: rotate(360deg) translateZ(0); }
}

#wrapper { position: absolute; z-index: 1; top: 0px; bottom: 0px; left: 0; width: 100%; overflow: hidden; }
.root_position { position: absolute; z-index: 1; top: 0px;bottom: 0px; width: 100%; max-width:768px; }
.layui-m-layer * { box-sizing: border-box !important; -webkit-box-sizing: border-box !important; -moz-box-sizing: border-box !important; }
.submit_oder_loitems a i.icon-arrows_right:before { position: relative; top: 8px; }
.screening_sorting_span { justify-content: center; }
.sorting_items_list { display: flex; flex-wrap: wrap; align-items: center; display: none; }
.moldsearch_box { background: linear-gradient(270deg, #E73E39 0%, #CC1E20 100%); }
.moldsearch_title { position: relative; text-align: center; }
.moldsearch_title h1 { font-size: 1.5rem; line-height: 2em; color: #FFFFFF; font-weight: bold; }
.moldsearch_box { padding: 10px 3%; }
.mold_normal { background: linear-gradient(270deg, #5eace9 0%, #3199ea 100%); }
.mold_new { background: linear-gradient(270deg, #44b4b0 0%, #2bbfba 100%); }
.mold_hot { background: linear-gradient(270deg, #d88132 0%, #dc7415 100%); }
.mold_clearance { background: linear-gradient(270deg, #34b74c 0%, #21c13f 100%); }
.mold_all { background: linear-gradient(270deg, #5ac7c4 0%, #36cac5 100%); }
.full_text_pop { padding: 10px 3%; }
.full_text_btn { display: inline-block; padding: 10px 3% 0 3%; }
.volume ul li { width: 50%; height: 30px; line-height: 30px; font-weight: bold; text-align: left; }
.volume ul { border-bottom: 1px solid #eee; margin-bottom: 20px; display: flex; flex-wrap: wrap; }
#BatchSelect { height: 30px; line-height: 30px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
.invalidBtn { background-color: #827c79; }
.classified_content { height: calc(100% - 113px); }
.right_suspension ul li a { position: relative; }
a.notLogin {font-size: 17px; line-height: 24px; }
.index_header > a.notLogin { color: #fff; }
.my_bill_ul li > button { width: 100%; height: 40px; line-height: 40px; display: block; background-color: #CB261C; color: #fff; font-size: 1.125rem; border-radius: 5px; text-align: center; margin: 20px 0; }
.float_top > a.notLogin { color: #333; }
.search_bg i:before { font-size: 16px; }
.search_bg input { width: calc(100% - 30px); }
.payment_code_box form > a { display: inline-block; text-align: center; line-height: 40px; height: 40px; width: 100%; border-radius: 5px; color: #fff; background-color: #CB261C; font-size: 1.125rem; }
.payment_code_box form > button { display: inline-block; text-align: center; line-height: 40px; height: 40px; width: 100%; border-radius: 5px; color: #fff; background-color: #CB261C; font-size: 1.125rem; }
.payment_code_items_li > button { display: inline-block; text-align: center; line-height: 34px; height: 34px; padding: 0 10px; border-radius: 5px; color: #fff; background-color: #CB261C; }
.payment_code_items ul li > span > span { display: block; line-height: 20px; margin-top: 7px; color: red; }

.validation-summary-errors ul li { display: block; line-height: 20px; margin-top: 7px; color: red; }
.basic_information_items ul li textarea { width: 100%; padding: 0 10px; border-radius: 3px; line-height: 40px; }
.basic_information_items>button{    display: block;text-align: center; height: 40px; line-height: 40px; font-size: 1.125rem;color: #fff; background-color: #CB261C; border-radius: 5px; margin: 20px 0 10px 0; width:100%;}
.shopping_cart_box input[disabled]{ background-color: #f5f5f5; }

.index_floor_items_a > img { width: 100%; }
.attr_em_disabled{pointer-events: none !important; color: #DEDEDE;border: 1px dashed #DEDEDE !important;background: #FFF !important;}