@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei", "微软雅黑", arial, helvetica, sans-serif;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
    height: 100%;
}

body {
    font-size: 1.4rem;
    height: 100%;
    background-color: #5e0000;
}

a {
    text-decoration: none;
    border: none;
}

li {
    list-style: none;
}

input {
    -webkit-appearance: none;
    border-radius: 0;
}

select {
    -webkit-appearance: select;
    border-radius: 0;
}

.cover {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}

canvas {
    display: block;
}

/* 公用页面 BEGIN */
.miaobian_black {
    text-shadow: #000 1px 0 0, #000 0 1px 0, #000 -1px 0 0, #000 0 -1px 0;
    -webkit-text-shadow: #000 1px 0 0, #000 0 1px 0, #000 -1px 0 0, #000 0 -1px 0;
    -moz-text-shadow: #000 1px 0 0, #000 0 1px 0, #000 -1px 0 0, #000 0 -1px 0;
    *filter: Glow(color=#000, strength=1);
}

.miaobian_white {
    text-shadow: #fff 1px 0 0, #fff 0 1px 0, #fff -1px 0 0, #fff 0 -1px 0;
    -webkit-text-shadow: #fff 1px 0 0, #fff 0 1px 0, #fff -1px 0 0, #fff 0 -1px 0;
    -moz-text-shadow: #fff 1px 0 0, #fff 0 1px 0, #fff -1px 0 0, #fff 0 -1px 0;
    *filter: Glow(color=#fff, strength=1);
}

.miaobian_#fded95 {
    text-shadow: #FFD700 1px 0 0, #FFD700 0 1px 0, #FFD700 -1px 0 0, #FFD700 0 -1px 0;
    -webkit-text-shadow: #FFD700 1px 0 0, #FFD700 0 1px 0, #FFD700 -1px 0 0, #FFD700 0 -1px 0;
    -moz-text-shadow: #FFD700 1px 0 0, #FFD700 0 1px 0, #FFD700 -1px 0 0, #FFD700 0 -1px 0;
    *filter: Glow(color=#FFD700, strength=1);
}

/* 公用页面 END */

/* 加载页面 BEGIN */

#loading {
    width: 100%;
    height: 100%;
    background-color: #3c384a;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

#animation {
    width: 46%;
    margin: 20% auto 10% auto;
    position: relative;
}

#animation img {
    width: 100%;
}

#loading p {
    color: #FFF;
    text-align: center;
    font-size: 18px;
}

#share {
    display: none;
}

#share img {
    width: 50%;
    float: right;
    margin: 5% 5% 0 0;
}

#page_loading {
    width: 100%;
    height: 700px;
    background-color: #3c384a;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 123;

    display: none;
}

#page_loading .bg {
    width: 100%;
    height: 100%;
    background-color: #3c384a;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}

/* 加载页面 END */

/* 主游戏页面 BEGIN */
#page_main {
    width: 100%;
    height: 100%;
    overflow: auto;
    /*display: none;*/
    position: absolute;
    top: 0;
    left: 0;

    /*background-color: #0D0057;*/
    /*background: url(../images/main_bg.jpg) 100% 100%;*/
    /*background-size: 100% auto;*/
}

#page_main .bg {
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
    height: auto;
    width: 100%;

    /*display: none;*/
}

#page_main .btns {
    text-align: center;
    width: 100%;
    /*position: absolute;*/
    /*bottom: 0;*/
    /*left: 0;*/
    margin: 0 auto;
}

#page_main .btns img {
    width: 100%;
    height: auto;
}

#page_main .btns .btn_start {
    /*width: 33vmin;*/
    height: auto;
    margin-right: 4vmin;
    font-size: 0.8rem;
}

#page_main .btns .btn_rule {
    /*width: 33vmin;*/
    height: auto;
    margin: 0 auto;
    font-size: 4vmin;
}
#page_main .btns .btn_check {
    /*width: 33vmin;*/
    height: auto;
    margin-right: 4vmin;
    font-size: 4vmin;
}
#page_main .btns .btn_home_review {
    /*display: none;*/
    /*width: 33vmin;*/
    height: auto;
    margin: 0 auto;
    font-size: 4vmin;
}


#page_main .content {
    position: relative;
    left: 0;
    top: 78vmin;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
}

#page_main .content .title {
    width: 70vmin;
    text-align: center;
    font-size: 5vmin;
    padding: 1vmin;
    height: 23vmin;
    /*line-height: 18vmin;*/
    margin: 0 auto;
}

#page_main .content .text {
    width: 100%;
    text-align: center;
    display: none;
}

#page_main .content .inputbox {
    width: 12rem;
    text-align: center;
    margin: 0 auto;
}

#page_main .content .inputbox .inputtip {
    font-size: 0.7rem;
    color: #000;
}

#page_main .content .inputbox .bear {
    height: 1.5rem;
    margin: 0 0.5rem 0.5rem 0.5rem;
}

#page_main .content .inputbox .bear input {
    border: none;
    height: 1.5rem;
    line-height: 1.5rem;
    width: 6.5rem;
    display: block;
    float: right;
    box-sizing: border-box;
    margin-right: 4%;
    font-size: 0.9rem;
    border-radius: 0.3rem;
    padding: 0 0.5rem;
    border: 1px solid #2a8774;
}

#page_main .content .inputbox .bear label {
    width: 4rem;
    box-sizing: border-box;
    display: block;
    text-align: center;
    float: right;
    color: #175246;
    height: 1.5rem;
    line-height: 1.5rem;
    border-radius: 0.1rem;
    opacity: 0.8;
    font-size: 0.8rem;
    font-weight: bold;
}

#page_main .content .btn {
    margin-bottom: 1.2rem;
}

#page_main .content .btn a {
    width: 30%;
    box-sizing: border-box;
    display: block;
    text-align: center;
    color: #fff;
    height: 1.1rem;
    line-height: 1.1rem;
    background-color: #f00;
    border: 1px solid #fff;
    border-radius: 0.1rem;
    opacity: 0.8;

    font-size: 1.1rem;
    margin: 0 auto;
}

#page_main .float {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
}

#page_main .float img {
    position: absolute;
    bottom: 0;
    left: 0;
    height: auto;
    width: 100%;
}

/* 主游戏页面 END */

/* 结果页面 BEGIN */
#page_result {
    width: 100%;
    height: 100%;
    /*overflow: auto;*/
    overflow: hidden;
    display: none;
    position: absolute;
    top: 0;
    left: 0;

    z-index: 130;

    /*background-color: #0D0057;*/
    /*background: url(../images/main_bg.jpg) 100% 100%;*/
    /*background-size: 100% auto;*/
}

#page_result .bg {
    z-index: -2;
    position: absolute;
    left: 0;
    top: 0;
    height: auto;
    width: 100%;

    /*display: none;*/
}

#page_result .yanhua {
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
    height: auto;
    width: 100%;

    display: none;
}

#page_result .content {
    position: absolute;
    left: 0;
    top: 85vmin;
    height: auto;
    width: 100%;
    text-align: center;
    overflow-y: auto;
}

#page_result .content .title {
    width: 100%;
    text-align: center;
    font-size: 6vmin;
    color: #000;
}

#page_result .content .text {
    width: 100%;
    text-align: center;
}

#page_result .content .review .result_count {
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
    color: #000;
    height: 1.5rem;
    line-height: 1.5rem;
    position: absolute;
    left: 53%;
}

#page_result .content .result_tip {
    width: 100%;
    text-align: center;
    font-size: 0.8rem;
    color: #000;
}

#page_result .content .inputbox {
    width: 12rem;
    text-align: center;
    margin: 0.5rem auto 0.8rem auto;
}

#page_result .content .review {
    width: 100%;
    text-align: center;
    display: none;
    margin: 4vmax auto;
    padding: 4vmin;
}

#page_result #btn_replay {
    /*width: 33vmin;*/
    height: auto;
    margin: 0 auto;
    font-size: 4vmin;
    margin-right: 4vmin;
}

#page_result .btn_review {
    /*display: none;*/
    /*width: 6rem;*/
    height: auto;
    margin: 0 auto;
    font-size: 4vmin;
}
#page_result .btn_checkin {
    display: inline-block;
    /*width: 6rem;*/
    height: auto;
    margin: 1vmin auto;
    font-size: 4vmin;
}
#page_result .result_img {
    display: none;
    margin: 1rem auto;
}

#page_result .result_right {
    display: none;
    /*margin: 1rem auto;*/
}

#page_result .result_wrong {
    display: none;
    margin: 0.5rem auto 0 auto;
}

#page_result .result_over {
    display: none;
    margin: 1rem auto;
}

/* 结果页面 END */

/* 规则页面 BEGIN */
#page_rule {
    width: 100%;
    height: 100%;
    overflow: auto;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1111;
}

#page_rule .bg {
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

#page_rule .content {
    position: absolute;
    top: 10%;
    left: 0;
    height: 62%;
    overflow-y: auto;
    padding: 0 10%;
}

#page_rule .btns {
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

#page_rule .btns img {
    width: 100%;
    height: auto;
}

#page_rule .btns .btn_return {
    width: 7rem;
    height: auto;
    margin: 2rem auto;
}

/* 规则页面 END */



/* 核销页面 BEGIN */
#page_checkin {
    width: 100%;
    height: 100%;
    overflow: auto;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 150;
    /*background-color: #0D0057;*/
    /*background: url(../images/main_bg.jpg) 100% 100%;*/
    /*background-size: 100% auto;*/

    color: #000;
}

#page_checkin .bg {
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
    height: auto;
    width: 100%;

    /*display: none;*/
}

#page_checkin .btns {
    text-align: center;
    width: 100%;
    /*position: absolute;*/
    /*bottom: 0;*/
    /*left: 0;*/
    margin: 0 auto;
}

#page_checkin .btns img {
    width: 100%;
    height: auto;
}

#page_checkin .btns .btn_check_ok {
    /*width: 33vmin;*/
    height: auto;
    margin-right: 4vmin;
    font-size: 4vmin;
}
#page_checkin .btns .btn_check_cancel {
    /*display: none;*/
    /*width: 33vmin;*/
    height: auto;
    margin: 0 auto;
    font-size: 4vmin;
}


#page_checkin .content {
    position: relative;
    left: 0;
    top: 85vmin;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
}

#page_checkin .content .title {
    width: 100%;
    text-align: center;
}

#page_checkin .content .text {
    width: 100%;
    text-align: center;
    font-size: 6vmin;
}

#page_checkin .content .inputbox {
    width: 12rem;
    text-align: center;
    margin: 3vmin auto 1vmin auto;
}

#page_checkin .content .inputbox .inputtip {
    font-size: 4.5vmin;
    color: #000;
    padding: 0vmin 5vmin;
}

#page_checkin .content .inputbox .bear {
    height: 1.5rem;
    margin: 0 0.5rem 0.5rem 0.5rem;
}

#page_checkin .content .inputbox .bear input {
    border: none;
    height: 1.5rem;
    line-height: 1.5rem;
    width: 6.5rem;
    display: block;
    float: right;
    box-sizing: border-box;
    margin-right: 4%;
    font-size: 0.9rem;
    border-radius: 0.3rem;
    padding: 0 0.5rem;
}

#page_checkin .content .inputbox .bear label {
    width: 4rem;
    box-sizing: border-box;
    display: block;
    text-align: center;
    float: right;
    color: #fff;
    height: 1.5rem;
    line-height: 1.5rem;
    border-radius: 0.1rem;
    opacity: 0.8;
    font-size: 0.8rem;
    font-weight: bold;
}

#page_checkin .content .btn {
    margin-bottom: 1.2rem;
}

#page_checkin .content .btn a {
    width: 30%;
    box-sizing: border-box;
    display: block;
    text-align: center;
    color: #fff;
    height: 1.1rem;
    line-height: 1.1rem;
    background-color: #f00;
    border: 1px solid #fff;
    border-radius: 0.1rem;
    opacity: 0.8;

    font-size: 1.1rem;
    margin: 0 auto;
}

#page_checkin .float {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
}

#page_checkin .float img {
    position: absolute;
    bottom: 0;
    left: 0;
    height: auto;
    width: 100%;
}

/* 核销页面 END */

/* 表单页面 BEGIN */
#dialog {
    background-color: rgba(0, 0, 0, 0.8);
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 121;

    display: none;
}

.dialog {
    margin: 0 auto;
    width: 13rem;
    height: 10.7rem;
    position: relative;
    top: 30%;
    box-sizing: border-box;
    z-index: 121;
    /*border: 1px #fff solid;*/
    /*border-radius: 3vmin;*/
}

.dialog .bg {
    background-color: #000;
    /*opacity: 0.8;*/
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    box-sizing: border-box;
    border: 1px solid #fff;
    border-radius: 3vmin;

    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(231, 135, 5, 0.49)), color-stop(100%, #e78705));
    background: -moz-linear-gradient(top, #ffecd2, rgba(231, 135, 5, 0.49));
    background: -webkit-linear-gradient(top, #ffecd2, rgba(231, 135, 5, 0.49));
    background: linear-gradient(to bottom, #ffecd2, rgba(231, 135, 5, 0.49));
    background-color: #ffecd2;
}

.dialog .content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 0.5rem;
    text-align: center;
    box-sizing: border-box;
}

.dialog .content .title {
    font-size: 1rem;
    /*color: #fff;*/
    color: darkorange;
    line-height: 1.1rem;
    height: 1.1rem;
    text-align: center;
    box-sizing: border-box;
    margin: 0.6rem auto;
}

.dialog .content .bear input {
    border: none;
    height: 1.1rem;
    line-height: 1.1rem;
    width: 66%;
    display: block;
    float: right;
    box-sizing: border-box;
    /* margin-left: 4%; */
    margin-right: 4%;
    font-size: 0.9rem;
    padding: 0 2%;
     color: #333;
}

.dialog .content .bear a {
    width: 30%;
    box-sizing: border-box;
    display: block;
    text-align: center;
    float: right;
    /*color: #fff;*/
    color: #000;
    height: 1.1rem;
    line-height: 1.1rem;
    /*background-color: #0a8;*/
    /*border: 1px solid #fff;*/
    border-radius: 0.1rem;
    opacity: 0.8;

    font-size: 0.8rem;
}

.dialog .content .btn a {
    width: 30%;
    box-sizing: border-box;
    display: block;
    text-align: center;
    color: #fff;
    height: 1.1rem;
    line-height: 1.1rem;
    background-color: #f00;
    border: 1px solid #fff;
    border-radius: 0.1rem;
    opacity: 0.8;

    font-size: 1.1rem;
    margin: 0 auto;
}

.dialog .content .more {
    /*color: #fff;*/
    /*line-height: 2.5rem;*/
    font-size: 5vmin;
    line-height: 100%;
}

.dialog .btn {
    margin-bottom: 1.2rem;
}

.dialog .bear {
    height: 1.1rem;
    margin: 0 0.5rem 0.5rem 0.5rem;
}
.dialog .hide{
    display: none;
}

#formpage {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 121;
    background-color: rgba(0, 0, 0, 0.6);
    background-size: 100% 100%;
    /*display: none;*/
}

#formpage .out {
    background-color: #fff;
    height: auto;
    width: 90%;
    margin: 30% 5% 5% 5%;
    border-radius: 10px;
}

#formpage .out .title {
    line-height: 1.5em;
    height: 10%;
    background-color: #00397a;
    padding: 5%;

    font-size: 1.8em;
    color: #ffff00;
    font-weight: bold;
    display: block;
    margin: 10px auto 10px auto;
    text-align: center;
}

#formpage .out .content {
    color: #000;
    line-height: 25px;
    text-align: left;
}

#formpage .out .tip {
    clear: both;
    font-size: 1.3em;
    color: #f00;
    font-weight: bold;
    display: block;
    margin: 10px auto 10px auto;
    text-align: center;
    height: 2em;
}

#formpage .out .button {
    clear: both;
    font-size: 1.3em;
    font-weight: bold;
    display: block;
    margin: 0 auto;
    text-align: center;
}

#formpage .out .inputs {
    font-size: 1.3em;
    color: #000;
    font-weight: bold;
    display: block;
    margin: 20px auto 10px auto;
    text-align: center;
}

#formpage .out .inputs .line {
    width: 90%;
    margin: 0 auto;
    height: 2em;
    line-height: 2em;
    display: block;
    margin-bottom: 1em;
}

#formpage .out .inputs label {
    float: left;
    width: 35%;
    line-height: 2.5em;
    text-align: right;
}

#formpage .out .inputs input {
    float: left;
    width: 50%;
    margin-left: 5%;
    border: solid 1px #00397a;
    background: none;
    height: 2em;
    line-height: 2.5em;
    font-size: 1.2em;
}

/* 表单页面 END */

/* 排行榜 BEGIN */

#rankframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /*z-index: 100;*/
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
}

#rankframe .btn_close {
    position: fixed;
    top: 5px;
    right: 5px;
    width: 45px;
    height: 45px;
    z-index: 1111;
}

#rank {
    width: 90%;
    /* height: 60%; */
    position: absolute;
    top: 10%;
    bottom: 10%;
    left: 5%;
    overflow: scroll;
    z-index: 100;
    display: none;
    font-size: 0.6rem;
    background-color: #b72526;
    border-radius: 0.5rem;
    overflow-y: auto;
    overflow-x: hidden;
    color: #fff;
}

#rank > p {
    border-radius: 5px;
    /*background-color: #000;*/
    font-weight: bold;
    color: red;
    text-align: center;
    font-size: 18px;
    padding: 5px 0;
    margin: 10px 0;
}

#rank > ul {
    border-radius: 10px;
    padding: 10px;
    background-color: #FFF;
}

#rank li {
    /*padding: 10px;*/
    padding: 5px 10px;
    position: relative;
    border-bottom: 1px solid #d9d9d9;
    overflow: hidden;
}

#rank li:last-child {
    border-bottom: none;
}

#rank li p:nth-child(2) {
    margin-bottom: 5px;
    color: #000;
}

#rank li p:first-child {
    width: 15%;
    float: right;
    text-align: center;
    font-size: 0.9rem;
    font-weight: bold;
    color: #000;
}

#rank li p:first-child span {
    margin-top: 30%;
    display: inline-block;
}

#rank .border {
    margin: 1rem 0;
}

#rank .title {
    font-size: 0.9rem;
    font-weight: bold;
    color: red;
}

#rank .info {
    border-radius: 5px;
    font-size: 0.8rem;
    margin: 10px 0;
    padding: 10px;
    /*border-bottom: 1px dashed #d9d9d9;*/
    /*border-top: 1px dashed #d9d9d9;*/
    color: #fff;
    text-align: left;
}

#rank .text {
    font-size: 0.8rem;
    margin: 0 0 1rem 0;
    text-align: center;
}

#rank .pic {
    position: relative;
    width: 100%;
}

#rank .rank_box {
    position: relative;
    top: 0;
}

#rank .rank_box .frame {

    width: 100%;
    position: absolute;
    /* z-index: -1; */
    top: 0;
}

#rank #prizepic {
    position: relative;
    z-index: -1;
    margin-top: 1.2rem;

    width: 80%;
    margin-left: 10%;
}

/* 排行榜 END */



















