@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Titillium+Web:400,600,700,900');
/*@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro");*/
/*@import url("https://fonts.googleapis.com/css?family=Playfair+Display");*/
/*@import url("https://fonts.googleapis.com/css?family=Dosis");*/
@import url(fonts/fontello/css/icon.css);
@import url(normalize.css);
@import url(flexboxgrid.min.css);
@import url(plugin.css);
@import url(magic.min.css);
@import url(slick.css);
@import url(slick-theme.css);
@import url(sprite.css);
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: ' ';
  display: table;
}
.clearfix:after {
  clear: both;
}

.d1 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.d2 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.d3 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.d4 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.d5 {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.d6 {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.d7 {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.d8 {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.d9 {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.d10 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.inlineBox {
  letter-spacing: -0px;
  word-spacing: -0px;
  font-size: 0;
  padding: 0;
}
.inlineBox .boxIn {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  font-size: 16px;
  letter-spacing: normal;
  word-spacing: normal;
}

.text-hide,
.hidden {
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

/*start css*/
html.msie {
  overflow: hidden;
}

html.msie body {
  overflow: auto;
}

html,
body {
  font-family: 'Titillium Web', '微軟正黑體', Arial, '蘭亭黑 - 繁', '黑體 - 繁',
    sans-serif;
  /*font-family: 'Titillium Web', sans-serif'Source Sans Pro',"微軟正黑體",Arial,"蘭亭黑 - 繁","黑體 - 繁",sans-serif;*/
  line-height: 1.5;
  font-size: 16px;
  font-weight: normal;
  padding: 0;
  margin: 0;
  height: 100%;
  color: #000;
  background-color: #000;
}

a {
  color: #ccc;
}

@media (max-width: 1680px) {
  html,
  body {
    font-size: 17px;
    line-height: 1.4;
  }
}

html[lang='tw'],
html[lang='tw'] body {
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.01rem;
}

@media (max-width: 1440px) {
  html,
  body {
    font-size: 16px;
  }
}

@media (max-width: 1024px) {
  html,
  body,
  html[lang='tw'],
  html[lang='tw'] body {
    font-size: 15px;
  }
}

@media (max-width: 768px) {
  html,
  body,
  html[lang='tw'],
  html[lang='tw'] body {
    font-size: 14px;
  }
}

/*@media (max-width: 480px){
  html,body,
  html[lang="tw"],html[lang="tw"] body{
    font-size: 13px;
  }
}*/
body {
  opacity: 0;
}
.mobile body {
  opacity: 1;
  -webkit-animation-name: none;
  animation-name: none;
}
.no-cssanimations body {
  opacity: 1;
  -webkit-animation-name: none;
  animation-name: none;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.wrapper {
  min-height: 100%;
}

#main {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
}

.container {
  width: 96%;
  max-width: 1600px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 768px) {
  .container {
    width: 90%;
    max-width: 1500px;
  }
}

/*ie 9 - grid*/
.lt-ie9 .row,
.lt-ie8 .row {
  display: block;
  *zoom: 1;
}
.lt-ie9 .row:before,
.lt-ie9 .row:after,
.lt-ie8 .row:before,
.lt-ie8 .row:after {
  content: ' ';
  display: table;
}
.lt-ie9 .row:after,
.lt-ie8 .row:after {
  clear: both;
}

.lt-ie9 .col-xs,
.lt-ie9 .col-xs-1,
.lt-ie9 .col-xs-10,
.lt-ie9 .col-xs-11,
.lt-ie9 .col-xs-12,
.lt-ie9 .col-xs-2,
.lt-ie9 .col-xs-3,
.lt-ie9 .col-xs-4,
.lt-ie9 .col-xs-5,
.lt-ie9 .col-xs-6,
.lt-ie9 .col-xs-7,
.lt-ie9 .col-xs-8,
.lt-ie9 .col-xs-9,
.lt-ie9 .col-xs-offset-0,
.lt-ie9 .col-xs-offset-1,
.lt-ie9 .col-xs-offset-10,
.lt-ie9 .col-xs-offset-11,
.lt-ie9 .col-xs-offset-12,
.lt-ie9 .col-xs-offset-2,
.lt-ie9 .col-xs-offset-3,
.lt-ie9 .col-xs-offset-4,
.lt-ie9 .col-xs-offset-5,
.lt-ie9 .col-xs-offset-6,
.lt-ie9 .col-xs-offset-7,
.lt-ie9 .col-xs-offset-8,
.lt-ie9 .col-xs-offset-9,
.lt-ie8 .col-xs,
.lt-ie8 .col-xs-1,
.lt-ie8 .col-xs-10,
.lt-ie8 .col-xs-11,
.lt-ie8 .col-xs-12,
.lt-ie8 .col-xs-2,
.lt-ie8 .col-xs-3,
.lt-ie8 .col-xs-4,
.lt-ie8 .col-xs-5,
.lt-ie8 .col-xs-6,
.lt-ie8 .col-xs-7,
.lt-ie8 .col-xs-8,
.lt-ie8 .col-xs-9,
.lt-ie8 .col-xs-offset-0,
.lt-ie8 .col-xs-offset-1,
.lt-ie8 .col-xs-offset-10,
.lt-ie8 .col-xs-offset-11,
.lt-ie8 .col-xs-offset-12,
.lt-ie8 .col-xs-offset-2,
.lt-ie8 .col-xs-offset-3,
.lt-ie8 .col-xs-offset-4,
.lt-ie8 .col-xs-offset-5,
.lt-ie8 .col-xs-offset-6,
.lt-ie8 .col-xs-offset-7,
.lt-ie8 .col-xs-offset-8,
.lt-ie8 .col-xs-offset-9 {
  float: left;
}

.lt-ie9 .flex-box,
.lt-ie8 .flex-box {
  display: block;
  *zoom: 1;
}
.lt-ie9 .flex-box:before,
.lt-ie9 .flex-box:after,
.lt-ie8 .flex-box:before,
.lt-ie8 .flex-box:after {
  content: ' ';
  display: table;
}
.lt-ie9 .flex-box:after,
.lt-ie8 .flex-box:after {
  clear: both;
}

/*font-family*/
/*.playfair{
  font-family: 'Playfair Display',"微軟正黑體",Arial,"蘭亭黑 - 繁","黑體 - 繁",sans-serif;
}*/
/*color*/
/*$o-h: #fd3b4b; //org:hover*/
.green {
  color: #2cd4be;
}

.deep-green {
  color: #2dc592;
}

.blue {
  color: #20a1c2;
}

.deep-blue {
  color: #07839f;
}

.bluegreen {
  color: #23b0d2;
}

.gray {
  color: #8b8b8b;
}

.red {
  color: #c70c07;
}

.black {
  color: #000;
}

.white {
  color: #fff;
}

.white2 {
  color: #cecece;
}

.d-table {
  display: table;
}
.d-block {
  display: block;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mb-5 {
  margin-bottom: 10px;
}
@media (max-width: 576px) {
  .mb-5 {
    margin-bottom: 10px;
  }
}

/*greenToBlue*/
.greenToBlue,
.team-list .item .info {
  background: #2cd4be;
  background: -moz-linear-gradient(top, #2cd4be 0%, #20a1c2 100%);
  background: -webkit-linear-gradient(top, #2cd4be 0%, #20a1c2 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#2cd4be),
    to(#20a1c2)
  );
  background: -o-linear-gradient(top, #2cd4be 0%, #20a1c2 100%);
  background: linear-gradient(to bottom, #2cd4be 0%, #20a1c2 100%);
}

/*redToMid*/
.redToMid,
#footer .footer-top .website ul li.title:after {
  background: transparent;
  background: -moz-linear-gradient(
    0deg,
    transparent 2%,
    red 50%,
    transparent 98%
  );
  background: -webkit-linear-gradient(
    0deg,
    transparent 2%,
    red 50%,
    transparent 98%
  );
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(2%, transparent),
    color-stop(50%, red),
    color-stop(98%, transparent)
  );
  background: -webkit-linear-gradient(
    left,
    transparent 2%,
    red 50%,
    transparent 98%
  );
  background: -o-linear-gradient(
    left,
    transparent 2%,
    red 50%,
    transparent 98%
  );
  background: linear-gradient(90deg, transparent 2%, red 50%, transparent 98%);
}

/*blackToBot*/
.blackToBot,
#community-list .list:nth-of-type(2) .item .text,
#community-list .list:nth-of-type(3) .item .text {
  background: transparent;
  background: -moz-linear-gradient(top, transparent 5%, rgba(0, 0, 0, 0.9) 40%);
  background: -webkit-linear-gradient(
    top,
    transparent 5%,
    rgba(0, 0, 0, 0.9) 40%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(5%, transparent),
    color-stop(40%, rgba(0, 0, 0, 0.9))
  );
  background: -o-linear-gradient(top, transparent 5%, rgba(0, 0, 0, 0.9) 40%);
  background: linear-gradient(
    to bottom,
    transparent 5%,
    rgba(0, 0, 0, 0.9) 40%
  );
}

/*產品checkbox*/
.af-layout [type='checkbox']:not(:checked),
.af-layout [type='checkbox']:checked,
.af-layout [type='radio']:not(:checked),
.af-layout [type='radio']:checked {
  position: absolute;
  left: -9999px;
}

.af-layout [type='checkbox']:not(:checked) + label,
.af-layout [type='checkbox']:checked + label,
.af-layout [type='radio']:not(:checked) + label,
.af-layout [type='radio']:checked + label {
  position: relative;
  padding-left: 35px;
  padding-top: 2px;
  line-height: 1.4;
  cursor: pointer;
}

.af-layout [type='checkbox']:not(:checked) + label:after,
.af-layout [type='checkbox']:checked + label:after,
.af-layout [type='radio']:not(:checked) + label:after,
.af-layout [type='radio']:checked + label:after,
.af-layout .active-pro + label:after {
  content: '';
  position: absolute;
  left: 0px;
  top: 2px;
  font-size: 18px;
  line-height: 0.8;
  color: #fff;
  /*background: #777;*/
  border: 3px solid rgba(255, 255, 255, 0);
  border-radius: 3px;
  width: 23px;
  height: 23px;
  /*background: #c70c07 url(/styles/images/icon/icon-check.png) center center no-repeat;*/
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background 0.35s ease-out;
  -o-transition: background 0.35s ease-out;
  transition: background 0.35s ease-out;
}

.af-layout [type='checkbox']:checked + label:after,
.af-layout [type='checkbox']:checked:after,
.af-layout .active-pro:after {
  background: #c70c07 url(/styles/images/icon/icon-check.png) center center
    no-repeat;
  -webkit-transition: background 0.35s ease-out;
  -o-transition: background 0.35s ease-out;
  transition: background 0.35s ease-out;
}

.af-layout [type='checkbox']:not(:checked) + label:before,
.af-layout [type='checkbox']:checked + label:before,
.af-layout [type='radio']:not(:checked) + label:before,
.af-layout [type='radio']:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 23px;
  height: 23px;
  border: 1px solid #777;
  background: transparent;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.product-block {
  /*min-height: 550px;*/
  min-height: 2200px;
  margin-bottom: 12px;
  overflow: hidden;
  display: block;
  position: relative;
}

/*font-size*/
.font-70 {
  font-size: 70px;
  font-size: 3.88889rem;
}

.font-50 {
  font-size: 50px;
  font-size: 2.77778rem;
}

.font-45 {
  font-size: 45px;
  font-size: 2.5rem;
}

.font-40,
.page-title {
  font-size: 40px;
  font-size: 2.22222rem;
}

.font-35 {
  font-size: 35px;
  font-size: 1.94444rem;
}

.font-30 {
  font-size: 30px;
  font-size: 1.66667rem;
}
.font-28 {
  font-size: 28px;
}
.font-27 {
  font-size: 27px;
  font-size: 1.6875rem;
}

.font-26 {
  font-size: 26px;
  font-size: 1.6375rem;
}

.font-25 {
  font-size: 25px;
  font-size: 1.38889rem;
}

.font-22 {
  font-size: 22px;
  font-size: 1.22222rem;
}

.font-20,
.page-number a {
  font-size: 20px;
  font-size: 1.11111rem;
}

@media (max-width: 1366px) {
  .font-70 {
    font-size: 60px;
    font-size: 3.33333rem;
  }
  .font-50 {
    font-size: 40px;
    font-size: 2.22222rem;
  }
  .font-45 {
    font-size: 35px;
    font-size: 1.94444rem;
  }
  .font-40,
  .page-title {
    font-size: 30px;
    font-size: 1.66667rem;
  }
  .font-35 {
    font-size: 28px;
    font-size: 1.55556rem;
  }
  .font-30 {
    font-size: 25px;
    font-size: 1.38889rem;
  }
  .font-28 {
    font-size: 25px;
  }
}

@media (max-width: 991px) {
  .font-70 {
    font-size: 50px;
    font-size: 2.77778rem;
  }
  .font-50 {
    font-size: 35px;
    font-size: 1.94444rem;
  }
  .font-45 {
    font-size: 30px;
    font-size: 1.66667rem;
  }
  .font-40,
  .page-title {
    font-size: 28px;
    font-size: 1.55556rem;
  }
  .font-35 {
    font-size: 25px;
    font-size: 1.38889rem;
  }
  .font-27 {
    font-size: 25px;
    font-size: 1.5625rem;
  }
  .font-26 {
    font-size: 25px;
    font-size: 1.3875rem;
  }
  .font-30 {
    font-size: 22px;
    font-size: 1.22222rem;
  }
  .font-25 {
    font-size: 21px;
    font-size: 1.16667rem;
  }
  .font-22 {
    font-size: 20px;
    font-size: 1.11111rem;
  }
}

@media (max-width: 768px) {
  .font-70 {
    font-size: 40px;
    font-size: 2.22222rem;
  }
  .font-50 {
    font-size: 32px;
    font-size: 1.77778rem;
  }
  .font-45 {
    font-size: 28px;
    font-size: 1.55556rem;
  }
  .font-40,
  .page-title {
    font-size: 25px;
    font-size: 1.38889rem;
  }
  .font-35 {
    font-size: 23px;
    font-size: 1.27778rem;
  }
  .font-30 {
    font-size: 22px;
    font-size: 1.22222rem;
  }
  .font-28 {
    font-size: 22px;
  }
  .font-27 {
    font-size: 22px;
    font-size: 1.375rem;
  }
  .font-26 {
    font-size: 21px;
    font-size: 1.2875rem;
  }
  .font-25 {
    font-size: 21px;
    font-size: 1.16667rem;
  }
  .font-22 {
    font-size: 20px;
    font-size: 1.11111rem;
  }
  .font-20,
  .page-number a {
    font-size: 19px;
    font-size: 1.05556rem;
  }
}

@media (max-width: 768px) {
  .font-70 {
    font-size: 35px;
    font-size: 1.94444rem;
  }
  .font-50 {
    font-size: 28px;
    font-size: 1.55556rem;
  }
}

/*font-weight*/
.light {
  font-weight: lighter;
}

.normal {
  font-weight: normal;
}

.bold {
  font-weight: bold;
}

.semibold {
  font-weight: bolder;
}

.regular {
  font-weight: normal;
}

/*text-decoration*/
.overline {
  text-decoration: overline;
}

.underline {
  text-decoration: underline;
}

.through {
  text-decoration: line-through;
}

/*對齊*/
.text-center,
.page-title {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

/*不換行*/
.nowrap {
  white-space: nowrap;
}

/*img*/
img {
  max-width: 100%;
}

/*特效*/
.wow {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.wow[class*='fadeIn'] {
  opacity: 0;
}

.no-js .wow,
.no-cssanimations .wow {
  opacity: 1;
  -webkit-animation-name: none;
  animation-name: none;
}
.no-js .wow[class*='fadeIn'],
.no-cssanimations .wow[class*='fadeIn'] {
  opacity: 1;
}

/*style*/
.ovh {
  overflow: hidden;
}

.wrapper {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
}

a[href],
button,
input,
select,
textarea {
  outline: 0;
  text-decoration: none;
  border: 0;
}

button {
  font-family: 'Titillium Web', Arial, '微軟正黑體';
}

input,
select,
textarea {
  padding-left: 10px;
  padding-right: 10px;
}

select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

textarea {
  resize: none;
}

::-webkit-input-placeholder {
  color: #fff;
  /*color: #aaa;*/
  font-weight: normal;
  font-family: 'Titillium Web', '微軟正黑體', Arial, '蘭亭黑 - 繁', '黑體 - 繁',
    sans-serif;
}

:-ms-input-placeholder {
  color: #fff;
  /*color: #aaa;*/
  font-weight: normal;
  font-family: 'Titillium Web', '微軟正黑體', Arial, '蘭亭黑 - 繁', '黑體 - 繁',
    sans-serif;
}

::-ms-input-placeholder {
  color: #fff;
  /*color: #aaa;*/
  font-weight: normal;
  font-family: 'Titillium Web', '微軟正黑體', Arial, '蘭亭黑 - 繁', '黑體 - 繁',
    sans-serif;
}

::placeholder {
  color: #fff;
  /*color: #aaa;*/
  font-weight: normal;
  font-family: 'Titillium Web', '微軟正黑體', Arial, '蘭亭黑 - 繁', '黑體 - 繁',
    sans-serif;
}

label.error {
  display: inline-block;
  padding: 0 5px;
  font-size: 16px;
  line-height: 40px;
  vertical-align: top;
  color: #e60012;
}

ul,
ol {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}

a {
  -webkit-transition: color 0.1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-transition: color 0.1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: color 0.1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
table th,
table td {
  padding: 0;
}

.btn {
  font-weight: normal;
  display: inline-block;
  text-align: center;
  background-color: rgba(199, 12, 7, 0.83);
}

.fl {
  float: left;
}

.fr {
  float: right;
}

hr {
  border: 0;
  border-bottom: 1px solid #d1d1d1;
}

hr.dash {
  border-bottom: 1px dashed #d1d1d1;
}

hr.green {
  border-bottom: 3px solid #2cd4be;
}

/*list style*/
ul.dash li {
  position: relative;
  line-height: 1.5;
  padding-left: 20px;
}
ul.dash li:before {
  display: inline-block;
  vertical-align: top;
  content: '-';
  line-height: 1.3;
  margin-left: 5px;
  margin-right: 5px;
  position: absolute;
  top: 0;
  left: 0;
}

/*ul.disc{
  li{
    position: relative;
    line-height: 1.5;
    padding-left: 20px;
    &:before{
      display: inline-block;
      vertical-align: top;
      content: '';
      width: 5px;
      height: 5px;
      background-color: $b;
      border-radius: 50%;
      line-height: 1.5;
      margin-top: 12px;
      margin-left: 5px;
      margin-right: 5px;
      position: absolute;
      top: 0;
      left: 0;
    }
  }
  &.disc-white{
    li:before{
      background-color: #fff;
    }
  }
}*/
/*rwd-div-table*/
.div-table {
  display: table;
  width: 100%;
}
.div-table .thead {
  display: table-header-group;
  width: 100%;
}
.div-table .tbody {
  display: table-row-group;
  width: 100%;
}
.div-table .tr {
  display: table-row;
  width: 100%;
}
.div-table .td,
.div-table .th {
  display: table-cell;
  vertical-align: middle;
}

/*背景圖*/
.bkdimg {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

/*fancy box*/
.fancybox-close {
  background-image: none;
  background-color: #c70c07;
  text-align: center;
  line-height: 50px;
  /*line-height: 36px;*/
  text-align: center;
  border-radius: 50%;
}
.fancybox-close:before {
  display: block;
  content: '\e808';
  font-family: 'icon';
  font-weight: normal;
  font-size: 2em;
  /*font-size: 20px;*/
  line-height: 50px;
  color: #fff;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1),
    -webkit-transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.fancybox-close:hover:before {
  -webkit-transform: rotate(359deg);
  -ms-transform: rotate(359deg);
  transform: rotate(359deg);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1),
    -webkit-transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
}

/*留白*/
.p2 {
  padding-top: 2%;
  padding-bottom: 2%;
}

.pt0 {
  padding: 0px;
}

.pt2 {
  padding-top: 2%;
}

.pb2 {
  padding-bottom: 2%;
}

.p3 {
  padding-top: 3%;
  padding-bottom: 3%;
}

.pt3 {
  padding-top: 3%;
}

.pb3 {
  padding-bottom: 3%;
}

.p5 {
  padding-top: 2%;
  padding-bottom: 2%;
}

.pt5 {
  padding-top: 2%;
}

.pb5 {
  padding-bottom: 2%;
}

.mt3 {
  margin-top: 3%;
}

.mb3,
.page-title {
  margin-bottom: 3%;
}

.mt5 {
  margin-top: 5%;
}

.mb5 {
  margin-bottom: 5%;
}

@media (max-width: 768px) {
  .p3 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .pt3 {
    padding-top: 2rem;
  }
  .pb3 {
    padding-bottom: 2rem;
  }
  .p5 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .pt5 {
    padding-top: 3rem;
  }
  .pb5 {
    padding-bottom: 3rem;
  }
  .mt3 {
    margin-top: 2rem;
  }
  .mb3,
  .page-title {
    margin-bottom: 2rem;
  }
  .mt5 {
    margin-top: 3rem;
  }
  .mb5 {
    margin-bottom: 3rem;
  }
}

/*flex*/
.flex-box {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.flex-box.row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.flex-box.column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex-box.column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.flex-box.center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flex-box.around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.flex-box.between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flex-box.start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.flex-box.end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.flex-box.align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex-box.stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.flex-box.center2 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.no-flexbox .flex-box {
  display: block;
}

/*width*/
.w10 {
  width: 10%;
}

.w15 {
  width: 15%;
}

.w20 {
  width: 20%;
}

.w25 {
  width: 25%;
}

.w30 {
  width: 30%;
}

.w35 {
  width: 35%;
}

.w40 {
  width: 40%;
}

.w45 {
  width: 45%;
}

.w50 {
  width: 50%;
}

.w55 {
  width: 55%;
}

.w60 {
  width: 60%;
}

.w65 {
  width: 65%;
}

.w70 {
  width: 70%;
}

.w75 {
  width: 75%;
}

.w80 {
  width: 80%;
}

.w85 {
  width: 85%;
}

.w90 {
  width: 90%;
}

.w95 {
  width: 95%;
}

.w100 {
  width: 100%;
}

/*common*/
[data-img] {
  background-repeat: no-repeat;
}
.js-imgfull {
  background-size: cover;
}
.js-imghold {
  background-size: auto 100%;
}
.js-img--config {
  background-position: center;
}

.page-content {
  position: relative;
  z-index: 1;
  /*z-index: 500;*/
  background-color: #000;
}

.home .page-content {
  background-color: transparent;
}

.slick-slide {
  outline: 0;
}

.pic-center {
  text-align: center;
}
.pic-center img {
  margin-left: auto;
  margin-right: auto;
}

.icon-more {
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  border: 2px solid #20a1c2;
  border-radius: 50%;
  position: relative;
  font-style: normal;
  margin-right: 10px;
  -webkit-transition: background-color 0.5s
    cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-transition: background-color 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: background-color 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.icon-more:after {
  content: '+';
  font-family: '微軟正黑體', Arial;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  color: #20a1c2;
  padding-left: 1px;
  -webkit-transition: color 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-transition: color 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: color 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.news-center .category .text .view-more:hover .icon-more {
  background-color: #20a1c2;
}
.news-center .category .text .view-more:hover .icon-more:after {
  content: '-';
  color: #fff;
}

.blue-dash-line {
  width: 100%;
  height: 1px;
  background-color: #8b8b8b;
  position: relative;
}
.blue-dash-line:before {
  display: block;
  content: '';
  width: 95px;
  height: 5px;
  background: #1f9fc2;
  background: -moz-linear-gradient(left, #1f9fc2 0%, #2bd4bd 100%);
  background: -webkit-linear-gradient(left, #1f9fc2 0%, #2bd4bd 100%);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#1f9fc2),
    to(#2bd4bd)
  );
  background: -o-linear-gradient(left, #1f9fc2 0%, #2bd4bd 100%);
  background: linear-gradient(to right, #1f9fc2 0%, #2bd4bd 100%);
  position: absolute;
  top: -2px;
  left: 0;
}

.table-wrapper {
  width: 100%;
  overflow-x: auto;
}
.table-wrapper table {
  width: 100%;
  min-width: 1000px;
}

.myTable caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.myTable thead {
  color: #f2f2f2;
  background-color: rgba(199, 12, 7, 0.35);
}
.myTable thead tr th {
  text-align: center;
  font-weight: normal;
  padding: 1.5rem;
  border-left: 1px solid #000;
  /*border-left: 1px solid #D2D2D2;
        border-right: 1px solid #D2D2D2;
        border-bottom: 1px dashed #D2D2D2;*/
  white-space: nowrap;
}
.myTable thead tr:last-of-type th {
  border-bottom: 0;
}

.myTable tbody tr {
  /*&:first-of-type{
        td{
          border-top: 1px dashed #D2D2D2;
        }
      }
      &:nth-of-type(even){
        background-color: #F4F4F4;
      }*/
}
.myTable tbody tr td {
  padding: 1rem;
  border-bottom: 1px solid rgba(199, 12, 7, 0.35);
  /*&:first-of-type{
          font-weight: bold;
        }*/
}

/*rwd iframe*/
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

html:not(.iphone) {
  /*#header .nav {
    .menu {
      .child-list {
        li{
          &:hover {
            background-color: rgba(217, 10, 10, .8);
            > a {
              color: #fff!important;
            }
          }
        }
      }
    }
  }*/
}
html:not(.iphone) .nav-sort .inBox li:hover:after {
  opacity: 1;
}

.list-item-btn {
  color: #fff;
  background-color: rgba(199, 12, 7, 0.83);
  border: 1px solid rgba(199, 12, 7, 0.83) !important;
  /*color:#8b8b8b;
	background-color: rgba(217, 10, 10, .8);
	border: 1px solid #b8b8b8 !important;*/
  font-size: 14px;
  display: block;
  position: absolute;
  bottom: 70px;
  right: 3rem;
  z-index: 99999999;
  max-width: 120px;
  padding: 12px 22px;
  cursor: pointer;
  border-radius: 50px;
  /*-webkit-transition: color 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95), background-color 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
	-o-transition: color 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95), background-color 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition: color 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95), background-color 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);*/
}
.max-md-size .list-item-btn {
  padding: 10px 20px;
  right: 25px;
}
.max-sm-size .list-item-btn {
  bottom: 45px;
}
.max-xs-size .list-item-btn {
  right: 20px;
}
.min-md-size .list-item-btn:hover {
  background-color: #c70c07;
  /*color:$w;
			background-color: rgba(199, 12, 7, 0.83);
			border: 1px solid rgba(199, 12, 7, 0.83) !important;*/
}

#header {
  width: 100%;
  /*height: 75px;*/
  height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background: url(/styles/images/common/menu-bg.png) left bottom repeat-x;
  /*animation-delay:0.3s;*/
  /*transition:all 0.5s;*/
  -webkit-transition: height 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: height 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: height 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: height 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: height 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#header .logo {
  display: inline-block;
  float: left;
  margin: 0.8rem 20px 0 9rem;
  width: 145px;
  height: 75%;
}
#header .logo a {
  display: block;
  background: url(/styles/images/common/logo.png) center no-repeat;
  width: 100%;
  height: 100%;
  background-size: contain;
}
#header .nav {
  width: calc(100% - 450px);
  /*width: calc(100% - 250px);*/
  /*width: calc(100% - 530px);*/
  height: 100%;
  float: right;
}
#header .nav .menu > li {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
#header .nav .menu {
  position: relative;
  letter-spacing: -0px;
  word-spacing: -0px;
  font-size: 0;
  padding: 14px 0 0 0;
}
#header .nav .menu > li {
  position: relative;
  font-size: 1.1rem;
  letter-spacing: normal;
  word-spacing: normal;
}
#header .nav .menu > li > a {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  padding-left: 2.1rem;
  padding-right: 2.1rem;
  color: #fff;
  -webkit-transition: initial;
  -o-transition: initial;
  transition: initial;
}
#header .nav .menu > li:hover:not(.menu-active):after {
  background-color: transparent;
}
#header .nav .menu li.menu-active {
  position: absolute;
  bottom: 0;
  width: 215px !important;
  height: 35px;
  margin-left: -2rem;
  z-index: -1;
  background: url(/styles/images/common/menu-hover.png) center no-repeat;
  -webkit-transition: background 0.3s 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
  -o-transition: background 0.3s 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
  transition: background 0.3s 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
  opacity: 0;
}
#header .nav .menu li.is-active:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  width: 215px !important;
  height: 35px;
  margin-left: -2rem;
  z-index: -1;
  background: url(/styles/images/common/menu-hover.png) center no-repeat;
  -webkit-transition: background 0.3s 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
  -o-transition: background 0.3s 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
  transition: background 0.3s 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
}
#header .nav .menu .child-list {
  display: none;
  width: auto;
  min-width: 160px;
  position: absolute;
  top: 100%;
}
#header .nav .menu .child-list li {
  display: block;
  width: 100%;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 0.9rem;
  -webkit-transition: background-color 0.1s
    cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-transition: background-color 0.1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: background-color 0.1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  /*&:first-child,&.all + li{
						box-shadow: inset 0 5px 10px rgba(0,0,0,.1);
					}*/
}
#header .nav .menu .child-list li.all {
  display: none;
}
#header .nav .menu .child-list li a {
  display: block;
  padding: 10px 1rem;
  /*padding: 10px 2rem;*/
  color: #444 !important;
  /*white-space: nowrap;*/
}
#header .nav .menu:hover li.menu-active {
  opacity: 1;
}
#header .topLink {
  position: absolute;
  right: 9rem;
  top: 50%;
  transform: translate(0, -50%);
  /*bottom:28px;
		padding-top:14px;*/
  -webkit-transition: bottom 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: bottom 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: bottom 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: bottom 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#header .topLink .lang-in {
  display: inline-block;
  padding-left: 10px;
}
#header .topLink .lang-in .iconM-lan {
  color: #858585;
  padding-top: 0.6rem;
  padding: 0;
  /*padding:0 10px 5px 0;*/
  display: inline-block;
  /*&:hover:before,
				&:hover span {
					-webkit-filter:drop-shadow(2px 2px 5px $o-h);
					-moz-filter:drop-shadow(2px 2px 5px $o-h);
					-ms-filter:drop-shadow(2px 2px 5px $o-h);
					-o-filter:drop-shadow(2px 2px 5px $o-h);
					filter:drop-shadow(2px 2px 5px $o-h);
				}*/
}
#header .topLink .lang-in .iconM-lan:before {
  content: '\e81a';
  font-size: 1.6rem;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
#header .topLink .lang-in .iconM-lan span {
  font-size: 14px;
  /* width: 25px; */
  display: inline-block;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  max-height: 100%;
  overflow: hidden;
}
#header .topLink .lang-in .widget-lan {
  position: relative;
}
#header .topLink .lang-in .widget-lan .level-2 {
  display: none;
  font-size: 16px;
  position: absolute;
  top: 28px;
  left: 50%;
  z-index: 11;
  -webkit-transition: translateX(-63%);
  -moz-transition: translateX(-63%);
  -ms-transition: translateX(-63%);
  -o-transition: translateX(-63%);
  -webkit-transform: translateX(-63%);
  -ms-transform: translateX(-63%);
  transform: translateX(-63%);
  /*background-color: #f3f3f3;*/
  background-color: rgba(243, 243, 243, 0.85);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  text-align: center;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}
#header .topLink .lang-in .widget-lan .level-2 li {
  position: relative;
  -webkit-transition: background-color 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: background-color 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: background-color 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: background-color 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-color 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  /*&:hover {
							background-color:$deep-r;
						}*/
}
#header .topLink .lang-in .widget-lan .level-2 li:before {
  content: '';
  width: 88%;
  height: 1px;
  position: absolute;
  left: 6%;
  bottom: 0;
  background-color: #dadada;
}
#header .topLink .lang-in .widget-lan .level-2 li.active {
  /*background-color:$r;*/
  background-color: rgba(230, 0, 18, 0.85);
}
#header .topLink .lang-in .widget-lan .level-2 li a {
  color: #555;
  padding: 8px 18px;
  margin: 0 10px;
  display: block;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  text-decoration: none;
  /*border-top: solid #dadada 1px;*/
}
#header .topLink .lang-in .widget-lan .level-2 li.active a {
  color: #fff;
}
#header .topLink .lang-in .widget-lan .level-2 li:last-of-type:before {
  display: none;
}

@media (min-width: 993px) {
  #header .topLink .lang-in .iconM-lan:hover:before,
  #header .topLink .lang-in .iconM-lan:hover span {
    -webkit-filter: drop-shadow(2px 2px 5px #d82d00);
    -moz-filter: drop-shadow(2px 2px 5px #d82d00);
    -ms-filter: drop-shadow(2px 2px 5px #d82d00);
    -o-filter: drop-shadow(2px 2px 5px #d82d00);
    filter: drop-shadow(2px 2px 5px #d82d00);
  }
  #header .topLink .lang-in .widget-lan .level-2 li:hover {
    background-color: rgba(199, 12, 7, 0.83);
  }
  #header .topLink .lang-in .widget-lan .level-2 li:hover a {
    color: #fff;
  }
}

.header-open {
  height: 100% !important;
  overflow: hidden !important;
}

@media (max-width: 1680px) {
  #header .logo {
    width: 143px;
    margin: 0.8rem 0 0 2.3rem;
    text-align: center;
  }
  #header .topLink {
    right: 2.3rem;
    /*top: 30px;*/
  }
  #header .nav {
    width: calc(100% - 250px);
  }
  #header .nav .menu > li > a {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    /*padding: 2.3rem 1.6rem 1.2rem 1.6rem;*/
  }
}

/*@media (max-width: 1480px) {
  #header {
    .logo {
      width: 180px;
      margin-left: 30px;
      margin-right: 30px;
    }
    .nav {
      width: calc(100% - 250px);
      .menu {
        li {
          a {
            padding: 1.5rem;
          }
        }
      }
    }
  }
}*/
@media (max-width: 1280px) {
  #header {
    height: 55px;
    /*height: 70px;*/
    /*.nav {
        .menu > li > a {
          padding: 1.4rem 1.6rem;
      }
    }*/
  }
  #header .logo {
    width: 150px;
    display: block;
    float: none;
    text-align: center;
    margin: 5px auto 0 auto !important;
    /*margin:10px auto 0 auto !important;*/
  }
  #header .hamburger {
    display: block;
    position: absolute;
    top: 8px;
    /*top: 12px;*/
    left: 30px;
  }
  #header .nav {
    display: none;
    width: 100%;
    height: auto;
    height: calc(100vh - 70px);
    max-height: calc(100vh - 70px);
    width: calc(100% - 0.01px) !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: rgba(0, 0, 0, 0.95);
    /*background-color: rgba(0, 0, 0, .85);*/
    margin-top: 7px;
  }
  #header .nav .menu {
    width: 100%;
    height: 100% !important;
    padding: 0;
  }
  #header .nav .menu li {
    font-size: 1.3rem;
    /*font-size: 1.1rem;*/
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  }
  #header .nav .menu li a {
    padding: 1.6rem 1.6rem;
    -webkit-transition: color 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: color 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: color 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  #header .nav .menu li.menu-active {
    display: none;
  }
  #header .nav .menu li:after {
    display: none !important;
  }
  #header .nav .menu li.has-child .child2 li a {
    text-align: left;
  }
  #header .nav .menu li.has-child a {
    position: relative;
  }
  #header .nav .menu .child-list {
    padding: 0;
    min-width: 100%;
    position: relative;
    background-color: rgba(243, 243, 243, 0.85);
  }
  #header .nav .menu .child-list li {
    font-size: 1.2rem;
    text-align: left;
    position: relative;
  }
  #header .nav .menu .child-list li a {
    padding: 1.2rem 2rem;
    position: relative;
    text-align: center;
  }
  #header .nav .menu .child-list li.all {
    display: block;
  }
  #header .nav .menu .child-list li.all + li {
    -webkit-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
  }
  #header .topLink {
    right: 20px;
    bottom: 12px;
    height: 30px;
    /*bottom:16px;*/
  }
  #header .topLink .lang-in .iconM-lan:before {
    font-size: 29px;
  }
  #header .topLink .lang-in .iconM-lan span {
    font-size: 16px;
  }
  #header .topLink .lang-in .widget-lan {
    display: inline-block;
  }
  #header .topLink .lang-in .widget-lan .level-2 {
    top: 27px !important;
    -webkit-transition: translateX(-100%);
    -moz-transition: translateX(-100%);
    -ms-transition: translateX(-100%);
    -o-transition: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  #header .nav .menu > li.menu-active {
    display: none;
  }
  #header .nav .menu > li.active > a {
    color: #fff !important;
  }
  #header .nav .menu > li:before {
    display: none !important;
  }
  #header .nav .menu > li.has-child > a:before {
    display: block;
    /*content: "+";*/
    content: '\e805';
    font-family: 'icon';
    font-size: 1em;
    color: #fff;
    line-height: 0;
    display: inline-block;
    padding: 0px;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 2.3rem;
    right: 1.5rem;
    -webkit-transition: -webkit-transform 0.5s easeInOutSine;
    transition: -webkit-transform 0.5s easeInOutSine;
    -o-transition: transform 0.5s easeInOutSine;
    transition: transform 0.5s easeInOutSine;
    transition: transform 0.5s easeInOutSine,
      -webkit-transform 0.5s easeInOutSine;
  }
  #header .nav .menu > li.has-child.active > a:before {
    top: 1.3rem;
    right: 1.8rem;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-filter: brightness(1);
  }
  #header .nav .menu .child-list li.all {
    display: block;
  }
  #header .nav .menu .child-list li.all + li {
    -webkit-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
  }
  /*第三層*/
  #header .nav .menu .kind-list {
    padding: 0;
    display: none;
    min-width: 100%;
    position: relative;
    background-color: rgba(229, 229, 229, 0.95);
  }
  _:-ms-input-placeholder,
  :root .menu .kind-list {
    /*IE 10 以上*/
    padding: 0;
    display: none;
    min-width: 100%;
    position: relative;
    left: 0 !important;
    background-color: rgba(229, 229, 229, 0.95);
  }
  _:-ms-input-placeholder,
  :root .menu .highlight {
    /*ie10 以上*/
    width: 100%;
    position: relative;
  }
  #header .nav .menu .child-list > li.has-child > a:before {
    content: '\e805';
    font-family: 'icon';
    font-size: 1em;
    color: #808080;
    line-height: 0;
    display: inline-block;
    padding: 0px;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 2.1rem;
    right: 1.4rem;
  }
  #header .nav .menu .child-list > li.has-child.active > a {
    color: #fff !important;
    background-color: #d90d0a;
  }
  #header .nav .menu .child-list > li.has-child.active > a:before {
    color: #fff !important;
    top: 1rem;
    right: 1.8rem;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-filter: brightness(1);
  }
  #header .nav .menu .kind-list li.all {
    display: block;
  }
  #header .nav .menu .kind-list li.all + li {
    -webkit-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
  }
}

.menu .highlight {
  display: none;
  width: 100%;
  position: relative;
}
.menu .highlight .cover-img {
  padding: 20px 0;
}
.menu .highlight .cover-title {
  color: #000;
  font-size: 1.6em;
  word-break: keep-all;
  padding: 0 30px;
  margin-top: 20px;
}
.menu .highlight .cover-summary {
  color: #575757;
  font-size: 1.1em;
  /* word-break: keep-all; */
  padding: 10px 30px;
  margin-top: 5px;
}
.menu .highlight .cover-more {
  color: #fff;
  text-align: center;
  width: 163px;
  height: 42px;
  line-height: 42px;
  display: block;
  background: url(/styles/images/common/highlight-more.png) center no-repeat;
  position: absolute;
  right: 0;
  bottom: 0;
}

@media (max-width: 992px) {
  #header {
    background-color: #000;
  }
}

@media (max-width: 480px) {
  #header {
    height: 50px;
  }
  #header .logo {
    width: 90px;
  }
  #header .hamburger {
    /*top: 15px;*/
    top: 7px;
    left: 18px;
  }
  #header .hamburger .line {
    width: 35px;
    margin: 7px auto;
    /*height: 2px;
	    margin: 9px auto;*/
  }
  /*#header .hamburger.is-active .line {
	    margin: 11px auto;
	}*/
  #hamburger.is-active .line:nth-child(1) {
    -webkit-transform: translateY(9px) !important;
    -ms-transform: translateY(9px) !important;
    -o-transform: translateY(9px) !important;
    transform: translateY(9px) !important;
  }
  #hamburger.is-active .line:nth-child(3) {
    -webkit-transform: translateY(-9px) rotate(90deg) !important;
    -ms-transform: translateY(-9px) rotate(90deg) !important;
    -o-transform: translateY(-9px) rotate(90deg) !important;
    transform: translateY(-9px) rotate(90deg) !important;
  }
  #header .topLink {
    right: 8px;
  }
  #header .topLink .lang-in .iconM-lan span {
    display: none;
  }
}

@media (min-width: 1281px) {
  _:-ms-input-placeholder,
  :root .nav {
    /*ie10 以上*/
    height: 100px;
  }
  :root .nav .menu {
    /*ie9 only*/
    height: 100px\9;
  }
  :root .nav .menu li a.has-ie9 {
    /*ie9 only*/
    line-height: 100px\9;
    display: inline-block\9;
  }
  _:-ms-input-placeholder,
  :root .menu .highlight {
    /*ie10 以上*/
    top: 100px;
    left: 854px;
    border-left: solid 1px #000;
  }
  :root .menu .highlight {
    /*ie9 only*/
    top: 100px\9;
    left: 854px\9;
    border-left: solid 1px #000;
  }
  #header .nav .menu .child-list li:first-child,
  #header .nav .menu .child-list li.all + li {
    -webkit-box-shadow: inset 0 5px 10px rgba(0, 0, 0, 0);
    box-shadow: inset 0 5px 10px rgba(0, 0, 0, 0);
  }
  #header .nav .menu .child2 li a {
    text-align: left;
    padding: 10px 2rem;
  }
  #header {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
  }
  #header .nav {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  #header .nav .child-list li a {
    font-size: 16px;
    text-align: center;
  }
  #header .nav .child-list li:hover {
    background-color: rgba(217, 10, 10, 0.8);
  }
  #header .nav .child-list li:hover > a {
    color: #fff !important;
  }
  #header.actived {
    height: 70px;
  }
  #header.actived .logo {
    margin-top: 0.6rem;
  }
  #header.actived .nav .menu {
    padding: 10px 0 0 0;
  }
  #header.actived .topLink {
    bottom: 20px;
  }
  #header.actived .topLink .lang-in .widget-lan .level-2 {
    top: 20px;
  }
  .menu .highlight {
    display: none;
    width: 470px;
    height: 585px;
    overflow: hidden;
    padding: 0;
    position: fixed;
    top: 0;
    left: 445px;
    z-index: 55px;
    background-color: rgba(243, 243, 243, 0.95);
  }
  /* .menu li a {
    -webkit-transition: drop-shadow 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: drop-shadow 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: drop-shadow 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: drop-shadow 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: drop-shadow 0.4s cubic-bezier(0.215, 0.61, 0.355, 1); }
    .menu li a:hover {
      -webkit-filter: drop-shadow(2px 2px 5px #D82D00);
      -moz-filter: drop-shadow(2px 2px 5px #D82D00);
      -o-filter: drop-shadow(2px 2px 5px #D82D00);
      filter: drop-shadow(2px 2px 5px #D82D00); }
  .menu li .highlight a:hover {
    -webkit-filter: drop-shadow(2px 2px 5px #aeaeae);
    -moz-filter: drop-shadow(2px 2px 5px #aeaeae);
    -o-filter: drop-shadow(2px 2px 5px #aeaeae);
    filter: drop-shadow(2px 2px 5px #aeaeae); 
  } */
  /**/
  .menu .child-list,
  .menu .child2 {
    max-height: 585px;
    padding: 0;
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 11;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .menu li:nth-child(1) .child-list {
    height: 585px;
  }
  .menu .kind-list {
    display: none;
    width: auto;
    width: 230px;
    height: 585px;
    overflow: hidden;
    padding: 0;
    position: fixed;
    top: 0;
    left: 215px;
    z-index: 55px;
  }
  _:-ms-input-placeholder,
  :root .menu .kind-list {
    /*IE 10 以上*/
    top: 100px;
    left: 624px;
    border-left: solid 1px #000;
  }
  :root .menu .kind-list {
    /*ie9 only*/
    top: 100px\9;
    left: 624px\9;
    border-left: solid 1px #000;
  }
  .child-list {
    background-color: rgba(243, 243, 243, 0.95);
  }
  .kind-list {
    background-color: rgba(243, 243, 243, 0.95);
  }
  .menu .child-list li:hover .kind-list,
  .menu .child2 li:hover .kind-list,
  .menu .child2 li:hover .highlight {
    display: block;
  }
  .menu .child-list > li > a {
    text-align: center;
    font-size: 16px;
    width: 100%;
    padding: 12px 0.6rem;
  }
  .menu .child2 li > a {
    font-size: 16px;
    text-align: left;
    width: 215px;
    display: block;
    color: #000 !important;
    /*white-space: nowrap;*/
    word-wrap: break-word;
    position: relative;
    z-index: 999999999999 !important;
  }
}

@media (max-width: 1366px) {
  _:-ms-input-placeholder,
  :root .menu .kind-list {
    /*IE 10 以上*/
    /* left: 415px; } */
    left: 200px;
  }
  _:-ms-input-placeholder,
  :root .menu .highlight {
    /*ie10 以上*/
    /* left: 645px; } } */
    left: 420px;
  }
}

/*hamburger*/
.hamburger {
  display: none;
}

.hamburger .line {
  width: 40px;
  height: 2px;
  /*width: 45px;
  height: 3px;*/
  background-color: #ccc;
  display: block;
  /*margin: 10px auto;*/
  margin: 8px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hamburger:hover {
  cursor: pointer;
}

#hamburger.is-active {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#hamburger.is-active .line:nth-child(2) {
  width: 0px;
}

#hamburger.is-active .line:nth-child(1),
#hamburger.is-active .line:nth-child(3) {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

#hamburger.is-active .line:nth-child(1) {
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  /*-webkit-transform: translateY(13px);
  -ms-transform: translateY(13px);
  -o-transform: translateY(13px);
  transform: translateY(13px);*/
}

#hamburger.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(90deg);
  -ms-transform: translateY(-10px) rotate(90deg);
  -o-transform: translateY(-10px) rotate(90deg);
  transform: translateY(-10px) rotate(90deg);
  /*-webkit-transform: translateY(-13px) rotate(90deg);
  -ms-transform: translateY(-13px) rotate(90deg);
  -o-transform: translateY(-13px) rotate(90deg);
  transform: translateY(-13px) rotate(90deg);*/
}

/**/
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  height: 100%;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  display: block;
  height: 100%;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-loading .slick-list {
  background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  display: block;
  padding: 0;
  cursor: pointer;
  border: none;
  outline: none;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  color: #ffffff;
  z-index: 99;
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #fff;
  width: 60px;
  height: 60px;
}

.slick-prev .sr-only,
.slick-next .sr-only {
  display: none;
}

.slick-prev:before,
.slick-next:before {
  font-family: 'style';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: scale(0.8) translateX(0px);
  -ms-transform: scale(0.8) translateX(0px);
  transform: scale(0.8) translateX(0px);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.slick-prev {
  left: 3%;
}

.slick-prev:hover:before {
  -webkit-transform: scale(0.8) translateX(-8px);
  -ms-transform: scale(0.8) translateX(-8px);
  transform: scale(0.8) translateX(-8px);
}

.slick-next {
  right: 5%;
}

.slick-next:hover:before {
  -webkit-transform: scale(0.8) translateX(8px);
  -ms-transform: scale(0.8) translateX(8px);
  transform: scale(0.8) translateX(8px);
}

.slick-prev:before {
  content: '\e801';
}

.slick-next:before {
  content: '\e857';
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  color: #d22129;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

/* Dots */
.slick-dots {
  position: absolute;
  z-index: 9;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 7px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li.slick-active button {
  background-color: #fff;
  border: 7px solid #fff;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 12px;
  height: 12px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 1.5px solid #fff;
  outline: none;
  border-radius: 100%;
  opacity: 0.4;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.noSlider.slick-slider .slick-track {
  text-align: center;
  width: 100% !important;
  -webkit-transform: translate3d(0px, 0px, 0px) !important;
  transform: translate3d(0px, 0px, 0px) !important;
}

.noSlider.slick-slider .slick-slide {
  float: none;
  display: inline-block;
}

/* === home-banner ===*/
#home-banner {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
.windows #home-banner .video-item:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
}
.windows #home-banner .video-item:before {
  width: 100%;
  height: 100%;
  position: absolute;
  background: #000000;
  z-index: 9;
  content: '';
  background: url(images/loading2.gif) no-repeat center center;
}
.windows #home-banner .video-item.on:before {
  opacity: 0;
  display: block;
}

/**/
.banner {
  overflow: hidden;
  width: 100vw;
  /*.down {
    height: 100px;
    position: absolute;
    top: 85vh;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    opacity: 1;
    transition: opacity 0.2s;
    &:before {
      position: absolute;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      content: '';
      width: 0;
      height: 0;
      border-top: 10px solid #fff;
      border-left: 7px solid transparent;
      border-right: 7px solid transparent;
      top: 30px;
    }
    &:after {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      content: '';
      border-left: 1px solid #fff;
      position: absolute;
      top: 40px;
      bottom: 0;
    }
    .scroll .banner .down {
      pointer-events: none;
      opacity: 0;
    }
    a {
      text-decoration: none;
      display: inline-block;
      color: #fff;
      height: 100%;
    }
  }*/
}

.quickly-gates-01 {
  line-height: 0;
  width: 100%;
  max-width: 1920px;
  aspect-ratio: 16/3;
  height: auto;
  margin: 0 auto;
}
.quickly-gates-01 .list {
  float: left;
  display: block;
  background-repeat: no-repeat;
  background-position: 0 0;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  overflow: hidden;
  position: relative;
  width: calc(100% / 3);
  /*width: 33.333%;
    margin:0 -2px;*/
}
.quickly-gates-01 .list a {
  position: relative;
  display: block;
}

@media (max-width: 600px) {
  .quickly-gates-01 {
    /*margin-top:-50px;*/
  }
  .quickly-gates-01 .list {
    width: calc(100% / 1);
    /*width: 100%;
      display:block;
      margin: 0;*/
    /*凹角移除*/
    /*&:nth-of-type(1) {
		-webkit-clip-path: polygon(50% 7%, 62% 0, 100% 0, 100% 100%, 0 100%, 0 0, 38% 0);
		        clip-path: polygon(50% 7%, 62% 0, 100% 0, 100% 100%, 0 100%, 0 0, 38% 0);
      }*/
  }
}

@media (min-width: 601px) {
  .quickly-gates-01 {
    /*margin-top:-61px;*/
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
    -webkit-transition: margin-top 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -moz-transition: margin-top 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -ms-transition: margin-top 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -o-transition: margin-top 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: margin-top 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    /*.list {
      &.list-mid {
        -webkit-clip-path: polygon(50% 7%, 62% 0, 100% 0, 100% 100%, 0 100%, 0 0, 38% 0);
        clip-path: polygon(50% 7%, 62% 0, 100% 0, 100% 100%, 0 100%, 0 0, 38% 0);
      }
    }*/
    /*&.actived {
    	margin-top:-35px;
    }*/
  }
}

@media (min-width: 991px) {
  .quickly-gates-01 {
    -webkit-transition: opacity 1s cubic-bezier(0.34, 0.96, 0.74, 0.9);
    -moz-transition: opacity 1s cubic-bezier(0.34, 0.96, 0.74, 0.9);
    -ms-transition: opacity 1s cubic-bezier(0.34, 0.96, 0.74, 0.9);
    -o-transition: opacity 1s cubic-bezier(0.34, 0.96, 0.74, 0.9);
    transition: opacity 1s cubic-bezier(0.34, 0.96, 0.74, 0.9);
    /*&:hover .list .mark {
      width: 101%;
      height: 100%;
      position: absolute;
      top:0;
      left:0;
      right:0;
      bottom:0;
      display:block;
      background-image: url(/styles/images/common/point.png);
      -webkit-transition: opacity 1s $easeZoomIn;
      -moz-transition: opacity 1s $easeZoomIn;
      -ms-transition: opacity 1s $easeZoomIn;
      -o-transition: opacity 1s $easeZoomIn;
      transition: opacity 1s $easeZoomIn;
      opacity:1;
    }
    .list {
      a {
        &:hover .mark {
          opacity:0;
        }
      }
    }*/
  }
}

/**/
.quickly-gates-01:before,
.quickly-gates-01:after,
.quickly-gates-02:before,
.quickly-gates-02:after,
.quickly-video:before,
.quickly-video:after {
  content: '';
  display: table;
}

.quickly-gates-01:after,
.quickly-gates-02:after,
.quickly-video:after {
  clear: both;
}

.quickly-gates-01 .list {
  background-color: #000;
}

.quickly-gates-01 .home-mv .boxtop-left,
.quickly-gates-01 .home-mv .boxtop-mid,
.quickly-gates-01 .home-mv .boxtop-right {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.quickly-gates-01 .box .floatWrap:after {
  background-color: transparent !important;
}

.quickly-gates-01 .box.topPro .floatWrap a .btn-video {
  background: none;
}

@media (min-width: 991px) {
  .quickly-gates-01 {
    -webkit-transition: opacity 0.5s cubic-bezier(0.34, 0.96, 0.74, 0.9);
    -moz-transition: opacity 0.5s cubic-bezier(0.34, 0.96, 0.74, 0.9);
    -ms-transition: opacity 0.5s cubic-bezier(0.34, 0.96, 0.74, 0.9);
    -o-transition: opacity 0.5s cubic-bezier(0.34, 0.96, 0.74, 0.9);
    transition: opacity 0.5s cubic-bezier(0.34, 0.96, 0.74, 0.9);
    /*&:hover .box .floatWrap:after {
      width: 101%;
      height: 100%;
      position: absolute;
      top:0;
      left:0;
      right:0;
      bottom:0;
      display:block;
      background-image: url(/styles/images/common/point.png);
      -webkit-transition: opacity 1s $easeZoomIn;
      -moz-transition: opacity 1s $easeZoomIn;
      -ms-transition: opacity 1s $easeZoomIn;
      -o-transition: opacity 1s $easeZoomIn;
      transition: opacity 1s $easeZoomIn;
      opacity:1;
    }*/
  }
  .quickly-gates-01 .box .floatWrap:hover:after {
    opacity: 0;
  }
}

@media (min-width: 601px) {
  .quickly-gates-01,
  .quickly-gates-02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .quickly-gates-01 .hometop-mv-mid,
  .quickly-gates-01 .home-mv-wrap,
  .quickly-gates-02 .hometop-mv-mid,
  .quickly-gates-02 .home-mv-wrap,
  .quickly-gates-03 .hometop-mv-mid,
  .quickly-gates-03 .home-mv-wrap {
    display: block;
    height: 100%;
  }
}

.quickly-gates-01 .box,
.quickly-gates-02 .box,
.quickly-video .box {
  background-repeat: no-repeat;
  background-position: center;
  background-position: 0 0;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  overflow: hidden;
  width: 50%;
  position: relative;
}
.quickly-gates-01 .box .bg,
.quickly-gates-02 .box .bg,
.quickly-video .box .bg {
  background-repeat: no-repeat;
  background-position: 0 0;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 100%;
  /*height: 125%;*/
  left: 0;
  position: absolute;
  top: 0;
}
.quickly-gates-01 .box .floatWrap,
.quickly-gates-02 .box .floatWrap,
.quickly-video .box .floatWrap {
  display: table;
  height: 100%;
  /*min-height: 535px;*/
  /*height: 450px;
      min-height: 450px;*/
  position: relative;
  width: 100%;
  z-index: 2;
}
.quickly-gates-01 .box .floatWrap:after,
.quickly-gates-02 .box .floatWrap:after,
.quickly-video .box .floatWrap:after {
  content: '';
  width: 101%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: block;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: background-color cubic-bezier(0.55, 0.055, 0.675, 0.19)
    0.5s;
  -moz-transition: background-color cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.5s;
  -o-transition: background-color cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.5s;
  transition: background-color cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.5s;
}
.quickly-gates-01 .box .floatWrap a,
.quickly-gates-02 .box .floatWrap a,
.quickly-video .box .floatWrap a {
  width: 100%;
  height: 100%;
  color: #fff;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  position: relative;
  z-index: 2;
}
.quickly-gates-01 .box .floatWrap a .floatTit,
.quickly-gates-02 .box .floatWrap a .floatTit,
.quickly-video .box .floatWrap a .floatTit {
  font-size: 2.6em;
  line-height: 1.2;
  font-weight: normal;
  text-transform: none;
}
.quickly-gates-01 .box .floatWrap a .info,
.quickly-gates-02 .box .floatWrap a .info,
.quickly-video .box .floatWrap a .info {
  font-size: 1.5em;
}
.quickly-gates-01 .box .floatWrap a .btn,
.quickly-gates-02 .box .floatWrap a .btn,
.quickly-video .box .floatWrap a .btn {
  display: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0);
  border-radius: 5px;
  margin: 23px auto 0;
  padding: 15px 0 14px;
  width: 150px;
}
.quickly-gates-01 .box .floatWrap a .btn-video,
.quickly-gates-02 .box .floatWrap a .btn-video,
.quickly-video .box .floatWrap a .btn-video {
  margin: 23px auto 0;
  width: 57px;
  height: 57px;
  display: block;
  background: url(/styles/images/icon/video.png) no-repeat center;
  cursor: pointer;
}
.quickly-gates-01 .box.secVideo,
.quickly-gates-02 .box.secVideo,
.quickly-video .box.secVideo {
  float: left;
  /*.bg {
        background-image: url(images/index/link-bg.jpg);
      }*/
}
.quickly-gates-01 .box.secVideo .info,
.quickly-gates-01 .box.secVideo .btn,
.quickly-gates-02 .box.secVideo .info,
.quickly-gates-02 .box.secVideo .btn,
.quickly-video .box.secVideo .info,
.quickly-video .box.secVideo .btn {
  display: none !important;
}
.quickly-gates-01 .box.secPro,
.quickly-gates-02 .box.secPro,
.quickly-video .box.secPro {
  float: right;
  /*.bg {
        background-image: url(images/index/link-bg2.jpg);
      }*/
}
.quickly-gates-01 .box.secPro .btn-video,
.quickly-gates-02 .box.secPro .btn-video,
.quickly-video .box.secPro .btn-video {
  display: none !important;
}

/*#product .quickly-video {
  .box {
    width: 100% !important;
    .bg {
      height: 630px;
      min-height: 630px;
    }
    .floatWrap {
      height: 630px;
      min-height: 630px;
      a {
        .btn-video {
          margin: 0 auto;
          width:80px;
          height:80px;
          background: url(/styles/images/icon/video-pro.png) no-repeat center;
        }
      }
    }
  }
}*/
/*@media (max-width:1366px) {
#product .quickly-video {
	  .box {
	    .bg {
	        height: 500px;
	        min-height: 500px;
	    }
	    .floatWrap {
	        height: 500px;
	        min-height: 500px;
        	a {
		        .btn-video {
		          width:70px;
		          height:70px;
		          background-size:70px; 
		        }
        	}
	    }
	  }
	}

}*/
@media (max-width: 992px) {
  .quickly-gates-02 .box,
  .quickly-video .box {
    /*width: 100%;*/
  }
  .quickly-gates-02 .box .bg,
  .quickly-video .box .bg {
    /*height: 350px;
      	min-height: 350px;*/
    /*height: 400px;
        min-height: 400px;*/
  }
  .quickly-gates-02 .box .floatWrap,
  .quickly-video .box .floatWrap {
    /*height: 350px;
        min-height: 350px;*/
    /*height: 400px;
        min-height: 400px;*/
  }
  .quickly-gates-02 .box .floatWrap:after,
  .quickly-video .box .floatWrap:after {
    background-color: rgba(0, 0, 0, 0.55);
  }
  .quickly-gates-02 .box .floatWrap a .floatTit,
  .quickly-gates-02 .box .floatWrap a .info,
  .quickly-gates-02 .box .floatWrap a .btn-video,
  .quickly-video .box .floatWrap a .floatTit,
  .quickly-video .box .floatWrap a .info,
  .quickly-video .box .floatWrap a .btn-video {
    opacity: 0.72;
  }
  .quickly-gates-02 .box .floatWrap a .btn,
  .quickly-video .box .floatWrap a .btn {
    font-weight: normal !important;
    padding: 13px 0 13px !important;
    background-color: rgba(199, 12, 7, 0.53);
  }
  .quickly-gates-02 .box .floatWrap a .btn-video,
  .quickly-video .box .floatWrap a .btn-video {
    width: 60px;
    height: 60px;
    background-size: 60px;
  }
  /*#product .quickly-video {
    .box {
      .bg {
        height: 400px;
        min-height: 400px;
      }
      .floatWrap {
        height: 400px;
        min-height: 400px;
      }
    }
  }*/
}

@media (max-width: 768px) {
  .quickly-gates-02 .box,
  .quickly-video .box {
    width: 100%;
  }
  /*#product .quickly-video {
    .box {
      .bg {
        height: 350px;
        min-height: 350px;
      }
      .floatWrap {
        height: 350px;
        min-height: 350px;
      }
    }
  }*/
}

@media (max-width: 680px) {
  .quickly-gates-02 .box,
  .quickly-video .box {
    /*.bg {
      	height: 270px;
        min-height: 270px;
      }*/
  }
  .quickly-gates-02 .box .floatWrap,
  .quickly-video .box .floatWrap {
    /*height: 270px;
        min-height: 270px;*/
  }
  .quickly-gates-02 .box .floatWrap a .floatTit,
  .quickly-video .box .floatWrap a .floatTit {
    font-size: 2.2em;
  }
  .quickly-gates-02 .box .floatWrap a .info,
  .quickly-video .box .floatWrap a .info {
    font-size: 1.2em !important;
  }
  /*#product .quickly-video {
    .box {
      .bg {
        height: 300px;
        min-height: 300px;
      }
      .floatWrap {
        height: 300px;
        min-height: 300px;
      }
    }
  }*/
}

@media (min-width: 991px) {
  .quickly-gates-02 .box .floatWrap,
  .quickly-video .box .floatWrap {
    /*&:hover:after {
          background-color: rgba(0, 0, 0, .65);
        }*/
  }
  .quickly-gates-02 .box .floatWrap a .floatTit,
  .quickly-gates-02 .box .floatWrap a .info,
  .quickly-video .box .floatWrap a .floatTit,
  .quickly-video .box .floatWrap a .info {
    text-transform: none;
    -webkit-transition: text-shadow 0.5s cubic-bezier(0.55, 0.055, 0.675, 0.19)
      0.5s;
    -moz-transition: text-shadow 0.5s cubic-bezier(0.55, 0.055, 0.675, 0.19)
      0.5s;
    -o-transition: text-shadow 0.5s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.5s;
    transition: text-shadow 0.5s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.5s;
    -webkit-transition: transform 0.5s;
    -moz-transition: transform 0.5s;
    -o-transition: transform 0.5s;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-text-shadow: 0 0 10px transparent, 0 0 15px transparent,
      0 0 30px transparent, 0 0 40px transparent, 0 0 70px transparent,
      0 0 80px transparent, 0 0 100px transparent;
    -moz-text-shadow: 0 0 10px transparent, 0 0 15px transparent,
      0 0 30px transparent, 0 0 40px transparent, 0 0 70px transparent,
      0 0 80px transparent, 0 0 100px transparent;
    -o-text-shadow: 0 0 10px transparent, 0 0 15px transparent,
      0 0 30px transparent, 0 0 40px transparent, 0 0 70px transparent,
      0 0 80px transparent, 0 0 100px transparent;
    text-shadow: 0 0 10px transparent, 0 0 15px transparent,
      0 0 30px transparent, 0 0 40px transparent, 0 0 70px transparent,
      0 0 80px transparent, 0 0 100px transparent;
  }
  .quickly-gates-02 .box .floatWrap a:hover .floatTit,
  .quickly-gates-02 .box .floatWrap a:hover .info,
  .quickly-video .box .floatWrap a:hover .floatTit,
  .quickly-video .box .floatWrap a:hover .info {
    -webkit-transform: scale3d(1.02, 1.02, 1);
    -moz-transform: scale3d(1.02, 1.02, 1);
    -o-transform: scale3d(1.02, 1.02, 1);
    transform: scale3d(1.02, 1.02, 1);
    -webkit-text-shadow: 0 0 10px #000, 0 0 20px #fff, 0 0 30px #fff,
      0 0 40px #d82d00, 0 0 70px #d82d00, 0 0 80px #d82d00, 0 0 100px #d82d00;
    -moz-text-shadow: 0 0 10px #000, 0 0 20px #fff, 0 0 30px #fff,
      0 0 40px #d82d00, 0 0 70px #d82d00, 0 0 80px #d82d00, 0 0 100px #d82d00;
    -o-text-shadow: 0 0 10px #000, 0 0 20px #fff, 0 0 30px #fff,
      0 0 40px #d82d00, 0 0 70px #d82d00, 0 0 80px #d82d00, 0 0 100px #d82d00;
    text-shadow: 0 0 10px #000, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #d82d00,
      0 0 70px #d82d00, 0 0 80px #d82d00, 0 0 100px #d82d00;
  }
  .quickly-gates-02 .box .floatWrap a .btn,
  .quickly-video .box .floatWrap a .btn {
    -webkit-transition: background-color 0.5s
      cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -moz-transition: background-color 0.5s
      cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: background-color 0.5s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: background-color 0.5s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  .quickly-gates-02 .box .floatWrap a:hover .btn,
  .quickly-video .box .floatWrap a:hover .btn {
    background-color: rgba(199, 12, 7, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.3);
  }
  .quickly-gates-02 .box .floatWrap a:hover .btn:hover,
  .quickly-video .box .floatWrap a:hover .btn:hover {
    background-color: rgba(199, 12, 7, 0.83);
  }
  .quickly-gates-02 .box .floatWrap a .btn-video,
  .quickly-video .box .floatWrap a .btn-video {
    opacity: 1;
    -webkit-transition: opacity 0.5s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -moz-transition: opacity 0.5s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: opacity 0.5s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: opacity 0.5s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  .quickly-gates-02 .box .floatWrap a:hover .btn-video,
  .quickly-video .box .floatWrap a:hover .btn-video {
    opacity: 0.3;
  }
  .quickly-gates-02 .box .floatWrap a:hover .btn-video:hover,
  .quickly-video .box .floatWrap a:hover .btn-video:hover {
    opacity: 1;
  }
}

/*.no-touch .quickly-gates-02 > .box .floatWrap > a:hover .btn.hover {
  background-color: rgba(255, 255, 255, 0.95);
  background-image: url(/images/top/arrow-gray17.png);
  border-color: rgba(255, 255, 255, 0.95);
  color: #313131;
}

.no-touch quickly-gates-02 > .box .btn.hover:hover {
  background-color: rgba(255, 255, 255, 0.95);
  background-image: url(/images/top/arrow-gray17.png);
  border-color: rgba(255, 255, 255, 0.95);
  color: #313131;
}*/
/*@media screen and (min-width: 768px) and (max-width: 1040px) {
  .quickly-gates-02 .secPro .hide dl dd p:not(.btn) {
    font-size: 13px;
    line-height: 1.6;
  }
}*/
.no-touch .quickly-gates-02 .secPro .floatWrap > a:hover > .floatTit,
.no-touch .quickly-gates-02 .secPro .floatWrap > a:hover > .btn {
  opacity: 0;
}

@media print, screen and (min-width: 992px) {
  .easeZoomIn {
    -webkit-transition: transform 0.5s cubic-bezier(0.34, 0.96, 0.74, 0.9);
    -moz-transition: transform 0.5s cubic-bezier(0.34, 0.96, 0.74, 0.9);
    -ms-transition: transform 0.5s cubic-bezier(0.34, 0.96, 0.74, 0.9);
    -o-transition: transform 0.5s cubic-bezier(0.34, 0.96, 0.74, 0.9);
    -webkit-transition: -webkit-transform 0.5s
      cubic-bezier(0.34, 0.96, 0.74, 0.9);
    transition: -webkit-transform 0.5s cubic-bezier(0.34, 0.96, 0.74, 0.9);
    transition: transform 0.5s cubic-bezier(0.34, 0.96, 0.74, 0.9);
    transition: transform 0.5s cubic-bezier(0.34, 0.96, 0.74, 0.9),
      -webkit-transform 0.5s cubic-bezier(0.34, 0.96, 0.74, 0.9);
  }
  .list:hover .easeZoomIn {
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
  }
}

.quickly-gates-03 {
  min-height: 650px;
  -webkit-filter: hue-rotate(0deg);
  filter: hue-rotate(0deg);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#d90d0a),
    to(#760400)
  );
  background: -webkit-linear-gradient(top, #d90d0a, #760400);
  background: -o-linear-gradient(top, #d90d0a, #760400);
  background: linear-gradient(to bottom, #d90d0a, #760400);
  /*animation:hue 10000ms infinite linear;*/
  position: relative;
  overflow: hidden;
}
.quickly-gates-03 .heading {
  color: #fff;
  font-size: 2.6em;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
}

@-webkit-keyframes hue {
  0% {
    -webkit-filter: hue-rotate(0deg);
    filter: hue-rotate(0deg);
  }
  100% {
    -webkit-filter: hue-rotate(360deg);
    filter: hue-rotate(360deg);
  }
}

@keyframes hue {
  0% {
    -webkit-filter: hue-rotate(0deg);
    filter: hue-rotate(0deg);
  }
  100% {
    -webkit-filter: hue-rotate(360deg);
    filter: hue-rotate(360deg);
  }
}
@keyframes flicker {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
/**/
.shape-animation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.shape {
  display: block;
  position: absolute;
  z-index: 1;
}

.shape span {
  display: block;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-size: cover;
}

.shape-1 {
  top: -130px;
  left: -363px;
  -webkit-animation: bg1animation 8s ease-out 1s;
  animation: bg1animation 8s ease-out 1s;
}

.shape-1 span {
  width: 891px;
  height: 891px;
  background-image: url(/styles/images/index/com-ltb.png);
}

.shape-2 {
  top: -130px;
  left: -313px;
  -webkit-animation: bg2animation 8s ease-out 1s;
  animation: bg2animation 8s ease-out 1s;
}

.shape-2 span {
  width: 640px;
  height: 640px;
  background-image: url(/styles/images/index/com-lts.png);
}

.shape-3 {
  bottom: -57px;
  left: -50px;
  -webkit-animation: bg3animation 6s ease-out 1s;
  animation: bg3animation 6s ease-out 1s;
}

.shape-3 span {
  width: 800px;
  height: 420px;
  background-image: url(/styles/images/index/com-lb.png);
}

.shape-4 {
  bottom: 0;
  right: -420px;
  -webkit-animation: bg4animation 6s ease-out 1s;
  animation: bg4animation 6s ease-out 1s;
}

.shape-4 span {
  width: 1040px;
  height: 1030px;
  background-image: url(/styles/images/index/com-br.png);
}

.shape-5 {
  bottom: 0;
  right: -420px;
  -webkit-animation: bg5animation 8s ease-out 1s;
  animation: bg5animation 8s ease-out 1s;
}

.shape-5 span {
  width: 760px;
  height: 760px;
  background-image: url(/styles/images/index/com-brs.png);
}

.shape-6 {
  top: -193px;
  right: -130px;
  -webkit-animation: bg6animation 6s ease-out 1s;
  animation: bg6animation 6s ease-out 1s;
}

.shape-6 span {
  width: 620px;
  height: 445px;
  background-image: url(/styles/images/index/com-tm.png);
}

.shape-7 {
  top: -60px;
  right: 180px;
  -webkit-animation: bg7animation 8s ease-out 1s;
  animation: bg7animation 8s ease-out 1s;
}

.shape-7 span {
  width: 370px;
  height: 230px;
  background-image: url(/styles/images/index/com-tms.png);
}

@-webkit-keyframes bg1animation {
  0% {
    -webkit-transform: translateX(-60px);
    transform: translateX(-60px);
    /*opacity:0;*/
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    /*opacity:1;*/
  }
}

@keyframes bg1animation {
  0% {
    -webkit-transform: translateX(-60px);
    transform: translateX(-60px);
    /*opacity:0;*/
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    /*opacity:1;*/
  }
}

@-webkit-keyframes bg2animation {
  0% {
    -webkit-transform: translateX(-200px);
    transform: translateX(-200px);
    /*opacity:0;*/
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    /*opacity:1;*/
  }
}

@keyframes bg2animation {
  0% {
    -webkit-transform: translateX(-200px);
    transform: translateX(-200px);
    /*opacity:0;*/
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    /*opacity:1;*/
  }
}

@-webkit-keyframes bg3animation {
  0% {
    -webkit-transform: translateY(120px);
    transform: translateY(120px);
    /*opacity:0;*/
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    /*opacity:1;*/
  }
}

@keyframes bg3animation {
  0% {
    -webkit-transform: translateY(120px);
    transform: translateY(120px);
    /*opacity:0;*/
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    /*opacity:1;*/
  }
}

@-webkit-keyframes bg4animation {
  0% {
    -webkit-transform: translateX(120px);
    transform: translateX(120px);
    /*opacity:0;*/
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    /*opacity:1;*/
  }
}

@keyframes bg4animation {
  0% {
    -webkit-transform: translateX(120px);
    transform: translateX(120px);
    /*opacity:0;*/
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    /*opacity:1;*/
  }
}

@-webkit-keyframes bg5animation {
  0% {
    -webkit-transform: translateX(200px);
    transform: translateX(200px);
    /*opacity:0;*/
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    /*opacity:1;*/
  }
}

@keyframes bg5animation {
  0% {
    -webkit-transform: translateX(200px);
    transform: translateX(200px);
    /*opacity:0;*/
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    /*opacity:1;*/
  }
}

@-webkit-keyframes bg6animation {
  0% {
    -webkit-transform: translateY(-400px);
    transform: translateY(-400px);
    /*opacity:0;*/
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    /*opacity:1;*/
  }
}

@keyframes bg6animation {
  0% {
    -webkit-transform: translateY(-400px);
    transform: translateY(-400px);
    /*opacity:0;*/
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    /*opacity:1;*/
  }
}

@-webkit-keyframes bg7animation {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    /*opacity:0;*/
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    /*opacity:1;*/
  }
}

@keyframes bg7animation {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    /*opacity:0;*/
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    /*opacity:1;*/
  }
}

/**/
#news-slider {
  position: relative;
  z-index: 5;
}
#news-slider .list .item {
  min-height: 150px;
  display: block;
  margin: 0 1.5rem 2rem 1.5rem;
}
#news-slider .list .item .left {
  width: 30%;
  min-width: 220px;
  display: inline-block;
  vertical-align: top;
}
#news-slider .list .item .left .pic {
  height: 150px;
  position: relative;
  overflow: hidden;
  background-image: url(/styles/images/common/logo-w.png);
  background-repeat: no-repeat;
  background-position: center;
}
#news-slider .list .item .left .date {
  color: #fff;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
  display: none;
  /*display:inline-block;*/
  position: absolute;
}
#news-slider .list .item .left .date .day {
  font-size: 38px;
  line-height: 1;
  display: block;
}
#news-slider .list .item .text {
  color: #fff;
  width: 60%;
  margin-left: 3%;
  display: inline-block;
  vertical-align: top;
}
#news-slider .list .item .text .title {
  font-size: 1.15em;
  line-height: 1.3;
  /*margin-bottom:0;*/
  font-weight: normal;
  -webkit-transition: text-shadow 0.35s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -moz-transition: text-shadow 0.35s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -ms-transition: text-shadow 0.35s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: text-shadow 0.35s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: text-shadow 0.35s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  /*-webkit-text-shadow: $shadow;
          -moz-text-shadow: $shadow;
          -o-text-shadow: $shadow;
          text-shadow: $shadow;*/
  display: block;
  height: 48px;
  /*行數設定*/
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  /*省略符號*/
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*顯示幾行*/
  -webkit-box-orient: vertical;
}
#news-slider .list .item .text .info {
  line-height: 1.3;
  opacity: 0.6;
  display: block;
  height: 40px;
  /*行數設定*/
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  /*省略符號*/
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*顯示幾行*/
  -webkit-box-orient: vertical;
}

@media (max-width: 1400px) {
  #news-slider .list .item .left {
    width: 100%;
  }
  #news-slider .list .item .left .pic {
    height: 250px;
  }
  #news-slider .list .item .text {
    width: 100%;
    margin-left: 0;
  }
  #news-slider .list .item .text .title {
    font-size: 1.3em;
    /*line-height:1.1;*/
  }
}

@media (max-width: 992px) {
  #news-slider .list .item .left .pic {
    height: 245px;
  }
  #news-slider .list .item .text .title {
    line-height: 1.2em;
    /*min-height:50px;*/
  }
  #news-slider .list .item .text .info {
    height: 35px;
  }
}

@media (max-width: 768px) {
  #news-slider .list .item .left .pic {
    height: 230px;
  }
  #news-slider .list .item .text .title {
    height: 45px;
    margin-bottom: 5px;
  }
}

@media (max-width: 580px) {
  #news-slider .list .item {
    margin: 0 2.5rem 2rem 2.5rem;
  }
  #news-slider .list .item .left .pic {
    height: 190px;
  }
}

@media (min-width: 991px) {
  #news-slider .list .item:hover .title {
    -webkit-text-shadow: 0 0 10px #000, 0 0 15px #fff, 0 0 20px #fff,
      20px 0 60px #d82d00, 20px 0 80px #d82d00;
    -moz-text-shadow: 0 0 10px #000, 0 0 15px #fff, 0 0 20px #fff,
      20px 0 60px #d82d00, 20px 0 80px #d82d00;
    -ms-text-shadow: 0 0 10px #000, 0 0 15px #fff, 0 0 20px #fff,
      20px 0 60px #d82d00, 20px 0 80px #d82d00;
    -o-text-shadow: 0 0 10px #000, 0 0 15px #fff, 0 0 20px #fff,
      20px 0 60px #d82d00, 20px 0 80px #d82d00;
    text-shadow: 0 0 10px #000, 0 0 15px #fff, 0 0 20px #fff,
      20px 0 60px #d82d00, 20px 0 80px #d82d00;
  }
}

/**/
#community-list {
  position: relative;
  z-index: 5;
  *zoom: 1;
}
#community-list:before,
#community-list:after {
  content: ' ';
  display: table;
}
#community-list:after {
  clear: both;
}
#community-list .list {
  /*width:30%;*/
  float: left;
  width: calc(100% / 3.4);
  vertical-align: top;
  display: inline-block;
  margin: 0 1.8% 2rem 1.8%;
  /*margin: 0 1.5rem 1rem 1.5rem;*/
  /*background-color:RED;*/
}
#community-list .list .item {
  width: 100%;
  min-height: 150px;
  display: block;
  position: relative;
}
#community-list .list .item .left {
  display: block;
  vertical-align: top;
}
#community-list .list .item .left .pic {
  width: 100%;
  height: 240px;
  display: block;
  position: relative;
  overflow: hidden;
  background-image: url(/styles/images/common/logo-w.png);
  background-repeat: no-repeat;
  background-position: center;
}
#community-list .list .item .left .date {
  color: #fff;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
  /*display:inline-block;*/
  display: none;
  position: absolute;
}
#community-list .list .item .left .date .day {
  font-size: 38px;
  line-height: 1;
  display: block;
}
#community-list .list .item .text {
  color: #fff;
  margin-top: 10px;
  display: inline-block;
  vertical-align: top;
}
#community-list .list .item .text .time {
  color: #aaa;
  display: none;
}
#community-list .list .item .text .title {
  color: #f2f2f2;
  display: block;
  font-size: 1.05em;
  line-height: 1.3;
  margin-bottom: 0;
  font-weight: normal;
  height: 60px;
  /*行數設定*/
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  /*省略符號*/
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /*顯示幾行*/
  -webkit-box-orient: vertical;
}
#community-list .list .item .text .info {
  opacity: 0.6;
  /*height:40px;*/
  /*行數設定*/
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  /*省略符號*/
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*顯示幾行*/
  -webkit-box-orient: vertical;
}

@media (max-width: 992px) {
  #community-list .list .item {
    /*.left {
          .pic {
          	height:230px;
            &:after {
              background:linear-gradient(to bottom,transparent 0%, rgba(0,0,0, .8) 60%);
            }
          }
        }*/
  }
  #community-list .list .item .text .time {
    display: none;
  }
}

@media (max-width: 580px) {
  #community-list {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  #community-list .list {
    width: calc(100% / 1);
    margin: 0 0 2rem 0;
  }
  #community-list .list .item {
    /*.left {
          .pic {
          	height:200px;
          }
        }*/
  }
  #community-list .list .item .text .title {
    font-size: 1.2em;
    height: 63px;
  }
}

@media (min-width: 991px) {
  #community-list .list:nth-of-type(1) {
    width: calc(100% / 1.6);
  }
  #community-list .list:nth-of-type(1) .item .left .pic {
    height: 510px;
  }
  #community-list .list:nth-of-type(1) .item .left .pic:after {
    opacity: 1 !important;
    /*background-color: rgba(0,0,0, .6);*/
  }
  #community-list .list:nth-of-type(1) .item .left .date {
    opacity: 1;
  }
  #community-list .list:nth-of-type(1) .item .left .date:after {
    width: 140px;
    height: 125px;
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    margin: -62px 0 0 -70px;
    /*transform: translateX(-50%) translateY(-50%) scale(1);*/
  }
  #community-list .list:nth-of-type(1) .item .left .date .day {
    font-size: 3.7em;
    letter-spacing: 5px;
  }
  #community-list .list:nth-of-type(1) .item .left .date span {
    font-size: 1.2em;
  }
  #community-list .list:nth-of-type(1) .item .text {
    width: 75%;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 70%;
  }
  #community-list .list:nth-of-type(1) .item .text .time {
    display: none;
  }
  #community-list .list:nth-of-type(1) .item .text .title {
    text-align: center;
    font-size: 1.8em;
    overflow: inherit;
    -webkit-transition: text-shadow 0.45s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -moz-transition: text-shadow 0.45s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: text-shadow 0.45s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: text-shadow 0.45s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-text-shadow: 0 0 10px transparent, 0 0 15px transparent,
      0 0 30px transparent, 0 0 40px transparent, 0 0 70px transparent,
      0 0 80px transparent, 0 0 100px transparent;
    -moz-text-shadow: 0 0 10px transparent, 0 0 15px transparent,
      0 0 30px transparent, 0 0 40px transparent, 0 0 70px transparent,
      0 0 80px transparent, 0 0 100px transparent;
    -o-text-shadow: 0 0 10px transparent, 0 0 15px transparent,
      0 0 30px transparent, 0 0 40px transparent, 0 0 70px transparent,
      0 0 80px transparent, 0 0 100px transparent;
    text-shadow: 0 0 10px transparent, 0 0 15px transparent,
      0 0 30px transparent, 0 0 40px transparent, 0 0 70px transparent,
      0 0 80px transparent, 0 0 100px transparent;
  }
  #community-list .list:nth-of-type(1) .item:hover .title {
    -webkit-text-shadow: 0 0 10px #000, 0 0 20px #fff, 0 0 30px #fff,
      0 0 40px #d82d00, 0 0 70px #d82d00, 0 0 80px #d82d00, 0 0 100px #d82d00;
    -moz-text-shadow: 0 0 10px #000, 0 0 20px #fff, 0 0 30px #fff,
      0 0 40px #d82d00, 0 0 70px #d82d00, 0 0 80px #d82d00, 0 0 100px #d82d00;
    -o-text-shadow: 0 0 10px #000, 0 0 20px #fff, 0 0 30px #fff,
      0 0 40px #d82d00, 0 0 70px #d82d00, 0 0 80px #d82d00, 0 0 100px #d82d00;
    text-shadow: 0 0 10px #000, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #d82d00,
      0 0 70px #d82d00, 0 0 80px #d82d00, 0 0 100px #d82d00;
  }
  #community-list .list:nth-of-type(2) .item .text,
  #community-list .list:nth-of-type(3) .item .text {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    /*@extend %blackToBot;*/
  }
}

/**/
/* effect hover 5 */
.ehover5 .item .left {
  position: relative;
  overflow: hidden;
}
.ehover5 .item .left .pic {
  position: relative;
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
  -webkit-transition: transform cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.45s;
  -moz-transition: transform cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.45s;
  -o-transition: transform cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.45s;
  -webkit-transition: -webkit-transform cubic-bezier(0.55, 0.055, 0.675, 0.19)
    0.45s;
  transition: -webkit-transform cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.45s;
  transition: transform cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.45s;
  transition: transform cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.45s,
    -webkit-transform cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.45s;
}
.ehover5 .item .left .pic:after {
  content: '';
  /*background-color: rgba(0,0,0, .7);*/
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.ehover5 .item .left .date {
  position: relative;
}
.ehover5 .item .left .date:after {
  content: '';
  display: block;
  font-weight: normal;
  border: 1px solid #fff;
  width: 85px;
  height: 85px;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
  -ms-transform: translateX(-50%) translateY(-50%) scale(1);
  transform: translateX(-50%) translateY(-50%) scale(1);
}

/*@media (max-width: 992px) {
  .ehover5 {
    .item {
      .left {
        .pic {
          &:after {
            background:linear-gradient(to bottom,transparent 0%, rgba(0,0,0, .8) 60%);
          }
        }
      }
    } 
  }
}*/
@media (min-width: 991px) {
  .ehover5 .item .left .pic:after {
    /*background-color: rgba(0,0,0, .7);*/
    opacity: 0;
    -webkit-transition: opacity cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.45s;
    -moz-transition: opacity cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.45s;
    -ms-transition: opacity cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.45s;
    -o-transition: opacity cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.45s;
    transition: opacity cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.45s;
  }
  .ehover5 .item .left .date {
    opacity: 0;
    -webkit-transition: opacity cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.45s;
    -moz-transition: opacity cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.45s;
    -o-transition: opacity cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.45s;
    transition: opacity cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.45s;
  }
  .ehover5 .item .left .date:after {
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(2.3);
    -ms-transform: translateX(-50%) translateY(-50%) scale(2.3);
    transform: translateX(-50%) translateY(-50%) scale(2.3);
    -webkit-transition: transform cubic-bezier(0.645, 0.045, 0.355, 1) 0.45s,
      opacity cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.45s;
    -moz-transition: transform cubic-bezier(0.645, 0.045, 0.355, 1) 0.45s,
      opacity cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.45s;
    -o-transition: transform cubic-bezier(0.645, 0.045, 0.355, 1) 0.45s,
      opacity cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.45s;
    -webkit-transition: opacity cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.45s,
      -webkit-transform cubic-bezier(0.645, 0.045, 0.355, 1) 0.45s;
    transition: opacity cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.45s,
      -webkit-transform cubic-bezier(0.645, 0.045, 0.355, 1) 0.45s;
    transition: transform cubic-bezier(0.645, 0.045, 0.355, 1) 0.45s,
      opacity cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.45s;
    transition: transform cubic-bezier(0.645, 0.045, 0.355, 1) 0.45s,
      opacity cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.45s,
      -webkit-transform cubic-bezier(0.645, 0.045, 0.355, 1) 0.45s;
  }
  .ehover5 .item:hover {
    /*.date {
        opacity: 1;
      }
      .date:after {
        opacity: 1;
        -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
        -moz-transform: translateX(-50%) translateY(-50%) scale(1);
        -o-transform: translateX(-50%) translateY(-50%) scale(1);
        transform: translateX(-50%) translateY(-50%) scale(1);
      }*/
  }
  .ehover5 .item:hover .pic {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .ehover5 .item:hover .pic:after {
    opacity: 0;
    -webkit-transition: opacity cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.45s;
    -moz-transition: opacity cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.45s;
    -o-transition: opacity cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.45s;
    transition: opacity cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.45s;
  }
  .ehover5 .item:hover .pic:after {
    opacity: 1;
  }
}

/**/
.list-link {
  *zoom: 1;
}
.list-link:before,
.list-link:after {
  content: ' ';
  display: table;
}
.list-link:after {
  clear: both;
}
.list-link .list {
  /*width: calc(100% / 4.6);
		margin: 0 1.25rem 3rem 1.25rem;*/
  vertical-align: top;
  display: inline-block;
  overflow: hidden;
}
.list-link .list .item {
  display: block;
}
.list-link .list .item .pic {
  text-align: center;
  display: block;
  position: relative;
}
.list-link .list .item .pic span {
  line-height: 0;
  height: 120px;
  overflow: hidden;
}
.list-link .list .item .pic span img {
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
}
.list-link .list .item .pic span:after {
  content: '';
  display: block;
  width: 101%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(199, 12, 7, 0.85);
  /*opacity: 0;
						transition: opacity .8s;*/
  opacity: 0;
}
/* .list-link .list .item .pic:before {
          content: '\e80b';
          font-family: "icon";
          font-size: 1em;
          text-align: center;
          display: block;
          color: #FFF;
          width: 32px;
          height: 32px;
          line-height: 32px;
          display: inline-block;
          background-color: rgba(199, 12, 7, 0.45);
          border-radius: 99em;
          position: absolute;
          right: .35rem;
          bottom: .55rem;
          z-index: 2; } */
.list-link .list .item .title {
  color: #fff;
  font-size: 1.05em;
  font-weight: normal;
  padding: 1.5rem 0 0 0;
  margin: 1.5rem 0 0 0;
  border-top: solid 1px #8f8f8f;
  position: relative;
}
.list-link .list .item .title:after {
  content: '';
  display: block;
  width: 20%;
  height: 6px;
  position: absolute;
  top: -3px;
  left: 0;
  background-color: #c70c07;
  -webkit-transition: width cubic-bezier(1, 0, 0, 1) 0.4s,
    height cubic-bezier(1, 0, 0, 1) 0.4s;
  -moz-transition: width cubic-bezier(1, 0, 0, 1) 0.4s,
    height cubic-bezier(1, 0, 0, 1) 0.4s;
  -o-transition: width cubic-bezier(1, 0, 0, 1) 0.4s,
    height cubic-bezier(1, 0, 0, 1) 0.4s;
  transition: width cubic-bezier(1, 0, 0, 1) 0.4s,
    height cubic-bezier(1, 0, 0, 1) 0.4s;
}
.list-link .list .item .txt {
  /*color:$gray4;*/
  font-size: 1.05em;
  font-weight: normal;
  padding: 1.5rem 0 0 0;
  margin: 1.5rem 0 0 0;
  border-top: solid 1px #8f8f8f;
  position: relative;
}
.list-link .list .item .txt:after {
  content: '';
  display: block;
  width: 20%;
  height: 6px;
  position: absolute;
  top: -3px;
  left: 0;
  background-color: #c70c07;
  -webkit-transition: width cubic-bezier(1, 0, 0, 1) 0.4s,
    height cubic-bezier(1, 0, 0, 1) 0.4s;
  -moz-transition: width cubic-bezier(1, 0, 0, 1) 0.4s,
    height cubic-bezier(1, 0, 0, 1) 0.4s;
  -o-transition: width cubic-bezier(1, 0, 0, 1) 0.4s,
    height cubic-bezier(1, 0, 0, 1) 0.4s;
  transition: width cubic-bezier(1, 0, 0, 1) 0.4s,
    height cubic-bezier(1, 0, 0, 1) 0.4s;
}
.list-link .list .item:hover .txt:after {
  width: 100%;
  height: 3px;
}

#forum .list {
  width: calc(100% / 4.6);
  margin: 0 1.25rem 3rem 1.25rem;
}

#partners .list {
  width: calc(100% / 3.4);
  margin: 0 1.6rem 3rem 1.6rem;
}
#partners .list .item .pic {
  background-color: #fff;
}

#location {
  text-align: center;
  margin: auto;
  display: block;
}
#location .list {
  width: calc(100% / 2.2);
  margin: 0 1.25rem 3rem 1.25rem;
}
#location .list .item {
  position: relative;
}
#location .list .item .pic {
  /*height:145px;*/
  /*span {
					height:150px;
				}*/
}
#location .list .item .title {
  text-align: left;
  color: #c70c07;
  font-weight: bold;
  /*padding: 1rem 0;*/
}
#location .list .item .area {
  text-align: left;
  font-size: 18px;
  width: 100%;
  display: block;
}
#location .list .item .area .place {
  color: #fff;
  position: relative;
  /*float:left;*/
}
#location .list .item .area .place:after {
  content: ':';
  display: inline-block;
  color: #fff;
  font-size: 20px;
  padding: 0 6px;
}
#location .list .item .area .info {
  color: #aaa;
}
#location .list .item .area.web {
  line-height: 1.3;
}
#location .list .item .area.add {
  line-height: 1.3;
}

.area:before {
  display: table;
  content: ' ';
}

.area:after {
  display: table;
  content: ' ';
  clear: both;
}

@media (max-width: 992px) {
  #location .list {
    width: calc(100% / 1);
    margin: 2rem 0 !important;
  }
  #location .list .item .area {
    font-size: 1.05em;
  }
}

@media (max-width: 820px) {
  #location .list {
    margin: 0 1.7% 3.3rem 1.7% !important;
  }
}

@media (min-width: 991px) {
  #location .list {
    text-align: left;
    width: calc(100% / 2.2);
    margin: 0 1.25rem 4.5rem 0;
  }
  #location .list .item {
    position: relative;
    /*&:hover .web .info,*/
    /*0719修改*/
    /*&:hover .web { 
					color:$r3;
				}*/
  }
  #location .list .item .title {
    font-size: 1.3em;
    border-top: none;
    padding: 0;
    /*0719修改*/
    /*padding: 1.5rem 0 .5rem 0;*/
    margin: 0;
  }
  #location .list .item .title:after {
    display: none;
  }
  #location .list .item:hover .title:after {
    width: 100%;
    height: 3px;
  }
  #location .list .item .web .info,
  #location .list .item .add .info {
    /*0719修改*/
    font-size: 16px;
    -webkit-transition: color 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: color 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: color 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: color 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: color 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #location .list .item .web .info a:hover,
  #location .list .item .add .info a:hover {
    /*0719修改*/
    color: #c70c07;
    text-decoration: underline;
  }
  #forum .list-link .list .item:hover .title:after {
    width: 100%;
    height: 3px;
  }
}

@media (min-width: 991px) {
  #location .list .item .area.tel .info {
    display: inline-block;
    word-wrap: break-word;
    margin-top: 3px;
  }
  #location .list .item .area.web .info {
    display: inline-block;
    word-wrap: break-word;
    margin-top: 5px;
  }
  #location .list .item .area.add .info {
    display: inline-block;
    word-wrap: break-word;
    margin-top: 5px;
  }
  #location .list .item .area .place {
    float: left;
  }
  #location .list .item .area .info {
    float: left;
  }
}

@media (min-width: 1365px) {
  #location .list .item .area.tel .info {
    width: 78%;
  }
  #location .list .item .area.web .info {
    width: 78%;
  }
  #location .list .item .area.add .info {
    width: 78%;
  }
}

/*@media (min-width:991px) {
	#location .list .item .area.tel .info {
		width:78%;
		display:inline-block;
		word-wrap:break-word;
		margin-top:3px;
	}
	#location .list .item .area.web .info {
		width:78%;
		display:inline-block;
		word-wrap:break-word;
		margin-top:5px;
	}
	#location .list .item .area.add .info {
		width:78%;
		display:inline-block;
		word-wrap:break-word;
		margin-top:5px;
	}

	#location {
		.list {
			.item {
				.area {
				    .place {
					    float:left;
					}
					.info {
						float:left;
					}
				}
			}
		}
	}
}*/
@media (min-width: 821px) {
  #location .list .item-left {
    width: 43%;
    float: left;
    display: block !important;
    padding: 0;
    margin: 0 4% 0 0;
  }
  #location .list .item-right {
    width: 50%;
    float: left;
    display: block !important;
    padding: 0;
    margin: 0;
  }
}

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

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

@media (max-width: 1680px) {
  #forum .list .item .pic {
    height: 100px;
  }
}

@media (max-width: 1580px) {
  /*.list-link {
		.list {
			.item {
				.pic {
					height:100px;
				}
				.title {
					padding: 1.5rem 0 0 0 !important;
				}
			}
		}
	}*/
  /*0719修改*/
  #forum .list {
    margin: 0 1.2rem 3rem 1.2rem;
  }
  #partners .list {
    margin: 0 1.4rem 3rem 1.4rem;
  }
}

@media (max-width: 1366px) {
  .list-link .list {
    margin: 0 1.4% 2rem 1.4% !important;
  }
  #forum .list .item .pic {
    height: 90px;
  }
}

@media (max-width: 1280px) {
  #forum .list .item .pic {
    height: 75px;
  }
  #partners .list .item .pic {
    height: 90px;
  }
}

@media (max-width: 992px) {
  .list-link .list .item .title {
    padding: 1.5rem 0 0 0 !important;
  }
  #location .list .item .title {
    font-size: 1.3em;
    margin-top: 0.1rem;
    padding-top: 0.9rem !important;
  }
  /*#partners .list {
	    width: calc(100% / 2.17) !important;
	}*/
}

@media (max-width: 820px) {
  .list-link .list {
    width: calc(100% / 2.17) !important;
    margin: 0 1.7% 2rem 1.7% !important;
  }
  .list-link .list .item .pic {
    height: 100px !important;
  }
  .list-link .list .item .pic img {
    max-height: 100%;
  }
  .list-link .list .item .pic span {
    height: 100px !important;
  }
  #location .list .item .title {
    margin-top: 1.5rem;
    padding-top: 1.5rem !important;
  }
}

@media (max-width: 768px) {
  .list-link .list .item .pic:before {
    right: 0.35rem;
    bottom: 0.35rem;
  }
}

@media (max-width: 580px) {
  .list-link .list .item .pic img {
    max-height: 100%;
  }
  .list-link .list .item .pic:before {
    width: 30px !important;
    height: 30px !important;
    line-height: 30px !important;
    /*right: 2px !important;
						bottom: 7px !important;*/
  }
}

@media (max-width: 480px) {
  .list-link .list {
    width: calc(100% / 1) !important;
    /*.item {
				.pic {
					height:100px!important;
					min-height:inherit!important;
				}
			}*/
  }
}

@media (min-width: 991px) {
  .list-link .list {
    /*.item:hover .pic:before {
				opacity: 1;
				transform: scale(1);
			}
			.item:hover .pic span:after {
				opacity: 1;
			}
			.item:hover .title:after {
				width:100%;
				height:3px;
			}*/
  }
  .list-link .list .item .pic {
    overflow: hidden;
  }
  .list-link .list .item .pic span:after {
    opacity: 0;
    -webkit-transition: opacity 0.8s;
    -o-transition: opacity 0.8s;
    transition: opacity 0.8s;
  }
  .list-link .list .item .pic:before {
    font-size: 30px;
    color: rgba(199, 12, 7, 0.85);
    width: 50px;
    height: 50px;
    line-height: 50px;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    background-color: #fff;
    opacity: 0;
    -webkit-transition: opacity 0.8s, -webkit-transform 0.5s;
    transition: opacity 0.8s, -webkit-transform 0.5s;
    -o-transition: transform 0.5s, opacity 0.8s;
    transition: transform 0.5s, opacity 0.8s;
    transition: transform 0.5s, opacity 0.8s, -webkit-transform 0.5s;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    -webkit-transform: scale(1.6);
  }
  .list-link .list .item .title {
    font-size: 1.05em;
    padding: 2.5rem 0 0 0;
    margin: 1.9rem 0 0 0;
  }
  /*#forum .list-link .list .item:hover .title:after {
		width:100%;
		height:3px;
	}*/
}

/**/
#contact .body .inner .add a {
  color: #cecece;
  text-decoration: none;
}

#contact .body .inner .add a:hover {
  color: #c70c07;
  text-decoration: underline;
}

#contact .body .inner .add a .iconM-location {
  color: #c70c07;
}

#contact .body {
  border-bottom: solid 1px #3a3a3a;
  padding-bottom: 4%;
}
#contact .body .inner {
  /*max-width:600px;
			width:60%;
			display: block;
			margin: 0 auto;*/
}
#contact .body .inner .heading {
  color: #c70c07;
  text-align: center;
  padding-bottom: 0.8rem;
}
#contact .body .inner .area {
  font-size: 18px;
}
#contact .body .inner .area .place {
  color: #fff;
  position: relative;
}
#contact .body .inner .area .place:before {
  content: '+';
  display: inline-block;
  color: #e60012;
  font-size: 20px;
  padding-right: 5px;
}
#contact .body .inner .area .place:after {
  content: ':';
  display: inline-block;
  color: #fff;
  font-size: 20px;
  padding: 0 6px;
}

/**/
.list-link.line-bottome .list .item {
  padding: 0 1.7rem 0 0;
  padding-bottom: 3.3rem;
}
.list-link.line-bottome .list .item .title {
  font-size: 1.25em;
  padding: 0 0 1.2rem 0 !important;
  margin: 0 0 1.75rem 0;
  border-top: none;
  border-bottom: solid 1px #8f8f8f;
}
.list-link.line-bottome .list .item .title:after {
  width: 18%;
  top: inherit;
  bottom: -3px;
}
.list-link.line-bottome .list .item .area {
  color: #ccc;
  font-size: 1.1em;
}
.list-link.line-bottome .list .item .area .place {
  color: #fff;
  position: relative;
}
.list-link.line-bottome .list .item .area .place:before {
  content: '+';
  display: inline-block;
  color: #e60012;
  font-size: 20px;
  padding-right: 5px;
}
.list-link.line-bottome .list .item .area .place:after {
  content: ':';
  display: inline-block;
  color: #fff;
  font-size: 20px;
  padding: 0 6px;
}
.list-link.line-bottome .list .item .area a:hover {
  color: #e60012;
  text-decoration: underline;
}

.list-link.line-bottome .list .item:hover .title:after {
  width: 100%;
}

.list-link.line-bottome .list .item:hover .title {
  text-shadow: 0 0 7px #000, 0 0 20px #fff, 0 0 40px #d82d00, 0 0 60px #d82d00;
}

@media (max-width: 1366px) {
  .list-link.line-bottome .list {
    margin: 0 0 0 0 !important;
  }
}

@media (max-width: 1440px) {
  #contact .body .inner .area {
    font-size: 16px;
  }
}

@media (max-width: 992px) {
  #contact .body .inner .heading {
    font-size: 1.7em;
  }
  .list-link.line-bottome .list .item .title {
    font-size: 1.4em;
  }
}

@media (max-width: 580px) {
  #contact .body .inner .heading {
    font-size: 1.55em;
  }
  .list-link.line-bottome .list .item .title {
    font-size: 1.45em;
    text-align: center;
  }
}

@media (min-width: 1023px) {
  #contact .body .inner {
    max-width: 660px;
    /*max-width:600px;*/
    width: 60%;
    display: block;
    margin: 0 auto;
  }
}

/*page-banner*/
#page-banner {
  position: relative;
  width: 100%;
  height: 470px;
  min-height: 400px;
  max-height: 100vh;
  overflow: hidden;
  z-index: 1;
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  /*&.low {
    height: 480px;
    min-height: 250px;
    .text {
      top: inherit;
      transform: inherit;
      bottom: 10%;
    }
    .pic {
      height: 480px;
      min-height: 250px;
    }
  }*/
}
/* #page-banner:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
} */
#product #page-banner .text {
  width: 100%;
  margin: auto;
  z-index: 100;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  z-index: 5;
/* 250922 Breadcrumb Add Edit */
/*
  padding-top: 175px;
  padding-top: 114px;
*/
  padding-top: 114px;
}
@media (max-width: 1280px) {
  #product #page-banner .text {
    padding-top: 100px;
  }
}
/*/////////////////////////////////////*/

#product #page-banner {
  margin-bottom: 74px;
  max-height: none;
}
@media (max-width: 1680px) {
  #product #page-banner {
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  #product #page-banner {
    margin-bottom: 0px;
  }
}
#product #page-banner .logo_item_box_bg {
  padding: 75px 0 30px;
}
@media (max-width: 992px) {
  #product #page-banner .logo_item_box_bg {
    padding: 20px 0;
  }
}
@media (max-width: 575px) {
  #product #page-banner .logo_item_box_bg .container {
    max-width: 100%;
    padding: 0;
  }
}
#product #page-banner .logo_item_box_bg .container .logo_item_box {
  text-align: center;
  padding: 0 3%;
}
@media (max-width: 1367px) {
  #product #page-banner .logo_item_box_bg .container .logo_item_box {
    padding: 0;
  }
}
#product #page-banner .logo_item_box_bg .container .logo_item_box .logo_box {
  display: inline-block;
  overflow: hidden;
  padding: 10px;
}
@media (max-width: 575px) {
  #product #page-banner .logo_item_box_bg .container .logo_item_box .logo_box {
    padding: 3px;
  }
}
#product
  #page-banner
  .logo_item_box_bg
  .container
  .logo_item_box
  .logo_box
  img {
  width: 100px;
  height: 100px;
  opacity: 0.6;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
@media (max-width: 1400px) {
  #product
    #page-banner
    .logo_item_box_bg
    .container
    .logo_item_box
    .logo_box
    img {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 992px) {
  #product
    #page-banner
    .logo_item_box_bg
    .container
    .logo_item_box
    .logo_box
    img {
    width: 60px;
    height: 60px;
  }
}
#product #page-banner .logo_item_box_bg .container .logo_item_box .logo_box a {
  display: inline-block;
}
#product
  #page-banner
  .logo_item_box_bg
  .container
  .logo_item_box
  .logo_box
  a:hover
  img {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
  opacity: 1;
  -webkit-filter: contrast(1.3);
}

/*
//////////////////////
*/
#page-banner .text a {
  color: #fff;
}
#page-banner .pic {
  width: 100%;
  height: 470px;
  min-height: 400px;
  max-height: 100vh;
  position: fixed;
  z-index: -1;
}
#page-banner.small {
  height: 395px;
  min-height: 395px;
}
#page-banner.small .text {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-20%);
  -ms-transform: translateY(-20%);
  transform: translateY(-20%);
}
#page-banner.small .pic {
  height: 395px;
  min-height: 395px;
}

@media (max-width: 1366px) {
  #page-banner {
    height: 420px;
    min-height: 350px;
    /*&.low{
      height: 350px;
      min-height: 350px;
      .pic{
        height: 350px;
        min-height: 350px;
      }
    }*/
  }
  #page-banner .pic {
    height: 420px;
    min-height: 350px;
  }
  #page-banner.small {
    height: 365px;
    min-height: 365px;
  }
  #page-banner.small .pic {
    height: 365px;
    min-height: 365px;
  }
}

/*@media (max-width:1024px) {
  #page-banner {
    height: 370px;
    min-height: 300px;
    .pic{
      height: 370px;
      min-height: 300px;
    }
  }
}*/
/*@media (max-width:768px) {
  #page-banner {
    height: 320px;
    min-height: 300px;
    .pic{
      height: 320px;
      min-height: 300px;
    }
  }
}*/
@media (max-width: 1024px) {
  #page-banner {
    height: 300px;
    min-height: 300px;
    /*&.low{
      height: 260px;
      min-height: 260px;
      .pic{
        height: 260px;
        min-height: 260px;
      }
    }*/
  }
  #page-banner .pic {
    height: 300px;
    min-height: 300px;
  }
  #page-banner.small {
    height: 250px;
    min-height: 250px;
  }
  #page-banner.small .pic {
    height: 250px;
    min-height: 250px;
  }
  #page-banner.small .text {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-10%);
    -ms-transform: translateY(-10%);
    transform: translateY(-10%);
  }
}

/*@media (max-width: 768px) {
  #page-banner {
    &.small {
		height: 240px;
		min-height: 240px;
		.pic {
			height: 240px;
			min-height: 240px;
		}
		.text {
		    transform: translateY(-10%);
		}
	}
    .font-70 {
        font-size: 35px;
        font-size: 2.54444rem;
    }
  }
}*/
/*.products page-banner*/
.products #page-banner {
  height: 590px;
  min-height: 500px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.products #page-banner .text {
  padding-top: 7rem;
}
.products #page-banner .text .scrollbar-y {
  display: block;
  /*max-height: 280px;*/
  height: fit-content;
  /*height: fit-content;*/
  overflow: hidden;
}
.products #page-banner .pic {
  height: 590px;
  min-height: 500px;
}
.products #page-banner .pic img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.products #page-banner:after {
  background-color: transparent;
}

@media (max-width: 1580px) {
  .products #page-banner {
    height: 540px;
    min-height: 450px;
  }
  .products #page-banner .pic {
    height: 540px;
    min-height: 450px;
  }
}

@media (max-width: 1366px) {
  .products #page-banner {
    height: 490px;
    min-height: 400px;
  }
  .products #page-banner .pic {
    height: 490px;
    min-height: 400px;
  }
}

@media (max-width: 1024px) {
  .products #page-banner {
    height: 440px;
    min-height: 350px;
  }
  .products #page-banner .pic {
    height: 440px;
    min-height: 350px;
  }
}

@media (max-width: 768px) {
  .products #page-banner {
    height: 500px;
    min-height: 400px;
  }
  .products #page-banner .text {
    padding-top: 6rem;
    position: absolute;
    top: inherit;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .products #page-banner .text .scrollbar-y {
    /*max-height: 115px;*/
    /*max-height: 250px;*/
    display:block;
    height:fit-content;
    color: #aaa;
  }
  .products #page-banner .text .pic-right {
    padding-top: 1rem;
  }
  .products #page-banner .text .pic-right img {
    display: block;
    width: 75%;
    margin: auto;
  }
  .products #page-banner .pic {
    height: 500px;
    min-height: 400px;
  }
  #products .text-left .font-45 {
    text-align: center !important;
    font-size: 26px;
    font-size: 1.8em;
  }
}

@media (max-width: 580px) {
  .products #page-banner {
    height: 450px;
    min-height: 400px;
  }
  .products #page-banner .pic {
    height: 450px;
    min-height: 400px;
  }
}

@media (max-width: 480px) {
  .products #page-banner .text .scrollbar-y {
    /*max-height: 115px;*/
    /*max-height: 250px;*/
    height: fit-content;
    display:block;
  }
  .products #page-banner .text .pic-right img {
    width: 90%;
  }
}

/*page*/
[class*='splitText'] {
  font-weight: 700;
  font-weight: normal;
  opacity: 0;
}

[class*='splitText'] span {
  display: inline-block;
  opacity: 0;
}

/*.sprite {
    background-image: url(/styles/images/icon/spritesheet.png);
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
}*/
.nav-sort {
  width: 100%;
  /*@include linear-gradient(to right, rgba($deep-g, .9) 0%, rgba($b, .9) 100%);*/
  background-color: #111;
  position: absolute;
  top: 1px;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  padding-left: 30px;
  padding-right: 30px;
}
.nav-sort .scrollbar-x {
  width: 100%;
  position: relative;
  padding-left: 0;
  padding-right: 0;
}
.nav-sort .scrollbar-x .nav-prev {
  position: absolute;
  width: 30px;
  height: 100%;
  top: 0;
  left: -30px;
  z-index: 5;
  background-position: -105px -250px;
  cursor: pointer;
}
.nav-sort .scrollbar-x .nav-prev.disable {
  opacity: 0.5;
  pointer-events: none;
}
.nav-sort .scrollbar-x .nav-next {
  position: absolute;
  width: 30px;
  height: 100%;
  top: 0;
  right: -30px;
  z-index: 5;
  background-position: -244px -130px;
  cursor: pointer;
}
.nav-sort .scrollbar-x .nav-next.disable {
  opacity: 0.5;
  pointer-events: none;
}
.nav-sort .scrollbar-x.mCS_no_scrollbar .nav-prev,
.nav-sort .scrollbar-x.mCS_no_scrollbar .nav-next {
  pointer-events: none;
  visibility: hidden;
}
.nav-sort .scrollbar-x .mCSB_container {
  margin-bottom: 0 !important;
}
.nav-sort .scrollbar-x #mCSB_2_scrollbar_horizontal {
  visibility: hidden;
  opacity: 0;
}
.nav-sort .inBox {
  opacity: 1;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.nav-sort .inBox li {
  display: inline-block;
  vertical-align: top;
  color: #777;
  position: relative;
  z-index: 2;
  /*&:after {
        content: '';
        width: 100%;
        height: 100%;
        @include center;
        @include linear-gradient(to bottom, #27C5C8 0%, $b 100%);
        opacity: 0;
        transition: opacity .5s $easeInOutSine;
        z-index: -1;
      }
      &.is-active {
        color: $w;
        &:after {
          opacity: 1;
        }
      }*/
}
.nav-sort .inBox li a {
  font-size: 1.1em;
  display: block;
  width: 100%;
  height: 100%;
  color: #777;
  white-space: nowrap;
  padding: 1.5rem 1.3rem;
  position: relative;
}
.nav-sort .inBox li a:after {
  content: '/ ';
  display: inline-block;
  color: #777;
  position: absolute;
  left: -4px;
}
.nav-sort .inBox li a:hover {
  color: #f2f2f2;
}
.nav-sort .inBox li:first-child a:after {
  display: none;
}
.nav-sort .inBox li.is-active a {
  color: #fff;
}

@media (max-width: 1680px) {
  .nav-sort .inBox li a {
    font-size: 1.1em;
    padding: 1rem;
  }
}

@media (max-width: 1280px) {
  .nav-sort .inBox li a {
    padding: 1rem 0.9rem;
  }
}

@media (max-width: 992px) {
  .nav-sort .inBox li.is-active a {
    background-color: rgba(199, 12, 7, 0.45);
  }
  .nav-sort .inBox li a:after {
    content: ' ';
  }
}

@media (max-width: 768px) {
  /*.nav-sort {
	  padding-left: 1rem;
	  padding-right: 1rem;
	}*/
  .nav-sort .container,
  .nav-sort .tab-pages.tabs.fixed,
  .tab-pages .nav-sort .tabs.fixed {
    width: 100%;
  }
}

@media (min-width: 993px) {
  .nav-sort {
    text-align: center;
  }
  .nav-sort .inBox {
    /*left: 50%;
			bottom: auto;
			right: auto;
			transform: translateX(-50%);
			display:inline-block;
			position:relative;*/
  }
}

.view-more {
  color: #000;
}
.view-more .sprite {
  margin-right: 10px;
}

.home .view-more:hover .sprite {
  -webkit-animation: rorateX 0.8s cubic-bezier(0.645, 0.045, 0.355, 1) infinite;
  animation: rorateX 0.8s cubic-bezier(0.645, 0.045, 0.355, 1) infinite;
}

@-webkit-keyframes rorateX {
  from {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
  to {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
  }
}

@-o-keyframes identifier {
  from {
    transform: rotateX(0deg);
  }
  to {
    transform: rotateX(180deg);
  }
}

@-moz-keyframes identifier {
  from {
    transform: rotateX(0deg);
  }
  to {
    transform: rotateX(180deg);
  }
}

@-webkit-keyframes identifier {
  from {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
  to {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
  }
}

@keyframes identifier {
  from {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
  to {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
  }
}

/*magic-fadeInUp*/
.magic-fadeInbg {
  opacity: 0;
}

.magic-fadeIn {
  opacity: 0;
}

.magic-fadeInUp {
  -webkit-transform: translateY(200px);
  -ms-transform: translateY(200px);
  transform: translateY(200px);
  opacity: 0;
}

.magic-fadeInLeft {
  -webkit-transform: translateX(-200px);
  -ms-transform: translateX(-200px);
  transform: translateX(-200px);
  opacity: 0;
}

.magic-fadeInRight {
  -webkit-transform: translateX(200px);
  -ms-transform: translateX(200px);
  transform: translateX(200px);
  opacity: 0;
}

/*footer*/
_:-ms-input-placeholder,
:root #footer .fMenu {
  /*ie10 以上*/
  bottom: 0 !important;
}

:root #footer .fMenu {
  /*ie9 only*/
  bottom: 0\9 !important;
}

#footer {
  /* position: relative; */
  width: 100%;
  z-index: 0;
  padding: 0;
  background-image: url(/styles/images/common/point.png);
  margin: 0;
}
#footer .design {
  color: #555;
  /*design by隱藏*/
  /*position: fixed;
    left: -2000em;*/
}
#footer .design a {
  color: #555 !important;
}
#footer .design a:hover {
  color: #fff !important;
}
#footer .footer-top {
  padding-top: 1.6rem;
  padding-bottom: 3.5rem;
  position: relative;
  -webkit-transition: padding 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: padding 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: padding 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#footer .footer-top .website {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  /*ul:hover li.title:after {
        background: linear-gradient(to right, transparent 2%, red, orange, yellow, green, blue, indigo, violet ,transparent 98%);
      }*/
}
#footer .footer-top .website ul {
  width: 16%;
  display: inline-block;
  vertical-align: top;
}
#footer .footer-top .website ul.follow .title:after {
  display: none;
}
#footer .footer-top .website ul.follow a:hover {
  text-shadow: none !important;
}
#footer .footer-top .website ul li {
  font-size: 15.5px;
  padding: 0.11rem 1.1rem;
}
#footer .footer-top .website ul li.title {
  color: #ddd;
  font-size: 20px;
  letter-spacing: 0.05rem;
  text-align: center;
  pointer-events: none;
  width: 140px;
  padding: 1.3rem 0;
  margin-bottom: 1.1rem;
  position: relative;
}
#footer .footer-top .website ul li.title:after {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}
#footer .footer-top .website ul li a {
  color: #777;
}
#footer .footer-top .website ul li a:hover {
  color: #fff;
  text-shadow: 0 0 7px #000, 0 0 20px #fff, 0 0 40px #d82d00, 0 0 60px #d82d00;
}
#footer .footer-top .follow li {
  display: inline-block;
  padding: 0 !important;
}
#footer .footer-top .follow li:nth-of-type(1) {
  display: block;
  padding: 1.3rem 0 !important;
  margin-bottom: 0;
}
#footer .footer-top .follow li.title {
  text-align: left !important;
  display: block;
  padding: 1.3rem 0;
  margin-bottom: 0 !important;
}
#footer .footer-top .follow li .icon {
  color: #8b8b8b;
  font-size: 21px;
  line-height: 40px;
  width: 40px;
  height: 40px;
  margin: 0 0.7rem 1.2rem 0;
  display: inline-block;
  vertical-align: bottom;
  border-radius: 50%;
  border: solid 1.5px #8b8b8b;
  text-align: center;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#footer .footer-top .follow li .icon:before {
  line-height: 40px;
  text-align: center;
}
#footer .footer-top .follow li .icon:hover {
  color: #fff;
  border: solid 1.5px #fff;
}
#footer .footer-top .follow li .icon.youku:before {
  font-size: 19px;
  margin-right: 0.8em;
}
#footer .footer-bot {
  background-image: url(/styles/images/common/point.png);
  color: #777;
  padding-top: 1.1rem;
  padding-bottom: 1.5rem;
  border-top: solid 1px #2f2f2f;
  position: relative;
}
#footer .footer-bot ul {
  margin-bottom: 0;
}
#footer .footer-bot ul li {
  font-size: 15px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
#footer .footer-bot ul li.legal {
  margin: 0 15px;
  position: relative;
}
#footer .footer-bot ul li.legal:after {
  content: '';
  width: 1px;
  height: 15px;
  display: block;
  background-color: #777;
  position: absolute;
  top: 4px;
  right: -17px;
}
#footer .footer-bot ul li.privacy {
  margin: 0 15px;
  position: relative;
}
#footer .footer-bot ul li.copyright {
  margin: 0 15px;
  position: relative;
}
#footer .footer-bot ul li.privacy:after {
  content: '';
  width: 1px;
  height: 15px;
  display: block;
  background-color: #777;
  position: absolute;
  top: 4px;
  right: -17px;
}
#footer .footer-bot ul li.memberTerm {
  margin: 0 15px;
}
#footer .footer-bot ul li a {
  color: #777;
  display: inline-block;
}
#footer .footer-bot ul li a:hover {
  color: #fff;
  text-decoration: underline;
}
#footer .fMenu {
  text-align: center;
  width: 82px;
  height: 66px;
  display: block;
  position: fixed;
  bottom: -66px;
  right: 0;
  z-index: 6;
  /*border-left: solid 1px #2f2f2f;
    border-right: solid 1px #2f2f2f;*/
}
.max-md-size #footer .fMenu {
  -webkit-transition: bottom 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: bottom 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: bottom 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: bottom 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: bottom 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.min-md-size #footer .fMenu {
  bottom: 0;
}
#footer .fMenu a:not(.top) {
  display: none;
}
#footer .fMenu i {
  color: #e60012;
  font-size: 2.4rem;
  position: relative;
}
#footer .fMenu.actived {
  bottom: 0 !important;
}
#footer .fMenu .close-button {
  display: none !important;
}

@media (max-width: 1366px) {
  #footer .footer-top {
    padding-top: 2.2rem;
    padding-bottom: 1.8rem;
  }
  #footer .footer-top .website ul {
    width: 19%;
  }
  #footer .footer-top .follow {
    text-align: center;
    display: block !important;
    width: 100% !important;
  }
  #footer .footer-top .follow li.title {
    width: inherit !important;
    text-align: center !important;
  }
  #footer .footer-top .follow li .icon {
    margin: 0 0.35rem 0.5rem 0.35rem;
  }
  #footer .footer-bot {
    text-align: center;
    padding-top: 1.5rem;
  }
  #footer .footer-bot ul li {
    margin-right: 0;
  }
  #footer .footer-bot ul li.legal:after {
    top: 9px;
  }
  #footer .footer-bot ul li.privacy:after {
    top: 9px;
  }
  #footer .footer-bot ul li a {
    padding: 5px 0;
  }
  #footer .fMenu {
    width: 74px;
    height: 78px;
  }
  #footer .fMenu i {
    line-height: 80px;
  }
}

@media (max-width: 1280px) {
  #footer .footer-bot {
    text-align: left;
  }
}

@media (max-width: 1024px) {
  #footer {
    z-index: 400;
  }
  #footer .footer-top .website ul li.title {
    padding-bottom: 1.8rem !important;
    font-size: 19px;
  }
  #footer .footer-bot {
    text-align: center;
    margin-bottom: 46px;
    border-top: solid 1px rgba(85, 85, 85, 0.4);
  }
  #footer .footer-bot li {
    /*&.design {
          color:#555;
          font-size:16px;
          display:block;
          margin:5px 0 10px;
          a {
            color:#555;
            font-size:16px;
          }
        }*/
  }
  #footer .footer-bot li.copyright {
    display: block;
    padding: 1.4rem 0 0 0;
  }
  #footer .footer-bot li.legal a,
  #footer .footer-bot li.privacy a,
  #footer .footer-bot li.memberTerm a {
    color: #999;
    font-size: 16px;
    /* min-width: 125px; */
    padding: 5px 0;
  }
  #footer .footer-bot li.legal a {
    text-align: right;
  }
  #footer .footer-bot li.privacy a {
    text-align: center;
  }
  #footer .footer-bot li.memberTerm a {
    text-align: left;
  }
  #footer .fMenu {
    width: 100%;
    height: 50px;
    /*height:46px;*/
    position: fixed;
    border-left: solid 1px transparent;
    border-right: solid 1px transparent;
    border-top: solid 1px rgba(85, 85, 85, 0.4);
    background-color: rgba(0, 0, 0, 0.65);
  }
  #footer .fMenu i {
    line-height: inherit;
  }
  #footer .fMenu .top {
    display: block !important;
    line-height: 46px;
  }
}

@media (max-width: 992px) {
  #footer {
    background: -webkit-gradient(
      linear,
      left bottom,
      left top,
      color-stop(30%, #000),
      to(#313131)
    );
    background: -webkit-linear-gradient(bottom, #000 30%, #313131);
    background: -o-linear-gradient(bottom, #000 30%, #313131);
    background: linear-gradient(to top, #000 30%, #313131);
  }
  #footer:after {
    width: 100%;
    height: 80px;
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(20%, #000),
      to(transparent)
    );
    background: -webkit-linear-gradient(top, #000 20%, transparent);
    background: -o-linear-gradient(top, #000 20%, transparent);
    background: linear-gradient(to bottom, #000 20%, transparent);
  }
  #footer .footer-top {
    padding: 1.6rem 0;
  }
  #footer .footer-top .website ul {
    text-align: center;
    width: 100%;
    margin: 0.8rem 0;
  }
  #footer .footer-top .website ul:nth-of-type(2),
  #footer .footer-top .website ul:nth-of-type(3),
  #footer .footer-top .website ul:nth-of-type(5) {
    display: none;
  }
  #footer .footer-top .website ul li {
    font-size: 15px;
    display: inline-block;
    padding: 0 0.2rem;
  }
  #footer .footer-top .website ul li.title {
    width: inherit;
    padding: 0.9rem 0;
    margin-bottom: 0.7rem;
  }
  #footer .footer-top .website ul li a {
    display: inline-block;
    padding: 3px 0.5rem;
  }
  #footer .footer-top .follow li a {
    padding: 0 !important;
  }
  #footer .footer-bot {
    padding: 2rem 0;
  }
  #footer .footer-bot li {
    /*&.design {
          font-size:14px !important;
          margin:5px 0 0;
        }*/
  }
  #footer .footer-bot li a {
    font-size: 15px !important;
  }
  #footer .fMenu .top span {
    display: none;
  }
}

@media (max-width: 768px) {
  #footer {
    padding-bottom: 5px;
  }
  #footer:after {
    height: 50px;
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(10%, #000),
      to(transparent)
    );
    background: -webkit-linear-gradient(top, #000 10%, transparent);
    background: -o-linear-gradient(top, #000 10%, transparent);
    background: linear-gradient(to bottom, #000 10%, transparent);
  }
  #footer .footer-top .container {
    width: 65%;
  }
  #footer .footer-top .website ul {
    margin: 0 0 0.8rem 0;
  }
  #footer .footer-top .website ul:nth-of-type(1),
  #footer .footer-top .website ul:nth-of-type(4) {
    display: none;
  }
  #footer .footer-bot {
    padding: 1.8rem 0;
  }
  #footer .footer-bot li {
    /*&.design {
          font-size:14px !important;
        }*/
  }
  #footer .footer-bot li a {
    font-size: 14px !important;
  }
  #footer .fMenu {
    width: 100%;
    border-top: 2px solid rgba(199, 12, 7, 0.3);
    background-image: url(/styles/images/common/point.png);
  }
  #footer .fMenu a {
    font-size: 14px;
    float: left;
    display: block !important;
    /*width: calc(100% / 3) !important;*/
    line-height: 46px;
    border-left: solid 1px rgba(85, 85, 85, 0.2);
  }
  #footer .fMenu a.fMenu-butPro {
    border-left: none;
    width: 40%;
  }
  #footer .fMenu a.close-button {
    border-left: none;
    width: 40%;
    display: none;
    position: relative;
    top: inherit;
    padding: 0;
  }
  #footer .fMenu a.close-button i {
    position: relative;
    top: -5px;
    left: -30px;
    display: inline-block;
  }
  #footer .fMenu a.fMenu-butBuy {
    width: 40%;
  }
  #footer .fMenu a.top {
    width: 20%;
  }
  .product-back #footer .fMenu a.fMenu-butPro {
    display: none !important;
  }
  .product-back #footer .fMenu a.close-button {
    display: block !important;
  }
}

@media (max-width: 575px) {
  #footer .footer-bot ul {
    display: flex;
    flex-wrap: wrap;
  }
  #footer .footer-bot ul li {
    width: calc(50% - 30px);
  }
  #footer .footer-bot li.copyright {
    width: 100%;
  }
  #footer .footer-bot li.copyright span {
    display: block;
  }
  #footer .footer-bot ul li.legal {
    text-align: right;
  }
  #footer .footer-bot ul li.legal:after {
    right: -16px;
  }
  #footer .footer-bot ul li.privacy {
    text-align: left;
  }
  #footer .footer-bot ul li.privacy:after {
    display: none;
  }
  #footer .footer-bot ul li.memberTerm {
    width: 100%;
  }
}
@media (max-width: 320px) {
  #footer .footer-bot ul li.legal:after {
    right: -24px;
  }
}
@media (min-width: 992px) {
  #footer .fMenu .top span {
    position: absolute;
    opacity: 0;
  }
  #footer .footer-top .follow li:nth-of-type(2):hover .icon {
    background-color: #3b5998;
    border: solid 1.5px #3b5998;
  }
  #footer .footer-top .follow li:nth-of-type(3):hover .icon {
    background-color: #e62226;
    border: solid 1.5px #e62226;
  }
  #footer .footer-top .follow li:nth-of-type(4):hover .icon {
    background-color: #d90c10;
    border: solid 1.5px #d90c10;
  }
  #footer .footer-top .follow li:nth-of-type(5):hover .icon {
    background-color: #00acee;
    border: solid 1.5px #00acee;
  }
  #footer .footer-top .follow li:nth-of-type(6):hover .icon {
    background-color: #06a2eb;
    border: solid 1.5px #06a2eb;
  }
  #footer .footer-top .follow li:nth-of-type(7):hover .icon {
    background-color: #d22f71;
    border: solid 1.5px #d22f71;
  }
  #footer .footer-top .follow li:nth-of-type(8):hover .icon {
    background-color: #dd4b39;
    border: solid 1.5px #dd4b39;
  }
}

@media (min-width: 1023px) {
  #footer .fMenu .top {
    position: relative;
  }
  #footer .fMenu .top i {
    position: relative;
    top: 0;
    -webkit-transition: top 0.4s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -moz-transition: top 0.4s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -ms-transition: top 0.4s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: top 0.4s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.4s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  #footer .fMenu .top:hover i {
    color: #fff;
    top: -20px;
  }
  #footer .fMenu .top span {
    /*position: absolute;*/
    top: 0px;
    left: 10px;
    /*opacity:0;*/
    -webkit-transition: opacity 0.4s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.1s;
    -moz-transition: opacity 0.4s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.1s;
    -ms-transition: opacity 0.4s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.1s;
    -o-transition: opacity 0.4s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.1s;
    transition: opacity 0.4s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.1s;
  }
  #footer .fMenu .top:hover span {
    opacity: 1;
  }
}

/* ==========================================================================
    about [共用]
 ==========================================================================*/
[class^='section'] h3 {
  font-weight: normal;
}

.section {
  color: #cecece;
  font-size: 18px;
}
.section .background {
  line-height: 0;
}
.section .title {
  color: #fff;
  line-height: 1.2em;
  position: relative;
}

.about-section .section {
  padding: 2rem 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.about-section .section .title {
  padding-bottom: 0.8rem;
  margin-bottom: 1.3rem;
}
.about-section .section .title:after {
  content: '';
  display: block;
  width: 13%;
  min-width: 80px;
  height: 6px;
  background-color: #c70c07;
  position: absolute;
  bottom: 0;
  left: 0;
}

#product .section {
  /*border-bottom: solid 1px #535353;*/
}
#product .section:last-child {
  border-bottom: none;
}

#product .product-backBox {
  position: relative;
  top: -5.3rem;
}

@media (max-width: 1680px) {
  #product .product-backBox {
    top: -4.7rem;
  }
}

@media (max-width: 1280px) {
  #product .product-backBox {
    top: inherit;
    padding-bottom: 2rem;
  }
}

@media (max-width: 992px) {
  #product .product-backBox {
    padding-bottom: 1rem;
  }
}

@media (max-width: 768px) {
  .product-backBox {
    display: none;
  }
}

@media (max-width: 488px) {
  #product .section .title {
    font-size: 1.5em;
  }
}

@media (min-width: 1281px) {
  .product-list .list {
    overflow: hidden;
  }
  /*流光/眩光*/
  /*.product-list .list a.item::after {
		position: absolute;
		top: 0;
		left: 90%;
	  z-index:99;
		content: '';
	  width: 200%;
	  height: 60%;
	  transform: rotate(45deg);
	  transition: all .7s;
	  pointer-events: none;
	  background: rgba(255, 255, 255, 0.7);
	  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 22%, rgba(255, 255, 255, 0.7) 80%, rgba(255, 255, 255, 0) 100%);
	  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(22%, rgba(255, 255, 255, 0.7)), color-stop(80%, rgba(255, 255, 255, 0.7)), color-stop(100%, rgba(255, 255, 255, 0)));
	  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 22%, rgba(255, 255, 255, 0.7) 80%, rgba(255, 255, 255, 0) 100%);
	  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 22%, rgba(255, 255, 255, 0.7) 80%, rgba(255, 255, 255, 0) 100%);
	  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 22%, rgba(255, 255, 255, 0.7) 80%, rgba(255, 255, 255, 0) 100%);
	  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 22%, rgba(255, 255, 255, 0.7) 80%, rgba(255, 255, 255, 0) 100%);
	  opacity: .1 !important;
	}*/
  /*#page-banner .pic-left::after {
		position: absolute;
		top: 0;
		left: 50%;
	  z-index:99;
		content: '';
	  width: 300%;
	  height: 100%;
	  transform: rotate(45deg);
	  transition: all .7s;
	  pointer-events: none;
	  background: rgba(255, 255, 255, 0.7);
	  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 22%, rgba(255, 255, 255, 0.7) 80%, rgba(255, 255, 255, 0) 100%);
	  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(22%, rgba(255, 255, 255, 0.7)), color-stop(80%, rgba(255, 255, 255, 0.7)), color-stop(100%, rgba(255, 255, 255, 0)));
	  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 22%, rgba(255, 255, 255, 0.7) 80%, rgba(255, 255, 255, 0) 100%);
	  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 22%, rgba(255, 255, 255, 0.7) 80%, rgba(255, 255, 255, 0) 100%);
	  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 22%, rgba(255, 255, 255, 0.7) 80%, rgba(255, 255, 255, 0) 100%);
	  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 22%, rgba(255, 255, 255, 0.7) 80%, rgba(255, 255, 255, 0) 100%);
	  opacity: .1 !important;
	}*/
  /*#page-banner:hover .pic-left::after {
		left: -100%;
		-webkit-transform: scale3d(5.9,1.4,1) rotate3d(0,0,1,65deg) translate3d(0,100%,0);
		        transform: scale3d(5.9,1.4,1) rotate3d(0,0,1,65deg) translate3d(0,100%,0);
	}*/
  .product-list .list:hover a.item::after {
    left: -50%;
    -webkit-transform: scale3d(5.9, 1.4, 1) rotate3d(0, 0, 1, 65deg)
      translate3d(0, 100%, 0);
    transform: scale3d(5.9, 1.4, 1) rotate3d(0, 0, 1, 65deg)
      translate3d(0, 100%, 0);
  }
}

/*product*/
/*產品輪播*/
#pro-slider .slider-for .list img {
  max-height: 100%;
}

#pro-slider .slider-nav {
  display: block;
}
#pro-slider .slider-nav .team {
  /*background-color:red;*/
}
#pro-slider .slider-nav .team .team-img {
  width: 80px;
  height: 80px;
  margin: auto;
  border-radius: 100%;
  overflow: hidden;
  border: solid 1.5px #5b5b5b;
  position: relative;
  -webkit-transition: transform cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.45s;
  -moz-transition: transform cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.45s;
  -ms-transition: transform cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.45s;
  -o-transition: transform cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.45s;
  -webkit-transition: -webkit-transform cubic-bezier(0.55, 0.055, 0.675, 0.19)
    0.45s;
  transition: -webkit-transform cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.45s;
  transition: transform cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.45s;
  transition: transform cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.45s,
    -webkit-transform cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.45s;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
#pro-slider .slider-nav .team .team-img img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
#pro-slider .slider-nav .team .team-img:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  z-index: 1;
  opacity: 0.5;
  -webkit-transition: opacity cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.2s;
  -moz-transition: opacity cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.2s;
  -ms-transition: opacity cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.2s;
  -o-transition: opacity cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.2s;
  transition: opacity cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.2s;
}
#pro-slider .slider-nav .team.slick-current .team-img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  border: solid 1.5px #c8c8c8;
}
#pro-slider .slider-nav .team.slick-current .team-img:before {
  opacity: 0;
}
#pro-slider .slider-nav .team:hover .team-img:before {
  opacity: 0;
}

#pro-slider .slick-prev,
#pro-slider .slick-next {
  border-radius: 0;
  border: 1px solid transparent;
  width: 45px;
  height: 90px;
  /*background-color:#000;*/
}

#pro-slider .slick-prev:before,
#pro-slider .slick-next:before {
  content: '';
  display: block;
  width: 20px;
  height: 15px !important;
  background-image: url(/styles/images/common/arrow-pro.png);
  background-position: center;
  margin: 0 auto;
}

@media (max-width: 1366px) {
  #pro-slider .slider-nav {
    margin-top: 1rem;
    padding: 0 50px;
  }
  #pro-slider .slick-prev {
    left: 0;
  }
  #pro-slider .slick-next {
    right: 0;
  }
  #pro-slider .slick-prev:before {
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  #pro-slider .slick-next:before {
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

@media (max-width: 768px) {
  #product.products #page-banner .text {
    /*
    padding-top: 10rem;
    */
    padding-top: 7rem;
  }
  #product .text-left {
    margin-top: 1rem;
    /*.info {
				display:none;
			}*/
  }
  #product .text-left .title {
    text-align: center;
    font-size: 26px;
    font-size: 1.8em;
  }
  #product .text-left .sub-title {
    text-align: center;
  }
}

@media (max-width: 480px) {
  #pro-slider .slider-nav .team .team-img {
    width: 65px;
    height: 65px;
  }
}

@media (min-width: 1367px) {
  #product .pic-left {
    position: relative;
  }
  /*產品輪播*/
  #pro-slider {
    /**/
  }
  #pro-slider .slider-for {
    display: block;
    width: 90%;
    height: 480px;
    position: absolute;
    right: 0;
  }
  #pro-slider .slider-for .list img {
    max-height: 100%;
  }
  #pro-slider .slider-nav {
    position: absolute;
    left: 0;
    width: 90px;
    height: 500px;
    padding: 25px 0;
  }
  #pro-slider .slider-nav .team .team-img {
    -webkit-transition: transform cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.45s;
    -moz-transition: transform cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.45s;
    -ms-transition: transform cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.45s;
    -o-transition: transform cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.45s;
    -webkit-transition: -webkit-transform cubic-bezier(0.55, 0.055, 0.675, 0.19)
      0.45s;
    transition: -webkit-transform cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.45s;
    transition: transform cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.45s;
    transition: transform cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.45s,
      -webkit-transform cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.45s;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }
  #pro-slider .slick-prev,
  #pro-slider .slick-next {
    width: 90px;
    height: 45px;
    position: absolute;
    top: 50%;
  }
  #pro-slider .slick-prev:hover,
  #pro-slider .slick-next:hover {
    background-color: rgba(199, 12, 7, 0.3);
  }
  #pro-slider .slick-prev {
    top: 0;
    left: 0;
    border-radius: 5px 5px 0 0;
  }
  #pro-slider .slick-next {
    top: inherit;
    bottom: 0;
    right: 0;
    border-radius: 0 0 5px 5px;
  }
  #pro-slider .slick-prev:before {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  #pro-slider .slick-next:before {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

@media (min-width: 993px) {
  #pro-slider .slider-for .list {
    position: relative;
  }
  #pro-slider .slider-for .list:before {
    content: '\e819';
    font-family: 'icon';
    font-size: 2.5em;
    text-align: center;
    display: block;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    /*background-color: rgba(199, 12, 7, 0.45);
				    border-radius: 99em;*/
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    margin: auto;
    z-index: 2;
    opacity: 0;
    -webkit-transition: opacity 0.8s, -webkit-transform 0.5s;
    transition: opacity 0.8s, -webkit-transform 0.5s;
    -o-transition: transform 0.5s, opacity 0.8s;
    transition: transform 0.5s, opacity 0.8s;
    transition: transform 0.5s, opacity 0.8s, -webkit-transform 0.5s;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    -webkit-transform: scale(1.6);
  }
  #pro-slider .slider-for .list:hover:before {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

/*LOGO遮圖*/
.video-item {
  position: relative;
}

.list-video-img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 999999999999999 !important;
  margin: auto;
  display: block;
  width: 300px;
  height: auto;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  background-repeat: no-repeat;
  background-position: center;
}

/*LOGO遮圖 end*/
@media (max-width: 1680px) {
  .section {
    font-size: 17px;
  }
}

@media (max-width: 1440px) {
  .section {
    font-size: 16px;
  }
}

@media (max-width: 1366px) {
  .section .title {
    font-size: 1.8em;
  }
  .about-section .cover {
    padding-top: 3% !important;
  }
}

@media (max-width: 1024px) {
  .section {
    font-size: 15px;
  }
  .about-section .cover {
    padding-top: inherit !important;
  }
  .section:nth-child(even) {
    /*.background {
			position:relative;
			&:before {
				content:"";
				display:block;
				width:100% !important;
				height:101% !important;
				background: linear-gradient(to top, transparent 0%, rgba(0,0,0,.85) 70% , rgba(0,0,0,.9) 5%);
				position:absolute;
				top:0;
				z-index:0;
			}
	  	}*/
  }
}

@media (max-width: 992px) {
  .section .title {
    font-size: 1.6em;
    text-align: center;
    padding-bottom: 0.9rem;
    margin-bottom: 1.3rem;
  }
  .section .title:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 3px;
    margin: 0 auto;
    right: 0;
    background-color: red;
    background: transparent;
    background: -moz-linear-gradient(
      0deg,
      transparent 0%,
      red 50%,
      transparent 100%
    );
    background: -webkit-linear-gradient(
      0deg,
      transparent 0%,
      red 50%,
      transparent 100%
    );
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(transparent),
      color-stop(50%, red),
      to(transparent)
    );
    background: -webkit-linear-gradient(
      left,
      transparent 0%,
      red 50%,
      transparent 100%
    );
    background: -o-linear-gradient(
      left,
      transparent 0%,
      red 50%,
      transparent 100%
    );
    background: linear-gradient(
      90deg,
      transparent 0%,
      red 50%,
      transparent 100%
    );
  }
  .section .pic-center {
    padding-top: 1.2em;
  }
  .about-section .section .cover {
    margin-bottom: 1.5rem;
  }
  .about-section .section .cover .title {
    padding-bottom: 0.9rem;
    margin-bottom: 1.3rem;
  }
  .about-section .section .cover .title:after {
    width: 100%;
    height: 3px;
    margin: 0 auto;
    right: 0;
    background-color: red;
    background: transparent;
    background: -moz-linear-gradient(
      0deg,
      transparent 0%,
      red 50%,
      transparent 100%
    );
    background: -webkit-linear-gradient(
      0deg,
      transparent 0%,
      red 50%,
      transparent 100%
    );
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(transparent),
      color-stop(50%, red),
      to(transparent)
    );
    background: -webkit-linear-gradient(
      left,
      transparent 0%,
      red 50%,
      transparent 100%
    );
    background: -o-linear-gradient(
      left,
      transparent 0%,
      red 50%,
      transparent 100%
    );
    background: linear-gradient(
      90deg,
      transparent 0%,
      red 50%,
      transparent 100%
    );
  }
}

@media (max-width: 768px) {
  .section {
    font-size: 14px;
  }
}

@media (min-width: 1024px) {
  .magic-fadeInRight {
    opacity: 0;
  }
  .section:nth-child(odd) .item {
    padding-right: 2.77778rem;
    /* & + .item {
	        padding-right: 0;
	        padding-left: calculateRem(50px);
	      }*/
  }
  .about-section .section:nth-child(even) {
    min-height: 425px;
    position: relative;
    /*.background {
				position:relative;
				z-index:0;
				&:before {
					content:"";
					display:block;
					width:100% !important;
					height:101% !important;
					background: linear-gradient(to right, transparent 0%, rgba(0,0,0,.85) 80% , rgba(0,0,0,.9) 5%);
					position:absolute;
					right:0;
					z-index:0;
				}
			}*/
  }
  .about-section .section:nth-child(even):before {
    content: '';
    display: block;
    width: 100% !important;
    height: 101% !important;
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(transparent),
      color-stop(80%, rgba(0, 0, 0, 0.85)),
      color-stop(5%, rgba(0, 0, 0, 0.9))
    );
    background: -webkit-linear-gradient(
      left,
      transparent 0%,
      rgba(0, 0, 0, 0.85) 80%,
      rgba(0, 0, 0, 0.9) 5%
    );
    background: -o-linear-gradient(
      left,
      transparent 0%,
      rgba(0, 0, 0, 0.85) 80%,
      rgba(0, 0, 0, 0.9) 5%
    );
    background: linear-gradient(
      to right,
      transparent 0%,
      rgba(0, 0, 0, 0.85) 80%,
      rgba(0, 0, 0, 0.9) 5%
    );
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
  }
  .about-section .section:nth-child(even) .item {
    width: 100%;
    height: 100%;
    position: relative;
    padding-left: 2.77778rem;
    /*& + .item {
				padding-left: 0;
				padding-right: calculateRem(50px);
				}*/
    /*.cover {
					width:90%;
					display:block;
					position:absolute;
					top:0;
					z-index:1;
					padding-top:13%;
				}*/
  }
}

/*team*/
.team-list .item {
  padding: 0.5rem 0.5rem 4rem;
}
.team-list .item .left {
  width: 60px;
}
.team-list .item .left .pic {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #8b8b8b;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.team-list .item .right {
  width: calc(100% - 60px);
  padding-left: 10px;
  padding-left: 10px;
  padding-bottom: 3rem;
}
.team-list .item .right .name {
  margin-top: 0;
  margin-bottom: 0;
}
.team-list .item .right .job {
  color: #2cd4be;
  margin-top: 0.7rem;
  margin-bottom: 0.7rem;
  font-weight: bolder;
}
.team-list .item .view-more:hover .icon-more {
  background-color: #20a1c2;
}
.team-list .item .view-more:hover .icon-more:after {
  content: '-';
  color: #fff;
}
.team-list .item .info {
  width: 100%;
  width: 100vw;
  color: #fff;
  padding: 1rem;
  pointer-events: none;
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 100;
  -webkit-transition: opacity 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-transition: opacity 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.team-list .item.is-active .view-more .icon-more {
  background-color: #20a1c2;
}
.team-list .item.is-active .view-more .icon-more:after {
  content: '-';
  color: #fff;
}
.team-list .item.is-active .info {
  pointer-events: all;
  opacity: 1;
  -webkit-transition: opacity 0.5s 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-transition: opacity 0.5s 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 0.5s 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

@media (max-width: 480px) {
  .team-list .item {
    padding: 0.5rem 0.5rem 1rem;
  }
  .team-list .item .left {
    width: 100%;
    margin-bottom: 10px;
  }
  .team-list .item .left .pic {
    margin: 0 auto;
  }
  .team-list .item .right {
    width: 100%;
    padding-bottom: 1.5rem;
    padding-left: 0;
    text-align: center;
  }
}

/*consultants*/
.consultants .item {
  margin-bottom: 5rem;
}
.consultants .item .pic {
  width: 60px;
}
.consultants .item .pic span {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #8b8b8b;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.consultants .item .info {
  width: calc(100% - 60px);
  padding-left: 1.5rem;
}
.consultants .item .info ul {
  margin-top: 1.5rem;
}

@media (max-width: 768px) {
  .consultants .item {
    margin-bottom: 3rem;
  }
  .consultants .item .pic {
    width: 100%;
    text-align: center;
    margin-bottom: 1rem;
  }
  .consultants .item .pic span {
    margin-left: auto;
    margin-right: auto;
  }
  .consultants .item .info {
    width: 100%;
    padding-left: 0;
  }
  .consultants .item .info ul {
    margin-top: 1.5rem;
  }
}

.decoration-top {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 0;
  z-index: -1;
}

.decoration-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  line-height: 0;
  z-index: -1;
}

/*news*/
.nav-sort .news-menu {
  float: left;
  width: 75%;
  max-width: calc(100% - 180px);
}

.nav-sort .news-saerch {
  float: right;
  width: 25%;
  min-width: 180px;
  position: relative;
}
.nav-sort .news-saerch input {
  width: 100%;
  padding: 1.2rem 1rem;
  padding-right: 3rem;
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-weight: normal;
}
.nav-sort .news-saerch input::-webkit-input-placeholder {
  color: #fff;
  font-weight: normal;
}
.nav-sort .news-saerch input:-ms-input-placeholder {
  color: #fff;
  font-weight: normal;
}
.nav-sort .news-saerch input::-ms-input-placeholder {
  color: #fff;
  font-weight: normal;
}
.nav-sort .news-saerch input::placeholder {
  color: #fff;
  font-weight: normal;
}
.nav-sort .news-saerch button {
  height: 100%;
  padding: 1rem;
  position: absolute;
  top: 0;
  right: 0;
  background-color: transparent;
  z-index: 5;
  cursor: pointer;
}

@media (max-width: 768px) {
  .nav-sort .container {
    width: 100%;
  }
  .nav-sort .news-menu {
    width: 100%;
    max-width: none;
  }
  .nav-sort .news-saerch {
    width: 100%;
  }
}

.news-center .category {
  margin-bottom: 3rem;
}
.news-center .category .pic {
  padding-left: 0;
  padding-right: 0;
}
.news-center .category .text {
  padding-left: 3rem;
}
.news-center .category .text .name {
  border-bottom: 1px solid #2cd4be;
  padding-bottom: 0.5rem;
  margin-top: 0;
  margin-bottom: 1rem;
}
.news-center .category .text ul {
  width: 80%;
  max-width: calc(100% - 150px);
}
.news-center .category .text ul li {
  margin-bottom: 1rem;
}
.news-center .category .text ul li a {
  display: inline-block;
  max-width: 100%;
  color: #000;
  line-height: 1.3;
}
.news-center .category .text ul li h3 {
  margin: 0;
  font-weight: normal;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-bottom-color 0.5s
    cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-transition: border-bottom-color 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: border-bottom-color 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.news-center .category .text ul li .time {
  color: #949494;
  -webkit-transition: color 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-transition: color 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: color 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.news-center .category .text ul li:hover h3 {
  border-bottom-color: #000;
}
.news-center .category .text ul li:hover .time {
  color: #2cd4be;
}
.news-center .category .text .view-more {
  float: right;
}
.news-center .category .text .view-more:hover {
  color: #20a1c2;
}

@media (max-width: 1024px) {
  .news-center .category .text ul {
    width: 100%;
    max-width: none;
  }
}

@media (max-width: 768px) {
  .news-center .category .text {
    padding-left: 1.5rem;
  }
}

@media (max-width: 580px) {
  .news-center .category .pic {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
  }
  .news-center .category .text {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    padding-left: 0;
  }
}

/*community*/
#community .head {
  padding-right: 150px;
  padding-bottom: 0.6rem;
}

.page-content .head {
  /*width: 100%;
    height:100%;
    display:block;*/
  min-height: 62px;
  border-bottom: 1px solid #3a3a3a;
  *zoom: 1;
  position: relative;
  /*padding-top: 1rem;*/
  /*padding:.8% 0;*/
}
.page-content .head:before,
.page-content .head:after {
  content: ' ';
  display: table;
}
.page-content .head:after {
  clear: both;
}
.page-content .head .time {
  color: #aaa;
  line-height: 1;
  padding-top: 0.5%;
}
.page-content .head .title {
  font-weight: normal;
  /*padding-top: .3%;*/
}
.page-content .head .com-sort {
  display: inline-block;
  margin-top: 0.8rem;
}
.page-content .head .com-sort a {
  color: #777;
  padding: 0.8rem 1.1rem;
  position: relative;
}
.page-content .head .com-sort a:hover {
  color: #ff2e32 !important;
}
.page-content .head .com-sort a:hover,
.page-content .head .com-sort a.is-active {
  color: #fff;
}
.page-content .head .com-sort a:after {
  content: '|';
  display: block;
  color: #777;
  position: absolute;
  top: 0.8rem;
  left: -2px;
}
.page-content .head .com-sort a:nth-of-type(1) {
  padding-left: 0.2rem;
}
.page-content .head .com-sort a:nth-of-type(1):after {
  display: none;
}
.page-content .head .com-saerch {
  display: inline-block;
  width: 18%;
  min-width: 270px;
  position: relative;
  float: right;
}
.page-content .head .com-saerch input {
  width: 100%;
  padding: 0.8rem 1rem;
  padding-right: 3rem;
  margin-bottom: 5px;
  /*margin-bottom: 15px;*/
  background-color: transparent;
  /*background-color: rgba(255, 255, 255, .1);*/
  border: solid 1px #3a3a3a;
  color: #fff;
  font-weight: normal;
}
.page-content .head .com-saerch input::-webkit-input-placeholder {
  color: #777;
  font-weight: normal;
}
.page-content .head .com-saerch input:-ms-input-placeholder {
  color: #777;
  font-weight: normal;
}
.page-content .head .com-saerch input::-ms-input-placeholder {
  color: #777;
  font-weight: normal;
}
.page-content .head .com-saerch input::placeholder {
  color: #777;
  font-weight: normal;
}
.page-content .head .com-saerch button {
  /*height: 100%;*/
  padding: 0.8rem 1rem;
  position: absolute;
  top: 0;
  right: 0;
  background-color: transparent;
  z-index: 5;
  cursor: pointer;
}

.page-content .body {
  color: #cecece;
  font-size: 18px;
}
.page-content .body a {
  color: #e70c07;
  text-decoration: underline;
}

.page-content .foot {
  border-top: 1px solid #3a3a3a;
}
.page-content .foot .share-cont {
  float: left;
  position: relative;
  z-index: 1;
  *zoom: 1;
}
.page-content .foot .share-cont:before,
.page-content .foot .share-cont:after {
  content: ' ';
  display: table;
}
.page-content .foot .share-cont:after {
  clear: both;
}
.page-content .foot .share-cont p {
  color: #aaa;
  line-height: 1;
  display: inline-block;
  margin-bottom: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
}
.page-content .foot .share-cont ul {
  display: inline-block;
  z-index: 1;
  margin-left: 1rem;
}
.page-content .foot .share-cont ul li {
  /*float: left;*/
  display: inline-block;
}
.page-content .foot .share-cont ul li a {
  color: #8b8b8b;
  font-size: 19px;
  line-height: 38px;
  width: 38px;
  height: 38px;
  margin: 0 0.7rem 0 0;
  display: inline-block;
  vertical-align: bottom;
  border-radius: 50%;
  border: solid 1px #8b8b8b;
  text-align: center;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.page-content .foot .share-cont ul li a:hover {
  color: #fff;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.page-content .foot .share-cont ul li:nth-of-type(1) a:hover {
  background-color: #3e71e3;
  border: solid 1px #3e71e3;
}
.page-content .foot .share-cont ul li:nth-of-type(2) a:hover {
  background-color: #1da1f2;
  border: solid 1px #1da1f2;
}
.page-content .foot .share-cont ul li:nth-of-type(3) a:hover {
  background-color: #e03a12;
  border: solid 1px #e03a12;
}
.page-content .foot .nav {
  float: right;
  position: relative;
}
.page-content .foot .nav a {
  color: #000;
}
.page-content .foot .nav a:hover {
  color: #20a1c2;
}

@media (max-width: 1680px) {
  .page-content .body,
  .page-content .com-info {
    font-size: 17px;
  }
}

@media (max-width: 1440px) {
  .page-content .body,
  .page-content .com-info {
    font-size: 16px;
  }
}

@media (max-width: 1024px) {
  .page-content .body,
  .page-content .com-info {
    font-size: 15px;
  }
}

@media (max-width: 992px) {
  .page-content .foot .share-cont {
    padding: 1rem 0;
  }
  .page-content .foot .nav {
    padding: 1rem 0;
  }
}

@media (max-width: 768px) {
  .page-content .body,
  .page-content .com-info {
    font-size: 14px;
  }
  #community .head {
    padding-right: 0;
    padding-bottom: 0.6rem;
    padding-top: 1.5rem;
  }
  #community .head .title {
    padding-top: 1.2rem;
  }
}

@media (max-width: 580px) {
  .page-content .head .com-sort {
    display: block;
    margin: 0.8rem 0;
  }
  .page-content .head .com-saerch {
    width: 100%;
    min-width: 270px;
    float: none;
    /*input {
	          margin-bottom: 10px;
	        }*/
  }
  .page-content .foot .share-cont {
    float: none;
    position: relative;
  }
  .page-content .foot .nav {
    float: none;
    position: relative;
  }
}

/*button 共用*/
.button-long {
  color: #8b8b8b !important;
  padding: 0.3rem 1.5rem;
  cursor: pointer;
  border: 1px solid #b8b8b8 !important;
  border-radius: 50px;
  background-color: transparent;
  -webkit-transition: color 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95),
    background-color 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-transition: color 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95),
    background-color 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: color 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95),
    background-color 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  position: relative;
}
.button-long.prev {
  /*min-width:100px;*/
  display: inline-block;
  padding-left: 40px;
  margin: 0 0.6rem;
}
.button-long.prev i {
  position: absolute;
  top: 2px;
  left: 0.5rem;
}
.button-long.next {
  /*min-width:100px;*/
  display: inline-block;
  padding-right: 40px;
  margin: 0 0.6rem;
}
.button-long.next i {
  position: absolute;
  top: 2px;
  right: 0.5rem;
}
.button-long i {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 12px;
  padding-top: 4px;
  margin: 0 4px;
  text-align: center;
  color: #b8b8b8;
  -webkit-transition: color 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-transition: color 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: color 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  position: relative;
}
.button-long i:before {
  font-size: 1.1rem;
  font-weight: bold;
}
.button-long:hover {
  color: #fff !important;
  background-color: rgba(199, 12, 7, 0.83);
  border: 1px solid rgba(199, 12, 7, 0.83) !important;
}
.button-long:hover i {
  color: #fff;
}

@media (max-width: 992px) {
  .button-long {
    padding: 0.6rem 1.8rem;
  }
  .button-long.prev i {
    top: 5px;
  }
  .button-long.next i {
    top: 5px;
  }
}

@media (max-width: 580px) {
  .button-long {
    padding: 0.8rem 1.8rem;
  }
  .button-long.prev i {
    top: 8px;
  }
  .button-long.next i {
    top: 8px;
  }
  .button-long.next {
    position: absolute;
    right: 0;
  }
}

/*button 返回*/
.close-button {
  position: absolute;
  top: 2rem;
  right: 0;
  z-index: 10;
  padding: 0.3rem 1.2rem;
}
.close-button i:before {
  content: '';
  display: block;
  width: 18px;
  height: 12px;
  background: url(/styles/images/icon/back.png) center no-repeat;
  background-size: cover;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
}

@media (max-width: 992px) {
  .close-button {
    padding: 0.4rem 1.4rem;
  }
}

@media (max-width: 768px) {
  .close-button {
    top: 0.5rem;
    /*top: -.5rem;*/
    padding: 0.5rem 1.6rem 0.5rem 1.3rem;
  }
}

.page-number {
  text-align: center;
  /*padding-top: 1rem;*/
  padding-bottom: 1rem;
}
.page-number a {
  font-weight: bold;
  display: inline-block;
  color: #fff;
  padding: 0.5rem;
  /*&.last {
      .sprite {
        transform: rotate(180deg);
      }
    }*/
}
.page-number a:hover,
.page-number a.is-active {
  color: #c70c07;
}
.page-number a.is-active {
  text-decoration: underline;
}
.page-number a.prev {
  margin-right: 1.5rem;
  border: solid 1px #fff;
  border-radius: 50%;
  -webkit-transition: color 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95),
    border 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-transition: color 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95),
    border 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: color 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95),
    border 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.page-number a.prev:hover {
  border: solid 1px #c70c07;
}
.page-number a.prev i:before {
  position: relative;
  left: -3px;
}
.page-number a.next {
  margin-left: 1.5rem;
  border: solid 1px #fff;
  border-radius: 50%;
  -webkit-transition: color 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95),
    border 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-transition: color 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95),
    border 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: color 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95),
    border 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  /*.sprite {
        transform: rotate(180deg);
      }*/
}
.page-number a.next:hover {
  border: solid 1px #c70c07;
}
.page-number a.next i:before {
  position: relative;
  right: -3px;
}

@media (max-width: 380px) {
  .page-number a.prev {
    margin-right: 0;
  }
  .page-number a.next {
    margin-left: 0;
  }
}

/*investor-table*/
table.revenue {
  min-width: 0;
}

/* ==========================================================================
    products
 ==========================================================================*/
/*產品過濾搜尋*/
.filter-block {
  display: inline-block;
  vertical-align: top;
  /* width: 310px; */
  min-width: 290px;
  max-width: 310px;
  float: left;
  padding-bottom: 3%;
  padding-right: 3%;
}
.filter-block .af-list-title {
  color: #ccc;
  font-size: 24px;
  font-weight: normal;
  line-height: 36px;
  padding: 0.5rem 0 0.5rem 0;
  display: inline-block;
}
.filter-block .af-link {
  color: #c60010;
  font-size: 14px;
  display: inline-block;
  padding-left: 3%;
}
.filter-block .af-link:hover {
  color: #e60012;
  text-decoration: underline;
}
.filter-block .af-close {
  left: 4%;
  top: 13px;
  width: 35px;
  height: 33px;
  line-height: 33px;
  background: none;
  position: absolute;
  border: solid 1px #8b8b8b;
  border-radius: 3px;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
}
.filter-block .af-close:before {
  content: '×';
  display: block;
  color: #fff;
  font-size: 2.5em;
  position: relative;
  top: -5px;
  /*content: '\e81d';
		    font-family: "icon";*/
}
.filter-block .af-list {
  border-bottom: 1px solid #535353;
  height: 100%;
}
.filter-block .af-list .af-scrollbar {
  height: 100%;
  max-height: 88%;
  padding-bottom: 10px;
}
.filter-block .af-list .list-item {
  padding: 10px 0;
  /*padding: 20px 0;*/
  border: 0;
  border-top: 1px solid #535353;
  /*.list-title.active:hover:after {
		    	-moz-transform:rotate(0deg);
				-webkit-transform:rotate(0deg);
				-o-transform:rotate(0deg);
				-ms-transform:rotate(0deg);
				transform:rotate(0deg);
		    }*/
}
.filter-block .af-list .list-item .list-title {
  color: #fff;
  font-size: 18px;
  line-height: 1.2em;
  word-break: break-all;
  padding: 13px 30px 13px 0;
  /*padding: 0 30px 10px 0;*/
  position: relative;
  cursor: pointer;
}
.filter-block .af-list .list-item .list-title:after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background: url(/styles/images/icon/arrow-pro.png) no-repeat center center;
  position: absolute;
  top: 18px;
  right: 0.8rem;
  -webkit-transition: transform 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -moz-transition: transform 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -ms-transition: transform 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-transition: transform 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -webkit-transition: -webkit-transform 0.4s
    cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: -webkit-transform 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: transform 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: transform 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95),
    -webkit-transform 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.filter-block .af-list .list-item .list-title.active:after {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.filter-block .af-list .list-item .list-descr {
  /*display:none;*/
}
.filter-block .af-list .list-item .list-block {
  width: 100%;
  font-size: 16px;
  color: #ccc;
  padding: 0;
  margin-top: 10px;
}
.filter-block .af-list .list-item .list-block .check-option {
  display: block;
  line-height: 26px;
  vertical-align: middle;
  margin: 13px 0;
}
.filter-block .af-list .list-item .list-block .check-option label {
  word-break: break-all;
  width: 90%;
  display: inline-block;
}
.filter-block .af-list .list-item.active .list-descr {
  display: none;
}
.filter-block .af-list .list-item:hover .list-title:after,
.filter-block .af-list .list-item.close .list-title:after {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media (max-width: 1366px) {
  .filter-block .af-list-title {
    font-size: 1.43em;
  }
}

@media (max-width: 992px) {
  .filter-block {
    float: none;
    display: inline-block;
    /*height: 100vh;*/
    height: -moz-calc(100vh - 129px);
    height: -webkit-calc(100vh - 129px);
    height: calc(100vh - 129px);
    /*overflow-x:hidden;
		overflow-y: auto;*/
    /*min-width: 560px;*/
    /*padding: 10% 0 0 6%;*/
    padding: 0 0 0 6%;
    /* padding: 180px 3% 0 3%; */
    /*margin: -91px -115px 0 0 !important;*/
    /*background-color: rgba(80,15,15,0.9);*/
    background-color: rgba(65, 0, 0, 0.9);
    /*position: relative;*/
    z-index: 1;
    opacity: 1;
    z-index: 9998;
    position: fixed;
    right: -100%;
    /*right: -100%;*/
    bottom: 0;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
  }
  .filter-block.active {
    right: 0;
  }
  .filter-block .af-link {
    color: #777;
    text-decoration: underline;
  }
  .filter-block .af-list-title {
    color: #fff;
    padding-left: 42px;
  }
  .filter-block .af-list {
    border-top: 1px solid #535353;
  }
  .filter-block .af-list .list-item:nth-child(1) {
    margin-top: -1px;
  }
  .filter-block .af-list .list-item {
    padding: 15px 0;
  }
  .filter-block .af-list .list-item .list-title {
    font-size: 17px;
  }
  .filter-block .af-list .list-item .list-block {
    font-size: 15px;
  }
  .scrollbar-y {
    height: -moz-calc(90vh - 60px);
    height: -webkit-calc(90vh - 60px);
    height: calc(90vh - 60px);
  }
}

@media (max-width: 768px) {
  .filter-block .af-list-title {
    font-size: 1.4em;
  }
}

@media (min-width: 993px) {
  .filter-block .af-close {
    visibility: hidden;
  }
}

/*產品列表欄*/
.result {
  color: #b3b3b3;
  /*font-size:1.1em;
  float:left;
  margin-top:2px;*/
}
.result .amount {
  color: rgba(199, 12, 7, 0.83);
  font-weight: bold;
  /*font-size:1.2em;
    padding:0 3px;*/
}

.product-block-bar {
  *zoom: 1;
  margin: 0 1%;
}
.product-block-bar:before,
.product-block-bar:after {
  content: ' ';
  display: table;
}
.product-block-bar:after {
  clear: both;
}
.product-block-bar .result {
  font-size: 1.1em;
  float: left;
  margin-top: 2px;
}
.product-block-bar .result .amount {
  /*color: $r2-o;
			font-weight:bold;*/
  font-size: 1.2em;
  padding: 0 3px;
}
.product-block-bar .btn-search {
  color: #c70c07;
  font-size: 1.1em;
  font-weight: bold;
  float: right;
  position: relative;
  padding: 7px 10px;
  border: solid 1px rgba(199, 12, 7, 0.3);
  border-radius: 5px;
  cursor: pointer;
}
.product-block-bar .btn-search:after {
  content: '\e809';
  font-family: 'icon';
  padding-left: 10px;
}

@media (max-width: 992px) {
  .product-block-bar {
    margin-bottom: 1rem;
  }
}

/*@media (max-width:580px) {
	.product-block-bar {
		margin: 0;
	}
}*/
@media (min-width: 991px) {
  .product-block-bar {
    display: none;
  }
}

/*產品列表 -IE */
_:-ms-input-placeholder,
:root .product-list .list .block-info .title {
  /*ie10 以上*/
  overflow: hidden;
  height: 65px;
}

:root .product-list .list .block-info .title {
  /*ie9 only*/
  overflow: hidden;
  height: 65px\9;
}

_:-ms-input-placeholder,
:root .product-list .list .block-info .sub-title {
  /*ie10 以上*/
  overflow: hidden;
  height: 50px;
}

:root .product-list .list .block-info .sub-title {
  /*ie9 only*/
  overflow: hidden;
  height: 50px\9;
}

@media (max-width: 1680px) {
  _:-ms-input-placeholder,
  :root .product-list .list .block-info .title {
    /*ie10 以上*/
    overflow: hidden;
    height: 60px;
  }
  :root .product-list .list .block-info .title {
    /*ie9 only*/
    overflow: hidden;
    height: 60px\9;
  }
  _:-ms-input-placeholder,
  :root .product-list .list .block-info .sub-title {
    /*ie10 以上*/
    overflow: hidden;
    height: 45px;
  }
  :root .product-list .list .block-info .sub-title {
    /*ie9 only*/
    overflow: hidden;
    height: 45px\9;
  }
}

@media (max-width: 1024px) {
  _:-ms-input-placeholder,
  :root .product-list .list .block-info .title {
    /*ie10 以上*/
    overflow: hidden;
    height: 50px;
  }
  :root .product-list .list .block-info .title {
    /*ie9 only*/
    overflow: hidden;
    height: 50px\9;
  }
  _:-ms-input-placeholder,
  :root .product-list .list .block-info .sub-title {
    /*ie10 以上*/
    overflow: hidden;
    height: 35px;
  }
  :root .product-list .list .block-info .sub-title {
    /*ie9 only*/
    overflow: hidden;
    height: 35px\9;
  }
}

@media (max-width: 768px) {
  _:-ms-input-placeholder,
  :root .product-list .list .block-info .title {
    /*ie10 以上*/
    overflow: hidden;
    height: 45px;
  }
  :root .product-list .list .block-info .title {
    /*ie9 only*/
    overflow: hidden;
    height: 45px\9;
  }
}

/*產品列表*/
.product-list {
  width: 100%;
  *zoom: 1;
}
.product-list:before,
.product-list:after {
  content: ' ';
  display: table;
}
.product-list:after {
  clear: both;
}
.product-list .not-found {
  color: #aaa;
}
.product-list .list {
  display: inline-block;
  text-align: center;
  float: left;
  width: 31.3%;
  min-height: 550px;
  /*padding: 12px 25px 0;*/
  margin: 1rem 1% 3rem 1%;
  overflow: hidden;
  position: relative;
  box-shadow: transparent 2px 2px 0 0;
  -webkit-box-shadow: transparent 2px 2px 0 0;
  -moz-box-shadow: transparent 2px 2px 0 0;
  background: #0d0d0d;
}
.product-list .list:before {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #141414;
}
.product-list .list:after {
  content: '';
  display: block;
  clear: both;
}
.product-list .list a.item {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  z-index: 0;
}
.product-list .list .block-img {
  display: block;
  margin: 2rem 0 1.45rem 0;
  width: 100%;
  height: auto;
}
.product-list .list .block-img img {
  max-height: 210px;
}
.product-list .list .block-info {
  padding: 0 7%;
  /*padding: 12px 25px 0;*/
  margin: 0 0 60px;
  height: fit-content;
  overflow: hidden;
  /*background-color:#555;*/
}
.product-list .list .block-info .title {
  color: #fff;
  font-size: 1.43em;
  font-weight: normal;
  line-height: 1.2em;
  -webkit-transition: text-shadow 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-transition: text-shadow 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: text-shadow 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  height: 65px \0\9;
  /*行數設定*/
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  /*省略符號*/
  display: -webkit-box;
  -webkit-line-clamp: inherit;
  /*顯示幾行*/
  -webkit-box-orient: vertical;
}
.product-list .list .block-info .sub-title {
  color: #b3b3b3;
  font-size: 1.03em;
  line-height: 1.6em;
  max-height: fit-content;
  padding: 0 10px;
  /*行數設定*/
  /*height:70px;
				white-space: nowrap;
				text-overflow:ellipsis;
				-o-text-overflow:ellipsis;*/
  /*行數設定*/
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  /*省略符號*/
  display: -webkit-box;
  -webkit-line-clamp: 4;
  /*顯示幾行*/
  -webkit-box-orient: vertical;
}
.product-list .list .block-info .check-option {
  display: block;
  padding: 15px 0 10px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  overflow: hidden;
}
.product-list .list .block-info .check-option .add-to-compare-block {
  color: #fff;
  display: block;
  position: relative;
  z-index: 1;
  padding: 0.8rem 0 1.1rem 0;
  margin: 0 7%;
  /*background-color:red;*/
  border-top: 1px solid #ccc;
}
.product-list .list .block-info .check-option .add-to-compare-block label {
  display: inline-block;
  padding: 2px 10px 10px 40px;
}

/*configurator-search*/
.product-list.rma-list .list {
  height: fit-content;
  min-height: auto;
  /*margin-bottom:1.5rem;*/
}
.product-list.rma-list .list .block-info .check-option {
  display: none;
}

@media (min-width: 1025px) {
  .product-list.rma-list .list {
    min-height: 480px;
  }
}

@media (max-width: 1680px) {
  .product-list .list {
    margin: 1rem 1% 2rem 1%;
  }
  .product-list .list .block-info .title {
    font-size: 1.43em;
  }
  .product-list .list .block-info .sub-title {
    font-size: 0.95em;
    line-height: 1.5em;
  }
}

@media (max-width: 1366px) {
  .product-list .list {
    margin: 1rem 1% 1.5rem 1%;
  }
  .product-list .list .block-info {
    height: inherit;
    /* height: 225px; */
    overflow: hidden;
    /*.title {
				    font-size:1.43em;
				}*/
  }
  .product-list .list .block-info .sub-title {
    line-height: 1.4em;
    -webkit-line-clamp: inherit;
    /*顯示幾行*/
  }
}

@media (max-width: 1280px) {
  .product-list .list {
    min-height: 500px;
  }
}

@media (max-width: 1024px) {
  .product-list .list {
    min-height: 480px;
  }
  .product-list .list .block-info {
    /*.title {
				    line-height:1.4em;
				}*/
  }
  .product-list .list .block-info .sub-title {
    line-height: 1.2em;
  }
}

@media (max-width: 992px) {
  .product-block {
    width: 100%;
    /*min-height:450px;*/
    display: inline-block;
  }
  .product-block .list {
    border: solid 1px rgba(85, 85, 85, 0.2);
  }
  .product-block .list .block-img {
    margin: 3.5rem 0 1rem 0;
  }
  .product-block .list .block-info {
    height: fit-content;
    padding: 0 1%;
  }
  .product-block .list .block-info .sub-title {
    font-size: 14px;
    -webkit-line-clamp: 4;
    /*顯示幾行*/
  }
  .product-list.rma-list .list {
    height: fit-content;
  }
}

@media (max-width: 768px) {
  .product-block {
    min-height: 2400px;
  }
  .product-block .list {
    min-height: 400px;
  }
  .product-block .list .block-info .title {
    font-size: 1.35em;
  }
  .product-block .list .block-info .sub-title {
    line-height: 1.3em;
  }
  .product-block .list .block-info .check-option .add-to-compare-block label {
    padding: 2px 10px 10px 30px;
  }
  .product-list.rma-list .list {
    height: fit-content;
  }
}

@media (max-width: 580px) {
  .product-block {
    min-height: 2370px;
  }
  .product-block .list {
    min-height: 370px;
    width: 48%;
    margin: 1rem 1% 0.5rem 1%;
  }
  .product-block .list .block-img {
    margin: 2.5rem 0 0.5rem 0;
  }
  .product-block .list .block-info {
    height: auto;
  }
  .product-block .list .block-info .sub-title {
    line-height: 1.15em;
    height: fit-content;
  }
  .product-list.rma-list .list {
    height: fit-content;
  }
}

@media (max-width: 480px) {
  .product-block {
    min-height: 2350px;
  }
  .product-block .list {
    min-height: 350px;
  }
  .product-list.rma-list .list {
    height: fit-content;
  }
}

/*一個 @media (max-width:580px) {
	.product-block {
		min-height: auto;
		.list {
			width: 100%;
		    min-height: auto;
		    padding-bottom:80px;
		    margin: 1rem 0 3rem 0;
			.block-img {
			    margin: 3.5rem 0 0.5rem 0;
			}
			.block-info {
			    height:auto;
			    .title {
				    font-size:1.6em;
				}
			}
		}
	}
}*/
@media (min-width: 991px) {
  .product-list {
    /*.list:hover .block-info .title {
	      text-shadow: $shadowHover2;
	    }*/
  }
  .product-list .list {
    top: 0;
    -webkit-box-shadow: transparent 2px 2px 0 0;
    -moz-box-shadow: transparent 2px 2px 0 0;
    -ms-box-shadow: transparent 2px 2px 0 0;
    -o-box-shadow: transparent 2px 2px 0 0;
    box-shadow: transparent 2px 2px 0 0;
    -webkit-transition: box-shadow 0.4s cubic-bezier(0.23, 1, 0.32, 1),
      top 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: box-shadow 0.4s cubic-bezier(0.23, 1, 0.32, 1),
      top 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    -ms-transition: box-shadow 0.4s cubic-bezier(0.23, 1, 0.32, 1),
      top 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: box-shadow 0.4s cubic-bezier(0.23, 1, 0.32, 1),
      top 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transition: top 0.4s cubic-bezier(0.23, 1, 0.32, 1),
      -webkit-box-shadow 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    transition: top 0.4s cubic-bezier(0.23, 1, 0.32, 1),
      -webkit-box-shadow 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    transition: box-shadow 0.4s cubic-bezier(0.23, 1, 0.32, 1),
      top 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    transition: box-shadow 0.4s cubic-bezier(0.23, 1, 0.32, 1),
      top 0.4s cubic-bezier(0.23, 1, 0.32, 1),
      -webkit-box-shadow 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    /*&:after {
					  content:'';
					  position:absolute;
					  bottom:0;
					  left:0;
					  width:100%;
					  height:4px;
					  background: linear-gradient(to right, red, orange, yellow, green, blue, indigo, violet );
					  opacity:0;
					  -webkit-animation-duration: 1s;
					  -moz-animation-duration: 1s;
					  -ms-animation-duration: 1s;
					  -o-animation-duration: 1s;
					  animation-duration: 1s;
					  -webkit-animation-fill-mode: both;
					  -moz-animation-fill-mode: both;
					  -ms-animation-fill-mode: both;
					  -o-animation-fill-mode: both;
					  animation-fill-mode: both;
					  -webkit-transition: background .5s $easeInOutSine;
					  -moz-transition: background .5s $easeInOutSine;
					  -ms-transition: background .5s $easeInOutSine;
					  -o-transition: background .5s $easeInOutSine;
					  transition: background .5s $easeInOutSine;
					}*/
  }
  .product-list .list:hover {
    top: -5px;
    -webkit-box-shadow: 0 0 0 2px #000, 1px 2px 18px 0px rgba(199, 12, 7, 0.83);
    -moz-box-shadow: 0 0 0 2px #000, 1px 2px 18px 0px rgba(199, 12, 7, 0.83);
    -ms-box-shadow: 0 0 0 2px #000, 1px 2px 18px 0px rgba(199, 12, 7, 0.83);
    -o-box-shadow: 0 0 0 2px #000, 1px 2px 18px 0px rgba(199, 12, 7, 0.83);
    box-shadow: 0 0 0 2px #000, 1px 2px 18px 0px rgba(199, 12, 7, 0.83);
  }
  .product-list .list .block-info .check-option .add-to-compare-block {
    -webkit-transition: color 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -moz-transition: color 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -ms-transition: color 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -o-transition: color 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: color 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
  .product-list .list .block-info .check-option .add-to-compare-block:hover {
    color: #c70c07;
  }
  .product-list .list:hover:after {
    opacity: 0.8;
    -webkit-animation-name: linInLeft;
    animation-name: linInLeft;
  }
  /*#configurator .product-list .list:before {
	    content: '';
	    position: absolute;
	    bottom: 0px;
	    left: 0;
	    width: 100%;
	    height: 4px;
	    background-color: #141414;
	}*/
}

/***********
* linInLeft *
************/
@-webkit-keyframes linInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-200px);
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@keyframes linInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-200px);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

/**/
#comparison {
  /*border-top: 2px solid #e6e6e6;*/
  width: 100%;
  height: 270px;
  /*height: 220px;*/
  /*height: 135px;*/
  position: fixed;
  bottom: -270px;
  /*bottom: 0 \0\9;*/
  right: 0;
  left: 0;
  z-index: 9 !important;
  -webkit-transition: bottom 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: bottom 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: bottom 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: bottom 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
  /*-webkit-transform: translateY(-220px);
    -moz-transform: translateY(-220px);
    -ms-transform: translateY(-220px);
    -o-transform: translateY(-220px);
    transform: translateY(-220px);*/
  /*-webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);*/
  background: url(/styles/images/common/compare-bg.png) repeat
    rgba(26, 26, 26, 0.9);
}
#comparison.active {
  bottom: 0;
}
#comparison .compare-hidden-toggle {
  text-align: center;
  position: absolute;
  top: -50px;
  left: 8.8%;
  /*width: 15%;*/
  min-width: 145px;
  /*width: 270px;*/
  height: 50px;
  /*height: 0;*/
  cursor: pointer;
  -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  /*background: url(../images/icons/compare-arrow-1.png) 50% 10px no-repeat #efefef;*/
  background: url(/styles/images/common/compare-bg.png) repeat
    rgba(26, 26, 26, 0.9);
}
#comparison .compare-hidden-toggle .heading {
  color: #fff;
  font-size: 1.1em;
  font-weight: normal;
  padding-left: 2rem;
}
#comparison .compare-hidden-toggle .heading:after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  padding-left: 2rem;
  background: url(/styles/images/icon/arrow-pro.png) no-repeat center center;
  /*position:absolute;
		    	top:20px;
		    	right:1rem;*/
  -webkit-transition: transform 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -moz-transition: transform 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -ms-transition: transform 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-transition: transform 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -webkit-transition: -webkit-transform 0.4s
    cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: -webkit-transform 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: transform 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: transform 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95),
    -webkit-transform 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
#comparison .compare-hidden-toggle:hover .heading:after,
#comparison .compare-hidden-toggle.close .heading:after {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
#comparison.active .heading:after {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
#comparison .close-btn {
  position: absolute;
  right: 7%;
  top: 2px;
  font-size: 35px;
  cursor: pointer;
  color: #555;
  z-index: 2;
}
#comparison .close-btn:hover {
  color: #c70c07;
}
#comparison .comparison-warp {
  position: relative;
  max-width: 1600px;
  height: 100%;
  margin: 0 auto;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  *zoom: 1;
}
#comparison .comparison-warp:before,
#comparison .comparison-warp:after {
  content: ' ';
  display: table;
}
#comparison .comparison-warp:after {
  clear: both;
}
#comparison .comparison-warp .comparison-box {
  float: left;
  width: 60%;
  padding-top: 1.5rem;
  position: relative;
  /*background-color:red;*/
}
#comparison .comparison-warp .comparison-box .compare-ul {
  float: left;
  padding-left: 0;
  width: 100%;
  margin: 0;
}
#comparison .comparison-warp .comparison-box .compare-ul .item {
  float: left;
  /*width: calc(100% / 4);*/
  width: 22%;
  /*max-width: 170px;*/
  margin: 8px 4% 0 4%;
  /*margin: 8px 2% 0 2%;*/
  text-align: center;
  position: relative;
  list-style: none;
  display: block;
}
#comparison .comparison-warp .comparison-box .compare-ul .item .product-close {
  opacity: 0;
  right: -1%;
  top: -10px;
  width: 25px;
  height: 25px;
  background: none;
  position: absolute;
  border: solid 1px #8b8b8b;
  border-radius: 3px;
  text-decoration: none;
  cursor: pointer;
}
#comparison
  .comparison-warp
  .comparison-box
  .compare-ul
  .item
  .product-close:before {
  content: '×';
  display: block;
  color: #fff;
  font-size: 1.5em;
  line-height: 25px;
  position: relative;
  top: -3px;
  /*content: '\e81d';
						    font-family: "icon";*/
}
#comparison .comparison-warp .comparison-box .compare-ul .item .product-image {
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}
#comparison .comparison-warp .comparison-box .compare-ul .item .product-title {
  margin-top: 5px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
  font-weight: normal;
}
#comparison
  .comparison-warp
  .comparison-box
  .compare-ul
  .item:hover
  .product-close {
  opacity: 1;
}
#comparison .comparison-warp .comparison-text {
  float: right;
  width: 33%;
  padding-right: 4%;
  padding-top: 2.8rem;
  color: #8b8b8b;
  font-size: 1em;
  line-height: 1.5em;
  text-align: center;
  /*background-color:#444;*/
}
#comparison .comparison-warp .comparison-text .info {
  margin: 0;
}
#comparison .comparison-warp .comparison-text .button-group {
  padding: 10px 1rem;
}

@media (max-width: 1680px) {
  #comparison .compare-hidden-toggle {
    left: 1.5%;
  }
  #comparison .compare-hidden-toggle .heading {
    font-size: 1em;
    padding-left: 1.5rem;
  }
  #comparison .close-btn {
    right: 1.5%;
  }
  #comparison .comparison-warp {
    padding-left: 0;
    padding-right: 0;
  }
  #comparison .comparison-warp .comparison-text {
    width: 40%;
  }
}

@media (max-width: 1366px) {
  #comparison .compare-hidden-toggle .heading {
    text-align: center;
    display: block;
  }
}

@media (max-width: 1024px) {
  .products-fMenu #footer {
    z-index: inherit;
  }
  .products-fMenu #footer .footer-bot {
    margin-bottom: 0;
  }
  .products-fMenu #footer .fMenu {
    z-index: 1 !important;
    width: 20%;
  }
  .products-fMenu #footer .fMenu a.fMenu-butPro {
    display: none !important;
  }
  .products-fMenu #footer .fMenu a.fMenu-butBuy {
    display: none !important;
  }
  .products-fMenu #footer .fMenu a.top {
    width: 100%;
  }
}

@media (max-width: 992px) {
  #comparison
    .comparison-warp
    .comparison-box
    .compare-ul
    .item
    .product-close {
    opacity: 1;
  }
}

@media (max-width: 768px) {
  #comparison {
    /*width: 50%;
	    height: 100%;
	    padding-top:100px;
	    position: fixed;
	    bottom: 0;
	    bottom: 0 \0\9;
	    right: inherit;
	    left: 0;
	    -webkit-transform: translateY(0);
	    -moz-transform: translateY(0);
	    -ms-transform: translateY(0);
	    -o-transform: translateY(0);
	    transform: translateY(0);*/
  }
  #comparison .compare-hidden-toggle {
    left: 15px;
    /*top: -145px;
			left: 0; 
			-moz-transform:rotate(90deg);
			-webkit-transform:rotate(90deg);
			-o-transform:rotate(90deg);
			-ms-transform:rotate(90deg);
			transform:rotate(90deg);*/
  }
  #comparison .compare-hidden-toggle .heading {
    font-size: 1.1em;
  }
  #comparison .comparison-warp .comparison-box {
    float: none;
    width: 100%;
    padding-top: 1rem;
    /*padding: 0 1rem;*/
    text-align: center;
  }
  #comparison .comparison-warp .comparison-box .compare-ul .item {
    max-width: 170px;
    margin-top: 0;
    padding: 5px 0;
    /*float: none;
					    width: 70%;
					    max-width:265px;
					    margin: 0 0 2.5rem 0;*/
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.2);
  }
  #comparison
    .comparison-warp
    .comparison-box
    .compare-ul
    .item
    .product-close {
    top: 0;
    right: -12.5px;
  }
  #comparison .comparison-warp .comparison-text {
    float: none;
    width: 100%;
    padding-right: 0;
    position: absolute;
    bottom: 45px;
  }
  #comparison .comparison-warp .comparison-text .info {
    padding: 0 1rem;
  }
  #comparison .comparison-warp .comparison-text .info br {
    display: none;
  }
}

/*#comparison .go-to-compare {
    position: absolute;
    right: -30px;
    top: 50%;
    border: 1px solid #00a0e9;
    padding: 7px 30px;
    color: $w;
    font-size: .9em;
    text-align: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
}*/
/*按鈕共用*/
.button-group {
  padding: 10px 0;
}

.button-group.button-rma {
  text-align: center;
  padding: 3rem 0 0 0;
  border-top: 1px solid #3a3a3a;
}
.button-group.button-rma .butt {
  max-width: 200px;
  min-height: 50px;
}

.butt {
  color: #fff !important;
  text-decoration: none !important;
  font-size: 1em;
  line-height: 1.5;
  text-align: center;
  display: inline-block;
  width: 40%;
  padding: 0.75rem;
  margin: 5px 10px;
  /*margin: 15px 10px;*/
  cursor: pointer;
  border-radius: 5px;
  -webkit-transition: background-color 0.2s
    cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -moz-transition: background-color 0.2s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: background-color 0.2s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: background-color 0.2s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.btn-red {
  background-color: rgba(199, 12, 7, 0.5);
}
.btn-red:hover {
  background-color: rgba(199, 12, 7, 0.83);
}

.btn-black {
  background-color: rgba(67, 67, 67, 0.5);
}
.btn-black:hover {
  background-color: rgba(67, 67, 67, 0.83);
}

@media (max-width: 580px) {
  .button-group.button-rma .butt {
    line-height: 1.8;
    min-height: auto;
  }
}

/*@media (max-width:768px) {
	.butt {
	  width: 43%;
	  padding: .65rem .75rem;
	  margin: 5px 0;
	}
}*/
/*@media (max-width:680px) {
	.butt {
	  width: 100%;
	  padding: .65rem .75rem;
	  margin: 5px 0;
	}
}*/
/*compare*/
#compare .head {
  padding-top: 12rem;
  border-bottom: none;
}
#compare .head .container {
  position: relative;
}
#compare .head .container .close-button {
  top: 0;
}

/**/
.list-product-list.actived {
  position: fixed;
  top: 100px;
  left: 0;
  padding-top: 10px;
  margin-top: -20px;
}

.list-product-list.actived .list-img {
  display: none;
}

@media (max-width: 1366px) {
  #compare .head {
    padding-top: 10rem;
  }
}

@media (max-width: 992px) {
  #compare .head {
    padding-top: 7rem;
  }
  .list-product-list.actived {
    top: 60px;
  }
}

/**/
.list-inner .list-row.list-product-list {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.83);
  -webkit-transition: padding-top 0.6s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -moz-transition: padding-top 0.6s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: padding-top 0.6s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: padding-top 0.6s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.list-inner .list-row.list-product-list .list-product {
  padding: 2rem 0;
  border-bottom: 1px solid #333;
}
.list-inner .list-row.list-product-list .list-product .list-block {
  /*&:nth-child(1),
			    	&:last-child {
						border-right: 1px solid transparent;
					}*/
  text-align: center;
  padding: 0 70px;
  position: relative;
  /*border-right: 1px solid #dbdbdb;*/
  display: inline-block;
  width: 50%;
  float: left;
  font-size: 14px;
  color: #555;
  padding: 2px 0 4px;
  line-height: 24px;
  padding: 0.5em 3em 0.5em 0em;
  -ms-word-break: break-all;
  word-break: break-all;
}
.list-inner
  .list-row.list-product-list
  .list-product
  .list-block
  a.af-link-block {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  z-index: 0;
}
.list-inner
  .list-row.list-product-list
  .list-product
  .list-block
  .list-block-close {
  /*opacity: 0;*/
  right: 10%;
  top: 10px;
  width: 30px;
  height: 30px;
  background: none;
  position: absolute;
  z-index: 3;
  border: solid 1px #8b8b8b;
  border-radius: 3px;
  text-decoration: none;
  cursor: pointer;
}
.list-inner
  .list-row.list-product-list
  .list-product
  .list-block
  .list-block-close:before {
  content: '×';
  display: block;
  color: #fff;
  font-size: 1.7em;
  line-height: 25px;
  position: relative;
  top: -1px;
}
.list-inner .list-row.list-product-list .list-product .list-block .list-img {
  width: 100%;
  height: auto;
}
.list-inner
  .list-row.list-product-list
  .list-product
  .list-block
  .list-img
  img {
  width: 100%;
  height: auto;
  max-width: 350px;
}
.list-inner .list-row.list-product-list .list-product .list-block .list-info {
  font-size: 16px;
  color: #222;
}
.list-inner
  .list-row.list-product-list
  .list-product
  .list-block
  .list-info
  .title {
  color: #fff;
  font-size: 1.43em;
  line-height: 1.2;
  font-weight: 500;
}

.list-inner .list-row.list-item {
  width: 100%;
  border-bottom: 1px solid #333;
  padding: 14px 10px;
}
.list-inner .list-row.list-item .list-title {
  font-size: 1.3em;
  color: #fff;
  /*cursor: pointer;*/
}
.list-inner .list-row.list-item .list-descr {
  height: auto;
  max-height: 1500px;
  overflow: hidden;
}
.list-inner .list-row.list-item .list-block {
  display: inline-block;
  width: 50%;
  float: left;
  color: #cecece;
  font-size: 1.1em;
  padding: 2px 0 4px;
  line-height: 1.4em;
  /*padding: .5em 3em .5em 0em;*/
}
.list-inner .list-row.list-item .list-block.list-tit {
  color: #fff;
  font-size: 1.3em;
}

.af-compare_x3 .list-block {
  width: 27% !important;
}
.af-compare_x3 .list-block:nth-child(1) {
  width: 19% !important;
}

@media (max-width: 1680px) {
  .list-inner
    .list-row.list-product-list
    .list-product
    .list-block
    .list-info
    .title {
    font-size: 1.3em;
  }
  .list-inner .list-row.list-product-list .list-product .list-block {
    padding: 0.5em;
  }
  .list-inner .list-row.list-item .list-block.list-tit {
    font-size: 1.1em;
  }
  .list-inner .list-row.list-item .list-block {
    font-size: 1em;
  }
}

@media (max-width: 992px) {
  .list-inner .list-row .list-title {
    margin-left: -7px;
    padding-bottom: 10px;
  }
  .list-inner .list-row.list-item {
    padding: 14px 5px;
  }
  .list-inner.af-compare_x3 .list-row .list-block {
    width: 33.33% !important;
  }
  .list-inner.af-compare_x3 .list-row .list-block:nth-child(1) {
    display: none;
  }
}

@media (max-width: 768px) {
  .list-inner
    .list-row.list-product-list
    .list-product
    .list-block
    .list-info
    .title {
    font-size: 1.2em;
  }
  .list-inner .list-row .list-title {
    padding-bottom: 7px;
  }
  .list-inner
    .list-row.list-product-list
    .list-product
    .list-block
    .list-block-close {
    right: -5px;
    top: -5px;
  }
  .list-inner
    .list-row.list-product-list
    .list-product
    .list-block:first-child
    .list-block-close {
    visibility: hidden;
  }
}

@media (max-width: 580px) {
  .list-inner
    .list-row.list-product-list
    .list-product
    .list-block
    .list-info
    .title {
    font-size: 1em;
  }
  .list-inner .list-row.list-item .list-title {
    font-size: 1.2em;
    padding-bottom: 4px;
  }
  .list-inner .list-row.list-item .list-block {
    line-height: 1.3em;
    padding: 5px 0;
  }
}

@media (min-width: 993px) {
  .list-inner .list-row .list-title {
    display: none;
  }
  .list-inner
    .list-row.list-product-list
    .list-product
    .list-block:nth-child(1)
    a.af-link-block,
  .list-inner
    .list-row.list-product-list
    .list-product
    .list-block:nth-child(1)
    .list-block-close {
    display: none;
  }
}

/* ==========================================================================
    product
 ==========================================================================*/
#product.products #page-banner {
  height: auto;
  min-height: 825px;
  position: relative;
  background: url(/styles/images/banner/product-bg.jpg);
  background-size: cover;
}
#product.products #page-banner .text .sub-title {
  color: #b2b2b2;
  line-height: 1.3;
  margin-bottom: 1rem;
}

.fancybox-skin {
  background-color: transparent;
  background: url(/styles/images/product/products-open-bg.jpg) no-repeat center
    center #000 !important;
}

#product.products .fancybox-skin {
  background: url(/styles/images/product/products-open-bg.jpg) no-repeat center
    center #000 !important;
}

/*notice*/
.notice {
  display: none !important;
  background-size: cover;
  text-align: center;
  max-width: 581px;
  max-height: 266px;
  padding: 3.125rem 6.125rem;
  display: block;
  /*background-color: rgba(67, 67, 67, .95);*/
  color: #fff;
  text-align: center;
  background: url(/styles/images/common/compare-bg.png) repeat
    rgba(26, 26, 26, 0.9);
}

.notice .icon {
  display: table;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: url(/styles/images/icon/icon-notice.png) center no-repeat;
  background-color: rgba(199, 12, 7, 0.5);
  margin: 0 auto 35px auto;
}

@media (max-width: 480px) {
  .notice {
    padding: 3.125rem 1.875rem;
  }
}

@media (max-width: 1366px) {
  #product.products #page-banner {
    min-height: 800px;
  }
  #product.products #page-banner .text-left {
    margin-top: 1rem;
  }
}

@media (max-width: 1280px) {
  #product.products #page-banner {
    min-height: 750px;
  }
}

@media (max-width: 1024px) {
  #product.products #page-banner {
    min-height: 700px;
  }
}

@media (max-width: 768px) {
  #product.products #page-banner {
    height: inherit !important;
    min-height: inherit !important;
    max-height: inherit !important;
    overflow: visible !important;
    display: block !important;
  }
  #product.products #page-banner .text {
    overflow: visible !important;
    display: block !important;
    height: inherit !important;
    min-height: inherit !important;
    max-height: inherit !important;
    position: inherit;
    top: inherit;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    display: block;
  }
  #product.products #page-banner .text .text-left {
    padding-bottom: 20px !important;
  }
  #product.products .nav-sort {
    position: relative !important;
    -webkit-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    transform: translateY(0) !important;
  }
  #product.products #page-banner .text .scrollbar-y {
    /* height: inherit !important;
    max-height: inherit !important; */
    overflow: visible !important;
  }
}

@media (min-width: 767px) {
  #product.products #page-banner .text .scrollbar-y {
    display: block;
    /*height: 280px;*/
    height: fit-content;
    overflow: hidden;
  }
  #product.products #page-banner .text .scrollbar-y .info {
    margin: 0;
  }
}

/* ==========================================================================
    Where to buy / location
 ==========================================================================*/
@media (max-width: 992px) {
  .head .com-head {
    font-size: 1.58em;
    text-align: center;
  }
}

@media (max-width: 820px) {
  #location .com-select {
    margin: 20px 0;
  }
  #location .com-select .dk-select {
    font-size: 17px;
    /*line-height: 1.4em;*/
    width: 48.5%;
    margin: 0 0.5%;
  }
}

@media (max-width: 580px) {
  #location .com-select {
    margin: 20px 0 10px 0;
  }
  #location .com-select .dk-select {
    font-size: 16px;
    /*line-height: 1.3em;*/
    width: 100%;
    margin: 0 0 15px 0;
  }
}

@media (min-width: 821px) {
  .com-head {
    float: left;
  }
  /*下拉選單*/
  .com-select {
    float: right;
  }
  /* 按鈕 */
  .com-btn {
    float: right;
  }
}

.dk-select {
  color: #ccc;
  /*font-size:18px;*/
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.15;
  /*line-height: 1.5em;*/
  width: 270px;
  margin: 0 5px;
  cursor: pointer;
}

.dk-selected {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  background-color: transparent;
  border: 1px solid #535353;
  border-radius: 0;
  line-height: 1.15;
  padding: 12px 21px 12px 10px;
  /*padding: 8px 21px 7px 16px;*/
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.dk-selected:before {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  border: solid transparent;
  margin: -0.125em 0.5em 0 0;
  border-width: 9px 6.5px 0 6.5px !important;
  border-color: #c70c07 transparent transparent transparent !important;
}
.dk-selected:after {
  display: none;
}

.dk-selected-disabled {
  color: #bbbbbb;
}

.dk-select .dk-select-options {
  position: absolute;
  display: none;
  /*top:44px;*/
  left: 0;
  right: 0;
}

.dk-select-options {
  background-color: rgba(0, 0, 0, 0.83);
  /*border: 1px solid #a90a06;*/
  border: 1px solid #535353;
  border-radius: 0;
  list-style: none;
  margin: -1px 0 0;
  border-top: 1px solid #a90a06 !important;
  /*max-height: 20.5em;*/
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 0;
  width: auto;
  z-index: 100;
}
.dk-select-options .dk-option-highlight {
  background-color: #a90a06;
  color: #fff;
}
.dk-select-options .dk-option-disabled {
  background-color: transparent;
}
.dk-select-options .dk-option-hidden {
  display: none;
}

.dk-option-selected {
  background-color: #a90a06;
  color: #fff;
}

.dk-select-options-highlight .dk-option-selected {
  background-color: #a90a06;
  color: #fff;
}

.dk-option {
  color: #aaa;
  padding: 12px 16px;
  /*padding: .5rem 16px;*/
}

.dk-optgroup {
  border: solid #cccccc;
  border-width: 1px 0;
  padding: 0.25em 0;
  margin-top: 0.25em;
}

.dk-optgroup-label {
  padding: 0 0.5em 0.25em;
  font-weight: bold;
  width: 100%;
}

.dk-optgroup-options {
  list-style: none;
  padding-left: 0;
}

.dk-select-open-up .dk-selected {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-color: #535353;
}

.dk-select-open-down .dk-selected {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-color: #535353;
}

.dk-select-open-up .dk-selected:before,
.dk-select-open-down .dk-selected:before {
  border-width: 0 0.25em 0.25em;
  border-bottom-color: #535353;
}

.dk-select-open-up .dk-select-options,
.dk-select-open-down .dk-select-options {
  display: block;
  border-color: #535353;
}

.dk-selected:hover,
.dk-selected:focus {
  outline: none;
  border-color: #a90a06;
}

.dk-selected:hover:before,
.dk-selected:focus:before {
  border-top-color: #a90a06;
}

.dk-selected:hover:after,
.dk-selected:focus:after {
  border-left-color: #a90a06;
}

.dk-select-disabled {
  opacity: 0.6;
  color: #bbbbbb;
  cursor: not-allowed;
}

.dk-option.hidden-option {
  display: none;
}

select[data-dkcacheid] {
  display: none;
}

/* ==========================================================================
    support 共用
 ==========================================================================*/
.com-info {
  display: block;
  color: #cecece;
  font-size: 18px;
  width: 100%;
  float: left;
  padding-bottom: 1.2rem;
}

.support-section {
  color: #ccc;
  padding-left: 18px;
  padding-right: 18px;
}
.support-section .heading .title-red {
  color: #fff;
  font-weight: normal;
  position: relative;
  margin-bottom: 1.7rem;
}
.support-section .heading .title-red:before {
  content: '';
  display: block;
  width: 6px;
  height: 100%;
  background-color: red;
  position: absolute;
  left: -18px;
}
.support-section ul.disc {
  padding: 0 18px;
}
.support-section ul.disc li {
  list-style-type: disc;
}
.support-section ul.decimal {
  padding: 0 18px;
}
.support-section ul.decimal li {
  list-style-type: decimal;
}

@media (max-width: 1366px) {
  .support-section .heading .title-red {
    margin-bottom: 1.3rem;
  }
  .support-section .heading .title-red:before {
    width: 5px;
  }
}

@media (max-width: 992px) {
  .support-section {
    padding-left: 12px;
    padding-right: 12px;
  }
  .support-section .heading .title-red {
    margin-bottom: 1.1rem;
  }
  .support-section .heading .title-red:before {
    width: 4px;
    left: -12px;
  }
  .support .nav-sort {
    display: none;
  }
  .support #page-banner {
    height: 250px;
    min-height: 250px;
  }
  .support #page-banner .pic {
    height: 250px;
    min-height: 250px;
  }
  .support #page-banner .text {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-10%);
    -ms-transform: translateY(-10%);
    transform: translateY(-10%);
  }
}

/*@media (max-width:768px) {
	.support #page-banner {
	    height: 240px;
	    min-height: 240px;
	    .pic {
			height: 240px;
			min-height: 240px;
		}
	    .text {
		    transform: translateY(-10%);
		}
	}
}*/
/* ==========================================================================
    RMA
 ==========================================================================*/
/*contact*/
.contact .left {
  padding-right: 2.5%;
}

.contact .right {
  padding-left: 2.5%;
}

.contact-form {
  width: 100%;
}
.contact-form .note {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #000;
}
.contact-form .input-group .title {
  /*width: 200px;*/
  width: 195px;
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  padding: 13px 0;
}
.contact-form .input-group .content {
  /*width: calc(100% - 205px);*/
  width: calc(100% - 200px);
  display: inline-block;
  vertical-align: top;
  border: 0;
  background-color: transparent;
  position: relative;
  padding: 13px 10px;
}
.contact-form .input-group .content .field {
  color: #fff;
  width: 100%;
  background-color: transparent;
  /*background-color: rgba(255, 255, 255, 0.05);*/
  padding: 12px 10px;
  border: solid 1px #4f4f4f;
  position: relative !important;
}
.contact-form .input-group .content .field:hover,
.contact-form .input-group .content .field:focus {
  border-color: #a90a06;
}
.contact-form .input-group .content textarea.field {
  height: 160px;
  /*height: 95px;*/
}
.contact-form .input-group .content .code {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 13px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 0;
}
.contact-form .input-group .content .dk-select {
  width: 100%;
  margin: 0;
  display: block;
  /*.dk-selected {
		    padding: 12px 21px 12px 10px;
    }*/
}
.contact-form .input-group .content .dk-select .dk-select-options {
  height: 300px;
}
.contact-form .input-group .content .com-select {
  float: none;
}

@media (max-width: 1680px) {
  .contact-form .input-group .title {
    width: 170px;
  }
  .contact-form .input-group .content {
    width: calc(100% - 175px);
  }
}

@media (max-width: 1366px) {
  .contact .left {
    padding: 0 1%;
  }
  .contact .right {
    padding: 0 1%;
  }
  .contact-form .input-group {
    font-size: 1.05em;
  }
}

@media (max-width: 992px) {
  .contact-form .input-group {
    font-size: 1.15em;
  }
}

@media (max-width: 580px) {
  .contact .left {
    padding: 0;
  }
  .contact .right {
    padding: 0;
  }
  .contact-form {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .contact-form .input-group {
    padding: 3px 0;
  }
  .contact-form .input-group .title {
    width: 100%;
    padding: 8px 0;
  }
  .contact-form .input-group .content {
    width: 100%;
    padding: 0 0;
    width: calc(100% - 0);
    /*.code {
          width: 80px;
        }*/
  }
  .contact-form .input-group .content .field {
    margin: 0 4px;
  }
}

/*success*/
/*.success{
  text-align: center;
  .btn{
    padding: .5rem;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
    font-size: 16px;
  }
}*/
/**/
.ex-box span {
  color: #8b8b8b;
  display: inline-block;
  position: relative;
  top: -7px;
}

.ex-box .ex-list {
  display: inline-block;
  position: relative;
  margin-top: 10px;
}
.ex-box .ex-list .list {
  float: left;
  display: block;
  /*position:relative;*/
  margin: 0 4px;
}
.ex-box .ex-list .list a {
  color: #8b8b8b;
  font-size: 0.9em;
  text-decoration: none;
}
.ex-box .ex-list .list .ex-pic {
  display: none !important;
  left: 10%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-10%);
  -ms-transform: translateX(-10%);
  transform: translateX(-10%);
  text-align: center;
  display: inline-block;
  position: absolute;
  margin: auto;
  z-index: 1;
  width: 350px;
  margin-top: 5px;
}
.ex-box .ex-list .list .ex-pic img {
  max-width: 100%;
}
.ex-box .ex-list .list.active a {
  color: #c70c07;
}
.ex-box .ex-list .list.active .ex-pic {
  display: block !important;
}

@media (max-width: 1366px) {
  .ex-box span {
    display: block;
    top: 0;
    margin-top: 5px;
  }
  .ex-box .ex-list {
    margin-top: 5px;
  }
  .ex-box .ex-list .list a {
    font-size: 1em;
  }
}

@media (min-width: 681px) {
  .ex-box .ex-list .list .ex-pic img {
    max-width: 100%;
  }
}

@media (min-width: 991px) {
  .ex-box .ex-list .list {
    position: relative;
  }
  .ex-box .ex-list .list a:hover {
    color: #c70c07;
  }
}

.note-group .agree-label {
  margin-top: 2rem;
}
.note-group .agree-label [type='checkbox'] {
  width: 20px;
  height: 20px;
  margin-right: 0.6rem;
  margin-bottom: 3px;
  display: inline-block;
  vertical-align: middle;
}

/*我不是機器人*/
.rc-anchor-light {
  background: #111 !important;
  color: #fff !important;
}

.rc-anchor-dark.rc-anchor-normal {
  border: 1px solid #535353 !important;
  /*border: 1px solid #525252;*/
}

/*.recaptcha-checkbox-border {
    background-color: #222!important;
    border: 1px solid #aaa!important;
}*/
/* ==========================================================================
    RAM Configurator
 ==========================================================================*/
.conf-form .input-group .title {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  padding: 13px 0;
}

.conf-form .input-group .content .dk-select {
  width: 100%;
  margin: 0;
  display: block;
  /*.dk-selected {
			    padding: 12px 21px 12px 10px;
			}*/
}

.conf-form .input-group .content .com-select {
  float: none;
}

.button-group.button-rma.noline {
  border-top: none;
}

@media (max-width: 1366px) {
  .conf-form .input-group {
    font-size: 1.05em;
  }
}

@media (max-width: 992px) {
  .conf-form .input-group {
    font-size: 1.15em;
  }
}

@media (max-width: 820px) {
  .conf-form .com-select {
    margin: 0 0;
  }
}

@media (max-width: 580px) {
  .conf-form {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .conf-form .input-group {
    padding: 3px 0;
  }
  .conf-form .input-group .title {
    width: 100%;
    padding: 8px 0;
  }
  .conf-form .input-group .content {
    width: 100%;
    padding: 0 0;
  }
}

/**/
.page-search {
  border-top: 1px solid #3a3a3a;
}

.product-list.rma-list .list-group {
  margin-bottom: 2rem;
  *zoom: 1;
}
.product-list.rma-list .list-group:before,
.product-list.rma-list .list-group:after {
  content: ' ';
  display: table;
}
.product-list.rma-list .list-group:after {
  clear: both;
}
.product-list.rma-list .list-group .list-group-tit {
  color: #c70c07;
}

@media (max-width: 1366px) {
  .product-list.rma-list .list-group {
    margin-bottom: 1rem;
  }
  .product-list.rma-list .list-group .list-group-tit {
    font-size: 1.65em;
  }
}

@media (max-width: 820px) {
  .product-list.rma-list .list-group .list-group-tit {
    text-align: center;
  }
}

@media (max-width: 992px) {
  .note-check .checkIcon {
    width: 55px;
    display: inline-block;
  }
  .note-check .checkIcon img {
    max-width: 100%;
  }
}

@media (max-width: 820px) {
  .note-check {
    text-align: center;
  }
  .note-check .checkIcon {
    display: block;
    margin: auto;
  }
}

@media (min-width: 821px) {
  .note-check .checkIcon {
    margin-right: 10px;
  }
  .note-check .checkInfo {
    position: relative;
    top: -20px;
  }
}

/* ==========================================================================
    Technical-Support
 ==========================================================================*/
#technical .page-content .head {
  text-align: center;
  border-bottom: none;
}
#technical .page-content .head .com-head {
  float: none;
}

@media (min-width: 767px) {
  #technical .list-link.line-bottome .list .item {
    min-height: 190px;
  }
}

/* ==========================================================================
    qa
 ==========================================================================*/
#qa .page-content .head {
  border-bottom: none;
}

.investor .aside .title {
  color: #fff;
  position: relative;
  cursor: pointer;
}
.investor .aside .title:after {
  display: block;
  content: '+';
  color: violet;
  /*color: $r3;*/
  font-size: 30px;
  position: absolute;
  top: 0;
  right: 1rem;
}

.investor .aside .blue-dash-line:before {
  width: 100%;
  /*width: 60%;*/
  height: 4px;
  background: #c70c07;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(1%, transparent),
    color-stop(red),
    color-stop(orange),
    color-stop(yellow),
    color-stop(green),
    color-stop(blue),
    color-stop(indigo),
    color-stop(violet),
    color-stop(98%, transparent)
  );
  background: -webkit-linear-gradient(
    left,
    transparent 1%,
    red,
    orange,
    yellow,
    green,
    blue,
    indigo,
    violet,
    transparent 98%
  );
  background: -o-linear-gradient(
    left,
    transparent 1%,
    red,
    orange,
    yellow,
    green,
    blue,
    indigo,
    violet,
    transparent 98%
  );
  background: linear-gradient(
    to right,
    transparent 1%,
    red,
    orange,
    yellow,
    green,
    blue,
    indigo,
    violet,
    transparent 98%
  );
}

.investor .aside .items a {
  color: #777;
  font-size: 1.1em;
}

/*investor*/
@media (max-width: 1024px) {
  .investor .aside {
    width: 100%;
    margin-bottom: 1rem;
  }
  .investor .aside .title {
    padding: 1rem 0;
    margin: 0;
  }
  .investor .aside .items {
    padding: 0 0.8rem 1rem 0.8rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    display: none;
    border-bottom: 1px solid #d7d7d7;
  }
  .investor .aside .items a {
    display: block;
    padding: 0.5rem;
    padding-left: 2rem;
    position: relative;
    -webkit-transition: color 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -o-transition: color 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: color 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
  .investor .aside .items a:before {
    display: block;
    content: '';
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 1px solid #d7d7d7;
    background-color: transparent;
    position: absolute;
    top: 0.7rem;
    left: 0;
    -webkit-transition: border-color 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -o-transition: border-color 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: border-color 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
  .investor .aside .items a:after {
    display: block;
    content: '';
    width: 15px;
    height: 0px;
    border-radius: 50%;
    border: 1px solid #e60012;
    position: absolute;
    top: 0.7rem;
    left: 0;
    z-index: -1;
    background-color: #e60012;
    opacity: 0;
    -webkit-transition: height 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95),
      opacity 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -o-transition: height 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95),
      opacity 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: height 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95),
      opacity 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
  .investor .aside .items li:hover a,
  .investor .aside .items li.active a {
    color: #e60012;
  }
  .investor .aside .items li:hover a:before,
  .investor .aside .items li.active a:before {
    border-color: #e60012;
  }
  .investor .aside .items li:hover a:after,
  .investor .aside .items li.active a:after {
    height: 15px;
    opacity: 1;
  }
  .investor .content {
    width: 100%;
  }
  .investor .content .title {
    font-weight: normal;
  }
}

@media (max-width: 992px) {
  .investor .aside .blue-dash-line:before {
    height: 3px;
  }
}

/*@media (max-width: 580px) {
  .investor {
    .aside {
      .title {
        padding: 1rem 0;
      }
    }
  }
}*/
@media (min-width: 1025px) {
  .investor .aside .title,
  .investor .aside .blue-dash-line {
    display: none;
  }
  .investor .aside .items {
    text-align: center;
  }
  .investor .aside .items li {
    display: inline-block;
    /*&:hover a:after {
		    			opacity:1;
		    			background: linear-gradient(to right, transparent 2%, red, orange, yellow, green, blue, indigo, violet ,transparent 98%);
		    		}*/
  }
  .investor .aside .items li a {
    position: relative;
    padding: 1.2rem 1.3rem;
  }
  .investor .aside .items li a:before {
    content: '|';
    display: inline-block;
    color: #777;
    position: absolute;
    left: -4px;
  }
  .investor .aside .items li a:after {
    content: '';
    width: 100%;
    height: 1px;
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(2%, transparent),
      color-stop(50%, red),
      color-stop(98%, transparent)
    );
    background: -webkit-linear-gradient(
      left,
      transparent 2%,
      red 50%,
      transparent 98%
    );
    background: -o-linear-gradient(
      left,
      transparent 2%,
      red 50%,
      transparent 98%
    );
    background: linear-gradient(
      90deg,
      transparent 2%,
      red 50%,
      transparent 98%
    );
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .investor .aside .items li:first-child a:before {
    display: none;
  }
  .investor .aside .items li:hover a {
    color: #e60012;
  }
  .investor .aside .items li.active a:after {
    opacity: 1;
  }
  .investor .aside .items li.active a {
    color: #fff;
  }
}

/* ==========================================================================
    qa [彈跳]
 ==========================================================================*/
.qa-box .item {
  border-bottom: 1px solid #3a3a3a;
}
.qa-box .item .qa-title {
  position: relative;
}
.qa-box .item .qa-title:before {
  content: 'Q :';
  display: block;
  color: #f2f2f2;
  font-size: 1.5em;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 3.5rem;
  top: 1rem;
  -webkit-transition: color 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-transition: color 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: color 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.qa-box .item .qa-title.actived:before {
  color: #c70c07;
  font-weight: bold;
}
.qa-box .item .qa-title a {
  color: #f2f2f2;
  font-size: 1.2em;
  display: block;
  padding: 1.3rem 3rem 1.3rem 6rem;
}
.qa-box .item .qa-title a:after {
  content: '+';
  display: block;
  color: #c70c07;
  font-size: 1.4em;
  font-family: 'Verdana';
  display: inline-block;
  line-height: normal;
  position: absolute;
  top: 20px;
  right: 20px;
}
.qa-box .item .qa-title.actived a {
  color: #c70c07;
  font-weight: bold;
}
.qa-box .item .qa-title.actived a:after {
  content: '';
  width: 15px;
  height: 2px;
  background-color: #c70c07;
  top: 36px;
  right: 23px;
}
.qa-box .item .qa-info {
  color: #cecece;
  font-size: 1.1em;
  padding: 1.6rem 3rem 1.6rem 6rem;
  margin-bottom: 0;
  position: relative;
  background-color: #151515;
  display: none;
}
.qa-box .item .qa-info:before {
  content: 'A :';
  color: #cecece;
  font-size: 1.4em;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 3.5rem;
  top: 1.1rem;
}

@media (max-width: 1024px) {
  .qa-box .item .qa-title:before {
    left: 1.5rem;
  }
  .qa-box .item .qa-title a {
    padding: 1.3rem 4rem;
  }
  .qa-box .item .qa-title a:after {
    right: 25px;
  }
  .qa-box .item .qa-title.actived a:after {
    right: 28px;
  }
  .qa-box .item .qa-info {
    padding: 1.6rem 4rem;
  }
  .qa-box .item .qa-info:before {
    left: 1.5rem;
    top: 1.1rem;
  }
}

@media (max-width: 768px) {
  .qa-box .item .qa-title a:after {
    top: 15px;
  }
  .qa-box .item .qa-title.actived a:after {
    top: 30px;
  }
}

@media (max-width: 580px) {
  .qa-box .item .qa-title a:after {
    right: 13px;
  }
  .qa-box .item .qa-title.actived a:after {
    right: 13px;
  }
}

/*@media (max-width: 480px) {
	.qa-box {
		border-top: 1px solid #3a3a3a;
    .item {
			.qa-title {
			  &:before {
				left: 1.2rem;
				top: 1rem;
			  }
			  a {
				padding: 3.3rem 1.3rem 1.6rem 1.3rem;
			  }
			}
			.qa-info {
				padding: 3.3rem 1.3rem 1.6rem 1.3rem;
				&:before {
					left: 1.2rem;
					top: .8rem;
				}
			}
		}
	}
}*/
/**/
#download .head {
  padding-right: 150px;
}
#download .head .title {
  font-weight: bold;
}
#download .head .close-button {
  top: 0;
}

@media (max-width: 768px) {
  #download .head {
    padding-right: 0;
    padding-bottom: 0.6rem;
    padding-top: 3.3rem;
  }
}

.icon-download {
  display: block;
  width: 30px;
  height: 30px;
  margin: auto;
  background: url(/styles/images/icon/download.png) left bottom no-repeat;
  background-size: cover;
  -webkit-transition: background 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: background 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: background 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: background 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media (min-width: 993px) {
  .icon-download {
    width: 35px;
    height: 35px;
  }
  .icon-download:hover {
    background: url(/styles/images/icon/download.png) left top no-repeat;
    background-size: cover;
  }
}

/* ==========================================================================
    qa [滑動按鈕]
 ==========================================================================*/
.tg-box {
  *zoom: 1;
}
.tg-box:before,
.tg-box:after {
  content: ' ';
  display: table;
}
.tg-box:after {
  clear: both;
}
.tg-box .tg-list {
  width: 200px;
  padding: 35px 0 20px 0;
  display: inline-block;
  float: right;
}
.tg-box .tg-list .tg-list-item .tgl {
  display: none;
}
.tg-box.tg-tw {
  /*繁.簡語系*/
}
.tg-box.tg-tw .tg-list {
  width: 150px;
}

.tgl-btn span {
  color: #fff;
  font-size: 18px;
  text-align: center;
  padding: 0 1rem;
  position: relative;
  z-index: 2;
}
.tgl-btn span.tgl-left {
  text-align: left;
}
.tgl-btn span.tgl-right {
  text-align: right;
}
@media (min-width: 1400px) {
  .tgl-btn span {
    padding: 0 16px;
  }
}

.tgl,
.tgl:after,
.tgl:before,
.tgl *,
.tgl *:after,
.tgl *:before,
.tgl + .tgl-btn {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.tgl::-moz-selection,
.tgl:after::-moz-selection,
.tgl:before::-moz-selection,
.tgl *::-moz-selection,
.tgl *:after::-moz-selection,
.tgl *:before::-moz-selection,
.tgl + .tgl-btn::-moz-selection {
  background: none;
}

.tgl::selection,
.tgl:after::selection,
.tgl:before::selection,
.tgl *::selection,
.tgl *:after::selection,
.tgl *:before::selection,
.tgl + .tgl-btn::selection {
  background: none;
}

.tgl + .tgl-btn {
  outline: 0;
  display: block;
  width: auto;
  height: auto;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.tgl + .tgl-btn:after,
.tgl + .tgl-btn:before {
  position: relative;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
}

.tgl + .tgl-btn:after {
  left: 0;
}

.tgl + .tgl-btn:before {
  display: none;
}

.tgl:checked + .tgl-btn:after {
  left: 50%;
}

.tgl-ios + .tgl-btn {
  background: #222;
  border-radius: 2em;
  padding: 2px 2px 4px 2px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: 3px solid #222;
}

.tgl-ios + .tgl-btn:after {
  position: absolute;
  top: 0;
  width: 98px;
  border-radius: 2em;
  background: #444;
  -webkit-transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275),
    padding 0.3s ease, margin 0.3s ease;
  -o-transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275),
    padding 0.3s ease, margin 0.3s ease;
  transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275),
    padding 0.3s ease, margin 0.3s ease;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 4px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 4px 0 rgba(0, 0, 0, 0.08);
}

.tgl-ios + .tgl-btn:after {
  /*繁.簡語系*/
  width: 50%;
}

.tgl-ios + .tgl-btn:hover:after {
  will-change: padding;
}

.tgl-ios + .tgl-btn:active {
  -webkit-box-shadow: inset 0 0 0 2em #1b0201;
  box-shadow: inset 0 0 0 2em #1b0201;
}

.tgl-ios + .tgl-btn:active:after {
  padding-right: 0.8em;
}

/*.tgl-ios:checked + .tgl-btn {
  background: #1b0201;背景變色
}*/
.tgl-ios:checked + .tgl-btn:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.tgl-ios:checked + .tgl-btn:active:after {
  margin-left: -0.8em;
}

@media (max-width: 768px) {
  .tg-box .tg-list {
    width: 180px;
    padding: 30px 0 25px 0;
  }
  .tgl-btn span {
    font-size: 16px;
  }
  .tgl-ios + .tgl-btn:after {
    width: 88px;
  }
}

@media (max-width: 480px) {
  .tg-box .tg-list {
    padding: 23px 0 20px 0;
  }
}

/* ==========================================================================
    search
 ==========================================================================*/
#search .head .com-result {
  font-size: 1.1em;
  padding: 15px 0;
}

#search .product-list.rma-list .list {
  width: 23%;
}

@media (max-width: 992px) {
  #search .head .com-result {
    text-align: center;
  }
  #search .product-list.rma-list .list {
    height: 330px;
    border: solid 1px rgba(85, 85, 85, 0.2);
  }
  #search .product-list.rma-list .list .block-img {
    margin: 3rem 0 1rem 0;
  }
  #search .product-list.rma-list .list .block-info .sub-title {
    -webkit-line-clamp: 2;
  }
}

@media (max-width: 820px) {
  #search .product-list.rma-list .list {
    width: 48%;
    height: 400px;
  }
}

@media (max-width: 768px) {
  #search .product-list.rma-list .list {
    width: 48%;
    height: 350px;
  }
}

@media (max-width: 580px) {
  #search .product-list.rma-list .list {
    height: 300px;
  }
  #search .product-list.rma-list .list .block-img {
    margin: 2.5rem 0 0.5rem 0;
  }
  #search .product-list.rma-list .list .block-info .sub-title {
    height: 30px;
  }
}

@media (max-width: 480px) {
  #search .product-list.rma-list .list {
    height: 270px;
  }
}

@media (min-width: 819px) {
  #search .head {
    *zoom: 1;
  }
  #search .head:before,
  #search .head:after {
    content: ' ';
    display: table;
  }
  #search .head:after {
    clear: both;
  }
  #search .head .com-result {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}

/* ==========================================================================
    downloads
 ==========================================================================*/
.list-downloads {
  text-align: center;
}
.list-downloads .list {
  font-size: 1.1em;
  margin: 0 1.2rem 3.5rem 1.2rem;
  background-color: #111;
  border: solid 1px #444;
  position: relative;
  /**/
  vertical-align: top;
  display: inline-block;
  overflow: hidden;
}
.list-downloads .list:before {
  content: '';
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.list-downloads .list .title {
  font-size: 1.1em;
  font-weight: normal;
  line-height: 1;
  padding: 0;
  margin: 0;
}
.list-downloads .list .item-left {
  background: url(/styles/images/support/download-bg.jpg) center center
    no-repeat;
}
.list-downloads .list .item-left .block-img {
  line-height: 0;
}
.list-downloads .list .item-right {
  padding: 0 0.2rem;
  height: 100%;
  text-align: center;
}
.list-downloads .list .item-right .block-info {
  padding: 0.5rem 0.5rem;
}
.list-downloads .list .item-right .block-info .go-to-download {
  color: #c70c07;
  font-weight: bold;
  text-decoration: underline;
}

@media (max-width: 1580px) {
  .list-downloads .list {
    font-size: 1.05em;
    margin-bottom: 2.5rem;
  }
  .list-downloads .list .title {
    font-size: 1.05em;
  }
}

@media (max-width: 992px) {
  #downloads .page-content .head {
    border-bottom: none;
  }
  .list-downloads .list {
    font-size: 1.1em;
    width: calc(100% / 1);
    margin: 0 0 2.5rem 0;
  }
  .list-downloads .list:before {
    display: none;
  }
  .list-downloads .list .title {
    font-size: 1.1em;
  }
  .list-downloads .list .item-left {
    width: 40% !important;
    margin: 0 !important;
  }
  .list-downloads .list .item-right {
    width: 59% !important;
    margin: 0 !important;
  }
}

@media (max-width: 500px) {
  .list-downloads .list .item-left {
    width: 100% !important;
  }
  .list-downloads .list .item-right {
    width: 100% !important;
  }
  .list-downloads .list .item-right .block-info {
    padding: 1.2rem 1rem;
  }
}

@media (min-width: 991px) {
  .list-downloads .list {
    width: calc(100% / 2.2);
    top: 0;
    -webkit-box-shadow: transparent 2px 2px 0 0;
    -moz-box-shadow: transparent 2px 2px 0 0;
    -ms-box-shadow: transparent 2px 2px 0 0;
    -o-box-shadow: transparent 2px 2px 0 0;
    box-shadow: transparent 2px 2px 0 0;
    -webkit-transition: box-shadow 0.4s cubic-bezier(0.23, 1, 0.32, 1),
      top 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: box-shadow 0.4s cubic-bezier(0.23, 1, 0.32, 1),
      top 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    -ms-transition: box-shadow 0.4s cubic-bezier(0.23, 1, 0.32, 1),
      top 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: box-shadow 0.4s cubic-bezier(0.23, 1, 0.32, 1),
      top 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transition: top 0.4s cubic-bezier(0.23, 1, 0.32, 1),
      -webkit-box-shadow 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    transition: top 0.4s cubic-bezier(0.23, 1, 0.32, 1),
      -webkit-box-shadow 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    transition: box-shadow 0.4s cubic-bezier(0.23, 1, 0.32, 1),
      top 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    transition: box-shadow 0.4s cubic-bezier(0.23, 1, 0.32, 1),
      top 0.4s cubic-bezier(0.23, 1, 0.32, 1),
      -webkit-box-shadow 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  }
  .list-downloads .list:hover {
    border: solid 1px #c70c07;
    top: -5px;
    -webkit-box-shadow: 0 0 0 2px #000, 1px 2px 18px 0px rgba(199, 12, 7, 0.83);
    -moz-box-shadow: 0 0 0 2px #000, 1px 2px 18px 0px rgba(199, 12, 7, 0.83);
    -ms-box-shadow: 0 0 0 2px #000, 1px 2px 18px 0px rgba(199, 12, 7, 0.83);
    -o-box-shadow: 0 0 0 2px #000, 1px 2px 18px 0px rgba(199, 12, 7, 0.83);
    box-shadow: 0 0 0 2px #000, 1px 2px 18px 0px rgba(199, 12, 7, 0.83);
  }
  .list-downloads .list:after {
    content: '';
    display: block;
    position: absolute;
    right: 3px;
    bottom: 3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 10px 10px;
    border-color: transparent transparent #c70c07 transparent;
    opacity: 0;
  }
  .list-downloads .list:hover:after {
    opacity: 1;
  }
}

@media (min-width: 501px) {
  .list-downloads .list {
    /*margin: 0 1.2rem;*/
  }
  .list-downloads .list .item-left {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    max-height: 100%;
    overflow: hidden;
    /**/
    width: 50%;
    margin: 0 0 0 -3.8px;
  }
  .list-downloads .list .item-right {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    max-height: 100%;
    overflow: hidden;
    /**/
    width: 49%;
    margin: 0;
  }
}

/* ==============================================================
   [ #Home #index-banner-silder 首頁影音輪播 ] 
 ================================================================*/
.winH {
  /*height: 100vh;*/
  height: 730px;
}
.max-xl-size .winH {
  height: 520px;
}
.max-lg-size .winH {
  height: 485px;
}
.max-md-size .winH {
  height: 390px;
}
.max-sm-size .winH {
  height: 300px;
}
.max-xs-size .winH {
  height: 200px;
}

#index-banner-silder {
  width: 100%;
  /* height: 730px;*/
  height: auto;
  position: relative;
  display: block;
  background: #eeeceb;
  z-index: 1;
  /*.max-xl-size & {
		height: 520px;
	}
	.max-lg-size & {
		height: 485px;
	}
	.max-md-size & {
		height: 390px;
	}*/
}

#index-banner-silder .video-item {
  width: 100%;
  /*height: 100vh;*/
  height: 730px;
  background-color: #000;
}
.max-xl-size #index-banner-silder .video-item {
  height: 520px;
}
.max-lg-size #index-banner-silder .video-item {
  height: 485px;
}
.max-md-size #index-banner-silder .video-item {
  height: 390px;
}
.max-sm-size #index-banner-silder .video-item {
  height: 300px;
}
.max-xs-size #index-banner-silder .video-item {
  height: 200px;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

/*@media (min-width:993px) {
	#index-banner-silder .video-item:before {
	    width: 100%;
	    height: 100%;
	    position: absolute;
	    background: #000000;
	    z-index: 9;
	    content: '';
	    background: url(images/common/loading2.gif) no-repeat center center;
	}
}*/
#index-banner-silder .video-item.on:before {
  opacity: 0;
  display: block;
}

#index-banner-silder .video-item .cover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: transparent;
  z-index: 5;
}

.cell-youtube-fancy {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: transparent;
  z-index: 9999999;
}

@media (min-width: 993px) {
  .cell-youtube-fancy {
    display: none;
  }
}

#index-banner-silder .slick-dots {
  bottom: 40px;
  /*bottom: 65px;*/
}

@media (max-width: 1280px) {
  #index-banner-silder .slick-dots {
    bottom: 30px;
  }
}

@media (max-width: 992px) {
  #index-banner-silder .slick-dots {
    bottom: 20px;
  }
}

@media (max-width: 480px) {
  #index-banner-silder .slick-dots {
    bottom: 15px;
  }
}

@media (max-width: 480px) {
  #index-banner-silder {
    margin-top: 20px;
  }
}

/**/
.searchBox {
  position: relative;
  top: 12px !important;
  right: 80px !important;
  z-index: 998;
}

@media (max-width: 960px) {
  #header .topLink .htmleaf-container {
    display: none;
  }
  #header .nav .searchBox {
    position: relative;
    top: inherit !important;
    right: inherit !important;
    z-index: 998;
  }
  #header .nav .searchBox .search-wrapper .input-holder {
    height: 55px;
    border-radius: 50px;
    width: 90%;
    margin: 20px 0 20px 5%;
    background: rgba(0, 0, 0, 0.5);
    border: solid 1px rgba(85, 85, 85, 0.4);
  }
  #header .nav .searchBox .search-wrapper .input-holder .search-input {
    height: 55px;
    font-size: 15px;
    text-align: center;
    padding: 0px 20px;
    opacity: 1;
    -webkit-transform: translate(0, 10px);
    -moz-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    transform: translate(0, 10px);
  }
  #header .nav .searchBox .search-wrapper .input-holder .search-icon {
    position: absolute;
    top: 0;
    right: 7px;
  }
  #header .nav .searchBox .search-wrapper .input-holder .search-icon span {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

@media (max-width: 480px) {
  .searchBox {
    right: 45px !important;
  }
}

@media (min-width: 961px) {
  .search-wrapper {
    position: absolute;
    -webkit-transform: translate(-100%, -50%);
    -moz-transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
    top: 50%;
    left: 100%;
  }
  #header .nav .menu > li.has-search {
    display: none !important;
  }
}

.search-wrapper .input-holder {
  overflow: hidden;
  height: 45px;
  background: rgba(255, 255, 255, 0);
  border-radius: 6px;
  position: relative;
  width: 45px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.search-wrapper.active .input-holder {
  border-radius: 50px;
  width: 250px;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.5s cubic-bezier(0, 0.105, 0.035, 1.57);
  -moz-transition: all 0.5s cubic-bezier(0, 0.105, 0.035, 1.57);
  -o-transition: all 0.5s cubic-bezier(0, 0.105, 0.035, 1.57);
  transition: all 0.5s cubic-bezier(0, 0.105, 0.035, 1.57);
}

.search-wrapper .input-holder .search-input {
  width: 100%;
  height: 45px;
  padding: 0px 45px 0 20px;
  opacity: 0;
  position: absolute;
  top: -10px;
  left: 0px;
  background: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  outline: none;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  -webkit-transform: translate(0, 60px);
  -moz-transform: translate(0, 60px);
  -ms-transform: translate(0, 60px);
  transform: translate(0, 60px);
  -webkit-transition: all 0.3s cubic-bezier(0, 0.105, 0.035, 1.57);
  -moz-transition: all 0.3s cubic-bezier(0, 0.105, 0.035, 1.57);
  -o-transition: all 0.3s cubic-bezier(0, 0.105, 0.035, 1.57);
  transition: all 0.3s cubic-bezier(0, 0.105, 0.035, 1.57);
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.search-wrapper .input-holder .search-input:-moz-placeholder {
  color: #aaa;
}

.search-wrapper .input-holder .search-input::-moz-placeholder {
  color: #aaa;
}

.search-wrapper .input-holder .search-input:-ms-input-placeholder {
  color: #aaa;
}

.search-wrapper .input-holder .search-input::-webkit-input-placeholder {
  color: #aaa;
}

.search-wrapper.active .input-holder .search-input {
  opacity: 1;
  -webkit-transform: translate(0, 10px);
  -moz-transform: translate(0, 10px);
  -ms-transform: translate(0, 10px);
  transform: translate(0, 10px);
}

.search-wrapper .input-holder .search-icon {
  width: 45px;
  height: 45px;
  border: none;
  /*border-radius:6px;*/
  /*background: #FFF;*/
  background-color: transparent;
  padding: 0px;
  outline: none;
  position: relative;
  z-index: 2;
  float: right;
  cursor: pointer;
  /*-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;*/
}

.search-wrapper.active .input-holder .search-icon {
  width: 45px;
  height: 45px;
  /*margin: 10px;*/
  border-radius: 30px;
}

.search-wrapper .input-holder .search-icon span {
  width: 22px;
  height: 22px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.4s cubic-bezier(0.65, -0.6, 0.24, 1.65);
  -moz-transition: all 0.4s cubic-bezier(0.65, -0.6, 0.24, 1.65);
  -o-transition: all 0.4s cubic-bezier(0.65, -0.6, 0.24, 1.65);
  transition: all 0.4s cubic-bezier(0.65, -0.6, 0.24, 1.65);
}

.search-wrapper.active .input-holder .search-icon span {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.search-wrapper .input-holder .search-icon span::before,
.search-wrapper .input-holder .search-icon span::after {
  position: absolute;
  content: '';
}

.search-wrapper .input-holder .search-icon span::before {
  width: 4px;
  height: 11px;
  left: 9px;
  top: 18px;
  border-radius: 2px;
  background: #de0a0d;
}

.search-wrapper .input-holder .search-icon span::after {
  width: 14px;
  height: 14px;
  left: 0px;
  top: 0px;
  border-radius: 16px;
  border: 4px solid #de0a0d;
}

.search-wrapper .close {
  position: absolute;
  z-index: 1;
  top: 10px;
  right: 20px;
  width: 35px;
  height: 35px;
  /*width:25px;
    height:25px;*/
  cursor: pointer;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  /*-webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transition: transform .3s cubic-bezier(0.285, -0.450, 0.935, 0.110) , opacity .3s cubic-bezier(0.285, -0.450, 0.935, 0.110);
    -moz-transition: transform .3s cubic-bezier(0.285, -0.450, 0.935, 0.110), opacity .3s cubic-bezier(0.285, -0.450, 0.935, 0.110);
    transition: transform .3s cubic-bezier(0.285, -0.450, 0.935, 0.110), opacity .3s cubic-bezier(0.285, -0.450, 0.935, 0.110);
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    transition-delay: 0.2s;*/
  opacity: 0;
  /*background-color:#000;*/
}

.search-wrapper.active .close {
  left: -40px;
  /*right:-40px;*/
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  /*-webkit-transition: transform .6s cubic-bezier(0.000, 0.105, 0.035, 1.570) ,opacity .1s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    -moz-transition: transform .6s cubic-bezier(0.000, 0.105, 0.035, 1.570),opacity .1s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    transition: transform .6s cubic-bezier(0.000, 0.105, 0.035, 1.570),opacity .1s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    transition-delay: 0.5s;*/
  opacity: 1;
}

@media (max-width: 992px) {
  .search-wrapper.active .close {
    left: 6px;
  }
}

/*@media (max-width:960px) {
	.search-wrapper {
		display:none;
	}

	.search-wrapper .input-holder {
	    position: relative;
	}

	.search-wrapper.active .input-holder {
	    border: solid 1px rgba(85, 85, 85, .4);
	}

	.search-wrapper .input-holder .search-icon {
	    position: fixed;
	    top:0;
	    right:0;
	    z-index:99999;
	    -webkit-transition: top .6s cubic-bezier(0.000, 0.105, 0.035, 1.570);
	    -moz-transition: top .6s cubic-bezier(0.000, 0.105, 0.035, 1.570);
	    transition: top .6s cubic-bezier(0.000, 0.105, 0.035, 1.570);
	}
	.search-wrapper.active .input-holder .search-icon {
	    top:58px;
	}
	.search-wrapper.active .close {
	   top: 73px;
	}
}*/
/*@media (max-width:480px) {
	.search-wrapper.active .close {
	    left:10px;
	}
}*/
.search-wrapper .close::before,
.search-wrapper .close::after {
  position: absolute;
  content: '';
  background: #fff;
  border-radius: 2px;
  opacity: 0;
}

.search-wrapper.active .close::before,
.search-wrapper.active .close::after {
  opacity: 1;
}

.search-wrapper .close::before {
  width: 3px;
  height: 24px;
  left: 10px;
  top: 0px;
}

.search-wrapper .close::after {
  width: 24px;
  height: 3px;
  left: 0px;
  top: 10px;
}

.search-wrapper .result-container {
  width: 100%;
  position: absolute;
  top: 80px;
  left: 0px;
  text-align: center;
  font-size: 14px;
  display: none;
  color: #b7b7b7;
}

/*@media screen and (max-width: 560px) {
    .search-wrapper.active .input-holder {
    	width:225px;
    }
}*/
/*表格*/
.ordered-table {
  width: 100%;
  /*min-width: 890px;*/
  overflow: hidden;
}

.ordered-table th {
  font-weight: normal;
  text-align: center;
  padding: 1.5rem;
  border-left: 1px solid #000;
  background-color: rgba(199, 12, 7, 0.35);
}

.ordered-table td {
  padding: 1rem;
  /*background-color: #fff;*/
  border-bottom: 1px solid rgba(199, 12, 7, 0.35);
}

.ordered-table td:nth-of-type(1) {
  border-top: none;
}

@media (max-width: 1280px) {
  .ordered-table th {
    padding: 1rem 0.3rem;
  }
}

@media (max-width: 922px) {
  .ordered-table {
    min-width: 0;
  }
  .ordered-table .hidden {
    vertical-align: top;
    width: 30%;
    min-width: 120px;
    height: 100%;
    padding: 0 0.5rem;
    margin-right: 0.8rem;
    overflow: visible;
    display: inline-block;
    position: relative;
    border-right: 1px solid #000;
  }
  .ordered-table .info {
    vertical-align: top;
    width: 65%;
    display: inline-block;
  }
  .ordered-table td:nth-of-type(1) {
    font-weight: bold;
    background-color: rgba(199, 12, 7, 0.35);
  }
  .ordered-table tr,
  .ordered-table td {
    display: block;
    width: 100%;
    text-align: left;
  }
  .ordered-table tr {
    margin-bottom: 1.5rem;
    position: relative;
    background: #0d0d0d;
  }
  .ordered-table tr:first-of-type {
    display: none;
  }
  .ordered-table td {
    padding: 1rem 0.5rem;
    border-bottom: none;
    border-top: 1px solid rgba(199, 12, 7, 0.35);
  }
  .ordered-table .icon-download {
    width: 22px;
    height: 22px;
    display: inline-block;
    margin: inherit;
  }
}

@media only screen and (max-width: 680px) {
  .ordered-table tr {
    border: 1px solid #181818;
  }
}

@media (max-width: 480px) {
  .ordered-table .hidden {
    width: 45%;
  }
  .ordered-table .info {
    width: 45%;
  }
}

@media (min-width: 923px) {
  .ordered-table td {
    max-width: 440px;
  }
}

/* ==========================================================================
    home [home-mv] 影片撥放
 ========================================================================== */
video {
  display: inline-block;
  vertical-align: baseline;
}

.home-mv-wrap {
  position: relative;
}

.home-mv-video video {
  width: 100% !important;
}

.home-mv-embedded {
  position: relative;
  padding-bottom: 56.25%;
  max-width: 100%;
  height: auto;
  height: 100%;
  z-index: 1;
}

.home-mv-embedded iframe,
.home-mv-embedded embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.home-mv.-auto,
.home-mv.-auto .home-mv-wrap {
  height: 100vh;
}

.home-mv.-double,
.home-mv.-double .home-mv-wrap {
  height: 200vh;
}

/**/
.home-mv-left,
.home-mv-right {
  position: relative;
  width: 50%;
  margin: 0;
  display: inline-block;
  float: left;
}

@media (max-width: 820px) {
  .home-mv-left,
  .home-mv-right {
    width: 100%;
    display: block;
    float: none;
  }
}

.home-mv-right .home-mv-wrap .cb-container {
  height: 100%;
}

.home-mv-right .home-mv-wrap .cb-container .cb-container-inner {
  height: 100%;
}

.home-mv-right .home-mv-wrap .cb-container .cb-container-inner .home-mp4 {
  height: 100%;
}

.home-mv .box-left,
.home-mv .box-right {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.home-mv .box .background {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  z-index: 1;
  left: 0px;
  top: 0px;
}

.home-mv .box .background > .pic {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  max-width: none;
}

/* ==========================================================================
    product [home-mv] 影片撥放
 ========================================================================== */
#product .home-mv {
  position: relative;
}

#product .home-mv .floatWrap:after {
  content: '';
  width: 101%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: block;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: background-color cubic-bezier(0.55, 0.055, 0.675, 0.19)
    0.65s;
  -moz-transition: background-color cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.65s;
  -o-transition: background-color cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.65s;
  transition: background-color cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.65s;
}

#product .home-mv:hover .floatWrap:after {
  background-color: rgba(0, 0, 0, 0.55);
}

#product .home-mv .floatWrap a {
  color: #fff;
  /*-moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    position: relative;
    z-index: 2;*/
}

#product .home-mv .floatWrap a .btn-video {
  margin: auto;
  width: 80px;
  height: 80px;
  background: url(/styles/images/icon/video-pro.png) no-repeat center;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
}

@media (max-width: 1366px) {
  #product .home-mv .floatWrap a .btn-video {
    width: 70px;
    height: 70px;
    background-size: 70px;
  }
}

@media (max-width: 992px) {
  #product .home-mv .floatWrap a .btn-video {
    width: 57px;
    height: 57px;
    background-size: 57px;
    background: url(/styles/images/icon/video.png) no-repeat center;
  }
}

/*產品規格*/
#product .container.w960 {
  max-width: 1024px;
}

#product .list-inner .list-row.list-item {
  padding: 10px;
}

#product .list-inner .list-row.list-item:first-of-type {
  border-top: 1px solid #333;
}

#product .list-inner .list-row.list-item .row {
  margin-left: 0.5rem;
}

#product .list-inner .list-row.list-item .list-block.list-tit {
  width: 30% !important;
}

#product .list-inner .list-row.list-item .list-block {
  width: 70% !important;
}

#product .list-inner .list-row:nth-child(odd) {
  background-color: rgba(100, 100, 100, 0.1);
}

@media (max-width: 480px) {
  #product .list-inner .list-row.list-item .list-block.list-tit {
    width: 45% !important;
  }
  #product .list-inner .list-row.list-item .list-block {
    width: 55% !important;
  }
}

@media (min-width: 993px) {
  #product .list-inner .list-row.list-item .list-block.list-tit {
    font-size: 17px !important;
  }
  #product .list-inner .list-row.list-item .list-block {
    font-size: 16px !important;
  }
}

/*產品下載*/
#product .ordered-table tr:nth-child(odd) {
  background-color: rgba(100, 100, 100, 0.1);
}

@media (min-width: 993px) {
  #product .ordered-table th {
    padding: 1.1rem;
  }
  #product .ordered-table td {
    padding: 10px;
  }
}

/*filter-block2*/
.filter-block2 {
  vertical-align: top;
  padding-bottom: 3%;
  padding-right: 3%;
}
.filter-block2 .af-list-title {
  color: #ccc;
  font-size: 24px;
  font-weight: normal;
  line-height: 36px;
  padding: 0.5rem 0 0.5rem 0;
  display: inline-block;
}
.filter-block2 .af-link {
  color: #c60010;
  font-size: 14px;
  display: inline-block;
  padding-left: 3%;
}
.filter-block2 .af-link:hover {
  color: #e60012;
  text-decoration: underline;
}
.filter-block2 .af-close {
  left: 4%;
  top: 13px;
  width: 35px;
  height: 33px;
  line-height: 33px;
  background: none;
  position: absolute;
  border: solid 1px #8b8b8b;
  border-radius: 3px;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
}
.filter-block2 .af-close:before {
  content: '×';
  display: block;
  color: #fff;
  font-size: 2.5em;
  position: relative;
  top: -5px;
  /*content: '\e81d';
		    font-family: "icon";*/
}
.filter-block2 .af-list2 {
  border-bottom: 1px solid #535353;
  height: 100%;
  /*.af-scrollbar {
			height: 100%;
			max-height: 88%;
			padding-bottom:10px;
		}*/
}
.filter-block2 .af-list2 .list-item {
  padding: 10px 0;
  /*padding: 20px 0;*/
  border: 0;
  border-top: 1px solid #535353;
  /*.list-title.active:hover:after {
		    	-moz-transform:rotate(0deg);
				-webkit-transform:rotate(0deg);
				-o-transform:rotate(0deg);
				-ms-transform:rotate(0deg);
				transform:rotate(0deg);
		    }*/
}
.filter-block2 .af-list2 .list-item .list-title {
  color: #fff;
  font-size: 18px;
  line-height: 1.2em;
  word-break: break-all;
  padding: 13px 30px 13px 0;
  /*padding: 0 30px 10px 0;*/
  position: relative;
  cursor: pointer;
}
.filter-block2 .af-list2 .list-item .list-title:after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background: url(/styles/images/icon/arrow-pro.png) no-repeat center center;
  position: absolute;
  top: 18px;
  right: 0.8rem;
  -webkit-transition: transform 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -moz-transition: transform 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -ms-transition: transform 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-transition: transform 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -webkit-transition: -webkit-transform 0.4s
    cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: -webkit-transform 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: transform 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: transform 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95),
    -webkit-transform 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.filter-block2 .af-list2 .list-item .list-title.active:after {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.filter-block2 .af-list2 .list-item .list-descr {
  /*display:none;*/
}
.filter-block2 .af-list2 .list-item .list-block {
  width: 100%;
  font-size: 16px;
  color: #ccc;
  padding: 0;
  margin-top: 10px;
}
.filter-block2 .af-list2 .list-item .list-block .check-option {
  display: block;
  line-height: 26px;
  vertical-align: middle;
  margin: 13px 0;
}
.filter-block2 .af-list2 .list-item .list-block .check-option label {
  word-break: break-all;
  width: 90%;
  display: inline-block;
}
.filter-block2 .af-list2 .list-item.active .qvl-list {
  display: none;
}
.filter-block2 .af-list2 .list-item:hover .list-title:after,
.filter-block2 .af-list2 .list-item.close .list-title:after {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* ==========================================================================
    product [QVL] qvl-list
 ========================================================================== */
.qvl-list {
  border-top: 1px solid #1f1f1f;
}
.qvl-list span {
  display: inline-block;
  padding-bottom: 5px;
}
.qvl-list span:after {
  content: '';
  display: inline-block;
  opacity: 0.7;
  width: 10px;
  height: 10px;
  padding-left: 20px;
  background: url(/styles/images/icon/arrow-pro.png) no-repeat center center;
  /*position: absolute;
		top: 18px;
		right: .8rem;*/
  -webkit-transition: transform 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -moz-transition: transform 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -ms-transition: transform 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-transition: transform 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -webkit-transition: -webkit-transform 0.4s
    cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: -webkit-transform 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: transform 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: transform 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95),
    -webkit-transform 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.qvl-list .sub-title {
  display: block;
  padding-left: 8px;
  padding-right: 8px;
  border-bottom: 1px solid #1f1f1f;
  background-color: rgba(100, 100, 100, 0.1);
}
.qvl-list .sub-title:nth-child(even) {
  background-color: rgba(100, 100, 100, 0.15);
  /*background-color: rgba(50, 50, 50, 0.2);*/
}
.qvl-list .sub-title span {
  display: inline-block;
  padding: 13px 20px;
}
.qvl-list .sub-title.active > span:after {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.qvl-list .sub-title .sub2 {
  color: #cecece;
  font-size: 16px;
  margin-bottom: 3px;
  padding-left: 8px;
  padding-right: 8px;
  background-color: rgba(100, 100, 100, 0.1);
}
.qvl-list .sub-title .sub2:nth-child(odd) {
  background-color: rgba(60, 60, 60, 0.3);
}
.qvl-list .sub-title .sub2 span {
  display: inline-block;
  padding: 10px 3rem;
}
.qvl-list .sub-title .sub2 span:after {
  /* display: none; */
  /*0905新增*/
  opacity: 0.7;
}
.qvl-list .sub-title .sub2.active span:after {
  display: inline-block;
  /*0905新增*/
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.qvl-list .sub-title .sub2 .sub3 {
  color: #cecece;
  /*margin-bottom:5px;*/
  background-color: rgba(100, 100, 100, 0.1);
  /*li {
					display:inline-block;
					width:48%;
				}*/
}
.qvl-list .sub-title .sub2 .sub3 li:nth-child(even) {
  background-color: rgba(50, 50, 50, 0.2);
}
.qvl-list .sub-title .sub2 .sub3 span {
  display: inline-block;
  padding: 5px 5rem;
}
.qvl-list .sub-title .sub2 .sub3 span:after {
  display: none;
}

.qvl-list .sub-title > span:after {
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.qvl-list .sub2 span:after {
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

/*.qvl-list .sub-title:hover > span:after {
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.qvl-list .sub2:hover span:after {
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}*/
@media (max-width: 768px) {
  .qvl-list .sub-title .sub2 span {
    padding: 10px 2rem;
  }
  .qvl-list .sub-title .sub2 .sub3 span {
    display: inline-block;
    padding: 5px 3.5rem;
  }
}

@media (max-width: 480px) {
  .qvl-list .sub-title span {
    padding: 13px 0.5rem;
  }
  .qvl-list .sub-title .sub2 span {
    padding: 10px 0.8rem;
  }
  .qvl-list .sub-title .sub2 .sub3 span {
    display: inline-block;
    padding: 5px 2rem;
  }
}

/*RMA行事曆*/
_:-ms-input-placeholder,
:root #ui-datepicker-div {
  position: fixed !important;
}

/* ==========================================================================
   mp4影音輪播
 ========================================================================== */
.main-slider {
  position: relative;
  width: 100%;
  height: 38vw;
  min-height: 320px;
  opacity: 0;
  margin-bottom: 10px;
  visibility: hidden;
  -webkit-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  transition: all 1.2s ease;
  display: block;
}
.banner_mobile {
  display: none;
}
.main-slider.slick-initialized {
  opacity: 1;
  visibility: visible;
}
.max-md-size .main-slider {
  margin-bottom: 0;
}
.min-xs-size .main-slider {
  min-height: 8vw;
}
.main-slider .item.image .caption {
  opacity: 0;
  /*看不到*/
  pointer-events: none;
  /*摸不到*/
}
.main-slider .slick-prev,
.main-slider .slick-next {
  width: 6rem;
  border-radius: 0;
  border: solid 1px transparent;
}
.main-slider .slick-prev:before,
.main-slider .slick-next:before {
  font-family: 'icon';
  font-size: 2.5rem;
}
.max-md-size .main-slider .slick-prev,
.max-md-size .main-slider .slick-next {
  height: 30%;
}
.main-slider .slick-prev {
  left: 0;
}
.main-slider .slick-prev:before {
  content: '\e801';
}
.main-slider .slick-next {
  right: 0;
}
.main-slider .slick-next:before {
  content: '\e800';
}
.main-slider .slick-dots {
  bottom: 20px;
}
.main-slider .slick-slide {
  height: 38vw;
  min-height: 320px;
  height: 100%;
  position: relative;
  background-color: #000;
}
.min-xs-size .main-slider .slick-slide {
  min-height: 8vw;
}
.main-slider .slick-slide::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main-slider .slick-slide video {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.main-slider .slick-slide iframe {
  position: relative;
  pointer-events: none;
}
.main-slider .slick-slide figure {
  position: relative;
  height: 100%;
  margin: 0;
}
.main-slider .slick-slide .slide-image {
  opacity: 0;
  height: 100%;
  min-height: 380px;
  background-size: cover;
  background-position: center;
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.min-xs-size .main-slider .slick-slide .slide-image {
  min-height: 8vw;
}
.main-slider .slick-slide .slide-image.show {
  opacity: 1;
}
.main-slider .slick-slide .image-entity {
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
.main-slider .slick-slide .slide-media {
  -webkit-animation: slideOut 0.4s cubic-bezier(0.4, 0.29, 0.01, 1);
  animation: slideOut 0.4s cubic-bezier(0.4, 0.29, 0.01, 1);
}
.main-slider .slick-slide.slick-active {
  z-index: 1;
}
.main-slider .slick-slide.slick-active .slide-media {
  -webkit-animation: slideIn 2.4s cubic-bezier(0.4, 0.29, 0.01, 1);
  animation: slideIn 2.4s cubic-bezier(0.4, 0.29, 0.01, 1);
}

.slick-slide.slick-active .caption {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 0.7s cubic-bezier(0.32, 0.34, 0, 1.62) 0.6s;
  -o-transition: opacity 0.7s cubic-bezier(0.32, 0.34, 0, 1.62) 0.6s;
  transition: opacity 0.7s cubic-bezier(0.32, 0.34, 0, 1.62) 0.6s;
}

.caption {
  position: absolute;
  bottom: 50px;
  right: 5%;
  text-align: center;
  margin: 0;
  opacity: 0;
  z-index: 100;
  -webkit-transition: all 0.5s cubic-bezier(0.4, 0.29, 0.01, 1);
  -o-transition: all 0.5s cubic-bezier(0.4, 0.29, 0.01, 1);
  transition: all 0.5s cubic-bezier(0.4, 0.29, 0.01, 1);
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
}
.caption .caption-btn {
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  display: inline-block;
  min-width: 110px;
  padding: 0.5rem 0.8rem;
  margin: 0 3px;
  cursor: pointer;
  border-radius: 50px;
  background-color: rgba(199, 12, 7, 0.5);
  border: 1px solid rgba(199, 12, 7, 0.83) !important;
}
.caption .caption-btn:hover {
  background-color: #c70c07;
}

/*.slick-dots {
  text-align: center;
  padding-top: 15px;
}
.slick-dots li {
  display: inline-block;
  vertical-align: top;
  margin: 0 8px;
}
.slick-dots li button {
  width: 16px;
  height: 16px;
  border: none;
  cursor: pointer;
  border-radius: 50%;
  border: 2px solid #fff;
  -webkit-box-shadow: 0 0 0 0 transparent;
          box-shadow: 0 0 0 0 transparent;
  vertical-align: middle;
  color: #fff;
  background-color: #fff;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  opacity: .4;
}
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover {
  opacity: 1;
}
.slick-dots li.slick-active button {
  border-color: #2d3042;
  -webkit-box-shadow: 0 0 0 2px #fff;
          box-shadow: 0 0 0 2px #fff;
  opacity: 1;
}*/
@-webkit-keyframes slideIn {
  from {
    -webkit-filter: blur(15px);
    filter: blur(15px);
  }
  to {
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@keyframes slideIn {
  from {
    -webkit-filter: blur(15px);
    filter: blur(15px);
  }
  to {
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@-webkit-keyframes slideOut {
  from {
    -webkit-filter: blur(0);
    filter: blur(0);
  }
  to {
    -webkit-filter: blur(15px);
    filter: blur(15px);
  }
}

@keyframes slideOut {
  from {
    -webkit-filter: blur(0);
    filter: blur(0);
  }
  to {
    -webkit-filter: blur(15px);
    filter: blur(15px);
  }
}

/*0403*/
.quickly-gates-02 {
  line-height: 0;
}

.home-mv .box .background > .pic {
  background-color: #000;
}

.quickly-gates-02 .box.secVideo .info {
  display: block !important;
  line-height: 1.2em;
}

.af-compare_x1 .list-block,
.af-compare_x2 .list-block {
  width: 38% !important;
}
.af-compare_x1 .list-block:nth-child(1),
.af-compare_x2 .list-block:nth-child(1) {
  width: 19% !important;
}

.list-inner .list-row.list-product-list .list-product .list-block .list-img {
  height: 195px;
  overflow: hidden;
  /*img {
    	max-height:100%;
    }*/
}

@media (max-width: 1366px) {
  .list-inner .list-row.list-product-list .list-product .list-block .list-img {
    height: 180px;
  }
}

@media (max-width: 1280px) {
  .list-inner .list-row.list-product-list .list-product .list-block .list-img {
    height: 160px;
  }
}

@media (max-width: 992px) {
  .list-inner .list-row.list-product-list .list-product .list-block .list-img {
    height: 140px;
  }
}

@media (max-width: 820px) {
  .list-inner .list-row.list-product-list .list-product .list-block .list-img {
    height: 120px;
  }
}
@media (max-width: 680px) {
  .list-inner .list-row.list-product-list .list-product .list-block .list-img {
    height: 100px;
  }
}

@media (max-width: 480px) {
  .list-inner .list-row.list-product-list .list-product .list-block .list-img {
    height: 70px;
  }
  .main-slider {
    display: none;
  }
  .banner_mobile {
    display: block;
    min-height: 320px;
  }
  .banner_mobile img {
    width: 100%;
  }
}

@media (max-width: 380px) {
  .list-inner .list-row.list-product-list .list-product .list-block .list-img {
    height: 50px;
  }
}

.dk-select-options {
  max-height: 435px;
}
.normal_select--country .dk-select-options {
  max-height: 315px;
}

@media screen and (min-width: 1281px) and (max-width: 1680px) {
  _:-ms-input-placeholder,
  :root .menu .kind-list {
    left: 409px;
  }

  _:-ms-input-placeholder,
  :root .menu .highlight {
    left: 639px;
  }
}

@media screen and (min-width: 1025px) {
  #footer .fMenu .top {
    position: fixed;
    right: 20px;
  }
  #footer .fMenu .top:hover i {
    top: -40px;
  }

  #footer .fMenu .top span {
    left: 12px;
    top: 15px;
  }
}

@media screen and (max-width: 567px) {
  .contact-form .input-group .content .code {
    right: 0;
  }
}

/* For dynamic Youtube Vid */

.tzrvideo-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;

  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;

  justify-content: center;
  align-items: center;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}

.tzrvideo-container-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.ccolumn {
  flex: 1 1 0px;
  border: 2px solid black;
  position: relative;
  min-width: 200px;
  width: 80%;
  margin: 0 auto;
  background: #666;
  color: #fff;
  padding: 0px;
}

/* ==========================================================================
    terms
 ==========================================================================*/

.terms-section {
  color: #aaa;
}
.terms-section > p {
  margin-bottom: 60px;
  font-size: 18px;
}
.terms-section .heading .title-red {
  color: #fff;
  font-weight: normal;
  position: relative;
  margin-bottom: 1.4rem;
  margin-left: 18px;
  font-size: 22px;
}
.terms-section .heading .title-red:before {
  content: '';
  display: block;
  width: 6px;
  height: 100%;
  background-color: red;
  position: absolute;
  left: -18px;
}
.terms-section .content {
  margin-bottom: 60px;
  font-size: 18px;
  line-height: 1.7em;
}
.terms-section ul.disc {
  padding: 0 18px;
}
.terms-section ul.disc li {
  list-style-type: disc;
}

.terms-section ul.decimal {
  counter-reset: count 0;
  list-style: none;
}
.terms-section ul.decimal li {
  position: relative;

  counter-increment: count;
}
.terms-section ul.decimal li::before {
  content: '(' counter(count) '). ';
}
.terms-section ol {
  list-style: decimal;
  padding-left: 18px;
}

@media (max-width: 1366px) {
  .terms-section .heading .title-red {
    margin-bottom: 1.3rem;
  }
  .terms-section .heading .title-red:before {
    width: 5px;
  }
}

@media (max-width: 992px) {
  .terms-section .heading .title-red {
    margin-bottom: 1.1rem;
    font-size: 20px;
  }
  .terms-section .heading .title-red:before {
    width: 4px;
    left: -12px;
  }
  .terms-section > p {
    font-size: 16px;
  }
  .terms-section .content {
    margin-bottom: 40px;
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .terms-section .heading .title-red {
    font-size: 16px;
  }
  .terms-section > p {
    margin-bottom: 20px;
    font-size: 14px;
  }
  .terms-section .content {
    margin-bottom: 30px;
    font-size: 14px;
  }
}

/* ==========================================================================
    .member 共用  events.php events.php
 ==========================================================================*/
.img-prompt {
  width: 64px;
  height: 64px;
  position: relative;
  margin: 20px auto;
}
.img-prompt a,
.img-prompt figure {
  margin: 0px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-self: center;
  align-items: center;
  overflow: hidden;
}
.img-prompt a img,
.img-prompt figure img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
@media (max-width: 580px) {
  .img-prompt {
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
    margin: 0px;
    margin-left: 8px;
  }
}

.nav-sort-btn {
  margin-top: 30px;
  display: flex;
  justify-content: flex-end;
}
.member.nav-sort .container {
  transition: all 0.6s;
}
.nav-sort_mask {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  transition: all 0.8s;
}
@media (min-width: 993px) {
  .nav-sort-btn,
  .nav-sort_mask {
    display: none;
  }
}
.nav-sort-btn_name {
  color: #fff;
  border: 1px solid #717171;
  width: 100%;
  max-width: 200px;
  min-height: 50px;
  font-size: 1em;
  line-height: 1.5;
  text-align: center;
  padding: 0.75rem;
  cursor: pointer;
  border-radius: 5px;
  transition: background-color 0.2s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.max760 {
  max-width: 760px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.com-checkbox {
  margin-top: 30px;
  margin-bottom: 50px;
}

.com-checkbox_item--recaptcha {
  margin-bottom: 30px;
}

.com-checkbox input {
  display: none;
}

.com-checkbox label {
  position: relative;
  margin-left: 25px;
  display: block;
}

.com-checkbox label span {
  position: absolute;
  top: 5px;
  left: -25px;
  width: 15px;
  height: 15px;
  background: #a9a9a9;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}

.com-checkbox label span::before {
  content: '\e807';
  font-family: 'icon';
  display: inline-block;
  opacity: 0;
  transition: all 0.3s;
  color: #fff;
}

.com-checkbox input:checked + label span {
  background: #c70c07;
}

.com-checkbox input:checked + label span::before {
  opacity: 1;
}
.btn--check,
a[href].btn--check,
button.btn--check,
input.btn--check,
select.btn--check,
textarea.btn--check {
  width: 100%;
  margin-top: 15px;
  margin-left: 0px;
  margin-right: 0px;
}

a[href].btn--unregister,
button.btn--unregister,
input.btn--unregister,
select.btn--unregister,
textarea.btn--unregister,
.btn--unregister {
  margin-top: 25px;
  margin-bottom: 10px;
  background: transparent;
  font-size: 18px;
  color: #808080;
  border: 1px solid rgba(77, 77, 77, 1);
  border-radius: 50px;
  padding: 3px 30px;
  transition: all 0.6s;
}
a[href].btn--unregister:hover,
button.btn--unregister:hover,
input.btn--unregister:hover,
select.btn--unregister:hover,
textarea.btn--unregister:hover,
.btn--unregister:hover {
  color: #ccc;
  border-color: #ccc;
}

.inpt-shadow-lt {
  box-shadow: 2px 1px 5px #111 inset;
}
.btn--register {
  font-size: 20px;
}
.member .edit {
  line-height: 1.8em;
}
.member #page-banner .text .container .text-center > span {
  font-size: 24px;
}
.member #page-banner .text .container .text-center > span > span {
  font-weight: bold;
}
.member .contact-form .input-group .title {
  padding: 12px 0;
  position: relative;
}
.member .contact-form .input-group .title.pt0 {
  padding-top: 0px;
}
.member .contact-form .input-group .content {
  padding-top: 0px;
  padding-bottom: 26px;
}
.member .list-events {
  margin-left: -28px;
  margin-right: -28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.member .list-events .list-wrapper {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 28px;
  margin-bottom: 55px;
}
.member .list-events .list {
  font-size: 1.1em;

  background-color: #111;
  border: solid 1px #444;
  position: relative;
  vertical-align: top;
  display: inline-block;
  overflow: hidden;

  top: 0;
  -webkit-box-shadow: transparent 2px 2px 0 0;
  -moz-box-shadow: transparent 2px 2px 0 0;
  -ms-box-shadow: transparent 2px 2px 0 0;
  -o-box-shadow: transparent 2px 2px 0 0;
  box-shadow: transparent 2px 2px 0 0;
  -webkit-transition: box-shadow 0.4s cubic-bezier(0.23, 1, 0.32, 1),
    top 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: box-shadow 0.4s cubic-bezier(0.23, 1, 0.32, 1),
    top 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: box-shadow 0.4s cubic-bezier(0.23, 1, 0.32, 1),
    top 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: box-shadow 0.4s cubic-bezier(0.23, 1, 0.32, 1),
    top 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition: top 0.4s cubic-bezier(0.23, 1, 0.32, 1),
    -webkit-box-shadow 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 0.4s cubic-bezier(0.23, 1, 0.32, 1),
    -webkit-box-shadow 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: box-shadow 0.4s cubic-bezier(0.23, 1, 0.32, 1),
    top 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: box-shadow 0.4s cubic-bezier(0.23, 1, 0.32, 1),
    top 0.4s cubic-bezier(0.23, 1, 0.32, 1),
    -webkit-box-shadow 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.member .list-events .list:after {
  content: '';
  display: block;
  position: absolute;
  right: 3px;
  bottom: 3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10px 10px;
  border-color: transparent transparent #c70c07 transparent;
  opacity: 0;
}
.member .list-events .list:hover:after {
  opacity: 1;
}
.member .list-events .list:hover {
  border: solid 1px #c70c07;
  top: -5px;
  -webkit-box-shadow: 0 0 0 2px #000, 1px 2px 18px 0px rgba(199, 12, 7, 0.83);
  -moz-box-shadow: 0 0 0 2px #000, 1px 2px 18px 0px rgba(199, 12, 7, 0.83);
  -ms-box-shadow: 0 0 0 2px #000, 1px 2px 18px 0px rgba(199, 12, 7, 0.83);
  -o-box-shadow: 0 0 0 2px #000, 1px 2px 18px 0px rgba(199, 12, 7, 0.83);
  box-shadow: 0 0 0 2px #000, 1px 2px 18px 0px rgba(199, 12, 7, 0.83);
}

.member .list-events .list .block-info {
  padding: 20px 25px;
  padding-bottom: 35px;
}
.member .list-events .list h3 {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 5px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 54px;
}
.member .list-events .list .time {
  font-size: 18px;
  display: block;
  color: #777777;
}

.member .dk-selected {
  padding-top: 15px;
  padding-bottom: 15px;
}

.content-remind > ul,
.member .contact-form .input-group .content > ul {
  list-style: none;
  color: #8b8b8b;
  font-size: 18px;
  margin-top: 10px;
}
.content-remind > ul li,
.member .contact-form .input-group .content > ul li {
  position: relative;
  padding-left: 15px;
}
.content-remind > ul li::before,
.member .contact-form .input-group .content > ul li::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  background: #c70b07;
  border-radius: 50%;
  position: absolute;
  top: 11px;
  left: 0;
}
.member .contact-form .input-group .content > ul li a {
  color: #c70c07;
  text-decoration: underline;
  transition: color 0.3s;
}
.member .contact-form .input-group .content > ul li a:hover {
  color: red;
}

.member .contact-form .input-group .content > ul li .red {
  color: #c70c07;
}

.member .contact-form .input-group .content .field {
  padding: 15px 10px;
}
.contact-form .input-group .content .input-fixed {
  border-color: #202020;
  color: #fff;
  pointer-events: none;
}

.member .contact-form .input-group .content .file-group {
  position: relative;
}
.member .contact-form .input-group .content .file-group:hover .btn {
  background-color: rgba(199, 12, 7, 0.83);
}
.member .contact-form .input-group .content .file-group input {
  cursor: pointer;
  opacity: 0;
  width: 100%;
  padding: 11.5px 20px;
}
.member .contact-form .input-group .content .file-group .val-block {
  border: solid 1px #4f4f4f;
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 163px);
  pointer-events: none;
  padding: 10.5px 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.member
  .contact-form
  .input-group
  .content
  .file-group
  .val-block
  .val.placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.member .contact-form .input-group .content .file-group .btn {
  pointer-events: none;
  position: absolute;
  right: 0px;
  top: 0;
  width: 153px;
  padding: 12px 10px;

  border-radius: 5px;
  -webkit-transition: background-color 0.2s
    cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -moz-transition: background-color 0.2s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: background-color 0.2s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: background-color 0.2s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.member .contact-form .input-group .content .password-group,
.member .contact-form .input-group .content .serial-group,
.member .contact-form .input-group .content .add-group,
.member .contact-form .item-group {
  display: flex;
  justify-content: space-between;
}

.copy-input {
  cursor: pointer;
  text-overflow: ellipsis;
  overflow: hidden;
}
.member .contact-form .input-group .content .password-group .copy-input,
.member .contact-form .input-group .content .password-group input,
.member .contact-form .input-group .content .serial-group .copy-input,
.member .contact-form .input-group .content .serial-group input,
.member .contact-form .input-group .content .add-group input,
.member .contact-form .item-group .item-group_inpt {
  width: calc(100% - 200px);
}
.member .contact-form .input-group .content .serial-group .copy-input {
  line-height: 1;
}
.member .contact-form .item-group_inpt {
  padding: 15px 10px;
  background-color: transparent;
  color: #fff;
  width: 100%;
  background-color: transparent;
  border: solid 1px #202020;
  position: relative !important;
  pointer-events: none;
  line-height: 1;
}
@media (max-width: 1400px) {
  .member .contact-form .input-group .content .serial-group .copy-input,
  .member .contact-form .input-group .content .serial-group input {
    width: calc(100% - 120px);
  }
  .member .contact-form .input-group .content .add-group input,
  .member .contact-form .item-group .item-group_inpt {
    width: calc(100% - 90px);
  }
}
.member .contact-form .item-group_inpt input {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.member .contact-form .input-group .content .password-group .btn,
.member .contact-form .input-group .content .serial-group .btn,
.member .contact-form .input-group .content .add-group .btn,
.member .contact-form .item-group .btn {
  width: 190px;
  padding: 12px 10px;
  cursor: pointer;

  color: #cecece;
  border-radius: 5px;
  -webkit-transition: background-color 0.2s
    cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -moz-transition: background-color 0.2s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: background-color 0.2s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: background-color 0.2s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
@media (max-width: 1400px) {
  .member .contact-form .input-group .content .serial-group .btn {
    width: 110px;
  }
  .member .contact-form .input-group .content .add-group .btn,
  .member .contact-form .item-group .btn {
    width: 80px;
  }
}

.member .product-depiction {
  margin-bottom: 45px;
}

.member .products-list {
  margin-bottom: 85px;
  margin-top: 20px;
}
.member .products-list li {
  background: #191919;
  border-top: 1px solid #282828;
  border-bottom: 1px solid #282828;
  padding: 10px 10px;
  margin-bottom: 28px;
}
.member .products-list li .title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.member .products-list li .title .name {
  font-size: 18px;
  padding-left: 10px;
  padding-right: 35px;
  position: relative;
}
.member .products-list li .title .name::before {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  border: solid transparent;
  margin: -0.125em 0.5em 0 0;
  border-width: 9px 6.5px 0 6.5px !important;
  border-color: #c70c07 transparent transparent transparent !important;
}
.member .products-list li .title .status {
  font-size: 18px;
  font-weight: bold;
  color: #c70c07;
  padding-right: 10px;
}
.member .products-list li .content {
  background: #262626;
  display: flex;
  align-items: center;
  padding: 20px 28px;
  flex-wrap: wrap;
}
.member .products-list li .content > div:nth-child(1) {
  margin-right: 50px;
  width: 221px;
}
.member .products-list li .content > div > span {
  display: block;
}
.member .products-list li .content > div:nth-child(2) {
  margin-right: 14%;
}
.member .products-list li .content > div > span > span:nth-child(1) {
  width: 180px;
  display: inline-block;
  margin-bottom: 10px;
}
.member .products-list li .content > div > span > span:nth-child(2) {
  color: #808080;
}

.member-bg {
  margin-top: 100px;
  padding-top: 100px;
  padding-bottom: 130px;
  min-height: calc(100vh - 100px);
  background: url(/styles/images/member/member-bg.jpg) center no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.member-bg--register {
  padding-top: 30px;
  padding-bottom: 45px;
  background-image: url(/styles/images/member/register-bg.jpg);
}
.member-bg--register .pt3.contact {
  padding-top: 4%;
}
.member-bg--register .com-checkbox {
  padding-bottom: 4%;
}
.member-bg .block {
  max-width: calc(100% - 20px);
  display: flex;
  align-items: center;
  position: relative;
}
.member-bg .main-block {
  max-width: 100%;
  width: 580px;
  background: url(/styles/images/member/member-block.png) center no-repeat;
  background-size: cover;
  border-radius: 10px;
  padding: 47px 65px;
  color: white;
  font-size: 18px;
  box-shadow: 8px 8px 12px rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.member-bg .main-block > .title {
  display: block;
  font-size: 32px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  background: url(/styles/images/member/title-decLine.png) bottom no-repeat;
}
.member-bg .main-block > .title .title_arrow {
  display: inline-block;
  width: 23px;
  height: 14px;
  margin-right: 10px;
  position: relative;
}
.member-bg .main-block > .title .title_arrow i {
  position: absolute;
  top: -3px;
  left: 8px;
  border-style: solid;
  border-color: transparent;
  border-width: 7px 10px;
  border-left-color: red;
}
.member-bg .main-block > .title .title_arrow i:first-child {
  animation: arrows 3s linear infinite;
}
.member-bg .main-block > .title .title_arrow i:last-child {
  animation: arrows 3s linear infinite -1.5s;
}
@keyframes arrows {
  0% {
    border-left-color: rgba(255, 255, 255, 0);
    transform: translateX(-12.3333333333px);
  }

  10%,
  90% {
    border-left-color: rgba(255, 255, 255, 0);
  }

  50% {
    border-left-color: rgba(255, 255, 255, 0.7);
    transform: translateX(0px);
  }

  100% {
    border-left-color: rgba(255, 255, 255, 0);
    transform: translateX(12.3333333333px);
  }
}
.member-bg .main-block > .title img {
  margin-right: 10px;
  animation: flicker 1s infinite;
}
.member-bg .main-block .tips {
  margin-bottom: 42px;
  text-align: center;
}
.member-bg .main-block .tips.hasPadding {
  padding: 0 35px;
}
.member-bg .main-block .input-group {
  margin-bottom: 20px;
}
.member-bg .main-block .input-group .title {
  margin-bottom: 5px;
  display: block;
}
.member-bg .main-block .input-group input {
  width: 100%;
  padding: 16px 10px;
  background: rgba(169, 169, 169, 0.2);
  color: white;
}
@media (max-width: 580px) {
  .member-bg .main-block .input-group input {
    padding: 12px 10px;
  }
}
.member-bg .main-block .input-group--verification .content {
  display: flex;
  align-items: center;
}
.member-bg .main-block .input-group--verification .code {
  display: flex;
  align-items: center;
  margin-left: 10px;
  width: 165px;
  height: 50px;
}
.member-bg .main-block .input-group--verification .code img {
  height: 50px;
}
.member-bg .main-block .links {
  list-style: none;
  font-size: 20px;
  display: flex;
  justify-content: space-between;
}
.member-bg .main-block .links li {
  list-style: none;
}
/*
.member-bg .main-block .links li:not(:last-child){
  position: relative;
  padding-right: 13px;
}
.member-bg .main-block .links li:not(:last-child)::after{
 content:"";
 display: block;
 width: 1px;
 height: 18px;
 background:  #aaa; ;
 position: absolute;
 right: 0;
 top: 50%;
 transform: translateY(-50%);
}
*/

.member-bg .main-block .links li a:hover {
  color: white;
}
.member-bg .main-block .button-group {
  padding: 0;
  margin-top: 23px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
.member-bg .button-group .btn-gray {
  background: #333333;
}
.member-bg .button-group .btn-gray:hover {
  background: #4a4a4a;
}
.member-bg .main-block .button-group .butt {
  margin: 0;
  flex: 0 0 220px;
}
.member-bg .main-block .button-group .butt.w-100 {
  flex: 0 0 100%;
}
.member-bg .sub-block {
  /* background: url(/styles/images/member/member-subblock.png) center no-repeat; */
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0b0b0b+0,2d2d2d+100&0.9+0,0.9+100 */
  background: -moz-linear-gradient(
    -45deg,
    rgba(11, 11, 11, 0.7) 0%,
    rgba(45, 45, 45, 0.7) 100%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    -45deg,
    rgba(11, 11, 11, 0.7) 0%,
    rgba(45, 45, 45, 0.7) 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    135deg,
    rgba(11, 11, 11, 0.7) 0%,
    rgba(45, 45, 45, 0.7) 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e60b0b0b', endColorstr='#e62d2d2d', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  border-radius: 10px;
  width: 485px;
  height: 525px;
  display: flex;
  align-items: center;
  padding-left: 57px;
  padding-right: 57px;
  margin-left: -5px;
  box-shadow: 8px 8px 12px rgba(0, 0, 0, 0.5);
}
.member-bg .sub-block > div > p {
  font-size: 28px;
  color: #c70c07;
  font-weight: bold;
}
.member-bg .sub-block .butt {
  width: 220px;
  margin: 0;
}

/*webkit瀏覽器專用*/
.member ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
/*Firefox 4-18瀏覽器專用*/
.member input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
/*Firefox 19+瀏覽器專用*/
.member input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
/*IE10瀏覽器專用*/
.member:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}

@media (max-width: 1400px) {
  .member .contact-form .input-group .content .file-group .btn {
    width: 80px;
  }
  .member .contact-form .input-group .content .file-group .val-block {
    width: calc(100% - 90px);
  }
  .member .products-list li .content {
    padding: 20px;
  }
  .member .products-list li .content > img {
    margin-right: 30px;
  }
  .member .products-list li .content > div > span > span:nth-child(1) {
    width: 160px;
  }
  .member .products-list li .content > div:nth-child(1) {
    margin-right: 30px;
  }
  .member .products-list li .content > div:nth-child(2) {
    margin-right: 30px;
    flex: 0 0 293px;
  }
  .member-bg .main-block .links {
    display: block;
  }
  .member-bg .main-block .links li:not(:last-child)::after {
    display: none;
  }
}

@media (max-width: 1280px) {
  .member-bg {
    margin-top: 55px;
    min-height: calc(100vh - 55px);
  }
}
@media (max-width: 1200px) {
  .member .list-events {
    margin-left: -15px;
    margin-right: -15px;
  }
  .member .list-events .list-wrapper {
    padding: 0 15px;
  }
}
@media (max-width: 1024px) {
  .member .contact-form .input-group .content > ul {
    font-size: 15px;
  }
  .member .contact-form .input-group .content > ul li::before {
    top: 9px;
  }
  .member .contact-form .input-group .content .field {
    padding: 12px 10px;
  }
  .member .dk-selected {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .member .products-list li .content > div:nth-child(1) {
    flex: 0 0 100%;
    margin-bottom: 20px;
  }
  .member .products-list li .content > div {
    flex: 0 0 50%;
    margin-right: 0 !important;
  }
}
@media (max-width: 992px) {
  /* .member .nav-sort .inBox li.is-active a{
    background-color: unset;
  } */
  /* .member .nav-sort{
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    opacity: 0;
    pointer-events: none;
    background-color: rgba(0,0,0,0);
    transform: translate(0,0);
  }
  .member .nav-sort .container{
    transform: translateY(-20px);
    transition: all .3s;
    position: relative;
    z-index: 1;
  }
  .member .nav-sort.js-open {
    pointer-events: auto;
    opacity: 1;
  }
  .member .nav-sort.js-open .container {
    transform: translateY(0px);
  }
  .member .nav-sort.js-open .nav-sort_mask{
    opacity: 1;
  }
  .member .nav-sort .inBox{
    flex-wrap: wrap;
    background: #111;
  }
  .member .nav-sort .container{
    max-height: calc(70vh - 55px);
    overflow-x: hidden;
  }
  .member .nav-sort .inBox li{
    width: 100%;
  } */
  .member .list-events .list .block-info {
    padding: 15px 15px;
    padding-bottom: 20px;
  }
  .member-bg .block {
    display: block;
  }
  .member-bg .block.hasSub .main-block {
    z-index: 0;
    /* padding-bottom: 130px; */
    padding-bottom: 40px;
  }
  .member-bg .sub-block {
    width: auto;
    height: auto;
    background: transparent;
    position: absolute;
    bottom: 0;
    left: 68px;
    box-shadow: none;
    padding: 0;
    bottom: 30px;
  }
  .member-bg .sub-block > div > p {
    margin-bottom: 0px;
  }
  .member-bg .main-block .links {
    display: flex;
  }
  .member-bg .main-block .links li:not(:last-child)::after {
    display: block;
  }
}
@media (max-width: 991px) {
  .member #page-banner .text .container .text-center > span {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .member #page-banner .text .container .text-center > span {
    font-size: 16px;
  }
  .member .contact-form .input-group .content > ul {
    font-size: 14px;
  }
  .member .contact-form .input-group .content > ul li::before {
    top: 8px;
  }
  .member-bg .main-block .button-group .butt {
    flex: 0 0 48%;
  }
  .member-bg .main-block .links {
    display: block;
  }
  .member-bg .main-block .links li:not(:last-child)::after {
    display: none;
  }
}
@media (max-width: 580px) {
  .member .contact-form .input-group .title {
    display: flex;
    align-items: center;
  }
  .member .contact-form .input-group .title.pt0 {
    padding-top: 13px;
  }
  .com-checkbox {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .member .contact-form .input-group .title br {
    display: none;
  }
  .member .contact-form .input-group .content {
    padding-bottom: 0px;
  }
  .member .list-events .list-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .member .contact-form .input-group .content .field {
    margin: 0;
  }

  .member-bg {
    padding-top: 0px;
    padding-bottom: 40px;
    margin-top: 50px;
  }
  .member-bg .main-block {
    padding: 30px 10px;
    padding-bottom: 10px;
    padding-top: 15px;
    font-size: 16px;
  }
  .member-bg .main-block > .title {
    font-size: 22px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .member-bg .main-block .tips {
    margin-bottom: 20px;
  }
  .member-bg .sub-block {
    left: 13px;
  }
  .member-bg .sub-block > div > p {
    font-size: 20px;
  }
  .member-bg .main-block .links {
    font-size: 16px;
  }
  .member-bg .main-block .links li:not(:last-child) {
    margin-bottom: 10px;
  }
}

/* ==========================================================================
  product-register.php
  ==========================================================================*/
.member .products-list.products-list--registered li {
  margin: 0px;
  /* height: 210px; */
  background: transparent;
  border: 0;
  border-top: 1px solid #282828;
  /* cursor: pointer; */
}
.member .products-list.products-list--registered li:nth-child(odd) {
  background: rgba(51, 51, 51, 0.2);
}
.member .products-list.products-list--registered li:last-child {
  border-bottom: 1px solid #282828;
}
.member .products-list.products-list--registered li .content {
  background: transparent;
}
.member
  .products-list.products-list--registered
  li
  .content
  > div:nth-child(1) {
  flex: 0 0 80px;
  margin: 0px;
}
.member
  .products-list.products-list--registered
  li
  .content
  > div:nth-child(2) {
  flex-basis: 570px;
  margin-right: 2.34375vw;
}
.member
  .products-list.products-list--registered
  li
  .content
  > div:nth-child(3) {
  flex-basis: calc(100% - 740px);
  flex-grow: 1;
}

.member .products-list.products-list--registered li .content_checkbox input {
  display: none;
}
.member .products-list.products-list--registered li .content_checkbox label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  background: #a9a9a9;
  cursor: pointer;
  transition: all 0.6s;
  /* pointer-events: none; */
}
.member
  .products-list.products-list--registered
  li
  .content_checkbox
  label::before {
  content: '\e807';
  font-family: 'icon';
  display: inline-block;
  opacity: 0;
  transition: all 0.3s;
}
.member
  .products-list.products-list--registered
  li
  .content_checkbox
  input:checked
  + label {
  background: #c70c07;
}
.member
  .products-list.products-list--registered
  li
  .content_checkbox
  input:checked
  + label::before {
  opacity: 1;
}
.member .products-list.products-list--registered li .content_pic {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.member .products-list.products-list--registered li .content_pic .ir-pic {
  max-width: 220px;
  width: 100%;
}
.member
  .products-list.products-list--registered
  li
  .content_pic
  .ir-pic
  .js-imgfull {
  padding-top: 75%;
  background-position: center;
  background-size: contain;
}
.member .products-list.products-list--registered li .content_pic .ir-name {
  text-align: center;
  font-size: 24px;
  font-weight: blod;
  padding-left: 10px;
}
.member .products-list.products-list--registered li .content_info {
  display: flex;
  flex-wrap: wrap;
}
.member .products-list.products-list--registered li .content_info > * {
  width: 50%;
  padding: 0 15px;
}
.member
  .products-list.products-list--registered
  li
  .content_info
  > *
  span:first-child {
  display: block;
}
.member
  .products-list.products-list--registered
  li
  .content_info
  > div
  > span
  > span:nth-child(1) {
  width: 180px;
  display: inline-block;
  margin-bottom: 10px;
  color: #fff;
}
.member
  .products-list.products-list--registered
  li
  .content_info
  > div
  > span
  > span:nth-child(2) {
  opacity: 0.8;
}

#product-register
  .contact-form
  .input-group
  .content
  .dk-select
  .dk-select-options {
  height: auto;
}
#product-register .contact-form .row:nth-last-child(2) {
  margin-bottom: 20px;
}

@media screen and (max-width: 1340px) {
  .member .products-list.products-list--registered li .content_info > * span {
    display: block;
  }
  .member
    .products-list.products-list--registered
    li
    .content_info
    > *
    span:not(:last-child) {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .member .products-list.products-list--registered li .content {
    justify-content: center;
  }
  .member
    .products-list.products-list--registered
    li
    .content
    > div:nth-child(1) {
    flex-basis: 100%;
    margin-bottom: 20px;
  }
  #product-duplicate.member
    .products-list.products-list--registered
    li
    .content
    > div:nth-child(2) {
    flex-basis: 50%;
  }
  #product-duplicate.member
    .products-list.products-list--registered
    li
    .content
    > div:nth-child(3) {
    flex-basis: 50%;
  }
  .member .products-list.products-list--registered li .content_pic {
    flex-direction: column;
    margin-bottom: 20px;
  }
  .member .products-list.products-list--registered li .content_pic .ir-pic {
    flex-basis: 100%;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 820px) {
  a[href].btn--unregister,
  button.btn--unregister,
  input.btn--unregister,
  select.btn--unregister,
  textarea.btn--unregister,
  .btn--unregister {
    display: block;
    width: 275px;
    float: auto;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .member .products-list {
    margin-bottom: 20px;
  }
  .member .button-group.button-rma {
    padding-top: 20px;
  }
  #product-register .button-group.button-rma {
    padding-top: 20px;
  }
}
@media screen and (max-width: 364px) {
  .com-checkbox_item--recaptcha {
    marign-left: -0.5rem;
  }
}

/* ==========================================================================
  product-duplicate.php
  ==========================================================================*/
#product-duplicate .btn-black {
  background-color: rgba(51, 51, 51, 0.5);
}
#product-duplicate .btn-black:hover {
  background-color: rgba(51, 51, 51, 0.83);
}
#product-duplicate .page-content .goback {
  width: 100%;
  max-width: 425px;
}

#product-duplicate .status {
  position: relative;
  padding-left: 30px;
  color: #c70c07;
  font-weight: bold;
}
#product-duplicate .status::before {
  position: absolute;
  top: 3px;
  left: 0px;
  font-family: 'icon';
  width: 22px;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  color: #191919;
  background-color: #c70c07;
}
#product-duplicate .status--tick::before {
  content: '\e807';
}

#product-duplicate .status--cancel::before {
  content: '\e808';
}

.membership {
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
}
.membership__item {
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}
.membership__name {
  color: #fff;
  margin-right: 8px;
}
.membership__val {
  color: #fff;
  opacity: 0.7;
}

@media screen and (max-width: 1560px) {
  .member
    .products-list.products-list--registered
    li
    .content
    > div:nth-child(2) {
    flex-basis: 300px;
    margin-right: 1.302083vw;
  }
}

@media screen and (max-width: 1470px) {
  #product-register.member
    .products-list.products-list--registered
    li
    .content
    > div:nth-child(2) {
    flex-basis: 450px;
    margin-right: 10px;
  }

  .member .products-list.products-list--registered li .content_pic .ir-pic {
    flex-basis: 180px;
  }

  .member .products-list.products-list--registered li .content_pic .ir-name {
    font-size: 20px;
  }

  .member
    .products-list.products-list--registered
    li
    .content_info
    > div
    > span
    > span:nth-child(1) {
    width: 165px;
  }
}

@media screen and (max-width: 1440px) {
  a[href].btn--unregister,
  button.btn--unregister,
  input.btn--unregister,
  select.btn--unregister,
  textarea.btn--unregister,
  .btn--unregister {
    font-size: 16px;
  }

  #product-duplicate.member
    .products-list.products-list--registered
    .content_info
    .status {
    padding-left: 20px;
  }
  #product-duplicate.member
    .products-list.products-list--registered
    .content_info
    .status::before {
    top: 5px;
    width: 15px;
    height: 15px;
    font-size: 14px;
  }
}

@media screen and (max-width: 1420px) {
  #product-duplicate.member
    .products-list.products-list--registered
    li
    .content
    > div:nth-child(2) {
    flex: 0 0 30%;
    margin-right: 10px;
  }

  .member .products-list.products-list--registered li .content_pic .ir-name {
    font-size: 18px;
  }
}
@media screen and (max-width: 1400px) {
  #product-duplicate.member .products-list li .content > div:nth-child(2) {
    margin-right: 14%;
    flex-basis: auto;
  }

  #product-duplicate.member .products-list li .content > div:nth-child(2) {
    margin-right: 30px;
    flex: 0 0 293px;
  }
}
@media screen and (max-width: 1320px) {
  #product-duplicate.member
    .products-list.products-list--registered
    li
    .content
    > div:nth-child(2) {
    flex-basis: 40%;
  }
}
@media screen and (max-width: 1024px) {
  #product-duplicate.member .products-list.products-list--registered {
    margin-bottom: 30px;
  }
  #product-duplicate.member .products-list li .content > div:nth-child(1) {
    flex: 0 0 40%;
    margin-right: 15px;
  }
  #product-duplicate.member
    .products-list.products-list--registered
    li
    .content
    > div:nth-child(1) {
    flex-basis: 100%;
  }
  #product-duplicate.member .products-list li .content > div:nth-child(2),
  #product-duplicate.member .products-list li .content > div:nth-child(3) {
    flex: 0 0 30%;
  }
  #product-duplicate.member .products-list li .content > div > span > span {
    display: block;
  }
  #product-duplicate.member
    .products-list
    li
    .content
    > div
    > span:not(:last-child) {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 757px) {
  #product-duplicate .btn-black {
    width: 100%;
    max-width: 425px;
  }
}
@media screen and (max-width: 745px) {
  #product-duplicate.member
    .products-list.products-list--registered
    li
    .content
    > div:nth-child(2),
  #product-duplicate.member
    .products-list.products-list--registered
    li
    .content
    > div:nth-child(3) {
    flex-basis: 70%;
  }
}

@media screen and (max-width: 700px) {
  #product-duplicate.member .products-list li .content > div:nth-child(2),
  #product-duplicate.member .products-list li .content > div:nth-child(3) {
    flex: 0 0 20%;
  }
}
@media screen and (max-width: 675px) {
  #product-duplicate.member .products-list li .content > div:nth-child(1),
  #product-duplicate.member .products-list li .content > div:nth-child(2),
  #product-duplicate.member .products-list li .content > div:nth-child(3) {
    flex: 0 0 70%;
  }

  #product-duplicate.member .products-list li .content {
    justify-content: center;
    padding: 10px;
  }
  #product-duplicate .page-content .goback,
  #product-duplicate .page-content .notgoback {
    margin-left: 0px;
    margin-right: 0px;
  }
  .member .products-list li .title {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .member .products-list li .title .status {
    font-size: 16px;
  }
  .member .products-list li .title .name {
    margin-bottom: 10px;
  }
  .member .products-list li .content > div:nth-child(1) {
    display: flex;
    justify-content: center;
  }
  .member .products-list li .content > div > span {
    margin-bottom: 15px;
  }
  .member .products-list li .content > div > span > span {
    display: block;
  }
  .member .products-list li .content > div > span > span:nth-child(1) {
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 600px) {
  #product-duplicate.member
    .products-list.products-list--registered
    li
    .content
    > div:nth-child(2),
  #product-duplicate.member
    .products-list.products-list--registered
    li
    .content
    > div:nth-child(3) {
    flex-basis: 100%;
  }
}

@media screen and (max-width: 480px) {
  .nav-sort-btn_name {
    max-width: 100%;
  }
  .member .products-list.products-list--registered li .content_info > * {
    width: 100%;
  }

  .member
    .products-list.products-list--registered
    li
    .content_info
    > *:not(:last-child) {
    margin-bottom: 15px;
  }
}

/* ==========================================================================
  events.php
  ==========================================================================*/
#event .head {
  padding-right: 150px;
  padding-bottom: 0.6rem;
}

#event #page-banner .bkdimg {
  background-size: 120%;
}

#event form {
  border-bottom: 1px solid #3a3a3a;
  margin-bottom: 60px;
}
#event form button {
  width: 578px;
  max-width: 100%;
  font-size: 20px;
  color: white;
  background: rgba(199, 11, 7, 0.5);
  padding: 13px 10px;
  margin-bottom: 75px;
  border-radius: 5px;
  cursor: pointer;
  transition: opacity 0.3s;
}
#event form button:hover {
  opacity: 0.8;
}

.m-lb {
  pointer-events: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  transition: opacity 0.15s linear;
}
.m-lb_ctr {
  width: 900px;
  /* min-height: 420px; */
  min-height: 580px;
  max-height: 85%;
  max-width: calc(100% - 40px);
  background: #000;
  border: 4px solid #e01121;
  border-radius: 5px;
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  opacity: 0;
  padding-top: 50px;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  overflow-x: hidden;
}
.m-lb_title {
  font-size: 30px;
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 992px) {
  .m-lb_title {
    font-size: 25px;
    margin-bottom: 25px;
  }
}
@media (max-width: 580px) {
  .m-lb_title {
    margin-bottom: 10px;
  }
}
.m-lb_mask {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: transparent;
}

.m-lb.is-show {
  pointer-events: all;
  opacity: 1;
}
.m-lb.is-show .m-lb_ctr {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 1;
}

.m-lb-delet .button-group.button-rma .butt {
  max-width: 90%;
  width: 100%;
  margin: 0 auto;
  display: block;
  margin-bottom: 15px;
}

.m-lb-checking .txt-remind {
  opacity: 1;
  transition: all 0.5s;
}
.m-lb-checking .txt-remind.is-hide {
  opacity: 0;
}
.m-lb_list {
  max-height: 308px;
  overflow-x: hidden;
}
@media (max-width: 992px) {
  .m-lb_list {
    max-height: 154px;
  }
  .m-lb_list.scrollbar-y {
    max-height: 165px !important;
  }
}
.m-lb_list .row > * {
  margin-bottom: 26px;
}
.js-lb-img {
  cursor: pointer;
}
.m-lb-images .m-lb_ctr {
  background: transparent;
  border: none;
  pointer-events: none;
}

.m-lb-images .m-lb_img {
  position: relative;
  max-width: 500px;
  width: 100%;
  padding-top: 70%;
  /* height: 80%; */
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
}
.m-lb-images .m-lb_img figure {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px;
}
.m-lb-images .m-lb_img figure img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.m-lb-images.is-show figure img {
  pointer-events: auto;
}

.success-block {
  pointer-events: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
  overflow-x: hidden;
  overflow-y: auto;
  transition: opacity 0.15s linear;
}
.success-block.show {
  opacity: 1;
  pointer-events: all;
}

.success-block .block {
  width: 520px;
  min-height: 420px;
  max-width: calc(100% - 40px);
  background: white;
  border: 4px solid #e01121;
  border-radius: 5px;
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0;
  padding-top: 50px;
  padding-bottom: 30px;
  text-align: center;

  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
}

.success-block.show .block {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 1;
}
.success-block .block .check {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  border: 4px solid #fbd0d3;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  margin-bottom: 22px;
}
.success-block .block .check img {
  width: 50px;
}
.success-block .block span {
  font-weight: bold;
  display: block;
  margin-bottom: 28px;
  font-size: 30px;
}
.success-block .block p {
  color: #797979;
  margin-bottom: 52px;
  padding-left: 20px;
  padding-right: 20px;
}
.success-block .block button {
  padding: 13px 10px;
  background: #c70b07;
  border-radius: 5px;
  width: 200px;
  cursor: pointer;
  transition: opacity 0.3s;
  font-size: 20px;
}
.success-block .block button:hover {
  opacity: 0.8;
}
@media (max-width: 1440px) {
  #event form button {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  #event form button {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  #event .head {
    padding-right: 0;
    padding-bottom: 0.6rem;
    padding-top: 1.5rem;
  }
  #event .head .title {
    padding-top: 1.2rem;
  }
}
@media (max-width: 576px) {
  #event form button {
    margin-bottom: 20px;
  }
  .success-block .block {
    min-height: 300px;
    padding-top: 40px;
  }
  .success-block .block .check {
    width: 60px;
    height: 60px;
  }
  .success-block .block .check img {
    width: 30px;
  }
  .success-block .block span {
    margin-bottom: 0px;
  }
  .success-block .block p {
    margin-bottom: 20px;
  }
}
.cookies-popup {
  height: auto;
  width: 400px;
  position: fixed;
  background: red;
  z-index: 100;
  right: 100px;
  bottom: 25px;
  text-align: left;
  padding: 30px;
  opacity: 1;
  color: #000;
}
#cookies-button {
  position: relative;
  bottom: 0;
  width: 80px;
  height: 46px;
  padding: 10px;
  margin-top: 10px;
  border: 1px solid;
  border-radius: 5px;
  text-align: center;
  float: right;
  cursor: pointer;
  font-weight: bold;
}
/* ==========================================================================
  cn/login verficationCode fix
  ==========================================================================*/
#loginForm .input-group .content .code {
  top: -26px;
  width: 100px;
  display: inline-block;
  position: relative !important;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 0;
  left: 350px;
  border: 0;
  padding: 12px 10px;
}
/*==========================================================================
  cn/registration verficationCode fix
  ==========================================================================*/
#memberForm .input-group .content .code {
  width: 100px;
  display: inline-block;
  position: relative !important;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 0;
  border: 0;
  padding: 12px 10px;
  left: -webkit-calc(100% - 100px);
  left: -moz-calc(100% - 100px);
  left: calc(100% - 100px);
  top: -26px;
}
@media (max-width: 768px) {
  #memberForm .input-group .content .code {
    top: -22px;
  }
}
/*==========================================================================
  cn/recoverpassword verficationCode fix
  ==========================================================================*/
#postForm .input-group .content .code {
  width: 100px;
  display: inline-block;
  position: relative !important;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 0;
  border: 0;
  padding: 12px 10px;
  left: -webkit-calc(100% - 100px);
  left: -moz-calc(100% - 100px);
  left: calc(100% - 100px);
  top: -26px;
}
/*==========================================================================
  cn/sn-check verficationCode fix
  ==========================================================================*/
#chkForm .row .left .input-group .content .code {
  width: 100px;
  display: inline-block;
  position: relative !important;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 0;
  border: 0;
  padding: 12px 10px;
  left: -webkit-calc(100% - 100px);
  left: -moz-calc(100% - 100px);
  left: calc(100% - 100px);
  top: -23px;
}
.icon.bilibili {
  background: url('./images/bilibili-g.svg') no-repeat center;
  background-size: 20px 20px;
}
.icon.bilibili:hover {
  background: url('./images/bilibili-w.svg') no-repeat center;
  background-size: 20px 20px;
}

.member
  .products-list.products-list--registered
  li
  .content
  > div:nth-child(3).content_info
  > div:nth-child(1)
  > span:nth-child(3) {
  display: flex;
}
.member
  .products-list.products-list--registered
  li
  .content
  > div:nth-child(3).content_info
  > div:nth-child(1)
  > span:nth-child(3)
  > span:nth-child(2) {
  padding-left: 5px;
}
.member
  .products-list.products-list--registered
  li
  .content
  > div:nth-child(3).content_info
  > div:nth-child(1)
  > span:nth-child(3)
  > span:nth-child(2)
  > span {
  display: block;
}
@media (max-width: 1400px) {
  .member
    .products-list.products-list--registered
    li
    .content
    > div:nth-child(3).content_info
    > div:nth-child(1)
    > span:nth-child(3) {
    display: block;
  }
}

#event form button#signBtn.gray-bg {
  background: gray;
}

/* 20200716 add edit button */
.edit-btn {
  flex: 0 0 92px;
  width: 92px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  font-size: 18px;
  border: 1px solid rgba(77, 77, 77, 1) !important;
  text-decoration: none !important;
  border-radius: 50px;
  transition: all 0.6s;
  color: #808080 !important;
}
.edit-btn:hover {
  color: #ccc !important;
  border-color: #ccc !important;
}
.member
  .products-list.products-list--registered
  li
  .content
  > div:nth-child(2) {
  flex-basis: 470px;
}
@media screen and (max-width: 1440px) {
  .edit-btn {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  #product-duplicate.member
    .products-list.products-list--registered
    li
    .content
    > div:nth-child(2) {
    flex-basis: 36%;
  }
  #product-duplicate.member
    .products-list.products-list--registered
    li
    .content
    > div:nth-child(3) {
    flex-basis: 47%;
  }
}
@media screen and (max-width: 745px) {
  #product-duplicate.member
    .products-list.products-list--registered
    li
    .content
    > div:nth-child(2),
  #product-duplicate.member
    .products-list.products-list--registered
    li
    .content
    > div:nth-child(3) {
    flex-basis: 70%;
  }
  .edit-btn {
    align-self: flex-end;
  }
}
@media screen and (max-width: 600px) {
  #product-duplicate.member
    .products-list.products-list--registered
    li
    .content
    > div:nth-child(2),
  #product-duplicate.member
    .products-list.products-list--registered
    li
    .content
    > div:nth-child(3) {
    flex-basis: 100%;
  }
  .edit-btn {
    margin-top: 20px;
  }
}

@media (max-width: 960px) {
  #header .topLink .htmleaf-container {
    display: block;
  }
}
.search-wrapper {
  position: absolute;
  -webkit-transform: translate(-100%, -50%);
  -moz-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
  top: 50%;
  left: 100%;
}
@media (max-width: 992px) {
  .search-wrapper.active .close {
    left: -40px;
    top: 14px;
  }
}
@media (max-width: 480px) {
  .search-wrapper .input-holder {
    line-height: 45px;
  }
  .search-wrapper .input-holder .search-input {
    line-height: 45px;
  }
  .search-wrapper .input-holder .search-input::placeholder {
    line-height: 45px;
  }
}
@media (max-width: 400px) {
  .search-wrapper.active .close {
    left: -30px;
  }
}
@media (max-width: 375px) {
  .search-wrapper.active .input-holder {
    width: 240px;
  }
}
@media (max-width: 320px) {
  .search-wrapper.active .input-holder {
    width: 183px;
  }
}
.lock {
  height: 100%;
  overflow: hidden;
}
@media (max-width: 1280px) {
  #header .nav {
    /* height: 480px !important; */ /* changed 250319 */
    height: calc(100vh - 55px);
    max-height: calc(100vh - 55px);
  }
}
@media (max-width: 480px) {
  .mCSB_inside > .mCSB_container {
    margin-right: 30px;
  }
  #header .nav {
    height: calc(100vh - 50px);
    max-height: calc(100vh - 50px);
    /* padding-bottom: 70px; */
  }
  #header .nav .menu li a {
    padding: 1.1rem 1.6rem;
  }
  #header .nav .menu li .memberArea + ul {
    margin-bottom: 40px;
  }
  #header .nav .menu .child-list li a {
    padding: 0.9rem 1.6rem;
  }
  #header .nav .menu > li.has-child > a:before {
    top: 2.1rem;
  }
  #header .nav .menu > li.has-child.active > a:before {
    top: 0.6rem;
  }
}

@media (max-width: 1024px) {
  #loginForm .input-group .content {
    position: relative;
  }
  #loginForm .input-group .content .code {
    position: absolute !important;
    top: -3px;
    transform: translate(0, 0);
    right: 0;
    left: unset;
    margin-left: auto;
  }
}

.member-bg .sub-block .textBox {
  padding-top: 15px;
}
.member-bg .sub-block .textBox .text {
  display: block;
  color: #ffffff;
}
.member-bg .sub-block .textBox .text + .text {
  margin-top: 5px;
}
.member-bg .main-block .sub-block {
  display: none;
}
@media (max-width: 992px) {
  .member-bg .sub-block {
    display: none;
  }
  .member-bg .main-block .sub-block-mb {
    display: block;
    position: static;
    margin-left: 0;
  }
  .member-bg .main-block .sub-block-mb .button-group {
    margin: 0;
    display: block;
    padding: 10px 0;
  }
}
@media (max-width: 580px) {
  .member-bg .main-block .input-group {
    margin-bottom: 15px;
  }
  .member-bg .main-block .button-group {
    margin: 15px 0;
  }
  .member-bg .main-block .sub-block-mb .textBox {
    padding-top: 0;
  }
}
#product-register .contact-form .input-group .content .code {
  position: absolute !important;
  width: auto;
  left: auto;
  right: 16px;
  padding: 0;
  top: 9.5px;
  transform: translate(0, 0);
}
@media screen and (max-width: 1024px) {
  #product-register .contact-form .input-group .content .code {
    top: 5.5px;
  }
}
@media (max-width: 580px) {
  #product-register .contact-form .input-group .content .code {
    right: 5px;
  }
}
#loginForm .input-group .content {
  position: relative;
}
#loginForm .input-group .content .code {
  position: absolute !important;
  width: auto;
  left: auto;
  right: 16px;
  padding: 0;
  top: 9.5px;
  transform: translate(0, 0);
}

#cookies-button {
  width: auto;
  min-width: 80px;
}

@media (max-width: 768px) {
  .cookies-popup {
    width: calc(100% - 40px);
    max-width: 400px;
    right: 10px;
    padding: 30px 20px;
  }
  #cookies-button {
    height: auto;
  }
}
@media (max-width: 580px) {
  .cookies-popup {
    left: 50%;
    right: auto;
    bottom: auto;
    top: 65px;
    padding: 15px;
    transform: translate(-50%, 0);
  }

  #loginForm .input-group .content .code {
    top: 4.5px;
  }
}

/* 2021/03/04 product overview */
#product .max-container {
  width: 100%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
#product .videoBox {
  position: relative;
  overflow: hidden;
}
#product .videoBox .background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#product .videoBox .background img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#product .videoBox .video-container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
#product .videoBox iframe,
#product .videoBox object,
#product .videoBox embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0 none;
}
#product .videoBox .texts {
  text-align: center;
  padding: 10vw 0;
  position: relative;
  z-index: 1;
}
#product .videoBox .texts.hide {
  opacity: 0;
  pointer-events: none;
}
#product .videoBox .playBtn {
  padding-top: 1em;
}
#product .videoBox .play {
  display: inline-block;
  padding: 0.5em 1em;
  background-color: #e9e700;
  color: #323232;
  cursor: pointer;
  margin: 0 auto;
  text-decoration: none;
  transition: all 0.3s;
}
#product .videoBox .play:hover {
  background-color: rgb(199, 12, 7);
  color: #ffffff;
}
#product .videoBox .pop-video-container {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1001;
  background-color: rgba(0, 0, 0, 0.9);
  min-height: 100vh;
  overflow: hidden;
  display: none;
}
#product .videoBox .pop-video-container.show {
  display: block;
}
#product .videoBox .pop-video-container .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 900px;
  padding: 0;
}
#product .videoBox .pop-video-container .container .closeBtn {
  width: 48px;
  height: 48px;
  color: #ffffff;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(0, -100%);
  cursor: pointer;
  background-color: transparent;
}
#product .videoBox .pop-video-container .container .video-container {
  position: static;
  transform: translate(0, 0);
}
#product .picBox {
  padding: 10vw 0;
  position: relative;
}
#product .picBox .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#product .picBox .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#product .picBox .bg-mobile {
  display: none;
  width: 100%;
}
#product .picBox .bg-mobile img {
  width: 100%;
  display: block;
}
#product .picBox .texts {
  position: relative;
  z-index: 1;
}
#product .picBox .texts.half {
  width: 50%;
  margin-left: auto;
}
#product .picBox .texts .title,
#product .videoBox .texts .title {
  font-weight: 600;
}
#product .picBox .texts .hasShadow,
#product .videoBox .texts .hasShadow {
  text-shadow: 0 2px 10px rgb(0 0 0 / 75%);
}
#product .picBox .texts .white,
#product .videoBox .texts .white {
  color: #ffffff;
}
#product .picBox .texts .blue,
#product .videoBox .texts .blue {
  color: #39b5fb;
}
#product .picBox .texts p,
#product .videoBox .texts p {
  margin: 0.75em 0;
}
@media (max-width: 768px) {
  #product .picBox .texts.half {
    width: 90%;
    margin-right: auto;
  }
  #product .videoBox .pop-video-container .container .closeBtn {
    width: 35px;
    height: 35px;
  }
  #product .picBox.underPic .bg {
    position: static;
    padding-bottom: 1em;
  }
}
@media (max-width: 576px) {
  #product .videoBox .video-container {
    display: none;
  }
  #product .videoBox .pop-video-container .container {
    top: 40%;
  }
  #product .videoBox .pop-video-container .container .video-container {
    display: block;
  }
  #product .picBox .bg {
    display: none;
  }
  #product .picBox .bg-mobile {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
  #product .picBox .bg-mobile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #product .picBox.underPic {
    padding: 0;
  }
  #product .picBox.underPic .bg-mobile {
    display: block;
    position: static;
    padding-bottom: 1.2em;
    height: auto;
  }
  #product .picBox.underPic .bg-mobile img {
    height: auto;
    object-fit: unset;
  }
  #product .picBox .texts .title {
    text-align: center;
  }
}

/* 2021/05/31 product core */
@media screen and (max-width: 1023.98px) {
  .mCustomScrollbar {
    -ms-touch-action: unset;
    touch-action: unset;
  }
}
.core-section {
  position: relative;
  overflow: hidden;
  text-align: center;
}
.core-section .min-100vh {
  position: relative;
}
@media screen and (orientation: landscape) {
  .core-section .min-100vh {
    min-height: 100vh;
  }
}
@media screen and (orientation: portrait) {
  /* @media (min-width: 576px) { */
  .core-section .min-100vh {
    min-height: 56.25vw;
  }
  /* } */
  /* @media (max-width: 575.98px) {
    .core-section .min-100vh{
      min-height: 100vw;
    }
  } */
}
.core-section .obj-fill {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.core-section .obj-fill .video-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  -o-object-fit: cover;
  object-fit: cover;
}
.core-section .txt-gradient {
  display: inline-block;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: -o-linear-gradient(
    left,
    #7d5dd9,
    #a553bb,
    #cd489d,
    #e45076,
    #fb584e,
    #fb7e54,
    #fba559,
    #edb45c,
    #dfc460,
    #cec55e,
    #bcc75c
  );
  background-image: linear-gradient(
    to right,
    #7d5dd9,
    #a553bb,
    #cd489d,
    #e45076,
    #fb584e,
    #fb7e54,
    #fba559,
    #edb45c,
    #dfc460,
    #cec55e,
    #bcc75c
  );
  font-weight: 700;
  color: transparent;
}
.core-section .iframe-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}
.core-section .iframe-wrapper iframe,
.core-section .iframe-wrapper .video-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.core-section.for-sm .section-bg {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  pointer-events: none;
}
.core-section.for-sm .section-bg .obj-fill {
  opacity: 0;
}
.core-section.for-sm .section-main {
  position: relative;
}
.core-section.for-sm .section-main .pics-wrapper {
  position: relative;
  z-index: 1;
}
.core-section.for-sm .section-main .pics-wrapper .pics-display {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.core-section.for-sm .section-main .pics-wrapper .pics-display img {
  flex-shrink: 0;
  display: block;
  max-width: unset;
  width: auto;
  margin: 0 auto;
}
.core-section.for-sm .section-main .txt-group {
  color: #ffffff;
}
.core-section.for-sm .section-main .txt-group .description {
  margin-top: 0.75em;
  line-height: 1.625;
}
@media screen and (min-width: 1024px) {
  @media screen and (orientation: landscape) {
    .core-section .min-100vh {
      min-height: 100vh;
    }
  }
  @media screen and (orientation: portrait) {
    .core-section .min-100vh {
      min-height: 56.25vw;
    }
    /* @media (min-width: 576px) {
      .core-section .min-100vh{
        min-height: 56.25vw;
      }
    }
    @media (max-width: 575.98px) {
      .core-section .min-100vh{
        min-height: 100vw;
      }
    } */
  }
  .core-section .mobile-only {
    display: none !important;
  }
  .core-section.for-sm .section-main .txt-group {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    visibility: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .core-section.for-sm .section-main .txt-group.visible {
    visibility: visible;
  }
  .core-section.for-sm .section-main .range {
    font-size: calc(0.73vw + 10px); /* 24px */
  }
  .core-section.for-sm .section-main .range .range-inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.75em 0.5em;
  }
  .core-section.for-sm .section-main .range .arrow {
    flex-grow: 1;
    position: relative;
    display: block;
    width: 1px;
    background-color: #ffffff;
  }
  .core-section.for-sm .section-main .range .arrow::before {
    content: '';
    position: absolute;
    left: -3.5px;
    display: block;
    border-left: 3.5px solid transparent;
    border-right: 3.5px solid transparent;
  }
  .core-section.for-sm .section-main .range .arrow-up {
    transform-origin: bottom center;
  }
  .core-section.for-sm .section-main .range .arrow-up::before {
    top: 0;
    border-bottom: 7px solid #ffffff;
  }
  .core-section.for-sm .section-main .range .arrow-down {
    transform-origin: top center;
  }
  .core-section.for-sm .section-main .range .arrow-down::before {
    bottom: 0;
    border-top: 7px solid #ffffff;
  }
  .core-section.for-sm .section-main .range .unit {
    flex-shrink: 0;
    display: block;
    margin: 0.5em 0;
  }
}
@media screen and (max-width: 1023.98px) {
  .core-section .section-main .txt-group .content {
    padding-left: 20px;
    padding-right: 20px;
  }
  .core-section.for-sm .pics-wrapper {
    display: none !important
    ;
  }
  .core-section.for-sm .section-main .range {
    display: none;
  }
}
@media screen and (min-width: 576px) {
  .core-section .txt-gradient {
    font-size: calc(2.135vw + 15px); /* 56px */
  }
  .core-section .txt-gradient.smaller {
    font-size: calc(1.25vw + 12px); /* 36px */
  }
  .core-section.for-sm .section-main .txt-group .description {
    font-size: calc(0.73vw + 10px); /* 24px */
  }
}
@media screen and (max-width: 575.98px) {
  .core-section .txt-gradient {
    font-size: 22px;
  }
  .core-section.for-sm .section-main .txt-group .description {
    font-size: 15px;
  }
}

#core-section01 .section-bg {
  position: relative;
  height: 56.25vw;
}
#core-section01 .section-bg .video-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1024px) {
  #core-section01 .section-bg .video-player {
    pointer-events: none;
  }
}
/* #core-section01 .section-bg::before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background-image: -o-linear-gradient(left, rgba(0,0,0,.2), rgba(0,0,0,.6));
  background-image: linear-gradient(to right, rgba(0,0,0,.2), rgba(0,0,0,.6));
}
#core-section01 .section-inner {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -ms-flex-pack: center;
   justify-content: center;
  -webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
}
#core-section01 .section-inner .content {
  color: #ffffff
}
#core-section01 .section-inner .content .section-title {
  margin: 0;
  font-size: calc(3.915vw + 25px);
  font-weight: 700;
  line-height: 1.2;
}
#core-section01 .section-inner .content .txt {
  margin-top: 1em;
  margin-bottom: 0;
  font-size: calc(1.46vw + 12px);
}
@media (max-width: 575.98px) {
  #core-section01 .section-inner .content {
    padding: 0 30px;
  }
  #core-section01 .section-inner .content .section-title {
    font-size: 36px;
  }
  #core-section01 .section-inner .content .txt {
    font-size: 18px;
  }
} */

#core-section02 .section-head {
  position: relative;
}
#core-section02 .section-head .pentagon {
  position: absolute;
}
#core-section02 .section-head .pentagon::before {
  content: '';
  display: block;
  padding-bottom: calc(37000% / 240);
}
#core-section02 .section-head .pentagon .txt {
  position: absolute;
  top: calc(13000% / 370);
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* padding-top: 5%; */
  padding-bottom: 7.5%;
  font-size: calc(2.135vw + 15px); /* 56px */
  font-weight: 700;
  color: #ffffff;
}
#core-section02 .section-head .section-title .title-txt {
  margin: calc(50em / 56) 0 calc(35em / 56);
}
#core-section02 .section-main {
  position: relative;
  padding-bottom: calc(25vh / 2 - 70px / 2);
}
#core-section02 .section-main .pics-wrapper .pics-display img {
  max-width: unset;
}
#core-section02 .section-main .txt-1 {
  z-index: 0;
}
#core-section02 .section-main .txt-2,
#core-section02 .section-main .txt-3 {
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  #core-section02 .section-bg .bg-2 {
    background-image: linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.19),
      rgba(0, 0, 0, 1)
    );
  }
  #core-section02 .section-bg .bg-4 .laser {
    position: absolute;
    transform-origin: left;
  }
  #core-section02 .section-bg .bg-4 .laser .laser-run {
    position: relative;
    width: 100%;
    height: 8px;
    float: right;
    /* background-image: -o-linear-gradient(left, #7D5DD9, #A553BB, #CD489D, #E45076, #FB584E, #FB7E54, #FBA559, #EDB45C, #DFC460, #CEC55E, #BCC75C);
    background-image: linear-gradient(to right, #7D5DD9, #A553BB, #CD489D, #E45076, #FB584E, #FB7E54, #FBA559, #EDB45C, #DFC460, #CEC55E, #BCC75C); */
    background-color: #ffffff;
    border-radius: 8px;
  }
  #core-section02 .section-bg .bg-4 .laser .laser-run::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    border-radius: inherit;
    /* background-image: inherit; */
    background-color: inherit;
    filter: blur(5px);
  }
  #core-section02 .section-bg .bg-4 .laser-1,
  #core-section02 .section-bg .bg-4 .laser-2,
  #core-section02 .section-bg .bg-4 .laser-3 {
    top: 0;
  }
  #core-section02 .section-bg .bg-4 .laser-1,
  #core-section02 .section-bg .bg-4 .laser-4,
  #core-section02 .section-bg .bg-4 .laser6 {
    left: 0;
  }
  #core-section02 .section-bg .bg-4 .laser-2,
  #core-section02 .section-bg .bg-4 .laser-7 {
    left: calc(50vw - 4px);
  }
  #core-section02 .section-bg .bg-4 .laser-4,
  #core-section02 .section-bg .bg-4 .laser-5 {
    top: 50vh;
  }
  #core-section02 .section-bg .bg-4 .laser-3,
  #core-section02 .section-bg .bg-4 .laser-5,
  #core-section02 .section-bg .bg-4 .laser-8 {
    left: 100%;
  }
  #core-section02 .section-bg .bg-4 .laser-6,
  #core-section02 .section-bg .bg-4 .laser-7,
  #core-section02 .section-bg .bg-4 .laser-8 {
    top: 100%;
  }
  #core-section02 .section-bg .bg-4 .laser-1 {
    /* transform-origin: top left; */
    transform: rotate(45deg);
  }
  #core-section02 .section-bg .bg-4 .laser-2 {
    /* transform-origin: left; */
    transform: rotate(90deg);
  }
  #core-section02 .section-bg .bg-4 .laser-3 {
    /* transform-origin: top left; */
    transform: rotate(135deg);
  }
  #core-section02 .section-bg .bg-4 .laser-4 {
    /* transform-origin: top left; */
  }
  #core-section02 .section-bg .bg-4 .laser-5 {
    transform: rotate(180deg);
  }
  #core-section02 .section-bg .bg-4 .laser-6 {
    /* transform-origin: bottom left; */
    transform: rotate(-45deg);
  }
  #core-section02 .section-bg .bg-4 .laser-7 {
    /* transform-origin: left; */
    transform: rotate(-90deg);
  }
  #core-section02 .section-bg .bg-4 .laser-8 {
    /* transform-origin: top left; */
    transform: rotate(-135deg);
  }
  #core-section02 .section-head .pentagon {
    top: calc(12.5vw * 370 / 240 * -1);
  }
  #core-section02 .section-main .txt-1 .content,
  #core-section02 .section-main .txt-3 .content {
    text-align: left;
  }
  #core-section02 .section-main .txt-3 .range {
    position: absolute;
  }
  #core-section02 .section-main .txt-3 .range::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    /* background-image: -o-linear-gradient(#7D5DD9, #A553BB, #CD489D, #E45076, #FB584E, #FB7E54, #FBA559, #EDB45C, #DFC460, #CEC55E, #BCC75C);
    background-image: linear-gradient(#7D5DD9, #A553BB, #CD489D, #E45076, #FB584E, #FB7E54, #FBA559, #EDB45C, #DFC460, #CEC55E, #BCC75C); */
    background-color: rgba(250, 168, 86, 0.4);
    border: 1px solid rgba(250, 168, 86, 0.4);
    box-shadow: 0 0 10px rgba(250, 168, 86, 0.8);
    /* border: 1px solid #ffffff; */
    /* opacity: .4; */
  }
  #core-section02 .section-main .txt-3 .range {
    /* margin-top: calc(75vh * 60/850); */
    left: calc(50% - 30vh);
  }
  #core-section02 .section-main .txt-3 .range .range-inner {
    width: calc(75vh * 225 / 850);
    height: calc(75vh * 565 / 850);
  }
  #core-section02 .section-main .txt-3 .content {
    width: calc(75vh * 2.25 / 5);
    margin-left: 50vh;
    transform-origin: left;
  }
  @media screen and (orientation: landscape) {
    #core-section02 .section-main .pics-wrapper .pics-display img {
      width: auto;
      height: 75vh;
    }
    #core-section02 .section-main .txt-3 .range {
      margin-top: calc(75vh * 60 / 850);
      left: calc(50% - 30vh);
    }
    #core-section02 .section-main .txt-3 .range .range-inner {
      width: calc(75vh * 225 / 850);
      height: calc(75vh * 565 / 850);
    }
    #core-section02 .section-main .txt-3 .content {
      width: calc(75vh * 2.25 / 5.5);
      margin-left: 50vh;
    }
  }
  @media screen and (orientation: portrait) {
    /* imgH = 150vw * 85/192; */
    #core-section02 .section-main {
      padding-bottom: calc(50vh - (150vw * 85 / 192) / 2);
    }
    #core-section02 .section-main .pics-wrapper .pics-display img {
      width: 150vw;
      height: auto;
    }
    #core-section02 .section-main .txt-3 .range {
      left: calc(50% - (150vw * 85 / 192) * 340 / 850);
    }
    #core-section02 .section-main .txt-3 .range .range-inner {
      width: calc((150vw * 85 / 192) * 225 / 850);
      height: calc((150vw * 85 / 192) * 565 / 850);
    }
    @media (min-width: 576px) {
      #core-section02 .section-main .txt-3 .content {
        width: calc((150vw * 85 / 192) * 2.25 / 5);
        margin-left: 45vw;
      }
    }
  }
}
@media screen and (max-width: 1023.98px) {
  #core-section02 .section-head .pentagon {
    top: 0;
  }
  #core-section02 .section-head .section-title .title-txt {
    margin: 35px 0;
  }
  #core-section02 .section-main .txt-group {
    margin-top: 50px;
  }
  #core-section02 .section-main .txt-1 .pic {
    margin-top: 35px;
  }
  #core-section02 .section-main .txt-2 {
    display: none;
  }
}
@media screen and (min-width: 576px) {
  #core-section02 .section-head {
    padding-top: calc(12.5vw * 370 / 240);
  }
  #core-section02 .section-head .pentagon {
    left: calc(50% - 12.5vw / 2);
    width: 12.5vw;
  }
}
@media screen and (max-width: 575.98px) {
  #core-section02 .section-head {
    padding-top: calc(100px * 370 / 240);
  }
  #core-section02 .section-head .pentagon {
    left: calc(50% - 50px);
    width: 100px;
  }
  #core-section02 .section-main .txt-group {
    /* padding-top: 15vh; */
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media screen and (min-width: 1024px) {
  @media (orientation: landscape) {
    #core-section03 {
      z-index: 2;
      margin-bottom: -100vh;
    }
  }
}
#core-section03 .section-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#core-section03 .content {
  color: #ffffff;
}
#core-section03 .content .section-title {
  font-size: calc(2.135vw + 15px);
  font-weight: 700;
}

#core-section04 .section-main .pics-wrapper .pics-display img {
  width: auto;
}
#core-section04 .section-main .anchors {
  position: absolute;
  z-index: 5;
  left: 100px;
  bottom: 0;
  height: 100vh;
  font-size: calc(0.73vw + 10px); /* 24px */
  text-align: left;
  visibility: hidden;
}
#core-section04 .section-main .anchors.position-fixed {
  position: fixed;
}
#core-section04 .section-main .anchors::before {
  content: '';
  position: absolute;
  top: 15%;
  left: 0;
  bottom: 15%;
  display: block;
  width: 2px;
  background-image: linear-gradient(
    rgba(199, 12, 7, 0),
    #c70c07,
    rgba(199, 12, 7, 0)
  );
}
#core-section04 .section-main .anchors.visible {
  visibility: visible;
}
#core-section04 .section-main .anchors ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}
#core-section04 .section-main .anchors li {
  padding-left: 1.5em;
  border-left: 4px solid rgba(199, 12, 7, 0);
}
#core-section04 .section-main .anchors li + li {
  margin-top: 2em;
}
#core-section04 .section-main .anchors a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.4);
}
#core-section04 .section-main .anchors li.active a,
#core-section04 .section-main .anchors a:hover {
  color: #c70c07;
}
#core-section04 .section-main .pics-wrapper .pics-display .svg-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#core-section04 .section-main .pics-wrapper .pics-display .svg-list svg {
  flex-shrink: 0;
  width: auto;
  overflow: visible;
}
#core-section04 .section-main .txt-group .range {
  position: absolute;
}
#core-section04 .section-main .txt-group .range .range-border,
#core-section04 .section-main .txt-group .range .range-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#core-section04 .section-main .txt-group .range .range-border > div {
  position: absolute;
}
#core-section04 .section-main .txt-group .range .range-border .top {
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
}
#core-section04 .section-main .txt-group .range .range-border .right {
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
}
#core-section04 .section-main .txt-group .range .range-border .bottom {
  right: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
}
#core-section04 .section-main .txt-group .range .range-border .left {
  left: 0;
  bottom: 0;
  width: 1px;
  height: 100%;
}
#core-section04 .section-main .txt-group .range .range-bg,
#core-section04 .section-main .txt-group .range .range-inner {
  opacity: 0;
}
#core-section04 .section-main .txt-group .range .range-arrows {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  transform-origin: center;
}
#core-section04 .section-main .txt-group .range .range-arrows .unit {
  content: '';
  flex-shrink: 0;
  display: block;
  margin: 0.5em;
  opacity: 0;
}
#core-section04 .section-main .txt-group .range .range-inner {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#core-section04 .section-main .txt-group .content .tt {
  font-weight: 700;
}
#core-section04 .section-main .txt-group.for-range .content .description {
  color: #969696;
}
@media screen and (min-width: 1024px) {
  #core-section04 .section-main {
    padding-top: 50vh;
  }
  #core-section04 .section-main .pics-wrapper .pics-display img {
    height: 100vh;
  }
  #core-section04 .section-main .pics-wrapper .pics-display .svg-list svg {
    height: 100vh;
  }
  #core-section04 .section-main .txt-group.for-range {
    z-index: 2;
    top: calc(35px + 25vh / 2);
    left: calc(50% - (75vh * 1920 / 850) / 2);
    width: calc(75vh * 1920 / 850);
    height: 75vh;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
  }
  #core-section04 .section-main .txt-group.for-range .content {
    width: calc(75vh * 355 / 850);
    margin-left: calc(75vh * 600 / 850);
    padding-bottom: calc(75vh * 50 / 850);
  }
  @media screen and (orientation: landscape) {
    #core-section04 .section-main {
      padding-top: 50vh;
      /* padding-bottom: calc(25vh/2 - 70px/2); */
    }
    #core-section04 .section-main .pics-wrapper .pics-display img {
      height: 100vh;
    }
    #core-section04 .section-main .pics-wrapper .pics-display .svg-list svg {
      height: 100vh;
    }
    #core-section04 .section-main .txt-group.for-range {
      top: calc(35px + 25vh / 2);
      left: calc(50% - (75vh * 1920 / 850) / 2);
      width: calc(75vh * 1920 / 850);
      height: 75vh;
    }
    #core-section04 .section-main .txt-group.for-range .content {
      width: calc(75vh * 355 / 850);
      margin-left: calc(75vh * 600 / 850);
      padding-bottom: calc(75vh * 50 / 850);
    }
  }
  @media screen and (orientation: portrait) {
    #core-section04 .section-main {
      padding-top: 20vh;
    }
    /* imgH = 150vw * 85/192; */
    #core-section04 .section-main .pics-wrapper .pics-display img {
      height: calc(200vw * 85 / 192);
    }
    #core-section04 .section-main .pics-wrapper .pics-display .svg-list svg {
      height: calc(200vw * 85 / 192);
    }
    #core-section04 .section-main .anchors {
      display: none;
    }
    /* imgH = 150vw * 85/192; */
    #core-section04 .section-main .txt-group.for-range {
      top: calc(50% - (150vw * 85 / 192) / 2);
      left: calc(50% - 75vw);
      width: 150vw;
      height: calc(150vw * 85 / 192);
    }
    #core-section04 .section-main .txt-group.for-range .content {
      width: calc((150vw * 85 / 192) * 355 / 850);
      margin-left: calc((150vw * 85 / 192) * 600 / 850);
      padding-bottom: calc((150vw * 85 / 192) * 50 / 850);
    }
  }
}
@media screen and (max-width: 1023.98px) {
  #core-section04 {
    padding: 0 0 50px;
  }
  #core-section04 .section-main .anchors {
    display: none;
  }
  #core-section04 .section-main .txt-group .content {
    text-align: center;
    margin-top: 25px;
  }
  @media screen and (min-width: 576px) {
    #core-section04 .section-main .txt-group + .txt-group {
      margin-top: 125px;
    }
    #core-section04 .section-main .txt-group .pic img {
      max-width: 65vw;
    }
  }
}
@media screen and (min-width: 576px) {
  #core-section04 .section-main .txt-group .content .tt {
    font-size: calc(1.04vw + 10px); /* 30px */
  }
  #core-section04 .section-main .txt-group.for-range .content .description {
    font-size: calc(0.725vw + 6px); /* 20px */
  }
}
@media screen and (max-width: 575.98px) {
  #core-section04 .section-main .txt-group .content .tt {
    font-size: 18px;
  }
  #core-section04 .section-main .txt-group + .txt-group {
    margin-top: 65px;
  }
}

@media screen and (min-width: 1024px) {
  #core-section04 .section-main .txt-1 .content {
    text-align: right;
  }
}

#core-section04 .section-main .txt-2 .range .range-border > div {
  background-color: #d9c40d;
}
#core-section04 .section-main .txt-2 .range .range-bg {
  background-color: rgba(217, 196, 13, 0.24);
  box-shadow: 0 0 10px rgba(217, 196, 13, 0.8);
}
#core-section04 .section-main .txt-2 .range .range-arrows {
  top: -10%;
  left: -10%;
  right: -10%;
  bottom: -10%;
  transform: rotate(45deg);
}
@media screen and (min-width: 1024px) {
  @media (orientation: landscape) {
    #core-section04 .section-main .txt-2 .range {
      right: calc(75vh * 450 / 850);
      bottom: calc(75vh * 150 / 850);
    }
    #core-section04 .section-main .txt-2 .range .range-inner {
      width: calc(75vh * 300 / 850);
      height: calc(75vh * 290 / 850);
    }
  }
  @media (orientation: portrait) {
    #core-section04 .section-main .txt-2 .range {
      right: calc((150vw * 85 / 192) * 480 / 850);
      bottom: calc((150vw * 85 / 192) * 173 / 850);
    }
    #core-section04 .section-main .txt-2 .range .range-inner {
      width: calc((150vw * 85 / 192) * 260 / 850);
      height: calc((150vw * 85 / 192) * 260 / 850);
    }
  }
}

#core-section04 .section-main .txt-3 .range {
  transform-origin: top right;
  transform: rotate(-90deg);
}
#core-section04 .section-main .txt-3 .range .range-border > div {
  background-color: #955df1;
}
#core-section04 .section-main .txt-3 .range .range-bg {
  background-color: rgba(149, 93, 241, 0.24);
  box-shadow: 0 0 10px rgba(149, 93, 241, 0.8);
}
#core-section04 .section-main .txt-3 .range .range-arrows {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 1em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
#core-section04 .section-main .txt-3 .range .range-arrows .arrow {
  width: auto;
  height: 1px;
}
#core-section04 .section-main .txt-3 .range .range-arrows .arrow-up::before {
  top: -2.5px;
  left: 0;
  border-top: 3.5px solid transparent;
  border-bottom: 3.5px solid transparent;
  border-left: none;
  border-right: 7px solid #ffffff;
}
#core-section04 .section-main .txt-3 .range .range-arrows .arrow-down::before {
  top: -2.5px;
  right: 0;
  left: auto;
  bottom: auto;
  border-top: 3.5px solid transparent;
  border-bottom: 3.5px solid transparent;
  border-left: 7px solid #ffffff;
  border-right: none;
}
@media screen and (min-width: 1024px) {
  @media (orientation: landscape) {
    #core-section04 .section-main .txt-3 .range {
      top: calc(75vh * 97 / 850);
      left: calc(75vh * 1035 / 850 - 75vh * 610 / 850);
    }
    #core-section04 .section-main .txt-3 .range .range-inner {
      width: calc(75vh * 610 / 850);
      height: calc(75vh * 60 / 850);
    }
  }
  @media (orientation: portrait) {
    #core-section04 .section-main .txt-3 .range {
      top: calc((150vw * 85 / 192) * 97 / 850);
      left: calc(
        (150vw * 85 / 192) * 1035 / 850 - (150vw * 85 / 192) * 610 / 850
      );
    }
    #core-section04 .section-main .txt-3 .range .range-inner {
      width: calc((150vw * 85 / 192) * 610 / 850);
      height: calc((150vw * 85 / 192) * 60 / 850);
    }
  }
}

#core-section04 .section-main .txt-4 .range .range-border > div {
  background-color: #faa856;
}
#core-section04 .section-main .txt-4 .range .range-bg {
  background-color: rgba(250, 168, 86, 0.4);
  box-shadow: 0 0 10px rgba(250, 168, 86, 0.8);
}
#core-section04 .section-main .txt-4 .range.ret .range-arrows {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.25em;
  transform: rotate(15deg);
}
#core-section04 .section-main .txt-4 .range.square .range-arrows {
  top: -7.5%;
  left: -7.5%;
  right: -7.5%;
  bottom: -7.5%;
  transform: rotate(42.5deg);
}
@media screen and (min-width: 1024px) {
  @media (orientation: landscape) {
    #core-section04 .section-main .txt-4 .range-1 {
      top: calc(75vh * 97 / 850);
      left: calc(75vh * 1095 / 850);
    }
    #core-section04 .section-main .txt-4 .range-2 {
      top: calc(75vh * 320 / 850);
      left: calc(75vh * 1095 / 850);
    }
    #core-section04 .section-main .txt-4 .range-3 {
      top: calc(75vh * 97 / 850);
      left: calc(75vh * 1235 / 850);
    }
    #core-section04 .section-main .txt-4 .range.ret .range-inner {
      width: calc(75vh * 60 / 850);
      height: calc(75vh * 190 / 850);
    }
    #core-section04 .section-main .txt-4 .range.square .range-inner {
      width: calc(75vh * 175 / 850);
      height: calc(75vh * 190 / 850);
    }
  }
  @media (orientation: portrait) {
    #core-section04 .section-main .txt-4 .range-1 {
      top: calc((150vw * 85 / 192) * 97 / 850);
      left: calc((150vw * 85 / 192) * 1095 / 850);
    }
    #core-section04 .section-main .txt-4 .range-2 {
      top: calc((150vw * 85 / 192) * 320 / 850);
      left: calc((150vw * 85 / 192) * 1095 / 850);
    }
    #core-section04 .section-main .txt-4 .range-3 {
      top: calc((150vw * 85 / 192) * 97 / 850);
      left: calc((150vw * 85 / 192) * 1235 / 850);
    }
    #core-section04 .section-main .txt-4 .range.ret .range-inner {
      width: calc((150vw * 85 / 192) * 60 / 850);
      height: calc((150vw * 85 / 192) * 190 / 850);
    }
    #core-section04 .section-main .txt-4 .range.square .range-inner {
      width: calc((150vw * 85 / 192) * 175 / 850);
      height: calc((150vw * 85 / 192) * 190 / 850);
    }
  }
}

#core-section04 .section-main .txt-5 .range .range-border > div {
  background-color: #fb3029;
}
#core-section04 .section-main .txt-5 .range .range-bg {
  background-color: rgba(251, 48, 41, 0.24);
  box-shadow: 0 0 10px rgba(251, 48, 41, 0.8);
}
#core-section04 .section-main .txt-5 .range .range-arrows {
  top: -10%;
  left: -10%;
  right: -10%;
  bottom: -10%;
  transform: rotate(45deg);
}
@media screen and (min-width: 1024px) {
  @media (orientation: landscape) {
    #core-section04 .section-main .txt-5 .range {
      top: calc(75vh * 95 / 850);
      left: calc(75vh * 1200 / 850);
    }
    #core-section04 .section-main .txt-5 .range .range-inner {
      width: calc(75vh * 230 / 850);
      height: calc(75vh * 230 / 850);
    }
  }
  @media (orientation: portrait) {
    #core-section04 .section-main .txt-5 .range {
      top: calc((150vw * 85 / 192) * 95 / 850);
      left: calc((150vw * 85 / 192) * 1200 / 850);
    }
    #core-section04 .section-main .txt-5 .range .range-inner {
      width: calc((150vw * 85 / 192) * 230 / 850);
      height: calc((150vw * 85 / 192) * 230 / 850);
    }
  }
}

#core-section04 .section-main .txt-6.for-range {
  position: static;
  width: 100%;
  height: auto;
}
#core-section04 .section-main .txt-6.for-range .content .iframe-wrapper {
  margin-top: 35px;
}
@media screen and (min-width: 1024px) {
  #core-section04 .section-main .txt-6.for-range .content {
    width: auto;
    padding: 0;
    /* max-width: 900px; */
  }
  @media (orientation: landscape) {
    #core-section04 .section-main .txt-6 {
      padding: 15vh 5vw 15vh 0;
    }
    #core-section04 .section-main .txt-6.for-range .content {
      width: 100%;
      max-width: 900px;
    }
  }
  @media (orientation: portrait) {
    #core-section04 .section-main .txt-6 {
      padding: 75px 30px 100px;
    }
    #core-section04 .section-main .txt-6.for-range .content {
      margin: 0;
    }
  }
}
@media screen and (max-width: 1023.98px) {
  /* #core-section04 .section-main .txt-6 {
    padding: 75px 30px 100px;
  } */
  #core-section04 .section-main .txt-6.for-range .content {
    margin: 0;
  }
}


/* 20230810 start */
#page-banner .text {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: auto;
    color: #fff;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    z-index: 5;
}

#product #page-banner .text {
	position: static;
	transform: none;
}

@media (min-width: 1367px) {
	#product .pic-left {
		min-height: 500px;
	}
}

#product #page-banner .logo_item_box_bg {
  padding: 5px 0 30px;
}
@media (max-width: 1366px) {
	#product #page-banner .logo_item_box_bg {
	  padding: 15px 0 30px;
	}
}

@media (max-width: 992px) {
  #product #page-banner .logo_item_box_bg {
    padding: 20px 0;
  }
}
/* 20230810 end */

/* 250922 start - breadcrumb */

 /* Style list */
ul.breadcrumb {
  padding: 10px 0px;
  list-style: none;
}

/* Display list items side by side */
ul.breadcrumb li {
  display: inline;
}

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li+li:before {
  padding: 8px;
  color: #cecece;
  content: "/\00a0";
}

/* Add a color to all links inside the list */
ul.breadcrumb li a {
  color: #ffffff;
  text-decoration: none;
}

/* Add a color on mouse-over */
ul.breadcrumb li a:hover {
  color: #ffffff;
  text-decoration: underline;
} 

/* 250922 end */