@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei",Arial;
    color: #000;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

img {
    border: 0;
    vertical-align: top;
    width: 100%;
    display: block;
    pointer-events: none;
    user-select: none;
}
body,
html{
    background-color: #1a1a1a;
    width: 100%;
    height: 100%;
}
iframe{
    display: none;
}
select,
input {
    width: 100%;
    display: block;
    vertical-align: top;
    border: 0;
    outline: none;
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    background: none;
    font-size: 0.24rem;
    color: #999999;
}
input::-webkit-input-placeholder { /* WebKit browsers */
    color:    #999;
}

.container{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index:50;
}
.opactiy_0{
    transition: all 2s;
    -webkit-transition: all 2s;
    opacity: 0;
}
.back_home{
    position: fixed;
    top: 0.5rem;
    left: 0.5rem;
    width: 1rem;
    height: 1rem;
    /* height: 0.5rem; */
    text-align: center;
    z-index: 20;
}
.back_home img{
    width: 0.5rem;
}
.show_shuoming{
    position: fixed;
    top: 0.4rem;
    right: 0.5rem;
    width: 0.9rem;
    /* height: 0.5rem; */
    text-align: center;
    z-index: 20;
}
/*loading*/
.loading_white{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index:80;
    background-color: #fff;
}
.logo{
    width: 3.22rem;
    margin: 1.5rem auto 0;
}
.loading_div{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index:60;
}
.loading_bg_div{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.loading_bg1{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}
.loading_bg{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    display: none;
}
.loading_computer{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    opacity: 0;
    transition: all 1s;
    -webkit-transition: all 1s;
}
.loading_light{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    opacity: 0;
    
}
.loading_light_ani{
    animation: 1s loading_light infinite linear alternate;
    -webkit-animation: 1s loading_light infinite linear alternate;
}
@keyframes loading_light{
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}
@-webkit-keyframes loading_light{
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}
.loading_bg4{
    opacity: 0;
}
.loading_start{
    position: absolute;
    width: 2rem;
    left: 50%;
    margin-left: -1rem;
    z-index: 30;
    display: none;
}
.loading_content{
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.loading_word_con{
    width: 2.46rem;
    height: 8.64rem;
    position: relative;
    margin: 0 auto 0;
}
.loading_word{
    width: 2.04rem;
    height: 8.24rem;
    position: absolute;
    top: 2.5%;
    left: 9%;
}

.shanshuo{
    animation: 3s shan infinite linear;
    -webkit-animation: 3s shan infinite linear;
}
@keyframes shan{
    0%{opacity: 1;}
    5%{opacity: 0;}
    10%{opacity: 1;}
    15%{opacity: 0;}
    20%{opacity: 1;}
    100%{opacity: 1;}
}
@-webkit-keyframes shan{
    0%{opacity: 1;}
    5%{opacity: 0;}
    10%{opacity: 1;}
    15%{opacity: 0;}
    20%{opacity: 1;}
    100%{opacity: 1;}
}
.loading_progress{
    width: 3.44rem;
    height: 0.35rem;
    margin: 1rem auto 0;
    position: relative;
}
.progress_con{
    width: 3.44rem;
    height: 0.35rem;
    position: relative;
    overflow: hidden;
    border-radius: 35px;
}
.frog{
    position: absolute;
    width: 0.34rem;
    top: -0.32rem;
    left: 90%;
}

.progress_out{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 5;
}
.progress_in{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
}

.loading_num{
    width: 2rem;
    height: 0.75rem;
    position: absolute;
    left: 40%;
    margin-left: -1.09rem;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
}
.loading_frog{
    width: 1.5rem;
    height: 1.43rem;
    margin: 0 auto 0;
    position: relative;
}
.loading_frog img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
.bai{
    width: 0.58rem;
    height: 100%;
    position: absolute;
    left: 0;
    float: left;
    background-size: 100% 100%;
}
.shi{
    width: 0.58rem;
    height: 100%;
    position: absolute;
    left: 50%;
    margin-left: -0.33rem;
    float: left;
    background-size: 100% 100%;
}
.ge{
    width: 0.58rem;
    height: 100%;
    position: absolute;
    right: 0;
    float: left;
    background-size: 100% 100%;
}
.percent{
    position: absolute;
    height: 0.8rem;
    width: auto;
    right: -0.9rem;
}
.num_9{
    background-image: url("../images/loading/9.png");
}
.num_8{
    background-image: url("../images/loading/8.png");
}
.num_7{
    background-image: url("../images/loading/7.png");
}
.num_6{
    background-image: url("../images/loading/6.png");
}
.num_5{
    background-image: url("../images/loading/5.png");
}
.num_4{
    background-image: url("../images/loading/4.png");
}
.num_3{
    background-image: url("../images/loading/3.png");
}
.num_2{
    background-image: url("../images/loading/2.png");
}
.num_1{
    background-image: url("../images/loading/1.png");
}
.num_0{
    background-image: url("../images/loading/0.png");
}
.num_null{
    background-image: none;
    display: none;
}
.shuoming_window{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index:90;
    background-color: rgba(0,0,0,0.8);
    display: none;
}
.shuoming_window .content{
    width: 100%;
    height: 7.84rem;
    position: absolute;
    top: 50%;
    margin-top: -3.92rem;
    transform: scale(0.1);
    -webkit-transform: scale(0.1);
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.shuoming_bg{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
.close_shuoming{
    width: 1.74rem;
    height: 0.64rem;
    position: absolute;
    left: 50%;
    margin-left: -0.87rem;
    bottom: 1rem;
    animation: huxi .8s infinite linear alternate;
    -webkit-animation: huxi .8s infinite linear alternate;
}
.btn_huxi{
    animation: huxi .8s infinite linear alternate;
    -webkit-animation: huxi .8s infinite linear alternate;
}
.shuoming_active .content{
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
}
@keyframes huxi{
    0%{
        transform: scale(1);
    }
    100%{
        transform: scale(1.1);
    }
}
@-webkit-keyframes huxi{
    0%{
        -webkit-transform: scale(1);
    }
    100%{
        -webkit-transform: scale(1.1);
    }
}
.video_div{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index:50;
}
.video_div canvas{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}
.index_canvas{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
}
.index_canvas canvas{
    height: 100%;
}
.index_canvas .main{
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
}
.three_door .main{
    position: relative;
}
.three_door{
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
}
.three_deng{
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;

}
.three_light{
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
}
.door_gf{
    height: 100%;
    width: 41%;
    position: absolute;
    top: 0;
    left: 0%;
}
.door_father{
    height: 100%;
    width: 41%;
    position: absolute;
    top: 0;
    left: 26%;
}
.door_my{
    height: 100%;
    width: 40.5%;
    position: absolute;
    top: 0;
    left: 55%;
}
.door_window img{
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
.show{
    display: block;
}
.door_scale{
    transition: all 1.2s;
    transform: scale(1.5);
    -webkit-transition: all 1.2s;
    -webkit-transform: scale(1.5);
}
.gf_door_host{
    position: absolute;
    width: 21%;
    height: 55%;
    left: 12%;
    top: 22%;
    /* background: red; */
    z-index: 5;
}
.f_door_host{
    position: absolute;
    width: 21%;
    height: 55%;
    left: 40%;
    top: 22%;
    /* background: red; */
    z-index: 5;
}
.my_door_host{
    position: absolute;
    width: 21%;
    height: 55%;
    left: 68%;
    top: 22%;
    /* background: red; */
    z-index: 5;
}
.touch_area{
    display: none;
}
.hand_click{
    position: absolute;
    width: 0.7rem;
    right: 1.5rem;
    top: 50%;
    animation: .5s click_shan infinite alternate linear;
    -webkit-animation: .5s click_shan infinite alternate linear;
}
@keyframes click_shan{
    0%{
        transform: scale(1);
        opacity: 1;
    }
    100%{
        transform: scale(0.8);
        opacity: 0.1;
    }
}
@-webkit-keyframes click_shan{
    0%{
        -webkit-transform: scale(1);
        opacity: 1;
    }
    100%{
        -webkit-transform: scale(0.8);
        opacity: 0.1;
    }
}
.touch_area1{
    width: 100%;
    height: 10%;
    position: absolute;
    z-index: 20;
    top: 34%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.touch_area2{
    width: 100%;
    height: 10%;
    position: absolute;
    z-index: 20;
    top: 48%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.touch_area3{
    width: 100%;
    height: 10%;
    position: absolute;
    z-index: 20;
    top: 62%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.choose_div{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.toScale1{
    transition: all 1.5s;
    -webkit-transition: all 1.5s;
    transform: scale(2);
    -webkit-transform: scale(2);
}


/* 爷爷弹窗1 */
.people_window1{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 60;
    /* display: none; */
    overflow: hidden;
    opacity: 0;
}
.people_window1 .main{
    width: 100%;
    height: 100%;   
    position: absolute;
}
.people_window1 canvas{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;

}
.new_window{
    /* z-index: 90;
     display: block !important;  */
}
.label{
    z-index: 5;

    -webkit-user-select:auto !important;
	-khtml-user-select:auto !important;
	-moz-user-select:auto !important;
	-ms-user-select:auto !important;
	user-select:auto !important;
    pointer-events: auto !important;
    opacity: 0;
    transform: scale(0.1) translateZ(100px);
    -webkit-transform: scale(0.1) translateZ(100px);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.label_gf1{
    position: absolute;
    /* height: 10%; */
    width: auto;
    left: 56%;
    top: 54%;
    display: none;
}
.label_gf2{
    position: absolute;
    /* height: 10%; */
    width: auto;
    left: 13%;
    top: 17%;
    display: none;
}
.label_gf3{
    position: absolute;
    /* height: 10%; */
    width: auto;
    left: 58%;
    top: 21%;
    display: none;
}
.label_gf4{
    position: absolute;
    /* height: 10%; */
    width: auto;
    left: 47%;
    top: 69%;
    display: none;
}
.video_box2{
    position: absolute;
    /* background-color: red; */
    width: 41.5%;
    height: 17%;
    left: 4.5%;
    top: 33%;
    opacity: 1;
    overflow: hidden;
}
.video_box2 video{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}
.video_box2 canvas{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}
.video_box2 .video_poster{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
.video_poster2{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
.host_yy_1{
    position: absolute;
    width: 51%;
    height: 30%;
    /* background: red; */
    left: 23%;
    top: 42%;
    z-index: 2;
}
.host_yy_2{
    position: absolute;
    /* background-color: red; */
    width: 11%;
    height: 3%;
    left: 47.5%;
    top: 56%;
    display: none;
}
.host_yy_photo{
    position: absolute;
    /* background-color: red; */
    width: 36%;
    height: 13%;
    left: 18.5%;
    top: 13%;
}
/* 爸爸的弹窗2 */
.xiangkuang{
    position: absolute;
    width: 48%;
    /* height: 3.02rem; */
    left: 25%;
    top: 8%;
    z-index: 2;
}
.tongzhishu{
    position: absolute;
    width: 33%;
    left: 34%;
    top: 10%;
}
.tongzhishu_show{
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    top: 17% !important;
}
.car{
    position: absolute;
    width: 2rem;
    height: 0.65rem;
    left: 59%;
    top: 54%;
    z-index: 2;
}
.car_to_left{
    transition: all 1s linear;
    -webkit-transition: all 1s linear;
    transform: translateX(-200px);
    -webkit-transform: translateX(-200px);
}
.video_box1{
    position: absolute;
    /* background-color: red; */
    opacity: 0;
    width: 50.3%;
    height: 20.9%;
    left: 23.8%;
    top: 43%;
    z-index: 10;
}
.video_box1 video{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: fill !important;
}
.video_box1 canvas{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: fill !important;
}
.host_1{
    position: absolute;
    width: 19%;
    height: 4%;
    /* background: red; */
    left: 79%;
    top: 49%;
}
.label_f1{
    position: absolute;
    /* height: 10%; */
    width: auto;
    left: 43%;
    top: 39%;
    display: none;
}
.label_f2{
    position: absolute;
    /* height: 10%; */
    width: auto;
    left: 54%;
    top: 56%;
    display: none;
}
.window_shop{
    z-index: 5;
}
.label_f3{
    position: absolute;
    /* height: 10%; */
    width: auto;
    left: 9%;
    top: 20%;
    display: none;
}
.label_f4{
    position: absolute;
    /* height: 10%; */
    width: 3.59rem;
    left: 45%;
    top: 36%;
    display: none;
}
.host_bb_1{
    position: absolute;
    width: 9%;
    height: 4%;
    left: 22%;
    top: 48%;
}
.host_bb_2{
    position: absolute;
    width: 82%;
    height: 15%;
    /* background: red; */
    left: 10%;
    top: 9%;
}
.host_bb_3{
    position: absolute;
    width: 30%;
    height: 10%;
    /* background: red; */
    left: 49%;
    top: 34%;
}
.host_bb_4{
    position: absolute;
    width: 24%;
    height: 4%;
    /* background: red; */
    left: 71%;
    top: 63%;
}
.host_bb_5{
    position: absolute;
    width: 39%;
    height: 15%;
    /* background: red; */
    left: 31%;
    top: 39%;
}
.host_bb_6{
    position: absolute;
    width: 26%;
    height: 4%;
    /* background: red; */
    left: 39%;
    top: 72%;
}
/* 我的房间1 */
.my_window1 .home_bg{
    width: 100%;
    height: 100%;
}
.huaban{
    position: absolute;
    bottom: 0rem;
    left: 4%;
    width: 4rem;
}
.huaban_to_right{
    transition: all 1s linear;
    -webkit-transition: all 1s linear;
    transform: translateX(200px);
    -webkit-transform: translateX(200px);
}
.host_2{
    position: absolute;
    /* background: red; */
    width: 31%;
    height: 7%;
    bottom: 4%;
    left: 69%;
}
.host_3{
    position: absolute;
    /* background: red; */
    width: 11%;
    height: 9%;
    bottom: 44%;
    left: 68%;
}
.host_4{
    position: absolute;
    /* background: red; */
    width: 10%;
    height: 9%;
    bottom: 51%;
    left: 87%;
}
.host_5{
    position: absolute;
    /* background: red; */
    width: 26%;
    height: 17%;
    top: 5%;
    left: 33%;
}
.host_6{
    position: absolute;
    /* background: red; */
    width: 25%;
    height: 5%;
    top: 17%;
    left: 17%;
}
.label_my_2{
    position: absolute;
    /* height: 10%; */
    /* width: 161%; */
    width: 2.72rem;
    left: 52%;
    bottom: 12%;
    /* display: none; */
}
.label_my_3{
    position: absolute;
    /* height: 10%; */
    width: 2.57rem;
    left: 28%;
    top: 69%;
    display: none;
}
.label_my_4{
    position: absolute;
    /* height: 10%; */
    width: 3.33rem;
    left: 48%;
    top: 33%;
    display: none;
}
.label_my_7{
    position: absolute;
    width: 2.12rem;
    bottom: 10%;
    left: 60%;
    display: none;
}
.label_my_9{
    position: absolute;
    /* height: 10%; */
    width: 2.14rem;
    left: 2%;
    top: 51%;
    display: none;
}
.label_my_5{
    position: absolute;
    /* height: 10%; */
    width: 2.96rem;
    left: 45%;
    top: 30%;
    display: none;
}
.label_my_6{
    position: absolute;
    /* height: 10%; */
    width: 2.12rem;
    left: 40%;
    top: 14%;
    display: none;
}
.basketball{
    position: absolute;
    bottom: 6%;
    width: 1.4rem;
    left: 62%;
}
@-webkit-keyframes bounce {
	0%,
	100%,
	20%,
	53%,
	80% {
		-webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
		transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	40%,
	43% {
		-webkit-transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
		transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
		-webkit-transform: translate3d(0, -90px, 0);
		transform: translate3d(0, -90px, 0)
	}
	70% {
		-webkit-transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
		transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
		-webkit-transform: translate3d(0, -45px, 0);
		transform: translate3d(0, -45px, 0)
	}
	90% {
		-webkit-transform: translate3d(0, -12px, 0);
		transform: translate3d(0, -12px, 0)
	}
}

@keyframes bounce {
	0%,
	100%,
	20%,
	53%,
	80% {
		-webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
		transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	40%,
	43% {
		-webkit-transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
		transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
		-webkit-transform: translate3d(0, -90px, 0);
		-ms-transform: translate3d(0, -90px, 0);
		transform: translate3d(0, -90px, 0)
	}
	70% {
		-webkit-transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
		transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
		-webkit-transform: translate3d(0, -45px, 0);
		-ms-transform: translate3d(0, -45px, 0);
		transform: translate3d(0, -45px, 0)
	}
	90% {
		-webkit-transform: translate3d(0, -12px, 0);
		-ms-transform: translate3d(0, -12px, 0);
		transform: translate3d(0, -12px, 0)
	}
}

.bounce {
	-webkit-animation-name: bounce;
    animation-name: bounce;
    animation-duration: 1.2s;
    -webkit-animation-duration: 1.2s;
	-webkit-transform-origin: center bottom;
	-ms-transform-origin: center bottom;
	transform-origin: center bottom
}
.chongdianxian{
    position: absolute;
    left: 35.5%;
    top: 66%;
}
.host_my_1{
    position: absolute;
    /* background: red; */
    width: 79%;
    height: 7%;
    top: 44%;
    left: 4%;
}
.host_my_2{
    position: absolute;
    /* background: red; */
    width: 47%;
    height: 7%;
    top: 35%;
    left: 2%;
}
.host_my_3{
    position: absolute;
    /* background: red; */
    width: 56%;
    height: 7%;
    top: 54%;
    left: 22%;
}
.host_my_4{
    position: absolute;
    /* background: red; */
    width: 53%;
    height: 10%;
    bottom: 8%;
    left: 2%;
}
.e_photo_box{
    position: absolute;
    left: 68.5%;
    height: 5%;
    top: 9.8%;
    width: 23.2%;
    /* transform: rotate(-1deg);
    -webkit-transform: rotate(-1deg); */
}
.e_photo_box img{
    position: absolute;
    width: 100%;
    display: none;
}
/* 
    弹窗
*/
.shop_window{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 190;
    background-color: rgba(0,0,0,0.8);
    display: none;
}
.shop_window .content{
    width: 6.56rem;
    height: 9.76rem;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -3.28rem;
    margin-top: -4.91rem;
    opacity: 0;
    transform: scale(0.1);
    -webkit-transform: scale(0.1);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.close_icon{
    width: 0.75rem;
    height: 0.79ren;
    position: absolute;
    z-index: 20;
    left: 0;
    top: 0;
}
.s_shop{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
}
.swiper_1{
    width: 92%;
    height: 94%;
    position: absolute;
    top: 1.5%;
    left: 2.5%;
}
.swiper_2{
    width: 92%;
    height: 94%;
    position: absolute;
    top: 1.5%;
    left: 2.5%;
}
.swiper_3{
    width: 92%;
    height: 94%;
    position: absolute;
    top: 1.5%;
    left: 2.5%;
}
.swiper_4{
    width: 92%;
    height: 94%;
    position: absolute;
    top: 1.5%;
    left: 2.5%;
}
.swiper-slide{
    width: 100% !important;
    height: 100%;
    overflow: hidden;
}
.swiper-slide img{
    width: 100%;
    height: 100%;
}
/* .swiper_box_2 .swiper-slide img{
    width: 88%;
    margin-top: 7%;
    margin-left: 8%;
}
.swiper_box_3 .swiper-slide img{
    width: 115%;
    margin-top: -0.6rem;
    margin-left: -4.5%;
}
.swiper_box_4 .swiper-slide img{
    width: 115%;
    margin-top: -0.6rem;
    margin-left: -4.5%;
} */
.slide_word{
    position: absolute;
    z-index: 4;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
/* .swiper_box_3 .slide_word{
    position: absolute;
    z-index: 4;
    top: 63%;
    width: 98%;
    left: -1%;
}
.swiper_box_4 .slide_word{
    position: absolute;
    z-index: 4;
    top: 63%;
    width: 98%;
    left: -1%;
} */
.swiper_box{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.arrow_left{
    position: absolute;
    left: 12px;
    top: 2.8rem;
    z-index: 5;
}
.arrow_right{
    position: absolute;
    right: 13px;
    top: 2.8rem;
    z-index: 5;
}
.hd_ts{
    position: fixed;
    bottom: 0.5rem;
    width: 50%;
    left: 50%;
    margin-left: -25%;
}
/*
    转场黑幕
*/
.black_bg{
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left:0;
    background-color: #fff;
    opacity:0;
    z-index: -1;
}
.black_active{
    z-index: 9999;
}

.duration{
    transition: all 2s;
    -webkit-transition: all 2s;
}

@-webkit-keyframes swing {
	20% {
		-webkit-transform: rotate3d(0, 0, 1, 15deg);
		transform: rotate3d(0, 0, 1, 15deg)
	}
	40% {
		-webkit-transform: rotate3d(0, 0, 1, -10deg);
		transform: rotate3d(0, 0, 1, -10deg)
	}
	60% {
		-webkit-transform: rotate3d(0, 0, 1, 5deg);
		transform: rotate3d(0, 0, 1, 5deg)
	}
	80% {
		-webkit-transform: rotate3d(0, 0, 1, -5deg);
		transform: rotate3d(0, 0, 1, -5deg)
	}
	100% {
		-webkit-transform: rotate3d(0, 0, 1, 0deg);
		transform: rotate3d(0, 0, 1, 0deg)
	}
}

@keyframes swing {
	20% {
		-webkit-transform: rotate3d(0, 0, 1, 15deg);
		-ms-transform: rotate3d(0, 0, 1, 15deg);
		transform: rotate3d(0, 0, 1, 15deg)
	}
	40% {
		-webkit-transform: rotate3d(0, 0, 1, -10deg);
		-ms-transform: rotate3d(0, 0, 1, -10deg);
		transform: rotate3d(0, 0, 1, -10deg)
	}
	60% {
		-webkit-transform: rotate3d(0, 0, 1, 5deg);
		-ms-transform: rotate3d(0, 0, 1, 5deg);
		transform: rotate3d(0, 0, 1, 5deg)
	}
	80% {
		-webkit-transform: rotate3d(0, 0, 1, -5deg);
		-ms-transform: rotate3d(0, 0, 1, -5deg);
		transform: rotate3d(0, 0, 1, -5deg)
	}
	100% {
		-webkit-transform: rotate3d(0, 0, 1, 0deg);
		-ms-transform: rotate3d(0, 0, 1, 0deg);
		transform: rotate3d(0, 0, 1, 0deg)
	}
}

.swing {
	-webkit-transform-origin: top center;
	-ms-transform-origin: top center;
	transform-origin: top center;
	animation: swing 1.2s linear;
    -webkit-animation: swing 1.2s linear;
}
.host_window{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    display: none;
}


/*  */
.scene1_founded_window{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    background-color: #ffbc7d;
    display: none;
}
.founded_bg{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover; 
}
.scene1_founded_window .content{
    width: 6.56rem;
    height: 9.89rem;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -3.28rem;
    margin-top: -4.945rem;
    opacity: 0;
    transform: scale(0.1);
    -webkit-transform: scale(0.1);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.prize_img{
    /* width: 100%;
    position: absolute;
    top: 0;
    left: 0; */
    display: none;
}
.prize1_img{
    width: 68%;
    left: 44%;
    margin-left: -30%;
    /* height: 100%; */
    position: absolute;
    top: 11%;
    object-fit: contain;
}
.prize2_img{
    width: 92%;
    left: 44%;
    margin-left: -42%;
    /* height: 100%; */
    position: absolute;
    top: 6%;
    object-fit: contain;
}
.prize3_img{
    width: 84%;
    left: 49%;
    margin-left: -42%;
    /* height: 100%; */
    position: absolute;
    top: 6%;
    object-fit: contain;
}
.myCanvas{
    position: fixed;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 0;
}
.close_window_1{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}
.scene1_founded_window .content2{
    position: absolute;
    height: 80%;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%) scale(0.1);
    -webkit-transform: translate(-50%,-50%) scale(0.1);
    opacity: 0;
    display: none;
    z-index: 4;
}
.scene1_founded_window .save_img{
    height: 100%;
    width: auto !important;
}
.scene1_founded_window .save_img_2{
    height: 100%;
    width: auto !important;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 4;
}


.show_founded_window .ani2{
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transform: translate(-50%,-50%) scale(1);
    -webkit-transform: translate(-50%,-50%) scale(1);
    opacity: 1;
}
.canSaveImg{
    /* -webkit-user-select:auto !important;
	-khtml-user-select:auto !important;
	-moz-user-select:auto !important;
	-ms-user-select:auto !important;
	user-select:auto !important; */
    pointer-events: auto !important;
}
.close_window2{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 2rem;
}


.show{
    display: block !important;
}
.hide{
    display: none !important;
}
.toScale{
    transform: none !important;
    -webkit-transform: none !important;
    opacity: 1 !important;
}

.showAni .ani{
    transform: none !important;
    -webkit-transform: none !important;
    opacity: 1 !important;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}