@import url("public.css");

.PageLayout {
	background-color: #0a182f;
	color: #FFFFFF;
}

.log-row {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flex-auto {
	-webkit-flex: 1 1 auto;
	flex: 1 1 auto;
}

.flex-shrink-0 {
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
}

.main-box {
	border: 1px solid #44474e;
}

.login-input {
	border: 1px solid #44474e;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	outline: none;
	background-color: #0a182f;
	color: #d0d1d3;
	font-size: 14px;
}

.login-input:focus {
	border-color: #77a7ff;
}

.recharge-title {
	font-size: 12px;
	color: #d0d1d3;
}

.recharge_name {
	border: 1px solid #44474e;
	font-size: 14px;
	padding-left: 20px;
	padding-right: 20px;
	cursor: pointer;
	position: relative;
}

.recharge_name:hover {
	border-color: #77a7ff;
	background-color: rgba(119, 167, 255, .3);
}

.pay {
	background-color: #FFFFFF;
}

.r_on {
	border-color: #77a7ff;
	color: #77a7ff;
}

.money-tag {
	position: absolute;
	top: -10px;
	right: -5px;
	padding: 0 5px;
	font-size: 12px;
	background-color: #ff7b2c;
	color: #FFFFFF;
}

.pay-amount {
	font-size: 16px;
	color: #FF0000;
}

.tips-title span {
	position: relative;
	font-size: 14px;
	padding: 5px 0;
}

.tips-title span::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #77a7ff;
}

.tips-content {
	font-size: 14px;
}

.reg-title {
	color: #77a7ff;
	font-size: 12px;
	margin-left: 10px;
}