        body {
            font-family: 'Microsoft YaHei', sans-serif;
            background-color: #f5f5f5;
        }
        #backToTopBf{
            position: fixed;
            right:0;
            bottom:20px;
        }
        #backToTopBf img{
            width:50px;
        }
        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-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;
        }
        .form-group label {
            display: inline-block;
            width: 150px;
            font-weight: bold;
            font-size: 16px;
        }
        input{
            height: 20px;
            box-sizing: content-box;
        }
        select{
            height: 20px;
            box-sizing: content-box;
        }

        #pressureDataContainer label{
            display: inline-block;
            width: 110px;
            font-weight: bold;
            font-size: 16px;
        }
        #data-input input,#data-input select {
            width: 200px;
            padding: 8px;
            border: 1px solid #ddd;
            border-radius: 4px;
        }
        .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;
        }
        .chart-container {
            width: 100%;
            margin-top: 20px;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        #time-deformation-chart, #pressure-consolidation-chart {
            width: 100%;
            height: 400px;
        }
        button {
            padding: 10px 20px;
            background-color: #45a050;
            color: white;
            border: none;
            border-radius: 4px;
            cursor: pointer;
            font-size: 16px;
        }
        button:hover {
            background-color: #4CAF50;
        }
        .button-group {
            margin: 15px 0;
            display: flex;
            gap: 10px;
        }
        .pressure-level {
            margin: 20px 0;
            padding: 15px;
            border: 1px solid #ddd;
            border-radius: 5px;
            background-color: #f9f9f9;
        }
        .pressure-level h3 {
            margin-top: 0;
            color: #333;
        }
        .delete-btn {
            background-color: #f44336 !important;
        }
        .delete-btn:hover {
            background-color: #d32f2f !important;
        }
        .table-container {
            margin: 10px 0;
        }
        .consolidation-result {
            font-weight: bold;
            color: #4CAF50;
        }
        /*wordpress设置*/
        .site-footer.footer-bar-active.footer-bar-align-center{
            display: none;
        }
        #masthead{
            display: none;
        }