

/*首頁-各標題顏色修改*/
.topic_title svg{ fill: #eb6100;}
.topic_title h2{ color: #690d0d; border-bottom: 2px solid #eb6100;}

/*首頁-手機版TOPBanner backgroundcolor*/
#header_wrap { background-color: #690d0d}

/*好康活動*/
.index_enevt_block .photofix h5 { background-color: rgba(255, 193, 7, 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);}

/*手機版 上方LOGO底色*/
@media (max-width: 992px){
#header_wrap {background-color: #fabd52;}
}


/*手機版-側邊選單 LOGO*/
.side_logo {background-color: #fabd52;}

/*下方footer*/
footer { background-color: #690d0d;}

/*手機menu3條顏色*/
.b i { background: #ff0000;}


/*手機版側邊選單_字顏色*/
.side_menu_ul a {color: #ffffff; background-color: #690d0d;}


/*看更多上聯展覽*/
.side_menu_ul li.more a { background-color: #F44336;}

/*手機版側邊選單_底色*/
.side_menu {background-color: #690d0d;}


/*手機課程時間寬度*/
@media (max-width: 768px){
.reg_selector_block .reg_selector .group_block li:nth-child(1) {  width: 145px; }
}

/*手機BN高度*/
@media (max-width: 768px){
.activity_banner { margin-top: -15px; }
}
