* {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, ul, li, th {
	list-style-type: none;
	font-weight: normal;
}

img {
	max-width: 100%;
	max-height: 100%;
	border:0px;
	display: block;
}

em, i, b {
	font-style: normal;
}

b {
	font-weight: bold;
}

a {
	color: inherit;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

ul, li {
	list-style: none;
}

*:focus {
	outline: none;
}

@font-face {
    font-family: 'myFont';
    src: url('myfont.otf'); /* IE9 Compat Modes */
}

@font-face {
    font-family: 'OlympiaHeavyCond';
    src: url('Olympia-HeavyCond.otf'); /* IE9 Compat Modes */
}



html, body {
	font-size: 14px;
	color: #ffffff;
	line-height: 1.15;
	font-family: 微软雅黑;
	overflow:hidden;
	background:#000000;
	/* -webkit-tap-highlight-color: transparent; */
}

.t_indexReboot{
	color:yellow;
	font-family: OlympiaHeavyCond;
	font-size:5rem;
}

.t_flink{
	margin-top:5rem;
	color:green;
	font-size:1rem;
}

.SelectArea_Href{
	font-weight:bold;
	margin:2rem;
	display:inline-block;
	padding:1rem;
	color:#ffffff;
	background:#56be6c;
}


.AwardItemList-table table{
	border-collapse: collapse;
	width:85%;
	font-size:0.95rem;
	margin:auto;
}
.AwardItemList-table tr{
	
}
.AwardItemList-table td{
	border: 1px solid #6c0000;
	font-size:0.8rem;
	padding:0.3rem;
	text-align:center;
}
.AwardItemList-table .title td{
	background:#e8e8e8;
	font-size:1rem;
}
.AwardItemList-table td a{
	color:#ffffff;
	background:#56be6c;
	width:95%;
	display:block;
	padding:0.3rem;
}

.cjbg{
	width: 100%;
	height:100vh;
	background-size:cover;
	position:absolute;
	left:0;
	top:0;
}

/* 准备页 */
.ContentDiv{
	width: 86%;
	height:73vh;
	position:relative;
	margin-left:7.2%;
	margin-top:8%;
	/* background-color:#cccccc; */
	overflow:hidden;
	/* background-size: 100% 100%; */
}

.RollItemGroup{
	width:100%;
	height:73vh;
}
.RollItem{
	width:10%;
	text-align:center;
	float:left;
	line-height:3rem;
	font-size:1.8rem;
	font-weight:bold;
	color:#ff2501;
	overflow:hidden;
	white-space: nowrap;
}


.ResultItemGroup{
	width:100%;
	height:73vh;
	display:flex;
	justify-content:center;
	align-items:center;
	flex-wrap: wrap;
}
.ResultItem{
	width:40%;
	text-align:center;
	line-height:5rem;
	font-size:3rem;
	font-weight:bold;
	color:#ff2501;
}


#CJItem-Step1-DIV img{
	width: 100%;
	min-height: 100vh;
	overflow: hidden;
	background-size: 100% 100%;
	position:relative;
}

#RoundEWM{
	position:absolute;
	z-index:999;
	top:20%;
	width:22%;
	left:39%;
	text-align:center;
	font-size:2rem;
	font-weight:bold;
	color:#16216a;
}
#RoundEWM img{
	width:100%;
	min-height: 0;
}

#StartTips{
	color:#16216a;
	position:absolute;
	z-index:999;
	top:67%;
	width:30%;
	left:35%;
	text-align:center;
	font-size:2rem;
	font-weight:bold;
}
#StartTips img{
	display:none;
	width:100%;
	min-height: 0;
}

#CJItem-Step2-DIV, #CJItem-Step3-DIV{
	width: 100%;
	min-height: 100vh;
	overflow: hidden;
	position:absolute;
	left:0;
	top:0;
}

#CJItem-Step2-DIV .ContentDIV{
	width:96%;
	position:absolute;
	overflow:hidden;
	top:17%;
	left:2%;
	/* 定位色块 */
	/* background:#cccccc; */
	/* opacity:0.5; */
	
	display:flex;
	justify-content:center;
	align-items:center;
	flex-wrap: wrap;
}

#CJItem-Step2-DIV .ContentDIV .WechatHeadItem{
	width:5%;
	margin:0.5rem;
	position:relative;
	/* 定位色块 */
	/* background:#cccccc; */
	/* opacity:0.5; */
}
#CJItem-Step2-DIV .ContentDIV .WechatHeadItem .WechatHeadImg{
	width:100%;
	display:block;
	/* 定位色块 */
	/* background:#cccccc; */
	/* opacity:0.5; */
	
	border-radius:15%;
}
#CJItem-Step2-DIV .ContentDIV .WechatHeadItem .WechatHeadImg img{
	
	
	border-radius:15%;
}

#CJItem-Step2-DIV .ContentDIV .WechatHeadItem .ItemMask{
	border-radius:15%;
	display:block;
	width:100%;
	position:absolute;
	top:0px;
	left:0px;
	background:#ffffff;
	height:100%;
	opacity:0;
	/* 定位色块 */
	/* background:#cccccc; */
	/* opacity:0.5; */
}

#CJItem-Step2-DIV .ContentDIV .AwardName , #CJItem-Step3-DIV .ContentDIV .AwardName{
	display:block;	
	width:100%;
	font-size:3vw;
	color:#0087b4;
	font-weight:bold;
	text-align:center;
	margin-bottom:2vh;
}
#CJItem-Step2-DIV-RollItemList,#CJItem-Step3-DIV-RollItemList{
	color:#0087b4;
	width:100%;
	height:80%;
	overflow:hidden;
	display:block;
	/* 定位色块 */
	/* background:#000000;
	opacity:0.5; */
}
#CJItem-Step2-DIV .ContentDIV .RollItem {
	color:#0087b4;
	text-align:center;
	width:20%;
	/* width:3rem; */
	float:left;
	margin-left:1.2vw;
	margin-right:1.2vw;
	/* margin-top:0.4rem;
	margin-bottom:0.4rem; */
	font-size:2vw;
	font-weight:bold;
	line-height:2.6vw;
}

#CJItem-Step3-DIV .ContentDIV{
	width:60%;
	position:absolute;
	overflow:hidden;
	top:22%;
	left:20%;
	height:100vh;
	background:url('../img/result_bg.png') no-repeat;
	background-size: 100% auto;
	text-align:center;	
	/* 定位色块 */
	/* background:#cccccc; */
	/* opacity:0.5; */
}
#CJItem-Step3-DIV .ContentDIV .ContentDIV_10{
	margin-top:1.5rem;
	margin-left:4rem;
	width:100%;
	height:45vh;
	display:flex;
	justify-content:center;
	align-items:center;
	flex-wrap: wrap;
}

#CJItem-Step3-DIV .ContentDIV .ContentDIV_10 .ResultItem{
	width:45%;
	margin-top:0.25rem;
	margin-bottom:0.25rem;
	height:5.5rem;
}
#CJItem-Step3-DIV .ContentDIV .ContentDIV_10 .ResultItem .himg{
	float:left; 
	text-align:right; 
	line-height:5.5rem; 
	margin-right:1rem;
	width:22%;
}
#CJItem-Step3-DIV .ContentDIV .ContentDIV_10 .ResultItem .himg img{
	width:5.5rem;

}
#CJItem-Step3-DIV .ContentDIV .ContentDIV_10 .ResultItem .nickname{
	float:left; 
	text-align:left;
	line-height:5.5rem; 
	font-size:2rem;
	overflow:hidden;
	width:50%;
	white-space: nowrap;
}









/*单个获奖名单*/
#CJItem-Step3-DIV-Single{
	text-align:center;
	color:#0087b4;
	width:100%;
	font-size:5vw;
	line-height:37vh;
	overflow:hidden;
	display:block;
}
/* 多个获奖名单 */
#CJItem-Step3-DIV .ContentDIV .RollItem {
	color:#0087b4;
	text-align:center;
	width:100%;
	/* width:3rem; */
	/* float:left; */
	/* margin-top:0.4rem;
	margin-bottom:0.4rem; */
	font-size:4vw;
	font-weight:bold;
	line-height:5.2vw;
	text-align:center;
}
.Step3-DIV-RollSid-SidItem{
	color:#0087b4;
	text-align:center;
	width:17%;
	/* width:3rem; */
	float:left;
	margin-left:0.77rem;
	margin-right:0.77rem;
	/* margin-top:0.4rem;
	margin-bottom:0.4rem; */
	font-size:1.3rem;
	font-weight:bold;
	line-height:2.4rem;
}





#Step1-DIV {
	width: 100%;
	min-height: 100vh;
	overflow: hidden;
	background:#000000;
	/* background: url("./img/step1-bg.jpg") center no-repeat; */
	background-size: 100% 100%;
	position:relative;
}
#Step1-DIV-AwardName {
	display:block;	
	width:100%;
	font-size:4.6rem;
	color:#0087b4;
	font-weight:bold;
	text-align:center;
}
#Step1-DIV-AwardItemImg {
	margin-top:3rem;
	margin-bottom:3rem;
	display:block;	
	width:100%;
	text-align:center;
}
#Step1-DIV-AwardItemImg img {	
	width:23%;
	text-align:center;
}
#Step1-DIV-AwardItemName {
	display:block;	
	width:100%;
	font-size:2.1rem;
	color:#0087b4;
	font-weight:bold;
	text-align:center;
}
	
#Step2-DIV {
	width: 100%;
	min-height: 100vh;
	overflow: hidden;
	background:#000000;
	background: url("./img/step1-bg.jpg") center no-repeat;
	background-size: 100% 100%;
	position:relative;
}
#Step2-DIV-AwardName {
	display:block;	
	width:100%;
	font-size:4.6rem;
	color:#0087b4;
	font-weight:bold;
	text-align:center;
	margin-bottom:1rem;
}

.Step2-DIV-RollSid-SidItem{
	color:#0087b4;
	text-align:center;
	width:17%;
	/* width:3rem; */
	float:left;
	margin-left:0.77rem;
	margin-right:0.77rem;
	/* margin-top:0.4rem;
	margin-bottom:0.4rem; */
	font-size:1.5rem;
	font-weight:bold;
	line-height:2.7rem;
}
#Step2-DIV-RollSid_1,#Step2-DIV-RollSid_2{
	width:100%;
	display:block;
}


#Step3-DIV {
	width: 100%;
	min-height: 100vh;
	overflow: hidden;
	background:#000000;
	background: url("./img/step2-bg.jpg") center no-repeat;
	background-size: 100% 100%;
	position:relative;
}
#Step3-DIV-AwardName {
	display:block;	
	width:100%;
	font-size:4.6rem;
	color:#0087b4;
	font-weight:bold;
	text-align:center;
	margin-bottom:1rem;
}
#Step3-DIV-Single{
	position:absolute;
	left:25%;
	color:#0087b4;
	width:80%;
	height:80%;
	padding-top:2rem;
	font-size:2.8rem;
	line-height:150%;
	overflow:hidden;
	display:block;
}


#Step3-DIV-RollSid{
	color:#0087b4;
	width:100%;
	height:80%;
	overflow:hidden;
	display:block;
}
.Step3-DIV-RollSid-SidItem{
	color:#0087b4;
	text-align:center;
	width:17%;
	/* width:3rem; */
	float:left;
	margin-left:0.77rem;
	margin-right:0.77rem;
	/* margin-top:0.4rem;
	margin-bottom:0.4rem; */
	font-size:1.5rem;
	font-weight:bold;
	line-height:2.7rem;
}
#Step3-DIV-RollSid_1,#Step3-DIV-RollSid_2{
	width:100%;
	display:block;
}
.Step3-DIV-RollSid-SidItem-Sid,.Step3-DIV-RollSid-SidItem-Name,.Step3-DIV-RollSid-SidItem-Dept{
	font-size:1.5rem;
	margin-top:0.5rem;
	margin-bottom:0.5rem;
	float:left;
	width:30%;
	overflow:hidden;
	text-align:left;
	font-weight:bold;
}

