/* 遮罩层 */

.leyu_modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 99999999999999999999999999999999;
}

/* 弹窗 */

.leyu_modal .modal-content {
    position: fixed;
    top: 20%;
    left: 10%;
    width: 90%;
    min-width: 20%;
    z-index: 2;
}

.leyu_modal .modal-body {
    position: relative;
    width: 100%;
    height: 100%;
}

.leyu_modal .leyu-bg {
    width: 90%;
}

.leyu_modal .leyu-close {
    width: 6%;
    position: absolute;
    left: 79%;
    top: -7%;
}

.leyu_modal .leyu-register {
    width: 20%;
    position: absolute;
    left: 10%;
    top: 26%;
}

.leyu_modal .leyu-webfullsite {
    width: 90%;
    position: absolute;
    left: -2%;
    top: 37%;
}

.leyu_modal .leyu-sports {
    width: 90%;
    position: absolute;
    left: -2%;
    top: 64%;
}

.leyu_modal .leyu-web-download {
    position: absolute;
    left: 60%;
    top: 52%;
    width: 18%;
}

.leyu_modal .leyu-sports-download {
    position: absolute;
    left: 60%;
    top: 78%;
    width: 18%;
}

@media screen and (min-width: 500px) {
    .leyu_modal .modal-content {
        position: fixed;
        top: 15%;
        left: 36%;
        width: 45%;
        min-width: 20%;
        z-index: 2;
    }
}

@media screen and (min-width: 1800px) {
    .leyu_modal .modal-content {
        position: fixed;
        top: 15%;
        left: 36%;
        width: 38%;
        min-width: 20%;
        z-index: 2;
    }
}

/* 第二部分 */

.G {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 99999999999999999999999999999999;
}

/* 弹窗 */

.G .modal-content {
    position: fixed;
    top: 20%;
    left: 10%;
    width: 90%;
    min-width: 20%;
    z-index: 2;
}

.G .modal-body {
    position: relative;
    width: 100%;
    height: 100%;
}

.G .leyu-bg {
    width: 90%;
}

.G .leyu-close {
    width: 6%;
    position: absolute;
    left: 79%;
    top: -7%;
}

.G .leyu-register {
    width: 20%;
    position: absolute;
    left: 10%;
    top: 26%;
}

.G .leyu-webfullsite {
    width: 90%;
    position: absolute;
    left: -2%;
    top: 37%;
}

.G .leyu-sports {
    width: 90%;
    position: absolute;
    left: -2%;
    top: 64%;
}

.G .leyu-web-download {
    position: absolute;
    left: 60%;
    top: 52%;
    width: 18%;
}

.G .leyu-sports-download {
    position: absolute;
    left: 60%;
    top: 78%;
    width: 18%;
}

@media screen and (min-width: 500px) {
    .G .modal-content {
        position: fixed;
        top: 15%;
        left: 36%;
        width: 45%;
        min-width: 20%;
        z-index: 2;
    }
}

@media screen and (min-width: 1800px) {
    .G .modal-content {
        position: fixed;
        top: 15%;
        left: 36%;
        width: 38%;
        min-width: 20%;
        z-index: 2;
    }
}

/* 遮罩层 */