@charset "utf-8";
body{ background-color: #cdd8fd; overflow: hidden;}
.main{ position: relative; width: 100%; }
.coverPage{ position: absolute; left: 0; top: 0; width: 100%; background-color: #84858c; z-index: 10; }
.coverImg{ position: absolute; left: 0; top: 0; width: 100%; }
.gameInfoBox{ position: absolute; left: 0; top: 40%; width: 100%; text-align: center; }
.gameLoding{ font-size: 3rem; color: #1f1f1f; }
.gameButtonBox{ position: absolute; left: 0; bottom: 3%; width: 100%; text-align: center; }
.myButton{ display: inline-block; margin-bottom: 2rem; width: 48%; }
.gameAgain{ display: none; margin-bottom: 2rem; width: 48%; }
.gameText{ font-size: 1.3rem; color: #34254e; margin-bottom: 0.5rem; }
.gameOverBox{ display: none; position: fixed; left: 0; top: 0; opacity: 0; z-index: 190; }
.gameSuccessBox{ display: none; position: fixed; left: 0; top: 0; opacity: 0; z-index: 190; }
.bgImgBox{ position: relative; }
.collectionBox{ position: absolute; bottom: 17%; text-align: center; }
.collectionBox li{ position: relative; display: inline-block; width: 16.5%; margin: 0 0.5%; line-height: 0; background: url("/image_site/event/2018/01/zntyt/image/imgTextBox.png") no-repeat; background-size: 100% 100%;}
.collectionBox li .textNum{ position: absolute; top: -11%; right: -9%; width: 24px; height: 24px; font-size: 1.2rem; line-height: 24px; color: #fff; border-radius: 50px; background-color: #df3b88; }
.collectionBox li .imgText{ opacity: 0.3 }
.buttonBox{ position: absolute; bottom: 3.5%; text-align: center; }
.buttonBox .sButton{ display: inline-block; margin: 0 1%; width: 44%; }
.showText{ position: absolute; top: 38%; left: 40.5%; width: 21%; }
.gameOverBox .showText{ opacity: 0.3; }
.layerClose{ position: absolute; right: 15px; top: 15px; width: 35px; height: 35px; z-index: 10; }

.noticeBox{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.7); z-index: 20; }
.noticeBox .textImg{ position: absolute; top: 92px; }
.noticeBox .buttonNotice{ top: 55px; }
.closeNotice{ position: absolute; left: 33%; bottom: 0%; display: block; width: 32%; height: 25%; }

.gameCodeBox{ display: none; position: absolute; left: 15%; top: 30%; padding: 25px 7% 15px; width: 60%; border-radius: 5px; background-color: #fff; z-index: 220; }
.gameCodeBox .close{ position: absolute; right: 5px; top: -40px; width: 30px; }
.gameCodeInput input{ display: block; margin: 0 auto 22px; width: 100%; font-size: 1.8rem; line-height: 3rem; text-align: center; border: none; border-radius: 3px; background-color: #ececec; }
.gameCodeSubmit{ margin: 0px auto; width: 45%; border-radius: 5px; text-align: center; color: #fff; font-size: 1.4rem; line-height: 3.2rem; background-color: #725abf; }

.buttonNotice{ position: absolute; top: 15px; right: 10px; width: 6em; font-size: 1.25rem; color: #fff; text-align: center; border-radius: 16px; line-height: 30px; background-color: rgba(136,132,190,0.5); z-index: 10;  }
.buttonCode{ top: 55px; }
.buttonPSP{ top: 95px; }
.gotoQuan{ position: absolute; left: 15px; top: 15px; width: 20%; height: auto; z-index: 10; }

.gamePSPBox{ display: none; position: fixed; top: 25%; left: 10%; width: 80%; text-align: center; z-index: 220; }
.gamePSPBox .close{ position: absolute; right: 5px; top: -40px; width: 30px; }
.gamePSPImgBox{ display: inline-block; width: 70%; margin-bottom: 10px; }
.gamePSPText{ margin-bottom: 15px; font-size: 1.3rem; color: #fff;  }
.gamePSPText span{ display: inline-block; line-height: 1.4rem; width: 1.4rem; height: 1.3rem; margin-right: 8px; text-align: center; border-radius: 30px; background-color: #a07cdf; }

.e-RuleBox{ position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 210;
    border-radius: 0px;
    transform: matrix(1, 0, 0, 1, 0, 0);
    display: none;
    background-color: rgba(0, 0, 0, 0.8); }
.e-RuleMain{ height: 597px;
    overflow-y: scroll;
    padding: 50px 5%;
    color: rgb(255, 255, 255);
    font-size: 1.2rem;
    opacity: 1; }
.e-RuleClose{
    position: absolute;
    height: 40px;
    width: 40px;
    border-radius: 30px;
    top: 20px;
    right: 20px;
    color: rgb(255, 255, 255);
    z-index: 10;
    background: url("/image_site/event/2015/12/templet/popClose.png") center center / 20px no-repeat rgba(0, 0, 0, 0.298039); }
.e-RuleMain h1{ font-weight: bolder;
    color: rgb(255, 255, 255);
    font-size: 1.5rem; }
.e-RuleMain p{ font-weight: bolder;
    color: rgb(255, 255, 255);
    font-size: 1.2rem;
    line-height: 1.6rem;
    margin: 1rem 0px; }


.black_layer{ width:100%; height:100%; position:fixed; background:#000; opacity:.5; z-index:201; display:none; top:0}

@media screen and (max-width: 325px) {

}