@charset "UTF-8";
.search_icon:before, .search:before, #rwd_nav:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

html {
  background: #494949;
}

body {
  font-size: 80%;
  font-family: "微軟正黑體", "Microsoft JhengHei", "新細明體", "PMingLiU", Arial, Helvetica, sans-serif, "AR MingtiM BIG-5";
  padding: 0px;
  background: url(../images/indexBg.jpg) repeat;
  margin: 0 !important;
}

caption,
th {
  text-align: left;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

a {
  text-decoration: none;
}

ol,
ul {
  list-style: none;
}

img {
  max-width: 100% !important;
  height: auto;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  outline: none;
  word-break: break-all;
}

.zhWrapper {
  width: 100%;
  background: url(../images/indexBg.jpg) repeat;
}
@media (min-width: 1023px) {
  .zhWrapper {
    background: url("../images/header_bg_line.jpg") repeat-x scroll 0 0 transparent;
  }
}

.wrapper {
  width: 100%;
  margin: 0px auto;
  padding: 0px;
  position: relative;
  overflow: hidden;
}

.indexContainer {
  font-size: 115%;
  position: relative;
  max-width: 710px;
  height: 515px;
  margin: 0 auto;
}

.indexBox_windmusic,
.indexBox_muzic {
  position: absolute;
  position: relative;
  margin: 10px auto;
  width: 250px;
  padding-bottom: 40px;
  display: table;
  border-bottom: 1px solid #ddd;
}
@media (min-width: 640px) {
  .indexBox_windmusic,
  .indexBox_muzic {
    position: absolute;
    top: 70px;
    left: 45px;
    padding-bottom: 0;
    border: none;
  }
}
.indexBox_windmusic h1,
.indexBox_muzic h1 {
  display: block;
  width: 235px;
  height: 80px;
  background: url(../images/logo_WindMusic.png) no-repeat 5px 0;
  text-indent: -9999px;
}
.indexBox_windmusic p,
.indexBox_muzic p {
  margin-left: 80px;
  padding: 0;
}
.indexBox_windmusic ul,
.indexBox_muzic ul {
  margin-top: 20px;
}
.indexBox_windmusic ul li,
.indexBox_muzic ul li {
  float: left;
  margin-top: 10px;
}
@media (min-width: 640px) {
  .indexBox_windmusic ul li,
  .indexBox_muzic ul li {
    margin-top: 0;
  }
}
.indexBox_windmusic ul li.line,
.indexBox_muzic ul li.line {
  background: url(../images/line.gif) no-repeat right center;
}
.indexBox_windmusic ul li a,
.indexBox_muzic ul li a {
  padding: 0 20px;
  color: #666;
  text-decoration: none;
}

@media (min-width: 640px) {
  .indexBox_muzic {
    position: absolute;
    top: 70px;
    left: 400px;
  }
}
.indexBox_muzic h1 {
  display: block;
  width: 235px;
  height: 80px;
  background: url(../images/logo_muzic.png) no-repeat 25px 0;
  text-indent: -9999px;
}

ul.ADbanner {
  position: relative;
  width: 230px;
  margin: 0 auto;
  padding: 10px 0;
}
@media (min-width: 640px) {
  ul.ADbanner {
    position: absolute;
    top: 315px;
    width: auto;
    padding: 0;
    margin: 0;
  }
}
@media (min-width: 640px) {
  ul.ADbanner ul {
    padding: 0 15px;
  }
}
@media (min-width: 1023px) {
  ul.ADbanner ul {
    padding: 0;
  }
}
ul.ADbanner li {
  float: left;
}
@media (min-width: 640px) {
  ul.ADbanner li {
    width: -webkit-calc(100%/3);
    width: -moz-calc(100%/3);
    width: calc(100%/3);
  }
}
ul.ADbanner a {
  padding: 0;
  margin-right: 5px;
  float: left;
}

.shadow {
  background: url(../images/ad_shadow.jpg) repeat-x bottom;
  height: 20px;
  display: block;
  width: 100%;
  float: left;
}

.search_icon {
  position: fixed;
  margin: 10px 0 0 10px;
  cursor: pointer;
  float: left;
  background: none;
  border: none;
  top: 3px;
  z-index: 10000;
  right: 60px;
  background: none;
  border: none;
}
@media (min-width: 1023px) {
  .search_icon {
    display: none;
  }
}
.search_icon:before {
  content: "\f002";
  color: #333;
  font-size: 2em;
  padding: 10px;
  margin: 0;
}
.search_icon:hover:before {
  color: #333;
}
@media (min-width: 1023px) {
  .search_icon:hover:before {
    color: #333;
  }
}

.search_out {
  display: none;
  position: relative;
  float: left;
  width: 100%;
}
@media (min-width: 1023px) {
  .search_out {
    display: block;
  }
}

.search {
  background: #FFF;
  border: 1px solid #CCCCCC;
  width: 80%;
  position: relative;
  float: left;
  margin: 10px 0 20px 10%;
  padding: 6px;
}
.search:before {
  content: "\f002";
  color: #999;
  font-size: 1.5em;
  padding: 0;
  margin: 0;
  width: 35px;
  height: 30px;
  position: absolute;
  right: 0;
  top: 3px;
  text-align: center;
  line-height: 30px;
  border-left: 1px solid #eee;
}
@media (min-width: 1023px) {
  .search:before {
    font-size: 1.3em;
    height: 22px;
    line-height: 22px;
  }
}
.search:hover:before {
  color: #333;
}
@media (min-width: 1023px) {
  .search {
    margin: 22px 0 0 0px;
    width: 24.42748092%;
    float: left;
    margin-right: 0.76335878%;
    padding: 0;
  }
}
.search .button {
  width: 35px;
  height: 30px;
  float: right;
  cursor: pointer;
  background: none;
  padding: 0;
  border: none;
  position: absolute;
  right: 0;
  outline: none;
}
.search .text {
  outline: none;
  border: none;
  color: #333333;
  font-size: 90%;
  width: -webkit-calc(100% - 35px);
  width: -moz-calc(100% - 35px);
  width: calc(100% - 35px);
  padding: 5px;
  float: left;
}
@media (min-width: 1023px) {
  .search .text {
    width: 180px;
  }
}

#navbar_top {
  width: auto;
  float: right;
  position: fixed;
  top: 0;
  right: 0;
  height: 65px;
  z-index: 100000;
}

.zhContainer {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.zhContainer:after {
  content: " ";
  display: block;
  clear: both;
}
.zhContainer .zhHeader {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  position: fixed;
  z-index: 10000;
  top: 0;
  background: url(../images/indexBg.jpg) repeat;
}
@media (min-width: 1023px) {
  .zhContainer .zhHeader {
    position: relative;
    background: none;
  }
}
.zhContainer .zhHeader ol {
  position: absolute;
  top: 54px;
  left: 216px;
  color: #999999;
  font-size: 90%;
  z-index: 10000;
  display: none;
}
@media (min-width: 1023px) {
  .zhContainer .zhHeader ol {
    display: block;
  }
}
.zhContainer .zhHeader ol li {
  float: left;
}
.zhContainer .zhHeader ol li.focus {
  color: #C7161D;
  padding: 0px 5px;
}
.zhContainer .zhHeader ol li a {
  color: #999999;
  text-decoration: none;
  padding: 0px 5px;
}
@media (min-width: 1023px) {
  .zhContainer .zhHeader {
    height: 130px;
  }
}
.zhContainer .zhHeader > a:first-of-type {
  width: auto;
  float: left;
  position: relative;
  z-index: 1000;
  display: block;
  padding: 18px 0 10px 10px;
  text-align: center;
}
.zhContainer .zhHeader > a:first-of-type .logo {
  width: 150px;
  float: left;
  padding: 0 10px;
}
@media (min-width: 370px) {
  .zhContainer .zhHeader > a:first-of-type .logo {
    width: 170px;
  }
}
@media (min-width: 1023px) {
  .zhContainer .zhHeader > a:first-of-type {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    border: none;
    text-align: left;
    padding: 36px 0 0 30px;
    position: relative;
  }
  .zhContainer .zhHeader > a:first-of-type .logo {
    width: 187px;
    float: none;
    padding: 0;
  }
}
.zhContainer .zhHeader .nav {
  color: #666666;
  font-size: 105%;
  width: 100%;
  text-align: center;
  position: relative;
  padding: 5px;
  float: left;
  font: 0/0 "微軟正黑體", "Microsoft JhengHei", "新細明體", "PMingLiU", Arial, Helvetica, sans-serif, "AR MingtiM BIG-5";
}
.zhContainer .zhHeader .nav a {
  font: 13px/1.6 "微軟正黑體", "Microsoft JhengHei", "新細明體", "PMingLiU", Arial, Helvetica, sans-serif, "AR MingtiM BIG-5";
}
@media (min-width: 1023px) {
  .zhContainer .zhHeader .nav {
    padding: 10px;
    position: absolute;
    top: 8px;
    margin-top: 0;
    font: 13px/1.6 "微軟正黑體", "Microsoft JhengHei", "新細明體", "PMingLiU", Arial, Helvetica, sans-serif, "AR MingtiM BIG-5";
  }
}
.zhContainer .zhHeader .nav .memberBtn,
.zhContainer .zhHeader .nav .shoppingBtn {
  display: none;
}
.zhContainer .zhHeader .nav .memberBtn span,
.zhContainer .zhHeader .nav .shoppingBtn span {
  font: 13px/1.6 "微軟正黑體", "Microsoft JhengHei", "新細明體", "PMingLiU", Arial, Helvetica, sans-serif, "AR MingtiM BIG-5";
}
.zhContainer .zhHeader .nav .memberBtn:hover .sec_nav,
.zhContainer .zhHeader .nav .shoppingBtn:hover .sec_nav {
  font: 13px/1.6 "微軟正黑體", "Microsoft JhengHei", "新細明體", "PMingLiU", Arial, Helvetica, sans-serif, "AR MingtiM BIG-5";
  display: block;
  position: absolute;
  width: 200px;
  top: 15px;
  left: -50%;
  padding-top: 10px;
  z-index: 9999;
}
@media (min-width: 1023px) {
  .zhContainer .zhHeader .nav .memberBtn:hover .sec_nav,
  .zhContainer .zhHeader .nav .shoppingBtn:hover .sec_nav {
    right: 7px;
    left: auto;
  }
}
.zhContainer .zhHeader .nav .memberBtn:hover .sec_nav .memberList,
.zhContainer .zhHeader .nav .memberBtn:hover .sec_nav .shoppingList,
.zhContainer .zhHeader .nav .shoppingBtn:hover .sec_nav .memberList,
.zhContainer .zhHeader .nav .shoppingBtn:hover .sec_nav .shoppingList {
  background: #FFF;
  border-top: 3px #C7161D solid;
  padding: 0 10px;
  padding-top: 10px;
  z-index: 9999;
  box-shadow: 0px 0px 5px #A5A5A5;
  overflow: hidden;
}
.zhContainer .zhHeader .nav .memberBtn:hover .sec_nav .memberList .logoin,
.zhContainer .zhHeader .nav .memberBtn:hover .sec_nav .shoppingList .logoin,
.zhContainer .zhHeader .nav .shoppingBtn:hover .sec_nav .memberList .logoin,
.zhContainer .zhHeader .nav .shoppingBtn:hover .sec_nav .shoppingList .logoin {
  float: left;
  display: block;
  background: url(../images/btn_member.png) 0 0 no-repeat;
  width: 167px;
  height: 30px;
  margin: 10px 0 0 2px;
  text-align: center;
  line-height: 27px;
  color: #FFF;
  font-size: 110%;
}
.zhContainer .zhHeader .nav .memberBtn:hover .sec_nav .memberList .remind,
.zhContainer .zhHeader .nav .memberBtn:hover .sec_nav .shoppingList .remind,
.zhContainer .zhHeader .nav .shoppingBtn:hover .sec_nav .memberList .remind,
.zhContainer .zhHeader .nav .shoppingBtn:hover .sec_nav .shoppingList .remind {
  float: left;
  margin: 3px 0px 5px 0px;
  padding-bottom: 6px;
  display: block;
  font-size: 85%;
  width: 170px;
  text-align: center;
  color: #C7161D;
}
.zhContainer .zhHeader .nav .memberBtn:hover .sec_nav .memberList ul.area,
.zhContainer .zhHeader .nav .memberBtn:hover .sec_nav .shoppingList ul.area,
.zhContainer .zhHeader .nav .shoppingBtn:hover .sec_nav .memberList ul.area,
.zhContainer .zhHeader .nav .shoppingBtn:hover .sec_nav .shoppingList ul.area {
  border-bottom: #CCC 1px dashed;
}
.zhContainer .zhHeader .nav .memberBtn:hover .sec_nav ul,
.zhContainer .zhHeader .nav .shoppingBtn:hover .sec_nav ul {
  margin: 0px;
  display: block;
  vertical-align: top;
  padding: 10px 0px;
  font-size: 90%;
}
@media (min-width: 1023px) {
  .zhContainer .zhHeader .nav {
    width: auto;
    right: 0;
    z-index: 100000;
    padding: 5px 7px 0 0;
  }
}
.zhContainer .zhHeader .nav .txt {
  position: relative;
  display: inline-block;
  padding: 3px 10px 3px 0;
}
@media (min-width: 1023px) {
  .zhContainer .zhHeader .nav .txt {
    float: left;
    padding: 0;
  }
}
.zhContainer .zhHeader .nav .txt .sec_nav {
  display: none;
}
.zhContainer .zhHeader .nav .txt a {
  color: #666666;
  text-decoration: none;
}
@media (min-width: 1023px) {
  .zhContainer .zhHeader .nav .txt a {
    padding-right: 5px;
  }
}
.zhContainer .zhHeader .nav .txt a:hover {
  color: #C7161D;
}
.zhContainer .zhHeader .nav .txt span {
  color: #666666;
  text-decoration: none;
  background: url(../images/arrow_icon.png) right 8px no-repeat;
  padding: 0 13px 0 3px;
  cursor: pointer;
  margin-right: 3px;
}
.zhContainer .zhHeader .nav .txt span:hover {
  color: #C7161D;
  background: url(../images/arrow_icon_hover.png) right 8px no-repeat;
}
.zhContainer .zhHeader .nav .shoppingBtn {
  position: relative;
}
.zhContainer .zhHeader .nav .shoppingBtn .sec_nav {
  display: none;
}

.zhMain {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  margin-top: 160px;
}
@media (min-width: 1023px) {
  .zhMain {
    margin-top: 0;
  }
}
.zhMain .zhSidebar {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 1023px) {
  .zhMain .zhSidebar {
    width: 24.42748092%;
    float: left;
    margin-right: 0.76335878%;
    margin-top: 5px;
  }
}

.history,
.ranking {
  display: none;
}
@media (min-width: 1023px) {
  .history,
  .ranking {
    display: block;
  }
}

body.p_hr .history,
body.p_hr .ranking {
  display: block;
}

.history {
  background-color: #FFF;
  margin: 0px auto 25px auto;
  box-shadow: 0px 0px 10px #D5D5D5;
  padding-bottom: 18px;
  overflow: hidden;
  width: 100%;
  float: left;
}
.history img {
  margin: 5px 7px 5px 0px;
  border: #FFF 1px solid;
  float: left;
  width: 42px;
  height: auto;
}
.history h2 {
  display: block;
  float: left;
  width: 100%;
  margin: 17px 0 15px 15px;
  color: #333333;
  font-weight: normal;
}
.history h2 a {
  color: #333333;
}
.history ul {
  margin: 0;
  padding: 0 10px;
}
.history li {
  display: inline-block;
  margin: 0;
  width: 100%;
  float: left;
  cursor: pointer;
  padding: 0px 13px;
}
.history li.bg1 {
  background-color: #EEEEEE;
}
.history li a {
  text-decoration: none;
  color: #333333;
  font-size: 90%;
  display: block;
}
.history li h3 {
  display: block;
  font-weight: normal;
  margin: 0px;
  padding-top: 10px;
}
.history li p {
  display: block;
  padding: 0px;
  margin: 0px;
  padding-left: 18px;
}

.ranking {
  margin: 20px auto;
}
@media (min-width: 1023px) {
  .ranking {
    background-color: #FFF;
    box-shadow: 0px 0px 10px #D5D5D5;
    margin: 0px auto 25px auto;
    padding-bottom: 18px;
  }
}
.ranking .photo {
  margin: 10px 0 15px 25px;
  border: #FFF 1px solid;
}
.ranking h2 {
  display: block;
  float: left;
  width: 100%;
  padding: 17px 0 0px 15px;
  margin: 0;
  color: #333333;
  font-weight: normal;
  border-bottom: 1px solid #b9b9b9;
}
@media (min-width: 1023px) {
  .ranking h2 {
    border-bottom: none;
  }
}
.ranking ul {
  margin: 10px 4%;
  padding: 0 !important;
}
@media (min-width: 1023px) {
  .ranking ul {
    margin-top: 0;
  }
}
.ranking li {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 100%;
  cursor: pointer;
  padding: 3px 15px;
}
.ranking li h3 {
  display: inline;
  font-weight: normal;
  margin: 0px;
}
.ranking li a {
  text-decoration: none;
  color: #333333;
  font-size: 90%;
  display: block;
}
.ranking li span {
  float: left;
  display: inline;
  width: 15px;
  font-size: 90%;
  margin: 2px 0 0 2px;
}
.ranking li p {
  display: block;
  padding: 0px;
  margin: 0px;
  padding-left: 18px;
}
.ranking li p a {
  color: #999999;
}
.ranking li.bg1 {
  background-color: #EEEEEE;
}

.zhMain {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}
.zhMain:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 1023px) {
  .zhMain {
    padding: 13px 0 0 0;
  }
}
.zhMain .zhMainContent {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  padding: 0 3%;
}
@media (min-width: 1023px) {
  .zhMain .zhMainContent {
    width: 73.96946565%;
    float: right;
    margin-right: 0;
    padding: 0;
    margin-top: 35px;
  }
}

.footer {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  background: #494949;
  padding: 0 5px;
  margin-top: 0;
  margin-bottom: -30px;
}
@media (min-width: 1023px) {
  .footer {
    padding: 0;
    margin-top: 0;
    background: #494949 url(../images/footerBg.jpg) repeat-x center 0px;
  }
}
.footer .footerSitemap {
  max-width: 850px;
  margin: 0 auto;
  padding: 10px 0 17px 10px;
  position: relative;
  background: url(../images/footerLine.gif) repeat-x bottom center;
}
@media (min-width: 370px) {
  .footer .footerSitemap {
    padding: 10px 0 17px 20px;
  }
}
@media (min-width: 1023px) {
  .footer .footerSitemap {
    padding: 10px 0 17px 0px;
  }
}
.footer .footerInfo {
  max-width: 850px;
  margin: 0 auto;
  padding: 10px;
}
.footer .footerInfo p.info {
  color: #999;
}
.footer .footerInfo p.copyright {
  font-size: 90%;
  color: #737373;
}
.footer .footerInfo .right_out a {
  color: #fff;
}
.footer .footerSitemap .box {
  float: left;
  margin: 10px !important;
  width: 42%;
}
@media (min-width: 767px) {
  .footer .footerSitemap .box {
    margin: 0 30px 0 0 !important;
    width: auto;
  }
}
@media (min-width: 1023px) {
  .footer .footerSitemap .box {
    margin: 0 67px 0 0 !important;
    width: auto;
  }
}
.footer .footerSitemap .box h3 {
  color: #CBCBCB;
}
.footer .footerSitemap .box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer .footerSitemap .box ul li a {
  display: block;
  line-height: 20px;
  color: #999999;
  text-decoration: none;
}
.footer .footerSitemap .box ul li a:hover {
  color: #CBCBCB;
}

.-NoFloat {
  clear: both;
}

.zhMainContent {
  z-index: 50;
}
.zhMainContent ul {
  padding-left: 20px;
  margin: 0;
  font-size: 115%;
  line-height: 25px;
  list-style: disc;
  margin-bottom: 25px;
}
.zhMainContent .shareMusic,
.zhMainContent .indexDiscovery,
.zhMainContent .indexMusician {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}
.zhMainContent .shareMusic h2,
.zhMainContent .indexDiscovery h2,
.zhMainContent .indexMusician h2 {
  font-size: 180%;
  color: #ff7e00;
  font-weight: normal;
  padding: 10px 0 5px 0;
  margin: 0px;
  display: block;
  clear: both;
  text-align: left;
  border-bottom: 1px solid #b9b9b9;
}
@media (min-width: 640px) {
  .zhMainContent .shareMusic h2,
  .zhMainContent .indexDiscovery h2,
  .zhMainContent .indexMusician h2 {
    padding: 0px 0px 5px 0px;
    margin: 0px;
    border: none;
  }
}
.zhMainContent .shareMusic {
  margin-top: 10px;
}
.zhMainContent .indexMusician {
  margin: 30px 0 20px 0;
}
.zhMainContent .indexMusician ul {
  width: 100%;
  margin: 0 auto;
  list-style: none;
  padding: 0;
  text-align: center;
}
@media (min-width: 640px) {
  .zhMainContent .indexMusician {
    margin: 60px 0 0px 0;
  }
  .zhMainContent .indexMusician ul {
    width: 100%;
    margin: 0;
  }
}
.zhMainContent .indexMusician p {
  text-align: center;
  margin: 0;
  padding: 0;
}
.zhMainContent .indexMusician li {
  margin: 20px 0 0 0;
  list-style: none;
  padding: 0;
  width: 50%;
  float: left;
  display: inline-block;
}
.zhMainContent .indexMusician li:nth-of-type(5) {
  display: none;
}
@media (min-width: 640px) {
  .zhMainContent .indexMusician li {
    width: auto;
    margin-top: 0;
  }
  .zhMainContent .indexMusician li:nth-of-type(5) {
    display: block;
  }
}
.zhMainContent .indexMusician li a {
  color: #333;
  display: block;
}
.zhMainContent .indexMusician li a:hover {
  text-decoration: underline;
  color: #C7161D;
}
.zhMainContent .indexMusician li a img {
  border: #FFF 1px solid;
}
@media (min-width: 640px) {
  .zhMainContent .indexMusician li a img {
    display: block;
  }
}
.zhMainContent .indexMusician li a img:hover {
  box-shadow: 0 0 10px #D5D5D5;
  border: #FFF 1px solid;
}
@media (min-width: 640px) {
  .zhMainContent .indexMusician li {
    width: 19.19038462%;
    float: left;
    margin-right: 0.96153846%;
  }
  .zhMainContent .indexMusician li:nth-of-type(5) {
    margin-right: 0;
  }
}
.zhMainContent .group {
  width: 46.98780488%;
  float: left;
  margin-right: 2.43902439%;
  position: relative;
  text-align: center;
  height: 290px;
  margin-top: 20px;
  padding: 6px;
  border: 1px solid #ddd;
}
.zhMainContent .group:nth-of-type(5) {
  display: none;
}
@media (min-width: 370px) {
  .zhMainContent .group {
    height: 310px;
  }
}
@media (min-width: 470px) {
  .zhMainContent .group {
    height: 380px;
  }
}
@media (min-width: 640px) {
  .zhMainContent .group {
    height: 310px;
    margin-top: 6px;
  }
  .zhMainContent .group:nth-of-type(5) {
    display: block;
  }
}
@media (min-width: 1023px) {
  .zhMainContent .group {
    height: 250px;
    margin-top: 6px;
    padding: 0;
    border: none;
  }
}
.zhMainContent .group .topic {
  margin: auto;
  width: 100%;
  cursor: default;
  padding: 0 3px;
}
.zhMainContent .group .topic h3 {
  position: relative;
  font-size: 115%;
  font-weight: normal;
  margin: 8px 0 0 0;
  min-height: 40px;
}
@media (min-width: 769px) {
  .zhMainContent .group .topic h3 {
    min-height: auto;
  }
}
.zhMainContent .group .topic h3 a {
  text-decoration: none;
  color: #333333;
}
.zhMainContent .group .topic h4 {
  position: relative;
  font-size: 110%;
  font-weight: normal;
  margin: 3px 0;
}
.zhMainContent .group .topic h4 a {
  text-decoration: none;
  color: #999999;
}
.zhMainContent .group .topic .photo {
  position: relative;
  text-align: center;
  font-size: 0;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
.zhMainContent .group .topic .photo img {
  max-height: 100%;
  vertical-align: middle;
}
.zhMainContent .group .topic .photo span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.zhMainContent .group .topic .photo span:before {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.zhMainContent .group .topic .photo .radio {
  position: absolute;
  bottom: 12px;
  left: -5px;
  height: 20px;
  margin: 0px;
  width: 100%;
  z-index: 100;
}
.zhMainContent .group .topic .photo .radio a {
  display: block;
  margin: 0 10px 0 10px;
  cursor: pointer;
}
.zhMainContent .group .topic .photo .radio a.play {
  background: url(../images/radio_play.png) 0 2px no-repeat;
  width: 100%;
  height: 20px;
}
.zhMainContent .group .topic .photo .radio a.stop {
  background: url(../images/radio_stop.png) 0 2px no-repeat;
  width: 100%;
  height: 20px;
}
@media (min-width: 640px) {
  .zhMainContent .group {
    width: 19.21057692%;
    float: left;
    margin-right: 0.96153846%;
  }
  .zhMainContent .group .photo {
    height: 133px;
  }
  .zhMainContent .group:nth-of-type(5n) {
    float: right;
    margin-right: 0;
  }
  .zhMainContent .group:nth-of-type(5n+6) {
    clear: left;
  }
}

.indexDiscovery ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
.indexDiscovery ul li {
  display: inline-block;
  margin: 0;
  padding: 15px 5px 0 0;
  width: 50%;
  float: left;
}
.indexDiscovery ul li:nth-of-type(2) {
  padding: 15px 0px 0 0;
}
.indexDiscovery ul li:nth-of-type(3) {
  display: none;
}
@media (min-width: 640px) {
  .indexDiscovery ul li {
    padding: 0;
    margin: 0;
    width: -webkit-calc(100%/3);
    width: -moz-calc(100%/3);
    width: calc(100%/3);
  }
  .indexDiscovery ul li:nth-of-type(2) {
    padding: 0;
  }
  .indexDiscovery ul li:nth-of-type(3) {
    display: block;
  }
}
@media (min-width: 1023px) {
  .indexDiscovery ul li {
    margin: 0 3px 0 0;
    width: auto;
  }
}
.indexDiscovery ul li a {
  display: block;
  height: auto;
}
.indexDiscovery ul li a img {
  float: left;
  border: #FFF 1px solid;
}
.indexDiscovery ul li a:hover img {
  box-shadow: 0 0 10px #D5D5D5;
  border: #FFF 1px solid;
}

.group .topic .hoverBg,
.group .topic p,
.group .topic .shoppingBtn,
.group .topic .shoppingNonBtn {
  display: block;
}

.group:hover .topic {
  z-index: 100000;
}

.group .topic .hoverBg {
  display: block;
  position: absolute;
  top: -5px;
  left: 0;
  z-index: 99px;
  height: 310px;
  width: 100%;
  padding: 6px;
}
@media (min-width: 1023px) {
  .group .topic .hoverBg {
    box-shadow: 0px 0px 10px #D5D5D5;
    background: #FFF;
    height: 310px;
    min-height: 105%;
  }
}

.group .topic p {
  position: relative;
  margin-top: 3px;
  color: #333333;
  display: block;
}

.group .topic .shoppingBtn {
  position: absolute;
  bottom: 10px;
  left: 50%;
  margin: 0 0 0 -43px;
  color: #ffffff;
  background: url(../images/btn_shopping.png) 0 0 no-repeat;
  height: 26px;
  width: 86px;
  display: block;
  cursor: pointer;
  text-decoration: none;
  line-height: 26px;
  font-size: 100%;
  border: 0px;
}
@media (min-width: 1023px) {
  .group .topic .shoppingBtn {
    position: relative;
    margin: 0px auto 0px auto;
    left: auto;
    bottom: 7px;
  }
}

@media (min-width: 1023px) {
  .group .topic .hoverBg,
  .group .topic p,
  .group .topic .shoppingBtn,
  .group .topic .shoppingNonBtn {
    display: none;
  }

  .group .topic:hover .hoverBg {
    display: block;
  }

  .group .topic:hover p {
    position: relative;
    margin-top: 3px;
    color: #333333;
    display: block;
  }

  .group .topic:hover .shoppingBtn {
    position: relative;
    color: #ffffff;
    background: url(../images/btn_shopping.png) 0 0 no-repeat;
    height: 26px;
    width: 86px;
    display: block;
    cursor: pointer;
    text-decoration: none;
    margin: 0px auto 0px auto;
    line-height: 26px;
    font-size: 100%;
    border: 0px;
  }
}
.shareMusic .link,
.indexDiscovery .link,
.indexMusician .link {
  background: url(../images/link_icon.png) 0 0px no-repeat;
  position: absolute;
  width: 18px;
  height: 30px;
  display: none;
  height: 100%;
}
@media (min-width: 640px) {
  .shareMusic .link,
  .indexDiscovery .link,
  .indexMusician .link {
    right: 0px;
    top: 0px;
    display: block;
    background: url(../images/link_icon.png) 0 87px no-repeat;
  }
}

.zhMainContent .indexMusicNews {
  width: 100%;
  float: left;
  box-shadow: 0 0 10px #D5D5D5;
  background: url(../images/indexMusicNews_bg.png) repeat-x;
  padding-bottom: 35px;
  padding-top: 1px;
  display: inline-block;
  margin-top: 55px;
}
@media (min-width: 1023px) {
  .zhMainContent .indexMusicNews {
    width: 477px;
    margin-top: 55px;
    margin-top: 75px\9;
    min-height: 200px;
  }
}
.zhMainContent .indexMusicNews h2 {
  font-size: 160%;
  margin: 10px 0 0 20px;
  padding: 0;
  border-bottom: 1px solid #CCC;
  line-height: 40px;
  color: #333333;
}
@media (min-width: 1023px) {
  .zhMainContent .indexMusicNews h2 {
    width: 420px;
  }
}
.zhMainContent .indexMusicNews ul {
  margin: 9px 0 0 0px;
  list-style: none;
  font-size: 110%;
  padding: 10px;
}
@media (min-width: 1023px) {
  .zhMainContent .indexMusicNews ul {
    padding: 0 0 0 20px;
  }
}
.zhMainContent .indexMusicNews ul li {
  background: url(../images/news_icon.png) 7px 6px no-repeat;
  border-bottom: 1px dashed #CCCCCC;
  padding: 6px 0 6px 18px;
  min-height: 18px;
  line-height: 16px;
}
@media (min-width: 1023px) {
  .zhMainContent .indexMusicNews ul li {
    width: 400px;
    padding: 4px 0 4px 18px;
  }
}
.zhMainContent .indexMusicNews ul li a {
  text-decoration: none;
  color: #333333;
}
.zhMainContent .indexMusicNews ul li a:hover {
  text-decoration: underline;
  color: #C7161D;
}

ul.indexRightAd {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  margin: 20px 0;
}
@media (min-width: 1023px) {
  ul.indexRightAd {
    width: 220px;
    margin: 65px 0 0 7px;
    margin: 75px 0 0 7px\9;
  }
}
ul.indexRightAd li {
  margin-bottom: 5px\9;
  list-style: none;
  width: 50%;
  float: left;
}
ul.indexRightAd li a img {
  border: #FFF 1px solid;
}
ul.indexRightAd li a:hover img {
  box-shadow: 0 0 10px #D5D5D5;
  border: #FFF 1px solid;
}
@media (min-width: 1023px) {
  ul.indexRightAd li {
    width: 100%;
    float: none;
  }
}

.footerInfo {
  text-align: center;
}
.footerInfo .footerlogo {
  margin: 0 auto;
  display: none;
}
@media (min-width: 1023px) {
  .footerInfo .footerlogo {
    display: block;
  }
}
.footerInfo .info {
  color: #999;
  text-align: left;
}
.footerInfo .copyright {
  font-size: 90%;
  color: #737373;
  text-align: left;
}
@media (min-width: 1023px) {
  .footerInfo .info,
  .footerInfo .copyright {
    text-align: left;
  }
  .footerInfo .footerlogo {
    float: left;
    margin-top: 10px;
    margin-right: 7px;
    padding-bottom: 30px;
  }
}

.pageDescription .rightArea .list .award {
  color: #C7161D;
  padding-bottom: 15px;
  border: none;
}

.pageDescription .rightArea .preferential li span {
  color: #C7161D;
  padding-bottom: 5px;
  display: inline-block;
}

.zhMainContent h2 {
  font-size: 180%;
  color: #ff7e00;
  font-weight: normal;
  padding: 0px 0px 5px 0px;
  margin: 0px;
  display: block;
  clear: both;
}

.photosgallery-captions {
  margin: 0 auto 10px auto;
}
@media (min-width: 1023px) {
  .photosgallery-captions {
    margin: 0 0 10px 0;
  }
}

.pageDescription .rightArea .preferential .delete {
  color: #999999;
  text-decoration: line-through;
}

.cartBox .Red {
  color: #CC0000;
}

.cartBox .OrderInfo td span.note {
  display: inline-block;
  margin: 5px 0;
  background-color: #FFFF00;
  padding: 3px 8px;
}

.FormTable .noteRed {
  margin: 3px 15px 0 0;
  color: #CC0000;
  font-size: 90%;
}

.cartBox td td {
  border: none;
}

.cartBox .OrderInfo {
  width: 100%;
}
@media (min-width: 1023px) {
  .cartBox .OrderInfo {
    width: 84%;
    margin: 30px 0px 30px 115px;
  }
}

.zhMainContent ul.pay {
  list-style: none;
  padding-bottom: 25px;
  padding-left: 0px;
}

.zhMainContent ul.pay li span {
  display: block;
  font-size: 90%;
  margin-left: 13px;
  background-color: #FFF600;
  color: #C00;
  margin-bottom: 10px;
  padding: 0px 8px;
}

#sb-player .thisPageMainCSS,
.css_table {
  width: 100% !important;
  left: 0 !important;
}

div.jp-info {
  top: 5px !important;
}
@media (min-width: 1023px) {
  div.jp-info {
    top: 18px !important;
  }
}

.LayoutI3 {
  background: url(../images/mainContent_line.gif) repeat-x left top;
  float: left;
  width: 100%;
  padding: 25px 0 20px 0;
}

.epaper_td {
  text-align: center;
}
@media (min-width: 1023px) {
  .epaper_td {
    text-align: left;
  }
}

.shore_p p {
  display: inline-block;
}
@media (min-width: 1023px) {
  .shore_p p {
    display: block;
  }
}

@media (min-width: 769px) {
  .addMusic:nth-of-type(5n) .group {
    margin-right: 0;
  }
}
.LayoutI4 {
  background: url(../images/mainContent_line.gif) repeat-x left top;
  float: left;
  width: 100%;
  padding: 25px 0 35px 0;
  border-bottom: 1px solid #ddd;
}
@media (min-width: 1023px) {
  .LayoutI4 {
    padding: 25px 0 20px 0;
    border: none;
  }
}
.LayoutI4 h2 {
  display: inline-block !important;
  margin-top: 5px;
  font-size: 150% !important;
}
@media (min-width: 1023px) {
  .LayoutI4 h2 {
    font-size: 180% !important;
  }
}
.LayoutI4 p {
  line-height: 18px;
  font-size: 110%;
  color: #666;
  padding: 0px;
  margin: 0;
}
.LayoutI4 p a.link {
  color: #666;
  text-decoration: underline;
}
.LayoutI4 img {
  float: left;
  margin: 0px 15px 5px 0;
}
.LayoutI4 .Detail {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.zhMainContent {
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
.zhMainContent h2 {
  font-size: 180%;
  color: #ff7e00;
  font-weight: normal;
  padding: 0px 0px 5px 0px;
  margin: 0px;
  display: block;
  clear: both;
}
@media (min-width: 1023px) {
  .zhMainContent {
    margin: 35px 0 0 16px;
    background: url(../images/mainContent_line.gif) repeat-x;
  }
}

.FormTable2 {
  background: url(../images/mainContent_line.gif) repeat-x left top;
  float: left;
  width: 100%;
  padding: 25px 0 20px 0;
}
.FormTable2 .Detail {
  width: 100% !important;
}
@media (min-width: 1023px) {
  .FormTable2 .Detail {
    width: 350px !important;
  }
}
.FormTable2 a {
  color: #CC0000;
}
.FormTable2 h2 {
  margin-top: 20px;
}
.FormTable2 table .qq {
  padding-top: 15px;
}
.FormTable2 table tr:hover {
  background-color: #e3e3e3;
}
.FormTable2 table tr:hover th {
  background: #e3e3e3 url(../images/news_icon.xxxx) no-repeat 10px 9px;
}
.FormTable2 table th {
  padding: 5px 0;
  text-indent: 23px;
  vertical-align: center;
  color: #666;
  width: 105px;
  vertical-align: top;
}
.FormTable2 table th:hover {
  background-color: #e3e3e3;
}
.FormTable2 table td {
  padding: 5px 0;
  vertical-align: center;
}
.FormTable2 table td .red a {
  color: #CC0000;
}
.FormTable2 table input.write2 {
  width: 180px;
  border: 1px solid #ddd;
  padding: 3px 5px;
  color: #999999;
  font-family: "微軟正黑體", "Microsoft JhengHei", "新細明體", "PMingLiU", Arial, Helvetica, sans-serif, "AR MingtiM BIG-5";
}
.FormTable2 table .noteRed {
  margin: 3px 15px 0 0;
  color: #CC0000;
  font-size: 90%;
}
.FormTable2 .putShoppingCar {
  cursor: pointer;
  color: #FFF;
  background: url(../images/btn_stock.png) 0 0 no-repeat;
  width: 92px;
  height: 26px;
  border: 0px;
  font-family: "微軟正黑體";
  font-size: 13px;
  padding-bottom: 3px;
}

.jp-interface {
  overflow: hidden;
}

.pageDescription {
  font-size: 105%;
}
@media (min-width: 1023px) {
  .pageDescription {
    padding-top: 20px;
  }
}
.pageDescription .photoArea {
  float: left;
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
@media (min-width: 769px) {
  .pageDescription .photoArea {
    width: 40%;
  }
}

.photosgallery-captions {
  width: 290px;
  height: 380px !important;
  padding: 0px 0 80px 0;
  margin-bottom: 10px;
}
.photosgallery-captions .sliderkit {
  display: none;
  position: relative;
  overflow: hidden;
  text-align: left;
}
.photosgallery-captions .sliderkit a,
.photosgallery-captions .sliderkit a:hover {
  text-decoration: none;
}
.photosgallery-captions .sliderkit .sliderkit-glass {
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  top: 260px;
  right: 5px;
  z-index: 99;
  background: url(../../../images/glass.png) no-repeat;
}
.photosgallery-captions .sliderkit .sliderkit-nav {
  left: 0;
  bottom: 0;
  width: 270px;
  padding: 10px 10px;
  z-index: 10;
  position: absolute;
  text-align: center;
}
.photosgallery-captions .sliderkit .sliderkit-nav .sliderkit-go-next {
  right: 5px;
}
.photosgallery-captions .sliderkit .sliderkit-nav .sliderkit-go-next a {
  background-position: -21px center;
}
.photosgallery-captions .sliderkit .sliderkit-nav .sliderkit-btn {
  position: absolute;
  top: 0;
}
.photosgallery-captions .sliderkit .sliderkit-nav .sliderkit-btn a {
  display: block;
  height: 80px;
  background: transparent url(../images/arrows-h.png) no-repeat center 0;
}
.photosgallery-captions .sliderkit .sliderkit-nav .sliderkit-go-prev {
  left: 5px;
}
.photosgallery-captions .sliderkit .sliderkit-nav .sliderkit-go-prev a {
  background-position: 0 center;
}
.photosgallery-captions .sliderkit .sliderkit-nav .sliderkit-go-btn {
  width: 10px;
}
.photosgallery-captions .sliderkit .sliderkit-nav .sliderkit-go-btn a {
  display: block;
  height: 80px;
  background: transparent url(../images/arrows-h.png) no-repeat center 0;
}
.photosgallery-captions .sliderkit .sliderkit-nav-clip {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
.photosgallery-captions .sliderkit .sliderkit-nav-clip ul {
  position: relative;
  left: 0;
  top: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.photosgallery-captions .sliderkit .sliderkit-nav-clip ul li {
  float: left;
  margin: 0;
}
.photosgallery-captions .sliderkit .sliderkit-nav-clip ul li a {
  display: block;
  width: 55px;
  overflow: hidden;
  margin: 0;
  padding: 3px;
}

.sliderkit-nav img {
  height: 50px;
}

.photosgallery-captions .sliderkit-btn span {
  display: none;
}

.OthersDescription {
  padding-bottom: 20px;
}

.pageDescription .rightArea {
  float: right;
  width: 100%;
  display: inline-block;
  margin-left: 13px;
}
@media (min-width: 769px) {
  .pageDescription .rightArea {
    width: 56%;
  }
}
.pageDescription .rightArea .preferential {
  margin: 32px 0px 0px 9px;
  padding: 0px 0px 0px 13px;
  border-left: 5px solid #DDDDDD;
  color: #333333;
}
.pageDescription .rightArea h1 {
  color: #666;
  display: block;
  font-size: 160%;
  font-weight: normal;
  margin: 0;
}
.pageDescription .rightArea .list {
  padding: 0px;
  color: #666;
}
.pageDescription .rightArea .list li {
  border-bottom: 1px dotted #949494;
  padding: 3px 0;
  line-height: 18px;
}
.pageDescription .rightArea .list li a {
  color: #666;
}
.pageDescription .rightArea .stock {
  text-align: right;
  color: #666;
  margin-top: 30px;
  margin-bottom: 20px;
  color: #666666;
}
.pageDescription .rightArea .stock span {
  vertical-align: middle;
  height: 27px;
  margin-right: 15px;
}
.pageDescription .rightArea .stock .num {
  padding: 3px;
  overflow: hidden;
  border-radius: 0;
  position: relative;
  color: #666666;
  width: 72px;
  height: 27px;
  border: 0px;
  line-height: 27px;
  display: inline-block;
  font-family: Arial, Helvetica, sans-serif;
}
@media (min-width: 1023px) {
  .pageDescription .rightArea .stock .num {
    background: url(../images/stock_select.jpg) 0 0 no-repeat;
  }
}
.pageDescription .rightArea .stock .groupBtn {
  margin-right: 8px;
  color: #666;
}

.putShoppingCar {
  cursor: pointer;
  color: #FFF;
  background: url(../images/btn_stock.png) 0 0 no-repeat;
  width: 92px;
  height: 26px;
  border: 0px;
  font-family: "微軟正黑體";
  font-size: 13px;
  padding-bottom: 3px;
}

.gotocartList {
  cursor: pointer;
  color: #FFF;
  background: url(../images/btn_colorPink2.png) 0 0 no-repeat;
  width: 92px;
  height: 26px;
  border: 0px;
  font-family: "微軟正黑體";
  font-size: 13px;
  padding-bottom: 3px;
}

.nextShoppingList {
  margin: 8px 0 0 0px;
  background: url(../images/btn_colorPink.png) 0 0 no-repeat;
  width: 128px;
  height: 26px;
  border: 0px;
  color: #FFF;
  font-family: "微軟正黑體";
  font-size: 13px;
  padding-bottom: 2px;
}

.TrackListing h3 {
  display: block;
  background: #666;
  font-weight: normal;
  font-size: 115%;
  color: #FFF;
  padding: 10px 15px;
  margin: 0;
}

.noMusic {
  color: #CC0000;
  float: right;
  margin-bottom: 10px;
}

.Active {
  background: url(../images/mainContent_line.gif) repeat-x left top;
  float: left;
  padding: 25px 0 20px 0;
  width: 100%;
}
.Active .btnArea {
  float: left;
  padding: 15px 10px;
}
.Active .btnArea p {
  font-size: 20px;
  color: #666;
  margin: 10px 0px;
}

.shareMusicPage {
  height: auto !important;
}

.artistsInfo {
  background: url(../images/mainContent_line.gif) repeat-x left top;
  float: left;
  padding: 25px 0 20px 0;
  width: 100% !important;
}
.artistsInfo .Detail {
  line-height: 18px;
  font-size: 110%;
  color: #333;
  width: 100% !important;
}
.artistsInfo .Detail ul {
  padding: 10px 0 25px 0;
  margin: 0;
  list-style: none;
}
.artistsInfo .Detail ul li {
  float: left;
}
.artistsInfo .Detail ul li a {
  color: #333333;
}
.artistsInfo .Detail ul li a:hover {
  color: #C00;
}

.MusicInfo {
  background: url(../images/mainContent_line.gif) repeat-x left top;
  float: left;
  width: 100%;
  padding: 25px 0 20px 0;
}
.MusicInfo .Detail {
  line-height: 18px;
  font-size: 110%;
  color: #333;
  width: 100% !important;
}

.classification {
  display: block;
  padding: 5px 10px 15px 10px;
}
.classification h4 {
  clear: both;
  margin: 0;
  padding: 10px 10px 0px 10px;
  font-size: 110%;
}
.classification ul {
  font-size: 110%;
  margin: 0;
  padding: 0;
  padding-left: 10px;
  margin-bottom: 30px;
  list-style: none;
}
.classification ul li {
  float: left;
  margin: 8px 5px 0 0;
}
.classification ul li a {
  display: inline-block;
  color: #d3d3d3;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #353535;
  text-decoration: none;
  padding-left: 10px;
  padding-right: 10px;
  height: 25px;
  line-height: 25px;
}
.classification ul li a:hover {
  background: #ba0000;
}
.classification ul li.here span {
  display: inline-block;
  color: #FFF600;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-decoration: none;
  background: #ba0000;
  padding-left: 10px;
  padding-right: 10px;
  height: 25px;
  line-height: 25px;
}

.pageDiscovery {
  background: url(../images/mainContent_line.gif) repeat-x left top;
  float: left;
  padding: 25px 0 0px 0;
  width: 100%;
}
.pageDiscovery ul {
  padding: 0;
}
.pageDiscovery ul li {
  float: left;
  display: inline-block;
  width: 50%;
  height: 230px;
  overflow: hidden;
  margin: 0;
  padding: 0 10px 10px 0;
}
@media (min-width: 640px) {
  .pageDiscovery ul li {
    padding: 0;
    margin: 0;
    height: 300px;
    width: -webkit-calc(100%/3);
    width: -moz-calc(100%/3);
    width: calc(100%/3);
  }
}
.pageDiscovery ul li a {
  display: block;
}
.pageDiscovery ul li a img {
  border: #FFF 1px solid;
}
.pageDiscovery ul li a img:hover {
  box-shadow: 0 0 10px #D5D5D5;
  border: #FFF 1px solid;
}
.pageDiscovery ul li h3 {
  display: block;
  margin: 0;
  padding: 12px 0 8px 0;
}
.pageDiscovery ul li p {
  margin: 0;
  padding: 0;
  line-height: 18px;
  font-size: 110%;
  color: #666;
}
.pageDiscovery ul li p .discount {
  color: #cc0000;
  display: block;
  font-size: 90%;
}

.pageMusician {
  background: url(../images/mainContent_line.gif) repeat-x left top;
  float: left;
  width: 100%;
  padding: 25px 0 25px 0;
  margin: 30px 0 10px 0;
}
.pageMusician ul {
  width: 100%;
  margin: 0 auto;
  list-style: none;
  padding: 0;
  text-align: center;
}
@media (min-width: 640px) {
  .pageMusician {
    margin: 20px 0 0px 0;
  }
  .pageMusician ul {
    width: 100%;
    margin: 0;
  }
}
.pageMusician h3 {
  font-weight: normal;
  width: 100%;
  text-align: center;
  font-size: 105%;
  margin: 7px 0px 0px 0px;
}
.pageMusician h3 a {
  text-decoration: none;
  color: #333333;
}
.pageMusician li {
  margin: 0;
  list-style: none;
  padding: 0;
  width: 48%;
  float: left;
  display: inline-block;
  margin-right: 4px;
  height: 230px;
}
@media (min-width: 640px) {
  .pageMusician li {
    width: auto;
    margin-top: 0;
    height: 200px;
  }
}
.pageMusician li a {
  color: #333;
  display: block;
}
.pageMusician li a:hover {
  text-decoration: underline;
  color: #C7161D;
}
.pageMusician li a img {
  border: #FFF 1px solid;
}
@media (min-width: 640px) {
  .pageMusician li a img {
    display: block;
  }
}
.pageMusician li a img:hover {
  box-shadow: 0 0 10px #D5D5D5;
  border: #FFF 1px solid;
}
@media (min-width: 640px) {
  .pageMusician li {
    width: 19.19038462%;
    float: left;
    margin-right: 0.96153846%;
  }
  .pageMusician li:nth-of-type(5n+5) {
    margin-right: 0;
  }
}

.designPage {
  background: url(../images/mainContent_line.gif) repeat-x left top;
  float: left;
  padding: 25px 0 20px 0;
  width: 100%;
  margin-top: 20px;
}
.designPage .Detail {
  width: 100% !important;
  float: left;
}
.designPage img {
  float: left;
  margin: 0px 15px 5px 0;
}
.designPage a {
  color: #333333;
}
.designPage a:hover {
  color: #cc0000;
}
.designPage h2 {
  display: block;
}
@media (min-width: 1023px) {
  .designPage h2 {
    display: inline-block;
    width: 465px;
  }
}
.designPage h3 {
  margin: 0;
  padding: 12px 0 8px 0;
}
.designPage p {
  display: block;
  padding-top: 20px;
  line-height: 18px;
  font-size: 110%;
  color: #666;
}
.designPage ul {
  font-size: 110%;
  display: block;
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.designPage ul li {
  float: left;
}
.designPage ul li span {
  margin-right: 10px;
}

.LayoutA {
  background: url(../images/mainContent_line.gif) repeat-x left top;
  float: left;
  width: 100%;
  padding: 25px 0 20px 0;
}
.LayoutA .Detail {
  width: 100% !important;
}
.LayoutA .detail-one p {
  line-height: 18px;
  font-size: 110%;
  color: #333;
  background-color: #EEEEEE;
  padding: 20px 30px;
  margin: 0;
}
.LayoutA .detail-one img.center {
  max-width: 720px;
  margin: 15px 0px 0px 0px;
}
.LayoutA img.center {
  max-width: 720px;
  margin: 15px 0px 15px 0px;
}

.artistsH1 {
  background-position: 50% 50% !important;
  text-indent: -9999px;
  max-width: 720px;
  height: 150px;
  margin: 0 auto;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}
@media (min-width: 370px) {
  .artistsH1 {
    height: 170px;
  }
}
@media (min-width: 470px) {
  .artistsH1 {
    height: 200px;
  }
}
@media (min-width: 640px) {
  .artistsH1 {
    height: 230px;
  }
}
@media (min-width: 769px) {
  .artistsH1 {
    height: 270px;
  }
}
@media (min-width: 1023px) {
  .artistsH1 {
    height: 300px;
  }
}

.artistsPage {
  padding: 0;
  position: static;
}
@media (min-width: 1023px) {
  .artistsPage {
    padding: 15px 0 0px 0;
  }
}

.LayoutI1 {
  background: url(../images/mainContent_line.gif) repeat-x left top;
  float: left;
  width: 100%;
  padding: 25px 0 20px 0;
  text-align: center;
}
@media (min-width: 1023px) {
  .LayoutI1 {
    text-align: left;
  }
}
.LayoutI1 img {
  margin: 0px auto;
}
@media (min-width: 1023px) {
  .LayoutI1 img {
    float: left;
    margin: 0px 15px 5px 0;
  }
}
@media (min-width: 1023px) {
  .LayoutI1 h2 {
    display: inline-block;
  }
}
.LayoutI1 p {
  line-height: 18px;
  font-size: 110%;
  color: #666;
  text-align: left;
}
.LayoutI1 p span {
  color: #333;
  padding-right: 10px;
}

a.viewmap {
  text-align: center;
  color: #ddd;
  text-decoration: none;
  display: inline-block;
  width: 70px;
  height: 22px;
  line-height: 22px;
  background: url(../images/btn-viewmapBg.jpg) no-repeat 0 0;
}

.LayoutA {
  background: url(../images/mainContent_line.gif) repeat-x left top;
  float: left;
  width: 100%;
  padding: 25px 0 20px 0;
  text-align: center;
}
.LayoutA img.left {
  margin: 0 auto;
}
@media (min-width: 1023px) {
  .LayoutA img.left {
    float: left;
    margin: 0px 12px 15px 0px;
  }
}
.LayoutA p {
  line-height: 18px;
  font-size: 110%;
  color: #333;
  display: inline-block;
  text-align: left;
}
@media (min-width: 1023px) {
  .LayoutA p {
    display: table;
  }
}

.LayoutB {
  background: url(../images/mainContent_line.gif) repeat-x left top;
  float: left;
  width: 100%;
  padding: 25px 0 20px 0;
}
.LayoutB img {
  float: left;
  margin: 0px 15px 5px 0;
  width: 135px;
}
.LayoutB h3 {
  font-size: 125%;
  color: #333;
  padding: 0;
  margin: 5px 0 2px 0;
}
.LayoutB h3 a {
  color: #333;
  text-decoration: none;
}
.LayoutB h4 {
  font-size: 110%;
  color: #999999;
  font-weight: normal;
  margin: 0;
}
.LayoutB h4 a {
  color: #999;
  text-decoration: none;
}
.LayoutB p {
  line-height: 18px;
  font-size: 110%;
  color: #333;
}

.LayoutB h3 a:hover,
.LayoutB h4 a:hover {
  color: #cc0000;
}

a.bars_close {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100;
  top: 0;
}
@media (min-width: 1023px) {
  a.bars_close {
    display: none;
  }
}

#navbar_top a {
  color: #333;
}
#navbar_top a:hover {
  color: #000;
}
@media (min-width: 1023px) {
  #navbar_top {
    display: none;
  }
}

#pageslide {
  display: none;
  position: absolute;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 199999;
  width: 285px;
  padding: 0;
}

#rwd_nav {
  display: block;
  top: 50px;
  position: fixed;
  float: right;
  right: 10px;
  top: 15px;
  margin: 0;
  z-index: 10000;
  cursor: pointer;
  background: none;
  border: none;
}
#rwd_nav:before {
  content: "\f0c9";
  font-size: 2.2em;
  background: url(../images/indexBg.jpg) repeat;
  border: 1px solid #555;
  padding: 5px 8px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
@media (min-width: 1023px) {
  #rwd_nav {
    display: none;
  }
}

#m_nav {
  width: 100%;
  display: none;
  position: relative;
  height: 100%;
  z-index: 9999;
  background: #C7161D;
  overflow-y: auto;
  -moz-box-shadow: 0px 10px 10px #555;
  -webkit-box-shadow: 0px 10px 10px #555;
  box-shadow: 0px 10px 10px #555;
}
@media (min-width: 1023px) {
  #m_nav {
    position: relative;
    display: block;
    width: auto;
    background: none;
    float: none;
    overflow: visible;
    overflow-y: initial;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
#m_nav::-webkit-scrollbar-track {
  /*-webkit-box-shadow: inset 0 0 6px rgba(3, 3, 3, 0.3);*/
  background-color: none;
}
#m_nav::-webkit-scrollbar {
  width: 5px;
  background-color: none;
  border-radius: 10px;
}
#m_nav::-webkit-scrollbar-thumb {
  background-color: #444;
}
#m_nav * {
  -moz-transition: all !important;
  -o-transition: all !important;
  -webkit-transition: all !important;
  transition: all !important;
}

.zhHeader .menu {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin: 0;
  padding: 5px;
  text-align: center;
  position: relative;
  background: #c7161d;
  z-index: 100000;
}
.zhHeader .menu li {
  float: none;
  display: inline-block;
  font-size: 15px;
  padding: 5px 3px;
  margin: 0;
  text-align: center;
}
@media (min-width: 370px) {
  .zhHeader .menu li {
    font-size: 18px;
  }
}
@media (min-width: 1023px) {
  .zhHeader .menu li {
    float: left;
  }
}
.zhHeader .menu li a {
  color: #fff;
  text-decoration: none;
}
.zhHeader .menu li a:hover {
  text-decoration: underline;
}
.zhHeader .menu li.right {
  position: absolute;
  top: -40px;
  right: 10px;
  margin: 10px 0 0 0;
  clear: both;
}
@media (min-width: 1023px) {
  .zhHeader .menu li.right {
    position: relative;
    top: auto;
    left: auto;
    display: block;
  }
}
@media (min-width: 1023px) {
  .zhHeader .menu {
    font-size: 20px;
    position: relative;
    background: none;
  }
  .zhHeader .menu li {
    padding: 0 23px 0 0;
    font-size: 20px;
    text-align: left;
  }
  .zhHeader .menu li.right {
    float: right;
    padding-right: 10px;
    margin: 0;
    clear: none;
  }
  .zhHeader .menu li a {
    color: #333333;
    text-decoration: none;
  }
  .zhHeader .menu li a:hover {
    color: #C7161D;
    text-decoration: none;
  }
}
@media (min-width: 1023px) {
  .zhHeader .menu {
    margin: 0;
    width: 73.12977099%;
    float: right;
    margin-right: 0;
    position: absolute;
    padding: 0px;
    bottom: -10px;
    right: 0;
    font-size: 160%;
  }
}

.right_out {
  display: none;
}
@media (min-width: 1023px) {
  .right_out {
    display: block;
    width: auto;
    float: right;
  }
}
@media (min-width: 1023px) {
  .right_out a {
    float: left;
    margin-right: 5px;
  }
}
@media (min-width: 1023px) {
  .right_out img {
    height: 25px;
    width: auto;
  }
  .right_out img:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
  }
}

.foot_icon {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}
.foot_icon:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 1023px) {
  .foot_icon {
    display: none;
  }
}
.foot_icon a {
  margin-right: 5px;
  font-size: 18px;
  color: #fff;
  vertical-align: middle;
  display: inline-block;
}
.foot_icon a img {
  height: 35px;
  width: auto;
}
.foot_icon a img:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

.goods {
  margin-bottom: 25px;
  z-index: 1000;
  position: relative;
}
.goods li,
.goods ul {
  margin: 0;
  padding: 0;
}
.goods .tabs {
  height: 45px;
  background: #fff;
  width: 100%;
}
.goods .tabs li {
  float: left;
  line-height: 45px;
  overflow: hidden;
  position: relative;
}
.goods .tabs li a {
  display: block;
  color: #666666;
  text-decoration: none;
  padding: 0 10px;
  font-size: 113%;
}
.goods .tabs li.active, .goods .tabs li.active a {
  background: #C7161D;
  color: #FFF;
  cursor: default;
}
@media (min-width: 1023px) {
  .goods .tabs {
    background: none;
    height: 35px;
  }
  .goods .tabs li {
    line-height: 35px;
  }
  .goods .tabs li a {
    padding: 0 6px;
  }
}

.tab_container {
  padding: 12px 18px 18px 18px;
  border-top: 2px solid #C7161D;
  background: #C7161D;
}
@media (min-width: 1023px) {
  .tab_container {
    box-shadow: 0 0 10px #D5D5D5;
  }
}
.tab_container ul.tab_content {
  color: #FFF;
}
.tab_container ul.tab_content h3 {
  border-bottom: 1px solid #FFF;
  color: #FFF;
  margin-bottom: 3px;
  margin-top: 15px;
  padding-bottom: 3px;
  font-size: 125%;
}
.tab_container ul.tab_content li {
  display: inline-block;
  font-size: 13px;
  padding: 5px 0;
}
.tab_container ul.tab_content li a {
  display: inline-block;
  width: 89px;
  line-height: 16px;
  color: #FFF;
  text-decoration: none;
  white-space: nowrap;
}

#block-itunes {
  position: relative;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 769px) {
  #block-itunes {
    width: 706px;
    float: left;
    height: 255px;
  }
}
@media (min-width: 1023px) {
  #block-itunes {
    width: 100%;
  }
}

#block-itunes img {
  display: block;
  border: 0 none;
}

#itune_images {
  position: absolute;
  right: 0;
  top: 0;
  width: 160px;
  height: 255px;
  overflow: hidden;
  display: none;
}
@media (min-width: 640px) {
  #itune_images {
    height: 255px;
    display: block;
  }
}

#blockB {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 160px;
}

#blockB a {
  position: relative;
  display: block;
  width: 160px;
  height: 85px;
}

#blockB a .min {
  width: 160px;
  height: 85px;
}

#blockB a .max {
  display: none;
  width: 100%;
  height: auto;
}

#blockA {
  position: relative;
  width: 100%;
  height: 100%;
}
#blockA img {
  max-width: 100% !important;
}

#blockA a {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 560px;
  height: auto;
}

#blockA a .min {
  display: none;
}

#blockA a .max {
  max-width: 560px;
  height: auto;
}

#bi-button {
  position: absolute;
  right: 60px;
  bottom: 5px;
  width: 42px;
  height: 42px;
  background: url(../scripts/itunesLike/itunes-button.png) 0% 0% no-repeat;
  border: 0 none;
  cursor: pointer;
}

#bi-button.btn-down {
  background-position: 0% 100%;
}

.cartBox {
  background: url(../images/mainContent_line.gif) repeat-x left top;
  float: left;
  width: 100%;
  padding: 25px 0 20px 0;
}
.cartBox .Checkout {
  line-height: 30px;
  padding: 35px 0;
  text-align: center;
  font-size: 110%;
  width: 100%;
  float: left;
}
@media (min-width: 1023px) {
  .cartBox .Checkout {
    text-align: right;
  }
}
.cartBox .BRed {
  color: #CC0000;
  font-size: 180%;
}
.cartBox .Red {
  color: #CC0000;
}
.cartBox .ImporNote h2 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.cartBox .ImporNote table {
  font-size: 110%;
}
.cartBox .ImporNote table th {
  padding: 3px;
}
@media (min-width: 1023px) {
  .cartBox .ImporNote table th {
    padding: 10px 20px;
  }
}
.cartBox .ImporNote table td {
  border-right: 1px solid #e1e1e1;
  padding: 3px;
}
@media (min-width: 1023px) {
  .cartBox .ImporNote table td {
    padding: 20px;
  }
}
.cartBox th {
  background-color: #f5f5f5;
  color: #666;
  padding: 10px;
  border-bottom: 1px solid #e1e1e1;
  font-size: 100%;
}
.cartBox td {
  background-color: #eee;
  padding: 10px;
  border-bottom: 1px solid #e1e1e1;
  font-size: 100%;
}

.putShoppingCar {
  cursor: pointer;
  color: #FFF;
  background: url(../images/btn_stock.png) 0 0 no-repeat;
  width: 92px;
  height: 26px;
  border: 0px;
  font-family: "微軟正黑體";
  font-size: 13px;
  padding-bottom: 3px;
}

.putShoppingCar4 {
  cursor: pointer;
  color: #FFF;
  background: url(../images/btn_stock4.png) 0 0 no-repeat;
  width: 300px;
  height: 50px;
  border: 0px;
  font-family: "微軟正黑體";
  font-size: 15px;
  padding: 0 0 3px 0;
  margin: 10px 0;
}
@media (min-width: 1023px) {
  .putShoppingCar4 {
    margin: 0;
  }
}

.putShoppingCar3 {
  cursor: pointer;
  color: #FFF;
  background: url(../images/btn_stock3.png) 0 0 no-repeat;
  width: 150px;
  height: 50px;
  border: 0px;
  font-family: "微軟正黑體";
  font-size: 15px;
  padding: 0 0 3px 0;
  margin: 10px 0;
}
@media (min-width: 1023px) {
  .putShoppingCar3 {
    margin: 0;
  }
}

.putShoppingCar5 {
  cursor: pointer;
  color: #FFF;
  background: url(../images/btn_stock5.png) 0 0 no-repeat;
  width: 150px;
  height: 50px;
  border: 0px;
  font-family: "微軟正黑體";
  font-size: 15px;
  padding-bottom: 3px;
}

.bg_bottom {
  width: 100%;
  height: 69px;
  background: url(../images/mainContent_bg_bottom.png) repeat-x;
  margin-top: -50px;
}

.cartBox {
  background: url(../images/mainContent_line.gif) repeat-x left top;
  float: left;
  width: 100%;
  padding: 25px 0 20px 0;
}
.cartBox th {
  background-color: #f5f5f5;
  color: #666;
  padding: 10px;
  border-bottom: 1px solid #e1e1e1;
  font-size: 100%;
  width: auto;
}
@media (min-width: 1023px) {
  .cartBox .Detail {
    width: 100% !important;
  }
}

textarea#description {
  width: 100%;
}

.FormTable {
  background: url(../images/mainContent_line.gif) repeat-x left top;
  float: left;
  width: 100%;
  padding: 25px 0 20px 0;
  overflow: hidden;
}
.FormTable table {
  background-color: #eee;
  padding: 10px 0;
  font-size: 16px;
}
@media (min-width: 1023px) {
  .FormTable table {
    padding: 50px 25px;
    font-size: 110%;
  }
}
.FormTable table th {
  padding: 8px 0 0 0;
  width: 100%;
  float: left;
  color: #666;
  vertical-align: top;
}
@media (min-width: 1023px) {
  .FormTable table th {
    padding: 5px 0;
    vertical-align: center;
    width: auto;
    min-width: 120px;
    float: none;
  }
}
.FormTable table .qq {
  padding-top: 15px;
}
.FormTable table tr:hover {
  background-color: #e3e3e3;
}
.FormTable table tr {
  padding: 5px 5%;
  width: 100%;
  float: left;
}
@media (min-width: 1023px) {
  .FormTable table tr {
    margin: 0 0 0 0;
    width: auto;
    float: none;
    padding: 0;
  }
}
.FormTable table td {
  padding: 5px 0;
  width: 100%;
  float: left;
}
@media (min-width: 1023px) {
  .FormTable table td {
    width: auto;
    float: none;
    vertical-align: center;
  }
}
.FormTable table input.write {
  width: 100%;
  border: 1px solid #ddd;
  padding: 8px;
  color: #999999;
  font-family: "微軟正黑體", "Microsoft JhengHei", "新細明體", "PMingLiU", Arial, Helvetica, sans-serif, "AR MingtiM BIG-5";
}
@media (min-width: 1023px) {
  .FormTable table input.write {
    width: 380px;
    padding: 3px 5px;
  }
}
.FormTable table.epaperOrder {
  font-size: 100%;
  padding: 0;
  margin: 0 auto 20px auto;
  background-color: transparent;
  width: 140px;
  text-align: center;
}
@media (min-width: 1023px) {
  .FormTable table.epaperOrder {
    width: auto;
    padding-right: 20px;
    margin: 0;
    padding-left: 30px;
    text-align: left;
  }
}
.FormTable table.epaperOrder tr,
.FormTable table.epaperOrder td,
.FormTable table.epaperOrder th {
  width: auto;
  float: none;
}

.epaper_button {
  text-align: center;
}
@media (min-width: 1023px) {
  .epaper_button {
    text-align: left;
  }
}

#cartBoxLists {
  width: 100%;
  float: left;
}
#cartBoxLists a {
  color: #333;
}
#cartBoxLists tr.cartBox_title {
  display: none;
  border-bottom: 1px solid #e1e1e1;
}
@media (min-width: 769px) {
  #cartBoxLists tr.cartBox_title {
    display: inline-block;
    width: 100%;
  }
  #cartBoxLists tr.cartBox_title th {
    display: inline-block;
    padding: 8px 0;
    border: none;
    float: left;
  }
  #cartBoxLists tr.cartBox_title th:first-child {
    width: 45%;
    text-align: left;
    text-indent: 18px;
  }
  #cartBoxLists tr.cartBox_title th:first-child + th, #cartBoxLists tr.cartBox_title th:first-child + th + th, #cartBoxLists tr.cartBox_title th:first-child + th + th + th {
    width: 9%;
    text-align: center;
  }
  #cartBoxLists tr.cartBox_title th:first-child + th + th + th + th {
    width: 28%;
    text-align: center;
  }
}
#cartBoxLists tr {
  width: 100%;
  float: left;
  border-bottom: 1px solid #e1e1e1;
  margin: 10px 0;
}
@media (min-width: 769px) {
  #cartBoxLists tr {
    margin: 0;
  }
}
#cartBoxLists tr td {
  padding: 4px 0;
  text-align: left;
  width: 100%;
  float: left;
  background: none;
  border: none;
}
@media (min-width: 769px) {
  #cartBoxLists tr td {
    background-color: #eee;
  }
}
#cartBoxLists tr td.cart_p_img:before {
  display: none;
}
#cartBoxLists tr td.cart_p_img img {
  margin: 0 10px 0 0;
  position: absolute;
  vertical-align: middle;
}
@media (min-width: 769px) {
  #cartBoxLists tr td.cart_p_img img {
    margin: 0 10px;
    width: 40px !important;
    height: auto;
  }
}
#cartBoxLists tr td .cart_p_title {
  display: inline-block;
  margin-left: 80px;
  font-size: 16px;
}
@media (min-width: 769px) {
  #cartBoxLists tr td {
    padding: 8px 0;
    float: none;
    font-size: 13px;
    text-align: center;
  }
  #cartBoxLists tr td:first-child {
    width: 45%;
    text-align: left;
  }
  #cartBoxLists tr td:first-child + td, #cartBoxLists tr td:first-child + td + td, #cartBoxLists tr td:first-child + td + td + td {
    width: 9%;
  }
  #cartBoxLists tr td:first-child + td + td + td + td {
    width: 28%;
  }
}
#cartBoxLists tr td:before {
  content: attr(data-th) " : ";
  width: 130px;
  padding-right: 8px;
  text-align: right;
  color: #606060;
  display: inline-block;
}
@media (min-width: 769px) {
  #cartBoxLists tr td:before {
    display: none;
  }
}
#cartBoxLists tr td.cart_add_button {
  text-align: center;
}
#cartBoxLists tr td.cart_add_button:before {
  display: none;
}
#cartBoxLists tr td.cart_add_button .addtowishlists,
#cartBoxLists tr td.cart_add_button .remove {
  display: inline-block;
  margin: 4px auto;
  width: auto;
  height: 30px;
  border: 1px solid #ddd;
  background: #fff;
}
@media (min-width: 769px) {
  #cartBoxLists tr td.cart_add_button .addtowishlists,
  #cartBoxLists tr td.cart_add_button .remove {
    width: 150px;
    text-align: left;
  }
}

.cartBox input.write2 {
  width: 180px;
  border: 1px solid #ddd;
  padding: 3px 5px;
  color: #999999;
  font-family: "微軟正黑體", "Microsoft JhengHei", "新細明體", "PMingLiU", Arial, Helvetica, sans-serif, "AR MingtiM BIG-5";
}
