#demoModal4 *,#demoModal5 *,,#demoModal6 *{
	padding: 0;
	margin: 0;
}
#demoModal4,#demoModal5,#demoModal6{
	width: 260px;
	height: 210px;
	text-align: center;
}
#demoModal5{
	height: 160px;
}
#demoModal6{
	height: 60px;
}
#demoModal4>span,#demoModal7>span{
	display:blcok;
	padding: 11px;
	background-image: url("../gif/close.gif");
	position: absolute;
	top: 5px;
	right:5px;
	cursor: pointer;
}
.l_ziti{
	width: 100%;
       font-family: MicrosoftYaHei-Bold;
       font-size: 16px;
       font-weight: normal;
       font-stretch: normal;
       letter-spacing: 0;
       color: #4d4d4d;
       line-height: 30px;
}

#demoModal4>.ljzf,#demoModal5>.ljzf{
	font-family: PingFang-SC-Regular;
	font-size: 18px;
	color: #4d4d4d;
	margin: 15px  auto 10px;
}
#demoModal4>.ljzf_tishi,#demoModal5>.ljzf_tishi,#demoModal6>.ljzf_tishi{
	font-family: PingFang-SC-Bold;
	color: #4d4d4d;
	font-weight:bold;
	font-size: 15px;
	margin: 15px 0 0 10px ;
}
#demoModal4>.ljzf_money{
	font-family: PingFang-SC-Bold;
	font-weight: bold;
	margin: 0;
	padding: 0;
	color: #4d4d4d;
}
#demoModal4>input[type='submit']{
	width: 240px;
	height: 36px;
	border: 0;
	outline: 0;
	background-color: #34af42;
	border-radius: 8px;
	border: solid 1px #149923;
	font-family: PingFang-SC-Regular;
	color: #ffffff;
	margin: 15px 0;

}
#demoModal4 hr,#demoModal5 hr{
	height: 1px;
	background-color: #e5e5e5;
}
#demoModal5>div{
	width: 240px;
	margin: -5px auto 0 ;
	display: flex;
}

#demoModal5>div>input[type="button"]{
	width: 100px;
	height: 36px;
	border: 0;
	outline: 0;
	background-color: #34af42;
	border-radius: 8px;
	border: solid 1px #149923;
	font-family: PingFang-SC-Regular;
	color: #ffffff;
	margin: 15px auto;
}
