/*尾部定位*/
.float_text{
    width: 100%;
 position: fixed;
  bottom: 0;
/*  height: 114px;*/
  background: -webkit-linear-gradient(#ff8600, #ff5400);

 background: -o-linear-gradient(#ff8600, #ff5400);

background: -moz-linear-gradient(#ff8600, #ff5400);

background: linear-gradient(#ff8600, #ff5400);
  z-index: 999;
}
.float_text div{
    width: 49%;
    float: left;
    overflow: hidden;
    color: white;
    text-align: center;
}
.float_text div a{
    color: white;
    font-size: 12px;
    font-family: "微软雅黑";
    padding: 10 0px;
}
.float_text div img{
    width: 30px;
    height: 30px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin: 0px 6px -7px -9px;
}
.float_text div:nth-of-type(1){


}

.float_text div:nth-of-type(2){

    border-left: 1px solid white;
}
.float_text div:nth-of-type(3){

    border-left: 1px solid white;
}
.onlineBook{
    width: 100%;
    height:100%;
}