@charset "UTF-8";
html {
  height: 100%;
  font-size: 100%;
}

body {
  background-color: white;
  font-family: '微軟正黑體','新細明體','Arial Unicode MS', Arial, Helvetica, sans-serif;
  width: 100%;
  min-height: 650px;
  font-size: 1em;
}

p {
  word-wrap: break-word;
}

a {
  text-decoration: none;
  cursor: pointer;
}

.clearfix, .content, .prod-st {
  * zoom: 1;
}
.clearfix:after, .clearfix:before, .content:after, .prod-st:after, .content:before, .prod-st:before {
  content: "";
  display: table;
}
.clearfix:after, .content:after, .prod-st:after {
  clear: both;
  overflow: hidden;
}

.primary-item, .prod-item a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.more i {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

[class^="fs"] {
  line-height: 1.2;
}

.fs-12 {
  font-size: 12px;
}

.fs-13 {
  font-size: 13px;
}

.fs-14 {
  font-size: 14px;
}

.fs-16 {
  font-size: 16px;
}

.fs-18 {
  font-size: 18px;
}

.fs-24 {
  font-size: 24px;
}

.white-text {
  color: #ffffff;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mr-10 {
  margin-right: 10px;
}

.no-mragin {
  margin: 0 !important;
}

.gbr {
  border-right: 1px solid #d9d9d9;
}

.prt {
  position: relative;
}

.dpb {
  display: block;
}

.fxb {
  position: fixed;
  bottom: 0px;
  right: 0;
  left: 0;
}

.hide {
  display: none;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.gray {
  float: none;
  width: 100%;
  height: 1px;
  margin: 10px 0;
  background: #e5e5e5;
  border: none;
  color: #e5e5e5;
  clear: both;
}

.bh-wb {
  color: #fff;
}
.bh-wb:hover {
  color: #33b9ff;
}

.bh-wb.active {
  color: #33b9ff;
}

.bh-bb {
  color: #000;
}
.bh-bb:hover {
  color: #33b9ff;
}

.bh-bd {
  color: #33b9ff;
}
.bh-bd:hover {
  color: #0164a2;
}

.bh-bd.active {
  color: #0164a2;
}

.main {
  width: 100%;
  background: #e3e3e3;
  /* Old browsers */
  background: -moz-linear-gradient(top, #e3e3e3 0%, white 5%, white 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e3e3e3), color-stop(5%, white), color-stop(100%, white));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #e3e3e3 0%, white 5%, white 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #e3e3e3 0%, white 5%, white 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #e3e3e3 0%, white 5%, white 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #e3e3e3 0%, #ffffff 5%, #ffffff 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e3e3e3', endColorstr='#ffffff',GradientType=0 );
  /* IE6-9 */
}

.wrapper {
  width: 960px;
  margin: 0 auto;
}

.larger-banner, .mini-banner, .prod-item a {
  border: 1px solid #d6d6d6;
}

.content {
  margin-top: 24px;
  padding-bottom: 70px;
}

.img {
  font-size: 0;
}

.page-header {
  position: relative;
  border-bottom: 1px solid #d6d6d6;
  padding: 10px 0;
}
.page-header .page-title {
  margin-top: 20px;
}

#breadcrumbs {
  font-size: 0.75em;
}
#breadcrumbs a {
  color: #000;
}
#breadcrumbs a:hover {
  color: #33b9ff;
}

.page-title {
  font-size: 1.75em;
  font-weight: normal;
  line-height: 1.4;
}

.larger-banner {
  float: left;
  width: 638px;
}
.larger-banner .entry {
  padding: 30px;
}
.larger-banner h2 {
  margin-bottom: 6px;
  height: 72px;
  font-size: 1.625em;
  line-height: 1.4;
}
.larger-banner p {
  font-size: 0.75em;
  height: 48px;
  line-height: 1.4;
}

.mini-banner {
  float: left;
  margin-left: 10px;
  width: 308px;
}
.mini-banner .entry {
  padding: 20px;
  height: 84px;
}
.mini-banner a {
  color: #000;
}
.mini-banner a:hover .entry {
  background-color: #d6d6d6;
}
.mini-banner h2 {
  margin-bottom: 6px;
  font-size: 1.125em;
  line-height: 1.4;
}
.mini-banner p {
  font-size: 0.75em;
  line-height: 1.4;
}

#MDA {
  position: absolute;
  right: 0;
  top: 28px;
  font-weight: bold;
  font-size: 12px;
}
#MDA .mdatext {
  vertical-align: top;
  line-height: 3;
  margin-right: 20px;
}

.prod-st {
  margin-top: 10px;
}
.prod-st .first {
  margin-left: 0;
}

.primary-item {
  position: relative;
  float: left;
  padding: 20px;
  width: 210px;
  height: 310px;
  color: #fff;
}
.primary-item img {
  display: block;
  width: 130px;
  margin: 0 auto;
}
.primary-item h2 {
  font-size: 1.375em;
  line-height: 1.4;
  padding: 2px;
}
.primary-item p {
  font-size: 0.75em;
  line-height: 1.4;
}

.prod-item {
  position: relative;
  float: left;
  margin-left: 10px;
}
.prod-item a {
  display: block;
  overflow: hidden;
  padding: 15px;
  width: 180px;
  height: 310px;
  color: #000;
}
.prod-item a:hover h3 {
  color: #33b9ff;
}
.prod-item img {
  display: block;
  width: 130px;
  margin: 0 auto;
}
.prod-item .highlight-spec {
  position: absolute;
  top: 6px;
  right: 6px;
  font-size: 0.75em;
}
.prod-item h3 {
  font-size: 1em;
  min-height: 36px;
  line-height: 1.4;
  padding: 2px 0;
}
.prod-item p {
  font-size: 0.75em;
  line-height: 1.4;
  max-height: 64px;
  overflow: hidden;
}

.more {
  position: absolute;
  right: 20px;
  bottom: 20px;
  color: #000;
  font-size: 0.75em;
}
.more i {
  width: 0;
  height: 0;
  border-color: transparent transparent transparent #000;
  border-style: solid;
  border-width: 5px;
}
.more:hover {
  text-decoration: underline;
  color: #fff;
}
.more:hover i {
  border-color: transparent transparent transparent #fff;
}

.notebook-st .primary-item {
  background-color: #00b4fe;
}

.desktop-st .primary-item {
  background-color: #0ab6ef;
}

.allone-st .primary-item {
  background-color: #17b8d9;
}

.eeeBox-st .primary-item {
  background-color: #26bbc1;
}

.monitor-st .primary-item {
  background-color: #36bea5;
}

.workstation-st .primary-item {
  background-color: #47c18a;
}

.server-st .primary-item {
  background-color: #56c471;
}

.projector-st .primary-item {
  background-color: #63c75b;
}

.lte9 .mini-banner .entry {
  height: 85px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .mini-banner .entry {
    height: 85px;
  }
}
/*@
/*  bootstrap */
@media (min-width: 768px) and (max-width: 959px) {
  #index-page {
    width: 640px;
    margin: 20px auto 0;
  }
}
@media (max-width: 959px) {
  .wrapper {
    width: 90%;
  }

  .mini-banner {
    margin-top: 10px;
    margin-left: 20px;
  }

  .m-ml {
    margin-left: 0;
  }

  .primary-item {
    float: none;
    width: 100%;
    height: auto;
  }

  .prod-item {
    float: none;
    margin-left: 0px;
    margin-top: 10px;
  }
  .prod-item a {
    width: 100%;
    height: auto;
  }
  .prod-item a h3 {
    min-height: 28px;
  }

  .prod-st {
    margin-top: 30px;
  }

  .prod-st:first-child {
    margin-top: 10px;
  }

  .prod-st .first {
    margin-top: 0;
  }

  .more {
    top: 15px;
    bottom: auto;
  }

  .larger-banner h2, .larger-banner p {
    height: auto;
  }
}
@media (max-width: 767px) {
  #index-page {
    width: 100%;
  }

  .larger-banner {
    float: none;
    width: 100%;
  }

  .mini-banner {
    float: none;
    margin: 10px auto 0;
  }

  #MDA {
    float: none;
    position: static;
  }
}
@media (max-width: 321px) {
  .mini-banner {
    float: none;
    width: 100%;
  }
}
