
.swiper-pagination-bullet{
    opacity: 1;
}
.swiper-container{
    height: 100%;
}
.body_right .right{
    width: 86%;
    height: 100%;
    font-size: 30px;
    float: right;
    right: -14%;
    background-color: #fafaf5;
    z-index: -2;

}
.swiper-container-vertical > .swiper-pagination-bullets{
    margin-right: 6%;
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet{
    width: 16px;
    height: 5px;
    border-radius: 0%;
    background-color: #d6d5d3;
    margin: 20px 0;
    
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet-active{
    width: 32px;
    background-color: #e55636;
    transition: background-color 1s;
}

/* 右边一屏开始 */
.right_one{
    display: flex;
    flex-direction: column;
}
.right_one .one_top{
    width: 100%;
    height: 58%;
    position: relative;
    
}
.right_one .one_top ul{
        list-style: none;  
        width:6000px;  
        left:0;  
        top:0;  
        position: absolute;  
        animation: move 22s linear 0s infinite normal;
   
}
.right_one .one_top .mask{
        position: fixed;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 9;
}

.right_one .one_top ul:hover{
    animation-play-state: paused;
}
.right_one .one_top ul li{
    float:left;  

}

.right_one .one_top ul li img {
    max-width: 100%;
    z-index: 99;
}

.right_one .one_bottom{
    width: 1224px;
    height: 42%;
    margin: auto;
    padding-left: 15%;
    z-index: 9;
}
.right_one .one_bottom .img{
    position: relative;
    height: 90px;
}
.right_one .one_bottom img{
    max-width: 100%;
    left: 0;
    position: absolute;
    top: -90px;
    z-index: 9;
}
.right_one .one_bottom span::before{
    content: '';
    width: 210px;
    height: 1px;
    background-color: #1d1d1d;
    position: absolute;
    margin-bottom: 38px;

}
.right_one .one_bottom .text{
    position: relative;
}

.right_one .one_bottom .text .big_txt{
    width: 340px;
    font-size: 2.7rem;
    font-family: 'calist-bold';
    color: #1d1d1d;
    display: inline-block;
    position: absolute;
    top: 38px;
    line-height: 4rem;
    
}
.right_one .one_bottom .text .small_txt{
    width: 430px;
    font-size: 2.4rem;
    color: #1d1d1d;
    display: inline-block;
    line-height: 5.2rem;
    position: absolute;
    top: 26px;
    left: 446px;
    
}
@keyframes move {
    from{
        margin-left: 0;
    }to{
        margin-left: -2572px;
                 }
}
/* 右边一屏结束 */


/* 右边二屏开始 */
.right_two{
    width: 100% !important;

    --swiper-navigation-color: #1d1d1d;
}
.right_two .two_top{
    width: 122.4rem;
    height: 47.6rem;
    margin-top: 16.5rem;
    margin-left: 21.8rem;
    padding-top: 1rem;
}
.right_two .tab{
    width: 100%;
    
}
.right_two .tab .tab_ul{
    display: flex;
    justify-content: space-around;
}
.right_two .tab .tab_ul li{
    width: 100px;
    height: 20px;
    float: left;
    background-color: #e55636;
    cursor: pointer;
}
.right_two .two_top .two_left{
    display: inline-block;
    position: relative;
    margin-right: 6rem;
    margin-top: 1rem;
    width: 61rem;
    height: 45rem;
    background-size: cover;
}

.right_two .two_top .two_left::after {
    content: "";
    position: absolute;
    top: 50px;
    left: -50px;
    width: 100%;
    height: 100%;
    background: inherit;
    background-size: 100% 100%;
    transform: scale(.95);
    filter: blur(20px) brightness(80%) opacity(.3);
    z-index: -1;
}

.right_two .two_top .two_right{
    width: 55.4rem;
    float: right;
}
.right_two .two_top .two_right h2{
    font-size: 3.6rem;
    font-family: 'calist-bold';
    margin-bottom: 6rem;
}
.right_two .two_top .two_right>span{
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin-bottom: 2rem;
    display: inline-block;
    margin-bottom: 1rem;
}
.right_two .two_top .two_right p{
    font-size: 1.6rem;
    color: #666666;
    position: relative;
    padding-left: 2rem;
    margin-top: 3rem;
}
.right_two .two_top .two_right .more_p{
    margin-left: 0;
    padding-left: 0;
}
.right_two .two_top .two_right p span::before{
    content: ' ';
    position: absolute;
    width: 1rem;
    height: 1rem;
    background-color: #e55636;
    left: 0;
    top: 0.7rem;
    transform:rotate(45deg);


}
.right_two .two_top .two_right p strong{
    font-size: 2rem;
    color: #1d1d1d;

}
.right_two .two_top .two_right .more{
    margin-top: 6rem;
    width: 20rem;
    height: 4.8rem;
    background-color: #1d1d1d;
    border-radius: 2%;
}
.right_two .two_top .two_right a{
    width: 100%;
    height: 100%;
    
}
.right_two .two_top .two_right .more:hover{
    background-color: #e55636;
}
.right_two .two_top .two_right a p{
    font-size: 1.6rem;
    text-align: center;
    line-height: 4.8rem;
    color: #fff;
   
}

.right_two .pag{
    bottom: 20rem;
    width: 100% !important;
    position: relative;
    height: 130px;
}
.right_two .pag::before{
    content: '';
    width: 100%;
    height: 2px;
    top: 93px;
    left: 0;
    background-color: #e55636;
    position: absolute;
}
.right_two .pag span{
    margin-right: 30rem !important;
    width: 3rem;
    height: 3rem;
    background-color: #e55636;
    top: 79px;
}
.right_two .pag span::before{
    content: '';
    position: absolute;
    width: 56px;
    height: 56px;
    top: -76px;
    left: 0;
}
.right_two .pag span:nth-child(1)::before{
    background: url(/lib/images/icon_holo.svg);

}
.right_two .pag span:nth-child(2)::before{
    left: -13px;
    background: url(/lib/images/icon_vinyl.svg);

}
.right_two .pag span:nth-child(3)::before{
    left: -13px;
    background: url(/lib/images/icon_peel.svg);

}
.right_two .pag span:nth-child(4)::before{
    left: -13px;
    background: url(/lib/images/icon_crystals.svg);

}
.right_two .pag span:nth-child(5)::before{
    left: -13px;
    background: url(/lib/images/icon_water.svg);

}
.right_two .pag span:nth-child(6)::before{
    left: -13px;
    background: url(/lib/images/icon_holo_nail.svg);

}
.right_two .pag span::after{
    position: absolute;
    top: 33px;
    left: -67px;
    font-size: 16px;
    font-family: 'calist-bold';
    color: #e55636;
    opacity: 0.5;
}
.right_two .pag span:nth-child(1)::after{
    content: 'Holographic Nail Wraps';
}
.right_two .pag span:nth-child(2)::after{
    left: -33px;
    content: 'Vinyl Stencils';
}
.right_two .pag span:nth-child(3)::after{
    left: -33px;
    content: 'Peel Off Base';
}
.right_two .pag span:nth-child(4)::after{
    left: -15px;
    content: ' Crystals';
}
.right_two .pag span:nth-child(5)::after{
    left: -80px;
    content: 'Water decals & nail stickers';
}
.right_two .pag span:nth-child(6)::after{
    left: -80px;
    content: 'Gel Polishes & Remover Wraps';
}
.right_two .pag .swiper-pagination-bullet-active{
    width: 3rem;
    height: 3rem;
    top: 76px;
    background: url(/lib/images/icon_pro_selected.svg) no-repeat center center;
}
.right_two .pag .swiper-pagination-bullet-active::after{
    opacity: 1;
}
.right_two .swiper-button-next{
    right: 300px;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{
    transform: scale(0.66);
    -webkit-transform: scale(0.66); 
    -ms-transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

/* 右边二屏结束 */

/* 右边三屏开始 */
.right_three{
    position: relative;
}
.right_three .bg{
    position: absolute;
    right: 0;
    bottom: 106px;
}

.right_three .three_top{
    width: 122.4rem;
    height: 47.6rem;
    margin-top: 22rem;
    margin-left: 21.8rem;
    padding-top: 1rem;
}
.right_three .three_top .three_right{
    display: inline-block;
    position: relative;
    margin-right: 6rem;
    margin-top: 4rem;
    width: 61rem;
    height: 45rem;
}
.right_three .three_top .three_right::after {
    content: "";
    position: absolute;
    top: 50px;
    left: 50px;
    width: 100%;
    height: 100%;
    background: inherit;
    background-size: 100% 100%;
    transform: scale(.95);
    filter: blur(20px) brightness(80%) opacity(.3);
    z-index: -1;
}

.right_three .three_top .three_left{
    width: 55.4rem;
    float: left;
}
.right_three .three_top .three_left h2{
    font-size: 3.6rem;
    font-family: 'calist-bold';
    margin-bottom: 7rem;
}
.right_three .three_top .three_left p{
    font-size: 2rem;
    color: #1d1d1d;
    position: relative;
    padding-left: 2rem;
    margin-bottom: 4rem;
}
.right_three .three_top .three_left p::before{
    content: ' ';
    position: absolute;
    width: 1rem;
    height: 1rem;
    background-color: #e55636;
    left: 0;
    top: 0.4rem;
    transform:rotate(45deg);


}

/* 右边三屏结束 */

/* 右边四屏开始 */

.right_four{
    display: flex;
    position: relative;
}
.right_four .four_left{

    height: 100%;
    margin-right: 16rem;
}
.right_four .four_left img{
    height: 100%;
}

.four_right{
    margin-top: 24rem;
    width: 60rem;
    
}
.right_four>img{
    width: fit-content;
    height: fit-content;
    position: absolute;
    right: 0;
    bottom: 0;

}
.four_right h2{
    font-size: 3.6rem;
    font-family: 'calist-bold';
    line-height: 4.8rem;
    margin-bottom: 6rem;

}
.four_right>span{
    width: 45rem;
    font-size: 1.6rem;
    line-height: 30px;
}
.four_right span b{
    font-weight: normal;
    font-size: 1.6rem;
    color: #e55636;
}
.four_right>p{
    margin-bottom: 6rem;
    font-size: 1.6rem;
}
.four_right>a>p{
    width: 20rem;
    height: 4.8rem;
    background-color: #1d1d1d;
    line-height: 4.8rem;
    text-align: center;
    font-size: 1.6rem;
    color: #fff;
    display: inline-block;
    margin-right: 3rem;
    border-radius: 2%;
}
.four_right>a>p:hover{
    background-color: #e55636;
}
.four_right .btn>span{
    display: inline-block;
    width: 24rem;
    height: 4.8rem;
    background-color: #e55636;
    text-decoration: underline;
    outline: none;
    color: #fff;
    line-height: 4.8rem;
    text-align: center;
    font-size: 1.6rem;
    border-radius: 2%;
}
.four_right .btn span:hover{
    box-shadow: 0px 10px 10px rgba(229, 86, 54, 0.2);
}

/* 右边四屏结束 */

/* 右边五屏开始 */
.five_top{
    height: 460px;
}
.five_top .bg{
    background: url(/lib/images/img_conatct_bg_mask.jpg) no-repeat;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-position: center;
}
.five_top .bg img{
    display: inline-block;
    margin-top: 13rem;
    margin-bottom: 4rem;
    width: 72px;
}
.five_top .bg h2{
    text-align: center;
    font-size: 3.6rem;
    font-family: 'calist-bold';
    color: #fff;
}

.menu__children_phone{
    display: none;
}

/* 苹果电脑及华为平板 */
@media (min-width:1280px) and (max-width:1700px){
    .right_two .two_top{
        margin-left: 8.8rem;
        
    }
    .right_two .two_top{
        width: 106.4rem;
    }
    .right_two .two_top .two_left{
        width: 52rem;
        height: 38rem;

    }
    .right_two .two_top .two_right{
        width: 48rem;
    }
    .swiper-container-vertical > .swiper-pagination-bullets{
        margin-right: 0;
    }
    .right_two .swiper-button-next{
        right: 280px;
    }
    .right_three .three_top{
        margin-left: 8.8rem;
    }
    .right_three .three_top .three_left{
        width: 46.4rem;
    }
    .right_four .four_left{
        margin-right: 6rem;
    }
    .four_right{
        width: 44rem;
    }
    .four_right>a>p{
        width: 20rem;
    }
    .four_right .btn>span{
        width: 20rem;
    }
    

}

/* Ipad pro 开始*/
@media (max-width: 1279px){
   
    .body_right .right{
        width: 100%;
        right: 0;
        float: none;
        overflow: hidden;
    }
    .right_one .one_top{
        overflow: hidden;
    }
    .right_one .one_top ul{
        position: relative;
    }
    .right_one .one_bottom .text .big_txt{
        position: static;
    }

    .right_one .one_top .mask{
        left: 0;
    }
    .right_one .one_bottom{
        width: none !important;
        display: flex;
        flex-direction: column;
        padding-left: 18%;
        
    }
    .right_one .one_bottom .text .small_txt{
        top: 200px;
        left: 0;
        position: static;
    }
    .right_two{
        display: none;
        padding-bottom: 9rem;
    }
    .right_two_div{
        background-color: #fafaf5;
       
        
    }
    .right_two_ul{
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .right_two_li{
        box-sizing: border-box;
        
        
    }
    .right_two_li .two_li_img{
        width: 96%;
        margin: 0 auto;
        background-color: #fff;
    }
    .right_two_li .two_li_img:hover{
        box-shadow: 0 10px 30px #c6c6c6;
    }
    .right_two_li .two_li_img a img{
        width: 100%;
    }
    .right_two_li .two_li_txt{
        white-space: nowrap;
        padding: 30px;
        text-overflow: ellipsis;
        -o-text-overflow:ellipsis;
    }
    .right_two_li .two_li_txt .a_img{
        float: right;
    }
    .right_two_li .two_li_txt .a_img svg{
        width: 24px;
        height: 24px;
    }
    .right_two_li .two_li_txt a{
        color: #1d1d1d;
        font-size: 18px;
        font-family: 'calist-bold';
    }
    .right_two_li .two_li_txt .two_a_txt{
        width: 350px;
        display: inline-block;
        white-space: nowrap;
        text-overflow: ellipsis;
        -o-text-overflow:ellipsis;
        overflow: hidden;
    }
    .right_two_li .two_li_txt a:hover{
        color: #e55636;
        
    }
    .right_two .two_top{
        width: 100%;
        height: 100%;
        margin-top: 8.5rem;
    }
    .right_two .two_top .two_right{
    margin-top: 10rem;
    max-width: 100%;
    float: none;
    }
    .right_two .swiper-button-next{
        right: 0;
    }
    .right_two .pag{
        display: none;
    }
    .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic{
        display: none;
    }
.right_three .three_top{
    width: 100%;
    height: 100%;
    margin-top: 0;
    margin-left: 15.8rem;
}
.right_three .three_top .three_right{
    margin-bottom: 9rem;
}
.right_four{
    flex-direction: column;
}
.right_four .four_left{
    width: 100%;
    height: 500px;
    margin-right: 0;
    overflow: hidden;

}
.right_four .four_left img{
    width: 100%;
    height: 1450px;
    margin-top: -290px;

}
.four_right{
    width: 60%;
    margin: 50px auto;
}
 .big_swiper .mask_1{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    position: fixed;
    z-index: 9998;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 500ms cubic-bezier(0.2, 0, 0, 1);
    transition: opacity 500ms cubic-bezier(0.2, 0, 0, 1);
    
}
.big_swiper>.active{
    opacity: 1;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
    
}

.menu__children_phone{
    width: 100%;
    padding-left: 10px;
    
}
.menu__children_phone .menu__item{
    width: 100%;
    height: 20px;
    margin-top: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
   
}
.menu__children_phone .menu__item a{
    color: #1d1d1d;
    font-size: 15px;
}
.list_right{
    width: 100%;
    float: none;
}
.five_bottom_right .input_b {
    width: 100%;
}

}

/* Ipad pro 结束*/

/* Ipad 开始 */
@media (max-width: 1023px){
    .right_one .one_bottom .text{
        display: flex;
        flex-direction: column;
    }

    .right_one .one_bottom .text .big_txt{
        margin-top: 3rem;
        margin-bottom: 3rem;
    }
    .right_two .two_top{
        margin-left: 0;
        display: flex;
        flex-direction: column;
    }
    .right_two .two_top .two_left{
        margin-right: 0;
        width: 100%;
    }
    .right_two .two_top .two_right{
        margin: 10rem auto;
    }
    .right_three .three_top{
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-bottom: 30px;
        margin-left: 0;
    }
    .right_three .three_top .three_left{
        margin-left: 20%;
    }
    .right_three .three_top .three_right{
        margin-right: 0;
        width: 100%;
    }
    .four_right{
       width: 60rem;
    }
    .right_two_li .two_li_txt .two_a_txt{
        width: 270px;
    }
    .body-left .list>ul>li{
        margin-bottom: 40px;
        padding-left: 15px;
    }

}
/* Ipad 结束 */

/* 手机端开始 */
@media (max-width: 767px){
    .body-left{
        width: 60%;
        opacity: 0;
    }
    .right_two_ul {
        margin: 30px 0;
    }
    .right_one .one_bottom img{
        max-width: 90%;
    }
    .right_one .one_bottom{
       padding: 0;
    }
    .right_one .one_bottom{
        width: 92%;
    }
    .right_one .one_bottom .img{
        height: 70px;
    }
    .right_one .one_bottom .text .small_txt{
        width: 100%;
        line-height: 3.2rem;
        font-size: 1.8rem;
    }
    .right_one .one_top .mask{
        display: none;
    }
    .right_one .one_bottom .text .big_txt{
        width: 100%;
        font-size: 24px;
        margin: 20px 0;
    }
    .right_two .two_top{
        margin-top: 0;
    }
    .right_two .two_top .two_left{
        background-size: 90%;
    }
    .right_two .two_top .two_right{
        margin-top: 0;
    }
    .right_two .swiper-wrapper .swiper-slide{
        padding-left: 10px;
        padding-right: 10px;
    }
    .swiper-button-prev, .swiper-button-next{
        display: none;
    }
    .right_two .two_top .two_right{
        width: 94%;
    }

    .right_two .two_top .two_right{
        margin: 0;
    }

    .right_three .three_top .three_left{
        margin-left: 20px;
        margin-right: 20px;
    }
    .right_three .three_top .three_left{
        width: 90%;
    }
    .right_three .three_top .three_left h2{
        font-size: 28px;
        margin-bottom: 30px;
        font-family: 'calist-bold';
    }
    .right_three .three_top .three_right{
        background-size: 94%;
        margin-top: 0;
        margin-bottom: 0;
        height: 330px;
    }
    .right_three .three_top .three_left p{
        margin-bottom: 2rem;
    }
    .four_right{
        width: 90%;
        margin: 30px 15px;
    }
    .four_right h2{
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 30px;
        font-family: 'calist-bold';
    }
    .right_four .four_left img{
        height: auto;
        padding-top: 190px;
    }
    .four_right>a>p{
        width: 13rem;
        margin-right: 1rem;
    }
    .four_right .btn>span{
        margin-top: 20px;
        width: auto;
        padding: 0 10px;
    }
    .right_four>img{
        z-index: -1;
    }
    .five_top{
        height: 380px;
    }
    .five_top .bg img{
        margin-top: 80px;
    }
    .four_right>p{
        line-height: 2.4rem;
        margin-bottom: 3rem;
    }
    .right_two_li .two_li_txt .two_a_txt{
        width: 250px;
    }
    .right_four .four_left{
        height: 300px;
    }

    /* 手机导航开始 */
     .body-top{
        width: 100%;
        height: 60px;
        background-color: #fff;
        position: fixed;
        z-index: 99;
    }
/* 手机导航结束 */
}
/* 手机端结束 */

/* 低像素手机 */
@media (max-width: 320px){
    .right_one .one_bottom img{
        max-width: 91%;
    }
    .body-left .list>ul>li {
        padding-left: 40px;
    }
    .body-left .bottom{
        padding-top: 0;
        height: 110px;
        bottom: -40px;
        margin-top: 40px;
    }
    .body-left .list>ul>li{
        margin-bottom: 20px;
    }
    .body-left .list>ul>li .active span::before{
        left: -70px;
    }
    
}


