.cishu_btn {
		width: 140px;
		float: left;
		height: 30px;
		line-height: 30px;
		text-align: center;
		font-size: 12px;
		cursor: pointer;
		position: relative;
		border: 1px solid #e5e5e5;
	}

	.limit_input {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		opacity: 0;
		cursor: pointer;
	}

	.ticket_input {
		width: 80px;
	}

	.xuanze_raido1 {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity: 0;
	}



	.xuanze_btn2 {
		float: left;
		margin: 0 5px;
		margin-top: 6px;
		position: relative;
		cursor: pointer;
	}
	/*漂浮物*/

	.float-box {
		width: 320px;
		height: 579px;
		position: relative;
		left: 24px;
		top: 93px;
		z-index: 50;
		overflow: hidden;
		pointer-events: none;
	}

	.float-box li {
		position: absolute;
		top: -10%;
		list-style: none;
		display: block;
		width: 0.3rem;
		animation: downFloat 10s infinite;
		-webkit-transition-timing-function: linear;
		transition-timing-function: linear;
		z-index: 10;
	}

	.float-box li img {
		width: 100%;
	}

	@keyframes downFloat {
		0% {
			top: -20%;
		}
		100% {
			top: 110%;
		}
	}

	@keyframes upFloat {
		0% {}
		100% {}
	}





	.chuangjian_box {
		width: 670px;
		float: right;
		/* background: #fff; */
	}

	.enroll_button1 {
		height: 40px;
		margin-top: 40px;
		border-radius: 2px;
		text-align: center;
		line-height: 40px;
		font-size: 16px;
		cursor: pointer;
	}