/* 头部底部开始 */
.fixed {
	position: fixed;
	top: 0;
	width: 100%;
}

/* top */
.top {
	background: linear-gradient(to right, #C0D9FF, #EBF2FF, #C0D9FF);
	height: 36px;
	line-height: 36px;
}

.iconPosition {
	position: relative;
}

.icon-car-count {
	box-sizing: border-box;
	text-align: center;
	position: absolute;
	left: 14px;
	top: 2px;
	background: red;
	color: #fff;
	border-radius: 999px;
	min-width: 6px;
	height: 6px;
	line-height: 6px;
}

.dropdown {
	position: relative;
	display: inline-block;
}

.dropdown-content {
	display: none;
	position: absolute;
	right: 0;
	background-color: #f9f9f9;
	min-width: 95px;
	z-index: 1;
}

.dropdown-content a {
	color: black;
	padding: 0 15px;
	text-decoration: none;
	display: block;
}

.dropdown-content a:hover {
	color: #1975FF;
}

/* 导航菜单的基本样式 */
.vertical {
	vertical-align: bottom;
}

.nav-menu {
	list-style-type: none;
	margin: 0;
	padding: 0;
	height: 70px;
	background: #fff;
	margin-top: 36px;
	box-shadow: 1px 0px 10px 0px rgba(217, 217, 217, 0.3);
}

.nav-menu li {
	display: inline-block;
	/* 使菜单项水平排列 */
	position: relative;
	/* 为子菜单定位 */
}

.nav-menu a {
	display: block;
	text-align: center;
	padding: 24px 16px;
	text-decoration: none;
}

.nav-menu a:hover {
	color: #1975FF;
}

.dropbtnTwo {
	cursor: pointer;
}

.dropdown-contentTwo {
	display: none;
	/* 默认隐藏下拉内容 */
	position: absolute;
	top: 66px;
	background-color: #fff;
	box-shadow: 0px 0px 10px 0px rgba(217, 217, 217, 0.5);
	z-index: 1;
}

.dropdown-contentTwo a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	width: 100%;
}

/* 当鼠标悬停在.dropdown上时显示.dropdown-content */
.dropdownTwo:hover .dropdown-contentTwo {
	display: block;
}

/* 底部 */
.footer {
	min-width: 1366px;
}

.footer a {
	color: #4B5B76;
	padding-right: 40px;
}

.footer a:hover {
	color: #1975FF;
}

.footer .ewm {
	background-color: #fff;
	padding: 15px;
}

.copyright {
	border-top: 1px solid #fff;
}

/* 头部底部结束 */
/* banner */
.banner {
	background: url(../images/3.png) no-repeat center center;
	min-width: 1366px;
	height: 450px;
	background-size: cover;
}

/* 搜索展开 */
.link-container {
	position: relative;
	overflow: hidden;
}

.link-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
	width: calc(100% - 100px);
	float: left;
	width: 90%;
}

.link-wrapper a {
	text-decoration: none;
	white-space: nowrap;
	padding: 3px 13px;
}

.link-wrapper a:hover {
	color: #4B5B76;
}

.toggle-btn {
	position: absolute;
	top: 1px;
	right: 0;
	padding: 0 10px;
	cursor: pointer;
	color: #666;
}

.toggle-btn:hover {
	color: #1975FF;
}

.academicNav a {
	padding-left: 15px;
	padding-right: 15px;
	display: inline-block;
}

.academicNav a:hover {
	color: #4B5B76;
}

.width192 {
	width: 192px;
}

.liveSearch {
	z-index: -1;
}

/* 首页列表 */
.listBox {
	position: relative;
}

.listBox:hover .titleList {
	color: #1975FF;
}

.proceed {
	position: absolute;
	left: 25px;
	top: 10px;
	background: linear-gradient(90deg, #FF6C2B);
	border-radius: 4px;
	color: #fff;
	font-size: 12px;
	padding: 3px 5px;
}

.end {
	position: absolute;
	left: 25px;
	top: 10px;
	background: linear-gradient(90deg, #BFBFBF);
	border-radius: 4px;
	color: #fff;
	font-size: 12px;
	padding: 3px 5px;
}

/* 分页 */
.page a,
.page span {
	color: #4B5B76;
	padding: 0 10px;
}

.page a:hover {
	color: #1975FF;
}

.page input {
	width: 40px;
	border: none;
	border-bottom: 1px solid #eee;
	border-radius: 0;
	padding: 0;
	background-color: transparent;
	margin: 0 15px;
}

.custom,
.custom2 {
	width: 202px;
	padding: 1px 15px;
}

.share a {
	padding-bottom: 5px;
}

#content,
#qrCode {
	padding: 10px;
	background-color: #f9f9f9;
}

.fixedBottomFooter {
	position: fixed;
	bottom: 0;
	width: 100%;
}

.turnitin div {
	float: left;
	border: 1px solid #eee;
}

.turnitinActive {
	border: 1px solid #1975FF !important;
	/* 激活时的边框颜色 */
}

.turnitin div:last-child {
	margin-right: 0;
}

#uploadButton {
	background-color: #1975FF;
	border-radius: 6px;
	color: white;
	padding: 6px 25px;
	border: none;
	cursor: pointer;
}

.upload-btn {
	background-color: #1975FF;
	border-radius: 6px;
	color: white;
	padding: 6px 25px;
	border: none;
	cursor: pointer;
}

.upload-btn:hover {
	background-color: #528EFF;
}

#fileUpload {
	display: none;
}

/* 开关 */
.switch {
	width: 40px;
	height: 20px;
}

.btn_fath {
	position: relative;
	border-radius: 20px;
}

.btnSwitch {
	height: 40px;
	width: 25px;
	border: none;
	color: #fff;
	line-height: 40px;
	font-size: 16px;
	text-align: center;
	z-index: 1;
}

.move {
	z-index: 100;
	width: 20px;
	border-radius: 20px;
	height: 20px;
	position: absolute;
	cursor: pointer;
	background-color: #f1eff0;
}

.on .move {
	left: 20px !important;
}

.on.btn_fath {
	background-color: #027AFF;
	height: 20px
}

.off.btn_fath {
	background-color: #828282;
	height: 20px
}

.meetingTextarea {
	width: 100%;
	padding: 15px;
	border-color: #e4e4e4;
}

.flip {
	transform: rotate(180deg);
}