<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*-------------------------------------------------
ç›®éŒ„

1F: 1920px
3F: 1366px
4F: 1280px
-------------------------------------------------*/
/*-------------------------------------------------
ä½¿ç”¨éŽçš„class
.ClassName : ä½œç”¨
-------------------------------------------------*/
/*1F*/
/*-------------------------------------------------
GC_Leisure
1920px
-------------------------------------------------*/
@media only screen and (max-width: 1920px) and (min-width: 1367px){
}
/*2F*/
/*-------------------------------------------------
GC_Leisure
1366px
-------------------------------------------------*/
@media only screen and (max-width: 1366px){
	.header-bg-image {
		background-image: url(../../../../../wp-content/uploads/2017/05/0512.jpg);
		background-size: inherit;
		background-repeat: round;
	}
	#masthead &gt; div {
		max-width: 100% !important;
	}
	.header-main .nav &gt; li &gt; a:hover,
	.header-main .nav &gt; li &gt; a {
	    color: white!important;
	}
}
/*3F*/
/*-------------------------------------------------
GC_Leisure
1280px
-------------------------------------------------*/
@media only screen and (max-width: 1280px) and (min-width: 1025px){
	#masthead #logo {
		width: 280px!important;
	}
}
</pre></body></html>