﻿


#jgg {
    padding: 0;
    height: 100%;
    position: relative;
}

    #jgg #jgg-top {
        padding: 0;
    }

        #jgg #jgg-top img {
        }

    #jgg #infoBar {
      
        padding: 0;
    position: absolute;
    top: 25%;
    }
    #jgg #infoBar img{
         width: 75%;
    height: 1.4rem;
    margin: 0 auto;
    display: block;

    }





        #jgg #infoBar span {
            font-family: 'Microsoft YaHei';
            font-size: 0.42rem;
            color: #fff;
            font-weight: bold;
            position: absolute;
          width:100%;
          line-height:0.7rem;
          text-align: center;
          top:22%;
        }



    #jgg #jggMain {
        /*width: 28.375rem;
                height: 30.75rem;
                background-color: #0f599a;
                border-radius: 2rem;
                padding: 2.1875rem 0;*/
        position: absolute;
        top: 35%;
        padding: 0 10%;
    }

    #jgg #jggMain .col-xs-4{

    }


    #jgg #yqlImgDiv {
        position: absolute;
        top: 9%;
        left: 14%;
    }

    #jgg #yqdImgDiv {
        position: absolute;
        top: 9%;
        left: 36%;
    }

    #jgg #yqzImgDiv {
        position: absolute;
        top: 9%;
        right: 9%;
    }

    #jgg #yqjImgDiv {
        position: absolute;
        top: 36%;
        left: 14%;
    }

    #jgg #zjImgDiv {
        position: absolute;
        top: 40%;
        left: 36%;
    }

    #jgg #yqqImgDiv {
        position: absolute;
        top: 36%;
        right: 9%;
    }

    #jgg #yqcImgDiv {
        position: absolute;
        bottom: 11%;
        left: 14%;
    }

    #jgg #yqkImgDiv {
        position: absolute;
        bottom: 11%;
        left: 36%;
    }

    #jgg #yqaImgDiv {
        position: absolute;
        bottom: 11%;
        right: 9%;
    }
    #jgg #jggMain .col-xs-4 img {
        width: 77%;
      padding:0;
      margin:0;
    }
    /*#jgg #jggMain .col-xs-4 {
                padding: 0 1.5rem;
            }
            #jgg #yqjimg {
                padding:0 0 0 1.5rem;
                margin:3.375rem 0 4.125rem 0;
            }
            #jgg #zjimg {
                padding: 0 0 0 0;
                margin: 3.375rem 0 4.125rem 0;
            }
            #jgg #yqqimg {
                padding: 0 1.5rem 0 0;
                margin: 3.375rem 0 4.125rem 0;
            }*/


    #jgg #zbzkp {
        position: absolute;
        left: 1%;
        bottom: 6%;
    }

    #jgg #jgg-bottom {
        position:absolute;
        bottom:1%;
        font-family: 'Microsoft YaHei';
        color: #fff;
        /*padding-top: 4.375rem;
        margin-bottom: 2.0625rem;*/
        text-align: center;
    }
        #jgg #jgg-bottom #axdw {
            height:8%;
        
        }
    #jgg #axdw a{
        color:#fff;
        text-decoration:underline;
        font-size:0.4rem;
     
    }
    #jgg .modal-content {
        margin-top: 42%;
        background-color: transparent;
        border: 0;
       
        -webkit-background-clip:initial;
        background-clip: initial;
      
        border: 1px solid rgba(0, 0, 0, 0);
        border-radius: 0;
        outline: 0;
        -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
        box-shadow: 0 0 0 rgba(0, 0, 0, 0);
       
    }
    #jgg .modal-header {
        border-bottom:0;
    }

    #jgg .modal-body {
       
    }
        
    #jgg #tcdiban {
        width: 60%;
        position: absolute;
        top: 2%;
        left: 21%;
    }
    #jgg #tcbtn {
        position: absolute;
        top: 500%;
        left: 30%;
        width: 40%;
    }
    #jgg #close {
        position: absolute;
        right: 3%;
        top:2%;
    }


/*音乐*/
#audio_btn {
    position: fixed;
    top: 3%;
    right: 2%;
    z-index: 20001;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
}

.loading_background {
    background-image: url(../img/music_loading.gif);
    background-size: 30px 30px;
    opacity: 0.5;
    background-position: center center;
}

.loading_yinfu {
    position: absolute;
    top: 3%;
    right: 2%;
    width: 30px;
    height: 30px;
    background-image: url(../img/yinfu.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.play_yinfu {
    background-image: url(../img/music.gif);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 60px 60px;
}

.rotate {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
    background-size: 100% 100%;
    background-image: url(../img/music_off.png);
    -webkit-animation: rotating 1.2s linear infinite;
    -moz-animation: rotating 1.2s linear infinite;
    -o-animation: rotating 1.2s linear infinite;
    animation: rotating 1.2s linear infinite;
}

@-webkit-keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes rotating {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@-moz-keyframes rotating {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(360deg);
    }
}

.off {
    background-image: url(../img/music_off.png);
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: center center;
}