[v-cloak] {
	display: none
}

body {
	background: url(../images/bg.png) #F00 ;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-attachment: fixed;
	background-position: center;
}

.logo {
	margin: 0 auto;
	margin-top: 1rem;
	display: block;
	width: 88%;
	position: relative;
	top: 3px
}



.prize-win-panel {
	background-color: #fcefc8;
	margin: 0 auto;
	width: 88%;
 
	border-radius: .04rem;
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;

	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-moz-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	position: relative
}

.prize-win-panel .prize-win-list {
	width: 90%;
	font-size: .25rem;
	color: #535f77;
	text-align: left;
	margin-bottom:1rem;
}

.prize-win-panel .prize-win-list td,.prize-win-panel .prize-win-list th {
	padding-left: .1rem;
	text-align: center;
	color: #fc453a
}

.prize-win-panel .prize-win-list tr {
	line-height: .8rem
}

.prize-win-panel .prize-win-list tbody tr {
	height: .74rem;
	line-height: .74rem;
	background-color: #fce9ae
}

.prize-win-panel .prize-win-list tbody tr td {
	max-width: 207px;
	overflow-wrap: break-word
}

.prize-win-panel .prize-win-list tbody tr:nth-of-type(even) {
	background-color: #fcefc8!important
}

.prize-win-panel .prize-win-list thead tr th {
	height: 1rem;
	line-height: 1rem;
	font-size: .28rem
}

.prize-win-panel .prize-win-list thead tr th:first-child {
	padding-left: .4rem
}

.prize-win-panel .prize-win-list thead tr th:last-child {
	padding-right: .4rem
}

.prize-win-panel .load-more-btn {
	width: 1.2rem;
	height: 0.6rem;
	line-height:30px;
	border-radius: .1rem;
	border: none;
	font-size: .25rem;
	color: #fff;
	background-color: #f8bc00;
	z-index: 2;
	word-break:keep-all;
	white-space:nowrap;
	overflow:visible;
}

.prize-win-panel .load-more-btn.no-more {
	background: #fc453a
}

.prize-win-panel .tips {
	font-size: .24rem;
	margin-bottom: 1rem;
	color: red
}

.prize-win-panel .main-top {
	position: absolute;
	bottom: -2px;
	width: 113%;
	z-index: 1;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%)
}

.way {
	position: relative;
	width: 94%;
	background-color: #fc453a;
	box-shadow: 0 0 33px 3px rgba(0,0,0,.2);
	margin: 0 auto
}

.way .oval {
	position: absolute;
	top: -3.8rem;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	z-index: -1;
	width: 100%;
	height: 6rem
}

.way div {
	text-align: center
}

.way div h3 {
	font-size: .4rem;
	color: #fcefc7;
	text-align: center;
	padding-top: .7rem;
	margin-bottom: .2rem
}

.way div img {
	width: 80%;
	margin-bottom: .2rem
}

.way div .rule {
	padding: 0 .6rem;
	color: #fcefc7;
	font-size: .3rem;
	padding-bottom: .4rem;
	margin-bottom: 1rem
}

.goback {
	position: fixed;
	z-index: 99;
	bottom: 1.1rem;
	right: 0;
	width: 1.6rem;
	height: .6rem;
	background-color: #fff;
	line-height: .6rem;
	text-align: center;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	font-size: .22rem;
	color: #fc453a
}

.goback i.iconfont {
	font-size: .24rem
}

.goback span {
	display: inline-block;
	min-width: .25rem
}

@media screen and (min-width:1243px) {
	body[data-device=pc] {
		width: 650px;
		margin: auto;
		background-size: 650px 100%
	}
}
