body {
    font-family: 'Microsoft YaHei', sans-serif;
    background-color: #f5f5f5;
}
h1 {
    text-align: center;
    color: #333;
}
.container {
    max-width: 1100px;
    margin: 0 auto;
    background-color: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.tab-container {
    margin-bottom: 20px;
}
.tab {
    display: inline-block;
    padding: 10px 20px;
    background-color: #e0e0e0;
    border: none;
    cursor: pointer;
    font-size: 16px;
    border-radius: 5px 5px 0 0;
    margin-right: 5px;
    color: white;
}
.tab.active {
    background-color: orange;
}
.tab:disabled {
    cursor: not-allowed;
}

button {
    padding: 10px 20px;
    background-color: #45a050;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
}
.tab-content {
    display: none;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 0 5px 5px 5px;
    min-height: 600px;
}

.tab-content.active {
    display: block;
}

.form-group {
    margin-bottom: 15px;
}

#data-input label {
    display: inline-block;
    width: 180px;
    font-weight: bold;
}

#data-input input,#data-input select {
    width: 200px;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
}
#sample-type {
    box-sizing: content-box;
}

.help-text {
    color: #666;
    font-size: 14px;
    margin-top: 5px;
}


table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

th, td {
    padding: 12px;
    text-align: center;
    border-bottom: 1px solid #ddd;
}

th {
    background-color: #f2f2f2;
}

.result-section {
    margin-top: 20px;
    padding: 15px;
    background-color: #f9f9f9;
    border-radius: 5px;
}

.result-value {
    font-size: 20px;
    font-weight: bold;
    color: #4CAF50;
}

.action-buttons {
    margin-top: 20px;
    display: flex;
    gap: 10px;
}

.chart-container {
    width: 100%;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#data-chart,
#envelope-chart {
	width: 100%;
	height: 400px;
}

.picture-control-container {
    text-align: right;
}
.conclusion {
    text-align: center;
    margin-top: 20px;
}
#min_value,#max_value,#optimal-moisture,#maximum-dry-density {
    width: 100px;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-left: 10px;
}


#TableEditContainer {
    text-align: center;
    margin-top: 20px;
}

#help li {
    margin-bottom: 10px;
}

/* WordPress设置 */
.site-footer.footer-bar-active.footer-bar-align-center {
    display: none;
}

#masthead {
    display: none;
}

/*wordpress设置*/
.site-footer.footer-bar-active.footer-bar-align-center{
    display: none;
}

#masthead{
    display: none;
}