

/*上聯會員狀態Bar*/
.up_than_top{ display:none;}


/*Menu免索字體顏色*/
#menu_ul>li:nth-last-child(3)>a { color:#e2ff00;}


/*MenuBar顏色*/
#header_wrap{ background-color: #bf2375;}


/*調整選單位置*/
#menu_ul > li > ul{ left: -50px; width: 200px;}


@media (max-width: 992px){
#header_wrap {background-color: #b1d9ff; height: 80px;}
.side_logo{ background-color: #b1d9ff;}
.b p { color: #ce0977;  margin-top: 45px; line-height: 1.8; font-size: 16px; margin-left: 7px; }
.b i { background: #ce0977; width: 45px; }
#d_menu { top: 2px; }
}

#side_menu li:nth-child(5) span { color: #E91E63!important; }



/*手機版LOGO圖*/
@media (max-width: 992px){
#logo img { padding: 5px 0 0 40px; }
}


/*手機版廣告*/
#ticketbar {   height: 40px;  }


/*Footer顏色*/
footer{ background-color: #bf2375;}

footer .footer_organizer {
    max-width: 95%;
    line-height: 2;
    font-size: 15px;
}



/* 首頁區塊標題 */
.topic_title h2 {
    color: #5c5c5c;
    border-bottom: 2px solid #434343;
}


/* 修改標題svg顏色 */
.topic_title svg{
    fill: #434343;display: none;
}


/*好康活動區-標題顏色*/
.index_enevt_block .photofix h5 { 
    color: #000;
    background-color: rgba(255, 109, 2, 0.8);
}
.index_enevt_block a:hover .photofix h5 {
    padding: 15px 0;
    color: #fff;
}


/*手機調整*/
@media (max-width: 768px){
.index_col_slider { margin-top: -40px; }
.info_massage_ul { width: 90%; margin: 0 7%;  }
}


/*Footer-廠商登入顯示設定*/
#footer_wrap .company_login{ display:none!important; }
#footer_wrap .col_one_third:last-child{
margin-top:15px;
}

/*最新消息設定*/
.index_news_flex .news_block .news_list_container .news_list_content .news_des a h3 {
    font-size: 0.9rem;
}

/*FB投票頁上方多餘空白修正*/
@media (max-width: 768px){
#brand {
    margin-top: 0;
}
}
.vote_item_flex .intro_block {
  height: auto!important;
}


/*menu 項目過長調整*/
#menu_block.container {
  width: auto;
  max-width: 1400px;
}


.reg_selector_block .reg_selector .group_block ul li h3{
 margin:0;
}