/*禁止操作遮罩层*/
.wsy_body{
	position: absolute;
	width: 100%;

}
#wsy_mask{
	display: none;
	position: absolute;
	z-index: 100;
	top:0;
	bottom:0;
	width:100%;
	height: 100%;
	opacity:0;
	background: #fff;
}
.wsy_mo_parent{
	position: relative;
}
.wsy_diy_block{
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 101;
	padding:5px;
	opacity:0.8;
	cursor: pointer;
}
/*
.wsy_diy_block:hover{
	border:2px dashed #ffaa46;

}
.wsy_diy_block.selected{
	opacity:0.5;
	border:2px dashed #ffaa46;
}
*/

.wsy_diy_block:hover{
	border:2px dashed #cc2121;

}
.wsy_diy_block.selected{
	opacity:0.8;
	border:2px dashed #cc2121;
}

#wsy_icp,#wsy_icp2{
  color: #888888;
  font-size: 14px;

}
#wsy_icp2_logo{
  display: none;
  width: 18px;
  height: 18px;
}