*[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;
    -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;
}

.mask_for_order_p_bg {
    position: absolute;
    width: 1000px;
    height: 450px;
    background: url("/images/mask_for_order_bg.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;
}

.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;
}

.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;
}

.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/is_sale.png) no-repeat scroll 0 0;
    width: 2.8rem;
    height: 2.8rem;
    position: absolute;
    top: 0;
    left: 0;
}