* {
    box-sizing: border-box;
}

/* 搜索框 */
.serch_box {
    background: #fafafa;
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 1rem 0;
}

.radioUl {
    flex: inherit;
    overflow: hidden;
    zoom: 1;
    margin-right: 0;
    font-size: 16px;
    display: flex;
    align-items: center;
}

.font-le {
    margin-right: 0;
}

.radioUl li {
    display: flex;
    align-items: center;
}

.radioUl li input {
    margin: 0 10px;
}

.serch_box .txt {
    width: 60%;
    height: 40px;
    font-size: 16px;
    border: 1px solid #333;
    padding-left: 10px;
}

.zcSearch {
    background: url(../v2/images/search-1.png) center no-repeat;
    background-size: cover;
    width: 23px;
    height: 23px;
    outline: none;
    cursor: pointer;
    margin-left: 1rem;
}





/* 列表展示 */
.ans-model {
    background: #fff;
    width: 35%;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    top: 15%;
    border: 1px solid #000;
    margin: auto;
    display: none;
    z-index: 101;
    max-height: 600px;
    overflow-y: auto;
}

.active-model {
    display: block;
}

.ans-model .pTitle {
    width: 100%;
    padding: 0 20px;
    background: #6eaaf3;
    color: #fff;
    height: 30px;
    line-height: 30px;
}
.ans-model p {
    width: 100%;
    height: auto;
    display: flex;
}

.ans-model p strong, .ans-model p strong span{
    white-space: nowrap;
}
.ans-model h3 {
    text-align: center;
    margin: 20px;
    font-weight: bold;
    font-size: 20px;
}

.ans-model table {
    line-height: 27px;
    font-size: 15px;
    font-weight: bold;
}

.ans-model th {
    width: 140px;
    text-align: right;
}

.ans-model td {
    padding: 0 10px;
}

.ans-model span.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 30px;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

.close {
    cursor: pointer;
}

.message_list ul li {
    cursor: pointer;
    line-height: 55px;
    height: 55px;
    font-size: 16px;
    color: #333;
    transition-duration: 0.5s;
    padding: 0 10px;
}

.message_list li i {
    float: left;
    padding-left: 22px;
    width: 70%;
    background: url(../images/icon/icon_24.png) 4px center no-repeat;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.message_list li span {
    float: right;
    color: #666;
}

.situation {
    padding: 0 20px 20px;
}

@media(max-width:1271px) {
    .asp {
        display: block;
    }
}

@media (max-width: 1201px) {
    .serch_box .txt {
        width: 80%;
    }

    .ans-model {
        width: 50%;
        top: 10%;
    }

    .ans-model h3 {
        margin: 10px 20px;
    }
}

@media (max-width: 901px) {
    .ans-model {
        width: 70%;
        top: 10%;
    }
}

@media (max-width: 601px) {
    .situation {
        padding: 5px;
    }

    .message_list ul li {
        padding: 0;
    }

    .radioUl li input {
        margin: 0 5px;
    }

    .ans-model {
        width: 90%;
    }

    .ans-model th {
        width: 30%;
    }
}

/*搜索文本框*/
.placeholderStyle {
    font-size: 14px;
}

/*清空搜索条件 按钮*/
.clear_btn {
    padding: 10px;
    margin-left: 1rem;
    color: #757575;
    font-size: 16px;
}