/* public css */
body{
	background-color: #fff;
	/* 隐藏滚动条 */
	scrollbar-width: none; /* Firefox */
	-ms-overflow-style: none; /* IE and Edge */
}
body::-webkit-scrollbar {
	display: none; /* Chrome, Safari and Opera */
}

body,html{
	height: 100%;
	/* 隐藏滚动条 */
	scrollbar-width: none; /* Firefox */
	-ms-overflow-style: none; /* IE and Edge */
}
html::-webkit-scrollbar {
	display: none; /* Chrome, Safari and Opera */
}

/* 页面头部栏样式 */
.page-header {
	position: fixed;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 750rem;
	background-color: #2A4545;
	color: #fff;
	z-index: 1000;
	box-shadow: 0 2px 4px rgba(42, 69, 69, 0.1);
}

.header-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px 20px;
	padding-left: 10rem; /* 左边距10rem */
	width: 100%;
}

.back-btn {
	display: flex;
	align-items: center;
	gap: 8px;
	background: none;
	border: none;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
	padding: 8px 12px;
	border-radius: 6px;
	transition: background-color 0.2s ease;
}

.back-btn:hover {
	background-color: rgba(255, 255, 255, 0.1);
}

.back-btn svg {
	width: 20px;
	height: 20px;
}

.page-title {
	font-size: 18px;
	font-weight: 600;
	margin: 0;
	text-align: center;
	flex: 1;
}

.header-spacer {
	width: 80px; /* 与返回按钮宽度保持一致，确保标题居中 */
}


.pic-box{
	display: flex;
	justify-content: center;
	align-items: center;
}


.pic-box img{
	height: auto;
	width: 100%;
}

.wrapper{
	width: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto auto;
	left: 0;
	right: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.appwrapper{
	width: 750rem;
	margin: 0  auto;
	border: 1px #eee solid;
	height: 100%;
	position: relative;
	overflow-x: hidden;
}



.container{
	width: 100%;
	padding: 15rem;
	padding-top: 80px; /* 避免被固定头部遮挡 */
	padding-bottom: 100rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 100%;
}


.btubox{
	width: 100%;
	margin-top: 30rem;
}

.btubox button{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 450rem;
	height: 70rem;
	background-color: #2A4545;
	color: #fff;
	text-align: center;
	margin: 30rem auto;
	font-size: 28rem;
	border-radius: 10rem;
	border: none;
	cursor: pointer;
}
.btubox button a{
	display: block;
	width: 100%;
	height: 100%;
}
/* public css end */
/* header css */
header{
	height: 100rem;
	width: 750rem;
}

.head{
	background: #2A4545;
	height: 80rem;
	line-height: 80rem;
	position: fixed;
	top: 0;
	left: 0;
	width: 750rem;
	margin: auto;
	right: 0;
	font-size: 34rem;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

/* login css */

.loginwrap{
	width: 100%;
	padding-bottom: 0;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	overflow: hidden;
	margin: auto;
	margin-top: 80rem;
	min-height: calc(100vh - 80rem);
}

.logo{
	width: 200rem;
	margin-bottom: 30rem;
}
.loginwrap label{
	letter-spacing: 5rem;
}
.loginwrap .putbox{
	margin: 20rem;
	font-size: 30rem;
	line-height: 60rem;
	width: 450rem;
}
.loginwrap .putbox input{
	border: 1px #ccc solid;
	padding: 15rem;
	width: 100%;
	font-size: 28rem;
}
/* build from css */
.pername{
	font-size: 32rem;
}

.datebox{
	margin: 40rem auto;
	font-size: 28rem;
}


.formlist{
	width: 700rem;
	margin: 0 auto;
	margin-bottom: 80rem;
}


.formlist>ul:nth-child(1){
	background-color: #009aff;
	color: #fff;
}
.formlist>ul:nth-child(1) li{
	border: 2rem #fff solid;
	font-weight: bold;
}

.formlist>ul{
	display: flex;
	font-size: 28rem;
	text-align: center;
}

.formlist>ul li{
	border: 2rem #ccc solid;
	width: 25%;
	min-height: 60rem;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.formlist>ul li input{
	width: 100%;
	text-align: center;
}

.placeselect-lock{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #0000005e;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index:555;
}

.placeselect{
	position: fixed;
	top: 50%;
    left: 50%;
	width: 630rem;
    padding:.5rem;
	position: absolute;
	transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
	z-index:666;
	overflow:hidden;
}

.placeselect ul{
	background-color: #fff;
	width: 600rem;
	margin: 0 auto;
	height: 400rem;
	overflow: auto;
	text-align: left;
	font-size: 30rem;
	padding: 40rem;
	border-radius: 15rem;
	box-shadow: 0 0 5rem #ccc;
}

.placeselect ul li{
	line-height: 80rem;
	border-bottom: 1px #009aff3b solid;
}

.placeselect .showbox{
	background-color: #fff;
	border-radius: 15rem;
	padding:20px 0;
}

.placeelect .searchbox{
	padding:0 10px;
	margin-bottom:10px;
	border-bottom:1px solid #ccc;
}
.placeelect .searchbox input{
	width:80%;
	height:50px;
	text-align:center;
	border:1px solid #ccc;
}
.totalbox{
	display: flex;
	width: 100%;
	justify-content: space-evenly;
	font-size: 32rem;
	margin-bottom: 20rem;
}
.placeselect .addbox{
	width: 550rem;
	margin: 30rem auto;
	display: flex;
	flex-direction: column;
	font-size: 30rem;
}
.placeselect .addbox button{
	background:#009aff;
	color:#fff;
	padding:10rem 0;
	border-radius:10rem;
}
.placeselect .addbox input{
	text-align: center;
	padding: 10rem 0;
	border: 1rem #ccc solid;
	margin-bottom: 20rem;
}
/* list show css */
.topnav{
	/*left: 0;*/
	/*top: 0;*/
	margin: 0 auto;
	/*right: 0;*/
	/*position: fixed;*/
	background-color: #fff;
	width: 750rem;
	display: flex;
	justify-content: space-around;
	z-index: 999;
	border-bottom: 1rem #fff solid;
}
.topnav>li{
	margin-top:20rem;
	/*width: 50%;*/
	border-radius:20rem;
	border:1px solid #000;
	background-color: #fff;
	height: 60rem;
	padding:0 10rem;
	line-height: 60rem;
	color: #000;
	font-size: 28rem;
	letter-spacing: 6rem;
	text-align: center;
	position: relative;
}
.topnav>li:after{
	width:2rem;
	height: 60%;
	background: #ffffffa8;
	content:'';
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.topnav .action{
	color:#fff;
	border:0;
	background:#009aff;
}


.listshow{
	display: flex;
	flex-wrap: wrap;
}
.listshow .showitem{
	width: 48%;
	margin:0 1% 20rem 1%;
	/*background-color: #009aff;*/
	color: #000;
	border:1px solid #000;
	font-size: 30rem;
	padding: 10rem;
	border-radius: 10rem;
	position: relative;
}
.listshow .showitem a{
	display: block;
	width:100%;
	height:100%;
}
.listshow .showitem .title{
	line-height: 45rem;
}
.listshow .showitem .title p{
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.listshow .showitem .title p:nth-child(2){
	font-size: 26rem;
	opacity: 0.8;
}
.listshow .showitem .numshow{
	display: flex;
	margin-top: 10rem;
	font-size: 26rem;
	justify-content: space-between;
	flex-direction: column;
}
.listshow .showitem .title .state{float:right; margin-right: 2rem; color:red;}
.listshow .showitem .state{text-align: right;margin-top: 10rem; color:green;}
footer{
	height: 130rem;
	color:#fff;
	font-size: 26rem;
}


footer .foot{
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	height: 130rem;
	width: 750rem;
	display: flex;
	justify-content: space-between;
	background-color: #009aff;
	align-items: flex-start;
	padding: 20rem;
	margin: auto;
	padding-top: 10rem;
	border-top: 1rem #ffffffc9 solid;
}


footer .foot a{
	display: flex;
	flex-direction: column;
	height: 100%;
	width: 30%;
	align-items: center;
	justify-content: flex-start;
}

footer .foot .pic-box{
	width: 40rem;
	margin-bottom: 10rem;
}

/* 辅助类 */
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

/* 按钮样式 */
.btn-primary {
	background-color: #2A4545;
	color: #fff;
	border: none;
	cursor: pointer;
	padding: 15rem 30rem;
	font-size: 28rem;
	border-radius: 8rem;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	transition: background-color 0.3s ease;
	line-height: 1.2;
	vertical-align: middle;
}

.btn-primary:hover {
	background-color: #1A2F2F;
}

.btn-secondary {
	background-color: #7D8C8C;
	color: #fff;
	border: none;
	cursor: pointer;
	padding: 15rem 30rem;
	font-size: 28rem;
	border-radius: 8rem;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	transition: background-color 0.3s ease;
	line-height: 1.2;
	vertical-align: middle;
}

.btn-secondary:hover {
	background-color: #6A7575;
}

.btn-danger {
	background-color: #dc3545;
	color: #fff;
	border: none;
	cursor: pointer;
	padding: 15rem 30rem;
	font-size: 28rem;
	border-radius: 8rem;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	transition: background-color 0.3s ease;
	line-height: 1.2;
	vertical-align: middle;
}

.btn-danger:hover {
	background-color: #c82333;
}

.btn-outline {
	background-color: transparent;
	color: #2A4545;
	border: 1px solid #2A4545;
	cursor: pointer;
	padding: 15rem 30rem;
	font-size: 28rem;
	border-radius: 8rem;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	transition: all 0.3s ease;
	line-height: 1.2;
	vertical-align: middle;
}

.btn-outline:hover {
	background-color: #2A4545;
	color: #fff;
}

.btn-primary:disabled,
.btn-secondary:disabled,
.btn-danger:disabled,
.btn-outline:disabled {
	opacity: 0.6;
	cursor: not-allowed;
}

/* 登录操作区域样式 */
.login-actions {
	margin-top: 40rem;
	display: flex;
	flex-direction: column;
	gap: 20rem;
	align-items: center;
}

.login-actions .btn {
	width: 450rem;
	height: 70rem;
	line-height: 70rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* 表格样式优化 */
.table-header {
	background-color: #2A4545;
	color: #fff;
	font-weight: bold;
	display: flex;
	font-size: 28rem;
	text-align: center;
}

.table-header > div {
	border: 2rem #ccc solid;
	width: 25%;
	min-height: 60rem;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.table-row {
	display: flex;
	font-size: 28rem;
	text-align: center;
}

.table-row > div {
	border: 2rem #ccc solid;
	width: 25%;
	min-height: 60rem;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.table-row input {
	width: 100%;
	text-align: center;
	border: none;
	background: transparent;
}

.project-select-btn {
	background: none;
	border: none;
	cursor: pointer;
	width: 100%;
	height: 100%;
}

/* 表单优化 */
form {
	width: 100%;
}

.putbox label {
	display: block;
	margin-bottom: 10rem;
	font-weight: bold;
	color: #333;
}

.putbox input:focus {
	outline: 2px solid #009aff;
	outline-offset: 2px;
}

/* 导航优化 */
.topnav button {
	border: none;
	background: transparent;
	cursor: pointer;
}

.topnav button:focus {
	outline: 2px solid #009aff;
	outline-offset: 2px;
}

/* 链接优化 */
a:focus {
	outline: 2px solid #009aff;
	outline-offset: 2px;
}

/* 图片优化 */
img {
	max-width: 100%;
	height: auto;
}

/* 响应式优化 */
@media (max-width: 768px) {
	.appwrapper {
		width: 100%;
		border: none;
	}
	
	.container {
		padding: 10rem;
	}
}

/* 全局隐藏滚动条样式 */
* {
	scrollbar-width: none; /* Firefox */
	-ms-overflow-style: none; /* IE and Edge */
}

*::-webkit-scrollbar {
	display: none; /* Chrome, Safari and Opera */
}

/* 隐藏滚动条通用类 */
.hide-scrollbar {
	scrollbar-width: none; /* Firefox */
	-ms-overflow-style: none; /* IE and Edge */
}

.hide-scrollbar::-webkit-scrollbar {
	display: none; /* Chrome, Safari and Opera */
}