@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

body {
	margin: 0 auto;
	padding: 0;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	background-color: #fff;
	color: #3c4651;
	max-width: 1220px;
}
a {
	color: #0b5476;
	position:relative;
}
strong {
    font-weight: bold;
}
header,
footer,
.header-nav,
main {
	width: 100%;
	max-width: 1220px;
}

.header form {
	float: right;
	display: flex;
	padding: 1px;
}

.header form input {
	outline: 0;
	line-height: 24px;
	padding: 0 5px;
	border-radius: 0;
	width: 200px;
	border: 1px solid #0373a1;
}

.header form button {
	background: #0373a1;
	border: 1px solid #0373a1;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 10px;
	height: 26px;
	vertical-align: top;
	cursor: pointer;
	font-size: 12px;
	color: #fff;
}

header {
	margin: 0 auto;
	display: block;
}

header .navbar {
	border-bottom: 2px solid #0373a1;
	margin-bottom: 5px;
	float: left;
	width: 100%;
}

header .navbar-header {
	float: left;
	margin: 10px 0 5px 0;
}

header span.title {
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
	white-space: nowrap;
	max-width: 80%;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 60px;
}

body ::-webkit-scrollbar {
	height: 0.25rem;
	width: 0.25rem;
}

body ::-webkit-scrollbar-thumb {
	background-color: #c6ccdc;
}

main {
	margin: 5px auto;
	display: flex;
}

table {
	width: 100%;
}

.sidebar, .sidebar-kw {
	width: 25%;
	background: #fff;
	vertical-align: top;
	border: 1px solid #ccc;
}

.sidebar-content {
	overflow: hidden;
	min-height: calc(100vh - 145px);
	position: sticky;
	top: 0;
}

.sidebar-content > ul {
	padding: 10px;
	margin: 0;
}

.sidebar ul ul {
	padding-left: 17px;
}

.sidebar ul ul ul {
	padding-left: 20px;
	margin: 0;
}

.sidebar-header {
	padding: 10px 10px 0 10px;
	width: calc(100% - 20px);
	display: flex;
	align-items: flex-end;
	border-bottom: 1px solid #0373a1;
}

.version {
	line-height: 30px;
	margin-right: 10px;
	float: left;
	position: relative;
}

.version .title {
	font-weight: bold;
	font-size: 16px;
	color: #0073A0;
	text-transform: uppercase;
}
.declaratiianaf .version .title{
	font-size: 14px;
    text-transform: capitalize;
}
.version .ver {
	font-weight: normal;
	font-size: 12px;
}


.ham, .logoSmall {
	display: none;
}

.sidebar-header-wrapper {
	float: left;
	width: 100%;
}

.sidebar-header-wrapper > a {
	color: #0373a1;
	background: #f5f5f5;
	border-right: 1px solid #cad0db;
	position: relative;
	cursor: pointer;
	font-size: 13px;
	height: 30px;
	line-height: 30px;
	padding: 0 7px;
	border-bottom: 1px solid #0373a1;
	margin-bottom: -1px;
	border-top: 1px solid #f5f5f5;
	float: right;
}

.sidebar-header-wrapper a.hmbtntoc {
	border-left: 1px solid #cad0db;
}

.sidebar-header-wrapper a i.fa {
	padding-right: 5px;
}

.sidebar-header-wrapper a.current {
	background: #e8eef9;
	border-top: 1px solid #0373a1;
	border-bottom: 1px solid #f5f5f5;
}

.sidebar-header-wrapper a.current:before {
	content: "";
	background: #f5f5f5;
	width: 100%;
	height: 1px;
	bottom: -1px;
	left: 0;
	position: absolute;
}

.sidebar-content .letter:before,
.sidebar-content .items-list li:before {
	content: "";
}

.sidebar-header-wrapper a:hover, .sidebar-header-wrapper a:focus {
	text-decoration: none;
}

.sidebar-content .letters-list {
	float: left;
	width: calc(100% - 20px);
	text-align: center;
}

.sidebar-content .letter {
	display: inline-block;
	width: calc((100% / 19));
	border: 1px solid #ccc;
	text-align: center;
	margin-bottom: 10px;
	margin-right: 3px;
	padding: 0px 3px;
	cursor: pointer;
}

.sidebar-content .items-list {
	padding: 0;
	margin-left: 30px;
	width: calc(100% - 40px);
	float: left;
}

.sidebar-content .items-list li {
	list-style-type: decimal;
	display: list-item;
	line-height: unset;
	margin-bottom: 5px;
	float: left;
	width: 100%;
	cursor: pointer;
}

.sidebar-content .items-list a {
	padding-left: 0;
	float: left;
	width: 100%;
}

.sidebar-content .items-list li:hover {
	background: #e8eef9;
}

.sidebar li a, .sidebar-kw li a {
	text-decoration: none;
	font-size: 14px;
	padding-left: 24px;
}

.sidebar li, .sidebar-kw li {
	list-style-type: none;
	display: flex;
	align-items: center;
	line-height: 25px;
}

.sidebar > ul:nth-child(1) li {
	margin-bottom: 5px;
}

.sidebar li:has(ul)::before ~ a.active {
	color: #fff;
}



.sidebar .sidebar-content ul li.childs:before {
	content: "\f07b";
	color: #0073A0;
}
.sidebar .sidebar-content ul li.ultraActive:before {
    content: "\f07c" !important;
    top: 0;
    color: #0073A0;
    z-index: 1;
}

.sidebar .sidebar-content ul li.childs:before,
.sidebar .sidebar-content ul li:before {
	font-family: "FontAwesome";
	float: left;
	font-size: 15px;
	position: absolute;
	padding-left: 3px;
}


.sidebar .sidebar-content > ul > li.child-1::before {
	content: "\f277";
}

.sidebar .sidebar-content > ul > li.child-2::before {
	content: "\f0c1";
}

.sidebar .sidebar-content > ul > li.child-9::before {
	content: "\f24d";
}

.sidebar .sidebar-content > ul > li.child-10::before {
	content: "\f128";
}

.sidebar .sidebar-content > ul > li:nth-last-child(2):before { /*ajutor*/
	content: "\f129";
	color: #0073A0;
}

.sidebar .sidebar-content > ul > li.childs:nth-last-child(1) {
	border-top: 1px solid #ccc;
	padding-top: 10px;
	margin-top: 10px;
	position: relative;
}

.sidebar .sidebar-content > ul > li.childs:nth-last-child(1):before {
	content: "\f013";
}
/*utile*/

.sidebar .sidebar-content > ul > li.childs:nth-last-child(1):after {
	position: absolute;
	content: "";
	top: -1px;
	left: 0;
	background: #0073A0;
	width: 15px;
	height: 1px;
}

.sidebar .sidebar-content ul li:before {
	content: "\f016";
	color: #0073A0;
}
.sidebar.marketline .sidebar-content > ul > li.childs:nth-last-child(1) {
	border:none;
	padding-top: 0;
	margin-top: 0;
}
.sidebar.marketline .sidebar-content > ul > li.childs:nth-last-child(1):after {
    width: 0;
    height: 0;
}
.sidebar.marketline .sidebar-content > ul > li.childs:nth-last-child(1):before,
.sidebar.marketline .sidebar-content > ul > li:nth-last-child(2):before{
    content:"\f07c";
}
.sidebar .sidebar-content > ul > li.childs:nth-last-child(1):before {
	content: "\f013";
}	

div#hmheadbox {
	position: fixed;
	left: 5px;
	top: 5px;
	z-index: 1;
	background: #f5f5f5;
	border: 1px solid #ccc;
	padding: 5px;
}

.content-head {
	background: #0073A0;
	color: #fff;
	width: calc(100% - 40px);
	padding: 5px 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

p img {
	margin-right: 5px;
	max-width: 100%;
}

div img {
	max-width: 100%;
}

.content-body {
	padding: 10px 0;
	float: left;
	width: 100%;
}

.chapters ul li:before,
.chapters > li:before {
	color: #0073A0;
	font-weight: 900;
	font-family: "FontAwesome";
	width: 20px;
	float: left;
	font-size: 14px;
}

h1 {
	margin: 0;
	font-size: 20px;
	display: flex;
	align-items: center;
}

h1:before {
	content: "\f02e";
	color: #fff;
	font-family: "FontAwesome";
	width: 20px;
	float: left;
	font-size: 20px;
	padding-right: 5px;
}

.chapters li:before {
	content: "\f02d";
}

.content, .contentEdit {
	width: calc(75% - 5px);
	float: left;
	margin-left: 5px;
	border: 1px solid #ccc;
	padding: 8px 10px 10px 10px;
}
#content.contentEdit input[type="submit"]{
    background: #0073A0;
    color: #fff;
    padding:5px 20px;
    cursor:pointer;
    border:none;
}
table.list-topics{
	columns:4;float: left;display: inline;
}
table.list-topics caption{
	display:none;
}
.glosar-wrapper tr td{
	padding:5px 10px;
}
.glosar-wrapper tr td:nth-child(1){
	text-align:left;
}

.contentEdit input.titlu-topic {
    margin: 5px 0 10px 0;
    outline: none;
    border: 1px dashed #ccc;
    padding: 5px 10px;
    width: calc(100% - 24px);
    font-size: 16px;
    font-weight: 700;
}
#content.contentEdit {
    border: none;
    padding: 0;
    margin: 0 auto;
    width: calc(100% - 300px);
}
#content.contentEdit h2{
    margin: 5px 0;
}
.arrows {
	min-width: 122px;
	padding-left: 5px;
}

.arrows div i {
	font-size: 18px;
	padding-left: 10px;
}

.arrows div {
	color: #fff;
	display: inline-block;
	cursor: pointer;
}

.cod {
	font-size: 12px;
	background: #fff;
	padding: 10px;
	border: 1px solid #ccc;
	float:left;
}

.cod p {
	margin-bottom: 0;
	color: #666;
	width: calc(100% - 200px);
}

.toggleAccordion {
	float: left;
	cursor: pointer;
}

.toggleAccordion i {
	padding-right: 10px;
	padding-left: 0;
}

#description {
	margin: 20px;
	width: calc(100% - 40px);
	float: left;
	border: 1px solid #ccc;
	height: 100%;
}

.tox-notifications-container {
	display: none !important;
}

.tox-tinymce {
	width: 100% !important;
	height: calc(100vh - 150px) !important;
	margin-bottom: 20px !important;
}

.hidden {
	display: none;
}

.alert {
	color: #ff0000;
}

hr {
	position: relative;
	border-top: 1px solid #ccc;
	border-bottom: none;
	margin: 8px 0;
	overflow: unset;
	float: left;
	width: calc(100% - 2px);
}

hr:before {
	content: "";
	position: absolute;
	width: 25px;
	height: 1px;
	background: #0073A0;
	top: -1px;
	left: -1px;
}

.accordion i {
	color: #0073A0;
	padding-right: 5px;
}

.accordion {
	cursor: pointer;
	padding: 5px 0;
	margin-bottom: 5px;
	width: calc(100% - 20px);
	font-weight: bold
}

.accordion.active {
	background: #0073A0;
	color: #fff;
	margin-bottom: 0px;
	padding: 5px 10px;
	width: calc(100% - 20px);
	align-items: center;
}

.accordion.active i {
	color: #fff;
}

.accordion-child {
	background: rgba(232, 238, 249, .4);
}

.accordion-child .accordion-child {
	background: unset;
}

.accordion-child .accordion-child,
.accordion-child .accordion {
	padding-left: 10px;
	width: calc(100% - 20px);
}

.accordion-child {
	padding: 10px;
	border: 1px solid #ccc;
	width: calc(100% - 22px);
	margin-bottom: 10px;
	float: left;
}

.accordion-child p:nth-last-child(1),
.accordion-child ul:nth-last-child(1) {
	margin-bottom: 0;
}

p.vezi,
p.warning {
	margin: 0;
}

p {
	margin: 0 0 10px 0;
	float:left;
	width:100%;
}

ul {
	margin: 0 0 10px 0;
}

.accordion-child .accordion.active {
	margin-top: 10px;
}

.accordion-child .accordion-child {
	border: none;
	margin-bottom: 0;
}

.content-body .sfat {
	border: 1px dashed #ccc;
	background: #e8eef9;
	padding: 10px;
	width: calc(100% - 22px);
	float: left;
	margin: 10px 0;
}

.vezi:before {
	content: "\f03d";
	color: #0073A0;
	padding-right: 5px;
	font-weight: 900;
	font-family: "FontAwesome";
}

.sfat:before {
	content: "\f06a";
	color: #0073A0;
	padding-right: 5px;
	font-weight: 900;
	font-family: "FontAwesome";
}

span.rosu {
	background: #fc0000;
	padding: 0 5px;
	color: #fff;
	font-size: 14px;
}

span.gri {
	background: #ccc;
	padding: 0 5px;
	font-size: 14px;
}

span.albastru-deschis {
	background: #c8e6ff;
	padding: 0 5px;
	font-size: 14px;
}

span.albastru-inchis {
	background: #0080ff;
	padding: 0 5px;
	color: #fff;
	font-size: 14px;
}

ol li,
ul li {
	margin-bottom: 5px;
}

.multimedia {
	float: left;
	width: 100%;
}

iframe {
	margin: 10px auto;
	display: block;
	width: calc(50% - 5px);
	height: calc(400px / 1.77);
	border:none;
}
iframe:nth-child(odd){
	float:left;
}
iframe:nth-child(even){
	float:right;
}
.active {
	background: #e8eef9;
	font-weight: bold;
	display: flex;
	width: calc(100% - 24px);
}

.lista-activa {
	background: #0073A0;
	color: #fff;
	font-weight: bold;
	display: flex;
}


.chapters {
	float: left;
	width: 100%;
	padding-left: 0;
	margin-left: 10px;
}



.chapters > li {
	list-style-type: none;
	margin-bottom: 10px;
}

.chapters > li:nth-last-child(1) {
	margin-bottom: 0;
}


.chapters ul {
	margin-left: 30px;
	margin-top: 10px;
	padding-left: 0;
}

.chapters ul li {
	margin-bottom: 5px;
	list-style-type: none;
}

.firstHalf {
	float: left;
	width: calc(50% - 5px);
	margin-right: 5px;
}

.secondHalf {
	float: left;
	width: calc(50% - 5px);
	margin-left: 5px;
}

p.warning:before {
	content: "\f129";
	font-weight: 900;
	background: #0073A0;
	padding: 5px 10px;
	margin-right: 5px;
	color: #fff;
	font-family: "FontAwesome";
}

.borderImage {
	padding: 5px;
	box-shadow: 0 0 3px 0px rgba(0,0,0, .4);
	max-width: calc(100% - 20px);
	height: 100%;
}

.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.flex {
	display: flex;
}

.flex > img {
	padding-right: 10px;
}

.flexMiddleCenter {
	align-items: center;
	justify-content: center;
}

.flexMiddleLeft {
	align-items: center;
	justify-content: left;
}

img {
	vertical-align: middle;
}

span.backslash:after {
	content: "&#92;";
}

div#image-modal {
	position: fixed;
	z-index: 99999;
	background: rgba(0,0,0,.4);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
#image-modal .containerImage{
	display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    cursor: pointer;
}

#image-modal .containerImage img {
    background: #fff;
    border-radius: 5px;
    padding: 5px;
    max-width: 90%;
	max-height: 90%;
}

#myModal{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.blanket {
    background: #000;
    opacity: .8;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
}
#myModal .modal-content{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background: #fff;
    border-radius: 10px;
    padding: 10px;
    aspect-ratio: 16 / 9;
    width: 60%;
}
#myModal iframe {
	width:100%;
	height:100%;
	margin:0;
}

div#closeModal {
    position: absolute;
    top: -55px;
    right: -35px;
    padding: 0 15px;
    cursor: pointer;
    color: #ff0000;
}
#closeModal span{
	font-size: 80px;
}
.modalIconite{display:none;z-index:999;background:rgba(0,0,0,.3);}
.modalIconite .modal-content{background:#f5f5f5!important;}
.modalIconite #modalContent i{
    font-size: 30px;
    border: 1px solid #ccc;
    padding: 4px;
    margin-right: 10px;
    margin-bottom: 6px;
    min-width: 40px;
    text-align: center;
}
.modalIconite #modalContent i:hover {
    border: 1px solid #000;
    background: #fff;
    cursor: pointer;
}

.wrapH1,.wrapH2{
    float:left;
    width:33%;
    margin-bottom:10px;
}
.result {
    margin-top: 30px;
}
.youtube-link{
	width: calc(50% - 5px);
	position:relative;
}
.youtube-link:nth-child(odd){
	float:left;
}
.youtube-link:nth-child(even){
	float:right;
}
.youtube-link i{
	font-size: 60px;
    margin-top: -5px;
}
.youtube-link span{
	background: #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    left: calc(64% - 25px);
    top: calc(50% - 30px);
    position: absolute;
	opacity: .2;
}
.youtube-link:hover > span{
	opacity:1;
}
.youtube-link img{
    width: 100%;
    margin-right: 0;
}
.zoom {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.zoom i {
    font-size: 50px;
    opacity: .5;
    color: #fff;
	filter:drop-shadow(0px 0px 1px #000);
}
.linkImage:hover i {
    opacity: 1;
}
.linkImage a{
	position:relative;
	display:block;
}
.pull--left {
	float: left;
}

.mb--0 {
	margin-bottom: 0;
}

.mb--5 {
	margin-bottom: 5px;
}

.mb--10 {
	margin-bottom: 10px;
}

.mt--0 {
	margin-top: 0px;
}

.mt--10 {
	margin-top: 10px;
}

.mt--20 {
	margin-top: 20px;
}

.grid--100 {
	width: 100%;
}

table tr td {
	border: 1px solid #ccc;
	padding: 5px;
	text-align: center;
}

table tr:nth-child(1) td {
	background: #e8eef9;
	font-weight: bold;
}

table thead th {
	background: #e8eef9;
	padding: 5px;
}

.sidebar ul li ul {
	display: none;
	margin: 0;
}

.sidebar .ultraActive, .sidebar .ultraActive > ul {
	display: block;
	position:relative;
}

.ultraActive > a:nth-child(1) {
	font-weight: bold;
}

p.flex.flexMiddleLeft span:nth-child(1) {
	min-width: 35px;
}

.rezultat {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

.rezultat .titlu span {
	font-weight: bold;
}

.rezultat .titlu span.result {
	font-weight: bold;
	min-width: 19px;
	float: left;
	text-align: center;
	padding-right: 4px;
}

.rezultat .titlu a {
	font-weight: bold;
}

.rezultat .descriere {
	font-size: 12px;
	margin-left: 16px;
}

.paginare {
	float: left;
	width: 100%;
	margin-top: 10px;
}

.paginare span {
	border: 1px solid #ccc;
	padding: 2px 8px;
	margin-right: 5px;
	float: left;
}

.paginare span.rest-pagini a {
	text-decoration: none;
}

.paginare span.pagina-curenta {
	background: #0073A0;
	color: #fff;
	font-weight: bold;
}

.administrare {
	background: #333;
}

.administrare ul {
	padding: 0;
	margin: 0 0 0 20px;
}

.administrare ul li {
	display: inline-block;
	line-height: 26px;
	margin: 0;
	padding: 0;
}

.administrare ul li a {
	color: #ffff00;
	font-size: 12px;
}

.administrare ul li.right {
	float: right;
	margin-right: 10px;
}

.top-sidebar {
	background: #0073A0;
	color: #fff;
	font-weight: bold;
	padding: 5px 0;
	text-align: center;
	font-size: 16px;
}

select#manual {
	height: 26px;
	margin: 5px 0;
	outline: none;
}

.ver {
	font-size: 14px;
}

.class-0 {
	display: block !important;
}

footer {
	display: block;
	width: 100%;
	height: 30px;
	background: #0373a1;
	margin: 5px auto;
}

footer div {
	color: #fff;
	float: left;
	line-height: 30px;
	margin-left: 10px;
}

footer ul {
	float: right;
	margin: 0;
	width: unset;
}

footer ul li {
	list-style-type: none;
	display: inline-block;
	line-height: 30px;
	height: 30px;
}

footer ul li a {
	color: #fff;
	margin-left: 5px;
	padding-left: 5px;
	float: left;
}

footer ul li a svg {
	width: 24px;
	height: 30px;
	float: left;
	margin-right: 10px;
}

#contentEdit.contentEdit {
	border: none;
	width: calc(100% - 300px);
	padding: 0;
}

#contentEdit.contentEdit h2 {
	margin: 10px 0 5px 0;
	font-size: 20px;
	border-bottom: 1px solid #ccc;
}

.highlight {
	background: yellow;
}

	.adminArticole {
		max-width: 100%;
		margin: 0;
		min-height: calc(100vh - 40px);
	}

	.adminArticole .sidebar {
		border: none;
		width: 250px;
		background: #f5f5f5;
	}
	.glosar-wrapper{
		margin:20px;float:left;width:calc(100% - 40px);
	}
	.glosar-form{
		width:20%;float:left;
	}
	.glosar-wrapper #title{
		width:90%;height:30px;
	}
	.glosar-wrapper label{
	    margin-top: 10px; float: left;width: 100%;
	}
	.glosar-wrapper #id{
		width:calc(90% - 30px);padding:0 0 0 35px;
	}
	.glosar-wrapper input{
		float:left;width: 90%;height: 40px;border: 1px solid #333;padding: 0 0 0 5px; outline:none;
	}
	.glosar-wrapper select{
		float:left;width: calc(90% + 7px);height: 42px;border: 1px solid #333;padding: 0 0 0 5px; outline:none;
	}
	.glosar-wrapper input[type="submit"]{
		background: #333;margin-top: 20px;color: #fff;cursor: pointer;
	}
	.glosar-wrapper .coloane{
		width:80%;float:left;columns:4;
	}
	.glosar-wrapper .coloane div{
		margin-bottom: 5px;
		cursor: pointer;
	}
	.glosar-wrapper .coloane div:hover{
		background:#e9eaeb;
	}

	.glosar-wrapper .idArticol{
		background:#333;padding:3px;color:#fff; 
	}
	.glosar-wrapper .labelIdArticol{
		background:#333;color:#fff;padding:5px; margin-top: 26px;margin-left: 4px; position: absolute;
	}
	.glosar-wrapper .coloane .idActiv {
		background: #333;
		color: #fff;
		padding: 3px;
	}
	.glosar-wrapper .coloane .idActiv:hover{
		background:#333;
	}
	.glosar-wrapper .nota {
		border: 2px dashed #ff0000;
		float: left;
		width: calc(100% - 50px);
		padding: 20px;
		margin-top: 20px;
	}	
	img.helpImage {
		margin-left: 50px;
		border: 1px solid #ccc;
		padding: 20px;
	}
	.buton img{
        padding-right: 5px;
        color: #0073A0;
	}
	a[data-mce-linkchecker-status="invalid"] {
		outline-color: unset;
		background-color: unset;
	}
	.buton{
        border: 1px solid #b8b8b8;
        padding: 4px 6px;
        background: #efefef;
        font-size: 12px;
        pointer-events: none;
		white-space: pre;
	}
	.buton i{
        padding-right: 5px;
        color: #0073a0;
	}
	.buton .shortcut{
	    text-decoration:underline;
	}
	.red{
		color:#ff0000 !important;
	}
.tox-notifications-container{
	left: -99999px !important;
}
.header-right {
    float: right;
    margin: 10px 0 5px 0;
}
#copy {
    float: left;
    margin-right: 5px;
    background: #0373a1;
    padding: 5px 9px 3px 8px;
    cursor: pointer;
}
#copy i {
    font-size: 16px;
    color: #fff;
}
.copy-text {
	display: none;
    float: left;
    padding-right: 6px;
    color: #0373a1;
    padding-top: 4px;
}
::-webkit-scrollbar-thumb{background:#7b7e8a;border-radius:6px;}
::-webkit-scrollbar-thumb:hover{background:#535662;}
::-webkit-scrollbar{width:10px;height:10px;}
