body{
    background-color:rgb(244, 244, 244);;
}
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide img{
    width: 100%;
    height: 100%;
}

.header_search{
    background-color: #f9f9f9;
    border: 0px;
    height: 30px;
    font-size: 16px;
    padding-left: 10px;
    padding-right: 45px;
    width: 160px;
}
.hea_btn_search{
    cursor: pointer;
    position: relative;
    left: -40px;
}
.zf_body{
    /*margin-top: 30px;*/
    /*margin-bottom: 15px;*/
    height: auto;
    background: white;
    padding: 30px 30px 25px;
    /* padding: 10px 20px; */
}
.zfbd{
    display: inline-block;
    padding: 12px 5px;
    vertical-align: middle;
}
.zfbd .icon-box{
    position: absolute;
    right: 12px;
    top: 12px;
    cursor: pointer;
}
.zfbd .icon-box a{
    margin-left: 0;
}
.zfbd .icon-box a i{
    
    width: 24px;
    height: 24px;
    margin-top: 0;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
    content: " ";
    margin-top: -2px;
    -webkit-tap-highlight-color: transparent;
    transition: all .5s;
}

.item-img{
    width: 80px;
    height: 80px;
    display: box;              /* OLD - Android 4.4- */

    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-content: center;
    
    margin: 0 auto;
}
.item-img img{
    max-width: 100%;
    max-height: 100%;
}
.item-title-text{
    font-size: 25px;
    line-height: 24px;
    color: #292525;
    /* margin: 16px auto 0; */
    font-weight: 500;
    word-break: break-all;
    /* overflow: hidden; */
    /* display: -webkit-box; */
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-align: center;
    height: 100%;
    overflow: hidden;
    height: 100%;
    display: inline-block;
}
.item-desc{
    font-size: 12px;
    line-height: 17px;
    color: #8e8787;
    max-width: 191px;
    word-break: break-all;
    margin: 8px auto 0;
    text-align: center;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.item-price{
    /*margin: 20px auto 0;*/
    text-align: center;
    position: relative;
    top: 8px;
}
.now-price{
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    color: #fd281a;
}
.item-group-title{
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #292525;
    margin-bottom: 30px;
}

#body_one .swiper-slide:nth-child(2n) {
width: 60%;
}
#body_one .swiper-slide:nth-child(3n) {
    width: 40%;
}
#body_one{
    width: 100%;
    padding: 0px;
}

.body_div{
    height: 40px;
    position: relative;
}
.body_div h3{
    display: inline-block;
    line-height: 40px;
    font-weight: 900;
    font-size: 20px;
}
.body_div span{
    display: inline-block;
    position: absolute;
    right: 0px;
    bottom: 2px;
}
.body_div2_bck{
    padding: 5px;
    margin: 0px 15px;
    /* background-color: white; */
}
.body_div2{
    margin-top: 18px;
}
.cmdlist-container{
    background: #fff;
    border: 1px solid rgba(0,0,0,.08);
    box-sizing: border-box;
    border-radius: 10px;
    width: 218px;
    height: 250px;
    /*width: 230px;*/
    /*height: 260px;*/
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}
.cmdlist-container:hover{
    -webkit-box-shadow: 0 4px 15px rgba(0,0,0,.1);
    box-shadow: 0 4px 15px rgba(0,0,0,.1);
}
.body_div2_bck .cmdlist-container{
    /* background-color: white; */
    padding: 10px;
}
.zf_body_ds{
    /*min-width: 1110px; */
    /*margin-top: 20px;*/
}
.zf_body_a_img{
    display: inline-block;
    text-align: center;
}
.zf_body_a_span{
    text-align: center;
}
.layui-col-space30{
    display: flex;
    flex-wrap: nowrap;
    /*overflow: auto;*/
    overflow: hidden;
    /*width: 98%;*/
}
.tranfs{
    display: flex;
    flex-wrap: nowrap;
    /*transform: translate3d(-112px, 0px, 0px);*/
}
.info{
    height: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.zf_hide{
    display: none;
}
.mores{
    cursor: pointer;
}
@media (max-width: 767px){
    .lunbo{
        height: 150px;
        margin-top: 55px;
    }
    .zf_header_div ul li{
        /*font-size: 12px;*/
        /*margin: 0 10px 0 0;*/
    }
    .zf_header_div ul{
        padding-left: 10px;
    }
    .zf_header_div{
        margin: 0px auto 10px;
        background: white;
        padding-left: 10px;
    }
    #zf_header{
        position: fixed;
        top: 0px;
        width: 100%;
        z-index: 100;
    }
}
.lunbo{
    /*display: none;*/
}
.swiper-button-next{
    right: -58px;
    display: inline-block;
    height: 20px;
    width: 20px;
    /*top: 135px;*/
    top: 100px;
    background-color: #c1c0c0;
    border-radius: 50%;
    background-size: 15px;
}
.swiper-button-prev{
    left: -58px;
    display: inline-block;
    height: 20px;
    width: 20px;
    /*top: 135px;*/
    top: 100px;
    background-color: #c1c0c0;
    border-radius: 50%;
    background-size: 15px;
}
.headergwc{
    width: 48px;
    height: 48px;
    /* border: 1px solid red; */
    border-radius: 50%;
    /* background: red; */
    position: fixed;
    
    right: 20px;
    top: 90px;
    background-color: #e0dada;
    background-color: #827f7f;
    z-index: 1000;
        cursor: pointer;
}
.headergwc:hover{
    background-color: #ffadad;
}
.headergwc .isgwc svg{
    width: 30px;
    height: 30px;
    position: relative;
    top: -8px;
    left: 8px;
}
.headergwc .gwc_span{
    color: #827f7f;
    font-size: 16px;
    display: inline-block;
    /* border: 1px solid yellow; */
    border-radius: 50%;
    width: 20px;
    height: 20px;
    position: relative;
    left: 34px;
    /* background: yellow; */
    font-weight: 700;
    text-align: center;
    line-height: 20px;
    background-color: #fdfbfb;
}
.headerwode{
    width: 48px;
    height: 48px;
    /* border: 1px solid red; */
    border-radius: 50%;
    /* background: red; */
    position: fixed;
    right: 20px;
    top: 90px;
    background-color: #e0dada;
    background-color: #827f7f;
    z-index: 1000;
        cursor: pointer;
}
.headerwode .iswode svg {
    width: 30px;
    height: 30px;
    position: relative;
    top: 6px;
    left: 10px;
}
.headerwode:hover{
    background-color: #ffadad;
}
.zfbd .icon-a{
    order: 1px solid rgb(244, 244, 244);
    border-radius: 50%;
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 26px;
    background: rgb(244, 244, 244);
}
.zfbd .icon-a:hover{
    background-color: #f7d6d6;
}
.zfbd .icon-a svg{
    width: 16px;
    height: 16px;
    /* border: 1px solid; */
    /* border-radius: 50%; */
    /* color: red; */
    position: relative;
    top: 4px;
    left: 4px;
}
.headerwode{
    width: 48px;
    height: 48px;
    /* border: 1px solid red; */
    border-radius: 50%;
    /* background: red; */
    position: fixed;
    right: 20px;
    top: 30px;
    background-color: #e0dada;
    background-color: #827f7f;
    z-index: 1000;
}
.headerwode .iswode svg {
    width: 30px;
    height: 30px;
    position: relative;
    top: 6px;
    left: 10px;
}
.headerwode:hover{
    background-color: #ffadad;
}
.zfgobuy{
    position: relative;
}
.flays{
    display:none;
    position: absolute;
    z-index: 10;
    width:80px;
    height:80px;
}
.flays img{
    width:100%;
    height:100%;
}
.item-riqi{
    position: absolute;
    top: 8px;
    left: 8px;
}
.item-cname{
    font-size: 12px;
    color: #5281b9;
    font-weight: 600;
    text-align: center;
    /* margin-top: 20px; */
    width: 100px;
    margin: 0px auto;
    position: relative;
    top: -4px;
    margin: 16px auto 0;
    overflow: hidden;
    height: 13px;
}
.item-title{
    width: 205px;
    overflow: hidden;
    height: 25px;
    text-align: center;
    padding-top: 12px;
}
.item-size{
    font-size: 10px;
    text-align: center;
    position: relative;
    top: 18px;
    -webkit-transform:scale(0.9);
}
.item-container{
    margin-top: 4px;
}
.item-fenlei{
    position: absolute;
    right: 0px;
    bottom: 0px;
    background-color: #5bc4e3;
    color: white;
    padding: 5px 8px;
    font-size: 10px;
    border-radius: 6px;
    -webkit-transform:scale(0.8);
}

.zfbd2{
    cursor: pointer;
}
.mouseinse_li_ruanjian,.mouseinse_li_xuqiu,.mouseinse_li_cailiao,.mouseinse_li_shebei,.mouseinse_li_laowu,.li_look{
    display:none;
    position: absolute;
    z-index: 1000;
    /*width: 800px;*/
    width: 522px;
    background: white;
    /*border-top: 1px solid;*/
    /*margin-top:5px;*/
    border: 1px solid #008ba8;
    /*left: -1px;*/
    margin-left:-37px;
}
.mouseinse_li_ruanjian dl,.mouseinse_li_xuqiu dl,.mouseinse_li_cailiao dl,.mouseinse_li_shebei dl,.mouseinse_li_laowu dl,.li_look dl{
    border-bottom: 1px solid #f2f2f2;
    /*margin-bottom: 10px;*/
    margin-top: 5px;
}
.mouseinse_li_ruanjian dl:nth-of-type(1),.mouseinse_li_xuqiu dl:nth-of-type(1),.mouseinse_li_cailiao dl:nth-of-type(1),.mouseinse_li_shebei dl:nth-of-type(1),.mouseinse_li_laowu dl:nth-of-type(1),.li_look dl:nth-of-type(1){
    margin-top: 10px;
}
.mouseinse_li_ruanjian dl dt,.mouseinse_li_xuqiu dl dt,.mouseinse_li_cailiao dl dt,.mouseinse_li_shebei dl dt,.mouseinse_li_laowu dl dt,.li_look dl dt{
    /* margin-bottom: 10px; */
    font-weight: bold;
    /*font-size: 14px;*/
    height: 15px; 
    line-height: 16px;
    margin: 5px 10px;
    color: #008ba8;
}
.mouseinse_li_ruanjian dl dd,.mouseinse_li_xuqiu dl dd,.mouseinse_li_cailiao dl dd,.mouseinse_li_shebei dl dd,.mouseinse_li_laowu dl dd,.li_look dl dd{
    padding-bottom: 10px;
    overflow: hidden;
}
.navigation-bottom .linkNav li{
    height: 36px;
    line-height: 36px;
}
.shop-echarts{
    width: 594px;
    background: #fff;
    padding: 20px 0;
    height: 373px;
    margin: 0px 0px 0px 10px;
}
.navigation-wrap{
    width: 1180px;
    margin: 0 auto;
}
/*.navigation-top .searchBar .searchBar-input input{*/
/*    height: 40px;*/
/*}*/
/*.navigation-top .searchBar button{*/
/*    height: 40px;*/
/*}*/
.navigation-bottom{
    margin-top: 30px;
}
#head_home{
    margin: 0;
    background-color: #056a7f;
    border-top: 1px solid #056a7f;
    border-left: 1px solid #056a7f;
    border-right: 1px solid #056a7f;
}
#head_home a{
    color: #fff;
}
.navigation-bottom .linkNav .linknav_li{
    padding: 0 30px;
    font-size: 16px;
    line-height: 34px;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    margin:0px;
}
.navigation-bottom .linkNav .linknav_li:hover{
    padding: 0 30px;
    font-size: 16px;
    line-height: 34px;
    border-top: 1px solid #008ba8;
    border-left: 1px solid #008ba8;
    border-right: 1px solid #008ba8;
}
.navigation-bottom .linkNav .linknav_li .navIcon{
    color: black;
    font-weight: 700;
    font-size: 16px;
}
.navigation-bottom .linkNav{
    width: 100%;
    border-bottom: 2px solid #008ba8;
}
.navigation-bottom .linkNav li a{
    color: #999999;
}
.navigation-top .logo{
    margin-left: 40px;
    height: 51px;
}
.section-shop .shop-middle{
    width: 865px;
}
.section-shop .shop-content{
    height: 280px;
}
.section-shop .shop-middle{
    margin:0px;
}
#newPurchaseData2 .swiper-button-prev{
    top:155px;
}
#newPurchaseData2 .swiper-button-next{
    top:155px;
}
.new-w1180{
    width:auto;
    margin:0px 0px;
}
.shrig{
    width: 265px;
    padding: 20px;
    background: #fff;
    margin-left: 10px;
    height: 628px;
}
.section-shop .shop-right{
    width: 285px;
}
.section-shop .shop-right{
    height: 100%;
}
.section-shop .shop-right .right-detail ul{
    height:100%;
}
.section-shop .shop-right{
    padding:0px;
}
.zf_zxsj,.zf_zxsj2,.zf_zxsj3{
    display: flex;
    justify-content: center;
}
.zf_zxsj .zfbd,.zf_zxsj2 .zfbd,.zf_zxsj3 .zfbd{
    /*margin: 0px 10px;*/
}
.zf_zxsj .cmdlist-container,.zf_zxsj2 .cmdlist-container,.zf_zxsj3 .cmdlist-container{
    width: 196px;
}
.zf_zxsj .item-title,.zf_zxsj2 .item-title,.zf_zxsj3 .item-title{
    width: 166px;
    font-size: 18px
}

#globalSearchInput{
    height: 40px;
    border-left:0px;
    font-size: 14px;
}
.lparchesh{
    float: left;
}
.checkshop{
    width: 60px;
    background: #008ba8;
    height: 40px;
    color: white;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
}
.tabatc{
    width: 60px;
    background: #008ba8;
    height: 30px;
    color: white;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
}
.tabatc:hover{
     background:#006980;
}
.icont_svg{
    position: relative;
    left: 4px;
    top: 3px;
}
.shop_active{
    background:#006980;
}
.shop_btn{
    display:none;
    font-size: 14px;
    z-index: 10;
}
.navigation-top .searchBar button{
    height: 40px;
}
.navigation-top .searchBar{
    margin: 15px 0 25px 80px;
}
.layui-container{
    width: 1180px;
    height: 378px;
    padding: 20px 0;
}
.navigation-top .searchBar .gotoBuy{
    height: 40px;
    /*margin-left:100px;*/
}
.navigation-top .searchBar .gotoadmin{
    float: left;
    margin: 0 0 0 40px;
    border: 1px solid #d0111b;
    width: 97px;
    height: 40px;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    color: #d0111b;
}
.navigation-top .searchBar .gotoadmin:hover {
    background: #d0111b;
    color: #fff;
    text-decoration: none;
}
#zfnext5{
    right: -30px;
}
#zfprev5{
    left: -30px;
}
.barnav{
    width: 1180px;
    /*padding: 16px 0;*/
    color: #666;
    font-size: 14px;
    margin:0px auto;
}
.task-desc-container {
    padding: 22px 30px;
    font-size: 14px;
    position: relative;
}
.task-desc-container .body-block-title {
    font-size: 18px;
    color: #333;
    margin-right: 4px;
}
.task-desc-container .btn.light-orange{
    color: #008ba8;
    border: 1px solid #008ba8;
    padding: 0px;
}
.task-desc-container .btn.dark-orange{
    background:#008ba8;
    border: 1px solid #008ba8;
    padding: 0px;
    color: white;
}
.aboutcont{
    min-height:324px;
}
.ui-breadcrumb{
    margin:0px;
}
.alertmsgis_div{
    padding:10px 20px 20px;
}
.task-desc-container .content-item .now-cname{
    margin-bottom: 5px;
    cursor: pointer;
    font-size: 12px;
    color: #5281b9;
    font-weight: 600;
}
.linkNav{
    margin-bottom:0px;
}
#_headBarKey .linkNav .dta{
    height: 15px;
    line-height: 16px;
    margin: 5px 10px;
    color: #008ba8;
    font-weight: bold;
    font-size: 16px;
    margin: 0px;
}
.zfbd2{
    color:black;
}
.zfbd2:hover{
    color:black;
    text-decoration:none;
}
.fabuxuqiuc{
    position: absolute;
    right: 26px;
}
.fabuxuqiud{
    position: absolute;
    right: 26px;
    top:35px;
}
.fabuxuqiud i{
    border: 1px solid #ffb47f;
    /* border: 1px solid #008ba8; */
    /* border: 1px solid red; */
    padding: 4px 6px;
    border-radius: 2px;
    color: #ff6900;
    /* color: #008ba8; */
    /* color: red; */
    font-style: normal;
}
.downloadname {
    width: 250px;
    margin: 0px 20px 0 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #218f84;
    display: inline-flex;
    margin-top: 1px;
}
.downloadname:hover {
    color: #218f84;
    text-decoration: underline;
}
.downloadbtn {
    background-color: #fff!important;
    border: #218f84 1px solid;
    color: #218f84!important;
    width: 42px;
    height: 18px;
    line-height: 18px;
}
.downloadbtn:hover {
    background-color: #218f84!important;
    color: #fff!important;
}
.downloadcontent li {
    line-height: 25px;
    margin-bottom: 5px;
}
.childfujian{
    cursor: pointer;
}
.zf_select .layui-form-select dl{
    max-height: 160px;
    width:440px;
}
.zf_select .layui-form-select dl dd{
    line-height: 25px;
}
/*客服css*/
.headerkefu{
    width: 48px;
    height: 48px;
    border-radius: 50%;
    position: fixed;
    right: 20px;
    top: 150px;
    background-color: #827f7f;
    z-index: 1000;
    text-align: center;
    cursor: pointer;
}
.headerkefu:hover{
    background-color: #ffadad;
}
/*客服css 结束*/
.zf_ipt_ul,.zf_ipt_ul2{
    border: 1px solid gainsboro;
    height: 150px;
    overflow: auto;
    border-top: 0px;
}
.zf_ipt_ul li:hover,.zf_ipt_ul2 li:hover{
    background: #0787f5;
    color: white;
}
.zf_ipt_ul .zf_ipt_check,.zf_ipt_ul2 .zf_ipt_check{
    background: #0787f5;
    color: white;
}
.zf_ipt_ul .zf_ipt_ul_li,.zf_ipt_ul2 .zf_ipt_ul_li2{
    padding-left: 5px;
}
.ic_con{
    margin:0px 0px 20px;background:#fff;padding: 22px 30px;
}
.ic_con_ti{
    font-size: 20px;
    font-weight: bold;
    margin: 0px 0px 5px;
}
.ic_con_fl{
    display: flex;
    flex-wrap: nowrap;
}
.ic_con_bl{
    width: 50%;
}
.ic_con_bl2{
    width: 25%;
    text-align: center;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content:center;
}
.ic_con_sp{
    width: 205px;
    overflow: hidden;
    height: 25px;
    text-align: center;
    padding-top: 12px;
    color: #999;
    margin-right: 30px;
}
.ic_con_mar{
    margin: 10px 0px;
}
.djstime{
    border: 1px solid #ffb47f;
    /* border: 1px solid #008ba8; */
    /* border: 1px solid red; */
    padding: 4px 6px;
    border-radius: 2px;
    color: #ff6900;
    /* color: #008ba8; */
    /* color: red; */
    font-style: normal;
}
.dxdlm{
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0px 0px;
}
.gy_ti,.cg_ti,.bc_ti,.xj_ti{
    font-size: 18px;
    /*color: #333;*/
    color: red;
    margin-right: 4px;
    margin-bottom: 10px;
}
.gy_fl{
    display: flex;
    flex-wrap: nowrap;
}
.gy_bl{
    width: 50%;
}
.bc_con{
    font-size: 18px;
    font-weight: bold;
}
.downloadname {
    /*width: 250px;*/
    width:auto;
    margin: 0px 20px 0 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #218f84;
    display: inline-flex;
    margin-top: 1px;
}
.downloadname:hover {
    color: #218f84;
    text-decoration: underline;
}
.downloadbtn {
    background-color: #fff!important;
    border: #218f84 1px solid;
    color: #218f84!important;
    width: 42px;
    height: 18px;
    line-height: 18px;
}
.downloadbtn:hover {
    background-color: #218f84!important;
    color: #fff!important;
}
.downloadcontent li {
    line-height: 25px;
    margin-bottom: 5px;
}
.svg_ppd{
    text-align: center;
}
.svg_kb{
    font-size: 25px;
    color: #b7b5b5;
    font-weight: 900;
    letter-spacing: 20px;
}


