.fl {float: left;}
.com { position: fixed; left: 0; top: 0; width: 100%; height: 100%; z-index: 1002;}
.com-main { display: flex; align-items: center; justify-content: center; height: 100vh;}
.com-main .slots {
    background: url("../images/compound-bg.png") center center no-repeat;
    background-size: 100%;
    height: 28rem;
    width: 90%;
}
.slots p { text-align: center; width: 70%; margin: 7rem auto 0 auto;}
.slots p label { display: block; border: .2rem solid #f9e344; background: #5bb247; line-height: 2rem; border-radius: 2rem; font-size: 1.05rem; padding: 0 1rem; margin-left: 1rem;}
.com-main .slots dl { height: 5.3rem; overflow: hidden; display: flex; width: 70%; margin: 3rem auto 2rem auto; padding-left: 2.5rem;}

.com-main .slots dl dd {flex: 1;height: 5.3rem;background-size: 4.33333333rem 40.03333333rem;background-position: left top;background-repeat: repeat-y;}

.com-main .slots dl dd.gb {background-image: url("../images/compoundPush-gb.png");}

.com-main .slots dl dd.jd {background-image: url("../images/compoundPush-jd.png");}

.com-main .slots dl dd:last-child {margin-right: 0;}

.com-main .slots .play-btn {
    width: 40%;
    height: 4.5rem;
    background: url("../images/compound-iay@2x.png") center bottom no-repeat;
    background-size: 100%;
    background-repeat: no-repeat;
    margin:0 auto;
    transition: all 200ms;
    -webkit-transition: all 200ms;
    -o-transition: all 200ms;
    -moz-transition: all 200ms;
}

.com-main .slots .play-btn.active {
    background: url("../images/compound-piay_push@2x.png") center bottom no-repeat;
    background-size: 100%;
}



.fixed {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    margin: auto;
    max-width: 768px;
    width: 100%;
    height: 100%;
    z-index: 1003;
    background-color: rgba(0,0,0,0.4);
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.compound-warm .box {
    border-radius: .6rem;
    background-color: #fff;
    width: 80%;
    min-height: 8rem;
    position: relative;
}

.compound-warm .box .img {
    width: 19.06666667rem;
    height: 13.6rem;
    background-image: url("../images/compound-warm-img.png");
    background-size: 100% 100%;
    margin: -6.33333333rem auto;
    margin-bottom: 0;
}


.rule>h3 {
    color: #323232;
    font-size: 1.06666667rem;
    padding: 1rem;
    text-align: center;
}

.rule ul {
    padding-left: 1rem;
}

.rule ul li {
    color: #323232;
    font-size: .93333333rem;
    line-height: 1.6rem;
    list-style: decimal outside;
}
.game-pic { display: block; width: 80%; margin: 2rem auto 1rem auto;}
.compound-warm .box h3 {line-height: 2rem; color: #0068b6;font-size: 1.2rem; padding:0 1rem;}
.compound-warm .box .btn {width: 50%; margin: 0 auto 2rem auto;}
.compound-warm .box .btn img {width: 100%;}
.box img.game-jp-left { position: absolute; left: -10%; top:-15%; width: 50%;}
.box img.game-jp-right { position: absolute; right: -6%; bottom:-6%; width: 30%;}