@import "../../../common/index.css";
.border-bottom-retina {
    position: relative;
}

.border-bottom-retina::after {
    content: "";
    pointer-events: none;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    transform-origin: 0 0;
    background-color: #e6e6e6;
    height: 1px;
    transform: scaleY(.5);
}

.content {
    padding-bottom: 72.463rpx;
    background: #fff;
}

.layout-wrap {
    min-height: 100vh;
    background: #fff;
}

.page-status {
    height: 95vh;
}

.hover-class:active {
    opacity: .5;
}

.layout-wrap .content .title-text,
.scroll .layout-wrap .title-text {
    font-size: var(--font-size-md, 54px);
    font-weight: 700;
}