html,
body {
    background-color: #f3f3f3;
    border: 0;
    padding: 0;
    margin: 0;
}

.sp-selected-thumbnail {
    border: 4px solid #201b19;
}

.sp-bottom-thumbnails .sp-thumbnail-container:first-child,
.sp-top-thumbnails .sp-thumbnail-container:first-child {
    margin-left: 0;
}

.sp-bottom-thumbnails .sp-thumbnail-container,
.sp-top-thumbnails .sp-thumbnail-container {
    margin-left: 2px;
    margin-right: 2px;
}

.sp-left-thumbnails .sp-thumbnail-container:first-child,
.sp-right-thumbnails .sp-thumbnail-container:first-child {
    margin-top: 0;
}

.sp-left-thumbnails .sp-thumbnail-container,
.sp-right-thumbnails .sp-thumbnail-container {
    margin-top: 2px;
    margin-bottom: 2px;
}

/* .sp-thumbnail-container img{
margin:0 10px;
border: 2px solid red;
} */

.c-header {
    width: 100%;
    height: 80px;
}

.c-header .c-header-content {
    background-color: #fafafa;
    margin-top: 30px;
    border-top: 2px solid #201b19;
    position: relative;
}

.c-header .logo {
    padding: 20px;
    background: #fefefe;
    position: absolute;
    top: -20px;
    left: 20%;
}

.c-header .text {
    height: 80px;
    line-height: 80px;
    font-size: 1.2em;
    font-weight: bold;
    padding-left: calc(20% + 104px);
    overflow: hidden;
}

.left {
    float: left;
}

.right {
    float: right;
}

.c-content .block {
    width: 48%;
    padding: 1em 1%;

}

.clear-float {
    clear: both;
    float: none;
}

.c-content {
    margin: 8em auto;
}

.c-content .block .info {
    height: 200px;
    max-height: 200px;
    overflow: hidden;
}

.c-content .block .info div {
    height: 100%;
    text-align: initial;
    overflow-y: scroll;
}

.c-content .block .tip{
    text-align: center;
    font-weight: bold;
}
.c-content .block .link {
    margin: 10px auto;
    text-align: center;
    height: 50px;
}

.c-content .block .link a {
    display: inline-block;
    text-decoration: none;
    /* float: left; */
    margin: 0 1%;
    width: 30%;
    height: 40px;
    line-height: 40px;
}

.c-content .block .link a span {
    display: inline-block;
    width: 100%;
    border: 2px solid #858484;
}

.c-content .block .link a img {
    width: 100%;
}

.special_title {
    width: 100%;
    height: 80px;
    line-height: 80px;

    font-size: 3em;
    font-weight: bold;
    background-color: #1fc8db;
    background-image: linear-gradient(141deg, #9fb8ad 0%, #1fc8db 51%, #2cb5e8 75%);
    opacity: 0.95;
    text-align: center;
    margin: auto;
    color: #f3f3f3;
}

.float-block {
    position: fixed;
    top: 10%;
    right: 0;
    z-index: 20;
}

.float-block .float-block-item {
    margin: 1em 0;
}

.float-block .float-block-item img {
    width: 128px;
    height: 128px;
}

#special_block {
    margin: 2em 0;
}

#special_block .special_block_left .info {
    height: 200px;
    max-height: 200px;
    overflow: hidden;
}

#special_block .special_block_left .info pp {
    overflow-y: scroll;
}

#special_block .special_block_left {
    width: 40%;
    margin: 20px 0;
}

#special_block .special_block_right {
    width: 60%;
    height: 400px;
}

#special_block .special_block_right img {
    width: 100%
}

.show-block{
    width: 80%;
    text-align: center;
    height: calc(100vh - 110px);
    margin:0 auto;
}

.show-block img{
    float: left;
    width: 33%;
    max-width: 33%;
    margin: 1em auto;
    height: calc((100% - 5em) / 3 );
    object-fit:contain;

}

@media screen and (max-width: 650px) {
    .show-block{
        width: 90%;
       height: auto;
    }
    .show-block img{
        max-width: 50%;
        width: calc(50% - 20px);
        margin: 1em 10px;
        /* height: auto; */
    }
    .left,
    .right {
        float: none;
        clear: both;
    }
    .c-header .logo {
        left: 0;
    }
    .c-header .text {
        padding-left: 104px;
    }
    .c-content .block {
        width: 100% !important;
    }

    .c-content .block .info {
        height: auto !important;

    }

    .special_block_left {
        width: 100% !important;
        display: block;
        position: relative !important;

    }

    .special_block_right {
        margin-top: 2em;
        width: 100% !important;
        height: 200px !important;
        display: block;
        position: relative !important;
    }

    .special_block_right img {
        width: 100% !important;
    }

    .sp-layer {
        left: 0 !important;
    }

    .float-block .float-block-item img {
        width: 64px;
        height: 64px;
    }
}
