<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.pagebox{
	border: 1px solid #ddd;
    color: #b3b3b3;
	width: 2.5em;
    height: 2.5em;
	line-height: 2.5em;
	vertical-align: middle;
}
.pagebox:hover{
	background: #ddd;
    border-color: #eee;
    color: #333;

}

/* .pageNumber .pageselected{
	background: #0050A3;
    border-color: #0050A3;
    color: #fff;
} */


.textlimit {
    height: 160px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
	color:#8c8c8c;
	font-size: 16px;
}
.shop_detail{
	display:none;
}
/* cowboy 20210309 productdetail tabs é‡è£½ä¿®å¾©ç‰ˆ #38948 */
.cowboy_tabList {
	display: flex;
	flex-wrap: wrap;
	align-items: center;

	margin-bottom: 40px;
	border-bottom: 1px solid #f2f2f2;
}

.cowboy_tabList-center{
	justify-content: center;
}

.cowboy_tabList &gt; a {
	display: block;
	width: 25%;
	min-width: 120px;
	padding: 0 10px;
	/* color: #4a4e5c; */
	/* font-size: 18px; */
	font-weight: bold;
	line-height: 42px;
	text-align: center;
	background: #fff;
	border: 1px solid #f2f2f2;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.cowboy_tabList &gt; a.active,
.cowboy_tabList &gt; a:hover {
	background: #f2f2f2;
}
/* cowboy 20210309 productdetail tabs é‡è£½ä¿®å¾©ç‰ˆ #38948 end */



/* cowboy 20210414 å‰¯åŠŸèƒ½åˆ— è°·å“¥ç¿»è­¯ä¿®å¾©ç‰ˆ #39609 */
.topLinkMenu &gt; .language_google &gt; a {
	display: flex !important;
	align-items: center;
}
.topLinkMenu &gt; .language_google &gt; a &gt; span {
	display: flex;
	align-items: center;
}
.goog-te-gadget {
	color: #fff !important;
}
.goog-logo-link {
	font-size: 12px !important;
	font-weight: 400 !important;
	color: #fff !important;
}
@media (min-width: 1025px) {
	.goog-te-gadget {
		display: flex;
		align-items: center;
	}
	.goog-te-gadget &gt; div {
		margin-right: 15px;
	}
}
@media (max-width: 1024px) {
	.goog-te-gadget &gt; div * {
		color: #000 !important;
	}
}
/* cowboy 20210414 å‰¯åŠŸèƒ½åˆ— è°·å“¥ç¿»è­¯ä¿®å¾©ç‰ˆ #39609 end */



/* cowboy 20211206 è³¼ç‰©ç«™ç”¢å“åˆ—è¡¨åˆ‡æ› */
.colChange {
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}
.colChange a {
	display: block;
	margin: 0 10px;
	opacity: 0.5;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.colChange a:hover,
.colChange a.active {
	opacity: 1;
}
.colChange a img {
	display: block;
}
@media (max-width: 576px) {
	.colChange {
		display: none;
	}
}
@media (min-width: 440px) {
	.horizontal {
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 30px;
	}
	.horizontal &gt; *:nth-child(1) {
		display: block;
		width: 30%;
	}
	.horizontal &gt; *:nth-child(2) {
		width: 70%;
		padding: 0 15px;
	}
	.horizontal &gt; *:nth-child(2) .subBlockTitle {
		margin: 0;
	}
}
/* cowboy 20211206 è³¼ç‰©ç«™ç”¢å“åˆ—è¡¨åˆ‡æ› end */



/* cowboy 20220324 fix å½±éŸ³å°ˆå€ #43894 */
.videoLightboxFix {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}

.videoLightboxFix.show {
    opacity: 1;
    visibility: visible;
}

.videoLightboxFix &gt; div {
    position: relative;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 960px;
    -webkit-transform: translate(-50%, -45%);
            transform: translate(-50%, -45%);
    -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}

.videoLightboxFix.show &gt; div {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.videoLightboxFix .videoClose {
    position: absolute;
    top: -43px;
    right: -43px;
    padding: 0 12px;
    font-size: 24px;
    color: #fff;
    cursor: pointer;
}

@media (max-width: 1060px) {
    .videoLightboxFix .videoClose {
        right: 0px;
    }
}

.videoLightboxFix .videoIframe {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
}

.videoLightboxFix iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
		padding: 0 15px;
}
/* cowboy 20220324 fix å½±éŸ³å°ˆå€ #43894 end */


/* cowboy 20220107 cowboyBlock_4 æ¨¡çµ„æ–°å¢ž */
.cowboyBlock_4 {
	position: relative;
	margin: -50px 0 100px;
	z-index: 2;
}
.cowboyBlock_4 .container {
	max-width: 1260px;
}
.cowboyBlock_4 a {
	display: block;
	position: relative;
	height: 0;
	padding-bottom: 123.08%;
}
@media (max-width: 575px) {
	.cowboyBlock_4 {
		margin: -40px 0 20px;
	}
	.cowboyBlock_4 a {
		margin-bottom: 60px;
	}
}
.cowboyBlock_4 a img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.3s;
			transition: all 0.3s;
}
@media (min-width: 1025px) {
	.cowboyBlock_4 a {
		overflow: hidden;
	}
	.cowboyBlock_4 a:hover img {
		transform: scale(1.03);
	}
}
.cowboyBlock_4 a div {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 65%;
	color: #000;
	font-size: 16px;
	padding: 15px;
	white-space: nowrap;
	text-overflow: ellipsis;
	background: #fff;
	overflow: hidden;
	-webkit-transition: all 0.3s;
			transition: all 0.3s;
}
.cowboyBlock_4 a:hover div {
	color: #0050A3;
}
@media (max-width: 1024px) {
	.cowboyBlock_4 a div {
		top: 100%;
		bottom: unset;
		width: 100%;
	}
}
/* cowboy 20220107 cowboyBlock_4 æ¨¡çµ„æ–°å¢ž end */


/* cowboy 20220420 cowboyAbout_1 æ¨¡çµ„æ–°å¢ž */
.ca1 {
	position: relative;
	overflow: hidden;
}
@media (max-width: 991px) {
	.ca1 {margin-bottom: 40px;}
}
.ca1 img {
	display: block;
	width: 100%;
}
.ca1 .ca1_cover {
	position: absolute;
	top: calc(100% - 63.2px);
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0 20px;
	background: rgba(0,71,118,0.65);
	transition: all 0.3s ease-in-out;
}
.ca1:hover .ca1_cover {
	top: 0;
}
.ca1 .ca1_cover div {
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	margin: 0 0 20px;
	padding: 10px 0;
}
.ca1 .ca1_cover p {
	color: #fff;
	font-size: 16px;
	text-align: center;
	opacity: 0;
	transform: scale(0);
	transition: all 0.5s 0.4s ease-in-out;
}
.ca1:hover .ca1_cover p {
	opacity: 1;
	transform: scale(1);
}
/* cowboy 20220420 cowboyAbout_1 æ¨¡çµ„æ–°å¢ž end */


/* 2024-11-07 */
.blockTitle_i span i {
	display: inline-block;
	font-size: 0.5em;
	margin-left: 1em;
}

.historyType8 .eventList .subBlockTitle {
	word-wrap: break-word;
}</pre></body></html>