﻿@font-face {
  font-family: 'iconfont';
  /* project id 2018112 */
  src: url('../font/font_2018112_fp9stqrgcqf.eot');
  src: url('../font/font_2018112_fp9stqrgcqf.eot') format('embedded-opentype'), url('../font/font_2018112_fp9stqrgcqf.woff2') format('woff2'), url('../font/font_2018112_fp9stqrgcqf.woff') format('woff'), url('../font/font_2018112_fp9stqrgcqf.ttf') format('truetype'), url('../font/font_2018112_fp9stqrgcqf.svg') format('svg');
}

.product-main{height:100%; overflow:scroll;}
body {
  --main-color: #6F3585;
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 1rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
input.form-control:focus,
textarea.form-control:focus,
select.custom-select:focus {
  box-shadow: none;
  outline: none;
}
a:focus {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
.btn {
  font-weight: 500;
}
.header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}
.header-mobile .col-4,
.header-mobile .col-8 {
  padding-left: 0;
  padding-right: 0;
}
.header-nav {
  min-height: 4rem;
  width: 100%;
  background-color: #6F3585;
  line-height: 4rem;
}
@media (max-width: 768px) {
  .header-nav {
    min-height: 3rem;
    line-height: 3rem;
  }
}
.header-nav .row {
  margin-left: 0;
  margin-right: 0;
}
.header-nav .row .col {
  padding-left: 0;
  padding-right: 0;
}
.header-nav .row .col-2 {
  padding-left: 0;
}
.header-nav .row .col-10 {
  padding-right: 0;
}
.header-nav .row .nav {
  justify-content: center;
}
.header-nav .nav-link {
  padding: 0 1rem;
}
.header-nav .logo {
  width: 9rem;
}
@media (max-width: 768px) {
  .header-nav .logo {
    width: 7rem;
  }
}
.header-nav .header-ss {
  height: 2rem;
  margin-left: 0.1rem;
  margin-right: 0.1rem;
}
@media (max-width: 768px) {
  .header-nav .header-ss {
    height: 1.8rem;
  }
}
.header-nav p {
  font-size: 0.8rem;
  color: #FFFFFF;
  line-height: 0.8rem;
  padding-bottom: 0.8rem;
  margin-bottom: 0;
}
.header-nav a {
  color: #FFFFFF;
}
.header-nav span {
  font-size: 1rem;
  line-height: 3rem;
  color: #FFFFFF;
  font-weight: 400;
  margin-bottom: 0;
}
.header-nav i {
  color: #FFFFFF;
  font-size: 1rem;
}
.menu {
  overflow: hidden;
  background-color: #ffffff;
  box-shadow: 1px 4px 9px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
  height: 2.4rem;
  /* .menu-box::-webkit-scrollbar-thumb {
        background-color: #E5DAE9;
    } */
}
.menu .meu-item-home {
  background-color: #ffffff;
  z-index: 999;
  display: flex;
  color: #6F3585;
  width: 15%;
  justify-content: center;
  align-items: center;
}
.menu .meu-item-home a {
  color: unset;
  text-align: center;
  /*             padding: 0 1rem; */
  font-size: 0.9rem;
}
.menu .meu-item-home a span {
  padding-left: 1.3rem;
  color: #CCCCCC;
}
.menu .menu-box {
  display: flex;
  width: 100%;
  padding: 0.6rem 0;
}
.menu .menu-box .menu-item {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #6F3585;
  border-left: 1px solid #dadada;
}
.menu .menu-box .menu-item a {
  color: unset;
  display: block;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
}
.menu .menu-box .menu-item a i {
  margin-right: 0.3rem;
}
.menu .menu-box .menu-item a span {
  text-align: right;
  padding-left: 1rem;
  color: #CCCCCC;
}
.breadcrumb-item + .breadcrumb-item::before {
  content: ">>";
  color: #6F3585;
}
section .warp .breadcrumb {
  background-color: unset;
  font-size: 0.8rem;
  padding: 0.75rem 0;
  font-weight: 500;
}
section .warp .breadcrumb .breadcrumb-item {
  color: #6F3585;
}
section .warp .breadcrumb .breadcrumb-item a {
  color: #6F3585;
}
section .warp .breadcrumb .active {
  color: #6F3585;
}
section .warp .breadcrumb .active a {
  color: unset;
}
section .today {
  margin-bottom: 4.5rem;
}
section .today .warp-today {
  color: #6F3585;
}
section .today .warp-today h5 {
  font-size: 1rem;
  font-weight: 500;
}
section .today .warp-today p {
  font-size: 0.8rem;
}
section .today .warp-footer {
  color: #6F3585;
}
section .today .warp-footer p {
  margin: 5px 0 0 0;
  font-size: 0.8rem;
}
.bottom-nav {
  /* margin-top: 1rem;
    margin-bottom: 1rem; */
  color: #FFF;
  background-color: #6F3585;
  padding: 10px 15px 20px;
  height: 50px;
}
.bottom-nav a {
  color: unset;
  font-size: 13px;
  font-weight: 500;
  padding: 0;
}
.bottom-nav .no-border {
  border: none;
}
.bottom-nav .nav {
  justify-content: space-evenly;
}
@media (min-width: 768px) {
  .bottom-nav .nav {
    justify-content: flex-start;
    max-width: 1200px;
    margin: auto;
    padding: 0 48px;
    gap: 20px;
  }
}
.bg {
  position: relative;
  min-height: calc(100vh - 178px);
}
.bg:after {
  position: absolute;
  content: ' ';
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: 100%;
}
@media (max-width: 768px) {
  .bg:after {
    background-size: 200%;
    background-position: 53% 0%;
  }
}
.banner-sec {
  width: 100%;
}
.banner-sec .banner-wrap {
  /* max-width: 1200px;
        padding: 0 30px 30px; */
  margin: 0 auto;
  position: relative;
  height: 24vw;
  width: 100vw;
  overflow: hidden;
}
@media (max-width: 768px) {
  .banner-sec .banner-wrap {
    height: 75vw;
  }
}
.banner-sec .pill {
  position: absolute;
  width: 12vw;
  max-width: 12vw;
  left: 34vw;
  top: 5vw;
  z-index: 2;
  transform: scale(0);
  animation: showpill 0.6s 1.6s ease-in-out, floating 4s 2.2s ease infinite;
}
@media (max-width: 768px) {
  .banner-sec .pill {
    width: 20vw;
    max-width: 20vw;
    left: 34vw;
    top: 14vw;
  }
}
@keyframes floating {
  0%,
  100% {
    transform: scale(1) translateY(0);
  }
  50% {
    transform: scale(1) translateY(-15px);
  }
}
@keyframes showpill {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
.banner-sec .slogan {
  width: 25vw;
  max-width: 25vw;
  position: absolute;
  left: 18vw;
  top: 4vw;
  z-index: 1;
  opacity: 0;
  animation: showslogan 0.6s 1.6s ease-in-out forwards;
}
@media (max-width: 768px) {
  .banner-sec .slogan {
    width: 45vw;
    max-width: 45vw;
    position: absolute;
    left: 3vw;
    top: 8vw;
  }
}
@keyframes showslogan {
  from {
    transform: translateX(40px);
    opacity: 0;
  }
  to {
    transform: translateX(0px);
    opacity: 1;
  }
}
