@charset "utf-8";

@font-face {
    font-family: 'iconfont';
    /* Project id 2903785 */
    src: url('//at.alicdn.com/t/font_2903785_rj3mro5chwa.woff2?t=1650362085118') format('woff2'),
        url('//at.alicdn.com/t/font_2903785_rj3mro5chwa.woff?t=1650362085118') format('woff'),
        url('//at.alicdn.com/t/font_2903785_rj3mro5chwa.ttf?t=1650362085118') format('truetype');
}

/*PC端样式*/
@media screen and (min-width: 768px) {
    ::-webkit-scrollbar {
        width: 1px;
        height: 5px;
        /* 设置滚动条的宽度 */
        background: transparent;
        /* 设置背景颜色为透明 */
    }

    ::-webkit-scrollbar-track {
        background: #f5f5f5;
        /* 设置轨道的背景颜色 */
        border-left: 1px solid rgba(244, 244, 244, 0.14);
        /* 设置轨道的边框 */
    }

    ::-webkit-scrollbar-thumb {
        background: #888;
        /* 设置滑块的颜色 */
        border-radius: 8px;
        /* 设置滑块的圆角 */
    }

    body {
        border: 2px solid #ddd;
        width: 400px;
        margin: 0 auto !important;
    }

    .vux-header.fixed {
        width: 400px !important;
        left: auto !important;
    }

    .footer {
        width: 400px !important;
    }

    .tab-down{width: 400px !important;left: auto!important;right: auto!important;}
    .cart_footer{
        width: 400px !important;
    }


}


.iconfont {
    font-family: "iconfont" !important;
    font-size: 22px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0px;
    -moz-osx-font-smoothing: grayscale;
}

/*阿里字体库 END*/
body {
    background-color: #FAFAFA;
}

.top_search {
    background: url("../images/index_bg.jpg") no-repeat center top;
    padding: 2% 0 1% 5%;
    position: sticky;
    z-index: 9;
    top: 0;
    width: 100%;
}

.p60 {
    padding-top: 60px;
}

.main {
    padding: 0 0 55px 0;
}

.txl_list_box {
    padding: 2%;
    background-color: #7B262D;
    min-height: 100vh;
}

.vux-header.fixed {
    background-color: #fff !important;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
    padding: 2px 0 !important;
    -webkit-overflow-scroll: touch !important;
    border: 1px solid #ddd;
    border-width: 0 0 1px !important;
    position: fixed;
}

.vux-header {
    position: relative;
    padding: 3px 0;
    box-sizing: border-box;
    background-color: #35495e;
}

.vux-header-title-area {
    margin: 0 15px !important;
}

.vux-header-title-area,
.vux-header .vux-header-title {
    margin: 0 88px;
    height: 40px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.header-title {
    text-align: center;
    height: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-weight: 700;
    font-size: 18px;
    color: #4a4a4a;
}

.my-contacts-member-container .info {
    border-bottom: 1px solid #E5E5E5;
    color: #FFFFFF;
}

.my-contacts-member-container .info .title {
    text-align: center;
    font-weight: bold;
    font-size: 25px;
}

.my-contacts-member-container .info .desc {
    text-align: center;
}

.my-contacts-member-container .info .tag {
    margin-top: 3px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 13px;
}

.tag {
    padding: 2px 4px;
    font-size: 15px;
    border-radius: 4px;
}

.my-contacts-member-container .info .tag .unselect-tag {
    padding: 1px 3px;
    border-radius: 3px;
    border: 1px solid #FFFFFF;
    margin-top: 2px;
    margin-right: 3px;
}

.weui-btn_mini {
    line-height: 1.8;
}

.tubiao {
    display: inline-flex;
    border: 1px solid rgb(255, 170, 85);
    padding: 2px 3px;
    border-radius: 5px;
    color: rgb(255, 170, 85);
    font-size: 11px;
    height: 20px;
    line-height: 20px;
}

.footer {
    width: 100%;
    height: 55px;
    box-sizing: border-box;
    background-color: #fff;
    position: fixed;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 13px;
    border-top: 1px solid #e2e2e2;
    padding: 8px;
}

.vux-flexbox .vux-flexbox-item:first-child {
    margin-left: 0 !important;
    margin-top: 0 !important;
}

.vux-flexbox .vux-flexbox-item {
    -webkit-box-flex: 1;
    flex: 1;
    -webkit-flex: 1;
    min-width: 20px;
    width: 0%;
}

button.weui-btn,
input.weui-btn {
    width: 100%;
    border-width: 0;
    outline: 0;
    -webkit-appearance: none;
}

.weui-btn_primary {
    background-color: #E83828;
}

.weui-btn {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-left: 14px;
    padding-right: 14px;
    box-sizing: border-box;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    line-height: 2.33333333;
    border-radius: 5px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow: hidden;
}

.num {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    padding: 2% 0;
    background: #FAFAFA;
}

.num .num-cell {
    width: 50%;
}

.num .num-cell .name {
    color: #999999;
    font-size: 14px;
    text-align: center;
}

.num .num-cell .val {
    text-align: center;
    color: #E83828;
    font-size: 18px;
}

.gutter {
    padding: 10px;
    background-color: #f1f1f1;
    color: #555555;
    font-size: 16px;
}

.txl_top_list .layui-tab-title li {
    width: 20%;
    padding: 0;
    font-weight: bold;
    line-height: normal;
}

.txl_top_list .layui-tab-title li img {
    width: 50%;
    display: block;
    margin: 0 auto;
}

.txl_top_list .layui-tab-brief>.layui-tab-title .layui-this {
    color: #E83828;
}

.txl_top_list .layui-tab-brief>.layui-tab-title .layui-this:after {
    border-bottom: 0px solid #E83828;
}

.txl_top_list .layui-tab-content {
    padding: 0;
}

.add_main {
    padding: 15px 5px;
}

.my_add {
    margin-bottom: 15px;
    margin-left: 0px !important;
}

.shezhi {
    float: right;
    margin-top: -28px;
    font-weight: bold;
}

.shezhi_info {
    display: none;
    text-align: center;
}

.shezhi_info a:hover {
    color: #333;
}

.shezhi_info ul li {
    font-size: 15px;
    font-weight: bold;
    border-bottom: 1px solid #F0EFF4;
    padding: 4% 0;
}

.shezhi_info .red a {
    color: #E64240;
}

.tiao {
    padding: 3% !important;
    margin: 0 2% !important;
    color: #E83828;
    background-color: #fff !important;
    box-shadow: 0px 0px 5px #999;
}



.tab-down {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1999;
    background: #E83828;
    border-top: 1px solid #e3e8ee;
    padding-bottom: env(safe-area-inset-bottom);
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    color: #fff;
}

.tab-down ul {
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    align-items: center;
    height: 100%;
    -webkit-box-orient: horizontal;
    flex-direction: row;
    -webkit-box-pack: start;
    justify-content: flex-start;
    padding: 1.5% 0;
}

.tab-down .active {
    color: #E10D0C !important;
}

.tab-down ul li {
    text-align: center;
    width: 25%;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    align-items: center;
    height: 100%;
}

.tab-down ul li a {
    color: #fff;
}

.tab-down ul li span {
    font-size: 12px;
}

.left_back {
    width: 35px;
    height: 35px;
    line-height: 43px;
    text-align: center;
    -webkit-transition: all .5s ease-in;
    transition: all .5s ease-in;
    position: absolute;
    z-index: 10;
}


.clear {
    clear: both;
}

.green {
    color: #E83828;
}

.green_bg {
    color: #fff;
    background: #E83828 !important;
    border: 1px solid #E83828 !important;
}

.red {
    color: #E64240 !important;
}

.red_bg {
    color: #fff;
    background: #E64240 !important;
    border: 1px solid #E64240 !important;
}

.yellow {
    color: #FFB800 !important;
}

.yellow_bg {
    color: #fff;
    background: #FFB800 !important;
    border: 1px solid yellow !important;
}

.blod {
    font-weight: bold;
}

.red_kuan {
    color: #E64240;
    border: 1px solid #E64240 !important;
}

.green_kuan {
    color: #119944;
    border: 1px solid #119944 !important;
}

/*名片样式*/
.card_box_wrap {
    padding: 2%;
    background: url("../images/card_bg.jpg") no-repeat center top;
    background-size: 100% 100%;
    padding-top: 12%;
}

.card_box {
    margin: 0 auto;
    background: #fff;
    padding: 3%;
    border-radius: 15px;
    padding-bottom: 5%;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.card_box .card_top .card_img {
    float: left;
    width: 23%;
    padding-right: 5%;
}

.card_box .card_top .card_img img {
    width: 100%;
    border-radius: 50px;
}

.card_box .tow_card_li:last-child {
    border-bottom: 0px !important;
}

.card_top_info {
    float: left;
    width: 70%;
}

.card_top_info .card_username {
    font-size: 22px;
    font-weight: bold;
    color: #E83828;
}

.card_top_info .card_zhiwei {
    font-size: 15px;
    color: #999;
}

.card_top_info .card_gongsi {
    font-size: 15px;
    color: #E05307;
}

.card_top_number {
    font-weight: bold;
    color: #E05307;
    position: absolute;
    right: 7%;
}

.hui {
    color: #333;
    font-size: 18px;
}

.hei {
    color: #333;
}

.card_list {
    padding-top: 5%;
    padding-left: 5%;
    color: #999;
}

.zffx {
    color: #f9f9f9;
    padding-top: 2%;
    line-height: 32px;
    padding-right: 3%;
    text-align: center;
}

.zffx_more {
    color: #f9f9f9;
    padding-top: 2%;
    float: left;
    line-height: 32px;
    padding-right: 3%;
    padding-left: 4%;
}

.card_list ul li {
    line-height: 27px;
    font-size: 14px;
}

.card_list .iconfont {
    font-size: 13px;
}

.look_box_wrap {
    padding: 2%;
}

.look_box {
    margin: 0 auto;
    background: #fff;
    padding: 3%;
    border-radius: 4px;
    box-shadow: 0px 1px 10px #999;
}

.look_box .look_left {
    float: left;
    line-height: 40px;
    color: #666;
}

.look_box .look_right {
    float: right;
    border: 1px solid #999;
    border-radius: 5px;
    padding: 4px 3%;
    margin-top: 2%;
}

.look_box .look_right .iconfont {
    font-size: 16px;
}

.cart_footer {
    bottom: 0;
    position: fixed;
    border-top: 1px solid #DFDFDF;
    width: 100%;
    background: #fff;
    z-index: 99;
}

.gly_do ul li {
    width: 28% !important;
    padding: 2% 1% !important;
}

.cart_footer ul li {
    float: left;
    width: 25%;
    text-align: center;
    background: #E83828;
    color: #fff;
    padding: 4% 0;
    border-right: 1px solid #fff;
}

.cart_footer ul li:last-child {
    margin-right: 0;
}

.cart_footer .green_mpj {
    border: 1px solid #E83828;
    background-color: #E83828;
    color: #fff;
}

.cart_footer .green_bj {
    border: 1px solid #E83828;
    color: #E83828;
}

.green_bj {
    border: 1px solid #E83828;
    color: #E83828;
}

.card_status {
    border-top: 1px solid #DFDFDF;
    font-size: 12px;
    line-height: 38px;
}

.card_status ul li {
    float: left;
    padding-right: 10px;
}

.card_status ul li:last-child {
    float: right;
}

.card_caozuo {
    border-top: 1px solid #DFDFDF;
}

.card_caozuo ul li {
    width: 15%;
    float: right;
    text-align: center;
    background: #F8F8F8;
    border: 1px solid #DFDFDF;
    border-radius: 5px;
    margin: 2%;
    padding: 2%;
}

.card_top {
    padding: 4%;
    background: #fff;
    margin-bottom: 2%;
}

.p15 {
    padding-top: 45px;
}

.card_top .card_title {
    font-weight: bold;
    font-size: 16px;
    padding-bottom: 2%;
}

.fq_box ul li {
    float: left;
    padding-right: 4%;
    line-height: 25px;
    border-right: 2px solid #e9e9e9;
    margin-right: 4%;
}

.fq_box ul li:first-child {
    padding-right: 2%;
    border-right: 0;
    margin-right: 0;
}

.fq_box ul li:last-child {
    border-right: 0;
}

.card_lx_box {
    padding: 2% 4%;
}

.lx_box ul li {
    border: 1px solid #E83828;
    border-radius: 5px;
    padding: 1% 2%;
    text-align: center;
    float: left;
    margin: 1%;
    color: #E83828;
}

.lx_box ul li:first-child {
    border: 0;
    margin-right: 0;
    padding: 1% 0;
}

.lx_box a {
    color: #E83828;
}

.lx_box .check {
    color: #fff;
    background: #E83828;
}

/*分页样式*/
.pglist {
    padding: 20px 0 30px;
    width: 100%;
    text-align: center;
    clear: both;
}

.pglist span {
    color: #fff;
    padding: 0 15px;
    margin: 0 3px;
    background: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #E83828;
}

.pglist a {
    color: #666;
    padding: 0 10px;
    margin: 0 3px;
    background: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.pglist * {
    display: inline-block;
    vertical-align: middle;
    line-height: 34px;
    padding-bottom: 1px;
}

.pglist a:hover,
.pglist .hover {
    display: inline-block;
    color: #fff;
    background: #E83828;
    border-color: #E83828;
}


/*banner*/
.focus {
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.focus .hd {
    width: 100%;
    height: 11px;
    position: absolute;
    z-index: 1;
    bottom: 5px;
    text-align: center;
}

.focus .hd ul {
    display: inline-block;
    height: 5px;
    padding: 3px 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 0;
    vertical-align: top;
}

.focus .hd ul li {
    display: inline-block;
    width: 20px;
    height: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
    margin: 0 5px;
    vertical-align: top;
    overflow: hidden;
}

.focus .hd ul .on {
    background: #999;
}

.focus .bd {
    position: relative;
    z-index: 0;
}

.focus .bd li img {
    width: 100%;
    background: url(../images/loading.gif) center center no-repeat;
}

.focus .bd li a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    /* 取消链接高亮 */
}

.ny_nav {
    text-align: center;
    padding: 4% 0;
}

.ny_nav ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: left;
}

.ny_nav ul li a {
    font-size: 15px;
    color: #1380C5;
}

.ny_nav ul li {
    border: 1px solid #1380C5;
    text-align: center;
    line-height: 40px;
    background: #fff;
    width: 45%;
    display: block;
    vertical-align: middle;
    margin: 2% 2% 0 2%;
}

.ny_nav ul .on {
    background: #1380C5;
    color: #fff;
    border: 1px solid #1380C5;
}

.ny_nav ul .on a {
    color: #fff;
}

/*供求信息*/

.eye-flex-wrap {
    flex-wrap: wrap;
}

.eye-flex {
    display: flex;
}

.eye-renderer__item {
    width: 100%;
}

.eye-renderer li {
    width: 100%;
    font-size: 14px;
}

.listItem {
    padding: 10px 14px;
    display: flex;
    border-bottom: 1px solid #eee;
    box-sizing: border-box;
    background: #fff;
}

.listItem .itemInfo {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.listItem .itemInfo .itemTitle {
    font-size: 15px;
    color: #333;
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.listItem .itemInfo .itemImgs {
    display: flex;
    flex-wrap: wrap;
    padding: 5px 0;
}

.listItem .itemInfo .itemImgs img {
    width: calc(32%);
    height: 100px;
    border-radius: 5px;
    margin-right: 1%;
}

.listItem .itemInfo .itemNums {
    display: flex;
    width: 100%;
    justify-content: space-between;
    font-size: 13px;
    color: #999;
    line-height: 21px;
}

.listItem .itemInfo .itemNums .sourceFrom {
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #999;
}

.listItem .imgRight {
    flex: none;
    margin-left: 14px;
    width: 20%;
}

.listItem .imgRight img {
    width: 100%;
    height: 65px;
    border-radius: 5px;
}

/*新页面仿天眼查*/
.search-item {
    padding: 0 8px;
    background: #FFFFFF;
    margin-bottom: 8px;
    border-radius: 10px;
}

.search-item .top {
    position: relative;
    padding: 15px 0 5px 0;
}

.qylx_index {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 10px;
}

.qylx_index ul {
    padding-left: 16%;
}

.search-item .top .company-logo {
    position: absolute;
    left: 0;
    top: 14px;
    width: 30px;
    height: 30px;
}

.search-item .top .company-logo img {
    width: 50px;
    border-radius: 5px;
}

.search-item .top .company-cont {
    padding-left: 60px;
}

.search-item .top .company-cont .name-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 50px;
}

.search-item .top .company-cont .name-line .name {
    font-size: 15px;
    color: #151515;
    letter-spacing: 0;
    line-height: 22px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: bold;
    width: 100%;
}

.search-item .top .company-cont .name-line .company-status {
    margin-left: 19px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 20px;
    border: 1px solid #E83828;
    font-size: 12px;
    color: #E83828;
    border-radius: 2px;
    padding-left: 3px;
    padding-right: 3px;
    line-height: 20px;
}

.search-item .top .company-cont .name-line .zt_box {
    text-align: center;
    color: #fff;
    background: #E83828;
    border: #E83828;
    margin-right: 2%;
    font-weight: bold;
    line-height: 16px;
    padding: 2% 1%;
    border-radius: 3px;
    height: 32px;
}

.search-item .top .company-cont .name-line .zt_box:last-child {
    margin-right: 0;
}

.search-item .top .company-cont .name-line .zt_box .zt_zi {
    width: 40px;
}

.search-item .top .company-cont .com-middle {
    margin-bottom: 10px;
    font-size: 14px;
    color: #333333;
    margin-top: -24px;
}

.search-item .top .company-cont .com-middle .tip:first-child {
    margin-left: -8px;
}

.search-item .top .company-cont .com-middle .tip:first-child::after {
    border-left: 0;
}

.search-item .top .company-cont .com-middle .tip {
    position: relative;
    padding: 0 8px;
}

.search-item .top .company-cont .com-middle .tip:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 12px;
    border-left: 1px solid #e0e0e0;
    left: 0;
    top: 4px;
    -webkit-transform: scaleY(0.7);
    transform: scaleY(0.7);
}

.search-item .top .com-bottom {
    background: #f1f1f1;
    border-radius: 4px;
    padding: 6px 8px;
    font-size: 14px;
    color: #999999;
    padding-left: 2px;
    margin-left: 58px;
}

.search-item .top .com-bottom .number {
    margin-right: 19px;
    color: #333;
}

.search-item .bottom {
    max-width: 100%;
    font-size: 14px;
    color: #666;
    letter-spacing: 0;
    padding: 10px 0;
}

.text-ellipsis {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    word-break: keep-all;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.text-ellipsis .info_tb {
    font-size: 17px;
    padding-right: 3px;
    float: left;
}

.text-ellipsis .info {
    float: left;
    width: 60%;
    overflow: hidden;
    word-break: keep-all;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 18px;
}

.search-item .bottom .icon {
    color: #9e9e9e;
}

.tic {
    font-size: inherit;
}

.tic {
    font-family: "tic" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.search-item .bottom a {
    float: left;
    color: #666;
}

.search-item .top .company-cont .com-middle a {
    color: #E83828;
    text-decoration: none;
    cursor: pointer;
}

.search-item .bottom .province {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    float: right;
}

.search-item .bottom .province .area {
    display: inline-flex;
    background-color: #999;
    border-radius: 5px;
    padding: 0 5px;
    color: #FFFFFF;
    font-size: 14px;
}

.search-item .bottom .province .area a{
    color: #fff;
}

/*供求信息*/
.marginTop {
    min-height: calc(100vh - 155px);
}

.content {
    margin-bottom: 60px;
}

.content .goods {
    background-color: #fff;
    padding: 20px 15px 10px 15px;
    font-size: 17px;
    color: #222222;
    border-top: 1px solid #EEEEEE;
}

.content .goods-spce {
    font-size: 15px;
    color: #909090;
    margin: 8px 0;
}

.content .goods-price {
    font-size: 17px;
    color: #FF442F;
}

.supply-table {
    padding-left: 15px;
    background-color: #fff;
}

.purchase-tr {
    border-bottom: 1px solid #F5F5F5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px 15px 13px 0;
}

.purchase-td-title {
    width: 120px;
    text-align: left;
    font-size: 15px;
    color: #999;
}

.purchase-td {
    text-align: left;
    line-height: 18px;
    color: #222222;
    font-size: 15px;
    width: 90%;
}

.detail .butoon {
    padding: 10px 15px;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
}

.call {
    font-size: 16px;
    text-align: center;
    line-height: 16px;
    display: block;
    padding: 12px 0;
    background: #E83828;
    border-radius: 40px;
    margin: 9.5px auto;
    color: #fff;
    width: 345px;
}

.demons {
    padding: 2%;
}

.demons .img-box img {
    width: 31%;
    margin-right: 1%;
    height: 110px;
    margin-bottom: 1%;
}

.demons .img-box img:last-child {
    padding-right: 0;
}

.buy_look {
    padding: 10% 0;
    text-align: center;
}

.hui_zi {
    color: #909090;
}

.yiwen {
    text-align: center;
    padding: 5% 0 3% 0;
    color: #333;
    border-top: 1px solid #eee;
    margin-top: 8%;
}

.kfewm img {
    width: 30%;
}

.qyzt_title {
    font-size: 14px;
    font-weight: bold;
    line-height: 28px;
}

.qyzt_jianjie {
    padding: 0 2%;
}

.add_qyzt {
    color: #E83828;
    border: 1px solid #E83828;
    width: 20%;
    text-align: center;
    padding: 5px 0;
    border-radius: 5px;
    font-size: 12px;
    line-height: initial;
}

.qyzt_add_main {
    padding: 15px 5px;
}

.qyzt_add_main .layui-upload-drag {
    padding: 0 0 10px 0;
    width: 99%;
    background: #fff;
}

.qyzt_add_main .layui-xs {
    padding: 0 5px;
    text-align: left;
    background: #fff;
}

.qyzt_add_main .layui-xs .handle {
    width: 31%;
    float: left;
    padding-right: 2%;
    padding-bottom: 2%;
}

.qyzt_add_main .layui-xs .handle img {
    width: 100%;
}

.qyzt_add_main .layui-qylogo .handle {
    width: 100%;
    text-align: center;
    background: #fff;
}

.qyzt_add_main .layui-qylogo .handle img {
    width: 70%;
}

.qyzt_box {
    padding: 10px 0;
}

.qyzt_box .qyzt_pic {
    width: 18%;
    padding-right: 5%;
    float: left;
    max-height: 60px;
    line-height: 60px;
}

.qyzt_box .qyzt_pic img {
    width: 100%;
}

.qyzt_box .qyzt_title {
    font-size: 15px;
    font-weight: bold;
    float: left;
    line-height: 60px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 75%;
}

/*企业展台*/
.addkehu_box {
    background: #fff;
    margin: 2%;
    padding: 2%;
    border-radius: 5px 5px 0 0;
    margin-top: 3%;
}

.look_info .one_box {
    line-height: 30px;
}

.look_info .one_box .biaoti {
    border: 0px solid black;
    position: relative;
    box-sizing: border-box;
    display: flex;
    -webkit-box-orient: vertical;
    flex-direction: column;
    align-content: flex-start;
    flex-shrink: 0;
    width: 30%;
    padding-left: 2%;
    float: left;
}

.look_info .one_box .neirong {
    border: 0px solid black;
    position: relative;
    box-sizing: border-box;
    -webkit-box-orient: vertical;
    flex-direction: column;
    align-content: flex-start;
    flex-shrink: 0;
    width: 70%;
    float: left;
}

.fglink {
    margin: 10px 0;
    border-bottom: 1px solid #e6e6e6;
}

.fglink .green_zi {
    padding: 0 10px;
    font-size: 16px;
    font-weight: 300;
    padding-bottom: 10px;
    margin-left: 10px;
    float: left;
}

.green_zi {
    color: #E83828;
}

.qyzt_pic_logo {
    width: 50%;
    margin: 0 auto;
}

.qyzt_pic_logo img {
    width: 100%;
}

.qyzt_pic_list ul {
    display: flex;
    flex-wrap: wrap;
}

.qyzt_pic_list ul li {
    width: 31%;
    padding-right: 2%;
    padding-bottom: 2%;
}

.qyzt_pic_list ul li img {
    width: 100%;
    max-height: 108px;
}

.showtouxian {
    float: left;
    padding-right: 5px;
}

.showtouxian li img {
    width: 35px;
    border-radius: 50%;
    border: 1px solid #f1f1f1;
}

.showtouxian li {
    float: left;
    margin-left: -10px;
}

.showtouxian li:first-child {
    margin-left: 0;
}

.so_top {
    padding: 1% 0 2% 0;
    background: url("../images/index_bg.jpg") no-repeat center top;
    background-size: 100% 100%;
    margin-top: 0 !important;
}

.kuan {
    height: 25px;
    border: 1px solid #FFF;
    font-size: 12px;
    background-color: none;
    border-radius: 2px;
    padding: 0 2%;
    line-height: 25px;
    display: inline-block;
    margin: 1% 1% 0 0;
    color: #FFF;
}

.txl_search {
    padding-bottom: 2%;
}

.cur {
    background-color: #FFF;
    color: #E83828;
}

.kuan2 {
    height: 22px;
    border: 1px solid #E83828;
    font-size: 12px;
    color: #E83828;
    border-radius: 2px;
    padding: 0 2%;
    line-height: 22px;
    display: inline-block;
    margin: 1% 2% 0 0;
}

.kuan3 {
    border-bottom: 1px solid #E83828;
    margin-right: 5px;
    color: #E83828;
}


.card_qyfc {
    padding-top: 3%;
}

.card_qyfc ul li img {
    width: calc(32.5%);
    padding-bottom: 2px;
    float: left;
    padding-left: 2px;
}

.top_more {
    float: right;
    margin-top: -29px;
}

.index_top_lx {
    text-align: center;
}

.txl_search {
    width: 74%;
    float: right;
    padding-right: 3%;
}

.tb_green {
    color: #E83828;
    border: 1px solid #E83828;
}

/*文章*/
.article {
    padding: 10px 11px 0;
}

.article-title {
    font-size: 18px;
    color: #333;
    font-weight: 700;
    padding: 2% 0;
}

.article-tips-btn,
.article-tips {
    display: flex;
    align-items: center;
}

.article-tips {
    font-size: 12px;
    color: #999;
    justify-content: space-between;
    margin: 15px 5px;
}

.article-desc {
    background: #f5f5f5;
    border-radius: 4px;
    padding: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    color: #666;
    word-wrap: break-word;
    line-height: 24px;
}

.article-detail {
    padding: 2% 0;
    overflow: hidden;
    font-size: 18px;
    color: #333;
    line-height: 28px;
}

.article img {
    display: block;
    width: 100% !important;
    height: auto !important;
}

.gongqiu_nav .layui-tab-title li {
    width: 50%;
    padding: 0;
}

.purchase-bottom {
    padding: 2% 4%;
    background: #fff;
    margin-bottom: 2%;
}

.purchase-bottom .qty {
    color: #E83828;
    vertical-align: middle;
    float: left;
}

.purchase-bottom .looksy {
    padding-left: 10%;
}

.purchase-bottom .gocontact {
    float: right;
    border: 1px solid #E83828;
    padding: 5px 15px;
    border-radius: 5px;
    font-size: 12px;
    color: #E83828;
    letter-spacing: 0;
    text-align: center;
    line-height: 12px;
}

.null-body {

    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 20px auto;
    text-align: center;
}

.tab-down .layui-badge {
    padding: 0 3px;
    height: 14px;
    line-height: 14px;
    margin-left: 2px;
}

.yifukan {
    position: absolute;
    top: 18%;
    right: 12%;
    width: 80px;
    height: 80px;
}

.yifukan img {
    width: 100%;
}

.yilingzheng {
    position: absolute;
    top: 18%;
    right: 5%;
    width: 80px;
    height: 80px;
}

.yilingzheng img {
    width: 100%;
}

.show_no_info {
    padding: 30% 0;
    text-align: center;
    font-size: 24px;
}

.erweima_show {
    text-align: center;
    padding-top: 5%;
}

.footer_add {
    margin-top: -23px;
    width: 45px;
}

/*名片更多*/
.card_more {
    background: #EEEEEE;
    padding-bottom: 4%;
}

.card_more .more_title {
    color: #777;
    text-align: center;
    font-size: 19px;
    padding-top: 3%;
}

.card_more .more_info_list {
    background: #fff;
    margin: 2% 0;
    padding: 2% 0 1% 0;
}

.card_more .more_info_list ul {
    padding-left: 5%;
}

.card_more .more_info_list ul li {
    color: #999;
    line-height: 27px;
}

.card_more .more_js_title {
    text-align: center;
    font-size: 15px;
    color: #1aad19;
    padding: 4% 0 2% 0;
}

.card_more .more_js_info_wrap {
    padding: 2% 4%;
    color: #888;
    max-height: 6rem;
    background: #fff;
    padding-bottom: 4%;
}

.card_more .more_js_info_wrap .more_js_info {
    -webkit-line-clamp: 5;
    text-overflow: ellipsis;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.card_more .more_qyxx {
    text-align: center;
    padding: 2% 0;
    margin-top: 4%;
    color: #1aad19;
}

.card_more .more_qyxx_pic {
    padding: 2% 1%;
}

.card_more .more_qyxx_pic ul {
    display: flex;
    flex-wrap: wrap;
}

.card_more .more_qyxx_pic ul li {
    width: 32%;
    padding-left: 1%;
}

.card_more .more_qyxx_pic ul li img {
    width: 100%;
}

.card_more .add_js_info {
    width: 100%;
}

.add_qyzt2 {
    color: #E83828;
    border: 1px solid #E83828;
    width: 22%;
    text-align: center;
    padding: 2px 0;
    border-radius: 5px;
    font-size: 12px;
    line-height: initial;
    float: right;
    margin-right: 10px;
}

.qyfcts {
    text-align: center;
    width: 100%;
    padding: 4% 0 2% 0;
    color: #E83828;
}

/*供求信息*/
.list_style1 {
    border-top: 10px solid #e6e6e6;
    background: #e6e6e6;
}

.list_style1 .content .item {
    border-bottom: 0;
}

.list_style1 .content .item {
    background: #fff;
    padding-bottom: 0;
}

.list_style1 .content .item {
    padding: 10px 10px 0 10px;
    border-bottom: 1px solid #eee;
    position: relative;
    overflow: hidden;
}

.mb_10 {
    margin-bottom: 10px !important;
}

.list_style1 .content .item.llr .left {
    height: 96px;
    width: 100px;
    position: relative;
    z-index: 2;
    float: left;
    transform: inherit;
}

.sdemand_back {
    width: 100px;
    height: 96px;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.list_style1 .content .item.llr .middle {
    padding-left: 110px !important;
    height: 96px;
}

.list_style1 .content .item.llr .middle {
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    padding-left: 70px;
    padding-right: 80px;
    top: 10px;
    line-height: 22px;
}

.list_style1 .middle>a>div {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nowrap {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow-wrap: break-word;
    word-break: break-all;
    white-space: normal;
    overflow: hidden;
}

.font_16 {
    font-size: 16px !important;
}

.color_gray {
    color: #999 !important;
}

.font_14 {
    font-size: 14px !important;
}

.list_style1 .content .item .phone {
    background: #E83828;
    color: #fff;
    border-radius: 2px;
    width: 65px;
    text-align: center;
    padding: 5px 10px;
    font-size: 14px;
}

.list_style1 .content .item.llr .middle:after {
    position: absolute;
    bottom: 0;
    height: 1px;
    left: 0;
    right: 0;
    background: #eee;
    content: '';
}

.list_style1 .content .item.llr .right {
    float: right;
    width: 70px;
    height: 66px;
}

.text_right {
    text-align: right !important;
}

.color_red {
    color: #f31313 !important;
}

.list_style1 .content .item.llr .cont-info {
    padding-left: 110px;
}

.list_style1 .content .item .cont-info {
    font-size: 12px;
    color: #aaa;
    padding: 5px 0;
}

.list_style1 .content .item .cont-info .fav_btn {
    float: right;
}

.bh {
    margin-top: 25px;
}

.mt-warp .warp-item {
    margin-top: 10px;
    background: #fff;
    font-size: 14px;
    overflow: hidden;
}

.mt-warp .warp-item .line-mt {
    overflow: hidden;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

.mt-warp .warp-item .line-mt img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin: 10px;
    float: left;
}

.mt-warp .warp-item .comp-name {
    line-height: 22px;
}

.mt-warp .warp-item .comp-name .name {
    margin-top: 10px;
    color: #E83828;
    font-size: 15px;
}

.mt-warp .warp-item .name {
    display: inline-block;
    word-break: break-all;
}

.sell_footer_btn {
    background: #E83828;
    display: flex;
    flex-wrap: wrap;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 50px;
    text-align: center;
    color: #fff;
    line-height: 50px;
    z-index: 999;
}

.sell_footer_btn .home {
    width: 25%;
    border-right: 1px solid #fff;
}

.sell_footer_btn .fabu {
    width: 25%;
    border-right: 1px solid #fff;
}

.sell_footer_btn .call2 {
    width: 49%;
}

.mysell_cz {
    font-size: 12px;
    color: #aaa;
    padding: 2%;
    margin-bottom: 4%;
    background: #f1f1f1;
}

.sell_zt {
    width: 30%;
    float: left;
    line-height: 25px;
}

.sellsy {
    width: 30%;
    float: left;
    line-height: 25px;
}

.sellxg {
    float: right;
    border: 1px solid #E83828;
    padding: 1% 4%;
    border-radius: 5px;
    color: #E83828;
}

.fbr {
    color: #999;
    font-size: 14px;
}

.more_xinxi {
    background: #EEEEEE;
    color: #999;
    padding: 2%;
    font-size: 16px;
    font-weight: bold;
    padding-left: 4%;
}

.index_logo {
    width: 20%;
    float: left;
    line-height: 35px;
}

.index_logo img {
    width: 100%;
}

.gzgzh {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 10% 0;
    display: none;
}

.gzgzh img {
    width: 50%;
}

.gzgzh_title {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 3%;
}

.gzgzh_info {
    padding: 2% 5%;
}


.guanzhu {
    background-color: rgba(232, 56, 40, 0.7);
    width: 55px;
    height: 45px;
    text-align: center;
    color: #fff;
    position: fixed;
    right: 10px;
    bottom: 120px;
    z-index: 9999;
}


.more_gq {
    width: 100%;
    padding: 2% 0;
    text-align: center;
    margin-bottom: 5%;
    display: inline-block;
}


/* 产品中心 */
.xptj_list_box {
    padding: 2%;
    padding-top: 4%;
}

.brand_top {
    padding: 2%;
    padding-bottom: 4%;
}

.brand_top .title {
    font-size: 16px;
    color: #E83828;
    font-weight: bold;
    float: left;
}

.xptj_list_box ul li {
    background: #f3f3f3;
    border-radius: 5px;
    margin-bottom: 8px;
}

.xptj_list_box .left_img {
    width: 35%;
    float: left;
}

.xptj_list_box .left_img img {
    width: 100%;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.xptj_list_box .right_info {
    width: 65%;
    float: left;
}

.p5 {
    padding: 5%;
}

.xptj_list_box .right_info .title {
    margin-bottom: 3%;
}

.twolist-hidden {
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.xptj_list_box .right_info .jg_info {
    line-height: 32px;
}

.xptj_list_box .right_info .jg_info .jiage {
    color: #E83828;
    font-size: 18px;
    font-weight: bold;
    width: 100%;
    float: left;
}

.xptj_list_box .right_info .jg_info .more {
    background: #E83828;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    width: 50%;
    float: right;
}

.index_pro_box {
    margin: 10px auto;
}

.index_pro_box .goods-list ul {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 2%;
    padding-bottom: 0px;
}

.index_pro_box .goods-list ul li {
    width: 49%;
    background-color: #f3f3f3;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 2%;
    position: relative;
}

.index_pro_box .goods-list .img-box {
    position: relative;
    display: block;
    padding-top: 100%;
}

.index_pro_box .goods-list .img-box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.index_pro_box .goods-list .info-box {
    padding: 5%;
}

.index_pro_box .goods-list .info-box .goods-name {
    color: #000;
    font-weight: 500;
    line-height: 22px;
}

.layui-dantu {
    text-align: center;
}

.layui-dantu img {
    width: 50%;
}

.layui-duotu {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.layui-duotu .handle {
    width: 32%;
    padding-right: 1%;
    padding-bottom: 1%;
}

.layui-duotu .handle img {
    width: 100%;
}


/*banner*/
.focus {
    width: 96%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 9;
}

.focus .hd {
    width: 100%;
    height: 11px;
    position: absolute;
    z-index: 1;
    bottom: 5px;
    text-align: center;
}

.focus .hd ul {
    display: inline-block;
    height: 5px;
    padding: 3px 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 0;
    vertical-align: top;
}

.focus .hd ul li {
    display: inline-block;
    width: 17px;
    height: 3px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
    margin: 0 5px;
    vertical-align: top;
    overflow: hidden;
    border: 1px solid #c5c5c5;
}

.focus .hd ul .on {
    background: #c5c5c5;
}

.focus .bd {
    position: relative;
    z-index: 0;
}

.focus .bd li {
    border-radius: 8px;
}

.focus .bd li img {
    width: 100%;
    max-height: 375px;
    border-radius: 8px;
    background: url(../images/loading.gif) center center no-repeat;
}

.focus .bd li a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    /* 取消链接高亮 */
}

.goods_module_wrap {
    background: #fff;
    border-radius: 5px;
    padding: 2% 4%;
    margin: 2% 0;
}

.goods_module_wrap .goods_title {
    font-size: 16px;
    color: #666;
    padding: 4% 0;
}

.goods_info_wrap {
    background: #fff;
    border-radius: 5px;
}

.goods_info_wrap .title_box {
    padding: 6% 0 1% 0;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #666;
}

.goods_info_wrap .image_text {
    padding: 4% 2% 0 2%;
    overflow: hidden;
}

.goods_info_wrap .image_text blockquote {
    padding-left: 4%;
    word-break: break-all;
}

.goods_info_wrap .image_text img {
    width: 100% !important;
    height: auto !important;
    vertical-align: middle;
    border: 0;
    margin-top: -1px;
}

.back {
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    text-align: center;
    -webkit-transition: all .5s ease-in;
    transition: all .5s ease-in;
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 10;
    background: rgba(41, 47, 54, .4);
}

.tj_bg {
    background: #fff;
    padding: 4%;
}

.c666 {
    color: #666 !important;
}

.xqt {
    padding: 5% 0;
}

.myproductli {
    margin-bottom: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom: 1px solid #f9f9f9;
}



/*产品详情*/
.container-content {
    background: #fff;
    border-radius: 5px;
    margin: 0 0 10px 0;
    overflow: hidden;
}

.price {
    background-color: #fff;
    padding: 5px 0 2px 10px;
    flex-direction: row;
    justify-content: space-between;
}

.flex-row {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    flex-wrap: wrap;
}

.price-item {
    min-width: 100px;
    margin-right: 16px;
}

.price-flag {
    font-family: PingFangSC-Medium;
    font-size: 13px;
    color: #E83828;
    letter-spacing: 0;
    font-weight: 500;
    padding-top: 10px;
    padding-right: 2px;
}

.price-number {
    font-family: PingFangSC-Medium;
    font-size: 27px;
    color: #E83828;
    letter-spacing: 0;
    line-height: 27px;
    font-weight: 500;
}

.title-container {
    padding: 2px 10px 0;
    background-color: #fff;
    flex-direction: row;
    justify-content: space-between;
}

.detail-title {
    font-family: PingFangSC-Semibold;
    font-size: 16px;
    color: #111;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 600;
}

.pro-desc {
    padding: 0px 10px 0;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #111;
    letter-spacing: 0;
    line-height: 23px;
    font-weight: 400;
    background-color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.space-between {
    justify-content: space-between;
}

.supply-flex {
    position: relative;
    padding: 10px 2px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    background-color: #fff;
    border-top: 1px solid #f5f5f5;
    margin: 0px 10px 0;
}

.flex-row {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.operate-item {
    flex-shrink: 0;
    margin-left: 20.5px;
}

.flex-row {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.fix-collection {
    line-height: 18px;
    display: flex;
    text-align: center;
    justify-content: center;
}

.flex-row {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.icon-text {
    font-size: 12px;
    padding: 0 2px;
    color: #646464;
}

.subTip {
    font-family: PingFangSC-Regular;
    font-size: 13px;
    color: #999;
    letter-spacing: 0;
    line-height: 18px;
    margin-right: 7px;
}

.info-box .jg_info .jiage {
    color: #E83828;
    font-size: 18px;
    font-weight: bold;
    width: 100%;
    line-height: 30px;
}

.info-box .jg_info .time {
    font-size: 12px;
    color: #666;
}

/*名片认证*/
.card_renzhen {
    color: #E83828;
    border: 1px solid #E83828;
    width: 20%;
    text-align: center;
    padding: 5px 0;
    border-radius: 5px;
    font-size: 12px;
    line-height: initial;
    position: absolute;
    right: 5%;
    margin-top: -10px;
}

.renzheng_box .layui-dantu img {
    width: 100%;
}

.fx_btn {
    float: left;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 2px 2%;
    color: #fff;
    margin: 10px 0 5px 0;
}

.fenxiang_pic {
    background: none;
    display: none;
}

.fenxiang_pic img {
    width: 100%;
}

.myskin {
    background-color: transparent !important;
    /*背景透明*/
    box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
    /*前景无阴影*/
}

.fxbox {
    text-align: center;
    margin: 0 auto;
    width: 100%;
}

.rzdaoqi {
    padding: 5%;
    text-align: center;
    display: none;
}

.goumai {
    background-color: #E83828;
    color: #fff;
    border-radius: 5px;
    padding: 5% 0;
    font-size: 12px;
}

.cz_showinfo {
    border-top: 1px solid #e1e1e1;
    margin-top: 8%;
    padding: 5%;
    font-size: 16px;
    line-height: 28px;
    color: #E83828;
}

.tr_green_bg {
    color: #fff;
    background: #E64240 !important;
}

.index_huiyuan ul {
    display: flex;
    flex-wrap: wrap;
}

.index_huiyuan ul {
    display: flex;
    flex-wrap: wrap;
}

.index_huiyuan ul li {
    width: 23.5%;
    padding-bottom: 2%;
    padding-right: 2%;
}


.index_huiyuan ul li img {
    width: 100%;
    height: 85px;
}

.jrtg {
    text-align: center;
    font-size: 16px;
    padding: 4% 0 8% 0;
}

.jrtg a {
    color: #fff;
}

/**新的企业展台*/
.news_qyzt {
    background-color: #E6E6E6;
}

.qyzt_top {
    background: url("../images/index_bg.jpg") no-repeat center top;
    background-size: 100% 100%;
    background-color: rgba(0, 0, 0, .8);
    width: 100%;
}

.qyzt_top_search {
    padding: 2% 4%;
}

.qyzt_top_search .qyzt_left {
    color: #fff;
    float: left;
}

.qyzt_top_search .qyzt_left a {
    color: #fff;
    line-height: 35px;
}

.qyzt_top_search .qyzt_search {
    width: 70%;
    float: left;
    background: rgba(255, 255, 255, .2);
    border-radius: 20px;
    padding-left: 4%;
    color: #fff;
    height: 35px;
    margin-left: 5%;
    line-height: 35px;
}

.qyzt_top_search .qyzt_search .keywords {
    border: none;
    background: none;
    color: #fff;
    padding-left: 2%;
    height: 35px;
    line-height: 35px;
    width: 55%;
}

.qyzt_top_search .qyzt_search .search_btn {
    background-color: #E83828;
    text-align: center;
    float: right;
    border: none;
    color: #fff;
    line-height: 35px;
    padding: 0 7%;
    border-radius: 25px;
}

.qyzt_top_search .qyzt_search input::placeholder {
    color: #fff
}

.qyzt_top_search .qyzt_more {
    float: right;
    color: #fff;
    line-height: 35px;
    width: 8%;
}

.qyzt_top_search .qyzt_more a {
    color: #fff;
}

.qyzt_top_search .qyzt_more img {
    width: 100%;
}

.store_info {
    height: 95px;
    width: 100%;
}

.store_info .info {
    width: 92%;
    padding: 10px 4%;
}

.store_info .info .store-block {
    display: block;
    position: relative;
}

.store_info .info .store-block .img {
    display: block;
    width: 20%;
    position: absolute;
    max-height: 72px;
}

.store_info .info .store-block .store-text {
    /*margin-left:10px; float:left; */
    position: absolute;
    left: 25%;
    width: 60%;
}

.store_info .info .store-block .store-text .store-name {
    font-size: 16px;
    color: #fff;
    overflow: hidden;
    font-weight: bold;
    white-space: nowrap;
    min-width: 205px;
    text-overflow: ellipsis;
    padding-bottom: 2%;
}

.store_info .info .store-block .store-text .store-info {
    font-size: 14px;
    color: #e0e0e0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 21px;
}

.store_info .info .store-block .store-text .store-info-duohang {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow-wrap: break-word;
    word-break: break-all;
    white-space: normal;
    overflow: hidden;
}

.store_info .info .store-block .header_btn_wrap {
    position: absolute;
    top: 0px;
    right: -2%;
    color: #005D3B;
    background: #fff;
    border-radius: 10px;
    padding: 1% 3%;
}


/*导航图标*/
#guide {
    width: 100%;
    overflow: hidden;
    background: #fff;
}

#guide #apps {
    padding-top: 5px;
}

#guide #apps dl {
    width: 25%;
    float: left;
    height: 0;
    padding-top: 20%;
    position: relative;
}

#guide #apps dl dt {
    position: absolute;
    top: 0%;
}

#guide #apps dl {
    width: 25%;
    float: left;
}

#guide #apps dl dt a {
    display: block;
    text-align: center;
    padding: 5px 0px;
    color: #545454;
}

#guide #apps dl dt a:hover {
    color: #f33100;
}

#guide #apps dl dt a img {
    width: 50%;
}

#guide #apps dl dt a span {
    display: inline-block;
    width: 100%;
    height: 23px;
    line-height: 23px;
    text-align: center;
    font-size: 12px;
    text-decoration: none;
}

@media only screen and (max-width:320px) {
    #guide #apps dl dt a img {
        width: 40%;
    }

    #guide #apps dl dt {}
}

/* 分类 */
.sort {
    margin: 0 auto 15px;
    width: 100%;
    overflow: hidden;
    border-bottom: #ccc solid 1px;
    padding-bottom: 10px;
    background: #fff;
}

.sort li {
    float: left;
    width: 25%;
    margin-bottom: 5px;
}

.sort li img {
    width: 100%;
}

.sort li span {
    display: block;
    text-align: center;
}

/* 列表 */
.qyzt_lists {
    overflow: hidden;
    padding-bottom: 1%;
    position: relative;
}

.qyzt_biaoti {
    text-align: center;
}

.qyzt_biaoti .biaoti {
    font-size: 18px;
    line-height: 22px;
    margin-top: 20px;
    color: #E83828;
    font-weight: bold;
}

.qyzt_biaoti .biaoti img {
    width: 5px;
    height: 20px;
    margin-right: 10px;
}

.qyzt_lists ul {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 2%;
    padding-bottom: 0px;
}

.qyzt_lists ul li {
    width: 49%;
    background-color: #f3f3f3;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 2%;
    position: relative;
}

.qyzt_lists .img-box {
    position: relative;
    display: block;
    padding-top: 100%;
}

.qyzt_lists .img-box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.qyzt_lists .video-box img {
    width: 20%;
    height: 20%;
    right: 2%;
    bottom: 2%;
    top: auto;
    left: auto;
    opacity: 0.6;
}


.qyzt_lists .info-box {
    padding: 5%;
}

.qyzt_lists .info-box .goods-name {
    color: #000;
    font-weight: 500;
    line-height: 22px;
}

.qyzt_card {}

.qyzt_en_ewm {
    text-align: center;
    padding: 3% 0;
}

.qyzt_en_ewm .eweima_two {
    width: 50%;
    float: left;
}

.qyzt_en_ewm .eweima_two img {
    width: 100px;
    height: 100px;
}

.qyzt_card .eweima {
    width: 30%;
    margin: 0 auto;
    padding-top: 8%;
}

.qyzt_card .eweima img {
    width: 100%;
}

.qyzt_yjbh_tel {
    padding-bottom: 7%;
}

.qyzt_card .qyzt_tel {
    width: 15%;
    margin: 5% auto 1% auto;
}

.qyzt_card .qyzt_tel img {
    width: 100%;
}

.qyzt_card .two_li {
    width: 80%;
    float: left;
}

.qyzt_card .two_li li {
    line-height: 35px;
}

.qyzt_card .twoeweima {
    width: 18%;
    float: left;
}

.qyzt_card .twoeweima img {
    width: 100%;
}

.qyzt_card .tow_card_li {
    border-bottom: 1px solid #eee;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.qyzt_qyxx {
    padding: 4% 0;
}

.qyxx_lists {
    padding: 0 2%;
    overflow: hidden;
}


.qyxx_lists ul li img {
    width: 100%;
}

.qyjs {}

/*弹出分类*/
#cate_classifypanel {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .7);
    z-index: 99999;
    bottom: 51px;
    height: 100%;
    display: none;
}

#cate_classifypanel .sub_menu {
    left: 0;
    width: 75%;
    height: 100%;
    background-color: #fff;
    float: left;
    position: relative;
}

#cate_classifypanel .sub_menu .shop_name {
    color: #424242;
    text-align: center;
    margin-top: 10px;
    font-weight: bold;
}

#cate_classifypanel .sub_menu ul {
    margin: 17px 0 0 17px;
}

#cate_classifypanel .sub_menu ul li {
    position: relative;
    line-height: 38px;
    font-size: 15px;
    color: #666;
    border-bottom: 1px solid #eee;
    margin-left: 14px;
}

#cate_classifypanel .sub_menu ul li em {
    position: absolute;
    left: -12px;
    top: 16px;
    height: 3px;
    width: 3px;
    border-radius: 3px;
    background-color: #a7a7a7;
}

#cate_classifypanel .sub_menu .classify_arrow {
    position: absolute;
    top: 50%;
    left: 118%;
    height: 21px;
    width: 21px;
    margin: -12px 0 0 -12px;
    background: url(../images/classify_arrow.png) center center no-repeat;
    background-size: 21px;
}

#cate_classifypanel .mask_area {
    position: relative;
    width: 25%;
    height: 100%;
    float: right;
}

.add_tgdphy {
    background: url("../images/mohutu.jpg") no-repeat center top;
    background-size: 100% 100%;
    min-height: 500px;
}

.add_tgdphy2 {
    background: url("../images/mohutu.jpg?v=1.01") no-repeat center top;
    background-size: 100% 100%;
    min-height: 150px;
}

.add_tgdphy2 .tgdpqx2 {
    color: #fff;
    min-height: 150px;
}

.add_tgdphy2 .tgdpqx2 .xsbt {
    text-align: center;
    line-height: 150px;
}

.add_tgdphy .tgdpqx {
    background: rgba(0, 0, 0, .2);
    color: #fff;
    min-height: 500px;
}




.add_tgdphy .tgdpqx ul {
    padding-top: 25%;
    padding-left: 20%;
    padding-bottom: 15%;
    font-size: 16px;
}

.add_tgdphy .tgdpqx ul li {
    padding: 1% 0;
}


.add_tgdphy .tgdp_btn {
    border: 1px solid #E83828;
    width: 50%;
    margin: 0 auto;
    text-align: center;
    padding: 2% 0;
    border-radius: 9px;
    background: #E83828;
    color: #fff;
}

.ktvip{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-flow: nowrap;
    line-height: 150px;
    color: #fff;
}
.ktvip .vip_btn{width: 15%;text-align: center;background-color: rgba(0, 0, 0, 0.3);
    padding: 1% 2%;line-height: normal;border-radius: 20px;margin-right: 1%;}
.ktvip .vip_btn img{
    width: 100%;
}
.ktvip .vip_info{
    text-align: center;
}

.index_dp {
    color: #fff;
    margin-right: 1%;
    background: #E83828;
    border: #E83828;
    padding: 0 5px;
    height: 16px;
    line-height: 16px;
}

.ljlt_box {
    background: #fff;
    margin-bottom: 2%;
    padding-top: 5%;
}

.ljlt_box .showljlt {
    position: fixed;
    top: 10px;
    left: 57px;
    padding: 2.5% 0 !important;
    z-index: 99;
}

.ljlt_box .ljlt {
    color: #B63B34;
    background: #ffe3d1;
    width: 80%;
    text-align: center;
    margin: 0 auto;
    padding: 3% 0;
    border-radius: 20px;
}

.ljlt_box .btlogo {
    float: left;
    height: 50px;
    padding-right: 4%;
}

.ljlt_box .btlogo img {
    height: 50px;
}

.ljlt_box .bttile {
    float: left;
    font-weight: bold;
    width: 71%;
}

.ljlt_box .btquan {
    background: #EE2A2B;
    border-radius: 15px;
    text-align: center;
    color: #fff;
    float: left;
    padding: 3px 20px;
    margin-top: 2%;
}

/*展示会员弹框*/
.buymember_box {
    background: #EBF4EB;
    width: 100%;
    text-align: center;
    padding-bottom: 5%;
}

.buymember_box .top_title {
    font-size: 32px;
    color: #d21807;
    padding: 6% 0;
}

.buymember_box .zshy_box {
    background: #d21807;
    width: 60%;
    margin: 0 auto;
    color: #fff;
    border-radius: 20px;
    padding: 2% 0;
}

.buymember_box .zshy_box .one {
    font-size: 18px;
}

.buymember_box .zshy_box .two {
    font-size: 26px;
    background: #fff;
    color: #d21807;
    margin: 0 2%;
}

.buymember_box .zshy_box .info {
    font-size: 14px;
}

.buymember_box .anli {
    padding: 1% 0;
    margin-bottom: 5%;
}

.buymember_box .anli .al_title {
    font-size: 16px;
    color: #d21807;
}

.buymember_box .anli ul li {
    border-radius: 10px;
    background: #d21807;
    font-size: 16px;
    padding: 1% 4%;
    margin: 0 2%;
    color: #fff;
    display: inline-block;
}

.buymember_box .free_box {
    background: #d21807;
    width: 60%;
    margin: 6% auto;
    color: #fff;
    border-radius: 20px;
    padding: 2% 0;
}

.buymember_box .free_box .one {
    font-size: 18px;
}

.buymember_box .free_box .two {
    font-size: 26px;
    background: #fff;
    color: #d21807;
    margin: 0 2%;
}

.buymember_box .free_box .info {
    font-size: 14px;
}


.qyzt_bianji {
    width: 12%;
    float: right;
    font-size: 14px;
    color: #999;
    border: 1px solid #999 !important;
    border-radius: 5px;
    margin-right: 2%;
    margin-top: -6%;
    text-align: center;
}

.qyzt_bianji a {
    color: #999;
}

.dp_ul li:nth-child(2n) {
    padding-right: 0;
}

.dp_logo_li {
    width: 49% !important;
}

.pyq_title {
    text-align: center;
    padding-top: 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
}

.yqzt_lzpyq {
    overflow: hidden;
}

.yqzt_lzpyq ul li img {
    width: 100%;
}

.index_dplx_title {
    text-align: center;
    font-size: 18px;
    color: #fff;
    padding: 3% 0;
}

.index_dplx_title:target {
    padding-top: 60px;
}

.xssy {
    text-align: center;
    padding-top: 3%;
    color: #10B461;
}

.haohua_logo_li {
    width: 32% !important;
    padding-bottom: 2%;
    padding-right: 2%;
}

.haohua_logo_li:nth-child(3n) {
    padding-right: 0;
}

.putong_li {
    width: 23.5% !important;
    padding-bottom: 2%;
    padding-right: 2%;
}

.putong_li:nth-child(4n) {
    padding-right: 0%;
}

.goods-list .putong_ul {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: initial !important;
}

.goods-list .putong_li {
    margin-right: 2%;
    margin-bottom: 2%;
}


/**新的会员购买页面*/
.news_member .news_member_top {
    padding: 8% 0;
    text-align: center;
}

.news_member_top .one {
    font-size: 44px;
    font-weight: bold;
    color: #009944;
}

.news_member_top .one img {
    width: 80%;
}

.news_member_top .two {
    font-size: 25px;
    color: #E60014;
}

.buy_ul {
    padding: 4% 2% 2% 2%;
    text-align: center;
    box-sizing: border-box;
    word-break: keep-all;
    white-space: nowrap;
    text-overflow: inherit;
    overflow: scroll;
}



.buy_ul ul li {
    border: 1px solid #E5E5E5;
    border-radius: 5px;
    width: 31%;
    background: #fff;
    display: inline-block;
    margin-right: 1%;
}

.buy_ul .one {
    background-color: #E60014;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    line-height: 30px;
}

.buy_ul .two {
    padding: 10% 0;
}

.buy_ul .two .prices {
    color: #E60014;
    font-size: 18px;
    font-weight: bold;
}

.buy_ul .two .youhui {
    color: #999;
}

.buy_ul .shijian {
    padding-bottom: 10%;
    font-size: 16px;
    color: #E60014;
    font-weight: bold;
}

.ljzf_btn {
    padding: 5% 0 0 0;
    text-align: center;
}

.ljzf_btn .ljzf {
    width: 96%;
    background: #E60014;
    border: none;
    color: #fff;
    line-height: 40px;
    font-size: 18px;
}

.hy_quanxian {
    text-align: center;
    line-height: 25px;
    background: #fff;
    padding: 5% 0%;
    width: 96%;
    margin: 0 auto;
}

.hy_quanxian .top_title {
    font-size: 16px;
    color: #E60014;
    font-weight: bold;
}

.hy_quanxian .hy_info {
    padding-top: 2%;
    font-size: 14px;
}

.jiazhi {
    padding-top: 4%;
    text-align: center;
    width: 96%;
    margin: 0 auto;
}

.jiazhi .one {
    font-size: 18px;
    font-weight: bold;
    background: #E83828;
    color: #fff;
    line-height: 33px;
    margin-bottom: 1%;
}

.jiazhi .two {
    background: #E83828;
    color: #fff;
    line-height: 23px;
    padding: 3% 0;
}

.news_member {
    background-color: #f1f1f1;
}

.buy_ul .anli {
    margin-bottom: -28%;
    margin-top: 15%;
}

.anli_show {
    display: none;
}

.anli_show img {
    width: 100%;
}

.grhy .one {
    background-color: #FFB800;
}

.grhy .two .prices {
    color: #FFB800;
}

.grhy .shijian {
    color: #FFB800;
}

.qyhy .one {
    background-color: #FF5722;
}

.qyhy .two .prices {
    color: #FF5722;
}

.qyhy .shijian {
    color: #FF5722;
}

.pinpaidphy .one {
    background-color: #E60014;
}

.pinpaidphy .two .prices {
    color: #E60014;
}

.pinpaidphy .shijian {
    color: #E60014;
}

.gjdphy .one {
    background-color: #D51793;
}

.gjdphy .two .prices {
    color: #D51793;
}

.gjdphy .shijian {
    color: #D51793;
}

.sytuijian .one {
    background-color: #7732f7;
}

.sytuijian .two .prices {
    color: #7732f7;
}

.sytuijian .shijian {
    color: #7732f7;
}

.haohuadphy .one {
    background-color: #1D208B;
}

.haohuadphy .two .prices {
    color: #1D208B;
}

.haohuadphy .shijian {
    color: #1D208B;
}

.mianfei .one {
    background-color: #e0921c;
}

.mianfei .two .prices {
    color: #e0921c;
}

.mianfei .shijian {
    color: #e0921c;
}

.tgdphy .one {
    background-color: #009946;
}

.tgdphy .two .prices {
    color: #009946;
}

.tgdphy .shijian {
    color: #009946;
}

.haohuadphy .tuijian {
    background-color: #FF3000;
    color: #fff;
    margin-top: -52%;
    width: 50%;
    border-top-left-radius: 10px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 10px;

}

/**搜索顶部页面*/
.sosou_select {
    width: 55%;
    position: absolute;
    padding-bottom: 2%;
    background: #fff;
    z-index: 999;
    display: none;
}

.sosou_select ul li {
    padding: 5% 5% 2% 5%;
    color: #d21807;
    clear: both;
}

.sosou_select .so_left {
    width: 80%;
    float: left;
}

.sosou_select .close_del {
    float: right;
}

.zg_top {
    padding: 1% 0 2% 0;
    background-size: 100% 100%;
    margin-top: 0px !important;
    padding-left: 2%;
}

.zg_top a {
    color: #fff;
}

.zg_top a:hover {
    color: #fff;
}

.zg_top ul {
    display: flex;
    flex-wrap: wrap;
}

.zg_top ul li {
    width: 32.5%;
    text-align: center;
    border-right: 2px solid #fff;
    line-height: 42px;
    background-color: #7B262D;
    border-bottom: 2px solid #fff;
    border-radius: 5px !important;
}

.zg_top ul li:nth-child(1) {
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
}

.zg_top ul li:nth-child(2) {
    border-top: 2px solid #fff;
}

.zg_top ul li:nth-child(3) {
    border-top: 2px solid #fff;
}

.zg_top ul li:nth-child(3n+4) {
    border-left: 2px solid #fff;
}

.zg_top .dlzt_box {
    background: #119944;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    line-height: 40px;
    font-size: 13px;
    width: 23%;
    float: left;
}

.zg_top_title {
    text-align: center;
    padding: 2% 0;
}

.zg_top_title .two {
    font-size: 20px;
    color: #009944;
}

.zg_top_title img {
    width: 55%;
}

.pro_zg_li {
    background-color: #7B262D !important;
    width: 32.5% !important;
    border-radius: 0px !important;
    margin-bottom: 0 !important;
}

.index_zg_li {
    background-color: #fff !important;
    width: 32.5% !important;
    border-radius: 0px !important;
    margin-bottom: 0 !important;
}

.index_zg_li a {
    color: #7B262D;
}

.index_zg_li a:hover {
    color: #7B262D;
}

.dzylz {
    text-align: center;
    float: left;
    width: 50%;
    margin-bottom: 2%;
}

.dzylz .lz_title {
    font-size: 16px;
    font-weight: bold;
}

.dzylz .lz_title img {
    width: 100%;
}

.list_style2 {
    border: 2px solid #e6e6e6;
    background: #e6e6e6;
}

.lingzheng_box {
    background-color: rgba(35, 168, 242, 1);
    bottom: 145px;
    width: 60px;
    height: 60px;
    border-radius: 5px;
}

.no_m_bottom {
    margin-bottom: 2px !important;
}

.product_box {
    background: #fff;
    margin: 0 !important;
}

.product_box ul li {
    width: 49%;
    padding: 0 !important;
}

.product_box ul li a {
    padding: 0 !important;
    margin: 0 !important;
}

.product_box .layui-this a {
    color: #E83828;
}


.gzgzh .lxwm_tel img {
    width: 28px;
}

.gzwm_img_box {
    padding: 2% 0 3% 0;
    display: flex;
}

.gzwm_img_box .gzwm_img {
    width: 43%;
    float: left;
    margin: 0 auto;
}

.gzwm_img_box .gzwm_img img {
    width: 100%;
    padding-bottom: 2%;
}

.pttel_dropdown {
    width: 50%;
    background: #E83828 !important;
    left: auto !important;
    top: auto !important;
    position: fixed !important;
    bottom: 45px;
}


.pttel_dropdown ul {
    background: #E83828 !important;
}

.pttel_dropdown ul li {
    line-height: 30px;
    text-align: center;
    color: #fff;
    border-bottom: 1px solid #fff;
}

.pttel_dropdown ul li:hover {
    background: #E83828;
}

.pttel_dropdown ul li:last-child {
    border-bottom: 0px;
}

.zazhi_pic img {
    width: 100%;
    max-height: 245px;
}

.zazhi_btn {
    width: 100%;
    text-align: center;
}

.zazhi_btn .zazhi_edit {
    width: 50%;
    float: left;
}

.zazhi_btn .zazhi_del {
    width: 50%;
    float: left;
}


.dzylz {
    text-align: center;
    float: left;
    width: 50%;
    margin-bottom: 2%;
}

.dzylz .lz_title {
    font-size: 16px;
    font-weight: bold;
}

.dzylz .lz_title img {
    width: 100%;
}


.jiao {
    width: 20px;
    height: 20px;
    margin-top: -20px;
    float: right;
    position: relative;
}

.jiao img {
    width: 100% !important;
    height: 100% !important;
}

.header .m-header {
    position: relative;
    padding: 0 15px;
    height: 44px;
    vertical-align: middle;
    color: #333;
}

.header-normal {
    border-bottom: 1px solid #e0e0e0;
}

.m-header .left {
    left: 10px;
}

.m-header .right,
.left {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 11;
    transform: translate(0, -50%);
    display: flex;
    align-items: center;
}

.header-normal.m-header-background {
    background: #FFF;
}

.header-back {
    padding: 15px;
}

.header-normal .middle {
    text-align: center;
}

.m-header .middle {
    position: relative;
    top: 50%;
    z-index: 10;
    transform: translate(0, -50%);
    min-height: 30px;
    vertical-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}


.lingzheng_box {
    background-color: rgba(26, 173, 25, 0.7);
    bottom: 145px;
    width: 60px;
    height: 60px;
    border-radius: 5px;
}

/*搜索页面*/
.search_wrap {
    background-color: #fff;
    height: 100vh;
}

.search_white {
    color: #999;
}

.search_white .qyzt_left a {
    color: #999;
}

.search_white .keywords {
    color: #999;
}

.search_wrap .recent-search {
    padding-left: 13px;
    margin-top: 15px;
}

.search_wrap .recent-search .recent-search-head {
    padding: 0 15px 11px 0;
}

.search_wrap .recent-search .recent-search-head p {
    font-size: 15px;
    line-height: 15px;
    color: #232326;
    float: left;
    width: 100px;
    padding-left: 1px;
}

.search_wrap .cf:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.search_wrap .recent-search .recent-search-head .garbage-pic {
    float: right;
    display: block;
    background: url(//st.360buyimg.com/so/images/layout/search-sprites.png) no-repeat;
    height: 15px;
    width: 15px;
    background-position: 0 -35px;
    background-size: 50px 50px;
    position: relative;
    top: -1px;
}

.search_wrap .recent-search .recent-search-tags {
    padding-right: 2px;
    overflow: hidden;
    font-size: 12px;
    text-align: center;
}

.search_wrap .recent-search .recent-search-tags span {
    display: block;
    max-width: 100%;
    overflow: hidden;
    padding-right: 10px;
    padding-bottom: 10px;
    float: left;
}

.search_wrap .recent-search .recent-search-tags a {
    height: 23px;
    line-height: 24px;
    border-radius: 3px;
    display: block;
    width: 100%;
    color: #686868;
    white-space: nowrap;
    text-overflow: ellipsis;
    background-color: #f0f2f5;
    padding-left: 13px;
    padding-right: 13px;
    overflow: hidden;
    box-sizing: border-box;
}


/**最新搜索顶部页面*/
.news_sosou_select {
    width: 100%;
    position: absolute;
    padding-bottom: 2%;
    background: #fff;
    z-index: 999;
    left: 0;
    height: 90vh;
    display: none;
}

.news_sosou_select ul li {
    height: 42px;
    line-height: 42px;
    display: block;
    position: relative;
    list-style: none;
    border-bottom: 1px solid #f0f2f5;
    padding: 0 6%;
}

.news_sosou_select .so_left {
    width: 100%;
}

.news_sosou_select .close_del {
    float: right;
}

/*头部修改*/
.index_logo_new {
    width: 60%;
    margin: 0 auto;
}

.index_logo_new img {
    width: 100%;
}

.txl_search_new {
    width: 94%;
    margin: 0 auto;
    padding: 1% 0;
}

.chose_leixin {
    text-align: center;
    width: 92%;
    margin: 0 auto;
    color: #fff;
    font-size: 16px;
    padding: 2% 0 1% 0;
}

.chose_leixin ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.chose_leixin ul li {
    line-height: 1.71rem;
}

.chose_leixin_en ul li{
    width: 50%;
}


.chose_leixin .licur {
    font-weight: 500;
    color: #fff;
    line-height: 1.71rem;
    position: relative;
}

.chose_leixin .licur:before {
    content: " ";
    position: absolute;
    width: 0;
    height: 0;
    border-width: .07rem 0.98rem;
    border-style: solid;
    bottom: -0.15rem;
    border-color: #fff;
    left: 50%;
    margin-left: -0.98rem;
}
.dzylz_left{
    width: 49.5%;
    border-right: 0px;
    padding-right: 0.5%;
}

/*雾化头条*/
.latestInfo  {
    background-color: #7B262D;
    padding-top: 2%;
}
.latestInfo .latestInfo-content{
    background-color: #fff;
    background-image: url(../images/whtt.png);
    background-position: 5px center;
    background-size: 35px auto;
    background-repeat: no-repeat;
    height: 60px;
    position: relative;
}
.latestSlider{
    color: #666666;
    height: 50px;
    line-height: 25px;
    border-left: 1px solid #dddddd;
    font-size: 14px;
    position: absolute;
    top: 5px;
    left: 45px;
    right: 0;
    padding: 0 5px;
    overflow: hidden;
}
.latestSlider .van-swipe {
    height: 50px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.van-swipe {
    overflow: hidden;
    position: relative;
    -webkit-user-select: none;
    user-select: none;
}
.latestSlider .title {
    display: block;
    color: #666666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.latestInfo .infoList li{ height:25px; line-height:25px;   }
.latestInfo .infoList li .date{ float:right; color:#999;  }

.bmbtn{background-color: #E83828; color: #fff;padding: 10% 15%; border-radius: 5px;}
.tabletr th{font-weight: bold !important;}
.list_style2 .zhtitle{text-align: center;font-size: 16px; color: #E83828;}
.czvip img {
    width: 100%;
}
.czvip {
    position: absolute;
    top: 5px;
    right: 2%;
    width: 15%;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 1% 2%;
    border-radius: 20px;
}

.two-hidden {
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: initial !important;
}

.pics_ul {
    width: 80%;
    float: left;
}

.pics_ul li {
    width: 15%;
    float: left;
    padding-right: 4%;
}

/*自营店头部导航*/
.ziying_top_list {
    width: 100%;
    padding: 2% 0 1% 0;
    box-sizing: border-box;
    word-break: keep-all;
    white-space: nowrap;
    text-overflow: inherit;
    overflow: scroll;
}

.ziying_top_list ul {
    flex-wrap: wrap;
}

.ziying_top_list ul li {
    width: 20%;
    text-align: center;
    margin: 0 auto;
    display: inline-block;
}

.ziying_top_list ul li img {
    width: 55%;
    text-align: center;
}

.ziying_top_list .cur a {
    color: #119944;
}

.ziying_top_list .title {
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-size: 14px;
    overflow: hidden;
}

.ziying_top_list_link {
    border-top: 4px solid #E6E6E6;
    padding: 3%;
    box-sizing: border-box;
    word-break: keep-all;
    white-space: nowrap;
    text-overflow: inherit;
    overflow: scroll;
    width: 100%;
    background: #E6E6E6;
    padding-top: 1%;
}

.ziying_top_list_link ul {
    flex-wrap: wrap;
}

.ziying_top_list_link ul li {
    border: 1px solid #E6E6E6;
    padding: 1% 3%;
    border-radius: 10px;
    margin-right: 3%;
    display: inline-block;
    background: #10B461;
}

.ziying_top_list_link ul li a {
    color: #fff;
}

.ziying_top_list_link .cur {
    background: #005D3B;

}



.sjx_right {
    font-size: 14px;
    padding: 0 2%;
}

.kucun_btn {
    padding: 2%;
}

.kucun_right {
    padding-left: 5%;
}

.kucun_p {
    text-align: center;
    color: #999;
}

/*
自营产品页面新品和推荐产品
*/
.new_hot_box {
    padding: 2%;
    display: flex;
    flex-wrap: wrap;
}

.new_hot_box .new_box {
    width: 49%;
    background: #fff;
    border-radius: 5px;
    margin-right: 2%;
}

.new_hot_box .new_box:nth-child(2n) {
    margin-right: 0;
}

.new_hot_box .new_box .new_box_bk {
    padding: 4%;
}

.new_hot_box .new_box .new_title {
    font-size: 18px;
    line-height: 22px;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #E83828;
    font-weight: bold;
    text-align: center;
}

.new_hot_box .new_box ul {
    display: flex;
    flex-wrap: wrap;
}

.new_hot_box .new_box ul li {
    width: 48%;
    padding-right: 4%;
    padding-top: 2%;
    padding-bottom: 2%;
}

.new_hot_box .new_box ul li:nth-child(2n) {
    padding-right: 0;
}

.new_hot_box .new_box ul li img {
    width: 100%;
    border-radius: 5px;
}

.new_hot_box .new_box .jiage_title {
    color: #E83828;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
}

.qian_biaoshi {
    font-size: 12px;
    margin-right: 0.6667vw;
}

.renling_add_main {
    padding: 2%;
}
.shiming_btn{
    color: #fff;
    background: #E83828;
    border: #E83828;
    padding: 0px 4px;
    margin-right: 2%;
    height: 16px;
    line-height:16px;
}
.qyrl{
    color: #E83828;
    padding-left: 5%;
}

.laoxiang{
    font-size: 12px;
    color: #009944;
    padding-left: 10px;
}
.index_lx_zi{
    color: yellow;
    font-weight: bold;
}
.laoxiang_bg{
    margin-bottom: 10px; border-bottom: 0 !important;color: #fff !important;font-size: 15px !important;text-align: center;
}
.qylx_cur{
    background: #E83828;
    color: #fff;
}
.add_check_btn{margin-left: 110px; padding-bottom: 3%;color: #E83828;}


.yitushitu {
    position: absolute;
    margin-left: -35px;
    font-size: 30px !important;
    line-height: 40px;
}
.shibie{
    background-color: #fff;
    font-size: 15px !important;
}

.dp_yitushitu{
    margin-left: -14px;
    line-height: 35px;
    font-size: 25px !important;
}
