body{
	background: #2A2A2A;
}

.contest1-bg{
	position: absolute;
    width: 100%;
    top: 0;
    z-index: -1;
}

.contest1{
	margin-top: 150px;
	margin-bottom: 70px;
}

.contest1 p{
	color: #FFF;
	font-size: 50px;
	font-weight: 700;
	margin-top: 26px;
}

.contest1 .img1{
	height: 50px;
	margin-top: 30px;
	margin-bottom: 20px;
}

.contest1 .p1{
    font-family: auto;
    font-weight: 700;
    color: #ffffff;
    font-size: 90px;
    letter-spacing: 0;
    line-height: normal;
    white-space: nowrap;
    margin-top: 40px;
}
.contest1 .p2{
    color: #ffffff;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 28px;
    margin-top: 10px;
}

.contest1 .a1{
	display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 72px;
    position: relative;
    flex: 0 0 auto;
    background-color: #FFDE6E;
    border-radius: 8px;
    color: #2A2A2A;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 60px;
}

.contest1 .a2{
	display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 72px;
    position: relative;
    flex: 0 0 auto;
    border-radius: 8px;
	border: 1px solid #FFDE6E;
    color: #FFF;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 60px;
	margin-left: 20px;
}


.contest3{
	margin-top: 50px;
}

.contest3 .more{
	color: #FFF;
	font-size: 20px;
	font-weight: 350;
	float: right;
	display: inline;

}
.contest3 .more:hover{
	color: #FFDE6E;
}
.contest3 .more svg{
	margin-left: 10px;
}



.contest2 .contest-type a{
	border-radius: 100px;
	border: 1px solid #585858;
	background: #313131;
	padding: 14px 26px;
	color: #FFF;
	font-size: 18px;
	font-weight: 350;
	margin-right: 20px;
}
.contest2 .contest-type a.active{
	color: #FFDE6E;
	border: 1px solid #FFDE6E;
}
.contest2 .contest-type a:hover{
	color: #FFDE6E;
	border: 1px solid #FFDE6E;
}
.contest2 .contest-type-sub .contest-filter{
	position: relative;
	display: inline-block;
	margin-top: 60px;
	margin-right: 50px;
}
.contest2 .contest-type-sub .contest-filter a{
	color: #FFF;
	font-size: 16px;
	font-weight: 350;
}
.contest2 .contest-type-sub .contest-filter a:hover{
	color: #FFDE6E;
}
.contest-choose{
	position: absolute;
	top: 0;
	border-radius: 8px;
	border: 1px solid #4C4C4C;
	background: #2A2A2A;
	box-shadow: 0px 12px 40px 0px rgba(25, 27, 28, 0.16);
	padding: 30px 30px 20px;
	left: 0;
	top: 200%;
	display: none;
	z-index: 10;
}
.contest-choose p{
	color: #949699;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 16px;
}
.contest-choose li{
	padding: 10px 0 10px;
	width: 180px;
}
.contest-choose li a{
	color: #FFF;
	font-size: 16px;
	font-weight: 350;
}
.contest-choose li:hover a{
	color: #FFDE6E;
}
.contest-choose li.active{
	background: url('../image/index-icon-11.svg');
    background-repeat: no-repeat;
    background-position: center right;
    background-size: auto;
}
.flipped {
    transform: rotate(180deg);
}

@media(max-width:992px) {
	.contest1{
		margin-top: 70px;
		margin-bottom: 24px;
	}
	.contest1 .img1{
		width: 64%;
		height: auto;
		margin-left: 3%;
		margin-bottom: 10px;
	}
	.contest1 p{
		font-size: 34px;
		margin-left: 2.5%;
		margin-top: 4px;
	}
	.contest2 .contest-type a{
		padding: 6px 18px;
		font-size: 14px;
		margin-right: 14px;
	}
	#country-filter{
		overflow-x: auto;  
  		white-space: nowrap;  
  		-webkit-overflow-scrolling: touch;
  		padding: 20px 0px 20px 20px;
	}
	#country-filter::-webkit-scrollbar {  
	  display: none;  
	}  
	.contest2 .contest-type-sub .contest-filter{
		margin-top: 20px;
		padding-left: 3%;
		margin-right: 20px;
	}
	.contest-choose li{
		width: 148px;
	}
	.contest2 .contest-type-sub .contest-filter a{
		font-size: 14px;
	}
	.contest3{
		margin-top: 40px;
		padding: 0 3%;
	}
	.contest-choose{
		padding: 20px 20px 16px;
	}
	.en-box .contest1 p{
		font-size: 24px;
		line-height: 32px;
	}
	.en-box .contest1{
		margin-bottom: 12px;
	}
}
