/*--黑底--*/
.bg{ background:rgba(0,0,0,.8);}
/*--光箱區塊--*/
.lightbox{ border-radius:10px; background:#fff;}
/*--光箱標題--*/
.lightbox_title{ background:#005798; font-size:25px; color:#fff; font-weight:bold; padding:0 25px; line-height:70px;}
/*--光箱中文小標--*/
.word{ color:#333; font-size:16px;}
/*--光箱英文小標--*/
.word{ color:#ccc; font-size:14px;}
/*--光箱輸入框--*/
input{ border-bottom:1px solid #ccc; font-size:14px; line-height:34px; height:34px; color:#333;}
/*--關閉按鈕--*/
.close{ font-size:16px; color:#fff;}