<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding:0;
  border: 0;
  list-style:none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 5;
  padding-top:5px;
}


#cssmenu:after,
#cssmenu &gt; ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility:  hidden;
  line-height: 0;
  height: 0;
}


#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  font-family: "微軟正黑體", Montserrat, sans-serif;
/*background: #333333;*/
}

#cssmenu {
/*background:url('../ppic/top_menu_bk.png') center center,rgba(0,0,0,1) ; background-repeat:no-repeat; background-size:cover;
background:url('../ppic/header_bk.png') center center,rgba(255,255,255,0) ; background-repeat:no-repeat; background-size:cover;
background-color:#D8716B;background:url('../ppic/header_bk.png') center center,rgba(221,129,124,1) ; background-repeat:no-repeat; background-size:cover;*/
}


#cssmenu &gt; ul {  
 /*background-color: rgba(201,41,69,1); 桃紅*/
 background-color:;
 background:url('../ppic/header_top_bk_.jpg') left top,rgba(255,255,255,1.0) ; background-repeat:repeat; background-size:;
background-color:transparent;
/* margin-top:130px;*/
 margin-top:0px; margin-bottom:0px; border-bottom:0px solid #e0e0e0;
 /*height:80px;*/
 text-align: center;
 margin:2% 4% 0px 8%;margin:3% 4% 0px 8%  ;margin:0.9% 4% 0.1% 8%; 
}


#cssmenu &gt; ul &gt; li {
  float: none;
  display:inline-block;
  background-color:;
  padding: 0px ; 
  vertical-align:middle; 
}

#cssmenu.align-center &gt; ul {
  font-size: 0;
  text-align: center;

}
#cssmenu.align-center &gt; ul &gt; li {
  display: inline-block;
  float: none;
}


#cssmenu.align-center ul ul {
  text-align: left;

}



#cssmenu.align-right &gt; ul &gt; li {
  float: right;
}
#cssmenu &gt; ul &gt; li &gt; a {   /* 電腦版第一層 連結前*/

  padding: 10px 20px 25px 15px ; 
  padding: 20px 15px 10px 15px ;
  padding: 10px 10px 10px 10px ;
  
  font-size: 16px;
  letter-spacing: 1px;
  text-decoration: none;
  color:#858585 ;color:#fff;/*#F23434#dddddd 連結前 */
  font-weight: 300; /*700*/
  text-transform: uppercase;
  min-height:30px;
  -webkit-transition-duration: 0.3s; /* Safari */
  transition-duration: 0.4s;
  background-color:transparent;
  
  margin-top:15px;
  margin-bottom:10px;

}








#cssmenu &gt; ul &gt; li:hover &gt; a { /* 電腦版第一層 連結*/
  color: #000; color: #E8D4B4;/*fff FDFE00 連結*/
/*  text-shadow: 2px 2px 8px #333;*/
  text-shadow: 1px 1px 8px #333;
  font-size: 17px;
/*  text-decoration:underline; /*700*/
 font-weight: 300;

  -webkit-transition-duration: 0.5s; /* Safari */
  transition-duration: 0.5s;
  background-color:transparent;

}




#cssmenu &gt; ul &gt; li.has-sub &gt; a { /* 電腦版第一層 有第二層 + 的位置*/
  padding-right: 22px; /*30px*/
  padding: 10px 10px 10px 10px ;
}

#cssmenu &gt; ul &gt; li.has-sub &gt; a:after {
  position: absolute;
  top: 22px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #000; /*#dddddd 連結後,電腦版,次選單的符號 橫線 */
  content: '';
  display:none;
}
#cssmenu &gt; ul &gt; li.has-sub &gt; a:before {
  position:absolute;
  top: 19px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #000;  /*#dddddd 電腦版,次選單的符號 */
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
  display:none;

}
#cssmenu &gt; ul &gt; li.has-sub:hover &gt; a:before {
  top: 23px;
  height: 0;
  display:none;
}

#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  margin-top:-5px;
  padding-top:2px; padding-top:20px;padding-top:2px;
 /* background-image:url(menu_top_bk..png); background-position:top center;*/
}

#cssmenu ul ul.wild { position: absolute;
  left: -9999px;
  margin-top:-5px;
  padding-top:2px;}


#cssmenu ul ul ul{
  position: absolute;
  left: -9999px;
  margin-top:-2px;/*下拉第二層高度*/ padding-top:2px;
  background-image:url(menu_top_bk..png); background-position:top center;
}

#cssmenu.align-right ul ul {
  text-align: right;


}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
  

}
#cssmenu li:hover &gt; ul {
  left:auto;left:45px;/* -25px  auto 電腦版下拉選單位置*/
  padding-left:5px;/* 加 電腦版 下拉 二跟三的間距*/
}




#cssmenu.align-right li:hover &gt; ul {
  left: auto;
  right: 0;

}
#cssmenu li:hover &gt; ul &gt; li {
  height: 35px;

}

#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;

  
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-left: 100%;
}

#cssmenu ul ul li  {  left:-70px; left:-76px; }

#cssmenu ul ul ul li  { left:0px;}


#cssmenu ul ul li a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  padding: 9px 15px;
  width: 330px;width: 130px;/*下拉選單寬度180px;*/
  font-size: 16px; /*電機板下拉文字*/
  text-decoration: none;
  color: rgba(0,0,0,0.7);
  font-weight: 500;
  /*left:-70px;*/
  background-color: rgba(83,132,23,1); /* 深綠*/
  background-color: rgba(114,175,48,1);/* 淺綠*/
  background-color: rgba(233,233,233,1);/* 灰*/
 
  /*left:0px;*/
 
 }

#cssmenu ul ul li a.long2 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  padding: 9px 15px;
  width: 260px;/*下拉選單寬度180px;*/
  font-size: 16px; /*電機板下拉文字*/
  text-decoration: none;
  color: #000;
  font-weight: 500;
  left:-36px;
   background-color: rgba(83,132,23,1); /* 深綠*/
   background-color: rgba(114,175,48,1);/* 淺綠*/
   background-color: rgba(255,164,14,1);/* 黃*/
 }
 
#cssmenu ul ul li a.long {
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  padding: 9px 15px;
  width: 300px;/*下拉選單寬度180px;*/
  font-size: 16px; /*電機板下拉文字*/
  text-decoration: none;
  color: #000;
  font-weight: 500;
  left:-60px;
   background-color: rgba(255,191,0,1);/* 黃*/
}




#cssmenu ul ul li:last-child &gt; a,
#cssmenu ul ul li.last-item &gt; a {
  border-bottom: 0;
  
}
#cssmenu ul ul li:hover &gt; a,
#cssmenu ul ul li a:hover {
  color: #fff; /*電腦板 下拉hover*/
   background-color: rgba(255,164,14,1);/* 黃*/
 
 }
#cssmenu ul ul li.has-sub &gt; a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
}
#cssmenu.align-right ul ul li.has-sub &gt; a:after {
  right: auto;
  left: 11px;
}
#cssmenu ul ul li.has-sub &gt; a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu.align-right ul ul li.has-sub &gt; a:before {
  right: auto;
  left: 14px;
}
#cssmenu ul ul &gt; li.has-sub:hover &gt; a:before {
  top: 17px;
  height: 0;
}


#cssmenu ul li.cmenuitem { display: inline-block; } 
#cssmenu ul li.cmenuitem_allno { display:none; } 






#cssmenu ul li:hover ul.wild {
   /*background-color:rgba(255,255,255,1.0); 白底*/
   background-color:rgba(222,0,0,1.0); background-color:rgba(222,0,0,0.0); 
   text-align:center;
   width:100%; min-width:900px;min-width:450px;
   max-width:1500px;
   left:-400px;left:-300px;left:-160px;
   /*left:-500px; 手機版取消此即可*/
   border:1px solid #fff; border:0px solid #fff;
   padding:0px 40px 60px 40px;  padding:0px 10px 60px 10px;margin:0px;
   height:330px;
   box-shadow:4px 4px 12px -2px rgba(20%,20%,40%,0.5); box-shadow:4px 4px 12px -2px rgba(20%,20%,40%,0.0 );
   /* position:absolute;*/}

#cssmenu ul li:hover ul.en {left:-400px;}


#cssmenu ul li:hover ul.wild li.wild {    border-bottom: 1px solid rgba(255, 255, 255, 1.0); border: 1px solid rgba(255, 255, 255, 1.0); height:39px; width:330px; width:200px;width:180px;left:0px; margin-right:20px; margin-right:10px; margin-top:10px; background-color:rgba(222,0,0,1.0); background-color:rgba(0,0,0,1.0);  }
#cssmenu ul li:hover ul.en li.en {width:300px;}


#cssmenu ul ul.wild li a { border-bottom: 0px solid rgba(255, 255, 255, 1.0);  }


#cssmenu ul li ul.wild li, #cssmenu ul li ul.wild li:hover &gt; a, #cssmenu ul li ul.wild li a { display:inline-block; clear:none; float:none; width:180px;}  



#cssmenu ul li ul.wild li:hover &gt; a, #cssmenu ul li ul.wild li a{ background-color:transparent;  color:#fff; padding:3px 0px; font-variant:blod; font-size:18px;  }
#cssmenu ul li ul.wild li ul li a {color:#000;color:#fff;  background-color:transparent; }  
#cssmenu ul li ul.wild li:hover &gt; a {color:#E9DBB3;  background-color:transparent; font-variant:blod; font-size:18px; }  


#cssmenu  ul li:hover  ul.wild  li  ul.wild2 {
   background-color:rgba(255,0,0,0.0);background-color:rgba(80,29,2,1.0); background-image:url(../ppic/header_uni_bk.jpg); background-size:cover; background-position:center center;
   width:100%; width:340px; width:200px;width:180px;
   left:0px; 
   /*left:-500px; 手機版取消此即可*/
   padding:0px 5px 30px 5px;  margin:40px 0px;
   display:inline-block;  float:none;
   /* position:absolute;*/ border:1px solid #fff;
}
#cssmenu  ul li:hover  ul.wild li  ul.en {width:300px;} 

	
#cssmenu  ul li:hover  ul.wild  li  ul.wild2 li, #cssmenu  ul li:hover  ul.wild  li  ul.wild2 li a  { display:inline-block; float:none; clear:none; width:auto;position:relative; vertical-align:top; padding:10px 10px 25px 0px; float:left; border-bottom: 0px solid rgba(255, 0, 0, 0.0); width:200px; width:180px;text-align:left;  }
#cssmenu  ul li:hover  ul.wild  li  ul.wild2 li, #cssmenu  ul li:hover  ul.wild li  ul.en li a{ width:300px; }


#cssmenu ul li.mmmmm { display:none; } 
#cssmenu ul li.mmenu_product { display:none; } 

  #cssmenu &gt; ul &gt; li.has-sub &gt; a:after,
  #cssmenu &gt; ul &gt; li.has-sub &gt; a:before,
  #cssmenu ul ul &gt; li.has-sub &gt; a:after,
  #cssmenu ul ul &gt; li.has-sub &gt; a:before {
    display: none;
  }

@media (min-width:999px) and (max-width:1400px) {
#cssmenu ul li.cmenuitem { display:none; } 
 }
 
 
/* @import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);*/
@media all and (max-width: 979px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px), (min-width: 768px) and (max-width: 979px) {
  #cssmenu {
/* width: 90%; /*100%*/
/*margin-left:5%;*/
/*margin-left:10%;
margin-right:10%;*/

   width: 100%;/*80%*/
   border-radius:0px;
   height:100px;
   height:60px;
   height:70px;
   padding-top:0px;
   padding-bottom:0px;
    /*border-bottom: 8px solid rgba( 171,4,50,1.0); ← 深棕 */
   margin-top:0px; /*手機版 三橫 位置 */
   padding-top:10px;
   /*background:url('../ppic/top_menu_bk.png') center center,#666 ; background-size:100%   
  background:url('../ppic/top_menu_bk.png') center center,#666 ; background-size:100% */
  background:url('../ppic/top_menu_bk_.png') center center,rgba(0,0,0,1) ; background-repeat:no-repeat; background-size:cover;
  border-bottom:0px solid #e0e0e0;
 }
  
 
  #cssmenu ul {
    width: 100%;
    display: none;
/*  background: rgba(0,0,0,0.9);	黑*/
  /*  background: rgba(114,99,69,1.0);	黑*/
   /* background: rgba(163,144,104,1.0);	土黃*/
    background-color: rgba(233,233,233,0);/* 灰*/
    text-align:left;
	font-size:18px;
    padding-top:0px;
	margin:0%;
	margin-top:200px; /*第一次下拉 起始高度*/
	margin-top:0px; /*第一次下拉 起始高度*/
    padding-top:180px;
    padding-top:70px;!important

    /*max-height:550px;
    overflow: auto;*/
}
  #cssmenu.align-center &gt; ul {
    text-align: left;
	
	
	
	
  }
  #cssmenu ul li{
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.9); /*白色*/
	background-color: rgba(233,233,233,1);/* 灰*/

   /* border-top: 1px solid rgba( 143,171,155,1.0); ← 深棕 rgba(0, 0, 0, 1.0)*/
    padding-top:0px;
    padding-bottom:0px;
}
#cssmenu ul li.cmenu_product { display:none; } 
#cssmenu ul li.mmmmm {display:block; padding: 2px 0px ;!important
 } 
#cssmenu ul li.mmenu_product { display:block;  padding: 2px 0px ;!important
 } 
#cssmenu ul li.cmenu_fb { display:none;}
#cssmenu ul li.wild { display:none;}


#cssmenu li:hover &gt; ul {
   left:auto;/*auto 手機版下拉選單位置*/
   padding-top:0px;	
   padding-left:0px

  
}

  #cssmenu ul ul li,
  #cssmenu li:hover &gt; ul &gt; li {
    height: auto; 
	
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
    border-bottom: 0;
	font-size: 18px;/*加*/
   /*  padding: 15px 10px 15px 20px ;	展開後選單高度15px 10px 17px 20px ;*/
    /*padding: 2px 10px 2px 20px ;	 展開後選單高度15px 10px 17px 20px ;*/
    left:0px;
	
 }
  #cssmenu ul li a{ padding: 2px 10px 2px 20px ; } /*沒有子項的*/
  #cssmenu ul ul li a { padding: 15px 10px 15px 20px ;	/* 展開後選單高度15px 10px 17px 20px ;*/}
 
  #cssmenu ul ul.wild li a {
    padding: 15px 10px 15px 20px ;	/* 展開後選單高度15px 10px 17px 20px ;*/
 }








 
#cssmenu ul ul li  {  left:0px; }
#cssmenu ul ul ul li  { left:0px;}


  #cssmenu ul li a.long,
  #cssmenu ul ul li a.long {
    width: 100%;
    border-bottom: 0;
	font-size: 18px;/*加*/
    padding: 15px 10px 15px 20px ;	/* 展開後選單高度15px 10px 17px 20px ;*/
	left:0px;
  }


  #cssmenu ul li a.long2,
  #cssmenu ul ul li a.long2 {
    width: 100%;
    border-bottom: 0;
	font-size: 18px;/*加*/
    padding: 15px 10px 15px 20px ;	/* 展開後選單高度15px 10px 17px 20px ;*/
    left:0px;
  }



  #cssmenu &gt; ul &gt; li &gt; a {
   color:rgba(0,0,0,0.7);/*#dddddd 連結前 */
   text-align: left;/*手機第一層文字對齊左*/


  }

#cssmenu &gt; ul &gt; li:hover &gt; a
  {
   color:#fff;
  }
   
  
  #cssmenu &gt; ul &gt; li {
    float: none;
  }




  #cssmenu ul ul ul li a {
    padding-left: 35px;
	
  }

  #cssmenu ul ul li a {
    padding-left: 25px;
	font-size: 17px;/*手機板下拉文字*/
	color: #fff;
   /* background: rgba( 238,238,238,1.0);  ←棕色 淺紫 次選單底色*/
    left:0px;
   /* background-color: rgba(255,191,0,1);黃*/
   /* background-color: rgba(125,187,227,1); 淺藍*/   background-color: rgba(255,164,14,1);/* 黃*/

 }
  
  #cssmenu ul  li:hover &gt; a,
  #cssmenu ul  li.active &gt; a,
  #cssmenu ul ul li:hover &gt; a,
  #cssmenu ul ul li.active &gt; a {
    color:rgba(30,44,89,0.7); /* 深藍 #ff0000;#ffffff 有展開選單的 主標文字*/
	font-weight:; font-style:; text-decoration: underline;
	/* background: rgba(255,255,255,0.2); 深紫 background-color: rgba( 183,220,89,1.0); #FFC;*/
}
  
 #cssmenu ul  li:hover &gt; a,
  #cssmenu ul  li.active &gt; a, {
	background: rgba(0,0,0,1); 	
}

  #cssmenu ul ul li:hover &gt; a,
  #cssmenu ul ul li.active &gt; a {
	/*background: rgba(95,202,199,0.0); */	  
	color:#fff; margin-bottom:2px;!important
    background-color: rgba(255,255,14,1);/* 黃*/ margin:0px; !important
}

  #cssmenu ul ul,
  #cssmenu ul ul ul,
  #cssmenu.align-right ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0px;
    text-align: left;
  }
  
  #cssmenu ul ul { background-image:url(); background-position:top center; padding-top:0px;  }
  #cssmenu &gt; ul &gt; li.has-sub &gt; a:after,
  #cssmenu &gt; ul &gt; li.has-sub &gt; a:before,
  #cssmenu ul ul &gt; li.has-sub &gt; a:after,
  #cssmenu ul ul &gt; li.has-sub &gt; a:before {
    display: none;
  }
  
  #cssmenu #menu-button { /*手機版選單標頭顏色*/
    display: block;
    padding: 17px;
    color:#ffffff ; /*#dddddd*/
    cursor: pointer;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700; 
    margin-top:10px; /*手機版 三橫 */
	float:right; 
	
  }
  
  #cssmenu ul li.cmenuitem_allno { display:inline-block;} 


  #cssmenu #menu-button:after {
    position: absolute;
    top: 22px;
    /*left: 17px;*/
    right: 17px;
    display: block;
    height: 4px;
    width: 20px;
    border-top: 2px solid rgba(232,212,180,1); /* 選單 三橫dddddd*/
    border-bottom: 2px solid rgba(232,212,180,1);/*選單 三橫 dddddd*/
    content: '';
	-webkit-box-sizing: content-box;  -moz-box-sizing:content-box;  box-sizing:content-box;
  }
  
  #cssmenu #menu-button:before {
    position: absolute;
    top: 16px;
    /*left: 17px;*/
    right: 17px;
    display: block;
    height: 2px;
    width: 20px;
    background: rgba(232,212,180,1);; /*手機板選單X */
    content: '';
  }
  
  #cssmenu #menu-button.menu-opened:after {
    top: 23px;
    border: 0;
    height: 2px;
    width: 15px;
    background: rgba(232,212,180,1); /*手機板選單X \ */
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  
  #cssmenu #menu-button.menu-opened:before {
    top: 23px;
    background: rgba(232,212,180,1); /*手機板選單X / */
    width: 15px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 8px;
    top: 0;
    display: block;
    border-left: 0px solid rgba(120, 120, 120, 1.0);
	border-radius:0px;
    background:; /*次選單展開 右方圖示底色(點選前)*/
	
    height:30px;/*51px*/
    width: 30px;/*51px*/
    cursor: pointer;
	padding:0px; 	padding:0px 200px; 
	margin:0px;
	margin-top:9px;
  }
  #cssmenu .submenu-button.submenu-opened {
    background:; /*次選單展開 右方圖示底色*/
	
	padding:0px; 	padding:0px 200px; 
	margin:0px;
	margin-top:9px;
	margin-bottom:2px;
  }
  
 
  #cssmenu ul ul .submenu-button  { /*mobil 第2層,點選前 */
    height: 30px;
    width: 30px;
	padding:0px;
	margin:0px;
	margin-top:9px;
	padding:0px 200px;
  }
  #cssmenu .submenu-button:after {
    position: absolute;
    top: 13px; /*22 橫線*/
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background:rgba(0,0,0,0.3); /*dddddd*/
    content: '';
	
  }
  #cssmenu ul ul .submenu-button:after { /*mobil 第2層右方 + 的 -(橫線) */
    top: 15px;/*15*/
    right: 11px;
  }
  
  #cssmenu .submenu-button.submenu-opened:after {
    background:rgba(0,0,0,0.3); /*下拉sub打開"圖示"顏色*/

  }
  
  #cssmenu .submenu-button:before {
    position: absolute;
    top: 10px;/*19 橫線*/
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background:rgba(0,0,0,0.3);;/*dddddd*/
    content: '';
  }
  #cssmenu ul ul .submenu-button:before {
    top: 12px;
    right: 14px;
  }
  #cssmenu .submenu-button.submenu-opened:before {
    display: none;
  }
  
 
 
 
 
 
 
 
 

#cssmenu &gt; ul &gt; li:hover &gt; ul.wild {
   background-color:rgba(255,255,255,1.0); 
   text-align:center;
   width:100vw; max-width:100vw; min-width:100vw; 
   left:0px;
   /*left:-500px; 手機版取消此即可*/
   border:1px solid #ccc;
   padding:10px 40px 10px 40px; margin:0px;
   height:auto; position:relative;
   /* position:absolute;*/}

#cssmenu ul li:hover ul.wild li.wild {    border-bottom: 0px solid rgba(255, 102, 102, 1.0); width:100%; left:0px; margin-right:0px;margin-top:0px; display:block; float:left; clear:both; position: relative; height:auto; }
#cssmenu ul ul.wild li a { border-bottom: 0px solid rgba(255, 255, 255, 0.8);}
   
#cssmenu ul li ul.wild li, #cssmenu ul li ul.wild li:hover &gt; a, #cssmenu ul li ul.wild li a { display:block; clear:none; float:none; }  

#cssmenu ul li ul.wild li:hover &gt; a, #cssmenu ul li ul.wild li a{color:#F30; background-color:transparent; }

#cssmenu ul li ul.wild li ul li a {color:#000;  background-color:rgba(255,191,191,0.3); }  

#cssmenu  ul li:hover  ul.wild  li  ul.wild2 {
   background-color:rgba(255,0,0,0.0);
   width:100%;
   left:0px; 
   /*left:-500px; 手機版取消此即可*/
   padding:0px 5px 0px 5px; margin:0px 0px;
   display:inline-block; float:none;
   /* position:absolute;*/
}

	
#cssmenu  ul li:hover  ul.wild  li  ul.wild2 li  { display: inline-block; float:none; clear:none; width:auto; position:relative; vertical-align:top; padding:2px ; border-bottom: 0px solid rgba(255, 0, 0, 0.0); }

#cssmenu  ul li:hover  ul.wild  li  ul.wild2 li a  { width:auto; position:relative; vertical-align:top; padding:2px; border-bottom: 0px solid rgba(255, 0, 0, 0.0); }

#cssmenu ul li.m_no { display:none;} 

#cssmenu &gt; ul &gt; li.has-sub &gt; a { /* 手機版第一層 有第二層下拉的文字位置*/
 padding: 5px 10px 5px 20px ;!important
 
}


#cssmenu ul.index2  {/* 手機版 首頁下拉高度*/
    padding-top:200px;
}


}
</pre></body></html>