@charset "UTF-8";
/*liboyuan 20160817*/
/*search*/

.classList_top {
    margin-top: 60px;
    margin-bottom: 20px;
}
.classList_search {
    position: relative;
    width: 246px;
    margin: 0 auto;
    text-align: center;
}
.classList_text {
    height: 34px;
    line-height: 34px;
    width: 170px;
    background: #fff;
    padding: 0 50px 0 20px;
    border-radius: 30px;
    border: 3px solid #f1f1f1;
}
.classList_sub {
    width: 44px;
    height: 30px;
    border-radius: 15px;
    background: #fff url(/dev/product/www_v3/separate/imgs/classList/desktop/search_btn.png) center no-repeat;
    position: absolute;
    right: 6px;
    top: 5px;
    cursor: pointer;
    transition: background-color 800ms, background-image 800ms;
}
.classList_sub:hover{
    background: #f51e55 url(/dev/product/www_v3/separate/imgs/classList/desktop/search_btn1.png) center no-repeat;
}
.classList_title_box {
    min-height: 40px;
    padding: 25px;
    background-color: #fff;
    margin-top: -18px;
}
.classList_title_box > a {
    line-height: 34px;
    height: 34px;
    margin-top: 10px;
    background-color: #fff;
    border-radius: 18px;
    display: inline-block;
    padding: 0 10px;
    transition: color 600ms, background-color 600ms;
}
.classList_title_box > a:hover {
    background-color: #f51e55;
    color: #fff;
}
.classList_title_box > a.active {
    background-color: #f51e55;
    color: #fff;
}
/*tab*/

.classList_tab_box {
    border-bottom: 1px solid #d2d2d2;
    margin-top: 25px;
    position: relative;
    overflow: hidden;
}
.classList_tab {
    text-align: center;
}
.classList_tab > a {
    font-size: 14px;
    line-height: 48px;
    height: 48px;
    width: 90px;
    display: inline-block;
}
.classList_tab > a.active {
    color: #f51e55;
    font-weight: bold;
}
.classList_tab > a:hover {
    color: #f51e55;
    font-weight: bold;
}
.classList_line {
    font-size: 0;
    line-height: 1;
    margin: 0 0 0 -90px;
    height: 2px;
    width: 90px;
    background-color: #f51e55;
    transition: transform 400ms cubic-bezier(0.67, 2, 0.99, 0.63);
}

.no_search{
    text-align: center;
    color: #909090;
    margin-top: 100px;
}