@charset "utf-8";
*{
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
html, body {
	margin:0; 
	padding:0;
	height: 100%;
    min-height: 100%;
	min-width:1200px;
	font-size: 16px;
	font-family: Microsoft JhengHei;
	color: #2c2c2c;
	background-color: #FFFFFF;
}
body.noScroll {
    overflow: hidden;
}
img{
	border:0;
	height: auto;
    max-width: 100%;
}
a:focus { outline:0; }
a:link,a:visited,a:active,a:hover {
    text-decoration: none;
}

#header{
	width: 100%;
	height: 45px;		
}
.logo{
	float: left;
	margin: 10px;
	width: 120px;
	height: 22px;
}
.logo a {
	display: block;
	width: 120px;
	height: 22px;
}
.menu li{
	float:left;
	display:inline;
	font-weight:bold;
	margin: 10px;
	line-height: 15px;
	font-size: 16px;
	vertical-align: middle;
	color: #3f210f;
	border-right: 1px dashed #878787;
	padding-right: 20px;
}
.menu li:last-child{
	border-right:none;
}
.menu span{
	color: #3f210f;
}
.menu{
	float: right;
	list-style:none;
	margin: 5px 10px;
}
.fb,.line{
	margin-right: 4px;
}
.fb{
	width: 30px;
	height: 30px;
}
.line{
	width: 32px;
	height: 30px;
}
.d-menu{
	display: none;
}
#head_img{
	width: 100%;
	height:555px;
	background: url(../img/head.jpg) top center no-repeat;
}
.head_img{
	width: 1100px;
	margin: 0 auto;
}
.head_img img{
	margin-left: 401px;
	margin-top: 26px;
}
.vertical{
	display: none;
}
.animated {
	animation-fill-mode: both;
}
@keyframes heartBeat {
  from {
	transform: scale(1.0);
  }
  50% {
    transform: scale(1.1);
  }
  to {
    transform: scale(1.0);
  }
}
.heartBeat {
	animation-name: heartBeat;
	animation: heartBeat 0.66s alternate;
	animation-iteration-count: infinite;
}

/*  activity  */
#activity{
	width: 100%;
	padding: 20px;
	overflow: hidden;
	background: url(../img/ac_bg.jpg) top center no-repeat;
}
.activity{
	width: 1100px;
	margin: 0 auto;
}
h2{
	text-align: center;
	margin-bottom: 20px;
}
.item{
	vertical-align: middle;
	margin-right: 10px;
}
.icon{
	vertical-align: middle;
	margin: 8px;
}
.ic_title{
	font-size: 16px;
}
p{
	line-height: 30px;
}
span{
	font-weight: bold;
}
.theme_m{
	font-size: 17px;
	line-height: 36px;
}
.red{
	font-size: 18px;
	color: #eb2c33;
}
.remark{
	font-size: 13px;
	color: #FF0004;
	font-weight: normal;
	line-height: 20px;
}

/*  participate  */
#participate{
	width: 100%;
	height: 950px;
	padding: 20px;
	background: url(../img/par_bg.jpg) top center no-repeat;
}
.participate{
	width: 1100px;
	margin: 0 auto;
}
#participate ul{
	text-align: center;
	list-style:none;
	margin-bottom: 55px;
}
#participate li{
	margin: 0 30px;
	width:193px;
	height:192px; 
	border-radius:99em;
	vertical-align: middle;
	display:inline-block;
}
#participate li p{
	font-size: 17px;
	font-weight: bold;
	color: #3f210f;	
}
#participate a:link,a:visited,a:active {
	color: #2c2c2c;
}
.step{
	vertical-align: middle;
	margin-right: 5px;
}
.p_title{
	font-size: 15px;
}

/*  vote  */
#vote{
	width: 100%;
	height: 1300px;
	padding: 20px;
	background: url(../img/vo_bg.jpg) top center no-repeat;
}
.vote{
	width: 1100px;
	margin: 0 auto;
}
.vote_list{
	position: relative;
	float: left;
	width: 255px;
	display: inline-block;
	line-height: 20px;
	margin: 0px 5px 15px 10px;
}
#win{
	width: 100%;
	height: 900px;
	padding: 20px;
	background: url(../img/vo_bg.jpg) top center no-repeat;
}
.win{
	width: 1100px;
	margin: 0 auto;
}
.win_list{
	position: relative;
	float: left;
	width: 450px;
	display: inline-block;
	line-height: 20px;
	margin: 0 0px 20px 66px;
}
.ranking{
	text-align: center;
    margin-bottom: 6px;
}
.win_name{
	font-size: 18px;
	text-align: center;
}
.vote_name{
    margin: 5px 0px;
	font-size: 16px;
	text-align: center;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
}
.vote_info p{
	font-size: 14px;
	line-height: 26px;
}
.vote_info span{
	color: #ffffff;
	font-weight: normal;
}
.vote_info p.total_vote{
	font-size: 18px;
	font-weight: bold;
	color: #f15a4b;
}
.vote_bt{
	float: right;
	width: 80px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background-color: #FF9600;
	color: #ffffff;
	border-radius:20px;
	font-size: 14px;
}

.vote_bt_close{
    display: none;
}
.social{
	color: #000000;
	position:absolute;
	right:5px;
	top: 5px
}
.fav,.fb_s{
	width: 30px;
	height: 30px;
}
.fav_1,.fb_s1{
	width: 18px;
	height: 18px;
	vertical-align: middle;
}
.fav_1b,.fb_s1b{
	width: 25px;
	height: 25px;
	vertical-align: middle;
}
.time{
	font-size: 16px;
	text-align: center;
	font-weight: bold
}
.remark1{
	font-size: 13px;
	color: #FF0004;
	font-weight: normal;
	line-height: 20px;
    clear: both;
	padding-top: 20px;
}
.video-container{
    position:relative;
    padding-bottom:56.25%;
    height:0;
	overflow:hidden;
}
.video-container iframe,.video-container object,.video-container embed{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.video{
	text-align: center;
	width: 70%;
	margin:100px auto;
}
.video_name{
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 20px;
}
.contestants{
	text-align: left;
	font-size: 20px;
}
.tot_vote{
	color: #f15a4b;
	font-weight: bold;
}

/* Overlay */
.overlay {
 	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(255,255,255,0.9);
	overflow-y: auto;		
}
.overlay .overlay-close {
	width: 80px;
	height: 80px;
	position: absolute;
	right: 20px;
	top: 20px;
	overflow: hidden;
	border: none;
	background: url(../img/cross.png) no-repeat center center;
	text-indent: 200%;
	color: transparent;
	outline: none;
	z-index: 100;
}
.overlay-hugeinc {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.5s, visibility 0s 0.5s;
	transition: opacity 0.5s, visibility 0s 0.5s;
}
.overlay-hugeinc.open {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

/*  note  */
#note{
	width: 100%;
	height: 500px;
	padding: 20px;
	background: url(../img/note_bg.jpg) top center no-repeat;
}
.note {
	position: relative;
	width: 1100px;
	height: 290px;
	margin: 0 auto;
}
#Scroller-1 { 
	position: absolute; 
	overflow: hidden;
	width: 1100px;
	height: 290px;
}
#Scroller-1 p {
	margin: 0; 
	padding: 10px 0;
	font-size: 15px; 
    line-height: 20px;
}
#Scroller-1 span {
	text-indent: 20px;
	font-weight: normal;
}
.Scroller-Container {
	position: absolute;
	top: 0px; 
	right: 0px;
}
.Scrollbar-Up {
	cursor: pointer;
	position: absolute;
	top: -10px; 
	right: -40px;
}
.Scrollbar-Down {
	cursor: pointer;
	position: absolute;
	top: 260px; 
	right: -40px;
}
.s_up,.s_down{
	width: 30px;
	height: 47px;
}

/*  footer  */
footer{
	width: 100%;
	margin:20px 0;
	font-size: 14px;
	overflow: hidden;
	text-align: center;
}
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(255, 215, 64, 0.8) url(../img/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  border-radius: 50%;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  opacity: .5;
}


@media only screen  and (max-width:767px) {
html, body {
	min-width:100%;
	background: none;
	font-size: 14px;
}
/*  header  */
#header{
    min-width:100%;
}
#head_img{
	display: none;
}
.vertical{
	width: 100%;
	display: block;
}
h1{
	display: none;
}
h2 img{
	width: 180px;
	height: auto;
}
.menu{
	display: none;
}
.d-menu{
	display: block;
}
	
/*  activity  */
#activity{
	padding: 20px 15px;
}
.activity{
	width: 100%;
}
.item{
	width: 110px;
	height: auto;
}
.icon{
	width: 30px;
	height: auto;
}
.theme_m{
	font-size: 14px;
	line-height: 18px;
}
.red{
	font-size: 14px;
}
.ic_title{
	font-size: 14px;
}
	
/*  participate  */
#participate{
	height: auto;
	background: none;
	background-color: #fbd5a9;
}
.participate{
	width: 100%;
}
.participate p img{
	width: 50px;
	height: auto;
}
#participate ul{
	margin-bottom: 10px;
}
#participate li{
	margin-bottom: 55px;
}

/*  vote */
#vote,#win{
	height: auto;
	overflow: hidden;
	padding: 15px;
}
.vote,.win{
	width: 100%;
}
.vote_list{
	width: 100%;
	margin: 0;
	padding: 10px;
}
.win_list{
	width: 100%;
	margin: 0;
	padding: 10px;
	text-align: center;
}
.remark1{
	font-size: 13px;
}
.vote_info p.total_vote{
	font-size: 15px;
}
.vote_bt{
	width: 90px;
}
.fav,.fb_s{
	width: 25px;
	height: 25px;
}
.social{
	right:15px;
	top: 15px
}
.video{
	width: 100%;
}
.video_name{
	font-size: 20px;
	margin-bottom: 10px;
}
.contestants{
	font-size: 16px;
	text-align: center;
}
.fav_1b,.fb_s1b{
	width: 20px;
	height: 20px;
}
.vote_name{
    margin-top: 4px;
	font-size: 16px;
}
.vote_info p{
	font-size: 13px;
}
.time{
	font-size: 14px;
}

/*  page  */
.pagination_item{
    display: none;
}
.pagination_item:first-child, .pagination_item:nth-child(2),
.pagination_item:nth-child(3), .pagination_item:nth-child(4),
.pagination_item:nth-child(5), .pagination_item:last-child{
    display: inline-block;
}
.pagination_control{
    display: none;
}
	
/*  note  */
#note{
	width: 100%;
}
.note {
	width: 100%;
	left: 0;
	background:none;
}
#Scroller-1 { 
	width: 90%;
}
.Scrollbar-Up {
	right: 0px;
}
.Scrollbar-Down {
	right: 0px;
}	
#Scroller-1 p {
	font-size: 13px; 
}	
.cd-top{
	display: none;
}
	
}

/*  page  */
.page{
	margin-bottom: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
	-webkit-box-pack: center;
	   -ms-flex-pack: center;
	 justify-content: center;
}
.page:first-child{
	margin-top: 0;
}
.pagination{
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	   -ms-flex-align: center;
	      align-items: center;
}
.pagination_number{
	line-height: 1;
	text-decoration: none;
	display: inline-block;
	color: var(--paginationPageTextColor, inherit);
}
.pagination_number:hover{
	text-decoration: none;
}
.pagination_number_active{
	font-weight: var(--paginationPageFontWeight, 700);
}
.pagination_control_prev{
	margin-left: var(--paginationArrowIndent, 4px);
}
.pagination_control_next{
	margin-right: var(--paginationArrowIndent, 4px);
}
.pagination_1 .pagination_number{
	padding: 7px 10px;
}
.pagination_1 .pagination_number_active{
	background-color: var(--paginationPageActiveBgColor);
	color: var(--paginationPageActiveTextColor);
}
.pagination_3 .pagination_number{
	border-radius: 50%;
}
.pagination_1{
	--paginationPageActiveBgColor: #4557bb;
	--paginationPageTextColor: #2c2c2c;
	--paginationPageActiveTextColor: #fff;
}






.h3 {
    margin: 5px 0px;
	font-size: 18px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.win_list p {
    font-size: 16px;
    line-height: 26px;
}
.win_list p:first-of-type {
    margin-top: 10px;
}
.win_list2 {
	position: relative;
	float: left;
	width: 346px;
	display: inline-block;
	line-height: 20px;
	margin: 0 10px 20px 10px;
}
.win_list2 p {
    font-size: 16px;
    line-height: 26px;
}
.win_list2 p:first-of-type {
    margin-top: 10px;
}
@media only screen and (max-width:767px) {
.win_list2 {
	width: 100%;
	margin: 0;
	padding: 10px;
	text-align: center;
}
}
@media only screen and (max-width:767px) {
.win_list p {
    text-align: left;
    font-size: 14px;
    line-height: 26px;
}
.win_list2 p {
    text-align: left;
    font-size: 14px;
    line-height: 26px;
}
}


/**
 * Simple fade transition,
 */
.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out; 
	-moz-transition: all 0.15s ease-out; 
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out; 
	-moz-transition: all 0.15s ease-out; 
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}


