@keyframes fadeInDownkai {
  0% {
    opacity: 0;
    transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 25vw, 0);
  }
}
@keyframes fadeInUpkai {
  0% {
    opacity: 1;
    transform: translate3d(0, 25vw, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpsub {
  0% {
    opacity: 0;
    transform: translate3d(0, 10px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
nav {
  height: 4.38vw;
  position: fixed;
  width: 100%;
  z-index: 2;
  top: 0;
  box-shadow: 0 0 4px rgb(0 0 0 / 15%);
}
nav .img-box {
  height: 4.38vw;
}
nav .img-box img {
  height: 100%;
}
nav .fadeInDownkai + .bgw ul#nav-ul .box-wrap {
  animation-name: fadeInUpsub;
}
nav ul {
  padding: 0 0 0 15.5vw;;
  display: flex;
  justify-content: start;
}
nav ul li {
  margin-right: 2.86vw;
}
nav ul li:hover .sub-li {
  display: flex;
}
nav ul li > span {
  cursor: pointer;
}
nav ul li a{
  color: #666362;
  font-size: 15px;
}
nav ul li.active a{
  color: #3c0263;
}
nav ul li .sub-li {
  display: none;
  width: 100%;
  justify-content: space-around;
  padding: 8vw 15vw 0;
  position: fixed;
  top: 0;
  left: 50%;
  height: 25vw;
  transform: translateX(-50%);
  z-index: -1;
}
nav ul li .box-wrap .text {
  position: absolute;
  bottom: -4vw;
  left: 0;
  width: 100%;
  text-align: center;
}
nav ul li .box-wrap {
  position: relative;
  height: 12.92vw;
  background: #f0f0f0;
  border-radius: 10px;
  width: 13vw;
  animation-duration: 0.6s;
  animation-fill-mode: both;
  animation-delay: 0.1s;
  padding: 1vw 0.5vw;
  display: flex;
  justify-content: center;
}
nav ul li .box-wrap:hover > a:nth-child(2) {
  margin-left: 0;
  transition: 0.3s;
  transition-delay: 0.1s;
}
nav ul li .box-wrap:hover > a:nth-child(3) {
  margin-left: 0;
  transition: 0.3s;
  transition-delay: 0.1s;
}
nav ul li .box-wrap:hover > a:nth-child(4) {
  margin-left: 0;
  transition: 0.3s;
  transition-delay: 0.1s;
}
nav ul li .box-wrap:hover > a:nth-child(5) {
  margin-left: 0;
  transition: 0.3s;
  transition-delay: 0.1s;
}
nav ul li .box-wrap > a {
  width: 45%;
  display: block;
  cursor: pointer;
  overflow: hidden;
}
nav ul li .box-wrap > a img {
  height: 100%;
  width: 100%;
}
nav ul li .box-wrap > a:nth-child(2) {
  transition: 0.3s;
  margin-left: -45%;
}
nav ul li .box-wrap > a:nth-child(3) {
  transition: 0.3s;
  margin-left: -100%;
}
nav ul li .box-wrap > a:nth-child(4) {
  transition: 0.3s;
  margin-left: -100%;
}
nav ul li .box-wrap > a:nth-child(5) {
  transition: 0.3s;
  margin-left: -100%;
}
nav ul li:last-child {
  margin-right: 0;
}
nav .bgw {
  width: 100%;
  background: #fff;
  padding: 0 8.33vw;
  line-height: 4.3vw;
  display: flex;
  justify-content: space-between;
}
nav #white-mask {
  width: 100%;
  height: 25vw;
  background-color: #fff;
  box-shadow: 0 0 2px #ddd;
  position: fixed;
  top: -25vw;
  left: 0;
  z-index: -1;
  animation-duration: 0.6s;
  animation-fill-mode: both;
}
nav #white-mask.fadeInDownkai {
  transform: translate3d(0, 25vw, 0);
  animation-name: fadeInDownkai;
}
nav #white-mask.fadeInUpkai {
  transform: translate3d(0, 0, 0);
  animation-name: fadeInUpkai;
}
nav .left {
  display: flex;
}
nav .select-lang {
  display: flex;
  align-items: center;
}
a.select-lang {
    color: #666362;
}
nav .select-lang img {
  width: 0.84vw;
  min-width: 11px;
  margin-right: 5px;
}
.main-wrap {
  overflow: hidden;
  height: 58vw;
  position: relative;
  text-align: center;
}
.main-wrap .bg {
  width: 100vw;
  position: absolute;
  top: 15.6vw;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.main-wrap .main-1 {
  width: 45vw;
  margin: 10vw auto 5vw;
}
.main-wrap .main-2 {
  position: absolute;
  right: 12.5vw;
  bottom: 3vw;
  width: 66vw;
}
.main-wrap .btns {
  position: absolute;
  bottom: 7.5vw;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
}
.main-wrap .btns a, .btn-a {
  padding: 0.75vw 1.72vw;
  background: #fff;
  border: 1px solid #000000;
  text-align: center;
  font-size: 0.94vw;
  font-family: PingFang SC, Source Han Sans CN;
  font-weight: 200;
  color: #000;
  margin: 0 2.08vw;
}
.main-wrap .btns a.btn:hover {
  background: #360a5e;
  color: #fff;
}
.video-wrap {
  overflow: hidden;
  position: relative;
  padding-bottom: 2vw;
}
.video-wrap .bg {
  width: 100vw;
  position: absolute;
  top: 0;
  z-index: -1;
}
.video-wrap .bg img {
  width: 100%;
}
.video-wrap .con {
  width: 71.88vw;
  text-align: center;
  display: flex;
  justify-content: flex-end;
  margin: 0 auto;
  flex-direction: column;
  height: 100%;
}
.video-wrap .video-wrap {
  display: none;
}
.video-wrap .video-wrap.active {
  display: block;
}
.video-wrap ul.tabs {
  height: 5.21vw;
  margin-bottom: 2vw;
  color: #360a5e;
  text-shadow: none;
  display: flex;
}
.video-wrap ul.tabs:hover li.active {
  color: #360a5e;
  background: none;
}
.video-wrap ul.tabs:hover li.active span {
  color: inherit;
}
.video-wrap ul.tabs:hover li.active:hover {
  color: #fefefe;
  background-color: #360a5e;
  transition: 0.3s;
}
.video-wrap ul.tabs:hover li.active:hover span {
  color: #fefefe;
}
.video-wrap ul.tabs li {
  border: 1px solid #3c0162;
  flex: 1;
  box-sizing: content-box;
  border-right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
}
.video-wrap ul.tabs li:hover,
.video-wrap ul.tabs li.active {
  color: #fefefe;
  background-color: #360a5e;
  transition: 0.3s;
}
.video-wrap ul.tabs li:hover span,
.video-wrap ul.tabs li.active span {
  color: #fefefe;
}
.video-wrap ul.tabs li:last-child {
  border: 1px solid #3c0162;
}
.video-wrap ul.tabs p {
  font-size: 1.25vw;
  font-weight: Bold;
  margin: 0;
}
.video-wrap ul.tabs div {
  font-size: 0.94vw;
  line-height: 1.46vw;
}
.video-wrap ul.tabs span {
  color: #6b6b6b;
}
.video-wrap .video-box {
  width: 100%;
  margin-top: 2.19vw;
  border-radius: 8px;
  overflow: hidden;
}
.video-wrap .video-box video,
.video-wrap .video-box embed {
  border-radius: 8px;
  width: 100%;
}
.video-wrap .video-box embed {
  height: 100%;
}
.video-wrap .text-wrap {
  color: #fff;
  font-family: PingFang SC, Source Han Sans CN;
  padding-top: 4vw;
}
.video-wrap a.jie {
  color: #fff;
  border: 1px solid #fff;
  font-size: 0.94vw;
  padding: 0.8vw 0.62vw;
  margin-top: 1.72vw;
  display: none;
}
.video-wrap a.jie.active{
    display: inline-block;
}
.video-wrap p {
  font-size: 1.35vw;
  font-weight: 300;
}
.video-wrap .title {
  font-size: 3.33vw;
  font-weight: bold;
  margin-bottom: 1.61vw;
}
.se-wrap {
  background-color: #e5e4e4;
  position: relative;
  padding-bottom: 5.78vw;
}
.se-wrap .bg {
  width: 100%;
}
.se-wrap .se-box {
  width: 83.33vw;
  background: #fff;
  border-radius: 1vw;
  padding: 2.97vw 11.2vw;
  position: relative;
  margin: -6vw auto 0;
  font-family: PingFang SC, Source Han Sans CN;
}
.se-wrap .se-box .quote {
  font-size: 5.21vw;
  font-weight: 400;
  color: #360a5e;
  position: absolute;
  padding: 2.2vw 7.5vw;
  top: 0;
  left: 0;
}
.se-wrap dl.no1 {
  display: flex;
  justify-content: space-between;
  font-size: 1.25vw;
  color: #100605;
  margin-top: 4vw;
}
.se-wrap dl.no1 dd {
  display: flex;
  flex-direction: column;
}
.se-wrap dl.no1 span {
  color: #010101;
  font-size: 4.17vw;
}
.se-wrap dl.no1 span small {
  font-size: 1.67vw;
}
.se-wrap h2 {
  color: #000;
  font-size: 3.33vw;
  margin-bottom: 0.5vw;
}
.se-wrap h2 small {
  font-size: 1.25vw;
  color: #360a5e;
  font-weight: normal;
}
.se-wrap span {
  color: #7b7b7b;
  font-size: 3.33vw;
  font-weight: 200;
  margin-bottom: 0.5vw;
}
.se-wrap p {
  line-height: 2.6vw;
  font-size: 1.04vw;
  color: #100605;
}
.se-wrap a {
  margin: 4vw 0 0;
  transition: 0.2s;
  display: inline-block;
}
.se-wrap a:hover {
  color: #fff;
  background: #3c0263;
  transition: 0.2s;
}
.info-wrap,
.bottle-wrap {
  height: 58.5vw;
  position: relative;
  overflow: hidden;
  background-color: #e5e4e4;
}
.info-wrap .bg,
.bottle-wrap .bg {
  width: 100vw;
  position: absolute;
  top: 0;
  z-index: 0;
}
.info-wrap .info-box,
.bottle-wrap .info-box {
  width: 83.33vw;
  height: 28vw;
  background: #fff;
  border-radius: 1vw;
  padding: 2.97vw 11.2vw;
  position: relative;
  margin: 27vw auto 0;
  font-family: PingFang SC, Source Han Sans CN;
}
.info-wrap .info-box .quote,
.bottle-wrap .info-box .quote {
  font-size: 5.21vw;
  font-weight: 400;
  color: #360a5e;
  position: absolute;
  padding: 2.2vw 7.5vw;
  top: 0;
  left: 0;
}
.info-wrap .info-box dl.no1,
.bottle-wrap .info-box dl.no1 {
  display: flex;
  justify-content: space-between;
  font-size: 1.25vw;
  color: #100605;
  margin-top: 4vw;
}
.info-wrap .info-box dl.no1 dd,
.bottle-wrap .info-box dl.no1 dd {
  display: flex;
  flex-direction: column;
}
.info-wrap .info-box dl.no1 span,
.bottle-wrap .info-box dl.no1 span {
  color: #010101;
  font-size: 4.17vw;
}
.info-wrap .info-box dl.no1 span small,
.bottle-wrap .info-box dl.no1 span small {
  font-size: 1.67vw;
}
.info-wrap .info-box h2,
.bottle-wrap .info-box h2 {
  color: #000;
  font-size: 3.33vw;
  margin-bottom: 0.5vw;
}
.info-wrap .info-box h2 small,
.bottle-wrap .info-box h2 small {
  font-size: 1.25vw;
  color: #360a5e;
  font-weight: normal;
}
.info-wrap .info-box span,
.bottle-wrap .info-box span {
  color: #7b7b7b;
  font-size: 3.33vw;
  font-weight: 200;
  margin-bottom: 0.5vw;
}
.info-wrap .info-box p,
.bottle-wrap .info-box p {
  line-height: 2.6vw;
  font-size: 1.04vw;
  color: #100605;
}
.info-wrap .info-box a,
.bottle-wrap .info-box a {
  background: #360a5e;
  padding: 0.75vw 1.15vw;
  color: #fff;
  display: inline-block;
  margin-top: 2.7vw;
}
.marquee {
  font-family: PingFang SC, Source Han Sans CN;
  text-align: center;
  line-height: 1;
  overflow: hidden;
  position: relative;
}
.marquee ul {
  position: relative;
  top: 0;
  left: 0;
}
.marquee ul li {
  float: left;
  list-style: none;
  width: 100vw;
}
.marquee h2 {
  font-size: 3.33vw;
  font-weight: bold;
  color: #3b3b3b;
  margin-top: 5.78vw;
}
.marquee p {
  font-size: 1.25vw;
  font-weight: 300;
  color: #3b3b3b;
  margin: 1.98vw 0 3.02vw;
}
.marquee img {
  width: 100%;
}
.marquee a.btn {
  display: inline-block;
  font-size: 0.94vw;
  font-weight: 400;
  color: #797979;
  padding: 0.83vw 1.88vw;
  margin: 3.11vw 0;
  border: 1px solid #808080;
}
.bottle-wrap {
  background: none;
  height: auto;
}
.bottle-wrap .info-box {
  margin: 1.5vw auto 0;
  height: auto;
}
.bottle-wrap .bottle-list {
  width: 100vw;
  display: flex;
  align-items: flex-end;
  position: relative;
  border-bottom: 1px solid #444;
  padding: 0 12vw 2vw;
}
.bottle-wrap .bottle-list .img-wrap {
  padding: 0 4.3vw;
  text-align: center;
}
.bottle-wrap .bottle-list .img-wrap img {
  height: auto;
  width: 100%;
}
.bottle-wrap .bottle-list span {
  font-weight: 300;
  display: block;
  margin-top: 3.6vw;
  color: #fff;
  font-size: 1.1vw;
}
.bottle-wrap .bottle-list::before {
  content: '';
  position: absolute;
  background-color: #333;
  height: 17vw;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
footer {
  padding: 3vw 0 0;
  color: #a0a0a0;
  background-color: #333;
  text-shadow: none;
}
footer a {
  color: #a0a0a0;
}
footer a:hover {
  color: #888;
}
footer .logo-s {
  margin: 0 10vw;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #666;
  align-items: flex-end;
  padding-bottom: 1vw;
}
footer .logo-s a {
  margin-left: 2vw;
}
footer .logo-s img {
  width: 5.5vw;
}
footer dl.foot-info {
  padding: 4vw 10vw;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex: 1;
}
footer dl.foot-info dd.p-wrap {
  display: flex;
}
footer dl.foot-info dd.p-wrap .p-item:first-child {
  margin-right: 5vw;
}
footer dl.foot-info dd.share {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  position: relative;
}
footer dl.foot-info dd.share img {
  width: 2vw;
  max-height: 2vw;
  margin: 0 0.5vw;
  cursor: pointer;
}
footer dl.foot-info dd.share img:hover {
  opacity: 0.9;
}
footer dl.foot-info dd.share .jpg-wrap {
  display: none;
  width: 10vw;
  height: 10vw;
  box-shadow: 0 0 2px #999;
  position: absolute;
  top: -11vw;
  left: 0;
  overflow: hidden;
}
footer dl.foot-info dd.share .jpg-wrap img {
  border-radius: 6px;
  width: 100%;
  max-height: 100%;
  margin: 0;
}
footer dl.foot-info dd.share img:hover + .jpg-wrap {
  display: block;
}
footer .bottom-bar {
  background-color: #3e3e3e;
  padding: 1vw 10vw;
  display: flex;
  justify-content: space-evenly;
}<!--ºÄÊ±1766791419.2673Ãë-->