#cs {

		position: fixed;

		right: 60px;

		bottom: 60px;

		display: block;

		cursor: pointer;

	}



	.gallery {

		position: relative;

	}



	#AndroidCode img {

		width: 100%;

	}



	#IosCode img {

		width: 50%;

	}



	.contact {

		position: absolute;

		width: 100%;

		top: 0;

		left: 0;

		height: 200px;

	}



	.container .box {

		text-align: center;

		margin-top: 30px;

	}

	.float{
		position: fixed;
		right: 0;
		z-index: 9;
	}

	.fl1{
		top: 20%;
	}

	.fl2{
		top: 50%;
	}

	.float .float-img{
		width: 8vw;
		height: auto;
		cursor: pointer;
	}