.ts_photo{padding-bottom: 100px;}
.ts_photo>img{margin: 0 auto;display: block;}

.tp_photo{position: relative;opacity: 0;width: var(--lg);margin: 0 auto;}
.tp_photo_i{position: absolute;}
.tp_photo_i>img{width: 100%;}
/* .tp_photo_i:nth-child(2n) >img{height: 300px;} */

.tp_popup{display: none;align-items: center;justify-content: center;position: fixed;left: 0;right: 0;top: 0;bottom: 0;background-color: rgba(0,0,0,.5);z-index: 100;}
.tp_popup>i{position: absolute;right: 20px;top: 20px;color: #fff;font-size: 60px;font-style: normal;cursor: pointer;}




@media screen and (max-width: 766px) {
    .tp_banner>img{height: 13rem;object-fit: cover;}

    .tp_photo{margin: 0 1.5rem;width: calc(100% - 3rem);}
    .tp_popup>img{width: 100%;}
}
