.head_bottom .head_nav .nav_search{
    display: none;
}
/* banner搜索框 */
.banner_search{
    border-color: #faffff33;
    border-radius: 0.1rem;
    border-style: solid;
    border-width: 0.1rem 0.14rem;
    left: 50%;
    min-width: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
}
.banner_search .search_box{
    background: #fff;
    border-radius: 0.05rem;
    left: -0.04rem;
    padding: 0.05rem 0;
    position: relative;
    width: calc(100% + 8px);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.banner_search .search_box .search_input {
    width: calc(100% - 1rem);
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 0.07rem 0.15rem;
    box-sizing: border-box;
}

.banner_search .search_box .search_input::placeholder {
    color: #999;
}

.banner_search .search_box .search_input span {
    width: 0.2rem;
    height: 0.2rem;
    margin-right: 0.08rem;
}

.banner_search .search_box .search_input input {
    width: calc(100% - 0.3rem);
    background: none;
    outline: none;
    font-size: 0.15rem;
    color: #606266;
}

.banner_search .search_box .search_input input::placeholder {
    color: #999;
}
.banner_search .search_box .search_btn{
    background: #b4343b!important;
    border-radius: 0.05rem;
    color: #fff;
    flex-shrink: 0;
    font-family: Source Han Sans SC;
    font-size: 0.14rem;
    font-weight: 400;
    line-height: 0.44rem;
    margin-right: 0.1rem;
    padding: 0 0.2rem;
}




/* 搜索列表 */
.search_body{
    box-sizing: border-box;
    height: 100%;
    padding: 0 0.4rem;
    width: 100%;
    position: relative;
    min-height: 5.5rem;
}
.search_body .posimg{
    width: 3rem;
    height: 4.2rem;
    position: absolute;
    bottom: -0.4rem;
    left: 0;
}
.search_body .charmR_title{
    width: 100%;
    margin-bottom: 0;
}
.search_body .search_list .search_item{
    font-family: Microsoft YaHei;
    border-bottom: 0.01rem dashed rgb(204, 204, 204);
    padding: 0.14rem 0;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.search_body .search_list .search_item .search_title{
    font-size: 0.18rem;
    line-height: 0.24rem;
    color: #212529;
    display: flex;
    align-items: center;
}
.search_body .search_list .search_item .search_title img{
    width: 0.2rem;
    height: 0.2rem;
    margin-right: 0.1rem;
}
.search_body .search_list .search_item .search_time{
    color: rgb(143, 147, 153);
    font-size: 0.14rem;
}



/* 无结果 */
.search_body .search_null{
    width: 3.2rem;
    margin: 1rem auto 0;
}



/* 搜索详情 */
.search_detail{
    margin-top: 0.18rem;
}
.search_detail .search_title{
    border: 0.02rem solid rgb(180, 52, 59);
    color: rgb(180, 52, 59);
    font-family: "Source Han Sans SC";
    font-size: 0.2rem;
    font-weight: 700;
    line-height: 0.24rem;
    min-height: 0.48rem;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.2rem;
}
.search_detail .search_title::before{
    border: 0.01rem solid rgb(180, 52, 59);
    content: "";
    height: 90%;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 99.5%;
}
.search_detail .search_title img{
    height: auto;
    max-height: 100%;
    width: auto;
}
.search_detail .search_title span{
    margin: 0 0.08rem;
}

.search_detail .search_content,
.search_detail .search_content p{
    color: #212529;
    line-height: 1.5;
    font-size: 0.16rem;
    font-weight: 400;
}
.search_detail .search_content img{
    width: auto;
    max-width: 100%;
    display: inline;
}








