*,
html,
body {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: 'MiSans';
	position: relative;
	list-style: none;
	text-decoration: none;
}

body {
	font-family: 'MiSans';
	background: #F6F8FF;
}

/* @font-face {
	font-family: 'MiSans';
	src: url("https://cdn.dierone.com/font/Mi/MiSans-Regular.ttf") format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'MiSans_Me';
	src: url("https://cdn.dierone.com/font/Mi/MiSans-Semibold.ttf") format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
} */
.bg_layer {
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, .6);
	width: 100%;
	height: 100%;
	z-index: 50;
	display: none;

}

.banner-bg {
	width: 100%;
	height: 100%;
	object-fit: cover;
	overflow: hidden;
}

.banner-box {
	width: 100%;
	overflow: hidden;
	transition: all 0.5s;
	pointer-events: all;
}

.container {
	position: relative;
}

.container-xl {
	transition: all 0.5s;
	pointer-events: all;
}

.nav-box {
	position: fixed;
	top: 0;
	width: 100%;
	display: flex;
	justify-content: center;
	-webkit-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
	-webkit-animation: 0.5s ease-in-out 0s normal none 1 running fadeInDown;
	animation: 0.5s ease-in-out 0s normal none 1 running fadeInDown;
	z-index: 9;
	backdrop-filter: blur(20px);
	background: hsla(255, 0%, 0%, .2);
	border-radius: 8px;
	box-shadow: inset 0 0 40px hsl(0deg 0% 100% / 5%), inset 0 1px 0.5px hsl(0deg 0% 100% / 15%);
}

.logo-box {
	display: flex;
	align-items: center;
	justify-content: center;
}

.logo-bg {
	width: 100%;
	height: 100%;
	object-fit: cover;
	overflow: hidden;
}

.logo-img {
	width: 100%;
	margin-right: 15px;
}

.nav-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.ri-share-fill,
.ri-menu-2-line {
	color: #ffffff;
	font-size: 24px !important;
	/* line-height: 84px;
	display: flex; */
	cursor: pointer;
}

.layui-nav .layui-nav-more {
	display: none;
}

.nav-list {
	display: flex;
	/* align-items: center; */
	transition: all 0.5s;
}

.layui-nav-item {
	position: relative;
}

.layui-nav-item a {
	transition: all .2s;
	-webkit-transition: all .2s;
}

.layui-nav-item a:hover {
	color: rgb(19, 118, 255);
}

.share-icon {
	width: 36px;
	height: 36px;
}

.share-icon-one {
	/* margin-bottom: 3px; */
}

.ri-share-fill:before {
	/* position: absolute; */
}

.layui-layer-close {
	position: absolute;
	right: 30px;
	top: 20px;
}

.layui-layer-close img {
	height: 20px;
}

.layui-down {
	background-color: unset !important;
	border: unset !important;
	box-shadow: unset !important;
	top: 70px !important;
	left: -5px !important;
	padding: 0 !important;
	line-height: unset !important;
}



.layui-down a {
	width: 36px;
	height: 36px;
	padding: 0 !important;
	display: block;
	margin-bottom: 6px;

}

.layui-navs {
	padding: 0 !important;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.nav-link {
	padding: 0 25px !important;
	font-size: 16px !important;
	font-weight: 500;
	color: #fff;

}

.nav-link:hover a {
	color: rgb(50, 230, 255);
}

.nav-link img {
	height: 30px;
}

.nav-share a {
	height: 60px;
	display: block;
	line-height: 64px;
	font-size: 28px !important;
}

.nav-share .share-to {
	line-height: 70px;
	height: 40px;
}

.layui-nav-child {
	position: absolute;
	right: 20px;
	top: 50px;
	display: none;
}

.layui-nav-child a {
	display: block;
}

.sticky {
	position: fixed !important;
	top: 0;
	background: rgba(255, 255, 255, 1);
	backdrop-filter: saturate(0) blur(0px);
	z-index: 99;
	right: 0;
	left: 0;
	width: 100%;
	-webkit-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
	-webkit-box-shadow: 0 4px 24px 0 rgba(34, 41, 47, 0.036);
	-ms-box-shadow: 0 4px 24px 0 rgba(34, 41, 47, 0.036);
	-o-box-shadow: 0 4px 24px 0 rgba(34, 41, 47, 0.036);
	box-shadow: 0 4px 24px 0 rgba(34, 41, 47, 0.036);
	-webkit-animation: 0.5s ease-in-out 0s normal none 1 running fadeInDown;
	animation: 0.5s ease-in-out 0s normal none 1 running fadeInDown;
}

.sticky .nav-link {
	color: #333333 !important;
}

.sticky .svg-icon {
	color: #333333;
}

.sticky .ri-share-fill {
	color: #333333;
	font-size: 28px !important;
	line-height: 60px;
	cursor: pointer;
}

.sticky .ri-menu-2-line {
	color: #333333;
	font-size: 24px !important;
	line-height: 60px;
	display: flex;
	cursor: pointer;
}

.banner-text {
	color: #FFB82D;
	font-weight: 500;
	font-family: 'MiSans';
	text-align: justify;
	margin: 15px 0;
	transition: all 0.5s;
	pointer-events: all;
}

.banner-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.banner-title {
	color: #ffffff;
	font-family: 'MiSans_Me';
	font-weight: bold;
	text-align: justify;
	transition: all 0.5s;
	pointer-events: all;
}

.banner-time {
	color: #ffffff;
	font-family: 'MiSans';
	font-weight: 500;
	text-align: justify;
	transition: all 0.5s;
	pointer-events: all;
}

.countdown-box {
	display: flex;
	align-items: center;

}

.countdown-module {
	width: 60px;
	height: 60px;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.15);
	backdrop-filter: blur(8px);
	margin-right: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.countdown-value {
	font-size: 24px;
	color: #ffffff;
	font-family: 'MiSans_Me';
}

.countdown-label {
	font-size: 12px;
	color: #ffffff;
}

.intruc {
	display: flex;
	justify-content: center;
}

.intruc-container {
	border-radius: 12px;
	background: rgba(252, 253, 255, 0.88);
	box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.03);
	backdrop-filter: blur(12px);
	cursor: pointer;
}

.intruc-text {
	text-align: justify;
	color: #333333;
	line-height: 24px;
}

.action-two {
	position: relative;
	top: -50px;
	margin-bottom: -10px;
}

.logo-tips {
	border-radius: 20px;
	background: linear-gradient(180deg, #1376FF 0%, #32E6FF 100%);
	margin-right: 10px;
}

.logo-text {
	color: #333333;
	font-weight: bold;
	font-family: 'MiSans_Me';
}

.logo-title {
	display: flex;
	align-items: center;
	padding-top: 40px;
}

.company-logo {
	display: flex;
	justify-content: center;
}

.company-img {
	margin: 20px 10px 0 10px;
	padding: 10px;
	border-radius: 8px;
	background: #ffffff;
	box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.05);
	cursor: pointer;
	pointer-events: auto;
	transition: all 0.5s;
}

.company-bg {
	width: 100%;
	height: 100%;
	object-fit: contain;
	overflow: hidden;
	border-radius: 8px;
}

.logo-item {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}

.action-three {
	background-image: url(../images/bg01.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.logo-container {
	padding: 20px 0 40px 0;
}

.video-box {
	position: relative;
	width: 100%;
	height: auto;
	object-fit: cover;
	border-radius: 8px;
	aspect-ratio: 16/9;
	background: #ffffff;
	box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.05);
	cursor: pointer;

}

.video-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	overflow: hidden;
	border-radius: 8px;
	aspect-ratio: 16/9;
}

.video-list {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;

}

.video {
	display: flex;
	justify-content: center;
	padding: 40px 0;
}

.ri-play-circle-line {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 48px;
	color: #ffffff;
}

.video-name {
	color: #333333;
	font-family: 'MiSans_Me';
	text-align: center;
	margin-top: 10px;
}

.theme-tips {
	width: 0;
	height: 0;
}

.theme-line {
	width: 50%;
	height: 2px;
	background: linear-gradient(90deg, rgba(50, 136, 255, 0.00) 0%, #3288FF 43.99%, rgba(50, 136, 255, 0.00) 90.7%);
}

.theme-name {
	color: #333333;
	font-family: 'MiSans_Me';
}

.theme-title {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding-bottom: 20px;
}

.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(50, 136, 255, 0.10);
}

.agenda-item {
	display: flex;
	align-items: center;
	padding: 20px 60px;
	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-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%);
}

.speaker {
	display: flex;
	justify-content: center;
	padding: 40px 0;
}

.speaker-list {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}

.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;

}

.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/SVG/line-bg.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	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: auto;
	overflow: hidden;
	bottom: 0;
	left: 0;
	z-index: -1;
	background-image: url(../images/SVG/speaker-outbox.svg);
	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: #ffffff;
	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: #1376FF;
	font-size: 22px;
	font-family: 'MiSans_Me';
}

.model-speaker-company {
	color: #1376FF;
	font-size: 16px;
	font-family: 'MiSans';
	font-weight: bold;
	padding-bottom: 20px;
	text-align: justify;
}

.sponsor {
	display: flex;
	justify-content: center;
	padding: 40px 0;
}

.sponsor-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);
	padding: 20px;
}

.sponsor-list {
	margin-left: -10px;
	margin-right: -10px;
}

.sponsor-bg {
	width: 30%;
	position: relative;
}

.sponsor-content {
	width: calc(70% - 20px);
	margin-left: 20px;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

.sponsor-img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
}

.sponsor-link {
	color: #333333;
	font-size: 18px;
	font-family: 'MiSans_Me';
	line-height: 24px;
	text-align: justify;
}

.sponsor-link:hover {
	color: #3288FF;
}

.sponsor-title {
	padding-bottom: 10px;
}

.sponsor-text {
	color: #666666;
	font-size: 15px;
	line-height: 20px;
	text-align: justify;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.sponsor-list {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.sponsor-more a {
	border-radius: 50px;
	background: #ffffff;
	box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.03);
	backdrop-filter: blur(12px);
	padding: 10px 20px;
	text-align: center;
	font-size: 12px;
	line-height: 12px;
}

.sponsor-more {
	display: flex;
	justify-content: center;
	padding-top: 20px;
}

.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 10px 0 10px;
	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;
}

.gift-list {
	margin-left: -10px;
	margin-right: -10px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.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;
}

.traffic {
	display: flex;
	justify-content: center;
	padding: 40px 0;
	background-image: url(../images/jiaotong.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.traffic-box {
	border-radius: 12px;
	background: rgba(252, 253, 255, 0.80);
	box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.03);
	backdrop-filter: blur(12px);
	padding: 30px;
}

.traffic-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	overflow: hidden;
	border-radius: 12px;
}

.traffic-list {
	display: flex;
}

.traffic-title {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.traffic-title p {
	color: #333333;
	font-family: 'MiSans_Me';
	text-align: justify;
}

.trafiic-icon {
	color: #333333;
	margin-right: 5px;
}

.traffic-text p {
	color: #666666;
	font-family: 'MiSans';
	text-align: justify;
	margin-left: 20px;
	position: relative;
}

.traffic-text p::before {
	display: block;
	content: ' ';
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #1376FF;
	position: absolute;
	top: 50%;
	left: -15px;
	transform: translateY(-50%);
}

.traffic-text {
	display: flex;
	align-items: center;
	margin-bottom: 5px;
}

.traffic-item-left {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

.traffic-item-right {
	position: relative;
	background-image: url(../images/map.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	top: 0;
	right: 0;
	border-radius: 12px;
}

.footer {
	background-color: #001322;
	display: flex;
	justify-content: center;
}

.footer-box p {
	color: #ffffff;
	font-size: 12px;
	text-align: center;
}

.backtop-box {
	width: 48px;
	height: 48px;
	border-radius: 8px;
	background: linear-gradient(180deg, #2fb3ff 0%, #1B69FF 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 10px;
}

.backup-content {
	position: fixed;
	cursor: pointer;
	display: none;
	pointer-events: all;
	transition: all 0.5s;
}


.sticky-top {
	display: block;
	-webkit-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
	-webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInUp;
	animation: 500ms ease-in-out 0s normal none 1 running fadeInUp;
	pointer-events: auto;

}

.backtop-icon {
	font-size: 28px;
	color: #ffffff;
}

.application-bg {
	position: fixed;
	top: 100px;
	right: 100px;
}

.application-img {
	width: 100%;
	height: 100%;
}

.outbox {
	position: relative;
}

.application-btn {
	width: 100%;
	background: linear-gradient(-90deg, #2fd2ff 0%, #055AFF 100%);
	padding: 15px 0;
	position: fixed;
	left: 0;
	bottom: 0;
	text-align: center;
}

.application-btn a {
	color: #fff;
}

.application-link {
	text-align: center;
	color: #ffffff;
	font-size: 20px;
	font-family: 'MiSans_Me';
	line-height: 24px;
	display: block;
}

.layui-layer-dialog .layui-layer-title {
	border-bottom: none !important;
}

.menu-list {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}

.menu-item {
	background-color: #ffffff;
	width: 100%;
	text-align: center;
	padding: 10px 0;
	margin: 10px 0;
}

.ri-close-fill {
	font-size: 20px;
	display: flex;
	justify-content: right;
	cursor: pointer;
}

.logo-box-moile {
	margin-bottom: 20px;
	margin-left: 15px;
}

.ways {
	padding: 40px 0;
	display: flex;
	justify-content: center;
	background-image: url(../images/bg03.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.ways-box {
	border-radius: 12px;
	background: rgba(252, 253, 255, 0.80);
	box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.03);
	backdrop-filter: blur(12px);
	padding: 30px;
	border-top: 4px #1376FF solid;
}

.ways-tel {
	font-size: 18px;
	color: #3288ff !important;
	display: flex;
	align-items: center;
}

.ways-item {
	color: #333333;
	margin: 15px 0;
	text-align: justify;
}

.ri-phone-fill {
	padding-right: 10px;
}

.sponsor-mask {
	background-color: rgba(255, 255, 255, 0.55);
	backdrop-filter: blur(15px);
	opacity: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 12px;
	pointer-events: auto;
	cursor: pointer;
}

.sponsor-mask:hover {
	opacity: 1;
	transition: all 0.5s;
}

.sponsor-mb-text {
	padding: 10px 20px;
	background: linear-gradient(-90deg, #2fd2ff 0%, #055AFF 100%);
	border-radius: 4px;
	text-align: center;
	position: absolute;
	left: calc(50% - 48px);
	top: calc(50% - 19px);
	/* transform: translate(-50%,-50%); */
	pointer-events: auto;
	transition: all 0.5s;
	cursor: pointer;
}

.sponsor-mb-text a {
	color: #ffffff;
	font-size: 14px;
}

.sponsor-mb-text a:hover {
	color: #ffffff;
	font-size: 14px;
}

#drawer-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.32);
	z-index: 9999;
	opacity: 0;
	transition: opacity 0.5s ease-out;
	display: none;
}

#drawer-wrapper.active {
	opacity: 1;
}

#drawer {
	position: fixed;
	top: 0;
	left: -320px;
	height: 100vh;
	width: 320px;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	z-index: 10000;
	transition: left 0.5s ease-out;
	padding: 20px;
}

#drawer.active {
	left: 0;
}

#close-drawer {
	/* position: absolute;
    top: 0;
    right: 0; */
	padding-bottom: 20px;
}

.speaker-company {
	margin-bottom: 5px;
}










/* 展商列表CSS */

.exhibitors-title {
	display: flex;
	align-items: center;
	flex-direction: column;
}

.exhibitors-name {
	font-family: 'MiSans_Me';
	color: #ffffff;
}

.exhibitors-box {
	background-color: #ffffff;
	border-radius: 12px;
	box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.03);
}

.exhibitors-back-img {
	width: 24px;
	height: 24px;
	margin-right: 10px;
}

.exhibitors-icon {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.exhibitors-back {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}

.exhibitors-back-text a {
	font-size: 14px;
	color: #666666;
	line-height: 24px;
}

.exhibitors-logo {
	width: 90%;
	height: auto;
	overflow: hidden;
}

.exhibitors-logo-img {
	width: 100%;
	height: 100%;
	overflow: hidden;
	object-fit: contain;
}

.exhibitors-companyname {
	color: #333333;
	font-size: 24px;
	font-family: 'MiSans_Me';
}

.exhibitors-companyname-en {
	color: #333333;
	font-size: 14px;
	padding-top: 20px;
}

.exhibitors-company {
	display: flex;
}

.exhibitors-left {
	width: 30%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.exhibitors-right {
	width: 70%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	margin-left: 20px;
}

.exhibitors-container {}

.exhibitors-line {
	width: 100%;
	height: 1px;
	background-color: #eeeeee;
	margin: 20px 0;
}

.exhibitors-intruc {
	padding: 30px 0;
}

.exhibitors-intruc-ch {
	color: #666666;
	font-size: 16px;
	text-align: justify;
	line-height: 24px;
}

.exhibitors-intruc-en {
	color: #666666;
	font-size: 16px;
	line-height: 24px;
}

.exhibitors-web {
	pointer-events: auto;
	transition: all 0.5s;
	cursor: pointer;
	display: inline-block;
	margin-right: 20px;
	line-height: 40px;
}

.exhibitors-web a {
	color: #ffffff;
	font-family: 'MiSans_Me';
	font-size: 15px;
	line-height: 22px;
	padding: 10px 40px;
	background-color: #055AFF;
	border-radius: 40px;

}

.exhibitors-web a:hover {
	color: #ffffff;
	background: linear-gradient(-90deg, #2fd2ff 0%, #055AFF 100%);
}

.exhibitors-btn {
	padding-top: 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.exhibitors-in-icon {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.exhibitors-in {
	width: 40px;
	height: 40px;
	margin-left: 10px;
	pointer-events: auto;
	transition: all 0.5s;
	cursor: pointer;
}

.exhibitors-btn-right {
	display: flex;
	align-items: center;
}

.exhibitors-product {
	background-color: #ffffff;
	border-radius: 12px;
	box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.03);
	padding: 50px;
	margin-top: 20px;

}

.exhibitors-list {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}

.exhibitors-product-title p {
	color: #333333;
	font-size: 22px;
	font-family: 'MiSans_Me';
	margin-left: 30px;
	position: relative;
	display: flex;
	align-items: center;
}

.exhibitors-product-title p::before {
	display: block;
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	border: 4px #055AFF solid;
	border-radius: 50px;
	left: -30px;
}

.exhibitors-product-left {
	padding-bottom: 210px;
	position: relative;
	height: 100%;
}

.exhibitors-product-right {
	width: calc(100% - 280px);
	padding-left: 30px;
}

.exhibitors-product-bg {
	width: auto;
	height: 100%;
	aspect-ratio: 4/3;
	overflow: hidden;
	border-radius: 12px;
	position: absolute;
	left: 0;
	top: 0;
}

.exhibitors-product-img {
	width: 100%;
	height: 100%;
	overflow: hidden;
	object-fit: cover;
	aspect-ratio: 4/3;
	border-radius: 12px;
	pointer-events: auto;
	transition: all 0.5s;
	cursor: pointer;
}

.exhibitors-product-img:hover {
	transform: scale(1.1);
	overflow: hidden;
}

.exhibitors-product-top {
	color: #333333;
	font-size: 22px;
	font-family: 'MiSans_Me';
	text-align: justify;
	line-height: 28px;
	margin-bottom: 20px;
}

.exhibitors-product-top:hover {
	color: #3288ff;
	cursor: pointer;
}

.exhibitors-product-bottom {
	color: #666666;
	font-size: 16px;
	text-align: justify;
	line-height: 22px;
}


















@media screen and (min-width:1400px) {
	.container-xl {
		width: 1340px;
	}

	.container-xs {
		width: 1340px;
	}

	.menu-btn,
	.sticky .menu-btn {
		display: none;
	}

	.banner-box {
		height: 700px;
	}

	.banner-text {
		font-size: 28px;
	}

	.banner-title {
		font-size: 60px;
	}

	.logo-img {
		width: 120px;
		height: auto;
	}

	.nav-box {
		height: 60px;
	}

	.banner-time {
		font-size: 28px;
		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: 32px;
	}

	.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: 28px;
	}

	.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: 240px;
	}

	.gift-toptips {
		top: -6px;
		left: -6px;
		width: 130px;
		height: 130px;
	}

	.gift-item {
		width: calc(20% - 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: 20px;
		line-height: 26px;
	}

	.trafiic-icon {
		width: 26px;
		height: 26px;
		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: 48px;
	}

	.exhibitors-box {
		padding: 50px;
	}

	.exhibitors-company {
		display: flex;
	}







}





@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(20% - 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-item {
		width: calc(33.33333% - 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;
	}

	.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 (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: 15px;
		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);
	}

	.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: 14px;
		line-height: 20px;
	}

	.ri-phone-fill {
		font-size: 18px;
	}

	.footer-box {
		padding: 15px 0;
	}

	.application-bg {
		display: none;
	}

	.application-btn {
		display: block;
	}

	.action-footer {
		margin-bottom: 54px;
	}

	.backup-content {
		bottom: 80px;
		right: 20px;
	}

	.backtop-box {
		width: 40px;
		height: 40px;
	}

	.exhibitors-name {
		font-size: 26px;
	}

	.exhibitors-box {
		padding: 30px;
	}

	.exhibitors-company {
		display: block;
	}

	.exhibitors-right {
		width: 100%;
		margin-left: 0px;
	}

	.exhibitors-left {
		width: 100%;
	}

	.exhibitors-logo {
		width: 75%;
	}

	.exhibitors-back {
		margin-bottom: 20px;
	}

	.exhibitors-companyname {
		font-size: 20px;
		text-align: center;
	}

	.exhibitors-companyname-en {
		font-size: 12px;
		padding-top: 10px;
		text-align: center;
	}

	.exhibitors-intruc {
		padding: 0;
	}

	.exhibitors-intruc-ch {
		font-size: 14px;
	}

	.exhibitors-btn {
		padding-top: 20px;
		display: block;
	}

	.exhibitors-btn-left {
		text-align: center;
	}

	.exhibitors-btn-right {
		justify-content: center;
		padding-top: 30px;
	}

	.exhibitors-web {
		margin: 0 10px;
	}

	.exhibitors-in {
		margin: 0 5px;
	}

	.exhibitors-product {
		padding: 30px;
	}

	.exhibitors-list {
		display: block;
	}

	.exhibitors-product-bg {
		width: 100%;
	}

	.exhibitors-product-left {
		padding-bottom: 250px;
	}

	.exhibitors-product-right {
		width: 100%;
		padding-left: 0;
	}

	.exhibitors-product-top {
		margin: 10px 0;
		font-size: 18px;
	}

	.exhibitors-product-bottom {
		font-size: 14px;
	}


}
