@font-face {
    font-family: "flaticon";
    src: url("../fonts/flaticon_exdos.woff2") format("woff2"),
        url("../fonts/flaticon_exdos.woff") format("woff"),
        url("../fonts/flaticon_exdos.eot#iefix") format("embedded-opentype"),
        url("../fonts/flaticon_exdos.ttf") format("truetype"),
        url("../fonts/flaticon_exdos.svg?") format("svg")
}

i[class^="flaticon-"]:before,
i[class*=" flaticon-"]:before {
    font-family: flaticon !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.flaticon-concentration:before {
    content: "\f101";
}

.flaticon-sharing:before {
    content: "\f102";
}

.flaticon-diagonal:before {
    content: "\f103";
}

.flaticon-search:before {
    content: "\f104";
}

.flaticon-phone-book:before {
    content: "\f105";
}

.flaticon-menu:before {
    content: "\f106";
}

.flaticon-cooperation:before {
    content: "\f107";
}

.flaticon-connections:before {
    content: "\f108";
}

.flaticon-right-arrow:before {
    content: "\f109";
}

.flaticon-merging:before {
    content: "\f10a";
}

.flaticon-quotes:before {
    content: "\f10b";
}

.flaticon-next-button:before {
    content: "\f10c";
}

.flaticon-geometric:before {
    content: "\f10d";
}

.flaticon-geometric-1:before {
    content: "\f10e";
}

.flaticon-geometric-2:before {
    content: "\f10f";
}

.flaticon-geometric-3:before {
    content: "\f110";
}

.flaticon-geometric-4:before {
    content: "\f111";
}

.flaticon-triangle:before {
    content: "\f112";
}

.flaticon-geometric-5:before {
    content: "\f113";
}

.flaticon-3d-shapes:before {
    content: "\f114";
}

.flaticon-geometric-6:before {
    content: "\f115";
}

.flaticon-geometric-7:before {
    content: "\f116";
}

.flaticon-geometric-8:before {
    content: "\f117";
}

.flaticon-megaphone:before {
    content: "\f118";
}

.flaticon-idea:before {
    content: "\f119";
}

.flaticon-contract:before {
    content: "\f11a";
}

.flaticon-idea-1:before {
    content: "\f11b";
}

.flaticon-customer-feedback:before {
    content: "\f11c";
}

.flaticon-solution:before {
    content: "\f11d";
}

.flaticon-flag:before {
    content: "\f11e";
}

.flaticon-telemarketer:before {
    content: "\f11f";
}

.flaticon-networking:before {
    content: "\f120";
}

.flaticon-computer:before {
    content: "\f121";
}

.flaticon-vulnerability:before {
    content: "\f122";
}

.flaticon-half:before {
    content: "\f123";
}

.flaticon-map-location:before {
    content: "\f124";
}

.flaticon-chat:before {
    content: "\f125";
}

.flaticon-call:before {
    content: "\f126";
}

.flaticon-quotation-marks:before {
    content: "\f127";
}

.main-banner{
    margin-top: 120px;
}

.mySwiper {
    width: 100%;
    height: calc(100vh - 110px);
}

.mySwiper .swiper-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mySwiper video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mySwiper .swiper-slide {
    text-align: center;
    font-size: 36px;
    color: #fff;
    display: flex;
    background-size: cover !important;
    cursor: pointer;
}

.mySwiper .swiper-slide img {
    display: block;
    width: 100%;
    object-fit: cover;
}

.mySwiper .swiper-slide.mana {
    background: url('../img/index/banner-mana.webp') no-repeat center;
}

.mySwiper .swiper-slide.palette {
    background: url('../img/products/palette/kv.webp') no-repeat center;
}


.mySwiper .swiper-pagination {
    display: flex;
    bottom: 4vh !important;
    justify-content: center;
    column-gap: 0.4vw;
    z-index: 2;
}

.mySwiper .swiper-pagination-bullet {
    display: inline-block;
    width: 4vw;
    height: 0.3125vw;
    border-radius: 0;
    background: transparent;
    opacity: 1;
}

.mySwiper .swiper-pagination-bullet span {
    display: inline-block;
    width: 3vw;
    height: 0.3125vw;
    background-color: #eee;
    border: 0;
    opacity: .9;
}

.mySwiper .swiper-pagination-bullet span:after {
    float: left;
    width: 0;
    height: 100%;
    background-color: var(--tp-theme-orange);
    content: '';
    z-index: 2;
}

.mySwiper .swiper-pagination-bullet-active span:after {
    width: 100%;
    transition: width 7s linear;
    opacity: 1;
}

.mySwiper .slider-btn-1 {
    position: absolute;
    width: 100%;
    top: calc(50% - 1.5vw);
    display: none;
}

.mySwiper:hover .slider-btn-1 {
    display: block;
}

.mySwiper .slider-btn-1 .swiper-button-next,
.mySwiper .slider-btn-1 .swiper-button-prev {
    margin: 0 5px;
    color: #fff;
}

.mySwiper .swiper-slide .info {
    position: absolute;
    left: 0;
    width: 100%;
    top: 2.2vw;
    text-align: center;
    z-index: 21;
}

.mySwiper .swiper-slide .info .top {
    flex-wrap: wrap;
    gap: .5vw;
}

.mySwiper .swiper-slide .info .top .name{
    display: inline-block;
    width: 18vw;
    height: 3vw;
    background: url('../img/index/mana-name.svg') no-repeat center;
    background-size: 100%;
}

.mySwiper .swiper-slide.palette .info .top .name{
    background: url('../img/products/palette/logo-2.webp') no-repeat center;
    background-size: 100%;
}

.new-name{
    display: inline-block;
    width: 22vw;
    height: 3.5vw;
    background: url('../img/index/mana-name.svg') no-repeat center;
    background-size: 100%;
}

.new-name.palette{
    background: url('../img/products/palette/logo-2.webp') no-repeat center;
    background-size: 100%;
}

.mySwiper .swiper-slide .info h2 {
    font-size: 4vw;
    margin-bottom: 10px;
    color: #fff;
}

.mySwiper .swiper-slide .info h3 {
    font-size: 1.6vw;
    color: #fff;
    width: 100%;
}

.mySwiper .swiper-slide .info a {
    margin-top: 55vh;
    position: relative;
    z-index: 22;
}

.mySwiper-sales {
    position: absolute;
    text-align: left;
    right: 100px;
    bottom: 8vw;
    height: 90px;
    overflow: hidden;
}

.mySwiper-sales h3 {
    font-size: 1.8vw;
}

.mySwiper-sales .t {
    color: #fff;
    padding: 25px 35px;
    height: 45px;
    margin-bottom: 45px;
    font-size: 30px;
    line-height: 0;
    display: inline-block;
}
/*check age*/
.age-check {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 10001;
  background-color: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(12px);
}

.age-check.hide {
  display: none;
}

.age-check a {
  color: #fff;
}

.age-check-cnt {
  position: absolute;
  left: 50%;
  top: 48%;
  transform: translate3d(-50%, -50%, 0);
  width: 780px;
  text-align: center;
  font-size: 17px;
  color: #fff;
  background-color: transparent;
  border-radius: 18px;
}

.age-check-cnt .label{
  display: block;
  width: 160px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.age-check h3 {
  margin-bottom: 18px;
  font-size: 32px;
  color: #fff;
}

.age-check p {
  margin-bottom: 40px;
  line-height: 26px;
  font-size: 16px;
    color: #fff;
}

.age-check-btn {
  position: relative;
  display: inline-block;
  padding: 10px 24px;
  font-size: 15px;
  border: solid 1px #fff;
  transition: all .3s cubic-bezier(.12, .96, .53, 1.01);
  cursor: pointer;
  border-radius: 36px;
}

.age-check-over {
  margin-left: 23px;
  color: #fff;
  background-color: var(--tp-theme-orange);
  border-color: var(--tp-theme-orange);
}

.age-check-warning {
  display: block;
  margin-top: 50px;
  font-size: 14px;
  line-height: 22px;
}

.age-check-btn:before {
  position: absolute;
  left: 50%;
  top: 0;
  width: 0;
  z-index: -1;
  content: '';
  transition: all .3s;
}

.age-check-btn:hover {
  background-color: var(--tp-theme-orange);
  opacity: 0.9;
  border-color: var(--tp-theme-orange);
}
/** 基础通用 **/
.layui-border-box, .layui-border-box *{box-sizing: border-box;}
/* 消除第三方ui可能造成的冲突 */.layui-box, .layui-box *{box-sizing: content-box;}
.layui-clear{clear: both; *zoom: 1;}
.layui-clear:after{content:'\20'; clear:both; *zoom:1; display:block; height:0;}
.layui-clear-space{word-spacing: -5px;}
.layui-inline{position: relative; display: inline-block; *display:inline; *zoom:1; vertical-align: middle;}
/* 三角形 */.layui-edge{position: relative; display: inline-block; vertical-align: middle; width: 0; height: 0; border-width: 6px; border-style: dashed; border-color: transparent; overflow: hidden;}
.layui-edge-top{top: -4px; border-bottom-color: #999; border-bottom-style: solid;}
.layui-edge-right{border-left-color: #999; border-left-style: solid;}
.layui-edge-bottom{top: 2px; border-top-color: #999; border-top-style: solid;}
.layui-edge-left{border-right-color: #999; border-right-style: solid;}
/* 单行溢出省略 */.layui-elip{text-overflow: ellipsis; overflow: hidden; white-space: nowrap;}
/* 屏蔽选中 */.layui-unselect,.layui-icon, .layui-disabled{-moz-user-select: none; -webkit-user-select: none; -ms-user-select: none;}
/* 禁用 */.layui-disabled,.layui-disabled:hover{color: #d2d2d2 !important; cursor: not-allowed !important;}
/* 纯圆角 */.layui-circle{border-radius: 100%;}
.layui-show{display: block !important;}
.layui-hide{display: none !important;}
.layui-show-v{visibility: visible !important;}
.layui-hide-v{visibility: hidden !important;}


.layui-icon{
  font-family:"layui-icon" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


/* 基本布局 */
.layui-main{position: relative; width: 1160px; margin: 0 auto;}
.layui-header{position: relative; z-index: 1000; height: 60px;}
.layui-header a:hover{transition: all .5s; -webkit-transition: all .5s;}
.layui-side{position: fixed; left: 0; top: 0; bottom: 0; z-index: 999; width: 200px; overflow-x: hidden;}
.layui-side-scroll{position: relative; width: 220px; height: 100%; overflow-x: hidden;}
.layui-body{position: relative; left: 200px; right: 0; top: 0; bottom: 0; z-index: 900; width: auto; box-sizing: border-box;}
.layui-layer-content{
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 15px 25px;
  border-radius: 16px;
  font-size: 15px;
}
.layui-success .layui-layer-content{
    background-color: #5FB878;
}
.layui-error .layui-layer-content{
    background-color: #FF5722;
}
@media (max-width: 991px) {
    html {
        font-size: 13.333vw !important;
    }
    .mySwiper {
        height: 12rem;
    }

    .mySwiper .swiper-pagination {
        bottom: 2rem;
    }

    .mySwiper .swiper-pagination-bullet {
        width: .6rem;
        height: 0.08rem;
    }

    .mySwiper .swiper-pagination-bullet span {
        width: .6rem;
        height: 0.08rem;
    }

    .mySwiper .swiper-slide.mana {
        background: url('../img/index/mob/banner-mana.webp') no-repeat center;
    }

    .mySwiper .swiper-slide.palette {
        background: url('../img/products/palette/mob/kv-mob.webp') no-repeat center;
    }

    .mySwiper .swiper-slide .info {
        left: 0;
        width: 100%;
        top: .8rem;
        text-align: center;
    }

    .mySwiper .swiper-slide .info .top{
        flex-wrap: wrap;
        justify-content: center !important;
        text-align: center;
        width: 100%;
    }

    .mySwiper .swiper-slide .info .top .name{
        width: 4rem;
        height: 1.1rem;
    }
    .new-name{
        width: 4rem;
        height: 1.1rem;
    }

    .mySwiper .swiper-slide .info h2 {
        font-size: .72rem;
        margin-bottom: .24rem;
        font-family: 'mont-b' !important;
    }

    .mySwiper .swiper-slide .info h3 {
        font-size: .4rem;
    }
    /*check age*/
    .age-check-cnt {
        width: 6.7rem;
        padding: 0;
    }

    .age-check-cnt h3 {
        font-size: .48rem;
        line-height: .72rem;
        margin-bottom: .32rem;
    }

    .age-check-cnt p {
        margin-bottom: .8rem;
        font-size: .28rem;
        line-height: 1.5;
        padding: 0 0.4rem;
    }

    .age-check-warning{
        margin-top: .6rem;
        font-size: .26rem;
        line-height: 1.4;
    }

    .age-check-btn {
        position: relative;
        padding: 0 0.4rem;
        height: .8rem;
        line-height: .78rem;
        font-size: .24rem;
        transition: all .3s cubic-bezier(14, .96, .14, 1.01);
    }

    .age-check-over {
        margin-left: 0.2rem;
    }
    .mySwiper .swiper-slide .info a{
        margin-top: 7.5rem;
    }
}