* {
    margin: 0;
    padding: 0;
    list-style: none;
}

.lanren-search-form {
    width: 575px;
    max-width: 100%;
    margin: 0px auto;
    overflow: hidden;
}

.lanren-search-form .search-bd {
    height: 35px;
}

.lanren-search-form .search-bd li {
    font-size: 20px;
    width: 110px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    float: left;
    cursor: pointer;
    background-color: #eee;
    color: #666;
}

    .lanren-search-form .search-bd li.selected {
        color: #fff;
        font-weight: 700;
        background-color: #5a8bfc;
    }

.lanren-search-form .search-hd {
height: 46px;
background-color: #5a8bfc;
padding: 3px;
position: relative;
}

.lanren-search-form .search-hd .search-input {
    width: 80%;
    height: 41px;
    line-height: 22px;
    padding: 6px 0;
    background: none;
    text-indent: 10px;
    border: 0;
    outline: none;
    position: relative;
    top: 0;
    z-index: 5;
}

.lanren-search-form .search-hd .btn-search {
    width: 18%;
    height: 34px;
    line-height: 40px;
    position: absolute;
    right: 3px;
    top: 3px;
    border: 0;
    z-index: 6;
    cursor: pointer;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    background: none;
    outline: none;
}



.lanren-search-form .search-bg {
width: 495px;
max-width: 80%;
height: 40px;
background-color: #fff;
position: absolute;
left: 3px;
top: 3px;
z-index: 1;
}
.search-index-body-inline-form-radios{
max-width: 631px;
width: 100%;
margin: auto;
display: flex;
flex-direction: row;
justify-content: space-around;
margin-bottom: 20px;
}
.search-index-body-inline-form-radios-item{
width: 33%;
text-align: center;
font-size: 14px;
position: relative;
}
.search-index-body-inline-form-radios-item-checked::before{
position: absolute;
content:'▼';
color: #000;
left: -15px;
}
.search-index-body-inline-form-radios-item div{
position: absolute;
left: 50%;
margin-left: -28px;
cursor:pointer;
}
.search-index-body-inline-form-radios-item input{
opacity: 0;
position: relative;
z-index: 1;
width: 56px;
cursor:pointer;
}
.search-index-body-inline-form-input-btn{
width: 896px;
border: 2px solid #cb0117;
display: flex;
flex-direction: row;
margin: 40px auto 0 auto;
}
.search-index-body-inline-form-input-btn input{
width: 666px;
border: none;
height: 52px;
line-height: 52px;
font-size: 20px;
padding-left: 30px;
outline: none;
}
.search-index-body-inline-form-input-btn button{
width: 200px;
text-align: center;
background: #cb0117;
line-height: center;
height: 54px;
line-height: 54px;
color: #FFF;
font-size: 20px;
border: none;
}
