﻿@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(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkYxOEEzODk0MzI0NzExRTc4NkI3ODg2QzkyMEQyRjIwIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkYxOEEzODk1MzI0NzExRTc4NkI3ODg2QzkyMEQyRjIwIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RjE4QTM4OTIzMjQ3MTFFNzg2Qjc4ODZDOTIwRDJGMjAiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RjE4QTM4OTMzMjQ3MTFFNzg2Qjc4ODZDOTIwRDJGMjAiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5F2vrqAAAAD0lEQVR42mJgYGA4BBBgAADHAMOuvqBZAAAAAElFTkSuQmCC) repeat;
    position: fixed;
    left: 0;
    top:0;
    display: none;
    z-index: 9999;
}
.reservation{
    width: 500px;
    margin:0 auto;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    padding: 24px;
}
.reservation-closed{
    font-size: 40px;
    position: absolute;
    right: 30px;
    top:10px;
    cursor: pointer;

}
.reservation-title h3{
    margin: 0 0 30px 0;
}
.reservation-body .form-group{
    margin-bottom: 20px;
    position: relative;

}
.reservation-body .form-group label{
    width: 70px;
    display: inline-block;
    text-align: right;
    vertical-align: middle;
}
.form-group input{
    padding: 5px;
    border:1px solid #a09e9e;
    width: 200px;
}
.reservation-body .form-group textarea{
    width: 75%;
    height: 100px;
    border:1px solid #a09e9e;
}
.clearBox{
    clear: both;
}
.captcha-item input{
    width: 80px;
}
.captcha-item img{
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}
.refresh-captcha{
    cursor:pointer;
}
.form-group .reservation-submit{
    width: 80px;
    border-radius: 3px;
    background-color: #009FD9;
    border: none!important;
    cursor: pointer;
    color: #fff;
    margin-left: 70px;
}
.reservation-submit-active{
    background: #009FD9;
}
.submit-info{
    display: none;
    color:red;
}
.submit-info-active{
    color:red;
}
.star{
    vertical-align: middle;
    margin-left: 3px;
    position: absolute;
    top:40%;
    color:red;
}
@media (max-width:768px ) {
    .reservation{
        width:85%;
        padding: 15px;
    }
}/*右侧悬浮*/
#float_box {
    font-size: 0;
    width: 66px;
    position: fixed;
    right: 20px;
    bottom: 100px;
    z-index: 999;
    -webkit-transition: width linear .4s;
    -moz-transition: width linear .4s;
    -ms-transition: width linear .4s;
    transition: width linear .4s;
    _position: absolute;
    _bottom: auto;
    _top: expression(documentElement.scrollTop+documentElement.clientHeight-this.offsetHeight-10);
}
#float_box img{
    max-width: 100%;
    width: auto;
    display: block;
    margin: 0 auto;
}
#float_box .float_wrap {
    background: #FBFBFB;
    border: 1px solid #EAEAEA;
    box-shadow: 0 0 4px rgba(0, 0, 0, .14);
    width: 64px;
    position: relative;
    left: 0;
    bottom: 0;
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
    -ms-transition: all ease .4s;
    transition: all ease .4s;
    /*
    overflow: hidden;
    */
}

#float_box .float_toggle{
    background: #FBFBFB;
    height: 30px;
    width: 100%;
    position: relative;
    left: 0;
    bottom: 0;
}
#float_box .float_toggle a{
    background: url(/static/images/ico.png) 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: #039045;
    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: #039045;
    text-decoration: none;
}
#float_box .float_item i{
    display: inline-block;
    background: url(/static/images/ico.png) 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:#039045;
    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:150px;
    margin: 20px 0;
    height: 150px;
    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);
    margin: 0;
    position: relative;
    /*
    display: none;
    */
    background: #fff;
    color: #039045;
    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    ;
}
