body {
	font-size: 16px;
	position: relative;

	/* background-color: #081940; */
	background: url(../img/bigbg-2.jpg) no-repeat center top;
	background-size: cover;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next,
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background-image: none;
}

.swiper-button-prev,
.swiper-button-next {
	width: 40px;
	height: 40px;
	border-radius: 40px;
	text-align: center;
	line-height: 40px;
	background-color: rgba(0, 0, 0, .3);
}

.swiper-button-prev span,
.swiper-button-next span {
	font-size: 24px;
	color: #ccc;
	display: block;
	width: 40px;
	height: 40px;
	color: #E5E5E5;

	/* border-radius: 40px; */
	/* text-align: center;
	line-height: 40px; */
}

.footer {
	/* background: transparent; */
	color: #ccc;
	text-align: center;
	font-size: 12px;
	padding: 20px;
	z-index: 200;
	/* position: absolute; */
	width: 100%;
	margin-top: 0;
	/* margin-top: -100px; */
	/*  left: 50%;
	    bottom: 0;
		transform: translateX(-50%); */
}
.r-btn a:first-child{
	display: none;
}
.btm-bg {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}


.nav-btns a {
	background-color: #e4b164;
	box-shadow: 0 5px 0 #711410;
	-webkit-box-shadow: 0 5px 0 #711410;
	-moz-box-shadow: 0 5px 0 #711410;
	color: #711110;
}


.main {

	position: relative;
	height: 100%;
	width: 100%;
	padding-bottom: 60px;
}

.banner {
	position: relative;
	width: 100%;
	overflow: hidden;

	animation: big 1s ease-out;
	-webkit-animation: big 1s ease-out;
	-moz-animation: big 1s ease-out;
	-o-animation: big 1s ease-out;
	-ms-animation: big 1s ease-out;
	padding-top: 60px;
}

@keyframes big {
	0% {
		transform: scale(1.08);
	}

	100% {
		transform: scale(1);
	}
}

@-webkit-keyframes big {
	0% {
		transform: scale(1.08);
	}

	100% {
		transform: scale(1);
	}
}



.nav-tab {
	background-color: rgba(17, 50, 127, .8);
}

.nav-tab ul {
	height: 60px;
	margin: 0 auto;
	/* overflow: hidden; */
	border-bottom: none;

	/* margin-top: -60px; */
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;

}

.nav-tab li {
	/* float: left; */
	width: calc(25% - 20px);
	height: 60px;
	/* 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;

}

.nav-tab li:hover {
	background-image: linear-gradient(180deg, rgba(51, 155, 255, 0), #0047cc);
	background-image: -webkit-linear-gradient(180deg, rgba(51, 155, 255, 0), #0047cc);
	backdrop-filter: blur(2px);
}

.nav-tab li.cur {
	background-image: linear-gradient(180deg, rgba(51, 155, 255, 0), #0047cc);
	background-image: -webkit-linear-gradient(180deg, rgba(51, 155, 255, 0), #0047cc);
}






.nav-tab li:last-child {
	margin-right: 0;
	background: linear-gradient(90deg, #B82AFF 0%, #4248E4 70%, #4248E4 100%);
}

.nav-tab li a {
	color: #fff;
	text-align: center;
	line-height: 60px;
	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(51, 155, 255, .26), #00c8ff);
	backdrop-filter: blur(2px);
	top: 0;
	left: 0;
	height: 100%;
	z-index: 1;
	transition: all .5s;
}

.nav-tab>li:hover span {
	width: 100%;
}

.nav-tab>li:hover {
	transform: translateY(2px);
}

.nav-tab .v_icon {
	position: absolute;
	right: -28px;
	top: -28px;
	animation: 1s both scale infinite;
	-webkit-animation: 1s both scale infinite;
	-moz-animation: 1s both scale infinite;
	-o-animation: 1s both scale infinite;
	-ms-animation: 1s both scale infinite;
}

.nav-tab .v_icon img {
	height: 20px;
}


@keyframes scale {
	from {
		transform: translateY(0px);
	}

	to {
		transform: translateY(5px);
	}
}

.intro {
	margin-bottom: 40px;
	overflow: hidden;
}

.intro-img {
	border-radius: 8px;
	overflow: hidden;
}


.intro-text {
	color: #c7c7f2;
	line-height: 24px;
	padding-left: 24px;
	margin-top: 60px;
}

.title {
	color: #fff;
	font-size: 36px;
	font-weight: bold;
}



.brief {
	/* padding: 40px;
	
	background: rgba(0,83,228,.6);

	overflow: hidden;
	background-size: 100%;
	color: #e9edf8;
	font-size: 16px;
	
	line-height: 28px;
	position: relative;
	border-radius: 12px; */
	background: url(../img/weaa_bg@2x.png) no-repeat 0 0;

	background-size: cover;

	padding-top: 40px;
	/* padding-bottom: 30px; */

}

.brief .container {
	position: relative;
	background-size: 100%;
	margin-bottom: 40px;
	font-size: 15px;
	/* font-weight: 400; */
	color: #fff;
	line-height: 30px;
	opacity: 0.8;
	margin-top: 30px;
	background: rgba(76, 23, 226, 0.15);
	box-shadow: inset 0px 0px 28px 1px rgba(255, 255, 255, 0.1);
	border-radius: 20px;
	border: 1px solid rgba(112, 117, 255, 0.5);
	box-sizing: border-box;
	padding: 40px;
	/* text-align: center; */
}

.brief .container p {
	position: relative;
	padding-bottom: 50px;
}

.brief .container p:after {
	content: '';
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: 20px;
	left: 0px;
	background: linear-gradient(0deg, rgba(0, 0, 40, 0) 20%, rgba(255, 255, 255, .35) 80%, rgba(0, 0, 40, 0) 20%);
	background: webkit-linear-gradient(0deg, rgba(0, 0, 40, 0) 20%, rgba(255, 255, 255, .35) 80%, rgba(0, 0, 40, 0) 20%);
}

.brief .container>div {
	position: relative;

}

.brief .container a {
	display: block;
	width: 200px;
	height: 48px;
	border-radius: 48px;
	background: linear-gradient(0deg, #B82AFF 0%, #4248E4 70%, #4248E4 100%);
	background: -webkit-linear-gradient(0deg, #B82AFF 0%, #4248E4 70%, #4248E4 100%);
	color: #fff;
	margin: 0 auto;
	text-align: center;
	margin-top: 30px;
	line-height: 48px;
	animation: pulse 1s infinite;
	-moz-animation: pulse 1s infinite;
	-webkit-animation: pulse 1s infinite;
}

@keyframes pulse {
	0% {
		transform: scale(1);
	}


	100% {
		transform: scale(1.25);
	}
}

.brief .container a:hover {
	background: #4248E4;
}

.down {
	margin-top: -50px;
}

.s-title {
	margin-top: 70px;
}

.list-content-living {


	color: #c8aa6e;
	transition: opacity .3s;
	opacity: 1;
	margin-top: 15px;
}

.list-content-living-wrapper {
	width: 240px;
	height: 70px;
	position: relative;
	cursor: pointer;
}

.list-content-living-outer {
	position: absolute;
	width: 158px;
	height: 46px;
	left: 7px;
	top: 7px;
	/* border: 1px solid #c8aa6e; */
	border-radius: 46px;
	animation: living-outer-circle 2s linear infinite;
	background-color: #0084d5;
}

.list-content-living-inner {
	position: absolute;
	width: 156px;
	height: 44px;
	left: 8px;
	top: 8px;
	border: 1px solid #06d7e2;
	/* background-color: #c8aa6e; */
	border-radius: 54px;
	animation: living-inner-circle 1s linear forwards infinite alternate;
}

.list-content-living-text {
	position: absolute;
	width: 156px;
	height: 44px;
	text-align: center;
	line-height: 44px;
	left: 8px;
	top: 8px;
	font-weight: bold;
	font-size: 16px;
}


@keyframes living-inner-circle {

	0% {
		transform: scale(1, 1);
		opacity: 1;
	}

	50% {
		transform: scale(1.165, 1.5);
		opacity: 0;
	}

	100% {
		transform: scale(1.165, 1.5);
		opacity: 0;
	}
}



.brief a {
	color: #fff;
	font-size: 16px;

}

.list-content-living-wrapper:hover a {
	opacity: .6;
}

.brief .l {
	position: absolute;
	left: -2px;
	top: 0;
}

.brief .r {
	position: absolute;
	right: -2px;
	bottom: -2px;
}

.brief-con {
	margin-top: 20px;
	padding-left: 30px;
}

.brief-con .intro-bg {
	position: absolute;
	left: 50%;
	top: 40%;
	transform: translate(-50%, -50%);
	/* opacity: .8; */
	z-index: -1;
}

.global {
	margin-top: 20px;
}

.s-brief {
	padding-bottom: 30px;
}

.s-brief .brief-con-img {
	position: relative;
	border-radius: 6px;
	overflow: hidden;
	width: 30%;
}

.s-brief .brief-con-img .iconfont {
	display: block;
	font-size: 24px;
	position: absolute;
	left: calc(50% - 35px);
	top: calc(50% - 45px);
	color: #fff;
	background: rgba(0, 200, 255, .5);
	border-radius: 50px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	cursor: pointer;
	z-index: 5;
	text-align: center;
	opacity: .8;
	animation: shadow 2.5s infinite;

}

.s-brief .brief-con-img:hover .iconfont {
	opacity: 1;
	background: rgba(0, 200, 255, 1);
}

.s-brief .iconfont img {
	position: absolute;
	left: calc(50% - 10px);
	top: calc(50% - 15px);
	height: 28px;
}

@-webkit-keyframes shadow {
	0% {
		box-shadow: 0 0 #3288ff
	}

	80% {
		box-shadow: 0 0 0 20px #2ca92c00;
	}

	to {
		box-shadow: 0 0 10px #2ca92c00
	}
}

@keyframes shadow {
	0% {
		box-shadow: 0 0 #a5ccff82
	}

	80% {
		box-shadow: 0 0 0 20px #2ca92c00
	}

	to {
		box-shadow: 0 0 10px #2ca92c00
	}
}



.s-brief .brief-con-text {
	width: 70%;
	padding: 24px;
	line-height: 32px;
	text-align: justify;
}

.modal {
	top: 10%;
}

#example .video-dialog {
	width: 60%;
	height: auto;
	position: fixed;
	top: 10%;
	left: calc(50% - 30%);
}

#example .modal-content {
	position: relative;
}

#example .video-dialog .modal-header {
	text-align: center;
	font-size: 24px;
	color: #323232;
	border-bottom: none;
	padding: 20px 15px;
}

.modal-body {
	font-size: 13px;
	text-align: justify;
	line-height: 24px;
	padding-top: 0;
}

#example .modal-content .modal-footer {
	border-top: none;
	width: 95%;
	text-align: justify;
	font-size: 18px;
	color: #646464;
	line-height: 40px;
	margin: 10px auto;
}

#example .modal-content .close {
	position: absolute;
	top: -20px;
	right: -20px;
	font-size: 20px;
	width: 40px;
	height: 40px;
	border-radius: 500px;
	line-height: 32px;
	color: #666;
	opacity: 0.6 !important;
	text-align: center;
	cursor: pointer;
	background: rgba(0, 0, 0, .9);
	border: 2px solid #ccc;
}

.modal-content .close img {
	max-height: 28px;
}

.title {
	margin-top: 70px;
	margin-bottom: 30px;
	position: relative;
}



/* .title img{
	width: 28%;
} */
.title {
	color: #fff;
	font-size: 40px;
	/* margin-top: -6%; */
	position: relative;
	padding-left: 55px;
}

.title span {
	content: '';
	display: block;
	background: url(../img/chip_S.png) no-repeat 0 0;
	width: 45px;
	height: 65px;
	/* border-radius: 14px; */
	/* border: 3px solid #fff; */
	position: absolute;
	left: 0;
	top: 6px;
	background-size: 100%;
}

.a_line {
	/* width: 100%; */
	/* height: 1px; */
	background-color: rgba(0, 71, 204, .5);
}

.process {
	overflow: hidden;
	/* padding-top: 100px; */
	/* background-color: #101e5f; */
	/* border-radius: 10px; */
	margin-top: 80px;
	padding-bottom: 80px;
	/* margin-bottom: 80px; */
	position: relative;
	background-color: rgba(20, 23, 127, .9);
	z-index: 5;
	padding-bottom: 70px;

}

.process img {
	padding: 0;
}

.process ul {
	margin-top: 50px;
}

.process li {
	width: 14.2%;
	float: left;
}

.process .y_img {
	margin-top: 20px;
	margin-bottom: -24px;
}

.process .arrow {
	margin-top: 25%;
}

.process-text {
	text-align: center;
	color: #fff;
	margin-top: 14px;
}

.process-text p {
	font-size: 17px;
}

.process-text p:first-child {
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 5px;
	color: #87bcfe;
}

.ad2 .swiper-slide {
	width: 24.5% !important;
	/* padding: 10px; */
}

.ad2 .swiper-slide img {
	width: 100%;
	max-height: 300px;
}

.ad {
	margin-top: 50px;
}

.ad .swiper-slide img {

	max-height: 90px;
}

.high ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 30px;
}

.high ul li {
	width: calc(25% - 10px);
	height: auto;
	padding: 30px 30px;
	/* 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: 350px;
	background: linear-gradient(45deg, #fff, #cae3fd);
	background: -webkit-linear-gradient(45deg, #fff, #cae3fd);
	overflow: hidden;
	/* border: 3px solid #fff; */
	/* background: url(../images/six_bg.png) no-repeat; */
	border-radius: 24px;

}

.high li .hight_bg {
	position: absolute;
	bottom: 0;
	right: 0;
	height: 100%;
	opacity: .5;

}

.high li .thetitle {
	/* position: relative; */
	z-index: 5;
	/* color: #0047cc; */
	font-size: 15px;
	font-weight: bold;
	/* position: absolute; */
	/* top: 30px; */
	/* left: 0; */
	background: #4248E4;
	/* background: -webkit-linear-gradient(135deg, #06d7e2, #0084d5); */
	padding: 15px;
	/* width: 95%; */
	color: #fff;
	font-weight: bold;
	/* border-radius: 0 80px 0 0; */
	line-height: 24px;



}

/* .high li .thetitle:after{
	content: '';
	width: 100%;
	height: 1px;
	background-color: #dce0e5;
	position: absolute;
	bottom: -15px;
	left: 0;
	z-index: 5;
}
.high li .thetitle:before{
	content: '';
	width: 20%;
	height: 3px;
	background-color: #0047cc;
	position: absolute;
	bottom: -15px;
	left: 0;
	z-index: 10;
} */
.high li .h_text {
	font-size: 14px;
	line-height: 23px;
	color: #4d4d4d;
	/* margin-top: 74px; */
	position: relative;
	z-index: 5;
	text-align: justify;
}

.award {
	padding: 0;
}

.award ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-content: space-between;
}

.award .thelist {
	width: calc(33.33% - 20px);
	width: -webkit-calc(33.33% - 20px);
	height: auto;
	padding: 30px;
	/* background: #0c159d; */
	background: linear-gradient(to top, #fff, #cae3fd);
	border: 3px solid #ededed;
	border-radius: 20px;
	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: 180px;
	/* margin-right: 20px; */
	margin-bottom: 20px;
}

.thelist i {
	display: block;
	width: 100%;
	height: 180px;
	overflow: hidden;
}

.thelist .thepic {
	width: 90px;
	height: 90px;
	margin: 0 auto;
}

.thelist .thetitle {
	display: block;
	margin-top: 10px;
	text-align: center;
	font-size: 22px;
	color: #4248E4;
	font-weight: bold;
	margin-bottom: 16px;
	position: relative;
	z-index: 6;
	line-height: 30px;
}

.thelist .thetitle .iconfont {
	display: block;
	position: absolute;
	left: 50%;
	bottom: -50px;
	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: #4248E4;
	width: 50px;
	height: 50px;
	background: #fff;
	border-radius: 50px;
	line-height: 50px;
}

@keyframes fadeInBottom {
	0% {
		bottom: -70px;
	}

	100% {
		bottom: -80px;
		opacity: 1;
	}
}

@-webkit-keyframes fadeInBottom {
	0% {
		bottom: -50px;
	}

	100% {
		bottom: -60px;
		opacity: 1;
	}
}

.thelist:first-child .icon {
	width: 55.6%;
	opacity: .25;
}

.thelist .icon {
	position: absolute;
	bottom: 0;
	right: 0;
	opacity: .5;
	width: 68%;
	transition: 0.3s;
}

.thelist:hover .icon {
	opacity: .5;
	width: 60%;
	right: 0;
}

.thelist:nth-child(2) .icon {
	position: absolute;
	bottom: 0px;
	right: 0px;
	opacity: .3;
	width: 50%;
	transition: 0.3s;
}

.thelist:nth-child(3) .icon {
	position: absolute;
	bottom: 0px;
	right: 0px;
	opacity: .3;
	width: 40%;
	transition: 0.3s;
}

.thelist:nth-child(2):hover .icon {
	opacity: .78;
	width: 52%;
	right: 0;
	bottom: 0px;
}

.thelist:nth-child(3):hover .icon {
	opacity: .48;
	width: 42%;
	right: 0;
	bottom: 0px;
}

.sub-award {
	background: #fff;
	border-radius: 0 0 6px 6px;
	overflow: hidden;
	padding: 20px 10px;
	/* display: none; */
	position: absolute;
	z-index: 200;
	top: 88%;
	width: 101%;
	left: -2px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.sub-award li {
	/* background-color: #454cac; */
	text-align: left;
	/* float: left; */
	padding: 0 14px;
	/* border-radius: 50%; */
	color: #333;
	font-size: 14px;
	margin-right: 10px;
	margin-bottom: 10px;
	/* border-radius: 6px; */
	width: 100%;
}

.thelist:hover .sub-award {
	opacity: 1;
	visibility: visible;
	transform: translateY(6px);
}

.sub-award .sub-award-li {
	overflow: hidden;
	background-color: #f5f5f5;
	padding: 20px;
	border-top: 3px solid #4248E4;
}

.pingxuan {
	background: rgba(76, 23, 226, 0.15);
	box-shadow: inset 0px 0px 28px 1px rgba(255, 255, 255, 0.1);
	border-radius: 20px;
	border: 1px solid rgba(112, 117, 255, 0.5);
	color: #fff;
	padding: 40px;
	margin-top: 30px;
	line-height: 30px;
	font-size: 14px;
	z-index: -1;
}

.pingxuan p {
	font-weight: bold;
	font-size: 18px;
}

.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;
}

.nominator-tab {
	overflow: hidden;
	margin: 0 auto;
	position: relative;
}

.nominator-tab :before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background-color: #E5E8ED;
}

.nominator-tab li {

	font-size: 24px;
	float: left;
	text-align: center;
	margin-right: 40px;
	font-weight: bold;
	cursor: pointer;
	line-height: 48px;
	overflow: hidden;
}

.nominator-tab li.current {
	color: #12337a;
	position: relative;
}

.nominator-tab li.current::before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -4px;
	margin-left: -4px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #00e2ff;
	border-left: 2px solid #00e2ff;
	background-color: #F6F8FC;
	z-index: 10;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);

}

.nominator-tab li.current::after {
	display: inline-block;
	content: "";
	height: 2px;
	width: 300px;
	position: absolute;
	left: 50%;
	right: 0;
	bottom: 0;
	background: #00e2ff;
	z-index: 1;
	margin-left: -150px;
}

.nominator-cnt {
	margin-top: 60px;
	display: none;
}

.nominator-name li,
.companyName li {
	cursor: pointer;
	webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	font-size: 14px;
	font-weight: bold;
	padding: 8px 16px;
	margin-right: 20px;
	background-color: #f6f6f6;
	color: #666;
	/* line-height: 40px; */
	text-align: center;
	float: left;
	border-radius: 40px;
	margin-bottom: 14px;
}

.nominator-name li:nth-child(21) {
	pointer-events: none;
}

.nominator-name li:nth-child(22) {
	pointer-events: none;
}

.nominator-name li.active {
	background-color: #12337a;
	color: #fff;
	box-shadow: 0 2px 14px 0 rgb(0 0 0 / 8%);
}


.nominator-name li:hover {
	box-shadow: 0 2px 14px 0 rgb(0 0 0 / 8%);
}

.nominator-list {
	margin-top: 40px;
}

.nominator-list ul {
	display: none;
}

.nominator-list ul.current {
	display: block;
}

.nominator-list li,
.company-list li {
	width: 33.33%;
	float: left;
	color: #191c3d;
	height: 74px;
	cursor: pointer;
	font-size: 14px;
	padding-right: 20px;
	font-weight: bold;
}

.nominator-list li .product-name,
.company-list li .product-name {
	color: #808080;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 20px;
	cursor: default;
}

.nominator-list li .company-name:hover,
.company-list li .company-name:hover {
	color: #00c8ff;
	transform: translateY(2px);
	webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.nominator-cnt {
	margin-top: 40px;
	display: none;
	overflow: hidden;
}

.nominator-cnt .tips {
	color: #999;
	font-size: 12px;
}

.nominator-en .nominator-name {
	height: 1200px;
}

.nominator-en .nominator-list {
	height: 1200px;
}

.nominator-en .nominator-list li,
.nominator-en .company-list li {
	height: 90px;
}

.judge {
	padding: 0;

}

.judge li {
	width: 16.5%;
	float: left;
	-webkit-transition: .1s ease-in-out;
	transition: .1s ease-in-out;
	/* cursor: pointer; */
	padding: 5px;
	/* margin-bottom: 10px; */

}


.judge li i {
	display: block;
	width: 100%;
	height: 240px;
	overflow: hidden;
	/* background: url(../img/a-speakerBg.png) no-repeat 0 0; */
	position: relative;
	background-size: cover;
}


.judge li img {

	/* height: 328px; */
	width: 100%;
}

.s-speaker .speaker-img img {
	width: 100%;
	position: absolute;
	left: 20px;
	top: 6px;
	bottom: auto;
	max-height: 230px;
}

.judge ul {
	overflow: hidden;
	margin-top: 60px;
}

.judge ul li .speaker-deail {
	padding: 4px 0;
	/* background: #f7bc81; */
	height: 90px;
	overflow: hidden;
	color: #333;
	/* position: absolute;
	bottom: 10px;
	left: 10px; */
	z-index: 5;
	/* text-align: center; */
	background: linear-gradient(to bottom, rgba(17, 50, 127, .8), transparent 40%);
}

.judge ul li .speaker-img {
	position: relative;
}

.judge .speaker-deail .name {
	font-size: 18px;
	font-weight: bold;
	color: #00e2ff;
	margin-bottom: 0;
	/* text-align: center; */
	font-style: italic;
	padding: 0 18px;
}

.judge .speaker-deail .speaker-title {
	font-weight: 400;
	font-size: 14px;
	color: #e9edf8;
	opacity: .8;
	padding: 0 18px;
}

.btm_wrapper {
	margin-top: 30px;
	/* background-color: #101e5f; */
	overflow: hidden;
	z-index: -1;
	position: relative;
}

.p_f {
	padding: 0;
}

.p_f 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;
	margin-right: 15px;
	border-radius: 24px;
}

.p_f ul li .tit {
	/* color: #333; */
	font-size: 20px;
	color: #4248E4;
	position: relative;
	font-weight: bold;
}

.p_f li .tit:before {
	content: '';
	width: 15%;
	height: 3px;
	background-color: #4248E4;
	position: absolute;
	bottom: -15px;
	left: 0;
	z-index: 10;
}

.p_f li .tit:after {
	content: '';
	width: 100%;
	height: 1px;
	background-color: #dce0e5;
	position: absolute;
	bottom: -15px;
	left: 0;
	z-index: 5;
}

.p_f .w_list {
	color: #333;
	margin-top: 36px;
	text-align: justify;
	line-height: 22px;
	font-size: 13px;
}

.sponsor {

	padding: 0 0 60px 0;
	overflow: hidden;
}

.sponsor li {
	width: 10%;
}

.sponsor li a {
	display: inline-block;
	width: 100%;
}

.sponsor ul img {
	height: 65.82px;
	padding: 5px;
}

.sponsor-logo {
	background: #f6f4fb;
	margin-top: 40px;
	padding-bottom: 40px;
	display: none;
}

.sponsor-logo li {
	margin-bottom: 20px;
}

.sponsor-logo img {
	height: 64px;
}

.contact>div {
	color: #ddd;
	margin-bottom: 30px;
}

.btm-img {
	margin-top: -100px;
}

.speaker li {
	cursor: pointer;
}

.speaker-modal {
	width: 50%;
	position: fixed;
	top: 15%;
	left: calc(50% - 25%);
}

.speaker-modal .modal-header {
	display: block;
}

.speaker-modal .iconfont {
	cursor: pointer;
}

.speaker-modal .modal-body {
	padding-top: 10px;
}

.dialog-speaker-layer {
	top: 12% !important;
}

/* 議程 */

.dialog-layer {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 999;
	height: 937px;
	-webkit-box-shadow: 0 3px 18px rgb(0 0 0 / 8%);
	box-shadow: 0 3px 18px rgb(0 0 0 / 8%);
}

.dialog-layer .dialog-content {
	position: absolute;
	/* top: 50%; */
	left: 50%;
	z-index: 999;
}

.dialog-speaker-layer .dialog-content-desktop {
	margin-left: -25%;
	margin-top: 80px;
	width: 50%;
	height: 467px;
}

.dialog-layer .dialog-inner {
	position: relative;
	height: 100%;
}

.dialog-layer .dialog-close {
	position: absolute;
	right: 0;
	top: 5px;
	background-size: 100% 100%;
	z-index: 6;
	cursor: pointer;
	/* opacity: .6; */
	color: #fff;
}

#dialog-agenda .dialog-close,
#dialog-topic .dialog-close {
	position: absolute;
	right: 0;
	top: -46px;
	font-size: 24px;
	border: 2px solid #ccc;
	border-radius: 36px;
	width: 36px;
	height: 36px;
	text-align: center;
	background: rgba(0, 0, 0, .2);
	line-height: 30px;

}


#dialog-agenda .dialog-close img,
#dialog-topic .dialog-close img {
	max-height: 24px;
}

.dialog-speaker-layer .dialog-content-desktop .dialog-box {
	padding: 40px 300px 0 40px;
	height: 398px;
	background: #fff;
	background-size: 100% 100%;
	position: relative;
	min-height: 240px;
}

#dialog-agenda .dialog-content-desktop .dialog-box,
#dialog-topic .dialog-content-desktop .dialog-box {
	padding: 40px;
	height: auto !important;
}

#dialog-agenda .dialog-content-desktop .info .lector-name,
#dialog-topic .dialog-content-desktop .info .lector-name {
	font-size: 20px;
	color: #333 margin-right: 20px;
	display: block;
	font-weight: bold;
	width: 100%;
	/* white-space: pre-line; */
}

#dialog-agenda .dialog-content-desktop .class-box,
#dialog-topic .dialog-content-desktop .class-box {
	position: relative;
	padding-top: 0;
	padding-right: 0;
	/* white-space: pre-line; */
	padding-bottom: 20px;
}

.class-desc {
	margin-top: 40px;
	font-size: 14px;
}

.class-info {
	width: 100%;
	/* float: left; */
	line-height: 24px;
	text-align: justify;
}

.dialog-photo {
	position: absolute;
	right: 40px;
	top: 30px;
	text-align: center;
	overflow: hidden;
	background-size: 100% 100%;
}

.dialog-photo img {
	max-height: 200px;
}

#dialog-agenda .dialog-content-desktop .class-box:before,
#dialog-topic .dialog-content-desktop .class-box:before {
	content: "";
	position: absolute;
	top: -30px;
	left: 0;
	width: 40px;
	height: 2px;
	background-color: #e86209;
}

.schedule-detail {
	padding-bottom: 20px;
	position: relative;
	overflow: hidden;
}

.schedule-detail .profile {
	display: none;
	clear: both;
	padding: 0 10px 10px 10px;
	color: #666;
	font-size: 14px;
	line-height: 22px;
	text-align: justify;
}

.schedule-detail .more-btn {
	font-size: 14px;
	color: #00c8ff;
	opacity: .5;
}

.schedule-detail .time {
	color: #666;
	font-weight: bold;
	width: 10%;
	float: left;
	font-size: 14px;
}

.schedule-details {
	width: 84%;
	background: #f2f2f2;
	position: relative;
	margin-left: 16%;
	text-align: left;
	/* overflow: hidden; */
}

.schedule-detail-circle {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	/* margin: 7px; */
	background: linear-gradient(45deg, #00e2ff 20%, transparent);

	flex-shrink: 0;
	position: absolute;
	left: 13%;
	top: 0;
	box-shadow: 0px 0px 6px 0px rgb(0 226 255 / 80%);
	z-index: 8;
}

.section-content {
	background-color: #fff;
	border-radius: 10px;
	padding: 40px;
	margin-top: 70px;
}

.schedule-title {
	background: linear-gradient(45deg, #00c8ff 20%, #00e2ff);

	overflow: hidden;
	border-radius: 3px;



}

.schedule-title li {
	width: 42%;
	float: left;
	font-size: 18px;
	font-weight: bold;
	padding: 10px 14px;
}

.schedule-title li:first-child {
	width: 16%;
}

.first-half {
	margin-top: 20px;
	overflow: hidden;
}

.schedule-details>div {
	overflow: hidden;
	background-color: #F2F2F2;
}

.schedule-details .topic {
	cursor: pointer;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.schedule-details .topic:hover {
	color: #00c8ff;
}

.schedule-details .topic,
.schedule-details .speaker {
	width: 50%;
	float: left;
	padding: 10px;
	position: relative;
	font-size: 14px;
	font-weight: bold;
	white-space: pre-line;
}

.schedule-details ::before {
	display: inline-block;
	position: absolute;
	top: 0;
	left: -8px;
	content: "";
	border-right: 14px solid #F2F2F2;
	border-bottom: 14px solid transparent;

}

.schedule-detail .left-cut-line {
	width: 1px;
	background: #e5e5e5;
	height: 100%;
	position: absolute;
	left: calc(10% + 37px);
	top: 0;
}

/* news */
.toutiao {
	width: 45%;
	float: left;
	position: relative;

}

.toutiao .toutiao-icon {
	position: absolute;
	left: -10px;
	top: 20px;
	z-index: 20;
}

.toutiao-con {
	position: relative;
	overflow: hidden;
}

.toutiao-con .toutiao-pic {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.toutiao-con .toutiao-pic .cover {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 50;
	background: linear-gradient(to top, rgba(0, 0, 0, .9), transparent 60%)
}

.toutiao-con .toutiao-pic img {
	width: 100%;
}

.toutiao-detail {
	position: absolute;
	left: 0;
	bottom: 40px;
	z-index: 80;
	color: #fff;
	padding: 14px;
}

.toutiao-detail .toutiao-title {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
}

.toutiao-detail .toutiao-smalltext {
	color: #ddd;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-align: justify;

}

.toutiao-swiper .swiper-slide {
	width: 100% !important;
}

.toutiao-swiper .swiper-pagination-bullet {
	background-color: #fff;
	opacity: .8;
}

.news-wrapper {
	overflow: hidden;
	padding-left: 10px;
}

.news-wrapper li {
	background-color: #fff;
	border-radius: 6px;
	overflow: hidden;
	padding: 10px;
	margin-bottom: 14px;
}

.news-wrapper .news-img {
	width: 20%;
	float: left;
}

.news-wrapper .news-detail {
	width: 80%;
	float: left;
	padding-left: 14px;
}

.news-wrapper .news-detail-top {
	font-size: 12px;
}

.news-wrapper .news-detail-top>div {
	margin-right: 14px;
}

.news-wrapper .news-detail-top .author {
	color: #0b76b7;
}

.news-wrapper .news-title {
	display: block;
	font-weight: bold;
	margin-top: 4px;
}

.news-wrapper .news-smalltext {
	font-size: 13px;
	color: #666;
	margin-top: 6px;
	margin-bottom: 0;
}

.vote-side {
	display: block;
	position: fixed;
	right: 20px;
	bottom: 14%;
	z-index: 5000;
}

.vote-side img {
	max-height: 130px;
}

.aside {
	overflow: hidden;
	position: fixed;
	right: 40px;
	bottom: 14px;
	z-index: 5000;
	background-color: rgba(228, 177, 100, .2);

	border-radius: 4px;
	padding-top: 6px;
}

.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: #ccc;
	font-size: 14px;
	cursor: pointer;

}

.aside li :hover {
	color: #fff;
}

.map {
	margin-bottom: 50px;
	padding: 30px;
	border: 2px solid #00c8ff;
	border-radius: 10px;
}

.map .brief-con-text {
	width: 60%;
	background: url(../img/map-bg.png) no-repeat 0 0;
	color: #e9edf8;
	line-height: 28px;
	text-align: justify;
	background-size: cover;
	padding: 30px;
	border-radius: 0 10px 20px 0;
	height: 360px;

}

.map .brief-con-img {
	width: 40%;
}

.map .brief-con-img img {
	width: 100%;
}

.weaa-wrapper,
.disty-wrapper {
	position: relative;
}

.weaa-wrapper .banner_bg,
.disty-wrapper .banner_bg {
	width: 100%;

}

.weaa-wrapper .banner_text {
	position: absolute;
	width: 72.8%;
	top: 15%;
	left: 6%;
}

.disty-wrapper {
	padding-top: 40px !important;
}

@media (max-width: 1920px) {
	.disty-wrapper {
		padding-top: 80px !important;
	}

	.weaa-wrapper .banner_text {
		top: 20%;
	}

	.sponsor li {
		width: 11%;
	}

	.high li .thetitle {
		margin-top: 20px;
	}


}

@media (max-width: 1599px) {


	.weaa-wrapper .banner_text {
		top: 23%;
	}

	.high ul li {
		width: calc(50% - 10px);
		margin-bottom: 20px;
		height: 280px;
	}



}

@media (max-width: 1920px) {
	.banner {
		padding-top: 100px;
	}




	.high ul li {
		padding: 20px;
	}
}

@media (max-width: 1600px) {
	.sponsor ul img {
		height: 65px;

	}
}


@media (max-width: 1239px) {
	.award-list li {
		background-size: contain;
	}

	.s-brief .brief-con-text {
		padding: 34px;
		font-size: 14px;
	}

	.vote-side img {
		max-height: 90px;
	}

	.award-list .award-name {
		width: 96%;
		left: 2%;

	}

}

@media (max-width: 1199px) {
	.grid_12>div {

		width: 100%;
	}

	.r-btn a {
		padding: 5px 10px;
		font-size: 15px;
	}

	.menu-item>a {
		margin-right: 0;
	}

	.banner {
		padding-top:60px;
	}

	.brief {
		padding-top: 30px;
	}

	.high ul li {
		width: calc(50% - 10px);
		/* height: 250px; */
		margin-bottom: 15px;
	}

	/* .high li .thetitle{
	top: 20px;
} */
	.weaa-wrapper .banner_text {
		top: 28%;
	}

	.sponsor ul img {
		height: 50.28px;
	}

	.judge li img {
		height: 220px;
	}


	.schedule-detail .left-cut-line {
		left: calc(10% + 30px);
	}

	.news-wrapper .news-title {
		white-space: nowrap;
		max-width: 90%;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.news-wrapper .news-smalltext {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
	}

	.news-wrapper li {
		margin-bottom: 10px;
	}




	.award-list li {
		width: 32%;
		background-size: 100%;
		height: 174px;
	}

	.award-title {
		margin-top: 66px;
	}

	.award-list .award-name {
		width: 96.8%;
	}

	.judge li {
		width: 20%;
	}

	.judge li i {
		background-position: center center;
		height: 190px;
	}

	.judge .speaker-deail .speaker-title {
		font-size: 12px;
		margin-bottom: 0;
	}

	.sponsor li {
		width: 20%;
	}

	.sponsor li img {
		height: 80px;
	}

	.p_f ul li {
		height: 320px;
	}
}


@media (max-width: 991px) {
	.container {
		padding: 0 20px;
	}

	.title {
		margin-top: 40px;
		margin-bottom: 20px;
		position: relative;
		padding-left: 55px;
		font-size: 34px;
	}

	.title span {
		width: 36px;
		height: 65px;
		left: 10px;
		top: 3px;
	}

	.sub-award {
		top: 100%;
		width: 322%;
	}

	.thelist .thetitle .iconfont {
		width: 35px;
		height: 35px;
		line-height: 35px;
		bottom: -70px !important;
	}


	.brief .container {
		background-image: none;
		height: auto;
	}



	.nav-tab {
		margin-top: 0;
	}

	.nav-tab li {
		height: 56px;
		line-height: 56px;
	}

	.banner {
		padding-top: 20px;
	}

	@keyframes fadeInBottom {
		0% {
			bottom: -50px;
		}

		100% {
			bottom: -20px;
			opacity: 1;
		}
	}

	.process {
		margin-bottom: 30px;
	}

	.thelist .thetitle {
		font-size: 15px;
		line-height: 24px;
	}

	.topnav {
		display: none;
	}

	.intro-img {
		display: none;
	}

	.sponsor ul img {
		height: 65px;
	}

	.brief-con-text {
		width: 65%;
		padding: 30px;
		line-height: 24px;
		font-size: 14px;
	}

	.s-brief .brief-con-text {
		padding: 15px;
		line-height: 24px;
		font-size: 13px;
		width: 100%;
	}

	.award {
		padding: 0;
	}

	.award .thelist {
		height: 140px;
		width: calc(33.33% - 10px);
		width: -webkit-calc(33.33% - 10px);
	}

	.award .thelist:nth-child(2) .sub-award {
		left: -110%;
	}

	.award .thelist:nth-child(3) .sub-award {
		left: -220%;
	}

	.thelist .thetitle {
		font-size: 15px;
		line-height: 24px;

	}



	.brief {
		/* margin-top: 50px; */
		line-height: 30px;

	}

	.process-text p {
		font-size: 12px;
	}

	.process-text p:first-child {
		font-size: 15px;
	}



	.brief-con {
		font-size: 14px;
		padding-left: 20px;
		width: 100%;
	}

	.award-title {
		margin-top: 90px;
	}

	.aside {
		right: 20px;
	}

	.ad2 .swiper-slide {
		width: 33% !important;
	}

	.ad2 .swiper-slide img {
		height: auto;
	}


	.award-list li {
		width: 48%;
		height: 195px;
	}

	.award-list li:nth-child(2n) {
		margin-right: 0;
	}

	.award-list li:nth-child(3n) {
		margin-right: 2%;
	}


	.dialog {
		width: 80%;
		margin-left: -40%;
		top: 28%;
	}


	.nav-xs .lang {
		position: absolute;
		right: 66px;
	}

	.nav-xs .lang a {
		line-height: 30px;
	}

	.judge li img {
		height: auto;
	}

	.judge li {
		width: 33.33%;
	}

	.sponsor li {
		width: 20%;
	}

	.pingxuan {
		/* width: 92%; */
		margin: 0 auto;
		padding: 30px;
	}

	.p_f ul li {
		width: 47.8%;
	}

	.high li .thetitle {
		margin-top: 0;
	}

	.high ul li {
		height: 300px;
	}
}

@media (max-width: 767px) {
	.brief .container {
		padding: 20px;
	}

	.award {
		padding: 0 20px;
	}

	.pingxuan {
		width: 92%;
	}

	.p_f ul li {
		width: 100%;
		height: auto;
	}

	.thelist:first-child .icon {
		width: 39%;
		bottom: 5px;
	}

	.thelist:nth-child(2) .icon {
		width: 40%;
	}

	.thelist:nth-child(3) .icon {
		width: 36%;
	}

	.title img {
		height: 40px;
	}

	.main>.title {
		margin-left: 24px;
	}

	.judge li img {
		height: auto;
	}

	/* .title span {
		display: none;
	} */

	.nav-tab {
		margin-top: 0px !important;

	}

	.nav-tab ul {
		height: 40px;
	}

	.banner {
		padding-top: 30px;
	}

	.process li {

		width: 100%;
		background: rgba(17, 50, 127, .4);
		padding: 20px 0;
		margin-bottom: 20px;
		border-radius: 8px;
	}

	.process li:nth-child(2n) {
		display: none;
	}

	.disty-wrapper {
		padding-top: 30px !important;
	}

	.weaa-wrapper .banner_text {
		top: 8%;
	}

	.sponsor li {
		width: 49%;
	}

	.sponsor ul img {
		height: 55px;
	}



	.title {
		margin-top: 30px;
		margin-bottom: 20px;
	}

	.title p {
		font-size: 24px;

	}

	.title span {
		width: 30px;
		height: 65px;
		left: 15px;
		top: 0;
	}


	.nav-tab {
		width: 100%;
		margin-top: -20px;
		padding: 0 10px;
		display: none;
	}

	.nav-tab li {
		height: 36px;
		width: 30%;
	}

	.nav-tab li a {
		font-size: 13px;
		line-height: 36px;
	}

	.brief-con {
		font-size: 14px;
		line-height: 30px;
		text-align: justify;
		padding: 14px;
	}

	.brief .container a {
		font-size: 15px;
		display: block;
		width: 140px;
		height: 40px;
		border-radius: 40px;

		color: #fff;

		margin-top: 30px;
		line-height: 40px;


	}

	.ad2 .swiper-slide {
		width: 100% !important;
	}

	.map .brief-con-text {
		height: auto;
	}

	.process {
		padding-bottom: 40px;
		margin-top: 20px;
	}



	.map {
		margin: 0 24px 40px 24px !important;
		padding: 20px;
	}


	.vote-side {
		display: none;
	}

	.aside {
		display: none;
	}

	.aside li {
		border-top: 0;
	}

	.aside-xs {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 60px;
		background-color: #000;
		padding: 6px 10px;
		z-index: 500;
		border-top: 1px solid #444;
	}

	.aside-xs li {
		width: 33.33%;
		float: left;
		text-align: center;
	}

	.aside-xs li a {
		color: #fff;
		line-height: 48px;
		font-weight: bold;
		opacity: .8;
		font-size: 14px;
	}

	.vote-side-xs img {
		height: 50px;
	}

	.award-list .award-name {
		width: 96%;
		left: 2%;
	}

	.award-tab {
		width: 300px;
		height: 42px;
	}

	.award-tab li {
		width: 150px;
		height: 42px;
		line-height: 42px;
	}

	.section-content {
		padding: 15px;
		margin: 50px 20px 0 20px !important;
	}

	.schedule-title li {
		font-size: 14px;
	}

	.schedule-details .topic,
	.schedule-details .speaker {
		width: 100%;
		float: none;
	}

	.schedule-details .topic {
		padding-bottom: 0;
	}

	.dialog-speaker-layer .dialog-content-desktop {
		width: 92%;
		margin-left: -46%;
	}

	.schedule-detail-circle,
	.schedule-detail .left-cut-line {
		display: none;
	}

	.schedule-details {
		margin-left: 20%;
	}

	.toutiao,
	.news-wrapper {
		width: 100%;
		float: none;
	}

	.news-wrapper {
		margin-top: 14px;
	}

	.speaker-modal {
		width: 90%;
		position: fixed;
		top: 10%;
		left: calc(50% - 45%);
	}

	.speaker-modal .modal-body {
		max-height: 500px;
		overflow-y: scroll;
	}

	.brief-con-text {
		padding: 14PX;

	}

	.brief {
		padding: 0 24px;
	}

	.intro-img {
		display: none;
	}

	.award-list li {
		width: 100%;
		background-size: contain;
	}

	.nominator-con {
		padding: 20px;
		margin: 60px 24px 0 24px;
	}

	.nominator-tab li {
		font-size: 18px;
	}

	.nominator-cnt {
		margin-top: 24px;
	}

	.nominator-name li,
	.companyName li {
		font-size: 12px;
		margin-right: 10px;
		margin-bottom: 8px;
	}

	.nominator-list {
		margin-top: 10px;
	}

	.nominator-list li,
	.company-list li {
		width: 100%;
		height: auto;
	}

	.nominator-list li p,
	.company-list li p {
		margin-bottom: 0;
	}

	.nominator-list li .product-name,
	.company-list li .product-name {
		margin-bottom: 8px;
	}

	.dialog {
		width: 90%;
		margin-left: -45%;
		top: 80px;
		margin-top: 0;
	}

	.judge li {
		width: 50%;
	}

	.judge li i {
		background: none;
		/* background-image:none; */
		height: auto;
	}

	.judge .speaker-img img {
		max-height: 190px;
		position: static;
		width: auto;
	}



	.sponsor li {
		width: 33%;
		height: 60px;
	}



	.btm-img {
		margin-top: -60px;
	}

	.contact>div {
		font-size: 14px;
		margin-bottom: 20px;
	}

	.judge ul li .speaker-deail {
		background: none;
		text-align: center;
	}

	.circle-box {
		margin-top: -10rem;
		margin-left: -10rem;
	}

	.circle-box .small,
	.circle-box .outer {
		width: 20rem;
		height: 20rem;
	}

	.award .thelist {
		width: 100%;
		height: auto;
		margin-bottom: 20px;
		margin-right: 0;

	}

	.thelist .thetitle .iconfont {

		bottom: -40px !important;
	}

	.thelist .thetitle {
		font-size: 18px;
		line-height: 34px;
		margin-top: 0;

	}

	.sub-award {

		width: 101.5%;
		z-index: 800;
	}

	.award .thelist:nth-child(2) .sub-award {
		left: -3px;

	}

	.award .thelist:nth-child(3) .sub-award {
		left: -3px;

	}

	.btm_wrapper {
		margin-top: 20px;
	}

	.brief .container>div {

		font-size: 14px;
		margin-top: 0;
	}

	.high ul li {
		padding: 20px;
		width: 100%;
		height: auto;
		margin-bottom: 20px;
	}

}
