
/** 底部操作栏 */

.siderbar {
	position: fixed;
	width: 100px;
	bottom: 20px;
	right:  0px;
	height: 80px;
	z-index: 4;
}
.siderbar > ul > li {
	height: 40px;
	width: 50px;
	position: relative;
	left: 40px;
}
.siderbar > ul > li.no {
	visibility: hidden;
}
.siderbar li span {
	position: absolute;
	top: 2px;
	right: 10px;
	width: 33px;
	height: 33px;
	border-radius: 100px;
	cursor: pointer;
	background:#fff url(../img/icon/union.png?v=20190708) no-repeat;
}
.siderbar li:hover span{
	background-color: #f8f8f8;
}
.siderbar .download {
	display: none;
	position: absolute;
	right: 54px;
	width: 126px;
	background: #fff;
	height: 160px;
	bottom: 8px;
	text-align: center;
	color: #666;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,.15);
}
.siderbar li:hover .download{
	display: block;
}
.siderbar ins{
	position: absolute;
	right: -5px;
	bottom: 10px;
	width:0;
	height:0;
	border-top:6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 6px solid #fff;
}
.siderbar .title{
	margin: 8px 0 6px 0;
}
.siderbar .dev{
	margin: 4px 0 0 0;
	font-size: 12px;
}

#config-button {
	bottom: 0px;
	background-position: -157px 2px;
}
#qr-Code {
	background-position: -234px 3px;
}

#config-layer {
	position: fixed;
	top: 0px;
	right: -215px;
	width: 192px;
	height: 100%;
	background-color: #363A3F;
	z-index: 999;
	padding: 20px 2px 20px 20px;
	transition: right 0.5s;
}

#config-layer h4 {
	font-size: 14px;
	margin-bottom: 10px;
}
#config-layer span{
	display: inline-block;
	max-width: 120px;
	color: #999;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
#config-layer i {
	position: absolute;
	cursor: pointer;
	font-style: normal;
	z-index: 1;
}
#config-layer .tips {
	background:transparent url(../img/icon/union.png?v=20190708) -208px -64px no-repeat;
	width: 20px;
	height: 20px;
	top: 37px;
}
#config-layer .tips > p {
	display: none;
	position: absolute;
	z-index: 9;
	width: 155px;
	background: #fff;
	border: 1px solid rgba(0,0,0,0.15);
	box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.20);
	padding: 8px;
	top: 20px;
	right: -20px;
	font-weight: 100;
	word-break: break-all;
	width: 180px;
}
#config-layer .tips:hover p{
	display: block;
}

#config-layer .close {
    color: #666;
    font-size: 26px;
    font-weight: normal;
    right: 18px;
    top: 4px;
}

#config-layer .close:hover{
	color: #fff;
}
.a-upload {position: relative; cursor: pointer;height: 40px;line-height: 40px;width: 175px;margin-bottom: 10px;background-color: #575a60;}
.a-upload a{display: block; text-align: center;font-size: 30px;line-height: 35px;color: #9a9ca0;}
.a-upload a:hover{color: #fff;}
.skin-img-list { overflow: auto;}
.skin-img-item {margin-bottom: 10px; }
.skin-img-item a {
	display: block;
	height: 70px;
	width: 175px;
	position: relative;
}

.skin-img-item img{
	width: 175px;
	height: 70px;
}
.operate-button {
	position: absolute;
	display: none;
	width: 50px;
	height: 48px;
	background: center no-repeat transparent;
	left: 50%;
	margin-left: -25px;
	top: 50%;
	margin-top: -25px;
	background-image: url(../img/icon/union.png?v=20190708);
}
.operate-button.pause {background-position: -95px -85px;}
.operate-button.start {background-position: -48px -85px;}
.operate-button.loading {background-image: url(../img/icon/loading.png);animation:turn 2s linear infinite;;}
@keyframes turn{
	0%{
		transform: rotateZ(0deg);
	}
	100%{
		transform: rotateZ(360deg);
	}
}
.skin-img-item.selected .operate-button {
	display: block;
}
.skin-img-item.selected > a::after {
	content: "";
	bottom: 0;
	right: 0;
	z-index: 2;
	width: 20px;
    height: 20px;
	position: absolute;
    background: #fff url(../img/icon/union.png?v=20190708) no-repeat -5px -65px;
}
