﻿* {
    margin: auto;
    font-size: 14px;
}

body {
    max-width: 600px;
    /*background: #f5f5f5;*/
}

.body {
    background: white;
}

#show {
    width: 100%;
    padding-bottom: 30px;
}

    #show span {
        color: #0094ff;
    }

.show-img {
    display:grid;
    width: 100%;
    height: 300px;
    text-align: center;
    vertical-align: middle;
}

    .show-img img {
        max-width: 100%;
        max-height: 300px;
    }

.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: 40.5px;
        height: 40.5px;
        float: left;
        margin-top: 5px;
    }

        .show-btn a img {
            width: 100%;
            /* height: 40.5px; */
            /* display: none; */
        }

.bg {
    background: #f8f8f8;
}

.cl_pr_he {
    color: red;
    background: linear-gradient(43deg, transparent 49.5%, deeppink 49.5%, deeppink 50.5%, transparent 45.5%);
    font-size: 0.5rem;
}

.water {
    color: black;
    width: 50%;
    height: 150px;
    z-index: 2;
    position: absolute;
    overflow: hidden;
    opacity: 0.5;
    transform: scale(2,2);
    margin-left: 25%;
    margin-top: 75px;
}
