/* 悬浮小窗口的样式 */
#floatWindow {
	display: none;
	/* 初始状态隐藏 */
	position: fixed;
	/* 固定定位 */
	top: 50%;
	/* 垂直居中 */
	left: 50%;
	/* 水平居中 */
	transform: translate(-50%, -50%);
	/* 调整位置 */
	width: 300px;
	/* 宽度 */
	height: 350px;
	/* 高度 */
	background-color: #000000;
	/* 背景色 */
	border: 1px solid #ccc;
	/* 边框 */
	padding: 20px;
	/* 内边距 */
	box-sizing: border-box;
	/* 盒模型 */
	z-index: 9999;
	/* 层叠顺序，确保在页面最上层 */
}



/* .user,
					.xbt {
						float: left;
						width: 50%;
					} */

input[type=text],
input[type=password] {
	/* width: 270px; */
	height: 50px;
	margin-left: 15px;
	/* margin-top: 25px; */
	padding: 1px 15px;
	border: 1px solid rgba(125, 125, 125, .15);
	border-radius: 6px;
	color: #00000F;
	letter-spacing: 2px;
	font-size: 19px;
	background: transparent;
	background-color: #FFFFFF;

}

#dayang {
	cursor: pointer;
	width: 100%;
	height: 44px;
	padding: 0;
	background: #ef4300;
	border: 1px solid #ff730e;
	border-radius: 6px;
	font-weight: 700;
	color: #fff;
	font-size: 24px;
	letter-spacing: 15px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .1);
	margin-top: 30px;
	/* 				opacity: 0.9; */
	/* 透明度 */

	margin-left: auto;
	margin-right: auto;


}


.rform {

	margin-left: auto;
	margin-right: auto;
	width: 50%;
	opacity: 0.8;
	background-color: #0000CC;
	/* 或者其他你想要的宽度 */


	/* 	position: absolute;
					top: 50%;
						left: 50%;
						transform: translate(-50%, -50%); */
}

.input {

	/* display: flex;
						align-items: center;
						justify-content: center;
		*/
	height: 80px;
}

/* 或者其他你想要的高度 */
