/*public*/
html,body,div,dl,form,h1,h2,h3,h4,h5,h6,ol,p,pre,table,ul,dd,dt,li,a,abbr,b,em,i,img,samp,span,strong,sub,sup,tt,var,input,select{margin:0;padding:0}
input,img{border:0;outline:none}
html,body{width:100%;height:100%;overflow:hidden}
input,select{outline:none}
/* set image max width to 100% */
img,video{max-width:100%;height:auto;display: block;width:auto\9;/* ie8 */}
/* set html5 elements to block */
body{background:#fff;font-family: 'Helvetica', 'Microsoft YaHei', '微软雅黑', 'STHeiti', 'WenQuanYi Micro Hei', 'SimSun', 'sans-serif';color:#2d2d2d;word-wrap:break-word;word-break:break-all;height:100%;background-size:600px 100%;}
body div,body p{margin:0 auto;word-break:normal;}
address,cite,dfn,em,var{font-style:normal}
sup{vertical-align:text-top}
sub{vertical-align:text-bottom}
a{color:#026acb;text-decoration:none;outline:none}
a:hover{text-decoration:none}
/* list */
ul,ol{list-style:none;}

/*Align*/
.alg_r{text-align:right}
.alg_c{text-align:center}

.box{position:relative;width:600px;height:100%;}

/*music*/
#viose{cursor: pointer;position: fixed;display: inline-block;top: 20px;right: 20px;z-index: 9999;}

/*loading*/
#loading{background:#5b9cd2;text-align:center;width:100%;height:100%;position:relative;z-index:99999;margin: 0 auto;}

/*fm*/
#fm{background:url(../images/fm_bg.jpg) center no-repeat;background-size:100% 100%;height: 100%;}
#fm_sj{position: absolute;width: 100%;top: 0;left: 0;height: 100%;}
#fm_fly{height: 100%;}
#fm_bq{position: absolute;width: 100%;top: 8%;left: 0;display: none;}
#fm_bt{position: absolute;width: 100%;top: 70%;left: 0;display: none;}
#fm_cp{position: absolute;width: 100%;top: 88%;left: 0;display: none;}

/*p1*/
#p1{background:url(../images/p1_bg.jpg) center no-repeat;background-size:100% 100%;height: 100%;}
#p1_tg{position: absolute;width: 100%;bottom: 0;left: 0;}
#p1_hct{position: absolute;width: 80%;left: 10%;top: 17%;}
#p1_hct_zz{position: absolute;width: 100%;left: 0;top: 0;}
#p1_zz1{position: absolute;width: 100%;left: 0;top: 5%;height: 40%;}

.slotMachine .slot{height: 100px;background-size: 100% 100%;}
.p1_lhj{width: 100%;top: 4.9%;height: 38.6%;position: absolute;left: 0.4%;}

.slot1 {
    background-image: url("../images/slot1.png");
}
.slot2 {
    background-image: url("../images/slot2.png");
}
.slot3 {
    background-image: url("../images/slot3.png");
}
.slot4 {
    background-image: url("../images/slot4.png");
}
.slot5 {
    background-image: url("../images/slot5.png");
}
.slot6 {
    background-image: url("../images/slot6.png");
}
.slot7 {
    background-image: url("../images/slot7.png");
}
.slot8 {
    background-image: url("../images/slot8.png");
}
.slot9 {
    background-image: url("../images/slot9.png");
}
.slot10 {
    background-image: url("../images/slot10.png");
}
.slot11 {
    background-image: url("../images/slot11.png");
}
.slot12{
    background-image: url("../images/slot12.png");
}
.slot13 {
    background-image: url("../images/slot13.png");
}
.slot14 {
    background-image: url("../images/slot14.png");
}
.slot15 {
    background-image: url("../images/slot15.png");
}
.slot16 {
    background-image: url("../images/slot16.png");
}
.slot17 {
    background-image: url("../images/slot17.png");
}
.slot18 {
    background-image: url("../images/slot18.png");
}

/*fd*/
#fd{background:url(../images/fd_bg.jpg) center no-repeat;background-size:100% 100%;height:100%;}
#fd_p{position: relative;top: 68%;width: 90%;}
#fd_p p{color: #ffffff;text-indent: 2em;line-height: 20px;font-size: 15px;display: none;}
#fd_img{position: absolute;top: 4%;width: 100%;left: 0;display: none;}
#fd_bc{position: relative;display: none;width: 100%;left: 0;}
#fd_fx{position: relative;display: none;width: 32%;left: 14%;float: left;margin: 5% 0 4% 0;z-index: 22;}
#fd_cq{position: relative;display: none;width: 32%;right: 14%;float: right;margin: 5% 0 4% 0;z-index: 22;}
#fd_share{position: absolute;top: 0;display: none;width: 35%;right: 0;}

/*向下翻页箭头*/
.down{position: absolute;bottom:10px;left:50%;width:30px;margin-left:-15px;height:26px;-webkit-animation: opa_btm 1.5s ease-in-out;animation: opa_btm 1.5s ease-in-out}
.down samp{display:inline-block;width:30px;height:26px;-webkit-animation: start 1.5s infinite ease-in-out;animation: start 1.5s infinite ease-in-out;background:url(../images/mob_down.gif)center no-repeat}

/*animate*/
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
.vanishIn {
    -webkit-animation-name: vanishIn;
    animation-name: vanishIn;
}
@-webkit-keyframes vanishIn {
    0% {
        opacity: 0;
        -webkit-transform-origin: 50% 50%;
        -webkit-transform: scale(2, 2);
        -webkit-filter: blur(90px);
    }

    100% {
        opacity: 1;
        -webkit-transform-origin: 50% 50%;
        -webkit-transform: scale(1, 1);
        -webkit-filter: blur(0px);
    }
}
@keyframes vanishIn {
    0% {
        opacity: 0;
        transform-origin: 50% 50%;
        transform: scale(2, 2);
        -webkit-filter: blur(90px);
    }

    100% {
        opacity: 1;
        transform-origin: 50% 50%;
        transform: scale(1, 1);
        -webkit-filter: blur(0px);
    }
}

/*向下翻页箭头动画开始*/
@-webkit-keyframes opa_btm {0%,25% {opacity: 0;-webkit-transform: translate(0,20px);}}
@keyframes opa_btm {0%,25% {opacity: 0;transform: translate(0,20px);}}

@-webkit-keyframes start {0%,30% {opacity: 0;-webkit-transform: rotate(180deg) translate(0,-10px);}60% {opacity: 1;-webkit-transform: rotate(180deg) translate(0,0);}100% {opacity: 0;-webkit-transform: rotate(180deg) translate(0,5px);}}
@keyframes start {0%,30% {opacity: 0;transform: rotate(180deg) translate(0,-10px);}60% {opacity: 1;transform: rotate(180deg) translate(0,0);}100% {opacity: 0;transform: rotate(180deg) translate(0,5px);}}
/*向下翻页箭头动画结束*/

/*媒体查询*/
/*iphone6s*/
@media screen and (max-width:600px){

}
/*iphone6s qq*/
@media screen and (max-width:414px) and (max-height: 636px){

}
/*iphone6*/
@media screen and (max-width:375px){
    #fd_p p{font-size: 14px;}
}
/*iphone6 qq*/
@media screen and (max-width:375px) and (max-height: 567px){

}
/*android*/
@media screen and (max-width:360px){
    #fd_p p{font-size: 13px;}
}
/*android qq*/
@media screen and (max-width:360px) and (max-height: 540px){

}

/*iphone5*/
@media screen and (max-width:320px){
    #fd_p p{font-size: 12px;}
}
/*iphone5 qq*/
@media screen and (max-width:320px) and (max-height: 468px){
    #fd_p{top: 70%;}
    #fd_fx,#fd_cq{margin: 1% 0 3% 0;}

}
