html,
body {
    position: relative;
    height: 100%;
}

:root {
    --blur: 2;
}

body {
    background: #eee;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #fff;
    margin: 0;
    padding: 0;
}
.mySwiper {
    width: 100%;
    height: 100%;
    position: relative;
}

.mySwiper .swiper-slide {
    text-align: center;
    font-size: 18px;
   
}

.mySwiper .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}


/* loading */
.preload {
    background: url('../images/loading_bg.jpg') no-repeat center;
    background-size: cover;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99999999;
}

.preload-loader {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10000
}

.preload-con {
    position: absolute;
    top: 57%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
   
}

.preload-bar {
    background-size: cover;
    position: relative;
    display: inline-block;
    /* background-position: 50% 100% */
}

.preload-progress {
    background-size: cover;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 0;
    /* background-position: 50% 100%; */
    background-repeat: no-repeat;
    transition: all .2s ease-in 0s;
}

.preload-bar {
    background-image: url("../images/gd-hbimg-2.png");
    width: 1084px;
    height: 281px
}

.preload-progress {
    background-image: url("../images/gd-hbimg.png");
}
.video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
}
.slide1-wrapper{
    /* position: relative; */
    overflow: hidden;
}
.slide1-wrapper .logo{
    display: block;
    width: 228px;
    height: 124px;
    position: absolute;
    top: 0;
    left: 0;
   background: url('../images/logo.png') no-repeat center;
   background-size: 100% 100%;
}
.slide1-wrapper .play-btn-wrapper{
    width: 147px;
    height: 147px;
    /* background: url('../images/play-wrapper_03.png') no-repeat center; */
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -73.5px;
    margin-top: -73.5px;
    opacity: 0;
    cursor: pointer;
}
.slide1-wrapper .play-btn-wrapper i{
    display: block;
    width: 55px;
    height: 55px;
    background: url('../images/play_center_03.png') no-repeat center;
    position: absolute;
    top: 46px;
    left: 46px;
    z-index: 2;
}
.slide1-wrapper #play{
    display: block;
    width: 147px;
    height: 147px;
    background: url('../images/play_03.png') no-repeat center;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: animal 20s infinite linear ;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    z-index: 1;
}
.active .play-btn-wrapper{
    opacity: 0.8;
    transition: opacity 0.5s ease;
   
}
.active .play-btn-wrapper:hover{
    opacity: 1;
}
.active .order{
    animation: opacity 1s ease 0.5s forwards;
 }
.order{
    display: block;
    width: 445px;
    height: 149px;
    background: url('../images/yuyue.png') no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    bottom: 116px;
    left: 50%;
    margin-left: -222.5px;
    opacity: 0;
}
.order:hover{
    background: url('../images/yuyue_btn.png') no-repeat center;
    background-size: 100% 100%;
}
.active .btns_type{
   animation: opacity 1s ease 0.5s forwards;
}
.btns_type{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    position: absolute;
    bottom: 50px;
    /* left: 50%;
    margin-left: -315px; */
    z-index: 2;
    opacity: 0;
    /* display: none; */
}
.btns_type a{
    display: block;
    width: 302px;
    height: 82px;
    margin: 4px 4px;
}
.btns_type a.googlePlay{
    background: url('../images/PC-google-play-badge.png') no-repeat center;
    background-size: 100% 100%;
}
.btns_type a.galaxyStore{
    background: url('../images/PC-GalaxyStore.png') no-repeat center;
    background-size: 100% 100%;
}
.btns_type a.iosStore{
    background: url('../images/PC-ios-D.png') no-repeat center;
    background-size: 100% 100%;
}
.btns_type a.oneStore{
    background:  url('../images/PC-one_downloadbadge_red_black_kr.png') no-repeat center;
    background-size: 100% 100%;
}
.arrow{
    display: block;
    width: 89px;
    height: 41px;
    background: url('../images/arrow.png') no-repeat center;
    position: absolute;
    bottom: 100px;
    left: 50%;
    margin-left: -44.5px;
    z-index: 9;
    animation: rolling 1.2s ease-in-out infinite;
    opacity: 0;
}
.active .arrow{
    opacity: 1;
    transition: opacity 1s ease 2s;
}
.icon-wrapper {
    position: fixed;
    right: 15%;
    top: 20px;
    z-index: 12;
    /* overflow: hidden; */
    opacity: 0;
}
.icon-content{
    overflow: hidden;
    position: relative;
    right: -160px;
    top: 5px;
}
.icon-wrapper a.music{
    display: block;
    width: 67px;
    height: 67px;
    background: url('../images/music_wrapper_03.png') no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    right: -242px;
    top: -15px;
}
.icon-wrapper a.music i{
    display: block;
    width: 22px;
    height: 26px;
    background: url('../images/musci_int_03.png') no-repeat center;
    background-size: 100% 100%;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -11px;
    margin-top: -13px;
}
.icon-wrapper a.music.active i{
    opacity: 1;
    animation: rotate 5s linear infinite;
}
.icon-wrapper a.music.pause{
    background: url('../images/pause_03.png') no-repeat center;
    background-size: 100% 100%;
}
.icon-wrapper ul {
    display: flex;
    float: left;
    transform: translateX(0);
    width: 110px;
    opacity: 1;
    overflow: hidden;
    transition: all 0.5s ease;
    transform-origin: 150px 50%;
}

.icon-wrapper ul li {
    margin-left: 10px;
}

.icon-wrapper ul li a {
    display: block;
}

.icon-wrapper ul.active {
    transform: translateX(150px);
    opacity: 0;
}

.share {
    display: block;
    margin-left: 110px;
    width: 25px;
    height: 25px;
    background: url('https://b3-image.sky-shark.com/www/images/back.png') no-repeat center;
    background-size: 100% 100%;
    position: relative;
    z-index: 999;
}

.back {
    background: url('https://b3-image.sky-shark.com/www/images/link.png') no-repeat center;
    background-size: 100% 100%;
}
.icon-wrapper .text_link{
    font-size: 14px;
    color: #fff;
    border-radius: 15px;
    background: rgba(0,0,0,0.5);
    border: 1px solid #fff;
    padding: 5px 8px;
    position: absolute;
    right: -93px;
    top: -3px;
}
.active .copy-right,.active .copy-right_bottom{
    animation: opacity 1.2s ease-in 2s forwards;
}
.copy-right {
    text-align: right;
    position: absolute;
    bottom: 2%;
    right: 10px;
    z-index: 9;
    opacity: 0;
}
.copy-right img{
    width: 120px;
    height: auto;
}
.copy-right p,.copy-right_bottom p{
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
}
.copy-right_bottom{
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 10px;
    z-index: 9;
    opacity: 1;
}
/* 第二屏 */
.slide2-wrapper{
    height: 100%;
    background: url("../images/kuang_02.png") no-repeat center;
    background-size: 100% 100%;
    overflow: hidden;
    position: relative;
    min-width: 1330px;
    min-height:600px;
    /* transition: .6s ease; */
}
.slide2-wrapper .title img{
    position: relative;
    left: 5px;
}
.slide2-wrapper .book-wrapper{
    width: 1200px;
    height:644px;
    /* background: url('../images/book-wrapper_03.png') no-repeat center; */
    position: relative;
    top:20px;
    left: 50%;
    margin-left: -600px;
}
.slide2-wrapper .slide2-content{
    width: 1200px;
    height: 644px;
    margin: 0 auto;
    position: relative;
    top: 0px;
    display: flex;
   
}
.slide2-wrapper .look-btn{
    display: block;
    position: absolute;
    width: 156px;
    height: 31px;
    background: url('../images/lookBtn_03.png') no-repeat center;
    top: -40px;
    right: 24px;
    z-index: 9;
}
.slide2-wrapper .slide2-content div{
   /* flex: 1; */
    overflow: hidden;
}
.slide2-wrapper .slide2-content .slide2-left{
    margin-right: 20px;
}
.slide2-wrapper .slide2-content .slide2-left .slide2-left-content{
    width: 389px;
    height: 641px;
    background: url('../images/step1_03.png') no-repeat center;
    position: relative;
}
.slide2-wrapper .slide2-content .slide2-left .slide2-left-content .icon_sz{
    position: absolute;
    bottom: 158px;
    right: -68px;
    width: 100%;
}
.slide2-wrapper .slide2-content .slide2-left .slide2-left-content .slide2-icon{
    width: 54px;
    height: 54px;
    position: absolute;
    right: 20px;
    bottom: 200px;
}
.slide2-wrapper .slide2-content .slide2-left .input-wrapper {
    width: 347px;
    height: 37px;
    line-height: 37px;
    color: #e8dab4;
    font-size: 16px;
    background: #281f17;
    border-radius: 8px;
    margin:10px auto 15px;
    border: 1px solid #433f3a;
}

.slide2-wrapper .slide2-content .slide2-left .input-wrapper span {
    display: inline-block;
    width: 69px;
    text-align: center;
    border-right:1px solid #626363;
    height: 26px;
    line-height: 26px;
}

.slide2-wrapper .slide2-content .slide2-left .input-wrapper input {
    display: inline-block;
    font-size: 16px;
    width: 270px;
    height: 35px;
    line-height: 35px;
    color: #e8dab4;
    padding-left: 10px;
}

.slide2-wrapper .slide2-content .slide2-left .service-wrapper {
    font-size: 12px;
    color: #847d74;
    width:389px;
    margin: 0 auto;
    text-align: center;
}
.slide2-wrapper .slide2-content .slide2-left .service-wrapper p {
    margin-left: 11px;
}
.slide2-wrapper .slide2-content .slide2-left .service-wrapper input{
    width: 16px;
    height: 16px;
    background: #eee;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}
.private_text {
    text-decoration: underline;
    font-size: 12px;
    color: #8b87ab;
}

.slide2-wrapper .slide2-content .slide2-left .slide2-submit {
    display: block;
    width: 283px;
    height: 65px;
    background: url('../images/step1_btn_09.png') no-repeat center;
    background-size: 100% 100%;
    margin: 13px auto 0;
}
.slide2-wrapper .slide2-content .slide2-left .slide2-submit:hover {
    background: url('../images/step1_btn_active_09.png') no-repeat center;
    background-size: 100% 100%;
   
}
.slide2-wrapper .slide2-content .slide2-right .slide2-right-top{
    width: 791px;
    height: 331px;
    background:url('../images/step2_05.png') no-repeat center;
    margin-bottom: 20px;
}
.slide2-wrapper .slide2-content .slide2-right .slide2-top-content{
    display: flex;
    text-align: center;
    overflow: hidden;
}
.slide2-wrapper .slide2-content .slide2-right .slide2-top-content .slide2-left-content-left,.slide2-right-bottom-left{
    width: 443px;
}
.slide2-wrapper .slide2-content  .box{
    width: 383px;
    height: 337px;
    background: url('../images/store-img_06.png') no-repeat center;
    background-size: 100% 100%;
    position: relative;
    margin: 0 auto;
    bottom: 36px;
    left: 20px;
}
.slide2-wrapper .slide2-content .slide2-right .slide2-top-content .slide2-top-content-right,.slide2-right-bottom-right{
    flex:1;
}
.slide2-wrapper .slide2-content .slide2-right .slide2-top-content .slide2-top-content-right a{
    display: block;
    width: 213px;
    height: 63px;
    margin: 0 auto;
}
.slide2-wrapper .slide2-content .slide2-right .slide2-top-content .slide2-top-content-right a.google{
    background: url('../images/google_btn_09.png') no-repeat center;
    background-size: 100% 100%;
    margin-top: 174px;
    margin-bottom: 10px;
}
.slide2-wrapper .slide2-content .slide2-right .slide2-top-content .slide2-top-content-right a.appStore{
    background: url('../images/appStore_09.png') no-repeat center;
    background-size: 100% 100%;
}
.slide2-wrapper .slide2-content .slide2-right .slide2-right-bottom{
    width: 791px;
    height:291px;
    background:url('../images/step3_06.png') no-repeat center;
}
.slide2-wrapper .slide2-content .slide2-right .slide2-right-bottom{
    display: flex;
    overflow: hidden;
}
.slide2-right-bottom-right a{
    display: block;
    width: 156px;
    height: 31px;
    background: url('../images/step3_btn_09.png') no-repeat center;
    background-size: 100% 100%;
    margin: 187px auto 0;
}
.slide2-right-bottom-right a:hover{
    background: url('../images/step3_btn_active_09.png') no-repeat center;
    background-size: 100% 100%;
}
.slide2-wrapper .slide2-content .slide2-right .right-text{
    width: 276px;
    height: 68px;
    background: rgba(0,0,0,0.35);
    border-radius: 9px;
    margin:10px auto;
}
.slide2-wrapper .slide2-content .slide2-right .title-wrapper{
    margin-top: 25px;
    /* margin-bottom: 13px; */
}
.slide2-wrapper .slide2-content .slide2-right .link-wrapper{
    width: 296px;
    margin: 10px auto;
    text-align: right;
}
.slide2-wrapper .slide2-content .slide2-right .link-wrapper a{
    color: #001a9e;
    font-size: 18px;
    text-decoration: underline;
}
/* 第三屏 */
#section3{
    background: url("../images/bg31_02.png") no-repeat top;
    background-size: cover;
}
.slide3 {
    height: 100%;
    overflow: hidden;
    position: relative;
    background: url("../images/bg3_03.jpg") no-repeat top;
    background-size: cover;
    min-width: 1330px;
    min-height: 600px;
    z-index: 1;
    left: 0;
    transition: 1s ease;
}
.slide3.bg2{
    background: url("../images/bg31_02.png") no-repeat top;
    background-size: cover;
}
.slide3.bg2-active{
    background: url("../images/bg32-active.jpg") no-repeat top;
    background-size: cover;
    /* animation: opacity 1s ease forwards; */
}
.slide3.bg1{
    background: url("../images/bg32_02.png") no-repeat top;
    background-size: cover;
}
.slide3.bg1-active{
    background: url("../images/bg31-active.jpg") no-repeat top;
    background-size: cover;
    /* animation: opacity 1s ease forwards; */
}
.slide3.bg3{
    background: url("../images/bg33_02.png") no-repeat top;
    background-size: cover;
}
.slide3.bg3-active{
    background: url("../images/bg33-active.jpg") no-repeat top;
    background-size: cover;
    /* animation: opacity 1s ease forwards; */
}
 .slide3-bg{
    height: 100%;
    background: url("../images/bg3-start_02.png") no-repeat top;
    background-size: cover;
    overflow: hidden;
   position: absolute;
   width: 100%;
   min-width: 1330px;
    min-height: 600px;
   top: 0;
   left: 0;
   z-index: 2;
}
.kuang3-wrapper{
    height: 100%;
    background: url("../images/kuang3_02.png") no-repeat center;
    background-size: auto 100%;
    overflow: hidden;
   position: absolute;
   width: 100%;
   min-width: 1330px;
    min-height: 600px;
   top: 0;
   left: 0;
   z-index: 3;
}
.swiper .title{
    margin-top: 30px;
}
.slide3-bg  .role-wrapper{
    width: 1200px;
    height:700px;
    display: flex;
    align-items: baseline;
    justify-content: space-around;
    position: relative;
    z-index: 3;
    margin: 0 auto;
  
}

.slide3.active1{
    transform: scale(1.3);
    left: 200px;
    /* animation: ripple1 2s ease forwards; */
}
.slide3.active2{
    /* animation: ripple2 2s ease forwards; */
    transform: scale(1.3);
}
.slide3.active3{
    /* animation: ripple3 2s ease forwards; */
    transform: scale(1.3);
    right: 200px;
}

.slide3-bg ul.role-wrapper li {
    position: relative;  
    height: 600px;
    position: relative;
    cursor: pointer;
    flex: 1;
    right: 0;
    left: 0;
    transition: 1s ease;
    /* border: 1px solid red; */
}
.slide3-bg ul.role-wrapper li a.tmp{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
}
.slide3-bg ul.role-wrapper li.role0 .img1{
    position: absolute;
    bottom:-50px;
    right: -128px;
}
.slide3-bg ul.role-wrapper li.role0 .img2{
   opacity: 0;
    position: absolute;
    bottom:-50px;
    right: -128px;
    z-index: 3;
    transition: 1s ease;
}
.slide3-bg ul.role-wrapper li.role0 .text{
    opacity: 0;
    position: absolute;
    top: 81px;
    left: 190px;
    width: 756px;
    height: 444px;
    background: url('../images/fs_text.png') no-repeat center;
    background-size: 100% 100%;
    z-index: 1;
    
}
.slide3-bg ul.role-wrapper li.role0 .text a.text_close{
    display: block;
    position: absolute;
    top: -25px;
    right: -40px;
    width: 31px;
    height: 31px;
    background: url('../images/close.png') no-repeat center;
    background-size: 100% 100%;
    z-index: 999;
}
.slide3-bg ul.role-wrapper li.role1 .text{
    opacity: 0;
    position: absolute;
    top: 81px;
    left: -428px;
    width: 756px;
    height: 472px;
    background: url('../images/zs_text.png') no-repeat center;
    background-size: 100% 100%;
    z-index: 1;
}
.slide3-bg ul.role-wrapper li.role1 .text a.text_close{
    display: block;
    position: absolute;
    top: -25px;
    left: -40px;
    width: 31px;
    height: 31px;
    background: url('../images/close.png') no-repeat center;
    background-size: 100% 100%;
    z-index: 999;
}
.slide3-bg ul.role-wrapper li.role2 .text{
    opacity: 0;
    position: absolute;
    top: 81px;
    left: -469px;
    width: 756px;
    height: 472px;
    background: url('../images/ds_text.png') no-repeat center;
    background-size: 100% 100%;
    z-index: 1;
}
.slide3-bg ul.role-wrapper li.role2 .text a.text_close{
    display: block;
    position: absolute;
    top: -25px;
    left: -40px;
    width: 31px;
    height: 31px;
    background: url('../images/close.png') no-repeat center;
    background-size: 100% 100%;
    z-index: 999;
}
.slide3-bg ul.role-wrapper li .text video{
    width: 265px;
    height: 149px;
    position: absolute;
    border: 1px solid #626363;
}
.slide3-bg ul.role-wrapper li.role0 .text video{
    bottom: 17px;
    right: 16px;
}
.slide3-bg ul.role-wrapper li.role1 .text video{
    bottom: 17px;
    left: 16px;
}
.slide3-bg ul.role-wrapper li.role2 .text video{
    bottom: 17px;
    left: 16px;
}
.roleactive0{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 871px;
    height: 600px;
    /* border: 1px solid; */
    z-index: 999;
    margin-left: -268px;
    margin-top: -377px;
    display: none;
}
.roleactive0 .play{
    display: block;
    width: 400px;
    height: 256px;
    /* border: 1px solid blue; */
    position: absolute;
    bottom: 0;
    right: 0;
}
.roleactive0 a.close{
    display: block;
    width: 200px;
    height: 200px;
    /* border: 1px solid blue; */
    position: absolute;
    top: 0;
    right: 0;
}
.roleactive1{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1134px;
    height: 600px;
    /* border: 1px solid; */
    z-index: 999;
    margin-left: -601px;
    margin-top: -376px;
    display: none;
}
.roleactive1 .play{
    display: block;
    width: 400px;
    height: 256px;
    /* border: 1px solid blue; */
    position: absolute;
    bottom: 0;
    left: 0;
}
.roleactive1 a.close{
    display: block;
    width: 200px;
    height: 200px;
    /* border: 1px solid blue; */
    position: absolute;
    top: 0;
    left: 0;
}
.roleactive2{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 871px;
    height: 570px;
    /* border: 1px solid; */
    z-index: 999;
    margin-left: -516px;
    margin-top: -356px;
    display: none;
}
.roleactive2 .play{
    display: block;
    width: 400px;
    height: 256px;
    /* border: 1px solid blue; */
    position: absolute;
    bottom: 0;
    left: 0;
}
.roleactive2 a.close{
    display: block;
    width: 200px;
    height: 200px;
    /* border: 1px solid blue; */
    position: absolute;
    top: 0;
    left: 0;
}
/* .slide3-bg ul.role-wrapper li.role1 .text{
   opacity: 0;
    position: absolute;
    top: 51px;
    right: 59px;
    z-index: 2;
} */
/* .slide3-bg ul.role-wrapper li.role2 .text{
    opacity: 0;
    position: absolute;
    top: 48px;
    right: 113px;
    z-index: 2;
} */

.slide3-bg ul.role-wrapper li.role1 .img1{
    position: absolute;
    bottom:0;
    right:-107px;
}
.slide3-bg ul.role-wrapper li.role1 .img2{
    opacity: 0;
    position: absolute;
    bottom:0;
    right:-107px;
    z-index: 3;
    transition: 1s ease;
}
.slide3-bg ul.role-wrapper li.role2 .img1{
    position: absolute;
   bottom:-50px;
    right: 0;
}
.slide3-bg ul.role-wrapper li.role2 .img2{
    opacity: 0;
    position: absolute;
   bottom:-50px;
    right: 0;
    z-index: 3;
    transition: 1s ease;
}

 .slide3-bg ul.role-wrapper li.role2 .img2.active{
    /* animation: ripple22 2s ease forwards; */
    transform: scale(1.3);
}
.slide3-bg ul.role-wrapper li.role0 .img2.active{
    /* animation: ripple11 2s ease forwards; */
    transform: scale(1.3);
    
}
.slide3-bg ul.role-wrapper li.role1 .img2.active{
    /* animation: ripple00 2s ease forwards; */
    transform: scale(1.3);
}
.slide3-bg ul.role-wrapper li.active .img2{
    /* display: block; */
    opacity: 1;
}
.slide3-bg ul.role-wrapper li.active .img1{
    /* display: none; */
    /* opacity: 0; */
}
 ul.role-wrapper.active2 li{
    /* animation: right2 2s ease forwards; */
    left: -200px;
}
ul.role-wrapper.active0 li{
    /* animation: left2 2s ease forwards; */
    left: 200px;
}
ul.role-wrapper.active1 li{
    /* animation: left1 2s ease forwards; */
    left: 80px;
}
/* 第四屏 */
.carousel-wrapper{
    height: 100%;
    background: url('../images/kuang4_02.png') no-repeat center;
    background-size: auto 100%;
    overflow: hidden;
    position: relative;
    min-width: 1330px;
    min-height:600px;
    transform: scale(0);
    transition: all 1s ease;
}
.carousel-wrapper.active{
    transform: scale(1);
    transition: all 1s ease;
}
.carousel-wrapper .title img{
    position: relative;
    left: -3px;
}
.carousel-wrapper .iframe-wrapper{
    width: 1140px;
    height: 628px;
    margin: -10px auto 0;
    position: relative;
    left: 50%;
    margin-left: -566px;
}
.carousel-wrapper .iframe-wrapper .iframe{
    width: 1140px;
    height: 628px;
    background: url('../images/iframe_03.png') no-repeat center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.carousel-wrapper .iframe-wrapper  iframe{
    width: 851px;
    height:477px;
    position: absolute;
    z-index: 1;
    top: 94px;
    left: 138.5px;
}
.carousel-content {
    width: 1020px;
    height: 106px;
    margin: 0 auto;
    position: relative;
}
.carousel{
    width: 941px;
    height: 106px;
    margin: 0 auto;
    position: relative;
}
.carousel ul li.active a{
    filter: drop-shadow(1px 0 2px #ffdc44);
    box-shadow: 0 0 5px #ffdc44; 
   border: none;
}
.carousel ul li img{
    width: 100%;
}
.carousel-content .swiper-button-next, .carousel-content .swiper-button-prev{
    display: block;
    position: absolute;
    top: 50%;
    width: 23px;
    height:35px;
    z-index: 2;
   font-size: 0;
}
.carousel-content .swiper-button-next{
    background: url('../images/right_03.png') no-repeat center;
    right: 0;
}
.carousel-content .swiper-button-prev{
    background: url('../images/left_03.png') no-repeat center;
    left: 0;
}
.carousel-content .swiper-button-next:after,.carousel-content  .swiper-button-prev:after{
    font-size: 0;
    color: none;
    content: '';
}   
.carousel .swiper-slide a{
    display: block;
    border: 1px solid rgb(111, 86, 48);
    width: 180px;
    height: 103px;
    margin: 2px auto;
}
.carousel ul li{
    pointer-events: auto !important;
}
/* 侧边栏 */
.menu {
    position: fixed;
    z-index: 100;
    top: 50%;
    left: 100px;
    transform: translateY(-50%);
    /* display: none; */
}
.menu ul li a{
    display: block;
    width: 154px;
    height: 99px;
}
.menu ul li:last-child a{
    display: block;
    width: 154px;
    height: 80px;
}
.menu .menu__item--0 a{
    background: url('../images/nav1_03.png') no-repeat center;
}

.menu .menu__item--1 a{
    background: url('../images/nav2_03.png') no-repeat center;
}
.menu .menu__item--2 a{
    background: url('../images/nav3_03.png') no-repeat center;
}
.menu .menu__item--3 a{
    background: url('../images/nav4_03.png') no-repeat center;
}
.menu .menu__item--4 a{
    background: url('../images/nav5_03.png') no-repeat center;
}
.menu .menu__item--0.menu__item--active a{
    background: url('../images/nav1-active_03.png') no-repeat center;
}
.menu .menu__item--1.menu__item--active a{
    background: url('../images/nav2_active_03.png') no-repeat center;
}
.menu .menu__item--2.menu__item--active a{
    background: url('../images/nav3-active_03.png') no-repeat center;
}
.menu .menu__item--3.menu__item--active a{
    background: url('../images/nav4-active_03.png') no-repeat center;
}

/* 弹框 */
.modal,
.modalt {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    z-index: 99;
    display: none;
}
.iframe_modal .wrapper {
   width: 1140px;
   height: 628px;
   background: url('../images/iframe_03.png') no-repeat center;
   background-size: 100% 100%;
   position: absolute;
   left: 50%;
   top: 50%;
   margin-left: -570px;
   margin-top: -314px;
}
.iframe_modal .wrapper iframe{
    width: 851px;
    height: 477px;
    position: absolute;
    z-index: 1;
    top: 94px;
    left: 138.5px;
}
.message_modal .message_wrapper {
    width: 623px;
    height:751px;
    background: url('../images/message_modal_03.png') no-repeat center;
    background-size: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -311.5px;
    margin-top: -375.5px;
}

.wrapper .close_t,
.wrapper .close_s {
    display: block;
    width: 36px;
    height: 36px;
    background: url('../images/close_03.png') no-repeat center;
    background-size: 100%;
    position: absolute;
    top: 56px;
    right: -53px;
    z-index: 999;
}
.detail_rule_modal .detail_rule_wrapper {
    width: 623px;
    height:751px;
    background: url('../images/rule_modal_03.png') no-repeat center;
    background-size: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -311.5px;
    margin-top: -375.5px;
}

.detail_rule_modal .detail_rule_wrapper .detail_rule_content {
    width: 550px;
    height: 480px;
    overflow-y: auto;
    margin: 182px auto 0;
}

.detail_rule_modal .detail_rule_wrapper .detail_rule_content p,
.message_modal .message_wrapper .message_content p {
    color: #c5925a;
    font-size: 18px;
    line-height: 30px;
    /* padding-right: 16px; */
}

.message_modal .message_wrapper .message_content {
    width: 550px;
    height: 456px;
    overflow-y: auto;
    margin: 206px auto 0;
}
.modalt .modal_bar::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    border-radius: 6px;
  }
  .modalt .modal_bar::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
  }
  .modalt .modal_bar::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.2);
    min-height: 24px;
    min-width: 24px;
    border-radius: 6px;
  }
  .modalt .modal_bar::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.2);
  }
  /* 商店预定成功 */
  .store_modal .store_wrapper{
    width: 623px;
    height: 621px;
    background: url('../images/store_modal_03.png') no-repeat center;
    background-size: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -311.5px;
    margin-top: -310.5px;
  }
  .store_modal .store_wrapper .store_content{
    width: 583px;
    height: 330px;
    margin: 200px auto 0;
    overflow: hidden;
  }
  .phoneSucWrapper .suc_input_wrapper a,
.store_wrapper .store_content .store_text_wrapper a ,.code_modal .code_wrapper .code_content .code_text_wrapper a {
    color: #3a89ff;
    font-size: 24px;
    text-decoration: underline;
}

.store_wrapper .store_content p.name{
    color: #ffeba7;
    font-size: 24px;
    margin-top: 55px;
    margin-left: 54px;
}
.store_wrapper .store_content .store_text_wrapper {
    display: flex;
    align-items: center;
    width: 400px;
    margin: 30px auto 57px;
}

.store_wrapper .store_content .store_text_wrapper span {
    display: block;
    flex: 1;
    color: #fff;
    font-size: 24px;
}

.store_wrapper .store_content .store_text_wrapper p {
    width: 266px;
    color: #ffeba7;
    font-size: 16px;
    margin-right: 28px;
    height: 40px;
    line-height: 35px;
    background: none;
    border: 1px solid #795930;
    padding-left: 15px;
}

.store_wrapper .store_content a.submit_sotre {
    display: block;
    width: 210px;
    height: 53px;
    background: url('../images/store_btn_07.png') no-repeat center;
    background-size: 100%;
    margin: 0 auto;
}
/* 手机号预定弹框 */
.phoneSuccessModal .phoneSucWrapper{
    width: 623px;
    height:751px;
    background: url('../images/phone_modal_03.png') no-repeat center;
    background-size: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -311.5px;
    margin-top: -375.5px;
}
.phoneSuccessModal .phoneSucWrapper .suc_content{
    width: 550px;
    height: 480px;
    overflow-y: auto;
    margin: 207px auto 0;
}
.phoneSucWrapper .suc_content {
    width: 100%;
    margin: 0 auto;
}

.phoneSucWrapper .suc_input_wrapper {
    display: flex;
    width: 100%;
    margin: 0 auto;
}

.phoneSucWrapper .suc_input_wrapper span {
    display: block;
    flex: 1;
    color: #ffeba7;
    font-size: 24px;
}

.phoneSucWrapper .suc_input_wrapper input {
    width: 201px;
    height: 40px;
    background: none;
    border: 1px solid #795930;
    font-size: 16px;
    color: #ffeba7;
    padding-left: 10px;
    margin-right: 20px;
}
.phoneSucWrapper .suc_tip{
    font-size: 16px;
    color: #c5925a;
    line-height: 30px;
    text-align: center;
    margin-top: -50px;
}
.phoneSucWrapper .suc_tip b{
    color: #fbfd3e;
}
.phoneSucWrapper  .box{
    width: 383px;
    height: 337px;
    background: url('../images/store-img_06.png') no-repeat center;
    background-size: 100% 100%;
    position: relative;
    margin: 0 auto;
    bottom: 60px;
    left: 20px;
}
.phoneSucWrapper .suc_btn_wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 15px;
}
.phoneSucWrapper .suc_btn_wrapper a{
    display: block;
    width: 220px;
    height: 65px;
}
.phoneSucWrapper .suc_btn_wrapper a:nth-child(1){
    background: url('../images/google_modal_03.png') no-repeat center;
    margin-right: 15px;
}
.phoneSucWrapper .suc_btn_wrapper a:nth-child(2){
    background: url('../images/appstore_modal_03.png') no-repeat center;
    margin-left: 15px;
}
/* 查看礼包码 */
.code_modal .tip_phone_wrapper{
    width: 623px;
    height:671px;
    background: url('../images/code_modal_03.png') no-repeat center;
    background-size: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -311.5px;
    margin-top: -335.5px;
}
.code_modal .code_wrapper {
    width: 540px;
    margin: 197px auto 0;
    overflow: hidden;
}

.code_modal .code_wrapper .code_content {
    margin-top: 40px;
}

.code_modal .code_wrapper .code_content p.code_title {
    font-size: 24px;
    color: #ffeba7;
    margin-bottom: 14px;
}

.code_modal .code_wrapper .code_content .code_text_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 32px;
}

.code_modal .code_wrapper .code_content .code_text_wrapper input {
    width: 296px;
    height: 40px;
    background: #000;
    border: 1px solid #795930;
    margin-left: 40px;
    margin-right: 20px;
    color: #ffeba7;
    font-size: 20px;
    padding-left: 10px;
}
.code_modal .code_wrapper .code_content .code_appStore_tip {
    font-size: 20px;
    color: #ffc872;
    text-align: center;
}

.code_modal .code_wrapper .code_content .code_btn_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 45px;
}

.code_modal .code_wrapper .code_content .code_btn_wrapper a {
    display: block;
}

.code_modal .code_wrapper .code_content .code_btn_wrapper .code_google {
    width: 220px;
    height: 65px;
    background: url('../images/google_modal_03.png') no-repeat center;
    background-size: 100%;
}

.code_modal .code_wrapper .code_content .code_btn_wrapper .code_appStore {
    width: 220px;
    height: 65px;
    background: url('../images/appstore_modal_03.png') no-repeat center;
    background-size: 100%;
    margin: 0 25px;
}
/* 提示手机注册 */
.tip_phone_modal .tip_phone_wrapper{
    width: 623px;
    height: 621px;
    background: url('../images/modal_03.png') no-repeat center;
    background-size: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -311.5px;
    margin-top: -310.5px;
}
.tip_phone_modal .tip_phone_wrapper .tips_phone_content{
    overflow: hidden;
    margin: 241px auto 0;
    width:486px;
}
.tip_phone_modal .tip_phone_wrapper .tips_phone_content p{
    font-size: 24px;
    color: #ffc872;
    line-height: 46px;
}
/* 侧边栏 */
.float-wrapper{
    position: fixed;
   width: 294px;
   height: 543px;
   background: url('../images/float_wrapper_03.png') no-repeat center;
   background-size: 100% 100%;
   top: 50%;
   right: 0;
   margin-top: -286px;
   z-index: 99;
   overflow: hidden;
   
}
.float-wrapper .float-content{
    width: 100%;
    height: 400px;
    margin-top: 248px;
    overflow: hidden;
}
.float-wrapper .float-content a{
    display: block;
    width:237px ;
    height: 71px;
    margin: 20px auto;
}
.float-wrapper .float-content a:nth-child(1){
    background: url('../images/google_float_05.png') no-repeat center;
    background-size: 100% 100%;
}
.float-wrapper .float-content a:nth-child(1):hover{
    background: url('../images/google_float_active_05.png') no-repeat center;
    background-size: 100% 100%;
}
.float-wrapper .float-content a:nth-child(2){
    background: url('../images/appstore_float_05.png') no-repeat center;
    background-size: 100% 100%;
}
.float-wrapper .float-content a:nth-child(2):hover{
    background: url('../images/appstore_float_active_05.png') no-repeat center;
    background-size: 100% 100%;
}
.float-wrapper .float-content a:nth-child(3){
    background: url('../images/look_05.png') no-repeat center;
    background-size: 100% 100%;
}
.float-wrapper .float-content a:nth-child(3):hover{
    background: url('../images/look_active_05.png') no-repeat center;
    background-size: 100% 100%;
}
@keyframes animal {
    0%{
      
      transform: rotate(-360deg);
      -ms-transform: rotate(-360deg);
      -webkit-transform: rotate(-360deg);
    }
    100%{
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }
}
@keyframes opacity {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes ripple2 {
    0% {
        transform: scale(1.0);
    }
    100% {
        transform: scale(1.3);
    }
}
@keyframes ripple00 {
    0% {
        transform: scale(1.0);
    }
    100% {
        transform: scale(1.3);
    }
}
@keyframes ripple1 {
    0% {
        transform: scale(1.0);
        left: 0;
    }
    100% {
        transform: scale(1.3);
        left: 200px;
    }
}
@keyframes ripple11 {
    0% {
        transform: scale(1.0);
       
    }
    100% {
        transform: scale(1.3);
        
    }
}
@keyframes ripple3 {
    0% {
        transform: scale(1.0);
        right: 0;
    }
    100% {
        transform: scale(1.3);
        right: 200px;
    }
}
@keyframes right2 {
    0% {
        right: 0;
    }
    100% {
        right: 200px;
    }
}
@keyframes left2 {
    0% {
        left: 0;
    }
    100% {
        left: 200px;
    }
}
@keyframes left1 {
    0% {
        left: 0;
    }
    100% {
        left: 80px;
    }
}
@keyframes ripple22 {
    0% {
        transform: scale(1.0);
       
    }
    100% {
        transform: scale(1.3);
       
    }
}
@keyframes rolling {
    0% {
        transform: translateY(40px);
    }
    50% {
        transform: translateY(50px);
    }
    100% {
        transform: translateY(40px);
    }
}
@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
    }
    25% {
        -webkit-transform: rotate(90deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
    }
    75% {
        -webkit-transform: rotate(270deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@media (max-width: 1919px) and (min-width: 768px) {
    html {
        zoom: 80%;
    }
    @-ms-viewport {
        width: 1920px;
    }
}