html,
body {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	font: 14px/1.5 "FZYanSJW_Zhun", 'Hiragino Sans GB', tahoma, arial, '\5b8b\4f53', sans-serif;
}

html {
    scroll-behavior: smooth;
}

h1,
h2 {
	margin: 0;
	padding: 0;
}

header {
	height: 6rem;
	line-height: 6rem;
	background: url(../img/bg-header.jpg) no-repeat #042275;
	position: relative;
}

header h1 {
	color: #fff;
	position: absolute;
	top: 1.5rem;
	left: 3rem;
}

header em {
	color: rgba(255, 255, 255, 0.2);
	font-size: 50px;
	position: absolute;
	bottom: 0;
	left: 3rem;
	line-height: 3rem;
}

header p {
	text-align: right;
	margin-right: 2rem;
	color: rgba(255, 255, 255, 0.5);
	text-decoration: underline;
}


.container-fluid {
	padding: 3rem;
}

.indexC {
	padding: 0 15px;
}

.indexC .sidebar {
	position: fixed;
	top: 51px;
	bottom: 0;
	left: 0;
	z-index: 1000;
	display: block;
	padding: 20px;
	overflow-x: hidden;
	overflow-y: auto;
	background-color: #f5f5f5;
	border-right: 1px solid #eee;
	box-shadow: 0 0 15px rgba(0, 0, 0, .3);
}

.indexC .sidebar .nav-sidebar {
	margin-right: -21px;
	margin-bottom: 20px;
	margin-left: -20px;
}

.indexC .sidebar .nav-sidebar>.active>a,
.indexC .sidebar .nav-sidebar>.active>a:hover,
.indexC .sidebar .nav-sidebar>.active>a:focus {
	color: #fff;
	background-color: #428bca;
}

.indexC .main {
	padding: 50px 0;
	height: 100vh;
}

.container-fluid .panel {
	margin-top: 1rem;
	margin-bottom: 4rem;
}

.container-fluid .panel table {
	margin: 0;
}

.container-fluid .panel table tbody tr:first-child td {
	border: none;
}

.container-fluid .panel table tbody tr td {
	padding: 15px;
	position: relative;
	overflow: hidden;
	vertical-align: middle;
}

.container-fluid .panel table tbody tr td p {
	flex: 1;
	display: flex;
	align-items: center;
	/* justify-content: center; */
}

.container-fluid .panel table tbody tr td img {
	z-index: 0;
}

.container-fluid .panel table tbody tr td .clickCopy {
	position: absolute;
	z-index: 1;
	width: 10%;
	height: 30px;
	background-color: rgba(0, 0, 0, .2);
	border: none;
	display: block;
}

.container-fluid .panel table tbody tr td .colorMask {
	position: absolute;
	z-index: 1;
	right: -285px;
	top: 15px;
	width: 300px;
	height: calc(100% - 30px);
	background-color: rgba(0, 0, 0, .6);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 20px;
	opacity: 0;
	transition: opacity 0.5s ease, right 0.5s ease;
}

.container-fluid .panel table tbody tr td:hover>.colorMask {
	opacity: 1;
	right: 15px;
}

.container-fluid .panel table tbody tr td .colorMask li {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-family: Helvetica Neue;
	font-family: Monaco;

}

.container-fluid .panel table tbody tr td .colorMask li b {
	height: 24px;
	width: 24px;
	line-height: 24px;
	border-radius: 24px;
	background-color: #F68330;
	text-align: center;
	display: inline-block;
	margin-right: 5px;
}

.container-fluid .panel table thead th {
	font-weight: bold;
	padding: 15px;
}

.sekuai {
	height: 50px;
	line-height: 50px;
	width: 100%;
	text-align: center;
	color: #fff
}

section {
	scroll-margin-top: 90px;
}