/*页面公共样式*/
@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 {
    background: url(../images/header_logo.png) no-repeat center;
    width: 306px;
    height: 61px;
    text-indent: -9999em;
    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: 980px;
    height: 360px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -180px 0 0 -490px;
    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 {
    position: absolute;
    width: 134px;
    height: 138px;
    top: 50%;
    left: 50%;
    margin: -69px 0 0 -67px;
    display: block;
    cursor: pointer;
    background: #fff url(//s1.17house.com/newweb/pc/common/images/ico-line-btn.png) no-repeat;
}

.continue_layer .btn_box .btn {
    position: absolute;
    color: #fff;
    display: inline-block;
    width: 40px;
    height: 90px;
    top: 0px;
    left: 25px;
    cursor: pointer;
    font-size: 15px;
    margin: 25px 0 0 25px;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.continue_layer .btn_box .btn:before {
    content: " ";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -45px 0 0 -45px;
    width: 90px;
    height: 90px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #ff6d15;
    z-index: 2;
}
.continue_layer .btn_box .btn>p {
    position: relative;
    top: 50%;
    left: 50%;
    margin: -22px 0 0 -22px;
    font-size: 16px;
    color: #fff;
    width: 44px;
    height: 44px;
    text-align: center;
    cursor: pointer;
    z-index: 3;
}
.continue_layer .btn_box .btn:after {
    content: " ";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -55px 0 0 -55px;
    width: 110px;
    height: 110px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fdcc9a;
    z-index: 1;
    -webkit-animation: scale-three2 1.5s ease infinite;
    -moz-animation: scale-three2 1.5s ease infinite;
    -o-animation: scale-three2 1.5s ease infinite;
    animation: scale-three2 1.5s ease infinite;
    animation-fill-mode: both;
}
@keyframes scale-three2{
    0%{transform: scale(1);opacity: .8}
    100%{transform: scale(1.3);opacity: 0}
}
@-webkit-keyframes scale-three2{
    0%{-webkit-transform: scale(1);opacity: .7}
    100%{-webkit-transform: scale(1.3);opacity: 0}
}
@-moz-keyframes scale-three2{
    0%{-moz-transform: scale(1);opacity: .7}
    100%{-moz-transform: scale(1.3);opacity: 0}
}
@-o-keyframes scale-three2{
    0%{-o-transform: scale(1);opacity: .7}
    100%{-o-transform: scale(1.3);opacity: 0}
}
.continue_layer .box_left {
    width: 410px;
    height: 300px;
    padding: 30px 40px;
    position: absolute;
    top: 0;
    left: 0;
    border-right: 1px solid #CCC;
}

.continue_layer .box_left .user_data .title {
    font-size: 20px;
    color: #333;
    font-weight: 100;
}

.continue_layer .box_left .user_data .title > span {
    margin-left: 10px;
    color: #f36f20;
    font-size: 12px;
}

.continue_layer .box_left .user_data .form {
    width: 100%;
    height: 186px;
    margin-top: 30px;
    position: relative;
}

.continue_layer .box_left .user_data .form .input_line {
    height: 38px;
    line-height: 38px;
}

.continue_layer .box_left .user_data .form .input_line > dt {
    position: relative;
    float: left;
    color: #333;
    width: 100px;
    font-size: 16px;
    height: 36px;
    overflow: hidden;
}

.continue_layer .box_left .user_data .form .input_line > dd {
    position: relative;
    float: left;
    color: #999;
    width: 250px;
    font-size: 14px;
    height: 36px;
}

.continue_layer .box_left .user_data .form .input_line .inp {
    display: block;
    color: #999;
    line-height: 36px;
    height: 36px;
    border: 1px solid #ececec;
    padding: 0 6px;
    box-sizing: inherit;
}

.continue_layer .box_left .user_data .form .input_line .city_btn {
    position: relative;
    width: 250px;
    height: 38px;
    line-height: 38px;
    cursor: pointer;
}

.continue_layer .box_left .user_data .form .input_line .city_btn .city_inp {
    width: 110px;
    background-color: #fff;
    color: #666;
}

.continue_layer .box_left .user_data .form .input_line .city_btn .jiao_1,
.continue_layer .box_left .user_data .form .input_line .city_btn .jiao_2 {
    position: absolute;
    top: 16px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 10px solid #ddd;
}

.continue_layer .box_left .user_data .form .input_line .city_btn .jiao_1 {
    left: 104px;
}

.continue_layer .box_left .user_data .form .input_line .city_btn .jiao_2 {
    right: 8px;
}

.continue_layer .box_left .user_data .form em {
    float: right;
    font-size: 24px;
    color: #fe5f00;
    font-family: Arial;
    margin-top: 5px;
    padding-right: 10px;
}

.continue_layer .box_left .user_data .form .mt14 {
    margin-top: 20px;
}

.continue_layer .box_left .user_data .form .input_line .abs-pingmi {
    position: absolute;
    right: 5px;
    top: 0;
    font-size: 14px;
    color: #666;
    z-index: 1;
}

.continue_layer .box_left .user_data .form .area {
    width: 234px;
}

.continue_layer .box_left .user_data .form .tel {
    width: 234px;
}

.continue_layer .box_left .user_data .yet_msg span {
    color: #ff8400;
}

.continue_layer .box_right {
    width: 400px;
    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 {
    color: #333;
    line-height: 1;
    font-size: 18px;
    font-family: '微软雅黑';
}

.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;
    margin: 0 auto;
}

.continue_layer .box_right .budget .stages .stages_show p{
    margin-top: 20px;
    margin-bottom: 20px;
}


.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*/

