@charset "utf-8";
* { margin: 0; padding: 0; }
html { -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; }
body { font: 14px/1em Microsoft YaHei, sans-serif; max-width: 640px; margin: 0 auto; height: 100%; background-color: #fff3ed; }
img { vertical-align: top; outline: none; }
@media only screen and (max-width:320px) {
    body { font-size: 12px; }
}
ul, li { list-style: none; }
img { width: 100%; display: block; border: 0; margin: 0 auto; }
a { text-decoration: none; }
a:active, a:hover { outline: 0; border: 0}
.mb0{
    margin-bottom: 0;
}

.active_layer { background-color: #fff;}
.btn-bottom{
        width: 100%;
        display: table;
        position: fixed;
        bottom: 0;
        left: 0;
    }
    .btn {
        display: inline-block;
        *display: inline; /*IE 6/7*/
        zoom: 1;
        line-height: normal;
        white-space: nowrap;
        vertical-align: baseline;
        text-align: center;
        cursor: pointer;
        -webkit-user-drag: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        width: 100%;
        font-family: inherit;
        font-size: 100%;
        *font-size: 90%; /*IE 6/7 - To reduce IE's oversized button text*/
        *overflow: visible; /*IE 6/7 - Because of IE's overly large left/right padding on buttons */
        padding: 0.8em 0;
        color: #f4332a; /* rgba not supported (IE 8) */
        border: 1px solid #999;  /*IE 6/7/8*/
        border: none rgba(0, 0, 0, 0);  /*IE9 + everything else*/
        text-decoration: none;
    }
    .btn-hover,
    .btn:hover,
    .btn:focus {
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#1a000000',GradientType=0);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), color-stop(40%, rgba(0,0,0, 0.05)), to(rgba(0,0,0, 0.10)));
        background-image: -webkit-linear-gradient(transparent, rgba(0,0,0, 0.05) 40%, rgba(0,0,0, 0.10));
        background-image: linear-gradient(transparent, rgba(0,0,0, 0.05) 40%, rgba(0,0,0, 0.10));
    }
    .btn:focus {
        outline: 0;
    }
    .btn-active,
    .btn:active {
        box-shadow: 0 0 0 1px rgba(0,0,0, 0.15) inset, 0 0 6px rgba(0,0,0, 0.20) inset;
    }
    .btn-light{
        background-color: #ffd280;
        height: 0.88rem;
        line-height: 0.88rem;
        padding: 0;
    }
    .btn-gray{
        background-color: #ffd280;
        height: 1.6em;
        line-height: 1.6em;
    }
    .btn-disabled,
    .btn-disabled:hover,
    .btn-disabled:focus,
    .btn-disabled:active {
        border: none;
        background-image: none;
        cursor: not-allowed;
        box-shadow: none;
    }
/*body { padding-bottom: 0.88rem;}*/

.side-right { position: fixed; right: 0; top: 2rem; z-index: 223;}
.side-right a {
    color: #f4332a;
    font-size: 0.28rem;
    line-height: 0.57rem;
    height: 0.60rem;
    width: 1.3rem;
    padding-left: 0.23rem;
    background: #ffd280;
    border-radius: 0.3rem 0 0 0.3rem;
    display: block;
}
.part{
    position: relative;
}
.part h2{
    position: absolute;
    left: 0;
    bottom: 1.4rem;
    width: 100%;
    text-align: center;
    font-size: 0.28rem;
    color: #ff7800;
    font-family:STYuanti-SC-Bold;
    line-height: 1;
}
.part span{
    font-size: 0.5rem;
}
.part sup{
    font-style: normal;
    position: relative;
    color: #ccc;
    top: -0.2rem;
    font-size: 0.2rem;
}
.part a{
    position: absolute;
    width: 3.9rem;
    height: .9rem;
    left: 1.74rem;
    bottom: .5rem;
    opacity: 0;
}
.cover{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 233;
    background: rgba(0,0,0,0.8);
}
.rulep{
    position: fixed;
    width: 6.9rem;
    left: 0.3rem;
    top: 0.5rem;
    z-index: 245;
}
.rulep .close{
    width: 0.68rem;
    margin: 0.5rem auto;
}
.fr{
    position: fixed;
    right: .1rem;
    bottom: 1rem;
    width: 2.08rem;
    height: 1.84rem;
    z-index: 22;
}