*[no_select] {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

*[ma3_btn_annimation] {
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 2s;
    -o-transition-duration: 0.2s;
. iyuzu -moz-animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
}

*[btn] {
    cursor: pointer;
}

.f_right {
    float: right;
}

.f_left {
    float: left;
}

.clear {
    clear: both;
}

.hand {
    cursor: pointer;
}

[data-taggle-target="false"] {
    display: none;
}

[data-taggle-target="true"] {
    display: block;
}

.displaynone {
    display: none;
}

.displayblock {
    display: block;
}

.load_gif {
    width: 100%;
    text-align: center;
}

.load_gif img {
    display: inline;
}

.screen_mask_sign,
.screen_mask_cropit {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 2222222222222;
    display: none;
}

/*委托找房的遮罩*/
.mask_for_order {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 99999;
    width: 100%;
    height: 100%;
    background: rgba(11, 11, 11, 0.4);
    position: fixed;
}

.close_mask_for_order {
    position: absolute;
    padding: 20px;
    font-size: 30px;
    left: 50%;
    margin-left: 500px;
    top: 40px;
    cursor: pointer;
}

.close_mask_closeline_warp {
    width: 40px;
    height: 40px;
    display: block;
}

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

.close_mask_for_order:hover {
    color: #00a5b3;
}

.mask_for_order_p {
    width: 1000px;
    height: 450px;
    background: white;
    margin: 100px auto;
    background: white;
    border-left: 4px solid #63d5c3;
    position: relative;
}

.mask_for_order_p_bg {
    position: absolute;
    width: 1000px;
    height: 450px;
    background: url("/images/mask_for_orders.png");
}

.alert_title {
    position: absolute;
    font-size: 20px;
    left: 100px;
    top: 100px;
}

.alert_phone_inp1 {
    position: absolute;
    display: block;
    width: 300px;
    height: 40px;
    border: none;
    border-bottom: solid 2px black;
    left: 100px;
    font-size: 18px;
    top: 130px;
}

.alert_verify {
    font-size: 20px;
}

.alert_verify_inp {
    display: block;
    width: 200px;
    height: 40px;
    border: none;
    border-bottom: solid 2px black;
    left: 100px;
    font-size: 18px;
    top: 170px;

}

.get_verify_btn {
    width: 120px;
    height: 32px;
    border-radius: 4px;
    border: solid 1px #63d5c3;
    line-height: 32px;
    color: #666666;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    margin-left: 320px;
    margin-top: -30px;
}

.re_get_phone1 {
    line-height: 32px;
    color: #999;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    border: 1px solid gainsboro;
    border-radius: 4px;
    width: 120px;
    margin-left: 320px;
    margin-top: -30px;
}

.mask_tips_warp1 {
    margin-left: 100px;
    font-size: 18px;
    line-height: 60px;
    position: absolute;
    bottom: 185px;
}

.submit_btn {
    width: 100px;
    text-align: left;
    cursor: pointer;
    color: #999999;
    font-size: 15px;
}

.submit_btn:hover {
    color: #999999;
}

.rightgo_warp {
    display: block;
    float: left;
    width: 30px;
    height: 30px;
    margin-top: 15px;
}

.rightgo_warp img {
    width: 100%;
}

.submit_success_tip {
    font-size: 16px;
}

.submitok_warp {
    display: block;
    float: left;
    width: 28px;
    height: 28px;
    margin-top: 17px;
}

.submitok_warp img {
    width: 100%;
}

.order_sending,
.order_sending_over {
    display: block;
    float: left;
}

.order_sending_over1 {
    display: block;
    float: left;
}

/*马上办公提示框*/
#ma3_alert_warp {
    position: fixed;
    z-index: 99999999999999;
    left: 50%;
    height: 60px;
    top: 40px;
}

#ma3_alert_warp_inner {
    height: 60px;
    padding-left: 30px;
    padding-right: 30px;
    float: left;
    margin-left: -50%;
    font-size: 16px;
}

.ma3_alert_warn {
    background: #8ee0ff;
    color: #393939;

}

.ma3_alert_ok {
    background: #83d29d;
    color: white;
}

.ma3_alert_error {
    background: #e93d51;
    color: black;
}

.ma3_alert_warp_icon {
    height: 40px;
    width: 40px;
    float: left;
    padding-top: 15px;

}

.ma3_alert_warp_icon img {
    height: 30px;
    width: 30px;
}

.ma3_alert_warp_text {
    float: left;
    line-height: 60px;
    text-align: center;
}

/*ie8以及ie8弹窗*/
#mask_ie {
    width: 100%;
    height: 100%;
    -webkit-opacity: 0.8;
    /* Netscape and Older than Firefox 0.9 */
    -moz-opacity: 0.8;
    /* Safari 1.x (pre WebKit!) 老式khtml内核的Safari浏览器*/
    -khtml-opacity: 0.8;
    /* IE9 + etc...modern browsers */
    opacity: 0.8;
    /* IE 4-9 */
    filter: alpha(opacity=80);
    /*This works in IE 8 & 9 too*/
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    /*IE4-IE9*/
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    background: black;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 2222222222222;
}

.mask_ie_content {
    background-color: white;
    width: 660px;
    top: 100px;
    left: 50%;
    margin-left: -350px;
    padding: 20px;
    position: fixed;
    z-index: 2222222222223;

}

.mask_ie_content h1 {
    font-size: 32px;
    font-weight: bold;

}

.mask_ie_content p {
    font-size: 20px;
    line-height: 32px;
    padding: 20px 0px 20px 0px;
}

.mask_ie_content .mask_iea {
    color: #63d5c3;
}

.chrome_down {
    display: block;
    text-align: center;
}

.chrome_down img {
    display: inline;
}

.mask_ie_content .i_know_btn {
    display: block;
    background: #63d5c3;
    height: 60px;
    text-align: center;
    line-height: 60px;
    margin-top: 20px;
    border-radius: 4px;
    color: white;
    font-size: 18px;
}

.i_know_btn:hover {
    background: #00a5b3;

}

.iyuzu {
    position: absolute;
    width: 33px;
    z-index: 10;
    height: 33px;
    background: rgba(0, 0, 0, 0) url("../images/yuzu.png") no-repeat scroll 0 0;
}

.iyuzu1 {
    height: 33px;
    background: rgba(0, 0, 0, 0) url("../images/yuzu.png") no-repeat scroll 0 0;
}

.search_overlay {
    position: fixed !important;
    /*display: none;*/
    height: 100% !important;
    width: 100% !important;
    top: 0px !important;
    z-index: 2147483648 !important;
    background: rgba(0, 0, 0, 0.5) !important;
}

/*.zhinengzhaofang_overlay {*/
/*width: 100%;*/
/*height: 100%;*/
/*position: relative;*/
/*}*/

.zhinengzhaofang_layout {
    top: 50%;
    left: 50%;
    width: 627px;
    height: 607px;
    position: absolute;
    margin: -303px 0 0 -313px;
    background-color: #F5F6F8;
    border-radius: 5px;
}

.contact_box {
    position: fixed;
    right: 5px;
    bottom: 34px;
    width: 46px;
    height: 46px;
    z-index: 9999;
    /* bottom: 118px; */
}

.contact_box .contact_ma3bot {
    width: 46px;
    height: 46px;
    background: url(/images/questions/mabot-1.png) no-repeat 8px 4px;
    border-radius: 3px 3px 3px 3px;
    background-color: #14aaa1;
    margin: 10px 0 0 0;
    cursor: pointer;
    box-shadow: -1px 3px 10px 2px rgba(10, 50, 46, 0.1);
}

.contact_box .contact_ma3bot_hover {
    background: url(/images/questions/mabot-1.gif) no-repeat 8px 4px;
    background-color: #0f9189;
}

.is_sale {
    background: rgba(0, 0, 0, 0) url(/images/tejia618.png) no-repeat scroll 0 0;
    width: 2.8rem;
    height: 2.8rem;
    position: absolute;
    top: 8px;
    right: 140px;
}

.clearfixed {
    content: "";
    display: block;
    clear: both;
}

.fled {
    float: left
}

.fred {
    float: right
}

.setwidthed {
    width: 80px;
    text-align: center;
}

.setwidthed img {
    width: 34px;
    margin: auto;
}

.setwidthed p {
    margin-top: 10px;
    font-size: 14px;
    color: #666;
    font-weight: 500;
}

.setwidthed1 {
    width: 30px;
    text-align: center;
}

.setwidthed1 img {
    width: 10px;
    margin: auto;
    margin-top: 12px;
}

.setboxed {
    width: 450px;
    margin: auto;
    margin-top: 44px;
}

.set_h3ed {
    font-size: 18px;
    text-align: center;
    width: 450px;
}

.mask_left_dived {
    position: absolute;
    left: 40px;
    margin-top: 155px;
    width: 50%
}

.mask_right_dived {
    position: absolute;
    left: 450px;
    margin-top: 30px;
    width: 500px;
    height: 100%;
}

.mask_right_dived_p {
    font-size: 30px;
    color: #333333;
    position: absolute;
    top: 35px;
    left: 100px;
    font-family: Source Han Sans, Source Han Sans-CN, Microsoft YaHei, MicrosoftYaHei, 微软雅黑, Arial, PingFang SC, SimHei, Helvetica, sans-serif;
}

.zhinengzhaofangdianhua {
    width: 146px;
    height: 46px;
    text-align: center;
    position: absolute;
    bottom: -10px;
    right: 56px;
    background: #14aaa1;
    border-radius: 3px;
    cursor: pointer;
}

.zhinengzhaofangdianhua:hover {
    background: #0f9189;
}

.zhinengzhaofangdianhua_img {
    width: 22px;
    height: 28px;
    margin-top: 0px;
    display: inline-block;
    vertical-align: middle;
}

.zhinengzhaofangdianhua span {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    line-height: 46px;
    color: white;
    font-weight: 600;
    width: 90px;
}

.zhinengzhaofangdianhua .event_consultant_text {
    font-size: 18px;
}




#MEIQIA-BTN-HOLDER {
    right: 210px !important;
}

.mylistbuildBox {
    overflow: auto;
    max-height: calc(100vh - 92px);
}

.mya_shoucangBox {
    padding: 0px 20px;
    margin: 0;
    cursor: pointer;
    border-right: solid 1px #2e2e2e;
}

.mya_shoucangBox:after {
    content: "";
    display: block;
    clear: both;
}

.mya_shoucangBox:after {
    zoom: 1;
}

.myshoucangImg {
    display: block;
    float: left;
    width: 14px;
    margin-top: 13px;
    margin-right: 4px;
}

.mya_shoucangBox:hover .myshoucangText {
    color: #aaa;
}

.myshoucangText {
    font-size: 12px;
    float: left;
    line-height: 40px;
    display: block;
    color: #ccc;
}

.bodyMask {
    width: 100vw;
    height: 100vh;
    z-index: 9999999999;
    position: fixed;
    top: 0;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}

.bodyMask .clearfix:after {
    content: '';
    display: block;
    clear: both;
}

.bodyMask .clearfix:after {
    zoom: 1;
}

.bodyMask .fl {
    float: left;
}

.bodyMask .fr {
    float: right;
}

.myshoucangBuildBox {
    top: 40px;
    width: 280px;
    background: white;
    position: absolute;
    right: 0;
    height: calc(100vh - 40px);
    border-left: 1px solid #63d5c3;
    box-sizing: border-box;
}

.shoucangBuildBoxTitle {
    height: 16px;
    line-height: 16px;
    padding: 16px 16px;
    border-bottom: 1px solid rgba(245, 245, 245, 1);
}

.shoucangBuildBoxTitleText {
    font-size: 14px;
    color: #333333;
}

.shoucangBuildBoxTitle img {
    width: 12px;
    margin-top: 1px;
    cursor: pointer;
}

.bodyMask .mybuildList {
    padding: 16px;
    border-bottom: 1px solid rgba(245, 245, 245, 1);
}

.bodyMask .mybuildList .buildTitle {
    color: #333333;
    font-size: 12px;
    line-height: 30px;
    margin-top: 6px;
    cursor: pointer;
}

.bodyMask .mybuildList .buildTitle:hover {
    color: #63d5c3;
}

.bodyMask .mybuildList .myBuildListDeleteBox {
    width: 40px;
    height: 21px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 10px;
    right: 10px;
    text-align: center;
}

.myBuildListDeleteMask {
    width: 100%;
    height: 160px;
    top: 0;
    left: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.2);
    z-index: 5;
    display: none;
}

.myBuildListDeleteMask_p {
    font-size: 14px;
    font-weight: 400;
    color: white;
    padding-top: 60px;
    text-align: center;
}

.deleteBtnBox {
    width: 110px;
    margin: 10px auto;

}

.deleteBtnTrue {
    width: 50px;
    height: 24px;
    line-height: 24px;
    background: #63d5c3;
    text-align: center;
    border-radius: 4px;
    color: white;
}

.deleteBtnFalse {
    width: 50px;
    height: 24px;
    line-height: 24px;
    background: white;
    color: #999;
    text-align: center;
    border-radius: 4px;
}

.bodyMask .mybuildList .myBuildListDeleteImg {
    width: 12px;
    margin: auto;
    margin-top: 4px;
}

.bodyMask .mybuildList .lineHeight26s {
    height: 20px;
    line-height: 20px;
}

.bodyMask .mybuildList .shoucangImgLiStyle {
    width: 100%;
    height: 160px;
    position: relative;
    background: url("/images/default_build_img.jpg") center center/cover no-repeat;
}

.color999 {
    color: #999;
}

.bodyMask .mybuildList .jigesd {
    font-size: 18px;
    color: #63d5c3;
}

.bodyMask .mybuildList a {
    display: block;
}

.shoucangwid {
    width: 46px;
    white-space: nowrap;
    margin: auto;
    cursor: pointer;
    text-align: center
}


.mask_input_box {
    margin: 50px 0 0 0;
    position: relative;;
    height: 100%;
}

.recommend_box {
    /*width: 300px;*/
    /* border-top: 1px solid rgba(245,245,245,1); */
    background: white;
    box-shadow: 2px 2px 4px rgb(12 3 6 / 15%);
    padding: 20px 20px 5px 20px;
    margin-bottom: 20px;
}

.recommend_box .list_right_hot_title {
    font-size: 16px;
    color: #333;
    font-weight: 600;
    margin: 0px 0 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(245, 245, 245, 1);
}

.recommend_box .list_right_hot_left_img {
    width: 220px;
    height: 169px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 3px;
}

.recommend_box .fl {
    margin: 5px 0;
    float: unset;
    position: relative;
}

.recommend_box .hota {
    padding: 6px 0 6px 0;
    font-size: 14px;
    width: 100%;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: right;
}

.recommend_box .fl .p1 {
    position: absolute;
    bottom: 3px;
    right: 3px;
    padding: 1px 3px;
    background-color: #000;
    color: #fff;
    border-radius: 4px;
    font-size: 12px;
    /*opacity: 0.7;*/
}

.recommend_box .fl .p2 {
    float: right;
    width: 100%;
    text-align: right;
    color: #f73a3a;
    font-size: 13px;
}

.recommend_box .recommend_box_clear {
    clear: both;
    margin: 0 0 15px 0;
}

.recommend_box .list_right_hot_right {
    width: 100%;
}

.zhinengzhaofangdianhua .event_consultant_tel,
.list_right_top_ul.tel_box .event_consultant_tel,
.fengmian .event_consultant_tel {
    display: none;
}

.event_consultant_text {
    cursor:pointer;
}
