.banner {
    width: 100%;
    height: 600px;
    position: relative;
}

.banner .banner_bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}

.banner .banner_bg img {
    display: block;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 600px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.search_content {
    width: 1200px;
    height: 600px;
    position: absolute;
    left: calc(50% - 600px);
    top: calc(50% - 300px);
    z-index: 2;
}

.search_content .slogan {
    width: 473px;
    height: 122px;
    margin-top: 194px;
}

.search_content .slogan img {
    width: 473px;
    height: 122px;
}

.search_content .search_tabs {
    width: 1200px;
    height: 41px;
    margin-top: 63px;
    position: relative;
    overflow: hidden;
}

.search_tabs:before {
    content: "";
    width: 15px;
    height: 15px;
    background-color: #ffffff;
    transform: rotateZ(45deg);
    position: absolute;
    bottom: -10px;
    transition: left 0.3s ease-in-out;
}

.search_tabs.active0:before {
    left: 40px;
}

.search_tabs.active1:before {
    left: 146px;
}

.search_tabs.active2:before {
    left: 229px;
}

.search_tabs ul {
    width: 100%;
    height: 16px;
}

.search_tabs ul li {
    font-size: 16px;
    color: #C4C4C4;
    font-weight: bold;
    float: left;
    margin-right: 26px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.search_tabs ul li.active {
    color: #ffffff;
}

.search_form {
    width: 1200px;
    height: 50px;
    position: relative;
    /* background-color: #C4C4C4; */
}

.header.s_croll .search_form.rent {
    width: 700px;
    float: left;
    display: block;
    margin: 24px 0 0 2px;
}

.search_form.rent {
    width: 700px;
    float: left;
    margin: 13px 0 0 50px;
    transition: all 0.3s ease-in-out;
}

.search_form .search_input {
    width: 510px;
    height: 50px;
}

.search_form.rent .search_input {
    width: 668px;
    height: 44px;
    box-shadow: 0px 1px 1px 0px #E3E3E3;
}

.search_form .search_input input {
    width: 510px;
    height: 50px;
    font-size: 16px;
    outline: none;
    border: none;
    padding: 16px 20px;
    background-color: transparent;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.search_form.rent .search_input input {
    width: 668px;
    height: 44px;
}

.search_form .placeholder {
    width: 510px;
    height: 50px;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
    font-weight: 400;
    color: #A8A8A8;
    line-height: 50px;
    text-indent: 20px;
    background-color: #ffffff;
    z-index: 1;
    border-radius: 4px 0 0 4px;
}

.search_form.rent .placeholder {
    width: 668px;
    height: 44px;
    line-height: 47px;
    border-radius: 2px;
}

.submit_btn {
    width: 76px;
    height: 50px;
    position: absolute;
    left: 510px;
    top: 0;
    background: #FABB5A;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.search_form.rent .submit_btn {
    background: transparent;
    width: 20px;
    height: 46px;
    left: 632px;
    top: -2px;
    z-index: 3;
}

.submit_btn:hover {
    background: #f5ca8a;
}

.submit_btn img {
    width: 19px;
    height: 19px;
    display: block;
    margin: 15px auto;
}

.search_list {
    width: 510px;
    overflow: hidden;
    background-color: #ffffff;
    position: absolute;
    left: 0;
    top: 50px;
    z-index: 3;
    border-radius: 4px;
    box-shadow: 0px 1px 1px 0px #E3E3E3;
    display: none;
}

.search_form.rent .search_list {
    width: 668px;
}

.list_header {
    width: 100%;
    height: 44px;
    background: #F5F7F9;
}

.list_titles {
    width: 49px;
    height: 12px;
    font-size: 12px;
    color: #9399A5;
    line-height: 48px;
    float: left;
    margin-left: 18px;
}

.clear_list {
    width: 73px;
    height: 13px;
    font-size: 12px;
    font-weight: 400;
    text-decoration: underline;
    color: #162F5E;
    line-height: 48px;
    float: right;
    margin-right: 21px;
    cursor: pointer;
}

.list_button {
    width: 100%;
    overflow: hidden;
}

.list_button li {
    width: 100%;
    height: 44px;
    background-color: #fff;
    color: #101D37;
    font-size: 12px;
    line-height: 48px;
    text-indent: 18px;
    cursor: pointer;
}

.list_button li:nth-child(2n) {
    background: #F9FBFC;
}

.list_button li a {
    width: 100%;
    height: 100%;
    display: block;
}