body {
	font-size: 16px;
	position: relative;
	background-color: #f6f6f6;
}

@media (min-width: 1440px) {

	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl {
		max-width: 1400px;
	}
}

.menu-item>a:hover {
	color: #c28436;
}

.grid_12 {
	background: rgba(255, 255, 255, .58);
	backdrop-filter: none;
}

.footer {
	/* background: transparent; */
	color: #ccc;
	text-align: center;
	font-size: 12px;
	padding: 20px;
	z-index: 200;
	/* position: absolute; */
	width: 100%;
	/* margin-top: 50px; */
	/* margin-top: -100px; */
	/*  left: 50%;
	    bottom: 0;
		transform: translateX(-50%); */
}

/* 弹窗 */

.dialog {
	width: 1100px;
	position: fixed;
	left: 50%;
	margin-left: -550px;
	top: 10%;

	background: #fff;
	z-index: 3001;
	display: none;
	border-radius: 8px;
	webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: .3s;
	animation-duration: .3s;
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn;
	/* background-image: url(../img/noms_bg.png); */
	background-position: -115px bottom;
	background-size: 100%;
	/* border: 4px solid #03adf2; */
	background: linear-gradient(300deg, rgb(255, 255, 255) 40%, #f0e9dc);
	background: -webkit-linear-gradient(300deg, rgb(255, 255, 255) 40%, #f0e9dc);
}

@keyframes bounceIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(.5);
		-ms-transform: scale(.5);
		transform: scale(.5);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
}

-webkit-@keyframes bounceIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(.5);
		-ms-transform: scale(.5);
		transform: scale(.5);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
}

.dialog .close-btn {
	position: absolute;
	background: rgba(0, 0, 0, .8);
	font-size: 16px;
	line-height: 28px;
	color: #fff;
	width: 34px;
	height: 34px;
	border-radius: 20px;
	right: 0;
	top: -45px;
	text-align: center;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	border: 2px solid #ccc;

}


.dialog .close-btn img {
	height: 20px;
	margin-top: 4px;
}

.dialog-cnt-advantage-text,
.dialog-cnt-advantage-text a {
	font-weight: 300;
	color: #666;
	line-height: 24px;
	font-size: 14px;
}

.dialog-cnt-advantage-text a:hover {
	color: #666;
}

.dialog-title {
	padding: 20px;
	border-bottom: 1px solid #e5e5e5;
}

.dialog-cnt-advantage {
	width: 100%;
	/* float: 100%; */
	text-align: left;
	padding-top: 10px;
}

.dialog-cnt-brief {
	width: 25%;
	float: right;
}

.dialog-cnt-brief img {
	margin-bottom: 14px;
}

.name-ch {
	display: block;
	line-height: 24px;
	font-size: 20px;
	color: #333;
	text-align: left;
	font-weight: bold;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
}

.name-en {
	color: #666;
	font-weight: normal;
	font-size: 12px;
}

.dialog-cnt {
	padding: 20px;
	height: 400px;
	overflow-y: scroll;
	overflow-x: hidden;
	margin-bottom: 0;
}

/* 弹窗end */
.btm-bg {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}


.nav-btns a {
	display: block;
	width: 160px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	color: #fff;
	background: linear-gradient(to right, #eb7f3e, #f6c656);
	background: -webkit-linear-gradient(to right, #eb7f3e, #f6c656);
	font-size: 16px;
	font-weight: 700;
}

.nav-btns a:hover {
	opacity: .85;
}

.banner {
	position: relative;
	overflow: hidden;
}

.banner .cube {
	position: absolute;
	right: 30%;
	top: 12%;
	animation: square_rotate 10s linear infinite alternate both;
	z-index: 50;
}

.banner .cube2 {
	position: absolute;
	right: 20%;
	top: 60%;
	animation: square_rotate2 10s linear infinite alternate both;
	z-index: 50;
}

@keyframes square_rotate {
	0% {
		transform: rotate(0deg) scale(1);
		transform-origin: 60% 60%;
	}

	100% {
		transform: rotate(360deg) scale(0.5);
		transform-origin: 60% 60%;
	}
}

@keyframes square_rotate2 {
	0% {
		transform: rotate(0deg) scale(1.2);
		transform-origin: 60% 60%;
	}

	100% {
		transform: rotate(-180deg) scale(0.8);
		transform-origin: 60% 60%;
	}
}

.banner i {
	display: none;
	position: absolute;
	z-index: 50;
	/* -webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-name: scroll;
	animation-name: scroll; */
	position: absolute;
	right: 75%;
	bottom: 55%;
	opacity: .65;
}

.banner .icons i:nth-child(2) {
	left: 38%;
	right: auto;
	bottom: 30%;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
}

.banner .icons i:nth-child(3) {
	right: 40%;
	bottom: 35%;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
}

.banner .icons i:nth-child(4) {
	right: 30%;
	bottom: 25%;
	-webkit-animation-duration: 3.5s;
	animation-duration: 3.5s;
}

.banner .icons i:nth-child(5) {
	right: 30%;
	bottom: 45%;
	-webkit-animation-duration: 2.5s;
	animation-duration: 2.5s;
}

.banner .icons i:nth-child(6) {
	right: 8%;
	bottom: 35%;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
}

/* @keyframes scroll{
	0% {
	    opacity: .2;
	}
	
	100% {
	    opacity: 1;
	}
} */
.banner_text {
	width: 45%;
	position: absolute;
	left: 25%;
	top: 14%;
	z-index: 5;
	animation: 1s both scale;
}

@keyframes scale {
	0% {
		left: 0;
		transform: scale(1.15);
		opacity: 0;
	}

	100% {
		transform: scale(1);
		left: 25%;
		opacity: 1;
	}
}


.kv .star-l {
	position: absolute;
	left: 20%;
	top: 10%;
	animation: star-o 0.8s linear infinite;
	-webkit-animation: star-o 0.8s linear infinite;
	-moz-animation: star-o 0.8s linear infinite;
}

.banner .star-r {
	position: absolute;
	right: 21.5%;
	top: 30%;
	animation: star-o 2s linear infinite;
	-webkit-animation: star-o 2s linear infinite;
	-moz-animation: star-o 2s linear infinite;
}

@keyframes star-o {
	0% {
		opacity: .6;
		transform: scale(.85);
	}

	100% {
		opacity: 1;
		transform: scale(1.5);
	}
}

.banner_img {
	position: absolute;
	top: 17%;
	right: 8%;
	z-index: 2;
	width: 20%;
}

.five_img {
	position: absolute;
	bottom: 0;
	right: 10%;
	z-index: 0;
	/* height: 100%; */
	width: 54.84%;

}

.comp_img {
	position: absolute;
	bottom: 140px;
	right: 55%;
	z-index: 2;
	width: 12.04%;
}

.banner video {
	object-fit: fill;
}

.banner .fix_box {
	/* position: fixed; */
	width: 100%;
	/* height: 100%; */

}

.banner .kv {
	position: relative;
	margin: 0;
	height: 44vw;
	overflow: hidden;
}

.nav-tab {
	overflow: hidden;
	border-bottom: none;
	background-color: rgba(194, 132, 54, 0.3);
	position: relative;
	margin-top: -64px;
}

.nav-tab li {
	float: left;
	width: 22%;
	height: 64px;
	margin-right: 3.5%;
	text-align: center;
	/* border: 2px solid #00e2ff; */
	border-radius: 4px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	cursor: pointer;
	position: relative;
	color: #20275d;
	/* box-shadow: 3px 0px 8px rgba(22,228,241,0.4);
			-webkit-box-shadow:3px 0px 8px rgba(22,228,241,0.4); */


}

/* .nav-tab li:hover a{
	color: #c28436;
} */
.nav-tab li:last-child {
	margin-right: 0;
}

.nav-tab li a {
	color: #66451d;
	text-align: center;
	line-height: 64px;
	font-size: 18px;
	position: relative;
	z-index: 10;
}

.nav-tab>li>a:hover {
	border: none !important;

}

.nav-tab li span {
	display: block;
	position: absolute;
	width: 0;
	background-image: linear-gradient(60deg, rgba(230, 159, 72, .26), rgba(131, 102, 71, 0));
	background-image: -webkit-linear-gradient(60deg, rgba(230, 159, 72, .26), rgba(131, 102, 71, 0));
	backdrop-filter: blur(2px);
	top: 0;
	left: 0;
	height: 100%;
	z-index: 1;
	transition: all .5s;
}

.nav-tab li:hover span {
	width: 100%;
}

.main {
	background: #f6f6f6;
	background-size: cover;
	position: relative;
	/* padding-bottom: 60px; */
}

.tit img {
	height: 70px;
}

.m {
	position: absolute;
	position: absolute;
	width: 34%;
	bottom: 15%;
	left: 2%;
	transform: rotate(45deg) scale(0.8);
	opacity: 0;
	transform-origin: left bottom;
	animation: p1 1.2s ease-in-out 1 normal, p2 20s ease-in-out 1.5s infinite alternate;
	animation-fill-mode: forwards;
}

@keyframes p1 {
	0% {
		transform: rotate(45deg) scale(0.8);
		opacity: 0;
		filter: grayscale(100%);
	}

	100% {
		transform: rotate(0deg) scale(1.05);
		opacity: 1;
		filter: grayscale(0%);
	}
}

@keyframes p2 {
	0% {
		transform: rotate(0deg) scale(1.05);
	}

	33% {
		transform: rotate(-5deg) scale(1.02);
	}

	66% {
		transform: rotate(5deg) scale(1);
	}

	100% {
		transform: rotate(0deg) scale(1.05);
	}
}

.intro {
	position: relative;
	padding-top: 60px;
	overflow: hidden;
	padding-bottom: 60px;
}

.intro_cnt {
	display: flex;
	flex-wrap: wrap;
	position: absolute;
	/* left: 160px; */
	top: 150px;
	padding: 0 50px 50px 160px;
	z-index: 50;
}

.intro>.container {
	z-index: 20;
}

.intro_l {
	width: 75%;
	line-height: 30px;
	padding-right: 40px;


}

.intro_l span {
	color: #eb7f3e;
}

.intro_r {
	width: 25%;
	position: relative;

}

.intro_r img {
	border-radius: 10px;
}

.intro_r .video_btn {
	display: block;
	position: absolute;
	left: 50%;
	bottom: 10px;
	transform: translateX(-50%);
	width: 160px;
	height: 40px;
	border-radius: 40px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	background: linear-gradient(to right, #eb7f3e, #f6c656);
	z-index: 50;
}

.intro_r .video_btn .iconfont {
	padding-left: 5px;
	font-size: 20px;
	vertical-align: middle;
}

.intro_r .video_btn:hover {
	background: #eb7f3e;
}

.intro .bg_l {
	position: absolute;
	left: 0;
	z-index: 1;
	top: -70%;
	opacity: .3;
}

.intro .bg_r {
	position: absolute;
	left: 0;
	z-index: 1;
	top: -70%;
	opacity: .3;
}

.intro .bg_m {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
	top: -65%;
	opacity: 1;
}

.bg_wrapper {
	background: url(../images/bg3.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
	padding-bottom: 100px;
}

.title {
	text-align: center;
	font-size: 48px;
	font-weight: 700;
	margin-top: 60px;
	margin-bottom: 34px;
	position: relative;
	z-index: 10;
}

.title span {
	position: relative;
	display: inline-block;
	padding: 0 2vw 0 4vw;
	background: url(../images/tit_dec.png) center bottom no-repeat;
	background-size: 100% 60%;
	line-height: 1.1;
}

.proccess_cnt {
	position: relative;
	/* display: flex;
	justify-content: center; */
}


.proccess_cnt .center {
	position: relative;
	display: block;
	background: url(images/center-bg2.png);
	/* background-size: 115%; */
	width: 100%;
	height: 580px;
	background-position: center -120px;
	position: relative;
	/* opacity: .85; */

}

.proccess_cnt .steps {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	position: absolute;
	top: 25%;
	justify-content: space-evenly;
}

/* .proccess_cnt .step01,.proccess_cnt .step04{
	margin-top: -50px;
} */
.proccess_cnt .step_img {
	width: 145px;
	height: 145px;
	background-color: #fff;
	border: 1px solid #f0eceb;
	display: flex;
	justify-items: center;
	align-items: center;
	border-radius: 180px;
}

.proccess_cnt .step_img img {
	height: 100px;
}

/* 
.proccess_cnt .step01 {
	position: absolute;
	left: 5%;
	top: 16%;
}

.proccess_cnt .step02 {
	position: absolute;
	left: 25%;
	top: 35%;
}

.proccess_cnt .step03 {
	position: absolute;
	left: 46%;
	top: 52%;

}

.proccess_cnt .step04 {
	position: absolute;
	right: 10%;
	top: 65%;
}
 */
.proccess_cnt .step {
	text-align: center;
	font-size: 28px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: calc(25% - 20px);
}

.proccess_cnt .step p {
	width: 100%;
	margin-top: 30px;
}

.proccess_cnt .step span {
	display: block;
	color: #c28436;
	font-size: 24px;
	margin-top: 20px;
}

.setting {
	margin-top: -80px;
}

.setting .up,
.setting .down {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	margin-top: 30px;
}

.setting .up_item,
.setting .down_item {
	background: url(../images/set_bg01.png) no-repeat 0 0;
	width: calc(33.33% - 15px);
	padding: 40px 24px;
	position: relative;
	/* border-radius: 16px; */
	/* overflow: hidden; */
	text-align: center;
}

.setting .up_item .hide_box {
	position: absolute;
	width: calc(100% - 8px);
	left: 0;
	margin-left: 4px;
	background: #fdf7f5;
	padding: 0 18px 24px 18px;
	border: 2px solid #fff;
	border-top: 0;
	z-index: 100;
	display: none;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
	opacity: 0;
}

#first .mask {
	background: linear-gradient(to top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
	width: calc(100% - 4px);
	height: 50%;
	position: absolute;
	left: 2px;
	bottom: 12px;
}

#first .up_more {
	display: block;
	position: absolute;
	left: 50%;
	bottom: -50px;
	transform: translateX(-50%);
	opacity: 0.5;
	color: rgb(0, 71, 204);
	overflow: hidden;
	animation: 1s ease 0s infinite normal both running fadeInBottom;
	color: #eb7f3e;
	font-size: 24px;
}

@keyframes fadeInBottom {
	0% {
		bottom: 15px;
	}

	100% {
		bottom: 20px;
		opacity: 1;
	}
}

.setting .up_item:hover .hide_box {
	display: block;
	opacity: 1;
}

.setting #first:hover .mask {
	display: none;
}

.setting .down_item {
	width: calc(25% - 15px);
	background: url(../images/set_bg02.png) no-repeat 0 0;
	position: relative;
}

.setting .tag {
	position: absolute;
	right: 6px;
	top: 20px;
	/* display: none; */
	display: block;
	width: 100px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	color: #c28436;
	/* background: linear-gradient(to right, #eb7f3e, #f6c656); */
	font-size: 14px;
	border-radius: 36px 0 0 36px;
	background-image: linear-gradient(0deg, rgba(235, 127, 62, .18), #fff);
	background-image: -webkit-linear-gradient(0deg, rgba(255, 193, 56, .2), #fff);
	/* border: 2px solid #fff; */
	cursor: pointer;


}

.setting .tag:hover {
	background: linear-gradient(to right, #eb7f3e, #f6c656);
	color: #fff;
}

.setting .tag span {
	font-size: 12px;
}

.setting .down_item .tag {
	right: 3px;
}

.setting .tag img {
	height: 50px;
}

.setting .up_item p,
.setting .down_item p {
	color: #1f2020;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 24px;
	margin-top: 30px;
	line-height: 22px;
}

.setting .dialog-cnt-advantage>p {
	color: #444;
	font-weight: normal;
	margin-top: 0;
}

.setting .up_item>ul li,
.setting .down_item>ul li {
	background: #fff;
	padding: 12px;
	margin-bottom: 10px;
	border-radius: 4px;
	font-size: 15px;
}

.dialog-cnt-advantage-text ul li {
	width: 100%;
	float: left;
	line-height: 34px;
	position: relative;
	padding-left: 14px;
}

.dialog-cnt-advantage-text ul li:before {
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	border-radius: 8px;
	background-color: #eb7f3e;
	left: 0;
	top: 40%;
}

.up_item:nth-child(1) .dialog-cnt-advantage-text li {
	width: 33.33%;
}

.up_item:nth-child(2) .dialog-cnt-advantage-text li {
	width: 33.33%;
}

.judge ul {
	display: flex;
	flex-wrap: wrap;
	/* justify-content: center; */
	gap: 30px;
	margin-top: 50px;
}

.judge ul li {
	width: calc(20% - 30px);
	overflow: hidden;
}

.s-sponsor {
	padding-bottom: 20px;
}



.sponsor li {
	padding: 5px;
	height: 74px;
	width: 15.5%;
	float: left;
	margin-right: 1%;
	background: #fff;
	margin-bottom: 10px;
	background-size: contain;
	overflow: hidden;
}

.sponsor li a {
	display: block;
	overflow: hidden;
	width: 96%;
	height: 68px;
	position: relative;
	background-color: #fff;
}

.sponsor li:nth-child(6n) {
	margin-right: 0;
}

.sponsor-title {
	font-size: 20px;
	color: #1f2020;
	font-weight: bold;
	position: relative;
	padding-left: 6px;
	margin-bottom: 20px;
	margin-top: 30px;

}


.sponsor-title:before {

	background: #ff00ff;
	;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0;
	top: -4px;
}

.sponsor ul {
	overflow: hidden;
	margin-bottom: 20px;
	padding: 0;
}



.sponsor li img {
	max-height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.o-sponsor li:nth-child(1) img {
	max-height: 15px;
}

.o-sponsor li:nth-child(2) img {
	max-height: 28px;
}

.o-sponsor li:nth-child(3) img {
	max-height: 28px;
}

.o-sponsor li:nth-child(5) img {
	max-height: 38px;
}

.o-sponsor li img {
	max-height: 48px;
}

.contact {
	position: relative;
	/* padding-top: 60px; */
	overflow: hidden;
	padding-bottom: 60px;
}

.contact ul {
	display: flex;
	/* justify-content: space-between; */
	flex-wrap: wrap;
	align-content: space-between;
	gap: 30px;
	margin-top: 50px;

}

.contact ul li {
	width: calc(50% - 30px);
	width: -webkit-calc(50% - 30px);
	/* margin-right: 20px; */
	background: url(../images/contact_bg.png) no-repeat 0 0;
	padding: 80px 30px 30px 100px;
	/* border: 2px solid #fff; */
	border-radius: 10px;
	position: relative;
	overflow: hidden;
	width: 665px;
	height: 275px;

}

.contact ul li>div {
	color: #1f2020;
	line-height: 40px;
	opacity: .7;
}

.contact ul li>div a {
	color: #1f2020;
}

.contact ul li .tit {
	font-size: 28px;
	/* font-weight: bold; */
	margin-bottom: 20px;
	opacity: 1;
}

.contact ul li p {

	font-size: 40px;
	/* font-weight: bold; */
	/* opacity: .15; */
	color: #c28436;
	margin-bottom: 8px;
}

.aside {
	overflow: hidden;
	position: fixed;
	right: 25px;
	bottom: 10px;
	z-index: 5000;

	border-radius: 4px;
	padding-top: 6px;
	background: linear-gradient(to bottom, rgba(194, 132, 54, 0.5), rgba(194, 132, 54, 0.2));
	background: -webkit-linear-gradient(to bottom, rgba(194, 132, 54, 0.5), rgba(194, 132, 54, 0.2));
	backdrop-filter: blur(5px);
}


.aside li {
	padding: 6px 14px;
	border-top: 1px solid rgba(255, 255, 255, .1);
	text-align: center;
}

.aside li:first-child {
	border-top: 0;

}

.aside li a,
.aside li span {
	color: #fff;
	font-size: 14px;
	cursor: pointer;
	line-height: 28px;

}

.aside li :hover {
	color: #c28436;
}

@media (max-width:1600px) {

	.intro {
		padding-top: 40px;
	}

	.nav-tab li {
		height: 54px;
	}

	.nav-tab li a {
		font-size: 15px;
		line-height: 54px;
	}

	.intro_cnt {
		top: 100px;
	}

	.intro_l {
		font-size: 15px;
	}

	.intro_cnt {
		font-size: 15px;
		padding: 50px 50px 50px 130px;
	}

	.contact ul {
		gap: 20px;
	}

	.contact ul li {
		width: calc(50% - 20px);
		width: -webkit-calc(50% - 20px);
	}

	.proccess_cnt .steps {
		top: 30%;
		justify-content: space-evenly;
		width: 100%;
		padding: 0 5%;
	}

	.proccess_cnt .step_img {
		width: 120px;
		height: 120px;

	}

	.proccess_cnt .step_img img {
		height: 80px;
	}

	.proccess_cnt .step p {
		font-size: 24px;
	}

	.proccess_cnt .step span {
		font-size: 20px;
	}

	.setting {
		margin-top: -120px;
	}
}

@media (max-width:1440px) {


	.proccess_cnt .center {
		background-size: 120% !important;
	}

	.intro_cnt {
		font-size: 15px;
		padding: 0 50px 50px 130px;
	}
}

@media (max-width:1199px) {
	.proccess_cnt .steps {
		top: 20%;
	}

	.dialog {
		width: 68%;
		position: fixed;
		left: 50%;
		margin-left: -34%;
		top: 15%;
	}

	.proccess_cnt .step_img {
		width: 120px;
		height: 120px;
	}

	.proccess_cnt .step_img img {
		height: 80px;
	}


	.title {
		font-size: 40px;
	}

	.proccess_cnt .step {
		font-size: 28px;
	}

	.proccess_cnt .step span {
		font-size: 20px;
	}

	.setting .up_item>ul li,
	.setting .down_item>ul li {
		font-size: 13px;
	}

	.setting .tag {
		position: absolute;
		right: 2px;
		top: 20px;
		/* display: none; */
		display: block;
		width: 90px;
		height: 32px;
		text-align: center;
		line-height: 32px;
		color: #c28436;
		/* background: linear-gradient(to right, #eb7f3e, #f6c656); */
		font-size: 12px;
		border-radius: 36px 0 0 36px;
		background-image: linear-gradient(0deg, rgba(235, 127, 62, .18), #fff);
		background-image: -webkit-linear-gradient(0deg, rgba(255, 193, 56, .2), #fff);
		/* border: 2px solid #fff; */
		cursor: pointer;
	}

	.bg_wrapper {
		padding-bottom: 0;
	}

	.setting .tag {
		position: absolute;
		right: 2px;
		top: 20px;
		/* display: none; */
		display: block;
		width: 90px;
		height: 32px;
		text-align: center;
		line-height: 32px;
		color: #c28436;
		/* background: linear-gradient(to right, #eb7f3e, #f6c656); */
		font-size: 12px;
		border-radius: 36px 0 0 36px;
		background-image: linear-gradient(0deg, rgba(235, 127, 62, .18), #fff);
		background-image: -webkit-linear-gradient(0deg, rgba(255, 193, 56, .2), #fff);
		/* border: 2px solid #fff; */
		cursor: pointer;
	}

}

@media (max-width:991px) {

	.proccess_cnt .center {
		background-size: 120% !important;
		background-position: center -100px !important;
	}

	.title {
		font-size: 36px;

	}

	.intro {
		overflow: visible;
	}

	.intro_cnt {
		/* font-size: 14px; */
		padding: 0 30px 30px 60px;
		top: 70px;
	}

	.intro_l {
		font-size: 14px;
		line-height: 26px;
	}

	.intro_r .video_btn {
		bottom: 50px;
	}

	.proccess_cnt .center {
		height: 450px;
	}

	.proccess_cnt .step_img {
		width: 100px;
		height: 100px;
	}


	.setting .up_item,
	.setting .down_item {
		width: calc(33.33% - 15px);
	}

	.judge ul li {
	
		width: calc(25% - 30px);
	}

	.contact ul li {
		padding: 60px 30px 30px 80px;
		height: 200px;
	}

	.contact ul li p {
		font-size: 24px;
	}

	.contact ul li .tit {
		font-size: 16px;
	}

}

@media (max-width:767px) {
	.up_item:nth-child(1) .dialog-cnt-advantage-text li {
		width: 100%;
	}

	.up_item:nth-child(2) .dialog-cnt-advantage-text li {
		width: 100%;
	}

	.up_item:nth-child(3) .dialog-cnt-advantage-text li {
		width: 100%;
	}

	.dialog {
		width: 98%;
		position: fixed;
		left: 50%;
		margin-left: -49%;
		top: 15%;
	}

	.setting .up,
	.setting .down {
		margin-top: 0;
	}

	.contact ul li {
		padding: 80px 30px 30px 80px;
		height: 270px;
		width: 100%;
	}

	.sponsor li {
		padding: 5px;
		height: 54px;
		width: 33%;
		float: left;
		margin-right: 10px;
		background: #fff;
		margin-bottom: 10px;
		background-size: contain;
		overflow: hidden;
		width: calc(33.33% - 10px);
	}

	.sponsor li a {
		height: 45px;
	}

	.judge ul li {

		width: calc(50% - 20px);
	}

	.setting .down_item {
		background-size: cover;
	}

	.setting .up_item,
	.setting .down_item {
		width: 100%;
	}

	.setting {
		margin-top: 20px;
	}

	.proccess_cnt .center {
		display: none;
	}

	.proccess_cnt .step_img {
		width: 70px;
		height: 70px;
	}

	.proccess_cnt .step_img img {
		height: 60px;
	}

	.proccess_cnt {
		align-items: flex-start;
	}

	.proccess_cnt .steps {
		position: static;
	}

	.proccess_cnt .step {
		position: static !important;
	}

	.proccess_cnt .step p,
	.proccess_cnt .step p span {
		font-size: 14px;
	}

	.title {
		font-size: 30px;
		margin-top: 28px;
		margin-bottom: 20px;
	}

	.nav-tab {
		margin-top: -14px;
	}

	.nav-tab li {
		height: 40px;
	}

	.nav-tab li a {
		line-height: 40px;
		font-size: 14px;
	}

	.intro i {
		display: none;
	}

	.intro_l,
	.intro_r {
		width: 100%;
		padding: 0;
	}

	.intro_cnt {
		font-size: 14px;
		padding: 20px;
		top: -40px;
	}

	.intro_r img {
		display: none;
	}

	.intro_r .video_btn {

		position: static;

		transform: none;

		margin: 10px auto;
	}

	.bg_wrapper {
		margin-top: 300px;
	}
}
