/*Plugin CSS*/
.str_wrap {
	overflow:hidden;
	//zoom:1;
	width:100%;
	position:relative;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none; 
}

.str_wrap.str_active {
	
}
.str_move { 
	position:absolute; 
	top:0; 
	left:0;
	cursor:move;
	width:200% !important;
	height:430px;
}
.honor .str_move{ width:200% !important; height:330px;}
.str_move_clone {
	display:inline-block;
	vertical-align:top;
	position:absolute; 
	left:100%;
	top:0;
}
.str_vertical .str_move_clone {
	left:0;
	top:100%;
}
.str_down .str_move_clone {
	left:0;
	bottom:100%;
}
.str_vertical .str_move,
.str_down .str_move {
	width:100%;
}
.str_static .str_move,
.no_drag .str_move,
.noStop .str_move{
	cursor:inherit;
}
.str_wrap img {
	max-width:none !important;	
}

.history .material-icons{ display:none !important;}

.history .slick-dots {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  text-align: center;
}
.history .slick-dots li {
  display: inline-block;
  width: 10px;
  height: 10px;
  background:#babbbe;
  border-radius: 50%;
  margin:0 10px 0 0;
  padding:0;
  float:none;
}
.history .slick-dots ul{display:inline-block;}
.history .slick-dots li span{ background:none; width:auto; height:auto; line-height:none;}
.history .slick-dots li:last-child {
  margin-right: 0;
}
.history .slick-dots li.slick-active {
  background: #fff;
}

/**弹出层**/
.reveal-modal-bg {
	position: fixed;
	height: 100%;
	width: 100%;
	z-index: 100;
	display: none;
	top: 0;
	left: 0;
	background: rgba(00, 00, 00, 0.8)
}
.reveal-modal {
	visibility: hidden;
	top: 150px;
	left: 50%;
	margin-left: -600px;
	width: 1200px;
	max-height:660px;
	overflow-y:auto;
	position: absolute;
	z-index: 101;
	padding: 30px 40px 34px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
	-box-shadow: 0 0 10px rgba(0,0,0,.4);
	background-color: #FFF;
	 font-size:16px; line-height:30px;
}
.reveal-modal h1{ font-size:43px; font-weight:bold; line-height:45px; padding:0 0 15px; text-transform:uppercase;}
.reveal-modal.small {
	width: 200px;
	margin-left: -140px;
}
.reveal-modal.medium {
	width: 400px;
	margin-left: -240px;
}
.reveal-modal.large {
	width: 600px;
	margin-left: -340px;
}
.reveal-modal.xlarge {
	width: 800px;
	margin-left: -440px;
}
.reveal-modal .close-reveal-modal {
	font-size: 42px;
	line-height: 1;
	position: absolute;
	top: 8px;
	right: 11px;
	color: #333;
	text-shadow: 0 -1px 1px rbga(0, 0, 0, .6);
	font-weight: bold;
	cursor: pointer;
}
