*{
	margin: 0;
	padding: 0;
	font-family: Helvetica, Tahoma, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei";
	list-style: none;
}
html, body {
	position: relative;
	height: 100%;
}
#app{
	background-image: url(http://f1.jshqpp.com/njaj/hb/yjtp/img/bg.jpg);
	position: absolute;
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
}
.app{
	background-image: url(http://f1.jshqpp.com/njaj/hb/yjtp/img/bg.jpg);
	position: absolute;
	width: 100%;
	min-height: 100%;
	background-size: 100% 100%;
}
.main{
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 85%;
	overflow: scroll;
}
.submit{
	position: absolute;
	bottom: 5%;
	left: 50%;
	margin-left: -1.75rem !important;
	cursor: pointer;
	/* box-shadow: 3.536px 3.536px 8px 0px rgba(55, 84, 170, 0.2),-2.828px -2.828px 16px 0px rgba(255, 255, 255, 0.004); */
}
.main .card:first-child{
	margin-top: 10%;
}
.card{
	width: 95%;
	margin: .4rem auto;
	display: flex;
	align-content: center;
	overflow: hidden;
	box-sizing: border-box;
	/* max-height: 2rem; */
	border-radius: 1rem;
	padding: .2rem 0 .2rem .1rem;
	transition: max-height 1s linear;
	background-color: rgba(255, 255, 255,.9);
	box-shadow: 3.536px 3.536px 8px 0px rgba(55, 84, 170, 0.2),-2.828px -2.828px 16px 0px rgba(255, 255, 255, 0.004);
}
.leftBox{
	width: 73%;
	cursor: pointer;
	
}
.left{
	width: 80%;
}
.leftBox .title{
	font-size: .3rem;
	color: #0047d5;
	font-weight: bold;
	box-sizing: border-box;
	padding-left: .2rem;
	text-align: justify
	/* white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all; */
}
.left .title{
	font-size: .3rem;
	color: #0047d5;
	font-weight: bold;
	text-align: justify;
}
.content{
	width: 100%;
	font-size: .28rem;
	text-align: justify;
	margin-top: .2rem;
	/* display: none; */
	box-sizing: border-box;
	margin-top: .2rem;
	padding-right: .2rem;
	padding-left: .1rem;
	
	/* display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden; 
	text-overflow:ellipsis; */
}
.conBox{
	margin-top:35vh;
	width: 90%;
	margin: 35vh auto;
	background-color: white;
	display: flex;
	padding: .2rem 0 .4rem .1rem;
	border-radius: 10px;
	position: relative;
	flex-wrap: wrap;
	background-color: rgba(255, 255, 255,.8);
}
.rightBox{
	width: 27%;
	display: flex;
	justify-content: flex-end;
	height: .4rem;
}
.rightBox .check{
	width: .4rem;
	height: .4rem;
	position: relative;
	margin-right: .3rem;
	margin-left: .2rem;
	cursor: pointer;
	display: inline-block;
}
.right{
	width: 20%;
}
.right .check{
	width: .4rem;
	height: .4rem;
	position: relative;
	margin: .8rem auto .2rem;
	cursor: pointer;
	
}
.done{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	opacity: 0;
	transition:opacity .5s;
}
.none{
	width: 100%;
}
.rightBox .num{
	text-align: center;
	font-size: .26rem;
}
.right .num{
	text-align: center;
	font-size: .3rem;
	margin-right: .2rem;
}
.num span{
	color: blue;
	
}
.vt-message-package{
	font-size: .3rem;
}
.close{
	position: absolute;
	width: .65rem;
	bottom: -1rem;
	left: 50%;
	margin-left: -.325rem;
}

/* 首页 */
.imgTl{
	width: 80%;
	margin-left: 3%;
	margin-top: .6rem;
}
.topImg{
	width: 100%;
	display: block;
}
.btn{
	/* box-shadow: 3.536px 3.536px 8px 0px rgba(55, 84, 170, 0.2),-2.828px -2.828px 16px 0px rgba(255, 255, 255, 0.004);
	border-radius: .35rem;
	background-color: rgb(242, 243, 247); */
	background-image: url(http://f1.jshqpp.com/njaj/hb/yjtp/img/btnbg.png);
	background-size: 100% 100%;
	width: 3.5rem;
	height: 1.1rem;
	text-align: center;
	line-height: 1.2rem;
	font-size: .3rem;
	color: #0047d5;
	margin: 0 auto;
	cursor: pointer;
	font-weight: bold;
}
.btn2,.btn3{
	margin-top: .2rem;
}
.bottom{
	font-size: .28rem;
	text-align: center;
	color: #0047d5;
	font-weight: bold;
	margin-top: .4rem;
/* 	position: absolute;
	bottom: .3rem; */
	margin-bottom: .3rem;
	width: 100%;
}
.shadow{
	position: absolute;
	width: 100%;
	height: 100%;
	right: 0;
	top: 0;
	z-index: 3;
	background-color: rgba(0,0,0,.6);
	display: none;
}
.shadow .box{
	width: 90%;
	background-color: white;
	border-radius: 10px;
	margin: 30vh auto;
	font-size: .3rem;
	box-sizing: border-box;
	padding: .2rem .4rem;
}
/* 活动说明 */
.mainBox {
	width: 90%;
	margin: .6rem auto;
	background-color: white;
	border-radius: 10px;
	font-size: .3rem;
	text-align: justify;
	text-indent: .6rem;
	box-sizing: border-box;
	padding: .2rem ;
	line-height: .5rem;
}
.sm{
	width: 1.8rem;
	margin: .2rem 0;
}



/* .fail{
	display: block;
} */
 .pack{
	width: 70%;
}
.sucBox,.awardBox{
	margin: 18vh auto 0;
	text-align: center;
	position: relative;
}
.failBox{
	margin: 25vh auto 0;
	text-align: center;
	position: relative;
}
.text{
	position: absolute;
	width: 100%;
	text-align: center;
	top: 3rem;
	font-size: .5rem;
	font-weight: bold;
	color: #FFE06B;
}
.close1{
	position: absolute;
	width: .55rem;
	right: .8rem;
	top: 0;
}
.money{
	position: absolute;
	width: 100%;
	text-align: center;
	top: 3rem;
	font-size: .5rem;
	font-weight: bold;
	color: #FFE06B;
}
.back{
	position: absolute;
	width: 3rem;
	left: 50%;
	margin-left: -1.5rem;
	top: 5rem;
	border-radius: .66rem;
	height: .65rem;
	line-height: .65rem;
	text-align: center;
	font-weight: bold;
	background-color: #F9D6AC;
	color: #F03838;
	cursor: pointer;
}
.fail .text{
	top: 1rem;
	font-size: .45rem;
}
.fail .back{
	top: 4rem;
}
.fail .close1{
	top: -1rem;
	right: 1rem;
}
.ewm{
	width: 100%;
}
.music{
	position: fixed;
  z-index: 999;
  top: 1%;
	right:3%;
  width: 8%;
	animation: musicplay 2s linear infinite;
	-webkit-animation: musicplay 2s linear infinite;
}
@keyframes musicplay{
	0%{
		transform: rotate(0deg);
	}
	100%{
		transform: rotate(360deg);
	}
}