body{
	background-color: #011c15;
	color: #ffffff;
}
.mui-content{
	background-color: #011c15;
	color: #ffffff;
}

.ph{
	margin-top: 12px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.ph_img{
	width: 30%;
}
.img_top{
	margin-top: 24px;
}

.div_container
{
/* 	display: flex;
	flex-direction: column;
	justify-content: center; */
	/* align-items: center; */
	width: 90%;
	margin-left: 5%;
/* 	left: 10%; */
}


.input_div{
	border: 2px solid #bfbf8b; /* 宽度 样式 颜色 */
	border-radius: 8px;
	padding: 6px 12px;
	margin-top: 24px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	
}

.country{
	width: 32px;
	height: 22px;
}

input[type=color], input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], select, textarea 
{
	background-color: #011c15;
	margin-bottom: 0px;
}

.div_btn {
	/* 设置背景图片 */
	background-image: url("../statics/Sona_Game/csbimages/btn_lv_1.png");

	/* 可选配置 */
	background-size: cover; /* 图片自适应容器，可能会裁剪 */
	background-repeat: no-repeat; /* 不重复显示图片 */
	background-position: center; /* 图片居中显示 */

	margin-top: 24px;
	width: 100%;
	height: 40px;

	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center; 
	
}

.tip_div
{
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-start;
	padding: 12px 6px;
	margin-top: 24px;
}


.tip_div_nanfei
{
	display: flex;
	/* flex-direction: row-reverse; */
	justify-content: space-between;
	padding: 12px 6px;
	margin-top: 24px;
}
.tip_div_nanfei span
{
	color: #ffc714;
	text-decoration: underline; /* 基本下划线 */
}
.tip_div span
{
	color: #ffc714;
	text-decoration: underline; /* 基本下划线 */
}

.div_item{
	border: 2px solid #bfbf8b; /* 宽度 样式 颜色 */
	border-radius: 16px;
	padding: 6px 12px;
	margin-top: 24px;
	
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.input_div_select{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
}


/* 触发按钮 */
#openBtn {
	padding: 10px 20px;
	background-color: #4285f4;
	color: white;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	font-size: 16px;
}

#openBtn:hover {
	background-color: #3367d6;
}

/* 弹出层容器 (默认隐藏) */
.popup-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5); /* 半透明遮罩 */
	display: none;
	justify-content: center;
	align-items: center;
	z-index: 9999; /* 确保在最上层 */
}

/* 弹出层内容 */
.popup-content {
	background-color: #011c15;
	width: 90%;
	max-width: 500px;
	padding: 25px;
	border-radius: 8px;
	position: relative;
	/* animation: popupFade 0.3s; */
	border: 2px solid #bfbf8b; /* 宽度 样式 颜色 */
	border-radius: 16px;
	
}

/* 弹出动画 */
/*        @keyframes popupFade {
	from {
		opacity: 0;
		transform: translateY(-20px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
} */

/* 关闭按钮 */
.close-btn {
	position: absolute;
	top: 15px;
	right: 15px;
	font-size: 20px;
	cursor: pointer;
	color: #666;
	background: none;
	border: none;
}

.close-btn:hover {
	color: #333;
}

/* 弹出层标题 */
.popup-title {
	margin-top: 0;
	color: #ffffff;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
}

/* 按钮区域 */
.popup-buttons {
	margin-top: 20px;
	text-align: right;
}

.popup-buttons button {
	padding: 8px 16px;
	margin-left: 10px;
	border-radius: 4px;
	cursor: pointer;
	font-size: 14px;
}

.cancel-btn {
	background-color: #f1f1f1;
	border: 1px solid #ddd;
	color: #333;
}

.confirm-btn {
	background-color: #00ab74;
	border: 1px solid #00ab74;
	color: white;
}

.cancel-btn:hover {
	background-color: #e5e5e5;
}

.confirm-btn:hover {
	background-color: #3367d6;
}

.mui-toast-container{
	bottom: 250px;
}


input[type=color], input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], select, textarea
 {
    line-height: 21px;
    width: 100%;
    height: 40px;
    margin-bottom: 0px;
    padding: 10px 15px;
    -webkit-user-select: text;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 3px;
    outline: 0;
    background-color: #000000;
    -webkit-appearance: none;
}