/*首页*/
.juzhong{
    background: #f8f8f8;
}
.menulist img{
    width: 40px;
    height: 40px;
}
.head_top{
    position: relative;
    width: 140%;
    height: 125px;
    padding-top:15px;
    left: -20%;
    border-radius: 0 0 50% 50%;
    background: #e31e0b;
    z-index: 0;
}
.head img{
    height: 15px;
    width: 15px;
    position: absolute;
    top: 8px;
    left: 100px;
}
.sear_input{
    width: 55%;
    height: 27px;
    background: #ec6255;
    border-radius: 37.5px;
    padding:2.5px 15px 2.5px 47.5px;
    color: #ffffff;
    font-size: 13px;
    border: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #ffffff;
}
.head{
    width: 64%;
    height: 60px;
    margin: 0 auto;
    position: relative;
}
.menulist{
    width: 90%;
    display: flex;
    flex-direction:row;
    flex-wrap:wrap;
    /* 		height: 205rpx; */
    margin: 0 auto;
    padding: 15px 0;
    /* justify-content:center; */
    background:#ffffff;
    margin-top:-50px;
    position: relative;
    z-index: 1;
}
.muen_ico{
    font-size: 12.5px;
    width: 25%;
    /* height: 170rpx; */
    display: flex;
    flex-direction:column;
    /* justify-content:center */
    align-items:center
}
.muen_ico span{
    margin-top: 10px;
}
.m_30 {
    margin-top:30px;
}
.m_15 {
    margin-top:15px;
}
.let_space_1{
    letter-spacing: 1px;
}
.hd_div,.hd_div_01{
    width: 90%;
    margin: 15px auto;
}
.hd_div .img{
    width: 100%;
    height: 95px;
}
.hd_div_01 .img{
    width: 100%;
    height: 80px;
}
/* 猜你喜欢 */
.index_like{
    width: 90%;
    margin: 0 auto;
    background: #ffffff;
}
.index_like_content{
    position: relative;
    width: 90%;
    margin: 15px auto;
}
.index_like_content .f_left{
    position: absolute;
    top:0;
    left:0;
    display: inline-block;
    width:53px;
    height:21px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    color: #ffffff;
    background: #e31e0b;
    border-radius: 0 0 11.25px 0;
}
.index_like_content .img{
    width: 100%;
    height: 160px;
}
.index_like_content .dj_new{
    color: #e31e0b;
    font-size: 16px;
    font-weight: bold;
}
.index_like_content .city_new{
    color:#8a8a8a;
    font-size: 11.5px;
}
.index_like_content .subject{
    width:75%;
    overflow:hidden;
    font-weight: 900;
    height: 20px;
    line-height:15px;
    text-align: top;
    font-size: 14px;
    color: #010101;
}
.h_title{
    display: flex;
    width: 90%;
    justify-content:space-between;
}

.h_title .h_title_text{
    font-size:16px ;
    color: #010101;
    font-weight: 700;
    position: relative; /* 设置为相对定位，使伪元素定位相对于该元素 */
    display: inline-block; /* 将元素变为行内块元素，以便下划线长度根据文字长度自动调整 */
    padding-bottom: 8px; /* 设置下划线的距离文字的距离（可根据需要调整） */
    z-index: 99;
}
.h_title .h_more{
    font-size: 12.5px;
    color: #C0C0C0;
}
.h_title .h_more img{
    margin-left:3.5px;
    width: 5px;
    height: 8.8px;
}
.h_div_b{
    width: 90%;
    margin: 0 auto;
    /* padding: 0rpx 0rpx 37.5rpx 0rpx; */
}
.nei {
    width: 100%;
    padding: 15px;
}
a {
    text-decoration: none;
    color: inherit;
}
.lie_tu {
    flex-direction: row;
    width: 100%;
    height: 90px;
    border-radius: 9.5px;
}
.lie_tu_small {
    width: 100%;
    height: 150px;
}
.ttnei {
    width: 100%;
    margin-left: 12.5px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.datitle .t_subject{
    width:75%;
    overflow:hidden;
    font-weight: 900;
    height: 16px;
    line-height:15px;
    text-align: top;
    color: #010101;
}
.datitle{
    width: 100%;
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    height: 25px;
    line-height: 25px;
}
.datitle .title {
    margin-top:6px;
    width: 100%;
    /* overflow: hidden; */
    font-size: 15px;
    display: flex;
    justify-content: space-between;
}
.t_zhuangtai{
    display: inline-block;
    font-size: 10px;
    border:1px solid #828282;
    color: #828282;
    height: 15.5px;
    line-height: 15.5px;
    padding:0 5px;
    border-radius: 5px;
}

.datitle .title_list{
    margin-top:6px;
    width: 100%;
    overflow: hidden;
    font-size: 15px;
    display: flex;
    align-items: center;
}
.datitle .t_subject_list{
    overflow:hidden;
    font-weight: 900;
    /* height: 40rpx; */
    text-align: top;
    color: #010101;
}
.t_zhuangtai_list{
    background: #ffeee4;
    color: #ed6800;
    font-size: 10px;
    padding: 0 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;;
}
.h_city_new {
    color: #8a8a8a;
    font-size: 9.5px;
    margin-top: 5px;
}
.h_dj_new{
    color: #e31e0b;
}
.biaoqian {
    margin-top: 6.5px;
    display: flex;
    flex-wrap: wrap;
}
.mall_biaoqian {
    display: flex;
    flex-wrap: wrap;
}
.biaoqian .hui_com{
    float: left;
    font-size: 10px;
    padding: 1.5px 4.5px;
    margin-right: 4px;
    text-align: center;
    vertical-align: middle;
    background: #ebebeb;
    color: #898989;
}
.content {
    margin:15px 0 15px 0;
    display: flex;
    width: 100%;
    background: #FFFFFF;
}
input {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}
input {
    -webkit-text-fill-color: #ffffff;  //颜色是设置成你需要的颜色
}
input:-webkit-autofill {
    transition: background-color 5000s ease-in-out 0s;
}
.search_for {
    background: #ec6255;
    color: #ffffff;
    border-radius: 37.5px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
}
.search_for select {
    background: #ec6255;
    color: #ffffff;
    border: none;
    position: relative;
    left: -5px;
    font-size: 14px;
    outline: none;
}
.search_for button {
    background: #ec6255;
    border: none;
}
.m_5 {
    margin-top: 3px;
}
.c_line {
    background: linear-gradient(to right, rgb(248, 170, 170), rgb(255, 255, 255));
    width: 20%;
    height: 9px;
    border-radius: 7.5px;
    margin-top: -15px;
    margin-left: 15px;
}
.b_line {
    background: linear-gradient(to right, rgb(248, 170, 170), rgb(255, 255, 255));
    width: 12%;
    height: 9px;
    border-radius: 7.5px;
    margin-top: -5px;
    margin-left: 6px;
    position: relative;
    right: 9px;
}
.list_house {
    margin: 25px 0 -10px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #f8f8f8;
    width: 90%;
}
.information {
    display: flex;
    align-items: center;
    margin-top: -10px;
    color: #898989;
}