@charset "utf-8";
.secdwh{position: relative; height: 50px;}

/* 黑屏廣告 */
#popWindow { 
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.7);
	position: fixed;
	padding: 0 15px;
	z-index: 9999;
}
.popae {
	width: 100%;
	max-width: 720px;
}
.popae img {
	max-width: 100%;
	border: 5px solid #fff;
	outline: none;
	border-radius: 5px;
}
.popae .context {
	width: 100%;
	padding: 20px;
	background-color: #fff;
}
.popae .context h1 {
	font-size: 18px;
	line-height: 20px;
	font-weight: normal;
	padding-bottom: 5px;
	margin: 0px;
	color: #0075c2;
}
.popae .context p {
	font-size: 16px;
	line-height: 24px;
	color: #333;
}
.popae .time {
	width: 100%;
	font-size: 16px;
	text-align: center;
	color: #fff;
	margin: 10px auto;
}
.popae .time #clock {
	font-size: 18px;
	display: inline-block;
	padding-right: 2px;
}
.adclose a {
	position: fixed;
	top: 18px;
	right: 20px;
	z-index: 9999;
}
.adclose a i {
	font-size: 36px;
	color: rgba(255,255,255,0.6);
}

/* 單元標題 */
.unit-title {
	width: 100%;
	max-width: 420px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	margin-bottom: 15px;
}
.signup-bt {
	font-size: 20px;
	line-height: 20px;
	text-align: center;
	border: none;
	cursor: pointer;
	border-radius: 3px;
	padding: 15px 30px;
	color: #fff;
	background-color: #0075c2;
	border-color: transparent;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.signup-bt.active, .signup-bt.focus, .signup-bt:active, .signup-bt:focus, .signup-bt:hover{
	color: #fff;
	background-color: #004e97;
	border-color: transparent
}

/* 評審介紹花絮表頭 */
.title-top-rev {
	height: 350px;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-image: url(../images/top-bg.jpg);
}
.title-top-rev .logo {
	width: 505px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	top: 80px;
}

/* 比賽說明文字 */
.explanation h1 {
	font-size: 20px;
	color: #e95a6f;
	padding-bottom: 5px;
}
.explanation p {
	font-size: 16px;
	line-height: 28px;	
	padding-bottom: 30px;
}
.explanation li {
	font-size: 16px;
	line-height: 28px;	
}

/* 得獎作品 */
.photo-bg {
	width: 100%;
	height: 100vh;
	background-color: #000;
	background-image: url(../images/works-bg.jpg);
	background-position: center;
	/* [disabled]background-attachment: fixed; */
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	position: fixed;
	top: 0
}
.photo-container {
	width: 100%;
	max-width: 990px;
	margin: 0 auto;
}
.photo-title-1 {
	width: 100%;
	max-width: 200px;
	padding: 30px 0 15px 0;	
	margin: 0 auto;
	position: relative;
}
.photo-title-2 {
	width: 100%;
	max-width: 200px;
	padding: 30px 0 15px 0;	
	margin: 0 auto;
	position: relative;
}
.photo-border {border: 1px solid #333;}
.photo-box {
	width: 100%;
	height: auto;
	position: relative;
}
.photo-box .text {
	width: 100%;
	padding: 10px;
	background-color: #111;
	font-size: 14px;
	color: #fff;
	text-align: center;
}
.photo-overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	text-align: center;
	background: rgba(0,0,0,0);
	transition: all 0.3s;
}
.photo-overlay:hover {
	background-color: rgba(0,0,0,0.4);
	background-image: url(../images/w-icon.png);
}
.photo-overlay i {
	font-size: 48px;
	color: rgba(255,255,255,0);
	margin: 0px;
	position: absolute;
	top: 40%;
	left: 46%;
	transition: all 0.3s;
}
.photo-overlay:hover i  {color: rgba(255,255,255,0.2);}

/* 評審介紹 */
.dr-img {
	border-radius: 480px;
	border: 1px solid #b18f5e;
}
.dr-text {color: #cbc4a5;}
.dr-text h1 {
	font-size: 20px;
	padding-bottom: 8px;
}
.dr-text h6 {
	font-size: 16px;
	line-height: 20px;
}
.dr-text p {
	font-size: 14px;
	line-height: 20px;
	padding-bottom: 10px;
}

/* Video */
.vendor{
	position: relative;
	padding-bottom: 56%;
	padding-top: 0px;
	height: 0;
	margin: 0;
	border: 1px solid #666;
}
.vendor iframe { 
	position: absolute; 
	top:0; 
	left:0;
    width:100%;
	height:100%;
} 

/* 捲動置頂 */
.fttop {
	width: 40px;
	display: none;
	position: fixed;
	bottom: 70px;
	right: 20px;
}
.gototop {
	width: 40px;
	height: 40px;
	border-radius: 40px;
	color: rgba(255,255,255,0.6);
	text-decoration: none;
	text-align: center;
	background: rgba(0,0,0,0.1);
	margin: 0 auto;
	display: block;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.gototop:hover {
	color: rgba(255,255,255,1);
	background: rgba(0,0,0,0.3);
	text-decoration: none;
}
.gototop i {
	font-size: 24px;
	top: 6px;
	position: relative;
}

/*footer*/
footer {
	width: 100%;
	height: 50px;
	font-size: 14px;
	line-height: 50px;
	color: #fff;
	text-align: center;
	position: fixed;
	bottom: 0px;
	z-index: 999;
	background-color: #6B7F3A;
}
footer a {color: #fff;}
footer a:hover {color: #ccc;}

@media screen and (max-width: 1199px) {
/* 評審介紹花絮表頭 */
.title-top-rev {height: 250px;}
.title-top-rev .logo {
	width: 340px;
	top: 50px;
}	
}

@media screen and (max-width: 991px) {
.photo-overlay i {
	font-size: 36px;
	top: 40%;
	left: 44%;
	transition: all 0.3s;
}
.unit-title {max-width: 360px;}		
/* 捲動置頂 */
.fttop {
	bottom: 105px;
	right: 15px;
}
}

@media screen and (max-width: 767px) {
/* 得獎作品 */
.photo-title-1, .photo-title-2 {
	max-width: 150px;
	padding: 15px 0 10px 0;	
}
.photo-box .text {
	background-color: #333;
	font-size: 14px;
	padding: 5px;
}
	
/* 評審介紹 */
.dr-people {
	width: 100%;
	max-width: 200px;
	margin: 0 auto;
	padding-bottom: 15px;
}	
.dr-text h1 {
	font-size: 24px;
	text-align: center;
}	
}

@media screen and (max-width: 480px) {
/* 黑屏廣告 */	
.popae .context {padding: 15px;}
.popae .context h1 {font-size: 16px;}
.popae .context p {
	font-size: 14px;
	line-height: 20px;
}
.adclose a i {font-size: 30px;}	
.popae .time {font-size: 14px;}
.popae .time #clock {font-size: 16px;}
	
.unit-title {max-width: 260px;}		
.signup-bt {padding: 10px 30px;}
footer .table .tr .banner img {width: 270px;}
	
/* 比賽說明文字 */
.explanation h1 {font-size: 18px;}

/* 評審介紹花絮表頭 */
.title-top-rev {height: 200px;}
.title-top-rev .logo {
	width: 250px;
	top: 50px;
}	

/*footer*/
footer span {display: none;}
	
/* 捲動置頂 */
.fttop {
	width: 30px;
	display: none;
	position: fixed;
	bottom: 90px;
	right: 10px;
}
.gototop {
	width: 30px;
	height: 30px;
	border-radius: 30px;
}
.gototop i {
	font-size: 20px;
	top: 4px;
	position: relative;
}		
}
