

.warp{ position: relative; width: 100%; height: 100%; }

.swiper { width: 100%; height: 100%; } 

.swiper-slide { text-align: center; display: flex; justify-content: center; align-items: center; overflow: hidden; }

/* page1 */
.page1 { background: url(../img/page1/kv.jpg) center top no-repeat; background-size: cover; position: relative; }

.page1 .content {position: absolute;bottom: 30rem;left: 50%;transform: translate(-50%);width: 1080rem;}

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

.page1 .play {position: absolute;top: -110rem;left: 50%;transform: translate(-50%);width: 70rem;height: 100rem;background: url(../img/page1/videobtn.png) center center no-repeat;background-size: 100% auto;animation: sacl 1.5s infinite;}

.page1 .slgon {position: absolute; width:737rem; left: 60rem; top:220rem;}



.page1 .btnBox{ width: auto; height: auto; display: flex; justify-content: space-evenly; margin: 0 auto; }
.page1 .btnBox a{width: 362rem;height: auto;margin-right: 20rem;margin-top: 15rem;}
.page1 .btnBox a:last-child{ margin-right: 0; }
.page1 .btnBox a img{ display: block; margin: 0 auto; }
.page1 .btnBox .alink:hover img{filter: brightness(1.3);}
.page1 a.gift {height: auto;width: 150rem;margin-top: 0;animation: sacl2 1.5s infinite;}

.page1 .gift img { margin: 0 auto; display: block; width: 100rem; }
.page1 .gift p{font-size: 10rem;color: #ffe7ac;margin-top: -18rem;}

.page1  .tipstxt{    font-size: 52rem;
    color: #fff2c9;
    text-align: center;
    margin-top: 30rem;}




@keyframes sacl {
    0% {
        transform: translate(-50%) scale(1);
    }
    50% {
        transform: translate(-50%) scale(1.1);
    }
    100% {
        transform:translate(-50%)  scale(1);
    }
}
@keyframes sacl2 {
    0% {
        transform:  scale(1);
    }
    50% {
        transform:  scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}





/* page2 */
.page2 { background: url(../img/page2/bg.jpg) center bottom no-repeat; background-size: cover; position: relative; }

.page2 .content{ position: relative; width: 100%; height: 100%; }
.page2  .title{position: relative;margin: 180rem 0 auto 160rem;color: #ffec96;font-size: 60rem;width: 339rem;height: 130rem;line-height: 130rem;background: url(../img/page2/titlebg.png) center center no-repeat;background-size: 100% auto;}
.page2  .title i{ position: absolute; top: 0; right: -35rem; width: 32rem; height: 31rem; background: url(../img/page2/yinzhang.png) center center no-repeat; background-size: 100% auto; }

.page2 .decBox{position: absolute;left: 60rem;/* margin-top: 40rem; */height: auto;width: 660rem;}

.page2 .decBox p{  margin: 50rem auto 0; font-size: 27rem; color: #fff6ca; text-indent: 50rem; text-align: left; font-family: dpr;}

.page2 .videobox{position: absolute;top: 250rem;right: 50rem;width: 1100rem;height: 630rem;}

.page2 .kbg{ position: relative; z-index: 20; margin: 0 auto; width: 1095rem; height: 623rem; background: url(../img/page2/videobg.png) center center no-repeat; background-size: 100% auto; pointer-events: none; }


.page2 .vbg{ position: absolute; top: 9rem; left: 50%; transform: translate(-50%); width: 1076rem; height: 605rem; }





/* page4 */

.page4 { background: url(../img/page4/bg.jpg) center bottom no-repeat; background-size: cover; position: relative; }


.page4 .content{ width: 100%; height: 100%; position: relative; }

.page4 .leftTxt{ position: absolute; left: 150rem; width: 700rem; height: 100%; z-index: 11;}
.page4  .title{ position: relative; color: #ffec96; font-size: 60rem;width: 339rem;height: 130rem;line-height: 130rem; margin: 170rem 0 0 150rem; background: url(../img/page2/titlebg.png) center center no-repeat; background-size: 100% auto; }
.page4  .title i{ position: absolute; top: 0; right: -35rem; width: 32rem; height: 31rem; background: url(../img/page2/yinzhang.png) center center no-repeat; background-size: 100% auto; }
.page4 .decbox{ margin-top: 20rem; width: 650rem; height: 500rem; }
.page4 .decbox .txt{  margin: 20rem auto; margin-top: 20rem;font-size: 22rem; color: #ffec96; text-align: left; line-height: 30rem;width: 700rem;
    height: 398rem;overflow: auto; }
.page4 .decbox .txt p{ text-indent: 45rem; margin-bottom: 30rem; font-family: dpr;user-select: none;}

.page4 .showZp{ position: absolute; right: 0; top: 0; height:100%; width: 100%;     pointer-events: none;}
.page4 .zuopin{position: absolute;right: 0;top: 0;width: 1708rem;height: 1080rem;overflow: hidden;opacity: 0; pointer-events: none;}
.page4 .boxMask {overflow: hidden;opacity: 1;display: block;z-index: 10;-webkit-mask: url(../img/page4/mask_up.png);-webkit-mask-size: 870% 100%;-webkit-mask-position: 0 0;animation: mask .5s steps(6) forwards;}
.page4 .showZp img{width: 1300rem;position: absolute;right: 0;max-width: none;height: 1030rem;}


@keyframes mask{from{-webkit-mask-position:0 0;}to{-webkit-mask-position:100% 0;}}
@keyframes mask{0%{-webkit-mask-position:0 0}100%{-webkit-mask-position:100% 0}} 




/* 滚动条 */
.page4 .decbox .txt::-webkit-scrollbar {
    width: 55rem;
}

/* 滚动槽 */
.page4 .decbox .txt::-webkit-scrollbar-track {
    /* background: #e0bf6e; */
    background: url(../img/page4/popLine.png) center top no-repeat;
    background-size: 5.5rem 100%;
}

/* 滚动槽 */
.page4 .decbox .txt::-webkit-scrollbar-thumb {
    /* background: #888; */
    background: url(../img/page4/dian.png) center bottom no-repeat;
    background-size: 55rem auto;
    width: 55rem;
}
/* 荣誉 */
.page4 .honor{
    position: absolute; left: 150rem;top:778rem;
     /* width: 951rem; */
      height: auto; z-index: 11; 
}
.page4 .honor-box{
    display: flex;
    flex-wrap: wrap;
}
.page4 .honor-item{
     width: 240rem;
    height: 130rem;
    background: url(../img/page4/honor_bg.png) center no-repeat;
    background-size: 100% auto;
    color: #ffec96;
    margin-right: 76rem;
    margin-bottom: 30rem;
    position: relative;
    box-sizing: border-box;
    padding: 0 30rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
/* .page4 .honor-item:nth-child(3n){
    margin-right: 0;
} */
.page4 .honor-item::after{
    content: "";
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    left:260rem;
    width: 36rem;
    height: 2rem;
    background-color: rgba(255, 220, 129, 0.5);
  
}
/* .page4 .honor-item:nth-child(3n)::after{
    content: "";
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    left:273rem;
    width: 44rem;
    height: 2rem;
    display: none;
} */
.page4 .honor-item:last-child::after{
    display: none;
}
.page4 .honor-title{
    width: 100%;
    font-size: 19rem;
    line-height: 20rem;
    margin-top: 11rem;
}
.page4 .honor-des{
    font-size: 11rem;
    line-height:15rem;
}
/* page5 */


.page5 { background: url(../img/page5/bg.jpg) center bottom no-repeat; background-size: cover; position: relative; }

.page5 .content{ width: 100%; height: 100%; position: relative; }

.page5  .title{ position: relative; margin: 180rem auto 0; color: #ffec96; font-size: 60rem;width: 339rem;height: 130rem;line-height: 130rem; background: url(../img/page2/titlebg.png) center center no-repeat; background-size:255rem auto; }
.page5  .title i{ position: absolute; top: 0; right: -35rem; width: 32rem; height: 31rem; background: url(../img/page2/yinzhang.png) center center no-repeat; background-size: 100% auto; }


.page5 .toplunbox { position: relative; width: 1594rem; height: 400rem; margin: 30rem auto 0; }
.page5 .page5_lunbo .swiper{ width: 100%; height: 100%; }
.page5  .page5_lunbo .swiper-slide { text-align: left; width: 1595rem; height: 350rem; }
.page5 .pinglun1 { background: url(../img/page5/topad1.png) center center no-repeat; background-size: 100% 100%; }
.page5 .pinglun2 { background: url(../img/page5/topad2.jpg) center center no-repeat; background-size: 100% 100%; }
.page5 .pinglun3 { background: url(../img/page5/topad3.jpg) center center no-repeat; background-size: 100% 100%; }
.page5 .pinglun4 { background: url(../img/page5/topad2.jpg) center center no-repeat; background-size: 100% 100%; }
.page5 .pinglun5 { background: url(../img/page5/topad2.jpg) center center no-repeat; background-size: 100% 100%; }

.page5 .pl-message { width: 90%; }
.page5 .pl-message .topicon { width:400rem; }
.page5 .pinglun3 .topicon { width: 540rem; }
.page5 .pinglun4 .topicon { width: 540rem; }
.page5 .pinglun5 .topicon { width: 300rem; }

.page5 .pl-message .pl-title { display: none; color: #e9c277; font-family: nsb; font-size: 28rem; margin-top: 20rem; text-transform: uppercase; }
.page5 .pl-message p { margin-top: 35rem; line-height: 35rem; color: #c9c9c9; font-size: 30rem; text-transform: uppercase;font-family: dpr; }

.page5 .page5_dian { width: 100%; margin-top: 20rem; }
.page5 .page5_dian .swiper-pagination-bullet { opacity: 1; border-radius: 0; margin-right: 30rem; width: 23rem; height: 23rem; background: url(../img/page5/topicon.png) center center no-repeat; background-size: 20rem auto; }
.page5 .page5_dian .swiper-pagination-bullet-active { background: url(../img/page5/topactive.png) center center no-repeat; background-size: 23rem auto; }
.page5 .jxbox {
    width: 1707rem;
    height: 270rem;
    margin: 0 auto ;
    background: url(../img/page5/lbbg.png) center center no-repeat;
    background-size: 100% auto;
    padding-top: 30rem;
    position: relative;
}

.page5  .jxlb{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 1600rem;
    height: 176rem;
}
.page5  .jxlb .jxswiper{
    width: 100%;
    height: 100%;
}
.page5 .jxlb .swiper-slide{
    justify-content:space-between ;
}
.page5 .jxlb .jlbox{
  
    height: 100%;
}

.page5 .jxlb .jlbox p{
    font-size: 20rem;
    text-align: left;
    line-height: 44rem;
    position: relative;
    padding-left: 50rem;
    font-family: dpr;
}
.page5 .jxlb .jlbox p::before{
    content: '';
    position: absolute;
    left: 0;
    width: 44rem;
    height: 44rem;
    background: url(../img/page5/jlicon.png) center center no-repeat;
    background-size:33rem auto;
}


.page5  .jxlb .jxswiper img{
    height: 100%;
}

/* page6 */


.page6 { background: url(../img/page6/bg.jpg) center bottom no-repeat; background-size: cover; position: relative; }

.page6 .content{ width: 100%; height: 100%; position: relative; }

.page6 .title{ position: relative; margin: 180rem auto 0; color: #ffec96; font-size: 60rem;width: 339rem;height: 130rem;line-height: 130rem; background: url(../img/page2/titlebg.png) center center no-repeat; background-size:100% auto; }
.page6  .title i{ position: absolute; top: 0; right: 0rem; width: 32rem; height: 31rem; background: url(../img/page2/yinzhang.png) center center no-repeat; background-size: 100% auto; }

.page6 .listbox{height: 450rem;margin-top: 80rem;display: flex;justify-content: center;}

.page6 .listbox a{position: relative;display: block;width: 590rem;height: 100%;margin-left: 15rem;}
.page6 .listbox .top{position: absolute;width: 579rem;height: 212rem;top: 0;left: 50%;transform: translate(-50%);background: url(../img/page6/vimgtopbg.png) center top no-repeat;background-size: 100% auto;}

.page6 .listbox .top h4{font-size: 28rem;color: #dec98a;text-shadow: 1rem 1rem 3rem #000;text-transform: uppercase;line-height: 52rem;}

.page6 .listbox .mediabox{ position: absolute; top: 42rem; width: 590rem; height: 424rem; }
.page6 .listbox .mediabox .kbg{ pointer-events: none; position: absolute; z-index: 10; left: 0; width: 590rem; height: 395rem; background: url(../img/page6/vimgbg.png) center top no-repeat; background-size: 100% auto; }
.page6 .listbox .mediabox img{ width: 576rem; height: 376rem; display: block; margin: 5rem auto 0; border-radius: 10rem; }
.page6 .listbox .mediabox  em{ position: absolute; z-index: 20; top: 50%; left: 50%; transform: translate(-50%,-70%); width: 82rem; height: 82rem; background: url(../img/page6/play.png) center top no-repeat; background-size: 100% auto; }




/* pop  剧照  视频*/


.popMedia { display: none; position: absolute; z-index: 50; width: 1350rem; height:850rem; }

.popMedia .close { position: absolute; right: -10rem; top: 0; width: 46rem; height: 46rem; transition: all .5s ease-in-out; background: url(../img/pop/close.png) center center no-repeat; background-size: 46rem auto; }

.popMedia .close:hover { transform: rotate(360deg); }
.popMedia  .swiper-container{ width: 100%; height: 100%; position: relative; }
.popMedia .popContent { width: 1263rem; height: 711rem; margin: 0 auto; background: url(../img/pop/pop.png) center top no-repeat; background-size: 1263rem auto; overflow: hidden; }
.popMedia .popContent .swiper-slide{ width: 1260rem !important; height: 708rem !important; overflow: hidden; background-position: center; background-size: cover; }
.popMedia .popContent .videolist{ position: absolute; width: 1258rem; height: 704rem; left: 50%; top: 50%; transform: translate(-50%,-50%); margin: 3rem 0 0 3rem; }

.popMedia .popContent .swiper-slide img{ margin: 3rem 0 0 3rem; width: 100%; height: 100%; }




.popMedia .popContent .videolist iframe{ width: 1258rem; height: 704rem; }
.popMedia .download { position: absolute; bottom: 0; color: #d5b75e; font-size: 30rem; line-height: 63rem; text-transform: uppercase; text-align: center; left: 50%; transform: translate(-50%); width: 305rem; height: 63rem; background: url(../img/pop/down.png) center center no-repeat; background-size:100% auto; }

.popMedia .download.on { transform:translate(-50%) scale(.8); }


.popMedia .popContent .pagebtn { width: 67rem; height:52rem; top: 50%; }

.popMedia .popContent .page_next { background: url(../img/pop/next.png) no-repeat; background-size:100% auto; right: -50rem; }

.popMedia .popContent .page_prev { background: url(../img/pop/prev.png) no-repeat; background-size:100% auto; left: -50rem; }

.popMedia .popContent .swiper-button-next:after, .popMedia .popContent .swiper-button-prev:after{ display: none; }



.popMedia .swiper-pagination{ bottom: 100rem; }
.popMedia .swiper-pagination-bullet{ opacity: 1; width: 19rem; height: 19rem; background: url(../img/pop/dian.png) center center no-repeat; background-size: 19rem auto; margin-left: 20rem !important; }

.popMedia .swiper-pagination-bullet-active{ background: url(../img/pop/dianOn.png) center center no-repeat; background-size: 19rem auto; }

.popMedia .num{ position: absolute; margin-top: 10rem; right: 50rem; font-size: 24rem; color: #eaca68; }




/* en*/

.lang_en .zhuce .poptext .sub{font-size: 19rem;line-height: 72rem;} 
.lang_en .zhuce .poptext .tips{top: 46rem;}
.lang_en .zhuce .poptext .lookpp{left: 88rem; width: 87%;}
.lang_en .page5 .title{width: 480rem;}

/* zh-tw */
.lang_zh-tw .header-left .topNav li{font-size: 30rem;}
.lang_zh-tw .header-left .topNav li a::before{margin-top: -13rem;}
.lang_zh-tw .header-right .topsteam{font-size: 24rem;}
.lang_zh-tw .logo{  width: 240rem;}

.lang_zh-tw .header-right .langbox span{text-indent:55rem;font-size: 21rem;line-height: 44rem;}
.lang_zh-tw .page1 .gift p{   font-size: 12rem;}
.lang_zh-tw .zhuce .poptext h4{    top: 9rem;}
.lang_zh-tw .zhuce .poptext .tips{top: 50rem;}
.lang_zh-tw .thank h3{font-size: 58rem;}
/* ja */
.lang_ja .logo{  width: 240rem;}
.lang_ja .header-right .langbox span{text-indent:65rem;}

.lang_ja .header-left .topNav li a::before{margin-top: -13rem;}
.lang_ja .header-right .topsteam{font-size: 13rem;}
.lang_ja .header-right .langbox span{text-indent:55rem;font-size: 21rem;line-height: 44rem;}

.lang_ja .page1 .gift p{    margin-top: -22rem;font-size: 13rem;}

.lang_ja .page6 .listbox .top h4{    line-height: 42rem;}


/* ko */
.lang_ko .logo{  width:220rem;}
.lang_ko .header-right .langbox span{text-indent:65rem;}
.lang_ko .page1 .gift p{    margin-top: -21rem;}
.lang_ko .header-left .topNav li a::before{margin-top: -13rem;}
.lang_ko .header-right .topsteam{font-size: 20rem;}

.lang_ko .header-right .langbox span{text-indent:55rem;font-size: 21rem;line-height: 44rem;}

.lang_ko .zhuce .poptext .lookpp {width: 74%;}
.lang_ko  .page6 .listbox .top h4{    line-height: 42rem;}



/* th */
.lang_th .logo{  top: 15rem;left: 60rem; width: 180rem;}
.lang_th .header-right .topsteam{    font-size: 16rem;}
.lang_th .header-right .langbox span{text-indent: 75rem;}

.lang_th .zhuce .poptext .sub{    font-size: 22rem; line-height: 64rem;}

.lang_th .header-left .topNav li a::before{margin-top: -16rem;}

.lang_th .page1 .gift p{    margin-top: -22rem;}
.lang_th .thank h3{font-size: 70rem;}













