@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700&display=swap');
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{
	margin:0;
	padding:0;
	border:0;
	outline:0
}
html,body,form,fieldset,p,div,h1,h2,h3,h4,h5,h6{
	-webkit-text-size-adjust:none
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{
	display:block;
	clear:both;
}
html {
	font-family: 'Microsoft YaHei',"Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif; 
	-ms-text-size-adjust:100%;
	-webkit-text-size-adjust:100%;
	font-size: 62.5%;
}
body {
	font-size:16px;
	line-height:1.5; 
	overflow-x: hidden;
	min-width:320px; 
	/*-webkit-overflow-scrolling: touch;*/
	color:#3f3f3f;
	background:#ffffff;
	font-family: 'Lato', sans-serif;
}
a {
	background:transparent; 
	text-decoration:none; 
	-webkit-tap-highlight-color:transparent; 
	color:#2a1fbc;
}
a:active {
	outline: 0;
}
a:active, a:hover, a:focus {
	text-decoration:none; 
}
b, strong{
	font-weight:bold; 
}
audio, canvas, progress, video {
	display:inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
svg:not(:root){
	overflow: hidden;
}
hr {-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;}
pre{
	overflow: auto;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap:break-word;
}
code, kbd, pre, samp{
	font-family: monospace; 
	font-size: 1rem
}
mark{
	background:#ff0; 
	color:#111111;}
table {
	border-collapse:collapse; 
	border-spacing: 0;
}
td, th {
	padding:0;
}
ul, ol{
	list-style: none outside none;
}
img{
	vertical-align:middle;
	border:0;
	max-width:100%; 
}
*, ::after, ::before {
	-webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
	margin:0;
	padding:0;
	line-height:1.2;  
}
h1, .h1{
	font-family: 'Source Sans Pro', sans-serif;
	font-size:42px;
	font-weight:bold;
	color:#111111;
	letter-spacing:-1px;
	margin-bottom:18px; 
}
h2,.h2{
	font-family: 'Source Sans Pro', sans-serif;
	font-size:38px;
	font-weight:bold;
	color:#111111;
	letter-spacing:-1px;
	margin-bottom:18px;
}
h3,.h3{
	font-family: 'Source Sans Pro', sans-serif;
	font-size:36px;
	font-weight:bold;
	color:#111111;
	letter-spacing:-0.6px;
	margin-bottom:18px;
}
h4,.h4{
	font-family: 'Source Sans Pro', sans-serif;
	font-size:32px;
	font-weight:bold;
	color:#111111;
	letter-spacing:-0.4px;
	margin-bottom:18px;
}
h5,.h5{
	font-family: 'Source Sans Pro', sans-serif;
	font-size:24px;
	font-weight:600;
	color:#111111;
	letter-spacing:0px;
	margin-bottom:10px;
}
h6,.h6{
	font-family: 'Lato', sans-serif;
	font-size:18px;
	font-weight:normal;
	color:#111111;
}
.page-body-wrapper {
    min-height: calc(100vh - 60px);
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    padding-left: 0;
    padding-right: 0;
}
.sidebar {
    min-height: calc(100vh - 60px);
    background: #ffffff;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    padding: 0;
    width: 300px;
    z-index: 11;
    transition: width 0.25s ease, background 0.25s ease;
    -webkit-transition: width 0.25s ease, background 0.25s ease;
    -moz-transition: width 0.25s ease, background 0.25s ease;
    -ms-transition: width 0.25s ease, background 0.25s ease;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    border-right: 1px solid #e3e3e3;
    position: fixed;
	left: 0;
	top: 0;
	height: 100vh;
	overflow: auto;
}
.main-panel {
    transition: width 0.25s ease, margin 0.25s ease;
    width: calc(100% - 300px);
    min-height: calc(100vh - 60px);
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    transform: translateX(300px);
    background: #f3f3f3;
}
.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.sidebar .nav {
    overflow: hidden;
    flex-wrap: nowrap;
    flex-direction: column;
    margin-bottom: 60px;
}
.sidebar .nav:not(.sub-menu) {
    margin-top: .3rem;
}
.sidebar .nav .nav-item {
    -webkit-transition-duration: 0.25s;
    -moz-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s;
    transition-property: background;
    -webkit-transition-property: background;
}
.sidebar .nav .nav-item.active{
	background:#f3f3f3;
}
.sidebar .nav:not(.sub-menu) > .nav-item {
    border-bottom: 1px solid #f3f3f3;
    margin-top: 0;
}
.sidebar .nav .nav-item a {
    display:block;
    white-space: nowrap;
    padding:15px 15px;
    color: #000;
    -webkit-transition-duration: 0.45s;
    -moz-transition-duration: 0.45s;
    -o-transition-duration: 0.45s;
    transition-duration: 0.45s;
    transition-property: color;
    -webkit-transition-property: color;
    text-transform:uppercase;
    font-weight:600;  
}
.sidebar .nav .nav-item.active a{
	color:#291fbc;
}
.logo{
	padding:30px 15px;
	border-bottom:1px solid #f3f3f3;
	background: #4688eb;
	background: -webkit-linear-gradient(-135deg, #4688eb 0%, #291fbc 100%);
	background: -moz-linear-gradient(-135deg, #4688eb 0%, #291fbc 100%);
	background: linear-gradient(-135deg, #4688eb 0%, #291fbc 100%);
}
.logo img{
	max-height:50px; 
}
.footer {
    background: #f3f3f3;
    padding:18px 30px;
    transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    font-weight: 400;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.content-wrapper{
	padding:30px;
}
.content-wrapper > section{
	padding:30px;
	margin:15px 0px;
}
.lead-text, .lead-text p{
	font-size:20px;
}
.intro-box {
    padding: 30px;
    border: 1px solid #eeeeee;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    cursor: pointer;
    background:#ffffff;
    margin-bottom:30px;  
}
.intro-box li{
	margin-bottom:8px; 
	font-size:17px; 
}
.intro-box li strong{
	color:#111111; 
}
.files_structure li .fa {
  margin-right: 10px;
  color: #291fbc;
  font-size:24px;
  position:relative;
  top:2px;  
}
.files_structure li .fa.fa-file{
	color: #111111;
}
.files_structure li ul {
  margin-left:30px;
}
.files_structure li:first-child, .files_structure li {
  margin-top:18px;
}

.inline-term:before, .inline-term:after {
  display: table;
  content: "";
  line-height: 0;
}
.inline-term:after {
  clear: both;
}
.inline-term dt {
  font-weight: 700;
}
.inline-term dt, .inline-term dd {
  display: inline;
}
.inline-term dt + dd {
  position: relative;
  padding-left:30px;
}
.inline-term dt + dd:before {
  position: absolute;
  left: 5px;
  content: '–';
  font-size: 26px;
	line-height: 1.1;
}
.img-wrapper{
	margin-bottom:30px; 
}
p{
	margin:0 0 15px 0; 
}