@charset "utf-8";
/*-----------------------for both-----------------------*/
/*-------------table Display--------------------*/
.tableDisplay {
  border-collapse: collapse;
  border: 1px solid #E0E0E;
}
.tableDisplay th {
  padding: 10px;
  word-break: break-all;
  background: #333;
  color: #fff;
  border-bottom: 1px solid #E0E0E0
}
.tableDisplay td {
  word-break: break-all;
  border: 1px solid #E0E0E0;
  padding: 10px;
}
.tableDisplay td.single {
  padding: 10px 5px;
}
.tableDisplay tr:nth-child(even) td {
  background: #f9f9f9;
}
.tableDisplay p {
  margin: 3px 0px;
}
.tableDisplay tr.grayTd td {
  background: #ededed;
}
/*date nav*/
#tabsNav {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
  background: #f5f5f5;
}
#tabsNav li a {
  display: block;
  border-bottom: 3px solid #f5f5f5;
  text-decoration: none;
  color: #888;
  text-align: center;
  padding: 10px 15px;
}
#tabsNav li.active a {
  border-bottom: 3px solid #e55b73;
  color: #333;
  background: #ededed;
}
#tabsNav li a:hover {
  color: #333;
  border-bottom: 3px solid #ccc;
}

/*-----------------------for PC-----------------------*/
@media screen and (min-width:801px) {
  
  
	
	/*-----------------------css table----------------------*/
  .css-table {
    display: table;
    width: 100%;
  }
  .css-table .thead {
    display: table-header-group;
  }
  .css-table .tbody {
    display: table-row-group;
  }
  .css-table .tr {
    display: table-row;
  }
  .css-table .th, .css-table .td {
    display: table-cell;
    padding: 5px 10px;
    border-bottom: 1px solid #e0e0e0;
    vertical-align: middle;
  }
  .css-table .th {
    background: #333;
    color: #fff;
  }
  .css-table .tdHeader {
    background: #eee;
    color: #333;
  }
  .tdHeader span { /*電腦版新增*/
    color: #007dd5 /*用第一主題色*/
  }
  .css-table .center {
    text-align: center;
  }
	
	/*date nav*/
  #tabsNav li a {
    font-size: 17px;
    padding: 10px 30px;
  }
  #tabsNav li {
    float: left;
  }
  /*-------------------- 特價產品--------------------*/
  #discountList li {
    float: left;
    width: 23%;
    height: auto;
    margin: 0 2% 2% 0;
    border: 1px solid #eee;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    height: 380px
  }
  #discountList li .prodthumb {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
    border: 1px solid #ededed;
  }
  #discountList li:nth-child(4n) {
    margin-right: 0;
  }
  #discountList li h4 {
    font-weight: normal;
    font-size: 17px;
    padding: 10px 5px;
    tableDisplay text-align: center;
    vertical-align: middle;
    background: #c1b753;
    color: #fff;
    width: 100%;
  }
  #discountList li h4.twoline {
    height: 58px;
    vertical-align: middle;
    width: 100%;
  }
  .disInfo {
    padding: 10px;
  }
  /*--------------well----------------*/
  .well {
    display: block;
    border: 1px solid #8f57a0;
    background-color: #fef9ff;
    width: 80%;
    padding: 12px 15px;
  }
  .well ul {
    float: left;
    width: 33%;
  }
  .well ul li {
    line-height: 2em;
  }
  .well ul li a {
    color: #8f57a0;
  }
  .well ul li a:hover {
    color: #e4b101;
  }
  .cuteshowTime li {
    float: left;
    width: 32%;
    border: #CDCDCD 2px solid;
    margin: 2px;
  }
  .cuteshowTime li div {
    background: #AF4ADC;
    color: #FFFFFF;
    text-align: center;
    padding: 10px;
    line-height: 25px;
  }
  .cuteshowTime li div h2 {
    color: #FFFFFF
  }
  .cuteshowTime li p {
    padding: 10px;
  }
  .forShortTable {
    width: 50%
  }
  .smallTable {
    width: 60%
  }
}
/*------------------for mobile------------------------*/
@media screen and (max-width:800px) {
  /*--------------- css table -----------------*/
  .card-table {}
  .card-table .thead {
    display: none;
  }
  .card-table .tr {
    border-bottom: 1px solid #ddd;
    margin: 0 -15px;
    padding: 15px;
    display: block;
  }
  .card-table .th {
    border: currentColor;
    width: 100%;
    display: inline-block;
  }
  .card-table .td {
    border: currentColor;
    width: 100%;
    display: inline-block;
  }
  .card-table .tdHeader {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 19px; /*手機版新增字級*/
    color: #007dd5 /*手機版新增顏色，用第一主題色*/
  }
  .tdHeader span { /*手機版新增*/
    color: #000;
    font-size: 15px
  }
  /*--------------- css table -----------------*/
  .mob-table {
    display: block;
    overflow-x: auto;
  }
  .mob-table .thead {
    display: table-header-group;
  }
  .mob-table .tbody {
    display: table-row-group;
  }
  .mob-table .tr {
    display: table-row;
  }
  .mob-table .th, .mob-table .td {
    display: table-cell;
    padding: 5px 10px;
    border-bottom: 1px solid #e0e0e0;
    vertical-align: middle;
    white-space: nowrap;
  }
  .mob-table .th {
    background: #333;
    color: #fff;
  }
  .mob-table .center {
    text-align: center;
  }
  . /*date nav*/
  #tabsNav {
    margin: 0 -15px;
  }
  #tabsNav li {
    display: inline-block;
  }
  #tabsNav li.active a {
    border-bottom: 3px solid #e55b73;
    color: #333;
    background: #ededed;
  }
  /*-------------------- 特價產品--------------------*/
  #discountList li {
    float: left;
    width: 49%;
    height: auto;
    margin: 0 2% 2% 0;
    border: 1px solid #eee;
    border-radius: 5px;
    position: relative;
  }
  #discountList li .prodthumb {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
    border: 1px solid #ededed;
  }
  #discountList li:nth-child(2n) {
    margin-right: 0;
  }
  #discountList li h4 {
    font-weight: normal;
    color: #FFF;
    font-size: 17px;
    background: #c1b753;
    padding: 6px 10px;
    text-align: center;
    width: 100%
  }
  #discountList li h4.twoline {
    height: 58px;
    vertical-align: middle;
    width: 100%;
  }
  .disInfo {
    padding: 10px;
  }
  .tableDisplay th {
    text-align: center
  }
  /*--------------well----------------*/
  .well {
    display: block;
    border: 1px solid #8f57a0;
    background-color: #fef9ff;
    width: 100%;
    padding: 14px;
  }
  .well ul {
    width: 100%;
  }
  .well ul li {
    line-height: 1.6em;
  }
  .well ul li a {
    color: #8f57a0;
  }
  .well ul li a:hover {
    color: #e4b101;
  }
  .cuteshowTime li {
    float: left;
    width: 100%;
    border: #CDCDCD 2px solid;
    margin: 2px;
  }
  .cuteshowTime li div {
    background: #44449a;
    color: #FFFFFF;
    text-align: center;
    padding: 10px;
    line-height: 25px;
  }
  .cuteshowTime li div h2 {
    color: #FFFFFF
  }
  .cuteshowTime li p {
    padding: 10px;
  }
  .forShortTable {
    width: 100%
  }
  .smallTable {
    width: 100%
  }
}