.wrapper {
	background-color: #000;
}

.grid_12 {
	background-color: #000;
}

.kv {
	position: relative;
	width: 100%;
	height: 44vw;
	overflow: hidden;
	z-index: 0;
}

.a_banner img {
	width: 100%;
}

.r-btn a {
	background: linear-gradient(70deg, #dd1920, #ffb701);
	background: -webkit-linear-gradient(70deg, #dd1920, #ffb701);
}

.r-btn a:hover {
	background-color: #DD191F;
}

.a_banner {
	position: relative;
	width: 100%;
	z-index: 500;
	animation: 1s ease-out 0s 1 normal none running big;
}

.swiper-button-prev,
.swiper-button-next {
	background-color: rgba(250, 181, 43, .12);
}

@keyframes big {
	0% {
		transform: scale(1.1);
	}

	100% {
		transform: scale(1);
	}
}

.mainBG {
	position: fixed;
	top: 0%;
	left: 0%;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-image: url(../images/kv_bg.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.cir {
	position: absolute;
	z-index: 2;
	width: 72.96875%;
	mix-blend-mode: screen;
	top: -40%;
	left: 50%;
	transform: translateX(-50%);
	/* transform: translate(50%,50%);
	transform-origin: center center; */


}

.cir_white {
	position: absolute;
	z-index: 3;
	width: 72.96875%;
	mix-blend-mode: lighten;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transform-origin: center center;
}

.solid_1 {
	position: absolute;
	z-index: 2;
	width: 9.6354166667%;
	top: 58%;
	left: 27%;
}

.solid_2 {
	position: absolute;
	z-index: 2;
	width: 5.3125%;
	top: 14%;
	left: 61%;
}

.solid_3 {
	position: absolute;
	z-index: 2;
	width: 5.2083333333%;
	top: 10%;
	left: 69%;
}

.mainBG .inner {
	position: relative;
	width: 100%;
	height: min(56.25vw, 100vh);
}

.mainBG .inner .halo_1 {
	position: absolute;
	z-index: 1;
	width: 61.5625%;
	top: 10%;
	left: 40%;
	mix-blend-mode: color-dodge;
	opacity: 1;
}

.mainBG .inner .halo_2 {
	position: absolute;
	z-index: 1;
	width: 93.0729166667%;
	top: 2%;
	left: 16%;
	mix-blend-mode: color-dodge;
	opacity: 1;
}

.mainBG .inner .halo_3 {
	position: absolute;
	z-index: 1;
	width: 90.6770833333%;
	top: -10%;
	left: 4%;
	mix-blend-mode: color-dodge;
	opacity: 1;
}

.mainBG .inner .stars {
	position: absolute;
	z-index: 1;
	width: 138.8541666667%;
	top: 20%;
	left: 50%;
	transform: :translate(-50%，-50%);
	mix-blend-mode: color-dodge;
	opacity: .55;
}

.main {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	/* background-image: linear-gradient(0deg, rgba(1, 73, 175, 0.2), rgba(4, 51, 105, 0.5), rgba(2, 37, 93, 0.8));
	    background-image: -webkit-linear-gradient(0deg, rgba(1, 73, 175, 0.2), rgba(4, 51, 105, 0.5), rgba(2, 37, 93, 0.8)); */
	z-index: 500;
	margin-top: -380px;

}

.container {
	position: relative;
	z-index: 10;
}

.title {
	margin-top: 60px;
	margin-bottom: 48px;
	position: relative;
	color: #fff;
	font-size: 34px;
	font-weight: bold;
}

.title img {
	max-height: 80px;
}

.intro_text {
	font-size: 17px;
	color: #fff;
	line-height: 40px;


}

.num {
	margin-top: 50px;
	display: flex;
	align-items: center;
	justify-content: space-around;

}

.num li {
	background: url(../images/num_bg.png) center center no-repeat;
	background-size: cover;
	background-color: rgba(173, 27, 32, .25);
	width: 32%;
	height: 140px;
	display: flex;
	align-content: center;
	justify-content: center;
	line-height: 140px;
	font-size: 20px;
}

.num li span {
	font-size: 48px;
	font-weight: bold;

}

.setting_wrapper {
	width: 100%;
	background: -webkit-gradient(linear, right top, left top, from(#000413), to(#500000));
	background: linear-gradient(270deg, #000413, #500000);
	border: .02rem solid #dd1920;
	margin: 0 auto;
	position: relative;
	z-index: 100;
}

.settting_box {
	width: 100%;
	height: .06rem;
	top: 0;
	left: 0;
	height: 6px;
	background: -webkit-gradient(linear, right top, left top, from(#dd1920), color-stop(64%, #ffb701), to(#dd1920));
	background: linear-gradient(270deg, #dd1920, #ffb701 64%, #dd1920);
}

.setting_con {
	padding: 0 40px 40px 40px;
	min-height: 500px;
}

.setting_tab {
	display: flex;
	align-content: center;
	overflow: hidden;
	border-bottom: .01rem solid hsla(0, 0%, 100%, .2);
	/* justify-content: center; */
}

.setting_tab li {
	padding: 20px;
	font-size: 17px;

}

.setting_tab li.current {
	border-bottom: 2px solid #fab52b;
	color: #fab52b;
	background-color: rgba(250, 181, 43, .12);
}

.setting_list {

	overflow: hidden;
	margin-top: 40px;
	display: none;
}

.setting_list li {
	background-color: #fff;
	color: #333;
	padding: 20px;
	height: 68px;
	margin-right: 20px;
	width: 30%;
	margin-bottom: 20px;
	float: left;
}

.setting_list.long li:last-child {
	width: calc(60% + 20px);
}

.setting_list li span {
	line-height: 30px;
}

.setting_list li img {
	height: 30px;
}

.setting_list li>div {
	display: flex;
	align-content: center;
}

.news_pic .swiper-slide .product_li {
	height: 420px;
	overflow: hidden;
	background-color: #fff;
}

.prize_pic {
	overflow: hidden;
	margin-top: 50px;
	position: relative;
}

.prize_pic .swiper-slide {
	width: 24.5% !important;
	text-align: center;
	font-size: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	/* margin: 0 10px; */
}

.prize_pic .swiper-slide .product_li .product_li_img {
	width: 100%;
	background: #fff;
	margin: 0;
	overflow: hidden;
}

.prize_pic .product_li .product_li_img img {
	height: 100%;
	width: 100%;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.swiper-slide .product_li {
	width: 100%;
	padding: 10px;
	background: #fff;
}

.swiper-slide .product_li:hover img {
	transform: scale(1.03);
}

.swiper-slide .product_li .product_detail {
	margin-top: 24px;
	display: inline-block;
}

.swiper-slide .product_li .product_detail:hover p:first-child {
	color: #fdd100;
}

.swiper-slide .product_li .product_detail:hover .pro_name {
	color: #fdd100;
}

.swiper-slide .product_li .product_detail:hover p:last-child {
	color: #fdd100;
}

.high ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;


}

.high ul li {
	width: 24%;
	height: auto;
	padding: 0 24px;
	/* background: #0c159d; */
	/* border: 1px solid #ededed; */
	/* border-radius: 6px; */
	float: left;
	position: relative;
	/* margin-right: 2%; */
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	/* text-align: center; */
	cursor: pointer;
	height: 320px;

	overflow: hidden;
	background: #620015;
	-webkit-backdrop-filter: saturate(180%) blur(6px);
	backdrop-filter: saturate(180%) blur(6px);
	border: 1px solid #b61c22;
}

.high li .hight_bg {
	position: absolute;
	bottom: 0;
	right: 0;
	height: 100%;
	opacity: 0;

}

.high li .thetitle {
	position: relative;
	z-index: 5;
	font-weight: bold;
	font-size: 17px;

	padding: 20px 0;
	width: 100%;
	color: #fff;
	font-weight: bold;

	text-align: center;

	border-bottom: 0.1rem solid #fab52b;

}


.high li .h_text {
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	margin-top: 24px;
	position: relative;
	z-index: 5;
	text-align: justify;
}

.high li .h_text p {
	position: relative;
	padding-left: 15px;
}

.high li .h_text p:before {
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 8px;
	background-color: #fab52b;
	position: absolute;
	left: 0;
	top: 8px;

}

.why {
	position: relative;
	padding-bottom: 40px;
	/* background: rgba(22, 43, 108, 0.85); */
	z-index: 5;
	margin-top: 60px;
}

.why .w_cnt {
	position: relative;
	z-index: 10;
	line-height: 24px;
}

.why .w_cnt p {
	color: #fff;
}

.why .w_list {

	color: #333;
	margin-top: 36px;
	text-align: justify;
	line-height: 24px;
	font-size: 14px;
}

.why ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 50px;
}

.why ul li {
	width: calc(33.33% - 15px);
	height: auto;
	padding: 30px 30px;
	margin-bottom: 20px;
	/* background: #0c159d; */
	/* border: 1px solid #ededed; */
	/* border-radius: 6px; */
	float: left;
	position: relative;
	/* margin-right: 2%; */
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	/* text-align: center; */
	cursor: pointer;
	height: 280px;
	background: linear-gradient(45deg, #fff, #cae3fd);
	background: -webkit-linear-gradient(45deg, #fff, #cae3fd);
	overflow: hidden;
}

.why ul li.long:before {
	content: '';
	background: linear-gradient(to top, #fff, transparent);
	height: 200px;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}

.why ul li.long:hover {
	height: 400px;
	position: relative;
}

.why ul li.long:hover::before {
	display: none;
}

.why ul li .tit {
	/* color: #333; */
	font-size: 20px;
	/* color: #333;
	    font-size: 18px;
	    position: absolute;
	    top: 30px;
	    left: 0;
	 
	    background: linear-gradient(135deg, #06d7e2, #0084d5);
	    background: -webkit-linear-gradient(135deg, #06d7e2, #0084d5);
	    padding: 10px 30px;
	    width: 70%;
	    color: #fff;
	    
	    border-radius: 0 80px 0 0; */
	color: #0047cc;
	position: relative;
	font-weight: bold;
}

.why ul li .tit:after {
	content: '';
	width: 100%;
	height: 1px;
	background-color: #dce0e5;
	position: absolute;
	bottom: -15px;
	left: 0;
	z-index: 5;
}

.why ul li .tit:before {
	content: '';
	width: 15%;
	height: 3px;
	background-color: #0047cc;
	position: absolute;
	bottom: -15px;
	left: 0;
	z-index: 10;
}

.color_bg {
	position: relative;
	background: rgba(64, 1, 4, .3);
	backdrop-filter: saturate(180%) blur(6px);
	-webkit-backdrop-filter: saturate(180%) blur(6px);
	-moz-backdrop-filter: saturate(180%) blur(6px);
	-o-backdrop-filter: saturate(180%) blur(6px);
	z-index: 5;
	padding-bottom: 70px;
	margin-top: 70px;
}

.process_wrapper {

	overflow: hidden;

	width: 100%;
	background: -webkit-gradient(linear, right top, left top, from(#000413), to(#500000));
	background: linear-gradient(270deg, #000413, #500000);
	border: .02rem solid #dd1920;
	margin: 0 auto;
	/* margin-top: 60px; */
	position: relative;
	z-index: 100;
	display: flex;
	padding: 50px 40px 30px 80px;
}

.process_right {

	width: 100%;

	/* width: 90%; */
	/* float: right; */
	padding-left: 6%;
	border-left: 2px solid #dd1920;

}

.process_right li {
	background: url(../images/angle.png) 0 center no-repeat;
	height: 60px;
	font-size: 24px;
	padding: 0 40px;
	padding-left: 100px;
	display: flex;
	align-items: center;
	margin-bottom: 30px;
	position: relative;
}

.process_right li:before {
	content: '';
	width: 14px;
	height: 14px;
	border-radius: 12px;
	background-color: #dd1920;
	position: absolute;
	left: -86px;
	top: 50%;
}

.process_right li:after {
	content: '';
	width: 22px;
	height: 22px;
	border-radius: 22px;
	/* background-color: #dd1920; */
	border: 1px solid #dd1920;
	position: absolute;
	left: -90px;
	top: calc(50% - 4px)
}

.process_right li span {
	color: #fab52b;
	margin-left: 30px;
}

.process_right li>div {
	margin-left: 30px;
}

.ad2 {
	position: relative;
	margin-top: 40px;
}

.ad2 .swiper-slide {
	width: 24.5% !important;
}

.ad2 .swiper-slide img {
	width: 100%;
	max-height: 300px;
}

.ad {
	margin-top: 50px;
}

.ad .swiper-slide img {

	max-height: 90px;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev,
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next,
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	top: 45%;
}

.award {
	border-top: 1px solid rgba(0, 71, 204, .75);
	margin-top: 50px;
}

.award>ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.award .thelist {
	width: calc(25% - 10px);
	height: auto;
	padding: 20px 8px;
	float: left;
	position: relative;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	text-align: center;
	cursor: pointer;
	height: 160px;
	background: linear-gradient(45deg, #fff, #cae3fd);
	background: -webkit-linear-gradient(45deg, #fff, #cae3fd);
	border: 3px solid #fff;
}

.thelist i {
	display: block;
	width: 100%;
	height: 180px;
	overflow: hidden;
}

.thelist .thepic {
	position: absolute;
	top: -4px;
	left: 50%;
	transform: translateX(-50%);
}

.thelist .thepic img {
	max-height: 65px;
}

.award .thelist .thetitle {
	display: block;
	margin-top: 44px;
	text-align: center;
	font-size: 16px;
	color: #0047cc;
	font-weight: bold;
	margin-bottom: 16px;
	position: relative;
	z-index: 6;
	line-height: 28px;
}

.thelist .thetitle .iconfont {
	display: block;
	position: absolute;
	left: 50%;
	bottom: -50px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	opacity: .5;
	overflow: hidden;
	animation: 1s both fadeInBottom infinite;
	-webkit-animation: 1s both fadeInBottom infinite;
	-moz-animation: 1s both fadeInBottom infinite;
	-o-animation: 1s both fadeInBottom infinite;
	-ms-animation: 1s both fadeInBottom infinite;
	color: #0047cc;
}

@keyframes fadeInBottom {
	0% {
		bottom: -35px;
	}

	100% {
		bottom: -40px;
		opacity: 1;
	}
}

@-webkit-keyframes fadeInBottom {
	0% {
		bottom: -35px;
	}

	100% {
		bottom: -40px;
		opacity: 1;
	}
}

.thelist .icon {
	position: absolute;
	bottom: 0;
	right: 0;
	/* opacity: .25; */
	width: 65%;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}



.sub-award {
	background: #fff;
	border-radius: 0 0 6px 6px;
	overflow: hidden;
	padding: 20px 10px;
	display: none;
	position: absolute;
	z-index: 200;
	top: 96%;
	width: 102%;
	left: -1%;
	border: 3px solid #fff;
}

.sub-award li {
	/* background-color: #454cac; */
	text-align: left;
	/* float: left; */
	padding: 8px 14px;
	/* border-radius: 50%; */
	color: #444;
	font-size: 14px;
	margin-right: 10px;
	/* margin-bottom: 10px; */
	/* border-radius: 6px; */
	width: 100%;
	pointer-events: unset;
	line-height: 22px;
}

.thelist:hover .sub-award {
	display: block;
	transition: .3s;
}

.sub-award .sub-award-li {
	overflow: hidden;
	background-color: rgba(20, 17, 117, .6);
	padding: 20px;
	border-top: 3px solid #00dbf0;
}

.dialog {
	width: 800px;
	position: fixed;
	left: 50%;
	margin-left: -400px;
	top: 50%;
	margin-top: -250px;
	background: #fff;
	z-index: 3001;
	display: none;
	border-radius: 8px;
}

.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: -18px;
	top: -18px;
	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: 24px;
}

.dialog-title {
	padding: 20px;
	border-bottom: 1px solid #e5e5e5;
}

.dialog-cnt-advantage {
	width: 75%;
	float: left;
}

.dialog-cnt-brief {
	width: 25%;
	float: right;
}

.dialog-cnt-brief img {
	margin-bottom: 14px;
}

.name-ch {
	display: block;
	line-height: 24px;
	font-size: 14px;
	color: #000;
	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;
	max-height: 500px;
	overflow-y: scroll;
	overflow-x: hidden;
}

.dialog-cnt-brief-title {
	font-weight: bold;
}

.dialog-cnt-brief-text,
.dialog-cnt-vote-text,
.dialog-cnt-advantage-text {
	font-size: 13px;
	line-height: 24px;
	white-space: pre-line;
	text-align: justify;
}

.dialog-cnt-brief-img {
	padding: 20px;
}

.dialog-cnt-brief-img img {
	width: 100%;
}

.dialog .vote-link a {
	font-size: 14px;
	padding: 6px 12px;
	background: #F7BC81;
	color: #333;
	display: inline-block;
	margin: 10px 10px 16px 0;
	border-radius: 4px;
	font-weight: bold;
}

.bg_layer {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 300;
	display: none;
}

.select {
	margin-top: 60px;
}

.select img {
	width: 100%;
}

.sponsor li {
	width: calc(16.66% - 10px);
	margin: 5px;
}

.sponsor li a {
	display: inline-block;
	width: 100%;
}

.sponsor ul img {
	height: 95px;
}

.w_bg {
	background-color: #fff;
	padding: 0 0 60px 0;
	position: relative;
	z-index: 20;
}

.sponsor .title {
	color: #333;
}

.org {
	/* background: #f1f3f5; */
	/* padding-bottom: 100px; */
	padding-top: 50px;
}

.org>.container {
	border-top: 1px solid #ddd;
	padding-top: 40px;
}

.org-title {
	/* width: 30%; */
	float: left;
	font-size: 20px;
	font-weight: bold;
	margin-right: 40px;
	line-height: 66px;
	color: #333;
}

.org-logo {
	/* width: 70%; */
	float: left;
}

.m_logo i {
	overflow: hidden;
	background: #FFF;
	padding: 20px;
	margin-right: 15px;
	width: 220px;
	height: 78px;
	-webkit-box-shadow: -0.05208vw 0.20833vw 0.98958vw -0.15625vw rgb(26 134 192 / 16%);
	box-shadow: -0.05208vw 0.20833vw 0.98958vw -0.15625vw rgb(26 134 192 / 16%);
	float: left;
	margin-bottom: 20px;
}

.footer {
	position: relative;
	line-height: 22px;
	z-index: 1;
}

@media (max-width:1920px) {
	.kv_text {
		width: 80%;
	}
}


@media (max-width:1600px) {
	.main {
		margin-top: -250px;
	}

	.process_right li:after {
		left: -77px;
	}

	.process_right li:before {
		left: -73px;
	}

	.high li .thetitle {
		font-size: 15px;
	}

	.high ul li {
		padding: 0 20px;
	}

	.container {
		padding: 0 20px;
	}

	.high li .h_text {
		line-height: 22px;
		margin-top: 20px;
	}

	.m_logo i {
		width: 200px;
	}
}

@media (max-width: 1400px) {
	.sponsor ul img {
		height: 82px;
	}
}

@media (max-width:1199px) {
	.process_right li:after {
		left: -60px;
	}

	.process_right li:before {
		left: -56px;
	}

	.sponsor ul img {
		height: 60px;
	}

	.main {

		margin-top: -240px;
	}



	.high ul li {

		padding: 30px;
		width: 48.5%;
		margin-bottom: 30px;
	}

	.high li .thetitle {
		font-size: 20px;

		padding: 20px 20px;
		width: 100%;

	}

	.high li .h_text {
		font-size: 15px;
	}

	.process_right li {
		padding-left: 20px;
	}
}

@media (max-width:991px) {


	.ad {
		margin-top: 80px;
	}

	.ad2 .swiper-slide {
		width: 50% !important;
	}

	.prize_pic .swiper-slide {
		width: 50% !important;
	}

	.process_right li:after {
		left: -48px;
	}

	.process_right li:before {
		left: -44px;
	}

	.high li .thetitle {
		font-size: 16px;
	}

	.setting_list li {
		width: 46%;
		padding: 14px;
		height: 60px;
	}

	.setting_list.long li:last-child {
		width: calc(92% + 20px);
	}

	.setting_tab li span {
		display: none;
	}

	.setting_con {
		padding: 0 20px 20px 20px;
		min-height: 500px;
	}

	.title img {
		max-height: 75px;
	}

	.num li {
		font-size: 16px;
	}

	.num li span {
		font-size: 24px;
	}

	.sponsor ul img {
		height: 65px;
	}

	.topnav .logo {
		left: 40px;
	}

	.menu-item>a {
		margin-right: 0;
	}

	.change-btn,
	.r-btn {
		border: none;
		color: #333;
		height: 58px;
		line-height: 58px;
		display: block;
		width: 140px;
		float: right;
		text-align: center;
		padding: 0;
		border-radius: 0;
		margin: 0;
		position: relative;
	}

	.r-btn a {
		font-size: 14px;
		padding: 0 20px;
	}

	.grid_12>div {
		position: relative;
		width: 98%;
		padding: 0 10px;
	}

	.main {
		margin-top: -200px;
	}


	.title {
		font-size: 28px;
	}



	.process li img {
		height: 40px;
	}

	.process li .arrow {
		height: 25px;
	}

	.award .thelist {
		width: calc(50% - 10px);
		margin-bottom: 20px;
	}

}

@media (max-width:767px) {


	.sponsor ul img {
		height: 48px;
	}

	.prize_pic {
		margin-top: 0;
	}

	.setting_tab li {
		text-align: center;
	}

	.color_bg {
		margin-top: 0;
		padding-bottom: 20px;
	}

	.high li .h_text p {
		font-size: 14px;
	}

	.prize_pic .swiper-slide {
		width: 100% !important;
	}

	.swiper-slide {
		width: 100% !important;
		margin-right: 0;
	}

	#swiper2 .swiper-slide,
	#swiper1 .swiper-slide,
	.ad2 .swiper-slide {
		width: 100% !important;
	}

	.setting_list li {
		width: 100%;
		padding: 14px;
		height: auto;

	}

	.setting_tab li {
		padding: 10px;
		font-size: 15px;
	}

	.num {
		flex-wrap: wrap;
	}

	.num li {
		font-size: 16px;
		width: 47%;
		height: 90px;
		line-height: 90px;
		font-size: 14px;
		margin-bottom: 15px;
	}

	.num li span {
		font-size: 18px;
	}


	.title img {
		max-height: 50px;
	}

	.sponsor ul img {
		height: 65px;
	}

	.high li .thetitle {
		padding: 10px 0;
	}

	.sponsor ul img {
		height:48px;
	}

	.register {
		display: block;
		width: 100%;
		height: 58px;
		color: #fff;
		text-align: center;
		line-height: 58px;
		background: #f3f5f8;
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 500;
		animation: box 1s ease-out;
		-webkit-animation: box 1s ease-out;
		border-radius: 30px 30px 0 0;
		background: linear-gradient(70deg, #dd1920, #ffb701);
		background: -webkit-linear-gradient(70deg, #dd1920, #ffb701);
		z-index: 1000;


	}

	.register a {
		display: block;
		/* width: 120px;
		height: 36px;
		border-radius: 36px; */
		/* background: #0084D5; */
		font-size: 18px;
		text-align: center;
		line-height: 58px;
		color: #fff;
		font-weight: bold;
		/* margin-right: 10px; */
		/* float: left; */




	}

	.register a:hover {
		background: #00b6b6;
		transform: translateY(2px);
		-webkit-transform: translateY(2px);
	}

	.mainBG .inner .halo_1 {
		position: absolute;
		z-index: 1;
		width: 20%;
		top: -150%;
		left: 40%;
		mix-blend-mode: color-dodge;
		opacity: 1;
	}

	.mainBG .inner .halo_2 {
		position: absolute;
		z-index: 1;
		width: 30%;
		top: -150%;
		left: 16%;
		mix-blend-mode: color-dodge;
		opacity: 1;
	}

	.mainBG .inner .halo_3 {
		position: absolute;
		z-index: 1;
		width: 30%;
		top: -150%;
		left: 4%;
		mix-blend-mode: color-dodge;
		opacity: 1;
	}

	.kv {
		margin-top: 50px;
	}

	.main {
		margin-top: -80px;
	}

	.kv_text {
		position: absolute;
		left: 50%;
		top: 35%;
		transform: translate(-50%, -50%);
		z-index: 5;
		width: 92%;
	}

	.solid_1 img,
	.solid_2 img,
	.solid_3 img {
		height: 30px;
	}

	.intro_text {

		line-height: 28px;
		font-size: 14px;
	}

	.title {
		margin-top: 40px;
		margin-bottom: 28px;
	}

	.high ul li {
		width: 100%;
		height: auto;
		padding: 20px;
	}

	.why .title {
		font-size: 22px;
	}

	.why ul li {
		width: 100%;
		height: auto;
	}

	.process_wrapper {
		padding: 20px;
		padding-left: 0;

	}

	.process_right li {
		font-size: 15px;
	}

	.process_right li>div {
		margin-left: 10px;
	}

	.process_right li span {
		color: #fab52b;
		margin-left: 0;
		display: block;
	}

	.process li::after,
	.process li::before {
		display: none;
	}

	.process_right {
		width: 100%;
		padding-left: 10px;
		border-left: none;
	}

	/* 	.ad2 {
		display: none;
	}
 */
	.award .thelist {
		width: 100%;
	}

	.sponsor li {
		width: calc(33.33% - 10px);
	}

	.org {
		padding-bottom: 0;
		padding-top: 20px;
	}

	.org>.container {
		padding-top: 10px;
	}

	.m_logo i {
		overflow: hidden;
		background: #FFF;
		padding: 14px;
		margin-right: 10px;
		width: 45%;
		height: 55px;
		-webkit-box-shadow: -0.05208vw 0.20833vw 0.98958vw -0.15625vw rgb(26 134 192 / 16%);
		box-shadow: -0.05208vw 0.20833vw 0.98958vw -0.15625vw rgb(26 134 192 / 16%);
		float: left;
		overflow: hidden;
		margin-bottom: 14px;
	}

	.select {
		margin-top: 0;
		padding: 0;
	}
}

@media (min-width:2400px) {
	.cir {
		top: -20%;
	}
}
