
.search{
    margin-top: 30px;
}
.search .sc_title{
    font-size: 26px;
    font-weight: bold;
    text-align: center;
}
.search .sc_content{
    margin-top: 30px;
}
.search .sc_content .sc_form{
    width: 560px;
    margin: 0 auto;
    box-shadow: 0px 2px 22px 0px #F0F0F0;
    border-radius: 4px;
}
.search .sc_content .sc_form .sc_f_title{
    height: 66px;
    line-height: 66px;
    border-bottom: 1px solid #F0F0F0;
}
.search .sc_content .sc_form .sc_f_title .sc_f_title_item{
    width: 50%;
    float: left;
    text-align: center;
}
.search .sc_content .sc_form .sc_f_title .sc_f_title_item span{
    display: inline-block;
    font-size: 18px;
    color: #323232;
}
.search .sc_content .sc_form .sc_f_title .sc_f_title_item span:hover{
    cursor: pointer;
}
.search .sc_content .sc_form .sc_f_title .sc_f_title_item:last-child{
    position: relative;
}
.search .sc_content .sc_form .sc_f_title .sc_f_title_item:last-child::before{
    position: absolute;
    content: "";
    width: 1px;
    height: 18px;
    background-color: #E0E0E0;
    left: 0;
    top: calc(50% - 9px);
}
.sc_f_title_item_actived{
    position: relative;
    color: #AA1A00 !important;
}
.sc_f_title_item_actived::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #AA1A00;
    bottom: 0;
    left: 0;
    right: 0;
}

.search .sc_content .sc_form .sc_f_content{
    padding: 60px 0;
}
.search .sc_content .sc_form .sc_f_content .sc_f_c_item{
    width: 400px;
    height: 50px;
    margin: 0 auto;
}
.search .sc_content .sc_form .sc_f_content .sc_f_c_item:not(:first-child){
    margin-top: 40px;
}
.search .sc_content .sc_form .sc_f_content .sc_f_c_item input{
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #D1D1D1;
    border-radius: 4px;
    padding-left: 15px;
}
.search .sc_content .sc_form .sc_f_content .sc_f_c_item button{
    display: block;
    width: 100%;
    height: 100%;
    background-color: #B61B00;
    color: #FFFFFF;
    text-align: center;
    font-size: 16px;
    border-radius: 4px;
}
.search .sc_content .sc_form .sc_f_content .sc_f_c_item .sc_f_c_tip{
    margin-top: 40px;
    padding-left: 10px;
} 
.search .sc_content .sc_form .sc_f_content .sc_f_c_item .sc_f_c_tip span{
    display: block;
    color: #7D7E80;
    font-size: 16px;
} 
.search .sc_content .sc_form .sc_f_content .sc_f_c_item .sc_f_c_tip span:last-child{
    margin-top: 10px;
}
