
.ui-slider-wrap {
	background: #e8e8e8;
	position: relative;
	background-image: url('https://m2.lefile.cn/myStatic/img/icon/slider_bg.png');
	margin:auto;
}

.ui-slider-wrap .ui-slider-bg {
	width: 0;
}

.ui-slider-wrap .ui-slider-btn {
	position: absolute;
	top: 0;
	/*left: 0;*/
	cursor: move;
	text-align: center;
	border: 1px solid #ccc;
	background: #fff url(https://m2.lefile.cn/myStatic/img/icon/slider_bt.png) no-repeat center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
}

 

.ui-slider-wrap .ui-slider-btn.success {
	background-image: url(https://m2.lefile.cn/myStatic/img/icon/slider_success.png);
}

.ui-slider-wrap .ui-slider-text {
	width: 100%;
	height: 100%;
	font-family: "微软雅黑";
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	color: #666;
}

/*.add-img{
	background-image: url('https://m2.lefile.cn/myStatic/img/icon/slider_bg.png');
}*/

.ui-slider-wrap .ui-slider-no-select {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.ui-slider-wrap .add-img{
	background-image: url(https://m2.lefile.cn/myStatic/img/icon/favourites.png?v=1);
    background-repeat: no-repeat;
    background-position-x: 70%;
    background-position-y: center;
}

.lenovo-slider-dialog {
	width: 330px;
	height: 290px;
	color: #666666;
	background-color: #ffffff;
	border-radius: 8px;
	box-shadow: 0 0 20px #e9e9e9;
	font-size: 16px;
	margin:0 auto;
	/* margin-top:2.25rem; */
  }
  .lenovo-slider-dialog-header {
	line-height: 48px;
	letter-spacing: 0px;
	/* box-sizing: border-box; */
	padding: 0 18px;
	border-bottom: 2px solid #f0f1f3;
	display: flex;
	justify-content: space-between;
	position: relative;
	align-items: center;
  }
  .lenovo-slider-dialog-close {
	/* background: orange; */
	color: #999999;
	border-radius: 6px;
	line-height: 10px;
	text-align: center;
	height: 13px;
	width: 13px;
	font-size: 18px;
	padding: 1px;
	position: absolute;
    top: 18px;
    right: 15px;
	cursor: pointer;
  }
  /* use cross as lenovo-slider-dialog-close button */
  .lenovo-slider-dialog-close::before {
	content: "\2716";
  }
  .lenovo-slider-dialog-body {
	box-sizing: border-box;
	padding: 16px 15px;
  }

  .lenovo-slider-dialog-imageArea {
	/* width: 603px; */
	height: 150px;
	background-color: #f0f1f3;
	border-radius: 10px;
	margin:auto;
	margin-bottom: 20px;
  }
 
  .lenovo-slider-dialog-imageArea-refresh{
	right: 5px;
	top: 5px;
	position: absolute;
  }
  .lenovo-slider-dialog-imageArea-refresh::before{
	color:#fff;
	font-size: 30px;
	content:"\27F3";
	height:30px;
	line-height: 30px;
  }
