﻿.wd [wa-sa] {
  opacity:0;
}
[wa-sa-ani] {
  animation:fadeInUp 1s both;
}
.wd-right-float {
  position: fixed;
  top: 50%;
  right: 5px;
  z-index: 9999;
  transform: translateY(-50%);
  margin-top: 20vh;
  transition: 1s;
}

.wd-right-float.wd-hide {
  right: -100px;
}

.wd-right-float .wd-item {
  animation: fadeOut both;
  position: relative;
}

.wd-right-float .wd-item .wd-sub {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  display: flex;
  font-size: 16px;
  color: #fff;
  align-items: center;
  justify-content: center;
  z-index: -1;
  overflow: hidden;
  transform: translateX(-100%);
  visibility: hidden;
}

.wd-right-float .wd-item .wd-sub a {
  width: max-content;
  color: #fff;
  padding:0 15px;
}

.wd-right-float .wd-item:hover .wd-sub {
  visibility: visible;
}

.wd-right-float .wd-item .wd-sub div {
  background-color: #333;
  display: flex;
  height: 100%;
  width: max-content;
  align-items: center;
  padding: 0px 20px;
  animation: fadeOutLeft 1s both;
}

.wd-right-float .wd-item:hover .wd-sub div {
  animation: fadeIn 1s 0s both;
}

.wd-right-float.wd-show .wd-item {
  animation: fadeInRight 1s 0s both;
}

.wd-right-float.wd-show .wd-item:nth-child(1) {
  animation-delay: 0.2s;
}

.wd-right-float.wd-show .wd-item:nth-child(2) {
  animation-delay: 0.3s;
}

.wd-right-float.wd-show .wd-item:nth-child(3) {
  animation-delay: 0.4s;
}

.wd-right-float.wd-show .wd-item:nth-child(4) {
  animation-delay: 0.5s;
}

.wd-right-float .wd-item a {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #d1833a;
  margin-bottom: 2px;
}

.wd-right-float .wd-item a svg {
  width: 20px;
  height: 20px;
  transition: 1s;
}

.wd-right-float .wd-item:hover a svg {
  transform: rotateY(180deg);
}

.wd-right-float .wd-item a svg path {
  fill: #fff;
}
div.wd-no-mo-tip {
  display: none;
}

@media (max-width: 768px) {
  body.wd-shield-mo > div.wd-no-mo-tip {
    display: flex !important;
    height: 100vh;
    font-size: 20px;
    color: #333;
    line-height: 100vh;
    text-align: center;
    align-items: center;
  }

  body.wd-shield-mo > div.wd-no-mo-tip div {
    width: 90%;
    margin-left: 5%;
  }

  body.wd-shield-mo > div.wd-no-mo-tip svg {
    width: 20vw;
    height: 20vw;
    margin: auto;
    margin-bottom: 10vw;
    display: block;
  }

  body.wd-shield-mo > div.wd-no-mo-tip path {
    fill: red;
  }

  body.wd-shield-mo > div.wd-no-mo-tip h2 {
    font-size: 24px;
    color: #000;
  }

  body.wd-shield-mo > div.wd-no-mo-tip p {
    font-size: 14px;
    color: #888;
    line-height: 3;
  }

  body.wd-shield-mo > div {
    display: none !important;
  }

  body.wd-shield-mo .wd-header {
    display: none;
  }
}

.wd [wa-qr] > img:nth-child(1) {
  display:none !important;
}
.wd [wa-qr] > img {
  border:5px solid #fff;
}

.wsb-container {
    position: relative;
    text-align: center;
}

.wsb-container .w {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    width: 90%;
    max-width: 800px;
    text-transform: uppercase;
}

.wsb-container .w span {
    opacity: 0;
    display: inline-block;
}

.wsb-container.ws .w span {
    animation: flipInY 2s 0.5s both;
    opacity: 1;
    min-width: 0.5em;
}

.wsb-container .w1 {
    font-size: 36px;
    font-weight: bolder;
}

.wsb-container .w2 {
    letter-spacing: 5px;
    font-size: 14px;
}

.wsb-container .w3 {
    font-size: 18px;
    margin-top: 1em;
}

.wsb-container .detail .w3 {
    display: none;
}

.wsb-container.detail img {
    max-height: 300px !important;
}

.wsb-container img {
    height: 40vh !important;
    max-height: 500px !important;
    width: 100% !important;
    object-fit: cover !important;
    filter: brightness(0.8) saturate(1.5);
    transform:scale(1.05);
}
.wsb-container.ws img {
  transform:scale(1);
  transition:2s;
}

@media(max-width:768px) {
  .wsb-container img {
      height: 30vh !important;
  }
  .wsb-container .w {
      margin-top: 8vw;
  }

  .wsb-container .w3 {
      display: none;
  }
}
@keyframes r {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.wd-20221214220729 {
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
}
.wd-20221214220729 {
  animation:r 30s linear infinite;
}
.wd-20221214220729 span {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  color:var(--cc);
  color:#fff;
}
.wd-20221214221508 {
  display:flex;
  justify-content:center;
  align-items:center;
  width: 10vw;
  height: 10vw;
  position: absolute;
  bottom:20px;
  left:20px;
  border-radius: 500vw;
  z-index:100;
}
.wd-20221214221508 svg {
  width:5vw;
  height:5vw;
}
.wd-20221214221508 svg path {
  fill:var(--cc);
  fill:#fff;
}
.wd-scroll-container {
  width:100000vw;
  position:relative;
}
.wd-scroll-wrapper {
  display:flex;
  width:max-content;
}
.wd-overflow-hidden {
  overflow:hidden;
  width:100%;
  position:relative;
}
.wd [id^=c_static_] {
  min-height:auto !important;
}
.wd-sub-bread {
  background-color:#f5f5f5;
  width:100% !important;
  padding-left:5% !important;
  padding-right:5% !important;
}
.p_page.wd-show {
  display:flex;
  justify-content:center;
  margin-top:22px;
}


.wd .wd-sub-cate > div {
  display: none;
}
.wd .wd-sub-cate > .wd-sub-cate-auto {
  display: flex;
  align-items: center;
  margin-left: -10px;
  margin-right: -10px;
  margin-top:30px;
}
.wd-sub-cate-auto .wd-item {
  flex: 1 0 auto;
  min-width: max-content;
  margin: 0 5px;
}
.wd-sub-cate-auto a {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 4;
  border: 1px solid #ddd;
  font-size: 16px;
  transition: .1s;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  white-space: nowrap;
}
.wd-sub-cate-auto a:hover, .wd-sub-cate-auto a.wd-current {
  background-color: var(--c);
  color: #fff;
  border-color: var(--c);
}

.w20230328211553 {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  backdrop-filter: blur(3px);
  z-index: -1;
}
.wd-sub-title-1 {
  font-size: 32px !important;
  color: #333 !important;
  text-align: center !important;
}
.wd-sub-title-2 {
  font-size: 16px !important;
  color: #888 !important;
  mix-blend-mode: difference;
  text-align: center !important;
  text-transform: uppercase;
}

[class*='wdg'] > div > div.p_list > div {
  overflow: hidden
}

[class*='wdg2'] > div > div.p_list {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px
}

[class*='wdg3'] > div > div.p_list {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px
}

[class*='wdg4'] > div > div.p_list {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 15px
}

[class*='wdg5'] > div > div.p_list {
  display: grid !important;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 15px
}

.a [class*='wdg'] > div > div.p_list {
  display: grid !important;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 15px
}

.a [class*='wdg'][class*='-2'] > div > div.p_list {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px
}

.a [class*='wdg'][class*='-3'] > div > div.p_list {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px
}

.page_a.current {
  background-color: var(--c) !important
}

.w20230412221619 {
  position: relative !important
}

.w20230412221619 .bg {
  width: 20%;
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  mix-blend-mode: difference
}

.w20230412221619 .bg div {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 50vw;
  transform: scale(0);
  transition: transform 0.3s 0.2s
}

.w20230412221619.win .bg div {
  transform: scale(1);
  transition: transform 0.3s
}

.wa-svgs {
  display: none
}

.page_jump {
  display: none !important
}

.wd-sub-banner-container {
  min-height: auto !important
}

.a .wsb-container .w {
  margin-top: 0 !important
}

.p_breadcrumb {
  display: flex;
  flex-wrap: wrap
}


.wd-sub-banner-container {
  position: relative;
  text-align: center;
  margin-top: 80px
}

[wa-sub-img-banner] img {
  height: 40vh !important;
  max-height: 500px !important;
  width: 100% !important;
  object-fit: cover !important;
  filter: brightness(0.7) saturate(1.5)
}

.wd-sub-banner-container.detail [wa-sub-img-banner] img {
  max-height: 300px !important
}

.wd-sub-banner-container .w {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  width: 90%;
  max-width: 800px;
  text-transform: uppercase
}

.wd-sub-banner-container .w1 {
  font-size: 36px;
  font-weight: bolder
}

.wd-sub-banner-container .w2 {
  letter-spacing: 5px;
  font-size: 14px
}

.wd-sub-banner-container .w3 {
  font-size: 18px;
  margin-top: 1em
}

.wd-sub-banner-container .w span {
  opacity: 0;
  display: inline-block
}

.wd-sub-banner-container.ws .w span {
  animation: flipInY 2s 0.5s both;
  opacity: 1;
  min-width: 0.5em
}

.a .wd-sub-banner-container .w3 {
  display:none
}
