.collectPage{
    overflow: hidden;
    padding-bottom: 10%;
    padding-left: 5%;
    padding-right: 5%;
}
.collectPage .TxtBox{
    border-bottom: 0px;
}
.collectionItem{
    border-bottom: 1px solid #4d4d4d;
}
.collectArea .Txt{
    padding-bottom:15%;
}
.collectArea .Txt span{
    display: block;
    margin-top: 5%;
    margin-bottom: 3%;
}
.collectArea .col{
    overflow: hidden;
}
.collectArea .item{
    width: 100%;
}
.collectArea .item img{
    opacity: 1;
    transform: scale(1) rotate(0deg);
    transition: all 0.8s ;
}
.collectArea .item img:hover{
    opacity: 0.7;
    transform: scale(1.05) rotate(-0.5deg);
    transition: all 0.8s ;
}
.collectArea .item img{
    width: 100%;
}
@media (max-width:991px) {
    .collectPage{
        padding-bottom: 10%;
    }
    .collectArea .Txt span{
        letter-spacing: 0.1rem;
        font-size: 0.9rem;
        margin-top: 5%;
    }
    .collectArea .Txt{
        border-bottom: 1px solid #000;
        margin-bottom: 15%;
    }
}
   

