* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

.flex-col {
	display: flex;
	flex-direction: column;
}

.flex-col-center {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.flex-row {
	display: flex;
	flex-direction: row;
}

.flex-row-center {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.flex-between {
	display: flex;
	justify-content: space-between;
	/* align-items: center; */
}

.flex-center {
	display: flex;
	justify-content: center;
	align-items: center;
}

.flex-around {
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.column-between {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}

.flex-wrap {
	flex-wrap: wrap;
}

.w1180 {
	width: 1180px;
	min-width: 1180px;
	margin: 0 auto;
}

.p-55 {
	padding-top: 55px;
	box-sizing: border-box;
}

.text_122F96 {
	color: #122F96;
}

.text_center {
	text-align: center;
}

/* 模块标题 */
.modules_title {
	width: 100%;
	height: 35px;
	margin: 0px 0px 40px 0px;
	background: url(../image/title_logo.png) no-repeat center center;
}

.modules_title>p {
	font-size: 30px;
	line-height: 35px;
	font-family: FZDaHei-B02-Regular, FZDaHei-B02;
	font-weight: bold;
	color: #333333;
	letter-spacing: 15px;
}

/* banner */
.page .banner {
	/* background: url("https://pic.meetconf.com.cn/meetconf_official/static/image/promote/promote-banner.png") no-repeat; */
	width: calc(100vw - (100vw - 100%));
	min-width: 1180px;
	height: auto;
	/* min-height: 435px; */
	background-size: cover;
	/* 	box-sizing: border-box;
	padding-top: 45px; */
}

/* 浮窗信息录入 */
.flowEntering_layer {
	position: fixed;
	right: 0px;
	top: 300px;
	width: 150px;
	height: 250px;
	z-index: 9999;
}
.flowEntering_layer >i {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 30px;
	color: #E8F2F6;
	cursor: pointer;
	z-index: 10000;
}
.flowEntering_content {
	position: relative;
	width: 100%;
	height: 100%;
	background: url('../image/flow_bg.png') no-repeat center bottom;
}

.flowEntering_msg {
	position: absolute;
	bottom: 9px;
	right: 9px;
	width: 120px;
	height: 115px;
	padding: 10px 3px 0px 7px;
	box-sizing: border-box;
	background: #9CD7C3;
	box-shadow: -6px -6px 10px 1px rgba(254, 254, 254, 0.34);
}

.flowEntering_msg>input {
	width: 110px;
	height: 28px;
	background: #F5F5F5;
	font-size: 12px;
	font-family: MicrosoftYaHei-, MicrosoftYaHei;
	font-weight: normal;
	color: #999999;
	text-indent: 6px;
	border: none;
	margin-top: 5px;
}

.flowEntering_msg>button {
	width: 110px;
	height: 28px;
	background: #E85F5B;
	border-radius: 2px 2px 2px 2px;
	border: none;
	font-family: MicrosoftYaHei-, MicrosoftYaHei;
	font-weight: normal;
	color: #FFF;
	margin-top: 12px;
}

.flowEntering_msg>span {
	font-size: 12px;
	font-family: MicrosoftYaHei-, MicrosoftYaHei;
	font-weight: normal;
	color: #FFFFFF;
	margin-top: 2px;
}

/* 无数据 */
.noData {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 500px;
}
.noData p {
	margin-top: 40px;
	font-size: 16px;
	color: #666666;
}


/* 弹窗样式 */
.popup {
  border-radius: 10px !important;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.3) !important;
}

.popup .layui-layer-title {
  padding: 28px 20px 0;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  border-bottom: 0;
  height: 20px !important;
  line-height: 20px !important;
}

.popup .layui-layer-content {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666666;
  font-size: 16px;
  padding: 0px 10px !important;
}

.popup .layui-layer-btn {
  text-align: center;
  margin-top: -20px;
}

.popup .layui-layer-btn > a {
  width: 116px;
  height: 36px;
  background: #0B70C0;
  border-radius: 2px 2px 2px 2px;
  line-height: 36px;
  box-sizing: border-box;
  color: #FFFFFF;
}