body, html{overflow: auto;}
#wrapper{display: none;}
.webCont{width: 100%; height: 16.43rem; background: url(../images/bg1.jpg) no-repeat center; background-size: cover; position: relative;}
.webCont.bg2{background: url(../images/bg2.jpg) no-repeat center / cover;}
.webCont.bg3{background: url(../images/bg3.jpg) no-repeat center / cover;}
.webCont.bg4{background: url(../images/bg4.jpg) no-repeat center / cover;}
.webCont.bg5{background: url(../images/bg5.jpg) no-repeat center / cover;}
.webCont.bg6{background: url(../images/bg6.jpg) no-repeat center / cover;}
.webCont.bg7{background: url(../images/bg7.jpg) no-repeat center / cover;}

.weblogo{display: block; width: 1.63rem; position: absolute; left: .4rem; top: .3rem;}

.webBtns{width: 100%; position: absolute; left: 0; top: 9.6rem;}
.btnlist{display: flex; justify-content: center; height: 1.5rem;}
.btnlist a{display: block; width: 4.64rem; height: 1.36rem; margin: 0 .2rem; cursor: pointer; background-position: 0 0; background-repeat: no-repeat; background-size: 100% auto;}

.enStyle .btnlist a.ios{background-image: url(../images/en_ios.png);}
.enStyle .btnlist a.google{background-image: url(../images/en_google.png);}
.enStyle .btnlist a.ps{background-image: url(../images/en_ps.png);}
.enStyle .btnlist a.pc{background-image: url(../images/en_pc.png);}

.jaStyle .btnlist a.ios{background-image: url(../images/ja_ios.png);}
.jaStyle .btnlist a.google{background-image: url(../images/ja_google.png);}
.jaStyle .btnlist a.ps{background-image: url(../images/ja_ps.png);}
.jaStyle .btnlist a.pc{background-image: url(../images/ja_pc.png);}

.krStyle .btnlist a.ios{background-image: url(../images/kr_ios.png);}
.krStyle .btnlist a.google{background-image: url(../images/kr_google.png);}
.krStyle .btnlist a.ps{background-image: url(../images/kr_ps.png);}
.krStyle .btnlist a.pc{background-image: url(../images/kr_pc.png);}

#wmgameFooterInsert{ position: absolute; bottom: 0; left: 0; right: 0;}
.foot_box_container{ background: none!important;}

body::-webkit-scrollbar{width:6px;height:6px;background-color:rgba(0,0,0,0);}
body::-webkit-scrollbar-track{border-radius:6px;background-color:#1e1e1e;}/*底*/
body::-webkit-scrollbar-thumb{border-radius:6px;background-color:#8b8b8b;}/*面*/
body::-webkit-scrollbar-thumb:hover{background-color:rgba(143,143,148,1);}
body::-webkit-scrollbar-thumb:active{background-color:rgba(106,106,112,1);}
body::-webkit-scrollbar-track-piece{margin:0;}

.topMenu{display: none;}