.gt_right {
	position: fixed;
	top: 130px;
	right: -248px;
	z-index: 99977;
	width: 248px;
	height: 80px;
	transition: transform 0.9s ease;
}

.gt_right #gt_icon {
	position: relative;
	left: -52px;
	z-index: 99978;
	float: left;
	width: 52px;
	height: 52px;
	cursor: pointer;
	background: url(../images/gt.svg) no-repeat;
    background-size: cover;
}

.gt_box {
	position: absolute;
	z-index: 99979;
	float: right;
	width: 240px;
	border: 1px solid #4c8bf5;
	background-color: #fff;
}

.gt_right:hover {
	transform: translate(-240px, 0px);
}
