/*页面公共样式*/
@charset "utf-8";

/*公共样式*/
body{
    font-size:12px;
    font-family:"微软雅黑";
}
*{
    margin: 0;
    padding: 0;
}
ol li,ul li{
    list-style-type: none;
}
img{
    border:none;
    display: block;
}
input,select{
    border: none;
    background:none;
    outline: none;
    box-sizing: border-box;
}
h1,h2,h3,h4,h5,h6,strong{
    font-weight:normal;
}
a{
    text-decoration:none;
}
.clearFix{
    zoom: 1;
}
.clearFix:after{
    display: block;
    content: '';
    clear: both;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.w1200{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
/*公共样式 end*/

/*头部样式*/
.header{
    width: 100%;
    height: 80px;
}
.header .logo{
    width: 185px;
    height: 54px;
    text-indent: -9999em;
    background: url("../images/header_logo.png") no-repeat center;
    margin-top: 14px;
}
.header .nav_bar{
    margin-left: 335px;
    padding-top: 40px;
}
.header .nav_bar li{
    margin: 0 5px;
    float: left;
}
.header .nav_bar li a{
    padding: 0 20px;
    font-size: 16px;
    font-weight: bold;
    color: #565656;
    line-height: 100%;
}
.header .nav_bar li:hover a{
    color: #662680;
}
.header .nav_bar li.hot{
    position: relative;
}
.header .nav_bar li.hot span{
    width: 38px;
    height: 25px;
    background: url("../images/header_lebel.png") no-repeat center;
    position: absolute;
    top: -28px;
    left: 85px;
}
.header .tel400{
    font-size: 20px;
    font-weight:bold;
    line-height: 24px;
    color: #662680;
    height: 26px;
    padding:0 13px 0 30px;
    margin-top: 30px;
    background: url("../images/header_phone_400.png") no-repeat left;
}

/*头部样式 end*/

/*底部样式*/
.footer{
    width: 100%;
    height: 130px;
    background: #ececec;
}
.footer .footer_cont{
    padding-top: 30px;
}
.footer p{
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #000;
}
/*底部样式 end*/

/*页面持续弹出框*/
.continue_layer{
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
    z-index: 9999;
}
.continue_layer .continue_box{
    width: 800px;
    height: 400px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -200px 0 0 -400px;
    background: #fff;
    overflow: hidden;
}
.continue_layer .continue_close{
    width: 28px;
    height: 28px;
    position: absolute;
    top: 5px;
    right: 6px;
    background: url("../images/continue_close.jpg") no-repeat center;
    cursor: pointer;
}
.continue_layer .btn_box{
    width: 82px;
    height: 82px;
    position: absolute;
    left: 50%;
    top: 156px;
    margin-left: -51px;
    border: 10px solid #fbab31;
    border-radius: 50%;
    cursor: pointer;
}
.continue_layer .btn_box .turn{
    width: 100%;
    height: 100%;
    position: absolute;
    left: -10px;
    top: -10px;
    border-radius: 50%;
    border: 10px solid rgba(0,0,0,0);
    border-top: 10px solid #ff660a;
    transform:rotateZ(45deg);
    animation: turn 2s ease-out infinite;
}
@keyframes turn {
    0%{
        transform:rotateZ(45deg);
    }
    25%{
        transform:rotateZ(135deg);
    }
    50%{
        transform:rotateZ(225deg);
    }
    75%{
        transform:rotateZ(315deg);
    }
    100%{
        transform:rotateZ(405deg);
    }
}
.continue_layer .btn_box .btn{
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 23px;
    color: #e85d00;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 3px;
    padding-top: 18px;
    box-sizing: border-box;
    border-radius: 50%;
    background: url("../images/btn_bg.png") no-repeat center;
}
.continue_layer .box_left{
    width: 399px;
    height: 330px;
    border-right: 1px solid #d2d2d2;
    position: absolute;
    top: 44px;
    left: 0;
}
.continue_layer .box_left .user_data{
    width: 300px;
    margin-left: 40px;
}
.continue_layer .box_left .user_data .title{
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-size:28px;
    font-weight: bold;
    color: #1d1d1d;
    background: url("../images/counter.png") no-repeat 32px center;
}
.continue_layer .box_left .user_data .yet_msg{
    font-size: 18px;
    text-align: center;
    line-height: 100%;
    color: #1d1d1d;
    margin: 9px auto 19px;
}
.continue_layer .box_left .user_data .form{
    width: 100%;
    height: 186px;
    position: relative;
}
.continue_layer .box_left .user_data .form input{
    box-sizing: border-box;
    width: 100%;
    height: 38px;
    font-size: 14px;
    border: 1px solid #d2d2d2;
    line-height: 38px;
    padding-left: 11px;
    position: absolute;
    left: 0;
    outline: none;
}
.continue_layer .box_left .user_data .form .area{
    top: 151px;
    background: url("../images/m2.png") no-repeat 270px;
}
.continue_layer .box_left .user_data .form .tel{
    bottom: 0;
}
.continue_layer .box_left .user_data .form select{
    box-sizing: border-box;
    height: 38px;
    font-size: 14px;
    border: 1px solid #d2d2d2;
    line-height: 38px;
    position: absolute;
    outline: none;
}
.continue_layer .box_left .user_data .form .bedroom,.box_left .user_data .form .hall{
    width: 146px;
    top: 50px;
}
.continue_layer .box_left .user_data .form .bedroom{
    left: 0;
}
.continue_layer .box_left .user_data .form .hall{
    right: 0;
}
.continue_layer .box_left .user_data .form .kitchen,.box_left .user_data .form .lavatory,.box_left .user_data .form .balcony{
    width: 95px;
    top: 98px;
}
.continue_layer .box_left .user_data .form .kitchen{
    left: 0;
}
.continue_layer .box_left .user_data .form .lavatory{
    left:102px;
}
.continue_layer .box_left .user_data .form .balcony{
    right: 0;
}
.continue_layer .box_left .user_data .yet_msg span{
    color: #ff8400;
}
.continue_layer .box_right{
    width: 400px;
    height: 330px;
    position: absolute;
    top: 44px;
    right: 0;
}
.continue_layer .box_right .postmark{
    width: 59px;
    height: 59px;
    position: absolute;
    top: 75px;
    right: 15px;
    background: url("../images/postmark.png") no-repeat center;
    transform:rotateZ(25deg);
}
.continue_layer .box_right .budget{
    width: 300px;
    margin-left: 59px;
    padding-top: 13px;
}
.continue_layer .box_right .budget_show{
    height: 43px;
}
.continue_layer .box_right .budget_show .txt{
    font-size: 18px;
    line-height: 43px;
    color: #333333;
    padding-left: 12px;
}
.continue_layer .box_right .budget_show .num{
    width: 130px;
    height: 43px;
    background: #e8e8e8;
    border-radius: 2px;
    overflow: hidden;
}
.continue_layer .box_right .budget_show .num .num_box{
    width: 113px;
    height: 27px;
    padding: 6px 0 0 6px;
    margin: 4px auto 0;
    border: 1px solid #535353;
    border-radius: 2px;
    background: url("../images/rmb.png") no-repeat 101px 19px #e9e9e5;
}
.continue_layer .box_right .budget_show .num .num_box span{
    width: 14px;
    height: 24px;
    margin-right: 2px;
    background: url("../images/8.png") no-repeat center;
}
.continue_layer .box_right .budget .stages{
    width: 298px;
    height: 147px;
    border-radius: 5px;
    border: 1px solid #c9c9c9;
    margin-top: 32px;
}
.continue_layer .box_right .budget .stages .top{
    font-size: 18px;
    color: #333;
    line-height: 100%;
    text-align: center;
    margin: 8px auto 14px;
}
.continue_layer .box_right .budget .stages .stages_show{
    width: 155px;
    height: 40px;
    border-radius: 5px;
    text-align: center;
    background: #d2d2d2;
    box-shadow: 5px 5px 5px #aba9a9;
    margin: 0 auto;
}
.continue_layer .box_right .budget .stages .stages_show .stages_num{
    font-size: 24px;
    color: #eb6100;
    line-height: 40px;
    font-weight: bold;
}
.continue_layer .box_right .budget .stages .stages_show .unit{
    font-size: 12px;
    line-height: 32px;
    padding-left: 3px;
}
.continue_layer .box_right .budget .stages .stages_choice{
    height: 40px;
    margin-top: 17px;
}
.continue_layer .box_right .budget .stages .stages_choice p{
    font-size: 24px;
    color: #000;
    line-height: 40px;
    padding-left: 16px;
}
.continue_layer .box_right .budget .stages .stages_choice .option{
    width: 40px;
    height: 40px;
    font-size: 14px;
    border-radius: 50%;
    background: #e6e6e6;
    text-align: center;
    line-height: 40px;
    box-shadow: 5px 5px 5px #aba9a9;
    margin: 0 6px;
    cursor: pointer;
}
.continue_layer .box_right .budget .stages .stages_choice .option.on{
    background: #fbab31;
    color: #fff;
}
.continue_layer .box_right .budget .consult{
    width: 300px;
    height: 66px;
    margin-top: 15px;
    background: url("../images/consult.jpg") no-repeat center;
    cursor: pointer;
}
/*页面持续弹出框 end*/


/*底部跟屏样式 star*/
.bottom_follow_layer{
    display: none;
    width: 100%;
    height: 120px;
    background: rgba(0,0,0,.8);
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 1000;
}
.bottom_follow_layer .follow_cont{
    height: 100%;
    position: relative;
    overflow: visible;
}
.bottom_follow_layer .follow_cont .cont_title{
    width: 298px;
    height: 95px;
    position: absolute;
    top: 14px;
    left: 18px;
    background: url("../images/bottom_follow_1.png") no-repeat center;
}
.bottom_follow_layer .follow_cont .hand{
    width: 61px;
    height: 45px;
    position: absolute;
    top: 40px;
    left: 349px;
    background: url("../images/bottom_follow_2.png") no-repeat center;
    animation: hand 950ms linear infinite ;
}
@keyframes hand {
    0%{
        left: 349px;
    }
    50%{
        left: 385px;
    }
    100%{
        left: 349px;
    }
}
.bottom_follow_layer .follow_cont .apply_box{
    width: 458px;
    height: 95px;
    position: absolute;
    top: 12px;
    left: 470px;
}
.bottom_follow_layer .follow_cont .apply_box input{
    width: 223px;
    height: 42px;
    outline: none;
    box-sizing: border-box;
    padding-left: 42px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size: 16px;
    border: none;
    position: absolute;
}
.bottom_follow_layer .follow_cont .apply_box .user{
    left: 0;
    top: 0;
    background: url("../images/bottom_follow_uesr.png") no-repeat 12px #fff;
}
.bottom_follow_layer .follow_cont .apply_box .area{
    left: 0;
    bottom: 0;
    background: url("../images/bottom_follow_area.png") no-repeat 10px , url("../images/bottom_follow_m.png") no-repeat 195px #fff;
}
.bottom_follow_layer .follow_cont .apply_box .tel{
    right: 0;
    top: 0;
    background: url("../images/bottom_follow_tel.png") no-repeat 12px #fff;
}
.bottom_follow_layer .follow_cont .apply_box .btn{
    width: 223px;
    height: 42px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: absolute;
    font-size: 20px;
    background: #fff100;
    text-align: center;
    line-height: 42px;
    right: 0;
    bottom: 0;
    cursor: pointer;
}
.bottom_follow_layer .follow_cont .apply_box .btn span{
    font-size: 16px;
    color: #000000;
    font-weight: bold;
    letter-spacing: 5px;
}
.bottom_follow_layer .follow_cont .cont_right{
    width: 236px;
    height: 75px;
    position: absolute;
    top: 22px;
    right: 17px;
    background: url("../images/bottom_follow_3.png") no-repeat center;
}
.bottom_follow_layer .follow_cont .cont_close{
    width: 39px;
    height: 55px;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: -42px;
    background: url("../images/bottom_follow_close.png") no-repeat center;
}
.bottom_follow_layer .cont_show{
    display: none;
    width: 294px;
    height: 158px;
    cursor: pointer;
    background: url("../images/bottom_follow_show.png") no-repeat center;
    position: absolute;
    right: 0;
    bottom: 0;
}
/*底部跟屏样式 end*/

/*提示弹框*/
.hint_layer{
    height: 50px;
    background: rgba(0,0,0,.8);
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 10px;
    display: none;
    z-index: 999999;
}
.hint_layer .show_text{
    padding: 0 30px;
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    color: #fff;
}
/*提示弹框 end*/