

/*首頁-各標題顏色修改*/
.topic_title svg{ fill: #eb6100;}
.topic_title h2{ color: #420000; border-bottom: 2px solid #eb6100;}

/*首頁-手機版TOPBanner backgroundcolor*/
#header_wrap { background-color: #420000}

/*好康活動*/
.index_enevt_block .photofix h5 { background-color: rgba(255, 47, 82, 0.8);}

/*右方免費索票-打開&關閉*/
#ticket_svg_here {display: none;}

/*右方索票換色*/
#ticket_svg_here .whole_ticket_color { fill: #ffb400;}

/*右方索票條碼*/
#ticket_svg_here .code_color {fill: #000;}

/*右方索票字*/
#ticket_svg_here .ch_color {fill: #000;}

/*主題展區-6色塊*/
.index_exhibit_intro_block .photofix:nth-child(1) .layout {background-color: rgba(184, 0, 0, 0.8);}
.index_exhibit_intro_block .col_one_third:nth-child(2) .layout { background-color: rgba(218, 23, 92, 0.8); }
.index_exhibit_intro_block .col_one_third:nth-child(3) .layout { background-color: rgba(184, 0, 0, 0.8); }
.index_exhibit_intro_block .col_one_third:nth-child(4) .layout { background-color: rgba(184, 0, 0, 0.8); }
.index_exhibit_intro_block .col_one_third:nth-child(5) .layout { background-color: rgba(218, 23, 92, 0.8); }
.index_exhibit_intro_block .col_one_third:nth-child(6) .layout { background-color: rgba(184, 0, 0, 0.8); }

/*主題展區-more*/
.index_exhibit_intro_block .photofix .layout p:last-child {  background-color: rgba(74, 0, 0, 0.7); } 
.index_exhibit_intro_block a:hover .photofix .layout p:last-child { background-color: rgba(202, 0, 0, 0.7);}

/*手機版-menu LOGO*/
.side_logo {background-color: #930404;}

/*下方footer*/
footer { background-color: #420000;}

/*手機menu顏色*/
.b i { background: #fffb60;}

