
/* bs-rest */
html 
{
    -webkit-text-size-adjust: none;
    -webkit-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    font-family: "Helvetica Neue", Helvetica, Tahoma, Arial, sans-serif;
    font-size: 16px;
}
html,
body
{
    width: 100%;
    height: 100%;
}
body,
h5,
h4,
h3,
h2,
h1,
p,
dl,
dt,
dd,
ol,
ul,
th,
td 
{
    margin: 0;
    padding: 0;
    font-weight: normal;
}
a 
{
    background: none;
    -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
    outline: none;
    -webkit-appearance: none;
}
em,
i 
{
    font-style: normal
}
li 
{
    list-style: none
}
a 
{
    text-decoration: none;
}
img 
{
    border: none;
    vertical-align: top;
}
table 
{
    border-collapse: collapse;
    border-spacing: 0;
}

/* keyframes */
@keyframes bouncedelay 
{
    0%,
    80%,
    100% 
    {
        -webkit-transform: scale(0.0);
                transform: scale(0.0);
    }
    40% 
    {
        -webkit-transform: scale(1.0);
                transform: scale(1.0);
    }
}
@-webkit-keyframes bouncedelay 
{
    0%,
    80%,
    100% 
    {
        -webkit-transform: scale(0.0);
                transform: scale(0.0);
    }
    40% 
    {
        -webkit-transform: scale(1.0);
                transform: scale(1.0);
    }
}
@keyframes bounceIn 
{
    0%,
    20%,
    40%,
    60%,
    80%,
    100% 
    {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
                animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    0% 
    {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
                transform: scale3d(.3, .3, .3);
    }
    20% 
    {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
                transform: scale3d(1.1, 1.1, 1.1);
    }
    40% 
    {
        -webkit-transform: scale3d(.9, .9, .9);
                transform: scale3d(.9, .9, .9);
    }
    60% 
    {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
                transform: scale3d(1.03, 1.03, 1.03);
    }
    80% 
    {
        -webkit-transform: scale3d(.97, .97, .97);
                transform: scale3d(.97, .97, .97);
    }
    100% 
    {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
                transform: scale3d(1, 1, 1);
    }
}
@-webkit-keyframes bounceIn 
{
    0%,
    20%,
    40%,
    60%,
    80%,
    100% 
    {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
                animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    0% 
    {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
                transform: scale3d(.3, .3, .3);
    }
    20% 
    {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
                transform: scale3d(1.1, 1.1, 1.1);
    }
    40% 
    {
        -webkit-transform: scale3d(.9, .9, .9);
                transform: scale3d(.9, .9, .9);
    }
    60% 
    {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
                transform: scale3d(1.03, 1.03, 1.03);
    }
    80% 
    {
        -webkit-transform: scale3d(.97, .97, .97);
                transform: scale3d(.97, .97, .97);
    }
    100% 
    {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
                transform: scale3d(1, 1, 1);
    }
}
@keyframes bigAnima
{
    0%
    {
        -webkit-transform:scale3d(0,0,0);
                transform:scale3d(0,0,0);
    }
    20%
    {
        -webkit-transform:scale3d(1.5,1.5,1.5);
                transform:scale3d(1.5,1.5,1.5);
    }
    40%
    {
        -webkit-transform:scale3d(.8,.8,.8);
                transform:scale3d(.8,.8,.8);
    }
    100%
    {
        -webkit-transform:scale3d(1,1,1);
                transform:scale3d(1,1,1);
    }
}
@-webkit-keyframes bigAnima
{
    0%
    {
        -webkit-transform:scale3d(0,0,0);
                transform:scale3d(0,0,0);
    }
    20%
    {
        -webkit-transform:scale3d(1.5,1.5,1.5);
                transform:scale3d(1.5,1.5,1.5);
    }
    40%
    {
        -webkit-transform:scale3d(.8,.8,.8);
                transform:scale3d(.8,.8,.8);
    }
    100%
    {
        -webkit-transform:scale3d(1,1,1);
                transform:scale3d(1,1,1);
    }
}

/* bs-loadBox */
.bs-loadBox
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 95;
    display: none;
}
.bs-loadMask 
{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #000;
    opacity: .5;
    z-index: 96;
}
.bs-loadMask.bradius 
{
    top: 1.5rem;
    bottom: .25rem;
    border-radius: .4rem/12rem 12rem .4rem .4rem;
}
.bs-loadCont 
{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 3rem;
    height: 3rem;
    margin-top: -1.5rem;
    margin-left: -1.5rem;
    z-index: 97;
}
.bs-loadMain 
{
    position: relative;
    width: 100%;
    height: 100%;
}
.bs-loadEmt1 > div,
.bs-loadEmt2 > div 
{
    width: 30%;
    height: 30%;
    border-radius: 100%;
    position: absolute;
    -webkit-animation: bouncedelay 1.2s infinite ease-in-out;
            animation: bouncedelay 1.2s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
}
.bs-loadMain .bs-loadMainEmt 
{
    position: absolute;
    width: 100%;
    height: 100%;
}
.bs-loadEmt1 
{
    -webkit-transform: rotateZ(45deg);
            transform: rotateZ(45deg);
}
.bs-loadEmt2 
{
    -webkit-transform: rotateZ(90deg);
            transform: rotateZ(90deg);
}
.bs-loadMainEmt-c2 
{
    top: 0;
    right: 0;
}
.bs-loadMainEmt-c3 
{
    right: 0;
    bottom: 0;
}
.bs-loadMainEmt-c4 
{
    left: 0;
    bottom: 0;
}
.bs-loadEmt1 .bs-loadMainEmt-c1 
{
    -webkit-animation-delay: -1.1s;
            animation-delay: -1.1s;
    background-color: #fefefe;
}
.bs-loadEmt2 .bs-loadMainEmt-c1 
{
    -webkit-animation-delay: -1.0s;
            animation-delay: -1.0s;
    background-color: #fdfdfd;
}
.bs-loadEmt1 .bs-loadMainEmt-c2 
{
    -webkit-animation-delay: -0.8s;
            animation-delay: -0.8s;
    background-color: #fcfcfc;
}
.bs-loadEmt2 .bs-loadMainEmt-c2 
{
    -webkit-animation-delay: -0.7s;
            animation-delay: -0.7s;
    background-color: #fafafa;
}
.bs-loadEmt1 .bs-loadMainEmt-c3 
{
    -webkit-animation-delay: -0.5s;
            animation-delay: -0.5s;
    background-color: #eee;
}
.bs-loadEmt2 .bs-loadMainEmt-c3 
{
    -webkit-animation-delay: -0.4s;
            animation-delay: -0.4s;
    background-color: #ededed;
}
.bs-loadEmt1 .bs-loadMainEmt-c4 
{
    -webkit-animation-delay: -0.2s;
            animation-delay: -0.2s;
    background-color: #ececec;
}
.bs-loadEmt2 .bs-loadMainEmt-c4 
{
    -webkit-animation-delay: -0.1s;
            animation-delay: -0.1s;
    background-color: #eaeaea;
}

/* bs-alertBox */
.bs-alertBox
{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    display: none;
}
.bs-alertMask 
{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #000;
    opacity: .5;
    z-index: 98;
}
.bs-alertCont 
{
    position: absolute;
    left: 15%;
    top: 10%;
    width: 70%;
    height: 80%;
    z-index: 99;
    font-size: 1.3rem;
}
.bs-alertContTxt 
{
    display: inline-block;
    position: absolute;
    top: 15%;
    left: 11%;
    right: 11%;
    bottom: 42%;
    color: white;
}
.bs-alertContClose 
{
    display: inline-block;
    position: absolute;
    left: 30%;
    bottom: 7%;
    margin: 0 auto;
    height: 30%;
    width: 40%;
    text-indent: -999em;
    -webkit-tap-highlight-color: transparent;
}

/* webkit scrollbar */
::-webkit-scrollbar 
{
    width: .15rem;
    border-radius: 10%;
    background-color: rgba(0, 0, 0, 0);
}
::-webkit-scrollbar-thumb 
{
    border-radius: 10%;
    background-color: rgba(10, 10, 10, 0);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
            box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
}

/* bs-tipBox */
.bs-tipBox
{
    display: block;
    opacity: 0;
    -webkit-transition-duration: .1s;
            transition-duration: .1s;
    -webkit-transition-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
            transition-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
}
.bs-tipBox .bs-loadMask
{
    display: none;
}
.bs-tipCont 
{
    position: absolute;
    left: 50%;
    top: 50%;
    right: 50%;
    bottom: 50%;
    border: 0;
    padding: .3rem .5rem .5rem;
    font-size: .9rem;
    color: #555555;
    z-index: 99;
    background-color: #fee4aa;
    -webkit-transition-duration: .4s;
            transition-duration: .4s;
    -webkit-transition-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
            transition-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.bs-tipClose 
{
    display: inline-block;
    position: absolute;
    top: -1rem;
    right: -1rem;
    width: 2rem;
    height: 1.9rem;
    text-indent: -999em;
    -webkit-tap-highlight-color: transparent;
    display: none;
}
.bs-tipMain
{
    max-height: 100%;
    overflow-y: auto;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.bs-tipMain h4
{
    text-align: center;
    font-weight: bold;
}
.bs-tipTit
{
    font-size: 1rem;
    position: relative;
    color: #ab391a;
}
.bs-tipTit:before,
.bs-tipTit:after
{
    content: '';
    position: absolute;
    top: .45rem;
    width: 3rem;
    height: .1rem;
}
.bs-tipTit:before
{
    left: -3.4rem;
}
.bs-tipTit:after
{
    right: -3.4rem;
}
.bs-tipMain dt
{
    font-weight: bold;
    margin-top: .5rem;
}
.bs-tipMain dd
{
    margin-left: 2em;
    line-height: 1.8em;
    color: #666;
}
.bs-tipMain .textIndent2
{
    text-indent: 2em;
    margin-left: 0;
}
.bs-tipMain .sketch
{
    border-bottom: 1px solid;
    display: block;
    text-align: center;
    padding: .5rem 0;
    color: chocolate;
}
.bs-tipMain .dt
{
    padding-top: .5rem;
}
.bs-tipMain .dd
{
    padding-left: 2em;
}
.bs-tipMain table
{
    width: 100%;
    font-size: .8rem;
    margin: .5rem 0;
    text-align: center;
    border-top: 1px solid #d3a453;
    border-left: 1px solid #d3a453;
}
.bs-tipMain table th,
.bs-tipMain table td
{
    border-right: 1px solid #d3a453;
    border-bottom: 1px solid #d3a453;
    width: 20%;
    line-height: 1.8;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.bs-tipMain table th
{
    font-weight: bold;
}
.bs-tipMain table tr td:nth-child(2) 
{
    max-width: 12em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.bs-tipMain .table
{
    width: 95%;
}
.bs-tipMain table.table th,
.bs-tipMain table.table td
{
    line-height: 2;
}
.bs-bottomTipBox.bs-tipBox
{
    opacity: 1;
}
.bs-bottomTipBox .bs-loadMask
{
    display: block;
}
.bs-bottomTipBox .bs-tipCont
{
    top: 8%;
    right: 5.4%;
    bottom: 2%;
    left: 0;
    background-color: transparent;
}
.bs-bottomTipBox .bs-tipClose
{
    display: inline-block;
    -webkit-animation-name: bigAnima;
            animation-name: bigAnima;
    -webkit-animation-duration: .4s;
            animation-duration: .4s;
    -webkit-animation-delay: .4s;
            animation-delay: .4s;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    z-index: 97;
}
.bs-bottomTipBox .tipCont-bs-ruleBox
{
    left: 0;
    top: 35%;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,1);
}
.bs-bottomTipBox .tipCont-bs-ruleBox .bs-tipClose
{
    top: 0;
    right: 0;
}
.bs-bottomTipBox .bs-tipMain
{
    position: relative;
    z-index: 4;
}
.bs-bottomTipBox .tipCont-bs-awardBox
{
    top: 15.3%;
    right: 13%;
    bottom: 15.3%;
    left: 13%;
    border: .2rem solid #d3a453;
    background-color: #fee4aa;
}
.bs-bottomTipBox .tipCont-bs-awardBox .bs-tipClose
{
    top: 0;
    right: 0;
}
.bs-ruleBox,
.bs-awardBox
{
    display: none;
}
.tipCont-bs-ruleBox .bs-ruleBox,
.tipCont-bs-awardBox .bs-awardBox
{
    display: block;
}

/* bs-prizeBox */
.bs-prizeBox 
{
    position: fixed;
    z-index: 99;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: none;
    z-index: 90;
}
.bs-prizeBox .bs-loadMask
{
    z-index: 90;
}
.bs-prizeBox img 
{
    position: absolute;
    left: 50%;
    top: 39%;
    margin-left: -9.15rem;
    margin-top: -6.5rem;
    width: 18.3rem;
    height: 13rem;
    z-index: 91;
}
.bs-prizeTxt 
{
    position: absolute;
    left: 50%;
    top: 65%;
    text-align: center;
    display: inline-block;
    margin-left: -10rem;
    width: 20rem;
    z-index: 91;
}
.bs-prizeTxt i
{
    display: inline-block;
    color: #fff;
    padding: .5rem 1rem;
    border-radius: .5rem;
    line-height: 1;
    font-size: 1.2rem;
    background: #802222;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.bs-prizeAnimated 
{
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
}
.bs-prizeTxt-show,
.bs-prizeAnimated-bounceIn 
{
    -webkit-animation-name: bounceIn;
            animation-name: bounceIn;
    -webkit-animation-duration: .75s;
            animation-duration: .75s;
}

/* bs-noticeBox */
.bs-noticeBox
{
    display: none;
    position: absolute;
    top: 21.5%;
    right: 25%;
    left: 25%;
    height: 1rem;
    border-radius: 1.2rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.bs-noticeMain 
{
    display: inline-block;
    width: 100%;
    font-size: .6rem;
    letter-spacing: .5px;
    text-align: center;
    line-height: 1rem;
    height: 1rem;
    overflow: hidden;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.bs-noticeMain li
{
    font-size: 110%;
    color: rgb(255,224,154);
}
.bs-noticeMain span
{
    color: rgb(255,222,0);
}
.bs-noticeIcon
{
    padding-left: 1rem;
    margin-right: .3rem;
}

/* 
bs-actCD
bs-tipMsg
bs-degin
bs-main
bs-backRoom
bs-rule
bs-ruleAnimaToRight
*/
.bs-actCD
{
    position: absolute;
    display: inline-block;
    top: 10%;
    left: 1%;
    color: rgb(255, 255, 207);
    font-size: .8rem;
    text-align: center;
}
.bs-tipMsg
{
    position: fixed;
    display: inline-block;
    top: 50%;
    left: 50%;
    width: 14rem;
    height: 2rem;
    line-height: 2.1rem;
    border-radius: 1.5rem;
    border: .1rem solid white;
    color: white;
    background-color: #6d1f00;
    box-shadow: 0 0.1rem 0.2rem 0.1rem rgba(0, 0, 0, .35);
    font-size: .8rem;
    text-align: center;
    z-index: 99;
}
.bs-degin
{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: .8;
    width: 100%;
    height: 100%;
}
.bs-main 
{
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    font-size: .6rem;
    -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.bs-backRoom,
.bs-rule,
.bs-award
{
    position: absolute;
    display: inline-block;
    z-index: 100;
    text-indent: -999em;
    cursor: pointer;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}
.bs-backRoom
{
    top: 1%;
    left: 1%;
    width: 3.7rem;
    height: 2.4rem;
}
.bs-rule 
{
    top: 1%;
    right: 1%;
    width: 5.5rem;
    height: 2.5rem;
}
.bs-ruleAnimaToRight
{
    right: -5.5rem;
}
