.search-form {
    margin: 20px 0  60px auto;
    padding: 20px;
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
}

input,
select {
    margin-right: 10px;
    margin-bottom: 20px;
    width: 280px;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

select {
    margin-right: 10px;
    width: 280px;
}

button {
    height: 36px;
    line-height: 16px;
    width: 128px;
    padding: 10px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

button:hover {
    background-color: #0056b3;
}
.model2-content{
    margin-bottom: 60px;
}
.model{
    height: 100%;
}
.model2 h3{
    padding: 20px;
    border-bottom: 1px solid #c7000b;
    width: 207px;
    height: 50px;
    line-height: 50px;
    font-weight: 400;
    font-size: 26px;
    color: #000;
    letter-spacing: 0;
    margin-bottom: 40px;
}
.model2-item{
    border-bottom: 1px solid #ddd;
}
.model2-item-head strong{
    display: inline-block;
   margin-right: 30px;
   margin-top: 20px;
}
.model2-item-body{
    margin-top: 20px;
    line-height: 30px;
    margin-bottom: 20px;
}
.model2-item-body p>span{
    display: inline-block;
    width: 160px;
}
/* 第二个span 宽度自适应 */
.model2-item-body p>span:nth-child(2){
    width: auto;
}
.model2-item-head span{
    cursor: pointer;
}
.model2{
    display: none;
}
.noPartner{
    font-size: 20px;
    color: #666;
}
.partnerUserName{
    display: none;
}
