html, body {
	width: 100%;
	height: 100%;
}
.main-container {
	width: 100%;
	min-height: 100%;
	background: url(../../images/prize-scan/page-bg.jpg) no-repeat;
	background-position: top center;
	background-size: 100% auto;
	position: relative;
	box-sizing: border-box;
	padding-top: 4.5rem;
	padding-bottom: .3rem;
}
.rule-btn {
	position: absolute;
	right: 0;
	top: 1.82rem;
	width: .62rem;
}
.anim-box {
	position: relative;
}
.anim-img {
	display: none;
}
.anim-img.active {
	display: block;
}
.scan-anim {
	position: absolute;
	right: 1.2rem;
	bottom: .95rem;
	background: url(../../images/prize-scan/qrcode-border.png) no-repeat;
	background-size: 100% 100%;
	width: 2.44rem;
	height: 2.44rem;
	display: none;
}
.qrcode-line {
	animation: qrcode 1.5s linear infinite alternate;
}
.scan-btn {
	width: 5.56rem;
	margin: -.45rem auto 0;
	position: relative;
	z-index: 2;
}
.btn-box {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: .6rem;
}
.btn {
	display: block;
	width: 100%;
}
.calculator-btn {
	margin-right: .3rem;
}
.server-btn {
	color: #3784f7;
}
/*弹窗*/
.alert-mark, .prize-mark, .default-mark {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .6);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	display: none;
	align-items: center;
	justify-content: center;
}
.alert-out {
	width: 6rem;
	background-image: -webkit-linear-gradient( 117deg, rgb(126,32,255) 0%, rgb(218,41,76) 33%, rgb(255,121,32) 64%, rgb(255,240,141) 100%);
	box-sizing: border-box;
	padding: .25rem;
	border-radius: .25rem;
}
.default-alert {
	border-radius: .2rem;
	background-color: rgb(255, 244, 225);
  	box-shadow: 0 .02rem .32rem 0 rgba(218, 41, 76, .91);
	box-sizing: border-box;
	padding: .48rem .24rem .375rem;
	display: flex;
	flex-direction: column;
}
.prize-alert {
	position: absolute;
	top: 50%;
	margin-top: -4.51rem;
	width: 100%;
	height: 9.02rem;
	background: url(../../images/prize-scan/prize-alert-bg.png) no-repeat;
	background-size: 100% 100%;
}
.prize-tips {
	text-align: center;
	padding-top: .9rem;
	color: #fff;
	font-size: .36rem;
}
.prize-count {
	margin-top: 2.1rem;
}
.prize-bottom {
	position: absolute;
    top: 6.5rem;
    width: 100%;
    left: 0;
}
.close-btn {
	width: .66rem;
    height: .66rem;
    margin: 0 auto;
}
.continue-btn {
	width: 3.43rem;
    height: 1.22rem;
    margin: 0 auto .5rem;
}
.alert-title, .default-title {
	font-size: .4rem;
	color: #493f72;
	text-align: center;
	font-weight: bold;
}
.alert-text, .default-text {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: .3rem;
	color: #533d5b;
	padding: .3rem;
	line-height: .6rem;
}
.default-text {
	text-indent: 2em;
}
.alert-btn-box {
	margin-top: .3rem;
	width: 100%;
	display: flex;
	justify-content: center;
}
.alert-btn {
	width: 2.61rem;
	height: 1.1rem;
	font-size: .3rem;
	text-align: center;
	line-height: .98rem;
	color: #fff;
	letter-spacing: .075rem;
}
.alert-btn1 {
	display: none;
	background: url(../../images/prize-scan/alert-btn1.png) no-repeat;
	background-size: 100% 100%;
}
.alert-btn2,.alert-btn4 {
	display: none;
	background: url(../../images/prize-scan/alert-btn2.png) no-repeat;
	background-size: 100% 100%;
}
.alert-btn3 {
	width: 3.03rem;
	height: 1.19rem;
	line-height: 1.07rem;
	background: url(../../images/prize-scan/alert-btn3.png) no-repeat;
	background-size: 100% 100%;
}
.alert-btn4 {
	display: block;
}
.alert-img {
	margin-top: .3rem;
}
.red {
	color: rgb(226,60,66);
	font-size: .36rem;
    font-weight: bold;
}
.alert-tips {
	margin-top: 0.6rem;
    font-size: .24rem;
    text-align: left;
    line-height: .36rem;
    color: #888;
}
.server-text {
	text-indent: 2em;
	word-wrap: break-word;
}
.check-label {
	display: flex;
	align-items: center;
	font-size: .3rem;
	color: #444;
	line-height: .5rem;
	width: 4.6rem;
	white-space: nowrap;
	margin: 0 auto .2rem;
}
#read, #today {
	display: block;
	margin-right: .2rem;
	margin-top: .05rem;
}
.exc-btn {
	display: block;
	color: #3784f7;
}
/*动画*/
@-webkit-keyframes qrcode {
	from {
		-webkit-transform: translateY(.2rem);
	}
	to {
    	-webkit-transform: translateY(2.19rem);
    }
}