/*搜索*/
.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;

}
html .jd_header .jd_header_box .search-back{
    font-size: 24px;
    color: #b3b3b3;
    top: 0;
}
.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: 50px;
    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%;
    height: 90px;
    /* border-bottom: 1px solid #dddddd;*/
    padding-left: 10px;
    padding-right: 10px;
    /*  overflow: auto;*/
    margin-top: 1%;
    position: relative;
    z-index: 1990;
}
.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: #fff;
}