@charset "utf-8";

.sticker_wrap {position: relative;}

.sticker {position: absolute; left:50px; top:50px; z-index: 1; text-align: center; box-sizing: border-box;transition:none !important;}
.sticker img {pointer-events: none; max-width: none !important;}
/*.sticker:hover {border: 1px solid rgb(255, 255, 255);}*/

.sticker .btn_list  {display: inline-block; position: relative; opacity: 0; pointer-events: none; transition: all 0.5s; position: absolute;}
.sticker:hover .btn_list {opacity: 1; pointer-events:all; }
.sticker .btn_list .up {width:25px; height: 25px; font-size: 12px; cursor: pointer; line-height: 15px; text-align: center; background-color:#3b3b3b; color:white; border-radius: 50%;}
.sticker .btn_list .number {font-size: 10px; line-height: 10px; padding: 8px 0; font-weight: bold; background-color:white; color:#3b3b3b;border-radius: 50%; }

@media all and (max-width:1000px) {
	.sticker_wrap {display:none}
}