﻿@charset "UTF-8";
/*弹窗*/

.reservation-wapper{
    font: 14px/1.5 "Source Han Sans SC","HanHei SC","PingFang SC","Helvetica Neue",Helvetica,"Hiragino Sans GB","Microsoft YaHei",Arial,sans-serif;
    color: #000;
    width:100%;
    height: 100%;
    background: url(fdd23d678bf245d5954a0ff83a960efb.woff) no-repeat -212px -10px;
    margin: -10px 0 0 -10px;
    height: 20px;
    width: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transition: all linear .4s;
    -moz-transition: all linear .4s;
    -ms-transition: all linear .4s;
    transition: all linear .4s;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#float_box .float_links{
    width: 100%;
    position: relative;
    left: 0;
    bottom:0;
    -webkit-transition: top ease .4s;
    -moz-transition: top ease .4s;
    -ms-transition: top ease .4s;
    transition: top ease .4s;
}

#float_box .float_item{
    text-align: center;
    border: 1px solid #fff;
    border-bottom-color: #edecec;
    color: #4467a7;
    font-size: 12px;
    margin: 0;
    padding: 8px 0;
    position: relative;
    overflow: inherit;
}
#float_box .float_item.to_top{
    display: none;
}
#float_box .float_item a{
    color: #4467a7;
    text-decoration: none;
}
#float_box .float_item i{
    display: inline-block;
    background: url(034db09e0f8b46cfbde24a8ed2631c61.woff) no-repeat 0 0;
    cursor: pointer;
    height: 40px;
    width: 40px;
    vertical-align: top;
}
#float_box .float_item .float_top{
    background-position: -1px 0;
}#float_box .float_item .float_qq{
    background-position: -41px 0;
}
#float_box .float_item .float_tel{
    background-position: -78px 0;
}
#float_box .float_item .float_wx{
    background-position: -118px 0;
}
#float_box .float_item .float_mess{
    background-position: -163px 0;
}

#float_box .float_item:hover{
    background:#4467a7;
    color: #fff;
}
/*
#float_box .float_item:hover .float_item_text{
    display: block;
}
*/
#float_box .float_item:hover a{
    color: #fff;
}

#float_box .float_item:hover .float_top{
    background-position: -1px -40px;
}
#float_box .float_item:hover .float_qq{
    background-position: -41px -40px;
}
#float_box .float_item:hover .float_tel{
    background-position: -77px -40px;
}
#float_box .float_item:hover .float_wx{
    background-position: -118px -40px;
}
#float_box .float_item:hover .float_mess{
    background-position: -163px -40px;
}
#float_box .float_item span{
    display: block;
    cursor: pointer;
    padding-top: 3px;
    width: 100%;
    height:20px;
    overflow: hidden;
    word-break: break-all;
    word-wrap: break-word;
    text-overflow: ellipsis;
    line-height: 1;
}
#float_box.float_box_min{
    width: 34px;
}
#float_box.float_box_min{
}
#float_box.float_box_min .float_item .float_top{
    background-position: -240px -10px;
    height: 24px;
    width: 26px;
}
#float_box.float_box_min .float_item:hover .float_top{
    background-position: -238px -46px;
}
#float_box.float_box_min .float_toggle .toggle{
    background-position: -212px -10px;
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
}
#float_box.float_box_min .float_wrap{
    width: 32px;
}
#float_box.float_box_min .float_links_allow_gotop{
}
#float_box.float_box_min .float_links_allow_gotop{
}
#float_box .float_links_allow_gotop .float_links, #float_box.float_box_min .float_links_allow_gotop .float_links{
    top:0;
}
#float_box .float_text{
    position: absolute;
    color: #4467a7;
    font-size: 16px;
    right: 70px;
    bottom:110px;
    width:220px;
}

#float_box .float_item_text{
    width:224px;
    margin: 20px 0;
    height: 50px;
    position: absolute;
    padding-right: 7px;
    right: 65px;
    top:0;
    display: none;
}
#float_box .float_item_text_wx{
    top:-120px
}
#float_box .float_item_text p{
    line-height: 24px;
    box-shadow: 0 2px 8px rgba(0,0,0,.2);
    padding: 8px;
    margin: 0;
    position: relative;
    /*
    display: none;
    */
    background: #fff;
    color: #4467a7;
    font-size: 16px;
}
#float_box .float_item_text p b{
    font-weight: normal;
}
#float_box .float_item_text p span{
    position: absolute;
    right: -10px;
    top:10px;
    width: 0px;
    height: 0px;
    display: block;
    border-width: 10px;
    border-color: #fff;
    border-right-width: 0;
    border-style: dashed;
    border-left-style: solid;
    border-top-color: transparent;
    border-bottom-color: transparent;


}
#float_box .float_item_text_wx p span{
    top:120px;
}
#float_box .float_item_text  .float_item_wx{
    text-align: center;
}
@media (max-width:768px) {
    #float_box .float_item_text{
        display: none!important;
    }
}
#float_box.float_box_min .float_item{
    display: none;
}
#float_box.float_box_min .float_links_allow_gotop .to_top{
    display: block;
}
#float_box.float_box_min .float_links_allow_gotop .to_top span{
    display: none    ;
}
