* {
    padding: 0;
    margin: 0;
}

html,
body,
.wg-warp,
.wg-main {
    padding: 0;
    margin: 0;
    font-size: 0;
    width: 100%;
    height: 100%;
}

.wg-warp {
    margin-top: 32px;
    margin-bottom: 56px;
}

a {
    text-decoration: none;
}

.wg-main {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

.wg-live-title {
    width: 620px;
    font-size: 24px;
    font-weight: bold;
    color: #252B3A;
    text-align: center;
    line-height: 30px;
    margin: 0 auto;
    margin-bottom: 24px;
}

.wg-live-box {
    position: relative;
    width: 1200px;
    height: 675px;
    margin: auto;
    background-color: #def;
}

.wg-btn {
    width: 160px;
    height: 40px;
    margin: 32px auto 0 auto;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    line-height: 40px;
    background: #C7000B;
    border-radius: 2px;
    cursor: pointer;
}

iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.wg-live-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    /* background: rgba(0, 0, 0, 0.5); */
}

.wg-live-mask-live {
    cursor: pointer;
    pointer-events: none;
}

.wg-live-login {
    position: absolute;
    padding: 35px 37px;
    background: #ffffff;
    right: 0;
    bottom: 0;
    pointer-events: all;
}

.wg-live-review {
    background: url(../images/bg.jpg) center center no-repeat;
    background-size: 100% 100%;
}

.wg-live-review-box {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.wg-review-title {
    font-size: 36px;
    color: #252B3A;
    text-align: center;
    line-height: 46px;
}

.wg-review-btn-login {
    width: 272px;
    height: 40px;
    margin: 12px auto;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    line-height: 40px;
    background: #C7000B;
    border-radius: 2px;
    cursor: pointer;
}

.wg-review-btn-register {
    width: 272px;
    height: 40px;
    font-size: 16px;
    margin: auto;
    color: #252B3A;
    text-align: center;
    line-height: 40px;
    background: #ffffff;
    border-radius: 2px;
    cursor: pointer;
}

.wg-login-btn {
    width: 278px;
    height: 48px;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 48px;
    text-align: center;
    background: #C7000B;
    border-radius: 2px;
    cursor: pointer;
}

.wg-live-error {
    background: url(../images/bg.jpg) center center no-repeat;
    background-size: 100% 100%;
    text-align: center;
}

.wg-live-error-box {
    position: relative;
    margin-top: 25%;
    transform: translateY(-50%);
}

.error-icon {
    width: 36px;
    height: 36px;
}

.wg-error-title {
    font-size: 20px;
    color: #575D6C;
    line-height: 30px;
}

/* ÒÆ¶¯¶Ë */
@media screen and (max-width: 1199px) {
    .wg-live-title {
        width: 90%;
        font-size: 16px;
        color: #252B3A;
        text-align: center;
        line-height: 22px;
        margin-bottom: 16px;
    }

    .wg-live-box {
        width: 90vw;
        height: auto;
        min-height: 50.625vw;
    }

    iframe {
        min-height: 50.625vw;
    }

    .wg-login-btn {
        width: 100%;
    }

    .wg-live-login {
        padding: 12px 14px;
        width: 100%;
        left: 0;
        right: 0;
        bottom: 0;
        box-sizing: border-box;
    }

    .wg-review-btn-login,
    .wg-review-btn-register {
        font-size: 14px;
        width: 242px;
        height: 36px;
        line-height: 36px;
    }

    .wg-live-review {
        height: 100%;
    }

    .wg-review-title {
        font-size: 20px;
        color: #252B3A;
        text-align: center;
        line-height: 36px;
    }

    .wg-live-error {
        height: 50.625vw;
    }
}