html, body {
	font-weight: 500;
    font-size: 14px;
    line-height: 25px;
	margin:0px;
	padding:0px;
	font-family: 'AlibabaPuHuiTi-Refular' !important;
}

.fontSize20 {
	font-size: 20px !important;
}

.positionRelative {
	position: relative !important;
}

.positionAbsolute {
	position: absolute !important;
}

/*zoom有关样式*/
.bulletBoxCell:has(.noZoom) {
	overflow: unset;
}

.noZoom .el-select-dropdown {
	position: absolute !important;
	top: 50px !important;
	left: 0px !important;
	min-width: 100% !important;
	margin-top: 12px !important;
}

.noZoom.el-select--small .el-select-dropdown {
	top: 30px !important;
}

.noZoom .el-select-dropdown.el-popper[x-placement^=top] .popper__arrow {
	top: -6px !important;
    margin-right: 3px !important;
    transform: rotate(180deg);
}

.noZoom .el-select-dropdown.el-popper[x-placement^=bottom] .popper__arrow {
	/*top: -7px !important;*/
}

.noZoom.el-dropdown-menu {
	position: absolute !important;
	top: 50px !important;
	left: 0px !important;
	min-width: 100% !important;
}

.noZoom.el-dropdown-menu .popper__arrow {
	left: calc(50% - 8px) !important;
	top: -7px !important;
}

span.noZoom:has(.el-popover) {
	position: relative;
}

.noZoom .el-popover {
	position: absolute !important;
	padding: 10px !important;
	top: 10px !important;
}

.noZoom .el-popover .popper__arrow {
	left: unset !important;
	right: -7px !important;
	top: 7px !important;
}

.noZoom.el-submenu {
	position: relative;
}

.noZoom .el-menu--horizontal {
	position: absolute !important;
	top: 50px !important;
	left: 0px !important;
	min-width: 100% !important;
}

.noZoom .el-picker-panel {
	position: absolute !important;
	top: 50px !important;
	left: 0px !important;
	min-width: 100% !important;
	margin-top: 12px !important;
}
/*以上*/

.floatLeft  {
	float: left;
}

.floatRight  {
	float: right;
}

.footer {
	width: 1105px;
	margin: auto;
	height: auto;
	text-align: center;
}

.centerDiv {
	width: 1105px;
	margin: 0 auto;
	margin-bottom: 20px;
}

.quickDiv {
	margin-top: 20px;
	text-align: center;
	display: flex;
}

.quickBtn {
	cursor: pointer;
    width: calc(25% - 10px);
    height: 200px;
    margin-left: 5px;
    margin-right: 5px;
    float: left;
    display: flex;
    background: #ffffff;
    box-shadow: 0px 3px 3px 0px #888888;
}

.quickBtn img {
	width: 100%;
    max-height: 100%;
    margin: auto;
}

.cellDiv {
    margin-top: 20px;
    border: 1px solid #C9CBCA;
    background: #ffffff;
    height: 250px;
}

.cellDiv .title {
    font-size: 20px;
    padding: 10px;
    border-bottom: 1px solid #C8CAC9;
    background: #DDDDDD;
}

.cellDiv .title2 {
    font-size: 18px;
    font-weight: bold;
    padding-top: 20px;
    padding-left: 20px;
    background: #ffffff;
    border-color: #ffffff;
}

.cellDiv .content {
    padding: 10px;
}

.cellDiv .content2 {
	padding: 0 20px 20px;
}

.importentDateDiv {
	text-align: center;
	display: flex;
    padding: 20px;
}

.importentDateCell {
    display: inline-block;
    width: 25%;
	text-align: center;
    background: #ffffff;
}

.importentDateTitle {
    display: block;
	height: 95px;
    line-height: 95px;
    border-radius: 10px;
    font-size: 18px;
    margin: 0 3px;
    margin-top: 20px;
}

.importentDateQuan {
	margin-top: -3px;
    margin-left: calc(50% - 7px);
    width: 8px;
    height: 8px;
    background: #ffffff;
    border: 3px solid;
    border-radius: 50%;
    position: absolute;
    z-index: 2;
}

.importentDateXian {
	height: 8px;
	margin-top: 16px;
}

.sceneShowDiv, .conferencesPastViewDiv {
    line-height: 16px;
}

.sceneShowCell, .conferencesPastViewCell {
    margin-bottom: 10px;
}

.conferencesExhibitorDiv {
	overflow: hidden;
    height: 185px;
    overflow-y: auto;
    margin: 10px;
    margin-right: 0px;
    padding-right: 10px;
}
			
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
.conferencesExhibitorDiv::-webkit-scrollbar {
	width: 6px;
	background-color: #F0F0F060;
}

/*定义滑块 内阴影+圆角*/
.conferencesExhibitorDiv::-webkit-scrollbar-thumb {
	border-radius: 3px;
	background-color: #999999;
}

.conferencesPastViewCell a {
	text-decoration: none;
    color: #333;
}

.conferencesExhibitorCell {
	width: calc(20% - 4px);
    height: 90px;
    float: left;
    margin-bottom: 5px;
    margin-right: 5px;
    background: #000;
}

.conferencesExhibitorCell.no {
	margin-right: 0px;
}

.conferencesExhibitorCell img {
	width: 100%;
	height: 100%;
}

.newInfo {
	color: #00599d !important;
	cursor: pointer;
}

.side_img_code {
	position: absolute;
	width: 150px;
	right: 10px;
	top: 267px;
	z-index: 9999;
	border: 1px solid #ededed;
	display: grid;
}

.code_close {
    cursor: pointer;
	position: absolute;
	top: 2px;
	right: 2px;
}

.countdown {
	background: #ffffff;
    padding-top: 15px;
    width: 100%;
    text-align: center;
}

.countdown .timeShow {
    width: 100%;
    text-align: center;
    font-size: 12px;
    display: block;
}

.countdown>div {
	display: flex;
}

.countdownTitle {
    display: inline-block;
    font-size: 12px;
    color: RGB(49, 49, 138);
    width: 40px;
    padding-left: 5px;
}

.countdownContent {
    width: 100px;
    display: inline-block;
    text-align: right;
    padding-right: 5px;
}

.showDaySpan {
    display: inline-block;
    color: RGB(49, 49, 138);
    text-align: center;
    font-size: 18px;
    font-weight: 500;
}

.showTimeTitle {
    display: inline-block;
    color: RGB(49, 49, 138);
    line-height: 15px;
    font-size: 12px;
}

.showSpeakersCell {
    cursor: pointer;
}

.showSpeakersCell>div {
	background: #fff;
    transition: all 0.3s;
    border: solid 1px #f4f4f4;
    text-align: center;
    padding-top: 10px;
}

.swiper-slide {
	max-width: 184.6px;
    margin-right: 15px;
}

.menuContent {
	width: 1065px;
    margin: 0px auto;
    min-height: 700px;
    margin-top: 10px;
    background: #ffffff;
    margin-bottom: 10px;
    border-radius: 0;
    padding: 20px;
}

.menuContent .title {
	font-size: 16px;
	font-weight: 600;
}

.menuTitle {
	font-family: 'AlibabaPuHuiTi-Medium' !important;
	font-size: 32px;
	color: #000000;
	font-weight: 500;
	padding: 20px 0;
	border-bottom: 1px solid rgba(56,183,206,1);
}
	
.mainPannel {
	background: #E5EAEE;
}

.content:has(.timeDiv) {
	display: flex;
    gap: 15px;
    height: 185px;
}

.timeDiv {
    width: 60px;
    text-align: center;
    float: left;
    align-self: center;
}

.showTime {
	display: block;
    height: 60px;
    font-size: 20px;
    line-height: 60px;
    background: #212226;
    font-weight: bold;
    color: #fff;
}

.timeDW {
    font-size: 12px;
    padding-top: 5px;
    color: #AB9997;
}
	
.banner {
	width: 1105px;
   	margin: auto;
}