body{
    background-color: #000;
}

section.main{
    position: relative;
    overflow: hidden;
}

section.main .main-back{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

section.main .main-back-mask{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 201;
    background: linear-gradient(to right, #0000 20%, #000f 60%);
    transform: translateZ(0);
}

section.main .wrapper{
    position: relative;
    z-index: 205;
    color: #fff;

    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: calc(90 * var(--rpx-50));
    padding-bottom: calc(210 * var(--rpx-50));
}

section.main .left{
    transform-origin: center top;
    flex: 0 0 clamp(400px, calc(41.6667vw + 0px), 800px);
}

section.main .right{
    flex: 0 0 clamp(480px, calc(25vw + 240px), 720px);
}

.main .line1{
    font-size: calc(24 * var(--rpx));
    text-transform: uppercase;
    font-weight: 500;
}

.main .line2{
    font-size: calc(88 * var(--rpx-50));
    line-height: 1em;
    text-transform: none;
    font-weight: 500;
    overflow: hidden;
}

.main .desc{
    color: rgba(255, 255, 255, .7);
    font-size: calc(18rem / 16);
    margin-top: calc(24 * var(--rpx));
    width: calc(440 * var(--rpx-75));
}

.main .contact-info{
    width: calc(420 * var(--rpx-75));
}
