﻿.search_content {
    overflow: hidden;
}

.search_center {
    width: 14rem;
    margin: 1.97rem auto 1.26rem;
}

.search_center form {
    display: flex;
    width: 6.56rem;
    height: .5rem;
    border-radius: 0.25rem 0.25rem 0.25rem 0.25rem;
    border: 0.01rem solid #D8D8D8;
    box-sizing: border-box;
    margin: 0 auto .55rem;
}

.search_center form input {
    width: 5.42rem;
    padding: 0 .27rem;
    box-sizing: border-box;
    font-size: 0.14rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
}

.search_center form input::-webkit-input-placeholder {
    color: #7A7A7A;
}

.search_center form button {
    width: 1.15rem;
    height: 0.5rem;
    background: #CF000C;
    border-radius: 0.25rem 0.25rem 0.25rem 0.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search_center form button img {
    width: .26rem;
    height: .27rem;
}

.search_result{
    font-size: 0.24rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}

.search_result span{
    color: #CF000C;
}

.serach_item{
    display: flex;
    border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
    border: 0.01rem solid #EBEBEB;
    justify-content: space-between;
    align-items: center;
    padding: .18rem .25rem .21rem .47rem;
    margin-top: .3rem;
}

.search_tit{
    font-size: 0.24rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #383635;
    margin-bottom: .2rem
}

.search_txt{
    font-size: 0.16rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #757575;
    line-height: 0.32rem;
}

.serach_img{
    width: 2.58rem;
    height: 1.67rem;
    overflow: hidden;
    margin-left: .6rem;
    flex-shrink: 0;
}
.page{
    margin-top: .65rem!important;
}

.none_center{
    width: 6.77rem;
    display: flex;
    height: 100vh;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.none_tit{
    font-size: 0.36rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #515151;
    margin-bottom: .29rem;
}
.none_txt{
    font-size: 0.16rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #757575;
    margin-bottom: .55rem;
}

.back_home{
    width: 1.49rem;
    height: 0.43rem;
    background: #E60012;
    border-radius: 0.34rem 0.34rem 0.34rem 0.34rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.16rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}

@media only screen and (max-width:1024px){
    .search_center{
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
    }
    .search_center form input{
        font-size: 12px;
    }
    .search_text{
        width: 50%;
    }
    .serach_img{
        margin-left: 15px;
    }
    .search_tit{
        font-size: 14px;
    }
    .search_txt{
        font-size: 12px;
    }
}