/* 新手任务 */



.bottomBar .content{
	display:inline-block;
	/* position: relative; */
	/* margin-top: -40px; */
	text-align: center;
	margin-left: 0px;
	width: 49%;
	height: 60px;
	
}
.bottomBar .content .image{
	margin-top: 5px;
	/* margin-left: 45px; */
	margin-left: 40%;
	text-align: center;
	width: 36px;
	height: 36px;
}
.bottomBar .content .image img{
	width: 100%;
	height: auto;
}

.bottomBar .content .image2{
	margin-left: 8px;
	/* width: 106px;
	height: 80px; */
}
.bottomBar .content .image2 img{
	width: 106px;
	height: 100%;
}
.bottomBar .content .title{
	margin-bottom: 10px;
	/* margin-left: 50px; */
	text-align: center;
	width: 100%;
	height: 36px;
	font-size: 12px;
}

.bottomBar .content .title2{
	margin-bottom: 10px;
	/* margin-left: -8px; */
	text-align: center;
	width: 100%;
	height: 36px;
	font-size: 12px;
}

.background{
	position: absolute;
	left: 0px;
	/* margin-top: 0px; */
	height: 160px;
	width: 100%;
	
	/* background-image: url(image/assets/首页banner.png); */
}
.background img{
	left: 0%;
	width: 100%;
	height: auto;
	
}

.moreW{
	position: absolute;
	margin-top: 475px;
	left: 5px;
	width: 98%;
	height: 109px;
	border-radius: 10px;
	background-size: cover;
	background-image: url(image/assets/超多福利.png);
	
}
@media screen and (-webkit-min-device-pixel-ratio: 2),
screen and (min--moz-device-pixel-ratio: 2) {
  .moreW {
	background-image: url(image/assets/超多福利@2x.png);

  }
}
.maxTag{
	position: absolute;
	margin-top: 590px;
	height: 150px;
	width: 100%;
}


.imageBtom {
	position: relative;
	/* width:185px; */
	width: 46%;
	height:69px;
	float: left;
	margin:5px;
	background: #FAFDFDFF;
	border-radius: 8px;
}
.imageBtom .topTitle{
	position: absolute;
	top: 15px;
	left: 13px;
	height: 22px;
	width: 38px;
	/* font-family: PingFang-SC-Bold; */
	font-family: helvetica;
	font-weight:bold;
	font-size: 16px;
	color: #464646;
}
.imageBtom .subTitle{
	position: absolute;
	top: 38px;
	left: 13px;
	height: 17px;
	width: 100px;
	font-family: PingFangSC;
	font-size: 12px;
	color: #B4B4B4;
}
.imageBtom .image{
	position: absolute;
	top: 14px;
	left: 118px;
	height: 42px;
	width: 42px;
	
	
}
.imageBtom .image img{
	height: 100%;
	width: auto;
}
.text {
	font-size: 12px;
	margin-bottom: 5px;
}

 .dialogmask {
	position: fixed;
	top: 0px;
	height: 100%;
	width: 100%;
	z-index: 100000;
	display: none;

}
 .dialogmask2 {
	position: fixed;
	top: 0px;
	height: 100%;
	width: 100%;
	z-index: 100000;
	display: none;

}


.opacity { /*遮罩浑浊处理*/
	opacity: 0.8;
	filter: alpha(opacity=80);
	background-color: #000;
	
}

.box {
	/* overflow: hidden; */
	/* position: absolute; */
	/* margin: 0 auto; */
	width: 300px;
	height: 481px;
	z-index: 100000; /*值越大，和其他层层叠时越在上面*/
	left: 10%;
	
	top: 10%;
	/* background-color: #fff; */
	/* border: 1px solid rgb(0, 153, 153); */
}
.box2 {
	overflow: hidden;
	position: absolute;
	width: 80%;
	height: 403px;
	z-index: 100000; /*值越大，和其他层层叠时越在上面*/
	left: 10%;
	margin-top: 83px;
	/* top: 30%; */
	background-color: #fff;
	border-radius: 10px;
}

.backgroundAlert{
	width: 300px;
	height: 241px;
}
.backgroundAlert img{
	width: 300px;
	height: auto;
}
.dialogtitle {
	width: 100%;
	height: 127px;
	line-height: 30px;
	position: absolute;
	font-size: 18px;
	top: 0px;
	/* background-color: lightgrey; */
	background-image: linear-gradient(180deg, #00C3FF 0%, #0090FF 100%);
	border-radius: 10px 10px 0 0;
}
.alertBottom{
	width: 100%;
	height: 195px;
	margin-top: 104px;
	position: absolute;
	background-color: #fff;
	border-radius:0 0 10px 10px ;
}
	
.alertClose{
	left: 42%;
	width: 16%;
	height: 49px;
	margin-top: 180px;
	position: absolute;
	/* background-color: #fff; */
}
.alertClose2{
	
	left: 42%;
	width: 16%;
	height: 49px;
	/* margin-top: 330px; */
	position: absolute;
	/* background-color: #fff; */
	/* bottom: 20%; */
	top:80%
	
}
.dialogcontent {
	padding-top: 20px;
	OVERFLOW: scroll;
	height: calc(100% - 20px);
	height: -webkit-calc(100% - 20px);
}
.enterIcon{
	position: absolute;
	padding-left: 5px;
	padding-top: 5px;
	width: 30px;
	height: 30px;
}
.enterIcon img{
	height: 100%;
	width: auto;
}
.enterText{
	position: absolute;
	padding-left: 20%;
	padding-top: 0px;
	font-weight: bold;
	width: 60%;
	height: 41px;
	text-align: center;
}
.dialog .close{
	padding-top: 0px;
	width: 49px;
	height: 49px;
}
.dialog .close img{
	height: 100%;
	width: auto;
}
.dialog .iconAlert img{
	height: 100%;
	width: auto;
}
.dialog2 .iconAlert2{
	height: 100%;
	width: auto;
}
.logcontent {
	padding: 10px;
}