@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video{ margin: 0; padding: 0; border: 0; font: inherit; font-size: 100%; vertical-align: baseline;}

html{ line-height: 1;}
ol, ul{ list-style: none;}
table { border-collapse: collapse; border-spacing: 0;}
caption, th, td{ text-align: left; font-weight: normal; vertical-align: middle;}
q, blockquote{ quotes: none;}
q:before, q:after, blockquote:before, blockquote:after{ content: ""; content: none;}
a img{ border: none;}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary{ display: block;}

/*BASIC*/
html{ font-size: 62.5%;}
body{ font-family: "Helvetica Neue","微軟正黑體","Helvetica","Arial","PingFangTC-Light","STHeitiTC-Light","Microsoft JhengHei",sans-serif; font-weight: normal; font-size: 1em; line-height: 22px; background: #eef2ff;}
.head1{ background: url(../img/top.jpg) top center;
    min-height: 860px;
    color: #fff;
    position: relative;
}
.head1 p{ position: absolute;
    bottom: 10%;
    left:50%;
    transform: translateX(-50%);
}
.head2{ background: url(../img/top2.jpg) top center;
    min-height: 540px;
    color: #fff;
    margin-bottom: 32px;
}
.head_size{ background-size: cover;}

.logo a{ display: inline-block;
    width: 100%;
    height: 60px;
    background: url(../img/lida.png) no-repeat;
}

@media (max-width: 767px){
    .head1{ min-height: 540px;}
    .head2{ min-height: 320px; margin-bottom: 0;}
}

.bg{ padding: 0;}

.sky{ background: rgba(6, 119, 178, .8); 
    width: 100%;
    z-index: 100;
    height: 60px;
    position: fixed;
    font-size: 1.5em;
}
.sky_menu{ padding: 0;}
.sky_list li{ float: right;
    border-left: 1px solid #545454;
}
.sky_list li a{ display: inline-block;
    color: #fff;
    font-size: 1.2em;
    padding: 0 15px;
    line-height: 60px;
}
.sky_list li a:hover{ background: rgba(2, 152, 231, .4);
    color: #ffde00;
    text-decoration: none;
}
@media (max-width: 767px){ .sky{ display: none;}
    .sky_list{ display: none;}
}
/*搜尋表單*/
.top_search{ float: left; margin-top: 13px;}
.top_search input{ margin-right: -10px;}
.top_search a{ display: inline-block;
    background-color: #FFFFFF;
    font-size: 1.2em;
    padding: 4px 7px 6px 7px;
    border: 1px solid #ccc;
    border-left: none;
    vertical-align: middle;
    border-radius: 0 3px 3px 0;
}
.mobile_search{ display: none;}
.top_search a:hover{ color: #00c7ff;}
@media (max-width: 767px){ .top_search{ display: none;}
    .mobile_search{ display: block; background: #5b7a98; width: 100%; height: 54px; padding: 10px 5px;}
}

/* 天：手機版選單 */
.mobile-menu { display:none;
    width:100%;
    background: rgba(31,35,38,.85);
    line-height: 1.6em;
    font-weight: 400;
    width:100%;
    text-align:center;
	position: relative;
    margin:0 auto;
}
@media (max-width: 767px){ .mobile-menu { display:block; position: fixed; z-index: 100;}}
/*Strip the ul of padding and list styling*/
.mobile-menu ul { list-style-type:none;
    margin: 0 auto;
    padding-left:0;
    text-align:center;
    width:100%;
    position: absolute;
    background: #8aa8bd;
}
/* 活動首頁 */
.btn_index{ width: 240px; 
    height: 60px;
    background: rgba(0,0,0,0);
    font-size: 3em;
    font-weight: bold;
    text-shadow: 2px 2px 2px rgba(0,0,0,.6);
    letter-spacing: 3px;
    border: 4px solid #fff;
    box-shadow: 2px 2px 2px rgba(0,0,0,.6) inset ,2px 2px 2px rgba(0,0,0,.6);
}
.btn_index:hover{ color: aqua;
    border: 4px solid aqua;
}
h4{ display: block; 
    text-align: center; 
    font-size: 2.5em; 
    font-weight: bold; 
    letter-spacing: 3px;
    margin-bottom: 45px;
}
h4 span{ color: #A9CBE8; margin: 0 8px;}

h5{ font-size: 1.2em; font-weight: bold; }

section{ font-size: 1.5em;
    padding: 45px 0;}
img{ display: block;
    max-width: 100%;
    height: auto;
}
.space{ padding: 20px 0;}

@media (max-width: 767px){
    h4{ letter-spacing: 1px;}
    h4 span{ display: none;}
}

/* 活動首頁:投票流程 */
.index_vote{ background: -webkit-linear-gradient( rgb(86, 188, 241),rgb(14, 111, 165));}
.index_vote ul{ text-align: center;}
.index_vote li{ display: inline-block;
    margin: 0 16px;
    color: #fff;
    width: 300px;
    vertical-align: top;
    padding-top: 164px;
}
.index_vote li p{ font-size: 2em;
    font-weight: bold;
    text-align: center;
    margin: 16px 0;
}
.vote1{ background: url(../img/vote1.png) top center no-repeat;;}
.vote2{ background: url(../img/vote2.png) top center no-repeat;;}
.vote3{ background: url(../img/vote3.png) top center no-repeat;;}

@media (max-width: 767px){
    .index_vote li{ margin-bottom: 20px; font-size: 1.5em;}
    .index_vote li p{ font-size: 1.5em;}
}
/* 活動首頁:關於大賞 */
.index_about{}
.container ol{ list-style: disc;
    line-height: 26px;
    padding-left: 22px;
}
.txt_big{ font-size: 1.3em; font-weight: bold; margin-bottom: 10px;}
.txt_blue{ color: #35a2e5;}

@media (max-width: 767px){
    .index_about{ font-size: 2em; line-height: 28px;}
    .index_about img{ display: none;}
}

/* Collapse
---------------------------------- */
.panel-group .panel {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: none;
}
.panel-default > .panel-heading {
	padding: 0;
	outline: none;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	width: 100%;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
	border: 1px solid #f0f0f0;
	border-top: none;
	background-color: #fafafa;
    padding: 10px 16px;
}
.panel-heading a {
	font-weight: 400;
	padding: 12px 35px 12px 15px;
	display: inline-block;
	width: 100%;
	background-color: #55acee;
	color: #ffffff;
	position: relative;
	text-decoration: none;
    border-radius: 3px;
}
.panel-heading a.collapsed {
	color: #ffffff;
	background-color: #333333;
}
.panel-heading a:after {
	font-family: "FontAwesome";
	content: "\f147";
	position: absolute;
	right: 15px;
	font-size: 14px;
	font-weight: 300;
	top: 50%;
	line-height: 1;
	margin-top: -7px;
}
.panel-heading a.collapsed:after {
	content: "\f196";
}
.panel-heading a:hover {
	text-decoration: none;
	background-color: #55acee;
	color: #ffffff;
}
.panel-title a i {
	padding-right: 10px;
	font-size: 20px;
}

/* 活動首頁:活動辦法 */
.index_rules{ background: url(../img/bg_rules.jpg) repeat-y;}
.index_rules li{ color: #192240; line-height: 32px;}
.rules_list ul{ padding-bottom: 20px;
    border-bottom: 2px #80d7ff solid;
}
.rules_list li{ font-size: 1.3em;
    line-height: 42px;
    color: #fff;
}
.rules_list li span{ font-size: 1.3em;
    font-weight: bold;
}
.rules_list li i{ margin-right: 6px;}

h6{ font-size: 1.8em;
    font-weight: bold;
    border-left: 10px #24afff solid;
    padding-left: 5px;
    margin-bottom: 16px;
}
@media (max-width: 767px){
    .index_rules{ background: #347BD6;}
    h6{ line-height: 34px;}
    .index_rules img{ display: none;}
    .index_rules li{ font-size: 1.5em;}
}

/* 活動首頁:注意事項 */
.index_notes li{ font-size: 1.1em;
    line-height: 36px;
}
.index_notes li span{ background: #0084ff;
    color: #fff;
    padding: 0 6px;
    margin-right: 6px;
}
@media (max-width: 767px){
    .index_notes li{ font-size: 1.5em;}
}


/*手機板:左側選單*/
.award_menu{ float: left; color: #fff; font-size: 1.6em; padding: 14px 0;}
.award_menu i{ margin: 0 5px;}
.award_menu a:visited{ color: #fff;}

/*Create a horizontal list with spacing*/
.mobile-menu li { display:inline-block;
	/*float: left;*/
	margin-right: 1px;
}

/*手機板:左側選單展開*/
.SubMenu{ display: none; background-color: #fff; position: relative; box-shadow: 2px 0 3px rgba(0,0,0,.5); overflow:auto; -webkit-overflow-scrolling: touch; width: 90%; z-index: 250;}
.SubMenu{-moz-transition: left 200ms; -webkit-transition: left 200ms; -ms-transition: left 200ms; -o-transition: left 200ms; transition: left 200ms;}
.SubMenu_mask {display:none;position:fixed; width:100%; height:100%; background-color:rgba(0,0,0,.5); z-index:249;top:0;left:0;}
/* 上方主內容 */
.SubMenu_top{ background-color: #0a212b; color: #fff; padding-top: 10px; overflow: hidden; font-size: 1.5em;}
.SubMenu_top>a{ display: block; width: 55px; height: 55px; overflow: hidden; position: relative; border-radius: 50%; float: left; margin: 0 16px; -webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
.SubMenu_top img{ display: block; position: absolute; left: -50%; top: -30%;}
.SubMenu_top strong{ font-weight: bold; display: block; padding-top: 13px;}
.SubMenu_top>i{ float: right; font-size: 2rem; display: block; padding: 10px 15px 0 10px;}
/* 選單未展開 */
.SubMenu_moreA{ clear: both; position: relative; z-index: 10;}
.SubMenu_moreA li{ display: block; float: left; width: 25%;}
.SubMenu_moreA a{ display: block; color: #fff; line-height: 60px; position: relative; box-sizing: border-box; text-align: center;}
.SubMenu_moreA .fa{ font-size: 1.3rem;}
.SubMenu_moreA em{ background-color: #ff0000; box-sizing: border-box; border-radius: 10px; display: block; text-align: center; line-height: 20px; padding: 0 5px; min-width: 20px; font-size: 0.8rem; font-weight: bold; position: absolute; left: 0px; top: 0px;}
/* 選單展開 */
.SubMenu_moreB{ clear: both; position: relative; z-index: 10;}
.SubMenu_moreB li{ display: block; float: left; width: 25%;}
.SubMenu_moreB a{ display: block; color: #fff; height: 60px; position: relative; box-sizing: border-box; text-align: center; padding-top: 10px; font-size: 0.7rem;}
.SubMenu_moreB .fa{ font-size: 1.3rem; display: block;}
.SubMenu_moreB em{ background-color: #ff0000; box-sizing: border-box; border-radius: 10px; display: block; text-align: center; line-height: 20px; padding: 0 5px; min-width: 20px; font-size: 0.8rem; font-weight: bold; position: absolute; left: 0px; top: 0px;}
/* 未登入 */
.SubMenu_noLogin{}
.SubMenu_noLogin li{ float: left; margin-right: 10px; width: 20%;}
.SubMenu_noLogin a{ color: #fff; display: block; line-height: 55px; text-align: center; margin-bottom: 10px; font-size: 1.2rem;}
/* 下方列表 */
.SubMenu_list{ border-bottom: 1px solid rgba(0,0,0,.1);}
.SubMenu_list li{ font-size: 1em;}
.SubMenu_list li:first-child{ background: #a1d7f5; font-size: 1.6em; font-weight: bold; padding: 12px;}
.SubMenu_list a{ display: block; padding: 12px; line-height: 1.8; font-size: 1.5em; font-weight: bold;}
.SubMenu_list .fa{ font-size: 1.2rem; margin-right: 27px; color: rgba(0,0,0,.4); width: 20px;}
.SubMenu_listNow{ background-color: #e6fafc;}

@media (max-width: 767px){ .SubMenu{ display: block;}
    
}

/*Style for menu links*/
.mobile-menu li a { display:block;
	min-width:140px;
	text-align: center;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #fff;
    text-transform:uppercase;
	background: rgba(31,35,38,.85);
	text-decoration: none;
    padding: 10px 0;  
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

/*Hover state for top level links*/
.mobile-menu li:hover a { color: #4db3ff;
    background-color:#ccddee;
}

/*Style for dropdown links*/
.mobile-menu li:hover ul a { background: #f3f3f3;
	color: #2f3036;
	height: 40px;
	line-height: 40px;
}

/*Hover state for dropdown links*/
.mobile-menu li:hover .mobile-menu ul a:hover { color: #4db3ff;}

/*Hide dropdown links until they are needed*/
.mobile-menu li ul { display: none;}

/*Make dropdown links vertical*/
.mobile-menu li ul li { display: block;
	float: none;
}

/*Prevent text wrapping*/
.mobile-menu li ul li a { width: auto;
	min-width: 100px;
	padding: 0 20px;
}


/*Style 'show menu' label button and hide it by default*/
.mobile-menu .show-menu { text-decoration: none;
	color: #fff;
	background: rgba(6, 119, 178, .8);
	text-align: center;
	padding: 15px;
	display: none;
    cursor: pointer;
    text-transform: uppercase;
}

.mobile-menu .show-menu span{ padding-left: 35px;}

/*Hide checkbox*/
.mobile-menu input[type=checkbox]{ display: none;}

/*Show menu when invisible checkbox is checked*/
.mobile-menu input[type=checkbox]:checked ~ #menu{ display: block;}

/*Responsive Styles*/

@media screen and (max-width : 800px){
.mobile-menu .lines { float: right;}
/*Make dropdown links appear inline*/
.mobile-menu ul {
	position: static;
    display: none;
	}
/*Create vertical spacing*/
.mobile-menu li { margin-bottom: 1px;}
/*Make all menu links full width*/
.mobile-menu ul li, .mobile-menu li a { width: 100%;}
/*Display 'show menu' link*/
.mobile-menu .show-menu { display:block;}
}

/*左側平台選單*/
.left{ background:#fff;
    padding: 0;
}
.left h2{ display: block;
    background: #0298e7;
    color: #fff;
    height: 54px;
    line-height: 54px;
    font-size: 2em;
    font-weight: bold;
    padding-left: 60px;
    position: relative;
}
.left h2 img{ position: absolute;
    top: 13px;
    left: 20px;
}

.left ul{ border-bottom: 5px solid #eef2ff;}
.left li{ display: block;
    height: 48px;
    line-height: 48px;
    font-size: 1.8em;
    position: relative;
    border-bottom: 1px dashed #eeeeee;
    letter-spacing: 1px;
    overflow: hidden;
}
.left li:hover{ background: #dbe4ff;}
.left li i{ display: none;}
.left li:hover i{ float: right;
    display: inline-block;
    color: #64696b;
    position: absolute;
    right: 5px;
    top: 16px;
}
.left li.btn_hover{ background: #dbe4ff;}
.left li.btn_hover i{  float: right;
    display: inline-block;
    color: #64696b;
    position: absolute;
    right: 5px;
    top: 16px;
}

.left li a{ padding: 0 20px; 
    color: #64696b;
    margin: 0px;
    display:
    block;
    width: 100%;
    height: 100%;
}
.left li a:hover{ text-decoration: none;}
@media (max-width: 767px){ .left{ display: none;}
}
.foot{ display: block; 
    height: 16px;
    background: #a1c1d2;
}

.right{}

/*大標題*/
.title, .only-title{ position: relative;
    height: 54px;
    line-height: 54px;
    padding: 0 8px;
    margin-bottom: 22px;
    font-size: 2.8em;
    color: #fff;
    background: -webkit-linear-gradient(0deg,rgba(2, 152, 231, 1) 60%,rgba(238, 242, 255, 1));
}
.title h1{ padding:0 20px 0 68px;
    border-right: 2px solid #eef2ff;
    display: inline-block;
    font-weight: bold;
    letter-spacing: 1px;
}
.title_front{ width: 54px;
    height: 54px;
    position: absolute;
    top:0;
    left: 0;
    border-right: 2px solid #eef2ff;
    padding: 14px 10px;
    background: #ffde00;
}

.arrange .now{ color: #00B4D8; }
.arrange a{ font-size: 0.7em; 
    text-decoration: none; 
    color: #fff;
}
.arrange a:hover, .arrange .title a:focus{ color: #ffde00;}
.arrange i{ margin-right: 5px;}

.mobile_arrange{ display: none; 
    width: 100%; 
    height: 40px;
    line-height: 40px;
    text-align: center; 
    background: #005a8d;
}
.mobile_arrange a{ text-decoration: none; 
    color: #fff;
    font-size: 1.8em;
}
.mobile_arrange i{ margin-right: 5px;}
@media (min-width: 767px){ .arrange { display: inline-block;}
    .arrange a { margin-left: 15px;}
}
@media (max-width: 767px){.title, .only-title{ font-size: 2em; background: rgba(2, 152, 231, 1); margin-bottom: 0;}
    .title h1{ padding:0; letter-spacing: normal; border: none;}
    .title i{ display: none;}
    .arrange{ display: none;}
    .mobile_arrange{ display: block;}
}

/*投票列表:圖片模式*/
.vote_list{ padding-top: 10px;
    padding-left: 0;
    overflow: hidden;
}
.vote_list li{ float: left; 
    padding: 0 8px;
    position: relative;
    width: 50%;
    height: 180px;
    margin-bottom: 42px;
}
.vote_list li a{ display: block; 
    position: relative; 
    width: 100%; 
    padding-bottom: 100%; 
    margin-right: 10px; 
    z-index: 1; 
    background-color: #333;
}
.vote_list p{ width: 100%; 
    height: 45px;
    line-height: 1.3em;
    padding: 4px 5px; 
    word-break: break-all;
    overflow: hidden; 
    display: block; 
    position: absolute; 
    bottom: 0px; 
    background: rgba(0, 0, 0, .7); 
    color: #eee; 
    z-index: 5;
    text-align: center;
    margin: 0;
}
@media (min-width: 767px) { .vote_list{ font-size: 1.3rem;}}
.vote_list li a:hover p, .vote_list li a:hover b { color: #00c7ff;}
.vote_list li i{ width: 100%; 
    height: 100%; 
    position: absolute; 
    top: 0; 
    left: 0;
}
@media (max-width: 767px) { .vote_list li{ margin-bottom: 2px; margin-bottom: 24px;}}
.vote_list li .pic{ position: absolute; 
    height: 100%; 
    width: 100%; 
    background-color: #8f99a7;
    
}
.vote_list li .pic img{ position: absolute; 
    max-height: 100%; 
    max-width: 100%; 
    background-color: #000;
    top: 50%;
    left:50%;
    transform: translateX(-50%) translatey(-50%);
}
@media (min-width: 767px) { .vote_list li{ width: 20%; float: left;}
  .vote_list li p{ font-size: 1.2em; bottom: 0px;}
  .vote_list li a{ height: 100%;}
}

/*投票列表:文字模式*/
.list_box{ background-color: #fff;
    float: left;
    border-top: 2px #fff solid;
    width: 47%;
    margin: 0 10px;
}
.list_box td{ font-size: 1.6em;
    white-space: nowrap;
}


/*投票標籤*/
.vote{ width: 50px; height: 50px; font-size: 2.5em; position: absolute; -moz-border-radius-bottomleft: 50px; -webkit-border-bottom-left-radius: 50px; border-bottom-left-radius: 50px; background: rgba(0, 0, 0, 0.5); top: 0; right: 8px; z-index: 10; cursor: pointer; color: #fff; }
.vote:hover { background-color: #ffde00;}
.vote.yes{ background-color: #ffde00;}
.vote > i{ margin-left: 16px; margin-top: 5px; font-size: smaller;}


@media (max-width: 767px){
    h1{ text-align: center;}
    .right{ padding:15px 0;}
}

/*我的投票箱-投票規則*/
.vote_rules{ display: block;
    background: #fff;
    width: 100%;
    padding: 0 12px;
    font-size: 1.5em;
}
.vote_rules ol{list-style-type:decimal; 
    padding-left:22px; 
}
.vote_rules li{ border-bottom: 1px dashed #eee;
    padding: 16px 0;
}

@media (max-width: 767px){ .vote_rules img{ display: none;}}

/*我的投票箱*/
h3{ display: block;
    background: #5b7a98;
    color: #fff;
    height: 54px;
    line-height: 54px;
    font-size: 2em;
    font-weight: bold;
    padding-left: 60px;
    position: relative;
}
h3 img{ position: absolute;
    top: 13px;
    left: 20px;
}

.result_box{ background-color: #fff;
    border-top: 2px #fff solid;
}
.result_box td{ font-size: 1.6em;}
.result_box td:nth-child(1){ font-size: 1.8em; 
    font-weight: bold;
    text-decoration: none;
    color: #32667f;
}
.result_box td:nth-child(2){ line-height: 36px;}
.result_box i{ margin-right: 8px;}

.btn-info{ margin: 2px 0;}

footer{ height: 100px; 
    background: #0a212b; 
    background-position: bottom;
    margin-top: 10px;
    text-align: center;
    padding: 40px 0;
    color: #fff;
    font-size: 1.5em;
}
@media (max-width: 767px){ footer{ padding: 24px 0;}}

.txt_blue{ color: #008cd5;}
.txt_white{ color: #fff;}

/*手機模式投票選單的關閉按鈕*/
.lf2{
  float: right;
  margin: 0 10px 8px;
  color: #000;
}

/*燈箱*/
.pop_up { display: block;
    position: fixed;
    top: 50%;
    left: 50%;
    max-width: 500px;
    max-height: 500px;
    background: #fff;
    z-index: 1002;
    padding: 26px 26px 6px 26px;
    line-height: 1.6em;
    font-size: 1.6em;
    overflow-x: auto;
    border-radius: 5px;
    box-shadow: 4px 4px 3px rgba(0,0,0,.5);
    transform: translateX(-50%) translatey(-50%);
}
.pop_btn{ text-align: center; margin: 16px 0;}

.close {
display: block;
position: absolute;
z-index: 1003;
top: 0;
right: 0;
padding: 4px 7px;
color: #666;
border-radius: 0 5px 0 5px;
border-bottom: 1px solid #bbb;
border-left: 1px solid #bbb;
-webkit-box-shadow: 0 8px 6px -6px black;
	 -moz-box-shadow: 0 8px 6px -6px black;
	      box-shadow: 0 2px 1px -1px #fff, -2px 0 1px -1px #fff, inset -2px 0 1px -1px #fff;
}

.close:hover {
color: white;
cursor: pointer;
  
background: #d94645;
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3c3c3c), to(#2c2c2c));
background: -webkit-linear-gradient(top, #d94645, #bd3d3c);
background: -moz-linear-gradient(top, #3c3c3c, #2c2c2c);
background: -ms-linear-gradient(top, #3c3c3c, #2c2c2c);
  
box-shadow: 0 2px 1px -1px #fff, -2px 0 1px -1px #fff, inset 0 0 0 #fff;
}

.close:active {
box-shadow: inset 0 2px 3px -2px #000;
}

.pop_bg{ display: block;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 1001;
    -moz-opacity: 0.70;
    opacity: .70;
    filter: alpha(opacity=70);
} 

.vote_tips{ line-height: 36px;
    padding: 0 10px;
    margin: 10px 0;
    color: rgba(2, 152, 231, 1);
    font-size: 2em;
    font-weight: bold;
}


/*得獎名單*/
.award{ margin-top: -20px;}
.award span{ display:inline-block;
    width:26px;
    height:26px;
    background-color:#f2b00c;
    color:#fff;
    font-size:1.8em;
    padding-top:2px;
    font-weight:bold;
    text-align:center;
    line-height:22px;
    margin-right:10px;
    border-radius: 5px;
}

.award div{ float: left; margin:0 13px;}

.award li{ margin: 10px;
    display:inline-block;
    width:47.7%;
    padding: 8px;
    background:#88cff3;
    border-radius: 5px;
}
.award li a{ font-size:16px; color: #144964; font-weight:bold; text-decoration:none; line-height:22px;}
.award li a:hover{ color:#00a8ff; font-weight:bold; text-decoration:none;}

.award li:first-child{ width:97.3%; margin: 10px;}

.award_list {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 26px 0 0 0;
}
.award_list li { float: left; text-align: center; padding: 4px; font-size: 1em; }
@media (min-width: 768px) { .award_list li { font-size: 1.3em; } }
.award_list li a { background: #888; padding: 10px; display: block; text-decoration: none; color: #fff; }
.award_list li a:hover { background: #FFF049; color: #000; }

.award_title{ background: #ffcc00;
    padding: 16px 0;
    text-align: center;
    width: 100%;
    color: black;
    font-weight: bold;
    font-size: 3em;
    letter-spacing: 5px;
    margin-top: -32px;
}

a.award_point{ display: block; height: 40px; padding-bottom: 50px;}
