.main-box{
  width: 100%;
  height: 100%;
  padding-top: 500px;
  padding-bottom: 1px;
  box-sizing: border-box;
  background-color: #ffec59;
  background-image:url('/themes/default/assets/images/activity/luckyWheel/headerBg.png');
  background-position:top center;
  background-repeat:no-repeat;
}
.main-box .content-box{
	width: 1000px;
  margin: 35px  auto;
  padding: 40px;
  box-sizing: border-box;
	background-color: #fe6146;
	box-shadow: 0px 10px 18px 0px 	rgba(0, 0, 0, 0.13);
	border-radius: 20px;
}
.main-box .centent-bg{
	background-color: #ffffff;
  border-radius: 10px;
  padding: 20px;
  box-sizing: border-box;
  overflow: hidden;
}
.main-box .title{
	height: 32px;
  background-position:center center;
  background-repeat:no-repeat;
  margin: 0;
}
.main-box .title_1{
  margin-bottom: 30px;
  background-image:url('/themes/default/assets/images/activity/luckyWheel/title_1.png');
}
.main-box .title_2{
  margin-bottom: 50px;
  background-image:url('/themes/default/assets/images/activity/luckyWheel/title_2.png');
}
.main-box .title_3{
  margin-bottom: 15px;
  background-image:url('/themes/default/assets/images/activity/luckyWheel/title_3.png');
}
.main-box .title_4{
  margin-bottom: 15px;
  background-image:url('/themes/default/assets/images/activity/luckyWheel/title_4.png');
}
.winningInfoList{
  width: 380px;
}
.winningInfoList li{
	font-size: 16px;
	line-height: 36px;
  color: #fc5911;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.main-box .activeRule{
  padding: 30px;
}
.activeRule p{
  font-size: 16px;
	line-height: 36px;
	color: #333333;
}
.main-box .dowebok{
  width: 388px;
  height: 388px;
  margin: 0 auto;
  padding-top: 25px;
  border-radius: 50%;
  background-position:center center;
  background-repeat:no-repeat;
  background-size: 100% 100%;
  background-image:url('/themes/default/assets/images/activity/luckyWheel/outeRring.png');
  position: relative;
}
.main-box .plate{
	width: 337px;
	height: 337px;
  border-radius: 50%;
  margin: 0 auto;
  background-position:center center;
  background-repeat:no-repeat;
  background-image:url('/themes/default/assets/images/activity/luckyWheel/award.png');
}
.main-box .pointer{
	width: 144px;
	height: 144px;
  background-position:center center;
  background-repeat:no-repeat;
  background-image:url('/themes/default/assets/images/activity/luckyWheel/pointer.png');
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -96px;
  margin-left: -68px;
}
.main-box .plateBtn{
  display: block;
	font-size: 24px;
  color: #ffffff;
  line-height: 40px;
  text-align: center;
  background-position:top center;
  background-repeat:no-repeat;
  background-color: #aaa;
  border-radius: 30px;
  height: 40px;
  width: 200px;
  margin: 10px auto -55px;
    /* display: block;
	font-size: 28px;
  color: #ffffff;
  line-height: 70px;
  text-align: center;
  background-position:top center;
  background-repeat:no-repeat;
  background-image:url('/themes/default/assets/images/activity/luckyWheel/btnBg.png');
  height: 118px;
  width: 270px;
  margin: 10px auto -55px; */
}
.resultBox{
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 9;
  display: none;
}
.main-box .resultBox .content-box{
  top: 15%;
  position: relative;
  width: 480px;
  padding: 30px;
  text-align: center;
}
.main-box .resultBox .centent-bg{
  min-height: 200px;
  padding: 50px 18px 18px
}
.resultBox .resultTxt{
  font-size: 24px;
  color: #6d202d;
}
.resultBox a.resultTxt{
  text-decoration: underline;
}
.main-box .resultBox .icon-close{
  display: block;
  background-position:top center;
  background-repeat:no-repeat;
  background-image:url('/themes/default/assets/images/icon/icon_close.png');
  position: absolute;
  bottom: -55px;
  width: 100%;
  height: 38px;
  margin-left: -30px;
  cursor: pointer;
}
.resultBox .resultBtn{
  display: block;
  width: 180px;
	height: 45px;
	background-image: linear-gradient(0deg, #e86710 0%, #ffc00e 100%);
  border-radius: 23px;
  font-size: 18px;
	line-height: 45px;
  color: #ffffff;
  text-align: center;
  margin: 30px auto 5px;
}