html {
    overflow: hidden;
    overflow-x: scroll;
}
body {
	padding: 0;
	margin: 0;
	overflow: hidden;
	/* margin-top: 75px; */
	min-width: 1080px;
    position: fixed;
    top: 0;
    left: 0;
    width: -webkit-fill-available;
    width: fill-available;
}
#whHeader-bar {
    display: inline-block;
    width: 100%;
    height: 72px;
    line-height: 72px;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px 0px rgba(39, 46, 58, 0.06);
    position: sticky;
    top: 0px;
}
#whHeader-bar .header {
    display: flex;
}
#whHeader-bar .header .search {
    font-size: 14px;
    width: 320px;
    height: 40px;
    line-height: 40px;
    border: none;
    border-radius: 20px;
    margin: 16px 0px 16px 88px;
    padding-left: 34px;
    background:#F7F8FA url('../images/searchr.png') no-repeat 12px 13px;
    background-size: 14px 14px;
}
input:focus-visible {
  outline-style: none;
}
#whHeader-bar .header img {
    margin: 11px 0px 11px 32px;
    height: 50px;
    width: 150px;
}
#whHeader-bar .header .lines{
    display: block;
    width: 1px;
    height: 24px;
    margin: 24px 17px 24px 16px;
    background: #B2BACA;
}
#whHeader-bar .header p {
    margin: 0;
    padding: 0;
    font-size: 20px;
    color: #272E3A;
}
#previous,#next,#button-print {
    cursor: pointer;
}
#button-print  {
    display: flex;
    margin-right: 32px;
}
#whHeader-bar .header #button-print img{
 margin: 28px 2px 28px 0;
 width: 16px;
 height: 16px;
}
#whMain {
	clear: both;
	padding: 3px 0 0 14px;
	display: flex;
	
}
.aside {
	position: relative;
	overflow: hidden;
	/* min-width: 240px; */
}
.aside::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 14px;
    width: 100%;
    border-bottom: 1px solid #E2E5EB;
}
.resize {
  min-width: 220px;
  width: 220px;
  /* height: 0px; */
  transform: scaleY(800);
  overflow: scroll;
  resize: horizontal;
  opacity: 0;
}
.line {
	position: absolute;
	top: 0;
	right: 0;
	width: 4px;
	bottom: 0;
	/* border-right: 1px solid #E2E5EB; */
	opacity: 1;
	transition: .3s;
	pointer-events: none;
}
#asideWhToC {
    height: calc(100vh - 132px);
    display: block;
    /* margin-left: 24px; */
}
/* modified 2010 02 24 for FF bug */
#whTools { 
	/* margin: 10px 10px 0 13px; */
	overflow: hidden;
	/* height: 1%; */ 
	display: inline;
	display: inline;
    z-index: 9;
    position: absolute;
	top: 0;
    /* background-color: #F7F8FA ; */
    height: 100%;
	/* border-right: 2px solid rgb(0,42,68); */
	/* width: 210px; */
	width: calc(100% - 2px);
}
#whToC {
	overflow: auto;
	width: 94%;
	height: 100%;
	/* padding: 0px 10px 0 13px; */
    margin-left: 13px;
    /* margin-top: -20px; */
}
#whSearchShow #searchResults ul {
    list-style: none;
    padding: 0;
}
#whSearchShow #searchResults ul a {
    font-size: 14px;
    color: #181D26;
    text-decoration: none;
	font-weight: normal;
}
#whSearchShow #searchResults ul a:hover {
	color: #3076FC;
    text-decoration: none;
}
#whSearchShow #searchResults .current {
    color: #3076FC !important;
    font-weight: bold !important;
}

#searchResults ul:last-child {
    height: calc(100vh - 190px);
    overflow-y: scroll;
}
#whToC #whTocTree {
	font-family: 'Open Sans', Calibri, Tahoma, 'Myriad Pro', 'Droid Sans', 'DejaVu Sans', Verdana, sans-serif;
    font-size: 14px;
    line-height: 1em;
	margin: 10px 0px 0 0px;
}

#whTocTree a {
	color: #181D26;
    text-decoration: none;
	font-weight: normal;
}

#whTocTree a:hover {
	color: #3076FC;
    text-decoration: none;
}

#whTocTree .current {
	/* color:rgb(92, 172, 238);
    text-decoration: none; */
    color: #3076FC !important;
    font-weight: bold !important;
    /* background-color: #E1EBFC ; */
}
/* #whTocTree a:visited {
    color:#3076FC;
} */
#whTocTree .whTocHeader {
	font-weight: bold;
}

.imgbtn {
    cursor: pointer;
    position: absolute;
    color: #181D26;
    /* bottom: -10px; */
    bottom: 0px;
    height: 60px;
    line-height: 60px;
    display: flex;
    justify-items: center;
    /* border-top: 1px solid #E2E5EB; */
    min-width: 200px;
}
.imgbtn div {
    line-height: 60px;
    /* margin-right: 20px; */
    flex: 1;
}
.imgbtn div:hover {
    color: #3076FC;
}
.imgbtn img {
    /* margin: 20px 10px 20px 2px; */
    margin: -2px 4px 0 8px;
    width: 20px;
    height: 20px;
    vertical-align: middle;
}
#button-hide-navigation img {
    width: 20px;
    height: 24px;
}
.content {
    background: #FFFFFF;
    padding:0 0 40px 31px;
    height: calc(100vh - 115px);
    border-left: 1px solid #E2E5EB;
    flex: 1;
    /* width: 100%; */
}

#whHeader {
    box-shadow: 0px 4px 20px 0px rgba(39, 46, 58, 0.06);
}
#topnav #breadcrumbs {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #6D7A90;
    line-height: 40px;
}

#breadcrumbs .arrowString{
    margin: 0 8px;
}
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
  }
::-webkit-scrollbar-thumb {
    background: #E2E5EB;
    border-radius: 8px;
}
