.expo-nav-box{
    width: 100%;
    height: 48px;
    line-height: 48px;
    margin-top: 20px;
    padding-left: 10px;
    box-sizing: border-box;
    overflow: hidden;
    text-align: center;
    border-bottom: 1px solid #b5b5b5;
    margin-bottom: 30px;
}
.expo-nav-box a{
    display: inline-block;
    padding: 0 10px;
    margin: 0 5px;
    height: 48px;
    box-sizing: border-box;
    color: #333;
}
.expo-nav-box a:hover,
.expo-nav-box a.active{
    color: #000;
    font-weight: bold;
    border-bottom: 3px solid #000;
}

.expo-box-sort{
    width: 100%;
    height: auto;
    min-height: 36px;
}
.expo-box-sort-recommend,
.expo-box-sort-time,
.expo-box-sort-status{
    border: 1px solid #e5e5e5;
    background: #fff;
    min-width: 100px;
    width: auto;
    height: 32px;
    line-height: 32px;
    float: left;
    border-radius: 16px;
    padding: 0 12px;
    cursor: pointer;
    margin-right: 20px;
    position: relative;
}
.expo-box-sort-recommend span ,
.expo-box-sort-time span ,
.expo-box-sort-status span {
    display: inline-block;
    width: auto;
    font-size: 14px;
    color: #666666;
    text-align: center;
}
.expo-box-sort-recommend i.ico-bottom-arrow ,
.expo-box-sort-time i.ico-bottom-arrow ,
.expo-box-sort-status i.ico-bottom-arrow {
    display: inline-block;
    width: 9px;
    height: 6px;
    float: right;
    margin: 13px 0 0 12px;
    background: url(./../../icon/select.svg) no-repeat;
}
.sort-recommend-list,
.sort-time-list,
.sort-status-list {
    display: none;
    width: 100px;
    height: auto;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 99999;
    overflow: hidden;
}
.sort-recommend-list ul li ,
.sort-time-list ul li ,
.sort-status-list ul li {
    width: 100%;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #666666;
    text-align: center;
    cursor: pointer;
}
.sort-recommend-list ul li:hover,
.sort-recommend-list ul li.active,
.sort-time-list ul li:hover,
.sort-time-list ul li.active,
.sort-status-list ul li:hover,
.sort-status-list ul li.active{
    background: #f4f4f4;
    color: #ff003c;
}

.expo-search {
    width: 100%;
    height: 48px;
    margin: 50px auto 50px auto;
    overflow: hidden;
    position: relative;
}
.expo-search-item {
    width: 30%;
    height: 42px;
    line-height: 42px;
    margin: 3px auto;
    /*display: flex;*/
    /*align-items: center;*/
    border-radius: 21px;
    box-sizing: border-box;
    border: 1px solid #b3b3b3;
    position: relative;
}
.expo-search-item .input-expo-search {
    margin-left: 20px;
    border: none;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0em;
    color: #333;
    width: 80%;
    float: left;
    padding: 0 30px 0 0;
    background: none;
    height: 40px;
    line-height: 40px;
}
.expo-search-item span.delete-expo-keyword{
    display:none;
    width: 4%;
    font-size: 22px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    float: right;
    cursor: pointer;
}
.expo-search-item .confirm-search-btn {
    width: 8%;
    height: 42px;
    line-height: 42px;
    border-radius: 21px;
    /*background: #ff003c;*/
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0em;
    color: #fff;
    text-align: center;
    float: right;
    margin: -1px 10px 0 0;
    cursor: pointer;
}
.expo-search-item .confirm-search-btn i.icon-expo-search {
    display: block;
    width: 20px;
    height: 20px;
    margin: 11px auto 0 auto;
    background: url(./../../icon/ico.svg) no-repeat 2px -45px;
    cursor: pointer;
}
.expo-box{
    min-height: 500px;
}
.empty-expo-box{
    width: 100%;
    height: 500px;
}
.empty-expo-box-img {
    width: 400px;
    height: 280px;
    margin: 0 auto;
    background: url(./../../img/search-empty.png) center bottom no-repeat;
    background-size: 300px 207px;
}
.empty-expo-box p {
    text-align: center;
    margin: 20px 0 10px 0;
    font-size: 16px;
}