<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@CHARSET "UTF-8";

#buy_tickets{
	display: block;
	margin: 30px auto;
	width: 200px;
	border: 1px solid #006837;
	padding: 15px 0;
	color: #006837;
	text-align: center;
	font-weight: bold;
}
#buy_tickets:hover{
	background-color: #006837;
	color: #fff;
}
.table{
	border: 1px solid #ccc;
}
.table td{
	text-align: center;
	height: 60px;
	padding: 10px 5px;
	font-weight: bold;
	border-top: 1px solid #ccc;
	font-size: 14px;
}
.table td font.small_en{
	font-size: 10px;
}
.table td .addr_title{
	float: left;
	width: 100px;
	font-weight: normal;
	font-size: 12px;
}
.table td .addr_content{
	float: left;
	width: 315px;		
}
.table td .addr_content p{
	font-weight: normal;
	text-align: left;
	word-wrap: break-word;
	word-break: break-all;
	font-size: 12px;
}
.table td .addr_content.right{
	width: 430px;
}


/* ==============宸﹁竟============== */
#tickets_box_left{
	width: 435px;
	float: left;
	margin-right: 10px;
}
#tickets_box_left td.border_right{
	border-right: 1px solid #ccc;
}
#buy_ticket_info{
	width: 400px;
	border: none;
}
#buy_ticket_info td{
	border: none;
	text-align: center;
}
#ticket_erweima{
	width: 130px;
}

/* ==============鍙宠竟============== */
#tickets_box_right{
	width: 550px;
	float: left;
	border: 1px solid #ccc;
}
#tickets_box_right td.border_right{
	border-right: 1px solid #ccc;
}</pre></body></html>