@charset "UTF-8";
.secondaryLevel a::before, .secondaryLevel a::after, .side_album a::before, .arrows {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.firstLevel > li > a.hasItems::before, .firstLevel > li > a.hasItems::after, .secondaryLevel a::before, .secondaryLevel a::after, .productList li, .pdSort, .pdSort::before, .pdSort::after, .side_album a::before, .arrows {
  -webkit-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

.catalogMenuTitle {
  margin-bottom: 10px;
  font-size: 22px;
  color: #313131;
  letter-spacing: 1px;
}

.firstLevel:not('.filterList') > li > a:hover.hasItems::before, .firstLevel:not('.filterList') > li > a:hover.hasItems::after {
  background-color: #fff;
}

.firstLevel:not('.filterList') > li > a.hasItems::before, .firstLevel:not('.filterList') > li > a.hasItems::after {
  background-color: #fff;
}

.firstLevel > li > a {
  position: relative;
  padding-right: 20px;
  padding-bottom: 10px;
}

.firstLevel > li > a:hover {
  border-bottom-color: #2a596c;
}

.firstLevel > li > a.hasItems.current::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.firstLevel > li > a.hasItems.current + ul {
  display: block;
}

.firstLevel > li > a.hasItems.current + ul a {
  -webkit-animation: .5s slideLeft both .2s;
          animation: .5s slideLeft both .2s;
}

.firstLevel > li > a.hasItems + ul {
  display: none;
}

.firstLevel > li > a.hasItems::before, .firstLevel > li > a.hasItems::after {
  content: '';
  position: absolute;
  top: 21px;
  right: 10px;
  z-index: 1;
  width: 13px;
  height: 1px;
  background-color: #5d6c7a;
}

.firstLevel > li > a.hasItems::after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.secondaryLevel {
  padding: 15px 0;
}

.secondaryLevel > li + li {
  margin-top: 9px;
}

.secondaryLevel a {
  position: relative;
  display: inline-block;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 65px;
  font-size: 12px;
  color: #000;
  box-sizing: border-box;
}

.secondaryLevel .disable {
  color: #ccc;
  pointer-events: none;
}

.secondaryLevel a.select::before, .secondaryLevel a.current::before {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.secondaryLevel a.select::after, .secondaryLevel a.current::after {
  border-color: #fff;
}

.secondaryLevel a::before, .secondaryLevel a::after {
  content: '';
  position: absolute;
}

.secondaryLevel a::before {
  top: 6px;
  left: 38px;
  width: 12px;
  height: 12px;
  background-color: #19b6d1;
  z-index: 2;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}

.secondaryLevel a::after {
  top: 12px;
  left: 35px;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  border: 1px solid #ececec;
  background-color: #fff;
  z-index: 1;
}

@-webkit-keyframes slideLeft {
  0% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideLeft {
  0% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

.classNote {
  padding-bottom: 10px;
  line-height: 1.8;
  text-align: center;
}

.classNote img {
  max-width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.productList {
  margin: 0 -20px;
}

.productList.change li {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  opacity: 0;
}

.productList.index li {
  width: 25%;
}

.productList li {
  display: inline-block;
  vertical-align: top;
  width: 33.3333%;
  padding: 0 20px;
  margin-right: -4px;
  margin-bottom: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.productList li:hover .Img img {
  opacity: .1;
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02);
}

.productList li:hover h3 a {
  color: #0971ce;
}

.productList li:hover h4 {
  top: 50%;
  opacity: 1;
}

.productList li.hide {
  display: none;
}

.productList .Img {
  position: relative;
  -webkit-box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.1);
  background: -webkit-linear-gradient(315deg, #1dc1dd 0%, #0971ce 100%);
  background: -o-linear-gradient(315deg, #1dc1dd 0%, #0971ce 100%);
  background: linear-gradient(135deg, #1dc1dd 0%, #0971ce 100%);
  overflow: hidden;
}

.productList .Img img {
  -webkit-transition: all .7s ease-in-out;
  -o-transition: all .7s ease-in-out;
  transition: all .7s ease-in-out;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.productList h3 a {
  display: block;
  padding: 20px 0;
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 400;
  font-size: 18px;
  text-align: center;
}

.productList h4 {
  position: absolute;
  left: 50%;
  top: 52%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-weight: 500;
  font-family: "Mukta", "微軟正黑體", sans-serif;
  font-size: 30px;
  line-height: 1.2;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  padding: 0 10px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.pdLinkBtn {
  position: absolute;
  z-index: 1;
  width: 400px;
  height: 400px;
  top: 40%;
  left: 50%;
  margin-left: -200px;
  border-radius: 50%;
  background-color: rgba(25, 182, 209, 0.9);
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}

.pdSort {
  position: relative;
  display: inline-block;
}

.pdSort::before, .pdSort::after {
  display: inline-block;
}

.pdSort::before {
  content: '[';
  margin-right: 3px;
}

.pdSort::after {
  content: ']';
  margin-left: 3px;
}

.productIntro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.albumBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 560px;
}

.albumBox .Img {
  width: 100%;
  -webkit-box-shadow: 0 1px 20px rgba(49, 49, 49, 0.1);
          box-shadow: 0 1px 20px rgba(49, 49, 49, 0.1);
}

.albumBox img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/*側邊_相簿*/
.side_album {
  width: 100%;
  margin-top: 15px;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.side_album li {
  margin: 0 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.side_album a {
  position: relative;
  display: block;
}

.side_album a:hover {
  border-width: 2px;
  border-color: #19b6d1;
}

.side_album a::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  border: 1px solid #eee;
  margin: auto;
}

.side_album img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.arrows {
  position: absolute;
  top: 50%;
  margin-top: -11px;
  width: 11px;
  height: 22px;
  outline: none;
  border: none;
  background-color: transparent;
  cursor: pointer;
  opacity: .5;
  background: url("../images/arrow.png") no-repeat;
  background-size: contain;
}

.arrows:hover {
  opacity: 1;
}

.prevPhotoArrow {
  left: -5px;
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.nextPhotoArrow {
  right: -5px;
}

.compareBtn {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 50px;
  height: 50px;
}

.compareBtn:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  border: 1px solid #ddd;
  border-radius: 50%;
}

.compareBtn:after {
  content: '\f00c';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: FontAwesome;
  font-size: 12px;
  color: #fff;
  opacity: 0;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.compareBtn.check:before {
  background-color: #19b6d1;
}

.compareBtn.check:after {
  opacity: 1;
}

/*產品介紹縮圖文字*/
.introBox {
  width: calc(100% - 560px);
  padding-left: 55px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.introBox .Txt {
  line-height: 2;
  letter-spacing: 1px;
}

.introBox .btn {
  padding-top: 20px;
  text-align: center;
}

.introBox .btn a {
  display: inline-block;
  padding: 10px 15px;
  border-radius: 3px;
  font-size: 15px;
  color: #fff;
}

.pdTitle {
  margin-top: 50px;
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #313131;
}

.pdTitle::after {
  content: '';
  display: block;
  width: 40px;
  height: 1px;
  margin-top: 30px;
  background-color: #519cba;
}

.btnBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.btnBox a {
  width: 165px;
  height: 55px;
  line-height: 55px;
}

.btnBox a + a {
  margin-left: 20px;
}

.share {
  margin-top: 45px;
  padding-top: 40px;
  border-top: 1px solid #dcdcdc;
}

.share b {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  font-size: 16px;
  color: #313131;
}

.share a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 35px;
  height: 35px;
  color: #bfbfbf;
  font-size: 18px;
}

.share a:hover {
  color: #19b6d1;
}

.share .icon-line {
  width: 18px;
  height: 18px;
}

.code {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: #999;
}

.tabContent + .moreBtn {
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.compareBox {
  position: relative;
  margin-bottom: 50px;
}

.compareBox + .moreBtn {
  margin-left: auto;
  margin-right: auto;
}

.compareDataBox {
  counter-reset: list;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  padding-left: 150px;
  /*border: 1px solid #eee;*/
}

.compareDataBox.dragscroll {
  overflow-x: auto;
  cursor: move;
}

.compareTitleList, .comparePdList {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  max-width: 360px;
  height: 100%;
  border: 1px solid #eee;
  border-right: none;
  border-left: none;
}

.compareTitleList li, .comparePdList li {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  min-height: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.compareTitleList li {
  position: relative;
}
.compareTitleList li::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #ccc;
}

.compareTitleList li:first-child, .comparePdList li:first-child {
  height: 280px;
}

.compareTitleList {
  position: absolute;
  top: 0;
  left: 1px;
  z-index: 2;
  width: 150px;
}

.compareTitleList::after {
  content: '';
  display: none;
  height: 60px;
  background-color: #fff;
}

.compareTitleList li {
  font-family: "Raleway", Helvetica, Arial, "微軟正黑體", sans-serif;
  letter-spacing: 1px;
  color: #fff;
  background-color: #adadad;
}

.comparePdList {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  counter-increment: list;
  border-left: 1px solid #eee;
}

.comparePdList:nth-child(-n+9) li:first-child::before {
  content: "0" counter(list);
}

.comparePdList li:first-child {
  position: relative;
}

.comparePdList li:first-child::before {
  content: counter(list);
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #fcfcfc;
}

.comparePdList li:not(:last-child) {
  border-bottom: 1px solid #eee;
}

.comparePdList li:nth-child(even) {
  background-color: #fcfcfc;
}

.comparePdList img {
  width: 200px;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.comparePdList h3 {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  letter-spacing: 1px;
  color: #313131;
}

.comparePdList a:hover {
  color: #ffcb05;
}

.comparePdList a i {
  margin-right: 5px;
  color: #ffcb05;
}

.comparePdList .deleteBtn {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.specificationsTable, .accessoriesList {
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
}

.specificationsTable {
  width: 100%;
}

.specificationsTable th, .specificationsTable td {
  padding-top: 10px;
  padding-bottom: 10px;
}

.specificationsTable th {
  width: 30%;
}

.specificationsTable td {
  padding-left: 30px;
  padding-right: 10px;
}

.accessoriesList li + li {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px dashed #eee;
}

.accessoriesList .item {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

.accessoriesList .Img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 200px;
  margin-right: 50px;
  line-height: 0;
  border: 1px solid #eee;
}

.accessoriesList .Img img {
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.accessoriesList h2 {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 400;
  font-family: "Raleway", Helvetica, Arial, "微軟正黑體", sans-serif;
  color: #313131;
}

.accessoriesList p {
  max-height: 100px;
}

@media (min-width: 1181px) {
  .compareArea {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
  }
  .comparePdList li {
    width: 360px;
  }
}

@media (max-width: 1360px) and (min-width: 641px) {
  .accessoriesList .Img {
    margin-right: 20px;
  }
}

@media (max-width: 1180px) {
  .productList.index li {
    width: 33.333%;
  }
}

@media (max-width: 1024px) {
  .albumBox {
    width: 55%;
  }
  .introBox {
    width: 45%;
  }
}

@media (max-width: 1110px) and (min-width: 961px) {
  .productList li {
    width: 50%;
  }
}

@media (max-width: 1180px) {
  .productList.index li {
    width: 50%;
  }
}

@media (max-width: 768px) {
  .productList li {
    width: 50%;
  }
  .productIntro {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sortBox, .pdTitle {
    width: 100%;
  }
  .pdTitle {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .albumBox {
    width: 100%;
    margin-bottom: 20px;
  }
  .introBox {
    width: 100%;
    padding-left: 0;
  }
}

@media (max-width: 580px) {
  .accessoriesList .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .accessoriesList .Img {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

@media (max-width: 480px) {
  .productList li, .productList.index li {
    width: 100%;
    margin-bottom: 10px;
  }
  .compareTitleList {
    width: 100px;
    font-size: 12px;
  }
  .compareDataBox {
    padding-left: 100px;
  }
    #filterLB {
    padding: 20px;
  }
  .secondaryLevel a {
    padding-left: 30px;
  }
  .secondaryLevel a::after {
    left: 0;
  }
  .secondaryLevel a::before {
    left: 3px;
  }
  .secondaryLevel a {
    padding-left: 30px;
  }
  .secondaryLevel a::after {
    left: 0;
  }
  .secondaryLevel a::before {
    left: 3px;
  }
}
