body{background: #fff}
		*{margin:0;padding:0;}
		.deck{
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			bottom: 135px;
			overflow:auto;
		}
		.deck img{
			display: block;
			margin: 0 auto;
		}
		.deck .tuli_btn{
			background: #5ad5a9;
			color: #fff;
			font-size: 24px;
			padding: 10px 15px;
			display: inline;
			position: fixed;
			bottom: 150px;
			left: 20px;
			border-radius: 5px;
		}
		.floor{
			height: 105px;
			left: 0;
			right: 0;
			bottom: 25px;
			position: absolute;
			background: url(https://m.tuniucdn.com/fb2/t1/G2/M00/D2/37/Cii-T1gQr_yIBYHAAAB9xgh1cMoAADw6ANYV4kAAH3e072.png) -5px -130px no-repeat;	
			z-index: -1;
			overflow:hidden;
		}
		.floor .container{
			width: 560px;
			height: 80px;
			margin-left: 40px;
			overflow:hidden;
			position: relative;
			top: 25px;
		}
		.floor .container ul{
			position: absolute;
			height: 80px;
			left:224px;
		}
		.floor .container ul li{
			height: 80px;
			line-height: 80px;
			width: 112px;
			text-align: center;
			float: left;
			list-style-type: none;
			font-size: 36px;
		}
		.clearBoth:after{
			content: '.',
			width:0;
			height: 0;
			line-height: 0;
			border: 0;
			visibility: hidden;
		}

		
		.left_arrow {
		    top: 52px;
		    position: absolute;
		    display: block;
		    width: 23px;
		    height: 34px;
		    left: 20px;
		    background: url(https://m.tuniucdn.com/fb2/t1/G2/M00/D2/37/Cii-T1gQr_yIBYHAAAB9xgh1cMoAADw6ANYV4kAAH3e072.png) -185px -5px no-repeat;
		    animation: left_arrow_animate 2s infinite;
		    -moz-animation: left_arrow_animate 2s infinite;
		    -webkit-animation: left_arrow_animate 2s infinite;
		    -ms-animation: left_arrow_animate 2s infinite;
		    -o-animation: left_arrow_animate 2s infinite; 
		}
		.right_arrow {
		    top: 52px;
		    position: absolute;
		    display: block;
		    width: 23px;
		    height: 34px;
		    right: 20px;
		    background: url(https://m.tuniucdn.com/fb2/t1/G2/M00/D2/37/Cii-T1gQr_yIBYHAAAB9xgh1cMoAADw6ANYV4kAAH3e072.png) -218px -5px no-repeat;
		    animation: right_arrow_animate 2s infinite;
		    -moz-animation: right_arrow_animate 2s infinite;
		    -webkit-animation: right_arrow_animate 2s infinite;
		    -ms-animation: right_arrow_animate 2s infinite;
		    -o-animation: right_arrow_animate 2s infinite; 
		}

		@keyframes left_arrow_animate {
		  from {
		    left: 40px;
		    opacity: 1; }
		  to {
		    left: 10px;
		    opacity: 0.6; } }
		@keyframes right_arrow_animate {
		  from {
		    right: 40px;
		    opacity: 1; }
		  to {
		    right: 10px;
		    opacity: 0.6; } 
		}

		.pop{
			display: none;
			background: rgba(0,0,0,0.7);
			position: absolute;
			z-index: 9999;
			left: 0;
			top: 0;
			width: 100%;
			height: 100%;
		}
		.pop img{
			position: absolute;
			top: 20%;
			width: 500px;
			height: auto;
			left: 50%;
			-webkit-transform:translate(-50%,0);
		}