
.right-fixed-box {
    left: 5px;
    position: fixed;
    top: 280px;
    transition: 2s;
    width: 154px;
    background: url(/public/images/xljn.png) left top no-repeat;
    background-size: 139px 139px;
	z-index:999999999;
  
}

.right-fixed-box-active {
    left: 5px;
    transition: .5s;
}


.left-close {
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 16px;
    top: 0;
    right: 0;
    cursor: pointer;
    border-radius: 100%;
    border: 1px solid #f69001;
    color: #f69001;
    text-align: center;
    position: absolute;
}
.right-fixed-box ul {
    margin-top: 139px;
    margin-left: 0;
}
.right-fixed-box ul li {
    width: 132px;
    height: 35px;
    line-height: 35px;
    background: #fff;
    font-size: 16px;
    color: #f69001;
    margin-bottom: 3px;
    cursor: pointer;
    text-align: center;
    border: 1px dashed #f69001;
    color: #df5838;
}
.right-fixed-box ul li a {
    font-size: 14px;
    display: block;
}

.right-fixed-box ul li a:hover{
	color:#f00;
}

.right-fixed-box ul li:last-child {
    background: #f69001;
    width: 134px;
    height: 37px;
    color: #fff;
}



.hfixedr {
	width:78px;
	position:fixed;
	right:0;
	top:400px;
	z-index: 9999999999;
}
.hfixedr ul li {
	text-align:center;
	font-size:14px;
	margin-bottom:5px
}
.hfixedr ul li a {
	display:block;
	width:100%;
	height:78px;
	background:#f69001;
	color:#fff;
	border-radius:15px
}
.hfixedr ul li a:hover {
	background:#e64d60
}
.hfixedr ul li a img {
	margin:auto;
	padding:13px 0 5px;
	display: block;
}
#closexx{
	width: 32px;
	margin: 0 auto;
}