.window_mask_content {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    background: black;
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    -o-opacity: 0.5;
    opacity: 0.5;
    filter: alpha(opacity=50);
    display:none;
}
.alt_login_content{
    position:fixed;
    top:50%;
    left:50%;
    z-index:77;
    width:346px;
    height:142px;
    margin-left:-173px;
    margin-top:-71px;
    background:#fff9e6;
    border-radius:3px;
    box-shadow:3px 3px 15px #545454;
    display:none;
}
.alt_UpCount_content{
    position:fixed;
    top:50%;
    left:50%;
    z-index:101;
    width:346px;
    height:142px;
    margin-left:-173px;
    margin-top:-71px;
    background:#fff9e6;
    border-radius:3px;
    box-shadow:3px 3px 15px #545454;
    display:none;
}
.alt_Order_hotel{
    position:fixed;
    top:50%;
    left:50%;
    z-index:101;
    width:346px;
    height:142px;
    margin-left:-173px;
    margin-top:-71px;
    background:#fff9e6;
    border-radius:3px;
    box-shadow:3px 3px 15px #545454;
    display:none;
}
.alt_msg_sent{
    position:fixed;
    top:50%;
    left:50%;
    z-index:103;
    width:346px;
    height:142px;
    margin-left:-173px;
    margin-top:-71px;
    background:#fff9e6;
    border-radius:3px;
    box-shadow:3px 3px 15px #545454;
    display:none;
}
.alt_sendMessage_content{
    position:fixed;
    top:50%;
    left:50%;
    z-index:77;
   width: 406px;
    height: 166px;
    margin-left: -203px;
    margin-top: -83px;
    background:#fff9e6;
    border-radius:3px;
    box-shadow:3px 3px 15px #545454;
    display:none;
}
.your_input{
    width:320px;
    height:35px;
    margin:34px auto 0;
    border:1px solid #e4e4e4;
    border-radius:5px;
    background:#ffffff;
    position:relative;
}
.your_phone_info{
    position:absolute;
    left:0;
    top:0;
    width:80px;
    height:35px;
    border-right:1px solid #e4e4e4;
    text-align:center;
    line-height:35px;
    color:#ff6699;
}
.first_your_phone_number{
    position:absolute;
    right:0;
    top:0;
    height:30px;
    width:228px;
    border:none;
    padding-left:10px;
    line-height:36px;
}
.first_your_phone_number:focus{
    outline:0;
}
.sure_btn{
    width: 150px;
    height: 33px;
    background: #ff6699;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    position: absolute;
    right: 93px;
    bottom:10px;
    border-radius: 3px;
    line-height: 33px;
    cursor: pointer
}
.sendMessage_btn{
    width: 150px;
    height: 36px;
    background: #ff6699;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    position: absolute;
    bottom: 26px;
    left: 213px;
    border-radius: 3px;
    line-height: 36px;
    cursor: pointer;
}
.sendMessage_btn:hover{
    background: #FF84AD;
}
.close_sendMessage_btn{
    left:43px;
    background-color: #c6c6c6;
}
.close_sendMessage_btn:hover{
    background-color: #D3D3D3;
}
.alt_icon{
    width: 100px;
    height: 77px;
    background:url(/img/cat_sleep2.png) no-repeat;
    position:absolute;
    right:0px;
    top:-62px;
}
.login_alt_word{
    color: #ff6699;
    position: absolute;
    right: 38px;
    margin-top: 5px;
}
.search_phone_num{
    top: 0px;
    width: 222px;
}
.pop_up_login_close_btn{
    position:absolute;
    top:10px;
    right:10px;
    width: 20px;
    height: 20px;
    background: url(/img/box_close.png) center no-repeat;
    cursor: pointer;
}
.search_send_to_phone{
    position:fixed;
    top:50%;
    left:50%;
    z-index:104;
   width: 546px;
    height: 184px;
    margin-left:-273px;
    margin-top:-92px;
    background:#fff9e6;
    border-radius:3px;
    box-shadow:3px 3px 15px #545454;
    display:none;
}
.alt_dec{
    margin:40px;
    color:#8C8B8B;
}
.search_sure_btn{
    bottom:21px;
}
.search_sure_btn:hover{
    background:#ffffff;
    border:1px solid #ff6699;
    color:#ff6699;
}