@charset "UTF-8";

/*banner*/
.jwrap {
    width: 100%;
    min-width: 1190px;
    overflow: hidden;
}

.index_above_dist {
    position: relative;
    width: 1190px;
    margin: 0 auto 12px;
}

.banner_zx_box {
    position: relative;
    width: 270px;
    height: 505px;
    z-index: 9
}

.banner_intro_dist {
    position: relative;
    width: 1920px;
    height: 505px;
    margin: -505px 0 0 -365px;
}

.banner_intro_dist_l {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.banner_slide_wrap {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    float: left;
    background: #f8f8f8;
}

.banner_slide_wrap ul {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.banner_slide_wrap ul li {
    position: absolute;
    float: left;
    width: 1920px;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity:0);
}

.banner_slide_wrap ul li:first-child {
    opacity: 1;
    filter: alpha(opacity:100)
}

.banner_slide_wrap ol {
    position: absolute;
    width: auto;
    height: 9px;
    left: 50%;
    bottom: 8px;
    text-align: center;
    font-size: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.banner_slide_wrap ol li {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #fff;
    margin-right: 8px;
    display: inline-block;
    float: left
}

.banner_slide_wrap ol li.cur {
    background: #d00
}

.banner_slide_wrap>span {
    position: absolute;
    top: 217px;
    width: 40px;
    height: 70px;
    background: url(https://ued.jia.com/image/jiahome/2015/slide_btn_bg.png) left top no-repeat;
    display: none;
    cursor: pointer
}

.banner_prev_btn {
    left: 0
}

.banner_prev_btn:hover {
    background-position: -40px 0
}

.banner_slide_wrap .banner_next_btn {
    right: 0;
    background-position: -40px -70px
}

.banner_slide_wrap .banner_next_btn:hover {
    background-position: left bottom
}

.banner_zx_mask {
    position: absolute;
    z-index: 3;
    left: 0;
    top: 0;
    width: 270px;
    height: 100%;
    background: #000;
    opacity: .7;
    filter: alpha(opacity:70);
}

.banner_zx_dist {
    position: relative;
    z-index: 5;
    height: 100%;
    width: 270px;
    background: transparent;
}

.banner_zx_type_wrap p {
    font-size: 30px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-family: "Microsoft YaHei";
}

.banner_zx_type_wrap .banner_zx_form_text {
    font-size: 16px;
    color: #fff;
    line-height: 26px;
}

.banner_zx_type,
.banner_zx_type_wrap {
    width: 100%;
    font-size: 0;
}

.banner_zx_type {
    padding-top: 32px;
}

.banner_zx_form_text em {
    margin-right: 4px;
    color: #ee2d1b;
}

.banner_zx_form_wrap {
    width: auto;
    padding: 30px 30px 0;
    margin: 0 auto;
}

.banner_zx_form_wrap form {
    position: relative;
    z-index: 9;
    width: 100%;
    height: auto;
}

.banner_zx_form_wrap .banner_zx_input {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 38px;
    margin-bottom: 7px;
}

.banner_zx_input label {
    position: absolute;
    height: 36px;
    line-height: 36px;
    left: 12px;
    top: 0;
    color: #999;
}

.banner_area_unit {
    position: absolute;
    right: 10px;
    height: 34px;
    line-height: 34px;
    top: 0
}

.banner_zx_form_wrap .code-box {
    position: absolute;
    right: 10px;
    top: 8px;
    line-height: 22px;
    font-size: 0;
}

.banner_zx_form_wrap .code-img {
    display: inline-block;
    width: 50px;
    height: 22px;
    vertical-align: top;
    cursor: pointer;
}

.banner_zx_form_wrap .change-code {
    display: inline-block;
    margin-left: 12px;
    font-size: 12px;
    color: #1C8BD5;
    cursor: pointer;
    vertical-align: top;
}

.banner_zx_form_wrap .banner_zx_input input {
    width: 175px;
    height: 22px;
    line-height: 22px;
    border-radius: 0;
    padding: 7px 23px 7px 10px;
    color: #666;
    border: 1px solid #e4e4e4;
    font-family: "Microsoft YaHei";
}

.banner_zx_form_wrap .banner_zx_input input:focus {
    border-color: #fe6968
}

.banner_huxing_wrap {
    width: 275px
}

.banner_huxing_wrap .banner_huxing_solo {
    position: relative;
    float: left;
    width: 65px;
    height: 36px;
    line-height: 36px;
    margin-right: 5px;
    text-indent: 12px;
    border-radius: 0;
    border: 1px solid #e4e4e4;
    background: #fff;
    cursor: pointer
}

.banner_huxing_wrap .banner_huxing_solo>em {
    position: absolute;
    width: 9px;
    height: 5px;
    background: url(https://fastued2.jia.com/image/jiahome/service_item.png) -37px -178px;
    right: 10px;
    top: 16px;
    -webkit-transition: -webkit-transform linear 0.3s;
    -webkit-transform-origin: 50% 50%;
    -moz-transition: -moz-transform linear 0.3s;
    -moz-transform-origin: 50% 50%;
    -ms-transition: -ms-transform linear 0.3s;
    -ms-transform-origin: 50% 50%;
    transition: transform linear 0.3s;
    transform-origin: 50% 50%;
}

.banner_huxing_wrap .banner_huxing_solo ul {
    display: none;
    background: #fff;
    border: 1px solid #e4e4e4;
    border-top: none;
    position: absolute;
    left: -1px;
    top: 34px;
    width: 100%;
    z-index: 2;
    overflow: hidden
}

.banner_huxing_wrap .banner_huxing_solo ul li {
    height: 34px;
    line-height: 34px;
    width: 100%
}

.banner_huxing_wrap .banner_huxing_solo ul li a {
    text-indent: 12px;
    display: block;
    width: 100%;
    height: 100%
}

.banner_huxing_wrap .banner_huxing_solo ul li a:hover {
    background: #eee
}

.banner_huxing_wrap .banner_huxing_solo.on>em {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2)
}

.banner_huxing_wrap .banner_huxing_solo.on ul {
    display: block
}

.banner_form_err_tip {
    display: none;
    padding-bottom: 3px;
    font-size: 14px;
    line-height: 13px;
    color: #d00;
}

.banner_form_err_tip .iconfont {
    font-size: 16px;
    margin-right: 5px;
    color: #d00;
}

.banner_user2know {
    margin-right: -3px;
    font-size: 12px;
    color: #fff;
    margin-top: 10px;
    /* line-height: 40px; */
    font-family: "Microsoft YaHei"
}
.b_Full_Column .banner_user2know{padding-left: 120px;}

.banner_user2know i {
    display: inline-block;
    width: 13px;
    height: 13px;
    background: url(https://fastued3.jia.com/image/jiahome/index-icons.png) -40px -40px no-repeat;
    vertical-align: middle;
    margin: -2px 4px 0 0;
    cursor: pointer;
}
.b_Full_Column .user_agreement.on{background-position: -24px -40px;}
.banner_user2know a {
    color: #fff;
    font-family: "Microsoft YaHei";
}

.banner_user2know a:hover {
    color: #d00;
    text-decoration: underline;
}

.banner_user2know .userCheck.on {
    background-position: -24px -40px;
}

.banner_obtain_btn {
    display: block;
    width: 210px;
    height: 45px;
    line-height: 45px;
    margin: 10px auto 0;
    color: #fff;
    font-size: 24px;
    text-align: center;
    background: #ee2d1b;
    font-family: "Microsoft YaHei";
}

.banner_obtain_btn:hover {
    color: #fff
}

.banner_serve_num {
    padding-top: 30px;
}

.banner_serve_num .serve_num {
    width: 218px;
    padding: 0;
    margin: 0 auto;
    line-height: 26px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    font-family: "微软雅黑";
}

.banner_serve_num .serve_num i {
    display: inline-block;
    height: 18px;
    line-height: 18px;
    width: 16px;
    margin-right: 2px;
    font-size: 16px;
    text-align: center;
    color: #ee2d1b;
    font-style: normal;
    border: 0 none;
    border-radius: 0;
    background: #fff;
}

.banner_serve_num .serve_num span {
    padding: 0 6px
}


/*城市*/
.city_select_pop {
    display: none;
    position: fixed;
    left: 0;
    top: 36px;
    z-index: 100000;
    width: 360px;
    background: #fff;
    border: 1px solid #fe6968;
}

.city_select_pop dt {
    float: left;
    width: 60px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    background: #fe6968;
}

.city_select_pop dd {
    float: left;
    width: 265px;
}

.city_select_pop a {
    display: inline-block;
    margin-left: 10px;
}

.city_select_pop dl {
    margin: 10px 0px 10px 20px;
}

/*入口*/
.portal-wrap {
    width: 1190px;
    margin: 35px auto 0;
}

.portal-wrap ul {
    margin-right: -15px;
}

.portal-wrap li {
    float: left;
    width: 204px;
    height: 174px;
    padding: 12px 10px;
    margin-right: 15px;
    border: 1px solid #eee;
    border-radius: 2px;
}

.portal-wrap .skip {
    display: block;
}

.portal-wrap .title {
    position: relative;
    padding-left: 49px;
    font-size: 24px;
    color: #333;
    font-weight: bold;
    line-height: 40px;
}

.portal-wrap .title i {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    background: url(https://fastued3.jia.com/image/jiahome/index-icons.png) 0 0 no-repeat;
}

.portal-wrap .title em {
    position: absolute;
    right: 3px;
    top: 10px;
    width: 19px;
    height: 19px;
    background: url(https://fastued3.jia.com/image/jiahome/index-icons.png) 0 -40px no-repeat;
}

.portal-wrap .title .pos1 {
    background-position: 0 0;
}

.portal-wrap .title .pos2 {
    background-position: -40px 0;
}

.portal-wrap .title .pos3 {
    background-position: -80px 0;
}

.portal-wrap .title .pos4 {
    background-position: -120px 0;
}

.portal-wrap .title .pos5 {
    background-position: -160px 0;
}

.portal-wrap .title .pos6 {
    background-position: -200px 0;
}

.portal-wrap .info {
    padding-left: 10px;
    margin-top: 6px;
    font-size: 14px;
    color: #555;
    line-height: 21px;
}

.portal-wrap .portal-btn {
    display: block;
    width: 164px;
    margin: 22px auto 0;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #ff4c53;
    border: 1px solid #ff4c53;
    background: #fff4f5;
    border-radius: 30px;
}

.mr0 {
    margin-right: 0 !important;
}

/*弹窗*/
.portal-popup-mask {
    display: none;
    position: fixed;
    z-index: 99998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.portal-popup {
    display: none;
    position: fixed;
    z-index: 99999;
    width: 384px;
    padding: 50px;
    background: #fff;
}

.portal-popup .close {
    position: absolute;
    right: 13px;
    top: 15px;
    width: 26px;
    height: 27px;
    background: url(https://fastued3.jia.com/image/jiahome/index-icons.png) -60px -40px no-repeat;
    cursor: pointer;
}

.portal-popup .title {
    font-size: 25px;
    color: #000;
    text-align: center;
    line-height: 30px;
}

.portal-popup .title-add {
    margin-top: 13px;
    text-align: center;
    font-size: 14px;
    color: #999;
    line-height: 20px;
}

.portal-popup .title-add em {
    margin: 0 4px;
    color: #ee2d1b;
}

.portal-popup .form-box {
    padding-top: 42px;
}

.portal-popup .form-box .input-box {
    position: relative;
    padding: 6px 16px;
    margin-bottom: 20px;
    font-size: 14px;
    border-bottom: 1px solid #bbb;
}

.portal-popup .form-box .input-box .line1,
.portal-popup .huxing-row .line1 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 1px;
    height: 10px;
    background: #bbb;
}

.portal-popup .form-box .input-box .line2,
.portal-popup .huxing-row .line2 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 1px;
    height: 10px;
    background: #bbb;
}

.portal-popup .form-box label {
    position: absolute;
    height: 32px;
    line-height: 32px;
    left: 16px;
    top: 0;
    color: #bbb;
}

.portal-popup .form-box input {
    display: block;
    width: 100%;
    height: 20px;
    line-height: 20px;
    color: #333;
    font-family: "Microsoft YaHei";
}

.portal-popup .form-box .input-box [name='city'] {
    cursor: pointer;
}

.portal-popup .form-box .unit {
    position: absolute;
    top: 0;
    right: 10px;
    height: 32px;
    line-height: 32px;
}

.portal-popup .form-box .code-box {
    position: absolute;
    right: 10px;
    top: 5px;
    line-height: 22px;
    font-size: 0;
}

.portal-popup .form-box .code-img {
    display: inline-block;
    width: 50px;
    height: 22px;
    vertical-align: top;
    cursor: pointer;
}

.portal-popup .form-box .change-code {
    display: inline-block;
    margin-left: 12px;
    font-size: 12px;
    color: #1C8BD5;
    cursor: pointer;
    vertical-align: top;
}

.portal-popup .huxing-box {
    margin-bottom: 20px;
}

.portal-popup .huxing-row {
    position: relative;
    float: left;
    width: 94px;
    height: 40px;
    line-height: 40px;
    padding-left: 16px;
    margin-right: 27px;
    border-bottom: 1px solid #bbb;
    background: #fff;
    cursor: pointer
}

.portal-popup .huxing-item {}

.portal-popup .huxing-row .arrow,
.portal-popup .input-box .arrow {
    position: absolute;
    right: 22px;
    top: 16px;
    width: 9px;
    height: 7px;
    background: url(https://fastued3.jia.com/image/jiahome/index-icons.png) -92px -40px;
    -webkit-transition: -webkit-transform linear 0.3s;
    -webkit-transform-origin: 50% 50%;
    -moz-transition: -moz-transform linear 0.3s;
    -moz-transform-origin: 50% 50%;
    -ms-transition: -ms-transform linear 0.3s;
    -ms-transform-origin: 50% 50%;
    transition: transform linear 0.3s;
    transform-origin: 50% 50%;
}

.sheji-popup.portal-popup .input-box .arrow {
    right: 11px;
    top: 13px;
}

.portal-popup .huxing-row.on .arrow,
.portal-popup .input-box.on .arrow {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2)
}

.portal-popup .huxing-row ul {
    display: none;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 100%;
    right: 0;
    background: #fff;
    border: 1px solid #bbb;
}

.portal-popup .huxing-row.on ul {
    display: block
}

.portal-popup .huxing-row li {
    height: 32px;
    line-height: 32px;
}

.portal-popup .huxing-row a {
    text-indent: 12px;
    display: block;
    width: 100%;
    height: 100%
}

.portal-popup .huxing-row a:hover {
    background: #eee
}

.portal_err_tip {
    display: none;
    margin-top: 8px;
    padding-bottom: 3px;
    font-size: 14px;
    line-height: 13px;
    color: #d00;
}

.portal_err_tip .iconfont {
    font-size: 16px;
    margin-right: 5px;
    color: #d00;
}

.portal_user2know {
    margin-top: 5px;
    font-size: 14px;
    color: #7b7b7b;
    line-height: 40px;
    font-family: "Microsoft YaHei"
}

.portal_user2know i {
    display: inline-block;
    width: 13px;
    height: 13px;
    background: url(https://fastued3.jia.com/image/jiahome/index-icons.png) -40px -40px no-repeat;
    vertical-align: top;
    margin: 13px 4px 0 0;
    cursor: pointer;
}

.portal_user2know a {
    margin-left: 4px;
    color: #1c8bd5;
    font-family: "Microsoft YaHei"
}

.portal_user2know a:hover {
    color: #d00;
    text-decoration: underline
}

.portal_user2know .user_agreement.on {
    background-position: -24px -40px;
}

.portal_obtain_btn {
    display: block;
    height: 50px;
    line-height: 50px;
    margin: 25px 0 0;
    color: #fff;
    font-size: 20px;
    text-align: center;
    background: #ee2d1b;
    font-family: "Microsoft YaHei";
}

.portal_obtain_btn:hover {
    color: #fff
}

.portal-popup1 {
    display: none;
    position: fixed;
    z-index: 99999;
    left: 50%;
    top: 50%;
    width: 470px;
    height: 520px;
    padding-top: 40px;
    margin-left: -235px;
    margin-top: -260px;
    font-family: "Microsoft YaHei";
}

.portal-popup1.baojia-success {
    width: 420px;
    height: 380px;
}

.portal-popup1 .close {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 2;
    width: 30px;
    height: 30px;
    background: url(https://ued.jia.com/image/tuku/tg_rec_bg.png) left -79px no-repeat;
    text-indent: -999px;
    overflow: hidden;
}

.portal-popup1 .top-box {
    position: relative;
    width: 100%;
    height: 120px;
    background: #f3edde;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.portal-popup1 .top-box .logo {
    position: absolute;
    left: 0;
    top: 0;
    width: 55px;
    height: 45px;
    background: #fff;
    border-top-left-radius: 4px;
    text-align: center;
}

.portal-popup1 .top-box h1 {
    padding-top: 8px;
    width: 55px;
}

.portal-popup1 .top-box .img1 {
    position: absolute;
    left: 55px;
    bottom: 0;
    width: 95px;
    height: 149px;
    background: url(https://ued.jia.com/image/tuku/Jia_man1.png) -95px 0 no-repeat;
}

.baojia-success .top-box .img1 {
    background: url(https://ued.jia.com/image/tuku/Jia_man1.png) 0 0 no-repeat;
}

.portal-popup1 .top-box .title-box {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 325px;
    padding: 30px 0 0 10px;
    height: 90px;
}

.baojia-success .top-box .title-box {
    width: 250px;
    padding: 30px 0 0 20px;
}

.portal-popup1 .top-box .title-box h2 {
    line-height: 44px;
    text-indent: -999px;
    overflow: hidden;
    font-size: 28px;
    color: #de6800;
    background: url(https://ued.jia.com/image/jiahome/quote_text.png) 0 -306px no-repeat;
}

.baojia-success .top-box .title-box h2 {
    background: url(https://ued.jia.com/image/jiahome/quote_text.png) 0 0 no-repeat;
}

/*.portal-popup1 .top-box .title-box h2.buquan_success{ background: url(https://ued.jia.com/image/jiahome/quote_text.png) 0 -350px;}*/
.portal-popup1 .top-box .title-box p {
    line-height: 20px;
    color: #333;
    font-size: 14px;
}

.portal-popup1 .design_result {
    width: 470px;
    height: 400px;
    background: #fff;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.portal-popup1 .buquan_step1 {}

.portal-popup1 .buquan_step1 .t {
    height: 68px;
    line-height: 68px;
    text-align: center;
}

.portal-popup1 .form-box {
    position: relative;
    width: 290px;
    height: 284px;
    margin: 0 auto;
}

.portal-popup1 .form-item {
    position: relative;
    height: 36px;
    margin-bottom: 12px;
}

.portal-popup1 .form-item .left {
    display: block;
    width: 68px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #333;
}

.portal-popup1 .form-item .right {
    position: absolute;
    left: 68px;
    top: 0;
    width: 220px;
    height: 34px;
    border: 1px solid #ddd;
}

.portal-popup1 .form-item .right input {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 194px;
    height: 18px;
    line-height: 18px;
    padding: 8px;
    color: #ccc;
    font-size: 14px;
}

.portal-popup1 .form-item .right input.clicked {
    color: #333;
}

.portal-popup1 .form-item .right .unit {
    position: absolute;
    right: 10px;
    top: 0;
    height: 34px;
    line-height: 34px;
}

.portal-popup1 .form-item .right em {
    position: absolute;
    top: 14px;
    right: 7px;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top: 6px solid #929292;
    -webkit-transition: -webkit-transform linear 0.3s;
    -webkit-transform-origin: 50% 25%;
    -moz-transition: -moz-transform linear 0.3s;
    -moz-transform-origin: 50% 25%;
    -ms-transition: -ms-transform linear 0.3s;
    -ms-transform-origin: 50% 25%;
    transition: transform linear 0.3s;
    transform-origin: 50% 25%;
}

.portal-popup1 .form-item .right.on em {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2)
}

.portal-popup1 .form-item .right.on ul {
    display: block
}

.portal-popup1 .form-item .right ul {
    display: none;
    position: absolute;
    left: -1px;
    top: 34px;
    z-index: 2;
    width: 220px;
    border: 1px solid #ddd;
    border-top: none;
    background: #fff;
}

.portal-popup1 .form-item .right ul li {
    line-height: 34px
}

.portal-popup1 .form-item .right ul a {
    display: block;
    text-indent: 8px;
}

.portal-popup1 .form-item .right ul a:hover {
    background: #eee
}

.portal-popup1 .buquan_err {
    display: none;
    height: 20px;
    line-height: 20px;
    padding-left: 68px;
    color: #d00;
}

.portal-popup1 .buquan_err .iconfont {
    font-size: 16px;
    color: #f26122;
    margin-right: 5px
}

.portal-popup1 .apply-add-btn {
    display: block;
    width: 222px;
    height: 36px;
    line-height: 36px;
    margin-top: 20px;
    margin-left: 68px;
    background: #d00;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    font-size: 14px;
}

.portal-popup1 .apply-add-btn:hover {
    background: #e00;
    color: #fff
}

.portal-popup1 .buquan_step2 {
    display: none;
    width: 325px;
    margin: 0 auto;
    padding-top: 20px;
}

.portal-popup1 .buquan_step2 p {
    line-height: 40px;
    text-align: center
}

.portal-popup1 .buquan_step2 .code {
    width: 220px;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
    border: 1px solid #ddd;
}

.portal-popup1 .baojia_result {
    width: 100%;
    height: 260px;
    background: #fff;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.portal-popup1 .result_main {
    padding-left: 20px;
}

.portal-popup1 .result_text {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    padding-top: 20px;
    color: #666;
}

.portal-popup1 .money {
    height: 112px;
    margin: 0 auto;
    text-align: center;
    line-height: 112px;
    color: #d00;
    font-size: 18px;
}

.portal-popup1 .money strong {
    padding-right: 18px;
    font-size: 48px;
    font-family: arial;
}

.portal-popup1 .spc {
    position: relative;
    padding-left: 24px;
    line-height: 22px;
    font-size: 12px;
    color: #000;
}

.portal-popup1 .spc .iconfont {
    position: absolute;
    left: 0;
    top: 0px;
    color: #ffb925;
    font-size: 18px;
}

.portal-popup1 .bj {
    text-align: center;
    line-height: 36px;
}

.portal-popup1 .bj a {
    color: #007fd7;
    text-decoration: underline;
}

.portal-popup1.baojia-vip {
    width: 480px;
    height: 270px;
    margin: -135px 0 0 -240px;
    padding-top: 0;
}

.portal-popup1.baojia-vip .close {
    top: 20px;
    right: 20px;
    width: 16px;
    height: 16px;
    background: url("https://fastued3.jia.com/image/zhuangxiu/new_finish_v2/newly_icon.png") no-repeat -86px -484px;
}

.portal-popup1.baojia-vip .vip-text {
    position: absolute;
    top: 100px;
    left: 50px;
}

.portal-popup1.baojia-vip .vip-text dl dt {
    padding-bottom: 10px;
    font-size: 18px;
    color: #be9954;
}

.portal-popup1.baojia-vip .vip-text dl dd {
    font-size: 14px;
    color: #514a43;
    line-height: 26px;
}

.sheji-popup-add {
    width: 829px;
    height: 680px;
}

.sheji-popup-add .top-box {
    height: 154px;
    background-image: -o-linear-gradient(top, #f7e2b8, #fff9e7);
    background-image: -moz-linear-gradient(top, #f7e2b8, #fff9e7);
    background-image: -webkit-linear-gradient(bottom, #f7e2b8, #fff9e7);
    background-image: linear-gradient(to top, #f7e2b8, #fff9e7);
    background-color: #f7e2b8;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.sheji-popup-add .top-box .icon {
    position: absolute;
    left: 59px;
    bottom: 0;
    width: 160px;
    height: 144px;
}

.sheji-popup-add .top-box .icon img {
    width: 100%;
    height: 100%;
}

.sheji-popup-add .top-box .title-box {
    position: static;
    width: 593px;
    height: 118px;
    margin-left: 236px;
    padding: 16px 0 20px 0;
}

.sheji-popup-add .top-box .title-box h2 {
    line-height: 82px;
    text-indent: 0;
    overflow: hidden;
    font-size: 52px;
    color: #ff7019;
    font-weight: bold;
    background: none;
}

.sheji-popup-add .top-box .title-box p {
    line-height: 36px;
    color: #555;
    font-size: 24px;
}

.sheji-popup-add .buquan_step1 .t {
    height: 96px;
    line-height: 96px;
    font-size: 18px;
    text-align: left;
}


.sheji-popup-add .design_result {
    position: relative;
    width: 779px;
    height: 527px;
    padding-left: 50px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.sheji-popup-add .form-box {
    width: 442px;
    height: 400px;
    margin: 0;
}

.sheji-popup-add .form-item {
    height: 50px;
    margin-bottom: 16px;
}

.sheji-popup-add .form-item .left {
    width: 108px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #555;
}

.sheji-popup-add .form-item .right {
    left: 108px;
    width: 332px;
    height: 48px;
}

.sheji-popup-add .form-item .right input {
    width: 282px;
    height: 20px;
    line-height: 20px;
    padding: 14px 20px;
    color: #999;
    font-size: 18px;
}

.sheji-popup-add .form-item .right .unit {
    right: 14px;
    height: 48px;
    line-height: 48px;
    font-size: 17px;
}

.sheji-popup-add .form-item .right em {
    top: 20px;
    right: 18px;
    border: 8px solid transparent;
    border-top: 8px solid #929292;
}

.sheji-popup-add .form-item .right ul {
    top: 49px;
    width: 332px;
}

.sheji-popup-add .form-item .right ul a {
    display: block;
    padding-left: 20px;
    text-indent: 0;
    font-size: 16px;
}

.sheji-popup-add .buquan_err {
    height: 30px;
    line-height: 30px;
    margin-top: -10px;
    margin-bottom: -20px;
    padding-left: 108px;
    font-size: 16px;
}

.sheji-popup-add .buquan_err .iconfont {
    font-size: 18px;
}

.sheji-popup-add .apply-add-btn {
    width: 334px;
    height: 50px;
    line-height: 50px;
    margin-top: 30px;
    margin-left: 108px;
    background: #ee2d1b;
    font-size: 18px;
}

.sheji-popup-add .download_part {
    position: absolute;
    top: 40px;
    right: 0;
    width: 268px;
    height: 450px;
    padding-top: 15px;
    text-align: center;
    border-left: 1px solid #e5e5e5;
}

.sheji-popup-add .download_part .title {
    display: none;
    padding-top: 62px;
    font-weight: bold;
    font-size: 26px;
    color: #333;
    line-height: 50px;
}

.sheji-popup-add .download_part .tit {
    display: none;
    margin-bottom: 18px;
    font-size: 14px;
    color: #999;
    line-height: 21px;
}

.sheji-popup-add .download_part .img2 {
    display: none;
}

.sheji-popup-add .buquan .download_part {
    left: 300px;
    top: 15px;
    border: 0 none;
}

.sheji-popup-add .buquan .download_part .title {
    display: block;
    padding: 0;
    font-size: 32px;
    line-height: 60px;
}

.sheji-popup-add .buquan .download_part .tit {
    display: block;
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 26px;
}

.sheji-popup-add .buquan .download_part img {
    width: 178px;
    height: 201px;
    margin: 0 auto;
}

.sheji-popup-add .buquan .download_part .img1 {
    display: none;
}

.sheji-popup-add .buquan .download_part .img2 {
    display: block;
}

.sheji-popup-add .buquan {
    background: #fff url(https://fastued3.jia.com/image/jiahome/sheji-add-bg.jpg) 0 bottom no-repeat;
}


.portal-popup1.baojia-success {
    width: 829px;
    height: 570px;
}

.baojia-success .top-box {
    height: 176px;
    background-image: -o-linear-gradient(top, #f7e2b8, #fff9e7);
    background-image: -moz-linear-gradient(top, #f7e2b8, #fff9e7);
    background-image: -webkit-linear-gradient(bottom, #f7e2b8, #fff9e7);
    background-image: linear-gradient(to top, #f7e2b8, #fff9e7);
    background-color: #f7e2b8;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.baojia-success .top-box .icon {
    position: absolute;
    left: 46px;
    bottom: 0;
    width: 258px;
    height: 172px;
}

.baojia-success .top-box .icon img {
    width: 100%;
    height: 100%;
}

.baojia-success .top-box .title-box {
    position: static;
    width: 482px;
    height: 118px;
    margin-left: 347px;
    padding: 26px 0;
}

.baojia-success .top-box .title-box h2 {
    line-height: 80px;
    text-indent: 0;
    overflow: hidden;
    font-size: 56px;
    color: #ff7019;
    font-weight: bold;
    letter-spacing: 15px;
    background: none;
}

.baojia-success .top-box .title-box p {
    line-height: 42px;
    color: #555;
    letter-spacing: 7px;
    font-size: 28px;
}

.baojia-success .baojia_result {
    position: relative;
    height: 394px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.baojia-success .result_main {
    width: 475px;
    padding-left: 28px;
}

.baojia-success .result_text {
    padding-top: 38px;
    font-size: 18px;
}

.baojia-success .money {
    margin-top: 40px;
    font-size: 30px;
    height: 86px;
    line-height: 86px;
}

.baojia-success .money strong {
    font-size: 67px;
}

.baojia-success .bj a {
    display: inline-block;
    width: 250px;
    height: 38px;
    line-height: 38px;
    color: #ee2d1b;
    text-decoration: none;
    font-size: 18px;
    border: 1px solid #ee2d1b;
    vertical-align: top;
}

.baojia-success .bj a i {
    display: inline-block;
    width: 8px;
    height: 14px;
    margin-left: 18px;
    background: url(https://fastued3.jia.com/image/jiahome/index-icons.png) -40px -59px no-repeat;
}

.baojia-success .spc {
    margin-top: 26px;
    line-height: 24px;
    font-size: 18px;
    color: #555;
}

.portal-popup1 .spc .iconfont {
    color: #5a5a5a;
    font-size: 22px;
    line-height: 1;
}

.baojia-success .download_part {
    position: absolute;
    top: 38px;
    right: 0;
    width: 316px;
    height: 332px;
    padding-left: 10px;
    text-align: center;
    border-left: 1px solid #e5e5e5;
}

.baojia-success .download_part .title {
    font-weight: bold;
    font-size: 26px;
    color: #333;
    line-height: 50px;
}

.baojia-success .download_part .tit {
    margin-bottom: 18px;
    font-size: 14px;
    color: #999;
    line-height: 21px;
}


/*默认弹窗*/
.default-popup {
    display: none;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    padding: 0 58px;
    background: #fff url(https://fastued3.jia.com/image/jiahome/default-bg.jpg) 0 bottom no-repeat;
}

.default-popup .close {
    position: absolute;
    right: 0;
    top: -65px;
    width: 50px;
    height: 50px;
    background: url(https://fastued3.jia.com/image/jiahome/index-icons.png) -120px -40px no-repeat;
}

.default-popup .line {
    position: absolute;
    right: 23px;
    top: -16px;
    width: 4px;
    height: 16px;
    background: #fff;
}

.default-popup .tab-ul {
    height: 76px;
}

.default-popup .tab-ul li {
    float: left;
    width: 50%;
    padding: 6px 0 0;
    border-bottom: 3px solid #e5e5e5;
}

.default-popup .tab-ul a {
    display: block;
    height: 67px;
    line-height: 67px;
    color: #333;
    text-align: center;
    font-size: 25px;
}

.default-popup .tab-ul li.on {
    border-bottom-color: #e72e00;
}

.default-popup .tab-ul li.on a {
    color: #e72e00;
    font-weight: bold;
}

.default-popup .tab-wrap,
.default-popup .baojia-part1,
.default-popup .sheji-part1,
.default-popup .baojia-part2,
.default-popup .sheji-part2 {
    position: relative;
    width: 920px;
    height: 564px;
    text-align: center;
}

.default-popup .baojia-part2,
.default-popup .sheji-part2 {
    display: none;
}

.default-popup .massage_part,
.default-popup .reult_part,
.default-popup .sheji-dingzhi {
    float: left;
    padding-top: 18px;
}

.default-popup .massage_part h3,
.default-popup .sheji-dingzhi h3 {
    font-size: 25px;
    color: #333;
    line-height: 44px;
}

.default-popup .massage_part>p {
    font-size: 14px;
    color: #999;
    line-height: 22px;
}

.default-popup .massage_part>p em {
    margin: 0 5px;
    color: #e72e00;
}

.default-popup .massage_part .line_words {
    width: 450px;
    margin: 12px auto 0;
    position: relative;
}

.default-popup .massage_part .line_input {
    position: relative;
    overflow: hidden;
}

.default-popup .massage_part .line_words p {
    float: left;
    width: 100px;
    text-align: right;
    color: #555;
    font-size: 16px;
    line-height: 34px;
    margin-right: 32px;
}

.default-popup .massage_part .line_words p em {
    margin-left: 6px;
    color: #f70503;
}

.default-popup .massage_part .line_words .pro {
    margin-right: 16px;
    float: left;
    position: relative;
}

.default-popup .massage_part .line_words input {
    width: 306px;
    height: 20px;
    line-height: 20px;
    padding: 7px 0 7px 10px;
    text-align: left;
    font-size: 14px;
    border: 1px solid #eee;
}

.default-popup .massage_part .line_words .code-box {
    position: absolute;
    right: 10px;
    top: 8px;
    line-height: 22px;
    font-size: 0;
}

.default-popup .massage_part .line_words .code-img {
    display: inline-block;
    width: 50px;
    height: 22px;
    vertical-align: top;
    cursor: pointer;
}

.default-popup .massage_part .line_words .change-code {
    display: inline-block;
    margin-left: 12px;
    font-size: 12px;
    color: #1C8BD5;
    cursor: pointer;
    vertical-align: top;
}

.default-popup .massage_part .line_words .shi,
.default-popup .massage_part .line_words .ting,
.default-popup .massage_part .line_words .chu {
    width: 98px;
    margin-right: 12px;
    margin-bottom: 15px;
}

.default-popup .massage_part .line_words .wei,
.default-popup .massage_part .line_words .yangtai {
    width: 150px;
    margin-right: 18px;
}

.default-popup .massage_part .line_words .chu,
.default-popup .massage_part .line_words .yangtai {
    margin-right: 0;
}

.default-popup .massage_part .line_words label {
    position: absolute;
    left: 10px;
    top: 0;
    display: block;
    height: 36px;
    line-height: 36px;
    color: #999;
    font-size: 14px;
    cursor: text;
}

.default-popup .massage_part .line_words .danwei {
    position: absolute;
    right: 10px;
    top: 0;
    display: block;
    line-height: 40px;
    color: #333;
    font-size: 14px;
}

.default-popup .massage_part .line_words .shengshi {
    display: block;
    float: left;
    width: 139px;
    height: 20px;
    line-height: 20px;
    border: 1px solid #eee;
    font-size: 14px;
    text-align: left;
}

.default-popup .massage_part .line_words .city {
    float: left;
    height: 36px;
    width: 151px;
    font-size: 14px;
    display: block;
    text-align: left;
    position: relative;
}

.default-popup .massage_part .line_words .city label {
    left: 10px;
    cursor: pointer;
}

.default-popup .massage_part .line_words .city input {
    width: 139px;
    cursor: pointer;
}

.default-popup .massage_part .line_words .pro input {
    cursor: pointer;
}

.default-popup .massage_part .line_words select {
    float: left;
    height: 34px;
    border: 1px solid #eee;
    width: 150px;
    font-size: 14px;
    line-height: 34px;
    display: block;
    text-align: left;
    color: #333;
}

.default-popup .massage_part form {
    position: relative;
}

.default-popup .sheji-part1 .massage_part form {
    padding-top: 16px;
}

.default-popup .tips_line {
    display: none;
    width: 318px;
    margin-left: 132px;
    margin-top: 12px;
    line-height: 20px;
    font-size: 14px;
    color: #dd0000;
    text-align: left;
}

.default-popup .baojia-btn,
.default-popup .sheji-btn {
    display: block;
    width: 318px;
    margin-left: 132px;
    margin-top: 14px;
    line-height: 42px;
    text-align: center;
    color: #fff;
    font-size: 17px;
    background: #e72e00;
}

.default-popup .sheji-btn {
    margin-top: 13px;
}

.default-popup .pro ul,
.default-popup .city ul {
    display: none;
    height: 150px;
    position: absolute;
    left: 0;
    top: 35px;
    width: 149px;
    border: 1px solid #eee;
    overflow: auto;
    z-index: 20;
    background: #fff;
}

.default-popup .pro li,
.default-popup .city li {
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    padding: 5px 0 5px 10px;
    text-align: left;
}

.default-popup .pro li a,
.default-popup .city li a {
    display: block;
    cursor: pointer;
}

.default-popup .pro li.active a,
.default-popup .city li.active a {
    color: #d00;
}

.default-popup .massage_part .pro label {
    position: absolute;
    left: 10px;
    cursor: pointer;
}

.default-popup .baojia_part .massage_part .city {
    color: #a69c92;
}

.default-popup .massage_part .line_words .done {
    color: #333;
}

.default-popup .massage_part .arrow {
    position: absolute;
    top: 15px;
    right: 11px;
    width: 9px;
    height: 5px;
    background: url(https://fastued3.jia.com/image/jiahome/index-icons.png) -105px -40px no-repeat;
}

.default-popup .reult_part {
    width: 330px;
    margin-left: 82px;
    text-align: center;
}

.default-popup .reult_part h3 {
    font-size: 25px;
    line-height: 44px;
    color: #000;
}

.default-popup .reult_part h3 em {
    font-size: 25px;
    color: #e72e00;
    font-weight: bold;
}

.default-popup .reult_part .mingxi {
    border: 1px solid #eee;
    margin: 34px 0 0;
}

.default-popup .reult_part .mingxi ul {
    padding-top: 20px;
}

.default-popup .reult_part .mingxi li {
    font-size: 16px;
    color: #555;
    line-height: 30px;
    padding-bottom: 20px;
}

.default-popup .reult_part .mingxi li p {}

.default-popup .reult_part .mingxi li em {
    color: #e72e00;
}

.default-popup .reult_part .mingxi li span {
    color: #999;
    padding-left: 12px;
    text-decoration: line-through;
}

.default-popup .reult_part .tips {
    width: 288px;
    margin: 0 auto;
    text-align: left;
}

.default-popup .reult_part .tips p {
    font-size: 12px;
    color: #514a43;
    line-height: 1;
    padding: 26px 0 12px;
}

.default-popup .reult_part .tips span {
    color: #f26122;
    font-size: 12px;
    display: block;
    line-height: 1;
}

.default-popup .city_line {
    padding-bottom: 25px;
}

.default-popup .baojia-part2 .reult_part {
    width: 624px;
    margin: 0;
    text-align: left;
}

.default-popup .baojia-part2 .reult_part .mingxi {
    height: 222px;
    padding: 15px 30px 30px 32px;
}

.default-popup .baojia-part2 .reult_part .mingxi ul {
    float: left;
    padding-top: 50px;
}

.default-popup .baojia-part2 .reult_part .mingxi li {
    padding-bottom: 16px;
}

.default-popup .baojia-part2 .reult_part .mingxi .canvas_part {
    float: left;
    margin-left: 50px;
}

.default-popup .baojia-part2 .reult_part .mingxi .canvas_part h3 {
    margin-bottom: 5px;
    font-size: 20px;
    text-align: center;
}

.default-popup .download_part {
    float: left;
    width: 156px;
    height: 315px;
    padding-top: 15px;
    padding-left: 72px;
    margin-top: 30px;
    margin-left: 66px;
    border-left: 2px solid #e5e5e5;
}

.default-popup .download_part .title {
    font-weight: bold;
    font-size: 26px;
    color: #333;
    line-height: 50px;
}

.default-popup .download_part .tit {
    margin-bottom: 18px;
    font-size: 14px;
    color: #999;
    line-height: 21px;
}

.default-popup .sheji-dingzhi {
    width: 438px;
    margin-left: 32px;
}

.default-popup .sheji-dingzhi ul {
    padding: 0 67px;
    text-align: center;
}

.default-popup .sheji-dingzhi li {
    float: left;
    width: 50%;
    margin-bottom: 16px;
}

.default-popup .sheji-dingzhi li i {
    display: inline-block;
    width: 104px;
    height: 102px;
    background: url(https://fastued3.jia.com/image/jiahome/sheji-icons.png?v=1) 0 0 no-repeat;
    vertical-align: top;
}

.default-popup .sheji-dingzhi li .pos1 {
    background-position: 0 0;
}

.default-popup .sheji-dingzhi li .pos2 {
    background-position: -104px 0;
}

.default-popup .sheji-dingzhi li .pos3 {
    background-position: -208px 0;
}

.default-popup .sheji-dingzhi li .pos4 {
    background-position: -312px 0;
}

.default-popup .sheji-dingzhi li p {
    font-size: 16px;
    color: #333;
}

.default-popup .sheji-result {
    float: left;
    width: 460px;
    padding-top: 72px;
    text-align: center;
    color: #333;
}

.default-popup .sheji-result .icon {
    display: inline-block;
    width: 57px;
    height: 57px;
    background: url(https://fastued3.jia.com/image/jiahome/index-icons.png) -183px -40px no-repeat;
    vertical-align: top;
}

.default-popup .sheji-result .title {
    margin-top: 36px;
    font-size: 24px;
    font-weight: bold;
}

.default-popup .sheji-result .tit {
    margin-top: 12px;
    font-size: 18px;
    line-height: 28px;
}

.default-popup .sheji-part2 .download_part {
    width: 458px;
    height: 300px;
    padding-left: 0;
    padding-top: 0;
    margin-left: 0;
}


/*底部通栏*/
.b_Full_Column {
    width: 100%;
    height: 380px;
    position: fixed;
    left: -100%;
    bottom: 0;
    z-index: 99990;
}

.b_Full_Column .pop_wrap_bg {
    width: 100%;
    background: #091e3b;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0.8;
    filter: alpha(opacity:80);
}

.b_Full_Column .contr_centre {
    width: 1190px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    bottom: 0;
}

.left_spokesman {
    position: absolute;
    width: 360px;
    height: 314px;
    bottom: 0;
    left: 14px;
    background: url(https://fastued3.jia.com/image/jiahome/index-footer-zxgsbg-1.png) 0 0 no-repeat;
}

.contr_centre .contr-bg {
    width: 100%;
    background: #091e3b;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0.67;
    filter: alpha(opacity:67);
}

.contr_centre .yuyue_apply {
    position: relative;
    width: 462px;
    padding-left: 420px;
}

.contr_centre .yuyue_apply .multi {
    position: relative;
    padding-top: 32px;
}

.yuyue_apply .err_tip {
    position: absolute;
    left: 120px;
    top: 0;
    line-height: 32px;
    color: #f00;
}

.yuyue_apply .err_tip .iconfont {
    font-size: 16px;
    margin-right: 5px;
    color: #f00;
}

.yuyue_apply .row_list {
    position: relative;
    width: 100%;
    margin-bottom: 15px;
}

.yuyue_apply .row_list label {
    position: absolute;
    left: 135px;
    top: 0;
    line-height: 48px;
    font-size: 19px;
    color: #555;
    cursor: text;
}

.yuyue_apply .row_list label span {
    font-size: 16px;
}

.yuyue_apply .row_list input {
    display: block;
    width: 312px;
    height: 24px;
    line-height: 24px;
    padding: 12px 15px;
    color: #555;
    font-size: 19px;
    background: #fff;
}

.yuyue_apply .row_list .place_city {
    cursor: pointer;
}

.yuyue_apply .row_list em {
    display: block;
    float: left;
    width: 120px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 21.56px;
    color: #fff;
}

.yuyue_apply .tab_select {
    width: 360px;
    background: #fff;
    position: absolute;
    left: 119px;
    top: -296px;
    z-index: 9;
    border: 1px solid #F26122;
}

.yuyue_apply .tab_select dt {
    float: left;
    width: 60px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    background: #f26122;
}

.yuyue_apply .row_list em.arrows {
    display: block;
    width: 8px;
    height: 5px;
    background: url("https://fastued3.jia.com/image/zhuangxiu/new_finish_v2/newly_icon.png") no-repeat -76px -487px;
    position: absolute;
    top: 21px;
    right: 10px;
}

.yuyue_apply .row_list .code-box {
    position: absolute;
    right: 20px;
    top: 13px;
    line-height: 22px;
    font-size: 0;
}

.yuyue_apply .row_list .code-img {
    display: inline-block;
    width: 50px;
    height: 22px;
    vertical-align: top;
    cursor: pointer;
}

.yuyue_apply .row_list .change-code {
    display: inline-block;
    margin-left: 12px;
    font-size: 12px;
    color: #1C8BD5;
    cursor: pointer;
    vertical-align: top;
}

.yuyue_apply .user_agreement {
    /* display: none; */
}

.yuyue_apply .house_apply_btn {
    display: block;
    width: 342px;
    height: 48px;
    line-height: 48px;
    margin-left: 120px;
    margin-top: 17px;
    background: #ee2d1b;
    color: #fff;
    text-align: center;
    font-size: 24px;
}

.b_Full_Column .right_erweima {
    width: 136px;
    position: absolute;
    right: 70px;
    top: 88px;
    text-align: center;
    color: #fff;
}

.b_Full_Column .right_erweima img {
    width: 136px;
    height: 137px;
}

.b_Full_Column .right_erweima p {
    margin-top: 17px;
    font-size: 14.6px;
    line-height: 24px;
}

.b_Full_Column .layer_setwin {
    width: 24px;
    height: 24px;
    position: absolute;
    right: -42px;
    top: 24px;
    background: url("https://fastued3.jia.com/image/designer/sheji-close.png") no-repeat;
}

.hint_message {
    width: 450px;
    margin: 20px auto 0px;
    font: 16px/25px "微软雅黑";
}

.hint_message .hint_txt {
    position: relative;
}

.hint_message .hint_txt span {
    display: inline-block;
    width: 100px;
    height: 25px;
    line-height: 25px;
    border: 1px solid #666;
    text-align: center;
    cursor: pointer;
    margin-left: 10px;
}

.hint_txt .alert_msg {
    width: 485px;
    height: 130px;
    background: rgba(195, 195, 195, 0.19);
    position: absolute;
    left: 320px;
    top: 32px;
    padding: 30px 10px;
    border-radius: 5px;
    z-index: 1;
}

.download_float {
    position: fixed;
    z-index: 99988;
    left: 38px;
    bottom: 20px;
    width: 230px;
    height: 230px;
    cursor: pointer;
}

.download_float .img {
    position: absolute;
    left: 0;
    top: 0;
}

.download_float .qrcode {
    position: absolute;
    left: 47px;
    top: 47px;
    opacity: 0;
}

.download_float:hover .img {
    opacity: 0;
}

.download_float:hover .qrcode {
    opacity: 1;
}

.download_float .img,
.download_float .qrcode {
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}



/*适配*/
.size1440 .banner_zx_box {
    height: 397px;
    z-index: 9
}

.size1440 .banner_intro_dist {
    height: 397px;
    margin: -397px 0 0 -365px;
}

.size1440 .banner_slide_wrap>span {
    top: 163px;
}

.size1440 .banner_slide_wrap ul li {
    text-align: center;
}

.size1440 .banner_slide_wrap ul li img {
    height: 100%;
    width: 1509px;
}

.size1440 .banner_zx_mask {
    width: 212px;
}

.size1440 .banner_zx_dist {
    width: 212px;
}

.size1440 .banner_zx_type_wrap p {
    font-size: 23.5px;
    line-height: 34px;
}

.size1440 .banner_zx_type_wrap .banner_zx_form_text {
    font-size: 12.5px;
    line-height: 22px;
}

.size1440 .banner_zx_type {
    padding-top: 21px;
}

.size1440 .banner_zx_form_wrap {
    padding: 19px 22px 0;
}

.size1440 .banner_zx_form_wrap .banner_zx_input {
    height: 30px;
    margin-bottom: 6px;
}

.size1440 .banner_zx_form_wrap .code-box {
    top: 5px;
    line-height: 20px;
    font-size: 0;
}

.size1440 .banner_zx_form_wrap .code-img {
    width: 45px;
    height: 20px;
}

.size1440 .banner_zx_form_wrap .code-img img {
    display: block;
    width: 100%;
    height: 100%;
}

.size1440 .banner_zx_form_wrap .change-code {
    margin-left: 8px;
    font-size: 10px;
}

.default-popup .massage_part .line_words .code-box {
    top: 5px;
    line-height: 20px;
    font-size: 0;
}

.default-popup .massage_part .line_words .code-img {
    width: 45px;
    height: 20px;
}

.default-popup .massage_part .line_words .code-img img {
    display: block;
    width: 100%;
    height: 100%;
}

.default-popup .massage_part .line_words .change-code {
    margin-left: 8px;
    font-size: 10px;
}

.size1440 .banner_zx_input label {
    height: 30px;
    line-height: 30px;
    left: 9px;
}

.size1440 .banner_area_unit {
    right: 5px;
    height: 29px;
    line-height: 29px;
}

.size1440 .banner_zx_form_wrap .banner_zx_input input {
    width: 143px;
    height: 20px;
    line-height: 20px;
    padding: 4px 14px 4px 9px;
}

.size1440 .banner_huxing_wrap {
    width: 168px;
}

.size1440 .banner_huxing_wrap .banner_huxing_solo {
    width: 50px;
    height: 27px;
    line-height: 27px;
    margin-right: 6px;
    text-indent: 8px;
}

.size1440 .banner_huxing_wrap .banner_huxing_solo>em {
    right: 5px;
    top: 12px;
}

.size1440 .banner_huxing_wrap .banner_huxing_solo ul {
    top: 28px;
}

.size1440 .banner_huxing_wrap .banner_huxing_solo ul li {
    height: 30px;
    line-height: 30px;
}

.size1440 .banner_huxing_wrap .banner_huxing_solo ul li a {
    text-indent: 8px;
}

.size1440 .banner_form_err_tip {
    font-size: 12px;
}

.size1440 .banner_form_err_tip .iconfont {
    font-size: 12px;
    margin-right: 3px;
}

.size1440 .banner_user2know {
    margin-right: -3px;
    font-size: 9px;
    line-height: 30px;
}

.size1440 .banner_obtain_btn {
    width: 168px;
    height: 35px;
    line-height: 35px;
    margin: 6px auto 0;
    font-size: 19px;
}

.size1440 .banner_serve_num .serve_num {
    width: 168px;
    line-height: 18px;
    font-size: 9px;
}

.size1440 .banner_serve_num .serve_num i {
    height: 14px;
    line-height: 14px;
    width: 12px;
    font-size: 12px;
}

.size1440 .banner_serve_num .serve_num span {
    padding: 0 4px
}

.size1440 .default-popup {
    padding: 0 46px;
    background: #fff url(https://fastued3.jia.com/image/jiahome/default-bg-1360.jpg) 0 bottom no-repeat;
}

.size1440 .default-popup .close {
    top: -50px;
    width: 40px;
    height: 40px;
    background: url(https://fastued3.jia.com/image/jiahome/index-icons.png) 0 -64px no-repeat;
}

.size1440 .default-popup .line {
    right: 19px;
    top: -11px;
    width: 3px;
    height: 12px;
}

.size1440 .default-popup .tab-ul {
    height: 60px;
}

.size1440 .default-popup .tab-ul li {
    padding: 3px 0 0;
}

.size1440 .default-popup .tab-ul a {
    height: 55px;
    line-height: 55px;
    font-size: 20px;
}

.size1440 .default-popup .tab-wrap,
.size1440 .default-popup .baojia-part1,
.size1440 .default-popup .sheji-part1,
.size1440 .default-popup .baojia-part2,
.size1440 .default-popup .sheji-part2 {
    width: 726px;
    height: 453px;
}

.size1440 .default-popup .massage_part,
.size1440 .default-popup .reult_part,
.size1440 .default-popup .sheji-dingzhi {
    padding-top: 14px;
}

.size1440 .default-popup .massage_part h3,
.size1440 .default-popup .sheji-dingzhi h3 {
    font-size: 20px;
    line-height: 36px;
}

.size1440 .default-popup .massage_part>p {
    font-size: 11px;
    line-height: 17px;
}

.size1440 .default-popup .massage_part>p em {
    margin: 0 3px;
}

.size1440 .default-popup .massage_part .line_words {
    width: 354px;
    margin: 9px auto 0;
}

.size1440 .default-popup .massage_part .line_words p {
    width: 82px;
    font-size: 13px;
    line-height: 30px;
    margin-right: 20px;
}

.size1440 .default-popup .massage_part .line_words p em {
    margin-left: 4px;
}

.size1440 .default-popup .massage_part .line_words .pro {
    margin-right: 12px;
}

.size1440 .default-popup .massage_part .line_words input {
    width: 242px;
    padding: 4px 0 4px 8px;
    font-size: 12px;
}

.size1440 .default-popup .massage_part .line_words .shi,
.size1440 .default-popup .massage_part .line_words .ting,
.size1440 .default-popup .massage_part .line_words .chu {
    width: 80px;
    margin-right: 6px;
    margin-bottom: 11px;
}

.size1440 .default-popup .massage_part .line_words .chu {
    margin-right: 0;
}

.size1440 .default-popup .massage_part .line_words .wei,
.size1440 .default-popup .massage_part .line_words .yangtai {
    width: 120px;
    margin-right: 12px;
}

.size1440 .default-popup .massage_part .line_words .yangtai {
    margin-right: 0;
}

.size1440 .default-popup .massage_part .line_words label {
    left: 8px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
}

.size1440 .default-popup .massage_part .line_words .danwei {
    right: 8px;
    line-height: 30px;
    font-size: 12px;
}

.size1440 .default-popup .massage_part .line_words .shengshi {
    width: 110px;
    font-size: 12px;
}

.size1440 .default-popup .massage_part .line_words .city {
    height: 30px;
    width: 120px;
    font-size: 12px;
}

.size1440 .default-popup .massage_part .line_words .city label {
    left: 8px;
}

.size1440 .default-popup .massage_part .line_words .city input {
    width: 110px;
}

.size1440 .default-popup .massage_part .line_words select {
    height: 30px;
    width: 120px;
    font-size: 12px;
    line-height: 30px;
}

.size1440 .default-popup .tips_line {
    width: 252px;
    margin-left: 102px;
    margin-top: 8px;
    line-height: 20px;
    font-size: 12px;
}

.size1440 .default-popup .baojia-btn,
.size1440 .default-popup .sheji-btn {
    width: 252px;
    margin-left: 102px;
    margin-top: 11px;
    line-height: 32px;
    font-size: 13px;
}

.size1440 .default-popup .sheji-btn {
    margin-top: 27px;
}

.size1440 .default-popup .pro ul,
.size1440 .default-popup .city ul {
    height: 150px;
    top: 29px;
    width: 118px;
}

.size1440 .default-popup .pro li,
.size1440 .default-popup .city li {
    font-size: 12px;
    padding: 5px 0 5px 8px;
}

.size1440 .default-popup .massage_part .pro label {
    left: 8px;
}

.size1440 .default-popup .massage_part .arrow {
    top: 12px;
    right: 8px;
    width: 9px;
    height: 5px;
    background: url(https://fastued3.jia.com/image/jiahome/index-icons.png) -105px -40px no-repeat;
}

.size1440 .default-popup .reult_part {
    width: 260px;
    margin-left: 65px;
}

.size1440 .default-popup .reult_part h3 {
    font-size: 20px;
    line-height: 36px;
}

.size1440 .default-popup .reult_part h3 em {
    font-size: 20px;
}

.size1440 .default-popup .reult_part .mingxi {
    margin: 26px 0 0;
}

.size1440 .default-popup .reult_part .mingxi ul {
    padding: 13px 0;
}

.size1440 .default-popup .reult_part .mingxi li {
    font-size: 13px;
    line-height: 37px;
    padding-bottom: 0;
}

.size1440 .default-popup .reult_part .mingxi li span {
    padding-left: 12px;
}

.size1440 .default-popup .baojia-part2 .reult_part {
    width: 492px;
    margin-left: 0;
}

.size1440 #canvas {
    width: 300px !important;
    height: 153px !important;
}

.size1440 .default-popup .baojia-part2 .reult_part .mingxi {
    height: 198px;
    padding: 15px 20px 20px 30px;
}

.size1440 .default-popup .baojia-part2 .reult_part .mingxi ul {
    padding-top: 50px;
}

.size1440 .default-popup .baojia-part2 .reult_part .mingxi li {
    padding-bottom: 0;
}

.size1440 .default-popup .baojia-part2 .reult_part .mingxi .canvas_part {
    margin-left: 10px;
}

.size1440 .default-popup .baojia-part2 .reult_part .mingxi .canvas_part h3 {
    margin-bottom: 5px;
    font-size: 13px;
}

.size1440 .default-popup .download_part {
    width: 128px;
    height: 265px;
    padding-top: 15px;
    padding-left: 54px;
    margin-top: 24px;
    margin-left: 50px;
}

.size1440 .default-popup .download_part img {
    width: 128px;
    height: 144px;
}

.size1440 .default-popup .download_part .title {
    font-size: 20px;
    line-height: 50px;
}

.size1440 .default-popup .download_part .tit {
    margin-bottom: 12px;
    font-size: 11px;
    line-height: 16px;
}

.size1440 .default-popup .sheji-dingzhi {
    width: 348px;
    margin-left: 24px;
}

.size1440 .default-popup .sheji-dingzhi ul {
    padding: 0 67px;
}

.size1440 .default-popup .sheji-dingzhi li {
    margin-bottom: 16px;
}

.size1440 .default-popup .sheji-dingzhi li i {
    width: 84px;
    height: 82px;
    background: url(https://fastued3.jia.com/image/jiahome/sheji-icons.png?v=1) 0 -158px no-repeat;
}

.size1440 .default-popup .sheji-dingzhi li .pos1 {
    background-position: 0 -158px;
}

.size1440 .default-popup .sheji-dingzhi li .pos2 {
    background-position: -84px -158px;
}

.size1440 .default-popup .sheji-dingzhi li .pos3 {
    background-position: -168px -158px;
}

.size1440 .default-popup .sheji-dingzhi li .pos4 {
    background-position: -252px -158px;
}

.size1440 .default-popup .sheji-dingzhi li p {
    font-size: 11px;
}

.size1440 .default-popup .sheji-result {
    width: 363px;
    padding-top: 58px;
}

.size1440 .default-popup .sheji-result .icon {
    width: 45px;
    height: 45px;
    background: url(https://fastued3.jia.com/image/jiahome/index-icons.png) -47px -74px no-repeat;
}

.size1440 .default-popup .sheji-result .title {
    margin-top: 27px;
    font-size: 19px;
}

.size1440 .default-popup .sheji-result .tit {
    margin-top: 8px;
    font-size: 14px;
    line-height: 22px;
}

.size1440 .default-popup .sheji-part2 .download_part {
    width: 361px;
    height: 228px;
    padding-left: 0;
    padding-top: 0;
    margin-left: 0;
}

.size1440 .default-popup .sheji-part2 .download_part .title {
    line-height: 35px;
}

.size1440 .default-popup .sheji-part2 .download_part .tit {
    margin-bottom: 8px;
}

.size1440 .b_Full_Column {
    height: 250px;
    position: fixed;
}

.size1440 .b_Full_Column .contr_centre {
    width: 960px;
}

.size1440 .left_spokesman {
    width: 308px;
    height: 274px;
    left: 15px;
    background: url(https://fastued3.jia.com/image/jiahome/index-footer-zxgsbg-1.png) 0 -326px no-repeat;
}

.size1440 .contr_centre .contr-bg {
    height: 100%;
}

.size1440 .contr_centre .yuyue_apply {
    width: 326px;
    padding-left: 351px;
}

.size1440 .contr_centre .yuyue_apply .multi {
    padding-top: 23px;
}

.size1440 .yuyue_apply .err_tip {
    left: 82px;
    line-height: 20px;
}

.size1440 .yuyue_apply .err_tip .iconfont {
    font-size: 12px;
    margin-right: 3px;
}

.size1440 .yuyue_apply .row_list {
    margin-bottom: 10px;
}

.size1440 .yuyue_apply .row_list label {
    left: 92px;
    line-height: 35px;
    font-size: 13px;
}

.size1440 .yuyue_apply .row_list label span {
    font-size: 13px;
}

.size1440 .yuyue_apply .row_list input {
    width: 216px;
    height: 19px;
    line-height: 19px;
    padding: 8px 14px;
    color: #555;
    font-size: 13px;
}

.size1440 .yuyue_apply .row_list em {
    width: 82px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
}

.size1440 .yuyue_apply .row_list em.arrows {
    top: 15px;
    right: 10px;
    width: 8px;
    height: 5px;
    background: url("https://fastued3.jia.com/image/zhuangxiu/new_finish_v2/newly_icon.png") no-repeat -76px -487px;
}

.size1440 .yuyue_apply .row_list .code-box {
    top: 7px;
    right: 12px;
    line-height: 20px;
    font-size: 0;
}

.size1440 .yuyue_apply .row_list .code-img {
    width: 45px;
    height: 20px;
}

.size1440 .yuyue_apply .row_list .code-img img {
    display: block;
    width: 100%;
    height: 100%;
}

.size1440 .yuyue_apply .row_list .change-code {
    margin-left: 8px;
    font-size: 10px;
}

.size1440 .yuyue_apply .house_apply_btn {
    width: 244px;
    height: 32px;
    line-height: 32px;
    margin-left: 82px;
    margin-top: 12px;
    font-size: 17px;
}

.size1440 .b_Full_Column .right_erweima {
    width: 98px;
    right: 83px;
    top: 50px;
}

.size1440 .b_Full_Column .right_erweima img {
    width: 98px;
    height: 99px;
}

.size1440 .b_Full_Column .right_erweima p {
    margin-top: 10px;
    font-size: 12px;
}

.size1440 .b_Full_Column .layer_setwin {
    width: 17px;
    height: 17px;
    right: -33px;
    top: 14px;
    background-position: center center;
}

.size1440 .hint_message {
    width: 450px;
    margin: 20px auto 0px;
    font: 16px/25px "微软雅黑";
}

.size1440 .hint_message .hint_txt span {
    width: 100px;
    height: 25px;
    line-height: 25px;
    margin-left: 10px;
}

.size1440 .hint_txt .alert_msg {
    width: 485px;
    height: 130px;
    left: 320px;
    top: 32px;
    padding: 30px 10px;
}



.size1440 .sheji-popup-add {
    width: 580px;
    height: 476px;
}

.size1440 .sheji-popup-add .top-box {
    height: 107px;
}

.size1440 .sheji-popup-add .top-box .icon {
    left: 41px;
    width: 112px;
    height: 100px;
}

.size1440 .sheji-popup-add .top-box .title-box {
    width: 415px;
    height: 82px;
    margin-left: 165px;
    padding: 11px 0 14px 0;
}

.size1440 .sheji-popup-add .top-box .title-box h2 {
    line-height: 57px;
    font-size: 36px;
}

.size1440 .sheji-popup-add .top-box .title-box p {
    line-height: 25px;
    font-size: 16px;
}

.size1440 .sheji-popup-add .buquan_step1 .t {
    height: 67px;
    line-height: 67px;
    font-size: 12px;
}

.size1440 .sheji-popup-add .design_result {
    width: 545px;
    height: 369px;
    padding-left: 35px;
}

.size1440 .sheji-popup-add .form-box {
    width: 309px;
    height: 280px;
}

.size1440 .sheji-popup-add .form-item {
    height: 35px;
    margin-bottom: 11px;
}

.size1440 .sheji-popup-add .form-item .left {
    width: 75px;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
}

.size1440 .sheji-popup-add .form-item .right {
    left: 75px;
    width: 232px;
    height: 33px;
}

.size1440 .sheji-popup-add .form-item .right input {
    width: 197px;
    height: 19px;
    line-height: 19px;
    padding: 7px 14px;
    font-size: 12px;
}

.size1440 .sheji-popup-add .form-item .right .unit {
    right: 10px;
    height: 33px;
    line-height: 33px;
    font-size: 12px;
}

.size1440 .sheji-popup-add .form-item .right em {
    top: 14px;
    right: 12px;
    border: 6px solid transparent;
    border-top: 6px solid #929292;
}

.size1440 .sheji-popup-add .form-item .right ul {
    top: 34px;
    width: 232px;
}

.size1440 .sheji-popup-add .form-item .right ul a {
    padding-left: 14px;
    font-size: 12px;
}

.size1440 .sheji-popup-add .buquan_err {
    height: 21px;
    line-height: 21px;
    margin-top: -7px;
    margin-bottom: -14px;
    padding-left: 75px;
    font-size: 12px;
}

.size1440 .sheji-popup-add .buquan_err .iconfont {
    font-size: 12px;
}

.size1440 .sheji-popup-add .apply-add-btn {
    width: 234px;
    height: 35px;
    line-height: 35px;
    margin-top: 21px;
    margin-left: 75px;
    font-size: 12px;
}

.size1440 .sheji-popup-add .download_part {
    top: 28px;
    width: 187px;
    height: 315px;
    padding-top: 10px;
}

.size1440 .sheji-popup-add .download_part .title {
    padding-top: 23px;
    font-size: 18px;
    line-height: 35px;
}

.size1440 .sheji-popup-add .download_part .tit {
    margin-bottom: 12px;
    font-size: 12px;
    line-height: 15px;
}

.size1440 .sheji-popup-add .download_part img {
    width: 122px;
    height: 288px;
}

.size1440 .sheji-popup-add .buquan .download_part {
    left: 210px;
    top: 10px;
}

.size1440 .sheji-popup-add .buquan .download_part .title {
    padding: 0;
    font-size: 22px;
    line-height: 42px;
}

.size1440 .sheji-popup-add .buquan .download_part .tit {
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 18px;
}

.size1440 .sheji-popup-add .buquan .download_part img {
    width: 142px;
    height: 160px;
}

.size1440 .sheji-popup-add .buquan {
    background: #fff url(https://fastued3.jia.com/image/jiahome/sheji-add-bg-1.jpg) 0 bottom no-repeat;
}

.size1440 .portal-popup1.baojia-success {
    width: 580px;
    height: 400px;
}

.size1440 .baojia-success .top-box {
    height: 123px;
}

.size1440 .baojia-success .top-box .icon {
    left: 32px;
    width: 180px;
    height: 120px;
}

.size1440 .baojia-success .top-box .title-box {
    width: 337px;
    height: 82px;
    margin-left: 243px;
    padding: 18px 0;
}

.size1440 .baojia-success .top-box .title-box h2 {
    line-height: 56px;
    font-size: 39px;
    letter-spacing: 10px;
}

.size1440 .baojia-success .top-box .title-box p {
    line-height: 29px;
    letter-spacing: 5px;
    font-size: 19px;
}

.size1440 .baojia-success .baojia_result {
    height: 275px;
}

.size1440 .baojia-success .result_main {
    width: 332px;
    padding-left: 19px;
}

.size1440 .baojia-success .result_text {
    padding-top: 26px;
    font-size: 12px;
}

.size1440 .baojia-success .money {
    margin-top: 16px;
    font-size: 21px;
    height: 60px;
    line-height: 60px;
}

.size1440 .baojia-success .money strong {
    font-size: 47px;
}

.size1440 .baojia-success .bj {
    margin-top: 8px;
}

.size1440 .baojia-success .bj a {
    display: inline-block;
    width: 175px;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
}

.size1440 .baojia-success .bj a i {
    width: 8px;
    height: 14px;
    margin-left: 12px;
    margin-top: 6px;
    vertical-align: top;
}

.size1440 .baojia-success .spc {
    margin-top: 18px;
    line-height: 16px;
    font-size: 12px;
}

.size1440 .portal-popup1 .spc .iconfont {
    font-size: 15px;
}

.size1440 .baojia-success .download_part {
    top: 26px;
    width: 221px;
    height: 232px;
    padding-left: 7px;
}

.size1440 .baojia-success .download_part .title {
    font-size: 18px;
    line-height: 35px;
}

.size1440 .baojia-success .download_part .tit {
    margin-bottom: 12px;
    font-size: 12px;
    line-height: 14px;
}

.size1440 .baojia-success .download_part img {
    width: 204px;
    height: 210px;
}

.size1440 .download_float {
    width: 170px;
    height: 170px;
}

.size1440 .download_float .img {
    width: 100%;
    height: 100%;
}

.size1440 .download_float .qrcode {
    left: 35px;
    top: 35px;
    width: 98px;
    height: 99px;
}

.pop-agree {
    text-align: center;
    position: fixed;
    z-index: 9999999;
    left: 50%;
    top: 50%;
    width: 360px;
    height: 160px;
    padding: 20px 0;
    margin-left: -180px;
    margin-top: -107px;
    font-family: "Microsoft YaHei";
    background: #fff;
    box-sizing: border-box;
    border-radius: 11px;
    display: none;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}

.pop-agree h4 {
    font-size: 15px;
    font-weight: 600;
    color: #333333;
}

.pop-agree h4 i {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(//fastued3.jia.com/image/jiahome/agree-warning.png) no-repeat 0 0;
    background-size: 100%;
    vertical-align: middle;
    margin-right: 4px;
}

.pop-agree .link {
    font-size: 15px;
    color: #606275;
    margin: 20px 0;
}

.pop-agree .link a {
    color: #333333;
    font-weight: bold;
}

.agree-btn a {
    font-size: 14px;
    display: inline-block;
    width: 115px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 24px;

}

.agree-btn a.dis {
    font-weight: 500;
    color: #848494;
    background: #EBEBEB;
}
.agree-btn a.yes {
    margin-left: 40px;
    font-weight: 500;
    color: #fff;
    background: #F03C38;
}