.contentContainer {
    max-width: 1675px;
    min-width: 1675px;
    width: 100%;
    margin: 0 auto;
}

.nav_container {
    max-width: 1675px;
    min-width: 1675px;
    width: 100%;
    margin: 0 auto;
}

.nav-list {
    /* text-align: center; */
    margin-left: 650px;
}

.nav-list li {
    float: left;
    width: 107px;
    margin: 0 auto;
    margin-top: 30px;
}

.nav-list li:nth-child(1) {
    /* background-color: #efefef; */
    border-radius: 20px;
    background: #efefef url("/statics/ynxcwv2/images/picture/shouye.png") no-repeat 22px center;
}

.nav-list li:nth-child(2) {
    border-radius: 20px;
    background: url("/statics/ynxcwv2/images/picture/tupian.png") no-repeat 22px center;
    margin-left: 20px;
}

.nav-list li:nth-child(3) {
    border-radius: 20px;
    background: url("/statics/ynxcwv2/images/picture/shipin.png") no-repeat 22px center;

    margin-left: 20px;
}

/* .nav-list li:nth-child(1) img {
    margin-left: 22px;
    line-height: 40px;
} */

.nav-list li a {
    font-size: 16px;
    font-weight: bold;
    color: #747474;
    line-height: 40px;
    margin-left: 10px;
    padding-left: 40px;
}

.imgNavBtn {
    margin-top: 35px;
    padding-bottom: 18px;
    border-bottom: 1px solid #e5e5e5;
}

.tag_title {
    float: left;
    font-size: 40px;
    font-weight: bold;
    padding-right: 5px;
}
.tag_change_container {
    float: left;
}
.navList {
    margin-left: 20px;
}

/* .navList li:nth-child(1) {
} */

.navList li {
    float: left;
    margin-right: 12px;
    font-size: 20px;
    border: 1px solid #e5e5e5;
    padding: 10px;
    border-radius: 10px;
    cursor: pointer;
}

.showImgContainer {
    margin-top: 45px;
}

.showList li {
    width: 400px;
    height: 265px;
    float: left;
    margin-right: 25px;
    border-radius: 15px;
    position: relative;
    margin-bottom: 25px;
}

.thumb-img {
    width: 100%;
    height: auto;
    border-radius: 20px;
}

.showList li:nth-child(4n) {
    margin-right: 0;
}

.picshow {
    position: absolute;
    top: 30px;
    width: 100%;
}

.pic-title {
    font-size: 20px;
    color: #fff;
    line-height: 20px;
    width: 100%;
    text-align: center;
    line-height: 22px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.3);
}

.imgShowList li:hover {
    display: block;
}

.dn {
    display: none;
}

.d_ico {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.sp_ico {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 40%;
}

.spContainer {
    padding-bottom: 45px;
}

.currentTag {
    background-color: #424242;
    color: #fff;
}

@media screen and (max-width: 750px) {
    body {
        max-width: 750px;
        width: 100%;
        margin: 0 auto;
        text-align: center;
        background: #fff;
    }

    .contentContainer {
        width: 100%;
        min-width: auto;
    }

    .nav_container {
        width: 100%;
        min-width: auto;
    }
    .nav-list {
        margin-left: 0px;
    }
    .tag_title {
        float: none;
        font-size: 20px;
        text-align: center;
        margin: 0 auto;
    }

    .showImgContainer {
        margin-top: 20px;
    }

    .showList li {
        float: none;
        width: 95%;
        margin: 0 auto;
        text-align: center;
    }
    .showList li > a img {
        width: 100%;
        height: auto;
    }

    .showList li:nth-child(n + 5) {
        display: none;
    }
    .dn {
        display: block;
    }
    .picshow {
        bottom: 0px;
        top: 20px;
    }

    .pic-title {
        font-size: 16px;
    }

    .d_ico {
        bottom: 50px;
    }
    .showList li:nth-child(4n) {
        margin-right: auto;
    }
    .spContainer {
        padding-bottom: 0;
    }
}
