body{
	overflow-x:hidden;
	font-family: "microsoft yahei";
}
.container{
	position: relative;
	height: 1080px;
}
.left-bar{
	position: absolute;
	width: 480px;
	height: 1080px;
	background: url(../images/leftbar.jpg);
	left: 0;
	top: 0;
}
.left-bar .to-home{
	position: absolute;
	width: 231px;
	height: 81px;
	top: 690px;
	left: 124px;
}
.main{
	position: absolute;
	width: 1520px;
	height: 1080px;
	background: url(../images/lott_bg.jpg) top left;
	top: 0;
	left: 480px;
}
@media screen and (max-width: 1385px) {
    .leftbar{
    	display: none;
    }
    .main{
    	left: 0;
    }
}
.main .time{
	font-size: 22px;
	color: #fff;
	text-shadow:1px 1px 1px #000;
	height: 35px;
	margin-top: 195px;
	text-align: center;
}
.main .cont{
	width: 843px;
	margin-left: 56px;
}
.main .cont .lottery{
	margin-top: 17px;
	height: 548px;
	position: relative;
}
.main .lottery-reward{
	width: 194px;
	height: 118px;
	margin-right: 10px;
	position: absolute;
}
.main .lottery-reward.lott1{
	left: 0;
	top:0;
}
.main .lottery-reward.lott2{
	left: 214px;
	top: 0;
}
.main .lottery-reward.lott3{
	left: 428px;
	top: 0;
}
.main .lottery-reward.lott4{
	left: 642px;
	top: 0;
}
.main .lottery-reward.lott5{
	left: 0px;
	top: 140px;
}
.main .lottery-reward.lott6{
	left: 641px;
	top: 140px;
}
.main .lottery-reward.lott7{
	left: 0px;
	top: 280px;
}
.main .lottery-reward.lott8{
	left: 641px;
	top: 280px;
}
.main .lottery-reward.lott9{
	left: 0;
	top:422px;
}
.main .lottery-reward.lott10{
	left: 214px;
	top: 422px;
}
.main .lottery-reward.lott11{
	left: 428px;
	top: 422px;
}
.main .lottery-reward.lott12{
	left: 642px;
	top: 422px;
}
.lottery-reward.on{
	border-width: 4px;
	border-color: #f9ff9c;
}
.info{
	width: 383px;
	margin: 0 auto;
	padding-top: 154px;
	font-size: 14px;
	color: #9294c2;
	position: relative;
}
.info a,#J_num{
	color: #fff9b5;
}
.info .lott-record{
	position: absolute;
	background-color: #518bf0;
	color: #fff;
	border: 1px solid #000;
	padding: 3px 10px;
	right: 0;
	bottom: 0;
}
.lottery-btn{
	width: 382px;
	height: 184px;
	position: absolute;
	top: 207px;
	left: 230px;
	cursor: pointer;
}
dl{
	color: #adafe2;
	margin: 30px 0 0 20px;
}
dl dt{
	font-size: 24px;
	font-weight: bold;
	line-height: 50px;
}
dl dd{
	font-size: 16px;
	line-height: 30px;
}
dl dd .my-adress{
	background-color: #518bf0;
	color: #fff;
	padding: 5px 15px;
}
.alertbox {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 200;
}
.alertbox .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.9;
}
.alertbox .content {
	background-color: #fff;
    font-size: 16px;
    color: #fff;
    padding: 48px;
    position: absolute;
    width: 354px;
    /* height: 5.0px; */
    top: 200px;
    left: 50%;
    margin-left: -230px;
    border: 5px solid #518bf0;
}
.alertbox .content h2{
	color: #000;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 50px;
}
textarea{
	padding: 15px;
	width: 354px;
	box-sizing: border-box;
}
.alertbox .submit{
	display: block;
	width: 80px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	color: #fff;
	background-color: #518bf0;
	border-radius: 5px;
	margin: 30px auto 0;
}
.close {
  position: absolute;
  right: 12px;
  top: 12px;
  width: 32px;
  height: 32px;
}
.close:before, .close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 33px;
  width: 2px;
  background-color: #666;
}
.close:before {
  transform: rotate(45deg);
}
.close:after {
  transform: rotate(-45deg);
}

.share-wrapper{
	position: fixed;
	right: 0;
	top: 0;
}
.share-wrapper a{
	float: left;
	width: 41px;
	height: 41px;
	margin: 15px 20px 0 0;
	background:url(../images/share_ico.png); 
}
.share-wrapper a.shareto-sina{
	background-position: 0 0;
}
.share-wrapper a.shareto-qqzone{
	background-position: -63px 0;
}
.share-wrapper a.shareto-qq{
	background-position: -125px 0;
}