.search-title{
    position: relative;
    padding: 0 0.2rem;
    margin-top: .3rem;
}
.tcsearch-input {
    line-height: .6rem;
    width: 100%;
    height: .6rem;
    background-color: #efefef;
    border-radius: .3rem;
    box-sizing: border-box;
    padding-left: .3rem;
    font-size: .28rem;
    color: #333;
    padding-right: .8rem;
}
.tcsearch-submit {
    position: absolute;
    width: .34rem;
    height: .34rem;
    top: .15rem;
    right: .42rem;
    background: url(../images/head_search.png) no-repeat;
    background-size: 100%;
}
.content .search-s-swiper {
	height: 0.8rem;
    padding: 0.2rem 0;
    margin-bottom: 0.2rem;
}
.search-s-nav {
    height: .8rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex-wrap: nowrap;
}
.search-s-nav a {
    display: block;
    margin: 0 .25rem;
    font-size: .32rem;
    font-weight: bold;
    color: #666;
    position: relative;
    flex-shrink: 0;
}
.search-s-nav a.checked {
    color: #333;
}
.search-s-nav a.checked:after {
    content: "";
    display: block;
    width: 50%;
    height: .05rem;
    bottom: -0.1rem;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #d6171a;
    border-radius: .03rem;
    position: absolute;
}

.header_tc .bottom{
    width: 100%;
    position: absolute;
    z-index: -1;
    top: -0.76rem;
    transition: .3s;
}
.header_tc .bottom.on{
    z-index: 99;
    top: 1.04rem;
}
.header_cont{
    top: -0.78rem;
}

.new {
    border-top: 0.08rem solid #f2f2f3;
    margin-bottom: 0;
    padding: .3rem .2rem;
    background: #fff;
}