.wrapper {
	width: 100%;
	height: 2670px;
	padding-top: 554px;
	box-sizing: border-box;
	background: url(http://static.vko.cn/v8/4.0/images/answeractivity.jpg) no-repeat center;
}

.answer_main {
	width: 1190px;
	margin: auto;
}

.activity_time {
	width: 663px;
	height: 142px;
	background: #FF5700;
	border-radius: 10px;
	margin-left: 95px;
	/*margin: auto;*/
	padding-top: 20px;
	box-sizing: border-box;
	text-align: center;
}

.activity_time span {
	font-size: 64px;
	color: #FFFEFE;
}

.activity_time p {
	font-size: 30px;
	color: white;
	margin-top: 20px;
}

.answer_plans>span {
	font-size: 70px;
	color: white;
	text-shadow: 0px 2px 24px rgba(255, 157, 0, 1);
	font-family: Source Han Sans CN;
	display: block;
}

.plan_intro {
	width: 1190px;
    text-align: center;
    /* height: 660px; */
    border-radius: 16px;
    margin-top: 64px;
    background: #FDF2D0;
    padding: 75px 315px 80px 315px;
    box-sizing: border-box;
}

.plan_intro p {
	font-size: 30px;
	color: #C04D01;
	line-height: 40px;
}
/*
.get_askChance_list {
	width: 1190px;
	height: 316px;
	padding-left: 300px;
	padding-top: 60px;
	box-sizing: border-box;
	background: url(http://static.vko.cn/v8/4.0/images/askChance1.png) no-repeat center;
	background-size: contain;
	margin-bottom: 70px;
}*/

.get_askChance>span {
	font-size: 70px;
	color: white;
	text-shadow: 0px 2px 24px rgba(255, 157, 0, 1);
	font-family: Source Han Sans CN;
	margin-top: 80px;
	margin-bottom: 60px;
	display: block;
}

.get_askChance_list p {
	font-size: 50px;
	color: #C04D01;
	line-height: 60px;
}

.get_askChance_list p span {
	font-size: 49px;
	color: #FF1600;
}
.get_askChance_list img{
	margin-bottom: 40px;
}


.welfare_time {
	text-align: center;
    margin-bottom: 180px;
}

.welfare_time p {
	font-size: 30px;
	color: #800000;
	line-height: 40px;
}

.orderNum {
	width: 100%;
    height: 100px;
    background: #FF7C00;
    margin-top: 52px;
    position: fixed;
    bottom: 0;
    left: 0;
}

.orderNum>span {
	font-size: 40px;
	color: white;
	float: left;
	line-height: 100px;
	margin-left: 771px;
	margin-right: 71px;
}

.orderNum>span i {
	font-size: 40px;
	color: white;
	font-style: normal;
}

.getChance {
    width: 332px;
    height: 100px;
    background: #FF5400;
    /* float: left; */
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    /* padding-top: 30px; */
    /*box-sizing: border-box;*/
    cursor: pointer;
}

.getChance span {
	font-size: 40px;
	color: white;
}
.getChance span a {
	font-size: 40px;
	color: white;
}
.getChance p {
	font-size: 27px;
	color: white;
}

.getChance p a {
	font-size: 27px;
	color: white;
}
.getChance_floating{
	position: fixed;
    left: 0;
    top: 200px;
    z-index: 9999;
    width: 350px;
    height: 597px;
    cursor: pointer;
  
}

/*领取弹框*/

.md_getAnswerchance {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	z-index: 999999;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	display: none;
}

.getAnswerchance {
	max-width: 493px;
	width: 100%;
	height: 326px;
	background: rgba(0, 0, 0, 0.6);
	position: fixed;
	z-index: 9999999;
	left: 50%;
	top: 50%;
	margin-left: -246px;
	margin-top: -163px;
	padding-top: 125px;
	box-sizing: border-box;
	text-align: center;
	background: url(http://static.vko.cn/v8/4.0/images/getChancebg.png) no-repeat center;
	text-align: center;
	display: none;
}

.getAnswerchance p {
	font-size: 25px;
	color: #333333;
	margin: 0 70px;
	/*text-align: initial;*/

}

.getAnswerchance span {
	font-size: 25px;
	color: #333333;
}

.getAnswerchance a {
	width: 193px;
	height: 57px;
	background: linear-gradient(136deg, rgba(255, 124, 0, 1) 0%, rgba(255, 174, 59, 1) 100%);
	border-radius: 20px;
	display: block;
	text-align: center;
	line-height: 57px;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 24px;
	position: absolute;
	left: 50%;
	bottom: 47px;
	margin-left: -96px;
}
.getAnswerchance img{
	position: absolute;
	top: 18px;
	right: 17px;
	cursor: pointer;
}
.unattainable{
	background: #999!important;
}
.unattainable_wrapper{
	background: #666!important;
}
