
/* 门票列表页   ticket_list.html */
#ticket_list { width:90%; margin:0 auto;}
#ticket_list table { width:100%; border:none; border-collapse:collapse; border-bottom:1px solid #EEE;}
#ticket_list table td { font-size:1.4em; padding:5px 0px;}
#ticket_list table td.touxiang { width:100px;}
#ticket_list table td.touxiang img { width:80px;}
#ticket_list table td.name { font-weight:bold; font-size:1.6em; height:60px; vertical-align:top:} 
#ticket_list table td.time { color:#666; font-size:1.4em; height:30px;}



/* 索取门票，门票申请页   ticket_apply_add.html */
#ticket_apply .banner { width:100%; margin:0 auto;}
#ticket_apply .banner img { width:100%; height:100%; max-width:100%; border:0;}

#ticket_apply .apply_form { width:80%; margin:0 auto;}
#ticket_apply .apply_form table { width:100%; border:none; border-collapse:collapse; margin-top:15px;}
#ticket_apply .apply_form table th { font-size:1.6em; text-align:right; padding:5px; width:80px;}
#ticket_apply .apply_form table td { font-size:1.4em; padding:8px 0px;}
#ticket_apply .apply_form table td .txt { width:100%; border:1px solid #DDD; border-radius:5px; text-indent:3px; height:30px; line-height:30px; margin-top:3px;}
#ticket_apply .apply_form table td .txt_select { width:100%; border:1px solid #DDD; border-radius:5px; text-indent:3px; height:30px; line-height:30px; margin-top:3px;}
#ticket_apply .apply_form table td .btn {  border:1px solid #DDD; border-radius:5px; text-indent:3px; height:30px; line-height:30px; background-color:#666; color:#FFF; width:50%; font-size:1.2em; letter-spacing:5px;}













