html,body{
    height: 100%;
    overflow: hidden;
}

.jd_category{
    height: 100%;
    padding-top: 44px;
    overflow: hidden;
}

.jd_category_left {
    width: 91px;
    height: 100%;
    float: left;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
.jd_category_left::-webkit-scrollbar{
    display:none;
}
.jd_category_left ul{
    /*box-shadow: 0 0 1px #999;*/
    -webkit-overflow-scrolling : touch;
}
.jd_category_left ul li{
    height: 50px;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
/*    box-shadow: 0 0 1px #ddd;*/
    background: #f7f7f7;
    text-align: center;
    line-height: 50px;
/*    margin-bottom: 1px;*/
}
.jd_category_left ul li.now{
    border-right: none;
    background: #fff;
}
.jd_category_left ul li a{
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.jd_category_left ul li.now a{
    color: #ffcd36;
}
.m_t6{
    margin-top: 6px;
}
/*右侧*/
.data-list{
    width: 100%;
    /*height: 100%;*/
    padding-bottom: 98px;
}
.jd_category_right{
    overflow: scroll;
    height: 91%;
    margin-top:0;
    padding-top: 50px;
}
.jd_category_right::-webkit-scrollbar {
    display:none
}
.jd_category_right_con .product_box{
    padding: 0 7px;
    margin-top: 0;
}
/*.card{
    display: none;
}*/
/*右侧*/
.filtrateWarp {
    width: 78%;
    height: 50px;
    float: right;
     box-shadow:none;
    border: 1px solid #dddddd;
    position: fixed;
    top: 44px;
    right: 0;
    background-color: #ffffff;
    z-index: 999;
    border-left: 0;
    border-top: 0;
    -webkit-overflow-scrolling: touch;
}
.filtrateWarp li{
    float: left;
}
.filtrate {
    width: 31%;
    height: 100%;
    line-height: 50px;
    font-size: 12px;
    text-align: center;
    float: left;
    position: relative;
    cursor: pointer;
    -webkit-overflow-scrolling: touch;
}
.filtrate a , .filtrate span{
    display: inline-block;
    height: 100%;
    line-height: 50px;
    color: #333;
}
.filtrate a{
    margin-left: -15%;
}
.filtrate span {
    transform:rotate(90deg);
    -ms-transform:rotate(90deg); 	/* IE 9 */
    -moz-transform:rotate(90deg); 	/* Firefox */
    -webkit-transform:rotate(90deg); /* Safari 和 Chrome */
    -o-transform:rotate(90deg); 	/* Opera */
    position: absolute;
    top: 2%;
    margin-left: 3%;
    color: #c6c6c6;
}
.fenGe{
    display: inline-block;
    height: 100%;
    line-height: 50px;
    color:#d9d9d9;
}
/**/
.main{
    width: 91.6%;
    min-height: 600px;
    margin: 0 auto;
}
.innerDiv {
    width: 100%;
    width: 100%;
    height: 88px;
    /* box-shadow: 0 5px 10px #f3f3f4; */
    overflow: hidden;
    float: left;
    position: relative;
}
.show-box {
    width: 100%;
    height: 88px;
    margin-bottom: 0;
    padding: 9px 0;
    border-bottom: 1px solid #f3f3f4;
}
.show-box a{
    display: inline-block;
    width: 100%;
    height: 100%;
}
.innerDl {
    width: 100%;
    height: 100%;
    padding: 7px 6px 7px 11px;
}
.innerDt {
    width: 40px;
    height: 40px;
    float: left;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    /* margin-bottom: 3px; */
}
.innerDt img{
    width: 100%;
    height: 100%;
}
.innerDd2{
    width: 100%;
    height: 15px;
    line-height: 15px;
    margin-top: -0.2%;
}
.address-warp {
    float: left;
    width: 78%;
    height: 15px;
}
.icon-dingwei{
    display: inline-block;
    float: left;
    width: 16%;
    height: 100%;
    line-height: 15px;
    text-align: center;
    font-size: 18px;
    color: #ffaa3e;
    text-indent: 8px;
}
.address {
    display: inline-block;
    float: left;
    width: 79%;
    height: 100%;
    line-height: 15px;
    font-size: 12px;
    color: #050505;
}
.category{
    width: 61%;
    height: 100%;
    float: right;
    color: #f2ae6b;
    font-size: 12px;
    text-align: right;
    padding-right: 8px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.product_box .innerDiv-classify{
    width: 100%;
    margin-bottom: 15px;
    position: relative;
}
.product_box .innerDl-classify{
    /*text-indent: 15px;*/
    text-align: left;
}
.innerDd1-classify{
    display: inline-block;
    width: 100%;
    height: 23px;
    text-align: left;
    line-height: 23px;
    font-size: 12px;
    color: #050505;
    text-indent: 13px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.m_t16{
    margin-top:4%;
}
.hideLi{
    width:100%;
    height: 100px;
    background-color:#f9f8f9;
    position: absolute;
    top: 100%;
    border: 1px solid #dddddd;
    display: none;
}
.hide-div{
    width: 100%;
    height: 50%;
    line-height: 50px;
    text-indent: 9%;
}
.duihao-hide{
    opacity: 0;
    color:#fdb371;
}
.hide-div .duihao1-show{
    opacity: 1;
    color:#fdb371;
}
.filtrate #chazhao{
    transform:rotate(0deg);
    -ms-transform:rotate(0deg); 	/* IE 9 */
    -moz-transform:rotate(0deg); 	/* Firefox */
    -webkit-transform:rotate(0deg); /* Safari 和 Chrome */
    -o-transform:rotate(0deg);
}
/*公司*/
.companyWarp{
    background: #f8f8f8;
    top:8%;
    overflow: hidden;
    height: 70%;
}
.companyWarp .team{
    height: 110px;
    background-color:#f8f8f8;
}
.company-btnWarp{
    width: 100%;
    height: 40px;
    position: absolute;
    bottom: 0;
}
.company-btn{
    width: 50%;
    height: 100%;
    text-align: center;
    line-height: 40px;
    font-size: 12px;
    color: #595959;
    float: left;
    background-color: #ffffff;
}
.company-ok{
    background-color: #d88f44;
    color: #ffffff;
}
.companyInner{
    width: 100%;
    height:400px;
    overflow-y: auto;
}
.companyInner::-webkit-scrollbar{
    display: none;
}
.latelyA{
    display: inline-block;
    /*width: 79px;*/
    height: 26px;
    border: 1px solid #dddddd;
    z-index: 10;
    text-align: center;
    line-height: 17px;
    color: #888888;
    background-color: #ffffff;
    overflow: hidden;
    white-space:nowrap;
    text-overflow: ellipsis;
    border-radius: 3px;
    padding: 4px;
    margin-right: 2%;
    margin-bottom: 5px;
    font-size: 12px;
}
.latelyA-srarch{
    min-width:30%;
}
.latelyA-click{
    background-color: #d88f44;
    color: #ffffff;
    border-color:#d88f44 ;
}
.all{
    width: 73px;
}
/*城市选择*/
.cityWarp{
    width: 100%;
    height:100%;
    position: fixed;
    z-index: 10000;
    box-shadow: 1px 1px 1px #dddddd;
/*    display: none;*/
    top: 0;
}
.clearfix .cityLi-click{
    background-color: #fcd553;
    color: #ffffff;
    border-color:#fcd553 ;
}
/*搜索*/
.searchWarp , .companyWarp{
    width: 100%;
    height:70%;
    position: fixed;
    z-index: 10000;
    box-shadow: 1px 1px 1px #dddddd;
    display: none;
}
.searchWarp{
    overflow-x: hidden;
}
.companyWarp::-webkit-scrollbar{
    display: none;
}
.searchWarp::-webkit-scrollbar{
    display: none;
}
.searchWarp{
    top: 0;
    height: 100%;
    background-color: #ffffff;
    overflow-y:auto;
}
.search-back{
    transform:rotate(180deg);
    -ms-transform:rotate(180deg); 	/* IE 9 */
    -moz-transform:rotate(180deg); 	/* Firefox */
    -webkit-transform:rotate(180deg); /* Safari 和 Chrome */
    -o-transform:rotate(180deg);
    z-index: 99;
}
.cancel-btn{
    position: absolute;
    right: 0;
    top: 1px;
    height: 36px;
    width: 60px;
    text-align: center;
    line-height: 36px;
    font-size: 12px;
    color: #b3b3b3;
}
.jd_header .jd_header_box{
    height: 44px;
    border-bottom: 1px solid #dddddd;
}
.jd_header .jd_header_box form{
    padding-left: 53px;
}
.jd_header .jd_header_box .icon_logo{
    width: 50px;
}
.latelyWarp{
    width: 100%;
    min-height: 133px;
   /* border-bottom: 1px solid #dddddd;*/
    padding-left: 10px;
    padding-right: 10px;
  /*  overflow: auto;*/
    margin-top: 1%;
    position: relative;
}
.latelyWarp::-webkit-scrollbar{
    display:none;
}
.latelyTittle{
    width: 100%;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    color:#9f9f9f ;
    margin-bottom: 15px;
}
.latelyTittle .icon-chazhao , .lajitong , .icon-remen{
    display: inline-block;
    float:left;
    height: 100%;
    width: 30px;
    line-height: 32px;
    font-size: 20px;
    color: #9f9f9f;
}
.lajitong{
    float: right;
/*    background-color: #d8505c;*/
}
/*城市*/
.fanhui{
    transform:rotate(180deg);
    -ms-transform:rotate(180deg); 	/* IE 9 */
    -moz-transform:rotate(180deg); 	/* Firefox */
    -webkit-transform:rotate(180deg); /* Safari 和 Chrome */
    -o-transform:rotate(180deg);
    z-index: 99;
}
.city-right{
    width:75%;
    height: 100%;
    float: right;
    display: none;
    background-color: #ffffff;
}
.product_box h3{
    width: 100%;
    height: 50px;
    font-weight:normal;
    font-size: 14px;
    text-align: left;
    line-height: 50px;
}
.cityLi{
    float: left;
    border: 1px solid #d9d9d9;
    padding: 4px;
    font-size: 12px;
    color:#212121;
    border-radius: 5px;
    display: inline-block;
    /*width: 79px;*/
    height: 26px;
    z-index: 10;
    text-align: center;
    line-height: 17px;
    background-color: #ffffff;
    overflow: hidden;
    white-space:nowrap;
    text-overflow: ellipsis;
    margin-right: 2%;
    margin-bottom: 20px;
}
.width80{
    width: 80px;
}
.product_box{
    margin-bottom: 2%;
}
.city-classify{
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    position: fixed;
    top: 0;
    z-index:1900;
    display: none;
}
/*城市end*/
.heartWarp {
    width: 24px;
    height: 22px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 30;
    overflow: hidden;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.cityChoose{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    background: #ffffff;
    z-index: 12346579;
}
.diqu{
    overflow: auto;
    -webkit-overflow-scrolling : touch;
}
.diqu::-webkit-scrollbar{
    display: none;
}
.card:nth-child(0){
    display: block;
}
.city-right:nth-child(0){
    display: block;
}
.clearAddress {
    display: block;
    float: right;
    width: 20%;
    height: 100%;
    font-size: 14px;
    color: #666666;
    text-align: center;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
}
.jd_category_right_con .mescroll {
    width: 78%;
    height: 100%;
    position: absolute;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}


.heartWarp .img1, .heartWarp .img2 {
    position: absolute;
    left: 22%;
    width: 18px;
    top: 50%;
    height: 18px;
    z-index: 100;
    transform: translateY(-50%);
}
.intro {
    width: 100%;
    height: 30px;
    font-size: 12px;
    color: #898989;
    line-height: 15px;
    float: left;
    padding-left: 3%;
    margin-bottom: 9px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.innerDd1 {
    display: inline-block;
    width: 89%;
    height: 14px;
    line-height: 14px;
    font-size: 14px;
    color: #050505;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 7px;
    margin-bottom: 0px;
    text-overflow: ellipsis;
    /* margin-top: 15px; */
}
.collectSpan {
    display: block;
    float: right;
    width: 57%;
    height: 100%;
    line-height: 32px;
    font-size: 12px;
    padding-left: 2px;
    color: #676767;
}
.collect {
    display: none;
}
.borderDD {
    width: 83%;
    padding-left: 1.7%;
    padding-top: 0;
    float: left;
    height: 80%;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    position: relative;
}
.initial {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #f19149;
    text-align: center;
    font-size: 18px;
    color: #fff;
    line-height: 40px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.companyImg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}
.topBar{
    width: 100%;
    height: 44px;
    background: #fff;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    border-bottom: 1px solid #dddddd;
}
.topBar .text{
    width: 100%;
    height:100%;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    line-height: 44px;
    color: #333333;
    text-align: center;
}

.topBar .fanhui , .jd_header .jd_header_box .fanhui{
    width: 31px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    line-height: 44px;
    color: #999999;
    font-size: 26px;
    /*-webkit-transform: rotate(0deg);*/
    /*-moz-transform: rotate(0deg);*/
    /*-ms-transform: rotate(0deg);*/
    /*-o-transform: rotate(0deg);*/
    /*transform: rotate(0deg);*/
}
.topBar .fanhui img{
    display: block;
    height: auto;
    width: 42%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    body, html {
        margin: 0 auto;
        padding: 0;
        max-width: 100% !important;
    }
    .filtrateWarp {
        width: 80%;
    }
    .jd_category_left {
        width: 20%;
    }
    footer{
        max-width: 100%;
    }
    .jd_header .jd_header_box{
        max-width: 100%;
    }
}