/*支付弹窗模板  */
.app-tcon{
	width: 1000px;
}
.app-tcon .modal-content{
	border-radius:0px;
}
.modal-footer{
	text-align: center;f
}
.btn-orange1{
	padding:5px 10px;
	color:#fff;
	background: #ff9933;
	margin-right: 10px;
}
.min-right-con>div{
	margin-bottom:15px;
}
.min-right-con span{
	cursor: pointer;
	margin-right: 10px;
}
.md-object{
	display: none;
	
}
.md-object span{
	display: inline-block;
	margin-bottom:10px;
	padding:5px 10px;
	margin-right: 10px;
}
.color-red{
	color: #ff3333;
}
.mod-yes{
	padding:5px 20px;
	color: #fff;
	background: #0099ff;
	cursor: pointer;
	outline: none;
	margin-left: 20px;
	border: none;
}
.mod-no{
	padding:5px 20px;
	color: #333;
	background: #ccc;
	cursor: pointer;
	outline: none;
	border:none;
}
.sure-order{
	width: 90%;
	margin:0px auto;
}
.sure-order a{cursor: pointer;}
.sure-order a:hover{text-decoration: none;}
.sure-order>div{margin-bottom:10px;}
.sure-order table{
	border-top: 1px solid #ddd;
	border-bottom:1px solid #ddd;
}
.sure-order table th{
	border-bottom:1px solid #ddd!important;
	text-align: center;
}
.sure-order table td{text-align: center;padding:10px;}
.ps-fs>span{
	padding:5px 10px;
	width: 80px;
	text-align: center;
	border:1px solid #ddd;
	cursor:pointer;
}
.ps-fs>span:first-child{
	border-top-left-radius:4px;
	border-bottom-left-radius:4px;
	border-right: none;
}
.ps-fs>span:last-child{
	border-top-right-radius:4px;
	border-bottom-right-radius:4px;
}
.ps-fs .on{
	background: #56abe4;
	color: #fff;
}
 .people-name{
	color: #333;
}
.fp-info-box{
	border:1px solid #ddd;
	padding:10px;
	width: 100%;
	min-height: 50px;
	margin-top: 10px;
}
.foot-info{
	background: #e5e5e5;
	padding:5px 10px;
}
#myModal3 .modal-title {
	line-height: inherit;
    float: none;
} 
#myModal3 .modal-body {
	width: auto;
    height: auto;
    min-width: 0;
    min-height: 0;
    margin-top: 20px;
    padding: inherit;
}
.choose-card{
	width: 83%;
	margin:0 auto;
}
.card,
.pay{
	margin-top:30px;
}
.card ul li{
	height: 90px;
	width: 175px;
	float: left;
	text-align: center;
	background: #ff4d88;
	margin-right: 20px;
	margin-bottom:20px;
	cursor: pointer;
}
.card ul .nouse{
	background: #ccc;
}
.card ul li>div:first-child{
	height: 60px;
	/* background: #ff4d88; */
	color: #fff;
	font-size:24px;
	line-height: 60px;
	
}
.card ul li>div:last-child{
	height: 30px;
	background: rgba(0,0,0,.3);
	color: #fff;
	padding:0px 5px;
	line-height: 30px;
}
.pay ul li{
	width: 175px;
	float: left;
	margin-right: 20px;
	margin-bottom:20px;
	cursor: pointer;
	border:1px solid #ddd;
	text-align: center;
	line-height: 40px;
}
.pay ul .active{
	background: #fff4e8;
}
.tab-logo-img{
	width: 60px;
	height: 60px;
}
/*支付弹窗模板end  */