::-webkit-scrollbar {
	height: 5px;
	width: 5px
}

::-webkit-scrollbar-track-piece {
	-webkit-border-radius: 6px;
	background-color: rgba(0, 0, 0, .2)
}

::-webkit-scrollbar-thumb:vertical {
	-webkit-border-radius: 6px;
	background-color: hsla(0, 0%, 49%, .7);
	height: 5px
}

::-webkit-scrollbar-thumb:horizontal {
	-webkit-border-radius: 6px;
	background-color: hsla(0, 0%, 49%, .7);
	width: 5px
}

.gb-animate {
    -webkit-animation: slowScale infinite 16s forwards;
    animation: slowScale infinite 16s forwards;
}
.data-bg {
    background: rgba(28,33,67,.8);
    background-image: url(../img/data-bg.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1;
}

@-webkit-keyframes slowScale {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	50% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2)
	}
	to {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes slowScale {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	50% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2)
	}
	to {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@-webkit-keyframes opacityToHalf {
	0% {
		background: hsla(0, 0%, 100%, 0);
		color: hsla(0, 0%, 100%, .75)
	}
	to {
		background: hsla(0, 0%, 100%, .08);
		color: #fff
	}
}

@keyframes opacityToHalf {
	0% {
		background: hsla(0, 0%, 100%, 0);
		color: hsla(0, 0%, 100%, .75)
	}
	to {
		background: hsla(0, 0%, 100%, .08);
		color: #fff
	}
}
.close-btn {
	display: inline-block;
	float: right;
	height: 26px;
	margin-right: 70px;
	margin-top: 40px;
	position: relative;
	width: 26px;
	z-index: 99
}

.close-btn:after,
.close-btn:before {
	-webkit-transition: -webkit-transform 1s cubic-bezier(.23, 1, .32, 1);
	background: #fff;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	top: 50%;
	transition: -webkit-transform 1s cubic-bezier(.23, 1, .32, 1);
	transition: transform 1s cubic-bezier(.23, 1, .32, 1);
	transition: transform 1s cubic-bezier(.23, 1, .32, 1), -webkit-transform 1s cubic-bezier(.23, 1, .32, 1);
	width: 100%
}

.close-btn:before {
	-webkit-transform: rotate(-45deg) translateZ(0);
	transform: rotate(-45deg) translateZ(0)
}

.close-btn:after,
.close-btn:hover:before {
	-webkit-transform: rotate(45deg) translateZ(0);
	transform: rotate(45deg) translateZ(0)
}

.close-btn:hover:after {
	-webkit-transform: rotate(-45deg) translateZ(0);
	transform: rotate(-45deg) translateZ(0)
}
.arrow-outer {
	color: #fff;
	font-size: 0;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	width: 32px
}

.arrow-outer img {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-blcok;
	opacity: .7;
	width: 32px
}

.arrow-outer .arrow-inner {
	height: 17px;
	width: 64px
}

.arrow-outer .arrow-inner img {
	height: 100%;
	position: absolute;
	width: 28px
}

.arrow-outer .arrow-inner .img1 {
	left: -32px
}

.arrow-outer .arrow-inner .img2 {
	left: 0
}
.gird-wrap {
    margin-top: calc(50vh - 120px);
    text-align: center;
}
.gird-wrap .gird:nth-child(odd) {
    margin: 0 36px;
}

.gird-wrap .gird {
    -webkit-transform: 1s;
    background: hsla(0,0%,100%,0);
    color: hsla(0,0%,100%,.75);
    display: inline-block;
    height: 407px;
    letter-spacing: 1px;
    position: relative;
    transform: 1s;
    vertical-align: top;
    width: 349px;
}

.gird-wrap .gird:nth-child(odd) {
	margin: 0 36px
}

.gird-wrap .gird:hover {
	-webkit-animation: opacityToHalf 1s forwards;
	-webkit-transform: 1s;
	animation: opacityToHalf 1s forwards;
	cursor: pointer;
	transform: 1s
}

.gird-wrap .gird:hover .arrow-inner {
	-webkit-transform: translateX(32px);
	-webkit-transition: .5s;
	transform: translateX(32px);
	transition: .5s
}

.gird-wrap .gird .gird-icon {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	height: 50px;
	margin: 68px auto 0;
	width: 50px
}

.gird-wrap .gird .gird-icon.icon-1 {
	background-image: url(../img/icon/data-icon-1.png)
}

.gird-wrap .gird .gird-icon.icon-2 {
	background-image: url(../img/icon/data-icon-2.png?v=1)
}

.gird-wrap .gird .gird-icon.icon-3 {
	background-image: url(../img/icon/data-icon-3.png?v=1)
}

.gird-wrap .gird.gird-1:hover .icon-1 {
	background-image: url(../img/icon/data-icon-1-1.png?v=1)
}

.gird-wrap .gird.gird-2:hover .icon-2 {
	background-image: url(../img/icon/data-icon-2-1.png?v=1)
}

.gird-wrap .gird.gird-3:hover .icon-3 {
	background-image: url(../img/icon/data-icon-3-1.png?v=1)
}

.gird-wrap .gird .gird-title {
	font-size: 24px;
	margin-top: 32px
}

.gird-wrap .gird .gird-desc {
	font-size: 16px;
	margin-bottom: 110px;
	margin-top: 14px
}

.gird-wrap .gird .circle-water {
	border: 1px solid hsla(0, 0%, 100%, .2);
	border-radius: 50%;
	bottom: 35px;
	height: 100px;
	left: 50%;
	margin-left: -50px;
	position: absolute;
	width: 100px
}


.mo-shape1{
	display: none; 
	position: fixed; 
	left: 0; 
	right: 0; 
	border: 10px solid hsla(0,0%,100%,.75);
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%; 
	border-radius: 50%; 
	width: 5px; 
	height: 5px;
}
.mo-shape2{
	display: none; 
	position: fixed; 
	z-index: 10; 
	left: 0; 
	right: 0; 
	background-color: #0e1129;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%; 
	border-radius: 50%; 
	width: 5px; 
	height: 5px;
}



/*#abc{
				top:initial
		    left: 0;
			    display: none;
			    width: 50px
		    height: 50px;

}*/
