/* 直播登录 */
.login-container.alert-container{
    position: relative;
    min-height: 500px;
    height: 100%;
}

.home-alert-main.alert-container{
    position: fixed;
    z-index: 9999999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.alert-container .login-footer{
	position: absolute;
	bottom: 30px;
	width: 100%;
}


.alert-container .alert_cont{
    position: absolute;
    width: 650px;
    height: 200px;
    border-radius: 13px;
    overflow: hidden;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: url("kc_new_zb_login_pop.png") no-repeat;
    background-size: 100% auto;
}

.alert-container .close_btn{
    width: 25px;
    height: 25px;
    cursor: pointer;
    background: rgba(0, 0, 0, 0);
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 15px;
    background: url("alert_pop_close.png") no-repeat;
    background-size: 100% auto;
}

.alert-container .close_btn:hover{
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
}

.alert-container .alert_cont p{
    font-size: 22px;
    font-weight: bold;
    color: #004977;
    padding-top: 62px;
    padding-left: 120px;
    padding-right: 40px;
}

.alert-container .alert_cont p a{
    color: #004977;
    text-decoration: underline;
}

.alert-container .alert_cont .sure_btn{
    width: 110px;
    height: 46px;
    background: url("alert_pop_sure.png") no-repeat;
    background-size: 100% auto;
    cursor: pointer;
    margin: 25px auto 0;
}

.alert-container .alert_cont .other_link{
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #004977;
    margin-top: 8px;
}

.alert-container .alert_cont .other_link a{
    color: #004977;
}

@media screen and (max-width: 1440px) {
	.alert-container .alert_cont{
		width: 460px;
        height: 140px;
		border-radius: 8px;
	}

	.alert-container .alert_cont p{
		font-size: 15px;
    padding-top: 43px;
    padding-left: 82px;
	}

    .alert-container .alert_cont .sure_btn{
        margin-top: 8px;
        width: 82px;
    }

    .alert-container .alert_cont .other_link{
        font-size: 14px;
        margin-top: 4px;
    }

    .alert-container .close_btn{
        width: .8em;
        height: .8em;
    }
}

@media screen and (max-width:1000px) {
    .alert-container .alert_cont{
        width: 7rem;
        height: 2rem;
        top: 30%;
    }

    .alert-container .alert_cont p{
        font-size: 0.24rem;
    padding-top: 0.65rem;
    padding-left: 1.26rem;
    }

    .alert-container .alert_cont .sure_btn{
        margin-top: 0.1rem;
        width: 1.4rem;
    }

    .alert-container .alert_cont .other_link{
        text-align: center;
        font-size: 0.22rem;
        font-weight: bold;
        color: #004977;
        margin-top: 0.1rem;
    }
}