.AD_out { width: 100%;padding: 5px;border: 1px solid #f4f4f4;background-color: #fff}
.AD_item { border: 1px solid #f4f4f4; text-align: center;font-size: 12px;color: #070707;padding: 8px 5px; box-shadow: 0 0 3px 0 rgba(0,0,0,.12);letter-spacing: 0px;margin-bottom: 5px;-webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;}
.AD_item .AD_img {width: 100%;}
.AD_item h6 {font-size: 12px;color: #070707;}
.AD_item h3 {font-size: 14px;font-weight: 600;color: #000}
.AD_item .title { padding: 5px 0;text-align: center;color: #fff; font-size: 14px;font-weight: 500;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#3ef900+4,ffd800+12,fc2e1b+36,ff00fa+68,5473ff+99 */
background: #3ef900; /* Old browsers */
background: -moz-linear-gradient(left,  #3ef900 4%, #ffd800 12%, #fc2e1b 36%, #ff00fa 68%, #5473ff 99%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #3ef900 4%,#ffd800 12%,#fc2e1b 36%,#ff00fa 68%,#5473ff 99%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #3ef900 4%,#ffd800 12%,#fc2e1b 36%,#ff00fa 68%,#5473ff 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3ef900', endColorstr='#5473ff',GradientType=1 ); /* IE6-9 */

}
.AD_item .price { font-size: 14px;color: #FF9800}
.AD_item:hover { border: 1px solid #FF9800; box-shadow: 0 0 3px 0 rgba(0,0,0,.3);}