﻿.background_type1 {
	background-position: top, left;
	background-repeat: no-repeat;
}

.table_fapiao {
	border-collapse: collapse;
	border: 1px solid Goldenrod;
}

.soft_normal {
	width: 220px;
	cursor: pointer;
	background: white;
}

.soft_normal:hover {
	width: 220px;
	cursor: pointer;
	background-image: URL("/images/pay/softtitle_over.gif");
	background-repeat: no-repeat;
	background-position: center;
}

.soft_sel_img {
	height: 25px;
	width: 20px;
	padding: 0px;
}

.soft_select {
	width: 220px;
	cursor: pointer;
	background-image: URL("/images/pay/softtitle.gif");
	background-repeat: no-repeat;
	background-position: center;
}

.soft_info {
	cursor: pointer;
	text-align: left;
	vertical-align: top;
	padding: 0px;
	width: 220px;
	height: 220px;
	background-repeat: no-repeat;
	background-image: URL("/images/pay/pay_info.png");
}

.trans_msg {
	filter: alpha(opacity=100, enabled=1) revealTrans(duration=.2, transition=1) blendtrans(duration=.2);
}

.tooltip {
	position: absolute;
	top: 1.5em;
	left: 10em;
	padding: 0.2em 0.2em;
	border: 1px solid #993366;
	background-color: #FFFFCC;
}

.block_input {
	display: block;
	border: 1px solid gray;
	padding: 4px;
	background: lightyellow;
	border-radius: 6px;
	clear: both;
	margin-top: 5px;
	/*margin-bottom:5px;*/
	float: left;
}

.wxqrcode {
	margin-left: 20px;
	margin-top: 20px;
}


.platform-item {
	white-space: nowrap;
	margin: 2px 20px 2px 2px;
	color: slategrey;
}

.platform-item img {
	vertical-align: middle;
	margin-right: 10px;
}

.platform-item * {
	cursor: pointer;
}