/*对于导航:覆盖选择下拉单的样式*/
.select_city {
    margin-top: 0px;
}

.reg_warp_city {
    margin-top: 6px;
}
.pr{
    position: relative;
    width:100%;
    height:100%;
}
.reg_warp_city .ma_select_target_active {

    font-size: 18px;
    color: #666666;
}

.reg_warp_city .ma_select_target {
    background: url("../images/select_target_bg.png") 10px -28px;
    background-repeat: no-repeat;
}

.ma_select_target_active .ma_select_close_target {
    display: none;
}

.ma_select_target {
    font-size: 20px;
    line-height: 50px;
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 50px;
    text-align: center;
    padding-right: 20px;
    padding-left: 10px;
    background: url(../images/index_select_bg.png) no-repeat;
    background-position: right;
    width: 120px;
    color: #333333;
}

.clear_nav {
    height: 80px;
}

/*大楼详情整体布局*/
body {
    background: #f5f6fb;
}

.list_content {
    width: 1100px;
    height: auto;
    margin: 0px auto;
    padding: 110px 0 0 0;

}

.see_banner_img {
    width: 120px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    padding: 0px;
    font-weight: bold;
    color: #666;
    border-radius: 4px;
    position: absolute;
    top: 480px;
    left: 20px;
    background: #fefefe;
    z-index: 9;
}

.see_banner_img:hover {
    background: #eee;

}

.list_detail_banner {
    min-width: 1100px;
    background-size: cover;
    cursor: pointer;

    /*position: relative;*/
    overflow: hidden;
    z-index: 1;

}

.list_detail_banner_ul {
    /*height: 380px;*/
    /*opacity: 0;*/
    /*overflow: hidden;*/
    /*filter:alpha(opacity=0);*/
    /*-moz-opacity:0;*/
    /*-khtml-opacity: 0;*/

    /*-webkit-opacity: 0;*/
    /*!* Netscape and Older than Firefox 0.9 *!*/
    /*!* Safari 1.x (pre WebKit!) 老式khtml内核的Safari浏览器*!*/
    /*!* IE9 + etc...modern browsers *!*/
    /*!* IE 4-9 *!*/
    /*filter:alpha(opacity=0);*/
    /*!*This works in IE 8 & 9 too*!*/
    /*-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";*/
    /*!*IE4-IE9*!*/
    /*filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);*/

}

.list_detail_arrow_warp {
    min-width: 1100px;
    height: 380px;
    margin: 0px auto;

}

.list_detail_arrow {
    width: 30px;
    height: 60px;
    font-size: 28px;
    text-align: center;
    line-height: 50px;
    margin-top: 180px;
}

.list_detail_arrow img {
    width: 100%;
}

.list_detail_arrow_left {
    position: absolute;
    left: 50%;
    margin-left: -530px;
}

.list_detail_arrow_right {

    position: absolute;
    left: 50%;
    margin-left: 500px;

}

.list_detail_content_warp {
    position: relative;
    height: auto;
    height: 2000px;
    /*这个高度随着内层的高度变化*/
}

.list_detail_content {
    /*这个高度随着内层的高度变化*/
    position: absolute;
    top: -90px;
    width: 1110px;
    height: 2000px;
}

.list_nav {
    width: 1100px;
    height: 100%;
    margin: 0px auto;

}

.list_middle {
    width: 786px;
    /*background: white;*/
    position: absolute;
    left: 0px;
    top: 0px;
    border-radius: 2px;
    overflow: hidden;
    padding-bottom: 20px;
}

.list_right {
    width: 301px;
    position: absolute;
    left: 800px;
    top: 0px;
    border-radius: 2px;

}

/*滚动比较大的时候*/
/*._list_nav {*/
/*width: 150px;*/
/*height: 200px;*/
/*position: fixed;*/
/*top: 82px;*/
/*left: 50%;*/
/*margin-left: -640px;*/
/*}*/

/*.__list_nav {*/
/*width: 150px;*/
/*height: 200px;*/
/*position: absolute;*/
/*bottom: -100px;*/
/*left: 0px;*/
/*}*/

._list_middle {
    width: 640px;
    height: 1000px;
    background: white;
    position: fixed;
    left: 70px;
    top: 80px;
}

.build_title {
    height: 90px;
    position: absolute;
    width: 640px;
    /*这个也需要js控制*/
    top: 0px;
    background: white;
}

._build_title {
    background: white;
    position: fixed;
    top: 51px;
    left: 50%;
    margin-left: -480px;
    z-index: 9991;
    height: 90px;
    width: 640px;

}

.__build_title {
    background: white;
    height: 90px;
    width: 640px;

    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -320px;
    z-index: 999998;

}

._list_right {
    width: 301px;
    float: right;
    height: 100%;
    margin-right: 10px;
}

.order-box {
    background-color: white;
}

._list_right .order-box {

    background: white;
    position: fixed;
    top: 130px;
    width: 301px;
    z-index: 99999;
}

.__list_right .order-box {
    background: white;
    position: absolute;
    right: 10px;
    bottom: -84px;
    width: 301px;
}

/*._list_right {*/
/*width: 301px;*/
/*position: fixed;*/
/*top: 82px;*/
/*left: 1160px;*/
/*!*left: 50%;*!*/
/*!*margin-left: 180px;*!*/
/*background: white;*/

/*}*/

/*.__list_right {*/
/*width: 301px;*/
/*position: absolute;*/
/*bottom: -110px;*/
/*left: 800px;*/
/*background: white;*/
/*}*/

.build_info_gap {
    margin-top: 90px;
}

/*//大楼详情导航*/

.list_nav_ul {
    height: 100%;
}

.list_nav_li {
    font-size: 12px;
    color: #999999;
    /*border-right: solid 4px #ccc;*/
    cursor: pointer;
    display: block;
    margin: 19px 0 0 18px;
}

.list_nav_li_active {
    color: #52bcab;
    /*border-bottom: solid 4px #52bcab;*/
}

.list_title_warp {
    width: 100%;
}

.list_title_text {
    width: 732px;
    margin: 14px 25px 10px 25px;
}

.list_title_icon {
    width: 50px;
    height: 45px;

    padding: 20px;
    padding-left: 40px;
}

.list_title_icon img {
    height: 100%;
}

.border_b {
    /*border-bottom: solid 1px gainsboro;*/

}

.building_name_btn {
    display: inline;
    border: none;
    float: right;
    padding: 4px 8px 4px 8px;
    line-height: 24px;
    text-align: center;
    font-size: 16px;
    border-radius: 2px;
    background: #63d5c3;
    color: white;
}

.building_name_btn:hover {
    background: #14b3a1;
}

.list_title_text_commom {
    color: #333333;
    font-size: 14px;
    padding-top: 17px;
    padding-left: 27px;
    /* line-height: 28px; */
}

.list_title_text_des {
    line-height: 28px;
    font-size: 14px;
    color: #666666;
    padding: 20px 0px 20px 10px;
}

.list_detail_see_build_img {
    height: 0px;
    overflow: hidden;
}

.list_detail_see_build_img img {
    opacity: 10;
}

#list_detail_see_build_img_p {
}

#list_detail_see_build_img_p .list_detail_see_build_img_p_t {
    line-height: 32px;
    font-size: 14px;
    display: block;
    float: left;
    width: 100%;
    color: #63d5c3;
}

#list_detail_see_build_img_p .list_detail_see_build_img_p_t img {
    display: block;
    float: left;
    width: 12px;
    height: 12px;
    margin-right: 6px;
    margin-top: 10px;
}

.transport_text p {
    font-size: 14px;
    color: #666666;
    line-height: 28px;
}

.map_container {
    height: 450px;
    margin: 0 auto;
    min-width: 900px;
    background: white;
    /*margin-top: 50px;*/
}

.map_inner_build {
    position: relative;
    width: 100%;
    height: 0px;
}

.i_map_inner_build {
    position: absolute;
    width: 271px;
    height: 242px;
    z-index: 998;
    background: white;
    top: 28px;
    left: 30px;
    /* margin-left: -520px; */
    overflow: hidden;
    box-shadow: 0px 0px 10px 0px grey;
    text-align: center;
}

.map_inner_build_title {
    height: 40px;
    width: 116px;
    background: #63d5c3;
    font-size: 14px;
    color: white;
    font-weight: bold;
    left: 50%;
    margin-left: -58px;
    line-height: 40px;
    text-align: center;
    position: absolute;

}

.map_inner_build_img_warp {
    width: 300px;
    height: 192px;
    cursor: pointer;
}

.i_map_inner_build img {
    width: 271px;
    height: 181px;
    cursor: pointer;
}

.i_map_inner_build_title {
    font-size: 14px;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    padding: 0 15px;
}

.i_map_inner_build_des {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
}

#able_room_list, #build_info, #stardard, #more_apply,
#more_apply, #public_area, #parking, #transport, #condition_detail_info,
#taking_to_see, #build_info_houses, #nearby_building_list, #lease_conditions {
    background: white;
    margin: 0 0 10px 0;
}

/*可以预定房源办公室*/
.room_list {
    height: 64px;
    padding: 10px 10px;
    /* border: solid 1px gainsboro; */
    cursor: pointer;
    line-height: 68px;
    font-size: 14px;
    white-space: nowrap;
    /* margin-bottom: 20px; */
}

.able_room_list_des .no_room_des,.recommend_list {
    font-size: 14px;
    line-height: 26px;
}

.room_list li span {
    color: #333333;
    /*display: block;*/
    /*float: left;*/
    /*padding: 0px 0px 0px 8px;*/

}

/*.room_area .box {*/
/*position: relative;*/
/*width: 100%;*/
/*}*/

/*.room_area .box span {*/
/*position: absolute;*/
/*top: 0;*/
/*left: 0;*/
/*}*/

.room_area span {
    line-height: 50px;
}

.room_type_name {
    margin-left: 10px;
}

.able_room_list_des {
    padding: 20px 0px 10px 10px;
}

.room_list:hover, .room_list_active {
    background-color: #f7f8fc;
    border-radius: 3px 3px 3px 3px;
}

.room_title_bar .title_room_price {
    width: 96px;
}

.room_title_bar .title_room_price {
    width: 101px;
}

.room_title_bar .title_room_order {
    width: 90px;
}

.room_list li {
    float: left;
    width: 80px;
    /*text-align: center;*/
}

.room_list li.room_pic, .tiaoroom{
    width: 100px;
    position: relative;
}

.room_list li.room_name {
    width: 150px;
    text-align: center;
}

.room_list li.room_area {
    width: 100px;
}

.room_list li.room_decorate {
    width: 80px;
}

.room_list .room_order {
    width: 70px;
    text-align: center;
    height: 100%;
    position: relative;
}

.room_list .room_price {
    width: 110px;
    text-align: center;
}

.room_list a.order-bnt span {
    font-size: 12px;
    color: #ffffff;
}

.room_list a.order-bnt:link, .room_list a.order-bnt:visited {
    width: 42px;
    height: 23px;
    border-radius: 3px 3px 3px 3px;
    background-color: #63d5c3;
    display: block;
    position: absolute;
    top: 23px;
    left: 20px;
    line-height: 23px;
}

.room_list a.order-bnt:hover {
    background-color: #24c1aa;
}

.room_name_icon {
    width: 32px;
    height: 32px;
    padding: 2px;
}

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

.room_list li .room_price_text {
    font-size: 18px;
    color: #63d5c3;
    /*float: right;*/
}

.room_list li .room_type_unit {
    /*float: right;*/
    padding: 0 0 0 5px;
    line-height: 73px;
}

.room_list_drop {
    padding: 16px 0px 16px 0px;
    border-bottom: solid 1px gainsboro;
    /* border-top: solid 1px gainsboro; */
    margin-bottom: 10px;
    /* margin-top: 12px; */
}

.room_list_drop p,
.room_list_drop span {
    color: #666666;
    font-size: 14px;
}

.room_list_drop_right_title {
    line-height: 37px;
    color: #999999;
    display: block;
    font-size: 12px;

}

.room_list_drop_item {
    padding: 8px 8px 0px 8px;
    /*border-left: solid 1px gainsboro;*/
    float: left;
}

.room_list_drop_item_first {
    border-left: none;
}

.room_list_drop .room_list_drop_middle_p_title {
    color: #999999;
    display: block;
    /* float: left; */
    /* width: 80px; */
    font-size: 12px;

}

.room_list_drop_left {
    width: 164px;
}

.room_list_drop_middle {
    width: 100px;
    margin: 4px 0 0 20px;
}

.room_list_drop_middle_p {
    font-size: 12px;
    color: #7b7b7b;
    line-height: 30px;
}

.img_zoom_warp {
    width: 1px;
    height: 0px;
    position: relative;
}

.room_list_drop_img_warp .img_zoom_warp_icon {
    position: absolute;
    width: 22px;
    height: 22px;
    top: 95px;
    left: 136px;
}

.room_list_drop_right {
    /*width: 120px;*/
    border-left: none;
    width:388px;

}

.room_list_drop_right p {
    font-size: 14px;
    line-height: 24px;
}

.room_list_drop_img_warp {
    width: 164px;
    height: 121px;
    cursor: pointer;
    overflow: hidden;
}

.room_list_drop_img_warp img {
    width: 164px;
    height: 121px;
}

.room_type_unit {
    font-size: 12px;
}

/*标准设施*/
.standard_e {
    width: 130px;
    height: 37px;
    float: left;
    margin-right: 10px;
}

.stardard_des {
    padding: 10px 0px 20px 10px;
}

.standard_icon {
    width: 30px;
    height: 26px;
    padding: 12px 10px 10px 0;
    display: block;
    float: left;
}

.standard_icon img {
    height: 85%;
}

.standard_e .standard_text {
    line-height: 50px;
    font-size: 14px;
    color: #bcbcbc;
    display: block;
    float: left;
    width: 80px;
    text-align: left;
}

.standard_e_none .standard_text {
    line-height: 50px;
    font-size: 14px;
    display: block;
    float: left;
    color: #666666;
    width: 80px;
    text-align: left;
}

.standard_e .has_standard {
    display: none;
}

.standard_e .hasno_standard {
    display: block;
}

.standard_e_none .has_standard {
    display: block;
}

.standard_e_none .hasno_standard {
    display: none;
}

/*更多提供*/
.more_e {
    width: 130px;
    height: 37px;
    float: left;
    margin-right: 10px;
}

.more_apply_des {
    padding: 10px 0px 20px 10px;
}

.more_e_icon {
    display: block;
    float: left;
    width: 16px;
    height: 16px;
    padding: 12px 12px 12px 0;
}

.more_e_icon img {
    width:16px;
    height:16px;
}

.more_e_text {
    font-size: 14px;
    color: #666666;
    line-height: 40px;
    display: block;
    float: left;
    width: 100px;
}

/*//公共区域*/
.public_area {
    height: 0px;
    overflow: hidden;
}

.build_public_img {
    width: 150px;
    height: 150px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}

.public_area_des {
    padding: 25px 0px 20px 10px;
}

.build_public_img img {
    width: 100%;
    height: 100%;
    border: solid 2px gainsboro;
    border-radius: 2px;
}

.transport_des {
    padding: 20px 0px 0px 10px;
}

/*右边固定栏*/
.list_right_top {
    padding: 20px 20px 0px 20px;

}

.list_right_top_ul {
    border-bottom: solid 1px gainsboro;
    padding-bottom: 10px;
}

.ul_list {
    height: 33px;
    line-height: 28px;
    padding-right: 10px;
}

.ul_list_span {
    display: block;
    float: left;
    font-size: 14px;
    color: #7b7b7b;
}

.ul_list_name {
    width: 60px;
    text-align: right;
    font-size: 14px;
    color: #666;

}

.ul_list_val {
    text-align: center;
    float: right;
}

.ul_list_unit {
    text-align: left;
    float: right;
}

.ul_list_total_val {
    color: #28a291;
    font-size: 24px;
    line-height: 16px;
    margin-right: 6px;
}

.ul_list_total_unit {
    color: #28a291;
    font-size: 14px;
}

.ul_list_total {
    padding: 20px 30px 20px 20px;
}

.list_right_btn_warp {
    padding: 0 22px 16px;
}

.list_right_btn {
    width: 100%;
    border-radius: 4px;
    text-align: center;
    height: 46px;
    color: white;
    cursor: pointer;
    font-size: 16px;
    padding: 0px;
}

.list_right_btn_had_offline {
    width: calc(100% - 40px);
    border-radius: 4px;
    text-align: center;
    height: 40px;
    color: white;
    cursor: pointer;
    font-size: 16px;
    padding: 0px;
    background: grey;
    font-weight: 100;
    margin:0 20px 10px;
}

.ul_list_name {

}

.room_list_person_contenteditable {
    padding: 0px 10px 0px 10px;
    box-shadow: inset 0px 0px 4px 0px grey;
    margin-right: 8px;
    border-radius: 2px;
}

.list_right_btn {
    background: #fd7387;
    font-weight: 100;
}

.list_right_btn:hover {
    background: #eb5165;
}

.list_right_btn_active {
    background: #63d5c3;
}

.list_right_btn_active:hover {
    background: #41b3a1;
}

.room_list li .room_red_color {
    color: #fd7387;
    font-size: 24px;
    font-weight: bold;
}

.list_right_bottom {
    height: 70px;
    border-top: 1px solid gainsboro;

}

.list_right_bottom_left {
    float: left;
    padding: 10px 0px 10px 20px;
}

.list_right_bottom_left p {
    line-height: 25px;
    font-size: 14px;
    color: #7b7b7b;
}

.list_right_bottom_right {
    float: right;
    width: 40px;
    height: 40px;
    padding: 15px;

}

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

.list_right_share {
    height: 50px;
    border-top: solid 4px #f5f5f5;
}

.list_right_share a {
    display: block;
    float: left;
    width: 96px;
    margin-left: 3px;
    height: 50px;
}

.share_icon {
    display: block;
    float: left;
    width: 18px;
    height: 18px;
    margin-top: 16px;
    margin-left: 15px;
}

.share_icon img {
    height: 100%;
}

.share_text {
    line-height: 40px;
    font-size: 12px;
    display: block;
    float: left;
    width: 61px;
    text-align: center;
    box-shadow: 1px 0px 0px 0px gainsboro;
    /*border-right: solid 1px gainsboro;*/
    margin-top: 5px;
    color: #7b7b7b;
}

.last_share {
    box-shadow: 0px 0px 0px 0px gainsboro;
}

.video_post {
    position: relative;
    width: 100%;
    height: 207px;
    cursor: pointer;
}

.video_post_img {
    width: 100%;
    height: 207px;
}

.list_right_video {
    position: relative;
    border-top: solid 1px gainsboro;
    padding: 20px;
}

.build-video {
    position: fixed !important;
    margin: auto;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;

    /*    position:absolute;
        top:50%;
        left:50%;
        margin:-180px 0 0 -320px;*/
    width: 640px;
    height: 360px;
}

.video_post:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.list_right_video .build-video {
    display: none;
}

.video_post .play-button,
.list_right_video .video-js .vjs-big-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 48px;
    height: 48px;
    margin: -24px 0 0 -24px;
    border: none;
    background: url('../images/video_play_mid.png') no-repeat 0 0;
}

/*预约看房*/
#inp_warp {
    width: 900px;
    height: 400px;
    border-left: solid 4px #63d5c3;
    position: relative;
    margin: 100px auto;
    box-shadow: 0px 0px 20px 0px gainsboro;
    background: white;
}

.inp {
    width: 620px;
    height: 70px;

    position: absolute;
    cursor: pointer;
    left: 110px;
    top: 190px;
}

.inp_title {
    font-size: 22px;
    float: left;
    line-height: 40px;
    margin-right: 10px;
}

.inp_target {
    display: block;
    float: left;
    border: none;
    border-bottom: 1px solid black;
    height: 30px;
    line-height: 40px;
    font-size: 22px;
}

/*底部提交点*/
.inp_sub {
    width: 300px;
    height: 60px;
    background: #63d5c3;
    cursor: pointer;
    position: absolute;
    left: 300px;
    top: 370px;
    color: white;
    line-height: 60px;
    text-align: center;
    font-size: 22px;
}

.inp_sub_error {
    background: #d56376;
}

.inp_sub:hover {
    background: black;
    color: white;

}

.inp_sub_error:hover {
    background: #d56376;
}

#mask_for_publish {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 99999;
    width: 100%;
    height: 100%;
    background: rgba(11, 11, 11, 0.4);
    position: fixed;
    display: none;
}

.close_mask_for_publish {
    position: absolute;
    top: 60px;
    left: 50%;
    margin-left: 500px;
    cursor: pointer;
}

.close_mask_closeline_warp {
    width: 30px;
    height: 30px;
    display: block;
    cursor: pointer;
}

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

.detail_pre_ok_warp {
    width: 900px;
    height: auto;
    top: 80px;
    position: absolute;
    left: 50%;
    margin-left: -450px;
    text-align: center;
}

.detail_pre_ok {
    display: inline;
}

.detail_pre_ok_title {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    width: 100%;
    line-height: 64px;
}

.detail_pre_ok_des {
    font-size: 24px;
    text-align: center;
    line-height: 48px;
    color: #666666;
}

.re_send_sign_code_btn_able {
    color: #63d5c3;
}

/*拷贝提示*/

.copy-tips {
    position: fixed;
    z-index: 999;
    bottom: 50%;
    left: 50%;
    margin: 0 0 -20px -80px;
    background-color: rgba(0, 0, 0, 0.2);
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr=#30000000, endColorstr=#30000000);
    padding: 6px;
}

.copy-tips-wrap {
    padding: 10px 20px;
    text-align: center;
    border: 1px solid #F4D9A6;
    background-color: #FFFDEE;
    font-size: 14px;
}

/*二维码*/
.link_code_mask {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 99999;
    width: 100%;
    height: 100%;
    background: rgba(11, 11, 11, 0.4);
    position: fixed;
}

.close_link_code {
    height: 80px;
    background: #edefec;
    border-bottom: solid 1px gainsboro;
    font-size: 20px;
    color: #333;
}

.close_mask_title {
    display: block;
    float: left;
    line-height: 80px;
    padding-left: 20px;
}

.close_mask_closeline_warp {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    padding: 25px;
}

.link_code_warp {
    width: 430px;
    height: 435px;
    position: absolute;
    top: 160px;
    left: 50%;
    margin-left: -215px;
    cursor: pointer;
    background: white;
    border-radius: 4px;
    overflow: hidden;
}

#link_code {
    width: 200px;
    height: 200px;
    margin: 50px auto;
    margin-bottom: 30px;
    overflow: hidden;
}

.share_weichat_des {
    padding: 0px 50px 40px 50px;
    font-size: 18px;
    text-align: center;
    line-height: 32px;
    color: #333333;
}

/*右边添加的二维码*/
.list_right_code {
    height: 130px;
    border-top: solid 1px gainsboro;
}

.list_right_code_warp {
    width: 94px;
    padding: 18px 10px 10px 18px;
    float: left;
}

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

.list_right_text_warp {
    float: left;
    text-align: center;
    width: 130px;
    height: 90px;
    font-size: 12px;
    line-height: 20px;
    padding-top: 40px;
    color: #666666;
}

.list_right_text {
    display: inline-block;
    font-size: 16px;
    color: #f9911a;
    text-shadow: 0px 1px 0px #333333;
    font-weight: bold;
}

.list_right_activity_img_warp {

    position: relative;
    width: 10px;
    height: 10px;

}

.list_right_activity_img {
    position: absolute;
    width: auto;
    height: 96px;
    left: 242px;

}

/*pk部分*/
/*pk按钮*/
.list_right_btn_add {
    width: 100%;
    border-radius: 4px;
    text-align: center;
    height: 46px;
    color: white;
    cursor: pointer;
    font-size: 16px;
    padding: 0px;
}

.list_right_btn_add b {
    font-size: 20px;
    color: white;
}

.list_right_btn_add {
    font-weight: 100;
    display: none;
}

.list_right_btn_add_active {
    background: #71afee;
    display: block;
}

.list_right_btn_add_active:hover {
    background: #408bbb;
    display: block;
}

.had_add_pk_right_btn {
    text-align: center;
    padding: 10px 0px 10px 0px;
    line-height: 32px;

}

.had_add_pk_right_btn span {
    display: block;
    float: left;
    font-size: 16px;
    color: #333;
    line-height: 32px;
}

.had_add_pk_right_btn_icon {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    margin-left: 50px;
    margin-top: 5px;
}

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

.swiper-slide {
    height: 360px !important;
}

.detail-swiper-container {
    background: #000;

}

.pgwSlideshow .ps-list ul {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    left: 0;
}

.ps-list ul {
    width: auto;
    min-width: 100%;
}

.list_detail_banner {
    height: 360px;

}

.loading_img_warper {
    float: left;
    width: 30%;

}

.loading_img_warper img {
    width: 32px;
    margin: 0px auto;
    margin-top: 164px;

}

.detail-swiper-container {
    position: relative;
}

.detail-swiper-container .swiper-wrapper {
}

.detail-swiper-container .swiper-slide {
}

.detail-swiper-container .swiper-button-prev {
    background: rgba(0, 0, 0, 0) url("../images/b-left.png") no-repeat scroll 0 0;
    position: absolute;
    top: 50%;
    width: 61px;
    height: 61px;
/ / margin-top: - 22 px;
    margin-top: 150px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 61px 61px;
    -webkit-background-size: 61px 61px;
    background-size: 61px 61px;
    background-position: center;
    background-repeat: no-repeat;
    left: 10%;
}

.detail-swiper-container .swiper-button-next {
    background: rgba(0, 0, 0, 0) url("../images/b-right.png") no-repeat scroll 0 0;
    position: absolute;
    top: 50%;
    width: 61px;
    height: 61px;
    margin-top: 150px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 61px 61px;
    -webkit-background-size: 61px 61px;
    background-size: 61px 61px;
    background-position: center;
    background-repeat: no-repeat;
    right: 10%;

}

.detail-swiper-container .b-building-img {
    background: rgba(0, 0, 0, 0) url("../images/b-building-img.png") no-repeat scroll 0 0;
    width: 100px;
    height: 26px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 100px 26px;
    -webkit-background-size: 100px 26px;
    background-size: 100px 26px;
    background-position: center;
    background-repeat: no-repeat;
    float: left;
}

.detail-swiper-container .b-public-img {
    background: rgba(0, 0, 0, 0) url("../images/b-public-img.png") no-repeat scroll 0 0;
    width: 100px;
    height: 26px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 100px 26px;
    -webkit-background-size: 100px 26px;
    background-size: 100px 26px;
    background-position: center;
    background-repeat: no-repeat;
    float: left;
}

.detail-swiper-container .b-office-img {
    background: rgba(0, 0, 0, 0) url("../images/b-office-img.png") no-repeat scroll 0 0;
    width: 100px;
    height: 26px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 100px 26px;
    -webkit-background-size: 100px 26px;
    background-size: 100px 26px;
    background-position: center;
    background-repeat: no-repeat;
    float: left;
}

.detail-swiper-container .b-button {
    position: absolute;
    width: 100%;
    height: 30px;
    /*            margin-top: -22px;*/
    z-index: 10;
    bottom: -10px;
    padding-top: 1.5cm;
}

.loading_img {
    height: 360px;
}

.detail_banner_img {
    width: 33%;
    height: 100%;
    float: left;
    box-sizing: content-box;
    margin: 0 5px 0 0;
}

.detail_banner_clear_margin {
    margin: 0;
}

.detail-swiper-container .b-button div {
    margin-left: 10px;
}

.brand_intro {
    width: 100%;
    background: #fff;
}

.brand_intro_warper {
    width: 1100px;
    margin: 0px auto;
    padding-top: 35px;
    padding-bottom: 115px;

}

.brand_intro_warper_left {
    float: left;
    font-size: 16px;
    color: #666;
    width: 110px;
    margin-left: 180px;

}

.brand_intro_warper_right {
    font-size: 16px;
    color: #666;
    float: left;
    width: 800px;
}

.zuijingengxin {
    width: 100%;
    background: #f5f6fb;
}

.zuijingengxin .text {
    font-size: 14px;
    color: #999999;
    text-align: left;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.liste_detail_title {
    height: 55px;
    text-align: center;
    padding: 39px 0 0 0;
    background: #ffffff;
}

._fix_detail_title {
    position: fixed;
    top: -80px;
    width: 100%;
    text-align: center;
    z-index: 999;
    padding: 38px 0;
}
.total_question img{
    width:20px !important;
    height:20px !important;
}
.liste_detail_title h1.build_name {
    font-size: 34px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family:Source Han Sans,Source Han Sans-CN,Arial,PingFang SC,SimHei, Helvetica, sans-serif;
    padding: 0 0 13px 0;
}

.liste_detail_address {
    height: 25px;
    text-align: center;
    background: #ffffff;
    padding: 0 0 20px 0;
}

.liste_detail_address span {
    color: #7b7b7b;
    font-size: 15px;
}

.list_detail_menu_seciton {
    background: #ffffff;
    height: 52px;
}

._fix_list_detail_menu_seciton {
    position: fixed;
    top: 64px;
    z-index: 999;
    width: 100%;
    border-bottom: solid 1px #edeffa;
}

ul.list_nav_ul li {
    float: left;
    width: 116px;
    height: inherit;
}

ul.list_nav_ul li.canorder {
    width: 128px;
}

.detail-bottom {
    display: none;
}

.detail-bottom.active {
    display: block;
    width: 50px;
    height: 2px;
    background: #52bcab;
    margin: 15px 0 0 22px;
}

.detail-bottom.fix.active {
    display: block;
    width: 50px;
    height: 2px;
    background: #52bcab;
    margin: 15px 0 0 16px;
}

.room_title_bar {
    width: 100%;
}

.room_title_bar ul {
    height: 33px;
}

.room_title_bar ul li {
    float: left;
    width: 92px;
    height: 100%;
    margin: 9px 0 5px 0;
    text-align: center;
    font-size: 12px;
    color: #333333
}

.room_title_bar ul li.pic {
    width: 150px;
}

.room_title_bar {
    height: 33px;
    border-top: solid #edeffa 1px;
    border-bottom: solid #edeffa 1px;

}

.condition_title_text, .taking_to_see_count {
    width: 732px;
    margin: 0 auto;
    margin-top: 12px;
    border-top: solid 1px #edeffa;
    padding: 20px 0 0 0;
}

.condition_title_text ul li {
    width: 240px;
    float: left;
    height: 70px;
}

p.condition_tlist_drop_middle_p {
    line-height: 30px;
}

.condition_tlist_drop_middle_p .condition_list_drop_middle_p_title {
    color: #999999;
    display: block;
    font-size: 12px;
}

.condition_tlist_drop_middle_p .condition_list_drop_middle_p_content {
    color: #666666;
    font-size: 14px;
}

.condition_title_info p {
    font-size: 14px;
    line-height: 24px;
    color: #666666;
}

.taking_to_see_count {
    height: 52px;
    padding: 44px 0;
}

.taking_to_see_count .count_left, .taking_to_see_count .count_right {
    width: 350px;
    float: left;
    padding: 0 0 0 10px;
}

/*.taking_to_see_count .count_left,  {*/
/*padding: 0 0 0 10px;*/
/*}*/

.taking_to_see_count .count_left .icon, .taking_to_see_count .count_right .icon {
    float: left;
    margin: 0 25px;
}

.taking_to_see_count .count_left .nums-box .nums, .taking_to_see_count .count_right .nums-box .nums {
    font-size: 42px;
    color: #333333;
}

.taking_to_see_count .count_left .nums-box .tips, .taking_to_see_count .count_right .nums-box .tips {
    font-size: 14px;
    color: #999999;
}

.taking_to_see_count .count_left .nums-box, .taking_to_see_count .count_right .nums-box {
    float: left;
}

.taking_to_see_list {
    width: 732px;
    border-top: solid 1px #edeffa;
    border-bottom: solid 1px #edeffa;
    margin: 0 auto;
    margin-top: 12px;
    padding: 18px 0 0 0;
}

.logs {
    clear: left;
    font-size: 14px;
}

.logs .date, .logs .type, .logs .industry, .logs .rent_fee_or_nums, .logs .type_taking {
    width: 100px;
    float: left;
    color: #666666;
    padding: 0px 0 30px 0;
}

.logs .date {
    width: 80px;
}

.logs .type, .logs .type_taking {
    width: 56px;
    padding: 0 0 0 4px;
}

.logs .industry {
    width: 350px;
}

.logs .type span {
    background-color: #71afee;
    color: #ffffff;
    width: 42px;
    padding: 5px 8px;
    border-radius: 3px 3px 3px 3px;
    font-size: 12px;
}

.logs .type_taking span {
    background-color: #63d5c3;
    color: #ffffff;
    width: 42px;
    padding: 5px 8px;
    border-radius: 3px 3px 3px 3px;
    font-size: 12px;
}

.see-more-logs {
    height: 65px;
    position: relative;
    border-top: solid 1px #edeffa;
}

.see-more-logs .bnt {
    width: 85px;
    color: #63d5c3;
    height: 15px;
    font-size: 14px;
    margin: 23px 0 0 336px;
    position: absolute
}
.border_top {
    border-top: solid 1px #edeffa;
}

.stardard_des .subtitle, .more_apply_des .subtitle {
    font-size: 12px;
    color: #999999;
    padding: 5px 0 10px;

}

.build_info_houses .condition_title_text {
    padding-bottom: 0;
}

#transport {
    width: 1100px;
    min-height: 670px;
}

.transport_text {
    width: 1050px;
}

.nearby_list {
    width: 1050px;
    height: 100%;
    margin: 26px auto;
    padding: 26px 0;
}

#nearby_building_list {
    height: 346px;
}

.nearby_building {
    float: left;
    width: 250px;
    height: 230px;
    padding: 0 15px 0 0;
    cursor: pointer;
}

.nearby_building-no-padding, .recommend_building-no-padding{
    padding: 0;
}

.nearby_building .img, .nearby_building .img img{
    width: 249px;
    height: 158px;
}

.nearby_building .title,.recommend_building .title {
    padding: 20px 0 10px 0;
    font-size: 16px;
    color: #333333;

    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;

}

.nearby_building .price .text,.recommend_building .price .text {
    font-size: 18px;
    color: #63d5c3;
}

.nearby_building .price .unit,.recommend_building .price .unit {
    font-size: 12px;
    color: #999999;
}

.list_right_rent_rate {
    border-top: solid 1px #edeffa;
    padding: 20px;
    background: white;
    margin: 0 0 5px 0;
}

.list_right_rent_rate .title {
    font-size: 16px;
    color: #333333;
    padding: 0 0 19px 0;
}

.list_right_rent_rate .rent_rate_text .about {
    font-size: 14px;
    color: #71afee;
}

.list_right_rent_rate .rent_rate_text .rate {
    font-size: 28px;
    color: #71afee;
    padding: 0 0 0 5px;
}

.list_right_rent_rate .rent_rate_map {
    padding: 24px 0 15px 0;
}

.list_right_rent_rate .tips {
    font-size: 14px;
    color: #666666;
    padding: 0 0 0 16px;
}

.detail-info-hidden, .condition-detail-more-hidden {
    display: none;
}

.show-more-detail-info {
    position: relative;
    padding: 20px 0;
}

.show-more-detail-info .bnt {
    position: absolute;
    font-size: 14px;
    color: #63D5C3;
    right: -20px;
    cursor: pointer;
}
.show-more-detail-info .show-more-bnt {
    width: 85px;
    color: #63d5c3;
    height: 15px;
    font-size: 14px;
    margin: 0px 0 10px 266px;
    position: absolute;
    cursor: pointer;
}
.condition_title_info {
    /*padding: 50px;*/
}

.condition-detail-more-info {
    position: relative;
    padding: 20px 0;
}

.condition-detail-more-info .bnt {
    position: absolute;
    font-size: 14px;
    color: #63D5C3;
    right: -3px;
    cursor: pointer;
    bottom: 15px;
}

.taking_to_see-more-hidden {
    display: none;
}

.taking_to_see-more-info {
    clear: both;
    cursor: pointer;
}

.loading_img_full {
    background-position: center;
    min-width: 1100px;
    height: 360px;
}

.loading_img_full .loading_img_warper.detail_banner_img {
    width: 100%;
}

a.immediately_order:link, a.immediately_order:visited {
    width: 70px;
    height: 23px;
    border-radius: 3px 3px 3px 3px;
    background-color: #63d5c3;
    display: block;
    line-height: 23px;
    text-align: center;
    color: #fff;
    margin: 18px 0 0 14px;
    font-size: 12px
}

a.immediately_order:hover {
    background-color: #24c1aa;
}

.immediately_order {
    display: none;
}

div#transport-box {
    padding: 0 0 36px 0;
}

#rent_rate_map canvas {
    cursor: pointer;
}

.list_right_phone {
    height: 59px;
    border-top: solid 1px gainsboro;
    padding: 22px 0 7px 0;

}

.list_right_phone .contact_phone .left {
    float: left;
    width: 63px;
    height: 63px;
}
.list_right_phone .contact_phone .left .box{
    position: relative;
}

.list_right_phone .contact_phone .left .box img{
    position: absolute;
    top: 3px;
    left: 21px;
}

.list_right_phone .contact_phone .right {
    float: left;
    width: 230px;
}

.list_right_phone .contact_phone .right .phone_num {
    font-size: 21px;
    color: #333333;
}

.list_right_phone .contact_phone .right .text {
    font-size: 12px;
    color: #999999;
    padding: 5px 0 0 0;
}


/*头像操作*/
.headerurl{
    text-align: center;
    margin: auto;
}
.headerurlimg{
    margin-top:5px;
    width:77px;
    height:77px;
    display: inline-block;
    border-radius: 50%;
}
.lineh30{
    line-height:30px;
}
.lineh20{
    line-height:20px;
}
.ft16{
    font-size:16px;
    color:#666666;
}
.ft14{
    font-size:14px;
    color:#999999;
}
.clearfix:after{
    content:"";
    display: block;
    clear: both;
}
.clearfix:after{
    zoom:1;
}
.dianhuatongzhi_clearfix{
    margin-top:10px;
    padding-top:15px;
    margin-bottom:10px;
    border-top:4px solid #f5f5f5;
}
.dianhuatongzhi_clearfix img{
    width:28px;
    margin-left:18px;
    float: left;
    margin-top:4px;
}
.dianhuatongzhi_clearfix:after{
    display: block;
    content:"";
    clear: both;
}
.dianhuatongzhi_clearfix:after{
    zoom: 1;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.frphone{
    padding-top: 17px;

    padding-right: 27px;
}
.phonesfr{
    width:20px;
    display: inline-block;
}
.phonesspan{
    display: inline-block;
    vertical-align: middle;
    margin-top:-10px;
    margin-left:4px;
    font-size:15px;
}
.dianhuatongzhi_clearfix div{
    margin-left:10px;
    margin-top:-10px;
}

.dianhuatongzhi_clearfix_p1{
    font-size:20px;
    color:#7b7b7b;
}
.dianhuatongzhi_clearfix_p2{
    color:#7b7b7b;
    font-size:12px;
}

.recommend_building {
    float: left;
    width: 224px;
    height: 225px;
    padding: 15px 15px 0 0;
    cursor: pointer;
}
.recommend_building .img, .recommend_building .img img {
    width: 223px;
    height: 158px;
}
.mylists{
    display: inline-block;
    width:4px;

    height:4px;

    border-radius: 50%;
    vertical-align: middle;
    background: #63d5c3;
    margin-right:6px;
    margin-top:-2px;
}
.mycoft{
    color:#666666;
    font-size:14px;
}
#mask_find_build6:hover{
    text-decoration: underline;
}