html {
	background: white;

	.ant-dropdown-menu-item:hover {
		background-color: black;
	}

	.ant-carousel .slick-dots-bottom {
		bottom: 10rem;
		text-align: center;
		padding-right: 15rem;
	}

	.ant-carousel .slick-slider {
		height: 100%;
	}

	.ant-carousel .slick-list {
		height: 100%;
	}

	.slick-active span {
		background-color: white;
	}

	.ant-btn {
		height: 3.2rem;
		padding: 0 1.5rem;
		font-size: 1.4rem;
		border-radius: 4px;
		border: 1px solid #0B318F;
		color: #0B318F;
	}

	.ant-dropdown-menu-item,
	.ant-dropdown-menu-submenu-title {
		clear: both;
		margin: 0;
		padding: 0.5rem 1.2rem;
		color: rgba(0, 0, 0, .65);
		font-weight: 400;
		font-size: 1.8rem;
		line-height: 2.2rem;
		white-space: nowrap;
		cursor: pointer;
		transition: all .3s;
	}

	.ant-space-item {
		z-index: 1;
	}
	
	.ant-tooltip-inner {
		background-color: rgba(255, 255, 255, 0.75);
	}
	
	.ant-tooltip-arrow:before {
		background-color: rgba(255, 255, 255, 0.75);
	}
}

@media (max-width: 1080px) {
	.science>.science-more {
		bottom: 7rem;
	}
}

@media (min-width: 1080px) {
	.science>.science-more {
		bottom: 7rem;
	}
}

@media (min-width: 1280px) {
	.science>.science-more {
		bottom: 7rem;
	}
}

@media (min-width: 1296px) {
	.science>.science-more {
		bottom: 7rem;
	}
}

@media (min-width: 1366px) {
	.science>.science-more {
		bottom: 7rem;
	}
}

@media (min-width: 1440px) {
	.science>.science-more {
		bottom: 7rem;
	}
}

@media (min-width: 1680px) {
	.science-more {
		bottom: 8rem;
	}
}

@media (min-width: 1920px) {
	.science>.science-more {
		bottom: 8rem;
	}
}

#app {
	height: 100%;
	position: relative;
}

.wp_nav .sub-nav {
	border: none;
}

.wp_nav .nav-item a span.item-name {
	display: inline-block;
	padding: 0px;
	line-height: 0px;
	cursor: pointer;
}

.wp_nav .sub-nav .nav-item a {
	border-radius: 0;
	border-top: none;
	color: #9C9C9C;
}

.wp_nav .sub-nav .nav-item .mark {
	background: rgba(0, 0, 0, 0.6);
}

.wp_nav .nav-item a.parent {
	color: white;
}

.wp_nav .sub-nav .nav-item a.parent:hover {
	background: black;
	color: white;
}

.wp_listcolumn {
	border: 0px solid #fff;
	padding: 0;
	width: 93%;
	margin: 0 0 0 1.5rem;
	background: linear-gradient(180deg, rgb(0, 24, 112) 0%, rgba(105, 18, 80, 0.4) 60.75%, rgba(215, 0, 0, 0.3) 100%);
}

.wp_listcolumn .wp_column a {
  display: block;
  width: 100%;
  color: white;
  font-weight: 300;
  font-size: 1.8rem;
  word-wrap: break-word;
  border-top: 0;
  border-bottom: 1px solid #fff;
  text-align: left;
  background: rgba(0, 0, 0, 0);
  line-height: 6rem;
}

.wp_listcolumn .wp_column a:hover {
  font-weight: bold;
  color: white;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('');
}

.wp_listcolumn .wp_column a.selected {
  color: white;
  font-weight: bold;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('');
}

/* 内容区域 */
.main-module {
	/*margin: 0rem 16rem 5rem 16rem;*/
        margin: 0 auto;
	height: auto;
	min-height: 20rem;
        max-width: 80vw;

	.title {
		text-align: center;
		font-size: 3rem;
		padding: 5rem 0 2rem 0;
		font-weight: bold;
		border-bottom: 1px solid #d6d6d6;
	}
	
	.intro {
		font-size: 1.5rem;
		font-weight: 300;
		margin-top: 1rem;
	}
}