body {
    background-image: url('../pics/bg.jpeg');
    background-size: cover;
}

.header {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    display: none;
}

.logo {
    padding: 10px;
}

.zoom-icon {
    margin: 10px;
}

embed {
    height: 0;
    overflow: hidden;
    position: absolute;
    top: 10px;
}

.bottom {
    display: flex;height: 15px;
    justify-content: space-around;
    align-items: center;
}

.bottom .b-f {
    display: flex;
    justify-content: space-around;
    align-items: center;
    display: none;
}

.turnjs-slider {position: relative;
    width: auto;
    margin: 0 20px;
}

.bottom .xm {
    cursor: pointer;
    position: relative;
    padding: 10px;
}

.bottom .xm span {
    color: #3c04f7;
    font-size: 13px;
    display: inline-block;
    position: absolute;
    top: -35px;
    left: -5px;
    background-color: #fff;
    width: 50px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 10px;
    display: none;
    transition: all 0.2s;
}

.bottom .xm:hover {
    opacity: 0.8;
}

.bottom .b-r {margin-top: -20px;display: flex;}
.bottom .pagecount{position: absolute;right: -100px;top:-10px;color: #000;font-size: 14px;display: flex;justify-content: center;align-items: center;}
.bottom .xm3 {background-color: rgba(0, 0, 0, 0.5);border-radius: 5px;text-align: center;
    color: #fff;
    font-size: 30px;
}

.bottom .xm2 span {
    width: 200px;
    text-align: center;
    position: absolute;
    top: -60px;
    left: -70px;
}

.bottom .xm2 span p {
    padding: 0 20px;
    height: 20px;
    text-align: left;
}

.bottom .xm1:hover span,
.bottom .xm2:hover span,
.bottom .xm3:hover span {
    display: block;
}

.bottom .xm i {
    color: #fff;
    font-size: 23px;
    font-weight: bold;
    text-align: center;
}

.table-contents {
    background-position: -88px 0;
}

.icon {
    width: 22px;
    cursor: pointer;
    height: 22px;
    background-image: url(pics/new-sprites.png);
    display: inline-block;
}

.table-contents {
    background-position: -88px 0;
    cursor: pointer;
}

.table-contents-hover {
    background-position: -88px -22px;
}

.zoom-icon {
    background: none;
    line-height: 22px;
}

.magazine-viewport .next-button2,
.magazine-viewport .previous-button2 {
    cursor: pointer;
    transition: all 0.2s;
}

.magazine-viewport .next-button2:hover,
.magazine-viewport .previous-button2:hover {
    cursor: pointer;
    transform: scale(1.1);
}

.a_video {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    cursor: pointer;
}

.flv_play_btn {
    width: 100px;
    height: 100px;
    left: 50%;
    top: 50%;
    margin-left: -50px;
    margin-top: -50px;
    position: absolute;
    z-index: 2;
}

.flv_play_btn i {
    font-size: 100px;
    color: #fff;
}

.embed-messageboard,
.embed-icon {
    display: none;
}

.next-button2-icon {
    display: none;
}

.magazine-viewport .next-button2 i,
.magazine-viewport .previous-button2 i {
    display: none;
}

.bottom2 {
    display: none;
}

@media only screen and (max-width:1100px) {
    audio {
        position: absolute;
        top: 0;
        right: 0;
    }

    .embed-messageboard,
    .embed-icon {
        display: block;
    }

    .embed-icon {
        display: none;
    }

    .magazine-viewport .next-button2 i,
    .magazine-viewport .previous-button2 i {
        display: block;
    }

    .magazine-viewport .next-button2 {
        background: none;
        width: 200px;
        height: 200px;
        z-index: 50;
        right: -20px;
    }

    .magazine-viewport .next-button2 i {
        font-size: 200px;
        color: #ccc;
    }

    .magazine-viewport .previous-button2 {
        background: none;
        width: 200px;
        height: 200px;
        z-index: 50;
        left: -20px;
    }

    .magazine-viewport .previous-button2 i {
        font-size: 200px;
        color: #ccc;
    }

    .bottom {
        top: 80px;
        bottom: auto;
    }
    .bottom .xm3{display: none;}
    .bottom .pagecount{font-size: 30px;right: -220px;}
    .bottom2 {
        height: 220px;
        background-color: #000;
        display: flex;
        position: fixed;
        bottom: 0;
        width: 100%;
        color: #fff;
        justify-content: space-around;
        align-items: center;z-index: 999;
    }

    .bottom2 a {
        color: #fff;
    }

    .bottom2 i {
        font-size: 80px;
    }

    .bottom2 p,.bottom2 span {display: block;
        text-align: center;
        font-size: 40px;
    }

    .bottom2 .zoom-icon {
        text-align: center;
        font-size: 80px;
        line-height: normal;
        width: auto;
        height: auto;
    }

    .layui-table td,
    .layui-table th {
        font-size: 50px;
        line-height: 70px;
        border-color: #3c04f7;
    }

    .layui-table td a {
        color: #19408c;
        font-weight: bold;
    }

    .next-button2,
    .previous-button2 {
        display: none;
    }
}