﻿@charset "utf-8";

.c-mpicture_ul {
    overflow: hidden;
}

    .c-mpicture_ul li {
        float: left;
        overflow: hidden;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
    }

        .c-mpicture_ul li a {
            width: 100%;
            height: 100%;
            border: 2px solid transparent;
            position: absolute;
            top: 0;
            left: 0;
            overflow: hidden;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            -ms-box-sizing: border-box;
            -o-box-sizing: border-box;
            box-sizing: border-box;
        }

            .c-mpicture_ul li a:before {
                content: "";
                display: block;
                width: 100%;
                height: 100%;
                position: absolute;
                top: 0;
                left: 0;
                background: #f5f5f5;
            }

        .c-mpicture_ul li img {
            display: block;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
        }

    .c-mpicture_ul.pic_stretch li img {
        width: 100%;
        height: 100%;
    }

    .c-mpicture_ul.p_zoom li img {
        max-width: 100%;
        max-height: 100%;
    }

    .c-mpicture_ul li p {
        display: none;
    }
/*style_picturelist-1*/
.picture_style_01 li:nth-child(5n+1), .picture_style_01 li:nth-child(5n+2) {
    width: 50%;
    padding: 25% 0 0;
}

.picture_style_01 li:nth-child(5n+3), .picture_style_01 li:nth-child(5n+4), .picture_style_01 li:nth-child(5n+5) {
    width: 33.33%;
    padding: 22.22% 0 0;
}
/*style_picturelist-2*/
.picture_style_02 li {
    padding: 40% 0 0;
}

    .picture_style_02 li:nth-child(4n+1), .picture_style_02 li:nth-child(4n+4) {
        width: 60%;
    }

    .picture_style_02 li:nth-child(4n+2), .picture_style_02 li:nth-child(4n+3) {
        width: 40%;
    }
/*style_picturelist-3*/
.picture_style_03 li {
    padding: 50% 0 0;
}

    .picture_style_03 li:nth-child(3n+1) {
        width: 100%;
    }

    .picture_style_03 li:nth-child(3n+2), .picture_style_03 li:nth-child(3n+3) {
        width: 50%;
    }
/*style_picturelist-4*/
.picture_style_04 li {
    padding: 50% 0 0;
}

    .picture_style_04 li:nth-child(3n+1), .picture_style_04 li:nth-child(3n+2) {
        width: 50%;
    }

    .picture_style_04 li:nth-child(3n+3) {
        width: 100%;
    }
/* picture_style_05 */
.picture_style_05 li {
    width: 50%;
    padding: 33.33% 0 0;
}
/* picture_style_06 */
.picture_style_06 li {
    width: 33.33%;
    padding: 33.33% 0 0;
}
/* picture_style_07 */
.picture_style_07 li:nth-child(3n+1) {
    width: 50%;
    padding: 75% 0 0;
}

.picture_style_07 li:nth-child(3n+2), .picture_style_07 li:nth-child(3n+3) {
    width: 50%;
    padding: 37.5% 0 0;
}
/* picture_style_08 */
.picture_style_08 li:nth-child(3n+1), .picture_style_08 li:nth-child(3n+3) {
    width: 50%;
    padding: 37.5% 0 0;
}

.picture_style_08 li:nth-child(3n+2) {
    float: right;
    width: 50%;
    padding: 75% 0 0;
}
/* 多图轮播 */
.pictures_flick.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 2px;
    opacity: 0.3;
    width: 6px;
    height: 6px;
}

.pictures_flick.formMiddle {
    padding: 0;
}

.pictures_flick.swiper-container .swiper-slide p {
    display: none;
}

.pictures_flick .swiper-slide a {
    display: block;
    width: 100%;
    background: #f5f5f5;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
}

.pictures_flick .swiper-slide img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.pictures_flick .pic_stretch .swiper-slide img {
    width: 100%;
    height: 100%;
}

.pictures_flick .p_zoom .swiper-slide img {
    max-width: 100%;
    max-height: 100%;
}

.pictures_flick.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #000;
    opacity: 1;
}

.update_tips {
    width: 100%;
    height: 200px;
    text-align: center;
}

    .update_tips i {
        display: inline-block;
        width: 100px;
        height: 100px;
        background: url(/jrfr/image/updateimg.png) no-repeat;
        margin: 50px 0 0;
    }

    .update_tips span {
        font-size: 16px;
        color: #666;
        margin: 0px 0 0 20px;
        vertical-align: 46px;
    }

.pictures_flick.swiper-container .swiper-button-next, .pictures_flick.swiper-container .swiper-button-prev {
    background-size: 40% auto;
    margin-top: -20px;
}

.pictures_flick.swiper-container .swiper-button-prev {
    left: 3px;
}

.pictures_flick.swiper-container .swiper-button-next {
    right: 3px;
}
/*pictures_flick01*/
.pictures_flick01.swiper-container {
    width: 100%;
    padding: 0;
}

    .pictures_flick01.swiper-container .swiper-slide {
        width: 100%;
    }

        .pictures_flick01.swiper-container .swiper-slide a {
            padding: 46.875% 0 0;
        }

.pictures_flick01.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 0.3rem;
}
/*pictures_flick02*/
.pictures_flick02.swiper-container {
    width: 100%;
}

    .pictures_flick02.swiper-container .swiper-slide {
        width: 100%;
    }

        .pictures_flick02.swiper-container .swiper-slide a {
            padding: 46.875% 0 0;
        }

.pictures_flick02 .swiper-pagination {
    background: rgba(0,0,0,0.6);
    border-radius: 10px;
    color: #fff;
    width: auto;
    left: auto;
    right: 0.4rem;
    font-size: 10px;
    padding: 0 10px;
    line-height: 18px;
}
/*pictures_flick03*/
.pictures_flick03 {
    width: 100%;
}

    .pictures_flick03 .gallery-top {
        width: 100%;
    }

        .pictures_flick03 .gallery-top .swiper-slide {
            width: 100%;
        }

            .pictures_flick03 .gallery-top .swiper-slide a {
                padding: 46.875% 0 0;
            }

    .pictures_flick03 .swiper-slide p {
        display: none;
    }

    .pictures_flick03 .gallery-thumbs {
        width: 100%;
        box-sizing: border-box;
        padding: 3px 0 0;
        background: #f5f5f5;
        height: 90px;
    }

        .pictures_flick03 .gallery-thumbs .swiper-slide:after {
            content: "";
            display: block;
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            background: rgba(0,0,0,.6);
            cursor: pointer;
        }

    .pictures_flick03 .swiper-wrapper {
        width: 100%;
        height: 100%;
    }

    .pictures_flick03 .gallery-thumbs .swiper-slide-active:after {
        display: none;
    }

    .pictures_flick03 .gallery-thumbs .swiper-slide a {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }

    .pictures_flick03 .gallery-thumbs .swiper-slide img {
        width: 100%;
        height: 100%;
    }
/*pictures_flick04*/
.pictures_flick04.swiper-container .swiper-slide {
    width: 50%;
}

.pictures_flick04 .swiper-slide a {
    padding: 70% 0 0;
}

.pictures_flick04.formMiddle {
    padding: 10px 0 20px;
}

.pictures_flick04.swiper-container-horizontal .swiper-pagination {
    bottom: 7px;
}
/* 图册展示 */
.c-mpicshow .bzd {
    font-size: 0.6rem;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.c-mpicshow .formMiddle {
    overflow: hidden;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
}

.c-mpicshow li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.c-mpicshow .tczs_img {
    position: relative;
    background: #f5f5f5;
    overflow: hidden;
}

    .c-mpicshow .tczs_img img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }

.c-mpicshow .img_sf img {
    max-width: 100%;
    max-height: 100%
}

.c-mpicshow .img_ls img {
    width: 100%;
    height: 100%
}

.c-mpicshow .formMiddle:after {
    content: "";
    display: block;
    clear: both;
}
/* .c-mpicshow01 */
.c-mpicshow01 li {
    float: left;
    width: 50%;
    margin-top: 10px;
    border: 2px solid transparent;
}

    .c-mpicshow01 li:nth-child(1), .c-mpicshow01 li:nth-child(2) {
        margin-top: 0;
    }

.c-mpicshow01 .tczs_img {
    width: 100%;
    padding: 80% 0 0;
}

.c-mpicshow01 .bzd {
    width: 100%;
    padding-top: 0.2rem;
    text-align: center;
    height: 26px;
}
/* .c-mpicshow02 */
.c-mpicshow02 li {
    float: left;
    position: relative;
}

    .c-mpicshow02 li:nth-child(5n+1) {
        width: 50%;
        padding: 50% 0 0;
    }

    .c-mpicshow02 li:nth-child(5n+2), .c-mpicshow02 li:nth-child(5n+3), .c-mpicshow02 li:nth-child(5n+4), .c-mpicshow02 li:nth-child(5n+5) {
        width: 25%;
        padding: 25% 0 0;
    }

.c-mpicshow02 .tczs_img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 2px solid transparent;
    box-sizing: border-box;
}

    .c-mpicshow02 .tczs_img > a {
        display: block;
        width: 100%;
        height: 100%;
        position: relative;
        box-sizing: border-box;
        top: auto;
        left: auto;
        background: #f5f5f5;
    }

.c-mpicshow02 .zd, .c-mpicshow02 .bzd {
    display: none;
}
/* c-mpicshow03 */
.c-mpicshow03 li {
    float: left;
    width: 33.33%;
    padding: 33.33% 0 0;
    position: relative;
}

    .c-mpicshow03 li:nth-child(1), .c-mpicshow03 li:nth-child(2), .c-mpicshow03 li:nth-child(3) {
        margin-top: 0;
    }

.c-mpicshow03 .tczs_img {
    width: 100%;
    height: 100%;
    border: 2px solid transparent;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

    .c-mpicshow03 .tczs_img > a {
        background: #f5f5f5;
    }

.c-mpicshow03 .c-imghd {
    width: 100%;
    height: 100%;
    padding: 35px 10px 10px;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.4);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

    .c-mpicshow03 .c-imghd p {
        line-height: 0.8rem;
        padding-bottom: 0.5rem;
        color: #fff;
        font-size: 0.6rem;
        text-align: center;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.c-mpicshow03 .c-imgdec {
    display: block;
    width: 100%;
    border-bottom: 1px solid rgba(255,255,255,0.7);
    position: relative;
}

    .c-mpicshow03 .c-imgdec:after {
        content: "";
        display: block;
        width: 5px;
        height: 5px;
        margin-left: -5px;
        background: #fff;
        position: absolute;
        top: -2px;
        left: 50%;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        -o-border-radius: 100%;
        border-radius: 100%;
    }
/* .c-mpicshow04 */
.c-mpicshow04 li {
    height: 80px;
    margin-bottom: 5px;
    position: relative;
}

    .c-mpicshow04 li:last-child {
        margin-bottom: 0;
    }

.c-mpicshow04 .tczs_img {
    width: 100px;
    height: 80px;
    position: absolute;
    top: 0;
    left: 0;
    background: #f5f5f5;
}

.c-mpicshow04 p {
    height: 80px;
    line-height: 80px;
    margin-left: 100px;
    background: #f5f5f5;
    font-size: 0.6rem;
    text-indent: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* c-mpicshow05 */
.c-mpicshow05 li {
    float: left;
    width: 50%;
    padding: 27.78% 0 0;
    position: relative;
}

    .c-mpicshow05 li:nth-child(1), .c-mpicshow05 li:nth-child(2) {
        margin-top: 0;
    }

    .c-mpicshow05 li > a {
        display: block;
        width: 100%;
        height: 100%;
        border: 2px solid transparent;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
    }

.c-mpicshow05 .tczs_img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #f5f5f5;
}

.c-mpicshow05 li p {
    width: 100%;
    padding: 0 0.2rem;
    font-size: 0.6rem;
    background: rgba(0,0,0,0.4);
    color: #fff;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
/* c-mpicshow06 */
.c-mpicshow06 li {
    float: left;
    padding: 33.33% 0 0;
    position: relative;
}

    .c-mpicshow06 li:nth-child(5n+1), .c-mpicshow06 li:nth-child(5n+2) {
        width: 50%;
    }

    .c-mpicshow06 li:nth-child(5n+3), .c-mpicshow06 li:nth-child(5n+4), .c-mpicshow06 li:nth-child(5n+5) {
        width: 33.33%;
    }

    .c-mpicshow06 li > a, .c-mpicshow06 li > a {
        display: block;
        width: 100%;
        height: 100%;
        border: 2px solid transparent;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
    }

.c-mpicshow06 .tczs_img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #f5f5f5;
}

.c-mpicshow06 li p {
    display: none;
}
/* c-mpicshow07 */
.c-mpicshow07.formMiddle {
    padding-left: 0;
    padding-right: 0;
}

.c-mpicshow07 li {
    width: 100%;
    padding: 50% 0 0;
    margin: 0 0 5px;
    position: relative;
}

    .c-mpicshow07 li:last-child {
        margin-bottom: 0;
    }

    .c-mpicshow07 li > a, .c-mpicshow07 .tczs_img {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: #f5f5f5;
    }

        .c-mpicshow07 li > a:before {
            content: "";
            display: block;
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            background: rgba(0,0,0,0.3);
            z-index: 1;
        }

    .c-mpicshow07 li p {
        width: 100%;
        text-align: center;
        padding: 0 10px;
        margin: -8px 0 0;
        position: absolute;
        top: 50%;
        left: 0;
        margin: auto;
        color: #fff;
        font-size: 0.6rem;
        z-index: 2;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
    }
/* c-mpicshow08 */
.c-mpicshow08 li {
    width: 50%;
    position: relative;
}

    .c-mpicshow08 li:nth-child(3n+1), .c-mpicshow08 li:nth-child(3n+3) {
        float: left;
        padding: 38.88% 0 0;
    }

    .c-mpicshow08 li:nth-child(3n+2) {
        float: right;
        padding: 77.76% 0 0;
    }

    .c-mpicshow08 li > a {
        display: block;
        width: 100%;
        height: 100%;
        border: 2px solid transparent;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
    }

.c-mpicshow08 .tczs_img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #f5f5f5;
}
/* 图册展示弹框  */
.c-photopopwin {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    padding: 0px 0 30px;
    box-sizing: border-box;
    z-index: 1200;
}

    .c-photopopwin .swiper-container {
        padding-top: 40px;
        height: 100%;
        box-sizing: border-box;
    }

.c-imgtitle {
    position: absolute;
    top: 13px;
    left: 28px;
    width: 85%;
}

    .c-imgtitle p {
        display: none;
        color: #fff;
        text-align: center;
        font-size: 0.6rem;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

        .c-imgtitle p a {
            color: #fff;
        }

.c-photopopwin .swiper-container .swiper-slide {
    height: 100%;
    margin-bottom: 54px;
    box-sizing: border-box;
}

.c-photopopwin .swiper-slide {
    position: relative;
}

    .c-photopopwin .swiper-slide p {
        width: 86%;
        text-align: center;
        color: #fff;
        font-size: 0.6rem;
        position: absolute;
        top: -30px;
        left: 27px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

.c-photopopwin .swiper-container img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    max-height: 100%;
}

.c-photopopwin .c-closephoto {
    display: block;
    position: absolute;
    top: 16px;
    left: 10px;
    z-index: 1000;
    width: 0;
    height: 0;
    border-right: 8px solid #fff;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
}

    .c-photopopwin .c-closephoto:before {
        content: "";
        display: block;
        position: absolute;
        top: -10px;
        left: 2px;
        width: 0;
        height: 0;
        overflow: hidden;
        border-right: 11px solid #000;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
    }

.c-photopopwin .swiper-pagination-bullet {
    background: #eee;
}

.c-photopopwin .swiper-container-horizontal > .swiper-pagination-bullets, .c-photopopwin .swiper-pagination-custom, .c-photopopwin .swiper-pagination-fraction {
    bottom: 20px;
    color: #eee;
    background: rgba(0,0,0,0.5);
    border-radius: 20px;
    width: 100%;
    font-size: 0.5rem;
    left: 0;
}

.c-photopopwin .swiper-button-next, .c-photopopwin .swiper-container-rtl .swiper-button-prev,
.c-photopopwin .swiper-button-prev.swiper-button-white, .c-photopopwin .swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-size: 14px auto;
    margin-top: -50px;
}
/*   图册目录   */
.c-photologmange li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.c-photologmange .imgDiv {
    position: relative;
    box-sizing: border-box;
    background: #f5f5f5;
    overflow: hidden;
}

    .c-photologmange .imgDiv .photoImg {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }

    .c-photologmange .imgDiv.c-lsimg .photoImg {
        width: 100%;
        height: 100%;
    }

    .c-photologmange .imgDiv.c-sfimg .photoImg {
        max-width: 100%;
        max-height: 100%;
    }

.c-photologmange .c-photohd {
    max-width: 100%;
    font-size: 0.6rem;
    color: #333;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
/* .c-photolog01 */
.c-photolog01.formMiddle {
    padding: 0.5rem 0.4rem;
}

.c-photolog01 li {
    padding: 0.5rem 5px;
    border-bottom: 1px solid #ddd;
}

    .c-photolog01 li:first-child {
        padding-top: 0;
    }

    .c-photolog01 li a {
        display: block;
        width: 100%;
        height: 100%;
        font-size: 0.6rem;
        position: relative;
    }

.c-photolog01 .c-mobiarrow {
    display: block;
    position: absolute;
    top: 6px;
    right: 6px;
    width: 8px;
    height: 8px;
    border: 1px solid #ccc;
    border-left: none;
    border-bottom: none;
    transform: rotate(45deg);
}
/* .c-photolog02 */
.c-photolog02 ul {
    overflow: hidden;
}

.c-photolog02 li {
    float: left;
    width: 50%;
}

    .c-photolog02 li > a {
        display: block;
        width: 100%;
        border: 2px solid transparent;
        box-sizing: border-box;
    }

.c-photolog02 .imgDiv {
    width: 100%;
    padding: 66.67% 0 0;
}

.c-photolog02 .c-photohd {
    text-align: center;
    padding-top: 0.1rem;
    line-height: 1.5;
}
/* c-photolog03 */
.c-photolog03.formMiddle {
    padding: 0.4rem 0;
}

.c-photolog03 li {
    width: 100%;
    padding: 40% 0 0;
    margin-bottom: 5px;
    position: relative;
}

    .c-photolog03 li:last-child {
        margin-bottom: 0;
    }

    .c-photolog03 li > a, .c-photolog03 li .imgDiv {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

.c-photolog03 .c-photolistdiv {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    background: rgba(0,0,0,0.5);
}

.c-photolog03 .c-photodecorate {
    width: 80px;
    position: absolute;
    bottom: 0;
    left: 0.8rem;
}

    .c-photolog03 .c-photodecorate span {
        display: inline-block;
        vertical-align: middle;
    }

.c-photolog03 .c-picnum {
    font-size: 0.5rem;
}

.c-photolog03 .c-photonum {
    padding-bottom: 1rem;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 400;
}

.c-photolog03 .c-listline {
    height: 54px;
    border-left: 1px solid #fff;
    margin-left: 15px;
    opacity: 0.8;
}

.c-photolog03 .c-photodetail {
    width: 100%;
    padding: 0 10px 0.5rem 90px;
    position: absolute;
    bottom: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.c-photolog03 .c-photohd {
    color: #fff;
}
/* c-photolog04 */
.c-photolog04 li {
    width: 100%;
    margin-bottom: 5px;
}

    .c-photolog04 li:last-child {
        margin-bottom: 0;
    }

    .c-photolog04 li > a {
        display: block;
        width: 100%;
    }

    .c-photolog04 li .imgDiv {
        width: 100%;
        padding: 46.15% 0 0;
        position: relative;
    }

.c-photolog04 .c-photolistdiv {
    padding: 0.4rem 0.5rem;
    background: #fff;
}

.c-photolog04 .c-photohd {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.c-photolog04 .c-picnum {
    padding: 0 0.3rem;
    background: rgba(0,0,0,0.5);
    font-size: 0.5rem;
    color: #fff;
    text-align: center;
    border-radius: 30px;
    position: absolute;
    right: 10px;
    bottom: 10px;
}
/* c-photolog05 */
.c-photolog05 li {
    width: 100%;
    padding: 66.67% 0 0;
    margin-bottom: 5px;
    position: relative;
}

    .c-photolog05 li:last-child {
        margin-bottom: 0;
    }

    .c-photolog05 li > a, .c-photolog05 li > a .imgDiv {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

.c-photolog05 .c-photolistdiv {
    width: 100%;
    height: 100%;
    padding: 1rem;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    color: #fff;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.c-photolog05 .c-picnum {
    font-size: 0.5rem;
}

.c-photolog05 .c-photohd {
    margin-top: 2rem;
    color: #fff;
}

.c-photolog05 .c-listline {
    width: 20%;
    margin: 0.5rem auto;
    border-bottom: 1px solid #fff;
    opacity: 0.5;
}
/* c-photolog06 */
.c-photolog06.formMiddle {
    padding: 0.4rem 0;
}

.c-photolog06 li {
    width: 100%;
    padding: 55.56% 0 0;
    position: relative;
    margin: 0 0 5px;
}

    .c-photolog06 li:last-child {
        margin: 0;
    }

    .c-photolog06 li > a, .c-photolog06 li > a .imgDiv {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

.c-photolog06 .c-photolistdiv {
    width: 100%;
    padding: 0.5rem 0.5rem;
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    text-align: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.c-photolog06 .c-photoborder {
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255,255,255,0.5);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 100%;
}

.c-photolog06 .c-photolistdiv {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    left: 0;
}

.c-photolog06 .c-photohd {
    width: 100%;
    padding-bottom: 0.4rem;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
}

.c-photolog06 .c-eyes {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: inline-block;
    opacity: 0.7;
    background: url(/res/jrfcms_mobi/image/photoeye.png) no-repeat center center;
    background-size: 20px auto;
}

.c-photolog06 .c-picnum {
    font-size: 0.5rem;
}
/* 图册目录详情 */
.c-photodetail {
    overflow: hidden;
    padding: 0.4rem;
}

    .c-photodetail li {
        float: left;
        width: 50%;
        height: 150px;
        box-sizing: border-box;
        padding-bottom: 10px;
        position: relative;
        text-align: center;
    }

        .c-photodetail li:nth-child(2n+1) {
            padding-right: 4px;
        }

        .c-photodetail li:nth-child(2n) {
            padding-left: 4px;
            float: right;
        }

        .c-photodetail li img {
            max-width: 100%;
            height: 120px;
        }

    .c-photodetail p {
        text-align: center;
        font-size: 0.55rem;
        padding-top: 0.3rem;
        width: 100%;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

.c-photolog.c-photopopwin {
    display: none;
}

.c-photolog li p {
    display: none;
}
