﻿
.yz-s-section {
    padding: 80px 0px;
}

.banner {
    position: relative;
    width: 100%;
    height: 80vh; /* 视口高度的80% */
    overflow: hidden;
}

.banner-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* 关键属性：保持比例覆盖容器 */
    z-index: -1;
}

/* 响应式调整 */
@media (max-width: 768px) {
    /*   .banner {
        height: 50vh;
    }*/
}

.yz-s-section-banner {
}

    .yz-s-section-banner .yz-s-caption {
        font-size: 3rem;
        line-height: 60px;
        font-weight:600;
    }

.yz-s-subtopic {
    text-align: center;
    font-size: 16px;
    color: #707478;
    margin: 20px 0px;
    line-height: 26px;
}

.download-community-lastest {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(90deg, #3d89ff 60%, #64cffe);
    padding: 14px 40px;
    font-size: 16px;
    border-radius: 10px;
    color: #fff;
    margin: 30px 0px 25px 0px;
}

    .download-community-lastest:hover {
        color: #fff;
        text-decoration: none;
        opacity: 0.9;
    }

    .download-community-lastest i {
        margin-right: 10px;
        font-size: 20px;
    }

.version-info {
    /* margin-bottom: 10px; */
    font-size: 15px;
    color: #7f8c8d;
    /* display: inline-flex; */
    /* align-items: center; */
}

    .version-info i {
        /*margin-right: 6px;
        vertical-align:middle;*/
    }




.platforms {
    /*   margin-left: 15px;*/
    display: inline-flex;
}

.platform {
    /* display: inline-block;*/
    margin-right: 15px;
    color: #707478;
    font-weight: 500;
}

.version {
    /* border-right: solid 1px #9b9ea1;*/
    padding-right: 15px;
    color: #3370ff;
    position: relative;
}

    .version::after {
        content: '';
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 1px;
        height: 12px;
        border-right: 1px solid #9b9ea1; /* 1px实线边框 */
    }

.links {
    font-size: 14px;
    color: #707478;
    margin-top: 15px;
    display: inline-flex;
}

    .links a {
        text-decoration: none;
        margin-right: 10px;
        display: inline-block;
        align-items: center;
        transition: color 0.2s;
        color: #707478;
        padding-right: 12px;
        position: relative;
        /* height: 15px;
        border-right: solid 1px #9b9ea1;*/
    }

        .links a::after {
            content: '';
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            width: 1px;
            height: 12px;
            border-right: 1px solid #9b9ea1; /* 1px实线边框 */
        }

        .links a:last-child::after {
            display: none;
        }

        .links a:last-child {
            /*border: none*/
        }

        .links a:hover {
            opacity: 0.9;
        }


.support-email {
    cursor: auto;
}

    .support-email i {
        margin-right: 8px;
    }

/*登录弹出框*/

.download-community-lastest {
    display: inline-block;
    background-color: #165DFF;
    color: white;
    padding: 0.75rem 2rem;
    border-radius: 0.5rem;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 1.25rem;
    font-weight: 500;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

    .download-community-lastest:hover {
        background-color: #0e4bdb;
        transform: translateY(-2px);
        box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
        color: white;
    }

.modal-content {
    border-radius: 0.75rem;
}

.modal-header {
    border-bottom: none;
    padding: 0rem 1rem 0 1rem;
}

.modal-body {
    padding: 1rem;
    text-align: center;
}

.modal-footer {
    border-top: none;
    display: none;
}

.close {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    .close:hover {
        color: #000;
        text-decoration: none;
        opacity: .75;
    }
