

.advertisement {
	width: 7.5rem;
	height: 100%;
	background: #fff;
	position: fixed;
	top: 0rem;
	left: 0rem;
	display: block;
	z-index: 10000;
}

.ad-rt {
	width: 1.6rem;
	height: 0.3rem;
	border-radius: 0.25rem;
	padding: 0.1rem 0rem;
	overflow: hidden;
	background: rgba(0, 0, 0, 0.5);
	font-size: 0.26rem;
	color: #fff;
	display: flex;
	position: absolute;
	right: 0.2rem;
	top: 0.2rem;
}

.ad-tclose {
	width: 50%;
	height: 0.3rem;
	line-height: 0.3rem;
	text-align: center;
}

.ad-countdown {
	width: 0.74rem;
	border-right: 0.01rem solid #fff;
	height: 0.3rem;
	line-height: 0.3rem;
	text-align: center;

}
.incomplete-a{
	    width: 100%;
		height: 100%;
	    display: none;
		position: absolute;
		top: 0rem;
		left: 0rem;
		background: rgba(0, 0, 0, 0.6);
}
.incomplete {
	width: 5.84rem;
	height: 4.56rem;
	position: absolute;
	margin-left: -2.92rem;
	left: 50%;
	top: 30%;
	
	background: rgba(255, 237, 223, 1);
	border-radius: 0.50rem;
}

.inco-title{
	width: 3.1rem;
	height: 0.7rem;
	text-align: center;
	line-height: 0.70rem;
	font-size: 0.3rem;
	color: #d8916f;
	margin: 0 auto;
	border-radius: 0 0 0.6rem 0.6rem;
	border: 4px solid #f2c9ac;
	border-top: none;
}
.inco-text {
	width: 100%;
	font-size: 0.24rem;
	text-align: center;
	line-height: 0.6rem;
}

.inco-miao {
	color: red;
}

.inco-btn {
	width: 4.66rem;
	height: 0.94rem;
	line-height: 0.94rem;
	margin: 0.2rem auto;
	font-size: 0.32rem;
	text-align: center;
	border-radius: 0.47rem;
}

.jchi-close {
	color: #320500;
}

.jixu-watch {
	background: linear-gradient(to bottom right, #ff9276, #fb3158);
	color: #fff;
}

.ad-a {
	width: 100%;
	display: block;
/* 	margin-top: 1rem; */
}

.ad-a img {
	width: 100%;
	display: block;
}

.btn {
	width: 1rem;
	height: 0.4rem;
	display: block;
	color: #000;
	border: 0.01rem solid #000;
	position: absolute;
	top: 40%;

}