@charset "utf-8";
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.6.1/font/bootstrap-icons.css");
@import url('https://fonts.googleapis.com/css2?family=Flamenco:wght@300&display=swap');
.loading{
	background:rgba(255,255,255,.95);
	z-index:1999;
	position:fixed;
	width:100%;
	height:100vh;
	top:0;
}


@keyframes wave {
	0% {
	  transform: rotateZ(0deg) translate3d(0,1.2%,0) rotateZ(0deg); 
	}
	100% {
	  transform: rotateZ(360deg) translate3d(0,1.2%,0) rotateZ(-360deg); 
	} 
}
@keyframes wave2 {
	0% {
	  transform: rotateZ(0deg) translate3d(0,2.5%,0) rotateZ(0deg); 
	}
	100% {
	  transform: rotateZ(360deg) translate3d(0,2.5%,0) rotateZ(-360deg); 
	} 
}
@keyframes wave3 {
	0% {
	  transform: rotateZ(0deg) translate3d(0,4%,0) rotateZ(0deg); 
	}
	100% {
	  transform: rotateZ(360deg) translate3d(0,4%,0) rotateZ(-360deg); 
	} 
}

@keyframes float {
	0% {
		transform: translatey(0px);
	}
	50% {
		transform: translatey(-50px);
	}
	100% {
		transform: translatey(0px);
	}
}

.rwd-web{display: block;}
.rwd-mobile{display: none;}

.flex-sec{display:flex;flex-flow: row wrap;}
.v-helper{display: inline-block;height: 100%;vertical-align: middle;}
.flex-between{justify-content: space-between;}
/*
.flex-sec.flex-between::after{
	content:'';
  	flex: auto;
}
*/
.flex-start{justify-content:flex-start;}
.flex-end{justify-content:flex-end;}
.flex-grid-2{
	width:calc(50% - 20px);
}
.flex-center{
	justify-content: center;
}
.flex-middle{
	align-items: center;
}
.flex-stretch{
	align-items: stretch;
}
.flex-grid-3-2{
	width:calc(66.67% - 20px);
}
.flex-grid-3-1{
	width:calc(33.33% - 20px);
}
.flex-grid-4-1{
	width:calc(25% - 20px);
	margin:0 10px;
}
.flex-grid-4-3{
	width:calc(75% - 20px);
	margin:0 10px;
}
.flex-autoh{
	align-items: flex-start;
  align-content: flex-start;
}

.rwd-width-limited{
	width:1160px;
	margin:0 auto;
}
.full-bg{width:100%;min-height:100vh;}

.rwd-mg-t-20{margin-top:20px;}
.rwd-mg-t-40{margin-top:40px;}
.rwd-mg-t-60{margin-top:60px;}
.rwd-mg-t-80{margin-top:80px;}
.rwd-mg-b-10{margin-bottom:10px;}
.rwd-mg-b-20{margin-bottom:20px;}
.rwd-mg-b-30{margin-bottom:30px;}
.rwd-mg-b-40{margin-bottom:40px;}
.rwd-mg-b-60{margin-bottom:60px;}
.rwd-pd-t-20{padding-top:20px;}
.rwd-pd-t-30{padding-top:30px;}
.rwd-pd-t-40{padding-top:40px;}
.rwd-pd-t-60{padding-top:60px;}
.rwd-pd-t-80{padding-top:80px;}
.rwd-pd-b-20{padding-bottom:20px;}
.rwd-pd-b-30{padding-bottom:30px;}
.rwd-pd-b-40{padding-bottom:40px;}
.rwd-pd-b-60{padding-bottom:60px;}
.rwd-pd-b-80{padding-bottom:80px;}

h1,h2,h3,h4{
	line-height:1.35em;
}
p{
	line-height:1.6em;
}

/*select customize*/
.sel-custom{
	height:42px;
	padding:0 15px;
	box-sizing: border-box;
	line-height:40px;
	min-width:140px;
	color:#333;
	font-size:15px;
	background:#dedede;
}
.customSelectInner {
	background: url(../images/common/custom-sel-arrow.png) no-repeat center right;
	padding-right: 20px;
}

/*popup*/
.dark-popup{
	position: relative;
	padding: 30px 40px;
	width: auto; 
	max-width: 500px;
	margin: 20px auto;
	overflow:hidden;
	min-height:20vh;
	background:rgba(255, 255, 255, 1);
}
/* overlay at start */
.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;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.9;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.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;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.zindex-10{
	z-index:10;
}

header{
	width:100%;
	height:80px;
	top:0;
	position:fixed;
	z-index:20;
	background: rgb(205,141,34);
	background: linear-gradient(180deg, rgba(205,141,34,1) 0%, rgba(155,105,23,1) 100%);
	-webkit-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.4); 
	box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.4);
}
/*
header .flex-sec.flex-between.hlp::after{
	flex: initial;
}
*/
header .inner{
	height:80px;
	padding:0 20px;
}
header .inner .hlp{
	position: relative;
}
header .inner .signuplogin{
	height:80px;
	padding: 0 16px;
	position:absolute;
	right:54px;
	line-height:80px;
	font-size:14px;
	color:#fff;
	font-weight:bold;
}
header .inner .signuplogin:hover,header .inner .signuplogin.nav-active{
	background: rgba(0, 0, 0, 0.12);
}
header .inner .logo{
	margin:28px 0;
	width:180px;
	height:24px;
	padding:0 15px;
}
header .inner .logo-text{
	position:absolute;
	left:-999999px;
}
header .inner .logo img{
	display: block;
	width:100%
}
.header-gap{
	margin-top: 80px;
}

footer{
	padding:30px 0;
	background:#e8e2d7;
}

.footer-l p{
	font-size:16px;
	color:#333333;
	font-weight: bold;
	vertical-align: middle;
	margin-right:10px;
	display: inline-block;
}
.footer-l .footer-icon{
	height:52px;
	display: inline-block;
	vertical-align: middle;
	margin:10px 10px 10px 0;
}
.footer-l .footer-icon img{
	height:100%;
	display: block;
}
.footer-r p{
	font-size:13px;
	line-height:1.45em;
	color:rgba(0, 0, 0, 0.55);
}

body{
	font-size:12px;
	font-family:'Noto Sans TC',Helvetica,Arial,'微軟正黑體','新細明體',sans-serif;
	word-wrap:break-word;
	width:100%;
	letter-spacing:0.1em;
	line-height:1.5em;
	font-weight:400;
	background:#f8f7f5;
}

.visual-wrap{
	width:100%;
	height:400px;
	display: block;
	overflow: hidden;
	position:relative;
	background: rgb(248,243,242);
	background: linear-gradient(180deg, rgba(248,243,242,1) 0%, rgba(248,243,242,1) 55%, rgba(238,225,214,1) 75%, rgba(231,214,196,1) 100%); 
}
.vote-spotlight{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	opacity:0.8;
}
.vote-spotlight img{
	width:100%;
	height:100%;
	object-fit: cover;
}
.visual-wrap .visual-con{
	width:100%;
	height:100%;
	position:relative;
}
.visual-wrap .visual-con .v0,.visual-wrap .visual-con .v1,.visual-wrap .visual-con .v2,.visual-wrap .visual-con .v3,.visual-wrap .visual-con .v4{
	width:100%;
	height:100%;
	position:absolute;
	top: 0;
    left: 0;
	transform: scale(1.03);
}
.visual-wrap .visual-con .v0 img,.visual-wrap .visual-con .v1 img,.visual-wrap .visual-con .v2 img,.visual-wrap .visual-con .v3 img,.visual-wrap .visual-con .v4 img{
	width:100%;
	display: block;
	position:absolute;
	top:0;
	left:0;
}
.visual-wrap .visual-con .v0 img{
	animation: wave 6.7s 0s infinite linear reverse;
}
.visual-wrap .visual-con .v1 img{
	animation: wave 5.8s 0s infinite linear ;
}
.visual-wrap .visual-con .v2 img{
	animation: wave 5s 0s infinite linear alternate;
}
.visual-wrap .visual-con .v3 img{
	animation: wave 7s 0s infinite linear alternate-reverse; 
}
.visual-wrap .visual-con .v4 img{
	animation: wave 5.5s 0s infinite linear reverse;
}
.visual-wrap .visual-title{
	position:absolute;
	width:85vw;
	max-width:600px;
	left:0;
	right:0;
	margin:0 auto;
	top:25%;
}
.visual-wrap .visual-title img{
	width:100%;
}

.visual-wrap.visual-vote{
	background: no-repeat center center fixed;
	background-size: cover;
	height: 100%;
	overflow: hidden;
	position:relative;
}
.visual-wrap.visual-vote .visual-vote-mobile-bg{
	width:100%;
	height:100%;
	position:absolute;
	display: none;
}
.visual-wrap.visual-vote .visual-vote-mobile-bg img{
	width:100%;
	height:100%;
	object-fit: cover;
}
.visual-wrap.visual-vote .visual-con{
	padding:60px 0;
}
.vote-tab{
	margin-bottom:30px;
}
.vote-tab-item{
	width:143px;
	height:142px;
	background:url(../images/common/vote-tab-item.png) no-repeat;
	position:relative;
	margin:0 10px 20px;
}
.vote-tab-item.active,.vote-tab-item:hover{
	background:url(../images/common/vote-tab-item-active.png) no-repeat;
}
.vote-tab-item .cenmid{
	width:140px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
.vote-tab-item .cenmid h3{
	font-size:20px;
	font-weight: bold;
	line-height:1.2em;
	color:#fff;
	margin-top:10px;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6);
}
.vote-medal{
	width:385px;
	position:relative;
	margin: 0 auto 40px;
}
.vote-medal.vote-medal2{
	margin-bottom:15px;
}
.vote-medal .pic{
	width:100%;
}
.vote-medal .pic img{
	width: 100%;
	display: block;
}
.vote-medal .title{
	position: absolute;
	width:100%;
	text-align:center;
	top:15%;
}
.vote-medal .title h2{
	font-size:34px;
	font-weight:bold;
	line-height:1.2em;
	color:#fff;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
}
.vote-desc{
	width:100%;
	max-width:900px;
	margin:0 auto;
	text-align:center;
	position:relative;
}
.vote-desc p{
	font-size:20px;
	line-height:1.75em;
	color:#fff;
}
.vote-desc:before{
	content:'';
	width:100%;
	height:1px;
	display: block;
	background:#fff;
	margin-bottom:30px;
}
.vote-desc:after{
	content:'';
	width:100%;
	height:1px;
	display: block;
	background:#fff;
	margin-top:30px;
}

.m-title{
	display: inline-block;
	line-height:32px;
	height:32px;
	position:relative;
}
.m-title h2{
	font-size:30px;
	font-weight:bold;
	position:relative;
	z-index:2;
}
.m-title.m-title-w h2{
	color:#fff;
}
.m-title:before{
	content: '';
	width:38px;
	height:38px;
	background:url(../images/common/icon-titlecircle.png) no-repeat;
	position:absolute;
	left:-20px;
	bottom:0;
	z-index:1;
}
.m-subs{
	max-width:700px;
	font-size:16px;
	line-height:1.6em;
	display: inline-block;
}

.sec-pd{
	padding:80px 0 50px;
}

.index-sec1{
	background: rgb(210,171,88);
	background: linear-gradient(180deg, rgba(210,171,88,1) 0%, rgba(193,147,70,1) 100%); 
	overflow: hidden;
}
.index-sec1-bgitem{
	position: absolute;
}
.index-sec1-bgitem1{
	max-width:297px;
	width:18.5625vw;
	left:0%;
	bottom:0%;
}
.index-sec1-bgitem2{
	max-width:712px;
	width:44.5vw;
	right:0%;
	bottom:0%;
}
.index-sec1-bgitem3{
	max-width:318px;
	width:19.875vw;
	left:-3%;
	top:30%;
	animation: wave2 5.8s 0s infinite linear ;
}
.index-sec1-bgitem4{
	max-width:314px;
	width:19.625vw;
	right:-2%;
	bottom:26%;
	animation: wave2 5.8s 0s infinite linear reverse ;
}
.index-sec1-bgitem5{
	max-width:851px;
	width:53.1875vw;
	right:-30px;
	top:-30px;
}
.index-sec1-bgitem1 img,.index-sec1-bgitem2 img,.index-sec1-bgitem3 img,.index-sec1-bgitem4 img,.index-sec1-bgitem5 img{
	width:100%;
	display: block;
}
.index-sec1-item{
	width:228px;
	height:228px;
	margin:0 20px 40px;
	position:relative;
	animation: wave2 5.8s 0s infinite linear ;
}
.index-sec1-item-1{
	animation: wave2 5.8s 0s infinite linear ;
}
.index-sec1-item-2{
	animation: wave2 6.8s 0s infinite linear alternate-reverse;
}
.index-sec1-item-3{
	animation: wave2 7.5s 0s infinite linear alternate;
}
.index-sec1-item .cenmid{
	max-width:98%;
}
.index-sec1-item .pic{
	width:100%;
	height:100%;
}
.index-sec1-item .pic img{
	width:100%;
	height:100%;
	object-fit: cover;
}
.index-sec1-item .info{
	width:100%;
	height:100%;
	position: absolute;
	top:0;
	left:0;
}
.index-sec1-item .info .text{
	font-size:30px;
	height:36px;
	line-height:36px;
	font-weight:bold;
	color:#fff;
	display: inline-block;
}
.index-sec1-item .info .text2{
	font-size:18px;
	line-height:1.6em;
	color:#fff;
	display: block;
	margin-top:4px;
}
.index-sec1-item .info .top-line{
	width:100%;
	height:1px;
	background:#fff;
	top:-14px;
	position:absolute;
	transition:0.35s;
}
.index-sec1-item .info .bot-line{
	width:100%;
	height:1px;
	background:#fff;
	bottom:-14px;
	position:absolute;
	transition:0.35s;
}
.index-sec1-item:hover .info .top-line{
	height:2px;
	top:-20px;
}
.index-sec1-item:hover .info .bot-line{
	height:2px;
	bottom:-20px;
}

.index-news{
	width:calc(50% - 20px);
	margin-bottom:40px;
	background:#fff;
	-webkit-box-shadow: 0px 1px 1px 0px rgba(0,38,59,0.25); 
	box-shadow: 0px 1px 1px 0px rgba(0,38,59,0.25);
	position:relative;
	box-sizing:border-box;
}

.index-news.index-news-l .pic{
	width:100%;
}
.index-news.index-news-l .pic .pic-adj{
	position: relative;
	padding-bottom: 75%;
	overflow: hidden;
}
.index-news.index-news-l .pic .pic-adj img{
	width:100%;
	height:100%;
	object-fit: cover;
	position: absolute;
	transition:0.3s;
}
.index-news.index-news-l .info{
	width:100%;
	padding:20px 15px;
	height:60px;
	overflow:hidden;
	position:relative;
	margin-left:0;
}
.index-news.index-news-l .info .cenmid{
	width:calc(100% - 30px);
	text-align:center;
}
.index-news.index-news-l .info .text{
	line-height:30px;
	font-size:22px;
	font-weight:bold;
	text-align: left;
	color:#000;
}

.index-news .pic{
	width:40%;
}
.index-news .pic .pic-adj{
	position: relative;
	padding-bottom: 75%;
	overflow: hidden;
}
.index-news .pic .pic-adj img{
	width:100%;
	height:100%;
	object-fit: cover;
	position: absolute;
	transition:0.3s;
}
.index-news:hover .pic .pic-adj img{
	transform: scale(1.02);
	opacity:0.75;
}
.index-news .info{
	width:calc(60% - 40px);
	padding:20px 15px;
	margin-left:10px;
	overflow:hidden;
	position:relative;
}
.index-news .info .cenmid{
	width:calc(100% - 30px);
	text-align:center;
}
.index-news .info .text{
	line-height:28px;
	font-size:18px;
	font-weight:bold;
	text-align: left;
	color:#000;
}

.one-vote-item{
	width:calc(25% - 70px);
	background:#fff;
	-webkit-box-shadow: 0px 1px 1px 0px rgba(0,38,59,0.25); 
	box-shadow: 0px 1px 1px 0px rgba(0,38,59,0.25);
	position:relative;
	padding:20px;
	margin:0 15px 30px;
}
.one-vote-item .vote-upper{
	cursor: pointer;
}
.one-vote-item .pic{
	width:100%;
	padding-bottom:75%;
	position:relative;
	box-sizing: border-box;
	-webkit-box-shadow: 0px 1px 1px 0px rgba(0,38,59,0.25); 
	box-shadow: 0px 1px 1px 0px rgba(0,38,59,0.25);
	margin-bottom:20px;
}
.one-vote-item .pic img{
	width:100%;
	height:100%;
	object-fit: cover;
	position:absolute;
}
.one-vote-item .title{
	font-size:22px;
	line-height:1.3em;
	font-weight:bold;
	text-align:center;
	margin-bottom:14px;
	color:#000;
}
.one-vote-item .vote-count{
	color:#d77916;
	font-size:28px;
	font-weight:bold;
	text-align:center;
	position:relative;
	line-height: 1.35em;
	margin-bottom:14px;
}
.one-vote-item .vote-count span{
	font-size:16px;
	color:#333;
	font-weight: normal;
	margin-left:5px;
}
.one-vote-item .vote-count:before{
	content:'';
	width:100%;
	height:1px;
	background:#ccc;
	margin-bottom:6px;
	display: block;
}
.one-vote-item .vote-count:after{
	content:'';
	width:100%;
	height:1px;
	background:#ccc;
	margin-top:6px;
	display: block;
}
.one-vote-item .vote-btn{
	height:54px;
	line-height:54px;
	width:100%;
	font-size:20px;
	color:#f2cf5f;
	position:relative;
	border:none;
	outline: none;
	background:#1b3d59;
	cursor: pointer;
	transition:0.2s;
}
.one-vote-item .vote-btn:hover{
	background:#050607;
}
.one-vote-item .vote-btn:before{
	content:'';
	width:26px;
	height:13px;
	background:url(../images/common/icon-votebtnarrow-l.png) no-repeat;
	position:absolute;
	left:12px;
	top:21px;
	transition:0.2s;
}
.one-vote-item .vote-btn:before{
	content:'';
	width:26px;
	height:13px;
	background:url(../images/common/icon-votebtnarrow-l.png) no-repeat;
	position:absolute;
	left:12px;
	top:21px;
	transition:0.2s;
}
.one-vote-item .vote-btn:after{
	content:'';
	width:26px;
	height:13px;
	background:url(../images/common/icon-votebtnarrow-r.png) no-repeat;
	position:absolute;
	right:12px;
	top:21px;
	transition:0.2s;
}
.one-vote-item .vote-btn:hover:before{
	left:6px;
}
.one-vote-item .vote-btn:hover:after{
	right:6px;
}
.one-vote-item .vote-btn.vote-down{
	opacity:0.3;
	cursor:initial;
}
.one-vote-item .vote-btn.vote-down.vote-this{
	opacity:1;
}
.one-vote-item .vote-btn.vote-down:hover{
	background:#1b3d59;
}
.one-vote-item .vote-btn.vote-down:before{
	display: none;
}
.one-vote-item .vote-btn.vote-down:after{
	display: none;
}
.one-vote-item .vote-btn.vote-down.vote-this:before{
	display: block;
	background:url(../images/common/icon-votebtncheck.png) no-repeat;
}
.one-vote-item .vote-btn.vote-down.vote-this:hover:before{
	left:12px;
}

.vote-next{
	text-align: center;
	margin-top:30px;
	padding-top:60px;
	border-top:1px solid #e5e5e5;
	margin-bottom:10px;
}
.vote-next .title{
	display: block;
	font-size:20px;
	line-height:1.6em;
	margin-bottom:26px;
}
.vote-next a{
	font-size:30px;
	color:#333;
	font-weight: bold;
	display: inline-block;
	line-height:1.3em;
	position:relative;
}
.vote-next a:before{
	content:'';
	width:100%;
	height:2px;
	background:#999;
	display: block;
	position:absolute;
	top:-10px;
	transition:0.2s;
}
.vote-next a:after{
	content:'';
	width:100%;
	height:2px;
	background:#999;
	display: block;
	position:absolute;
	bottom:-10px;
	transition:0.2s;
}
.vote-next a:hover:before{
	top:-16px;
}
.vote-next a:hover:after{
	bottom:-16px;
}

.vote-popup .pic{
	width:100%;
	padding-bottom:75%;
	position:relative;
	box-sizing: border-box;
	-webkit-box-shadow: 0px 1px 1px 0px rgba(0,38,59,0.25); 
	box-shadow: 0px 1px 1px 0px rgba(0,38,59,0.25);
	margin-bottom:30px;
}
.vote-popup .pic img{
	width:100%;
	height:100%;
	object-fit: cover;
	position:absolute;
}
.vote-popup .title{
	font-size:30px;
	font-weight:bold;
	line-height:1.35em;
	margin-bottom:5px;
	text-align:center;
}
.vote-popup .subtitle{
	font-size:20px;
	color:#888;
	line-height:1.35em;
	margin-bottom:20px;
	text-align:center;
}
.vote-popup .desc{
	font-size:16px;
	color:#333;
	line-height:1.65em;
	position:relative;
	margin-bottom: 20px;
}
.vote-popup .desc:before {
	content: '';
	width: 100%;
	height: 1px;
	background: #ccc;
	margin-bottom: 20px;
	display: block;
}
.vote-popup .desc:after {
	content: '';
	width: 100%;
	height: 1px;
	background: #ccc;
	margin-top: 20px;
	display: block;
}
.vote-popup .link{
	height:54px;
	line-height:54px;
	padding:0 40px;
	font-size:20px;
	color:#f2cf5f;
	background:#1b3d59;
	cursor: pointer;
	transition:0.2s;
	display: inline-block;
}

.login-sec{
	min-height:65vh;
}
.vote-popup .link:hover{
	background:#050607;
}

.login-wrap{
	width:calc(100% - 80px);
	max-width:540px;
	padding:30px 40px;
	background:#fff;
	-webkit-box-shadow: 0px 1px 1px 0px rgba(0,38,59,0.25); 
	box-shadow: 0px 1px 1px 0px rgba(0,38,59,0.25);
	position:relative;
	margin:0 auto;
}
.login-wrap h3{
	font-size:22px;
	font-weight:bold;
	text-align:center;
	margin-bottom:20px;
}
.login-wrap .login-btn{
	width:100%;
	height:58px;
	line-height:58px;
	font-size:20px;
	text-align:center;
	color:#fff;
	background:#000;
	display: block;
	margin-bottom:15px;
	transition:0.2s;
}
.login-wrap .login-btn.fb-btn{
	background:rgba(59, 87, 157,1);
}
.login-wrap .login-btn.gl-btn{
	background:#4285f4;
}
.login-wrap .login-btn:hover{
	opacity:0.75;
}

.prize-text{
	max-width: 720px;
	text-align:left;
}
.prize-text.prize-text2{
	text-align:center;
}
.prize-text .text-pd{
	margin-left:1.2em;
	display: inline-block;
	text-indent: -1em;
}
.prize-text .prize-highlight{
	font-size:20px;
	line-height:1.8em;
	display: block;
	margin:4px 0;
	font-weight:bold;
}
.prize-text .prize-highlight2{
	font-size:20px;
	line-height:1.6em;
	font-weight:bold;
}
.index-sec1-item.prize-item .info .text{
	display: block;
}
.index-sec1-item.prize-item .info .text2{
	font-size: 16px;
	line-height: 1.4em;
	font-weight: bold;
	color: #fff;
	display: block;
	margin:6px 0;
	position:relative;
}
.index-sec1-item.prize-item .cenmid{
	width:60%;
}
.index-sec1-item.prize-item .info .text2:before{
	content: '';
	width:100%;
	height:1px;
	background:rgba(255,255,255,.6);
	margin-bottom:5px;
	display: block;
}
.index-sec1-item.prize-item .info .text2:after{
	content: '';
	width:100%;
	height:1px;
	background:rgba(255,255,255,.6);
	margin-top:5px;
	display: block;
}
.index-sec1-item.prize-item .info .text3{
	font-size: 22px;
	line-height: 1.6em;
	font-weight: bold;
	color: #fff;
	display: block;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
	.rwd-width-limited{width:calc(100% - 40px);}
	.index-news {
		width: calc(50% - 10px);
		margin-bottom: 30px;
	  }
	.index-news.index-news-l .info{
		height:56px;
	}
	.index-news.index-news-l .info .text{
		font-size:18px;
		line-height: 28px;
	}
	.index-news .pic .pic-adj{
		padding-bottom:100%;
	}
	.index-news .info {
		padding: 0 15px;
	  }
	.index-news .info .text{
		font-size:16px;
		line-height: 26px;
	}
	.visual-wrap.visual-vote{
		height:initial;
		padding-bottom:0;
	}
	.vote-tab-item{
		width:120px;
		height:120px;
		background-size: cover;
	}
	.vote-tab-item .cenmid h3{
		font-size:18px;
	}
	.vote-desc p{
		padding:0 15px;
		font-size:18px;
	}
	.vote-tab-item.active, .vote-tab-item:hover {
		background-size: cover;
	  }
	.one-vote-item{
		width:calc(33.33% - 60px);
		margin: 0 10px 20px;
	}
	.one-vote-item .vote-btn{
		font-size:16px;
	}
}
@media screen and (min-width: 768px) and (max-width: 899px){
	header .inner .hlp{
		width:0;
	}
	header .inner .hrp{
		width: initial;
		height:100px;
		position: absolute;
		right:60px;
	}
	.rwd-web{display: none;}
	.rwd-mobile{display: block;}

	.index-sec1-bgitem3 {
		max-width: 318px;
		width: 30vw;
		left: -3%;
		top: 30%;
	}
	.index-sec1-bgitem4 {
		max-width: 314px;
		width: 29.6226vw;
		right: -2%;
		bottom: 26%;
	}

	.index-news.index-news-l .info{
		height:54px;
	}
	.index-news.index-news-l .info .text{
		font-size:17px;
		line-height: 27px;
	}
	.index-news .info .text{
		font-size:15px;
		line-height: 23px;
	}
}

@media screen and (max-width: 767px) {
	.rwd-width-limited{width:calc(100% - 20px);}
	.header-gap {
    margin-top: 80px;
	}
	
	header{height:80px;}
	header .inner{
		height:80px;
	}
	header .inner .logo{
		width:135px;
		height:18px;
		padding:0;
		margin: 31px 0;
	}
	header .inner .hlp{
		width:0;
	}
	.footer-r{
		width:100%;
		margin-top:20px;
	}
	.rwd-web{display: none;}
	.rwd-mobile{display: block;}
	
	.visual-wrap{
		height:initial;
		padding-bottom:60%;
	}

	.sec-pd{
		padding:50px 0 40px;
	}
	.index-sec1-bgitem3 {
		top: 40%;
	}
	.index-sec1-item{
		width:140px;
		height:140px;
		margin:0 8px 12px;
	}
	.index-sec1-item .info .text{
		font-size:20px;
	}
	.index-sec1-item .info .text-prized.cenmid{
		width:90%;
	}
	.index-sec1-item .info .text-prized.cenmid .text{
		font-size:20px;
		line-height:1.3em;
		height:initial;
	}
	.index-sec1-item .info .text2{
		font-size:15px;
		line-height:1.6em;
		color:#fff;
		display: block;
		margin-top:3px;
	}
	.index-sec1-item .info .top-line{
		top:-8px;
	}
	.index-sec1-item .info .bot-line{
		bottom:-8px;
	}

	.index-news {
		width: 100%;
		margin-bottom: 20px;
	}
	.index-news.index-news-l .info{
		height:52px;
	}
	.index-news.index-news-l .info .text{
		font-size:18px;
		line-height:26px;
	}
	.index-news .info .text{
		font-size:15px;
		line-height:23px;
		letter-spacing:0;
	}

	.visual-wrap.visual-vote .visual-vote-mobile-bg{
		display: block;
	}
	.visual-wrap.visual-vote{
		height:initial;
		padding-bottom:0;
	}
	.visual-wrap.visual-vote .visual-con{
		padding:40px 0;
	}
	.vote-tab{
		margin-bottom:20px;
	}
	.vote-spotlight{
		opacity:0.4;
	}
	.vote-medal{
		max-width:385px;
		width:100%;
		margin-bottom:20px;
	}
	.vote-medal.vote-medal2{
		margin-bottom:10px;
	}
	.vote-medal .title h2{
		font-size:30px;
	}
	.vote-desc p{
		font-size:16px;
		line-height:1.45em;
	}
	.vote-tab-item {
		width: 100px;
		height: 100px;
		background-size: cover;
		margin: 0 4px 8px;
	}
	.vote-tab-item.active, .vote-tab-item:hover{
		background-size: cover;
	}
	.vote-tab-item .cenmid{
		width:100px;
	}
	.vote-tab-item .cenmid h3{
		margin-top:6px;
		font-size:16px;
	}

	.one-vote-item{
		width: calc(50% - 36px);
		padding: 10px;
		margin: 0 8px 20px;
	}
	.one-vote-item .title{
		font-size:16px;
	}
	.one-vote-item .vote-btn{
		font-size:15px;
	}
	.one-vote-item .vote-btn::before{
		width:18px;
		height:9px;
		background-size: cover;
		top: 24px;
	}
	.one-vote-item .vote-btn::after{
		width:18px;
		height:9px;
		background-size: cover;
		top: 24px;
	}
	.one-vote-item .vote-btn.vote-down.vote-this::before{
		background-size: cover;
	}

	.vote-popup .link{
		font-size:16px;
	}

	.index-sec1-item.prize-item .info .text{
		height:24px; 
		line-height: 24px;
		font-size:18px;
	}
	.index-sec1-item.prize-item .info .text2{
		font-size:13px;
		margin:4px 0;
	}
	.index-sec1-item.prize-item .info .text3{
		font-size:14px;
		display: none;
	}
	.index-sec1-item.prize-item .info .text2::before {
		margin-bottom:3px;
	}
	.index-sec1-item.prize-item .info .text2::after {
		margin-top:3px;
	}

}

@media screen and (max-width: 359px) {
}

@media screen and (max-device-width: 480px) {
	
}
