@charset "UTF-8";
.products-list li, .select-box, .select-box li, .select-area li, .select-area li::before, .bar-list li, .product-box li, .carousel-box, .pd-info, .link-box a, .descriptionCenter .text, .introductionArea .textEditor, .logo-img, .brand li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.support-search button {
  border: none;
  outline: none;
  cursor: pointer; }

.productBannerList li {
  position: relative; }

.productBannerList .slogan-box {
  padding-left: 20px;
  padding-right: 20px; }

.pagesBannerArea .bg-cover, .pagesBannerArea h1, .pagesBannerArea h2 {
  /*animation: none;*/ }

.productBannerList li.slick-active .bg-cover {
  -webkit-animation: 11s bannerScale ease-out both;
  animation: 11s bannerScale ease-out both; }

.productBannerList li.slick-active .slogan-box h1, .productBannerList li.slick-active .slogan-box h2 {
  -webkit-animation: 10s slideDown ease-out forwards;
  animation: 10s slideDown ease-out forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.bannerPrev, .bannerNext {
  position: absolute;
  display: block;
  top: 50%;
  color: #fff;
  font-size: 45px;
  opacity: .5;
  z-index: 10;
  -webkit-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out; }

.bannerPrev:hover, .bannerNext:hover {
  opacity: 1; }

.bannerPrev {
  left: 50px; }

.bannerNext {
  right: 50px; }

.productArea {
  padding: 100px 0 115px; }

@media (max-width: 1024px) {
  .productArea {
    padding-bottom: 30px; } }

.slogan-box h1,
.slogan-box h2 {
  text-shadow: 1px 2px 7px rgba(0, 0, 0, 0.4); }

.slogan-box p {
  position: absolute;
  display: block;
  line-height: 1.6;
  top: 60%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);
  font-size: 14px;
  color: #fff;
  letter-spacing: 1px;
  z-index: 1; }

.products-list {
  margin: 0 -10px; }

.products-list::after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.products-list li {
  float: left;
  width: 50%;
  max-width: 580px;
  max-height: 400px;
  padding: 0 10px;
  margin: 12px 0; }

.product-box li.new {
  padding-left: 0; }

.products-list li:hover img {
  opacity: .6; }

.products-list li:hover a::after {
  opacity: 1;
  -webkit-transition-delay: .5s;
  -o-transition-delay: .5s;
  transition-delay: .5s; }

.products-list .img {
  background-color: #0d141d;
  line-height: 0;
  cursor: pointer; }

.products-list img {
  width: 100%;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.products-list .txt {
  padding: 35px 50px;
  background-color: #0d141d; }

.products-list a {
  position: relative;
  display: block;
  font-size: 20px;
  font-weight: 500;
  color: #FFF;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.products-list a:hover {
  text-decoration: underline; }

.products-list a::after {
  display: none;
  content: '';
  position: absolute;
  width: 80px;
  height: 89px;
  top: -82px;
  right: 0;
  background: url("../images/product/view.png") no-repeat;
  opacity: 0;
  -webkit-transition: all .5s ease-out 0s;
  -o-transition: all .5s ease-out 0s;
  transition: all .5s ease-out 0s; }

.products-list p {
  margin-top: 20px;
  height: 3em;
  line-height: 1.5;
  font-size: 15px;
  color: #c1c1c1;
  letter-spacing: 1px; }

.select-box {
  position: relative;
  display: inline-block;
  width: 170px;
  background-color: #e8ecee;
  letter-spacing: .1em;
  text-align: left;
  font-size: 1rem; }

.select-box[data-title]::before {
  content: attr(data-title);
  position: absolute;
  top: 9px;
  right: 180px;
  font-size: .8em;
  color: #c3c7c9;
  letter-spacing: .6px; }

.select-box.select-open ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: rotate3d(1, 0, 0, 0);
  transform: rotate3d(1, 0, 0, 0);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.select-box.select-open div::before {
  color: #b9bbd5;
  background-color: #6a70a4;
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg); }

.select-box div {
  padding-left: 15px;
  line-height: 38px;
  font-size: .625em;
  color: #717579;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.select-box div::before {
  content: '\f107';
  float: right;
  width: 38px;
  height: 38px;
  border-left: 1px solid #fff;
  font-family: FontAwesome;
  font-size: 2em;
  color: #62666c;
  text-align: center;
  cursor: pointer;
  -webkit-transition: background-color .2s ease-out, color .2s ease-out;
  -o-transition: background-color .2s ease-out, color .2s ease-out;
  transition: background-color .2s ease-out, color .2s ease-out; }

.select-box div::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.select-box div:hover::before {
  color: #b9bbd5;
  background-color: #6a70a4; }

.select-box ul {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  margin-top: 1px;
  opacity: 0;
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transform: rotate3d(1, 0, 0, 60deg);
  transform: rotate3d(1, 0, 0, 60deg);
  z-index: 2;
  background-color: rgba(232, 236, 238, 0.95);
  visibility: hidden; }

.select-box li {
  padding: 10px 15px;
  font-size: .813em;
  color: #717579;
  letter-spacing: .1em;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.select-box li[data-disable] {
  color: rgba(113, 117, 121, 0.8) !important; }

.select-box li.select-active {
  color: #424ca4; }

.select-box li:hover {
  color: #424ca4; }

.select-box + .select-box {
  margin-left: 10px; }

.select-area {
  position: relative;
  padding: 0 10px;
  text-align: center; }

.select-area::before, .select-area::after {
  position: absolute;
  top: 15px;
  color: #52575c;
  font-family: Helvetica, Arial, sans-serif, "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", Heiti TC, "メイリオ";
  font-weight: 700;
  line-height: 0; }

.select-area::before {
  content: attr(data-title);
  left: 42%;
  font-size: 1.8em; }

.select-area::after {
  content: attr(data-step);
  left: 51%;
  font-size: 2.8em; }

.select-area div {
  padding-top: 30px;
  color: #c3c7c9;
  font-size: .8em;
  text-transform: uppercase; }

.select-area ul {
  position: relative;
  width: 525px;
  height: 255px;
  margin: 80px auto 30px; }

.select-area li {
  position: absolute;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: 50%;
  color: #989ca4;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.select-area li.region, .select-area li:hover {
  color: #ccd5f5; }

.select-area li.region::before {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1; }

.select-area li::before {
  content: 'region';
  position: absolute;
  display: block;
  width: 70px;
  height: 73px;
  padding-top: 25px;
  text-align: center;
  opacity: 0;
  text-transform: uppercase;
  color: #f2f6f8;
  background: url("../images/support/stronghold-location.png") 50% no-repeat;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.select-area li:first-child {
  width: 194px;
  height: 149px;
  padding-top: 41px;
  top: 0;
  right: 66px;
  background-image: url("../images/support/map_asia_ori.png"); }

.select-area li:first-child::before {
  top: -36px;
  right: 61px; }

.select-area li:first-child.region, .select-area li:first-child:hover {
  background-image: url("../images/support/map_asia.png"); }

.select-area li:nth-child(2) {
  width: 125px;
  height: 59px;
  padding-top: 15px;
  padding-right: 25px;
  top: 9px;
  right: 229px;
  background-image: url("../images/support/map_eu_ori.png");
  background-position: 100% 50%; }

.select-area li:nth-child(2)::before {
  top: -54px;
  right: 60px; }

.select-area li:nth-child(2).region, .select-area li:nth-child(2):hover {
  color: #989ca4;
  padding-right: 70px;
  background-image: url("../images/support/map_eu.png"); }

.select-area li:nth-child(3) {
  width: 143px;
  height: 112px;
  top: 20px;
  left: 0;
  padding-top: 27px;
  background-image: url("../images/support/map_na_ori.png"); }

.select-area li:nth-child(3)::before {
  top: -46px;
  right: 37px; }

.select-area li:nth-child(3).region, .select-area li:nth-child(3):hover {
  background-image: url("../images/support/map_na.png"); }

.select-area li:nth-child(4) {
  width: 75px;
  height: 122px;
  top: 120px;
  left: 86px;
  padding-top: 25px;
  background-image: url("../images/support/map_sa_ori.png"); }

.select-area li:nth-child(4)::before {
  top: -45px;
  left: 13px; }

.select-area li:nth-child(4).region, .select-area li:nth-child(4):hover {
  background-image: url("../images/support/map_sa.png"); }

.select-area li:nth-child(5) {
  width: 108px;
  height: 129px;
  top: 66px;
  right: 209px;
  padding-top: 40px;
  padding-left: 15px;
  background-image: url("../images/support/map_af_ori.png"); }

.select-area li:nth-child(5)::before {
  top: -24px;
  right: -13px; }

.select-area li:nth-child(5).region, .select-area li:nth-child(5):hover {
  background-image: url("../images/support/map_af.png"); }

.select-area li:nth-child(6) {
  width: 92px;
  height: 79px;
  top: 137px;
  right: 27px;
  padding-top: 33px;
  padding-right: 24px;
  background-image: url("../images/support/map_oc_ori.png"); }

.select-area li:nth-child(6)::before {
  top: -39px;
  right: 22px; }

.select-area li:nth-child(6).region, .select-area li:nth-child(6):hover {
  background-image: url("../images/support/map_oc.png"); }

.tab-control {
  margin-top: 80px; }

.tab-control li {
  float: left;
  position: relative;
  width: calc(100% / 2 - 35px);
  padding: 18px 15px;
  margin-bottom: 60px;
  border-radius: 4px 4px 0 0;
  font-size: 1.154em;
  text-align: center;
  letter-spacing: .3px;
  color: #e9f1f5;
  background-color: #2e323b;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.tab-control li::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  margin: auto;
  border-style: solid;
  border-width: 16px 12px 0 12px;
  border-color: #424ca4 transparent transparent transparent;
  -webkit-transition: opacity .1s linear, bottom .3s ease-out;
  -o-transition: opacity .1s linear, bottom .3s ease-out;
  transition: opacity .1s linear, bottom .3s ease-out; }

.tab-control li:hover, .tab-control li.focus {
  background-color: #424ca4; }

.tab-control li.focus::after {
  opacity: 1;
  bottom: -16px; }

.tab-control li + li {
  margin-left: 10px; }

.tab-control img {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px; }

.tab-control div {
  display: inline-block;
  font-size: 1.3em;
  vertical-align: top; }

.tab-control div span {
  display: block;
  font-size: .5em;
  color: #abb0b3;
  text-align: left; }

.tab-list {
  position: relative; }

.tab-list > li {
  display: none;
  visibility: hidden; }

.tab-list > li.show {
  display: block;
  visibility: visible; }

.tab-list .item-p {
  font-size: .9em;
  color: #2b38a7; }

.tab-list .item-p::before {
  top: 7px; }

.support-search input {
  padding: 12.5px 15px;
  border: none;
  border-right: 2px solid #fff;
  margin-right: -4px;
  outline: none;
  background-color: #e0e6e9;
  color: #717579;
  font: italic .85em 'Calibri', Helvetica, Arial, sans-serif, "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", Heiti TC, "メイリオ";
  letter-spacing: 1px;
  vertical-align: middle; }

.support-search input::-webkit-input-placeholder {
  color: #9e9fa9; }

.support-search input::-moz-placeholder {
  color: #9e9fa9; }

.support-search input:-ms-input-placeholder {
  color: #9e9fa9; }

.support-search input:-moz-placeholder {
  color: #9e9fa9; }

.support-search input:focus {
  font-style: normal; }

.support-search button {
  line-height: 39px;
  padding: 0;
  font-family: 'Calibri', Helvetica, Arial, sans-serif, "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", Heiti TC, "メイリオ";
  color: #717579;
  background: #797f82 url("../images/support/search_icon.png") 50% 50% no-repeat;
  vertical-align: middle;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.support-search button:hover {
  background-color: #52575c; }

.barArea {
  /*background-color: #f8f8f8;*/ }

@media (max-width: 1190px) {
  .barArea {
    max-width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto; } }

@media (max-width: 600px) {
  .barArea {
    overflow-x: auto; } }

@media (max-width: 600px) {
  .barArea .wrap {
    width: 600px; } }

.bar-list {
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  font-size: 0; }

.bar-list * {
  font-size: initial; }

.bar-list li {
  display: inline-block; }

.bar-list li:first-child a::before {
  display: none; }

.bar-list a {
  position: relative;
  display: block;
  padding: 14px 10px;
  color: #52575c;
  letter-spacing: .5px;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.bar-list a:hover {
  color: #2b38a7; }

.bar-list a::before {
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  height: 14px;
  left: 0;
  top: 50%;
  z-index: 1;
  margin-top: -7px;
  background-color: #d7d7d7; }

.spec-select-box {
  float: right;
  margin-top: -60px; }

.recommendArea {
  border-top: 2px solid #e5eaec;
  padding: 100px 0 15px; }

@media (max-width: 1024px) {
  .recommendArea {
    padding-top: 30px; } }

.recommendArea h3 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 30px; }

@media (max-width: 1024px) {
  .recommendArea h3 {
    margin-bottom: 15px; } }

.product-box {
  margin-bottom: 90px;
  clear: both; }

.product-box::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.product-box h2 {
  margin-bottom: 25px;
  font-size: 24px;
  line-height: 1.4;
  color: #10141c; }

.product-box li {
  position: relative;
  width: calc(100% / 2 - 30px);
  padding-right: 110px;
  margin-bottom: 30px;
  cursor: pointer;
  border-bottom: 1px solid #e4e7e9; }

.product-box li::before, .product-box li::after {
  position: absolute;
  z-index: 1;
  display: block;
  width: 45px;
  line-height: 50px;
  text-align: center;
  background-image: url("../images/product/listRemark.png");
  background-repeat: no-repeat;
  background-position-x: 50%; }

.product-box li.new::before {
  content: 'NEW';
  color: #fff;
  background-position-y: -50px; }

.product-box li.hot::after {
  content: 'HOT';
  color: #52575c;
  background-position-y: 0; }

.product-box li.new.hot::after {
  right: 50px; }

@media (min-width: 481px) {
  .product-box li::before, .product-box li::after {
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); } }

.product-box li:nth-child(odd) {
  float: left; }

.product-box li:nth-child(even) {
  float: right; }

.product-box li:hover .img-box img {
  top: 45%; }

.product-box ul::after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.product-inbox {
  margin: 30px 0; }

.product-inbox + .product-inbox {
  margin-top: 70px; }

.product-inbox h3 {
  font-size: 14px;
  color: #1f1f1f;
  text-transform: uppercase; }

.img-box {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 220px;
  height: 165px;
  overflow: hidden; }

.img-box img {
  position: absolute;
  display: block;
  width: 165px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.spec-box {
  display: inline-block;
  width: calc(100% - 220px - 5px);
  /*margin-bottom: 13px;*/
  vertical-align: middle; }

.spec-box a {
  display: block;
  padding-bottom: 5px;
  font-size: 20px;
  line-height: .95;
  color: #10141c;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.spec-box a:hover {
  color: #2b38a7; }

.spec-box p {
  font-size: 12px;
  color: #999; }

.spec-box .des {
  font-size: 12px;
  color: #999;
  margin-top: 10px; }

.pd-album {
  float: left;
  width: 50%; }

.pd-album .list-title,
.pd-album ul.color-list {
  display: none; }

.show-box {
  position: relative;
  text-align: center;
  max-width: 400px;
  margin: 0 auto; }

.show-box::before {
  content: '\f002';
  position: absolute;
  display: block;
  width: 30px;
  line-height: 30px;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  font-family: FontAwesome;
  font-size: 12px;
  /*color: #252a5b;*/
  color: #fff;
  text-align: center;
  background-color: #424ca4;
  z-index: 2;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.show-box:hover::before {
  opacity: 0; }

.show-box a {
  position: relative;
  display: inline-block; }

.show-box figure {
  cursor: pointer !important;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.show-box.loading figure {
  opacity: 0; }

.loading {
  background: url("../images/product/loading.gif") 50%/50px no-repeat; }

.nav-list li {
  float: left;
  width: 80px;
  line-height: 0;
  cursor: pointer;
  border: 2px solid #e6eef2; }

.nav-list li + li {
  margin-left: 10px; }

.nav-list img {
  width: 100%;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-filter: none !important;
  filter: none !important; }

.mz-zoom-window a {
  display: none !important; }

.pd-info {
  float: right;
  width: 50%;
  padding-left: 6%; }

.pd-name {
  float: left;
  margin-bottom: 16px;
  letter-spacing: .5px; }

.pd-name h1 {
  line-height: 1.3;
  font-size: 27px;
  color: #10141c; }

.pd-name p {
  line-height: 1.3;
  color: #52575c; }

.social-box {
  float: left;
  padding: 20px 0;
  clear: both; }

.fb-share-button,
.twitter-share-button,
.gplus-button {
  display: inline-block;
  vertical-align: middle; }

.twitter-share-button,
.gplus-button {
  margin-left: 8px; }

.gplus-button {
  position: relative;
  top: 4px; }

.page-link {
  float: right;
  padding: 20px 0;
  text-align: right; }

.page-link a {
  display: inline-block;
  padding: 0 8px;
  color: #1f1f1f;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.page-link a + a {
  color: #52575c;
  border-left: 1px dotted  #52575c; }

.page-link a:hover {
  color: #2b38a7; }

.list-title {
  clear: both;
  padding-top: 20px;
  margin: 10px 0;
  color: #1f1f1f;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  /*background: radial-gradient(circle, #70737a 1px, transparent 0) 0 0/5px 1px repeat-x;*/ }

.features-box.textEditor {
  color: #363636;
  letter-spacing: 1px;
  font-size: 13px;
  line-height: 1.4; }

.features-list {
  list-style: none !important;
  padding-left: 0 !important; }

.features-list li {
  margin: 3px 0; }

.features-list li::before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-right: 4px;
  vertical-align: middle;
  border-radius: 50%;
  background-color: #333; }

.color-list li {
  display: inline-block;
  width: 35px;
  height: 10px;
  border: 1px solid #e0e0e0;
  cursor: pointer; }

.color-list li + li {
  margin-left: 5px; }

.pd-info-download {
  margin-top: 20px;
  padding: 20px 0 10px;
  background-image: -webkit-radial-gradient(circle, #70737a 1px, transparent 0), -webkit-radial-gradient(circle, #70737a 1px, transparent 0);
  background-image: -o-radial-gradient(circle, #70737a 1px, transparent 0), -o-radial-gradient(circle, #70737a 1px, transparent 0);
  background-image: radial-gradient(circle, #70737a 1px, transparent 0), radial-gradient(circle, #70737a 1px, transparent 0);
  background-position: 0 0, 0 100%;
  background-size: 5px 1px;
  background-repeat: repeat-x; }

.pd-info-download a {
  display: block;
  min-width: 138px;
  margin-right: 10px;
  margin-bottom: 10px;
  line-height: 40px;
  height: 40px;
  text-align: center;
  color: #52575c;
  font-size: 13px;
  border: 1px solid #d9dee0;
  border-radius: 25px;
  background-color: #f7f7f7;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  box-sizing: border-box; }

.pd-info-download a:hover {
  background-color: transparent; }

.pd-info-download .qvl-btn {
  background-color: #fff; }

.pd-info-download .qvl-btn:hover {
  background-color: #f7f7f7; }

.specification-btn {
  float: left; }

.qvl-btn {
  float: left;
  position: relative;
  padding-left: 70px;
  padding-right: 20px;
  overflow: hidden; }

.qvl-btn::before {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  top: 0;
  bottom: 0;
  left: 0;
  border-right: 1px solid #d9dee0;
  background: #424ca4 url("../images/product/download_icon.png") 20px 44% no-repeat; }

.link-box {
  margin: 20px 0;
  color: #1f1f1f; }

.link-box a {
  position: relative;
  display: block;
  width: 48%;
  padding: 12px;
  text-align: center;
  color: #424ca4;
  border: 3px solid #424ca4;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.link-box a:hover {
  background: #424ca4;
  color: #FFF; }

.link-box a::before {
  position: absolute;
  left: 19%;
  top: 12px; }

.where-btn {
  float: left; }

/*.where-btn::before {
  content: url("../images/product/link_buy.png");
}*/
.enquiry-btn {
  float: right; }

/*.enquiry-btn::before {
  content: url("../images/product/link_enquiry.png");
}*/
.enquiry-box {
  width: 500px;
  top: 25vh !important; }

.enquiry-box ul {
  max-height: 300px;
  overflow-y: scroll; }

.enquiry-list li {
  position: relative;
  padding: 10px 0; }

.enquiry-list li + li {
  background: -webkit-radial-gradient(circle, #aaa 1px, transparent 0) 0 0/5px 1px repeat-x;
  background: -o-radial-gradient(circle, #aaa 1px, transparent 0) 0 0/5px 1px repeat-x;
  background: radial-gradient(circle, #aaa 1px, transparent 0) 0 0/5px 1px repeat-x; }

.enquiry-list img {
  display: inline-block;
  width: 100px;
  height: 100px;
  margin-right: 10px;
  vertical-align: middle;
  -o-object-fit: cover;
  object-fit: cover; }

.enquiry-list a {
  display: inline-block;
  padding-right: 40px;
  color: #52575c;
  vertical-align: middle;
  text-decoration: none;
  font-size: 16px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.enquiry-list a:hover {
  color: #2b38a7; }

.enquiry-list button {
  position: absolute;
  display: block;
  width: 30px;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #52575c;
  background-color: transparent;
  border: none;
  font-size: 20px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.enquiry-list button:hover {
  color: #424ca4; }

.enquiry-btn-box {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 2px solid #e5eaec;
  text-align: center; }

.enquiry-btn-box button {
  margin: 0 10px;
  border: none;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.enquiry-btn-box button[type="reset"] {
  padding: 10px 15px;
  background-color: #777; }

.enquiry-btn-box button[type="button"] {
  padding: 10px 30px;
  background-color: #2b38a7; }

.enquiry-btn-box button:hover {
  opacity: .8; }

.edmArea {
  background-color: #e5eaec;
  border-bottom: 2px solid #d4d4d4; }

.edm-box {
  position: absolute;
  top: 80px;
  left: 70px;
  z-index: 1; }

.edm-box h3 {
  padding-top: 15px;
  font-size: 24px;
  letter-spacing: .5px;
  color: #10141c; }

.edm-btn {
  display: inline-block;
  margin-top: 20px;
  padding: 15px 55px;
  font: 13px Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  text-align: center;
  color: #424ca4;
  background: url("../images/product/edm_btn.png") 50%/100% 100% no-repeat;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.edm-btn:hover {
  padding-left: 60px;
  padding-right: 60px; }

.tgFancybox .fancybox-close {
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  top: -20px;
  right: -20px;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  background: #1f1f1f url("../images/product/close.png") 50% no-repeat;
  border-radius: 50%;
  border: 2px solid  #4c4c4c;
  -webkit-box-shadow: 0 0 10px rgba(40, 40, 40, 0.9);
  box-shadow: 0 0 10px rgba(40, 40, 40, 0.9);
  z-index: 9994;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.tgFancybox .fancybox-close:hover {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.tgFancybox .fancybox-nav {
  position: fixed;
  width: 50%;
  height: 100%;
  top: 0;
  -webkit-tap-highlight-color: transparent;
  z-index: 8040; }

.tgFancybox .fancybox-nav span {
  position: absolute;
  display: block;
  width: 55px;
  height: 55px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url("../images/product/controls.png") 0 0 no-repeat;
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.tgFancybox .fancybox-prev {
  left: -50%; }

.tgFancybox .fancybox-prev span {
  left: 35%; }

.tgFancybox .fancybox-prev:hover span {
  left: 30%; }

.tgFancybox .fancybox-next {
  right: -50%; }

.tgFancybox .fancybox-next span {
  right: 35%;
  background-position-x: -55px; }

.tgFancybox .fancybox-next:hover span {
  right: 30%; }

.buyArea {
  padding: 60px 0; }

.buyArea .w970 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 970px;
  margin: 0 auto; }

.buyArea .myTitle {
  line-height: 1.5;
  font-size: 26px;
  font-weight: 500;
  color: #000; }

.buyArea p {
  margin-top: 5px;
  font-size: 14px;
  line-height: 1.8;
  color: #000; }

.buyArea a {
  display: inline-block;
  margin-top: 90px; }

.introductionArea .textEditor {
  float: left;
  clear: none;
  max-width: 512px;
  padding: 120px 0 15px 0;
  font-size: 13px; }

.logo-img {
  width: calc(100% / 2);
  float: right; }

.specificationsArea {
  padding: 70px 0 70px;
  background-color: #e5eaec; }

.specificationsArea h3 {
  font: 500 24px / 1.8 'Gautami', "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  letter-spacing: 1px;
  color: #10141c; }

.specificationsArea h3 span {
  font-weight: 700; }

.specificationsArea h3 {
  margin-bottom: 20px; }

.table-box {
  float: left;
  width: 50%;
  padding-right: 5%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.table-box.textEditor tr:first-child th {
  padding-bottom: 10px;
  border-bottom: 2px solid #52575c; }

/*
.table-box.textEditor tr {
  background: -webkit-radial-gradient(circle, #70737a 1px, transparent 0) 0 100%/5px 1px repeat-x;
  background: -o-radial-gradient(circle, #70737a 1px, transparent 0) 0 100%/5px 1px repeat-x;
  background: radial-gradient(circle, #70737a 1px, transparent 0) 0 100%/5px 1px repeat-x; }
*/

.table-box.textEditor th, .table-box.textEditor td {
  padding: 12px;
  vertical-align: middle;
  color: #1f1f1f;
  text-align: left;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  background-color: transparent;
  border: 1px dashed #a9a9a9; }

.table-box.textEditor th:first-child {
  width: 15%; }

.download-box {
  overflow: hidden; }

/*
.download-box a {
  display: block;
  margin-top: 50px;
}
*/
.download-box a:hover img {
  -webkit-filter: drop-shadow(1px 1px 3px rgba(202, 212, 216, 0.8));
  filter: drop-shadow(1px 1px 3px rgba(202, 212, 216, 0.8)); }

.download-box img {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.hex-list {
  padding: 10px 0;
  letter-spacing: 1px; }

.hex-list dt {
  margin-bottom: 22px;
  font-weight: 700;
  font-size: 14px; }

.hex-list dd {
  padding-left: 16px;
  font-size: 12px;
  background: url("../images/product/hex_icon.png") 3px 50% no-repeat; }

.hex-list dd + dd {
  margin-top: 5px; }

.serviceArea {
  padding: 90px 0;
  background-color: #d9dee0; }

.brand {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.brand li {
  width: calc(100% / 3);
  max-width: 210px;
  color: #52575c;
  text-align: center;
  cursor: pointer; }

.brand li:hover .service-box {
  top: -10px;
  background-image: url("../images/product/pd_hex_hover.png"); }

.brand li:hover .service-box img:first-child {
  opacity: 0; }

.brand li:hover .service-box img:last-child {
  opacity: 1; }

.brand li:hover a, .brand li:hover p {
  color: #2b38a7; }

.brand a {
  display: block;
  margin-bottom: 10px;
  color: #52575c;
  font-size: 18px;
  font-weight: normal;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  /*min-height: 110px;*/ }

.brand a:hover {
  color: #2b38a7; }

.brand p {
  line-height: 1.6;
  font-size: 12px;
  letter-spacing: .5px; }

.service-box {
  position: relative;
  width: 100px;
  height: 110px;
  top: 0;
  margin: 0 auto 20px;
  background: url("../images/product/pd_hex.png") 50% no-repeat;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.service-box img {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.service-box img:last-child {
  opacity: 0; }

@-webkit-keyframes titleSlide {
  100% {
    top: 0;
    opacity: 1; } }

@keyframes titleSlide {
  100% {
    top: 0;
    opacity: 1; } }

@-webkit-keyframes bgMask {
  70% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@keyframes bgMask {
  70% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@media (max-width: 1280px) {
  .productArea, .recommendArea, .specificationsArea, .introductionArea {
    padding-left: 25px;
    padding-right: 25px; }
  .descriptionCenterBox figure {
    width: 40%; }
  .descriptionCenterBox .text {
    width: 60%; }
  .product-box li {
    width: calc(100% / 2 - 30px); }
  .logo-img {
    width: calc(100% - 512px); } }

@media (max-width: 1024px) {
  .productArea {
    padding-top: 25px; }
  .product-box li {
    padding-right: 50px;
    margin-bottom: 25px; }
  .product-box li::before, .product-box li::after {
    top: 29%;
    background-image: none;
    line-height: 25px;
    border-radius: 8px;
    border: 1px solid #52575c;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }
  .product-box li::before {
    background-color: #52575c; }
  .product-box li.hot.new::before {
    top: 13%; }
  .product-box li.hot.new::after {
    top: 48%;
    right: 0; }
  .img-box {
    width: 100px;
    margin-right: 10px; }
  .spec-box {
    width: calc(100% - 100px - 10px - 5px); }
  .spec-select-box {
    margin-top: 0; }
  .specificationsArea h3, .recommendArea h3 {
    text-align: center; }
  .table-box {
    float: none;
    padding: 0 0 30px 0;
    width: 100%; }
  .table-box table {
    width: 100%; }
  .logo-img {
    float: none;
    width: 50%;
    min-width: 200px;
    margin: auto; }
  .introductionArea {
    padding-top: 25px;
    padding-bottom: 70px; }
  .introductionArea .textEditor {
    float: none;
    padding-top: 0;
    margin: auto; }
  .tgFancybox .fancybox-prev span {
    left: 75%; }
  .tgFancybox .fancybox-prev:hover span {
    left: 70%; }
  .tgFancybox .fancybox-next span {
    right: 75%; }
  .tgFancybox .fancybox-next:hover span {
    right: 70%; }
  .pd-info {
    margin-top: 50px; }
  .link-box a::before {
    left: 9%; }
  .edmArea {
    padding-top: 50px; }
  .serviceArea {
    padding-bottom: 30px; } }

@media (max-width: 990px) {
  .buyArea .w970 {
    padding: 0 25px; } }

@media (max-width: 767px) {
  .pd-album .list-title,
  .pd-album ul.color-list {
    display: block; }
  .pd-info .list-title,
  .pd-info ul.color-list {
    display: none; }
  .products-list li {
    width: 100%; }
  .products-list p {
    height: auto; }
  .edm-box {
    top: 20px;
    left: 20px; }
  .product-box li {
    width: 100%; }
  .tgFancybox .fancybox-prev span, .tgFancybox .fancybox-next span {
    display: none; }
  .pd-album,
  .pd-info {
    float: none;
    width: 100%; }
  .pd-info {
    padding-left: 0; }
  .enquiry-box {
    width: 90%;
    height: auto; } }

@media (max-width: 480px) {
  .img-box {
    display: block; }
  .slogan-box p {
    display: none; }
  .spec-select-box {
    float: none;
    width: 100%;
    margin-bottom: 25px; }
  .product-box {
    margin-bottom: 30px; }
  .product-box li {
    float: none !important;
    padding-right: 0; }
  .product-box li a {
    color: #2b38a7; }
  .product-box li.new::before,
  .product-box li.hot::after {
    line-height: 20px;
    top: 0;
    left: 0;
    right: auto; }
  .product-box li.new, .product-box li.hot {
    padding-top: 30px !important; }
  /* .product-box li.new.hot::before, .product-box li.new.hot::after {
    top: 50%;
  } */
  .product-box li.new.hot::before, .product-box li.new.hot::after {
    top: 0; }
  .product-box li.new.hot::after {
    left: 55px; }
  .img-box, .spec-box {
    width: 100%; }
  .nav-list li {
    width: 50px; }
  .spec-box {
    margin-top: 35px; }
  .products-list .txt {
    padding: 20px 25px; }
  .service-box {
    background-size: 80%; }
  .edm-box {
    top: 10px; }
  .edm-box h3 {
    display: inline-block;
    margin-right: 10px; }
  .pd-name, .social-box, .page-link, .specification-btn, .qvl-btn {
    float: none; }
  .pd-info-download a {
    margin-top: 10px; }
  .qvl-btn {
    margin-left: 0; }
  .social-box, .page-link {
    text-align: center; }
  .link-box a::before {
    left: 5%; }
  .enquiry-box {
    top: 10vh !important; }
  .enquiry-list {
    max-height: 320px; }
  .enquiry-list img {
    display: block;
    width: 100px;
    height: 100px;
    margin: 10px auto; }
  .enquiry-list a {
    display: block;
    text-align: center; } }

.compareLinkBtn {
  display: block;
  width: 200px;
  height: 38px;
  line-height: 34px;
  margin-bottom: 42px;
  margin-left: auto;
  margin-right: auto;
  font-size: 13px;
  text-align: center;
  color: #2b38a7;
  border: 2px solid #2b38a7;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out; }

@media (min-width: 1025px) {
  .compareLinkBtn {
    margin-top: -60px; } }

@media (max-width: 300px) {
  .compareLinkBtn {
    width: 100%; } }

.compareLinkBtn:hover {
  color: #fff;
  background-color: #2b38a7; }

@media (min-width: 501px) {
  .pagesBannerArea .bg-cover {
    min-height: 440px;
    max-height: 440px; } }

.descriptionArea, .awardArea, .reviewsArea, .specificationsArea {
  display: none; }

.descriptionArea.show, .awardArea.show, .reviewsArea.show, .specificationsArea.show {
  display: block; }

.descriptionArea > .descriptionCenterBox:first-child {
  padding-top: 50px; }

.descriptionArea > .descriptionCenterBox:last-child {
  padding-bottom: 50px; }

.descriptionCenterBox .item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  max-width: 1160px;
  margin: 0 auto; }

.descriptionCenterBox figure, .descriptionCenterBox .text {
  width: 50%; }

.descriptionCenterBox figure img {
  display: block;
  margin: auto; }

.descriptionCenterBox .text {
  padding: 10px 20px;
  letter-spacing: 1px;
  color: #000; }

.descriptionCenterBox .text p {
  margin-top: 5px;
  font-size: 14px;
  line-height: 1.8; }

.descriptionCenterBox .myTitle, .descriptionCenterBox h3 {
  line-height: 1.5;
  font-size: 26px;
  font-weight: 500;
  color: #000; }

@media (max-width: 767px) {
  .descriptionCenterBox + .descriptionCenterBox {
    background: -webkit-radial-gradient(circle, #505050 1px, transparent 0) 0 0/5px 1px repeat-x;
    background: -o-radial-gradient(circle, #505050 1px, transparent 0) 0 0/5px 1px repeat-x;
    background: radial-gradient(circle, #505050 1px, transparent 0) 0 0/5px 1px repeat-x; }
  .descriptionCenterBox .item {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .descriptionCenterBox figure, .descriptionCenterBox .text {
    width: 100%; }
  .descriptionCenterBox .text * {
    text-align: left !important; }
  .descriptionCenterBox figure {
    -webkit-order: -1;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
    padding: 50px 0 10px; } }

.descriptionFullBox {
  position: relative; }

.descriptionFullBox figure img {
  display: block;
  max-width: 100%;
  height: auto; }

@media (min-width: 961px) {
  .descriptionFullBox figure {
    background-image: none !important; } }

@media (max-width: 960px) {
  .descriptionFullBox figure {
    height: 250px;
    background-position-y: 50%;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat; }
  .descriptionFullBox figure img {
    opacity: 0; } }

.descriptionFullBox .item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

@media (min-width: 961px) {
  .descriptionFullBox .item {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    height: 100%; } }

@media (max-width: 960px) {
  .descriptionFullBox .item {
    padding-bottom: 60px;
    background-color: #222; } }

@media (min-width: 961px) {
  .descriptionFullBox .item.left .text, .descriptionFullBox .item.right .text {
    width: 50%; } }

@media (max-width: 960px) {
  .descriptionFullBox .text * {
    color: #fff !important; } }

.descriptionFullBox .item.center {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center; }

@media (min-width: 961px) {
  .descriptionFullBox .item.right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end; } }

@media (max-width: 960px) {
  .descriptionFullBox .item.right {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center; } }

/*@media (max-width: 1180px) {
  .descriptionFullBox .text {
    text-align: center;
  }
}*/
.descriptionFullBox .text h3 {
  margin-bottom: 35px;
  font-size: 48px; }

@media (max-width: 1180px) {
  .descriptionFullBox .text h3 {
    margin-bottom: 15px;
    font-size: 30px; } }

@media (max-width: 640px) {
  .descriptionFullBox .text h3 {
    font-size: 20px; } }

.descriptionFullBox .text p {
  font-size: 14px;
  line-height: 1.8; }

@media (max-width: 960px) {
  .descriptionFullBox .text p br {
    display: none; } }

.tabBox {
  position: relative;
  z-index: 1;
  border-top: 1px solid #dcdcdc;
  background-color: #f8f8f8;
  overflow: auto; }

.tabBox.scrollShow .moreLeftGuideBox, .tabBox.scrollShow .moreRightGuideBox, .tabBox.scrollShow.atLeft.atRight .moreLeftGuideBox, .tabBox.scrollShow.atLeft.atRight .moreRightGuideBox {
  opacity: 1; }

.tabBox.scrollShow.atLeft .moreLeftGuideBox {
  opacity: 0; }

.tabBox.scrollShow.atRight .moreRightGuideBox {
  opacity: 0; }

.tabBox .wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center; }

.tabBox a {
  position: relative;
  z-index: 1;
  width: calc(100% / 5);
  min-width: 80px;
  padding: 20px 5px;
  font-size: 15px;
  color: #111;
  text-align: center; }

@media (max-width: 480px) {
  .tabBox a {
    font-size: 13px; } }

.tabBox a:last-child::after {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #bfbfbf), to(#bfbfbf)), -webkit-gradient(linear, left top, left bottom, color-stop(0, #bfbfbf), to(#bfbfbf));
  background-image: -webkit-linear-gradient(top, #bfbfbf 0, #bfbfbf 100%), -webkit-linear-gradient(top, #bfbfbf 0, #bfbfbf 100%);
  background-image: -o-linear-gradient(top, #bfbfbf 0, #bfbfbf 100%), -o-linear-gradient(top, #bfbfbf 0, #bfbfbf 100%);
  background-image: linear-gradient(to bottom, #bfbfbf 0, #bfbfbf 100%), linear-gradient(to bottom, #bfbfbf 0, #bfbfbf 100%);
  background-position: 0 50%, 100% 50%;
  background-size: 1px 100%, 1px 100%; }

.tabBox a::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 16px;
  margin-top: -8px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #bfbfbf), to(#bfbfbf)) 0 50%/1px 100% no-repeat;
  background: -webkit-linear-gradient(top, #bfbfbf 0, #bfbfbf 100%) 0 50%/1px 100% no-repeat;
  background: -o-linear-gradient(top, #bfbfbf 0, #bfbfbf 100%) 0 50%/1px 100% no-repeat;
  background: linear-gradient(to bottom, #bfbfbf 0, #bfbfbf 100%) 0 50%/1px 100% no-repeat; }

@media (min-width: 1181px) {
  .tabBox a:hover {
    color: #2b38a7; } }

.tabBox a.current {
  color: #fff;
  background-image: url("../images/product/tabBg.jpg"); }

.tabBox a.current::after, .tabBox a.current + a::after {
  display: none; }

/*.moreLeftGuideBox, .moreRightGuideBox {
  position: absolute;
  top: 0;
  width: 80px;
  height: 100%;
  z-index: 2;
  background-repeat: no-repeat;
  pointer-events: none;
  transition: opacity .4s ease-out;
  opacity: 0;
}

.moreLeftGuideBox {
  left: 0;
  background-image: linear-gradient(to right, #f8f8f8 0, transparent 100%);
}

.moreRightGuideBox {
  right: 0;
  background-image: linear-gradient(to left, #f8f8f8 0, transparent 100%);
}*/
.awardArea, .reviewsArea, .videoArea {
  padding-top: 100px;
  padding-bottom: 80px; }

@media (max-width: 1200px) {
  .awardArea, .reviewsArea, .videoArea {
    padding-left: 20px;
    padding-right: 20px; } }

@media (max-width: 1024px) {
  .awardArea, .reviewsArea, .videoArea {
    padding-top: 30px;
    padding-bottom: 30px; } }

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

@media (min-width: 301px) {
  .awardList {
    margin-left: -1px;
    margin-right: -1px; } }

.awardList > li {
  width: calc(100% / 4);
  padding-left: 1px;
  padding-right: 1px;
  padding-bottom: 65px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

@media (min-width: 1181px) {
  .awardList > li:hover h2 a {
    color: #2b38a7; } }

@media (max-width: 768px) {
  .awardList > li {
    padding-bottom: 30px; } }

@media (max-width: 767px) and (min-width: 641px) {
  .awardList > li {
    width: calc(100% / 3); } }

@media (max-width: 640px) and (min-width: 401px) {
  .awardList > li {
    width: 50%; } }

@media (max-width: 400px) {
  .awardList > li {
    width: 100%;
    padding-left: 0;
    padding-right: 0; } }

.awardList .Img {
  position: relative; }

.awardList .imgBox, .awardList .imgBox > a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.awardList .imgBox {
  position: relative;
  height: 120px;
  padding: 10px; }

.awardList .imgBox > a {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%; }

.awardList .imgBox img {
  max-height: 100%; }

.awardList .Txt {
  padding: 25px 10px 0;
  text-align: center; }

@media (max-width: 768px) {
  .awardList .Txt {
    padding-top: 10px; } }

.awardList h2 a {
  font-size: 18px;
  font-weight: 400;
  color: #111; }

.awardList .awardDate {
  margin-top: 5px;
  font-size: 14px;
  color: #999; }

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

@media (min-width: 601px) {
  .reviewsList {
    margin-left: -18px;
    margin-right: -18px; } }

.reviewsList > li {
  padding-bottom: 45px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

@media (min-width: 1181px) {
  .reviewsList > li {
    width: calc(100% / 3); } }

@media (max-width: 1180px) and (min-width: 601px) {
  .reviewsList > li {
    width: 50%; } }

@media (min-width: 601px) {
  .reviewsList > li {
    padding-left: 18px;
    padding-right: 18px; } }

@media (max-width: 600px) {
  .reviewsList > li {
    width: 100%;
    padding-bottom: 20px; } }

.reviewsList .item {
  -webkit-box-shadow: 0 10px 18px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.1);
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out; }

@media (min-width: 1181px) {
  .reviewsList .item:hover {
    -webkit-box-shadow: none;
    box-shadow: none; }
  .reviewsList .item:hover .Img::before, .reviewsList .item:hover .Img::after {
    opacity: 1; }
  .reviewsList .item:hover .Img::after {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  .reviewsList .item:hover .Txt {
    background-color: #0d141d; }
  .reviewsList .item:hover h3 a {
    color: #fff; }
  .reviewsList .item:hover .reviewsDate {
    color: #ddd;
    border-top-color: #373d44; } }

.reviewsList .Img {
  position: relative; }

.reviewsList .Img::before, .reviewsList .Img::after {
  content: '';
  position: absolute;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out; }

.reviewsList .Img::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(13, 20, 29, 0.5); }

.reviewsList .Img::after {
  top: 50%;
  left: 50%;
  width: 80px;
  height: 89px;
  margin-top: -40px;
  margin-left: -44.5px;
  background: url("../images/product/view.png") 50% no-repeat;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px); }

.reviewsList .Img img {
  display: block;
  width: 100%;
  height: auto; }

.reviewsList .Txt {
  padding: 20px 40px;
  background-color: #fff;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out; }

.reviewsList h3 a {
  display: block;
  height: 65px;
  line-height: 1.8;
  font-size: 18px;
  font-weight: 400;
  color: #111;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out; }

.reviewsList .clockDate {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px dashed #dfdfdf; }

.clockDate {
  color: #999; }

.clockDate i {
  margin-right: 5px; }

.videoArea .hasVideo .Img::before {
  content: url("../images/product/videoPlayIcon.png");
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding-top: 3px;
  padding-left: 4px;
  background-color: #050505;
  pointer-events: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.videoArea .Img {
  position: relative;
  max-width: 360px;
  margin-left: auto;
  margin-right: auto; }

.videoArea .Img img {
  display: block;
  width: 100%;
  height: auto; }

.videoTopBox {
  margin-bottom: 80px;
  padding-bottom: 80px;
  border-bottom: 1px dashed #454545; }

@media (max-width: 1024px) {
  .videoTopBox {
    margin-bottom: 30px;
    padding-bottom: 30px; } }

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

@media (max-width: 640px) {
  .videoTopBox .item {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column; } }

@media (min-width: 641px) {
  .videoTopBox .Img {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 360px;
    margin-right: 35px; } }

@media (max-width: 640px) {
  .videoTopBox .Img {
    width: 100%;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px; } }

@media (min-width: 641px) {
  .videoTopBox .Txt {
    width: calc(100% - 395px); } }

@media (max-width: 640px) {
  .videoTopBox .Txt {
    width: 100%; } }

.videoTopBox h3 a {
  display: block;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 400;
  color: #111;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden; }

.videoTopBox h3 a:hover {
  color: #2b38a7;
  text-decoration: underline; }

.videoTopBox p {
  height: 100px;
  line-height: 1.8;
  font-size: 14px;
  color: #666; }

.videoTopBox .clockDate {
  margin-top: 20px; }

.videoList {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px; }

@media (max-width: 768px) and (min-width: 481px) {
  .videoList {
    margin-left: -10px;
    margin-right: -10px; } }

@media (max-width: 480px) {
  .videoList {
    margin-left: 0;
    margin-right: 0; } }

.videoList > li {
  width: calc(100% / 3);
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 70px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

@media (max-width: 1024px) {
  .videoList > li {
    padding-bottom: 40px; } }

@media (max-width: 768px) {
  .videoList > li {
    padding-left: 10px;
    padding-right: 10px; } }

@media (max-width: 640px) and (min-width: 481px) {
  .videoList > li {
    width: 50%; } }

@media (max-width: 480px) {
  .videoList > li {
    width: 100%;
    padding-left: 0;
    padding-right: 0; } }

.videoList h3 a {
  display: block;
  height: 45px;
  margin-bottom: 10px;
  font-size: 18px;
  color: #111; }

.videoList h3 a:hover {
  color: #2b38a7;
  text-decoration: underline; }

.productSearchBox {
  max-width: 755px;
  margin: 55px auto 70px;
  padding: 75px 70px;
  background-color: #e9f1f5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

@media (max-width: 800px) {
  .productSearchBox {
    max-width: calc(100% - 40px);
    margin-top: 0; } }

@media (max-width: 580px) {
  .productSearchBox {
    padding: 40px 25px 30px; } }

.productSearchBox .remark {
  position: relative;
  max-width: 580px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  line-height: 1.8;
  color: #555;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

@media (max-width: 480px) {
  .productSearchBox .remark br {
    display: none; } }

.productSearchBox .remark::before {
  content: '*';
  position: absolute;
  top: 3px;
  left: 0;
  z-index: 1; }

.productSearchBox .submitBtn {
  display: block;
  width: 220px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  font-size: 14px;
  font-family: 'Calibri', Helvetica, Arial, "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", Heiti TC, "メイリオ", sans-serif;
  background-color: #2b38a7;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  outline: none;
  border: none; }

@media (min-width: 1181px) {
  .productSearchBox .submitBtn:hover {
    background-color: #212a7e; } }

@media (max-width: 400px) {
  .productSearchBox .submitBtn {
    width: 100%; } }

.productSearchItem {
  position: relative;
  width: 100%;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto; }

.productSearchItem::before {
  content: '\f107';
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  height: 100%;
  width: 58px;
  font-size: 24px;
  font-family: FontAwesome;
  border-left: 2px solid #e9f1f5;
  pointer-events: none; }

@media (max-width: 300px) {
  .productSearchItem::before {
    width: 40px; } }

.productSearchItem select {
  width: 100%;
  padding: 18px 60px 18px 20px;
  font-size: 15px;
  font-family: 'Calibri', Helvetica, Arial, "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", Heiti TC, "メイリオ", sans-serif;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

@media (max-width: 300px) {
  .productSearchItem select {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 10px;
    font-size: 13px;
    padding-right: 42px; } }

.productSearchItem + .productSearchItem {
  margin-top: 30px; }

.searchResultBox {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 110px;
  border-top: 1px solid #bbb; }

@media (max-width: 1180px) {
  .searchResultBox {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px; } }

@media (max-width: 1024px) {
  .searchResultBox {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column; } }

.pdClassBox {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1; }

@media (min-width: 1025px) {
  .pdClassBox {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 265px;
    min-width: 200px;
    padding-right: 30px; } }

.pdClassBox .title {
  position: relative;
  margin-bottom: 5px;
  padding-top: 8px;
  padding-right: 14px;
  padding-bottom: 5px;
  border-bottom: 1px solid #d8d8d8;
  font-size: 18px;
  color: #111;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.pdClassBox .title.open::after {
  width: 0; }

.pdClassBox .title.open + ul {
  display: block;
  -webkit-animation: fadeIn .5s forwards ease-out .2s;
  animation: fadeIn .5s forwards ease-out .2s; }

@media (max-width: 1024px) {
  .pdClassBox .title.open + ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

.pdClassBox .title::before, .pdClassBox .title::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 2px;
  width: 10px;
  height: 2px;
  margin-top: -1px;
  background-color: #111;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out; }

.pdClassBox .title::after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.pdClassBox > ul ul {
  display: none;
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
  opacity: 0; }

.pdClassBox > ul ul li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  cursor: pointer;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out; }

@media (max-width: 1024px) {
  .pdClassBox > ul ul li {
    margin-right: 15px;
    margin-bottom: 5px; } }

.pdClassBox > ul ul li:hover, .pdClassBox > ul ul li.current {
  color: #2b38a7; }

.pdClassBox > ul ul li:hover::before, .pdClassBox > ul ul li.current::before {
  border-color: #2b38a7; }

.pdClassBox > ul ul li.current::before {
  background-color: #2b38a7; }

.pdClassBox > ul ul li::before {
  content: '';
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: block;
  width: 10px;
  height: 10px;
  margin-right: 5px;
  border: 1px solid #a0a0a0;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out; }

@media (min-width: 1025px) {
  .pdClassBox > ul > li + li {
    margin-top: 25px; } }

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

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

.searchResultShowBox {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1; }

@media (min-width: 1025px) {
  .searchResultShowBox {
    max-width: 800px; } }

@media (max-width: 1024px) {
  .searchResultShowBox {
    margin-top: 20px; } }

@media (max-width: 400px) {
  .searchResultShowBox {
    margin-top: 20px; } }

.searchResultTopBox, .compareResultTopBox {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center; }

@media (max-width: 1024px) {
  .searchResultTopBox, .compareResultTopBox {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center; } }

.searchResultTopBox > a, .compareResultTopBox > a {
  position: relative;
  width: 200px;
  height: 40px;
  line-height: 40px;
  margin-left: auto;
  color: #2b38a7;
  border: 2px solid #2b38a7;
  text-align: center;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

@media (min-width: 1181px) {
  .searchResultTopBox > a:hover, .compareResultTopBox > a:hover {
    color: #fff;
    background-color: #2b38a7; } }

.searchResultTopBox select, .compareResultTopBox select {
  width: 100%;
  padding: 10px;
  border: none;
  background-color: transparent;
  color: #777;
  font-size: 13px;
  font-family: 'Calibri', Helvetica, Arial, "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", Heiti TC, "メイリオ", sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.compareResultTopBox {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end; }

.compareResultTopBox a + a {
  margin-left: 15px;
  color: #fff;
  background-color: #2b38a7; }

@media (min-width: 1181px) {
  .compareResultTopBox a + a:hover {
    color: #fff;
    background-color: #212a7e; } }

@media (max-width: 400px) {
  .compareResultTopBox a + a {
    margin-left: 5px; } }

.compareResultTopBox a i {
  position: absolute;
  top: 50%;
  left: 30px;
  z-index: 1;
  margin-top: -6.5px; }

@media (max-width: 500px) {
  .compareResultTopBox a i {
    left: 10px; } }

@media (max-width: 400px) {
  .compareResultTopBox a.btncopy {
    padding-left: 10px; } }

@media (max-width: 1024px) {
  .searchResultTopBox {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

@media (max-width: 400px) {
  .searchResultTopBox {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column; } }

@media (max-width: 400px) {
  .searchResultTopBox .select-box + .select-box {
    margin-top: 10px;
    margin-left: 0; } }

.searchResultTopBox .select-box ul a {
  color: #777; }

.searchResultTopBox .select-box .select-active a {
  color: #2b38a7; }

@media (max-width: 600px) {
  .searchResultTopBox > a {
    margin-top: 30px;
    margin-right: auto; } }

@media (max-width: 400px) {
  .searchResultTopBox > a {
    width: 100%; } }

.searchResultList {
  margin-top: 60px; }

@media (max-width: 1024px) {
  .searchResultList {
    margin-top: 20px; } }

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

@media (max-width: 1024px) {
  .searchResultList .item {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto; } }

@media (max-width: 640px) {
  .searchResultList .item {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column; } }

.searchResultList .Img {
  width: 170px; }

@media (min-width: 641px) {
  .searchResultList .Img {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 30px; } }

@media (max-width: 640px) {
  .searchResultList .Img {
    margin-left: auto;
    margin-right: auto; } }

.searchResultList .Img img {
  display: block;
  max-width: 100%;
  height: auto; }

.searchResultList .title {
  margin-bottom: 15px;
  font-size: 20px;
  color: #10141c; }

@media (max-width: 640px) {
  .searchResultList .title {
    text-align: center; } }

@media (max-width: 420px) {
  .searchResultList .title {
    font-size: 16px; } }

.searchResultList .dataList > li {
  display: table-row-group;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center; }

@media (min-width: 1181px) {
  .searchResultList .dataList > li:hover .borderItem, .searchResultList .dataList > li:hover .dataItem, .searchResultList .dataList > li:hover .addCompareBtn {
    color: #2b38a7; } }

.searchResultList .dataBox, .searchResultList .dataList {
  width: 100%; }

.searchResultList .dataList {
  overflow: auto; }

.searchResultList .borderItem {
  width: 80px;
  height: 24px;
  line-height: 24px;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
  border: 1px solid #dcdcdc;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out; }

.searchResultList .dataItem {
  position: relative;
  display: table-cell;
  min-width: 65px;
  padding: 5px 15px;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out; }

.searchResultList .dataItem + .dataItem::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  width: 1px;
  height: 12px;
  margin-top: -6px;
  background: -webkit-linear-gradient(top, #434343 1px, transparent 0, transparent 100%) 0 0/1px 3px repeat-y;
  background: -o-linear-gradient(top, #434343 1px, transparent 0, transparent 100%) 0 0/1px 3px repeat-y;
  background: linear-gradient(to bottom, #434343 1px, transparent 0, transparent 100%) 0 0/1px 3px repeat-y; }

.searchResultList .addCompareBtn {
  display: inline-block;
  padding-top: 3px;
  padding-bottom: 3px;
  border-bottom: 1px solid currentColor;
  color: #353535;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out; }

#pr_all_list > li {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #e4e7e9; }

@media (max-width: 1024px) {
  #pr_all_list > li {
    margin-top: 20px;
    padding-top: 20px; } }

@media (max-width: 1190px) {
  .compareResultBox, .compareResultWrap {
    padding-left: 20px;
    padding-right: 20px; } }

.compareResultWrap {
  position: relative; }

.compareResultWrap.noResultShow {
  padding-bottom: 40px; }

.compareResultWrap.noResultShow .compareResultTopBox, .compareResultWrap.noResultShow .prevItem, .compareResultWrap.noResultShow .nextItem {
  display: none; }

.compareResultWrap.noResultShow::before {
  content: '尚未選擇產品資料，請至產品區選取您要比較的產品。';
  display: block;
  margin-top: 20px;
  font-size: 15px;
  text-align: center; }

.compareResultShowBox {
  position: relative;
  margin-top: 45px;
  padding-left: 210px;
  padding-bottom: 115px;
  overflow: hidden; }

.compareResultShowBox::before {
  content: '';
  position: absolute;
  top: 0;
  right: 1px;
  z-index: 1;
  width: 1px;
  height: calc(100% - 172px);
  background-color: #efefef; }

@media (max-width: 1200px) and (min-width: 481px) {
  .compareResultShowBox {
    padding-left: 150px; } }

@media (max-width: 480px) {
  .compareResultShowBox {
    padding-left: 100px; } }

.compareResultDataTitle {
  position: absolute;
  left: 0;
  width: 210px;
  border-top: 1px solid #efefef; }

@media (max-width: 1200px) and (min-width: 481px) {
  .compareResultDataTitle {
    width: 150px; } }

@media (max-width: 480px) {
  .compareResultDataTitle {
    width: 100px; } }

.compareResultDataTitle li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  padding-left: 25px;
  font-size: 14px;
  font-weight: 700;
  color: #353535;
  border-left: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

@media (max-width: 480px) {
  .compareResultDataTitle li {
    padding-left: 10px; } }

.compareResultList {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  max-width: 930px;
  padding-bottom: 40px;
  overflow-x: auto;
  cursor: move; }

.compareResultList::-webkit-scrollbar {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #a3a3a3), to(#a3a3a3)) 0 50%/100% 1px no-repeat;
  background: -webkit-linear-gradient(#a3a3a3 0, #a3a3a3 100%) 0 50%/100% 1px no-repeat;
  background: linear-gradient(#a3a3a3 0, #a3a3a3 100%) 0 50%/100% 1px no-repeat; }

.compareResultList::-webkit-scrollbar-thumb {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0d141d), to(#0d141d)) 0 50%/100% 3px no-repeat;
  background: -webkit-linear-gradient(#0d141d 0, #0d141d 100%) 0 50%/100% 3px no-repeat;
  background: linear-gradient(#0d141d 0, #0d141d 100%) 0 50%/100% 3px no-repeat; }

.compareResultList > li {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 310px; }

@media (max-width: 480px) {
  .compareResultList > li {
    max-width: 100%; } }

.compareResultList .item {
  position: relative; }

.compareResultList .Img {
  position: relative;
  z-index: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  padding-left: 50px;
  padding-right: 50px;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  border-left: 1px solid #efefef;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

@media (max-width: 480px) {
  .compareResultList .Img {
    padding-left: 20px;
    padding-right: 20px; } }

.compareResultList .Img img {
  position: relative;
  z-index: -1;
  display: block;
  max-width: 100%;
  height: auto; }

.compareResultList .itemTitle {
  font-size: 18px;
  font-weight: 700;
  color: #10141c; }

@media (max-width: 480px) and (min-width: 401px) {
  .compareResultList .itemTitle {
    font-size: 16px; } }

@media (max-width: 400px) {
  .compareResultList .itemTitle {
    font-size: 14px; } }

.compareResultList .deleteItemBtn {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1; }

.compareResultItemData > div {
  padding: 20px;
  color: #666;
  border-left: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.prevItem, .nextItem {
  position: absolute;
  z-index: 1;
  width: 40px;
  height: 40px;
  font-size: 20px;
  color: #202020;
  border: none;
  background-color: #e8ecee;
  border-radius: 50%;
  cursor: pointer;
  outline: none;
  -webkit-box-shadow: 0 0 10px rgba(221, 223, 233, 0.3);
  box-shadow: 0 0 10px rgba(221, 223, 233, 0.3);
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out; }

@media (min-width: 1181px) {
  .prevItem:hover, .nextItem:hover {
    color: #fff;
    background-color: #6a70a4; } }

.prevItem {
  left: 190px; }

@media (max-width: 1200px) and (min-width: 481px) {
  .prevItem {
    left: 150px; } }

@media (max-width: 480px) {
  .prevItem {
    left: 100px; } }

.nextItem {
  right: -10px; }

@media (max-width: 1200px) {
  .nextItem {
    right: 0; } }

.printHeader {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 10px solid #2b38a7; }

.printHeader .wrap {
  text-align: center; }

.printMainArea {
  width: 100%;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.printTable {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 15px; }

.printTable th, .printTable td {
  padding: 20px;
  border: 1px solid #ddd;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.printTable th {
  min-width: 205px;
  font-size: 18px; }

.printTable td {
  min-width: 310px; }

.printTable a {
  color: #2b38a7;
  font-weight: 700;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out; }

.printTable a:hover {
  color: #111; }

.printTable img {
  display: block;
  width: 100%;
  max-width: 200px;
  margin: 0 auto 20px; }

.filter_list_css {
  position: relative;
  z-index: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
  padding-left: 75px; }

.filter_list_css::before {
  content: '篩選結果';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  padding: 5px; }

.filter_list_css > li {
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 5px 10px;
  border: 1px solid #dcdcdc; }
