/*头部*/
.header {
    height: 40px;
    background: black;
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 99999;

}

.h_header {
    top: -40px;
    overflow: hidden;
    z-index: 9;
}

.myheaderlogo {
    display: inline-block;
    vertical-align: middle
}


.nav_logo_link:after, .nav_logo_link:before {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 160px;
    height: 40px;
    content: "";
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all .2s;
    transition: all .2s;
}


.nav_logo_link {
    position: relative;
    display: block;
    width: 160px;
    height: 40px;
    overflow: hidden;
}

.nav_logo_link:before {
    content: '';
    background: url('/images/header/logo1.png') no-repeat 50% 50%;
    opacity: 1;
}

.nav_logo_link:after {
    content: '';
    background: url('/images/header/slogan-2021.png') no-repeat 50% 50%;
    opacity: 0;
    margin-left: -160px;
}


.nav_logo_link:before {
    transform: translateZ(0);
}


.nav_logo_link:hover, .nav_logo_link:focus, .nav_logo_link:active {
    color: #ff6700;
}

.nav_logo_link:hover:before, .nav_logo_link:focus:before, .nav_logo_link:active:before {
    transform: translate3d(160px, 0, 0);
}

.nav_logo_link:hover:before {
    opacity: 0;
}

.nav_logo_link:hover:after {
    opacity: 1;
}

.nav_logo_link:after, .nav_logo_link:before {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.nav_logo_link:hover:after, .nav_logo_link:hover:before {
    -webkit-transform: translate3d(160px, 0, 0);
    transform: translate3d(160px, 0, 0);
}


.myheaderlogotest {
    display: inline-block;
    vertical-align: middle;
    color: #63D6C3;
    font-weight: 600;
    font-size: 21px;
    margin-left: 4px;
    font-family: Source Han Sans, Source Han Sans-CN, Microsoft YaHei, MicrosoftYaHei, 微软雅黑, Arial, PingFang SC, SimHei, Helvetica, sans-serif;
}

.header_left {
    margin-left: 120px;
    float: left;
    padding-left: 20px;
}

.header_left_phone_warp {
    float: left;
}

.header_left_phone_code {
    float: left;
    width: 20px;
    height: 20px;
    padding: 10px;
    cursor: pointer;
}

.header_left_phone_code img {
    width: 100%;
    height: 100%;
}

.header_left_phone_icon {
    display: block;
    width: 20px;
    height: 20px;
    float: left;
    padding: 10px;
}

.header_left_phone_icon img {
    width: 100%;
    height: 100%;
}

.header_left_phone_number {
    display: block;
    float: left;
    line-height: 40px;
    color: white;
    font-size: 12px;
}

.header_right {
    float: right;
    padding-right: 20px;
}

.header_right_warp {
    float: left;
    line-height: 40px;
}

.header_city_warp {
    width: 120px;
    cursor: pointer;
    color: #cccccc;
}

.header_city_warp:hover {
    color: #aaaaaa;
}

.header_city_text {
    float: left;
    line-height: 40px;
    width: 60px;
    text-align: center;
    font-size: 13px;
}

.header_city_texts {
    width: 56px;
}

.myhotcity {
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #333333;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 10px;
}

#i_header_city_warps {
    color: #333333;
    display: inline-block;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    padding-right: 16px;
}

.i_header_city_warp {
    height: 40px;
    padding: 13px 5px;
    cursor: pointer;
}

.header_city_imgs {
    width: 13px;
    display: inline-block;
    float: right;
    margin-top: 13px;
}

.header_city_imgss {
    width: 13px;
    display: inline-block;
    float: right;
    margin-top: 14px;
    display: none;
}

.header_city_icon {
    float: left;
    width: 10px;
    margin-top: 4px;
    height: 20px;
    padding: 10px 2px 10px 10px;
}

.header_city_icon img {
    width: 100%;
}

.header_package {
    width: 130px;
    line-height: 40px;
    border-left: solid 1px #2e2e2e;
    border-right: solid 1px #2e2e2e;
}

.header_package a {
    text-align: center;
    display: block;
    color: #cccccc;
    font-size: 12px;
}

.header_package a:hover {
    color: #aaaaaa;
}

.header_share {
    width: 52px;
}

.header_share_icon {
    display: block;
    float: left;
    width: 20px;
    height: 20px;
    padding: 10px 16px 10px 16px;

}

.header_share_icon img {
    width: 100%;
    height: 100%;
}

.pop_email {
    line-height: 20px;
    font-size: 14px;
}

.pop_phone_code_warp {
    width: 1px;
    height: 1px;
    position: relative;
}

.pop_phone_code_img_des {
    border: solid 1px gainsboro;
    box-shadow: 0px 1px 1px 0px gainsboro;
    height: 110px;
    position: absolute;
    width: 230px;
    z-index: 10000000;
    top: 6px;
    left: -110px;
    background: white;

}

.pop_phone_code {
    width: 90px;
    height: 90px;
    padding: 10px;
    background: white;
}

.pop_phone_code_des {
    width: 120px;
    height: 75px;
    position: absolute;
    left: 115px;
    top: 0px;
    padding-top: 25px;
}

.pop_phone_code_des_title {
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    color: #333;
    text-align: left;
}

.pop_phone_code_des_content {
    text-align: left;
    line-height: 20px;
    color: #666666;
    font-size: 12px;

}

.pop_weichat {
    width: 120px;
    height: 120px;
}

.header_online_service {

    width: 120px;
    border-left: solid 1px #2e2e2e;

}

.header_online_service a {
    text-align: center;
    line-height: 40px;
    display: block;
    color: #cccccc;
    font-size: 12px;

}

.header_online_service a:hover {
    color: #aaaaaa;
}

/*已经登陆*/
.had_login_warp a {
    display: block;
}

.had_login_head {
    width: 24px;
    height: 24px;
    border: solid 1px gainsboro;
    border-radius: 20px;
    margin-top: 8px;
    float: left;
    margin-right: 10px;
    overflow: hidden;
}

.had_login_head img {
    width: 100%;
    height: 100%;
}

.had_login_name {
    color: #cccccc;
    font-size: 12px;
}

.had_login_name:hover {
    color: #aaaaaa;
}

/*已经登陆但是还没有号码*/
.user_head_red_cirle_warp {
    position: relative;
    width: 1px;
    height: 1px;
}

.user_head_red_cirle_warp1 {
    position: relative;
    width: 1px;
    height: 1px;
}

.user_head_red_cirle {
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 6px;
    left: 19px;
    top: 10px;
    background: red;
}

.user_head_red_cirle1 {
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 6px;
    left: 60px;
    top: -22px;
    background: red;
}

.weichat_login_image {
    display: block;
    float: left;
    width: 20px;
    height: 20px;
    padding: 10px;

}

.weichat_login_text {
    display: block;
    float: left;
    color: #cccccc;
}

/*已经登陆之后的下拉单*/
.login_drop_ul {
    background: gainsboro;
    width: 120px;
}

.logout {
    border-top: solid 1px #F5F5F5;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    padding-left: 10px;
    background: white;
    color: #333;
    cursor: pointer;
}

.logout:hover {
    color: #999;
}

.login_drop_li a {
    display: block;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    padding-left: 10px;
    background: white;
    color: #333;
    cursor: pointer;
}

.login_drop_li a:hover {
    height: 32px;
    line-height: 32px;
    background: black;
    color: #a2a2a2;

}

/*导航*/
.nav {
    height: 69px;
    position: fixed;
    width: 100%;
    top: 40px;
    background: white;
    border-bottom: solid 1px #cccccc;
    z-index: 9998;
}

.h_nav {
    /*height: 45px;*/
    position: fixed;
    width: 100%;
    top: 0px;
    background: white;
    border-bottom: solid 1px #cccccc;
    z-index: 9998;

}

.nav .nav_left {
    float: left;
}


.nav .nav_main_box {
    width: 1100px;
    margin: 0 auto;
    position: relative;
}


.nav .nav_right {
    float: right;
    height: 100%;
}

.nav .nav_right_li {
    float: right;
    height: 100%;
}

.nav .nav_right_li a {
    font-size: 16px;
    color: #63d5c3;
    line-height: 69px;
    display: block;
    height: 69px;
    padding-left: 14px;
    padding-right: 14px;
}

/*.h_nav .nav_right_li a {*/
/*font-size: 16px;*/
/*color: #63d5c3;*/
/*line-height: 45px;*/
/*display: block;*/
/*height: 45px;*/
/*padding-left: 20px;*/
/*padding-right: 20px;*/
/*}*/
/*.h_nav .nav_right .nav_right_li a{*/
/*line-height: 65px !important;*/
/*}*/
.nav .nav_right_li a:hover {
    color: #41b3a1;
}

.nav .nav_right_li_active > a:hover {
    /*border-bottom: solid 4px #63d5c3;*/
    /*background: #63d5c3;*/
    /*color: white;*/
}

.nav .nav_right_li_active > a {
    /*border-bottom: solid 4px #63d5c3;*/

    color: #63d5c3;
    font-weight: bold;
    font-size: 16px;
}

.nav .nav_left_logo {
    height: 50px;
    display: block;
    padding: 10px;
    width: 150px;
    margin: 3px 0 0 0;
}

.nav .nav_left_logo img {
    height: 27px;
    padding-top: 13px;
}

/*导航的下拉单*/
.city_drop_warp {
    position: absolute;
    z-index: 1000000000000000;
    top: 56px;
    left: 106px;
    width: 240px;
    padding: 0 10px;
    padding-bottom: 10px;
    box-shadow: 0px 1px 4px 1px rgba(19, 5, 9, 0.17);
    background: #FFFFFF;
}

.myhotcityjian {
    width: 0;
    height: 0;
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
    position: absolute;
    top: -4px;
    left: 126px;
    background: white;
    z-index: 99999999;
    box-shadow: -1px -1px 0px 0px rgba(19, 5, 9, 0.17);
}

.city_drop {
    height: 41px;
    line-height: 40px;
    width: 60px;
    float: left;
    font-size: 14px;
    /*border-bottom: solid 1px grey;*/
    color: #333333;
}

.city_drop:hover {
    color: #333;
}

.city_drop:hover .header_city_text {
    background: #eeeeee;

}

.city_drop:hover .header_city_icon {
    background: #444;
}

.webui-popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10000;
    display: none;
    width: 276px;
    min-height: 10px;
    padding: 1px;
    text-align: left;
    white-space: normal;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 0px solid #cccccc;
    border: 0px solid rgba(0, 0, 0, 0.2);
    border-radius: 1px;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.4);


}

.clear_header {
    height: 110px;
}


/*推荐房源与浏览历史*/
.header_build_s {
    text-align: center;
    line-height: 50px;

}

.header_build_s_login {
    text-decoration: underline;
    color: #63d5c3;
    font-size: 16px;
}

.header_build_s_text {
    font-size: 16px;
}

.header_build_title {
    height: 30px;
    width: 250px;
    padding-top: 1px;
}

.header_build_left_line {
    height: 1px;
    width: 75px;
    background: #ccc;
    display: block;
    float: left;
    margin-top: 15px;
}

.header_build_middle_text {
    width: 100px;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    color: #999;
    display: block;
    float: left;
}

.header_build_right_line {
    height: 1px;
    width: 75px;
    background: #ccc;
    display: block;
    float: right;
    margin-top: 15px;

}

.header_build_warp {
    margin-bottom: 100px;
}

.header_build_item_a {
    display: block;
    height: 94px;
    width: 250px;
    border-bottom: solid 1px gainsboro;
}

.header_build_item_a:nth-last-child(1) {
    border-bottom: none;
}

.header_build_item {
    height: 95px;
    width: 250px;
}

.header_build_left {
    padding: 10px 10px 10px 0px;
}

.header_build_left {
    width: 75px;
    height: 75px;
}

.header_build_left img {
    width: 100%;
    height: 100%;
}

.header_build_right {
    padding: 10px 10px 10px 0px;
    width: 154px;

}

.header_build_name {
    height: 36px;
    overflow: hidden;
    font-size: 14px;
    line-height: 18px;
    width: 160px;
    color: #333333;
}

.header_build_address {
    font-size: 12px;
    width: 160px;
    height: 20px;
    overflow: hidden;
    color: #999999;
}

.header_build_price_warp {
    width: 160px;
    height: 20px;
}

.header_build_price {
    color: #63d5c3;
    font-size: 13px;
}

.header_build_price_unit {
    color: #63d5c3;
    font-size: 13px;
}


.nav .nav_right_li .nav_right_li_publish_a {
    border: solid 1px #63d5c3;
    border-radius: 4px;
    height: 40px;
    line-height: 40px;
    margin-top: 10px;
    margin-right: 10px;
}

/*.h_nav .nav_right_li .nav_right_li_publish_a{*/
/*border: solid 1px #63d5c3;*/
/*border-radius: 4px;*/
/*height: 34px;*/
/*line-height: 34px;*/
/*margin-top: 4px;*/
/*margin-right: 10px;*/
/*}*/

.landlord_ul {
    display: none;
}

#landlord a {
    cursor: pointer;
}

#landlord {
    position: relative;
}

.landlord_ul {
    position: absolute;
    left: 0px;
    top: 70px;
    z-index: 99999;
    background: #fff;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.6);
    height: 45px;
}

/*.h_nav .landlord_ul{*/
/*top:45px !important;*/
/*}*/

.landlord_ul .landlord_ul_li a {
    height: 45px;
    line-height: 45px;

}


.landlord_ul .landlord_ul_li a:hover {
    background: #63d5c3 !important;
    color: #fff !important;
}

.LR_Mini_ICON, #mainContent, #chatwrap, #LRMINIBar1, #LRdiv2, #LRdiv3, .msg-box, body, html {
    font-family: Source Han Sans, Source Han Sans-CN, Microsoft YaHei, MicrosoftYaHei, 微软雅黑, Arial, PingFang SC, SimHei, Helvetica, sans-serif !important;
}

.minNavStyle {
    width: 70px;
    text-align: center;
}

.minNavStyle2 {
    width: 55px;
}

.minNavStyle a {
    color: #cccccc;
    display: block;
    font-size: 12px;
}

.minNavStyle a:hover {
    color: #aaaaaa;
}

.search_warp {
    padding: 16px 0;
}

.search_btn_warp {
    background: lightblue;
    float: right;
    width: 1px;
    height: 1px;
}

.search_btn {
    width: 1px;
    height: 1px;
    position: relative;
}

.search_inp {
    height: 36px;
    border-radius: 5px;
    display: block;
    width: 350px;
    font-size: 16px;
    padding: 0px 18px 0px 18px;
    background: #f5f5f5;
    line-height: 40px;
    border: 1px solid rgb(99, 213, 195);
    color: #666666;
}

.search_btn_img {
    position: absolute;
    top: -36px;
    left: -48px;
    width: 38px;
    height: 38px;
    cursor: pointer;
    border-radius: 20px;
}

.search_btn_img .i_search_btn_img {
    width: 20px;
    height: 20px;
    padding: 8px;
    display: block;
}

#search_inp_tips_warp_ul .type {
    float: left;
    width: 10%;
    text-align: center;
    margin: 0 20px 0 0;
}

#search_inp_tips_warp_ul .name {
    float: left;
    width: 55%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#search_inp_tips_warp_ul .digest{
    float: right;
    width: 25%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
    font-size: 12px;
    color: #999999;
}


.i_search_inp_tips_warp {
    padding: 8px 5px;
    position: absolute;
    width: 375px;
    box-shadow: 1px 1px 4px 1px gainsboro;
    left: 1px;
    z-index: 9;
    top: 2px;
    background-color: #fff;
}


.search_btn_warp {
    background: lightblue;
    float: right;
    width: 1px;
    height: 1px;
}

.search_btn {
    width: 1px;
    height: 1px;
    position: relative;
}

.search_btn_img {
    position: absolute;
    top: -36px;
    left: -48px;
    width: 38px;
    height: 38px;
    cursor: pointer;
    border-radius: 20px;
}

.search_btn_img .i_search_btn_img {
    width: 20px;
    height: 20px;
    padding: 8px;
    display: block;
}

.search_btn_img .i_search_btn_img_active {
    width: 20px;
    height: 20px;
    padding: 8px;
    display: none;
}

.search_btn_img:hover .i_search_btn_img_active {
    width: 20px;
    height: 20px;
    padding: 8px;
    display: block;
}

.search_btn_img:hover .i_search_btn_img {
    width: 20px;
    height: 20px;
    padding: 8px;
    display: none;
}

.search_inp_tips_warp {
    background: lightblue;
    position: relative;
    width: 1px;
    height: 0px;
}


.i_search_inp_tips_warp_no_shadow {
    box-shadow: none;
}

.inp_tips_item {
    font-size: 16px;
    line-height: 36px;
    height: 35px;
    padding-left: 4px;
    cursor: pointer;
    border-bottom: solid 1px #f1f1f1;
    color: #666666;
    background: white;
    cursor: pointer;
    padding-left: 10px;
}

.inp_tips_item:hover {
    background: #f9f9f9;
}

#search_inp_tips_warp_ul li {
    height: 16px;
    padding: 5px 14px;
    font-size: 13px;
    line-height: 18px;
    color: #666666;
}

#search_inp_tips_warp_ul li.active{
    background: rgba(247, 249, 255, 1);
    cursor: pointer;
}

#search_inp_tips_warp_ul .search_box_res_item_top_tag {
    border-radius: 12px;
    color: white;
}

#search_inp_tips_warp_ul .img_b_tag_green {
    background: #63d5c3;
}

#search_inp_tips_warp_ul .img_b_tag_blue {
    background: #3399FF;
}

#search_inp_tips_warp_ul .img_b_tag_pink {
    background: #fda3c3;
}





