﻿.menu-CatalogPdfs span {
    /*color: white !important;*/
}

/*产品展示*/
#CatalogPdfs {
    width: 1300px;
    /* margin-left: -20px; */
}

.CatalogPdfs {
    width: 1300px;
    min-height: 480px;
    overflow: hidden;
    padding-top: 30px;
}

    .CatalogPdfs ul {
        padding: 0;
        width: 325px;
        height: 475px;
        position: relative;
        margin: 0px 0 0 0px;
        float: left;
        text-align: center;
        overflow: hidden;
    }

        .CatalogPdfs ul li {
            list-style: none;
            max-width: 300px;
            max-height: 460px;
            line-height: 1;
        }

            .CatalogPdfs ul li a {
                color: black;
                text-decoration: none;
                vertical-align: top;
            }

                .CatalogPdfs ul li a:hover img {
                    transform: scale(0.9);
                    -ms-transform: scale(0.9);
                    -webkit-transform: scale(0.9);
                }

            .CatalogPdfs ul li img {
                position: absolute;
                left: 0;
                right: 0;
                top: 0;
                bottom: 0;
                max-width: 100%;
                max-height: 100%;
                transition: all 1s;
                height: 100%;
                box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
                border-radius: 15px;
            }

.CatalogPdfs-img {
    width: 95%;
    margin-top: 20px !important;
}

    .CatalogPdfs-img a {
        position: relative;
        display: inline-block;
        width: 300px;
        height: 450px;
    }

.CatalogPdfs-number {
    margin-top: 15px !important;
}

.CatalogPdfs-time {
    font-size: 0.9rem !important;
    color: #808080;
}

.watermark {
    width: 100%;
    height: 100%;
    color: black;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 2;
    opacity: 0.5;
}

/*分页*/
.page {
    width: 1200px;
    padding: 50px 0 50px 0;
    text-align: center;
}

    .page a {
        color: white;
        text-decoration: none;
        border: 1px solid #2eaae0;
        border-radius: 3px;
        background: #2eaae0;
        margin: 0 5px 0 5px;
        padding: 5px 10px 5px 10px;
        cursor: pointer;
    }

.page-first, .page-end {
    padding: 5px 15px 5px 15px !important;
}

.page-now {
    color: #2eaae0 !important;
    border: 1px solid #2eaae0 !important;
    background: white !important;
    cursor: initial !important;
}

.page span {
    margin: 0 5px 0 5px;
}

.page form {
    display: inline-block;
}

.page-txt {
    width: 50px;
    height: 28px;
    padding: 0 6px 0 6px;
    border: 1px solid #808080;
    outline: none;
}

.page-btn {
    color: white;
    text-decoration: none;
    background: #2eaae0;
    border: 1px solid #2eaae0;
    border-radius: 3px;
    outline: none;
    margin-left: 10px;
    padding: 6px 9px 6px 9px;
    cursor: pointer;
}
