@charset "utf-8";
/* CSS Document */
.fullScreenFlash,.fullScreenFlash .content .left .phoneShell,.fullScreenFlash .content .right .dpLogo{background-position:50%;background-repeat:no-repeat}
.fullScreenFlash{z-index:8888;width:100%;height:100%;position:fixed;top:0;left:0;background-color:#777;background-image:url(../images/bg.jpg);
background-size:cover;display:flex;justify-content:center;align-items:center;transform:translateY(0);opacity:1}
.fullScreenFlash.destroy{transition:transform 1s,opacity 1s;transform:translateY(-100%);opacity:0}
.fullScreenFlash .countDown{width:86px;height:38.8px;background-color:hsla(0,0%,100%,.22);text-align:center;line-height:38.8px;position:absolute;right:510px;top:110px;border-radius:19.4px;font-size:23px;color:#000}
.fullScreenFlash .content{height:531px;display:flex}
.fullScreenFlash .content .left{width:270px;height:531px;position:relative}
.fullScreenFlash .content .left .phoneVideo{position:absolute;width:230px;height:500px;margin:15px 20px}
.fullScreenFlash .content .left .phoneVideo .fullScreenVideo{width:250px;height:500px;border-radius:30px}
.fullScreenFlash .content .left .phoneShell{background-image:url(../images/boder.png);background-size:contain;position:absolute;width:270px;height:531px}
.fullScreenFlash .content .right{display:flex;flex-direction:column;flex:1;padding-left:50px;padding-top:92px}
.fullScreenFlash .content .right .dpLogo{background-image:url(../images/ttl.png);background-size:contain;width:267px;height:36px}
.fullScreenFlash .content .right .dpText{font-size:70px;font-weight:700;color:#fff;margin-top:10px}
.fullScreenFlash .content .right .dpQrcode{display:flex;margin-top:74px}
.fullScreenFlash .content .right .dpQrcode .qrcodeItem{text-align:center}
.fullScreenFlash .content .right .dpQrcode .qrcodeItem:last-child{padding-left:36px}
.fullScreenFlash .content .right .dpQrcode .qrcodeItem .qrcode4ios{background-image:url(../images/apple.jpg)}
.fullScreenFlash .content .right .dpQrcode .qrcodeItem .qrcode4android,.fullScreenFlash .content .right .dpQrcode .qrcodeItem .qrcode4ios{background-position:50%;background-repeat:no-repeat;background-size:contain;width:130px;height:130px;padding:5.5px;box-sizing:border-box;background-color:#fff;background-origin:content-box;border-radius:5px}
.fullScreenFlash .content .right .dpQrcode .qrcodeItem .qrcode4android{background-image:url(../images/android.jpg)}
.fullScreenFlash .content .right .dpQrcode .qrcodeItem .qrcodeText{padding-top:8.8px;font-size:16px;color:#fff}
.flash{display:none;}