* {
    box-sizing: border-box;
}

body {
    overflow-x: hidden;
}

.reLat,
.Sin {
    position: relative;
}

.abSol {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 9;
}

.Pic {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.Pic::after {
    content: '';
    width: 100%;
    height: 0%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    bottom: 0;
}

.Pic img {
    display: block;
    width: 100%;
    object-fit: cover;
    transition: all 0.5s ease;
}

.Flex,
.FlexC {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.FlexC {
    align-items: center;
}

.baise {
    color: #fff !important;
}

.ph {
    display: none;
}

.pc {
    display: block;
}

@media screen and (max-width:900px) {
    .pc {
        display: none;
    }

    .ph {
        display: block;
    }
}<!--ºÄÊ±1752949272.027Ãë-->