.banner img {
	width: 100%;
	margin-top: 148px;
}

.banner {
	animation: 1s ease-out 0s 1 normal none running big;
	overflow: hidden;
}

.bg_layer {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
	display: none;
}

@keyframes big {
	0% {
		transform: scale(1.2);
	}

	100% {
		transform: scale(1);
	}
}

/* .main{
	    padding-bottom: 104px;
	    background-image: url(../images//pcbg.jpg);
	    position: relative;
	    background-size: 100% auto;
	    background-position-y: 600px;
} */
.title {
	position: relative;
	border-bottom: 1px solid #1cb5d8;
}

.title p {
	font-size: 36px;
	font-weight: bold;
	position: relative;
	width: 170px;

}

.light .title p {
	width: 490px;
}

.agenda .title p {
	width: 210px;
}

.title p:before {
	display: block;
	content: '';
	width: 14px;
	height: 14px;
	background-color: #1CB5D8;
	position: absolute;
	right: 0;
	bottom: 10px;
	z-index: 0;
}

.section {
	padding: 60px 0;
}

.intro {
	/* background: linear-gradient(90deg, #fafafa 12px, transparent 1%) center, linear-gradient(#fafafa 12px, transparent 1%) center, #e9e9e9;
	    background-size: 14px 14px; */
	background: url(../images/intro_bg.png) no-repeat 0 0;
	background-size: cover;
	overflow: hidden;
}

.intro_text {
	/* margin-top: 30px; */
	line-height: 28px;
	display: flex;
	flex-wrap: wrap;
}

.intro_text p {
	color: #0084d5;
	font-size: 20px;
	margin-top: 20px;
	font-weight: 600;
}

.intro_text_l strong {
	color: #1CB5D8;
}

.intro_text_l {


	padding: 40px;
	/* background: linear-gradient(135deg, rgb(255, 255, 255) 60%, transparent); */
	background-color: #fff;
	/* border-radius: 20px; */

	position: relative;
	overflow: hidden;
}

.intro_text_l .comma {
	position: absolute;
	top: -30px;
	right: 0;
	height: 48px;
	left: 40px;
	opacity: .5;
}

.intro_text_r {
	width: 30%;
	background: url(../images/intro_r.png) no-repeat right 0;
	background-size: cover;
	position: relative;
	/* border-radius: 20px; */

}

.intro_text_r {
	color: #fff;
	padding: 24px;
}

.intro_text_r .tit {
	font-size: 18px;
	font-weight: bold;
	border-bottom: 2px solid #fff;
	padding-bottom: 14px;

}

.intro_text_r>div {
	margin-bottom: 20px;
}

.light {
	/* background: linear-gradient(90deg, #fafafa 12px, transparent 1%) center, linear-gradient(#fafafa 12px, transparent 1%) center, #e9e9e9;
	    background-size: 14px 14px; */
	background-color: #f4f7fe;
}





.light_cnt {
	display: flex;
	flex-wrap: wrap;
	margin-top: 40px;

}

.light .left_wrapper {
	width: calc(30% - 20px);
	position: relative;
	/* display: flex; */
	padding-right: 30px;
	/* background: url(../images/light01.avif) no-repeat 0 0;
	background-size: cover; */
	height: 400px;
	margin-right: 10px;
	/* align-items: center; */


	/* background: no-repeat #fefefe 150px 250px / 250px 95px; */
	border-radius: 4px;
	padding: 48px 48px 48px;
	overflow: hidden;
	transition: all .3s ease-out;
	color: #222;
	background-image: url(../images/pcbg.jpg);
	background-size: cover;
	/* border-radius: 20px; */

}

.light img {
	height: 50px;
}

.light .right_wrapper {
	display: flex;
	flex-wrap: wrap;
	width: calc(70% + 20px);
	margin-right: -20px;
}

.light .right_wrapper li {
	width: calc(50% - 10px);
	/* display: flex; */
	position: relative;
	/* background: no-repeat #fefefe 300px 90px / 200px 65px; */
	margin-right: 10px;
	/* background-image: url(../images/green_1@2x.png); */
	background-image: url(../images/pcbg.jpg);
	background-size: cover;
	/* border-radius: 20px; */
	padding: 24px;
}

.light .right_wrapper li:nth-child(2) {

	/* background: url(../images/light03.avif) no-repeat 0 0;
	background-size: cover; */

}

.light .right_wrapper li:nth-child(3) {
	/* background: url(../images/light004.jpeg) no-repeat 0 0;
	background-size: cover; */
	margin-top: 10px;

}

.light .right_wrapper li:nth-child(4) {

	/* background: url(../images/light005.avif) no-repeat 0 0;
	background-size: cover; */
	margin-top: 10px;

}

.light .light_cnt_text {
	/* position: absolute;
	left: 10px;
	bottom: 10px; */
	z-index: 100;
	color: #222;

	/* padding: 24px; */
	/* display: flex;
	align-items: center; */
	font-size: 16px;
	font-weight: bold;
	line-height: 28px;
	margin-top: 30px;

}

/* .light .left_wrapper img{
	display: block;
	position: relative;
} */
/* .light .left_wrapper:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.5);
}
.light .right_wrapper li:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.5);
} */
.address {
	background: url(../images/map_bg.avif) no-repeat 0 0;
	background-size: cover;
	padding: 24px;
}

.agenda {
	/* background-color: #ffffff;
	display: flex;
	justify-content: center;
	padding: 40px 0; */
}

.agenda-down-icon {
	width: 30px;
	height: 30px;
}

.agenda-item-bg {
	/* border-radius: 8px; */
	background: rgba(28, 181, 216, 0.06);
}

.agenda-item {
	display: flex;
	align-items: center;
	padding: 5px 10px;
	cursor: pointer;

}

.agenda-item:nth-child(even) {
	background-color: #fff;
}

.agenda-time {
	color: #333333;
	font-weight: 600;
}

.agenda-topice {
	color: #333333;
	font-weight: 600;
	/* pointer-events: none; */
}

.agenda-topice :hover {
	color: #1cb5d8;
}

.agenda-speaker-title {
	font-size: 14px;
	color: #666;
	font-weight: bold;
	line-height: 24px;
}

.agenda-list .agenda-item:nth-child(2) .agenda-topice {
	pointer-events: auto;
}

.agenda-list .agenda-item:nth-child(3) .agenda-topice {
	pointer-events: auto;
}

.agenda-list .agenda-item:nth-child(4) .agenda-topice {
	pointer-events: auto;
}

.agenda-list .agenda-item:nth-child(6) .agenda-topice {
	pointer-events: auto;
}

.agenda-list .agenda-item:nth-child(8) .agenda-topice {
	pointer-events: auto;
}

.agenda-list .agenda-item:nth-child(10) .agenda-topice {
	pointer-events: auto;
}

.agenda-list .agenda-item:nth-child(11) .agenda-topice {
	pointer-events: auto;
}

.agenda-list .agenda-item:nth-child(12) .agenda-topice {
	pointer-events: auto;
}

.agenda-list .agenda-item:nth-child(17) .agenda-topice {
	pointer-events: auto;
}

.agenda-speaker-name {
	color: #333333;
	font-weight: 600;
}

.agenda-speaker-work {
	color: #666666;
	font-weight: 600;
	display: inline-block;
}

.agenda .abs {
	display: none;
}

.agenda-layer {
	display: none;
	width: 50%;
	background: #fff;
	z-index: 50;
	left: 50% !important;
	top: 15% !important;
	transform: translateX(-50%) !important;
	position: fixed;
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn;

}

@keyframes bounceIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(.5);
		-ms-transform: scale(.5);
		transform: scale(.5);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
}

.agenda-layer {
	background-image: url(../images/jiaotong.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	box-shadow: unset !important;
	border-radius: 12px !important;
}

.layui-layer-page {
	background-image: url(../images/jiaotong.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	box-shadow: unset !important;
	border-radius: 12px !important;
}

.layui-layer-content {
	height: auto !important;
}

.model-content {
	padding: 30px;
	/* white-space: pre-line; */
}

#s_layer .model-content {
	white-space: normal;
}

.model-text {
	text-align: justify;
	color: #333333;
}

.model-title {
	font-size: 20px;
	font-family: 'MiSans_Me';
	text-align: center;
}

.layui-layer-title {
	padding: 20px 0 !important;
	height: unset !important;
	line-height: unset !important;
}

.model-link {
	border-radius: 60px;
	background: linear-gradient(270deg, #32CCFF 0%, #0047FF 100%);
	padding: 8px 20px;
	font-size: 15px;
	font-family: 'MiSans';
	font-weight: bold;
	color: #ffffff;
	cursor: pointer;
	pointer-events: auto;
	transition: all 0.5s;
	margin-top: 20px;
}

.model-downbtn {
	display: flex;
	justify-content: center;

}

.model-link:hover {
	color: #ffffff;
}

.taipei-btn:hover {
	transform: translateY(-8px);
	-webkit-transform: translateY(-8px);
	-ms-transform: translateY(-8px);
	-webkit-box-shadow: 0 1rem 3rem rgb(31 45 61 / 13%);
	box-shadow: 0 1rem 3rem rgb(31 45 61 / 13%);
}

.agenda-box {
	margin-top: 40px;
}

.agenda-box .agenda-list:nth-child(even) .agenda-item-bg {
	background-color: #fff;
}

.speaker {
	display: flex;
	justify-content: center;
	padding: 40px 0;
	background-color: #f4f7fe;
}

.speaker-list {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
	margin-top: 40px;
}

.speaker-item {
	margin: 20px 10px 0 10px;
	/* border-radius: 12px; */
	background: #ffffff;
	box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.03);
	backdrop-filter: blur(12px);
	cursor: pointer;
}

.speaker .pro {
	display: none;
}

.speaker-user {
	width: 150px;
	height: 150px;
	border-radius: 300px;
	overflow: hidden;

}

.speaker-circle {
	width: 154px;
	height: 154px;
	border-radius: 50%;
	background-color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto;
	box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.08);
	position: relative;
	pointer-events: auto;
	transition: all 0.5s;
	cursor: pointer;
}

.speaker-img {
	width: 100%;
	/* height: 100%; */
	/* border-radius: 50%; */
	overflow: hidden;
	object-fit: contain;
}

.speaker-bg {
	background-image: url(../images/line-bg.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 120%;
	overflow: hidden;
}

.speaker-content {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	padding: 20px 15px 0 15px;
}

.speaker-outbox {
	position: relative;
	width: 100%;
	height: 303px;
	overflow: hidden;
	bottom: 0;
	left: 0;
	z-index: -1;
	background-image: url(../images/sp_bg.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	/* border-radius: 12px; */
	cursor: pointer;
	pointer-events: all;
	transition: all 0.5s;
}

.speaker-inbox {
	padding: 20px;
}

.speaker-name {
	color: #001322;
	font-family: 'MiSans_Me';
}

.speaker-company,
.speaker-work {
	color: #666;
	text-align: center;
}

.speaker-line {
	width: 90%;
	height: 1px;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 0%, #FFF 50%, rgba(255, 255, 255, 0.00) 100%);
	margin: 10px 0;
}

.speaker-tips {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	/* background-color: rgba(255, 255, 255, 0.75); */
	/* backdrop-filter: blur(12px); */
	position: absolute;
	bottom: 0;
	right: 10px;
	z-index: 1;
	padding: 3px;
	/* border: 2px solid #ffffff; */
	pointer-events: auto;
	transition: all 0.5s;
	cursor: pointer;


}

.speaker-tips-icon {
	width: 100%;
	height: 100%;
	object-fit: contain;
	overflow: hidden;
}

.model-speaker-name {
	color: #2468f2;
	font-size: 22px;
	font-family: 'MiSans_Me';
}

.model-speaker-company {
	color: #2468f2;
	font-size: 16px;
	font-family: 'MiSans';
	font-weight: bold;
	padding-bottom: 20px;
	text-align: justify;
}

.layui-layer-close {
	position: absolute;
	right: 30px;
	top: 20px;
}

.layui-layer-close img {
	height: 20px;
}

.gift {
	background-image: url(../images/gift-bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	/* border-radius: 20px; */
	padding: 50px;
	margin-top: 60px;
}

.gift .tit {
	font-size: 36px;
	font-weight: bold;
	position: relative;
	margin-bottom: 30px;
	width: 240px;
}

.gift .tit:before {
	display: block;
	content: '';
	width: 14px;
	height: 14px;
	background-color: #1CB5D8;
	position: absolute;
	right: 0;
	bottom: 10px;
	z-index: 10;
}

.gift_cnt {
	position: relative;
	display: flex;
	flex-wrap: wrap;
}

.gift_l {
	width: 40%;

}

.gift_r {
	width: 60%;
	padding-left: 20px;
	line-height: 32px;
	font-size: 16px;
	margin-top: 50px;
}

.gift_l {
	height: 280px;
	background-color: #fff;
	overflow: hidden;
	border: 1px solid #1cb5d8;
	display: flex;
	align-items: center;
	/* border-radius: 10px; */
}

.gift_l img {
	height: 100%;
}

.prize {
	background-color: #f4f7fe;
	padding-bottom: 30px;
}

.prize .bg_box {
	position: relative;
	margin-top: 60px;
	background: #1cb5d8;
	height: 240px;

}

.prize .bg_box img {
	width: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.prize .tit {

	font-size: 36px;
	font-weight: bold;
	position: relative;
	margin-bottom: 30px;
	padding-top: 50px;
	color: #fff;
	text-align: center;

}

.prize .tips {
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
}

.gift-img {
	width: 100%;
	height: 100%;
	overflow: hidden;
	object-fit: cover;
}

.gift-container .theme-name {
	color: #ffffff;
}

.gift-container .theme-line {
	background: linear-gradient(90deg, rgba(50, 136, 255, 0.00) 0%, #ffffff 43.99%, rgba(50, 136, 255, 0.00) 90.7%);
}

.gift-container .theme-tips {
	border-top: 16px solid #ffffff;
	border-right: 16px solid transparent;
	border-left: 16px solid transparent;
}

.gift-container .theme-title {
	padding-top: 40px;
}

.gift-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	overflow: hidden;
	pointer-events: all;
	transition: all 0.5s;
}

.gift-bg {
	width: 85%;
	height: auto;
	overflow: hidden;
	margin: auto;
}

.gift-item {
	margin: 20px 20px 0 20px;
	/* border-radius: 12px; */
	/* background: rgba(252, 253, 255, 0.60); */
	/* box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.03); */
	/* backdrop-filter: blur(12px); */
	padding: 20px;
	position: relative;
	pointer-events: auto;
	transition: all 0.5s;
	cursor: pointer;
	height: 360px;
	/* background-image: linear-gradient(180deg, rgba(28, 181, 216, .25) 20%, #FFF 50%); */
	/* box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1); */
	background-color: #fff;
	width: calc(33% - 40px);

}

.gift-list {
	margin-left: -10px;
	margin-right: -10px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-top: -60px;
}

.gift-name {
	padding-top: 20px;
	text-align: center;
}

.gift-name span {
	color: #333333;
	font-size: 16px;
	font-family: 'MiSans_Me';
	text-align: center;
}

.top-tips-img {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.gift-img:hover {
	transform: scale(1.1);
}

.gift-toptips {
	position: absolute;
}

.gift {
	padding-bottom: 50px;
	/* display: flex; */
	justify-content: center;
	position: relative;
}

.gift-inset {
	position: absolute;
	object-fit: cover;
	z-index: -1;

}

.gift-inset-img {
	width: 100%;
	height: 100%;
	overflow: hidden;
	object-fit: cover;
}

.map {
	background-color: #f4f7fe;
}

.map_cnt {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	/* padding: 50px;
    border: 1px solid #FFF;
    background: linear-gradient(180deg, #F1F9FF 0%, #FFF 50%);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1); */
	margin-top: 50px;
	/* border-radius: 20px; */
}

.map_cnt_l {
	width: 50%;
}

.map_cnt_r {
	width: calc(50% - 24px);
	/* padding-left: 30px; */
	padding: 26px 20px 0 26px;
	/* border: 1px solid #FFF; */
	background: #fff;
	margin-left: 24px;
	line-height: 24px;
	font-size: 14px;

}


.map_text {
	margin-bottom: 10px;
	font-size: 14px;
}

.map_text p {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 0;
	color: #1cb5d8;
}

.map_text li {
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
	padding-top: 10px;
}

.map_text li:last-child {
	border-bottom: none;
}

.map .img_text {
	background: #1cb5d8;
	height: 150px;
	margin-top: 15px;
	display: flex;
	align-items: center;
	/* text-align: center; */
	justify-content: center;
	color: #fff;
	font-size: 18px;
}

.footer {
	margin-top: 0;
}

.to-top {
	margin-top: 10px;
	box-sizing: border-box;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	border: 2px solid #fff;
	background: linear-gradient(#f4f5f8, #fdfefe);
	box-shadow: 4px 4px 14px 0 rgb(0 43 112 / 12%);
	-webkit-box-shadow: 4px 4px 14px 0 rgb(0 43 112 / 12%);
	overflow: hidden;
	cursor: pointer;
	position: fixed;
	cursor: pointer;
	right: 50px;
	bottom: 100px;
	text-align: center;
	line-height: 60px;
	z-index: 200;
}

.side-btn {
	position: fixed;
	right: 30px;
	bottom: 200px;
	z-index: 500;
}

.side-btn img {
	height: 120px;
}

.grid_12 {

	backdrop-filter: none;
	border-bottom: none;
}

.menu-item>a {
	color: #fff;
}



.fix_nav {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 5000;
	/* background-color: rgba(0, 0, 0, .4) !important; */
	backdrop-filter: saturate(180%) blur(10px) !important;
}

.fix_nav .logo {
	display: block;
}







@media screen and (min-width:1200px) and (max-width:1400px) {
	.container-xl {
		width: 90%;
	}

	.container-xs {
		width: 90%;
	}

	.banner-box {
		height: 700px;
	}

	.logo-img {
		width: 120px;
		height: auto;
	}

	.nav-box {
		height: 60px;
	}

	.menu-btn,
	.sticky .menu-btn {
		display: none;
	}

	.banner-text {
		font-size: 26px;
	}

	.banner-title {
		font-size: 54px;
	}

	.banner-time {
		font-size: 26px;
		padding: 40px 0;
	}

	.intruc-text {
		padding: 50px;
		font-size: 16px;
	}

	.company-img {
		width: calc(16.6666667% - 20px);
		height: 78px;
	}

	.logo-tips {
		width: 8px;
		height: 22px;
	}

	.logo-text {
		font-size: 22px;
		line-height: 22px;
	}

	.video-item {
		width: calc(25% - 20px);
		margin: 20px 10px 0 10px;
	}

	.theme-name {
		font-size: 30px;
	}

	.video-name {
		font-size: 16px;
		line-height: 24px;
	}

	.theme-tips {
		border-top: 16px solid #3288FF;
		border-right: 16px solid transparent;
		border-left: 16px solid transparent;
	}

	.agenda-time {
		width: 20%;
		font-size: 17px;
		line-height: 24px;
	}

	.agenda-topice {
		width: 50%;
		font-size: 17px;
		line-height: 24px;
		padding: 0 15px;
	}

	.agenda-speaker {
		width: 30%;
	}

	.agenda-speaker-name {
		font-size: 17px;
		line-height: 24px;
	}

	.agenda-speaker-work {
		font-size: 14px;
		line-height: 24px;
	}

	.agenda-top {
		display: flex;
		align-items: center;
		width: calc(100% - 30px);
	}

	.model-text {
		font-size: 16px;
		line-height: 24px;
	}

	.speaker-item {
		width: calc(25% - 20px);
	}

	.speaker-name {
		font-size: 18px;
		line-height: 24px;
	}

	.speaker-company,
	.speaker-work {
		font-size: 15px;
		line-height: 22px;
	}

	.sponsor-item {
		width: calc(50% - 20px);
		margin: 20px 10px 0 10px;
		border-radius: 12px;
		background: #ffffff;
		box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.03);
		backdrop-filter: blur(12px);
		padding: 20px;
		display: flex;
	}

	.gift-boxbg {
		width: 100%;
		height: 220px;
	}

	.gift-toptips {
		top: -6px;
		left: -6px;
		width: 130px;
		height: 130px;
	}

	/* .gift-item {
		width: calc(33% - 20px);
	}
 */
	.gift-inset {
		height: 240px;
		width: 100%;
	}

	.traffic-item-left {
		width: 55%;
	}

	.traffic-item-right {
		width: 45%;
	}

	.traffic-item-right {
		padding-top: 30%;
	}

	.traffic-item-left {
		padding-right: 20px;
	}

	.traffic-title p {
		font-size: 18px;
		line-height: 24px;
	}

	.trafiic-icon {
		width: 24px;
		height: 24px;
		font-size: 24px;
	}

	.traffic-text p {
		font-size: 16px;
		line-height: 22px;
	}

	.ways-item {
		font-size: 16px;
		line-height: 22px;
	}

	.ri-phone-fill {
		font-size: 20px;
	}

	.footer-box {
		padding: 20px 0;
	}

	.application-bg {
		width: 120px;
		height: 120px;
		display: block;
	}

	.application-btn {
		display: none;
	}

	.backup-content {
		bottom: 80px;
		right: 20px;
	}

	.exhibitors-name {
		font-size: 46px;
	}

	.exhibitors-box {
		padding: 50px;
	}

	.exhibitors-company {
		display: flex;
	}


}

@media screen and (min-width:992px) and (max-width:1200px) {
	/* .container-xl {
		width: 90%;
	} */

	.container-xs {
		width: 90%;
	}

	.banner-box {
		height: 700px;
	}

	.logo-img {
		width: 120px;
		height: auto;
	}

	.nav-box {
		height: 60px;
	}

	.menu-btn,
	.sticky .menu-btn {
		display: none;
	}

	.banner-text {
		font-size: 24px;
	}

	.banner-title {
		font-size: 44px;
	}

	.banner-time {
		font-size: 24px;
		padding: 40px 0;
	}

	.intruc-text {
		padding: 50px;
		font-size: 16px;
	}

	.company-img {
		width: calc(20% - 20px);
		height: 72px;
	}

	.logo-tips {
		width: 8px;
		height: 20px;
	}

	.logo-text {
		font-size: 20px;
		line-height: 20px;
	}

	.video-item {
		width: calc(25% - 20px);
		margin: 20px 10px 0 10px;
	}

	.theme-name {
		font-size: 28px;
	}

	.video-name {
		font-size: 15px;
		line-height: 22px;
	}

	.theme-tips {
		border-top: 16px solid #3288FF;
		border-right: 16px solid transparent;
		border-left: 16px solid transparent;
	}

	.agenda-time {
		width: 20%;
		font-size: 16px;
		line-height: 22px;
	}

	.agenda-topice {
		width: 50%;
		font-size: 16px;
		line-height: 22px;
		padding: 0 15px;
	}

	.agenda-speaker {
		width: 30%;
	}

	.agenda-speaker-name {
		font-size: 16px;
		line-height: 22px;
	}

	.agenda-speaker-work {
		font-size: 13px;
		line-height: 20px;
	}

	.agenda-top {
		display: flex;
		align-items: center;
		width: calc(100% - 30px);
	}

	.model-text {
		font-size: 16px;
		line-height: 24px;
	}

	.speaker-item {
		width: calc(25% - 20px);
	}

	.speaker-name {
		font-size: 18px;
		line-height: 24px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-line-clamp: 1;
	}

	.speaker-company,
	.speaker-work {
		font-size: 15px;
		line-height: 22px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-line-clamp: 1;
	}

	.sponsor-item {
		width: calc(50% - 20px);
		margin: 20px 10px 0 10px;
		border-radius: 12px;
		background: #ffffff;
		box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.03);
		backdrop-filter: blur(12px);
		padding: 20px;
		display: flex;
	}

	.gift-boxbg {
		width: 100%;
		height: 200px;
	}

	.gift-toptips {
		top: -5px;
		left: -5px;
		width: 110px;
		height: 110px;
	}




	.gift-inset {
		height: 240px;
		width: 100%;
	}

	.traffic-item-left {
		width: 55%;
	}

	.traffic-item-right {
		width: 45%;
	}

	.traffic-item-right {
		padding-top: 30%;
	}

	.traffic-item-left {
		padding-right: 20px;
	}

	.traffic-title p {
		font-size: 18px;
		line-height: 24px;
	}

	.trafiic-icon {
		width: 24px;
		height: 24px;
		font-size: 24px;
	}

	.traffic-text p {
		font-size: 16px;
		line-height: 22px;
	}

	.footer-box {
		padding: 20px 0;
	}

	.application-bg {
		width: 110px;
		height: 110px;
		display: block;
	}

	.application-btn {
		display: none;
	}

	.backup-content {
		bottom: 80px;
		right: 20px;
	}

	.exhibitors-name {
		font-size: 40px;
	}

	.exhibitors-box {
		padding: 50px;
	}

	.exhibitors-company {
		display: flex;
	}


}

@media screen and (min-width:768px) and (max-width:992px) {
	.container-xl {
		width: 90%;
	}

	.container-xs {
		width: 90%;
	}

	.menu-btn,
	.sticky .menu-btn {
		display: block;
	}

	.nav-list {
		display: none;
	}

	.logo-img {
		width: 120px;
		height: auto;
	}

	.nav-box {
		height: 60px;
	}

	.banner-box {
		height: 600px;
	}

	.banner-text {
		font-size: 22px;
	}

	.banner-title {
		font-size: 34px;
	}

	.banner-time {
		font-size: 22px;
		padding: 40px 0;
	}

	.intruc-text {
		padding: 50px;
		font-size: 16px;
	}

	.company-img {
		width: calc(25% - 20px);
		height: 70px;
	}

	.logo-tips {
		width: 8px;
		height: 18px;
	}

	.logo-text {
		font-size: 18px;
		line-height: 18px;
	}

	.video-item {
		width: calc(33.3333% - 20px);
		margin: 20px 10px 0 10px;
	}

	.theme-name {
		font-size: 26px;
	}

	.video-name {
		font-size: 14px;
		line-height: 20px;
	}

	.theme-tips {
		border-top: 12px solid #3288FF;
		border-right: 12px solid transparent;
		border-left: 12px solid transparent;
	}

	.agenda-time {
		width: 20%;
		font-size: 16px;
		line-height: 22px;
	}

	.agenda-topice {
		width: 50%;
		font-size: 16px;
		line-height: 22px;
		padding: 0 15px;
	}

	.agenda-speaker {
		width: 30%;
	}

	.agenda-speaker-name {
		font-size: 16px;
		line-height: 22px;
	}

	.agenda-speaker-work {
		font-size: 13px;
		line-height: 20px;
	}

	.agenda-top {
		display: flex;
		align-items: center;
		width: calc(100% - 30px);
	}

	.model-text {
		font-size: 15px;
		line-height: 22px;
	}

	.speaker-item {
		width: calc(33.3333333% - 20px);
	}

	.speaker-name {
		font-size: 16px;
		line-height: 22px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-line-clamp: 1;
	}

	.speaker-company,
	.speaker-work {
		font-size: 14px;
		line-height: 20px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-line-clamp: 1;
	}

	.sponsor-item {
		width: 100%;
		margin: 20px 10px 0 10px;
		border-radius: 12px;
		background: #ffffff;
		box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.03);
		backdrop-filter: blur(12px);
		padding: 20px;
		display: flex;
	}

	.sponsor-link {
		font-size: 16px;
	}

	.gift-boxbg {
		width: 100%;
		height: 180px;
	}

	.gift-toptips {
		top: -5px;
		left: -5px;
		width: 110px;
		height: 110px;
	}

	/* 	.gift-item {
		width: calc(50% - 20px);
	} */

	.gift-inset {
		height: 200px;
		width: 100%;
	}

	.traffic-item-left {
		width: 100%;
	}

	.traffic-item-right {
		width: 100%;
	}

	.traffic-list {
		flex-direction: column-reverse;
	}

	.traffic-item-right {
		padding-top: 60%;
	}

	.traffic-item-left {
		padding-top: 20px;
	}

	.traffic-title p {
		font-size: 16px;
		line-height: 22px;
	}

	.trafiic-icon {
		width: 22px;
		height: 22px;
		font-size: 22px;
	}

	.traffic-text p {
		font-size: 15px;
		line-height: 20px;
	}

	.ways-item {
		font-size: 16px;
		line-height: 22px;
	}

	.ri-phone-fill {
		font-size: 20px;
	}

	.footer-box {
		padding: 15px 0;
	}

	.application-bg {
		width: 100px;
		height: 100px;
		display: block;
	}

	.application-btn {
		display: none;
	}

	.backup-content {
		bottom: 80px;
		right: 20px;
	}

	.exhibitors-name {
		font-size: 36px;
	}

	.exhibitors-box {
		padding: 30px;
	}

	.exhibitors-company {
		display: flex;
	}

	.exhibitors-product {
		padding: 30px;
	}

	.exhibitors-product-top {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-line-clamp: 1;
	}

	.exhibitors-product-bottom {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-line-clamp: 7;
	}







}

@media screen and (min-width:1400px) {

	.gift-boxbg {
		width: 100%;
		height: 240px;
	}

	.gift-toptips {
		top: -6px;
		left: -6px;
		width: 130px;
		height: 130px;
	}



	.gift-inset {
		height: 240px;
		width: 100%;
	}

	.theme-tips {
		border-top: 16px solid #3288FF;
		border-right: 16px solid transparent;
		border-left: 16px solid transparent;
	}

	.agenda-time {
		width: 12%;
		font-size: 17px;
		line-height: 24px;
	}

	.agenda-topice {
		width: 50%;
		font-size: 17px;
		line-height: 24px;
		padding: 0 15px;
	}

	.agenda-speaker {
		width: 38%;
	}

	.agenda-speaker-name {
		font-size: 16px;
		line-height: 24px;
		white-space: pre-line;
	}

	.agenda-speaker-work {
		font-size: 14px;
		line-height: 24px;
	}

	.agenda-top {
		display: flex;
		align-items: center;
		width: calc(100% - 30px);
	}

	.model-text {
		font-size: 16px;
		line-height: 28px;
	}

	.speaker-item {
		width: calc(25% - 20px);
	}

	.speaker-name {
		font-size: 18px;
		line-height: 24px;
		font-weight: 500;
	}

	.speaker-company,
	.speaker-work {
		font-size: 15px;
		line-height: 22px;
	}

	.sponsor-item {
		width: calc(50% - 20px);
		margin: 20px 10px 0 10px;
		border-radius: 12px;
		background: #ffffff;
		box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.03);
		backdrop-filter: blur(12px);
		padding: 20px;
		display: flex;
	}

}

@media screen and (max-width:1199px) {
	.agenda-item {
		padding: 20px;
	}

	.gift-item {
		height: 280px;
	}

	.gift-name span {
		font-size: 15px;
	}

	.banner img {
		margin-top: 0;
	}
}

@media screen and (max-width:991px) {
	.gift_l {
		height: 240px;
	}

	.gift-item {
		height: 340px;
	}

	.light .right_wrapper li {
		padding: 14px;
	}

	.light .left_wrapper {
		padding: 24px;
	}
}

@media screen and (max-width:768px) {
	.container-xl {
		width: 95%;
	}

	.container-xs {
		width: 80%;
	}

	.agenda-layer {
		width: 90%;
	}

	.model-content {
		max-height: 480px;
		overflow-y: scroll;
	}

	.menu-btn,
	.sticky .menu-btn {
		display: block;
	}

	.nav-list {
		display: none;
	}

	.nav-box {
		height: 48px;
	}

	.logo-img {
		width: 90px;
		height: auto;
	}

	.banner-box {
		height: 450px;
	}

	.banner-text {
		font-size: 18px;
		display: none;
	}

	.banner-title {
		font-size: 28px;
	}

	.banner-time {
		font-size: 20px;
		padding: 30px 0;
	}

	.intruc-text {
		padding: 30px;
		font-size: 15px;
	}

	.company-img {
		width: calc(50% - 20px);
		height: 68px;
	}

	.logo-tips {
		width: 8px;
		height: 18px;
	}

	.logo-text {
		font-size: 18px;
		line-height: 18px;
	}

	.video-item {
		width: calc(50% - 20px);
		margin: 20px 10px 0 10px;
	}

	.theme-name {
		font-size: 24px;
	}

	.video-name {
		font-size: 14px;
		line-height: 20px;
	}

	.theme-tips {
		border-top: 12px solid #3288FF;
		border-right: 12px solid transparent;
		border-left: 12px solid transparent;
	}

	.agenda-item {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 20px 30px;
	}

	.agenda-time {
		width: 100%;
		font-size: 15px;
		line-height: 22px;
	}

	.agenda-topice {
		width: 100%;
		font-size: 14px;
		line-height: 22px;
		padding: 10px 0;
	}

	.agenda-speaker {
		width: 100%;
	}

	.agenda-speaker-name {
		font-size: 15px;
		line-height: 22px;
	}

	.agenda-speaker-work {
		font-size: 13px;
		line-height: 20px;
	}

	.agenda-top {
		display: block;
		width: 100%;
	}

	.layui-layer-page {
		width: 90% !important;
	}

	.model-text {
		font-size: 15px;
		line-height: 22px;
	}

	/* .speaker-item {
		width: calc(100% - 20px);
	} */

	.speaker-name {
		font-size: 16px;
		line-height: 22px;
	}

	.speaker-company,
	.speaker-work {
		font-size: 14px;
		line-height: 20px;
	}

	.sponsor-item {
		width: 100%;
		margin: 20px 10px 0 10px;
		border-radius: 12px;
		background: #ffffff;
		box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.03);
		backdrop-filter: blur(12px);
		padding: 20px;
		display: flex;
	}

	.sponsor-link {
		font-size: 16px;
	}

	.gift-boxbg {
		width: 100%;
		height: 180px;
	}

	.gift-toptips {
		top: -5px;
		left: -5px;
		width: 110px;
		height: 110px;
	}

	.gift-item {
		width: calc(50% - 20px);
		margin: 20px 10px 0 10px;
	}

	.gift-inset {
		height: 200px;
		width: 100%;
	}

	.map_cnt_l {
		width: 100%;
		display: none;
	}

	.map_cnt_r {
		width: 100%;
		margin-left: 0;
	}

}

@media screen and (max-width:767px) {
	html {
		overflow-x: hidden;
	}

	.banner img {
		margin-top: 60px;
	}

	.banner {
		padding-top: 0px;
	}

	.side-btn {
		display: none;
	}

	.gift_l {

		width: 100%;
	}

	.gift {
		width: 90%;
	}

	.gift_r {
		width: 100%;
		padding-left: 20px;
		line-height: 32px;
		font-size: 16px;
		margin-top: 20px;
	}

	.speaker-item {
		margin: 20px 10px 0 0;
		/* border-radius: 12px; */
		background: #ffffff;
		box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.03);
		backdrop-filter: blur(12px);
		cursor: pointer;
		width: calc(50% - 5px);
		margin-right: 10px;
	}

	.speaker-list {
		margin-left: 0;
		margin-right: 0;
		margin-top: 20px;
	}

	.speaker-list .speaker-item:nth-child(2n) {
		margin-right: 0;
	}

	.speaker-circle {
		width: 134px;
		height: 134px;
	}

	.speaker-inbox {
		padding: 10px;
	}

	.speaker-company,
	.speaker-work {
		/* color: #333; */
		text-align: center;
		font-size: 13px;
	}

	.speaker-outbox {
		height: 250px;
	}

	.speaker-content {

		padding: 10px 0px 0 0px;
	}

	.speaker-user {
		width: 130px;
		height: 130px;
		border-radius: 300px;
		overflow: hidden;
	}

	.intro_text_l,
	.intro_text_r {
		width: 100%;
		margin: 0;
	}

	.intro_text_l {
		padding: 40px 24px 24px 24px;
		margin-bottom: 14px;
	}

	.section {
		padding: 30px 0;
	}

	.container {
		padding-left: 15px;
		padding-right: 15px;
	}

	.title p {
		font-size: 24px;
		width: auto;
	}

	.gift .tit,
	.prize .tit {
		font-size: 24px;
	}

	.prize .tit {
		margin-bottom: 10px;
		padding-top: 30px;
	}

	.gift .tit:before,
	.prize .tit:before {
		display: none;
	}

	.gift-name span {

		font-size: 14px;
	}

	.light .title p {
		width: auto;
	}

	.title p:before {
		display: none;
	}

	.light .left_wrapper {
		width: 100%;

		padding-right: auto;
		height: auto;
		margin-right: 0;
	}

	.light .light_cnt_text {
		margin-top: 0;
		font-size: 14px;
		line-height: 24px;
	}

	.light .right_wrapper {
		width: 100%;
		margin-top: 10px;
	}

	.light .right_wrapper li {
		width: calc(50% - 5px);
	}

	.light .right_wrapper li:nth-child(2n) {
		margin-right: 0;
	}

	.light img {
		height: 30px;
	}

	.agenda-item {
		padding: 10px 20px;
	}

	.gift-item {
		height: 220px;
	}
}
