@charset "utf-8";
/* 顶部栏 底部栏 Beg */
.bottomNav {
    width: 100%;
    height: 240px;
    background-color: #fff;
}

.bottomCell {
    height: 150px;
    width: 240px;
}

.topNav {
    width: 100%;
    /*height:150px;*/
}

.top_SearchInput {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 440px;
    height: 40px;
    line-height: 40px;
    border: 2px solid #2aa7f6;
}

.top_SearchBtn {
    display: inline-block;
    /*width:60px;*/
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    background-color: #2aa7f7;
}
.otherSearchList{
    position:absolute;
    width:600px;
    max-height:260px;
    background:#fff;
    border:1px solid #dadada;
    z-index:5;
    top:75%;
    overflow: scroll;
}
.single_search_cell{
    display: block;
    color: #333;
    padding-left: 20px;
    line-height: 26px;
    cursor:pointer;
}
.single_search_cell:hover{
    text-decoration: none;
    background:#f2f4f5
}

.myShopCar {
    border: 1px solid #cfcfcf;
    display: inline-block;
    height: 40px;
    line-height: 40px;
}

.warn_num {
    position: absolute;
    writing-mode: lr;
    background: #ff0000;
    font-size: 12px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    top: 0px;
    right: 0;
    letter-spacing: 0px;
}

.selectCity {
    position: absolute;
    width: 550px;
    max-height: 420px;
    border: 1px solid #bfbfbf;
    overflow-x: auto;
}

.selectCityCell {
    line-height: 30px;
}

.selectCityCell:not(:last-child) {
    border-bottom: 1px solid #bfbfbf
}

.searchCity {
    height: 30px;
    line-height: 30px;
}

.cityWord {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border: 1px solid #bfbfbf;
    background-color: #ebf0fb;
    color: #000
}

/* 顶部栏 底部栏 End */
/* index_导航 Beg */
.index_nav_r, .index_nav_b {
    width: 100%;
    height: 40px;
}

.index_nav_r {
    /*background-color:#d82008;*/
}

.red_active {
    background-color: #0496f3;
    /*background-color:#f26c09;*/
}

.index_nav_b {
    background-color: #3399ff;
}

.blue_active {
    background-color: #2679cb;
}

.all_part {
    height: 40px;
    line-height: 40px;
    width: 200px;
}

.menu_open::after, .menu_close::after {
    width: 40px;
    height: 100%;
    float: right;
    background-repeat: no-repeat;
    background-position: center;
    content: ' ';
}

.menu_open::after {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAAlwSFlzAAAOwwAADsMBx2+oZAAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAACTSURBVDhP1YuxDYNAEARfQiIgcaGmAOjAsSnBFZgUQQalkLiHNztmX8IS2DEjnf5+bzaciBjjrGn8/YvcOx2Wx3vl5tshOIh0+GRangTisMwNQW6rJ0th7oBD/Qk3KK58w8kdrxDo0CGIyvG21Ov5LiV0KCQMFkvN1TtZYW0fBIkjBdA+6fldSki8qPBi2B2fkxAWvHm5qeIECAUAAAAASUVORK5CYII=');
}

.menu_close::after {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAAlwSFlzAAAOwwAADsMBx2+oZAAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAACXSURBVDhP1Yy9DcIwEEYtRUqRhkFhgLABNYzABNBG0MEoNOxg815yQRQGWnjS6c7fj9OfU0pZ5JzvjnfInyHYUbiyR7gvrC7sOgYInqOwZFZxq9XLGC2Bk0HoQ1bvFfAGVhvyhALG0QA8SzN4a43ITGWO5qW0GcUKegbIHliNv+0V4G1pxoxBOxZvzDa8r5Dd2Ynn75PSA2TtuanQoKc/AAAAAElFTkSuQmCC');
}

.index_nav {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    width: 80px;
    margin-right: 30px;
    color: #fff;
    font-size: 14px;
    position: relative;
}

.index_nav:hover {
    text-decoration: none;
}
.index_nav:hover::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    border: 4px solid #fff;
    border-color: transparent transparent #fff transparent;
    border-top: 0;
    margin-left: -4px;
    content: '';
}
.index_nav_select::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    border: 4px solid #fff;
    border-color: transparent transparent #fff transparent;
    border-top: 0;
    margin-left: -4px;
    content: '';
}

/* index_导航 End */
/* banner */
.top_banner {
    width: 1200px;
    /*background: url(../../images/web/banner.png) no-repeat center center;*/
    height: 400px;
    /*background-size:cover;*/
    margin: auto
}

.joinUs_banner {
    width: 100%;
    background: url(../../images/joinus/joinus_banner.jpg) no-repeat center center;
    height: 600px;
    background-size: cover
}

.shop_banner {
    width: 100%;
    background: url(../../images/web/banner_shopHomePage.jpg) no-repeat center center;
    height: 600px;
    background-size: cover
}

/* banner End */

/* 商品列表 Beg */
.part_box {
    border: 1px solid #e0e0e0;
    margin: 5px;
    float: left;
    width: 230px;
}

.part_img {
    width: 230px;
    height: 230px;
    line-height: 230px;
    border-bottom: 1px solid #e0e0e0;
    overflow: hidden;
}

.part_img > img {
    max-width: 200px;
    max-height: 200px;
    vertical-align: middle;
}

.part_price {
    color: red;
    font-size: 18px;
    font-weight: bold;
}

.part_price::before {
    content: '￥';
}

.part_price span {
    display: inline-block;
    background: red;
    font-size: 14px;
    font-weight: 100;
    border-radius: 5px;
    vertical-align: middle;
    margin-top: -5px;
}

.collectBtn.btn_red::after {
    content: '已收藏';
}

.collectBtn.btn_fff::after {
    content: '收藏商品';
}

/* 商品列表 End */
.carModel {
    background: #ff6633;
    border-radius: 5px;
}

/* 询价地区选择器 Beg */
.citySelect {
    width: 302px;
    height: 300px;
    position: absolute;
    top: 26px;
    left: 75px;
    border: 1px solid #a9a9a9;
    background: #fff;
}

/* 询价地区选择器 End */
/* 招商合作 Beg */
.joinus_title_bg {
    position: relative;
    text-align: center;
    height: 100px;
    color: #e0e0e0;
    font-size: 60px;
}

.joinus_title_bg::after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAUCAYAAADRA14pAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA+ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQyIDc5LjE2MDkyNCwgMjAxNy8wNy8xMy0wMTowNjozOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgKFdpbmRvd3MpIiB4bXA6Q3JlYXRlRGF0ZT0iMjAxOS0xMC0wOVQwOTozODozMyswODowMCIgeG1wOk1vZGlmeURhdGU9IjIwMTktMTAtMDlUMTE6MjY6MjYrMDg6MDAiIHhtcDpNZXRhZGF0YURhdGU9IjIwMTktMTAtMDlUMTE6MjY6MjYrMDg6MDAiIGRjOmZvcm1hdD0iaW1hZ2UvcG5nIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjkzM0RBQzFCRUE0NDExRTlCMEFBOEM4RDk0MUZBMUVGIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjkzM0RBQzFDRUE0NDExRTlCMEFBOEM4RDk0MUZBMUVGIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6OTMzREFDMTlFQTQ0MTFFOUIwQUE4QzhEOTQxRkExRUYiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6OTMzREFDMUFFQTQ0MTFFOUIwQUE4QzhEOTQxRkExRUYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6icuY4AAAE3klEQVR42qSYCWxUVRSGZ7CWFgUEDLWIohS3omKCW1UUwRVRtMZYFRV3Sdw1RAUFKwQRl7jhhpq6QYzGaFC0YmVRVBSUJcVoxYaJYhOBqkiV0o7/Sb6XnLy8N/Om3ORLOu/dOXPPvef859ymN9UPTDHKxVXiLFEh0uIXUS9eERtTuzaGiCvEadjvEL+Kz8Rb4ttdtF8sxovLxNGih2gSC8XTYoNNSsthezFN3CxKYoztEHPFPeKvAheyj3hUXCx2yzHvE3GrWN8FZ88RT4rBMe/bxXO2fnN4kf4YzYt/xHtiFSdgO3Wu6MX7jLiGxSUZl4qnRF8+/yneF2tYxGHYH8D7/8QDYrbYmcC+resx1hSMJWKB2CaOEjWiN+8azOHjmFQn7hctIaO22PvELaKbyIoXxVTxe8xCDhEPifOdIzPF4xERYqE4gffBxqwQd4gvYuzbOqpxdj+eNYqJYmlo7l7iQXGdOCVNDu+fIEdPYlOCsNku3mA3fxRF7OgF4jw+p4iWy1lQvtCfS3gGw/J7vlgntjDnWLRgKHOyRNHdoi2HfduYTNqJVpKxp8v34jxzbYGzONX2hPbTCI+dyKAE878n75cmdSDscDkqfSBh04xKh0/fvnQDIXu4e94pvhFvixciwvcAMYqIMgHbJJaJtTGKe6U4wUVLEFmfipfRg073rqcYQ6T1ET8TgevDDh+JWIxjl8NjISe7IuKdCcK+/HAG4QsPE8UpYmTMxq8lh+cTon6UsEH2O3/jRHtE5N1F3veMqQBWYVaaw+bIZLeLO6hfWepliTu9J5jbljCC+vKd8e7ZTmpiByde6t4tRnE3FJBmI8Sr2Apy+gcqwlC3Afa7M7vxRxHqbPlQxkQL1f6EboYQv12sFlUJFjIOoQqcNWG7WuyNildyaiZwXzNnJCXrJn4v1yhFpRfjbJYwH4LtKtZ/LaljPv5rJ2yGJ5FzW2KM2y49Iq53p23h96xY7vLIjJ6OYp7sdtbEq5boiRMrs/2wq/mNfLa+oDWkHzWEcBnPNtIlNsTY70NZml2oSo8Vc1zts7GZFrSYne7l3q3DkS8T2h/Exp8RSoEmnO6PoKZd+NYRea1dUWkb3Z3R5oh8LcWJO0OO+9HIqb4Z0TF1Z+HFhNr2iO+fLe6l9keNDtR3BlXBj93pFUpJxc1RDqcp+BMpGyVudz/nVN8JlQD7znAWNZC5GZqFxhxlpopFBamxUsyje9sW0SwEZbIfQvSd+Dgi/SrYpGq6qyACvqLPtgtKpzlcSYeTT4hWIzqrCmzsRxGmFXnm/UFe1nXhljQVHSrKMc8iYYI5XI/QpNi9l1BNC5tjEIPj3YnXUjPzNfd7cAm40eXcMsRuDad7ECcy1qnyApS1JYGzR4jXxDA+t3IV/ICmZzhiNYL3i8zhAXQuM+iNsxGGqwnrMtfSTcFweBRxS6p17WET5a0hx8Kfd1G2FQ14JiLMU9yuJpGCQYv7OhecrRHza4iC0T6Hs3l2sx9N+iXu2U+0d82cUGXoutdJ/kyOEafwDeg2Md01I3ZKH5HnrWz4ieJU52gLjr+boE/PFlqWgtI03YVR3FiCiCwv0P7B2L8wT/PRhvZMy9E/JCpLSW81Z4qLuK6Vk9O/cYed1wVHw+NQ7I/hHwW9OU0Tzw/RgpZCjf4vwABgZVAQfftlEgAAAABJRU5ErkJggg==');
    background-repeat: no-repeat;
    background-position: center;
    content: ' ';
    height: 20px;
}

.joinus_title {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    line-height: 100px;
    font-size: 24px;
    color: #000;
}

.entry_process {
    width: 100%;
    height: 584px;
    background-image: url('../../images/joinus/entry_process_bg.jpg');
    background-repeat: no-repeat;
    background-position: center;
}

.inputText {
    width: 280px;
    height: 20px;
    background: transparent
}

.joinus_remark::before {
    content: '备注：';
    position: absolute;
    top: 5px;
    left: 5px;
}

/* 招商合作 End */
/* 商品详情 Beg */
.parts_tab {
    display: inline-block;
    cursor: pointer;
}

.tab_active {
    background: #fff;
    color: red;
}

.tab_active::after {
    content: ' ';
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    border-top: 4px solid red;
}

.parts_loop {
    max-width: 100px;
    max-height: 100px;
    vertical-align: middle;
    cursor: pointer;
}

.parts_loop_show {
    max-width: 480px;
    max-height: 400px;
    vertical-align: middle;
}

.last_img, .next_img {
    width: 30px;
    height: 50px;
    line-height: 40px;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    cursor: pointer;
    top: 210px;
    z-index: 10;
}

.last_img {
    left: 0;
}

.next_img {
    right: 0;
}

/* 商品详情 End */
/* 我的惠配齐-左侧菜单 Beg */
.leftMenu a:hover {
    color: #e43638;
    text-decoration: none
}

/* 我的惠配齐-左侧菜单 End */

/*.brand {
    color: #666
}

.brand:hover {
    color: #fa832b
}*/

.shop_box {
    display: inline-block;
    vertical-align: middle;
    padding: 10px;
    box-sizing: border-box;
    /* border: 1px solid #dadada; */
    width: 390px;
    height: 100%;
    margin-right: 10px;
    margin-left: 0;
}

.move_line1, .move_line2, .move_line3, .move_line4 {
    width: 100%;
    /*height:141px;*/
    overflow: hidden;
    white-space: nowrap;
}

.bottom_banner {
    position: relative;
    display: inline-block;
    width: 63px;
    height: 35px;
    border: solid #fa832b;
    border-width: 0 2px 0 2px;
    box-sizing: border-box;
    background: #fff;
    color: #fa832b;
    vertical-align: super;
    font-size: 34px;
    line-height: 34px;
    margin-right: 15px;
}

.bottom_banner:after, .bottom_banner:before {
    content: '';
    position: absolute;
    width: 35px;
    height: 35px;
    margin: auto;
    border: solid #fa832b;
    box-sizing: border-box;
}

.bottom_banner:after {
    border-width: 2px 2px 0 0;
    transform: rotate(-45deg) skew(15deg, 15deg);
    top: -18px;
    left: 12px;
}

.bottom_banner:before {
    border-width: 2px 2px 0 0;
    transform: rotate(135deg) skew(15deg, 15deg);
    top: 18px;
    left: 12px;
}

/* 右侧快捷条 Beg */
.index_r {
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    width: 36px;
    background: #333;
    z-index: 999;
}

.r_nav_box {
    height: 100%;
    width: 36px;
    line-height: 36px;
    /*writing-mode: vertical-lr*/
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
}

.index_r_nav {
    position: relative;
    color: #ffffff;
    display: inline-block;
    width: 36px;
    padding: 10px 0;
    text-decoration: none;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.index_r_nav i {
    font-size: 24px;
}

.index_r_nav:hover {
    text-decoration: none;
    color: #ffffff;
    background: #2aa7f6;
}

.index_r_nav_title,.index_r_qrcode,.index_r_download {
    width: 0px;
    height: 44px;
    position: absolute;
    right: 36px;
    top: 0;
    background: #2aa7f6;
    overflow: hidden;
    text-align: center;
    -webkit-writing-mode: lr;
    -ms-writing-mode: lr;
    writing-mode: lr;
    border-radius: 5px 0 0 5px;
    line-height: 44px;
    font-size: 14px;
    /*transition: width 0.5s;*/
    transition: all 0.5s;
}
.index_r_nav:hover .index_r_nav_title {
    width: 100px;
}
.index_r_nav:hover .index_r_qrcode {
    width: 280px;
    height:284px
}
.index_r_nav:hover .index_r_download {
    width: 150px;
}

.r_nav_down_border {
    border-bottom: 1px solid;
    border-image: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 0%, #dadada 50%, rgba(255, 255, 255, 0.00) 100%) 2 2 2 2;
}

/* 右侧快捷条 End */


.screenForm_label{
    display: inline-block;width: 50px;height:40px;line-height:40px;text-align:center;vertical-align: top;
    font-size:14px;color:#909090;
}
.screenForm_content{
    display: inline-block;
}
.firstCate,.secondCate,.brandCate{
    display: inline-block;
    height:40px;
    line-height:40px;
}
.cateCell{
    display: inline-block;
    border:1px solid #dadada;
    padding:0 5px;
    line-height:20px;
    font-size:12px;
}
.cateCell:hover{
    border-color:#2aa7f6;
    color:#2aa7f6;
}
.cateCell .layui-icon-close{
    cursor:pointer;
}

li {
    display: list-item;
    text-align: -webkit-match-parent;
    list-style: none;
}

ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding: 0;
}

.component {
    width: 100%;
    height: auto;
}

.component .list-wrap-ul {
    width: 100%;
    height: auto;
}

.component .list-wrap-ul .list-wrap-li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 90px;
    padding: 5px 10px;
    border-bottom: 1px solid #ebebeb;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.component .list-wrap-ul .list-wrap-li:hover {
    background: #fafafa;
    -webkit-box-shadow: 1px 1px 6px 1px #bbbbbb;
    box-shadow: 1px 1px 6px 1px #bbbbbb;
}
.appShopAnimate,.appShopAnimate div {
    position: absolute;
    z-index: 1000;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.appShopAnimate div {
    background: #ff0000;
}