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;
}

/*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: 100%;
	height: auto;
	text-align: center;
}

.centerDiv {
	width: 980px;
	margin: 0 auto;
	margin-bottom: 20px;
}

.quickDiv {
	margin-top: 20px;
	text-align: center;
	display: flex;
}

.quickBtn {
	cursor: pointer;
    width: calc(25% - 10px);
    margin-left: 5px;
    margin-right: 5px;
    float: left;
    display: flex;
    background: #ffffff;
}

.quickBtn img {
	width: 100%;
	max-height: 125px;
}

.cellDiv {
	background: #f8f8f8;
    padding: 15px;
    border-radius: 8px 8px 0 0;
    margin-top: 15px;
}

.cellDiv .title {
    font-size: 16px;
	font-weight: bold;
	padding: 8px 10px;
	padding-top: 0px;
    border-bottom: 1px solid #CFCFCF;
    position: relative;
}

.cellDiv .title .border_ {
	position: absolute;
	width: 5px;
	height: 15px;
	background: #0285F4;
	left: 0;
	top: 5px;
}

.importentDateDiv {
	margin-top: 20px;
	text-align: center;
	display: flex;
    padding: 0 10px;
}

.importentDateCell {
    display: inline-block;
    width: calc(25% - 22.5px);
	text-align: center;
    background: #ffffff;
    border-radius: 8px;
    margin-right: 30px;
}

.importentDateCell:last-child {
    margin-right: 0px;
}

.importentDateTime {
    display: inline-block;
	font-size: 14px;
    background: #C7D0D6;
    width: 100%;
    padding: 7px 0px;
    color: #FFFFFF;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.importentDateTitle {
	display: table-cell;
    width: 280px;
    height: 90px;
    line-height: 30px;
    vertical-align: middle;
}

.sceneShowDiv {
    line-height: 16px;
}

.sceneShowCell {
    margin-top: 10px;
}

.sceneShowCell li {
	list-style-type: circle;
    color: #00599d;
}

.sceneShowCell li span {
    color: #000000;
}

.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: 196.25px;
    margin-right: 15px;
}

.menuContent {
	width: 1040px;
    margin: 0px auto;
    min-height: 700px;
    margin-top: 10px;
    background: #ffffff;
    margin-bottom: 10px;
    border-radius: 0;
}

.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);
}