.float-right{
    position: fixed;
    right: 1%;
    bottom: 7%;
    width: 75px;    
    z-index: 1000;
    /* height: 300px; */
}
.float-five-f{
    width: 75px;
    height: 90px;
    margin-bottom: 1px;
    font-size: 14px;
    padding: 0px 0px;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    display: block;
}
.float-five{
    width: 75px;
    height: 75px;
    background-color: #1d68a8;
    margin-bottom: 1px;
    color: white;
    font-size: 14px;
    padding: 10px 0px;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    display: block;
    position: relative;
}
.float-five div{
	color:#fff;}
.float-more{
    height: 100%;
    position: absolute;
    right: 101%;
    bottom: 0px;
    line-height: 75px;
    width: 200px;
    font-size: 14px;
    background-color: #1d68a8;
    display: none;
}
.float-five:hover>.float-more{
    display: block;
    animation: sk-circleFadeDelay 300ms;
}
.float-erweima{
    width: 120px;
    bottom: -22.5px;
    height: auto;
    border: 3px solid #fff;
    right: 102%;
}

@-webkit-keyframes sk-circleFadeDelay {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes sk-circleFadeDelay {
    0% { opacity: 0; }
    100% { opacity: 1; }
}
.float-active,.float-active:hover,.float-five:hover{
    background-color: #1d68a8;
    color: white;
    text-decoration: none;
}
.float-five>a{
    color: white;
    display: block;
    text-decoration: none;
    font-size: 14px;
}
.float-ts-hide{
    display: none;
}
#floatDivSlideBtn>img{
    margin: 12px 0px;
}
@media (max-width: 767px){
    .float-hidden-xs {
        display: none;
    }
}