
	  .YZDIV{
	  	/* width: 260px;
	  	height:218px; */
	  	border: solid #E7E3DA thin;
	  	background-color: #F4ECE3;
	  	border-radius: 20px;
	  	text-align: center;
	  }
	  .YYIMG{
	  	width: 260px;
	  	height:218px;
	  	border: none;
	  	background-color: #ECE4DD;
	  	margin:0 auto;
	  	/* margin-top:20px; */
	  }
	  .CJIMG{
	  	width: 50px;
	  	height:30px;
	  	border: #D3D664 solid thin;
	  	background-color: #ECE4DD;
	  	z-index: 200;
	  	position: absolute;
	  	/* left:5px; */
	  }
	  .slider-btn {  
	    padding:20px;
	    position: relative;
	    border-radius: 2px;
	    background-color: #FDEB9C;
	    overflow: hidden;
	    text-align: center;
	}
	#label{
	    width: 50px;
	    position: absolute;
	    left: 0;
	    top: 0;
	    height: 100%;
	    background: #E67E22;
	    z-index: 999;
	    cursor: pointer;
	}
	.layui-icon-refresh-3:HOVER {
		color: green;
	}
