.first_view .photo_wrap_single .photo .photo_container {
    background-image: url("../img/fv.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
@media screen and (max-width: 979px) {
    .first_view .photo_wrap_single .photo .photo_container {
        background-image: url("../img/fv_mb.jpg");
        background-repeat: no-repeat;
        background-position: 50% 45%;
        background-size: cover;
    }
}

.profile .profile_box_tm .photo .photo_container {
    background-image: url("../img/profile_tm.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.profile .profile_box_rt .photo .photo_container {
    background-image: url("../img/profile_rt.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.profile .profile_box_shi .photo .photo_container {
    background-image: url("../img/profile_shi.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.profile .profile_box_sha .photo .photo_container {
    background-image: url("../img/profile_sha.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.talk .talk_box_tm .person .photo .photo_container {
    background-image: url("../img/icon_tm.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.talk .talk_box_rt .person .photo .photo_container {
    background-image: url("../img/icon_rt.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.talk .talk_box_shi .person .photo .photo_container {
    background-image: url("../img/icon_shi.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.talk .talk_box_sha .person .photo .photo_container {
    background-image: url("../img/icon_sha.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.topic_1 .photo_band_triple .photo:nth-of-type(1) .photo_container {
    background-image: url("../img/band_triple_11.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.topic_1 .photo_band_triple .photo:nth-of-type(2) .photo_container {
    background-image: url("../img/band_triple_12.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.topic_1 .photo_band_triple .photo:nth-of-type(3) .photo_container {
    background-image: url("../img/band_triple_13.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.topic_2 .photo_band_triple .photo:nth-of-type(1) .photo_container {
    background-image: url("../img/band_triple_21.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.topic_2 .photo_band_triple .photo:nth-of-type(2) .photo_container {
    background-image: url("../img/band_triple_22.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.topic_2 .photo_band_triple .photo:nth-of-type(3) .photo_container {
    background-image: url("../img/band_triple_23.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.topic_3 .photo_band_triple .photo:nth-of-type(1) .photo_container {
    background-image: url("../img/band_triple_31.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.topic_3 .photo_band_triple .photo:nth-of-type(2) .photo_container {
    background-image: url("../img/band_triple_32.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.topic_3 .photo_band_triple .photo:nth-of-type(3) .photo_container {
    background-image: url("../img/band_triple_33.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.topic_4 .photo_band_triple .photo:nth-of-type(1) .photo_container {
    background-image: url("../img/band_triple_41.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.topic_4 .photo_band_triple .photo:nth-of-type(2) .photo_container {
    background-image: url("../img/band_triple_42.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.topic_4 .photo_band_triple .photo:nth-of-type(3) .photo_container {
    background-image: url("../img/band_triple_43.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.photo_1100 .photo .photo_container {
    background-image: url("../img/box_single_1.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
/*# sourceMappingURL=style.css.map */