.content {
	position:relative;
}
.red-box {
	position:absolute;
}
.red-box img {
	width:70px;
	height:auto;
	cursor:pointer;
}
.hide {
	display:none;
}
.time {
	position:absolute;
	right:30px;
	bottom:30px;
	color:red;
	font-size:20px;
}


.hongbaomengceng{
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.8);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 999999999;
    visibility:hidden; 
}

.hongbaojingdu{
    background: url(../img/hongbaojingdu.png) center center no-repeat;
    background-size: 100% auto;
    width: 85%;
    height: 30px;
    position: absolute;
    left: 50%;
    margin-left: -42.5%;
    top: 16%;
    z-index: 99999999999;
}

.hongbaojingdufill{
    width: calc(0% - 5px);
    height: 19px;
    background-color: #fae494;
    border-radius: 15px;
    margin-top: 5px;
}

.hongbaologo{
    background: url(../img/qiandao_logo.png) no-repeat;
    background-size: contain;
    width: 35px;
    height: 35px;
    position: absolute;
    top: -2px;
    left: 0%;
    margin-left: calc(0% - 20px);
}

.hongbaobeijing{
    background: url(../img/hongbaobg.png) no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right:0;
    bottom:0;
    z-index: 9999999998;
    pointer-events:none;
}

.hongbaostart{
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.8);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 999999999;
    display: none;
}

.hongbaoyustartbg{
    background: url(../img/hongbaoyustart.png) no-repeat;
    background-size: 100% auto;
    position: fixed;
    width: 55%;
    height: 50%;
    top: 35%;
    left: 50%;
    margin-left: -27.5%;
    margin-top: -22.5%;
    z-index: 999999999;
}

.hongbaoyudumiao{
    display: block;
    width: 100%;
    height: 25px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    margin-top: 65px;
    font-size: 48px;
    position: absolute;
    bottom: 69px;
}