@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Josefin+Sans:400,700|Lato:400,700|Libre+Baskerville:400,700|Playfair+Display:400,700");
@import url(fonts/style.css);
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong,  tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  //font: inherit;
  vertical-align: baseline;
  font-family: 'Microsoft JhengHei', 'sans-serif'; }

input {
  font-family: 'Microsoft JhengHei', 'sans-serif'; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a, a:hover, a:active, a:focus, a:visited {
  text-decoration: none;
  outline: 0;
  outline-offset: 0px;
  color: #000;
  cursor: pointer; }

a[href="javascript:void(0)"] {
  cursor: text; }

* {
  -webkit-tap-highlight-color: transparent; }

img {
  max-width: 100%;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0; }

button, input {
  line-height: normal;
  outline: 0;
  border-radius: 0; }

button, select {
  text-transform: none; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  nowhitespace: afterproperty;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

button {
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  display: inline-block; }

textarea {
  resize: none; }

figure, address {
  padding: 0;
  margin: 0; }

html {
  box-sizing: border-box;
  position: relative;
  height: 100%;
  min-height: 100% !important;
  font-size: 100%;
  -ms-overflow-style: scrollbar; }

* {
  outline: 0;
  -webkit-font-smoothing: antialiased; }

*, *::before, *::after, *:before, *:after {
  box-sizing: inherit;
  margin: 0;
  padding: 0; }

html, body {
  position: relative;
  height: 100.1%; }

body .wp {
  opacity: 0;
  min-width: 320px; }

p, span, a {
  line-height: 25px; }

input, button {
  border-radius: 0; }

@font-face {
  font-family: 'Microsoft JhengHei';
  src: local(Microsoft JhengHei); }

@font-face {
  font-family: 'Microsoft JhengHei';
  unicode-range: U+7db0, U+78A7, U+7B75;
  font-style: normal;
  font-weight: normal;
  src: local(Microsoft JhengHei); }

.icon.arrow-right:before, .icon.arrow-left:before, .icon.arrow-up:before, .icon.arrow-down:before, .icon.arrow-long-right:before, .icon.arrow-long-left:before, .icon.arrow-play:before, .icon.arrow-back-top:before, .icon.plane:before, .icon.searchIcon:before, .icon.pinIcon:before, .icon.closeIcon:before, .icon.listIcon:before, .icon.traffic:before, .icon.timeIcon:before, .icon.listIcon2:before, .icon.messageBox:before, .icon.mobilephone:before, .icon.shoppingbag:before, .icon.earth:before, .icon.mailIcon:before, .icon.memberIcon:before, .icon.memberIcon2:before, .icon.quesIcon:before, .icon.wrench:before, .icon.fbIcon:before, .icon.igIcon:before, .icon.ytIcon:before, .icon.lineIcon:before, .slick-arrow.slick-prev:before, .slick-arrow.slick-next:before, .mobileNav .queneBtn:after, .wp.stores .mapContainer .storeWp .storeContainer .storeListBox .storeList .storeBox:after {
  position: relative;
  display: block;
  font-family: 'icomoon';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1; }

.container-fluid {
  padding-left: 15px;
  padding-right: 15px; }

.container {
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1730px; }

html.lockY, body.lockY {
  overflow-y: hidden !important; }

.wp {
  overflow-y: hidden;
  overflow-x: hidden;
  transition: transform 0.5s ease-in-out; }
  .wp:after {
    content: '';
    display: block;
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 500;
    width: 100%;
    height: 100%;
    transition: opacity 0.3s ease-in-out; }


    .inner .banner{
      position:relative;
    }

    .inner .banner .banner_button{
      position:absolute;
      top:50%;
      transform:translateY(-50%);
    }







    @media screen and (min-width: 992px) {
      .wp:after {
        position: fixed; } }
  .wp:not(.navOpen):after {
    opacity: 0;
    pointer-events: none; }
  .wp .content {
    padding-top: 90px; }
    @media screen and (max-width: 991px) {
      .wp .content {
        padding-top: 60px; } }
  .wp .resultContainer .resultWp {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    /*justify-content: space-between;*/
    margin-top: 30px; }
  .wp .resultContainer .resultBox, .wp .resultContainer .hideItem {
    /*max-width: 355px;*/
    flex: 0 0 25%;
    /*margin: 0 5px;*/
    padding: 0 15px; }
    @media screen and (max-width: 1199px) {
      .wp .resultContainer .resultBox, .wp .resultContainer .hideItem {
        /*flex: 0 0 31%;*/
         flex: 0 0 33.33333333%; } }
    @media screen and (max-width: 767px) {
      .wp .resultContainer .resultBox, .wp .resultContainer .hideItem {
        /*flex: 0 0 48%*/
        flex: 0 0 50%;; } }
    @media screen and (max-width: 479px) {
      .wp .resultContainer .resultBox, .wp .resultContainer .hideItem {
        flex: 0 0 100%;
        max-width: none; } }
  .wp .resultContainer .resultBox {
    margin-bottom: 60px; }
    @media screen and (max-width: 767px) {
      .wp .resultContainer .resultBox {
        margin-bottom: 30px; } }
    .wp .resultContainer .resultBox .pic {
      position: relative;
      display: block;
      margin-bottom: 15px;
      overflow: hidden; }
      .wp .resultContainer .resultBox .pic img {
        transition: transform 0.38s ease-in-out; }
      .wp .resultContainer .resultBox .pic:before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        border: 0px solid rgba(255, 255, 255, 0.3);
        pointer-events: none;
        transition: border-width 0.214s ease-in-out;
        z-index: 1; }
    .wp .resultContainer .resultBox .category {
      display: block;
      color: #555555;
      text-align: center;
      font-family: 'Josefin Sans', 'Microsoft JhengHei', sans-serif;
      margin-bottom: 10px; }
    .wp .resultContainer .resultBox .title {
      display: block;
      text-align: center;
      font-weight: bold;
      font-size: 22px;
      line-height: normal; }
      @media screen and (max-width: 991px) {
        .wp .resultContainer .resultBox .title {
          font-size: 18px; } }
  .wp .pageContainer {
    display: flex;
    align-items: center;
    justify-content: center; }
    .wp .pageContainer .pageArrow {
      display: flex;
      width: 50px;
      height: 50px;
      justify-content: center;
      align-items: center; }
      .wp .pageContainer .pageArrow .icon {
        display: block;
        transition: transform 0.15s ease-in-out; }
      .wp .pageContainer .pageArrow.pagePrev .icon:before {
        transform-origin: center center;
        transform: rotate(180deg); }
    .wp .pageContainer .pageBtn {
      display: block;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      border: 2px solid transparent;
      box-sizing: border-box;
      line-height: 46px;
      text-align: center;
      transition: color 0.1s linear; }
      .wp .pageContainer .pageBtn + .pageBtn {
        margin-left: 8px; }
      .wp .pageContainer .pageBtn.active {
        border-color: #000; }
  .wp .navigateContainer .navigateBox {
    display: flex;
    justify-content: center;
    align-items: center; }
    .wp .navigateContainer .navigateBox > div + div {
      border-left: 1px solid #dfdfdf; }
    .wp .navigateContainer .navigateBox a {
      display: block;
      padding: 15px 45px; }
      @media screen and (max-width: 479px) {
        .wp .navigateContainer .navigateBox a {
          padding: 15px 30px; } }
      .wp .navigateContainer .navigateBox a:before {
        transition: color 0.1s ease-in-out;
        font-size: 18px; }
    .wp .navigateContainer .navigateBox .pagePrev:before {
      transform-origin: center center;
      transform: rotate(180deg); }
  .wp .pickContainer .pickBoxs .pickBox {
    position: relative;
    display: block;
    padding: 60px 0;
    border-top: 1px solid #d2d2d2; }
    @media screen and (max-width: 991px) {
      .wp .pickContainer .pickBoxs .pickBox {
        padding: 50px 0; } }
    @media screen and (max-width: 767px) {
      .wp .pickContainer .pickBoxs .pickBox {
        padding: 30px 0; } }
    @media screen and (max-width: 479px) {
      .wp .pickContainer .pickBoxs .pickBox {
        padding: 15px 0; } }
    .wp .pickContainer .pickBoxs .pickBox .title {
      display: block;
      font-size: 22px;
      font-family: 'Josefin Sans', 'Microsoft JhengHei', sans-serif;
      text-align: center;
      line-height: normal;
      margin-top: 5px; }
      @media screen and (max-width: 991px) {
        .wp .pickContainer .pickBoxs .pickBox .title {
          font-size: 18px; } }
    .wp .pickContainer .pickBoxs .pickBox .brandName {
      display: block;
      font-size: 15px;
      color: #b6b6b6;
      text-align: center;
      font-family: 'Josefin Sans', 'Microsoft JhengHei', sans-serif; }
    .wp .pickContainer .pickBoxs .pickBox .pic {
      position: relative;
      display: block;
      margin-top: 20px;
      margin-bottom: 30px; }
      @media screen and (max-width: 479px) {
        .wp .pickContainer .pickBoxs .pickBox .pic {
          width: 180px;
          margin: 0 auto 20px; } }
      .wp .pickContainer .pickBoxs .pickBox .pic img {
        margin: 0 auto; }
      .wp .pickContainer .pickBoxs .pickBox .pic:before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        background-color: transparent;
        pointer-events: none;
        position: absolute;
        left: 0;
        top: 0;
        transition: background-color 0.1s ease-in-out; }
    .wp .pickContainer .pickBoxs .pickBox .price {
      display: block;
      font-size: 20px;
      color: #d4003b;
      font-family: 'Lato', 'Microsoft JhengHei', sans-serif;
      text-align: center; }
  @media screen and (min-width: 992px) {
    .wp .mobileToolContainer {
      display: none; } }
  .wp .mobileToolContainer .toolBoxRight {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 500;
    transition: right 0.5s ease-in-out 0.2s, transform 0.5s ease-in-out 0.2s; }
    .wp .mobileToolContainer .toolBoxRight.open {
      transition: right 0.3s ease-in-out, transform 0.3s ease-in-out;
      right: 0;
      transform: translate(100%); }
    .wp .mobileToolContainer .toolBoxRight .toolBtn {
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      cursor: pointer; }
      .wp .mobileToolContainer .toolBoxRight .toolBtn + .toolBtn {
        margin-top: 5px; }
    .wp .mobileToolContainer .toolBoxRight .openlistBtn {
      background-color: #000; }
      .wp .mobileToolContainer .toolBoxRight .openlistBtn .icon:before {
        color: #fff; }
    .wp .mobileToolContainer .toolBoxRight .backtop {
      background-color: #fff; }
  .wp .mobileToolContainer .toolBoxBottom {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    padding-top: 40px;
    z-index: 500;
    transition: transform 0.3s ease-in-out; }
    .wp .mobileToolContainer .toolBoxBottom:not(.open) {
      transition: transform 0.5s ease-in-out 0.2s;
      transform: translate(0, 100%); }
    .wp .mobileToolContainer .toolBoxBottom:before {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      bottom: 0;
      height: 60px;
      width: 100%;
      background-color: #000; }
    .wp .mobileToolContainer .toolBoxBottom .toolList {
      position: relative;
      display: flex;
      height: 60px;
      width: 100%;
      /* max-width: 360px; */
      margin: 0 auto; }
      .wp .mobileToolContainer .toolBoxBottom .toolList .toolBtn {
        flex: 1 1 0%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: center; }
        .wp .mobileToolContainer .toolBoxBottom .toolList .toolBtn .icon:before {
          color: #fff;
          font-size: 20px; }
        .wp .mobileToolContainer .toolBoxBottom .toolList .toolBtn span {
          padding: 0 2%;
          color: #fff;
          font-size: 12px;
          line-height: normal; }
    .wp .mobileToolContainer .toolBoxBottom .closeBtn {
      position: absolute;
      right: 10px;
      top: 0;
      cursor: pointer;
      border-radius: 50%;
      background-color: #000;
      width: 30px;
      height: 30px;
      display: flex;
      justify-content: center;
      align-items: center; }
      .wp .mobileToolContainer .toolBoxBottom .closeBtn:before {
        color: #fff; }

.videoModal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 800;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out; }
  .videoModal.show {
    opacity: 1;
    pointer-events: auto; }
  .videoModal .videoWp {
    max-width: 1280px;
    width: 95%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
  .videoModal .icon.closeIcon {
    position: absolute;
    right: 15px;
    top: 15px;
    display: block;
    cursor: pointer; }
    .videoModal .icon.closeIcon:before {
      font-size: 30px;
      color: #fff; }

div.loader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 801;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  background-color: #000; }
  div.loader .svgBox {
    width: 245px;
    height: 315px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
    div.loader .svgBox .svgLogo, div.loader .svgBox .svgChText, div.loader .svgBox .svgEnText {
      position: relative;
      transform-origin: center center;
      opacity: 0; }

.text-justify {
  text-align: justify;
  text-justify: inter-ideograph;
  -ms-text-justify: inter-ideograph;
  -webkit-text-align-last: justify;
  -moz-text-align-last: justify; }

.textHidden {
  clip: rect(1px, 1px, 1px, 1px) !important;
  height: 0px !important;
  overflow: hidden !important;
  position: absolute !important;
  width: 0px !important;
  text-indent: 100% !important;
  white-space: nowrap !important; }

.txt-bold {
  font-weight: bold; }

.txt-fz42 {
  font-size: 42px;
  line-height: normal; }

.txt-fz35 {
  font-size: 35px;
  line-height: normal; }

.txt-fz30 {
  font-size: 30px;
  line-height: normal; }

.txt-fz20 {
  font-size: 20px; }

.txt-fz18 {
  font-size: 18px; }

.txt-white {
  color: #fff; }

.txt-gray {
  color: #949494; }

.txt-gray555 {
  color: #555555; }

.txt-center {
  text-align: center; }

.icon.arrow-right:before {
  content: ""; }

.icon.arrow-left:before {
  content: ""; }

.icon.arrow-up:before {
  content: ""; }

.icon.arrow-down:before {
  content: ""; }

.icon.arrow-long-right:before {
  content: ""; }

.icon.arrow-long-left:before {
  content: ""; }

.icon.arrow-play:before {
  content: ""; }

.icon.arrow-back-top:before {
  content: ""; }

.icon.plane:before {
  content: ""; }

.icon.searchIcon:before {
  content: ""; }

.icon.pinIcon:before {
  content: ""; }

.icon.closeIcon:before {
  content: ""; }

.icon.listIcon:before {
  content: ""; }

.icon.traffic:before {
  content: ""; }

.icon.timeIcon:before {
  content: ""; }

.icon.listIcon2:before {
  content: ""; }

.icon.messageBox:before {
  content: ""; }

.icon.mobilephone:before {
  content: ""; }

.icon.shoppingbag:before {
  content: ""; }

.icon.earth:before {
  content: ""; }

.icon.mailIcon:before {
  content: ""; }

.icon.memberIcon:before {
  content: ""; }

.icon.memberIcon2:before {
  content: ""; }

.icon.quesIcon:before {
  content: ""; }

.icon.wrench:before {
  content: ""; }

.icon.fbIcon:before {
  content: ""; }

.icon.igIcon:before {
  content: ""; }

.icon.ytIcon:before {
  content: ""; }

.icon.lineIcon:before {
  content: ""; }

.clearfix {
  clear: both; }

.pic img {
  max-width: 100%;
  display: block; }

.slick-arrow {
  display: block;
  width: 50px;
  height: 50px;
  background-color: #adadad;
  border-radius: 50%;
  box-sizing: border-box;
  box-sizing: 2px solid #adadad;
  top: 50%;
  transform: translate(0, -50%);
  cursor: pointer;
  opacity: 0.75;
  transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out; }
  .slick-arrow.slick-prev:before {
    content: ""; }
  .slick-arrow.slick-next:before {
    content: ""; }
  .slick-arrow.slidePrev {
    left: 100px; }
  .slick-arrow.slideNext {
    right: 100px; }
  .slick-arrow .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    color: #fff;
    transform: translate(-50%, -50%); }

div.dropkick {
  position: relative;
  width: 200px;
  height: 40px; }
  div.dropkick .dk-selected {
    border-radius: 5px;
    width: 100%;
    height: 100%;
    line-height: 40px; }
    div.dropkick .dk-selected:after {
      display: none; }
    div.dropkick .dk-selected:hover, div.dropkick .dk-selected:hover, div.dropkick .dk-selected:focus {
      border-color: #ccc; }
      div.dropkick .dk-selected:hover:before, div.dropkick .dk-selected:hover:before, div.dropkick .dk-selected:focus:before {
        border-top-color: #ccc; }
  div.dropkick.dk-select-open-down .dk-selected {
    border-color: #ccc; }
    div.dropkick.dk-select-open-down .dk-selected:before {
      border-bottom-color: #ccc; }
  div.dropkick.dk-select-open-up .dk-select-options, div.dropkick.dk-select-open-down .dk-select-options, div.dropkick.dk-select-multi:focus .dk-select-options {
    border-color: #ccc; }
  div.dropkick .dk-select-options .dk-option {
    padding-top: 5px;
    padding-bottom: 5px; }
  div.dropkick .dk-select-options .dk-option-selected {
    background-color: #ccc; }
  div.dropkick .dk-select-options .dk-option-highlight:not(.dk-option-disabled) {
    background-color: #ccc; }
  div.dropkick .dk-select-options.dk-select-options-highlight .dk-option-selected {
    background-color: transparent; }
  div.dropkick .dk-select-options .dk-option-selected.dk-option-highlight {
    background-color: #ccc; }

select.dropkick {
  border-radius: 0;
  padding-left: 15px;
  appearance: none; }

.videoBox {
  position: relative;
  padding-bottom: 56.25%;
  height: 0; }
  .videoBox iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.sortTitle {
  font-size: 15px; }
  .sortTitle .sort {
    color: #d4003b; }
  .sortTitle .date {
    color: #555555;
    font-family: 'Josefin Sans', 'Microsoft JhengHei', sans-serif; }

.tagBox {
  display: block; }
  .tagBox .tag {
    padding: 5px 10px;
    border-radius: 15px;
    box-sizing: border-box;
    color: #ce043c;
    border: 1px solid #ce043c;
    line-height: normal;
    display: inline-block;
    margin-top: 5px; }

.newsIntroBox {
  display: block; }
  .newsIntroBox .category {
    display: block;
    color: #555555;
    font-family: 'Josefin Sans', 'Microsoft JhengHei', sans-serif; }
  .newsIntroBox .title {
    display: block;
    font-size: 22px;
    font-weight: bold;
    margin: 10px 0; }
  .newsIntroBox .introText {
    display: block;
    color: #555555; }
  .newsIntroBox .tagBox {
    display: block;
    margin-top: 15px; }

.linkBtn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 50px;
  border-radius: 25px;
  background-color: #d3003b;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
  border: 2px solid #d3003b;
  transition: background-color 0.2s ease-in-out, color 0.1s linear 0.05s; }
  .linkBtn .icon {
    margin-left: 20px; }

/* header > .fixtop */
/* navbar-collapse > .fullpage */
header {
  font-size: 15px;
  background-color: rgba(255, 255, 255, 0.95);
  transition: transform 0.5s ease-in-out; }
  header.fixtop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 800; }
  header:after {
    content: '';
    display: block;
    width: 100%;
    height: calc(100% + 1px);
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1;
    transition: opacity 0.3s ease-in-out; }
  header:not(.navOpen):after {
    opacity: 0;
    pointer-events: none; }
  header > .container {
    position: relative;
    max-width: 1800px;
    z-index: 1;
    opacity: 0; }
    @media screen and (max-width: 991px) {
      header > .container {
        padding: 0; } }
  @media screen and (min-width: 992px) {
    header nav {
      height: 90px;
      display: flex;
      justify-content: space-between;
      align-items: center; } }
  header nav .navbar-header {
    flex-shrink: 0;
    flex-grow: 0; }
    @media screen and (min-width: 992px) {
      header nav .navbar-header {
        margin-right: 10px; } }
    @media screen and (max-width: 991px) {
      header nav .navbar-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-left: 15px;
        padding-right: 15px;
        min-height: 60px;
        height: 60px; } }
    header nav .navbar-header .navbar-brand {
      display: flex;
      justify-content: center;
      align-items: center;
      color: #777;
      line-height: 60px;
      min-width: 50px;
      font-size: 18px;
      text-align: center;
      cursor: pointer;
      transition: color 0.3s ease-in-out; }
      @media screen and (max-width: 1199px) {
        header nav .navbar-header .navbar-brand {
          width: 180px;
        }
      }
      @media screen and (max-width: 991px) {
        header nav .navbar-header .navbar-brand {
          width: auto;
        }
      }
      header nav .navbar-header .navbar-brand img {
        image-rendering: -webkit-optimize-contrast;
        max-width: 275px }
    header nav .navbar-header .navbar-toggle {
      position: relative;
      width: 40px;
      height: 40px;
      background-color: transparent;
      padding: 5px;
      z-index: 500;
      border-radius: 0; }
      @media screen and (min-width: 992px) {
        header nav .navbar-header .navbar-toggle {
          display: none; } }
      header nav .navbar-header .navbar-toggle .icon-bar {
        width: 100%;
        height: 2px;
        display: block;
        background-color: #666666;
        transition: transform 0.3s ease-in-out,opacity 0.3s ease-in-out; }
      header nav .navbar-header .navbar-toggle.collapsed .icon-bar + .icon-bar {
        margin-top: 5px; }
      header nav .navbar-header .navbar-toggle:not(.collapsed) .icon-bar {
        opacity: 0; }
        header nav .navbar-header .navbar-toggle:not(.collapsed) .icon-bar:first-child {
          opacity: 1;
          transform: rotate(45deg); }
        header nav .navbar-header .navbar-toggle:not(.collapsed) .icon-bar:last-child {
          opacity: 1;
          transform: rotate(-45deg);
          margin-top: -4px; }
  @media screen and (max-width: 991px) {
    header nav .navbar-collapse {
      display: none !important; } }
  header nav .navbar-collapse .navbar-nav {
    display: flex; }
    @media screen and (max-width: 991px) {
      header nav .navbar-collapse .navbar-nav {
        height: calc(100vh - 60px);
        min-height: 300px;
        overflow-y: auto;
        flex-direction: column;
        background-color: #000; } }
    header nav .navbar-collapse .navbar-nav .navBtn {
      position: relative;
      padding-left: 10px;
      padding-right: 10px; }
      @media screen and (max-width: 1500px) {
        header nav .navbar-collapse .navbar-nav .navBtn {
          padding: 0 7px; } }
      @media screen and (max-width: 1199px) {
        header nav .navbar-collapse .navbar-nav .navBtn {
          padding: 0 5px; } }
      header nav .navbar-collapse .navbar-nav .navBtn > a {
        height: 100%;
        display: flex;
        align-items: center;
        color: #777;
        line-height: 60px;
        /* min-width: 50px; */
        text-align: center;
        transition: color 0.1s ease-in-out;
        cursor: pointer; }
        @media screen and (max-width: 1360px) {
          header nav .navbar-collapse .navbar-nav .navBtn > a {
            font-size: 14px; } }
        @media screen and (max-width: 991px) {
          header nav .navbar-collapse .navbar-nav .navBtn > a {
            position: relative;
            width: 100%;
            text-align: left;
            border-bottom: 1px solid #555; } }
  @media screen and (min-width: 992px) {
    header nav .nav-main {
      height: 100%; } }
  header nav .nav-main .navbar-nav .navBtn {
    position: relative;
    display: flex;
    align-items: center; }
    @media screen and (min-width: 992px) {
      header nav .nav-main .navbar-nav .navBtn {
        padding-top: 15px;
        padding-bottom: 15px; }
        header nav .nav-main .navbar-nav .navBtn:before, header nav .nav-main .navbar-nav .navBtn:after {
          content: '';
          display: block;
          position: absolute;
          left: 50%;
          transform: translate(-50%, 0);
          opacity: 0;
          transition: opacity 0.3s ease-in-out; }
        header nav .nav-main .navbar-nav .navBtn:before {
          bottom: 0;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 10px 10px;
          border-color: transparent transparent #ddd transparent; }
        header nav .nav-main .navbar-nav .navBtn:after {
          bottom: -1px;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 9px 9px;
          border-color: transparent transparent #fff transparent; } }
    header nav .nav-main .navbar-nav .navBtn.open > a {
      color: #d3003b; }
    header nav .nav-main .navbar-nav .navBtn.open:before, header nav .nav-main .navbar-nav .navBtn.open:after {
      opacity: 1; }
    header nav .nav-main .navbar-nav .navBtn.active > a {
      color: #d3003b; }
      header nav .nav-main .navbar-nav .navBtn.active > a:before {
        opacity: 1; }
    header nav .nav-main .navbar-nav .navBtn > a {
      position: relative;
      height: 100%; }
      header nav .nav-main .navbar-nav .navBtn > a:before {
        content: '';
        width: 100%;
        height: 2px;
        display: block;
        position: absolute;
        opacity: 0;
        left: 50%;
        bottom: 0;
        transform: translate(-50%, 0);
        background-color: #d3003b;
        transition: color 0.1s linear; }
      @media screen and (min-width: 992px) {
        header nav .nav-main .navbar-nav .navBtn > a:hover {
          color: #d3003b; } }
  header nav .nav-right .navbar-nav .navBtn {
    padding: 0 5px; }
    header nav .nav-right .navbar-nav .navBtn > a {
      transition: color 0.1s linear; }
    header nav .nav-right .navbar-nav .navBtn .icon {
      margin-right: 10px; }
    @media screen and (min-width: 992px) {
      header nav .nav-right .navbar-nav .navBtn:hover > a {
        color: #d3003b; } }
    @media screen and (max-width: 1407px) {
      header nav .nav-right .navbar-nav .navBtn {
        padding: 0 4px; }
        header nav .nav-right .navbar-nav .navBtn > a {
          min-width: auto; }
        header nav .nav-right .navbar-nav .navBtn .icon {
          margin-right: 0; }
          header nav .nav-right .navbar-nav .navBtn .icon:before {
            font-size: 18px; }
        header nav .nav-right .navbar-nav .navBtn .text {
          display: none; } }

.dropdownContainer {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 501; }
  .dropdownContainer .dropBox {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    width: 100%;
    transform: translate(0, -100%);
    transition: transform 0.5s ease-in-out; }
    .dropdownContainer .dropBox.open {
      transform: translate(0, 90px); }
    .dropdownContainer .dropBox > .container {
      position: relative;
      display: flex;
      justify-content: center;
      padding: 35px 15px; }
    .dropdownContainer .dropBox .linkList {
      display: flex;
      justify-content: space-between;
      align-content: center; }
      .dropdownContainer .dropBox .linkList .linkBox + .linkBox {
        margin-left: 20px; }
    .dropdownContainer .dropBox .linkBox .pic {
      position: relative;
      display: block;
      overflow: hidden; }
      .dropdownContainer .dropBox .linkBox .pic:after {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.3);
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
        transition: opacity 0.3s ease-in-out; }
      .dropdownContainer .dropBox .linkBox .pic img {
        transition: transform 0.3s ease-in-out; }
    .dropdownContainer .dropBox .linkBox:hover .pic:after {
      opacity: 1; }
    .dropdownContainer .dropBox .linkBox:hover .pic img {
      transform: scale(1.1); }
      .dropdownContainer .dropBox .link {
        margin: 0 10px;
      }
  .dropdownContainer #aboutDrop > .container {
    max-width: 1500px; }
    .dropdownContainer #aboutDrop > .container .links {
      list-style: none;
      flex: 0 0 190px; }
      .dropdownContainer #aboutDrop > .container .links li + li {
        padding-top: 20px; }
      .dropdownContainer #aboutDrop > .container .links a {
        color: #444444;
        transition: color 0.1s linear; }
        .dropdownContainer #aboutDrop > .container .links a:hover {
          color: #d3003b; }
    .dropdownContainer #aboutDrop > .container .brandList {
      border-left: 1px solid #dfdfdf;
      padding-left: 45px;
      flex: 1 1 0%;
      width: 100%;
      max-width: calc(100% - 190px); }
      .dropdownContainer #aboutDrop > .container .brandList > p {
        padding-left: 85px;
        padding-right: 75px; }
    .dropdownContainer #aboutDrop > .container .linklistSlider {
      width: 100%;
      margin-top: 20px;
      padding-left: 75px;
      padding-right: 75px; }
      .dropdownContainer #aboutDrop > .container .linklistSlider .slick-slide {
        margin: 0 5px; }
        .dropdownContainer #aboutDrop > .container .linklistSlider .slick-slide .pic {
          max-width: 250px;
          margin: 0 auto; }
        .dropdownContainer #aboutDrop > .container .linklistSlider .slick-slide .title {
          display: block;
          max-width: 250px;
          margin: 0 auto; }
      .dropdownContainer #aboutDrop > .container .linklistSlider .slick-arrow {
        transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out; }
        .dropdownContainer #aboutDrop > .container .linklistSlider .slick-arrow:hover {
          background-color: #ddd;
          opacity: 1; }
        .dropdownContainer #aboutDrop > .container .linklistSlider .slick-arrow.slick-prev {
          left: 0; }
        .dropdownContainer #aboutDrop > .container .linklistSlider .slick-arrow.slick-next {
          right: 0; }
  .dropdownContainer #newsDrop > .container {
    max-width: 1500px; }
  .dropdownContainer #newsDrop .links {
    list-style: none;
    flex: 0 0 190px; }
    .dropdownContainer #newsDrop .links li + li {
      padding-top: 20px; }
    .dropdownContainer #newsDrop .links a {
      color: #444444; }
  .dropdownContainer #newsDrop .newsFeature {
    max-width: 590px;
    display: flex;
    border-left: 1px solid #dfdfdf;
    padding-left: 45px;
    flex: 1 1 100%;
    width: 100%; }
    .dropdownContainer #newsDrop .newsFeature .pic {
      display: block;
      flex: 0 0 280px; }
    .dropdownContainer #newsDrop .newsFeature .newsIntro {
      display: block;
      flex: 1 1 0%;
      padding-left: 30px; }
      .dropdownContainer #newsDrop .newsFeature .newsIntro .sortTitle {
        display: block; }
      .dropdownContainer #newsDrop .newsFeature .newsIntro .title {
        display: block;
        font-size: 22px;
        line-height: normal; }
  .dropdownContainer #searchDrop .container {
    display: flex;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px; }
    .dropdownContainer #searchDrop .container .searchIcon {
      flex: 0 0 70px; }
      .dropdownContainer #searchDrop .container .searchIcon:before {
        font-size: 30px;
        color: #000; }
    .dropdownContainer #searchDrop .container .closeIcon {
      flex: 0 0 70px;
      text-align: right;
      cursor: pointer; }
      .dropdownContainer #searchDrop .container .closeIcon:before {
        font-size: 30px; }
    .dropdownContainer #searchDrop .container .formInner {
      flex: 1 1 0%;
      display: flex;
      align-items: center; }
      .dropdownContainer #searchDrop .container .formInner input[type="text"] {
        border: 0;
        background-color: transparent;
        font-size: 30px;
        width: 100%;
        flex: 1 1 0%; }
      .dropdownContainer #searchDrop .container .formInner button {
        font-size: 16px; }
        @media screen and (min-width: 992px) {
          .dropdownContainer #searchDrop .container .formInner button:hover {
            text-decoration: underline;
            background-color: transparent; } }

.mobileNav {
  position: fixed;
  left: 100vw;
  top: 0;
  width: 280px;
  transition: transform 0.5s ease-in-out;
  z-index: 999; }
  .mobileNav .navInner {
    display: flex;
    overflow-x: hidden; }
  .mobileNav .stateBox {
    position: relative;
    flex: 0 0 100%;
    overflow-y: auto;
    height: 100vh; }
    .mobileNav .stateBox:not(.active) {
      pointer-events: none; }
    .mobileNav .stateBox > div {
      position: relative;
      padding: 0 20px; }
      .mobileNav .stateBox > div + div:not(.toolBtn) a {
        border-top: 1px solid #d6d6d6; }
      .mobileNav .stateBox > div a {
        position: relative;
        display: flex;
        align-items: center;
        width: 100%;
        height: 60px;
        padding: 0 5px;
        cursor: pointer; }
  .mobileNav #state1:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #131313; }
  .mobileNav .queneBox {
    height: 0;
    overflow-x: hidden;
    overflow-y: auto; }
    .mobileNav .queneBox.activeBox {
      height: auto; }
  .mobileNav .queneBtn {
    position: relative;
    cursor: pointer;
    background-color: #fff; }
    .mobileNav .queneBtn:after {
      content: "";
      position: absolute;
      right: 20px;
      top: 50%;
      transform: translate(0, -50%); }
  .mobileNav .directBtn {
    position: relative;
    cursor: pointer;
    background-color: #fff; }
  .mobileNav .titleBox {
    position: relative;
    text-align: center; }
    .mobileNav .titleBox p {
      font-weight: bold;
      padding: 20px 0; }
    .mobileNav .titleBox .backBtn {
      position: absolute;
      left: 20px;
      top: 50%;
      transform: translate(0, -50%);
      cursor: pointer; }
  .mobileNav .toolBtn {
    background-color: #111111; }
    .mobileNav .toolBtn + .toolBtn a {
      border-top: 1px solid #323232; }
    .mobileNav .toolBtn.queneBtn:after {
      color: #fff; }
    .mobileNav .toolBtn a {
      color: #fff; }
    .mobileNav .toolBtn .icon {
      position: relative;
      top: auto;
      right: auto;
      transform: none;
      margin-right: 10px; }
      .mobileNav .toolBtn .icon:before {
        color: #bababa; }
  .mobileNav .picBtn {
    display: block !important;
    height: auto !important; }
    .mobileNav .picBtn + .picBtn {
      margin-top: 10px; }
    .mobileNav .picBtn span {
      display: block; }
    .mobileNav .picBtn a {
      position: relative;
      display: block !important;
      height: auto !important;
      padding: 0 !important; }
    .mobileNav .picBtn .pic {
      margin-bottom: 5px; }

.mobileNavMask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  pointer-events: none;
  z-index: 900;
  opacity: 0;
  transition: transform 0.8s ease-in-out, opacity 0.5s linear; }
  .mobileNavMask.show {
    opacity: 1; }

.mobileNav .stateBox {
  padding-bottom: 80px; }

.footerContainer {
  position: relative;
  overflow: hidden;
  transition: transform 0.8s ease-in-out; }
  .footerContainer:not(.navOpen):after {
    opacity: 0;
    pointer-events: none; }
  .footerContainer .edmContainer {
    background-color: #f2f2f2; }
    .footerContainer .edmContainer .container {
      display: flex;
      max-width: 1100px;
      padding-top: 70px;
      padding-bottom: 70px; }
      @media screen and (max-width: 767px) {
        .footerContainer .edmContainer .container {
          flex-wrap: wrap;
          padding-top: 30px;
          padding-bottom: 30px;
          max-width: 400px; } }
      .footerContainer .edmContainer .container .left {
        flex: 0 0 auto; }
        @media screen and (max-width: 767px) {
          .footerContainer .edmContainer .container .left {
            flex: 0 0 100%;
            text-align: left;
            margin-bottom: 20px; } }
      .footerContainer .edmContainer .container .right {
        flex: 1 1 0%;
        margin-left: 40px; }
        @media screen and (max-width: 767px) {
          .footerContainer .edmContainer .container .right {
            flex: 0 0 100%;
            margin: 0; } }
      .footerContainer .edmContainer .container .formBox {
        display: flex; }
        .footerContainer .edmContainer .container .formBox input[type="text"] {
          flex: 1 1 0%;
          padding-left: 10px; }
        .footerContainer .edmContainer .container .formBox button[type="submit"] {
          margin-left: 30px;
          flex: 0 0 50px; }
          .footerContainer .edmContainer .container .formBox button[type="submit"] .icon {
            position: relative;
            display: block;
            width: 50px;
            height: 50px;
            background-color: #adadad;
            border-radius: 50%;
            box-sizing: border-box;
            border: 2px solid #adadad;
            transition: background-color 0.2s ease-in-out; }
            .footerContainer .edmContainer .container .formBox button[type="submit"] .icon:before {
              position: absolute;
              left: 50%;
              top: 50%;
              transform: translate(-50%, -50%);
              color: #fff;
              transition: color 0.1s linear 0.05s; }
  .footerContainer .footer {
    background-color: #00B0F0; }
  .footerContainer .footerTop .container {
    display: flex; }
  .footerContainer .footerTop .footerInfo, .footerContainer .footerTop .fbContainer {
    padding-top: 50px;
    padding-bottom: 50px; }
  .footerContainer .footerTop .footerInfo {
    flex: 1 1 0%;
    padding-right: 125px;
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 1630px) {
      .footerContainer .footerTop .footerInfo {
        padding-right: 50px; } }
    @media screen and (max-width: 1407px) {
      .footerContainer .footerTop .footerInfo {
        padding-right: 30px;
        flex-wrap: wrap; } }
    @media screen and (max-width: 991px) {
      .footerContainer .footerTop .footerInfo {
        padding-right: 0; } }
    .footerContainer .footerTop .footerInfo p, .footerContainer .footerTop .footerInfo a {
      color: #fff; }
    .footerContainer .footerTop .footerInfo .companyInfoBox {
      display: flex;
      flex-wrap: wrap;
      width: 100%;
      align-items: center; }
      @media screen and (max-width: 1407px) {
        .footerContainer .footerTop .footerInfo .companyInfoBox {
          flex: 0 0 100%; } }
      .footerContainer .footerTop .footerInfo .companyInfoBox > * {
        flex: 0 0 100%; }
      @media screen and (max-width: 991px) {
        .footerContainer .footerTop .footerInfo .companyInfoBox .companyInfo {
          text-align: center; }
          .footerContainer .footerTop .footerInfo .companyInfoBox .companyInfo span {
            display: block; }
          .footerContainer .footerTop .footerInfo .companyInfoBox .companyInfo span.title {
            display: none; } }
    .footerContainer .footerTop .footerInfo .footerLogo {
      margin-bottom: 25px; }
      @media screen and (max-width: 991px) {
        .footerContainer .footerTop .footerInfo .footerLogo img {
          margin: 0 auto; } }
    .footerContainer .footerTop .footerInfo .linkBox {
      margin-top: 20px;
      display: flex;
      align-items: center; }
      @media screen and (max-width: 991px) {
        .footerContainer .footerTop .footerInfo .linkBox {
          justify-content: center; } }
      .footerContainer .footerTop .footerInfo .linkBox .linkBtn {
        width: 240px;
        height: 50px;
        background-color: #d3003b;
        border: 2px solid #d3003b;
        box-sizing: border-box;
        border-radius: 30px;
        text-align: center;
        line-height: 46px;
        margin-right: 15px;
        transition: background-color 0.2s ease-in-out, color 0.1s linear 0.05s; }
        @media screen and (max-width: 991px) {
          .footerContainer .footerTop .footerInfo .linkBox .linkBtn {
            display: none; } }
      .footerContainer .footerTop .footerInfo .linkBox .socialBtn {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        border: 1px solid #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: background-color 0.2s ease-in-out, color 0.1s linear 0.05s; }
        @media screen and (min-width: 992px) {
          .footerContainer .footerTop .footerInfo .linkBox .socialBtn {
            margin-left: 20px; } }
        @media screen and (max-width: 991px) {
          .footerContainer .footerTop .footerInfo .linkBox .socialBtn + .socialBtn {
            margin-left: 20px; } }
    .footerContainer .footerTop .footerInfo .sitemapContainer {
      flex: 0 0 260px;
      padding-top: 60px; }
      @media screen and (max-width: 1407px) {
        .footerContainer .footerTop .footerInfo .sitemapContainer {
          flex: 0 0 100%;
          padding-top: 30px;
          padding-left: 10px; } }
      .footerContainer .footerTop .footerInfo .sitemapContainer .sitemapBox {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        max-width: 260px; }
        @media screen and (max-width: 991px) {
          .footerContainer .footerTop .footerInfo .sitemapContainer .sitemapBox {
            margin: 0 auto; } }
        .footerContainer .footerTop .footerInfo .sitemapContainer .sitemapBox a {
          width: 100px;
          height: auto; }
  .footerContainer .footerTop .fbContainer {
    flex: 0 0 490px;
    padding-left: 50px;
    //border-left: 1px solid #434343;
    }
    @media screen and (max-width: 1199px) {
      .footerContainer .footerTop .fbContainer {
        flex: 0 0 400px;
        padding-left: 30px; } }
    @media screen and (max-width: 991px) {
      .footerContainer .footerTop .fbContainer {
        display: none; } }
  .footerContainer .copyrightBox {
    border-top: 1px solid #434343;
    box-sizing: border-box; }
    .footerContainer .copyrightBox .container {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding-top: 20px;
      padding-bottom: 20px; }
      @media screen and (max-width: 991px) {
        .footerContainer .copyrightBox .container {
          flex-direction: column; } }
      .footerContainer .copyrightBox .container p, .footerContainer .copyrightBox .container a {
        color: #fff; }
        @media screen and (max-width: 991px) {
          .footerContainer .copyrightBox .container p, .footerContainer .copyrightBox .container a {
            color: #666666;
            text-align: center; } }
      .footerContainer .copyrightBox .container .copyright {
        color: #666666; }
        .footerContainer .copyrightBox .container .copyright a {
          color: #666666; }
        @media screen and (max-width: 991px) {
          .footerContainer .copyrightBox .container .copyright {
            order: 0;
            width: 100%; } }
      @media screen and (max-width: 479px) {
        .footerContainer .copyrightBox .container .linkBox {
          margin-bottom: 10px; } }
      .footerContainer .copyrightBox .container .linkBox a + a {
        margin-left: 10px; }
        @media screen and (max-width: 479px) {
          .footerContainer .copyrightBox .container .linkBox a + a {
            margin-left: 0; } }
      @media screen and (max-width: 479px) {
        .footerContainer .copyrightBox .container .linkBox a {
          display: block; } }
      @media screen and (max-width: 991px) {
        .footerContainer .copyrightBox .container .termsLink {
          order: 1; } }

.wp.index .bannerContainer {
  position: relative; }
  .wp.index .bannerContainer .slick-arrow {
    position: absolute;
    display: block;
    width: 50px;
    height: 50px;
    background-color: #adadad;
    border-radius: 50%;
    box-sizing: border-box;
    box-sizing: 2px solid #adadad;
    top: 50%;
    transform: translate(0, -50%);
    cursor: pointer; }
    @media screen and (max-width: 767px) {
      .wp.index .bannerContainer .slick-arrow {
        display: none !important; } }
    .wp.index .bannerContainer .slick-arrow.slidePrev {
      left: 100px; }
    .wp.index .bannerContainer .slick-arrow.slideNext {
      right: 100px; }
    .wp.index .bannerContainer .slick-arrow .icon {
      position: absolute;
      left: 50%;
      top: 50%;
      color: #fff;
      transform: translate(-50%, -50%); }
  .wp.index .bannerContainer .logoIcon {
    position: absolute;
    left: 50%;
    bottom: -80px;
    transform: translate(-50%, 0); }
  .wp.index .bannerContainer .videoSlider {
    position: relative;
    width: 100%;
    height: 890px; }
    @media screen and (max-width: 767px) {
      .wp.index .bannerContainer .videoSlider {
        height: calc(100vh - 60px); } }
  .wp.index .bannerContainer .slick-slide {
    position: relative;
    height: 890px;
    overflow: hidden; }
    @media screen and (max-width: 767px) {
      .wp.index .bannerContainer .slick-slide {
        height: calc(100vh - 60px); } }
    .wp.index .bannerContainer .slick-slide > div {
      height: 100%; }
    .wp.index .bannerContainer .slick-slide .item.image {
      height: 100%; }
      .wp.index .bannerContainer .slick-slide .item.image .inner {
        /*display: flex; 2019-03-25移除*/
        height: 100%; }
        @media screen and (max-width: 767px) {
          .wp.index .bannerContainer .slick-slide .item.image .inner {
            display: block; } }
  .wp.index .bannerContainer iframe {
    position: relative; }
  .wp.index .bannerContainer .image-entity {
    width: 100%;
    opacity: 0;
    visibility: hidden; }
  .wp.index .bannerContainer .bannerTitle {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%; }
    @media screen and (max-width: 767px) {
      .wp.index .bannerContainer .bannerTitle {
        width: 100%;
        margin-top: -10px; } }
    .wp.index .bannerContainer .bannerTitle h3 {
      color: #fff;
      font-size: 120px;
      font-family: 'Josefin Sans', 'Microsoft JhengHei', sans-serif;
      text-align: center;
      line-height: normal; }
      @media screen and (max-width: 767px) {
        .wp.index .bannerContainer .bannerTitle h3 {
          font-size: 50px; } }
    .wp.index .bannerContainer .bannerTitle p.subTitle {
      color: #fff;
      font-size: 40px;
      font-family: 'Playfair Display', 'Microsoft JhengHei', 'serif';
      text-align: center;
      line-height: normal; }
      @media screen and (max-width: 767px) {
        .wp.index .bannerContainer .bannerTitle p.subTitle {
          font-size: 22px; } }
  .wp.index .bannerContainer .jqimgFill {
    height: 100%;
    /*flex: 0 0 50%; 2019-03-25移除*/ }
    @media screen and (max-width: 767px) {
      .wp.index .bannerContainer .jqimgFill {
        height: 50%; } }

.wp.index .mainContainer {
  display: flex;
  flex-wrap: wrap; }
  .wp.index .mainContainer h4 {
    text-align: center;
    font-size: 30px; }
  .wp.index .mainContainer .subTitle {
    font-size: 18px;
    text-align: center;
    color: #555555; }
  .wp.index .mainContainer .serviceContainer, .wp.index .mainContainer .articleContainer, .wp.index .mainContainer .brandContainer, .wp.index .mainContainer .igContainer {
    flex: 0 0 100%; }

.wp.index .serviceContainer {
  margin-top: 125px; }
  @media screen and (max-width: 767px) {
    .wp.index .serviceContainer {
      margin-top: 90px; } }
  .wp.index .serviceContainer h4 {
    color: #d3003b;
    margin-bottom: 10px;
    line-height: 35px; }
    @media screen and (max-width: 767px) {
      .wp.index .serviceContainer h4 {
        font-size: 25px;
        line-height: 30px; } }
  .wp.index .serviceContainer h5 {
    font-size: 20px;
    color: #fff; }
  .wp.index .serviceContainer .serviceBox {
    margin-top: 50px;
    display: flex; }
    @media screen and (max-width: 1199px) {
      .wp.index .serviceContainer .serviceBox {
        flex-wrap: wrap; } }
    @media screen and (max-width: 767px) {
      .wp.index .serviceContainer .serviceBox {
        margin-top: 30px; } }
    .wp.index .serviceContainer .serviceBox .serviceBlock {
      position: relative;
      margin: 0 2.5px; }
      @media screen and (max-width: 1199px) {
        .wp.index .serviceContainer .serviceBox .serviceBlock {
          height: auto !important;
          min-height: 230px !important; } }
      @media screen and (max-width: 767px) {
        .wp.index .serviceContainer .serviceBox .serviceBlock {
          padding: 50px 20px; } }
    .wp.index .serviceContainer .serviceBox .textBox p {
      color: #fff; }
    .wp.index .serviceContainer .serviceBox .leftBox {
      flex: 0 0 50%; }
      @media screen and (max-width: 1199px) {
        .wp.index .serviceContainer .serviceBox .leftBox {
          flex: 0 0 100%;
          margin-bottom: 5px; } }
      .wp.index .serviceContainer .serviceBox .leftBox .serviceBlock {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: url("images/index/block-01.jpg");
        background-size: cover;
        background-position: center center;
        padding: 15px 50px;
        min-height: 635px;
        height: 100%; }
        @media screen and (max-width: 479px) {
          .wp.index .serviceContainer .serviceBox .leftBox .serviceBlock {
            display: block;
            padding: 35px 20px; } }
        .wp.index .serviceContainer .serviceBox .leftBox .serviceBlock h5 {
          margin-bottom: 5px; }
          @media screen and (min-width: 768px) {
            .wp.index .serviceContainer .serviceBox .leftBox .serviceBlock h5 {
              font-size: 30px;
              line-height: normal; } }
          @media screen and (max-width: 767px) {
            .wp.index .serviceContainer .serviceBox .leftBox .serviceBlock h5 {
              margin-bottom: 10px; } }
          @media screen and (max-width: 479px) {
            .wp.index .serviceContainer .serviceBox .leftBox .serviceBlock h5 {
              font-size: 24px;
              text-align: center; } }
        .wp.index .serviceContainer .serviceBox .leftBox .serviceBlock .en {
          font-size: 42px;
          font-family: 'Josefin Sans', 'Microsoft JhengHei', sans-serif;
          color: #fff;
          line-height: normal;
          margin-bottom: 25px; }
          @media screen and (max-width: 767px) {
            .wp.index .serviceContainer .serviceBox .leftBox .serviceBlock .en {
              font-size: 16px; } }
          @media screen and (max-width: 479px) {
            .wp.index .serviceContainer .serviceBox .leftBox .serviceBlock .en {
              font-size: 30px;
              text-align: center; } }
        @media screen and (max-width: 479px) {
          .wp.index .serviceContainer .serviceBox .leftBox .serviceBlock p:not(.en) {
            display: none; } }
        .wp.index .serviceContainer .serviceBox .leftBox .serviceBlock .linkBtn {
          margin-top: 50px;
          color: #fff; }
          @media screen and (max-width: 767px) {
            .wp.index .serviceContainer .serviceBox .leftBox .serviceBlock .linkBtn {
              margin-top: 20px; } }
          @media screen and (max-width: 479px) {
            .wp.index .serviceContainer .serviceBox .leftBox .serviceBlock .linkBtn {
              margin-left: auto;
              margin-right: auto; } }
        .wp.index .serviceContainer .serviceBox .leftBox .serviceBlock .textBox {
          order: 0;
          position: relative;
          flex: 0 1 420px; }
          @media screen and (max-width: 767px) {
            .wp.index .serviceContainer .serviceBox .leftBox .serviceBlock .textBox {
              flex: 1 1 0%;
              padding-right: 135px; } }
          @media screen and (max-width: 479px) {
            .wp.index .serviceContainer .serviceBox .leftBox .serviceBlock .textBox {
              padding-right: 0; } }
        .wp.index .serviceContainer .serviceBox .leftBox .serviceBlock .pic {
          order: 1;
          flex: 0 0 285px;
          margin-left: 30px;
          margin-right: -20px; }
          @media screen and (max-width: 1407px) {
            .wp.index .serviceContainer .serviceBox .leftBox .serviceBlock .pic {
              flex: 0 0 200px; } }
          @media screen and (max-width: 767px) {
            .wp.index .serviceContainer .serviceBox .leftBox .serviceBlock .pic {
              position: absolute;
              right: 20px;
              top: 50%;
              transform: translate(0, -50%);
              max-height: 100%; }
              .wp.index .serviceContainer .serviceBox .leftBox .serviceBlock .pic img {
                height: 250px; } }
          @media screen and (max-width: 479px) {
            .wp.index .serviceContainer .serviceBox .leftBox .serviceBlock .pic {
              position: relative;
              margin: 0;
              right: auto;
              width: 210px;
              margin: 0 auto;
              transform: none;
              padding-left: 20px; }
              .wp.index .serviceContainer .serviceBox .leftBox .serviceBlock .pic img {
                height: auto;
                margin: 0 auto; } }
    .wp.index .serviceContainer .serviceBox .rightBox {
      flex: 0 0 50%; }
      @media screen and (max-width: 1199px) {
        .wp.index .serviceContainer .serviceBox .rightBox {
          flex: 0 0 100%; } }
      .wp.index .serviceContainer .serviceBox .rightBox h5 {
        margin-bottom: 30px; }
      .wp.index .serviceContainer .serviceBox .rightBox .linkBtn {
        position: absolute;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        right: 35px;
        bottom: 35px;
        color: #fff; }
        @media screen and (max-width: 767px) {
          .wp.index .serviceContainer .serviceBox .rightBox .linkBtn {
            bottom: 15px;
            right: 15px; } }
        .wp.index .serviceContainer .serviceBox .rightBox .linkBtn .icon {
          margin-left: 0; }
      .wp.index .serviceContainer .serviceBox .rightBox .serviceBlock {
        height: 100%;
        padding: 50px 40px; }
        @media screen and (max-width: 479px) {
          .wp.index .serviceContainer .serviceBox .rightBox .serviceBlock {
            padding: 35px 20px; } }
        .wp.index .serviceContainer .serviceBox .rightBox .serviceBlock#registe {
          background: url("images/index/block-02.jpg");
          background-size: cover;
          background-position: center center; }
        .wp.index .serviceContainer .serviceBox .rightBox .serviceBlock#service {
          background: url("images/index/block-03.jpg");
          background-size: cover;
          background-position: center center; }
        .wp.index .serviceContainer .serviceBox .rightBox .serviceBlock#contact {
          background: url("images/index/block-04.jpg");
          background-size: cover;
          background-position: center center; }
      .wp.index .serviceContainer .serviceBox .rightBox .topBox, .wp.index .serviceContainer .serviceBox .rightBox .bottomBox {
        position: relative; }
        @media screen and (min-width: 992px) {
          .wp.index .serviceContainer .serviceBox .rightBox .topBox, .wp.index .serviceContainer .serviceBox .rightBox .bottomBox {
            height: calc(50% - 2.5px); } }
      .wp.index .serviceContainer .serviceBox .rightBox .topBox {
        position: relative;
        margin-bottom: 5px; }
        @media screen and (min-width: 480px) {
          .wp.index .serviceContainer .serviceBox .rightBox .topBox .textBox {
            max-width: 50%; } }
      .wp.index .serviceContainer .serviceBox .rightBox .bottomBox {
        position: relative;
        display: flex; }
        @media screen and (min-width: 768px) {
          .wp.index .serviceContainer .serviceBox .rightBox .bottomBox .serviceBlock {
            flex: 0 1 50%; } }
        @media screen and (max-width: 767px) {
          .wp.index .serviceContainer .serviceBox .rightBox .bottomBox {
            display: block; }
            .wp.index .serviceContainer .serviceBox .rightBox .bottomBox .serviceBlock + .serviceBlock {
              margin-top: 5px; } }

.wp.index .articleContainer {
  margin-top: 120px;
  width: 100%; }
  @media screen and (max-width: 991px) {
    .wp.index .articleContainer {
      margin-top: 85px; } }
  @media screen and (max-width: 767px) {
    .wp.index .articleContainer {
      margin-top: 50px; } }
  .wp.index .articleContainer .subTitle {
    margin-top: 15px; }
  .wp.index .articleContainer .articleSlider {
    margin: 40px auto 0;
    padding: 0 120px; }
    @media screen and (max-width: 1407px) {
      .wp.index .articleContainer .articleSlider {
        padding: 0 60px; } }
    @media screen and (max-width: 991px) {
      .wp.index .articleContainer .articleSlider {
        padding: 0; } }
    .wp.index .articleContainer .articleSlider > .linkBtn {
      width: 250px;
      height: 50px;
      background-color: #fff;
      border-color: #959595;
      color: #000;
      margin: 0 auto;
      margin-top: 90px; }
      @media screen and (max-width: 991px) {
        .wp.index .articleContainer .articleSlider > .linkBtn {
          margin-top: 55px; } }
    .wp.index .articleContainer .articleSlider .slick-arrow.slick-prev {
      left: -110px; }
      @media screen and (max-width: 1407px) {
        .wp.index .articleContainer .articleSlider .slick-arrow.slick-prev {
          left: -50px; } }
    .wp.index .articleContainer .articleSlider .slick-arrow.slick-next {
      right: -110px; }
      @media screen and (max-width: 1407px) {
        .wp.index .articleContainer .articleSlider .slick-arrow.slick-next {
          right: -50px; } }
    .wp.index .articleContainer .articleSlider .slick-dots {
      bottom: -60px; }
      @media screen and (max-width: 991px) {
        .wp.index .articleContainer .articleSlider .slick-dots {
          bottom: -40px; } }
      .wp.index .articleContainer .articleSlider .slick-dots > li button:before {
        content: '';
        display: block;
        width: 15px;
        height: 15px;
        background-color: #959595;
        border-radius: 50%;
        opacity: 1; }
      .wp.index .articleContainer .articleSlider .slick-dots > li.slick-active button:before {
        background-color: #d3003b; }
  .wp.index .articleContainer .desktopSlider {
    display: block; }
    @media screen and (max-width: 991px) {
      .wp.index .articleContainer .desktopSlider {
        display: none; } }
    .wp.index .articleContainer .desktopSlider .sliderInner {
      display: flex; }
      .wp.index .articleContainer .desktopSlider .sliderInner .articleLeftBox {
        flex: 0 0 70%;
        max-width: 70%;
        position: relative;
        padding-left: 30px;
        padding-right: 30px; }
        .wp.index .articleContainer .desktopSlider .sliderInner .articleLeftBox > a {
          display: block;
          height: 100%; }
          .wp.index .articleContainer .desktopSlider .sliderInner .articleLeftBox > a span {
            display: block; }
        .wp.index .articleContainer .desktopSlider .sliderInner .articleLeftBox .jqimgFill {
          position: relative;
          display: block;
          margin-left: 150px;
          height: 100%; }
          @media screen and (max-width: 1199px) {
            .wp.index .articleContainer .desktopSlider .sliderInner .articleLeftBox .jqimgFill {
              margin-left: 50px; } }
          .wp.index .articleContainer .desktopSlider .sliderInner .articleLeftBox .jqimgFill:after {
            content: '';
            display: block;
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
            background-color: rgba(255, 255, 255, 0.3);
            opacity: 0;
            transition: opacity 0.3s ease-in-out; }
        .wp.index .articleContainer .desktopSlider .sliderInner .articleLeftBox .textBox {
          width: 510px;
          position: absolute;
          bottom: 80px;
          left: 0;
          background-color: #fff;
          padding: 30px 40px; }
          .wp.index .articleContainer .desktopSlider .sliderInner .articleLeftBox .textBox .title {
            font-size: 40px;
            font-family: 'Playfair Display', 'Microsoft JhengHei', sans-serif;
            font-weight: bold;
            line-height: normal; }
          .wp.index .articleContainer .desktopSlider .sliderInner .articleLeftBox .textBox p:not(.title) {
            color: #555555; }
          .wp.index .articleContainer .desktopSlider .sliderInner .articleLeftBox .textBox .linkBtn {
            color: #fff;
            position: absolute;
            right: -35px;
            bottom: 15px;
            display: flex;
            align-items: center; }
            .wp.index .articleContainer .desktopSlider .sliderInner .articleLeftBox .textBox .linkBtn span {
              display: inline-block; }
      .wp.index .articleContainer .desktopSlider .sliderInner .articleRightBox {
        flex: 0 0 30%;
        max-width: 30%;
        position: relative;
        padding: 0 30px; }
        .wp.index .articleContainer .desktopSlider .sliderInner .articleRightBox > a {
          display: block; }
          .wp.index .articleContainer .desktopSlider .sliderInner .articleRightBox > a + a {
            margin-top: 30px; }
          .wp.index .articleContainer .desktopSlider .sliderInner .articleRightBox > a .pic {
            position: relative;
            margin-bottom: 25px; }
            .wp.index .articleContainer .desktopSlider .sliderInner .articleRightBox > a .pic:after {
              content: '';
              display: block;
              width: 100%;
              height: 100%;
              position: absolute;
              left: 0;
              top: 0;
              background-color: rgba(255, 255, 255, 0.3);
              opacity: 0;
              transition: opacity 0.3s ease-in-out; }
          .wp.index .articleContainer .desktopSlider .sliderInner .articleRightBox > a span {
            display: block;
            color: #555555; }
  .wp.index .articleContainer .mobileSlider {
    display: none;
    max-width: 640px;
    margin: 0 auto; }
    @media screen and (max-width: 991px) {
      .wp.index .articleContainer .mobileSlider {
        display: block; } }
    @media screen and (max-width: 767px) {
      .wp.index .articleContainer .mobileSlider {
        max-width: 320px; } }
    .wp.index .articleContainer .mobileSlider .slick-slide a {
      position: relative;
      display: block; }
      .wp.index .articleContainer .mobileSlider .slick-slide a span {
        display: block; }
      .wp.index .articleContainer .mobileSlider .slick-slide a .picBox {
        position: relative;
        margin-bottom: 20px; }
        .wp.index .articleContainer .mobileSlider .slick-slide a .picBox .jqimgFill {
          width: 300px;
          height: 300px;
          margin-left: auto; }
        .wp.index .articleContainer .mobileSlider .slick-slide a .picBox .picTitle {
          position: absolute;
          left: 0;
          bottom: 40px;
          max-width: 210px;
          background-color: #fff;
          padding: 20px 10px 20px 5px; }
          .wp.index .articleContainer .mobileSlider .slick-slide a .picBox .picTitle .title {
            font-size: 35px;
            font-family: 'Josefin Sans', 'Microsoft JhengHei', sans-serif;
            line-height: normal; }
      .wp.index .articleContainer .mobileSlider .slick-slide a .introBox {
        color: #555555;
        padding: 0 5px; }

.wp.index .brandContainer {
  display: flex;
  flex-wrap: wrap;
  margin-top: 70px; }
  @media screen and (max-width: 991px) {
    .wp.index .brandContainer {
      margin-top: 55px; } }
  @media screen and (max-width: 767px) {
    .wp.index .brandContainer {
      display: block;
      margin-top: 40px; } }
  .wp.index .brandContainer .bg {
    display: none; }
  .wp.index .brandContainer .brandBlock {
    display: block;
    position: relative;
    flex: 1 0 33%;
    max-width: 33%;
    padding: 15px 15px;
    height: 350px; }
    .wp.index .brandContainer .brandBlock:before {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      border: 0px solid rgba(255, 255, 255, 0.3);
      pointer-events: none;
      transition: border-width 0.214s ease-in-out; }
    @media screen and (max-width: 1199px) {
      .wp.index .brandContainer .brandBlock {
        flex: 0 0 50%; } }
    @media screen and (max-width: 767px) {
      .wp.index .brandContainer .brandBlock {
        max-width: 100%;
        padding: 0;
        height: 190px; } }
  .wp.index .brandContainer .introBox {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: top 0.3s ease-in-out;
    width: 100%;
    max-width: 325px; }
    .wp.index .brandContainer .introBox .title {
      display: block;
      color: #fff;
      font-size: 24px;
      text-align: center;
      margin-bottom: 20px; }
    .wp.index .brandContainer .introBox .text {
      display: block;
      color: #fff;
      text-align: center; }
      @media screen and (max-width: 767px) {
        .wp.index .brandContainer .introBox .text {
          display: none; } }

.wp.index .igContainer {
  margin-top: 90px;
  margin-bottom: 100px; }
  @media screen and (max-width: 991px) {
    .wp.index .igContainer {
      margin-top: 75px;
      margin-bottom: 75px; } }
  @media screen and (max-width: 767px) {
    .wp.index .igContainer {
      margin-top: 60px;
      margin-bottom: 50px; } }
  .wp.index .igContainer > .container {
    max-width: 1460px; }
  .wp.index .igContainer .titleBox {
    display: flex;
    margin-bottom: 50px; }
    @media screen and (max-width: 767px) {
      .wp.index .igContainer .titleBox {
        display: block;
        text-align: center;
        margin-bottom: 20px; } }
    @media screen and (max-width: 479px) {
      .wp.index .igContainer .titleBox {
        max-width: 200px;
        margin: 0 auto 20px; } }
    .wp.index .igContainer .titleBox h4 {
      font-family: 'Playfair Display', 'Microsoft JhengHei', sans-serif; }
      .wp.index .igContainer .titleBox .iglink {
        font-family: 'Playfair Display', 'Microsoft JhengHei', sans-serif; } }
    /* @media screen and (min-width: 768px) {
      .wp.index .igContainer .titleBox .iglink {
        margin-left: 40px; } } */
    @media screen and (max-width: 767px) {
      .wp.index .igContainer .titleBox .iglink {
        display: inline-block; } }
  .wp.index .igContainer .picBox {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .wp.index .igContainer .picBox {
        flex-wrap: wrap;
        justify-content: center;
        max-width: 584px;
        margin: 0 auto; } }
    .wp.index .igContainer .picBox .pic {
      position: relative;
      display: block;
      margin: 1px;
      overflow: hidden; }
      @media screen and (max-width: 991px) {
        .wp.index .igContainer .picBox .item:last-of-type {
          display: none; } }
      @media screen and (max-width: 767px) {
        .wp.index .igContainer .picBox .item {
          flex: 0 0 49%; } }
      .wp.index .igContainer .picBox .pic img {
        transition: transform 0.5s ease-in-out; }
      .wp.index .igContainer .picBox .pic:before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        border: 0px solid rgba(255, 255, 255, 0.3);
        pointer-events: none;
        transition: border-width 0.214s ease-in-out;
        z-index: 1; }

.wp.brands .bannerContainer {
  position: relative; }
  .wp.brands .bannerContainer .slider {
    margin-bottom: 0; }
    .wp.brands .bannerContainer .slider .jqimgFill {
      height: 595px; }
      @media screen and (max-width: 767px) {
        .wp.brands .bannerContainer .slider .jqimgFill {
          height: 300px; } }
    .wp.brands .bannerContainer .slider .slick-dots {
      bottom: 15px; }
      .wp.brands .bannerContainer .slider .slick-dots li button:before {
        content: '';
        opacity: 1;
        display: block;
        width: 15px;
        height: 15px;
        border: 1px solid #fff;
        background-color: transparent;
        border-radius: 50%;
        transparent: background-color 0.5s linear; }
      .wp.brands .bannerContainer .slider .slick-dots li.slick-active button:before {
        background-color: #fff; }
  .wp.brands .bannerContainer .bannerTitle {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 0 15px; }
    @media screen and (max-width: 479px) {
      .wp.brands .bannerContainer .bannerTitle {
        width: 100%; } }
    .wp.brands .bannerContainer .bannerTitle h3 {
      font-size: 55px;
      color: #fff;
      font-weight: bold;
      line-height: normal;
      text-align: center;
      margin-bottom: 10px; }
      @media screen and (max-width: 767px) {
        .wp.brands .bannerContainer .bannerTitle h3 {
          font-size: 30px; } }
    .wp.brands .bannerContainer .bannerTitle p {
      font-size: 18px;
      color: #fff;
      text-align: center; }
      @media screen and (max-width: 767px) {
        .wp.brands .bannerContainer .bannerTitle p {
          font-size: 16px; } }

.wp.brands .mainContainer > .container {
  max-width: 1730px;
  padding-top: 50px;
  padding-bottom: 125px; }
  @media screen and (max-width: 767px) {
    .wp.brands .mainContainer > .container {
      padding-top: 30px;
      padding-bottom: 30px; } }

.wp.brands .mainContainer .titleBox {
  margin-bottom: 35px; }
  @media screen and (max-width: 767px) {
    .wp.brands .mainContainer .titleBox {
      margin-bottom: 20px; } }
  .wp.brands .mainContainer .titleBox h4 {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px; }
    @media screen and (max-width: 767px) {
      .wp.brands .mainContainer .titleBox h4 {
        margin-bottom: 10px;
        font-size: 24px; } }
  .wp.brands .mainContainer .titleBox .subTitle {
    font-size: 18px;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .wp.brands .mainContainer .titleBox .subTitle {
        font-size: 16px; } }

.wp.brands .mainContainer .brandContainer {
  display: flex;
  /*flex-wrap: wrap;*/
  /*justify-content: space-between;*/
  /*2019-3-27修改*/
  flex-wrap: wrap; }
  @media screen and (max-width: 1199px) {
    .wp.brands .mainContainer .brandContainer {
      justify-content: center; } }
  .wp.brands .mainContainer .brandContainer .hideItem, .wp.brands .mainContainer .brandContainer .brand {
    flex: 0 0 25%;
    max-width: 25%; }
    @media screen and (max-width: 1199px) {
      .wp.brands .mainContainer .brandContainer .hideItem, .wp.brands .mainContainer .brandContainer .brand {
        flex: 0 0 33%;
        max-width: 33%; } }
    @media screen and (max-width: 991px) {
      .wp.brands .mainContainer .brandContainer .hideItem, .wp.brands .mainContainer .brandContainer .brand {
        flex: 0 0 auto;
        max-width: 50%; } }
  .wp.brands .mainContainer .brandContainer .hideItem {
    height: 0; }
  .wp.brands .mainContainer .brandContainer .brand {
    position: relative;
    padding: 1px; }
    .wp.brands .mainContainer .brandContainer .brand span {
      display: block; }
    .wp.brands .mainContainer .brandContainer .brand .intro {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }
      .wp.brands .mainContainer .brandContainer .brand .intro .pic img {
        margin: 0 auto; }
      .wp.brands .mainContainer .brandContainer .brand .intro .hideBox {
        height: 0;
        overflow: hidden;
        opacity: 0;
        transition: opacity 0.1s ease-in-out; }
        @media screen and (max-width: 767px) {
          .wp.brands .mainContainer .brandContainer .brand .intro .hideBox {
            display: none; } }
      .wp.brands .mainContainer .brandContainer .brand .intro .text {
        color: #fff;
        text-align: center;
        transition: margin-top 0.5s ease-in-out; }
      .wp.brands .mainContainer .brandContainer .brand .intro .icon.arrow-play {
        position: relative;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background-color: #d3003b;
        margin: 0 auto;
        transition: margin-top 0.5s ease-in-out; }
        .wp.brands .mainContainer .brandContainer .brand .intro .icon.arrow-play:before {
          color: #fff;
          position: absolute;
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%); }

.wp.brand .bannerContainer .slider {
  margin-bottom: 0; }
  .wp.brand .bannerContainer .slider .slick-slide {
    position: relative; }
  .wp.brand .bannerContainer .slider .slick-dots {
    bottom: 15px; }
    .wp.brand .bannerContainer .slider .slick-dots li button:before {
      content: '';
      opacity: 1;
      display: block;
      width: 15px;
      height: 15px;
      border: 1px solid #fff;
      background-color: transparent;
      border-radius: 50%;
      transparent: background-color 0.5s linear; }
    .wp.brand .bannerContainer .slider .slick-dots li.slick-active button:before {
      background-color: #fff; }

.wp.brand .bannerContainer .jqimgFill {
  height: 890px; }
  @media screen and (max-width: 1199px) {
    .wp.brand .bannerContainer .jqimgFill {
      height: 750px; } }
  @media screen and (max-width: 991px) {
    .wp.brand .bannerContainer .jqimgFill {
      height: 500px; } }
  @media screen and (max-width: 767px) {
    .wp.brand .bannerContainer .jqimgFill {
      height: 400px; } }

.wp.brand .bannerContainer .bannerTitle {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 15px; }
  .wp.brand .bannerContainer .bannerTitle h3 {
    color: #fff;
    font-size: 25px;
    text-align: center;
    margin-bottom: 15px; }
    .wp.brand .bannerContainer .bannerTitle h3 span {
      display: block; }
    .wp.brand .bannerContainer .bannerTitle h3 .en {
      font-family: 'Josefin Sans', 'Microsoft JhengHei', sans-serif;
      margin-bottom: 10px; }
  .wp.brand .bannerContainer .bannerTitle .slogen {
    font-size: 55px;
    color: #fff;
    text-align: center;
    line-height: normal; }
    @media screen and (max-width: 1199px) {
      .wp.brand .bannerContainer .bannerTitle .slogen {
        font-size: 45px; } }
    @media screen and (max-width: 991px) {
      .wp.brand .bannerContainer .bannerTitle .slogen {
        font-size: 40px; } }
    @media screen and (max-width: 767px) {
      .wp.brand .bannerContainer .bannerTitle .slogen {
        font-size: 35px; } }

.wp.brand .nameContainer > .container {
  display: flex;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px; }
  @media screen and (max-width: 767px) {
    .wp.brand .nameContainer > .container {
      display: block;
      padding-top: 30px;
      padding-bottom: 30px; } }
  .wp.brand .nameContainer > .container .pic {
    flex: 0 0 140px; }
    .wp.brand .nameContainer > .container .pic img {
      margin: 0 auto; }
  .wp.brand .nameContainer > .container .text {
    padding-left: 50px;
    flex: 1 1 0%; }
    @media screen and (max-width: 767px) {
      .wp.brand .nameContainer > .container .text {
        text-align: center;
        padding-left: 0;
        max-width: 400px;
        margin: 0 auto;
        margin-top: 10px; } }
  .wp.brand .nameContainer > .container .linkBtnBox {
    margin-left: 10px;
    flex: 0 0 240px; }
    @media screen and (max-width: 767px) {
      .wp.brand .nameContainer > .container .linkBtnBox {
        margin-left: 0;
        justify-content: center;
        margin-top: 20px; } }
    .wp.brand .nameContainer > .container .linkBtnBox .linkBtn {
      background-color: transparent;
      border: 2px solid #000;
      color: #000;
      width: 240px;
      height: 45px;
      line-height: 41px; }
      @media screen and (max-width: 767px) {
        .wp.brand .nameContainer > .container .linkBtnBox .linkBtn {
          margin: 0 auto; } }

.wp.brand .introContainer {
  overflow: hidden; }
  .wp.brand .introContainer .brandIntroWp {
    background: #f0f0f0;
    background: -moz-linear-gradient(top, #f0f0f0 0%, #e5e5e5 44%, #f0f0f0 56%, #ffffff 100%);
    background: -webkit-linear-gradient(top, #f0f0f0 0%, #e5e5e5 44%, #f0f0f0 56%, #ffffff 100%);
    background: linear-gradient(to bottom, #f0f0f0 0%, #e5e5e5 44%, #f0f0f0 56%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#ffffff',GradientType=0 ); }
    .wp.brand .introContainer .brandIntroWp > .container {
      display: flex;
      align-items: center; }
      @media screen and (max-width: 767px) {
        .wp.brand .introContainer .brandIntroWp > .container {
          flex-wrap: wrap; } }
    .wp.brand .introContainer .brandIntroWp .productPic {
      flex: 0 0 55%;
      align-self: flex-start; }
      @media screen and (max-width: 767px) {
        .wp.brand .introContainer .brandIntroWp .productPic {
          flex: 0 0 100%; } }
      .wp.brand .introContainer .brandIntroWp .productPic .pic img {
        margin: 0 auto; }
      @media screen and (max-width: 767px) {
        .wp.brand .introContainer .brandIntroWp .productPic .pic {
          max-width: 400px;
          margin: 0 auto; } }
    .wp.brand .introContainer .brandIntroWp .brandIntro {
      flex: 0 0 45%;
      max-width: 45%;
      padding: 30px 0 30px 15px; }
      @media screen and (max-width: 767px) {
        .wp.brand .introContainer .brandIntroWp .brandIntro {
          flex: 0 0 100%;
          max-width: 100%;
          padding-left: 0; } }
      .wp.brand .introContainer .brandIntroWp .brandIntro h3 {
        font-size: 35px;
        font-family: 'Josefin Sans', 'Microsoft JhengHei', sans-serif;
        line-height: normal;
        margin-bottom: 20px; }
  .wp.brand .introContainer .historyBox {
    position: relative;
    display: flex; }
    @media screen and (max-width: 991px) {
      .wp.brand .introContainer .historyBox {
        display: block; } }
    .wp.brand .introContainer .historyBox .left, .wp.brand .introContainer .historyBox .right {
      flex: 0 0 50%; }
    .wp.brand .introContainer .historyBox .left .textBox {
      padding: 100px 15px 60px;
      display: flex;
      align-items: center; }
      @media screen and (max-width: 991px) {
        .wp.brand .introContainer .historyBox .left .textBox {
          padding-top: 60px; } }
      @media screen and (max-width: 767px) {
        .wp.brand .introContainer .historyBox .left .textBox {
          padding-bottom: 30px; } }
      .wp.brand .introContainer .historyBox .left .textBox .textInner {
        margin: 0 auto; }
    .wp.brand .introContainer .historyBox .left .picBox {
      height: 400px; }
    @media screen and (max-width: 991px) {
      .wp.brand .introContainer .historyBox .right {
        height: 400px; } }
  .wp.brand .introContainer .videoBox {
    position: relative;
    height: 745px; }
    @media screen and (max-width: 1199px) {
      .wp.brand .introContainer .videoBox {
        height: 650px; } }
    @media screen and (max-width: 991px) {
      .wp.brand .introContainer .videoBox {
        height: 500px; } }
    @media screen and (max-width: 767px) {
      .wp.brand .introContainer .videoBox {
        height: 400px; } }
    .wp.brand .introContainer .videoBox:before {
      position: absolute;
      display: block;
      content: '';
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.7); }
    .wp.brand .introContainer .videoBox .titleBox {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      width: 100%;
      padding: 0 15px; }
      .wp.brand .introContainer .videoBox .titleBox h4 {
        color: #fff;
        font-size: 42px;
        font-weight: bold;
        text-align: center;
        margin-bottom: 15px; }
      .wp.brand .introContainer .videoBox .titleBox p {
        line-height: normal;
        text-align: center; }
      .wp.brand .introContainer .videoBox .titleBox .icon.arrow-play {
        position: relative;
        display: block;
        width: 70px;
        height: 70px;
        border-radius: 50%;
        background-color: #fff;
        margin: 20px auto 0;
        transition: transform 0.8s ease-in-out;
        cursor: pointer; }
        .wp.brand .introContainer .videoBox .titleBox .icon.arrow-play:before {
          position: absolute;
          color: #000;
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%);
          font-size: 20px; }

.wp.brand .productContainer {
  padding-top: 95px;
  padding-bottom: 100px; }
  .wp.brand .productContainer h4 {
    font-size: 30px;
    font-weight: bold;
    text-align: center; }
  .wp.brand .productContainer .tabContainer {
    margin-top: 25px; }
    .wp.brand .productContainer .tabContainer .tabNav {
      margin-bottom: 25px; }
      .wp.brand .productContainer .tabContainer .tabNav .desktopTabNav {
        display: flex;
        justify-content: center; }
        @media screen and (max-width: 991px) {
          .wp.brand .productContainer .tabContainer .tabNav .desktopTabNav {
            display: none; } }
      .wp.brand .productContainer .tabContainer .tabNav .mobileTabNav {
        display: none;
        text-align: center; }
        @media screen and (max-width: 991px) {
          .wp.brand .productContainer .tabContainer .tabNav .mobileTabNav {
            display: block; } }
        .wp.brand .productContainer .tabContainer .tabNav .mobileTabNav select.dropkick {
          width: 200px;
          height: 40px;
          background: url("images/select-arrow-w.png") 180px center no-repeat, #d3003b;
          border-color: #d3003b;
          color: #fff;
          border-radius: 30px; }
      .wp.brand .productContainer .tabContainer .tabNav .tabBtn {
        height: 40px;
        border-radius: 20px;
        padding: 0 20px;
        line-height: 40px;
        cursor: pointer;
        transition: color 0.1s linear; }
        .wp.brand .productContainer .tabContainer .tabNav .tabBtn + .tabBtn {
          margin-left: 10px; }
        .wp.brand .productContainer .tabContainer .tabNav .tabBtn.active {
          background-color: #d3003b;
          color: #fff; }
    .wp.brand .productContainer .tabContainer .tabPane {
      height: 0;
      overflow: hidden;
      opacity: 0;
      transition: opacity 0.5s ease-in-out; }
      .wp.brand .productContainer .tabContainer .tabPane.active {
        height: auto;
        opacity: 1; }
    .wp.brand .productContainer .tabContainer .tableBox {
      max-width: 1570px;
      margin: 0 auto;
      padding: 0 15px; }
      .wp.brand .productContainer .tabContainer .tableBox .top {
        display: flex; }
        @media screen and (max-width: 991px) {
          .wp.brand .productContainer .tabContainer .tableBox .top {
            display: block; } }
        .wp.brand .productContainer .tabContainer .tableBox .top .left, .wp.brand .productContainer .tabContainer .tableBox .top .right {
          flex: 0 0 50%;
          max-width: 50%; }
          @media screen and (max-width: 991px) {
            .wp.brand .productContainer .tabContainer .tableBox .top .left, .wp.brand .productContainer .tabContainer .tableBox .top .right {
              max-width: none; } }
        .wp.brand .productContainer .tabContainer .tableBox .top .left {
          border: 1px solid #ccc; }
          @media screen and (min-width: 992px) {
            .wp.brand .productContainer .tabContainer .tableBox .top .left {
              border-bottom-width: 0; } }
          .wp.brand .productContainer .tabContainer .tableBox .top .left .slider {
            margin-bottom: 0; }
            .wp.brand .productContainer .tabContainer .tableBox .top .left .slider .slick-slide {
              position: relative; }
            .wp.brand .productContainer .tabContainer .tableBox .top .left .slider .slick-dots {
              right: 30px;
              bottom: 30px;
              width: auto; }
              @media screen and (max-width: 991px) {
                .wp.brand .productContainer .tabContainer .tableBox .top .left .slider .slick-dots {
                  right: auto;
                  left: 50%;
                  transform: translate(-50%, 0); } }
              .wp.brand .productContainer .tabContainer .tableBox .top .left .slider .slick-dots > li button:before {
                content: '';
                display: block;
                width: 15px;
                height: 15px;
                background-color: #fff;
                border-radius: 50%;
                opacity: 1; }
              .wp.brand .productContainer .tabContainer .tableBox .top .left .slider .slick-dots > li.slick-active button:before {
                background-color: #d3003b; }
            .wp.brand .productContainer .tabContainer .tableBox .top .left .slider .jqimgFill {
              height: 770px; }
              @media screen and (max-width: 991px) {
                .wp.brand .productContainer .tabContainer .tableBox .top .left .slider .jqimgFill {
                  height: 500px; } }
            .wp.brand .productContainer .tabContainer .tableBox .top .left .slider .titleBox {
              position: absolute;
              left: 50px;
              bottom: 30px;
              max-width: 50%; }
              @media screen and (max-width: 991px) {
                .wp.brand .productContainer .tabContainer .tableBox .top .left .slider .titleBox {
                  max-width: none;
                  left: 50%;
                  bottom: 70px;
                  width: 100%;
                  transform: translate(-50%, 0);
                  text-align: center; } }
              .wp.brand .productContainer .tabContainer .tableBox .top .left .slider .titleBox .title {
                font-size: 32px;
                color: #fff;
                margin-bottom: 10px;
                line-height: normal; }
              .wp.brand .productContainer .tabContainer .tableBox .top .left .slider .titleBox .productName {
                font-size: 18px;
                color: #fff;
                margin-bottom: 15px; }
              .wp.brand .productContainer .tabContainer .tableBox .top .left .slider .titleBox .linkBtn {
                width: 180px;
                height: 45px;
                background-color: transparent;
                border: 2px solid #fff;
                line-height: 41px;
                color: #fff; }
                @media screen and (max-width: 991px) {
                  .wp.brand .productContainer .tabContainer .tableBox .top .left .slider .titleBox .linkBtn {
                    margin-left: auto;
                    margin-right: auto; } }
        .wp.brand .productContainer .tabContainer .tableBox .top .right {
          display: flex;
          flex-wrap: wrap; }
          @media (min-width: 768px) and (max-width: 991px) {
            .wp.brand .productContainer .tabContainer .tableBox .top .right {
              border-left: 1px solid #ccc; } }
          @media screen and (max-width: 479px) {
            .wp.brand .productContainer .tabContainer .tableBox .top .right {
              display: block; } }
          .wp.brand .productContainer .tabContainer .tableBox .top .right .productBox {
            flex: 0 0 50%;
            max-width: 50%; }
            @media screen and (min-width: 992px) {
              .wp.brand .productContainer .tabContainer .tableBox .top .right .productBox {
                border-width: 1px 1px 0 0; } }
            @media screen and (max-width: 991px) {
              .wp.brand .productContainer .tabContainer .tableBox .top .right .productBox {
                border-width: 0 1px 1px 0; } }
            @media screen and (max-width: 767px) {
              .wp.brand .productContainer .tabContainer .tableBox .top .right .productBox {
                border-width: 0 1px 1px 1px; } }
            @media screen and (max-width: 479px) {
              .wp.brand .productContainer .tabContainer .tableBox .top .right .productBox {
                max-width: none; } }
      .wp.brand .productContainer .tabContainer .tableBox .bottom {
        display: flex; }
        @media screen and (min-width: 992px) {
          .wp.brand .productContainer .tabContainer .tableBox .bottom {
            border-top: 1px solid #ccc;
            border-bottom: 1px solid #ccc; } }
        @media screen and (max-width: 991px) {
          .wp.brand .productContainer .tabContainer .tableBox .bottom {
            flex-wrap: wrap; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .wp.brand .productContainer .tabContainer .tableBox .bottom {
            border-left: 1px solid #ccc; } }
        @media screen and (max-width: 479px) {
          .wp.brand .productContainer .tabContainer .tableBox .bottom {
            display: block; } }
        .wp.brand .productContainer .tabContainer .tableBox .bottom .productBox {
          flex: 0 0 25%;
          max-width: 25%; }
          @media screen and (min-width: 992px) {
            .wp.brand .productContainer .tabContainer .tableBox .bottom .productBox {
              border-left-width: 1px; }
              .wp.brand .productContainer .tabContainer .tableBox .bottom .productBox:last-child {
                border-right-width: 1px; } }
          @media screen and (max-width: 991px) {
            .wp.brand .productContainer .tabContainer .tableBox .bottom .productBox {
              flex: 0 0 50%;
              max-width: 50%;
              border-width: 0 1px 1px 0; } }
          @media screen and (max-width: 767px) {
            .wp.brand .productContainer .tabContainer .tableBox .bottom .productBox {
              border-width: 0 1px 1px 1px; } }
          @media screen and (max-width: 479px) {
            .wp.brand .productContainer .tabContainer .tableBox .bottom .productBox {
              max-width: none; } }
    .wp.brand .productContainer .tabContainer .productBox {
      position: relative;
      height: 385px;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      box-sizing: border-box;
      border-color: #ccc;
      border-style: solid; }
      .wp.brand .productContainer .tabContainer .productBox:before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        background-color: transparent;
        position: absolute;
        left: 0;
        top: 0;
        pointer-events: none;
        transition: background-color 0.1s linear; }
      .wp.brand .productContainer .tabContainer .productBox span {
        display: block; }
      .wp.brand .productContainer .tabContainer .productBox .productName {
        max-width: 220px;
        text-align: center; }

.wp.about .bannerContainer {
  position: relative; }
  .wp.about .bannerContainer .jqimgFill {
    height: 890px; }
    @media screen and (max-width: 1407px) {
      .wp.about .bannerContainer .jqimgFill {
        height: 700px; } }
    @media screen and (max-width: 767px) {
      .wp.about .bannerContainer .jqimgFill {
        position: absolute;
        width: 100%;
        height: 100%; }
        .wp.about .bannerContainer .jqimgFill:before {
          content: '';
          display: block;
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          background-color: rgba(0, 0, 0, 0.3); } }
  .wp.about .bannerContainer .titleBox {
    position: absolute;
    max-width: 580px;
    left: 10%;
    top: 50%;
    transform: translate(0, -50%); }
    @media screen and (max-width: 767px) {
      .wp.about .bannerContainer .titleBox {
        position: relative;
        max-width: none;
        width: 100%;
        padding: 30px 15px;
        left: 0;
        top: 0;
        transform: none;
        text-align: center; } }
    .wp.about .bannerContainer .titleBox h3 {
      color: #fff;
      font-size: 55px;
      font-weight: bold; }
      @media screen and (max-width: 991px) {
        .wp.about .bannerContainer .titleBox h3 {
          font-size: 34px; } }
    .wp.about .bannerContainer .titleBox p {
      color: #fff; }

.wp.about .introContainer {
  position: relative;
  margin-top: 85px; }
  @media screen and (max-width: 991px) {
    .wp.about .introContainer {
      margin-top: 50px; } }
  @media screen and (max-width: 767px) {
    .wp.about .introContainer {
      margin-top: 30px; } }
  .wp.about .introContainer h4 {
    font-size: 30px;
    line-height: normal; }
    @media screen and (max-width: 991px) {
      .wp.about .introContainer h4 {
        font-size: 24px; } }
  .wp.about .introContainer > h4 {
    max-width: 320px;
    margin: 0 auto;
    text-align: center; }
  .wp.about .introContainer .pic.grayLogo {
    position: absolute;
    right: 380px;
    top: 55px; }
    @media screen and (max-width: 1199px) {
      .wp.about .introContainer .pic.grayLogo {
        right: 330px; } }
    @media screen and (max-width: 767px) {
      .wp.about .introContainer .pic.grayLogo {
        display: none; } }
  .wp.about .introContainer .pic.rightPic {
    position: absolute;
    right: 0;
    top: 0; }
    @media screen and (max-width: 1199px) {
      .wp.about .introContainer .pic.rightPic {
        width: 350px; } }
    @media screen and (max-width: 991px) {
      .wp.about .introContainer .pic.rightPic {
        max-width: 50%;
        top: 80px;
        width: auto; } }
    @media screen and (max-width: 767px) {
      .wp.about .introContainer .pic.rightPic {
        display: none; } }
  .wp.about .introContainer > .container {
    display: flex;
    margin-top: 85px;
    padding-bottom: 115px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .wp.about .introContainer > .container {
        display: block;
        max-width: 50%;
        margin: 30px auto 0 0; } }
    @media screen and (max-width: 767px) {
      .wp.about .introContainer > .container {
        display: block;
        margin-top: 30px;
        padding-bottom: 30px; } }
    .wp.about .introContainer > .container .left, .wp.about .introContainer > .container .right {
      flex: 0 0 50%;
      max-width: 50%; }
    @media screen and (max-width: 1630px) {
      .wp.about .introContainer > .container .left {
        flex: 0 0 30%;
        max-width: 30%; } }
    @media screen and (max-width: 767px) {
      .wp.about .introContainer > .container .left {
        max-width: 320px;
        margin: 0 auto; }
        .wp.about .introContainer > .container .left .pic {
          width: 100%; } }
    .wp.about .introContainer > .container .right {
      padding: 175px 430px 0 15px; }
      @media screen and (max-width: 1630px) {
        .wp.about .introContainer > .container .right {
          flex: 0 0 70%;
          max-width: 70%;
          padding: 30px 430px 0 15px; } }
      @media screen and (max-width: 1199px) {
        .wp.about .introContainer > .container .right {
          padding: 30px 365px 0 15px; } }
      @media screen and (max-width: 991px) {
        .wp.about .introContainer > .container .right {
          padding: 15px 15px 0; } }
      @media screen and (max-width: 767px) {
        .wp.about .introContainer > .container .right {
          max-width: 320px;
          margin: 0 auto;
          padding: 15px 0 0; } }
  .wp.about .introContainer .appBox {
    position: relative; }
    .wp.about .introContainer .appBox .jqimgFill {
      height: 489px;
      width: 90%; }
      @media screen and (max-width: 991px) {
        .wp.about .introContainer .appBox .jqimgFill {
          width: 100%; } }
      @media screen and (max-width: 767px) {
        .wp.about .introContainer .appBox .jqimgFill {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%; }
          .wp.about .introContainer .appBox .jqimgFill:before {
            content: '';
            display: block;
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
            background-color: rgba(0, 0, 0, 0.3); } }
    .wp.about .introContainer .appBox .textBox {
      position: absolute;
      max-width: 510px;
      left: 25%;
      top: 50%;
      transform: translate(-50%, -50%); }
      @media screen and (max-width: 991px) {
        .wp.about .introContainer .appBox .textBox {
          left: 15px;
          transform: translate(0, -50%); } }
      @media screen and (max-width: 767px) {
        .wp.about .introContainer .appBox .textBox {
          position: relative;
          left: auto;
          top: auto;
          transform: none;
          padding: 30px 15px;
          text-align: center;
          max-width: none; } }
      .wp.about .introContainer .appBox .textBox h3 {
        font-size: 30px;
        color: #fff; }
        @media screen and (max-width: 991px) {
          .wp.about .introContainer .appBox .textBox h3 {
            font-size: 24px; } }
      .wp.about .introContainer .appBox .textBox .linkBtn {
        margin-top: 30px;
        color: #fff; }
        @media screen and (max-width: 767px) {
          .wp.about .introContainer .appBox .textBox .linkBtn {
            margin: 30px auto 0; } }

.wp.about .historyContainer {
  margin-top: 90px; }
  @media screen and (max-width: 1199px) {
    .wp.about .historyContainer {
      margin-top: 80px; } }
  @media screen and (max-width: 991px) {
    .wp.about .historyContainer {
      margin-top: 50px; } }
  @media screen and (max-width: 767px) {
    .wp.about .historyContainer {
      margin-top: 30px; } }
  .wp.about .historyContainer > .container > h4 {
    font-size: 42px;
    font-weight: bold;
    font-family: 'Playfair Display', 'Microsoft JhengHei', 'serif';
    text-align: center;
    margin-bottom: 50px; }
    @media screen and (max-width: 991px) {
      .wp.about .historyContainer > .container > h4 {
        font-size: 30px; } }
  .wp.about .historyContainer .slider {
    padding: 0 125px; }
    @media screen and (max-width: 1199px) {
      .wp.about .historyContainer .slider {
        padding: 0 75px; } }
    @media screen and (max-width: 767px) {
      .wp.about .historyContainer .slider {
        padding: 0 50px; } }
    @media screen and (max-width: 479px) {
      .wp.about .historyContainer .slider {
        padding: 0 0 60px; } }
    .wp.about .historyContainer .slider .slick-arrow {
      z-index: 1; }
      @media screen and (max-width: 767px) {
        .wp.about .historyContainer .slider .slick-arrow {
          width: 40px;
          height: 40px; } }
      @media screen and (max-width: 479px) {
        .wp.about .historyContainer .slider .slick-arrow {
          top: auto;
          bottom: 10px;
          transform: none; } }
      .wp.about .historyContainer .slider .slick-arrow.slick-prev {
        left: 0; }
        @media screen and (max-width: 479px) {
          .wp.about .historyContainer .slider .slick-arrow.slick-prev {
            left: 50%;
            transform: translate(-120%, 0); } }
      .wp.about .historyContainer .slider .slick-arrow.slick-next {
        right: 0; }
        @media screen and (max-width: 479px) {
          .wp.about .historyContainer .slider .slick-arrow.slick-next {
            left: 50%;
            transform: translate(20%, 0); } }
    .wp.about .historyContainer .slider .activeText {
      text-align: center;
      opacity: 0;
      transform: translate(0, 10px);
      transition: opacity 0.3s ease-in-out 0.3s, transform 0.3s ease-in-out 0.3s; }
    .wp.about .historyContainer .slider .date {
      font-family: 'Josefin Sans', 'Microsoft JhengHei', sans-serif;
      font-size: 90px;
      opacity: 0.15;
      line-height: normal;
      text-align: center;
      letter-spacing: 3px;
      margin-top: 15px;
      margin-bottom: 35px; }
      @media screen and (max-width: 479px) {
        .wp.about .historyContainer .slider .date {
          font-size: 70px; } }
    .wp.about .historyContainer .slider .brands {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
      opacity: 0;
      transition: opacity 0.3s ease-in-out 0.3s; }
      @media screen and (max-width: 1199px) {
        .wp.about .historyContainer .slider .brands {
          justify-content: center; } }
      .wp.about .historyContainer .slider .brands .pic {
        margin-bottom: 20px; }
        @media screen and (min-width: 1200px) {
          .wp.about .historyContainer .slider .brands .pic {
            flex: 0 0 30%; } }
        @media screen and (max-width: 1199px) {
          .wp.about .historyContainer .slider .brands .pic + .pic {
            margin-left: 10px; } }
        .wp.about .historyContainer .slider .brands .pic img {
          margin: 0 auto; }
      @media screen and (min-width: 1200px) {
        .wp.about .historyContainer .slider .brands .hideItem {
          height: 0;
          flex: 0 0 30%; } }
    .wp.about .historyContainer .slider .slick-list {
      position: relative; }
      .wp.about .historyContainer .slider .slick-list:before {
        content: '';
        display: block;
        width: 100%;
        height: 1px;
        position: absolute;
        left: 0;
        top: 85px;
        transform: translate(0, -50%);
        background-color: #ccc; }
        @media screen and (max-width: 479px) {
          .wp.about .historyContainer .slider .slick-list:before {
            top: 75px; } }
    .wp.about .historyContainer .slider .slick-slide {
      position: relative; }
      .wp.about .historyContainer .slider .slick-slide:after {
        content: '';
        display: block;
        width: 13px;
        height: 13px;
        border: 2px solid #fff;
        background-color: #d3003b;
        border-radius: 50%;
        position: absolute;
        right: 0;
        top: 85px;
        transform: translate(0, -50%); }
        @media screen and (max-width: 479px) {
          .wp.about .historyContainer .slider .slick-slide:after {
            top: 75px; } }
    .wp.about .historyContainer .slider .slick-slide.slick-current .activeText {
      opacity: 1;
      transform: none; }
    .wp.about .historyContainer .slider .slick-slide.slick-current .date {
      opacity: 1;
      color: #d3003b; }
    .wp.about .historyContainer .slider .slick-slide.slick-current .brands {
      opacity: 1; }

.wp.about .videoContainer {
  position: relative;
  margin-top: 100px;
  height: calc(100vh - 90px);
  overflow: hidden; }
  @media screen and (max-width: 1199px) {
    .wp.about .videoContainer {
      margin-top: 80px; } }
  @media screen and (max-width: 991px) {
    .wp.about .videoContainer {
      margin-top: 50px; } }
  @media screen and (max-width: 767px) {
    .wp.about .videoContainer {
      margin-top: 30px; } }
  .wp.about .videoContainer .videoMask {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    transition: transform 0.8s ease-in-out; }
    .wp.about .videoContainer .videoMask.hide {
      transform: translate(0, -100%); }
    .wp.about .videoContainer .videoMask .titleBox {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }
      .wp.about .videoContainer .videoMask .titleBox h4 {
        color: #fff;
        font-size: 80px;
        text-align: center;
        margin-bottom: 15px;
        font-family: 'Josefin Sans', 'Microsoft JhengHei', sans-serif; }
        @media screen and (max-width: 991px) {
          .wp.about .videoContainer .videoMask .titleBox h4 {
            font-size: 30px; } }
      .wp.about .videoContainer .videoMask .titleBox p {
        line-height: normal;
        text-align: center;
        font-size: 30px;
        color: #fff;
        line-height: normal;
        font-family: 'Playfair Display', 'Microsoft JhengHei', 'serif'; }
      .wp.about .videoContainer .videoMask .titleBox .icon.arrow-play {
        position: relative;
        display: block;
        width: 70px;
        height: 70px;
        border-radius: 50%;
        background-color: #fff;
        margin: 20px auto 0;
        transition: transform 0.8s ease-in-out;
        cursor: pointer; }
        @media screen and (max-width: 767px) {
          .wp.about .videoContainer .videoMask .titleBox .icon.arrow-play {
            width: 50px;
            height: 50px; } }
        .wp.about .videoContainer .videoMask .titleBox .icon.arrow-play:before {
          position: absolute;
          color: #000;
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%);
          font-size: 20px; }
  .wp.about .videoContainer .ytVideoBox {
    padding: 0;
    width: 100%;
    height: 100%; }

.wp.about .formContainer {
  position: relative;
  margin-top: 195px;
  margin-bottom: 110px; }
  @media screen and (max-width: 1199px) {
    .wp.about .formContainer {
      margin-top: 150px;
      margin-bottom: 80px; } }
  @media screen and (max-width: 991px) {
    .wp.about .formContainer {
      margin-top: 50px;
      margin-bottom: 50px; } }
  @media screen and (max-width: 767px) {
    .wp.about .formContainer {
      margin-top: 30px;
      margin-bottom: 30px; } }
  .wp.about .formContainer #formtarget {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(0, -195px); }
  .wp.about .formContainer .formBox {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -110px);
    max-width: 540px;
    width: 100%;
    background-color: #fff;
    padding: 35px 70px;
    box-shadow: 0 30px 30px rgba(0, 0, 0, 0.5); }
    @media screen and (max-width: 991px) {
      .wp.about .formContainer .formBox {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        padding: 30px;
        box-shadow: none;
        margin: 0 auto; } }
    @media screen and (max-width: 767px) {
      .wp.about .formContainer .formBox {
        padding: 30px 0px; } }
    .wp.about .formContainer .formBox h4 {
      font-size: 42px;
      line-height: normal;
      font-weight: bold;
      font-family: 'Playfair Display', 'Microsoft JhengHei', 'serif';
      text-align: center;
      margin-bottom: 20px; }
    .wp.about .formContainer .formBox > p {
      text-align: center;
      margin-bottom: 20px;
      color: #555; }
    .wp.about .formContainer .formBox .inner .input-group {
      display: flex;
      border-bottom: 1px solid #ccc;
      padding-top: 15px;
      padding-bottom: 15px; }
    .wp.about .formContainer .formBox .inner .title {
      flex: 0 0 70px;
      display: flex;
      align-items: center; }
    .wp.about .formContainer .formBox .inner input[type="text"] {
      border: 0;
      flex: 1 1 0%;
      background: transparent; }
    .wp.about .formContainer .formBox .inner select {
      flex: 1 1 0%;
      background: transparent;
      border-radius: 0px;
      border: 0;
      border-radius: 0;
      appearance: none;
      background: url("images/select-arrow.png") right center no-repeat, #fff; }
    .wp.about .formContainer .formBox .inner textarea {
      border: 0;
      flex: 1 1 0%;
      height: 100px;
      background: transparent; }
    .wp.about .formContainer .formBox .inner button.linkBtn {
      margin: 30px auto 0; }
    .wp.about .formContainer .formBox .inner .opinionGroup .title {
      display: block; }
    .wp.about .formContainer .formBox .inner .captchaBox {
      display: flex;
      flex: 1 1 0%; }
      .wp.about .formContainer .formBox .inner .captchaBox input[type="text"] {
        flex: 1 1 0%;
        width: 100%; }
      .wp.about .formContainer .formBox .inner .captchaBox .pic {
        max-width: 110px;
        flex: 0 0 110px; }
  .wp.about .formContainer .jqimgFill {
    height: 630px; }
    @media screen and (max-width: 991px) {
      .wp.about .formContainer .jqimgFill {
        height: 200px; } }

.wp.newslist .featureContainer {
  position: relative;
  display: flex;
  height: 550px; }
  @media screen and (max-width: 767px) {
    .wp.newslist .featureContainer {
      display: block;
      height: auto; } }
  .wp.newslist .featureContainer .jqimgFill {
    flex: 0 0 50%;
    height: 100%; }
    @media screen and (max-width: 767px) {
      .wp.newslist .featureContainer .jqimgFill {
        height: 200px; } }
  .wp.newslist .featureContainer .featureIntroBox {
    position: relative;
    flex: 0 0 50%;
    height: 100%;
    background-color: #f2f2f2; }
    @media screen and (max-width: 767px) {
      .wp.newslist .featureContainer .featureIntroBox {
        height: auto; } }
    .wp.newslist .featureContainer .featureIntroBox .featureIntro {
      position: relative;
      max-width: 580px;
      width: 100%;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      padding: 0 15px;
      display: inline-block; }
      @media screen and (max-width: 767px) {
        .wp.newslist .featureContainer .featureIntroBox .featureIntro {
          max-width: none;
          top: auto;
          left: auto;
          transform: none;
          display: block;
          padding: 30px 15px; } }
      .wp.newslist .featureContainer .featureIntroBox .featureIntro .category {
        font-size: 18px;
        font-weight: bold;
        text-align: center;
        margin-bottom: 30px; }
        @media screen and (max-width: 767px) {
          .wp.newslist .featureContainer .featureIntroBox .featureIntro .category {
            margin-bottom: 15px; } }
      .wp.newslist .featureContainer .featureIntroBox .featureIntro h3 {
        font-size: 30px;
        text-align: center;
        margin-bottom: 15px;
        line-height: normal; }
        @media screen and (max-width: 767px) {
          .wp.newslist .featureContainer .featureIntroBox .featureIntro h3 {
            font-size: 26px; } }
      .wp.newslist .featureContainer .featureIntroBox .featureIntro .sortTitle {
        text-align: center; }
      .wp.newslist .featureContainer .featureIntroBox .featureIntro .linkBtn {
        background-color: transparent;
        border-color: #959595;
        color: #000;
        margin: 30px auto 0;
        transition: background-color 0.2s eaes-in-out, color 0.1s linear 0.05s; }

.wp.newslist .tabContainer {
  margin-top: 75px; }
  @media screen and (max-width: 991px) {
    .wp.newslist .tabContainer {
      margin-top: 50px; } }
  @media screen and (max-width: 767px) {
    .wp.newslist .tabContainer {
      margin-top: 30px; } }
  .wp.newslist .tabContainer .tabNavWp {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media screen and (max-width: 991px) {
      .wp.newslist .tabContainer .tabNavWp {
        justify-content: center; } }
    @media screen and (max-width: 479px) {
      .wp.newslist .tabContainer .tabNavWp {
        display: block; } }
    .wp.newslist .tabContainer .tabNavWp select {
      width: 130px;
      height: 50px;
      background: transparent;
      border-radius: 0px;
      border: 0;
      border-bottom: 3px solid #000;
      border-radius: 0;
      appearance: none;
      cursor: pointer;
      background: url("images/select-arrow.png") 120px center no-repeat, #fff; }
  .wp.newslist .tabContainer .tabNav .tabDesktopNav {
    display: flex;
    align-items: center; }
    @media screen and (max-width: 991px) {
      .wp.newslist .tabContainer .tabNav .tabDesktopNav {
        display: none; } }
  .wp.newslist .tabContainer .tabNav .tabMobileNav {
    display: none; }
    @media screen and (max-width: 991px) {
      .wp.newslist .tabContainer .tabNav .tabMobileNav {
        display: block; } }
    @media screen and (max-width: 479px) {
      .wp.newslist .tabContainer .tabNav .tabMobileNav {
        text-align: center; } }
  .wp.newslist .tabContainer .tabNav .tabBtn {
    display: block;
    position: relative;
    padding: 15px 0;
    transition: color 0.1s linear; }
    .wp.newslist .tabContainer .tabNav .tabBtn + .tabBtn {
      margin-left: 45px; }
    .wp.newslist .tabContainer .tabNav .tabBtn:after {
      content: '';
      display: block;
      width: 0;
      height: 3px;
      position: absolute;
      left: 0;
      bottom: 0;
      background-color: #000; }
    .wp.newslist .tabContainer .tabNav .tabBtn.active:after {
      width: 100%; }
  @media screen and (max-width: 991px) {
    .wp.newslist .tabContainer .sortBox {
      margin-left: 10px; } }
  @media screen and (max-width: 479px) {
    .wp.newslist .tabContainer .sortBox {
      margin-left: 0;
      margin-top: 10px;
      text-align: center; } }
  .wp.newslist .tabContainer .tabContent {
    margin-top: 50px;
    margin-bottom: 100px; }
    @media screen and (max-width: 1199px) {
      .wp.newslist .tabContainer .tabContent {
        margin-bottom: 80px; } }
    @media screen and (max-width: 991px) {
      .wp.newslist .tabContainer .tabContent {
        margin-bottom: 50px; } }
    @media screen and (max-width: 767px) {
      .wp.newslist .tabContainer .tabContent {
        margin-bottom: 30px; } }
    .wp.newslist .tabContainer .tabContent .newsBoxs {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      @media screen and (max-width: 479px) {
        .wp.newslist .tabContainer .tabContent .newsBoxs {
          justify-content: center; } }
      .wp.newslist .tabContainer .tabContent .newsBoxs .newsBox, .wp.newslist .tabContainer .tabContent .newsBoxs .hideItem {
        flex: 0 0 23%; }
        @media screen and (max-width: 1199px) {
          .wp.newslist .tabContainer .tabContent .newsBoxs .newsBox, .wp.newslist .tabContainer .tabContent .newsBoxs .hideItem {
            flex: 0 0 31%; } }
        @media screen and (max-width: 767px) {
          .wp.newslist .tabContainer .tabContent .newsBoxs .newsBox, .wp.newslist .tabContainer .tabContent .newsBoxs .hideItem {
            flex: 0 0 45%; } }
        @media screen and (max-width: 479px) {
          .wp.newslist .tabContainer .tabContent .newsBoxs .newsBox, .wp.newslist .tabContainer .tabContent .newsBoxs .hideItem {
            flex: 0 0 100%; } }
      .wp.newslist .tabContainer .tabContent .newsBoxs .hideItem {
        height: 0;
        margin: 0 5px; }
      .wp.newslist .tabContainer .tabContent .newsBoxs .newsBox {
        display: block;
        max-width: 380px;
        margin: 0 5px 50px; }
        @media screen and (max-width: 767px) {
          .wp.newslist .tabContainer .tabContent .newsBoxs .newsBox {
            margin-bottom: 30px; } }
        @media screen and (max-width: 479px) {
          .wp.newslist .tabContainer .tabContent .newsBoxs .newsBox {
            max-width: 320px;
            margin: 0 auto 30px; } }
        .wp.newslist .tabContainer .tabContent .newsBoxs .newsBox .pic {
          position: relative;
          display: block;
          margin-bottom: 15px;
          overflow: hidden; }
          .wp.newslist .tabContainer .tabContent .newsBoxs .newsBox .pic img {
            transition: transform 0.5s ease-in-out; }
          .wp.newslist .tabContainer .tabContent .newsBoxs .newsBox .pic:before {
            content: '';
            display: block;
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            border: 0px solid rgba(255, 255, 255, 0.3);
            pointer-events: none;
            transition: border-width 0.214s ease-in-out;
            z-index: 1; }
        .wp.newslist .tabContainer .tabContent .newsBoxs .newsBox .sorTitle {
          display: block; }
        .wp.newslist .tabContainer .tabContent .newsBoxs .newsBox .title {
          display: block;
          margin-bottom: 10px; }
        .wp.newslist .tabContainer .tabContent .newsBoxs .newsBox .brandName {
          display: block;
          font-size: 18px;
          color: #8f8f8f;
          text-align: center; }
        .wp.newslist .tabContainer .tabContent .newsBoxs .newsBox .eventTitle {
          display: block;
          text-align: center;
          margin-bottom: 5px; }
        .wp.newslist .tabContainer .tabContent .newsBoxs .newsBox .durDate {
          display: block;
          color: #8f8f8f;
          text-align: center; }
    .wp.newslist .tabContainer .tabContent .pageContainer {
      margin-top: 50px; }
      @media screen and (max-width: 1199px) {
        .wp.newslist .tabContainer .tabContent .pageContainer {
          margin-top: 30px; } }
      @media screen and (max-width: 991px) {
        .wp.newslist .tabContainer .tabContent .pageContainer {
          margin-top: 0px; } }

.wp.promotion .content h4 {
  font-size: 30px;
  text-align: center;
  font-family: 'Josefin Sans', 'Microsoft JhengHei', sans-serif;
  line-height: normal; }

.wp.promotion .bannerContainer {
  position: relative; }
  .wp.promotion .bannerContainer .jqimgFill {
    height: 585px; }
    @media screen and (max-width: 767px) {
      .wp.promotion .bannerContainer .jqimgFill {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%; } }
  .wp.promotion .bannerContainer .titleBox {
    position: relative; }
    @media screen and (min-width: 768px) {
      .wp.promotion .bannerContainer .titleBox {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%); } }
    @media screen and (max-width: 767px) {
      .wp.promotion .bannerContainer .titleBox {
        padding: 30px 0; } }
    .wp.promotion .bannerContainer .titleBox h3 {
      font-size: 55px;
      font-weight: bold;
      color: #fff;
      text-align: center;
      margin-bottom: 10px;
      line-height: normal;
      font-family: 'Josefin Sans', 'Microsoft JhengHei', sans-serif; }
      @media screen and (max-width: 991px) {
        .wp.promotion .bannerContainer .titleBox h3 {
          font-size: 40px; } }
      @media screen and (max-width: 767px) {
        .wp.promotion .bannerContainer .titleBox h3 {
          font-size: 35px; } }
    .wp.promotion .bannerContainer .titleBox .subTitle {
      font-size: 18px;
      text-align: center;
      color: #fff; }

.wp.promotion .promoteContainer {
  margin-top: 75px; }
  @media screen and (max-width: 991px) {
    .wp.promotion .promoteContainer {
      margin-top: 50px; } }
  @media screen and (max-width: 767px) {
    .wp.promotion .promoteContainer {
      margin-top: 30px; } }
  .wp.promotion .promoteContainer .titleBox {
    max-width: 730px;
    margin: 0 auto;
    text-align: center; }
  .wp.promotion .promoteContainer .promoteWp {
    display: flex;
    margin-top: 40px; }
    @media screen and (max-width: 991px) {
      .wp.promotion .promoteContainer .promoteWp {
        display: block;
        margin-top: 20px; } }
    .wp.promotion .promoteContainer .promoteWp .promoteBox {
      position: relative;
      display: block;
      height: 100%;
      overflow: hidden; }
      .wp.promotion .promoteContainer .promoteWp .promoteBox .jqimgFill {
        height: 100%;
        width: 100%;
        display: block;
        transition: transform 0.38s ease-in-out; }
      .wp.promotion .promoteContainer .promoteWp .promoteBox .promoteName {
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 25px;
        padding: 0 30px; }
        @media screen and (max-width: 767px) {
          .wp.promotion .promoteContainer .promoteWp .promoteBox .promoteName {
            padding: 0 15px; } }
        .wp.promotion .promoteContainer .promoteWp .promoteBox .promoteName .subTitle {
          display: block;
          font-size: 18px;
          color: #fff; }
        .wp.promotion .promoteContainer .promoteWp .promoteBox .promoteName .title {
          display: block;
          font-size: 22px;
          color: #fff;
          font-family: 'Josefin Sans', 'Microsoft JhengHei', sans-serif;
          line-height: normal;
          margin-bottom: 5px;
          font-weight: bold; }
        .wp.promotion .promoteContainer .promoteWp .promoteBox .promoteName .price {
          display: block;
          font-size: 16px;
          color: #fff;
          font-family: 'Lato', 'Microsoft JhengHei', sans-serif;
          line-height: normal; }
    .wp.promotion .promoteContainer .promoteWp .left, .wp.promotion .promoteContainer .promoteWp .right {
      position: relative;
      padding: 0 2px; }
    .wp.promotion .promoteContainer .promoteWp .top, .wp.promotion .promoteContainer .promoteWp .bottom {
      position: relative;
      padding: 2px 0; }
    .wp.promotion .promoteContainer .promoteWp .left {
      flex: 0 0 60%; }
      .wp.promotion .promoteContainer .promoteWp .left .top {
        height: 520px; }
        @media screen and (max-width: 479px) {
          .wp.promotion .promoteContainer .promoteWp .left .top {
            height: 200px; } }
      .wp.promotion .promoteContainer .promoteWp .left .bottom {
        display: flex;
        justify-content: space-between;
        height: 360px; }
        @media screen and (max-width: 479px) {
          .wp.promotion .promoteContainer .promoteWp .left .bottom {
            display: block;
            height: auto; }
            .wp.promotion .promoteContainer .promoteWp .left .bottom .promoteBox {
              height: 200px; } }
        .wp.promotion .promoteContainer .promoteWp .left .bottom .promoteBox {
          flex: 1 0 49%; }
        .wp.promotion .promoteContainer .promoteWp .left .bottom .promoteBox + .promoteBox {
          margin-left: 4px; }
          @media screen and (max-width: 479px) {
            .wp.promotion .promoteContainer .promoteWp .left .bottom .promoteBox + .promoteBox {
              margin-left: 0;
              margin-top: 4px; } }
    .wp.promotion .promoteContainer .promoteWp .right {
      flex: 0 0 40%; }
      .wp.promotion .promoteContainer .promoteWp .right .top {
        height: 360px; }
      .wp.promotion .promoteContainer .promoteWp .right .bottom {
        height: 520px; }
      @media (min-width: 480px) and (max-width: 991px) {
        .wp.promotion .promoteContainer .promoteWp .right {
          display: flex; }
          .wp.promotion .promoteContainer .promoteWp .right .top, .wp.promotion .promoteContainer .promoteWp .right .bottom {
            height: 360px;
            flex: 1 0 49%; }
          .wp.promotion .promoteContainer .promoteWp .right .bottom {
            margin-left: 4px; } }
      @media screen and (max-width: 479px) {
        .wp.promotion .promoteContainer .promoteWp .right .top, .wp.promotion .promoteContainer .promoteWp .right .bottom {
          height: 200px; } }

.wp.promotion .pickContainer {
  margin-top: 75px; }
  @media screen and (max-width: 991px) {
    .wp.promotion .pickContainer {
      margin-top: 50px; } }
  @media screen and (max-width: 767px) {
    .wp.promotion .pickContainer {
      margin-top: 30px; } }
  .wp.promotion .pickContainer .titleBox {
    max-width: 730px;
    margin: 0 auto;
    text-align: center; }
  .wp.promotion .pickContainer .pickBoxs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px; }
    @media screen and (max-width: 991px) {
      .wp.promotion .pickContainer .pickBoxs {
        margin-top: 20px;
        justify-content: space-around; } }
    .wp.promotion .pickContainer .pickBoxs .pickBox, .wp.promotion .pickContainer .pickBoxs .hideItem {
      flex: 0 0 30%; }
      @media screen and (max-width: 991px) {
        .wp.promotion .pickContainer .pickBoxs .pickBox, .wp.promotion .pickContainer .pickBoxs .hideItem {
          flex: 0 0 45%; } }
      @media screen and (max-width: 479px) {
        .wp.promotion .pickContainer .pickBoxs .pickBox, .wp.promotion .pickContainer .pickBoxs .hideItem {
          flex: 0 0 100%; } }
    .wp.promotion .pickContainer .pickBoxs .hideItem {
      height: 0; }

.wp.promotion .noticeContainer {
  margin-top: 20px;
  padding: 120px 15px; }
  @media screen and (max-width: 991px) {
    .wp.promotion .noticeContainer {
      padding: 90px 15px; } }
  @media screen and (max-width: 767px) {
    .wp.promotion .noticeContainer {
      padding: 50px 15px; } }
  .wp.promotion .noticeContainer .noticeBox {
    width: 100%;
    max-width: 550px;
    margin: 0 auto; }
    .wp.promotion .noticeContainer .noticeBox h4 {
      margin-bottom: 40px;
      color: #fff; }
      @media screen and (max-width: 991px) {
        .wp.promotion .noticeContainer .noticeBox h4 {
          margin-bottom: 20px; } }
    .wp.promotion .noticeContainer .noticeBox ul {
      list-style: none; }
      .wp.promotion .noticeContainer .noticeBox ul li {
        position: relative;
        color: #fff;
        padding-left: 30px;
        line-height: 25px; }
        .wp.promotion .noticeContainer .noticeBox ul li + li {
          margin-top: 10px; }
        .wp.promotion .noticeContainer .noticeBox ul li:before {
          content: '．';
          position: absolute;
          left: 10px;
          top: 0px; }

.wp.promotion .navigateContainer {
  padding: 75px 0; }
  @media screen and (max-width: 991px) {
    .wp.promotion .navigateContainer {
      padding: 50px 0; } }
  @media screen and (max-width: 767px) {
    .wp.promotion .navigateContainer {
      padding: 30px 0; } }

.wp.event .articleContainer > .container {
  max-width: 1200px;
  padding-top: 90px;
  padding-bottom: 90px; }
  @media screen and (max-width: 991px) {
    .wp.event .articleContainer > .container {
      padding-top: 50px;
      padding-bottom: 50px; } }
  @media screen and (max-width: 767px) {
    .wp.event .articleContainer > .container {
      padding-top: 30px;
      padding-bottom: 30px; } }
  .wp.event .articleContainer > .container .pic {
    margin: 0 auto; }

.wp.event .articleContainer .titleBox {
  margin-top: 40px; }
  .wp.event .articleContainer .titleBox h3 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px; }
    .wp.event .articleContainer .titleBox h3 .brandName {
      color: #666666;
      line-height: normal; }
    .wp.event .articleContainer .titleBox h3 .title {
      position: relative;
      line-height: normal; }
    .wp.event .articleContainer .titleBox h3 .split {
      color: #cccccc;
      padding: 0 20px; }
  .wp.event .articleContainer .titleBox .durDate {
    font-size: 15px;
    color: #989898;
    text-align: center; }

.wp.event .articleContainer .articleBox {
  padding: 40px 0;
  margin-top: 25px;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc; }
  .wp.event .articleContainer .articleBox p {
    word-wrap: break-word; }

.wp.event .articleContainer .formBox {
  padding: 40px 0;
  max-width: 945px;
  margin: 0 auto; }
  .wp.event .articleContainer .formBox h4 {
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 40px; }
  .wp.event .articleContainer .formBox .dropkick .dk-selected {
    border-radius: 0;
    color: #666; }
  .wp.event .articleContainer .formBox .input-group {
    display: flex; }
    @media screen and (max-width: 767px) {
      .wp.event .articleContainer .formBox .input-group {
        display: block; } }
    .wp.event .articleContainer .formBox .input-group + .input-group {
      margin-top: 15px; }
    .wp.event .articleContainer .formBox .input-group .title {
      display: block;
      flex: 0 0 150px;
      padding-top: 8px; }
      @media screen and (max-width: 767px) {
        .wp.event .articleContainer .formBox .input-group .title {
          text-align: center;
          margin-bottom: 8px; } }
    .wp.event .articleContainer .formBox .input-group .input-group-right {
      flex: 1 1 0%; }
      .wp.event .articleContainer .formBox .input-group .input-group-right > p {
        color: #444;
        margin-top: 5px; }
        @media screen and (max-width: 767px) {
          .wp.event .articleContainer .formBox .input-group .input-group-right > p {
            text-align: center; } }
      .wp.event .articleContainer .formBox .input-group .input-group-right .inputBox {
        display: flex;
        justify-content: space-between; }
        @media screen and (max-width: 479px) {
          .wp.event .articleContainer .formBox .input-group .input-group-right .inputBox {
            flex-wrap: wrap; } }
        .wp.event .articleContainer .formBox .input-group .input-group-right .inputBox .dropkick {
          flex: 1 1 49%; }
          @media screen and (max-width: 479px) {
            .wp.event .articleContainer .formBox .input-group .input-group-right .inputBox .dropkick {
              flex: 0 0 100%; } }
        @media screen and (min-width: 480px) {
          .wp.event .articleContainer .formBox .input-group .input-group-right .inputBox .dropkick + .dropkick {
            margin-left: 10px; } }
        @media screen and (max-width: 479px) {
          .wp.event .articleContainer .formBox .input-group .input-group-right .inputBox .dropkick + .dropkick {
            margin-top: 10px; } }
        .wp.event .articleContainer .formBox .input-group .input-group-right .inputBox div.dropkick {
          height: 45px; }
  .wp.event .articleContainer .formBox .btnBox {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px; }
    .wp.event .articleContainer .formBox .btnBox .formBtn {
      width: 220px;
      height: 45px;
      box-sizing: border-box;
      border: 2px solid #626262;
      text-align: center;
      line-height: 41px;
      color: #333;
      transition: color 0.1s linear 0.05s, background-color 0.2s ease-in-out; }
      .wp.event .articleContainer .formBox .btnBox .formBtn + .formBtn {
        margin-left: 20px; }

.wp.event .articleContainer .navigateContainer {
  padding: 40px 0 0; }

.wp.news .newsContainer {
  padding-top: 75px; }
  @media screen and (max-width: 991px) {
    .wp.news .newsContainer {
      padding-top: 50px; } }
  @media screen and (max-width: 767px) {
    .wp.news .newsContainer {
      padding-top: 30px; } }
  .wp.news .newsContainer > .container {
    position: relative;
    padding: 0 280px; }
    @media screen and (max-width: 1407px) {
      .wp.news .newsContainer > .container {
        padding: 0 180px; } }
    @media screen and (max-width: 1199px) {
      .wp.news .newsContainer > .container {
        padding-right: 15px; } }
    @media screen and (max-width: 767px) {
      .wp.news .newsContainer > .container {
        padding-left: 15px; } }
  .wp.news .newsContainer .newsDate {
    width: 120px;
    position: absolute;
    left: 70px;
    top: 0; }
    @media screen and (max-width: 1407px) {
      .wp.news .newsContainer .newsDate {
        left: 30px; } }
    @media screen and (max-width: 767px) {
      .wp.news .newsContainer .newsDate {
        display: none; } }
    .wp.news .newsContainer .newsDate .dateBox {
      padding-bottom: 10px;
      border-bottom: 2px solid #000;
      margin-bottom: 10px; }
    .wp.news .newsContainer .newsDate .date {
      font-size: 60px;
      font-family: 'Josefin Sans', 'Microsoft JhengHei', sans-serif;
      text-align: center;
      line-height: normal; }
    .wp.news .newsContainer .newsDate .month {
      font-size: 14px;
      font-family: 'Josefin Sans', 'Microsoft JhengHei', sans-serif;
      text-align: center;
      line-height: normal; }
    .wp.news .newsContainer .newsDate .newsSort {
      font-size: 15px;
      text-align: center; }
    .wp.news .newsContainer .newsDate .shareBox {
      text-align: center;
      margin-top: 20px; }
      .wp.news .newsContainer .newsDate .shareBox > a {
        border: 1px solid #000;
        border-radius: 50%;
        box-sizing: border-box;
        width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        float: none;
        margin: 0 auto;
        transition: background-color 0.1s ease-in-out; }
        .wp.news .newsContainer .newsDate .shareBox > a + a {
          margin-top: 10px; }
        .wp.news .newsContainer .newsDate .shareBox > a .icon {
          transition: color 0.1s linear; }
  .wp.news .newsContainer .newsInner {
    max-width: 1140px;
    margin: 0 auto; }
    .wp.news .newsContainer .newsInner .tagBox .tag {
      transition: background-color 0.1s ease-in-out, color 0.1s linear; }
    .wp.news .newsContainer .newsInner .mobileNewsDate {
      display: none;
      align-items: center;
      margin-bottom: 10px; }
      @media screen and (max-width: 767px) {
        .wp.news .newsContainer .newsInner .mobileNewsDate {
          display: flex; } }
      @media screen and (max-width: 479px) {
        .wp.news .newsContainer .newsInner .mobileNewsDate {
          display: block; }
          .wp.news .newsContainer .newsInner .mobileNewsDate p {
            text-align: center; }
          .wp.news .newsContainer .newsInner .mobileNewsDate .splitIcon {
            display: none; } }
      .wp.news .newsContainer .newsInner .mobileNewsDate p {
        color: #999; }
        .wp.news .newsContainer .newsInner .mobileNewsDate p .splitIcon {
          padding: 0 15px; }
    .wp.news .newsContainer .newsInner .shareBox {
      display: flex;
      align-items: center; }
      @media screen and (max-width: 479px) {
        .wp.news .newsContainer .newsInner .shareBox {
          justify-content: center; } }
      .wp.news .newsContainer .newsInner .shareBox .title {
        color: #999;
        padding-right: 5px; }
      .wp.news .newsContainer .newsInner .shareBox .a2a_button_facebook {
        float: none; }
        .wp.news .newsContainer .newsInner .shareBox .a2a_button_facebook .icon {
          color: #999; }
    .wp.news .newsContainer .newsInner h3 {
      font-size: 30px;
      font-weight: bold;
      text-align: center;
      margin-bottom: 15px; }
    .wp.news .newsContainer .newsInner .authorInfo {
      color: #666;
      text-align: center;
      margin-bottom: 15px; }
    .wp.news .newsContainer .newsInner .tagBox {
      text-align: center;
      margin-bottom: 30px; }
    .wp.news .newsContainer .newsInner .pic img {
      margin: 0 auto; }

.wp.news .bottomContainer {
  padding-bottom: 75px; }
  @media screen and (max-width: 991px) {
    .wp.news .bottomContainer {
      padding-bottom: 50px; } }
  @media screen and (max-width: 767px) {
    .wp.news .bottomContainer {
      padding-bottom: 30px; } }
  .wp.news .bottomContainer h3 {
    text-align: center;
    font-weight: bold;
    font-size: 30px; }
  .wp.news .bottomContainer .pickContainer {
    margin-top: 90px;
    margin-bottom: 90px; }
    .wp.news .bottomContainer .pickContainer .titleBox p {
      text-align: center;
      color: #555555;
      margin-top: 5px; }
    .wp.news .bottomContainer .pickContainer .slider {
      padding-left: 60px;
      padding-right: 60px;
      margin-top: 45px; }
      .wp.news .bottomContainer .pickContainer .slider .slick-arrow {
        z-index: 1; }
        .wp.news .bottomContainer .pickContainer .slider .slick-arrow.slick-prev {
          left: 0; }
        .wp.news .bottomContainer .pickContainer .slider .slick-arrow.slick-next {
          right: 0; }
      .wp.news .bottomContainer .pickContainer .slider .pickBox {
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 30px;
        margin: 0 15px; }
        @media screen and (max-width: 600px) {
          .wp.news .bottomContainer .pickContainer .slider .pickBox {
            padding-right: 0;
            padding-left: 0; } }
  .wp.news .bottomContainer .relatedContainer {
    max-width: 1570px;
    margin: 0 auto; }
  .wp.news .bottomContainer .navigateContainer {
    margin-top: 40px; }
    @media screen and (max-width: 767px) {
      .wp.news .bottomContainer .navigateContainer {
        margin-top: 30px; } }
  .wp.news .bottomContainer .fbCommentsContainer {
    position: relative;
    max-width: 1145px;
    margin: 110px auto 0; }

.wp.stores .titleContainer {
  padding-top: 50px;
  margin-bottom: 40px;
  text-align: center; }
  .wp.stores .titleContainer h3 {
    font-size: 30px;
    text-align: center;
    margin-bottom: 20px; }
  .wp.stores .titleContainer .formBox .input-group {
    display: flex;
    width: 100%;
    height: 50px;
    max-width: 370px;
    padding: 0 15px;
    background-color: #f2f2f2;
    margin: 0 auto 25px; }
    .wp.stores .titleContainer .formBox .input-group input[type="text"] {
      border: 0;
      background-color: transparent;
      flex: 1 1 0%;
      width: 100%; }
    .wp.stores .titleContainer .formBox .input-group button {
      flex: 0 0 20px; }
  .wp.stores .titleContainer .setLocate {
    display: inline-block; }
    .wp.stores .titleContainer .setLocate > span {
      display: flex;
      align-items: center;
      justify-content: center;
      color: #555555; }

.wp.stores .mapContainer {
  position: relative; }
  @media screen and (max-width: 991px) {
    .wp.stores .mapContainer {
      display: flex;
      margin-bottom: 50px; } }
  @media screen and (max-width: 767px) {
    .wp.stores .mapContainer {
      display: block; } }
  .wp.stores .mapContainer .storeSelector {
    display: none;
    text-align: center;
    margin-bottom: 30px; }
    @media screen and (max-width: 767px) {
      .wp.stores .mapContainer .storeSelector {
        display: block; } }
    .wp.stores .mapContainer .storeSelector select {
      width: 200px;
      height: 50px;
      background: transparent;
      border-radius: 0px;
      border: 0;
      border-bottom: 3px solid #000;
      border-radius: 0;
      appearance: none;
      background: url("images/select-arrow.png") 190px center no-repeat, #fff; }
  .wp.stores .mapContainer .map {
    width: 100%;
    height: 760px; }
    @media screen and (max-width: 991px) {
      .wp.stores .mapContainer .map {
        flex: 0 0 50%;
        height: 580px; } }
    @media screen and (max-width: 767px) {
      .wp.stores .mapContainer .map {
        height: 300px; } }
  .wp.stores .mapContainer .storeWp {
    position: absolute;
    left: 10%;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 1;
    width: 100%;
    max-width: 575px;
    background-color: #fff; }
    @media screen and (max-width: 1407px) {
      .wp.stores .mapContainer .storeWp {
        max-width: 40%; } }
    @media screen and (max-width: 1199px) {
      .wp.stores .mapContainer .storeWp {
        left: 5%; } }
    @media screen and (max-width: 991px) {
      .wp.stores .mapContainer .storeWp {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        max-width: none;
        flex: 0 0 50%; } }
    .wp.stores .mapContainer .storeWp .countryBox {
      border-bottom: 1px solid #d8d8d8;
      padding: 10px 15px;
      height: 50px;
      display: flex;
      align-items: center; }
      @media screen and (max-width: 767px) {
        .wp.stores .mapContainer .storeWp .countryBox {
          display: none; } }
      .wp.stores .mapContainer .storeWp .countryBox .storeCount {
        color: #808285;
        margin-left: 5px; }
      .wp.stores .mapContainer .storeWp .countryBox .back {
        display: inline-block;
        color: #808285;
        padding-right: 5px;
        cursor: pointer; }
    .wp.stores .mapContainer .storeWp .storeContainer {
      position: relative;
      height: 580px;
      display: flex;
      overflow-x: hidden; }
      @media screen and (max-width: 767px) {
        .wp.stores .mapContainer .storeWp .storeContainer {
          height: auto; } }
      .wp.stores .mapContainer .storeWp .storeContainer .mCSB_container {
        margin-right: 0; }
      .wp.stores .mapContainer .storeWp .storeContainer .storeListBox {
        flex: 0 0 100%;
        overflow-y: hidden; }
        @media screen and (max-width: 767px) {
          .wp.stores .mapContainer .storeWp .storeContainer .storeListBox {
            display: none; } }
        .wp.stores .mapContainer .storeWp .storeContainer .storeListBox .storeList {
          height: calc(100% - 50px); }
          .wp.stores .mapContainer .storeWp .storeContainer .storeListBox .storeList .storeBox {
            position: relative;
            border-bottom: 1px solid #d8d8d8;
            padding: 10px 15px;
            cursor: pointer; }
            .wp.stores .mapContainer .storeWp .storeContainer .storeListBox .storeList .storeBox:after {
              content: "";
              position: absolute;
              right: 25px;
              top: 15px;
              font-size: 18px;
              color: #a1a1a1; }
            .wp.stores .mapContainer .storeWp .storeContainer .storeListBox .storeList .storeBox .name {
              font-size: 18px;
              font-weight: bold; }
      .wp.stores .mapContainer .storeWp .storeContainer .storeIntroWp {
        flex: 0 0 100%;
        overflow-y: hidden; }
        .wp.stores .mapContainer .storeWp .storeContainer .storeIntroWp .storeInfo {
          height: calc(100% - 50px); }
          @media screen and (max-width: 767px) {
            .wp.stores .mapContainer .storeWp .storeContainer .storeIntroWp .storeInfo {
              height: auto; } }
        .wp.stores .mapContainer .storeWp .storeContainer .storeIntroWp .pic img {
          margin: 0 auto; }
        .wp.stores .mapContainer .storeWp .storeContainer .storeIntroWp .storeIntro {
          padding: 20px 35px; }
        .wp.stores .mapContainer .storeWp .storeContainer .storeIntroWp .titleBox {
          border-bottom: 1px solid #d8d8d8;
          padding-bottom: 15px; }
          .wp.stores .mapContainer .storeWp .storeContainer .storeIntroWp .titleBox .name {
            font-size: 22px;
            font-weight: bold; }
        .wp.stores .mapContainer .storeWp .storeContainer .storeIntroWp .introBox {
          padding-top: 15px; }
          .wp.stores .mapContainer .storeWp .storeContainer .storeIntroWp .introBox .introInner + .introInner {
            margin-top: 10px; }
          .wp.stores .mapContainer .storeWp .storeContainer .storeIntroWp .introBox .introTitle {
            display: flex;
            align-items: center;
            font-weight: bold; }
            .wp.stores .mapContainer .storeWp .storeContainer .storeIntroWp .introBox .introTitle .icon:before {
              font-size: 20px;
              font-weight: normal;
              padding-right: 5px; }
          .wp.stores .mapContainer .storeWp .storeContainer .storeIntroWp .introBox .inner {
            padding-left: 25px; }

.wp.result .content .resultContainer > .container {
  max-width: 1575px;
  padding-top: 75px; }
  @media screen and (max-width: 991px) {
    .wp.result .content .resultContainer > .container {
      padding-top: 50px; } }
  @media screen and (max-width: 767px) {
    .wp.result .content .resultContainer > .container {
      padding-top: 30px; } }

.wp.result .resultCount {
  line-height: normal; }
  .wp.result .resultCount .keyword {
    font-size: 30px; }

.wp.result .pageContainer {
  margin-top: 30px;
  margin-bottom: 95px; }
  @media screen and (max-width: 1199px) {
    .wp.result .pageContainer {
      margin-bottom: 75px; } }
  @media screen and (max-width: 991px) {
    .wp.result .pageContainer {
      margin-bottom: 50px; } }

.wp.articles h3 {
  font-family: 'Playfair Display', 'Microsoft JhengHei', 'serif';
  font-size: 42px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px; }
  @media screen and (max-width: 767px) {
    .wp.articles h3 {
      margin-bottom: 30px; } }

.wp.articles .bannerContainer .jqimgFill {
  height: 800px; }
  @media screen and (max-width: 991px) {
    .wp.articles .bannerContainer .jqimgFill {
      height: 600px; } }
  @media screen and (max-width: 767px) {
    .wp.articles .bannerContainer .jqimgFill {
      height: 500px; } }

.wp.articles .bannerContainer .titleContainer {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  margin-bottom: 50px;
  width: 100%; }
  .wp.articles .bannerContainer .titleContainer .titleBox {
    position: relative;
    padding: 0 60px; }
    @media screen and (max-width: 991px) {
      .wp.articles .bannerContainer .titleContainer .titleBox {
        padding: 0 15px; } }
    .wp.articles .bannerContainer .titleContainer .titleBox svg {
      position: absolute;
      z-index: 0;
      left: 50%;
      top: 0;
      transform: translate(-50%, 0); }
      .wp.articles .bannerContainer .titleContainer .titleBox svg rect {
        width: 100%;
        height: 100%;
        stroke-width: 14px;
        fill: transparent;
        stroke: #fff;
        stroke-dashoffset: -100; }
        @media screen and (max-width: 991px) {
          .wp.articles .bannerContainer .titleContainer .titleBox svg rect {
            stroke-width: 6px; } }
    .wp.articles .bannerContainer .titleContainer .titleBox .title {
      position: relative;
      z-index: 1;
      display: inline-block;
      margin: 0 auto;
      padding: 25px 100px; }
      @media screen and (max-width: 1407px) {
        .wp.articles .bannerContainer .titleContainer .titleBox .title {
          padding: 25px 80px; } }
      @media screen and (max-width: 1199px) {
        .wp.articles .bannerContainer .titleContainer .titleBox .title {
          padding: 25px 50px; } }
      @media screen and (max-width: 991px) {
        .wp.articles .bannerContainer .titleContainer .titleBox .title {
          padding: 25px 30px; } }
      .wp.articles .bannerContainer .titleContainer .titleBox .title h3 {
        font-size: 60px;
        color: #fff;
        text-align: center;
        line-height: normal;
        margin-bottom: 0; }
        @media screen and (max-width: 1199px) {
          .wp.articles .bannerContainer .titleContainer .titleBox .title h3 {
            font-size: 50px; } }
        @media screen and (max-width: 991px) {
          .wp.articles .bannerContainer .titleContainer .titleBox .title h3 {
            font-size: 30px; } }
  .wp.articles .bannerContainer .titleContainer .introBox {
    position: relative;
    padding: 20px 20px 20px 80px;
    background-color: #ca013a;
    max-width: 420px;
    left: 50%;
    transform: transalte(-10%, 0);
    margin-top: 35px; }
    @media screen and (max-width: 991px) {
      .wp.articles .bannerContainer .titleContainer .introBox {
        transform: translate(-50%, 0); } }
    @media screen and (max-width: 479px) {
      .wp.articles .bannerContainer .titleContainer .introBox {
        max-width: calc(100% - 30px); } }
    .wp.articles .bannerContainer .titleContainer .introBox .icon {
      position: absolute;
      left: 20px;
      top: 25px;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      box-sizing: border-box;
      border: 2px solid #fff;
      text-align: center; }
      .wp.articles .bannerContainer .titleContainer .introBox .icon:before {
        content: '+';
        color: #fff;
        font-size: 28px;
        line-height: 32px; }
    .wp.articles .bannerContainer .titleContainer .introBox p {
      text-align: left;
      color: #fff; }

.wp.articles .bannerContainer .slider {
  margin-bottom: 0; }
  .wp.articles .bannerContainer .slider .slick-arrow {
    z-index: 1;
    opacity: 0.5; }
    .wp.articles .bannerContainer .slider .slick-arrow:hover {
      opacity: 1; }
    .wp.articles .bannerContainer .slider .slick-arrow.slick-prev {
      left: 100px; }
      @media screen and (max-width: 1407px) {
        .wp.articles .bannerContainer .slider .slick-arrow.slick-prev {
          left: 15px; } }
    .wp.articles .bannerContainer .slider .slick-arrow.slick-next {
      right: 100px; }
      @media screen and (max-width: 1407px) {
        .wp.articles .bannerContainer .slider .slick-arrow.slick-next {
          right: 15px; } }
  .wp.articles .bannerContainer .slider .slick-dots {
    width: auto;
    right: 100px;
    bottom: 30px; }
    @media screen and (max-width: 991px) {
      .wp.articles .bannerContainer .slider .slick-dots {
        right: auto;
        left: 50%;
        transform: translate(-50%, 0); } }
    .wp.articles .bannerContainer .slider .slick-dots li.slick-active button:before {
      background-color: #fff; }
    .wp.articles .bannerContainer .slider .slick-dots li button:before {
      content: '';
      border-radius: 50%;
      border: 1px solid #fff;
      opacity: 1;
      width: 15px;
      height: 15px; }

.wp.articles .newsContainer > .container {
  max-width: 1575px;
  padding-top: 75px;
  padding-bottom: 75px; }
  @media screen and (max-width: 991px) {
    .wp.articles .newsContainer > .container {
      padding-top: 50px;
      padding-bottom: 50px; } }
  @media screen and (max-width: 767px) {
    .wp.articles .newsContainer > .container {
      padding-top: 30px;
      padding-bottom: 30px; } }

.wp.articles .newsContainer .newsBox {
  display: flex; }
  @media screen and (max-width: 991px) {
    .wp.articles .newsContainer .newsBox {
      display: block; } }
  .wp.articles .newsContainer .newsBox .left {
    flex: 0 0 50%; }
    .wp.articles .newsContainer .newsBox .left > a {
      display: block; }
      @media screen and (max-width: 991px) {
        .wp.articles .newsContainer .newsBox .left > a {
          display: flex;
          margin-bottom: 20px; } }
      @media screen and (max-width: 479px) {
        .wp.articles .newsContainer .newsBox .left > a {
          display: block; } }
    .wp.articles .newsContainer .newsBox .left .pic {
      position: relative;
      display: block;
      overflow: hidden; }
      @media screen and (max-width: 767px) {
        .wp.articles .newsContainer .newsBox .left .pic {
          max-width: 400px;
          margin: 0 auto; } }
      @media screen and (max-width: 479px) {
        .wp.articles .newsContainer .newsBox .left .pic {
          max-width: none; } }
      .wp.articles .newsContainer .newsBox .left .pic img {
        transition: transform 0.38s ease-in-out; }
      .wp.articles .newsContainer .newsBox .left .pic:before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        border: 0px solid rgba(255, 255, 255, 0.3);
        pointer-events: none;
        transition: border-width 0.214s ease-in-out;
        z-index: 1; }
      .wp.articles .newsContainer .newsBox .left .pic img {
        margin: 0 auto; }
    .wp.articles .newsContainer .newsBox .left .newsIntroBox {
      position: relative;
      z-index: 1;
      max-width: 675px;
      margin: 0 auto;
      margin-top: -115px; }
      @media screen and (max-width: 1460px) {
        .wp.articles .newsContainer .newsBox .left .newsIntroBox {
          margin-top: 0; } }
      @media screen and (max-width: 767px) {
        .wp.articles .newsContainer .newsBox .left .newsIntroBox {
          max-width: 400px;
          padding-right: 0; } }
      @media screen and (max-width: 479px) {
        .wp.articles .newsContainer .newsBox .left .newsIntroBox {
          margin-top: 10px;
          max-width: none; } }
      .wp.articles .newsContainer .newsBox .left .newsIntroBox .inner {
        display: inline-block;
        background-color: #fff;
        padding: 40px 65px 20px; }
        @media screen and (max-width: 1460px) {
          .wp.articles .newsContainer .newsBox .left .newsIntroBox .inner {
            padding: 15px; } }
        @media screen and (max-width: 991px) {
          .wp.articles .newsContainer .newsBox .left .newsIntroBox .inner {
            padding: 0 15px; } }
      .wp.articles .newsContainer .newsBox .left .newsIntroBox .title {
        font-size: 35px;
        line-height: normal; }
        @media screen and (max-width: 991px) {
          .wp.articles .newsContainer .newsBox .left .newsIntroBox .title {
            font-size: 22px; } }
  .wp.articles .newsContainer .newsBox .right {
    flex: 0 0 50%;
    padding-left: 40px;
    max-width: 50%; }
    @media screen and (max-width: 991px) {
      .wp.articles .newsContainer .newsBox .right {
        padding-left: 0;
        max-width: none; } }
    .wp.articles .newsContainer .newsBox .right .newsList .news {
      display: flex; }
      @media screen and (max-width: 479px) {
        .wp.articles .newsContainer .newsBox .right .newsList .news {
          display: block; } }
      .wp.articles .newsContainer .newsBox .right .newsList .news + .news {
        margin-top: 35px; }
        @media screen and (max-width: 991px) {
          .wp.articles .newsContainer .newsBox .right .newsList .news + .news {
            margin-top: 20px; } }
      .wp.articles .newsContainer .newsBox .right .newsList .news .pic {
        position: relative;
        flex: 0 0 220px;
        overflow: hidden; }
        .wp.articles .newsContainer .newsBox .right .newsList .news .pic img {
          transition: transform 0.38s ease-in-out; }
        .wp.articles .newsContainer .newsBox .right .newsList .news .pic:before {
          content: '';
          display: block;
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          border: 0px solid rgba(255, 255, 255, 0.3);
          pointer-events: none;
          transition: border-width 0.214s ease-in-out;
          z-index: 1; }
        .wp.articles .newsContainer .newsBox .right .newsList .news .pic img {
          margin: 0 auto; }
      .wp.articles .newsContainer .newsBox .right .newsList .news .newsIntroBox {
        flex: 1 1 0%;
        margin-left: 25px; }
        @media screen and (max-width: 479px) {
          .wp.articles .newsContainer .newsBox .right .newsList .news .newsIntroBox {
            margin-left: 0;
            margin-top: 10px;
            padding: 0 15px; } }

.wp.articles .videoContainer {
  background-color: #000; }
  .wp.articles .videoContainer > .container {
    padding: 90px; }
    @media screen and (max-width: 767px) {
      .wp.articles .videoContainer > .container {
        padding: 30px 15px; } }
  .wp.articles .videoContainer .videoWp {
    display: flex;
    align-items: center; }
    @media screen and (max-width: 991px) {
      .wp.articles .videoContainer .videoWp {
        display: block; } }
    .wp.articles .videoContainer .videoWp .videoMaskBox, .wp.articles .videoContainer .videoWp .introBox {
      flex: 0 0 50%;
      max-width: 50%; }
      @media screen and (max-width: 991px) {
        .wp.articles .videoContainer .videoWp .videoMaskBox, .wp.articles .videoContainer .videoWp .introBox {
          max-width: none; } }
    .wp.articles .videoContainer .videoWp .videoMaskBox {
      position: relative;
      cursor: pointer; }
      .wp.articles .videoContainer .videoWp .videoMaskBox .pic img {
        margin: 0 auto; }
      .wp.articles .videoContainer .videoWp .videoMaskBox .icon.arrow-play {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 80px;
        height: 80px;
        display: flex;
        justify-content: center;
        align-items: center;
        box-sizing: border-box;
        border: 1px solid #fff;
        border-radius: 50%;
        transition: background-color 0.2s ease-in-out;
        transform-origin: center center; }
        .wp.articles .videoContainer .videoWp .videoMaskBox .icon.arrow-play:before {
          color: #fff;
          font-size: 30px;
          transition: color 0.1s linear 0.05s; }
    .wp.articles .videoContainer .videoWp .introBox {
      padding-left: 50px; }
      @media screen and (max-width: 991px) {
        .wp.articles .videoContainer .videoWp .introBox {
          padding: 20px 15px; } }
      .wp.articles .videoContainer .videoWp .introBox h3 {
        position: relative;
        display: inline-block;
        color: #fff;
        padding-bottom: 15px;
        margin-bottom: 40px; }
        .wp.articles .videoContainer .videoWp .introBox h3:after {
          content: '';
          display: block;
          width: 100%;
          height: 1px;
          background-color: #fff;
          position: absolute;
          bottom: 0;
          left: 0; }
      .wp.articles .videoContainer .videoWp .introBox h4 {
        font-size: 30px;
        color: #d4003b;
        margin-bottom: 25px; }
        @media screen and (max-width: 1199px) {
          .wp.articles .videoContainer .videoWp .introBox h4 {
            font-size: 24px; } }
      .wp.articles .videoContainer .videoWp .introBox p {
        color: #fff; }
      .wp.articles .videoContainer .videoWp .introBox .linkBtn {
        margin-top: 50px;
        color: #fff; }
  .wp.articles .videoContainer .slider .slick-arrow {
    z-index: 1; }
    .wp.articles .videoContainer .slider .slick-arrow.slick-prev {
      left: -80px; }
    .wp.articles .videoContainer .slider .slick-arrow.slick-next {
      right: -80px; }

.wp.articles .otherWp {
  margin-top: 70px;
  overflow-x: hidden; }
  @media screen and (max-width: 767px) {
    .wp.articles .otherWp {
      margin-top: 30px; } }
  @media screen and (max-width: 479px) {
    .wp.articles .otherWp {
      margin-top: 10px; } }
  .wp.articles .otherWp > .container {
    display: flex;
    max-width: 1575px; }
  .wp.articles .otherWp .articleContainer {
    flex: 1 1 1100px; }
    .wp.articles .otherWp .articleContainer .articleBox {
      display: flex;
      padding-bottom: 40px;
      padding-top: 40px;
      border-bottom: 1px solid #dddddd; }
      @media screen and (max-width: 991px) {
        .wp.articles .otherWp .articleContainer .articleBox {
          display: block; } }
      @media (min-width: 480px) and (max-width: 767px) {
        .wp.articles .otherWp .articleContainer .articleBox {
          display: flex; } }
      .wp.articles .otherWp .articleContainer .articleBox .pic {
        position: relative;
        flex: 0 0 445px; }
        @media screen and (max-width: 1407px) {
          .wp.articles .otherWp .articleContainer .articleBox .pic {
            flex: 0 0 350px; } }
        @media screen and (max-width: 1199px) {
          .wp.articles .otherWp .articleContainer .articleBox .pic {
            flex: 0 0 250px; } }
        @media screen and (max-width: 767px) {
          .wp.articles .otherWp .articleContainer .articleBox .pic {
            flex: 1 1 0%; } }
        .wp.articles .otherWp .articleContainer .articleBox .pic:before {
          content: '';
          display: block;
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          border: 0px solid rgba(255, 255, 255, 0.3);
          pointer-events: none;
          transition: border-width 0.214s ease-in-out; }
        .wp.articles .otherWp .articleContainer .articleBox .pic img {
          margin: 0 auto; }
      .wp.articles .otherWp .articleContainer .articleBox .newsIntroBox {
        flex: 1 1 0%;
        padding-left: 45px; }
        @media screen and (max-width: 991px) {
          .wp.articles .otherWp .articleContainer .articleBox .newsIntroBox {
            padding-left: 15px;
            padding-right: 15px;
            margin-top: 20px; } }
        @media (min-width: 480px) and (max-width: 767px) {
          .wp.articles .otherWp .articleContainer .articleBox .newsIntroBox {
            margin-top: 0;
            padding-left: 20px; } }
        .wp.articles .otherWp .articleContainer .articleBox .newsIntroBox .category {
          color: #555555;
          font-family: 'Josefin Sans', 'Microsoft JhengHei', sans-serif; }
        .wp.articles .otherWp .articleContainer .articleBox .newsIntroBox h4 {
          line-height: normal;
          font-size: 30px;
          font-family: 'Josefin Sans', 'Microsoft JhengHei', sans-serif; }
  .wp.articles .otherWp .sideContainer {
    flex: 0 0 345px;
    max-width: 345px;
    margin-left: 90px; }
    @media screen and (max-width: 1199px) {
      .wp.articles .otherWp .sideContainer {
        flex: 0 0 300px;
        max-width: 300px;
        margin-left: 40px; } }
    @media screen and (max-width: 767px) {
      .wp.articles .otherWp .sideContainer {
        display: none; } }
    .wp.articles .otherWp .sideContainer h3 {
      position: relative;
      margin-bottom: 0;
      text-align: left;
      margin-left: -20px;
      z-index: 1;
      font-size: 60px; }
    .wp.articles .otherWp .sideContainer h4 {
      font-size: 18px;
      font-weight: bold; }
    .wp.articles .otherWp .sideContainer .slider {
      width: 100%;
      margin-top: -50px;
      margin-bottom: 55px; }
      .wp.articles .otherWp .sideContainer .slider .slick-slide {
        position: relative; }
      .wp.articles .otherWp .sideContainer .slider .slick-dots > li {
        width: auto;
        height: auto; }
        .wp.articles .otherWp .sideContainer .slider .slick-dots > li.slick-active button:before {
          color: #d3003b; }
        .wp.articles .otherWp .sideContainer .slider .slick-dots > li button {
          width: 15px;
          height: 15px;
          padding: 0; }
          .wp.articles .otherWp .sideContainer .slider .slick-dots > li button:before {
            opacity: 1;
            color: #959595;
            width: 15px;
            height: 15px;
            line-height: 15px;
            font-size: 15px; }
      .wp.articles .otherWp .sideContainer .slider .jqimgFill {
        height: 450px; }
      .wp.articles .otherWp .sideContainer .slider .sideIntroBox {
        position: absolute;
        width: calc(100% - 30px);
        left: 15px;
        bottom: 15px;
        display: flex; }
        .wp.articles .otherWp .sideContainer .slider .sideIntroBox .textBox {
          display: block;
          flex: 1 1 0%;
          background-color: #fff;
          padding: 15px 30px; }
          .wp.articles .otherWp .sideContainer .slider .sideIntroBox .textBox .title {
            font-family: 'Josefin Sans', 'Microsoft JhengHei', sans-serif;
            font-size: 28px;
            line-height: normal;
            margin-bottom: 10px;
            font-weight: bold;
            display: block; }
          .wp.articles .otherWp .sideContainer .slider .sideIntroBox .textBox .descirbe {
            color: #555555;
            display: block; }
        .wp.articles .otherWp .sideContainer .slider .sideIntroBox .arrowBox {
          flex: 0 0 45px; }
          .wp.articles .otherWp .sideContainer .slider .sideIntroBox .arrowBox .pageArrow {
            position: relative;
            width: 45px;
            height: 45px;
            background-color: #fff;
            cursor: pointer;
            transition: background-color 0.1s ease-in-out; }
            .wp.articles .otherWp .sideContainer .slider .sideIntroBox .arrowBox .pageArrow .icon {
              width: 100%;
              height: 100%;
              display: flex;
              justify-content: center;
              align-items: center;
              transition: color 0.1s linear; }
          .wp.articles .otherWp .sideContainer .slider .sideIntroBox .arrowBox .pagePrev .icon:before {
            transform: rotate(180deg);
            transform-origin: center center; }
    .wp.articles .otherWp .sideContainer .featureContainer {
      display: flex;
      flex-wrap: wrap;
      margin-top: 25px; }
      .wp.articles .otherWp .sideContainer .featureContainer .featureBox {
        display: block;
        margin: 0 5px 25px;
        flex: 0 0 45%; }
        .wp.articles .otherWp .sideContainer .featureContainer .featureBox .pic {
          display: block;
          overflow: hidden; }
          .wp.articles .otherWp .sideContainer .featureContainer .featureBox .pic img {
            transition: transform 0.2s ease-in-out; }
        .wp.articles .otherWp .sideContainer .featureContainer .featureBox .brandName {
          display: block;
          text-align: center;
          font-family: 'Lato', 'Microsoft JhengHei', sans-serif;
          color: #8f8f8f; }
        .wp.articles .otherWp .sideContainer .featureContainer .featureBox .title {
          display: block;
          text-align: center;
          font-size: 18px; }
        .wp.articles .otherWp .sideContainer .featureContainer .featureBox .price {
          display: block;
          color: #666666; }
          .wp.articles .otherWp .sideContainer .featureContainer .featureBox .price .normal {
            text-decoration: line-through;
            background-color: transparent;
            font-size: 14px; }
          .wp.articles .otherWp .sideContainer .featureContainer .featureBox .price .onsale {
            font-weight: bold;
            padding-left: 5px; }
    .wp.articles .otherWp .sideContainer .introtitle {
      margin-top: 25px;
      font-weight: bold;
      font-size: 18px;
      margin-bottom: 25px; }
    .wp.articles .otherWp .sideContainer .edmContainer {
      margin-top: 25px;
      position: relative;
      padding: 35px 45px; }
      .wp.articles .otherWp .sideContainer .edmContainer .inner {
        background-color: #fff;
        padding: 85px 30px; }
        @media screen and (max-width: 1199px) {
          .wp.articles .otherWp .sideContainer .edmContainer .inner {
            padding: 50px 15px; } }
        .wp.articles .otherWp .sideContainer .edmContainer .inner .input-group {
          display: flex;
          border-bottom: 1px solid #c6c6c6;
          padding-top: 10px;
          padding-bottom: 10px; }
          .wp.articles .otherWp .sideContainer .edmContainer .inner .input-group input {
            flex: 1 1 0%;
            width: 100%;
            border: 0;
            background-color: transparent; }
          .wp.articles .otherWp .sideContainer .edmContainer .inner .input-group button {
            flex: 0 0 25px; }
            .wp.articles .otherWp .sideContainer .edmContainer .inner .input-group button .icon:before {
              color: #d3003b; }
  .wp.articles .otherWp .pageContainer {
    margin-top: 50px; }

.wp.articles .tagContainer {
  margin-top: 125px;
  margin-bottom: 90px; }
  @media screen and (max-width: 991px) {
    .wp.articles .tagContainer {
      margin-top: 80px; } }
  @media screen and (max-width: 767px) {
    .wp.articles .tagContainer {
      margin-top: 50px; } }
  .wp.articles .tagContainer > .container {
    max-width: 1570px;
    border: 1px solid #000;
    text-align: center; }
  .wp.articles .tagContainer h3 {
    display: inline-block;
    margin: 0;
    margin-top: -30px;
    background: #fff;
    z-index: 1;
    position: relative;
    padding: 0 15px;
    letter-spacing: 2px; }
  .wp.articles .tagContainer .tagBox {
    padding: 25px 70px 50px;
    text-align: center; }
    @media screen and (max-width: 991px) {
      .wp.articles .tagContainer .tagBox {
        padding: 25px 15px 30px; } }
    @media screen and (max-width: 767px) {
      .wp.articles .tagContainer .tagBox {
        padding: 25px 0; } }
    .wp.articles .tagContainer .tagBox .tag + .tag {
      margin-left: 10px; }
      @media screen and (max-width: 991px) {
        .wp.articles .tagContainer .tagBox .tag + .tag {
          margin-left: 5px; } }
    .wp.articles .tagContainer .tagBox .tag {
      display: inline-block;
      background-color: #f2f2f2;
      color: #000;
      border-color: #f2f2f2;
      margin-bottom: 20px;
      transition: border-color 0.1s linear, background-color 0.1s ease-in-out, color 0.1s linear; }
      @media screen and (max-width: 991px) {
        .wp.articles .tagContainer .tagBox .tag {
          margin-bottom: 10px; } }

.wp.download .mainContainer {
  display: flex;
  align-items: center;
  padding-top: 205px;
  padding-bottom: 70px; }
  @media screen and (max-width: 1199px) {
    .wp.download .mainContainer {
      display: block;
      padding: 70px 15px; } }
  @media screen and (min-width: 1200px) {
    .wp.download .mainContainer .titleBox, .wp.download .mainContainer .dmBox {
      flex: 0 0 50%;
      max-width: 50%; } }
  .wp.download .mainContainer .titleBox {
    position: relative;
    padding-left: 20%;
    padding-right: 5%; }
    @media screen and (max-width: 1407px) {
      .wp.download .mainContainer .titleBox {
        padding-left: 10%; } }
    @media screen and (max-width: 1199px) {
      .wp.download .mainContainer .titleBox {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 30px;
        text-align: center; } }
    .wp.download .mainContainer .titleBox h3 {
      color: #fff;
      font-size: 55px;
      line-height: normal;
      font-weight: bold;
      margin-bottom: 25px; }
      @media screen and (max-width: 1199px) {
        .wp.download .mainContainer .titleBox h3 {
          font-size: 40px; } }
      @media screen and (max-width: 767px) {
        .wp.download .mainContainer .titleBox h3 {
          font-size: 30px;
          margin-bottom: 15px; } }
    .wp.download .mainContainer .titleBox p {
      color: #fff; }
    .wp.download .mainContainer .titleBox select {
      width: 130px;
      height: 50px;
      background: transparent;
      border-radius: 0px;
      border: 0;
      border-bottom: 3px solid #fff;
      border-radius: 0;
      margin-top: 25px;
      appearance: none;
      background: url("images/select-arrow-w.png") 120px center no-repeat;
      color: #fff; }
      @media screen and (max-width: 767px) {
        .wp.download .mainContainer .titleBox select {
          margin-top: 15px; } }
  .wp.download .mainContainer .dmBox .slider .slick-slide {
    margin: 0 15px; }
    .wp.download .mainContainer .dmBox .slider .slick-slide.slick-current .title {
      opacity: 1; }
      @media screen and (max-width: 767px) {
        .wp.download .mainContainer .dmBox .slider .slick-slide.slick-current .title {
          text-align: center; } }
    .wp.download .mainContainer .dmBox .slider .slick-slide a {
      display: block; }
    .wp.download .mainContainer .dmBox .slider .slick-slide .pic {
      display: block;
      margin-bottom: 25px; }
    .wp.download .mainContainer .dmBox .slider .slick-slide .title {
      display: block;
      opacity: 0;
      color: #fff;
      font-size: 18px;
      font-family: 'Josefin Sans', 'Microsoft JhengHei', sans-serif;
      transition: opacity 0.1s linear 0.2s; }
      @media screen and (max-width: 767px) {
        .wp.download .mainContainer .dmBox .slider .slick-slide .title {
          text-align: center; } }
  .wp.download .mainContainer .dmBox .arrowBox {
    display: flex;
    align-items: center; }
    @media screen and (max-width: 1199px) {
      .wp.download .mainContainer .dmBox .arrowBox {
        justify-content: center; } }
    .wp.download .mainContainer .dmBox .arrowBox .slick-arrow {
      position: relative;
      transform: none; }
      .wp.download .mainContainer .dmBox .arrowBox .slick-arrow.slidePrev {
        position: relative;
        left: 0; }
        @media screen and (max-width: 1199px) {
          .wp.download .mainContainer .dmBox .arrowBox .slick-arrow.slidePrev {
            order: 0; } }
      .wp.download .mainContainer .dmBox .arrowBox .slick-arrow.slideNext {
        position: relative;
        right: auto;
        left: 0;
        margin-left: 10px; }
        @media screen and (max-width: 1199px) {
          .wp.download .mainContainer .dmBox .arrowBox .slick-arrow.slideNext {
            order: 2; } }
    .wp.download .mainContainer .dmBox .arrowBox .pageCounter {
      color: #fff;
      margin-left: 35px;
      display: flex; }
      @media screen and (max-width: 1199px) {
        .wp.download .mainContainer .dmBox .arrowBox .pageCounter {
          order: 1;
          margin-left: 10px; } }
      .wp.download .mainContainer .dmBox .arrowBox .pageCounter .nowPage {
        padding-right: 15px; }
      .wp.download .mainContainer .dmBox .arrowBox .pageCounter .totalPage {
        position: relative;
        padding-left: 15px; }
        .wp.download .mainContainer .dmBox .arrowBox .pageCounter .totalPage:before {
          content: '';
          display: block;
          width: 1px;
          height: 38px;
          position: absolute;
          left: 0;
          top: 50%;
          transform: translate(0, -50%);
          background-color: #fff; }
    .wp.download .mainContainer .dmBox .arrowBox .slick-dots {
      position: relative;
      bottom: auto;
      display: none !important; }

.wp.giftcard .bannerContainer {
  position: relative;
  height: 890px; }
  @media screen and (max-width: 1407px) {
    .wp.giftcard .bannerContainer {
      height: 750px; } }
  @media screen and (max-width: 1199px) {
    .wp.giftcard .bannerContainer {
      height: 600px; } }
  @media screen and (max-width: 767px) {
    .wp.giftcard .bannerContainer {
      height: 450px; } }
  .wp.giftcard .bannerContainer .jqimgFill {
    height: 100%; }
  .wp.giftcard .bannerContainer .titleBox {
    position: absolute;
    left: 15%;
    top: 50%;
    transform: translate(0, -50%);
    width: 100%;
    max-width: 445px; }
    @media screen and (max-width: 767px) {
      .wp.giftcard .bannerContainer .titleBox {
        left: 0;
        max-width: none;
        padding: 0 15px; } }
    .wp.giftcard .bannerContainer .titleBox h3 {
      color: #fff;
      font-size: 55px;
      font-weight: bold;
      line-height: 60px;
      margin-bottom: 15px; }
      @media screen and (max-width: 767px) {
        .wp.giftcard .bannerContainer .titleBox h3 {
          font-size: 40px;
          line-height: 45px; } }
    .wp.giftcard .bannerContainer .titleBox p {
      color: #fff; }

.wp.giftcard .cardContainer {
  overflow: hidden; }
  .wp.giftcard .cardContainer > .container {
    padding-top: 170px;
    padding-bottom: 125px;
    background-color: #f2f2f2; }
    @media screen and (max-width: 1199px) {
      .wp.giftcard .cardContainer > .container {
        padding-top: 130px;
        padding-bottom: 100px; } }
    @media screen and (max-width: 991px) {
      .wp.giftcard .cardContainer > .container {
        padding-top: 100px;
        padding-bottom: 80px; } }
    @media screen and (max-width: 767px) {
      .wp.giftcard .cardContainer > .container {
        padding-top: 50px;
        padding-bottom: 50px; } }
  .wp.giftcard .cardContainer .innerContainer {
    max-width: 1320px;
    margin: 0 auto;
    display: flex; }
    @media screen and (max-width: 767px) {
      .wp.giftcard .cardContainer .innerContainer {
        display: block; } }
    .wp.giftcard .cardContainer .innerContainer .left, .wp.giftcard .cardContainer .innerContainer .right {
      flex: 0 0 50%; }
    @media screen and (min-width: 768px) {
      .wp.giftcard .cardContainer .innerContainer .left {
        order: 0; } }
    @media screen and (max-width: 767px) {
      .wp.giftcard .cardContainer .innerContainer .left .pic {
        display: none; } }
    .wp.giftcard .cardContainer .innerContainer .left .pic img {
      margin: 0 auto; }
    .wp.giftcard .cardContainer .innerContainer .left .textBox {
      margin-top: 25px; }
      @media screen and (max-width: 767px) {
        .wp.giftcard .cardContainer .innerContainer .left .textBox {
          margin-top: 0; } }
      .wp.giftcard .cardContainer .innerContainer .left .textBox h4 {
        font-size: 30px;
        margin-bottom: 30px; }
      .wp.giftcard .cardContainer .innerContainer .left .textBox ul {
        padding-left: 25px;
        padding-right: 15px; }
        .wp.giftcard .cardContainer .innerContainer .left .textBox ul li {
          color: #555555;
          line-height: 25px; }
          .wp.giftcard .cardContainer .innerContainer .left .textBox ul li + li {
            margin-top: 10px; }
    @media screen and (min-width: 768px) {
      .wp.giftcard .cardContainer .innerContainer .right {
        order: 1; } }
    @media screen and (max-width: 767px) {
      .wp.giftcard .cardContainer .innerContainer .right {
        display: flex;
        flex-wrap: wrap; } }
    .wp.giftcard .cardContainer .innerContainer .right .titleBox {
      position: relative;
      margin-left: -45px; }
      @media screen and (max-width: 991px) {
        .wp.giftcard .cardContainer .innerContainer .right .titleBox {
          margin-left: 0; } }
      @media screen and (max-width: 767px) {
        .wp.giftcard .cardContainer .innerContainer .right .titleBox {
          flex: 0 0 100%;
          order: 0;
          margin-bottom: 20px; } }
      .wp.giftcard .cardContainer .innerContainer .right .titleBox p {
        font-size: 70px;
        font-family: 'Libre Baskerville', 'Microsoft JhengHei', 'serif';
        line-height: normal; }
        @media screen and (max-width: 991px) {
          .wp.giftcard .cardContainer .innerContainer .right .titleBox p {
            text-align: center;
            font-size: 60px; } }
        @media screen and (max-width: 767px) {
          .wp.giftcard .cardContainer .innerContainer .right .titleBox p {
            font-size: 50px; } }
      @media screen and (min-width: 992px) {
        .wp.giftcard .cardContainer .innerContainer .right .titleBox .bottom {
          padding-left: 70px; } }
    .wp.giftcard .cardContainer .innerContainer .right .tableBox {
      position: relative;
      padding: 60px 160px 110px;
      max-width: 760px;
      width: calc(100% + 100px);
      margin-top: -15px;
      margin-left: -100px;
      background-color: #f2f2f2; }
      @media screen and (max-width: 1359px) {
        .wp.giftcard .cardContainer .innerContainer .right .tableBox {
          padding: 60px 100px 110px; } }
      @media screen and (max-width: 1199px) {
        .wp.giftcard .cardContainer .innerContainer .right .tableBox {
          padding: 60px 70px 110px; } }
      @media screen and (max-width: 991px) {
        .wp.giftcard .cardContainer .innerContainer .right .tableBox {
          width: 100%;
          margin-left: 0;
          padding: 40px 30px 70px; } }
      @media screen and (max-width: 767px) {
        .wp.giftcard .cardContainer .innerContainer .right .tableBox {
          flex: 0 0 100%;
          margin-top: 0;
          padding: 20px 0 50px;
          order: 2; } }
      .wp.giftcard .cardContainer .innerContainer .right .tableBox p {
        color: #555555; }
      .wp.giftcard .cardContainer .innerContainer .right .tableBox table {
        border-top: 2px solid #000;
        border-bottom: 2px solid #000;
        width: 100%; }
        .wp.giftcard .cardContainer .innerContainer .right .tableBox table th, .wp.giftcard .cardContainer .innerContainer .right .tableBox table td {
          text-align: center;
          vertical-align: middle;
          padding-top: 20px;
          padding-bottom: 20px; }
        .wp.giftcard .cardContainer .innerContainer .right .tableBox table thead {
          border-bottom: 2px solid #000; }
          .wp.giftcard .cardContainer .innerContainer .right .tableBox table thead th {
            font-weight: bold; }
    .wp.giftcard .cardContainer .innerContainer .right .overflowpic {
      position: relative; }
      @media screen and (max-width: 767px) {
        .wp.giftcard .cardContainer .innerContainer .right .overflowpic {
          flex: 0 0 100%;
          order: 1; } }
      .wp.giftcard .cardContainer .innerContainer .right .overflowpic img {
        position: absolute;
        left: 0;
        top: 0; }
        @media screen and (max-width: 991px) {
          .wp.giftcard .cardContainer .innerContainer .right .overflowpic img {
            max-width: 100%; } }
        @media screen and (max-width: 767px) {
          .wp.giftcard .cardContainer .innerContainer .right .overflowpic img {
            position: static;
            display: block;
            width: 100%;
            max-width: 400px;
            margin: 0 auto; } }

.wp.giftcard .promoteContainer {
  position: relative;
  height: 460px;
  margin-top: 130px; }
  @media screen and (max-width: 1199px) {
    .wp.giftcard .promoteContainer {
      margin-top: 100px; } }
  @media screen and (max-width: 991px) {
    .wp.giftcard .promoteContainer {
      margin-top: 50px;
      height: 400px; } }
  @media screen and (max-width: 767px) {
    .wp.giftcard .promoteContainer {
      margin-top: 0px;
      height: 300px; } }
  .wp.giftcard .promoteContainer .jqimgFill {
    height: 100%; }
  .wp.giftcard .promoteContainer .promoteInner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%; }
    .wp.giftcard .promoteContainer .promoteInner > .container {
      text-align: center; }
    .wp.giftcard .promoteContainer .promoteInner h3 {
      color: #fff;
      font-family: 'Josefin Sans', 'Microsoft JhengHei', sans-serif;
      font-weight: bold;
      font-size: 55px;
      line-height: normal; }
      @media screen and (max-width: 991px) {
        .wp.giftcard .promoteContainer .promoteInner h3 {
          font-size: 40px; } }
      @media screen and (max-width: 479px) {
        .wp.giftcard .promoteContainer .promoteInner h3 {
          font-size: 36px; } }
    .wp.giftcard .promoteContainer .promoteInner .slogan {
      color: #fff;
      font-size: 18px;
      margin-top: 5px; }
    .wp.giftcard .promoteContainer .promoteInner .linkBtn {
      border-color: #fff;
      background: transparent;
      color: #fff;
      margin: 15px auto 0;
      transition: background-color 0.2s ease-in-out, color 0.1s linear 0.05s; }

.wp.giftcard .gainContainer {
  margin-top: 90px;
  margin-bottom: 100px; }
  @media screen and (max-width: 991px) {
    .wp.giftcard .gainContainer {
      margin-top: 50px;
      margin-bottom: 50px; } }
  @media screen and (max-width: 767px) {
    .wp.giftcard .gainContainer {
      margin-top: 30px;
      margin-bottom: 50px; } }
  .wp.giftcard .gainContainer h3 {
    text-align: center;
    font-size: 30px;
    margin-bottom: 30px; }
  .wp.giftcard .gainContainer .gainBoxs {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .wp.giftcard .gainContainer .gainBoxs {
        display: block; } }
    .wp.giftcard .gainContainer .gainBoxs .gainBox {
      position: relative;
      flex: 0 0 49%;
      max-width: 850px;
      height: 410px; }
      @media screen and (max-width: 767px) {
        .wp.giftcard .gainContainer .gainBoxs .gainBox {
          height: 300px; }
          .wp.giftcard .gainContainer .gainBoxs .gainBox + .gainBox {
            margin-top: 10px; } }
      .wp.giftcard .gainContainer .gainBoxs .gainBox .jqimgFill {
        height: 100%; }
      .wp.giftcard .gainContainer .gainBoxs .gainBox .gainInner {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        width: 100%;
        padding: 0 15px; }
        .wp.giftcard .gainContainer .gainBoxs .gainBox .gainInner h4 {
          color: #fff;
          font-size: 30px;
          line-height: normal; }
        .wp.giftcard .gainContainer .gainBoxs .gainBox .gainInner p {
          color: #fff; }
          .wp.giftcard .gainContainer .gainBoxs .gainBox .gainInner p a {
            color: #fff; }
        .wp.giftcard .gainContainer .gainBoxs .gainBox .gainInner .linkBtn {
          border-color: #fff;
          background: transparent;
          color: #fff;
          margin: 15px auto 0;
          transition: background-color 0.2s ease-in-out, color 0.1s linear 0.05s; }

@media screen and (min-width: 992px) {
  .wp .pageContainer .pageArrow:hover .icon {
    transform: scale(1.3); }
  .wp .pageContainer .pageBtn:not(.active):hover {
    color: #555;
    text-decoration: underline;
    background-color: transparent; }
  .wp .resultContainer .resultBox:hover .pic img {
    transform: scale(1.1); }
  .wp .resultContainer .resultBox:hover .pic:before {
    border-width: 10px; }
  .wp .navigateContainer .navigateBox a:hover:before {
    color: #999; }
  .wp .navigateContainer .navigateBox .pagePrev:hover:before {
    color: #999; }
  .wp .slick-arrow:hover {
    opacity: 1;
    background-color: #ddd; }
  .wp .footerContainer .edmContainer .container .formBox button[type="submit"]:hover .icon {
    background-color: transparent; }
    .wp .footerContainer .edmContainer .container .formBox button[type="submit"]:hover .icon:before {
      color: #adadad; }
  .wp .footerContainer .footerTop .footerInfo p a:hover {
    text-decoration: underline;
    background-color: transparent; }
  .wp .footerContainer .footerTop .footerInfo .linkBox .linkBtn:hover {
    background-color: transparent;
    color: #d3003b; }
  .wp .footerContainer .footerTop .footerInfo .linkBox .socialBtn:hover {
    background-color: #fff; }
    .wp .footerContainer .footerTop .footerInfo .linkBox .socialBtn:hover .icon {
      color: #000; }
  .wp .footerContainer .footerTop .sitemapContainer .sitemapBox a:hover {
    text-decoration: underline;
    background-color: transparent; }
  .wp .footerContainer .copyrightBox .container .linkBox > a:hover {
    text-decoration: underline;
    background-color: transparent; }
  .wp .footerContainer .copyrightBox .container .copyright a:hover {
    text-decoration: underline;
    background-color: transparent; }
  .wp.index .serviceContainer .linkBtn:hover {
    background-color: transparent;
    color: #d3003b !important; }
  .wp.index .articleContainer .articleSlider > .linkBtn:hover {
    background-color: #959595;
    color: #fff; }
  .wp.index .articleContainer .articleSlider .desktopSlider .articleLeftBox:hover .jqimgFill:after {
    opacity: 1; }
  .wp.index .articleContainer .articleSlider .desktopSlider .articleLeftBox:hover .linkBtn {
    background-color: transparent;
    color: #d3003b !important; }
  .wp.index .articleContainer .articleSlider .articleRightBox > a:hover .pic:after {
    opacity: 1; }
  .wp.index .brandContainer .brandBlock:hover:before {
    border-width: 10px; }
  .wp.index .igContainer .picBox .pic:hover:before {
    border-width: 10px; }
  .wp.index .igContainer .picBox .pic:hover img {
    transform: scale(1.1); }
  .wp.brands .mainContainer .brandContainer .brand:hover .intro .hideBox {
    height: auto;
    opacity: 1;
    transition: opacity 0.8s ease-in-out; }
    .wp.brands .mainContainer .brandContainer .brand:hover .intro .hideBox .text {
      margin-top: 15px; }
    .wp.brands .mainContainer .brandContainer .brand:hover .intro .hideBox .icon.arrow-play {
      margin-top: 10px; }
  .wp.brand .nameContainer > .container .linkBtnBox .linkBtn:hover {
    background-color: #000;
    color: #fff; }
  .wp.brand .introContainer .videoBox .titleBox .icon.arrow-play:hover {
    transform: rotate(360deg) scale(1.1); }
  .wp.brand .productContainer .tabContainer .tabNav .tabBtn:not(.active):hover {
    color: #d3003b; }
  .wp.brand .productContainer .tableBox .top .left .slider .titleBox .linkBtn:hover {
    background-color: #fff;
    color: #000; }
  .wp.brand .productContainer .tableBox .productBox:hover:before {
    background-color: rgba(255, 255, 255, 0.3); }
  .wp.about .linkBtn:hover {
    background-color: transparent;
    color: #d3003b; }
  .wp.about .videoContainer .videoMask .titleBox .icon.arrow-play:hover {
    transform: rotate(360deg) scale(1.1); }
  .wp.articles .newsContainer .newsBox .left .pic:hover:before {
    border-width: 10px; }
  .wp.articles .newsContainer .newsBox .left .pic:hover img {
    transform: scale(1.1); }
  .wp.articles .newsContainer .newsBox .right .news:hover .pic:before {
    border-width: 7px; }
  .wp.articles .newsContainer .newsBox .right .news:hover .pic img {
    transform: scale(1.1); }
  .wp.articles .videoContainer .videoWp .videoMaskBox:hover .icon.arrow-play {
    background-color: #fff; }
    .wp.articles .videoContainer .videoWp .videoMaskBox:hover .icon.arrow-play:before {
      color: #000; }
  .wp.articles .videoContainer .introBox .linkBtn:hover {
    background-color: transparent;
    color: #d3003b; }
  .wp.articles .otherWp .articleContainer .articleBox:hover .pic:before {
    border-width: 10px; }
  .wp.articles .otherWp .sideContainer .slider .arrowBox .pageArrow:hover {
    background-color: #000; }
    .wp.articles .otherWp .sideContainer .slider .arrowBox .pageArrow:hover .icon {
      color: #fff; }
  .wp.articles .otherWp .sideContainer .featureContainer .featureBox .pic:hover img {
    transform: scale(1.1); }
  .wp.articles .tagContainer .tagBox .tag:hover {
    background-color: #999;
    border-color: #999;
    color: #fff; }
  .wp.newslist .featureContainer .featureIntroBox .featureIntro .linkBtn:hover {
    background-color: #959595;
    color: #fff; }
  .wp.newslist .tabContainer .tabNav .tabBtn:not(.active):hover {
    color: #666; }
  .wp.newslist .tabContainer .tabContent .newsBoxs .newsBox:hover .pic img {
    transform: scale(1.1); }
  .wp.newslist .tabContainer .tabContent .newsBoxs .newsBox:hover .pic:before {
    border-width: 10px; }
  .wp.news .newsContainer .newsDate .shareBox > a:hover {
    background-color: #000; }
    .wp.news .newsContainer .newsDate .shareBox > a:hover .icon {
      color: #fff; }
  .wp.news .tagBox .tag:hover {
    background-color: #ce043c;
    color: #fff; }
  .wp.news .bottomContainer .pickContainer .pickBoxs .pickBox:hover .pic:before {
    background-color: rgba(255, 255, 255, 0.3); }
  .wp.event .formBox .btnBox .formBtn:hover {
    background-color: #626262;
    color: #fff; }
  .wp.promotion .promoteContainer .promoteWp .promoteBox:hover .jqimgFill {
    transform: scale(1.1); }
  .wp.promotion .pickContainer .pickBoxs .pickBox:hover .pic:before {
    background-color: rgba(255, 255, 255, 0.3); }
  .wp.giftcard .promoteContainer .promoteInner .linkBtn:hover {
    background-color: #fff;
    color: #000; }
  .wp.giftcard .gainContainer .gainBoxs .gainBox .gainInner .linkBtn:hover {
    background-color: #fff;
    color: #000; }
  .wp.giftcard .gainContainer .gainBoxs .gainBox .gainInner p a:hover {
    background-color: transparent;
    text-decoration: underline; }
  .wp.login .content .formBox .formBtn:hover {
    background-color: #fff;
    color: #000; }
  .wp.login .content .linkBox > a:hover {
    color: #666; }
  .wp.sitemap .content .sitemapContainer .mapBox p a:hover {
    color: #111;
    text-decoration: underline;
    background-color: transparent; } }

.wp.terms .content > .container {
  max-width: 1200px;
  padding: 80px 15px; }
  @media screen and (max-width: 991px) {
    .wp.terms .content > .container {
      padding: 50px 15px; } }
  @media screen and (max-width: 767px) {
    .wp.terms .content > .container {
      padding: 30px 15px 50px; } }

.wp.terms .content h3 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 45px; }
  @media screen and (max-width: 767px) {
    .wp.terms .content h3 {
      margin-bottom: 30px; } }

.wp.sitemap .content .bannerContainer {
  position: relative;
  height: 595px; }
  @media screen and (max-width: 767px) {
    .wp.sitemap .content .bannerContainer {
      height: 300px; } }
  .wp.sitemap .content .bannerContainer .jqimgFill {
    height: 100%; }
  .wp.sitemap .content .bannerContainer .titleBox {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 480px;
    padding-left: 15px;
    padding-right: 15px; }
    .wp.sitemap .content .bannerContainer .titleBox h3 {
      color: #fff;
      font-size: 55px;
      line-height: normal;
      text-align: center;
      margin-bottom: 20px; }
      @media screen and (max-width: 767px) {
        .wp.sitemap .content .bannerContainer .titleBox h3 {
          font-size: 36px;
          margin-bottom: 10px; } }
    .wp.sitemap .content .bannerContainer .titleBox .subTitle {
      color: #fff;
      font-size: 18px;
      text-align: center; }

.wp.sitemap .content .sitemapContainer {
  padding-top: 40px;
  padding-bottom: 40px; }
  @media screen and (max-width: 991px) {
    .wp.sitemap .content .sitemapContainer {
      padding-top: 20px;
      padding-bottom: 20px; } }
  .wp.sitemap .content .sitemapContainer .mapBox + .mapBox {
    border-top: 1px solid #e6e6e6; }
  .wp.sitemap .content .sitemapContainer .mapBox {
    padding-top: 35px;
    padding-bottom: 35px; }
    @media screen and (max-width: 767px) {
      .wp.sitemap .content .sitemapContainer .mapBox {
        padding-top: 20px;
        padding-bottom: 20px; } }
    .wp.sitemap .content .sitemapContainer .mapBox h4 {
      font-size: 30px;
      font-weight: bold;
      text-align: center;
      margin-bottom: 25px; }
      @media screen and (max-width: 767px) {
        .wp.sitemap .content .sitemapContainer .mapBox h4 {
          margin-bottom: 10px;
          font-size: 24px; } }
    .wp.sitemap .content .sitemapContainer .mapBox p {
      text-align: center; }
      .wp.sitemap .content .sitemapContainer .mapBox p .splitIcon {
        padding-left: 10px;
        padding-right: 10px;
        color: #cecece; }
      .wp.sitemap .content .sitemapContainer .mapBox p a {
        color: #555555;
        transition: color 0.1s linear; }

.wp.login .content > .container {
  max-width: 530px;
  padding-top: 80px;
  padding-bottom: 80px; }
  @media screen and (max-width: 991px) {
    .wp.login .content > .container {
      padding-top: 50px;
      padding-bottom: 50px; } }
  @media screen and (max-width: 767px) {
    .wp.login .content > .container {
      padding-top: 30px;
      padding-bottom: 30px; } }

.wp.login .content h3 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 55px; }
  @media screen and (max-width: 767px) {
    .wp.login .content h3 {
      margin-bottom: 30px; } }

.wp.login .content .formBox {
  margin-bottom: 50px; }
  @media screen and (max-width: 767px) {
    .wp.login .content .formBox {
      margin-bottom: 30px; } }
  .wp.login .content .formBox .input-group {
    display: flex;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    border: 1px solid #b5b5b5;
    width: 100%;
    height: 55px; }
    .wp.login .content .formBox .input-group + .input-group {
      margin-top: 20px; }
    .wp.login .content .formBox .input-group .title {
      flex: 0 0 70px; }
    .wp.login .content .formBox .input-group input[type="text"] {
      flex: 1 1 0%;
      width: 100%;
      border: 0;
      background-color: transparent; }
  .wp.login .content .formBox .captcha .pic {
    flex: 0 0 100px; }
  .wp.login .content .formBox .formBtn {
    width: 100%;
    height: 55px;
    color: #fff;
    background-color: #000000;
    border: 2px solid #000;
    line-height: 51px;
    text-align: center;
    margin-top: 20px;
    transition: color 0.1s linear 0.05s, background-color 0.2s ease-in-out; }

.wp.login .content .linkBox {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px; }
  @media screen and (max-width: 767px) {
    .wp.login .content .linkBox {
      margin-bottom: 15px; } }
  .wp.login .content .linkBox > a {
    transition: color 0.1s linear; }
  .wp.login .content .linkBox .icon {
    display: flex;
    align-items: center; }
    .wp.login .content .linkBox .icon:before {
      padding-right: 10px;
      font-size: 22px; }
  .wp.login .content .linkBox .splitIcon {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 22px;
    color: #B6B6B6; }
    @media screen and (max-width: 479px) {
      .wp.login .content .linkBox .splitIcon {
        padding-left: 10px;
        padding-right: 10px; } }

/*Ie 10/11*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  html {
    overflow: hidden;
    height: 100%; }
  body {
    overflow: auto;
    height: 100%; } }

/* 自適應調整影片(預設手機版) -by Billy 2019-10-31 */
.content iframe{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 400px;
}

/* 寬度大於480就是電腦版 */
@media only screen and (min-width:480px) {
    .content iframe{
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: 800px;
    }
}

/* 同步購物網站 for footer -by Billy 2020-09-01 */
.f18 {
    font-size: 18px;
    line-height: 1.6em;
}
.hidden {
    display: none !important;
}
  .footer .info li {
      list-style: none;
      line-height: 25px;
  }
    .footer .info ul.noneStyle {
        margin: 0;
            margin-left: 0px;
        padding: 0;
    }
  .footer .info {
    padding: 50px 340px 0 0;
    position: relative;
    border-bottom: 1px solid #4d4d4d; }
    .max-md-size .footer .info {
      padding-bottom: 50px;
      padding-right: 0; }
    .max-sm-size .footer .info {
      padding: 30px 0; }
    .max-xs-size .footer .info {
      padding-bottom: 0;
      border-bottom: none; }
    .footer .info .fb-page {
      width: 340px;
      position: absolute;
      right: 0;
      top: 50px;
      z-index: 2;
      -webkit-animation-delay: 1s;
      animation-delay: 1s; }
      .max-md-size .footer .info .fb-page {
        display: table;
        margin: 30px auto 0 auto;
        position: relative;
        top: 0; }
      .max-sm-size .footer .info .fb-page {
        display: none; }
    .footer .info ul.sitemap {
      color: #706c6c;
      font-size: 0; }
      .max-md-size .footer .info ul.sitemap {
        max-width: 580px;
        margin: auto; }
      .footer .info ul.sitemap > li {
        display: inline-block;
        vertical-align: top;
        margin-right: 50px;
        margin-bottom: 50px;
        font-size: 14px;
        }
        .max-md-size .footer .info ul.sitemap > li {
          margin-right: 20px; }
          .max-md-size .footer .info ul.sitemap > li:last-of-type {
            margin-bottom: 0; }
        .max-sm-size .footer .info ul.sitemap > li {
          display: none;
          margin-right: 0; }
          .max-sm-size .footer .info ul.sitemap > li.contact {
            display: block;
            text-align: center; }
        .footer .info ul.sitemap > li:last-of-type {
          margin-right: 0; }
        .footer .info ul.sitemap > li .title {
          margin-bottom: 10px;
          color: #fff; }
          .max-sm-size .footer .info ul.sitemap > li .title {
            display: none; }
        .footer .info ul.sitemap > li a {
          color: #706c6c; }
          .footer .info ul.sitemap > li a:hover {
            color: #fff; }
        .footer .info ul.sitemap > li ul.sub {
          display: inline-block;
          vertical-align: top;
          margin-right: 30px; }
          .max-sm-size .footer .info ul.sitemap > li ul.sub {
            margin-right: 0; }
          .footer .info ul.sitemap > li ul.sub > li {
            margin-top: 5px; }
            .footer .info ul.sitemap > li ul.sub > li span {
              padding-right: 10px; }
              .max-sm-size .footer .info ul.sitemap > li ul.sub > li span {
                display: block;
                padding-right: 0; }
            .footer .info ul.sitemap > li ul.sub > li ul {
              display: inline-block;
              vertical-align: top;
              margin-left: -4px; }
  .footer .bottom {
    padding: 20px 0 30px 0;
    color: #949494;
    font-size: 14px; }
    .max-md-size .footer .bottom {
      text-align: center; }
    .footer .bottom ul li {
      display: inline-block;
      vertical-align: middle; }
    .footer .bottom .left {
      float: left; }
      .max-md-size .footer .bottom .left {
        float: none; }
      .max-xs-size .footer .bottom .left {
        margin-top: 20px;
        padding-top: 50px;
        position: relative; }
      .footer .bottom .left ul {
        display: inline-block;
        vertical-align: middle; }
        .max-xs-size .footer .bottom .left ul {
          display: block; }
        .footer .bottom .left ul li {
          margin-right: 10px; }
          .footer .bottom .left ul li a {
            color: #6c6c6c; }
            .footer .bottom .left ul li a:hover {
              text-decoration: underline; }
      .max-sm-size .footer .bottom .left ul.follow {
        margin-top: 20px; }
      .max-xs-size .footer .bottom .left ul.follow {
        display: block;
        width: 100%;
        margin-top: 0;
        position: absolute;
        top: 0; }
      .footer .bottom .left ul.follow li {
        margin-right: 3px; }
        .footer .bottom .left ul.follow li a {
          opacity: 0.3;
          -webkit-transition: opacity 0.5s;
          -o-transition: opacity 0.5s;
          transition: opacity 0.5s; }
          .max-sm-size .footer .bottom .left ul.follow li a {
            opacity: 1; }
          .footer .bottom .left ul.follow li a i {
            color: #949494;
            font-size: 26px;
            line-height: 30px;
            -webkit-transition: color 0.5s;
            -o-transition: color 0.5s;
            transition: color 0.5s; }
            .max-sm-size .footer .bottom .left ul.follow li a i {
              font-size: 35px; }
          .min-md-size .footer .bottom .left ul.follow li a:hover {
            opacity: 1; }
    .footer .bottom .right {
      float: right; }
      .max-md-size .footer .bottom .right {
        float: none; }
      .footer .bottom .right ul li {
        padding-right: 20px;
        position: relative; }
        .footer .bottom .right ul li:after {
          content: '';
          display: block;
          width: 1px;
          height: 14px;
          margin-top: -7px;
          position: absolute;
          right: 9px;
          top: 50%;
          background-color: #949494; }
        .footer .bottom .right ul li:last-of-type {
          padding-right: 0; }
          .footer .bottom .right ul li:last-of-type:after {
            content: normal; }
        .footer .bottom .right ul li a {
          color: #949494; }
          .footer .bottom .right ul li a:hover {
            color: #fff; }