.sider-wrapper {
    bottom: 10%;
    margin-bottom: 80px;
    position: fixed;
    right: 0;
    transition: all .3s;
	z-index: 1000;

}

.sider-top {
    background: #fff;
    border-radius: 2px 0 0 2px;
    box-shadow: -2px 1px 5px rgb(0 0 0 / 6%);
    position: relative;
    right: 0;
    transition: all .3s;
	border-radius: 10px;
}

.sider-item-content {
    background: #fff;
    border-radius: 6px;
    color: #666;
    font-size: 12px;
    height: 0;
    opacity: 0;
    text-align: center;
    width: 0;
		margin-left: -155px;
		margin-top:-100px;
}

.sider-item-img {
    height: 200px;
    margin: 6px;
    width: 200px;
}
.sideselect{
	color:#fff !important;
	background-color:#0787dd;;
	
	
	}
.showimg1{
	opacity: 1;
	margin-left: -199px;
	display:block;
}	

.sider-item{
	  color: #999;
    cursor: pointer;
    height: 52px;
    padding-top: 5px;
    position: relative;
    width: 60px;
    text-align: center;
		font-size: 12px;
}
.sider-item-text{
	    height: 20px;
    line-height: 20px;
	}
	
.sider-img{
	
	 width:30px;
	 height:30px;
	}
