.top_confirmorder {
	font-weight: bold;
	font-size: 0.3rem;
	position: fixed;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	max-width: 7.5rem;
	width: 100%;
	height: 1rem;
	line-height: 1rem;
	z-index: 999;
	text-align: center;
	background: #F9CF48;
}
.leftIcon {
	position: absolute;
	width: 0.4rem;
	left: 0.2rem;
	top: 0;
	line-height: 0.96rem;
}
.rightIcon {
	position: absolute;
	width: 0.4rem;
	right: 0.2rem;
	top: 0;
	line-height: 0.96rem;
}
.welfareTab{
	background: #F9CF48;
	top: 1rem;
	left: 50%;
	transform: translateX(-50%);
	max-width: 7.5rem;
	width: 100%;
	position: fixed;
	height: 1.2rem;
	display: flex;
	align-items: flex-end;
}
.welfareTab>div{
	background: #E7C146;
	width: 29.3%;
	height: 0.8rem;
	line-height: 0.8rem;
	text-align: center;
	color: #604E12;
	margin-left: 3%;
	border-radius: 5px 5px 0 0;
}
.welfareTab>.on{
	background: #fff;
}
/*捐款记录*/
.welfareList{
	margin-top: 2.2rem;
	padding: 0.3rem 0.2rem 0.2rem 0.2rem;
	width: calc(100% - 0.4rem);
	background: #fff;
}
.welfareCon{
	width: 100%;
	border-radius: 5px;
	background: #fff8e8;
}
.welfareUl{
	width: 100%;
}
.welfareUl>li{
	width: calc(100% - 0.4rem);
	padding: 0.15rem 0.2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.25rem;
}
.welfareUl>li>.img1{
	width: 0.5rem;
	height: 0.5rem;
}
.welfareUl>li>.num{
	width: 0.5rem;
	color: b9b8b6;
	font-weight: bold;
	color: #999;
	text-align: center;
}
.welfareUl>li>.head{
	width: 0.6rem;
	height: 0.6rem;
	border-radius: 50%;
	margin-left: 0.15rem;
	margin-right: 0.15rem;
}
.welfareUl>li>.name{
	width: calc(100% - 2.9rem);
	color: #746e5e;
}
.welfareUl>li>.welPrice{
	width: 1.5rem;
	text-align:right;
	color: #746e5e;
	font-size: 0.2rem;
}
.welfareUl>.myLi{
	width: calc(100% - 0.4rem);
	padding: 0.15rem 0.2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.25rem;
	background: #8C94FF;
	border-radius: 5px 5px 0 0;
	box-shadow: 0px 1px 5px #ABAFF8;
}
/*使用投票*/
.welfareVote{
	background: #fff;
	margin-top: 2.2rem;
}
.contentPackage{
	padding: 0 0.2rem;
	width: calc(100% - 0.4rem);
	height: 1.6rem;
	padding-top: 0.2rem;
}
.contentTit{
	width: 100%;
	padding-top: 0.1rem;
	padding-bottom: 0.3rem;
}
.contentTit>img:nth-child(1){
	width: 1rem;
	height: 1rem;
	border-radius: 5px;
	float: left;
	margin-right: 0.2rem;
	margin-top: 0.1rem;
}
.contentTit>div:nth-child(2){
	float: left;
	width: calc(100% - 2.5rem);
	margin-top: 0.1rem;
}
.contentTit>.orderPrice{
	float: right;
	width: 1rem;
	height: auto;
	margin-right: -0.2rem;
}
.price{
	font-size: 0.25rem;
	margin-top: 0.1rem;
	color:#999;
}
.price>span{
	color:#4EA85F;
	font-weight: bold;
}
.welfareTit{
	font-weight: bold;
	font-size: 0.3rem;
	padding: 0.2rem;
	color: #323232;
}
.vote{
	width: 100%;
}
.vote>div{
	padding:0.2rem;
	color: #999;
}
.vote>ul{
	padding: 0.2rem;
	width: calc(100% - 0.4rem);
	background: #FBFBFB;
}
.vote>ul>li{
	padding: 0.15rem 0;
	color: #787878;
	font-size: 0.33rem;
	list-style: none;
}
.vote>ul>li>img{
	width: 0.4rem;
	height: 0.4rem;
	margin-right: 0.2rem;
}
/*评论*/
.commentWrap{
	background: #fff;
	padding: 0.2rem;
	width: calc(100% - 0.4rem);
}
.commentTitle{
	width: 100%;
}
.commentTitle>span{
	border-left: 2px solid #FFC80B;
	padding-left: 0.2rem;
}
.commentTitle>div{
	float: right;
	color: #0080FF;
}
.commentTitle>div>img{
	width: 0.3rem;
	height: 0.3rem;
}
.commentList{
	width: 100%;
}
.commentCon{
	margin-top: 0.3rem;
	height: auto;
	overflow: hidden;
	width: 100%;
}
.commentCon>img{
	width: 0.6rem;
	height: 0.6rem;
	float: left;
	border-radius: 50%;
	margin-right: 0.15rem;
}
.commentCon>.commentRight{
	width: calc(100% - 0.75rem);
	float: left;
	color: #4F4F4F;
	font-size: 0.25rem;
}
.commentRight>.commentTit{
	margin-top: 0.1rem;
}
.commentRight>.commentTit2{
	padding: 0.2rem 0;
	border-bottom: 1px solid #e4e4e4;
}
/*底部*/
.bottomButton{
	position: fixed;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	max-width: 7.5rem;
	color: #fff;
	font-size: 0.3rem;
	text-align: center;
	font-weight: bold;
	width: 100%;
	height: 0.85rem;
	line-height: 0.85rem;
	background: #007FFF;
	border-radius: 5px;
}
.onselect{
	background: #F1F2F6;
	color: #007FFF;
	border:1px solid #e4e4e4;
}
/*使用投票（已投）*/
.welfareVote2{
	background: #fff;
	margin-top: 2.2rem;
}
.contentPackage2{
	margin-top: 1rem;
	background: #fff;
	padding: 0 0.2rem;
	width: calc(100% - 0.4rem);
	height: 1.6rem
}
.contentTit2{
	width: 100%;
	padding-top: 0.1rem;
	padding-bottom: 0.3rem;
}
.contentTit2>img:nth-child(1){
	width: 1rem;
	height: 1rem;
	border-radius: 5px;
	float: left;
	margin-right: 0.2rem;
	margin-top: 0.1rem;
}
.contentTit2>div:nth-child(2){
	float: left;
	width: calc(100% - 2.5rem);
	margin-top: 0.1rem;
}
.contentTit2>.orderPrice2{
	float: right;
	width: 1rem;
	height: auto;
	margin-right: -0.2rem;
}
.price2{
	font-size: 0.25rem;
	margin-top: 0.1rem;
	color:#999;
}
.price2>span{
	color:#4EA85F;
	font-weight: bold;
}
.welfareTit2{
	font-weight: bold;
	font-size: 0.33rem;
	padding: 0.2rem;
	color: #323232;
}
.vote2{
	width: 100%;
}
.vote2>div{
	padding:0.2rem;
	color: #999;
}
.vote2>ul{
	width: 100%;
	background: #FBFBFB;
}
.vote2>ul>li{
	color: #787878;
	font-size: 0.33rem;
	list-style: none;
	padding: 0.2rem;
}
.vote2>ul>.on{
	background:#E6F7FF;
}
.vote2>ul>li>div{
	float: left;
	width: 0.4rem;
	height: 0.4rem;
	margin-right: 0.2rem;
}
img{
	width: 100%;
	height: 100%;
}
.voteNum{
	width: calc(100% - 0.4rem);
	padding: 0.2rem;
	height: auto;
	overflow: hidden;
	border-bottom: 1px solid #e4e4e4;
}
.voteNum>div{
	float: left;
}
.voteNum>div>img{
	width: 0.7rem;
	height: 0.7rem;
	border-radius: 50%;
	margin-right: 0.1rem;
}
.voteNum>div:nth-child(2){
	line-height: 0.7rem;
	color: #999;
}
/*使用记录*/
.contentPackage3{
	margin-top: 2.2rem;
	background: #fff;
	padding: 0.1rem 0.2rem;
	width: calc(100% - 0.4rem);
}
.contentTit3{
	width: 100%;
	padding-top: 0.2rem;
	padding-bottom: 0.2rem;
}
.contentTit3>div{
	width: 100%;
	display: flex;
	justify-content:space-between;
	font-size: 0.3rem;
}
.contentTit3>div>span:nth-child(2){
	font-size: 0.25rem;
	color: #797979;
}
.contentTit3>img{
	width: 1.7rem;
	height: 1.7rem;
	margin-top: 0.2rem;
}
/*遮罩层*/
.maskLayer {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;
	z-index: 1000;
	background-color: #000;
	filter: alpha(Opacity=40);
	-moz-opacity: 0.4;
	opacity: 0.4;
	-webkit-tap-highlight-color: transparent;
}
/*评论弹窗*/
.giftWindow{
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
	background: #fff;
	border-radius: 5px;
	padding: 0.2rem;
	z-index: 1001;
}
.windowTop {
	text-align: center;
	font-weight: 600;
	font-size: 0.3rem;
	margin:0.2rem 0;
	color: #0080FF;
}
.closeImg {
	width: 0.6rem;
	height: 0.6rem;
	position: absolute;
	right: 0.2rem;
	top: 0.2rem;
}
.giftDiv{
	height: 2rem;
	width: calc(100% - 0.8rem);
	border: 1px solid #eee;
	padding: 0.2rem;
	margin:0.4rem 0.2rem;
	background: #F7F7F7;
	border-radius: 5px;
}
textarea{outline: none;}
.giftDiv>textarea{
	width: 100%;
	height: calc(100% - 0.3rem);
	border: none;
	background: #F7F7F7;
}
.giftDiv>span{
	font-size: 0.2rem;
	float: right;
	color: #bbb;
}
.givingNext{
	color: #fff;
	background: #CCE6FF;
	width: 2rem;
	float: right;
	line-height: 0.7rem;
	border-radius: 5px;
	text-align: center;
}