.imgurl {display: block; margin: 10px auto; text-align: center;  border: 1px solid rgb(238, 238, 238); box-shadow: rgba(0, 0, 0, 0.1) -1px 2px 3px; padding: 2px;}
.flw_box_1 {width:100%;transform: scale(1);}
.flw-item-info-url {margin-top: -10px;}
.flw-url {font-size: 15px;}
.flw_box_2 {width:100%;}
.flw-item-info-url .flw-url #flw-enter:hover {background-color:red;}  
#flw-enter {background: rgb(254, 153, 112); border-radius: 10px; color: rgb(255, 255, 255); text-align: center; padding: 8px ; line-height: 30px;display:-moz-inline-box; display:inline-block;width:110px;}
.flw-item-info-link { font-size: 15px;}
.flw-item-info-link #flw-link-span:hover {background-color:red;} 
#flw-link-span {background: rgb(255, 102, 51); border-radius: 10px;color: rgb(255, 255, 255);padding: 11px; width:97%;float:right;text-align: center; display:inline-block; margin-bottom:10px}
.tagcloud { width: 100%; height:350px; margin:-40px 0px 0px -32px; overflow: hidden; text-align: center; }
.tagcloud a{position:absolute; top: 0; left: 0;  display: block; padding: 11px 30px; color: #333; font-size: 16px; border: 1px solid #e6e7e8; border-radius: 18px; background-color: #f2f4f8; text-decoration: none; white-space: nowrap;
  -o-box-shadow: 6px 4px 8px 0 rgba(151,142,136,.34);
  -ms-box-shadow: 6px 4px 8px 0 rgba(151,142,136,.34);
  -moz-box-shadow: 6px 4px 8px 0 rgba(151,142,136,.34);
  -webkit-box-shadow: 6px 4px 8px 0 rgba(151,142,136,.34);
  box-shadow: 6px 4px 8px 0 rgba(151,142,136,.34);
  -ms-filter:"progid:DXImageTransform.Microsoft.Shadow(Strength=4,Direction=135, Color='#000000')";/*兼容ie7/8*/
  filter: progid:DXImageTransform.Microsoft.Shadow(color='#969696', Direction=125, Strength=9);
  /*strength是阴影大小，direction是阴影方位，单位为度，可以为负数，color是阴影颜色 （尽量使用数字）使用IE滤镜实现盒子阴影的盒子必须是行元素或以行元素显示（block或inline-block;）*/
}
.tagcloud a:hover{ color: #3385cf; }