html, body {
    position: relative;
    height: 100%;
    background-color: #000;
}
.box1,.box2,.box3,.box4,.box5,.box6{
    overflow: hidden;
}


/* 加载页面 */
.jz{
    /* min-width: 1550px; */
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    z-index: 99999;
    top: 0;
    left: 0;
}
.jz_l,.jz_r{
    width: 30%;
    height: 4px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    overflow: hidden;
}
.jz_l{
    left: 0;
}
.jz_r{
    right: 0;
}
#jz_l,#jz_r{
    height: 4px;
    background-color: #FFB800;
    width: 0%;
    position: absolute;
}
#jz_l{
    left: 0;
}
#jz_r{
    right: 0;
}
.jz_loading{
    width: 260px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: url(https://jp-static-jd.gameduchy.com/lsns/pc/images/Loading.gif) no-repeat top center/cover;
    
}
#range{
	position: absolute;
    height: 40px;
    top: 0px;
    left: 0px;
}
#percent{
	position: absolute;
    top: 37px;
    font-size: 30px;
    color: #FFB800;
    left: 50%;
    transform: translateX(-50%);
}
#box{
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 260px;
    height: 40px;
    text-align: center;
}



#loading_bg{
    width: 100%;
    height: 100%;
}







/* 加载页面 */







body {
    max-width: 2560px;
    color: #000;
    margin: 0;
    padding: 0;
    color: #FFFFFF;
    overflow: hidden;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.box_swiper-container{
    width: 100%;
    height: 100%;
    z-index: 1;
}
.box_swiper-container .swiper-slide {
    text-align: center;
    overflow: hidden;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}





/* 导航条 */
.nav_box{
    min-width: 1550px;
    min-height: 64.78px;
    width: 100%;
    height: 4.1796875vw;
    position: relative;
    /* top: 0;
    left: 0; */
    z-index: 2;
}
.nav_box_msbl{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .3);
    filter: blur(3px);
    text-align: center;

}
.logo{
    min-width: 148.94px;
    min-height: 33.91px;
    position: absolute;
    width: 9.609375vw;
    height: 2.1875vw;
    top: 50%;
    left: 0.6%;
    transform: translateY(-50%);
}
.logo img{
    width: 100%;
    height: 100%;
}
/* 临时版本 */
.nav{
    /* min-width: 626.05px; */
    width: 40.390625vw;
    min-height: 64.78px;
    height: 100%;
    position: absolute;
    left: 22%;
    display: flex;
    justify-content: space-between;
    opacity: 1;

}
.nav_a_p1{
    width: 100%;
    font-size: 1.2vw;
    position: absolute;
    top: 22%;
    left: 50%;
    transform: translateX(-50%);
    font-weight: bold;
    font-family: galderglynnTitling;
}
.icon{
    /* min-width: 21.67px;
    min-height: 13.47px; */
    position: absolute;
    width: 1.4453125vw;
    height: 0.8984375vw;
    top: 4.1796875vw;
    left: 0.2734375%;
    display: flex;
    z-index: 2;
}
.icon img{
    width: 100%;
    height: 100%;
}
.nav_a_p2{
    width: 100%;
    position: absolute;
    top: 58%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 0.8vw;
    font-weight: bold;
    font-family: NotoSansCJKBold;
}

/* 临时版本 */
.nav a{
    min-width: 156.5px;
    min-height: 64.78px;
    height: 100%;
    position: relative;
    color:#d7d7d7;
    width: 25%;

}
/* .nav a img{
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
} */
.nav a p{
    text-align: center;
}
.msg img,.news img,.yy img{
    display: none;
}




.mt{
    min-width: 147.25px;
    min-height: 25.42px;
    width: 9.5vw;
    height: 1.640625vw;
    position: absolute;
    right: 7.5%;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
}
.mt a{
    display: block;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.logo_white{
    min-width: 23.61px;
    min-height: 24.81px;
    width: 1.5234375vw;
    height: 1.6015625vw;
    background-image: url(https://jp-static-jd.gameduchy.com/lsns/pc/images/nav/yy/logo_white.png);
    background-repeat: no-repeat;
    background-position: center/top;
    background-size: cover;

}
.logo_white:hover{ 
    background-image: url(https://jp-static-jd.gameduchy.com/lsns/pc/images/nav/yy/logo_white_h.png);
}
.layer{
    min-width: 33.3px;
    min-height: 25.42px;
    width: 2.1484375vw;
    height: 1.640625vw;
    background-image: url(https://jp-static-jd.gameduchy.com/lsns/pc/images/nav/yy/layer.png);
    background-repeat: no-repeat;
    background-position: center/top;
    background-size: cover;
}
.layer:hover{ 
    background-image: url(https://jp-static-jd.gameduchy.com/lsns/pc/images/nav/yy/layer_h.png);
}
.ytb{
    min-width: 32.69px;
    min-height: 23.61px;
    width: 2.109375vw;
    height: 1.5234375vw;
    background-image: url(https://jp-static-jd.gameduchy.com/lsns/pc/images/nav/yy/ytb.png);
    background-repeat: no-repeat;
    background-position: center/top;
    background-size: cover;
}
.ytb:hover{ 
    background-image: url(https://jp-static-jd.gameduchy.com/lsns/pc/images/nav/yy/ytb_h.png);
}
.mt a img{
    width: 100%;
    height: 100%;
}



.nav_audio{
    min-width: 36.92px;
    min-height: 30.88px;
    width: 2.3828125vw;
    height: 1.9921875vw;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 3%;
}
.close_music_div .open_music_div{
    width: 100%;
    height: 100%;
 }
.music_btn_stop,.music_btn_go{
    position: absolute;
    width: 100%;
    height: 100%;
}
.music_btn_stop{
    background-image: url(https://jp-static-jd.gameduchy.com/lsns/pc/images/nav/yy/audio_btn_open.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
}
.music_btn_stop:hover{
    background-image: url(https://jp-static-jd.gameduchy.com/lsns/pc/images/nav/yy/audio_btn_open_h.png);
}
.music_btn_go{
    background-image: url(https://jp-static-jd.gameduchy.com/lsns/pc/images/nav/yy/audio_btn_close.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
}
.music_btn_go:hover{
    background-image: url(https://jp-static-jd.gameduchy.com/lsns/pc/images/nav/yy/audio_btn_close_h.png);
}
/* 导航条 */




/* 页底 */
.box1_bottom_bq_content{
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: 8.984375vw;
    border-top: 2px solid #FFB800;
    z-index: 3;
    background: rgba(0,0,0,.9);
    text-align: left;
    /* display: none; */
    transition: all .5s ease-in-out;
}

.foot_left{
	position: absolute;
	width: 35%;
	height: 100%;
	left: 0;
}
.foot_logo_top{
    width: 13.828125vw;
    height: 3.5572vw;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.foot_logo_bottom{
    width: 13.828125vw;
    height: 2.34375vw;
	position: absolute;
	bottom: 7%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.foot_right{
    position: absolute;
    width: 65%;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.foot_bth_box{
    margin-top: 1%;
    margin-bottom: 0.6%;
}
.userAgreement,.policy,.childPrivacy,.about,.contact{
    font-size: 0.859375vw;
    color: #FFFFFF;
    text-align: center;
}
.userAgreement:hover,.policy:hover,.childPrivacy:hover{
	color: #888;
}
.foot_font{
	line-height: 150%;
	text-align: left;
    font-size: 0.78125vw;
    color: #BABABA;
    line-height: 1.7578125vw;
}
.foot_right .foot_font a{
	color:rgba(255,255,255,0.6);
}
.foot_right:hover .foot_font a:hover{
	color:rgba(255,255,255,1);
}
.foot_font1{
    font-family: NotoSansCJKMedium;
}
.foot_font2{
    font-family: galderglynnTitling;
}

/* 页底 */






.box1{
    /* min-width: 1550px; */
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.box1_slogan{
    /* min-width: 531.59px;
    min-height: 142.28px; */
    width: 34.296875vw;
    height: 9.1796875vw;
    position: absolute;
    top: 63.5%;
    left: 6.5%;
}
.box1_slogan img{
    width: 100%;
    height: 100%;
}
.left_pic{
    /* min-width: 117.45px;
    min-height: 19.97px; */
    width: 7.578125vw;
    height: 1.2890625vw;
    position: absolute;
    left: 6.4%;
    top: 14.2%;
}
.left_pic img{
    width: 100%;
    height: 100%;
}
/* .yy_btn{
    display: block;
    width: 1.3007812499999998vw;
    height: 1.953125vw;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 30px;
    color: #FFFFFF;
}
.yy_btn img{
    width: 25px;
    height: 50px;
    position: absolute;
}
.yy_btn_l{
    left: 0;
}
.yy_btn_r{
    right: 0;
    transform: rotateY(180deg);
} */
/* .box1_bottom{
    min-height: 60.55px;
    width: 100%;
    height: 3.90625vw;
    background: rgba(0,0,0,.2);
    position: absolute;
    bottom: 0;
} */
.box1_bottom_logo{
    /* min-width: 214.33px;
    min-height: 36.33px; */
    width: 13.828125vw;
    height: 2.34375vw;
    position: absolute;
    top: 85%;
    right: 5%;
}
.box1_bottom_logo img{
    width: 100%;
    height: 100%;
}
.box1_line{
    /* min-width: 1271.75px; */
    width: 88.5%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 91%;
    left: 6.6%;
}
.play_bg{
    /* min-width: 119.88px;
    min-height: 108.98px; */
    width: 7.734375vw;
    height: 7.03125vw;
    background: url(https://jp-static-jd.gameduchy.com/lsns/pc/images/box1/play_bg.png) no-repeat center top/cover;
    position: absolute;
    top: 64.1%;
    left: 29.4%;
}
.play_btn{
    /* min-width: 26.64px;
    min-height: 35.72px; */
    display: block;
    width: 1.71875vw;
    height: 2.3046875vw;
    position: absolute;
    background: url(https://jp-static-jd.gameduchy.com/lsns/pc/images/box1/play_btn.png) no-repeat center top/cover;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.sec1_bg{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.download{
    /* min-width: 310px;
    min-height: 49.03px; */
    width: 20.5vw;
    display: flex;
    justify-content: space-around;
    position: absolute;
    left: 6.4%;
    top: 83.1%;

}
.load_btn{
    margin-left: 1%;
    opacity: 1;
}
.load_btn:hover{
    opacity: .8;
    transition: all .5s ease-in-out;
}
.ios_load{
    /* min-width: 133.2px;
    min-height: 49.03px; */
    width: 8.59375vw;
    height: 3.1640625vw;
    margin-left: 0!important;
    background: url(https://jp-static-jd.gameduchy.com/lsns/pc/images/box1/ios_load.png) no-repeat center top/cover;
}
.az_load{
    /* min-width: 159.23px;
    min-height: 49.03px; */
    width: 10.2734375vw;
    height: 3.1640625vw;
    background: url(https://jp-static-jd.gameduchy.com/lsns/pc/images/box1/az_load.png) no-repeat center top/cover;

}

.sec1_bg video{
    width: 100%;
    height: auto;
}

#box1_bgmp4{
    width: auto;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}


.test_box1{
    width: 100%;
    height: 100%;
    /* background: url(https://jp-static-jd.gameduchy.com/lsns/pc/images/box1/yy/bg.jpg) no-repeat center top/cover; */
    /* background: url(https://jp-static-jd.gameduchy.com/lsns/pc/images/box1/yy/bg1.jpg) no-repeat center top/cover; */
    position: relative;
}
.yy_box1_bottom_bg{
    min-height: 301.52px;
    width: 100%;
    height: 19.453125vw;
    position: absolute;
    bottom: 4.5%;
    left: 0;
}
.yy_box1_bottom_bg_btn{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.yy_box1_bottom_font{
    min-width: 908.8px;
    min-height: 91.42px;
    width: 58.6328125vw;
    height: 5.8984375vw;
    background: url(https://jp-static-jd.gameduchy.com/lsns/pc/images/box1/yy/yy_box1_bottom_font.png) no-repeat center top/cover;
    position: absolute;
    bottom: 3.3%;
    left: 20.9%;
}
.yy_box1_bottom_btn{
    min-width: 287.59px;
    min-height: 66.59px;
    width: 18.5546875vw;
    height: 4.296875vw;
    background: url(https://jp-static-jd.gameduchy.com/lsns/pc/images/box1/yy/yy_box1_bottom_btn.png) no-repeat center top/cover;
    position: absolute;
    bottom: 18.3%;
    right: 0.9%;
}
.yy_box1_bottom_btn span{
    color: #6f6f6f;
    font-size: 0.6640625vw;
}
.yy_box1_bottom_yys{
    width: 75%;
    position: absolute;
    bottom: 19%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.5625vw;
    font-family: NotoSansCJKBold;
    font-weight: 500;
}
.yy_box1_bottom_yys_dy{
    width: 75%;
    position: absolute;
    bottom: 11%;
    left: 50%;
    transform: translateX(-50%) rotateX(202deg);
    font-size: 1.5625vw;
    font-family: NotoSansCJKBold;
    font-weight: bold;
}
.yys_wz_dy{
    background: linear-gradient(to bottom,transparent 33%,#454853);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    text-align: center;
    user-select: none;
}
.yys_dy{
    background: linear-gradient(to bottom,transparent 33%,#6a5539);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    text-align: center;
    user-select: none;

}

/* .yys::after,.yys_wz::after{
    position: absolute;
    content: "の車掌さんが発車しました";
    transform: rotateX(180deg) skewX(10deg);
    bottom: -50px;
    left: 41%;
    background: linear-gradient(to bottom, transparent 46%, #fff);
    background-clip: text;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    color: transparent;
  } */
  .yys{
    color: #ffa302!important;
    }
.yy_box1_ztl{
    min-width: 267.61px;
    min-height: 75.67px;
    width: 17.265625vw;
    height: 4.8828125vw;
    background: url(https://jp-static-jd.gameduchy.com/lsns/pc/images/box1/yy/yy_box1_ztl.png) no-repeat center top/cover;
    position: absolute;
    right: 6.3%;
    top: 74.15%;
}
.yy_box1_ztl_l{
    display: block;
    min-width: 130.17px;
    min-height: 118.06px;
    width: 8.3984375vw;
    height: 7.6171875vw;
    background: url(https://jp-static-jd.gameduchy.com/lsns/pc/images/box1/yy/yy_box1_ztl_l.png) no-repeat center top/cover;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    left: 50%;
}
.yy_box1_ztl_l_btn{
    width: 1.71875vw;
    height: 2.3046875vw;
    position: absolute;
    top: 52%;
    transform: translate(-50%,-50%);
    left: 53%;
}
.yy_box1_ztl_r{
    min-width: 179.3px;
    min-height: 55.69px;
    width: 67%;
    position: absolute;
    right: 1%;
    top: 45%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: space-around;
}
.yy_box1_ztl_r a{
    min-width: 88.39px;
    min-height: 27.84px;
    display: block;
    width: 5.703125vw;
    height: 1.796875vw;
}
.yy_box1_ztl_content{
    min-width: 695.484px;
    min-height: 87.141px;
    width: 62.65625vw;
    height: 7.8515625vw;
    display: flex;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translateX(-50%);
    background: url(https://jp-static-jd.gameduchy.com/lsns/pc/images/box1/new/download_bg.png) no-repeat center top/cover;
}
.yy_box1_ztl_content_i{
    min-width: 775px!important;
    width: 33vw!important;
}
.yy_box1_ztl_content a{
    min-width: 73.703px;
    min-height: 27.313px;
    display: block;
    width: 6.640625vw;
    height: 2.4609375vw;

}
.yy_box1_ztl_1{
    background: url(https://jp-static-jd.gameduchy.com/lsns/pc/images/box1/new/ios.png) no-repeat center top/cover;
    position: absolute;
    top: 15%;
    right: 21%;
}
.yy_box1_ztl_2{
    background: url(https://jp-static-jd.gameduchy.com/lsns/pc/images/box1/new/gg.png) no-repeat center top/cover;    
    position: absolute;
    top: 49%;
    right: 27%;
}
.yy_box1_ztl_3{
    background: url(https://jp-static-jd.gameduchy.com/lsns/pc/images/box1/new/dmm.png) no-repeat center top/cover;    
    position: absolute;
    top: 49%;
    right: 15%;
}
.yy_box1_ztl_4{
    background: url(https://jp-static-jd.gameduchy.com/lsns/pc/images/box1/new/az.png) no-repeat center top/cover;    
    position: absolute;
    top: 15%;
    right: 9%;
}
.yy_box1_ztl_5{
    background: url(https://jp-static-jd.gameduchy.com/lsns/pc/images/box1/new/pc.png) no-repeat center top/cover;
    position: absolute;
    top: 49%;
    right: 3%;
}

.box1_yy{
    /* min-width: 1550px;
    min-height: 782.27px; */
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(https://jp-static-jd.gameduchy.com/lsns/pc/images/box1/yy/box1_yy_bg.png) no-repeat center top/cover;
    z-index: 5;
}






.video_btn{
    min-width: 76.906px!important;
    min-height: 69.172px!important;
    width: 6.9921875vw!important;
    height: 6.2890625vw!important;
    background: url(https://jp-static-jd.gameduchy.com/lsns/pc/images/box1/new/video_btn_play.png) no-repeat center top/cover;
    position: absolute;
    top: -80%;
    left: 50%;
    transform: translateX(-50%);
}
.video_btn img{
    min-width: 18.906px;
    min-height: 25.344px;
    width: 1.71875vw;
    height: 2.3046875vw;
    position: absolute;
    top: 52%;
    left: 54%;
    transform: translate(-50%,-50%);
}

#video {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	height: 100%;
	display: none;
}
#video .video_box {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-around;
	align-items: center
}
#video .flowplayer {
	width: 60%;
	position: fixed;
	top: 150px;
	left: 50%;
	margin-left: -30%;
	z-index: 1000
}
#video .video_close{
    width: 56px;
    height: 56px;
    cursor: pointer;
    background: url(https://jp-static-jd.gameduchy.com/lsns/pc/images/box1/new/video_close.png) no-repeat center;
    background-size: 100%;
    position: absolute;
    z-index: 1100;
    right: 50%;
    top: 50%;
}
#video .video_bg {
	background: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 900
}
#video video {
	position: relative;
	z-index: 1000;
	width: 90%;
	max-width: 1600px;
}









.box1_yy_list_bg{
    /* min-width: 431.69px;
    min-height: 457.13px; */
    width: 27.8515625vw;
    height: 29.4921875vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: url(https://jp-static-jd.gameduchy.com/lsns/pc/images/box1/yy/box1_yy_list_bg.png) no-repeat center top/cover;

}
.close{
    /* min-width: 50.86px;
    min-height: 50.25px; */
    display: block;
    width: 3.28125vw;
    height: 3.2421875vw;
    background: url(https://jp-static-jd.gameduchy.com/lsns/pc/images/box1/yy/close.png) no-repeat center top/cover;
    position: absolute;
    top: 5%;
    right: 4%;
}
.yy_content{
    /* min-width: 302.73px;
    min-height: 121.09px; */
    width: 19.53125vw;
    height: 7.8125vw;
    position: absolute;
    left: 48%;
    transform: translateX(-50%);
    top: 27.5%;
}
.sjh,.qsryzm{
    /* min-width: 302.73px;
    min-height: 35.11px; */
    width: 19.53125vw;
    height: 2.265625vw;
    background: url(https://jp-static-jd.gameduchy.com/lsns/pc/images/box1/yy/yy_input.png) no-repeat center top/cover;
    color: #8b8b8b;
    font-family: NotoSansCJKMedium;
    border-radius: 0.234375vw;
    border: none;
    padding: 0;
    margin: 0;
    font-size: 0.703125vw;
    text-indent: 6%;
}
.yzm{
    /* min-width: 302.73px;
    min-height: 35.11px; */
    width: 19.53125vw;
    height: 2.265625vw;
    position: relative;
}
.hqyzm{
    /* min-width: 95.66px;
    min-height: 21.19px; */
    width: 6.171875vw;
    height: 1.3671875vw;
    background: url(https://jp-static-jd.gameduchy.com/lsns/pc/images/box1/yy/to_mail.png) no-repeat center top/cover;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 3%;
    text-align: center;
    text-indent: 16%;
    font-size: 0.625vw;
    font-family: NotoSansCJKMedium;
    cursor: pointer;
    color: #333331;
    border-radius: 0.234375vw;
    border: none;
    padding: 0;
    margin: 0;
}
.yy_sm{
    text-indent: 6%;
    font-size: 0.625vw;
    font-family: NotoSansCJKMedium;
    color: #6e6e6e;
    margin-top: 2%;
}
.yy_gz{
    margin-left: 6%;
    font-size: 0.625vw;
    font-family: NotoSansCJKMedium;
    color: #6e6e6e;
    margin-top: 2%;
}
.yy_gz_qr{
    /* min-width: 13.31px;
    min-height: 13.31px; */
    width: 0.859375vw;
    height: 0.859375vw;
    display: inline-block;
    background-image: url(https://jp-static-jd.gameduchy.com/lsns/pc/images/box1/yy/gz_wxz.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    vertical-align: middle;
    cursor: pointer;
}
.yy_gz a{
    color: #dd9601;
}

.yyyz_btn{
    /* min-width: 162.27px;
    min-height: 34.5px; */
    width: 10.46875vw;
    height: 2.2265625vw;
    background: url(https://jp-static-jd.gameduchy.com/lsns/pc/images/box1/yy/yy_btn.png) no-repeat center top/cover;
    position: absolute;
    top: 82.5%;
    left: 48%;
    transform: translateX(-50%);

}
.yywc{
    display: none;
    color: #333331;
    font-size: 37px;
    font-family: NotoSansCJKMedium;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 34.3%;
    left: 50%;
    transform: translateX(-50%);
    font-weight: bolder;
}
.ptxz_box{
    /* min-width: 274.27px;
    width: 17.6953125vw; */
    display: flex;
    position: absolute;
    top: 74%;
    left: 48%;
    transform: translateX(-50%);
    justify-content: space-between;
    font-size: 0.9375vw;
    font-family: NotoSansCJKMedium;
    color: #656565;
}
.ptxz_1_qr,.ptxz_2_qr,.ptxz_3_qr{
    /* min-width: 13.31px;
    min-height: 13.31px; */
    width: 0.859375vw;
    height: 0.859375vw;
    display: inline-block;
    background-image: url(https://jp-static-jd.gameduchy.com/lsns/pc/images/box1/yy/gz_wxz.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    vertical-align: middle;
    cursor: pointer;
}
.yy_zz{
    /* min-width: 1550px;
    min-height: 782.27px; */
    width: 100%;
    height: 50.46875vw;
    position: absolute;
    top: 0;
    left: 100%;
    transition: all .5s ease-in-out;
    z-index: 4;
    background: url(https://jp-static-jd.gameduchy.com/lsns/pc/images/box1/yy/box1_yy_bg.png) no-repeat center top/cover;
}
.yy_zz_content{
    /* min-width: 1550px;
    min-height: 302.73px; */
    width: 100%;
    height: 19.53125vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.zsx{
    /* min-width: 1550px;
    min-height: 7.27px; */
    width: 100%;
    height: 0.46875vw;
    background: url(https://jp-static-jd.gameduchy.com/lsns/pc/images/box1/yy/zsx.png) no-repeat center top/cover;
    position: absolute;
    top: 44%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.yy_zz_content_box{
    /* min-width: 465.59px;
    min-height: 302.73px; */
    width: 30.0390625vw;
    height: 19.53125vw;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.yyfont_top_pic{
    /* min-width: 465.59px;
    min-height: 121.69px; */
    width: 29.4140625vw;
    height: 7.8515625vw;
    background-image: url(https://jp-static-jd.gameduchy.com/lsns/pc/images/box1/yy/yyfont_top_pic.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.yyfont_top_pic_btn{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.yyfont_slogan{
    /* min-width: 334.81px;
    min-height: 111.41px; */
    width: 21.6015625vw;
    height: 7.1875vw;
    background: url(https://jp-static-jd.gameduchy.com/lsns/pc/images/box1/yy/yyfont_slogan.png) no-repeat center top/cover;
    position: absolute;
    top: 32%;
    left: 50%;
    transform: translateX(-50%);
}
.yyfont_slogan_btn{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.yyfont_top_pic_btn{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.yyfont_slogan span{
    font-size: 1.171875vw;
    color: #2e2e2e;
    font-weight: bolder;
}
.yyfont_slogan_font{
    /* min-width: 112.61px;
    min-height: 26.03px; */
    width: 7.265625vw;
    height: 1.6796875vw;
    position: absolute;
    bottom: 4%;
    right: 0.8%;
    text-align: right;
}
.yyfont_slogan_font1{
    font-family: galderglynnTitling;
}
.yyfont_slogan_font2{
    font-family: NotoSansCJKMedium;
    margin-right: 7%;
}
.yyfont_btn{
    /* min-width: 285.14px;
    min-height: 69.63px; */
    /* width: 18.3984375vw; */
    height: 4.4921875vw;
    display: flex;
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translateX(-50%);
}
.yyfont_btn a{
    /* min-width: 82.8px;
    min-height: 69.63px; */
    display: block;
    width: 6.1328125vw;
    height: 4.4921875vw;
    margin-right: 4.3%;
}
.yyfont_btn_ios{
    background: url(https://jp-static-jd.gameduchy.com/lsns/pc/images/box1/yy/ios.png) no-repeat center top/cover;
}
.yyfont_btn_ios:hover{
    background: url(https://jp-static-jd.gameduchy.com/lsns/pc/images/box1/yy/ios_h.png) no-repeat center top/cover;
}
.yyfont_btn_dmm{
    background: url(https://jp-static-jd.gameduchy.com/lsns/pc/images/box1/yy/dmm.png) no-repeat center top/cover;
}
.yyfont_btn_dmm:hover{
    background: url(https://jp-static-jd.gameduchy.com/lsns/pc/images/box1/yy/dmm_h.png) no-repeat center top/cover;
}
.yyfont_btn_gg{
    background: url(https://jp-static-jd.gameduchy.com/lsns/pc/images/box1/yy/gg.png) no-repeat center top/cover;
    margin-right: 0;
}
.yyfont_btn_gg:hover{
    background: url(https://jp-static-jd.gameduchy.com/lsns/pc/images/box1/yy/gg_h.png) no-repeat center top/cover;
}


.box2{
    width: 100%;
    height: 100%;
    background: url(https://jp-static-jd.gameduchy.com/lsns/pc/images/box2/box2_bg.png) no-repeat center top/cover;
    position: relative;
}



.box3{
    width: 100%;
    height: 100%;
    position: relative;
    background: url(https://jp-static-jd.gameduchy.com/lsns/pc/images/box3/box3_bg.png) no-repeat center top/cover;
}






.box4{
    /* min-width: 1550px;
    min-height: 782.27px; */
    width: 100%;
    height: 50.46875vw;
    /* background: url(https://jp-static-jd.gameduchy.com/lsns/pc/images/box4/box4_bg.png) no-repeat center top/cover; */
    position: absolute;
    left: 0;
    top: 0;
}
.box4_shili{
    position: absolute;
    left: 0;
    top: 0;
    /* min-width: 1550px;
    min-height: 782.27px; */
    width: 100%;
    height: 50.46875vw;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-image: url(https://jp-static-jd.gameduchy.com/lsns/pc/images/box4/11111.png); */
    /* background-image: url(https://jp-static-jd.gameduchy.com/lsns/pc/images/box4/box4_shili_1klb.png); */
}
.box4_left_line_bottom_bg{
    /* min-width: 1550px;
    min-height: 280.33px; */
    width: 100%;
    height: 18.0859375vw;
    background: url(https://jp-static-jd.gameduchy.com/lsns/pc/images/box4/box4_left_line_bottom_bg.png) no-repeat center top/cover;
    position: absolute;
    bottom: 0;
    left: 0;
}
.box4_left_line{
    /* min-width: 1550px;
    min-height: 782.27px; */
    width: 100%;
    height: 50.46875vw;
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url(https://jp-static-jd.gameduchy.com/lsns/pc/images/box4/box4_left_line.png);
    position: absolute;
    top: 0;
    left: 0;
}

.box4_left_line img{
    width: 100%;
    height: 100%;
}
.zz{
    cursor: pointer;
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(https://jp-static-jd.gameduchy.com/lsns/pc/images/box4/zz.png) no-repeat center center/cover;
    z-index: 4;
}
.box4_left_bg{
    /* min-width: 167.7px;
    min-height: 87.19px; */
    width: 10.8203125vw;
    height: 5.625vw;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(https://jp-static-jd.gameduchy.com/lsns/pc/images/box4/box4_left_bg.png);
    position: absolute;
    top: 60.2%;
    left: 1.1%;
    z-index: 5;
}

.box4_sl{
    /* min-width: 465px;
    min-height: 136.39px; */
    width: 30%;
    height: 8.8vw;
    display: flex;
    position: absolute;
    top: 57.7%;
    left: 10.7%;
    z-index: 8;
}
.box4_sl_num{
    /* min-width: 101.8px;
    min-height: 110.05px; */
    display: block;
    width: 6.015625vw;
    height: 6.6015625vw;
}
.box4_sl_1{
    transform: rotate(355deg);
    margin-top: 2.8%;
    margin-left: 1%;
    z-index: 1;
}
.box4_sl_2{
    transform: rotate(8deg);
    margin-top: 5.9%;
    margin-left: -1%;
    z-index: 2;
}
.box4_sl_3{
    transform: rotate(0deg);
    margin-top: 1.4%;
    margin-left: 0%;
    z-index: 3;
}
.box4_sl_4{
    transform: rotate(-8deg);
    margin-top: 6.7%;
    margin-left: -1.9%;
    z-index: 4;
}
.box4_sl_5{
    transform: rotate(6deg);
    margin-top: 0.7%;
    margin-left: -1.7%;
    z-index: 3;
}
.box4_sl_bg_h{
    /* min-width: 222.9px;
    min-height: 303.81px; */
    width: 12.8125vw;
    height: 18.5546875vw;
    background: url(https://jp-static-jd.gameduchy.com/lsns/pc/images/box4/box4_sl_bg_h.png) no-repeat center center/cover;
    position: absolute;
    top: 49%;
    left: 7%;
    z-index: 4;
    display: none;
}
.box4_sl_bg_h1{
    transform: rotate(355deg);
    top: 49%;
    left: 7%; 
}
.box4_sl_bg_h2{
    transform: rotate(8deg);
    top: 50%;
    left: 12%;
}
.box4_sl_bg_h3{
    transform: rotate(0deg);
    top: 47%;
    left: 18.5%; 
}
.box4_sl_bg_h4{
    transform: rotate(-8deg);
    top: 50%;
    left: 24%; 
}
.box4_sl_bg_h5{
    transform: rotate(6deg);
    top: 46.5%;
    left: 29.5%; 
}
.box4_name_bg{
    /* min-width: 384.47px;
    min-height: 405.05px; */
    display: none;
    width: 24.8046875vw;
    height: 26.1328125vw;
    background: url(https://jp-static-jd.gameduchy.com/lsns/pc/images/box4/box4_name_bg.png) no-repeat center center/cover;
    position: absolute;
    top: 48%;
    left: 66.7%;
    z-index: 7;
}
.box4_sl_num img{  
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;

}
.box4_juese_line{
    /* min-width: 716.27px;
    min-height: 530.39px; */
    display: none;
    width: 46.2109375vw;
    height: 34.21875vw;
    position: absolute;
    top: 21%;
    left: 32.5%;
    background: url(https://jp-static-jd.gameduchy.com/lsns/pc/images/box4/box4_juese_line.png) no-repeat center center/cover;
}
.box4_logo_bg{
    /* min-width: 495.88px;
    min-height: 664.8px; */
    width: 31.9921875vw;
    height: 42.890625vw;
    position: absolute;
    top: 1%;
    left: 10%;
    background: url(https://jp-static-jd.gameduchy.com/lsns/pc/images/box4/box4_logo_bg.png) no-repeat center center/cover;

}
.box4_logo{
    /* min-width: 302.73px;
    min-height: 302.73px; */
    width: 19.53125vw;
    height: 19.53125vw;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-image: url(https://jp-static-jd.gameduchy.com/lsns/pc/images/box4/box4_logo_1klb.png); */
    position: absolute;
    top: 7.75%;
    left: 13.33%;
}
.box4_mz{
    font-size: 1.953125vw;
    line-height: 1.953125vw;
    letter-spacing: 0.1953125vw;
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 9%;
    color: #FFFFFF;
    font-weight: bold;
    font-family: NotoSansCJKBold;
}
.box4_introduce{
    /* min-width: 278.52px;
    min-height: 48px; */
    width: 17.96875vw;
    font-weight: 400;
    font-size: 0.625vw;
    color: #FFFFFF;
    position: absolute;
    top: 45.75%;
    left: 15%;
    text-align: left;
    font-family: NotoSansCJKMedium;
}
.box4_bottom{
    /* min-width: 1085px;
    min-height: 101.72px; */
    width: 70%;
    height: 6.5625vw;
    position: absolute;
    bottom: 3%;
    left: 52%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-evenly;
}
.box4_bottom_num{
    /* min-width: 97.64px;
    min-height: 101.72px; */
    display: block;
    width: 9%;
    height: 100%;
    position: relative;

}
.box4_bottom_border{
    /* min-width: 33.3px;
    min-height: 26.03px; */
    width: 2.1484375vw;
    height: 1.6796875vw;
    background: url(https://jp-static-jd.gameduchy.com/lsns/pc/images/box4/box4_bottom_border.png) no-repeat center top/cover;
    position: absolute;
    top: 32%;
    left: 50%;
    transform: translateX(-50%);
}
.box4_bottom_border img{
    width: 100%;
    height: 100%;
}
.box4_bottom_btn{
    /* min-width: 7.27px;
    min-height: 7.27px; */
    width: 0.46875vw;
    height: 0.46875vw;
    background: url(https://jp-static-jd.gameduchy.com/lsns/pc/images/box4/box4_bottom_btn.png) no-repeat center top/cover;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translateX(-50%);
}
.box4_bottom_bmx{
    /* min-width: 30.27px;
    min-height: 4.23px; */
    width: 1.953125vw;
    height: 0.2734375vw;
    position: absolute;
    top: 86%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
}
.box4_bottom_3{
    /* min-width: 130.19px;
    min-height: 101.72px; */
    width: 12%;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-image: url(https://jp-static-jd.gameduchy.com/lsns/pc/images/box4/box4_bottom_3yd_h.png); */
}
.box4_sl_name{
    width: 100%;
    font-weight: 200;
    font-size: 0.8203125vw;
    color: #FFFFFF;
    position: absolute;
    top: 68%;
    font-family: NotoSansCJKMedium;
}
.box4_sl_content_p{
    width: 100%;
    text-align: center;
    font-size: 0.9375vw;
    line-height: 1.8359375vw;
    color: #000;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    font-family: NotoSansCJKMedium;
    font-weight: 500;
}
.box4_pic{
    /* min-width: 1077.73px;
    min-height: 782.27px; */
    cursor: pointer;
    display: none;
    width: 69.53125vw;
    height: 50.46875vw;
    position: absolute;
    bottom: 0%;
    left: 29%;
    z-index: 6;
    overflow: hidden;
}
.box4_pic_content_box{
    /* min-width: 1077.73px;
    min-height: 782.27px; */
    cursor: pointer;
    display: none;
    width: 69.53125vw;
    height: 50.46875vw;
    position: absolute;
    bottom: 0%;
    left: 29%;
    z-index: 7;
    overflow: hidden;
}
.box4_pic_num{
    /* min-width: 1077.73px;
    min-height: 782.27px; */
    cursor: pointer;
    width: 69.53125vw!important;
    height: 50.46875vw!important;
    position: absolute;
    left: 0%;
    z-index: 1;
}
.box4_pic_name_box{
    /* min-width: 223.19px;
    min-height: 37.53px; */
    width: 14.4vw;
    display: flex;
    position: absolute;
    top: 66.3%;
    left: 61%;
    z-index: 3;
}
.box4_pic_name_zst{
    /* min-width: 7.86px;
    min-height: 37.53px; */
    width: 0.5078125vw;
    height: 2.421875vw;
    background: #ffffff;
}
.box4_pic_name{
    font-weight: 500;
    font-size: 2.421875vw;
    line-height: 2.421875vw;
    color: #FCF2EA;
    position: absolute;
    left: 11%;
    font-family: NotoSansCJKBold;
}
.box4_name{
    /* min-width: 242.19px;
    min-height: 99.3px; */
    width: 15.625vw;
    height: 6.40625vw;
    position: absolute;
    top: 64.7%;
    left: 64%;
    z-index: 2;
}
.box4_pic_cv{
    /* min-width: 133.8px;
    min-height: 33.3px; */
    width: 8.6328125vw;
    height: 2.1484375vw;
    position: absolute;
    top: 74.7%;
    left: 67%;
    z-index: 3;
    background: url(https://jp-static-jd.gameduchy.com/lsns/pc/images/box4/box4_cv_bg.png) no-repeat center center/cover;
}
.box4_pic_cv_p{
    font-weight: 400;
    font-size: 1vw;
    line-height: 2.1484375vw;
    color: #FCF2EA;
}
.box4_pic_introduce{
    /* min-width: 381.3px;
    min-height: 35.72px; */
    width: 24.6vw;
    height: 2.3046875vw;
    color: #FCF2EA;
    position: absolute;
    top: 80.7%;
    right: 0;
    z-index: 3;
    font-weight: 300;
    font-size: 0.6640625vw;
}
.box4_pic_introduce_p1{
    text-align: left;
    position: absolute;
    top: 10%;
    left: 0;
    font-family: NotoSansCJKMedium;
}
.box4_pic_introduce_p2{
    text-align: right;
    position: absolute;
    top: 59%;
    left: 3%;
    font-family: NotoSansCJKMedium;
}



.box5{
    /* min-width: 1550px;
    min-height: 782.27px; */
    width: 100%;
    height: 50.46875vw;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
}
.box5_top{
    /* min-width: 1550px;
    min-height: 721px; */
    width: 100%;
    height: 46.484375vw;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
}
.box5_pic_num{
    height: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% 100%;
    transition: all .2s ease-in-out;
    margin-left: 0.2734375%;
}
.box5_pic_1{
    background-image: url(https://jp-static-jd.gameduchy.com/lsns/pc/images/box5/box5_sl_1.png);
}
.box5_pic_2{
    background-image: url(https://jp-static-jd.gameduchy.com/lsns/pc/images/box5/box5_sl_2.png);
}
.box5_pic_3{
    background-image: url(https://jp-static-jd.gameduchy.com/lsns/pc/images/box5/box5_sl_3.png);
}
.box5_pic_4{
    background-image: url(https://jp-static-jd.gameduchy.com/lsns/pc/images/box5/box5_sl_4.png);
}
.box5_pic_5{
    background-image: url(https://jp-static-jd.gameduchy.com/lsns/pc/images/box5/box5_sl_5.png);
}

.box5_pic_1.active{
    background-image: url(https://jp-static-jd.gameduchy.com/lsns/pc/images/box5/box5_pic_1.png);
}

.box5_bottom{
    /* min-width: 1550px;
    min-height: 60.55px; */
    width: 100%;
    height: 3.90625vw;
    position: absolute;
    bottom: 2%;
    left: 0;
}
.yj_border{
    width: 7.1875vw;
    height: 1.2890625vw;
    position: absolute;
    bottom: 3%;
    left: 1%;
    background: url(https://jp-static-jd.gameduchy.com/lsns/pc/images/box5/yj_border.png) no-repeat center top/cover;
    z-index: 4;
}
.yj_border_span{
    font-size: 0.78125vw;
    line-height: 1.2890625vw;
    color: #ffa302;
    font-family: NotoSansCJKBold;
    position: absolute;
    left: 25%;
}
.yj_btn{
    width: 1.171875vw;
    height: 0.625vw;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    right: 18%;
    background: url(https://jp-static-jd.gameduchy.com/lsns/pc/images/box5/yj_btn.png) no-repeat center top/cover;
    transition: all .3s ease-in-out;
}
.box5_bottom_line{
    width: 80%;
    height: 2px;
    background: url(https://jp-static-jd.gameduchy.com/lsns/pc/images/box5/box5_bottom_line.png) no-repeat center top/cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
}
.box5_bottom_btn_box{
    width: 80%;
    height: 100%;
    display: flex;
    justify-content: space-around;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 3;
}
.box5_bottom_btn{
    /* min-width: 90.81px;
    min-height: 46.98px; */
    width: 5.859375vw;
    height: 3.03125vw;
    transition: all .5s ease-in-out;
    margin-top: 0.53%;
}
.box5_bottom_btn1,.box5_bottom_btn2,.box5_bottom_btn3,.box5_bottom_btn4,.box5_bottom_btn5{
    /* min-width: 31.48px;
    min-height: 30.67px; */
    width: 2.03125vw;
    height: 1.9791666666666667vw;
    background-image: url(https://jp-static-jd.gameduchy.com/lsns/pc/images/box5/box5_bottom_btn.png);
    background-repeat: no-repeat;
    background-position: center center;
    margin-left: 32%;
    margin-top: 9%;
}
.box5_bottom_btn p{
    width: 100%;
    height: 14px;
    line-height: 14px;
    text-align: center;
    color: #4E4E4E;
    font-weight: bold;
    font-size: 12px;
    font-family: NotoSansCJKMedium;
}
.box5_bottom_line_h{
    /* min-width: 124px;
    min-height: 4.84px; */
    width: 8%;
    height: 0.3125vw;
    background: url(https://jp-static-jd.gameduchy.com/lsns/pc/images/box5/box5_bottom_line_h.png) no-repeat center center/cover;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 14%;
    z-index: 2;
    transition: all .5s ease-in-out;
}

.box5_sl_box_content{
    /* min-width: 122.3px;
    min-height: 325.5px; */
    width: 100%;
    height: 21vw;
    text-align: center;
    visibility: inherit;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.box5_pic_box{
    /* min-width: 465px;
    min-height: 108.5px; */
    width: 30vw;
    height: 7vw;
    position: absolute;
    bottom: 4%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.box5_pic_box_top{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
}
.box5_ddz{
    /* min-width: 64.78px;
    min-height: 20.58px; */
    width: 4.1796875vw;
    height: 1.328125vw;
    background: url(https://jp-static-jd.gameduchy.com/lsns/pc/images/box5/box5_ddz_bg.png) no-repeat center center/cover;
    font-weight: 800;
    font-size: 0.9375vw;
    color: #232323;
    position: absolute;
    top: 9%;
    left: 5%;
    font-family: NotoSansCJKMedium;
}
.box5_pic_name{
    font-weight: 800;
    font-size: 2.5vw;
    color: #CFC8C4;
    letter-spacing: -0.15625vw;
    position: absolute;
    top: 0%;
    left: 17%;
    line-height: 2.5vw;
    font-family: NotoSansCJKBold;
}
.box5_pic_logo{
    /* min-width: 49.03px;
    min-height: 41.77px; */
    width: 3.1640625vw;
    height: 2.6953125vw;
    position: absolute;
    right: 16%;
    top: 0%;
}
.box5_pic_logo img{
    width: 100%;
    height: 100%;
}

.box5_pic_e{
    font-weight: 900;
    font-size: 1.171875vw;
    color: #CFC8C4;
    position: absolute;
    top: 37%;
    left: 38%;
    letter-spacing: 0.15625vw;
    font-family: NotoSansCJKMedium;
}
.divider {
    min-height: 2px;
    width: 100%;
    height: 0.078125vw;
    background: linear-gradient(244deg,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
    position: absolute;
    top: 67%;
    left: 50%;
    transform: translateX(-50%);
}
.box5_pic_jj{
    width: 80%;
    font-weight: 500;
    font-size: 0.46875vw;
    color: #CFC8C4;
    position: absolute;
    top: 72%;
    left: 50%;
    transform: translateX(-50%);
    font-family: NotoSansCJKMedium;
}
.box5_sl_box_top{
    /* min-width: 9.08px;
    min-height: 86.58px; */
    width: 0.5859375vw;
    height: 5.5859375vw;
    background-image: url(https://jp-static-jd.gameduchy.com/lsns/pc/images/box5/box5_sl_sline.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    margin-top: 3.1645vw;
}
.box5_sl_num{
    /* min-width: 78.09px;
    min-height: 93px; */
    width: 5.0390625vw;
    height: 6vw;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    background-image: url(https://jp-static-jd.gameduchy.com/lsns/pc/images/box5/box5_num_bg.png);
}
.box5_sl_num img{
    /* min-width: 45.41px;
    min-height: 36.33px; */
    width: 2.9296875vw;
    height: 2.34375vw;
    margin-top: 27%;
}
.box5_sl_box{
    /* min-width: 122.3px; */
    width: 100%;
    height: 100%;
    text-align: center;
    visibility: inherit;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.box5_sl_box p{
    z-index: 2;
}
.box5_sl_p1{
    font-size: 0.9765625vw;
    line-height: 0.9765625vw;
    color: #767472;
    font-family: NotoSansCJKMedium;
    font-weight: 900;
    height: 1.953125vw;
}
.box5_sl_p2{
    width: 160%;
    font-weight: 900;
    font-size: 12px;
    line-height:  12px;
    color: #767472;
    margin-left: -30%;
    font-family: NotoSansCJKMedium;
}
.box5_sl_p3{
    font-weight: 500;
    font-size: 0.3515625vw;
    color: #767472;
    width: 80%;
    margin-top: 6%;
}
.box5_sl_hline{
    /* min-height: 1px;
    width: 90%;
    height: 0.078125vw;
    background-color: #767472;
    margin-top: 12%; */


    min-height: 1px;
    width: 90%;
    height: 0.078125vw;
    background-color: #767472;
    /* margin-top: 12%; */
    position: absolute;
    top: 34%;
}
.box5_sl_logo{
    /* min-width: 93.84px;
    min-height: 75.67px; */
    width: 6.0546875vw;
    height: 4.8828125vw;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 35%;
}
.box5_sl_logo1{
    background-image: url(https://jp-static-jd.gameduchy.com/lsns/pc/images/box5/box5_logo_1.png);
}
.box5_sl_logo2{
    background-image: url(https://jp-static-jd.gameduchy.com/lsns/pc/images/box5/box5_logo_2.png);
}
.box5_sl_logo3{
    background-image: url(https://jp-static-jd.gameduchy.com/lsns/pc/images/box5/box5_logo_3.png);
}
.box5_sl_logo4{
    background-image: url(https://jp-static-jd.gameduchy.com/lsns/pc/images/box5/box5_logo_4.png);
}
.box5_sl_logo5{
    background-image: url(https://jp-static-jd.gameduchy.com/lsns/pc/images/box5/box5_logo_5.png);
}
.box5_sl_car{
    width: 4.84375vw;
    height: 2.8515625vw;
    background-image: url(https://jp-static-jd.gameduchy.com/lsns/pc/images/box5/box5_sl_car.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 4.5%;
}



.box6{
    /* min-width: 1550px;
    min-height: 782.27px; */
    width: 100%;
    height: 50.46875vw;
    background: url(https://jp-static-jd.gameduchy.com/lsns/pc/images/box6/box6_bg.png) no-repeat center top/cover;
    position: absolute;
    top: 0;
    left: 0;
}
.box6 img{
    width: 100%;
    height: 100%;
}
.box6_left_bg{
    /* min-width: 804.06px;
    min-height: 705.36px; */
    width: 51.875vw;
    height: 45.5078125vw;
    background: url(https://jp-static-jd.gameduchy.com/lsns/pc/images/box6/box6_left_bg.png) no-repeat center top/cover;
    position: absolute;
    bottom: 0%;
    left: 0.5%;
    z-index: 9;
}
.box6_left_logo{
    /* min-width: 557.63px;
    min-height: 288.8px; */
    width: 35.9765625vw;
    height: 18.6328125vw;
    background: url(https://jp-static-jd.gameduchy.com/lsns/pc/images/box6/box6_left_logo.png) no-repeat center top/cover;
    position: absolute;
    bottom: 0.3%;
    left: 1%;
    z-index: 9;
}
.box6_line{
    /* min-width: 871.88px;
    min-height: 782.27px; */
    width: 56.25vw;
    height: 50.46875vw;
    background: url(https://jp-static-jd.gameduchy.com/lsns/pc/images/box6/box6_line.png) no-repeat center top/cover;
    position: absolute;
    bottom: 0%;
    left: 37.3%;
    z-index: 1;
}
.box6_line_num{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: none;
}
.box6_jl{
    position: absolute;
    z-index: 3;
}
.box6_jl_1{
    /* min-width: 458.33px;
    min-height: 170.73px; */
    width: 29.5703125vw;
    height: 11.015625vw;
    top: 15.8%;
    left: 33.25%;
}
.box6_jl_pic_1{
    width: 27.6171875vw;
    height: 11.71875vw;
    position: absolute;
    top: -9%;
    left: 6.4%;
}
.box6_jl_pic_jt_1{
    /* min-width: 93px;
    min-height: 15.5px; */
    display: flex;
    align-items: center;
    width: 6vw;
    height: 1vw;
    font-size: 0.7421875vw;
    color: #939393;
    position: absolute;
    top: 18%;
    left: 67%;
    font-family: NotoSansCJKBold;
    font-weight: bold;
}
.box6_jl_pic_jt{
    /* min-width: 7.86px;
    min-height: 6.66px; */
    width: 0.5078125vw!important;
    height: 0.4296875vw!important;
    margin-left: 4%;  
}
.box6_jl_pic_en_1{
    /* min-width: 134.41px;
    min-height: 40.56px; */
    width: 8.671875vw;
    height: 2.6171875vw;
    position: absolute;
    top: 19%;
    left: 60%;
}
.box6_jl_yys_135{
    /* min-width: 156.2px;
    min-height: 31.48px; */
    width: 10.078125vw;
    height: 2.03125vw;
    line-height: 2.03125vw;
    font-weight: 400;
    text-align: left;
    text-indent: 12%;
    font-size: 1.5vw;
    color: #FFA302;
    position: absolute;
    background: url(https://jp-static-jd.gameduchy.com/lsns/pc/images/box6/box6_jl_yys_135.png) no-repeat center top/cover;
    font-family: BEBASREGULAR;
}
.box6_jl_yys_24{
    font-family: BEBASREGULAR;
}
.box6_jl_yys_1{
    top: 41.7%;
    left: 60.5%;
}
.box6_jl_ywc_1{
    /* min-width: 199.8px;
    min-height: 197.38px; */
    width: 12.890625vw;
    height: 12.734375vw;
    position: absolute;
    top: -25%;
    left: 57%;
}


.box6_jl_2{
    /* min-width: 183.45px;
    min-height: 220.98px; */
    width: 11.8359375vw;
    height: 14.2578125vw;
    top: 28.3%;

    /* left: 57.94%; */


    left: 58.4%;

}
.box6_jl_pic_2{
    width: 11.8359375vw;
    height: 14.5703125vw;
}
.box6_jl_pic_jt_2{
    /* min-width: 93px;
    min-height: 15.5px; */
    display: flex;
    align-items: center;
    width: 6vw;
    height: 1vw;
    font-size: 0.67vw;
    color: #939393;
    position: absolute;
    top: 75%;
    left: 49%;
    font-family: NotoSansCJKBold;
    font-weight: bold;
}
.box6_jl_yys_2{
    /* min-width: 81.13px;
    min-height: 21.19px; */
    width: 5.234375vw;
    height: 1.3671875vw;
    line-height: 1vw;
    background: url(https://jp-static-jd.gameduchy.com/lsns/pc/images/box6/box6_jl_yys_24.png) no-repeat center top/cover;
    position: absolute;
    top: 84.5%;
    left: 47%;
    font-weight: 400;
    font-size: 1.3vw;
    text-indent: 27%;
    color: #FFA302;
}
.box6_jl_ywc_2{
    /* min-width: 131.98px;
    min-height: 130.39px; */
    width: 8.515625vw;
    height: 8.4124vw;
    position: absolute;
    top: 48%;
    left: 42%;
}
.box6_jl_pic_2_num{
    /* min-width: 21.19px;
    min-height: 15.13px; */
    width: 4.1015625vw;
    height: 1.5625vw;
    position: absolute;
    top: 48%;
    left: 60%;
}


.box6_jl_3{
    /* min-width: 311.81px;
    min-height: 164.69px; */
    width: 20.1171875vw;
    height: 10.625vw;
    top: 32.5%;
    left: 75.7%;
}
.box6_jl_pic_3{
    /* min-width: 311.81px;
    min-height: 164.69px; */
    width: 20.1171875vw;
    height: 10.625vw;
    position: absolute;
    top: 0;
    left: 0;
}
.box6_jl_pic_jt_3{
    /* min-width: 93px;
    min-height: 15.5px; */
    display: flex;
    align-items: center;
    width: 6vw;
    height: 1vw;
    font-size: 0.7421875vw;
    color: #939393;
    position: absolute;
    top: 0%;
    left: 62.6%;
    font-family: NotoSansCJKBold;
    font-weight: bold;
}
.box6_jl_pic_en_3{
    /* min-width: 134.41px;
    min-height: 40.56px; */
    width: 8.671875vw;
    height: 2.6171875vw;
    position: absolute;
    top: 0%;
    left: 51%;
}
.box6_jl_yys_3{
    top: 24.7%;
    left: 52.5%;
}
.box6_jl_ywc_3{
    /* min-width: 199.8px;
    min-height: 197.38px; */
    width: 12.890625vw;
    height: 12.734375vw;
    position: absolute;
    top: -44%;
    left: 49%;
}
.box6_jl_pic_3_num{
    /* min-width: 21.19px;
    min-height: 15.13px; */
    width: 4.140625vw;
    height: 1.5625vw;
    position: absolute;
    top: 61%;
    left: 43%;
}




.box6_jl_4{
    /* min-width: 183.45px;
    min-height: 218.56px; */
    width: 11.8359375vw;
    height: 14.1015625vw;
    /* top: 54.9%;
    left: 69.8%; */

    top: 51.9%;
    left: 70%;
}

.box6_jl_pic_4{
    width: 11.8359375vw;
    height: 14.1015625vw;
    position: absolute;
    top: -1%;
}
.box6_jl_pic_jt_4{
    /* min-width: 93px;
    min-height: 15.5px; */
    display: flex;
    align-items: center;
    width: 6vw;
    height: 1vw;
    font-size: 0.67vw;
    color: #939393;
    position: absolute;
    top: 80%;
    left: 51%;
    font-family: NotoSansCJKBold;
    font-weight: bold;
}
.box6_jl_yys_4{
    /* min-width: 81.13px;
    min-height: 21.19px; */
    width: 5.234375vw;
    height: 1.3671875vw;
    line-height: 1vw;
    background: url(https://jp-static-jd.gameduchy.com/lsns/pc/images/box6/box6_jl_yys_24.png) no-repeat center top/cover;
    position: absolute;
    top: 88.5%;
    left: 49%;
    font-weight: 400;
    font-size: 1.3vw;
    text-indent: 27%;
    color: #FFA302;
}
.box6_jl_ywc_4{
    /* min-width: 131.98px;
    min-height: 130.39px; */
    width: 8.515625vw;
    height: 8.4124vw;
    position: absolute;
    top: 53%;
    left: 48%;
}
.box6_jl_pic_4_num{
    width: 4.1015625vw;
    height: 1.5625vw;
    position: absolute;
    top: 49%;
    left: 60%;
}






.box6_jl_5{
    /* min-width: 401.06px;
    min-height: 326.34px; */
    width: 25.875vw;
    height: 21.0546875vw;
    top: 54%;
    left: 42%;
}
.box6_jl_pic_5{
    width: 26.171875vw;
    height: 18.515625vw;
    position: absolute;
    top: 12%;
    left: -5%;
}
.box6_jl_pic_jt_5{
    /* min-width: 93px;
    min-height: 15.5px; */
    display: flex;
    align-items: center;
    width: 6vw;
    height: 1vw;
    font-size: 0.7421875vw;
    color: #939393;
    position: absolute;
    top: 73.6%;
    left: 50%;
    font-family: NotoSansCJKBold;
    font-weight: bold;
}
.box6_jl_pic_5_icon{
    /* min-width: 29.66px;
    min-height: 28.45px; */
    width: 1.435546875vw;
    height: 1.376953125vw;
    position: absolute;
    top: 72.5%;
    left: 40%;
}
.box6_jl_pic_5_p{
    width: 38%;
    font-weight: 500;
    font-size: 1.1vw;
    color: #E1E1E1;
    line-height: 1.1015625vw;
    text-shadow: -0.3125vw 0.3125vw 0.390625vw rgb(0 0 0 / 63%);
    position: absolute;
    top: 72%;
    left: 38%;
    font-family: NotoSansCJKMedium;
}
.box6_jl_pic_en_5{
    /* min-width: 134.41px;
    min-height: 40.56px; */
    width: 8.671875vw;
    height: 2.6171875vw;
    position: absolute;
    top: 74%;
    left: 41%;
}
.box6_jl_yys_5{
    top: 87.7%;
    left: 41.5%;

    width: 11.171875vw;
    height: 2.2265625vw;
    line-height: 2.2265625vw;
    font-weight: 400;
    text-align: left;
    text-indent: 10%;
    font-size: 1.5vw;
    color: #FFA302;
    position: absolute;
    background: url(https://jp-static-jd.gameduchy.com/lsns/pc/images/box6/box6_jl_yys_135.png) no-repeat center top/cover;
    font-family: BEBASREGULAR;
}
.box6_jl_ywc_5{
    /* min-width: 199.8px;
    min-height: 197.38px; */
    width: 12.890625vw;
    height: 12.734375vw;
    position: absolute;
    top: 53%;
    left: 41%;

}

.box6_jl_pic_5_name{
    /* min-width: 102.92px;
    min-height: 28.45px; */
    width: 4.42708vw;
    height: 1.223958vw;
    position: absolute;
    top: 78.5%;
    left: 52%;
}
.box6_jl_ywc{
    display: none;
}
@media screen and (max-width:1550px){
    .nav_a_p1{
        font-size: 18.6px;
    }
    .nav_a_p2{
        font-size: 12.4px;
    }
    .box5_pic_jj{
        width: 171%;
    }
    .yy_box1_bottom_yys,.yy_box1_bottom_yys_dy{
        font-size: 24.2188px;
    }
    /* .box5_pic_name{
        font-size: 38.75px;
        line-height: 38.75px;
        letter-spacing: -2.42188px;
    }
    .box5_ddz{
        font-size: 14.5312px;
    }
    .box5_pic_e{
        font-size: 18.1641px;
        letter-spacing: 2.42188px;
    }
    .box5_sl_box_top{
        margin-top: 49.05px;
    }
    .box5_sl_p1{
        font-size: 15.1367px;
        line-height: 15.1367px;
    }
    .box6_jl_yys_135{
        font-size: 23.25px;
        line-height: 23.25px;
    }
    .box6_jl_yys_24{
        font-size: 20.15px;
        line-height: 20.15px;
    }
    .box6_jl_pic_5_p{
        font-size: 24.2188px;
    }
    .yyfont_slogan span{
        font-size: 18.1641px;
    }
    .ptxz_box{
        font-size: 14.5312px;
    }
    .box4_mz{
        font-size: 29.2969px;
        line-height: 30.2734px;
    }
    .box4_sl_content_p{
        font-size: 14.0625px;
        line-height: 28.457px;
    }
    .box4_pic_name{
        font-size: 37.5391px;
        line-height: 37.5391px;
    }
    .box4_pic_cv_p{
        font-size: 15.5px;
        line-height: 33.3008px;
    } */
}
@media screen and (max-width:1510px){
    .nav{
        transition: all .5s ease-in-out;
        left: 15%;
    }
    .mt{
        transition: all .5s ease-in-out;
        right: 17.5rem;
    }
    .new_box{
        transition: all .5s ease-in-out;
        left: 53.4%!important;
    }
    .nav_audio{
        transition: all .5s ease-in-out;
        right: 13rem;
    }
}
@media screen and (max-width:1350px){
    .nav{
        transition: all .5s ease-in-out;
        left: 9%;
    }
    .mt{
        transition: all .5s ease-in-out;
        right: 25.5rem;
    }
    .new_box{
        transition: all .5s ease-in-out;
        left: 47.4%!important;
    }
    .nav_audio{
        transition: all .5s ease-in-out;
        right: 22rem;
    }
}

.yy_box1_ztl_content_dmm{
    width: auto;
    min-width: auto;
}

#pre_registration_form button{
    width: 21.875vw;
    height: 8.125vw;
    background: url(https://jp-static-jd.gameduchy.com/lsns/pc/images/box1/yy/dmm_yy.png) no-repeat center top/cover;
}




.box3{
    width: 100%;
    height: 100%;
    position: relative;
    background: url(https://jp-static-jd.gameduchy.com/lsns/pc/images/box3/box3_bg.png) no-repeat center top/cover;
}
.box3_content{
    width: 1217px;
    height: 720px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.news_list_btn{
    width: 200px;
    height: 420px;
    position: absolute;
    top: 0;
    left: 0;
}
.news_list_btn a{
    display: block;
    width: 200px;
    height: 140px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    overflow: hidden;
    position: relative;
}
.news_bg{
    background-image: url(https://jp-static-jd.gameduchy.com/lsns/pc/images/box3/box3_btn_bg.png);
}
.news_btn_title{
    font-family: NotoSansCJKBold;
    font-size: 30px;
    color: #FFFFFF;
    position: absolute;
    top: 30px;
    text-align: center;
    width: 100%;
}
.boxx3_list_line{
    right: 18px;
    width: 110px;
    height: 2px;
    position: absolute;
    top: 77px;
}
.news_btn_title_en{
    font-family: galderglynnTitling;
    font-size: 13px;
    color: #FFFFFF;
    position: absolute;
    top: 78px;
    width: 100%;
    left: -10px;

}
.box3_list{
    width: 1009px;
    /* height: 812px; */
    position: absolute;
    top: 0;
    right: 0;
}
.news_content{
    display: block;
    opacity: 1;
}


.news_content,.notice_content,.actii_content{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.notice_content,.actii_content{
    display: none;
}
.news_content_ul{
    text-align: left;
    min-height: 812px;
}
.box3_list .news_content .news_content_ul li{
    display: inline-block;
    width: 320px;
    height: 260px;
    margin-top: 16px;
    margin-left: 20px;

}
.box3_list .news_content .news_content_ul li:nth-of-type(3n+1){
    margin-left: 0!important;
}
.box3_list .news_content .news_content_ul li:nth-of-type(1),.box3_list .news_content .news_content_ul li:nth-of-type(2),.box3_list .news_content .news_content_ul li:nth-of-type(3){
    margin-top: 0!important;
}
.box3_list .news_content .news_content_ul li img{
    width: 320px;
    height: 180px;
    border-radius: 8px;
}
.box3_list .news_content .news_content_ul li a{
	display: block;
    width: 100%;
    height:80%;
}
.box3_list .news_content .news_content_ul li a p{
    color: #fff;
    line-height: 20px;
    text-align: left;
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-family: NotoSansCJKMedium;
    font-size: 20px;
}
.box3_list .news_content .news_content_ul li a:hover{
	color: orange;
	text-decoration: none;
}
.box3_list .news_content .news_content_ul li span{
    display: block;
    width: 100%;
    height: 23px;
    line-height: 23px;
    text-align: left;
    font-family: galderglynnTitling;
    font-size: 16px;
    color: #959595;
}

/* 新闻详情页样式 */
.box_news{
    width: 100%;
    height: 100%;
    position: relative;
    display: none;
    overflow: hidden;
}
.box_news_content{
    width: 975px;
    height: 90%;
    margin: 80px auto;
    overflow-y: scroll;
    position: relative;
}
.box_news_content::-webkit-scrollbar {
    width: 0;
    scrollbar-width: none;
  }
.box_news_content_bg{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: none;
}

.news_line{
	width: 91%;
    height: 1px;
    display: inline-block;
    margin-top: 8px;
	background: linear-gradient(to right, transparent, #d0d0d5, transparent);
}
.time_box{
	display: flex;
	justify-content: space-between;
}

/* 新闻详情 */
.MsoNormal{
    font-family: NotoSansCJKMedium;
    font-size: 24px;
    color: #FFFFFF;
}

#news_con{
    max-width: 900px;
    overflow-y: auto;
    -webkit-scrollbar: none;
    text-align: left;
    margin-left: 75px;
    padding-bottom: 200px;
}
#news_con a{    
    color: #ffb800!important;

}

#news_con::-webkit-scrollbar {   
	display: none; 
}
#news_con h1{
    text-align: center;
    font-size: 30px;
    color: #fff;
    margin: 30px 0;
    font-family: NotoSansCJKMedium;
    font-size: 40px;
    color: #FFFFFF;
    text-align: center;
}
#news_con span.time{
	text-align: right;
	font-size: 13px;
	display: block;
	margin: 20px 0;
}
#news_con div.content{
	font-size: 18px;
	color: #fff;
	overflow: hidden;
	width: 100%;
}
#news_con div.content div{
	margin: 20px auto;
}
#news_con img{
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}
.back_news,.back_notice,.back_actii{
    display: block;
    width: 75px;
    height: 75px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(https://jp-static-jd.gameduchy.com/lsns/pc/images/box3/back.png) no-repeat top center/cover;
}
#menu {
	position: fixed;
	right: 0;
	top: 200px;
	list-style-type: none;
	z-index: 70;
}
#menu li {
	font-size: 14px;
	height: 23px;
	margin-top: 16px;
}
#menu a {
	float: left;
	text-decoration: none;
	position: relative;
	height: 23PX;
	margin: 5px 0
}
#menu a .black,#menu a .white{
	position: absolute;
	top: 0;
	right: 0;
 } 
#menu a .black{
	width: 3px;
	height: 23px;
	background: #fff;
	overflow: hidden;
	z-index: 10;
	transition: 0.5s;
}
#menu a .black p{
	color: #fff;
	height: 23px;
	position: absolute;
	right: 12px;
	transition: 0.5s
}
#menu a .box{
	width: 6px;
	height: 6px;
	right: 4px;
	position: absolute;
	top: 0;
	background: #fff;
}
#menu a .white{
	color: #FFF;
	z-index: 8;
	margin-right: 12px;
	width: 50px;
	text-align: right;
}
#menu .active a .black{
	width: 50px;
	height: 23px;
	right: 12px;
}
#menu .active a .black p{
	right: 0;
}
#news_con .news_cen_list {
	max-width: 1200px;
	height: 697px;
	position: relative;
	z-index: 100;
}
#news_con .news_cen_list .hd ul {
	height: 99px;
	max-width: 1200px;
	padding: 0 16px;
	margin-top: 29px;
	display: flex;
	justify-content: center;
	align-items: center
}
#news_con .news_cen_list .hd ul li {
	float: left;
	margin-right: 55px;
}
#news_con .news_cen_list .hd ul a {
	display: block;
	width: 156px;
	height: 45px;
	background: url(http://kr-website-jdzd.oss-cn-hongkong.aliyuncs.com/static/image/news_list_tit.png);
	color: #fff;
	font-size: 22px;
	line-height: 40px;
	text-align: center;
}
#news_con .news_list .list ul {
	margin-top: 25px;
}
#news_con .news_list .list ul li {
	max-width: 735px;
	height: 53px;
	background: #242424;
	border-radius: 3px;
	padding: 0px 10px;
	margin: 0 auto;
	margin-bottom: 3px;
}
#news_con .news_list .list ul li a, #news_con .news_list .list ul li span {
	font-size: 20px;
	color: #fff;
	line-height: 53px;
	max-width: 590px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	float: left;
	margin: 0;
}
#news_con .news_list .list ul li span {
	float: right;
}
#news_con .page ul{
	overflow: hidden;
	height: 30px;
	line-height: 24px;
	margin: 30px 0;
	display: flex;
	justify-content: center;
}
#news_con .page li{
	float: left;
} 

/*QA对话部分*/
 #news_con .content .l,#news_con .content .r{
	font-size: 12px;
	overflow: hidden
}
#news_con .content .l .t,#news_con .content .l .t img,#news_con .content .r .t,#news_con .content .r .t img{
	margin: 0
}
#news_con .content .l .t,#news_con .content .l .con{
	float: left
}
#news_con .content .r .t,#news_con .content .r .con{
	float: right
}
#news_con .content .l .con{
	padding: 10px;
	max-width: 70%;
	background: #f6f6f6;
	border-radius: 2px;
	border: 1px solid #ededed;
	margin-left: 20px;
	margin-top: 20px;
}
#news_con .content .r .con{
	padding: 10px;
	max-width: 70%;
	background: #9eea6a;
	border-radius: 2px;
	border: 1px solid #9eea6a;
	margin-right: 20px;
	margin-top: 20px;
}
@media screen and (max-width:1024px){
    
	#menu{
		position: static;
		width: 100%;
		margin: 0;
		overflow: hidden
	}
	#menu li{
		float: left;
		width: 20%;
	}
	#menu li a{
		width: 100%;
		text-align: center;
	}
	#menu a .black,#menu a .box{
		display: none
	}
	#menu a .white{
		width: 100%;
	}
}
@media screen and (max-width:767px){
	#news_con .news_list .list ul li a, #news_con .news_list .list ul li span{
		font-size: 12px;
		max-width: 70%
	}
}
.news_line{
	width: 91%;
    height: 1px;
    display: inline-block;
    margin-top: 8px;
	background: linear-gradient(to right, transparent, #d0d0d5, transparent);
}
.time_box{
	display: flex;
	justify-content: space-between;
}



/* 翻页 */
.page{
    height: 40px;
    text-align: left;
    position: relative;
}

.page ul{
    overflow: hidden;
    height: 40px;
    line-height: 40px;
    display: flex;
    justify-content: left;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #2b2b2b;
    border: 2px solid #363636;
    border-radius: 36px;
    box-sizing: border-box;
}
.page li{
	float: left;
    margin-right:10px;
}
.page li:nth-of-type(1){
    margin-left:10px;
}
.page li a{
	font-family: galderglynnTitling;
    font-size: 18px;
    text-align: center;
    border-radius: 50%;
    margin-top: 3px;
}
.page li a.active{
	color: #000;
    background-color: #fff;
    opacity: 1;
}

.page li a:hover{
	opacity: 1;
}

.page_news_fx,.page_notice_fx,.page_actii_fx{
    display: inline-block;
    width: 30px;
    height: 30px;
    color: #ffffff;
}
.page_news_num,.page_notice_num,.page_actii_num{
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #ffffff;
    opacity: .7;

}
.page_news_l,.page_news_r,.page_notice_l,.page_notice_r,.page_actii_l,.page_actii_r{
    background:url(https://jp-static-jd.gameduchy.com/lsns/pc/images/box3/page_btn.png) no-repeat center top/cover;
}
.page_news_ll,.page_news_rr,.page_notice_ll,.page_notice_rr,.page_actii_ll,.page_actii_rr{
    background:url(https://jp-static-jd.gameduchy.com/lsns/pc/images/box3/page_btn_double.png) no-repeat center top/cover;
}
.page_news_r,.page_notice_r,.page_actii_r{
    transform: rotateY(180deg);
}
.page_news_rr,.page_notice_rr,.page_actii_rr{
    transform: rotateY(180deg);
}




@media (max-height:990px),(max-width:1245px){
    /* .nav{
        width: 449px;
        left: 46%;
    } */
    .box3_content{
        top: 440px;
    }
    /* .box4_content{
        top: 400px!important;
    } */
    .box3_content{
        width: 1080px;
    }
    .news_content_ul{
        min-height: 595px;
    }
    .box3_list .news_content .news_content_ul li{
        width: 255px;
        height: 187px;
    }
    .box3_list .news_content .news_content_ul li img{
        width: 256px;
        height: 144px;
    }
    .box3_list .news_content .news_content_ul li span{
        line-height: 54px;
    }
    .news_content_ul{
        width: 824px;
        margin-left: 136px;
    }
}
@media (max-height:1140px){
    #loadPageBtn{
        
        bottom: 25%!important;

    }

}


.swiper-slide-5{
    height: 250px!important;
}
.box1_bottom_bq_content{
    bottom: 0!important;
    height: 100%!important;
}
.foot_left{
    top: 50%;
    transform: translateY(-50%);
}
.yxhj{
    width: 50%;
    border: 2px solid #ffffff;
    border-radius: 20px;
    padding: 20px;
}
li{
    list-style-type: none;
}
.yxhj_left{
    text-align: right;
    font-family: NotoSansCJKMedium;
    color: rgba(255,255,255,1);
    font-size: 0.78125vw;
}
.yxhj_right{
    text-align: left;
    font-family: NotoSansCJKMedium;
    color: rgba(255,255,255,1);
    font-size: 0.78125vw;
}
.new_box{
    min-width: 249.953px;
    min-height: 42.703px;
    width: 18.515625vw;
    height: 3.1640625vw;
    position: absolute;
    top: 12%;
    left: 62.4%;
}
.datalink,.charge_topup{
    min-height: 20.031px;
    height: 1.484375vw;
    color: #0d1113;
    font-family: 'NotoSansCJKMedium';
    text-align: center;
    display: block;
    position: absolute;
    top: 58%;
    transform: translateY(-50%);
    z-index: 9;
    border-radius: 1vw;
    top: 58%;
    z-index: 9;
    border-radius: 1vw;
    cursor: pointer;
    font-size: 17px;
}
.datalink:hover{
    background: url(https://jp-static-jd.gameduchy.com/lsns/pc/images/box1/new/datalink_h.png) no-repeat center top/cover;
}
.charge_topup:hover{
    background: url(https://jp-static-jd.gameduchy.com/lsns/pc/images/box1/new/charge_topup_h.png) no-repeat center top/cover;
}
.datalink{
    min-width: 106.516px;
    width: 7.890625vw;
    left: 0;
    background: url(https://jp-static-jd.gameduchy.com/lsns/pc/images/box1/new/datalink.png) no-repeat center top/cover;
}
.charge_topup{
    min-width: 117.594px;
    width: 8.7109375vw;
    right: 0;
    background: url(https://jp-static-jd.gameduchy.com/lsns/pc/images/box1/new/charge_topup.png) no-repeat center top/cover;
}
.charge_topup_bottom{
    min-width: 65.906px;
    min-height: 20.031px;
    width: 4.8828125vw;
    height: 1.484375vw;
    position: absolute;
    top: 112%;
    left: 63.3%;
    transform: translateY(-50%);
    background: url(https://jp-static-jd.gameduchy.com/lsns/pc/images/box1/new/charge_topup_bg.png) no-repeat center top/cover;
}