@charset "utf-8";
.float-r {
    right: 0%;
    top: 25%;
}
.float-l, .float-r {
    position: fixed;
    z-index: 99;
}
.float-r ul {
    height: 163px;
}
.float-r li {
    width: 40px;
    height: 40px;
    cursor: pointer;
    position: relative;
    background: #949494;
    z-index: 9;
    overflow: hidden;
    border-top: 1px solid #fff;
    padding-top: 10px;
    box-sizing:border-box;
}
.float-r li:hover {
	background: #494949;
    overflow: inherit;
}
.float-r li:hover .borderys1 {
	border-left: 9px solid #4eae31;
}
.float-r li span {
    display: block;
    width: 20px;
    height: 20px;
    margin: 0 auto;
}
.float-r .icon1ct .icon1ct-z {
    background: #fff;
    width: 130px;
    float: left;
    display: inline;
    padding-bottom: 10px;
}
.float-r .icon1ct img {
    display: block;
    margin: 10px auto 3px;
}
.float-r .icon1ct p {
    text-align: center;
    font-size: 12px;
    color: #007de4;
}
.float-r li .borderys1 {
    border-left: 9px solid #fff;
    position: absolute;
    border-left: 9px solid #949494;
    top:0px;
    right: -9px;
}
.float-r li strong {
    display: block;
    float: left;
    display: inline;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    margin-top: 13px;
}
.float-r li .icon2 {
    background: url(../images/float_r_icon.png) no-repeat -20px 0;
}
.float-r li span {
    display: block;
    width: 20px;
    height: 20px;
    margin: 0 auto;
}
.float-r li b {
    display: inline-block;
    padding: 0 5px;
    background: #4eae31;
    min-width: 80px;
    width: auto;
    height: 40px;
    font-weight: normal;
    color: #fff;
    font-size: 12px;
    line-height: 40px;
    text-align: center;
}
.float-r li .borderys2 {
    border-left: 9px solid #007de4;
}
.float-r li .icon3 {
    background: url(../images/float_r_icon.png) no-repeat -40px 0;
}
.float-r li .icon4 {
    background: url(../images/float_r_icon.png) no-repeat -60px 0;
}
div:after {
    content: "";
    display: table;
}
.float-r .saber {
	position: absolute;
	height:40px;
	top:0px;
	right: 40px;
}