<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*
Credits:
Code snippet by @maridlcrmn (Follow me on Twitter)
Images by Nike.com (http://www.nike.com/us/en_us/)
Logo by Sneaker-mission.com (http://www.sneaker-mission.com/)
*/
body .menu a.accesskey {
    left: 0;
}
body .menu-container{
    width: 100%;
    text-align: center;
    background: transparent;
    background-position: center bottom;
    background-repeat: no-repeat;
}

body .menu-container .menu &gt; ul {
    width: auto;
    margin: 0 auto -5px auto;
    display: inline-block;
    /* padding: 0 357px; */
}

body.home .menu-container .menu &gt; ul {
    margin: -2px auto 0 auto;
}

body .menu-container .menu &gt; ul &gt; li &gt; ul &gt; li &gt; ul {
    padding: 0;
    margin: 0;
}

body .menu-container .menu &gt; ul &gt; li &gt; ul &gt; li &gt; ul &gt; li {
    list-style: none;
    text-align: left;
    padding: 0 !important;
    font-size: inherit;
    border-top: none !important;
}

body .menu-container .menu &gt; ul &gt; li &gt; ul {
    background-color: rgba(255, 255, 255, 0.9);
    border: none;
    width: 100%;
    margin: 0;
    padding: 10px 5px 0 5px;
    box-shadow: rgba(0, 0, 0, 0.21) 0px 7px 12px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3c3c6e+1,8a764c+100 */
     /* Old browsers */
     /* FF3.6-15 */
     /* Chrome10-25,Safari5.1-6 */
     /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
     /* IE6-9 */
    background-color: #fff;
}
body .menu-container .menu &gt; ul &gt; li &gt; ul.normal-sub {
    left: 0;
}

body .menu-container .menu &gt; ul &gt; li &gt; ul &gt; li {
    margin: 0 0 10px 0 !important;
    padding: 0 5px !important;
    /* height: 230px; */
    border-top: none !important;
}
body .menu-container .menu &gt; ul &gt; li &gt; ul.normal-sub &gt; li {
    width: 25%;
    height: auto;
}
body .menu-container .menu &gt; ul &gt; li &gt; ul &gt; li a {
    font-size: 100%;
    padding: 4px !important;
    color: rgb(6, 6, 6);
    background-color: transparent !important;
    font-weight: bold;
    line-height: inherit !important;
    text-align: left;
    border-bottom: 1px #d6ad4c solid;
    width: 100%;
    background-image: none;
}

body .menu-container .menu &gt; ul &gt; li &gt; ul &gt; li a:hover {
    background-color: rgb(234, 229, 220) !important;
    color: #000;
}

body .menu-container .menu &gt; ul &gt; li &gt; ul &gt; li &gt; ul &gt; li a {
    padding: 10px;
    color: rgb(119, 105, 76);
    border-top: 1px rgba(121, 99, 99, 0.26) dotted !important;
    border-bottom: none;
    font-weight: normal;
}

body .menu-container .menu &gt; ul &gt; li &gt; ul &gt; li &gt; ul &gt; li.more a {
    text-align: right;
    color: #4cacd2;
}

body .menu-container .menu &gt; ul &gt; li &gt; ul &gt; li &gt; ul &gt; li.more a::before {
    content: "+";
}

body .menu-container .menu &gt; ul &gt; li &gt; ul &gt; li &gt; ul &gt; li a:hover {
    background-color: transparent;
    border-radius: 0;
}

body .menu-container .menu &gt; ul &gt; li &gt; ul &gt; li &gt; ul &gt; li:nth-child(1) &gt; a {
    border-top: none !important;
}

body .menu-container .menu &gt; ul &gt; li &gt; ul &gt; li &gt; ul &gt; li a::before {
    content: "◢";
    margin-right: 2px;
}
/*body .menu-container .menu ul li:nth-child(n+1) a {
    background-color: #ad282d;
}
body .menu-container .menu ul li:nth-child(n+2) a {
    background-color: #ce4e1a;
}
body .menu-container .menu ul li:nth-child(n+3) a {
    background-color: #e4a409;
}
body .menu-container .menu ul li:nth-child(n+4) a {
    background-color: #76ae0a;
}
body .menu-container .menu ul li:nth-child(n+5) a {
    background-color: #109fb0;
}
body .menu-container .menu ul li:nth-child(n+6) a {
    background-color: #32649c;
}
body .menu-container .menu ul li:nth-child(n+7) a {
    background-color: #6159a5;
}
body .menu-container .menu ul li:nth-child(n+8) a {
    background-color: #80549a;
}
body .menu-container .menu ul li:nth-child(n+9) a {
    background-color: #9a5484;
}
body .menu-container .menu ul li:nth-child(n+10) a {
    background-color: #af404a;
}*/
body .menu-container .menu ul li a:hover {
    background-color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #000;
}
body .menu-container .menu &gt; ul &gt; li a {
    color: #ffffff;
    font-size: 120%;
    line-height: 150%;
    padding: 7px 36px;
    background-color: #ca7213;
    border-top-left-radius:  10px;
    border-top-right-radius: 10px;
}
body .menu-container .menu &gt; ul &gt; li a h2 {
	/*font-weight:bold;*/
}

body .menu-container .menu &gt; ul &gt; li:hover {
    background-color: #ffffff;
    color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 0 1px;
}

body .menu-container .menu &gt; ul &gt; li:nth-child(1) a {
    background-image: none;
}



body .menu-container .menu &gt; ul &gt; li {
    background: transparent;
}

body .menu-container .menu &gt; ul &gt; li.menu-dropdown-icon {background-image: url(../images/all/arrow01.png);background-repeat: no-repeat;background-position: right center;/* position: relative; */padding:  0 1px;}
/*----------------mega--------------------*/

.mega-dropdown {
	position: static !important;
}

.mega-dropdown-menu {
	padding: 20px 15px 15px;
	text-align: center;
}

.mega-dropdown-menu &gt; li &gt; ul {
	padding: 0;
	margin: 0;
}

.mega-dropdown-menu &gt; li &gt; ul &gt; li {
	list-style: none;
	text-align: left;
}

.mega-dropdown-menu &gt; li &gt; ul &gt; li &gt; a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.428571429;
	color: #999;
	white-space: normal;
}

.mega-dropdown-menu &gt; li ul &gt; li &gt; a:hover,
.mega-dropdown-menu &gt; li ul &gt; li &gt; a:focus {
	text-decoration: none;
	color: #444;
	background-color: #f5f5f5;
}

.mega-dropdown-menu .dropdown-header {
	color: #428bca;
	font-size: 110%;
	font-weight: bold;
}

.mega-dropdown-menu form {
	margin: 3px 20px;
}

.mega-dropdown-menu .form-group {
	margin-bottom: 3px;
}


/*---------mega-end----------*/

@media (max-width:1200px) {


body .menu-container .menu &gt; ul &gt; li a {
    padding: 7px 30px;
    background-image: none;
}
}
@media (max-width:1070px) {
body .menu-container .menu &gt; ul &gt; li a{
    padding: 7px 26px;
}
}
@media (max-width:1013px) {
body .menu-container .menu &gt; ul &gt; li a{
    padding: 7px 20px;
}
}
@media (max-width:959px) {
body .menu-container .menu-mobile{
    position: absolute;
    left: 0;
    text-indent: -9999px;
    background-image: url(../images/all/smenu.png);
    background-repeat: no-repeat;
    width: 60px;
    height: 60px;
    background-position:  center;
    z-index:  999;
}
body .menu-container .menu &gt; ul{
    display: none;
}
body .menu-container .menu .show-on-mobile{
    display: block;
}
body .menu-container .menu .show-on-mobile{
    background-color: #e9e4db;
    padding: 0;
}
body .menu-container .menu &gt; ul &gt; li &gt; ul{
    margin: -1px 0 0 0;
}
body .menu-container .menu &gt; ul &gt; li &gt; ul &gt; li{width: 25%;float: left;}
body .menu-container .menu &gt; ul &gt; li{
    border-top: none !important;
}

body .menu-container .menu &gt; ul &gt; li:hover {background-color: transparent;}
body .menu-container .menu &gt; ul &gt; li a{
    background-color: #94835c;
    border-bottom: 1px #e9e4db solid;
    position: relative;
    color: #fff;
    border-radius: 5px;
}
body .menu-container .menu &gt; ul &gt; li &gt; ul &gt; li a{border-radius: 0px;}


body .menu-container .menu-dropdown-icon:before{
    content: "\f0d7";
    position: absolute;
    right: 0;
    padding: 14px 25px;
    z-index: 9;
    font: normal normal normal 14px/1 FontAwesome;
    background-color: transparent;
    color: #fff;
    margin-top: 0;
}

body .menu{
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9999;
    background-color: transparent;
    margin-top: 0;
}

body.home .menu {
    border: none;
    margin-top: 0;
}

body .menu.smaller {
    position: absolute;
    top: 106px;
}

body .menu .center {
    padding: 0;
}

body .menu .dropdown .mega-dropdown-menu{
    width: 100%;
    position: relative;
}
body .menu .dropdown-menu&gt;li{
    height: auto !important;
}
}
/*-----------mega------------*/
 @media(max-width:768px) {

body .menu .dropdown-menu&gt;li{
    width: 100%;
    height: auto !important;
}
body .menu-container .menu &gt; ul &gt; li &gt; ul &gt; li{
	 width: 100% !important;
	 height: auto !important;
	}
}
@media(max-width:560px) {

body .menu-container .menu-mobile {
    background-size: 50%;
}


	}
@media(max-width:530px) {

	}


body .menu .dropdown .mega-dropdown-menu {
	background-color: rgba(255, 255, 255, 0.9);
	border: none;
	width: 100%;
	margin: 0;
	border-top: 2px #4596d6 solid;
}
body .menu .dropdown-menu&gt;li&gt;a {
	font-size: 100%;
	padding: 10px !important;
	color: rgb(0, 0, 0);
	background-color: transparent;
	font-weight: bold;
	line-height: inherit !important;
	text-align: left;
	border-bottom: 1px #4495d6 solid;
}
body .menu .dropdown-menu&gt;li {
	margin: 0 0 10px 0;
	padding: 0 15px;
	height: 230px;
}
body .menu .dropdown-menu&gt;li&gt;a:hover {
	color: #000;
	background-color: rgb(232, 232, 232) !important;
	padding: 10px !important;
}

body .menu .mega-dropdown-menu &gt; li &gt; ul &gt; li &gt; a {
	font-size: 95%;
	padding: 10px;
	color: rgb(117, 117, 117);
	border-top: 1px rgba(0, 0, 0, 0.24) dotted;
}

body .menu .mega-dropdown-menu &gt; li &gt; ul &gt; li.more &gt; a {
    text-align: right;
    color: #4cacd2;
}

body .menu .mega-dropdown-menu &gt; li &gt; ul &gt; li.more &gt; a:before {
    content: "+";
}

body .menu .mega-dropdown-menu &gt; li &gt; ul &gt; li &gt; a::before {
    content: "_";
    margin-right: 2px;
}
body .menu .mega-dropdown-menu &gt; li &gt; ul &gt; li:nth-child(1) &gt; a {
	border: none;
}
body .menu .mega-dropdown-menu &gt; li &gt; ul &gt; li &gt; a:hover {
	color: #4495d6;
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0px;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 200px;
	padding: 5px 0px;
	margin: 2px 0px 0px;
	list-style: none;
	background-color: white;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.14902);
	border-image-source: inherit;
	border-image-slice: inherit;
	border-image-width: inherit;
	border-image-outset: inherit;
	border-image-repeat: inherit;
	border-radius: 4px;
	box-shadow: rgba(0, 0, 0, 0.172549) 0px 6px 12px;
}
.dropdown-menu-list {
	min-width: 220px;
}

/*------mega--end-----*/



/*20181011搜尋*/
body .menu-container .menu &gt; ul &gt; li.top_search {
    padding: 10px 10px;
    width: 100%;
    right: 0;
    background-color: #c0c0c0;
}

body .menu-container .menu &gt; ul &gt; li.top_search input {
    float: left;
    width: 100%;
}

body .menu-container .menu &gt; ul &gt; li.top_search label {
    width: 100%;
    float: left;
}
body .menu-container .menu &gt; ul &gt; li.top_search p{
    top: 14px;
    left: 10px;
}
body .menu-container .menu &gt; ul &gt; li.top_search input[type=submit]{
    top: 112px;
    right: 10px;
    /* float: none; */
    background-image: none;
    border-radius: 0;
    background-color: transparent;
    padding: 0;
    color: #ad8b38;
    width: auto;
    position:absolute;
    text-decoration: underline;
}
body .menu-container .menu &gt; ul &gt; li.top_search input[type=submit]:hover {
	color:#d29500;
}
body .menu-container .menu &gt; ul &gt; li.top_search .search{
	position:relative;
	width: 100%;
	padding:  0 70px 0 0;
}
body .menu-container .menu &gt; ul &gt; li.top_search input[type=button]{
    right: 0;
    position: absolute;
}

body .menu-container .menu &gt; ul &gt; li.top_search input {
	border: 0;
	padding: 5px 5px 5px 30px;
	/* width: 370px; */
	background-image: url(../images/all/icon_search.png);
	background-repeat: no-repeat;
	background-position: 6px 6px;
	background-color: #FFF;
	border-radius: 50px;
}
body .menu-container .menu &gt; ul &gt; li.top_search input:focus {
    background-color: #fbe36b;
}
body .menu-container .menu &gt; ul &gt; li.top_search input[type=button] {
	background-repeat: no-repeat;
	background-position: center;
	background-color: #c92317;
	width: auto;
	position: absolute;
	right: 0;
	background-image: none;
	top: 0;
	float: right;
	color: #fff;
	text-align: center;
	padding: 5px 15px;
}
body .menu-container .menu &gt; ul &gt; li.top_search .ad_search{
    width: 100%;
    display: inline-block;
    padding: 8px 0 0 10px;
}

body .menu-container .menu &gt; ul &gt; li.top_search .ad_search .hot {
    top: 3px;
    padding: 0 90px 0 0px;
    width: 100%;
    text-align: left;
    color:#FFF;
    text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
body .menu-container .menu &gt; ul &gt; li.top_search .ad_search .hot a {
    color: #FFF;
    font-size: 100%;
    line-height: normal;
    background-repeat: no-repeat;
    background-position: center left;
    padding: 0;
    display: inline;
    /* position: inherit; */
    background-color: transparent;
    border: none;
}
body .menu-container .menu &gt; ul &gt; li.top_search .ad_search .hot a:hover {
	text-decoration:underline;
}
@media (min-width: 960px) {
body .menu-container .menu &gt; ul &gt; li.top_search {
	display:none;
}
}
@media (max-width: 960px) {
body .top .top_search {
	display:none;
}
}
</pre></body></html>