.fix-right{
    position: fixed;
    bottom: 200px;
    right: 20px;
    text-align: center;
    z-index: 7999;
    background: #333;
    box-shadow: 1px 1px 3px rgb(0 0 0 / 55%);
    border-radius:5px;
}
.fix-box{
    padding: 10px 8px;
    position: relative;
    cursor: pointer;
}
.fix-right-section .fix-box-f:after{
    content: " ";
    width: 24px;
    height: 1px;
    background: #636363;
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%);
}
.fix-right-section .f-btn{
    padding: 6px 6px 0 6px;
    border-radius: 4px;
    color: #c6bfbf;
    height:38px;
}
.fix-right-section .icon-img{
    width: 25px;
    height: 25px;
    fill: currentColor;
}
.fix-right-section .hover-wrap{
    position: absolute;
    right: 100%;
    bottom: 0;
    padding-right: 12px;
    line-height: normal;
}
.fix-right-section .hover-w-box{
    padding: 15px 0 10px 0;
    width: 380px;
    height: auto;
    line-height: normal;
    background: #333;
    color: #fff;
    box-shadow: 0 2px 15px rgba(0,0,0,.1);
    border-radius: 4px;
    text-align: left;
    cursor: default;
    box-sizing: border-box;
    display:none;
    font-size: 14px;
	transition: .8s;	
}
.fix-right-section .hover-w-box.wl .text{
    color: #fff;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    padding:0px 4px 8px 4px;
}
.fix-right-section .hover-w-box-w{
	display: flex;
	justify-content:space-between;
	align-items:center;
	padding: 15px 25px;
}
.fix-right-section .hover-w-box-w:hover{
	background-color: #444;
}
.fix-right-section.one .hover-w-box-w:hover{
	cursor: pointer;
}
.hover-w-box-w>a{
	display: block;
	width: 100%;
}
.hover-w-box-w>a .hover-w-item div{
	color: #fff;
}
.hover-w-box-w .hover-w-item{
	padding-left:45px;
}
.hover-w-box-w.one .hover-w-item{
	background: url(/assets/img/home/icon-float-1.png) no-repeat;
	background-size: 28px 28px;
}
.hover-w-box-w.two .hover-w-item{
	background: url(/assets/img/home/icon-float-2.png) no-repeat;
	background-size: 28px 28px;
}
.hover-w-box-w.three .hover-w-item{
	background: url(/assets/img/home/icon-float-3.png) no-repeat;
	background-size: 28px 28px;
}
.hover-w-box-w.four .hover-w-item{
	background: url(/assets/img/home/icon-float-4.png) no-repeat;
	background-size: 28px 28px;
}
.hover-w-box-w .hover-btn{
	border: 1px solid #ffa924;
    color: #ffa924;
    display: inline-block;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    margin-bottom: 25px;
    margin-top: 24px;
    text-align: center;
    transition: .2s;
    width: 100px;
}
.hover-w-box-w .hover-btn:hover {
	background: #ffa924;
	color: #fff;
}
.fix-right-section .hover-w-box img{
    padding: 0;
    width: 120px;
    height: 120px;
    border: none
}
.hover-w-item div{
	font-size: 16px;
}
.fix-box:hover .f-btn{
    color: #ffa924;
}
.fix-box:hover .hover-w-box{
    display: block;
}
.hover-w-box.wt .hover-w-box-w p{
    font-size: 14px;
    margin-top: 5px;
	color: #c6c6c6;
}
.hover-w-box.wt .hover-w-box-w p a{
    color: #fff
}
.hover-w-box.wt .hover-w-box-w p a:hover{
     color: #ffa924;
}
.hover-w-item .code-img{
	margin-top: 10px;
}
.float-divider{
	margin-left: 25px;
	color: #ccc;
	position: relative;
	padding: 10px 0;
}
.float-divider:before{
	content: " ";
    width: 325px;
    height: 1px;
    background: #464545;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.float-divider p{
	padding-top: 10px;
	padding-left: 45px;
}