@charset "utf-8";

	
	.float-bottom {
		position: fixed;

		left: 0;
		right: 0;
		bottom: 0;
		z-index: 1001
	}

	.float-show {
		background-image: url(../images/black-bg.png);
		position: absolute;
		width: 100%;
		bottom: 0;
		z-index: 1002;
		display: none;
		height: 100px;
	}

	.float-show .close {
		margin-right: 10px;
		color: #fff;
		opacity: 1;
		font-size: 28px;
	}

	.float-show form {
		padding-top: 15px;
	}

	.float-show form input {
		border: none;
		margin-bottom: 10px;
		height: 30px;
		padding: 5px;
		width: 90%;
		margin-right: 10%;
	}

	.float-show form button {
		border: none;
		color: #fff;
		font-size: 20px;
		width: 70px;
		height: 70px;
		line-height: 30px;
		background-color: #E83428;
	}

	.float-hide {
		cursor: pointer;
		width: 120px;
	}

	/*ȫ����ʽ*/
	.vr_btn {
		position: absolute;
		width: 100%;
		text-align: center;
		cursor: pointer
	}

	.vr_top_btn {
		top: 0;
	}

	.vr_bottom_btn {
		bottom: 0;
	}

	.vr_sm_box {
		width: 100%;
		height: 115px;
		margin: 0 0 10px 0;
		position: relative;
		cursor: pointer
	}

	.vr_img_zzc {
		position: absolute;
		background: #000;
		width: 100%;
		height: 115px;
		opacity: 0.5
	}

	.vractive .vr_img_zzc {
		opacity: 0;
	}
