<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.owl-theme .owl-controls {
	width: 100%;
	/*height: 100%;*/
	position: absolute;
	top: 50%;
	text-align: center;
	-webkit-tap-highlight-color: transparent
}
.owl-theme .owl-controls .owl-nav {
	height: 100%;
}
.owl-theme .owl-controls .owl-nav [class*=owl-] {
	color: #000;
	font-size: 32px;
	text-align: center;
	line-height: 50px;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	display: inline-block;
	cursor: pointer;
	background-color: #fff;
	font-family: "simsun";
}
.owl-theme .owl-controls .owl-nav .owl-next {
	background: url(../images/next_icon.png) no-repeat center;
	right: -100px;
	-webkit-background-size: contain;
	background-size: contain;
}
.owl-theme .owl-controls .owl-nav .owl-prev {
	left: -100px;
	background: url(../images/prv_icon.png) no-repeat center;
	-webkit-background-size: contain;
	background-size: contain;
}
 @media (min-width:1400px) {
.owl-theme .owl-controls .owl-nav .owl-next {
	right: 0px;
}
.owl-theme .owl-controls .owl-nav .owl-prev {
	left: 0px;
}
}
@media (max-width:1400px) {
.owl-theme .owl-controls .owl-nav .owl-next {
	right: 0px;
}
.owl-theme .owl-controls .owl-nav .owl-prev {
	left: 0px;
}
}
@media (max-width:768px) {
.owl-theme .owl-controls .owl-nav .owl-next {
	right: 0px;
}
.owl-theme .owl-controls .owl-nav .owl-prev {
	left: 0px;
}
.owl-theme .owl-controls .owl-nav [class*=owl-] {
	width: 30px;
	height: 30px;
	line-height: 30px;
}
}
/*.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #fff;
    text-decoration: none
}*/

.owl-theme .owl-controls .owl-nav .disabled {
	opacity: .5;
	cursor: default
}
.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
 *display: inline
}
.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #d6d6d6;
	display: block;
	-webkit-backface-visibility: visible;
	-webkit-transition: opacity 200ms ease;
	-moz-transition: opacity 200ms ease;
	-ms-transition: opacity 200ms ease;
	-o-transition: opacity 200ms ease;
	transition: opacity 200ms ease;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #869791
}
</pre></body></html>