body {
	font-size: 16px;
	position: relative;
	background-color: #000;
}

@media (min-width: 1600px) {

	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl {
		max-width: 1300px;
	}
}
.register a{
	    /* position: absolute; */
	    display: block;
	    color: #fff;
	    /* right: 23%; */
	    /* top: 22px; */
	    z-index: 100;
	    font-size: 16px;
	    font-weight: bold;
	    width: 110px;
	    height: 40px;
	    border-radius: 40px;
	    line-height: 40px;
	    text-align: center;
	    /* border: 1px solid #ccc; */
	    margin-top: 22px;
	    background:#e4b164;

	  
}
.r-btn a {
	display: flex;
	padding: 5px 40px;
	line-height: 50px;
	color: #fff;
	margin-left: 10px;
	background: #2F40E8;
	font-size: 16px;
	align-items: center;
	/* float: left; */
	background: -webkit-linear-gradient(90deg, #ff6a00 0.37%, #e4b164 99.63%);
	background: linear-gradient(90deg, #ff6a00 0.37%, #e4b164 99.63%);
}

.footer {
	margin-top: 60px;
}

.grid_12 {
	background-color: #010000;
}

.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;
}

.menu-item>a:hover {
	color: #dca952;
}

.menu-item>a:hover::after {
	background-color: #dca952;
}

.main {
	background: url(../images/a-bg.png) no-repeat 0 0;

}

.a_banner {
	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;
}

@keyframes big {
	0% {
		transform: scale(1.08);
	}

	100% {
		transform: scale(1);
	}
}

@-webkit-keyframes big {
	0% {
		transform: scale(1.08);
	}

	100% {
		transform: scale(1);
	}
}

.brief {
	background-color: rgba(0, 0, 0, .2);
	border: 1px solid #E4B161;
	padding: 40px;
	/* border-radius: 10px; */
	overflow: hidden;
	margin-top: -22px;
	backdrop-filter: blur(20px);
}

.brief-con-img {
	width: 32%;
	border-radius: 10px;
	overflow: hidden;
}

.brief-con-text {
	width: 68%;
	background: url(../images/a-intro-bg.png) no-repeat 0 0;
	color: #fff;

	line-height: 28px;
	/* text-align: justify; */
	background-size: cover;
	padding-left: 40px;
}

.s-brief .brief-con-text {
	padding: 28px;
}

.brief-con-text p {
	margin-top: -20px;
}

.brief-con-text i img {
	max-height: 84px;
}

.high ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 15px;
	margin-left: -15px;
	margin-right: -15px;
}

.high ul li {
	width: calc(25% - 15px);
	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: 380px;
	overflow: hidden;
	background: rgba(255, 255, 255, 1);
	-webkit-backdrop-filter: saturate(180%) blur(6px);
	backdrop-filter: saturate(180%) blur(6px);
}

.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: 16px;
	margin-top: 14px;
	padding: 15px 0;
	width: 100%;
	color: #e4b164;
	font-weight: bold;
	line-height: 26px;
	text-align: center;

	border-bottom: 0.1rem solid #e4b164;

}


.high li .h_text {
	font-size: 14px;
	    line-height: 24px;
	    color: #333;
	    margin-top: 15px;
	    position: relative;
	    z-index: 5;
	    text-align: justify;
	    text-justify: inter-character;
	    letter-spacing: 0.2px;
	    word-spacing: -2px;
	    text-align-last: left;
}

.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;

}

.s-brief .brief-con-img {
	position: relative;
	border-radius: 6px;
	overflow: hidden;
}

.s-brief .brief-con-img .iconfont {
	display: block;
	font-size: 24px;
	position: absolute;
	left: calc(50% - 16px);
	top: calc(50% - 30px);
	color: #fff;
	background: rgba(0, 0, 0, .6);
	border-radius: 50px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	cursor: pointer;
	z-index: 5;
	text-align: center;
}

.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: 0;
	right: 0;
	font-size: 20px;
	width: 70px;
	height: 70px;
	border-radius: 500px;
	line-height: 70px;
	color: #666;
	opacity: 0.6 !important;
	text-align: center;
	cursor: pointer;
}

.title {
	margin-top: 50px;
	margin-bottom: 30px;
}

.title img {
	height: 88px;
}

.ad2 {
	margin-top: 50px;
}

.ad2 .swiper-slide {
	width: 24.5% !important;
}

.px {
	padding: 40px;
	overflow: hidden;
	margin-top: 40px;
	backdrop-filter: blur(20px);
	background: linear-gradient(to right, rgba(255, 106, 0, .2) 0.37%, rgba(228, 177, 92, .2)99.63%);
	background: -webkit-linear-gradient(to right, rgba(255, 106, 0, .2) 0.37%, rgba(228, 177, 92, .2)99.63%);
	color: #fff;

}

.award {
	margin-top: 30px;
}


.setting_wrapper {
	width: 100%;
	background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .2)), to(rgba(218, 195, 145, .2)));
	background: linear-gradient(270deg, rgba(0, 0, 0, .2), rgba(218, 195, 145, .12));
	border: .02rem solid #e4b164;
	margin: 0 auto;
	position: relative;
	z-index: 100;
	backdrop-filter: saturate(180%) blur(15px);
	margin-top: 40px;

}

.settting_box {
	width: 100%;
	height: .06rem;
	top: 0;
	left: 0;
	height: 6px;
	background: -webkit-linear-gradient(90deg, #ff6a00 0.37%, #e4b164 99.63%);
	background: linear-gradient(90deg, #ff6a00 0.37%, #e4b164 99.63%);
}

.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;
	color: #fff;
	cursor: pointer;
}

.setting_tab li.current {
	border-bottom: 2px solid #e4b164;
	color: #e4b164;
	background-color: rgba(250, 181, 43, .12);
}

/* .setting_tab #no_cur{
	color: #fff;
	border-bottom: none;
	background-color: transparent;
} */
.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: 24px;
	vertical-align: middle;
	margin-right: 6px;
}

.setting_list li>div {
	display: flex;

	align-items: center;
}

.dialog {
	width: 800px;
	position: fixed;
	left: 50%;
	margin-left: -400px;
	top: 50%;
	margin-top: -250px;
	background: #fff;
	z-index: 3001;
	display: none;
}

.dialog .close-btn {
	position: absolute;
	background: rgba(0, 0, 0, .8);
	font-size: 16px;
	line-height: 34px;
	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;
}

.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;
}

.process {
	padding: 0;
}

.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: #e4b164;
	position: relative;
}

.nominator-tab li.current::before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -4px;
	margin-left: -4px;
	width: 8px;
	height: 8px;
	border-top: 1px solid #e4b164;
	border-left: 1px solid #e4b164;
	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: 1px;
	width: 200px;
	position: absolute;
	left: 50%;
	right: 0;
	bottom: 0;
	background: #e4b164;
	z-index: 1;
	margin-left: -100px;
}

.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: #e4b164;
	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: #e4b164;
	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 li {
	width: calc(20% - 20px);
	float: left;
	-webkit-transition: .1s ease-in-out;
	transition: .1s ease-in-out;
	/* cursor: pointer; */
	margin-right: 20px;
	margin-bottom: 10px;
}

.judge li:nth-child(5n) {
	margin-right: 0;
}

.judge li i {
	display: block;
	width: 100%;
	height: 210px;
	overflow: hidden;
	background: url(../images/a-speakerBg.png) no-repeat 0 0;
	position: relative;
	background-size: cover;
}

.judge li img {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	/* max-height: 190px; */
}

.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(49, 42, 34, 1), transparent 40%);
}

.judge ul li .speaker-img {
	position: relative;
}

.judge .speaker-deail .name {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 0;
	text-align: center;
	margin-top: 10px;

}

.judge .speaker-deail .speaker-title {
	font-weight: 400;
	font-size: 14px;
	color: #f2d9a2;
	padding: 0 10px;
}

.fuli 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: #fff;
	/* background: -webkit-linear-gradient(45deg, #fff, #cae3fd); */
	overflow: hidden;
	margin-right: 15px;

}

.fuli ul li .tit {
	/* color: #333; */
	font-size: 20px;
	color: #e4b164;
	position: relative;
	font-weight: bold;
}

.fuli li .tit:before {
	content: '';
	width: 15%;
	height: 3px;
	background-color: #e4b164;
	position: absolute;
	bottom: -15px;
	left: 0;
	z-index: 10;
}

.fuli li .tit:after {
	content: '';
	width: 100%;
	height: 1px;
	background-color: #f2d9a2;
	position: absolute;
	bottom: -15px;
	left: 0;
	z-index: 5;
}

.fuli .w_list {
	color: #333;
	margin-top: 36px;
	/* text-align: justify; */
	line-height: 22px;
	font-size: 13px;
}

.setting_list li {
	display: flex;
	height: 80px;
}

.setting_list li span {
	line-height: 22px;
}

.setting_list li img {
	margin-right: 10px;
}

.sponsor>ul {
	padding: 0;
}

.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;
}

.btm-img {
	margin-top: -100px;
}

.speaker li {
	cursor: pointer;
}

.speaker-modal {
	width: 50%;
	position: fixed;
	top: 10%;
	left: calc(50% - 25%);
}

.speaker-modal .modal-header {
	display: block;
}

.speaker-modal .iconfont {
	cursor: pointer;
}

.speaker-modal .modal-body {
	padding-top: 10px;
}

/* 議程 */

.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: -234px;
	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: -36px;
	font-size: 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 .time {
	color: #e4b164;
	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: #e4b164;
	flex-shrink: 0;
	position: absolute;
	left: 13%;
	top: 0;
	box-shadow: 0px 0px 6px 0px rgb(207 17 98 / 50%);
	z-index: 8;
}

.section-content {
	background-color: #fff;
	border-radius: 10px;
	padding: 40px;
}

.schedule-title {
	background-color: #e4b164;
	overflow: hidden;

}

.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: .1s ease-in-out;
	transition: .1s ease-in-out;
}

.schedule-details .topic:hover {
	color: #e4b164;
}

.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: -14px;
	content: "";
	border-right: 14px solid #F2F2F2;
	border-bottom: 14px solid transparent;

}

.schedule-detail .left-cut-line {
	width: 2px;
	background: #e4b164;
	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: 40%;
	z-index: 5000;
}

.vote-side img {
	max-height: 110px;
}

.aside {
	overflow: hidden;
	position: fixed;
	right: 40px;
	bottom: 14px;
	z-index: 5000;
	background-color: rgba(228, 177, 100, .2);
	;
	border-radius: 4px;
}

.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;
}

@media (max-width: 1920px) {
	.sponsor li {
		width: 14.2%;
	}

	.sponsor ul img {
		height: 88px;

	}
}

@media (max-width: 1600px) {
	.sponsor ul img {
		height: 73px;

	}

	.high ul li {
		width: calc(50% - 15px);
		height: 260px;

	}

	.high li .thetitle {
		font-size: 18px;
	}

	.fuli ul li {
		padding: 20px;
	}
}

@media (max-width: 1400px) {
	.menu-item>a {
		padding: 0 20px;
	}

	.judge li i {
		background-position: center top;
		height: 160px;
	}

}

@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;
	}
}

@media (max-width: 1199px) {
	.judge li i {
		background-position: center top;
		height: 160px;
	}

	.fuli ul li {
		height: 320px;
	}

	.fuli ul li .tit {
		font-size: 15px;
	}

	.high ul li {
		width: calc(50% - 15px);
		height: 320px;
	}

	.brief-con-text i img {
		max-height: 64px;
	}


	.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;
	}

	.brief-con-text {
		width: 65%;
		padding: 30px;
		line-height: 24px;
		font-size: 14px;
		padding-top: 0;
	}

	.s-brief .brief-con-text {
		padding: 15px;
		line-height: 24px;
		font-size: 13px;
	}

	.award-list li {
		width: 32%;
		background-size: 100%;
		height: 164px;
	}

	.award-title {
		margin-top: 66px;
	}

	.award-list .award-name {
		width: 96.8%;
	}

	.judge li i {
		background-position: center top;
		height: 160px;
	}

	.judge .speaker-deail .speaker-title {
		font-size: 12px;
		margin-bottom: 0;
	}


}


@media (max-width: 991px) {
	.high ul li {
		height: 350px;
	}

	.a_banner {
		padding-top: 30px;
	}

	.fuli ul li {
		width: calc(50% - 15px);
	}

	.setting_list li {
		width: calc(50% - 20px);
	}

	.high ul li {
		width: calc(50% - 10px);
		height: 380px;
	}

	.btm-wrapper-xs {
		background: -webkit-linear-gradient(90deg, #ff6a00 0.37%, #e4b164 99.63%);
		background: linear-gradient(90deg, #ff6a00 0.37%, #e4b164 99.63%);
	}

	.btm-wrapper-xs a {
		color: #fff;
		width: 100%;
	}

	.btm-wrapper-xs a:first-child::after {
		display: none;
	}

	.menu-xs .menu-xs-cnt {
		background: #fff;
		width: 100%;
		display: none;
		position: absolute;
		top: 46px;
		border-radius: 0 0 8px 8px;
		height: 200px;
		overflow-y: scroll;
		box-shadow: 0 6px 16px rgba(193, 205, 241, .48);
		-webkit-box-shadow: 0 16px 40px rgba(193, 205, 241, .48);
	}

	.sponsor li {
		width: 14%;
	}


	.aside {
		right: 20px;
	}

	.ad2 .swiper-slide {
		width: 33% !important;
	}

	.ad2 .swiper-slide img {
		height: auto;
	}

	.schedule-detail-circle {
		left: 10%;
	}

	.schedule-detail .left-cut-line {
		left: calc(10% + 4px);
	}

	.news-wrapper .news-detail-top>div {
		margin-right: 4px;
	}

	.news-wrapper .news-smalltext {
		display: none;
	}

	.news-wrapper .news-title {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
		text-align: justify;
		white-space: normal;
		line-height: 20px;
	}

	.toutiao-detail .toutiao-title {
		font-size: 20px;
	}

	.toutiao-detail .toutiao-smalltext {
		font-size: 14px;
		line-height: 20px;
	}

	.speaker-modal {
		width: 70%;
		left: calc(50% - 35%);
	}


	.brief-con-img {
		display: none;
	}

	.brief-con-text {
		width: 100%;
		padding: 0;
	}

	.award-list li {
		width: 48%;
		height: 186px;
	}

	.award-list li:nth-child(2n) {
		margin-right: 0;
	}

	.award-list li:nth-child(3n) {
		margin-right: 2%;
	}

	.judge li {
		width: calc(33.33% - 20px);
	}

	.judge li:nth-child(5n) {
		margin-right: 20px;
	}

	.judge li:nth-child(3n) {
		margin-right: 0;
	}

	.judge li i {
		height: 230px;
		background-size: cover
	}

	.judge ul li .speaker-deail {
		height: 75px;
	}

	.sponsor li {
		width: 19%;
	}



	.dialog {
		width: 80%;
		margin-left: -40%;
		top: 28%;
	}

	.banner {
		margin-top: 50px;
	}

	.nav-xs .lang {
		position: absolute;
		right: 66px;
	}

	.nav-xs .lang a {
		line-height: 30px;
	}
}

@media (max-width: 767px) {
	.judge .speaker-deail .name {
		font-size: 16px;
	}

	.px {

		width: 92%;
		padding: 20px;
		line-height: 28px;
	}

	.a_banner {
		padding-top: 40px;
		transform: scale(1.4);
	}


	.sponsor li {
		width: 33.33%;
		height: 60px;
	}

	.judge li {
		width: calc(50% - 10px);
		margin: 5px;
	}

	.setting_list li {
		background-color: #fff;
		color: #333;
		padding: 10px;
		height: 60px;
		margin-right: 10px;
		width: calc(50% - 10px);
		margin-bottom: 20px;
		float: left;
		/* text-align: center; */
	}

	.setting_list li {
		width: 100%;
	}

	.fuli ul li {
		height: auto;
	}

	.setting_list li span {
		line-height: 22px;
		font-size: 14px;
	}

	.setting_list {
		margin-top: 30px;
		padding: 0 20px;
		min-height: auto;
	}

	.setting_con {
		padding: 0 0px 40px 0px;
		/* min-height: 500px; */
	}

	.setting_tab li {
		padding: 10px;
		width: 25%;
		font-size: 14px;
	}

	.fuli ul li {
		width: 100%;
		height: auto;
	}

	.award {
		margin-top: 0;
	}

	.high ul {
		margin: 0;
	}

	.high ul li {
		width: 100%;
		height: auto;
		padding-bottom: 30px;
	}

	.title {
		margin-top: 30px;
		margin-bottom: 20px;
	}

	.sponsor li {
		width: 32%;
	}

	.sponsor ul img {
		height: 60px;
	}

	.ad2 .swiper-slide {
		width: 100% !important;
	}

	.vote-side {
		display: none;
	}

	.aside {
		bottom: 80px;
	}

	.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;
	}

	.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 {
		width: 90%;
		padding: 14px;
		margin: 0 auto;
		margin-top: 14px;
	}

	.award-list li {
		width: 100%;
		background-size: contain;
	}

	.nominator-con {
		padding: 20px;
	}

	.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: 50px;
		margin-top: 0;
	}



	.judge li i {
		height: 150px;
		background-position: center top;

	}

	.judge li i img {
		max-height: 190px;
		position: static;
		width: auto;
	}

	.sponsor ul {
		padding: 0 15px;
	}


	.btm-img {
		margin-top: -60px;
	}

	.contact>div {
		font-size: 14px;
		margin-bottom: 20px;
	}
}



#judge>ul>li:nth-child(9) p.name {
	font-size: 14px;
}
