.clientVideoView .videoImgBox {
	position: relative
}

.clientVideoView .videoImgBox .slideBox {
	position: relative;
	overflow: hidden;
	height: 340px
}

.clientVideoView .videoImgBox .slideBox .slide {
	transition: all .6s;
	display: flex;
	position: absolute;
	z-index: 10
}

.clientVideoView .videoImgBox .slideBox .slide .contentBox {
	width: 497px;
	margin-right: 36px;
	position: relative;
	cursor: pointer
}

.clientVideoView .videoImgBox .slideBox .slide .contentBox .imgBox2 {
	overflow: hidden;
	height: 281px;
	width: 100%;
	margin-bottom: 23px
}

.clientVideoView .videoImgBox .slideBox .slide .contentBox .imgBox2:hover .img {
	transform: scale(1.1)
}

.clientVideoView .videoImgBox .slideBox .slide .contentBox .imgBox2 .img {
	-o-object-fit: cover;
	object-fit: cover;
	height: 281px;
	width: 100%;
	transition: all .6s ease
}

.clientVideoView .videoImgBox .slideBox .slide .contentBox .imgBox2 .playBtn {
	width: 65px;
	height: 65px;
	position: absolute;
	top: 107px;
	left: 50%;
	margin-left: -32px
}

.clientVideoView .videoImgBox .slideBox .slide .contentBox .text {
	text-align: center;
	font-size: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #222
}

.clientVideoView .arrowLeft,
.clientVideoView .arrowRight {
	cursor: pointer;
	position: absolute;
	z-index: 10;
	top: 130px
}

.clientVideoView .arrowLeft img,
.clientVideoView .arrowRight img {
	width: 20px;
	height: 39px
}

.clientVideoView .arrowLeft {
	left: -52px
}

.clientVideoView .arrowRight {
	right: -52px
}

.clientVideoView .clientVideoBg,
.clientVideoView .clientVideoBox {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100vh;
	z-index: 10001
}

.clientVideoView .clientVideoBox .close {
	position: absolute;
	cursor: pointer;
	top: -48px;
	right: -4px;
	z-index: 100;
	width: 36px;
	height: 36px;
	opacity: .8
}

.clientVideoView .clientVideoBox .close:hover {
	opacity: 1
}

.clientVideoView .clientVideoBox .clientVideoBg {
	background: #000;
	opacity: .5;
	z-index: 100
}

.clientVideoView .clientVideoBox .videoBox {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 1000;
	width: 922px;
	height: 518px
}

.clientVideoView .clientVideoBox video {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.clientVideoView #wz-client-video .vjs-big-play-button {
	display: none;
	width: 65px !important;
	height: 65px !important;
	line-height: 65px !important;
	border-radius: 50% !important;
	border: none;
	font-size: 40px;
	background: rgba(51, 51, 51, .3);
	left: 50% !important;
	top: 50% !important;
	margin-top: -32px;
	margin-left: -32px
}

.home {
	width: 100%;
	overflow: hidden
}

.home .content_1300 {
	width: 1300px;
	margin: auto
}

.home .content_1200 {
	width: 1200px;
	margin: auto
}

.home .markColor {
	font-weight: 700
}

.home .infoBox {
	display: flex;
	justify-content: space-between;
	margin: 80px auto 0;
	box-shadow: 0 6px 12px 0 hsla(0, 0%, 53.3%, .1);
	border-right: none;
	height: 365px
}

.home .infoBox .info {
	font-size: 20px;
	line-height: 32px;
	flex: 1;
	color: #555;
	padding: 12px 61px
}

.home .infoBox .info .title {
	font-size: 30px;
	color: #222;
	font-weight: 600;
	padding-bottom: 25px
}

.home .infoBox .seeBtn {
	border: 1px solid;
	color: #316afd;
	border-radius: 22px;
	width: 110px;
	height: 40px;
	display: block;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	margin-top: 30px;
	cursor: pointer
}

.home .infoBox .seeBtn:hover {
	text-decoration: underline
}

.home .infoBox .videoBox {
	width: 649px;
	height: 365px;
	position: relative;
	overflow: hidden
}

.home .infoBox .videoBox video {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.home .ecologyBox {
	padding-top: 126px;
	background: no-repeat 50%;
	background-position: bottom;
	background-size: contain
}

.home .ecologyBox .boxTitle {
	font-size: 36px;
	font-weight: 700;
	color: #222;
	text-align: center
}

.home .ecologyBox .ecologyList {
	display: flex;
	justify-content: space-around;
	padding-top: 80px;
	flex-flow: wrap;
	padding-bottom: 80px
}

.home .ecologyBox .ecologyList .ecologyMouse {
	width: 411px;
	height: 382px
}

.home .ecologyBox .ecologyList .listBox {
	font-size: 16px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	width: 411px;
	height: 382px;
	position: relative
}

.home .ecologyBox .ecologyList .listBox .iconBox {
	text-align: center;
	position: absolute;
	width: 411px;
	height: 382px;
	overflow: hidden;
	transform: scale(1);
	transition: all .1s linear
}

.home .ecologyBox .ecologyList .listBox .iconBox img {
	width: 72px;
	height: 72px;
	margin-bottom: 22px;
	margin-top: 100px
}

.home .ecologyBox .ecologyList .listBox .iconBox .iconTitle {
	font-size: 22px;
	color: #1e1e1e;
	font-weight: 700
}

.home .ecologyBox .ecologyList .listBox .descBox {
	overflow: hidden;
	transition: all .2s linear;
	padding: 52px 31px 0;
	background: #fff;
	box-shadow: 0 4px 16px 0 rgba(34, 96, 255, .16);
	border-top-right-radius: 100px;
	height: 382px;
	position: absolute;
	width: 411px;
	opacity: 0;
	transform: scale(.5)
}

.home .ecologyBox .ecologyList .listBox .descBox .titleBox {
	line-height: 44px;
	font-size: 22px;
	font-weight: 700;
	color: #1e1e1e;
	margin-bottom: 16px
}

.home .ecologyBox .ecologyList .listBox .descBox .titleBox img {
	width: 44px;
	height: 44px;
	margin-right: 15px;
	vertical-align: middle;
	position: relative
}

.home .ecologyBox .ecologyList .listBox .descBox .desc {
	color: #555;
	line-height: 22px;
	margin-bottom: 26px
}

.home .ecologyBox .ecologyList .listBox .descBox .serviceTitle {
	color: #555;
	font-weight: 700;
	margin-bottom: 6px
}

.home .ecologyBox .ecologyList .listBox .descBox .serviceList {
	color: #555;
	display: flex;
	line-height: 26px
}

.home .ecologyBox .ecologyList .listBox .descBox .serviceList .left {
	width: 168px
}

.home .ecologyBox .ecologyList .active .descBox {
	transform: scale(1);
	opacity: 1
}

.home .ecologyBox .ecologyList .active .iconBox {
	opacity: 0;
	transform: scale(.5)
}

@-webkit-keyframes descBoxShow-data-v-4824e943 {
	50% {
		height: 0;
		opacity: 0
	}

	to {
		height: 382px;
		opacity: 1
	}
}

@keyframes descBoxShow-data-v-4824e943 {
	50% {
		height: 0;
		opacity: 0
	}

	to {
		height: 382px;
		opacity: 1
	}
}

@-webkit-keyframes iconBoxHide-data-v-4824e943 {
	0% {
		height: 382px
	}

	50% {
		height: 100px;
		opacity: .5
	}

	to {
		height: 0;
		opacity: 0
	}
}

@keyframes iconBoxHide-data-v-4824e943 {
	0% {
		height: 382px
	}

	50% {
		height: 100px;
		opacity: .5
	}

	to {
		height: 0;
		opacity: 0
	}
}

@-webkit-keyframes descBoxHide-data-v-4824e943 {
	0% {
		height: 382px
	}

	50% {
		height: 182px;
		opacity: .5
	}

	to {
		height: 0;
		opacity: 0
	}
}

@keyframes descBoxHide-data-v-4824e943 {
	0% {
		height: 382px
	}

	50% {
		height: 182px;
		opacity: .5
	}

	to {
		height: 0;
		opacity: 0
	}
}

@-webkit-keyframes iconBoxShow-data-v-4824e943 {
	0% {
		height: 0;
		opacity: 0
	}

	50% {
		height: 200px;
		opacity: .5
	}

	to {
		height: 382px;
		opacity: 1
	}
}

@keyframes iconBoxShow-data-v-4824e943 {
	0% {
		height: 0;
		opacity: 0
	}

	50% {
		height: 200px;
		opacity: .5
	}

	to {
		height: 382px;
		opacity: 1
	}
}

.home .bigDataBox {
	display: flex;
	height: 780px
}

.home .bigDataBox .left,
.home .bigDataBox .right {
	background-position: 50%;
	background-size: cover;
	background-repeat: no-repeat
}

.home .bigDataBox .left {
	width: 40%;
	position: relative
}

.home .bigDataBox .left .contentBox {
	position: absolute;
	right: 37px;
	width: 336px;
	top: 216px;
	text-align: center
}

.home .bigDataBox .left .contentBox img {
	width: 208px;
	height: 235px;
	margin-bottom: 26px
}

.home .bigDataBox .left .contentBox .title {
	font-size: 36px;
	font-weight: 700;
	color: #222;
	margin-bottom: 4px
}

.home .bigDataBox .left .contentBox .desc {
	font-size: 20px;
	color: #555
}

.home .bigDataBox .right {
	width: 60%;
	min-width: 840px;
	color: #fff;
	padding: 59px 87px;
	display: block
}

.home .bigDataBox .right .navBox {
	font-size: 24px;
	display: flex;
	margin-bottom: 67px
}

.home .bigDataBox .right .navBox .nav {
	position: relative;
	height: 50px;
	opacity: .7;
	width: 192px;
	cursor: default;
	margin-right: 8px
}

.home .bigDataBox .right .navBox .nav .line {
	opacity: .4;
	width: 192px;
	position: absolute;
	bottom: 0;
	height: 1px;
	display: inline-block;
	left: 0;
	background: #fff
}

.home .bigDataBox .right .navBox .nav .line:before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	bottom: -4px;
	left: -8px;
	opacity: .4
}

.home .bigDataBox .right .navBox .active {
	font-size: 32px;
	opacity: 1;
	line-height: 30px
}

.home .bigDataBox .right .navBox .active .line,
.home .bigDataBox .right .navBox .active .line:before {
	opacity: 1
}

.home .bigDataBox .right .manyBox {
	display: flex;
	width: 840px;
	flex-wrap: wrap
}

.home .bigDataBox .right .manyBox .many {
	width: 354px;
	height: 229px;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 8px;
	font-size: 18px;
	opacity: .76;
	padding: 22px 49px;
	margin-right: 40px;
	margin-bottom: 40px
}

.home .bigDataBox .right .manyBox .many .title {
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 8px;
	opacity: 1
}

.home .bigDataBox .right .manyBox .many .desc {
	line-height: 26px
}

.home .bigDataBox .right .manyBox .idc {
	opacity: 1
}

.home .bigDataBox .right .manyBox .active {
	background: #fff;
	color: #2260ff;
	opacity: 1
}

.home .bigDataBox .right .newBox .new {
	width: 748px;
	background: #fff;
	border-radius: 8px;
	margin-bottom: 20px;
	padding-bottom: 18px;
	font-size: 16px;
	color: #5c6492;
	overflow: hidden
}

.home .bigDataBox .right .newBox .new .title {
	background: #f2f4fd;
	border-start-end-radius: 6px;
	border-start-start-radius: 6px;
	padding-left: 70px;
	line-height: 70px;
	font-size: 24px;
	margin-bottom: 18px;
	color: #5c6492;
	font-weight: 700
}

.home .bigDataBox .right .newBox .descList {
	padding: 0 70px;
	display: flex
}

.home .bigDataBox .right .newBox .descList .desc {
	width: 150px
}

.home .bigDataBox .right .newBox .desc {
	line-height: 30px;
	position: relative;
	padding-left: 20px
}

.home .bigDataBox .right .newBox .desc:before {
	content: " ";
	display: block;
	position: absolute;
	left: 0;
	top: calc(50% - 4px);
	height: 8px;
	width: 8px;
	border-radius: 50%;
	background: #2d67ff
}

.home .teamBox {
	text-align: center;
	overflow: visible;
	background: #f9f9f9;
	overflow: hidden
}

.home .teamBox>.title {
	margin-top: 77px;
	font-size: 30px;
	margin-bottom: 19px
}

.home .teamBox>.title span {
	font-weight: 700
}

.home .teamBox>.desc {
	font-size: 22px;
	color: #8d8d8d;
	line-height: 34px;
	margin: 0 auto 33px
}

.home .teamBox .headImgBox {
	position: relative;
	margin-top: 20px;
	height: 560px;
	left: -40px
}

.home .teamBox .headImgBox .grey {
	transform: rotate(45deg);
	position: absolute;
	top: -200px;
	background: #d8d8d8
}

.home .teamBox .headImgBox .grey1 {
	width: 21px;
	height: 21px;
	top: 78px;
	left: 238px
}

.home .teamBox .headImgBox .grey2 {
	width: 69px;
	height: 69px;
	top: 122px;
	left: 655px
}

.home .teamBox .headImgBox .grey3 {
	width: 41px;
	height: 41px;
	top: 196px;
	left: 271px
}

.home .teamBox .headImgBox .grey4 {
	width: 47px;
	height: 47px;
	top: 367px;
	left: 440px
}

.home .teamBox .headImgBox .grey5 {
	width: 41px;
	height: 41px;
	top: 292px;
	left: 1073px
}

.home .teamBox .headImgBox .grey6 {
	width: 21px;
	height: 21px;
	top: 320px;
	left: 1139px
}

.home .teamBox .headImgBox .head {
	position: absolute
}

.home .teamBox .headImgBox .head img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transform: rotate(45deg)
}

.home .teamBox .headImgBox .head .bg {
	opacity: 0;
	background: #000;
	transform: rotate(45deg);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 1
}

.home .teamBox .headImgBox .head .text {
	display: none;
	color: #fff;
	position: absolute;
	width: 100%;
	bottom: 0;
	text-align: center;
	right: 0;
	bottom: 20px;
	font-size: 18px;
	z-index: 10
}

.home .teamBox .headImgBox .head:hover {
	transform: scale(1.1);
	transition: all .6s
}

.home .teamBox .headImgBox .head:hover .bg {
	opacity: .5;
	transition: all .6s
}

.home .teamBox .headImgBox .head:hover .text {
	display: inline-block
}

.home .teamBox .headImgBox .head:hover .jobTitle {
	opacity: 1
}

.home .teamBox .headImgBox .head .jobTitle {
	opacity: 0;
	font-size: 12px;
	position: absolute;
	bottom: 6px;
	color: #fff;
	width: 92px;
	left: 50%;
	z-index: 10;
	margin-left: -46px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2
}

.home .teamBox .headImgBox .head0 {
	width: 114px;
	height: 114px;
	left: 274px;
	top: 71px
}

.home .teamBox .headImgBox .head0 .text {
	font-size: 16px
}

.home .teamBox .headImgBox .head1 {
	width: 240px;
	height: 240px;
	left: 391px;
	top: 98px
}

.home .teamBox .headImgBox .head1 .text {
	font-size: 20px
}

.home .teamBox .headImgBox .head2 {
	width: 177px;
	height: 177px;
	left: 732px;
	top: 131px
}

.home .teamBox .headImgBox .head3 {
	width: 135px;
	height: 135px;
	left: 888px;
	top: 49px
}

.home .teamBox .headImgBox .head4 {
	width: 176px;
	height: 176px;
	left: 242px;
	top: 263px
}

.home .teamBox .headImgBox .head5 {
	width: 176px;
	height: 176px;
	left: 599px;
	top: 266px
}

.home .teamBox .headImgBox .head6 {
	width: 176px;
	height: 176px;
	left: 868px;
	top: 265px
}

.home .teamBox .headImgBox .head7 {
	width: 114px;
	height: 114px;
	left: 988px;
	top: 162px
}

.home .teamBox .headImgBox .head7 .text {
	font-size: 16px
}

.home .addrBox {
	text-align: center;
	overflow: hidden;
	background: #eff2f7
}

.home .addrBox .title {
	margin-top: 77px;
	font-size: 30px;
	margin-bottom: 19px
}

.home .addrBox .desc {
	font-size: 20px;
	color: #8d8d8d;
	width: 1135px;
	line-height: 34px;
	margin: 0 auto 38px
}

.home .addrBox .lookBtn {
	position: relative;
	z-index: 101
}

.home .addrBox .company-map {
	position: relative;
	top: -60px;
	margin-bottom: -60px;
	width: 1300px;
	height: 800px
}

.home .addrBox .company-map img {
	width: 100%
}

.home .addrBox .company-blk {
	padding: 18px 0 0
}

.home .addrBox .company-blk .one-side {
	float: left;
	width: 600px
}

.home .addrBox .company-blk .one-side.right {
	padding-left: 10px
}

.home .addrBox .company-blk .one-side .area-blk {
	width: 100%;
	margin: 36px 0 0
}

.home .addrBox .company-blk .one-side .area-blk .area-name {
	margin-bottom: 12px
}

.home .addrBox .company-blk .one-side .area-blk .unit {
	width: 100%;
	margin-bottom: 28px;
	padding-left: 2px
}

.home .addrBox .company-blk .one-side .area-blk .unit:last-child {
	margin-bottom: 0
}

.home .addrBox .company-blk .one-side .area-blk .unit p {
	padding-right: 132px;
	font-size: 15px;
	color: #777;
	letter-spacing: 0;
	line-height: 28px
}

.home .whoCheck {
	text-align: center;
	min-height: 870px;
	overflow: hidden;
	padding-bottom: 100px
}

.home .whoCheck .bg {
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	position: absolute;
	width: 100%;
	height: 946px;
	opacity: .5
}

.home .whoCheck .content_1300 {
	position: relative;
	z-index: 10
}

.home .whoCheck .imgBox {
	width: 1350px;
	margin: auto;
	padding-top: 140px;
	position: relative;
	left: 12px
}

.home .whoCheck .title {
	margin-top: 77px;
	font-size: 30px;
	margin-bottom: 19px
}

.home .whoCheck .desc {
	font-size: 22px;
	color: #8d8d8d;
	line-height: 34px;
	width: 1151px;
	margin: 0 auto 34px
}

.home .whoCheck img {
	width: 179px;
	height: 179px;
	margin-right: 106px;
	margin-top: -41px;
	transform: rotate(45deg);
	box-shadow: 0 5px 11px 0 hsla(0, 0%, 90.2%, .5)
}

.home .whoCheck img:hover {
	transition: all .4s;
	transform: rotate(45deg) scale(1.1)
}

.home .markColor {
	color: #316afd
}

.home .video-blk {
	height: 610px;
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	padding-top: 1px
}

.home .video-blk .title-blk h2 {
	font-size: 36px;
	color: #222;
	font-weight: 500;
	margin: 70px 0 60px;
	text-align: center
}

.home .news-blk {
	background: #fff;
	padding: 70px 0 0
}

.home .news-blk .container {
	width: 1380px;
	margin: 0 auto
}

.home .news-blk .list {
	padding-top: 66px;
	display: flex;
	justify-content: center
}

.home .news-blk .list .unit {
	width: 418px;
	margin-right: 15px;
	float: left;
	background-color: #fff;
	box-shadow: 0 5px 11px 0 hsla(0, 0%, 90.2%, .5)
}

.home .news-blk .list .unit:last-child {
	margin-right: 0
}

.home .news-blk .list .unit .news-img-blk {
	display: inline-block;
	width: 100%;
	height: 268px;
	position: relative;
	overflow: hidden
}

.home .news-blk .list .unit .news-img-blk img {
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

.home .news-blk .list .unit .content {
	padding: 24px
}

.home .news-blk .list .unit .content h3 {
	margin-bottom: 16px;
	font-size: 24px;
	color: #222;
	letter-spacing: 0;
	text-align: justify
}

.home .news-blk .list .unit .content .abstract {
	margin-bottom: 30px;
	font-size: 15px;
	color: #777;
	letter-spacing: 0;
	text-align: justify;
	line-height: 28px
}

.home .news-blk .list .unit .content .date {
	font-size: 15px;
	color: #999;
	letter-spacing: .8px
}

.home .news-blk .lookBtn {
	margin: 40px auto;
	display: block
}

.home .news-blk .title-blk span {
	margin: 0 650px
}

.home .intro-blk {
	height: 426px
}

.home .intro-blk h2 {
	margin: 0 auto 28px;
	padding-top: 90px;
	font-size: 48px;
	color: #222;
	line-height: 70px;
	letter-spacing: 1.85px;
	text-align: center;
	font-weight: 500
}

.home .intro-blk .content {
	margin-bottom: 50px
}

.home .intro-blk .content p {
	font-size: 20px;
	color: #777;
	letter-spacing: 0;
	text-align: center;
	line-height: 30px
}

.home .intro-blk .btn-sec {
	text-align: center
}

.home .intro-blk .btn-sec a {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	color: #005aee;
	letter-spacing: 0;
	text-align: left
}

.home .intro-blk .btn-sec a span {
	margin-right: 5px;
	font-weight: 600
}

.home .intro-blk .btn-sec a img {
	padding-top: 1px
}

.home .title-blk h2 {
	font-size: 36px;
	color: #222;
	text-align: center;
	line-height: 36px;
	font-weight: 700
}

.home .title-blk p {
	margin: 9px 0 0;
	font-size: 20px;
	color: #555;
	text-align: center;
	line-height: 40px
}

.home .title-blk .icon {
	width: 100%;
	margin: 28px 0 0;
	text-align: center
}

.home .title-blk span {
	display: inline-block;
	width: 80px;
	height: 3px;
	margin: 0 560px;
	background-color: #005aee;
	position: relative
}

.home .title-blk span:before {
	content: "";
	display: inline-block;
	width: 22px;
	height: 22px;
	position: absolute;
	top: -10px;
	left: 29px;
	background-color: #fff
}

.home .title-blk span:after {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 100px;
	background-color: #005aee;
	position: absolute;
	top: -5px;
	left: 34px
}

.home .lookBtn {
	width: 110px;
	line-height: 40px;
	text-align: center;
	border: 1px solid;
	color: #316afd;
	margin: auto;
	font-size: 16px;
	display: inline-block;
	border-radius: 20px
}

.home .videoBox .video-js {
	margin: auto;
	position: relative
}

.home .videoBox .video-js .vjs-big-play-button {
	width: 66px !important;
	height: 66px !important;
	line-height: 66px !important;
	border-radius: 50% !important;
	border: none;
	font-size: 40px;
	background: url(../fonts/7c9d8acc6bcb4d6a9e0c1d7359d3f1d2.woff) 50% no-repeat;
	background-size: 66px 66px;
	left: 50% !important;
	top: 50% !important;
	margin-top: -32px;
	margin-left: -32px
}

.os-theme-thick-dark>.os-scrollbar:before {
	content: "";
	display: block;
	position: absolute;
	background: rgba(0, 0, 0, .05);
	border-radius: 15px;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	border: 1px solid rgba(0, 0, 0, .08)
}

.os-theme-thick-dark>.os-scrollbar:hover:before {
	border: 1px solid rgba(0, 0, 0, .16)
}

.os-theme-thick-dark>.os-scrollbar.active:before {
	border: 1px solid rgba(0, 0, 0, .24)
}

.os-theme-thick-dark>.os-scrollbar-horizontal {
	right: 18px;
	height: 18px
}

.os-theme-thick-dark>.os-scrollbar-vertical {
	bottom: 18px;
	width: 6px
}

.os-theme-thick-dark.os-host-rtl>.os-scrollbar-horizontal {
	left: 18px;
	right: 0
}

.os-theme-thick-dark>.os-scrollbar-corner {
	height: 18px;
	width: 18px;
	background-color: transparent
}

.os-theme-thick-dark>.os-scrollbar>.os-scrollbar-track {
	background: transparent
}

.os-theme-thick-dark>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle {
	background: #225cab;
	border-radius: 15px;
	opacity: .8
}

.os-theme-thick-dark>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle.active,
.os-theme-thick-dark>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle:hover {
	background: #225cab;
	opacity: 1
}

.os-theme-thick-dark>.os-scrollbar-horizontal>.os-scrollbar-track>.os-scrollbar-handle {
	min-width: 30px
}

.os-theme-thick-dark>.os-scrollbar-vertical>.os-scrollbar-track>.os-scrollbar-handle {
	min-height: 30px
}

.os-theme-thick-dark>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: -3px;
	bottom: -5px;
	display: block
}

.os-theme-thick-dark>.os-scrollbar-horizontal>.os-scrollbar-track>.os-scrollbar-handle:before {
	top: -3px;
	bottom: -5px
}

.os-theme-thick-dark>.os-scrollbar-vertical>.os-scrollbar-track>.os-scrollbar-handle:before {
	left: -3px;
	right: -5px
}

.os-theme-thick-dark.os-host-rtl>.os-scrollbar-vertical>.os-scrollbar-track>.os-scrollbar-handle:before {
	right: -3px;
	left: -5px
}

.os-theme-thick-dark.os-host-transition>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle {
	transition: background .3s
}

.os-theme-thick-dark.os-host-transition>.os-scrollbar:before {
	transition: border .3s
}