@charset "utf-8";
/*search*/
.fly-main em{
    color: red;
    font-style: normal;
}
.search-wrap{
    background-color: #FFF;
    padding: 6px;
}
.menu-tabs {
    height:37px;
    z-index:999;
    line-height:37px;
    border-bottom: 1px solid #eaeaea;
}
.menu-tabs .tabs-item {
    border-bottom:0;
    float:left;
    font-size:16px;
    line-height:16px;
    margin:0 10px 0 0;
    padding:10px 15px;
    cursor:pointer;
    background-color:#fff;
}
/*0072C6*/
.menu-tabs .tabs-item.active,.menu-tabs .tabs-item:hover {
    border-bottom: 3px solid #0072C6;
    color: #0072C6;
    font-weight: bold;
}
.menu-tabs .tabs-item.active {
    cursor:default;
}
.menu-tabs .showoff {
    color:red;
}
.search-left .menu-tabs .tabs-item{
    padding: 10px 20px;
}
.search-result{
    min-height: 500px;
    padding: 12px;
}
.search-result .search-item{
    display: flex;
    padding: 12px;
    clear: both;
    overflow: auto;
    border-bottom: 1px dashed #efefef;
}
.search-item .item-cover{
    width: 180px;
}
.search-item .item-cover img {
    width: 160px;
    height: 120px;
}
.search-item .item-property {
    flex: 1;
    line-height: 200%;
    color: #5f5f5f;
}
.search-result .title{
    position: relative;
    overflow: hidden;
    font-size: 18px;
}
.search-hot{
    padding: 0 12px;
}
.search-hot  .title{
    color: #070708;
    font-size: 16px;
    line-height: 36px;
}
.btn-change{
    display: inline-block;
    float: right;
    color: #f04142 ;
    font-size: 14px;
    cursor: pointer;
}
.search-hot-result a{
    display: block;
    width: 100%;
    height: 36px;
    line-height: 36px;
    color: #070708;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.search-hot-result .number{
    float: left;
    display: inline-block;
    margin-right: 10px;
    font-size: 16px;
    width: 16px;
    text-align: center;
    color: #80838a;
}
.search-hot-result .name{
    display: inline-block;
    width: calc(100% - 30px);
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.search-hot-result .total{
    float: right;
    color: #666;
}
.search-hot-result  a:nth-child(1) .number{
    color: #f04142;
}
.search-hot-result  a:nth-child(2) .number{
    color: #ff7528;
}
.search-hot-result  a:nth-child(3) .number{
    color: #ff7528;
}
.search-hot-result a:hover .name{
    text-decoration: underline;
}