@charset "utf-8";
body{
	width:100%;
	max-width: 100%;
	min-height:100vh;
	height:100%;
    padding: 0;
    margin: 0;
    font-family: "Microsoft Yahei";
    background-color: #eee;
}
.main_wrap{
    width: 100%;
    height: 100%;
    background-color: #eee;
}
.img_wrap{
    position: relative;
}
.img_bg{
    display: block;
    width: 100%;
    height: auto;
}
.top_msg_wrapper{
	width:100%;
	position: absolute;
    left:0;
    top: 16%;
}
.img_logo{
	display:block;
	width:29%;
	height:auto;
    margin:0 auto 1.1rem;
}
.yaoqing_name,.yaoqing_msg{
	width:100%;
	font-size: 0.9rem;
	line-height:1.4rem;
	text-align:center;
	color:#fff;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
}
.main_title{
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 12%;
    color: #fff;
    font-size: 1.2rem;
}
.infor_wrap{
    width: 100%;
    font-size: 0.98rem;
    text-align: center;
}
/* app名字 */
.app_name{
    color: #f66364;
}
.yaoqing_title{
	font-size: 0.8rem;
	text-align:center;
	padding:1.9rem 0 1.3rem 0;
}
.yaoqing_input{
	display:block;
	width:13rem;
	height:2.25rem;
	margin:0 auto;
	border:2px solid #f66364;
	border-radius:3px;
	background-color: #fff;
}
.input_msg{
	text-align:center;
	font-size: 0.55rem;
	padding-top:0.5rem;
}
body.download_body{
	background-color:#fff;
}
.download_body .main_wrap{
	background-color:#fff;
	padding-bottom:1rem;
}
/* 下载按钮 */
.download_btn{
    display: block;
    width: 10rem;
    height:1.75rem;
    font-size: 0.7rem;
    line-height: 1.75rem;
    background-color: #f66364;
    color: #fff;
    text-align: center;
    border-radius: 30px;
    margin: 1.875rem auto;
    letter-spacing:1px;
}
.un_download{
	background-color: #999;
}
.app_msg{
	display:none;
	text-align:center;
	color:#f66364;
	font-size: 0.825rem;
	padding-top:0.5rem;
}
/* 提示下载弹层   */
.app_download{
	display:none;
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:99999999;
	background-color:rgba(0,0,0,0.8);
}
.download_img{
	width:85%;
	height:auto;
	position:fixed;
	top:0;
	right:20px;
	z-index:2;
}
/* ios信任提示   */
.ios_msg{
	display:none;
}
.ios_msg p{
	font-size:0.65rem;
	line-height:1.3rem;
	color:#333;
	text-align:center;
}
.ios_msg span{
	color:#ff0000;
}
.ios_msg_title{
	font-size:0.8rem;
	color:#777 !important;
	padding:2rem 0 1rem;
}
.ios_msg_pad{
	width:16.4rem;
	margin:0 auto;
}
.ios_msg_pad p{
	text-align:left;
}
.ios_msg img{
	display:block;
	margin:0.5rem auto 1rem;
}
.download_msg_img1{
	width:13.325rem;
	height:9.425rem;
}
.download_msg_img2{
    width:15.525rem;
    height:14.575rem;
}
.download_msg_img3{
    width:12.325rem;
    height:10.175rem;
}

/* ios下载提示   */
.ios_d_msg{
	font-size:0.75rem;
	line-height:1.25rem;
	color:#f56364;
	text-align:center;
	letter-spacing:1px;
	padding:1.25rem 0 0;
}
.ios_d_ico{
	display:block;
	width:2.85rem;
	height:2.85rem;
	margin:0.75rem auto 0;
}
.ios_ico_name{
	font-size:0.75rem;
    line-height:1.6rem;
    color:#111;
	text-align:center;
	letter-spacing:1px;
}
.ios_download .download_btn{
	margin: 1rem auto;
}

/* 任务分享 - 进入   */
.share_wrap{
	font-size:0.75rem;
	line-height:1;
	color:#fff;
	text-align:center;
	background-color:#f66364;
	padding:2.14rem 0 1rem;
}
.infor_id{
	font-size:0.85rem;
	line-height:2rem;
}
.infor_money{
	height:3rem;
	font-size:1.2rem;
	line-height:3rem;
}
.infor_msg{
	width:90%;
	font-size:0.75rem;
	line-height:2rem;
	color:#fff;
	text-align:center;
	margin:0 auto;
}
.share_download_btn{
	width:80%;
	height:2rem;
	font-size:0.85rem;
	line-height:2rem;
	margin: 1rem auto;
}