@charset "UTF-8";
@font-face{
    font-family: "Noto Sans SC", sans-serif;
    font-style: normal;
}
body{
	font-family: "Noto Sans SC", sans-serif !important;
}
.head{
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 999;
	padding-top: 30px;
	padding-bottom: 30px;
}
.head .logo {
    margin-left: 80px;
    width: 196px;
    height: 36px;
}
.head .nav {
    display: inline-flex;
    align-items: center;
    gap: 40px;
    position: absolute;
    top: 24px;
    right: 80px;
}
.head .nav .nav-link{
    font-weight: 400;
    color: #fff;
    font-size: 16px;
}
.head .nav .nav-link.active{
	color: #FFDE6E;
}
.head .lang{
	display: flex;
	padding: 12px 24px;
	align-items: center;
	gap: 12px;
	border-radius: 8px;
	border: 1px solid rgba(255, 255, 255, 0.10);
	background: rgba(255, 255, 255, 0.05);
	cursor: pointer;
	position: relative;
}
.head .lang a{
	color: #FFF;
	leading-trim: both;
	text-edge: cap;
	font-family: "Source Han Sans CN";
	font-size: 16px;
	font-style: normal;
	font-weight: 350;
	line-height: normal;
}
.footer{
	padding: 40px 0;
	margin-top: 80px;
}

.footer img{
	height: 42px;
}
.footer p{
	color: #949699;
	font-size: 16px;
	font-weight: 350;
	text-align: right;
	line-height: 42px;
}

.lang-choose {  
    position: absolute;  
    top: 120%; 
    right: 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;  
    display: none;  
    animation-duration: 0.3s;  
    animation-fill-mode: both;  
} 
@keyframes customFadeInUp {  
  from {  
    opacity: 0;  
    transform: translate3d(0, 20px, 0);  
  }  

  to {  
    opacity: 1;  
    transform: translate3d(0, 0, 0);  
  }  
}  

.custom-fade-in-up {  
  animation-name: customFadeInUp;  
}  

@keyframes customFadeOutDown {  
  from {  
    opacity: 1;  
  }  

  to {  
    opacity: 0;  
    transform: translate3d(0, 20px, 0);  
  }  
}  

.custom-fade-out-down {  
  animation-name: customFadeOutDown;  
}
.lang-choose p{
	color: #949699;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 16px;
}
.lang-choose li{
	padding: 10px 0 10px;
	width: 180px;
	cursor: default;
}
.lang-choose li a{
	color: #FFF;
	font-size: 16px;
	font-weight: 350;
}
.lang-choose li:hover a{
	color: #FFDE6E;
}
.lang-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);
}


.contest-list .contest{
	border-radius: 16px;
	border: 2px solid rgba(255, 255, 255, 0.05);
	background: linear-gradient(0deg, #2F2F2F 0%, #3E3E3E 100%);
	padding: 50px;
	position: relative;
	overflow: hidden;
	margin-bottom: 34px;
}
.contest-list .contest .title{
	color: #FFF;
	font-size: 30px;
	font-weight: 700;
}
.contest-list .contest .date{
	color: #949699;
	font-size: 14px;
	font-weight: 350;
	margin-top: 26px;
}
.contest-list .contest .date em{
	background: #585858;
    width: 1px;
    height: 18px;
    vertical-align: middle;
    display: inline-block;
    margin: 0 22px;
    margin-top: -2px;
}
.contest-list .contest .info{
	border-top: 1px solid #585858;
	margin-top: 30px;
}
.contest-list .contest .info p{
	float: left;
	font-size: 18px;
	font-weight: 350;
	position: relative;
	padding-left: 36px;
	margin-top: 30px;
	margin-right: 40px;
	color: #fff;
	font-weight: bold;
}
.contest-list .contest .info p img{
	position: absolute;
	top: -2px;
	left: 0px;
}
.contest-list .contest .info p span{
	color: #FFDE6E;
	font-weight: normal;
}
.contest-list .contest .reward-m{
	display: none;
}
.contest-list .contest-left{
	width: 62%;
	float: left;
	position: relative;
	z-index: 9;
}

.contest-list .reward{
	width: 38%;
	float: right;
	position: relative;
}
.contest-list .reward p{
	color: #FFDE6E;
	font-size: 42px;
	font-weight: 700;
	position: relative;
	right: 0;
	text-align: right;
}


.contest-list .reward .img1{
	display: inline-block;
	vertical-align: middle;
	margin-right: 16px;
}

.contest-list .reward a{
	display: block;
	color: #2A2A2A;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	float: right;
	margin-top: 30px;
	transition: transform 0.3s ease;
	line-height: 52px;
	padding: 0 70px;
	background: #FFDE6E;
	border-radius: 38px;
	position: relative;
}
.contest-list .reward a{

}

.contest-list .flag{
    position: absolute;           
    top: 0;
    left: 0;
    height: 100%;
    z-index: 0;
}

/*.contest-list .reward span i{
	font-family: "DIN Alternate";
	font-size: 58px;
	font-weight: bold;
}*/

.contest-list .reward a.a-status-2{
	color: #fff;
}
.contest-list .reward a.a-status-2 span,.contest-list .reward a.a-status-3 span{
	background: none;
	border-top: 1px solid #FFDE6E;
	border-bottom: 1px solid #FFDE6E;
}

.contest-list .reward a.a-status-3{
	color: #949699;
	background: none;
	border: 1.5px #585858 solid;

}

.en-box .contest-list .contest .title{
	line-height: 34px;
	font-size: 26px;
}
.en-box .contest-list .reward p{
	font-size: 32px;
}

.copyright-m{
	display: none;
}



@media(max-width:1600px) {
	.id-box .head .nav{
		gap: 26px;
	}
}
@media(max-width:1400px) {
	.id-box .head .nav{
		gap: 5px;
	}
	.id-box .head .lang{
		margin-left: 20px;
	}
	.id-box .head .nav .nav-link{
		font-size: 14px;
	}

	.en-box .contest-list .contest .title{
		font-size: 22px;
	}
	.en-box .contest-list .reward p{
		font-size: 28px;
	}
	.en-box .contest-list .reward .img1{
		width: 56px;
	}
}


@media(max-width:1150px) {
		.head .nav .nav-link{
			display: none;
		}
}

@media(max-width:992px) {
		.head .nav{
			right: 3%;
			top: 14px;
		}
		.head .logo{
			margin-left: 5%;
			width: 42%;
    	height: auto;
		}
		.head .lang{
			border: none;
			background: none;
		}
		.lang-choose li{
			width: 120px;
		}
		.head .lang .lang-a1,.head .lang .arrow-icon{
			display: none;
		}
		.head{
			padding-top: 20px;
    	padding-bottom: 18px;
		}
		.head .lang{
			padding-right: 6px;
			padding-top: 8px;
		}
		.contest-list .contest{
			padding: 26px 6%;
			position: relative;
		}
		.contest-list .contest .title{
			font-size: 20px;
		}
		.contest-list .contest .date{
			display: none;
		}
		.contest-list .reward .img1{
			display: none;
		}
		.contest-list .contest .reward-m{
			display: block;
			color: #FFDE6E;
	    font-size: 34px;
	    font-weight: 700;
	    margin-top: 20px;
		}
		.contest-list .reward p{
			display: none;
		}
		.contest-list .contest-left{
			width: 100%;
		}
		.contest-list .contest .info p span{
			display: none;
		}
		.contest-list .contest .info p{
			padding-left: 30px;
			font-weight: normal;
			font-size: 16px;
			margin-right: 23px;
			margin-top: 23px;
		}
		.contest-list .reward a{
			position: absolute;
			right: 5%;
			bottom: 15px;
			margin-top: 0;
			font-size: 14px;
			padding: 0 22px;
			line-height: 32px;
			border-radius: 8px;
		}
		.contest-list .reward{
			position: unset;
		}
		.contest-list .contest .info{
			margin-top: 23px;
		}
		.footer{
			margin-top: 0px;
			padding-bottom: 24px;
		}
		.footer img{
			height: 28px;
			margin-left: 3%;
		}
		.copyright-pc{
			display: none;
		}
		.copyright-m{
			display: block;
		}
		.footer .col-md-6{
			width: 50%;
		}
		.footer p{
			line-height: 22px;
			padding-right: 3%;
		}

		.contest-list .contest .info p img{
			width: 22px;
		}

		.en-box .contest-list .contest .title{
			font-size: 20px;
			line-height: 28px;
		}
		.en-box .contest-list .contest .reward-m{
			font-size: 26px;
		}
		.en-box .contest-list .contest .info p{
			font-size: 14px;
		}
		.en-box .contest-list .contest .info p img{
			width: 18px;
		}
		.en-box .contest-list .contest .info p{
			padding-left: 23px;
		}
		.en-box .contest-list .contest{
			padding-bottom: 80px;
		}
		.en-box .contest-list .reward a{
			right: 5%;
			width: 89%;
			bottom: 20px;
		}
		.en-box .contest-list .reward a.a-status-3{
			border: 1px #585858 solid;
		}
}
