﻿* {
    margin: auto;
    font-size: 14px;
    font-family: "微软雅黑",Arial;
}

#show {
    width: 100%;
    padding-bottom: 30px;
}

    #show span {
        color: #1bbdff;
    }

.show-img img {
    width: 100%;
}

.show-box div {
    width: 92%;
    height: 35px;
    line-height: 35px;
    padding-left: 3%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .show-box div a {
        display: inline-block;
        width: 50%;
        margin-left: 0;
    }

.show-btn {
    width: 40.5px;
    position: fixed;
    top: 50%;
    right: 2%;
}

    .show-btn a {
        width: 100%;
        display: inline-block;
        margin-top: 2px;
    }

        .show-btn a img {
            width: 100%;
        }

.bg {
    background: #f8f8f8;
}
