<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#wrapper {
	z-index: 1;
	width: 100%;
	background: #fff;
	overflow:hidden;
}

#scroller {
	position: absolute;
	z-index: 1;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	width: 100%;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-o-text-size-adjust: none;
	text-size-adjust: none;
}

#scroller-pullDown,#scroller-pullUp {
    background: #fff;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    font-size: 14px;
    color: #888;
	text-align:center;
	position:absolute;
	left:0px;
	width:100%;
}
#scroller-pullDown{
	top:-40px;
}
#scroller-pullUp{
	bottom:-40px;
}

#scroller-pullDown .pull-up-msg,#scroller-pullUp .pull-down-msg {
	padding-left:20px;
}

#scroller-pullDown .pull-down-icon,#scroller-pullUp .pull-up-icon{
	display:inline-block;
	color:#f00;
	font-size:1.4;
	-webkit-transform:rotate(0deg);
	-webkit-transition-property: -webkit-transform;
	-webkit-transition-duration: 500ms;
}
#scroller-pullDown .pull-down-icon.reverse_icon,#scroller-pullUp .pull-up-icon.reverse_icon{
	-webkit-transform: rotate(-180deg);
}
.video_list{padding:0;width:100%;}
.video_list li img{width:200px;height:112px;}
.video_list{padding:0;width:100%;}
.video_list ul{margin-left:-1%;}
.video_list li.items{margin-left:0.5%;border:0;margin-top:8px;width:49.5%;}
.video_list li.items img{width:200px;height:112px;}</pre></body></html>