/*盘面主体*/

#jiugongge {}

/*九宫格8个奖品*/

.lottery {
    overflow: hidden;
    padding: 0.2rem;
    width: 6rem;
    height: 6rem;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    left: 0;
    right: 0;
    top: 0
}

.lottery .lottery-item {
    height: 6.4rem;
    position: relative;
    margin-top: 0.2rem;
    margin-left: 0.2rem;
}

.lottery .lottery-item ul li {
    width: 1.6rem;
    height: 1.6rem;
    position: absolute;
}

.lottery .lottery-item ul li p {
    position: absolute;
    bottom: 5px;
    text-align: center;
    width: 100%;
    color: #000;
    font-size: 0.3rem;
    line-height: 0.3rem;
    font-weight: bold;
}

.lottery .lottery-item ul li:nth-child(2) {
    left: 1.8rem;
}

.lottery .lottery-item ul li:nth-child(3) {
    left: 3.6rem;
}

.lottery .lottery-item ul li:nth-child(4) {
    left: 3.6rem;
    top: 1.8rem;
}

.lottery .lottery-item ul li:nth-child(5) {
    left: 3.6rem;
    top: 3.6rem;
    ;
}

.lottery .lottery-item ul li:nth-child(6) {
    left: 1.8rem;
    top: 3.6rem;
}

.lottery .lottery-item ul li:nth-child(7) {
    left: 0;
    top: 3.6rem;
    ;
}

.lottery .lottery-item ul li:nth-child(8) {
    left: 0;
    top: 1.8rem;
}

.lottery .lottery-item ul li .box {
    height: 1.6rem;
    position: relative;
    text-align: center;
    overflow: hidden;
}

.lottery .lottery-item ul li .box img {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.lottery .lottery-item .lottery-start {
    position: absolute;
    left: 1.8rem;
    width: 1.6rem;
    top: 1.8rem;
}

.lottery .lottery-item .lottery-start .box {
    height: 1.6rem;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
}

.lottery .lottery-item .lottery-start .box:active {
    opacity: 0.7;
}

/*九宫格12个奖品*/

.lottery .jiangping-12 {
    height: 6.4rem;
    position: relative;
    margin-top: 0.15rem;
    margin-left: 0.15rem;
}

.lottery .jiangping-12 ul li {
    width: 1.25rem;
    height: 1.25rem;
    position: absolute;
}

.lottery .jiangping-12 ul li p {
    position: absolute;
    bottom: 5px;
    text-align: center;
    width: 100%;
    color: #000;
    font-size: 0.3rem;
    font-weight: bold;
    line-height: 0.3rem;
}

.lottery .jiangping-12 ul li:nth-child(2) {
    left: 1.35rem;
}

.lottery .jiangping-12 ul li:nth-child(3) {
    left: 2.7rem;
}

.lottery .jiangping-12 ul li:nth-child(4) {
    left: 4.05rem
}

.lottery .jiangping-12 ul li:nth-child(5) {
    left: 4.05rem;
    top: 1.35rem;
}

.lottery .jiangping-12 ul li:nth-child(6) {
    left: 4.05rem;
    top: 2.7rem;
}

.lottery .jiangping-12 ul li:nth-child(7) {
    left: 4.05rem;
    top: 4.05rem;
}

.lottery .jiangping-12 ul li:nth-child(8) {
    left: 2.7rem;
    top: 4.05rem;
}

.lottery .jiangping-12 ul li:nth-child(9) {
    left: 1.35rem;
    top: 4.05rem;
}

.lottery .jiangping-12 ul li:nth-child(10) {
    left: 0rem;
    top: 4.05rem;
}

.lottery .jiangping-12 ul li:nth-child(11) {
    left: 0rem;
    top: 2.7rem;
}

.lottery .jiangping-12 ul li:nth-child(12) {
    left: 0rem;
    top: 1.35rem;
}

.lottery .jiangping-12 ul li .box {
    height: 1.25rem;
    position: relative;
    text-align: center;
    overflow: hidden;
}

.lottery .jiangping-12 ul li .box img {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.lottery .jiangping-12 .lottery-start {
    position: absolute;
    left: 1.35rem;
    width: 2.6rem;
    top: 1.35rem;
}

.lottery .jiangping-12 .lottery-start .box {
    height: 2.6rem;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
}

.lottery .jiangping-12 .lottery-start .box:active {
    opacity: 0.7;
}

@media (max-width: 767px) {
    .img_2 {
        display: none;
    }

    #jiugongge{
      top: 1rem !important;
    }
}

@media (min-width: 767px) {
    body {
        position: relative;
        background-image: url("../image/12312.jpg");
        background-size: 100% 100%;
        background-repeat: no-repeat;
        overflow: hidden;
    }
    #app {
        width: 750px;
        height: 100vh !important;
        margin: 0 auto;
    }
    .img_1 {
        background-image: none !important
    }
    .img_2 {
        width: 8%;
        margin: 0 auto;
        max-height: 120px;
        position: absolute;
        top: -40px;
        left: 46vw;
    }
    .start_but {
        width: 150px !important;
        height: 150px !important;
    }
    .img_6 {
        top: auto !important;
        bottom: 0px !important;
        width: 150px;
        height: auto;
    }
    .img_7 {
        top: auto !important;
        bottom: 0px !important;
        width: 150px;
        left: auto !important;
        right: 50px !important;
        height: auto;
    }
    .form-popuo {
        width: 550px !important;
        margin-top: 25vh !important;
    }
    .form-popuo .input-group {
        margin-top: 75px;
    }
    .form-popuo .input-group input {
        width: 80%;
        height: 40px;
        margin: 0 auto;
        font-size: 14px
    }
    .form-popuo .guestbook_bg {
        top: -150px;
    }
    .zj-msg {
        width: 500px;
        height: 55%;
    }
    .zj-msg .zj-con .zj_tit {
        top: -120px;
    }
    .zj-msg .zj-con .zj_bg {
        width: 300px;
        height: 300px;
        top: 15px;
    }
    .zj-msg .zj-con .zj_img {
        width: 240px;
        height: 240px;
        top: 0;
    }
    .zj-msg .zj-con .zj_name {
        top: 288px;
        font-size: 16px;
    }
    .zj-msg .zj-con .zj_btn {
        bottom: 20px;
        font-size: 16px;
    }
    .zj-msg .zj-con .zj_btn span:nth-child(1) {
        padding: 8px 25px;
        font-size: 22px;
    }
    .zj-msg .zj-con .zj_btn span:nth-child(2) {
        padding: 8px 25px;
        font-size: 22px;
    }
    .yinyue {
        width: 45px;
        height: 45px;
    }
    .danmu1 {
        height: 300px !important;
    }
    .danmu1 .danmu-1 {
        height: 28px;
    }
    .danmu1 .danmu-1 span {
        font-size: 14px;
        padding: 0 10px;
        line-height: 15px;
        height: 15px;
    }
    .my {
        width: 520px !important;
    }
    .my .sub-search-inp {
        width: 100%;
        font-size: 14px
    }
    .my .sub-search-log {
        right: 12px;
        top: 3px;
    }
    .my ul {
        padding: 10px;
    }
    .my ul li {
        height: 80px;
        padding: 4px 8px;
    }
    .my ul li .ul-li-img {
        width: 70px;
        height: 70px;
    }
    .my ul li .ul-li-info {
        width: 350px;
        height: 70px;
        margin: 0 5px;
    }
    .my ul li .ul-li-info p {
        font-size: 16px;
    }
    .my ul li .ul-li-info p:nth-child(1) {
        height: 50px;
        line-height: 45px;
    }
    .my ul li .ul-li-info p:nth-child(2) {
        font-size: 14px;
        line-height: 5px;
    }
    .my ul li .ul-li-status {
        width: 70px;
        height: 70px;
    }
    .xiangqing {
        width: 500px !important;
    }
    .xiangqing .duijiang-1-1 {
        width: 70px;
        height: 70px;
    }
    .xiangqing .duijiang-1-1 img {
        width: 100%;
        height: 100%;
    }
    .xiangqing .duijiang-1-2 {
        width: 350px;
        height: 70px;
    }
    .xiangqing .duijiang-1-2 h1 {
        font-size: 16px;
        line-height: 20px;
    }
    .xiangqing .duijiang-1-2 p {
        font-size: 14px;
        line-height: 18px;
    }
    .xiangqing .duijiang-2 .dj-info {
        font-size: 16px;
    }
    .xiangqing-label th {
        width: 110px !important;
    }
    .message {
        width: 500px
    }
    /*弹幕移动动画*/
    @keyframes ani {
        form {
            right: 0;
        }
        to {
            right: 1920px;
        }
    }
    @-webkit-keyframes ani {
        form {
            right: 0;
        }
        to {
            right: 1920px;
        }
    }
    .pc-jiugongge {
        width: 100%;
        height: 100%;
        position: relative;
        margin: 0 auto;
        display: flex;
        align-items: center
    }
    #jiugongge {
        width: 630px;
        height: 630px;
        top: 0 !important;
        z-index: 10;
    }
    .lottery {
        width: 610px;
        height: 610px;
        padding: 20px;
    }
    .lottery .jiangping-12 {
        height: 555px;
        margin-left: 34px;
        margin-top: 34px
    }
    .lottery .jiangping-12 ul li {
        width: 125px;
        height: 125px
    }
    .lottery .jiangping-12 ul li:nth-child(2) {
        left: 135px;
    }
    .lottery .jiangping-12 ul li:nth-child(3) {
        left: 270px;
    }
    .lottery .jiangping-12 ul li:nth-child(4) {
        left: 405px
    }
    .lottery .jiangping-12 ul li:nth-child(5) {
        left: 405px;
        top: 135px;
    }
    .lottery .jiangping-12 ul li:nth-child(6) {
        left: 405px;
        top: 270px;
    }
    .lottery .jiangping-12 ul li:nth-child(7) {
        left: 405px;
        top: 405px;
    }
    .lottery .jiangping-12 ul li:nth-child(8) {
        left: 270px;
        top: 405px;
    }
    .lottery .jiangping-12 ul li:nth-child(9) {
        left: 135px;
        top: 405px;
    }
    .lottery .jiangping-12 ul li:nth-child(10) {
        left: 0px;
        top: 405px;
    }
    .lottery .jiangping-12 ul li:nth-child(11) {
        left: 0px;
        top: 270px;
    }
    .lottery .jiangping-12 ul li:nth-child(12) {
        left: 0px;
        top: 135px;
    }
    .lottery .jiangping-12 ul li .box {
        height: 125px;
        border-radius: 10px;
    }
    /*.lottery .jiangping-12 .lottery-start {left: 1.35rem;width: 2.6rem;top: 1.35rem;}*/
    .lottery .jiangping-12 .lottery-start {
        width: 260px;
        left: 135px;
        top: 135px
    }
    .lottery .jiangping-12 .lottery-start .box {
        height: 260px;
        font-size: 14px;
        color: #fff;
        cursor: pointer;
        text-align: center;
        overflow: hidden;
    }
    .margin-top th,
    .margin-top td {
        font-size: 14px !important;
    }
    .pc-p {
        font-size: 14px !important;
    }
    .xiangqing .fuzhi {
        font-size: 14px;
        border-radius: 20px
    }
}