.input-header-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.input-title {
    color: #111;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}

body {
    font-family: Arial, sans-serif;
    background-color: #000;
    min-height: 100vh;
    margin: 0;
}

.input-unit-label {
    text-align: right;
    color: #888;
    font-size: 15px;
    margin-top: 4px;
    margin-bottom: 2px;
    padding-right: 2px;
}

.container {
    background-color: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    width: 90%;
    max-width: 960px;
    margin: 0 auto;
}

h2 {
    text-align: center;
    color: #333;
    margin-bottom: 18px;
}

.input-area {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-bottom: 20px;
}

.input-row {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.input-row label {
    width: 80px;
    text-align: left;
    margin-right: 10px;
    color: #333;
    font-weight: bold;
}

.input-row input {
    flex: 1;
    padding: 10px 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    text-align: center;
}

.divider {
    height: 2px;
    background-color: rgba(0, 119, 255, 0.2);
    margin: 20px 0;
}

.input-row select {
    flex: 1;
    padding: 10px 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    text-align: center;
    appearance: none;
    /* 移除默认的下拉箭头 */
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M287%2C197.3L159.3%2C69.6c-3.6-3.6-8.6-5.4-13.7-5.4s-10.1%2C1.8-13.7%2C5.4L5.4%2C197.3c-7.2%2C7.2-7.2%2C18.8%2C0%2C26.1c3.6%2C3.6%2C8.6%2C5.4%2C13.7%2C5.4s10.1%2C1.8%2C13.7%2C5.4L145.6%2C98.8c3.6-3.6%2C8.6-5.4%2C13.7-5.4s10.1%2C1.8%2C13.7%2C5.4L287%2C223.4c7.2%2C7.2%2C7.2%2C18.8%2C0%2C26.1c-3.6%2C3.6-8.6%2C5.4-13.7%2C5.4s-10.1%2C1.8-13.7%2C5.4L287%2C197.3z%22%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 12px;
}

.button-area {
    display: flex;
    flex-direction: row;
    gap: 16px;
    margin: 25px 0 16px 0;
}

.button-area button {
    flex: 1;
    margin: 0 8px;
    padding: 10px 0;
    font-size: 16px;
    border: none;
    border-radius: 6px;
    background: #409eff;
    color: #fff;
    cursor: pointer;
    transition: background 0.2s;
}

.button-area button#clearBtn {
    background: #e6a23c;
}

.button-area button:active {
    opacity: 0.85;
}

.result-area {
    margin-top: 16px;
}

#resultTable {
    width: 100%;
    border-collapse: collapse;
    background: #fafbfc;
    border-radius: 8px;
    overflow: hidden;
}

#resultTable th,
#resultTable td {
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px solid #eee;
    font-size: 15px;
}

#resultTable th {
    background: #f0f4fa;
    color: #666;
}

#resultTable tr:last-child td {
    border-bottom: none;
}

@media (max-width: 480px) {
    .container {
        padding: 12px 2vw 18px 2vw;
        max-width: 98vw;
    }

    .input-area input {
        width: 60px;
    }

    .button-area button {
        font-size: 15px;
        padding: 8px 0;
    }

    #resultTable th,
    #resultTable td {
        font-size: 14px;
        padding: 7px 0;
    }
}

.button-area button:active {
    opacity: 0.85;
}

.result-area {
    margin-top: 16px;
}

#resultTable {
    width: 100%;
    border-collapse: collapse;
    background: #fafbfc;
    border-radius: 8px;
    overflow: hidden;
}

#resultTable th,
#resultTable td {
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px solid #eee;
    font-size: 15px;
}

#resultTable th {
    background: #f0f4fa;
    color: #666;
}

#resultTable tr:last-child td {
    border-bottom: none;
}

@media (max-width: 480px) {
    .container {
        padding: 12px 2vw 18px 2vw;
        max-width: 98vw;
    }

    .input-area input {
        width: 60px;
    }

    .button-area button {
        font-size: 15px;
        padding: 8px 0;
    }

    #resultTable th,
    #resultTable td {
        font-size: 14px;
        padding: 7px 0;
    }
}

.button-area button:active {
    opacity: 0.85;
}

.result-area {
    margin-top: 16px;
}

#resultTable {
    width: 100%;
    border-collapse: collapse;
    background: #fafbfc;
    border-radius: 8px;
    overflow: hidden;
}

#resultTable th,
#resultTable td {
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px solid #eee;
    font-size: 15px;
}

#resultTable th {
    background: #f0f4fa;
    color: #666;
}

#resultTable tr:last-child td {
    border-bottom: none;
}

@media (max-width: 480px) {
    .container {
        padding: 12px 2vw 18px 2vw;
        max-width: 98vw;
    }

    .input-area input {
        width: 60px;
    }

    .button-area button {
        font-size: 15px;
        padding: 8px 0;
    }

    #resultTable th,
    #resultTable td {
        font-size: 14px;
        padding: 7px 0;
    }
}

.button-area button:active {
    opacity: 0.85;
}

.result-area {
    margin-top: 16px;
}

#resultTable {
    width: 100%;
    border-collapse: collapse;
    background: #fafbfc;
    border-radius: 8px;
    overflow: hidden;
}

#resultTable th,
#resultTable td {
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px solid #eee;
    font-size: 15px;
}

#resultTable th {
    background: #f0f4fa;
    color: #666;
}

#resultTable tr:last-child td {
    border-bottom: none;
}

@media (max-width: 480px) {
    .container {
        padding: 12px 2vw 18px 2vw;
        max-width: 98vw;
    }

    .input-area input {
        width: 60px;
    }

    .button-area button {
        font-size: 15px;
        padding: 8px 0;
    }

    #resultTable th,
    #resultTable td {
        font-size: 14px;
        padding: 7px 0;
    }
}

.button-area button:active {
    opacity: 0.85;
}

.result-area {
    margin-top: 16px;
}

#resultTable {
    width: 100%;
    border-collapse: collapse;
    background: #fafbfc;
    border-radius: 8px;
    overflow: hidden;
}

#resultTable th,
#resultTable td {
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px solid #eee;
    font-size: 15px;
}

#resultTable th {
    background: #f0f4fa;
    color: #666;
}

#resultTable tr:last-child td {
    border-bottom: none;
}

@media (max-width: 480px) {
    .container {
        padding: 12px 2vw 18px 2vw;
        max-width: 98vw;
    }

    .input-area input {
        width: 60px;
    }

    .button-area button {
        font-size: 15px;
        padding: 8px 0;
    }

    #resultTable th,
    #resultTable td {
        font-size: 14px;
        padding: 7px 0;
    }
}

.button-area button:active {
    opacity: 0.85;
}

.result-area {
    margin-top: 16px;
}

#resultTable {
    width: 100%;
    border-collapse: collapse;
    background: #fafbfc;
    border-radius: 8px;
    overflow: hidden;
}

#resultTable th,
#resultTable td {
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px solid #eee;
    font-size: 15px;
}

#resultTable th {
    background: #f0f4fa;
    color: #666;
}

#resultTable tr:last-child td {
    border-bottom: none;
}

@media (max-width: 480px) {
    .container {
        padding: 12px 2vw 18px 2vw;
        max-width: 98vw;
    }

    .input-area input {
        width: 60px;
    }

    .button-area button {
        font-size: 15px;
        padding: 8px 0;
    }

    #resultTable th,
    #resultTable td {
        font-size: 14px;
        padding: 7px 0;
    }
}

.button-area button:active {
    opacity: 0.85;
}

.result-area {
    margin-top: 16px;
}

#resultTable {
    width: 100%;
    border-collapse: collapse;
    background: #fafbfc;
    border-radius: 8px;
    overflow: hidden;
}

#resultTable th,
#resultTable td {
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px solid #eee;
    font-size: 15px;
}

#resultTable th {
    background: #f0f4fa;
    color: #666;
}

#resultTable tr:last-child td {
    border-bottom: none;
}

@media (max-width: 480px) {
    .container {
        padding: 12px 2vw 18px 2vw;
        max-width: 98vw;
    }

    .input-area input {
        width: 60px;
    }

    .button-area button {
        font-size: 15px;
        padding: 8px 0;
    }

    #resultTable th,
    #resultTable td {
        font-size: 14px;
        padding: 7px 0;
    }
}

.button-area button:active {
    opacity: 0.85;
}

.result-area {
    margin-top: 16px;
}

#resultTable {
    width: 100%;
    border-collapse: collapse;
    background: #fafbfc;
    border-radius: 8px;
    overflow: hidden;
}

#resultTable th,
#resultTable td {
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px solid #eee;
    font-size: 15px;
}

#resultTable th {
    background: #f0f4fa;
    color: #666;
}

#resultTable tr:last-child td {
    border-bottom: none;
}

@media (max-width: 480px) {
    .container {
        padding: 12px 2vw 18px 2vw;
        max-width: 98vw;
    }

    .input-area input {
        width: 60px;
    }

    .button-area button {
        font-size: 15px;
        padding: 8px 0;
    }

    #resultTable th,
    #resultTable td {
        font-size: 14px;
        padding: 7px 0;
    }
}

.button-area button:active {
    opacity: 0.85;
}

.result-area {
    margin-top: 16px;
}

#resultTable {
    width: 100%;
    border-collapse: collapse;
    background: #fafbfc;
    border-radius: 8px;
    overflow: hidden;
}

#resultTable th,
#resultTable td {
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px solid #eee;
    font-size: 15px;
}

#resultTable th {
    background: #f0f4fa;
    color: #666;
}

#resultTable tr:last-child td {
    border-bottom: none;
}

@media (max-width: 480px) {
    .container {
        padding: 12px 2vw 18px 2vw;
        max-width: 98vw;
    }

    .input-area input {
        width: 60px;
    }

    .button-area button {
        font-size: 15px;
        padding: 8px 0;
    }

    #resultTable th,
    #resultTable td {
        font-size: 14px;
        padding: 7px 0;
    }
}

.button-area button:active {
    opacity: 0.85;
}

.result-area {
    margin-top: 16px;
}

#resultTable {
    width: 100%;
    border-collapse: collapse;
    background: #fafbfc;
    border-radius: 8px;
    overflow: hidden;
}

#resultTable th,
#resultTable td {
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px solid #eee;
    font-size: 15px;
}

#resultTable th {
    background: #f0f4fa;
    color: #666;
}

#resultTable tr:last-child td {
    border-bottom: none;
}

@media (max-width: 480px) {
    .container {
        padding: 12px 2vw 18px 2vw;
        max-width: 98vw;
    }

    .input-area input {
        width: 60px;
    }

    .button-area button {
        font-size: 15px;
        padding: 8px 0;
    }

    #resultTable th,
    #resultTable td {
        font-size: 14px;
        padding: 7px 0;
    }
}

.button-area button:active {
    opacity: 0.85;
}

.result-area {
    margin-top: 16px;
}

#resultTable {
    width: 100%;
    border-collapse: collapse;
    background: #fafbfc;
    border-radius: 8px;
    overflow: hidden;
}

#resultTable th,
#resultTable td {
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px solid #eee;
    font-size: 15px;
}

#resultTable th {
    background: #f0f4fa;
    color: #666;
}

#resultTable tr:last-child td {
    border-bottom: none;
}

@media (max-width: 480px) {
    .container {
        padding: 12px 2vw 18px 2vw;
        max-width: 98vw;
    }

    .input-area input {
        width: 60px;
    }

    .button-area button {
        font-size: 15px;
        padding: 8px 0;
    }

    #resultTable th,
    #resultTable td {
        font-size: 14px;
        padding: 7px 0;
    }
}

.button-area button:active {
    opacity: 0.85;
}

.result-area {
    margin-top: 16px;
}

#resultTable {
    width: 100%;
    border-collapse: collapse;
    background: #fafbfc;
    border-radius: 8px;
    overflow: hidden;
}

#resultTable th,
#resultTable td {
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px solid #eee;
    font-size: 15px;
}

#resultTable th {
    background: #f0f4fa;
    color: #666;
}

#resultTable tr:last-child td {
    border-bottom: none;
}

@media (max-width: 480px) {
    .container {
        padding: 12px 2vw 18px 2vw;
        max-width: 98vw;
    }

    .input-area input {
        width: 60px;
    }

    .button-area button {
        font-size: 15px;
        padding: 8px 0;
    }

    #resultTable th,
    #resultTable td {
        font-size: 14px;
        padding: 7px 0;
    }
}

.button-area button:active {
    opacity: 0.85;
}

.result-area {
    margin-top: 16px;
}

#resultTable {
    width: 100%;
    border-collapse: collapse;
    background: #fafbfc;
    border-radius: 8px;
    overflow: hidden;
}

#resultTable th,
#resultTable td {
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px solid #eee;
    font-size: 15px;
}

#resultTable th {
    background: #f0f4fa;
    color: #666;
}

#resultTable tr:last-child td {
    border-bottom: none;
}

@media (max-width: 480px) {
    .container {
        padding: 12px 2vw 18px 2vw;
        max-width: 98vw;
    }

    .input-area input {
        width: 60px;
    }

    .button-area button {
        font-size: 15px;
        padding: 8px 0;
    }

    #resultTable th,
    #resultTable td {
        font-size: 14px;
        padding: 7px 0;
    }
}

.button-area button:active {
    opacity: 0.85;
}

.result-area {
    margin-top: 16px;
}

#resultTable {
    width: 100%;
    border-collapse: collapse;
    background: #fafbfc;
    border-radius: 8px;
    overflow: hidden;
}

#resultTable th,
#resultTable td {
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px solid #eee;
    font-size: 15px;
}

#resultTable th {
    background: #f0f4fa;
    color: #666;
}

#resultTable tr:last-child td {
    border-bottom: none;
}

@media (max-width: 480px) {
    .container {
        padding: 12px 2vw 18px 2vw;
        max-width: 98vw;
    }

    .input-area input {
        width: 60px;
    }

    .button-area button {
        font-size: 15px;
        padding: 8px 0;
    }

    #resultTable th,
    #resultTable td {
        font-size: 14px;
        padding: 7px 0;
    }
}

.button-area button:active {
    opacity: 0.85;
}

.result-area {
    margin-top: 16px;
}

#resultTable {
    width: 100%;
    border-collapse: collapse;
    background: #fafbfc;
    border-radius: 8px;
    overflow: hidden;
}

#resultTable th,
#resultTable td {
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px solid #eee;
    font-size: 15px;
}

#resultTable th {
    background: #f0f4fa;
    color: #666;
}

#resultTable tr:last-child td {
    border-bottom: none;
}

@media (max-width: 480px) {
    .container {
        padding: 12px 2vw 18px 2vw;
        max-width: 98vw;
    }

    .input-area input {
        width: 60px;
    }

    .button-area button {
        font-size: 15px;
        padding: 8px 0;
    }

    #resultTable th,
    #resultTable td {
        font-size: 14px;
        padding: 7px 0;
    }
}

.button-area button:active {
    opacity: 0.85;
}

.result-area {
    margin-top: 16px;
}

#resultTable {
    width: 100%;
    border-collapse: collapse;
    background: #fafbfc;
    border-radius: 8px;
    overflow: hidden;
}

#resultTable th,
#resultTable td {
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px solid #eee;
    font-size: 15px;
}

#resultTable th {
    background: #f0f4fa;
    color: #666;
}

#resultTable tr:last-child td {
    border-bottom: none;
}

@media (max-width: 480px) {
    .container {
        padding: 12px 2vw 18px 2vw;
        max-width: 98vw;
    }

    .input-area input {
        width: 60px;
    }

    .button-area button {
        font-size: 15px;
        padding: 8px 0;
    }

    #resultTable th,
    #resultTable td {
        font-size: 14px;
        padding: 7px 0;
    }
}

.button-area button:active {
    opacity: 0.85;
}

.result-area {
    margin-top: 16px;
}

#resultTable {
    width: 100%;
    border-collapse: collapse;
    background: #fafbfc;
    border-radius: 8px;
    overflow: hidden;
}

#resultTable th,
#resultTable td {
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px solid #eee;
    font-size: 15px;
}

#resultTable th {
    background: #f0f4fa;
    color: #666;
}

#resultTable tr:last-child td {
    border-bottom: none;
}

@media (max-width: 480px) {
    .container {
        padding: 12px 2vw 18px 2vw;
        max-width: 98vw;
    }

    .input-area input {
        width: 60px;
    }

    .button-area button {
        font-size: 15px;
        padding: 8px 0;
    }

    #resultTable th,
    #resultTable td {
        font-size: 14px;
        padding: 7px 0;
    }
}

.button-area button:active {
    opacity: 0.85;
}

.result-area {
    margin-top: 16px;
}

#resultTable {
    width: 100%;
    border-collapse: collapse;
    background: #fafbfc;
    border-radius: 8px;
    overflow: hidden;
}

#resultTable th,
#resultTable td {
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px solid #eee;
    font-size: 15px;
}

#resultTable th {
    background: #f0f4fa;
    color: #666;
}

#resultTable tr:last-child td {
    border-bottom: none;
}

@media (max-width: 480px) {
    .container {
        padding: 12px 2vw 18px 2vw;
        max-width: 98vw;
    }

    .input-area input {
        width: 60px;
    }

    .button-area button {
        font-size: 15px;
        padding: 8px 0;
    }

    #resultTable th,
    #resultTable td {
        font-size: 14px;
        padding: 7px 0;
    }
}

.button-area button:active {
    opacity: 0.85;
}

.result-area {
    margin-top: 16px;
}

#resultTable {
    width: 100%;
    border-collapse: collapse;
    background: #fafbfc;
    border-radius: 8px;
    overflow: hidden;
}

#resultTable th,
#resultTable td {
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px solid #eee;
    font-size: 15px;
}

#resultTable th {
    background: #f0f4fa;
    color: #666;
}

#resultTable tr:last-child td {
    border-bottom: none;
}

@media (max-width: 480px) {
    .container {
        padding: 12px 2vw 18px 2vw;
        max-width: 98vw;
    }

    .input-area input {
        width: 60px;
    }

    .button-area button {
        font-size: 15px;
        padding: 8px 0;
    }

    #resultTable th,
    #resultTable td {
        font-size: 14px;
        padding: 7px 0;
    }
}

.button-area button:active {
    opacity: 0.85;
}

.result-area {
    margin-top: 16px;
}

#resultTable {
    width: 100%;
    border-collapse: collapse;
    background: #fafbfc;
    border-radius: 8px;
    overflow: hidden;
}

#resultTable th,
#resultTable td {
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px solid #eee;
    font-size: 15px;
}

#resultTable th {
    background: #f0f4fa;
    color: #666;
}

#resultTable tr:last-child td {
    border-bottom: none;
}

@media (max-width: 480px) {
    .container {
        padding: 12px 2vw 18px 2vw;
        max-width: 98vw;
    }

    .input-area input {
        width: 60px;
    }

    .button-area button {
        font-size: 15px;
        padding: 8px 0;
    }

    #resultTable th,
    #resultTable td {
        font-size: 14px;
        padding: 7px 0;
    }
}

.button-area button:active {
    opacity: 0.85;
}

.result-area {
    margin-top: 16px;
}

#resultTable {
    width: 100%;
    border-collapse: collapse;
    background: #fafbfc;
    border-radius: 8px;
    overflow: hidden;
}

#resultTable th,
#resultTable td {
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px solid #eee;
    font-size: 15px;
}

#resultTable th {
    background: #f0f4fa;
    color: #666;
}

#resultTable tr:last-child td {
    border-bottom: none;
}

@media (max-width: 480px) {
    .container {
        padding: 12px 2vw 18px 2vw;
        max-width: 98vw;
    }

    .input-area input {
        width: 60px;
    }

    .button-area button {
        font-size: 15px;
        padding: 8px 0;
    }

    #resultTable th,
    #resultTable td {
        font-size: 14px;
        padding: 7px 0;
    }
}

.button-area button:active {
    opacity: 0.85;
}

.result-area {
    margin-top: 16px;
}

#resultTable {
    width: 100%;
    border-collapse: collapse;
    background: #fafbfc;
    border-radius: 8px;
    overflow: hidden;
}

#resultTable th,
#resultTable td {
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px solid #eee;
    font-size: 15px;
}

#resultTable th {
    background: #f0f4fa;
    color: #666;
}

#resultTable tr:last-child td {
    border-bottom: none;
}

@media (max-width: 480px) {
    .container {
        padding: 12px 2vw 18px 2vw;
        max-width: 98vw;
    }

    .input-area input {
        width: 60px;
    }

    .button-area button {
        font-size: 15px;
        padding: 8px 0;
    }

    #resultTable th,
    #resultTable td {
        font-size: 14px;
        padding: 7px 0;
    }
}

.button-area button:active {
    opacity: 0.85;
}

.result-area {
    margin-top: 16px;
}

#resultTable {
    width: 100%;
    border-collapse: collapse;
    background: #fafbfc;
    border-radius: 8px;
    overflow: hidden;
}

#resultTable th,
#resultTable td {
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px solid #eee;
    font-size: 15px;
}

#resultTable th {
    background: #f0f4fa;
    color: #666;
}

#resultTable tr:last-child td {
    border-bottom: none;
}

@media (max-width: 480px) {
    .container {
        padding: 12px 2vw 18px 2vw;
        max-width: 98vw;
    }

    .input-area input {
        width: 60px;
    }

    .button-area button {
        font-size: 15px;
        padding: 8px 0;
    }

    #resultTable th,
    #resultTable td {
        font-size: 14px;
        padding: 7px 0;
    }
}

.button-area button:active {
    opacity: 0.85;
}

.result-area {
    margin-top: 16px;
}

#resultTable {
    width: 100%;
    border-collapse: collapse;
    background: #fafbfc;
    border-radius: 8px;
    overflow: hidden;
}

#resultTable th,
#resultTable td {
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px solid #eee;
    font-size: 15px;
}

#resultTable th {
    background: #f0f4fa;
    color: #666;
}

#resultTable tr:last-child td {
    border-bottom: none;
}

@media (max-width: 480px) {
    .container {
        padding: 12px 2vw 18px 2vw;
        max-width: 98vw;
    }

    .input-area input {
        width: 60px;
    }

    .button-area button {
        font-size: 15px;
        padding: 8px 0;
    }

    #resultTable th,
    #resultTable td {
        font-size: 14px;
        padding: 7px 0;
    }
}

.button-area button:active {
    opacity: 0.85;
}

.result-area {
    margin-top: 16px;
}

#resultTable {
    width: 100%;
    border-collapse: collapse;
    background: #fafbfc;
    border-radius: 8px;
    overflow: hidden;
}

#resultTable th,
#resultTable td {
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px solid #eee;
    font-size: 15px;
}

#resultTable th {
    background: #f0f4fa;
    color: #666;
}

#resultTable tr:last-child td {
    border-bottom: none;
}

@media (max-width: 480px) {
    .container {
        padding: 12px 2vw 18px 2vw;
        max-width: 98vw;
    }

    .input-area input {
        width: 60px;
    }

    .button-area button {
        font-size: 15px;
        padding: 8px 0;
    }

    #resultTable th,
    #resultTable td {
        font-size: 14px;
        padding: 7px 0;
    }
}

.button-area button:active {
    opacity: 0.85;
}

.result-area {
    margin-top: 16px;
}

#resultTable {
    width: 100%;
    border-collapse: collapse;
    background: #fafbfc;
    border-radius: 8px;
    overflow: hidden;
}

#resultTable th,
#resultTable td {
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px solid #eee;
    font-size: 15px;
}

#resultTable th {
    background: #f0f4fa;
    color: #666;
}

#resultTable tr:last-child td {
    border-bottom: none;
}

@media (max-width: 480px) {
    .container {
        padding: 12px 2vw 18px 2vw;
        max-width: 98vw;
    }

    .input-area input {
        width: 60px;
    }

    .button-area button {
        font-size: 15px;
        padding: 8px 0;
    }

    #resultTable th,
    #resultTable td {
        font-size: 14px;
        padding: 7px 0;
    }
}

.button-area button:active {
    opacity: 0.85;
}

.result-area {
    margin-top: 16px;
}

#resultTable {
    width: 100%;
    border-collapse: collapse;
    background: #fafbfc;
    border-radius: 8px;
    overflow: hidden;
}

#resultTable th,
#resultTable td {
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px solid #eee;
    font-size: 15px;
}

#resultTable th {
    background: #f0f4fa;
    color: #666;
}

#resultTable tr:last-child td {
    border-bottom: none;
}

@media (max-width: 480px) {
    .container {
        padding: 12px 2vw 18px 2vw;
        max-width: 98vw;
    }

    .input-area input {
        width: 60px;
    }

    .button-area button {
        font-size: 15px;
        padding: 8px 0;
    }

    #resultTable th,
    #resultTable td {
        font-size: 14px;
        padding: 7px 0;
    }
}

.button-area button:active {
    opacity: 0.85;
}

.result-area {
    margin-top: 16px;
}

#resultTable {
    width: 100%;
    border-collapse: collapse;
    background: #fafbfc;
    border-radius: 8px;
    overflow: hidden;
}

#resultTable th,
#resultTable td {
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px solid #eee;
    font-size: 15px;
}

#resultTable th {
    background: #f0f4fa;
    color: #666;
}

#resultTable tr:last-child td {
    border-bottom: none;
}

@media (max-width: 480px) {
    .container {
        padding: 12px 2vw 18px 2vw;
        max-width: 98vw;
    }

    .input-area input {
        width: 60px;
    }

    .button-area button {
        font-size: 15px;
        padding: 8px 0;
    }

    #resultTable th,
    #resultTable td {
        font-size: 14px;
        padding: 7px 0;
    }
}

.button-area button:active {
    opacity: 0.85;
}

.result-area {
    margin-top: 16px;
}

#resultTable {
    width: 100%;
    border-collapse: collapse;
    background: #fafbfc;
    border-radius: 8px;
    overflow: hidden;
}

#resultTable th,
#resultTable td {
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px solid #eee;
    font-size: 15px;
}

#resultTable th {
    background: #f0f4fa;
    color: #666;
}

#resultTable tr:last-child td {
    border-bottom: none;
}

@media (max-width: 480px) {
    .container {
        padding: 12px 2vw 18px 2vw;
        max-width: 98vw;
    }

    .input-area input {
        width: 60px;
    }

    .button-area button {
        font-size: 15px;
        padding: 8px 0;
    }

    #resultTable th,
    #resultTable td {
        font-size: 14px;
        padding: 7px 0;
    }
}

.button-area button:active {
    opacity: 0.85;
}

.result-area {
    margin-top: 16px;
}

#resultTable {
    width: 100%;
    border-collapse: collapse;
    background: #fafbfc;
    border-radius: 8px;
    overflow: hidden;
}

#resultTable th,
#resultTable td {
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px solid #eee;
    font-size: 15px;
}

#resultTable th {
    background: #f0f4fa;
    color: #666;
}

#resultTable tr:last-child td {
    border-bottom: none;
}

@media (max-width: 480px) {
    .container {
        padding: 12px 2vw 18px 2vw;
        max-width: 98vw;
    }

    .input-area input {
        width: 60px;
    }

    .button-area button {
        font-size: 15px;
        padding: 8px 0;
    }

    #resultTable th,
    #resultTable td {
        font-size: 14px;
        padding: 7px 0;
    }
}

.button-area button:active {
    opacity: 0.85;
}

.result-area {
    margin-top: 16px;
}

#resultTable {
    width: 100%;
    border-collapse: collapse;
    background: #fafbfc;
    border-radius: 8px;
    overflow: hidden;
}

#resultTable th,
#resultTable td {
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px solid #eee;
    font-size: 15px;
}

#resultTable th {
    background: #f0f4fa;
    color: #666;
}

#resultTable tr:last-child td {
    border-bottom: none;
}

@media (max-width: 480px) {
    .container {
        padding: 12px 2vw 18px 2vw;
        max-width: 98vw;
    }

    .input-area input {
        width: 60px;
    }

    .button-area button {
        font-size: 15px;
        padding: 8px 0;
    }

    #resultTable th,
    #resultTable td {
        font-size: 14px;
        padding: 7px 0;
    }
}

.button-area button:active {
    opacity: 0.85;
}

.result-area {
    margin-top: 16px;
}

#resultTable {
    width: 100%;
    border-collapse: collapse;
    background: #fafbfc;
    border-radius: 8px;
    overflow: hidden;
}

#resultTable th,
#resultTable td {
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px solid #eee;
    font-size: 15px;
}

#resultTable th {
    background: #f0f4fa;
    color: #666;
}

#resultTable tr:last-child td {
    border-bottom: none;
}

@media (max-width: 480px) {
    .container {
        padding: 12px 2vw 18px 2vw;
        max-width: 98vw;
    }

    .input-area input {
        width: 60px;
    }

    .button-area button {
        font-size: 15px;
        padding: 8px 0;
    }

    #resultTable th,
    #resultTable td {
        font-size: 14px;
        padding: 7px 0;
    }
}

.button-area button:active {
    opacity: 0.85;
}

.result-area {
    margin-top: 16px;
}

#resultTable {
    width: 100%;
    border-collapse: collapse;
    background: #fafbfc;
    border-radius: 8px;
    overflow: hidden;
}

#resultTable th,
#resultTable td {
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px solid #eee;
    font-size: 15px;
}

#resultTable th {
    background: #f0f4fa;
    color: #666;
}

#resultTable tr:last-child td {
    border-bottom: none;
}

@media (max-width: 480px) {
    .container {
        padding: 12px 2vw 18px 2vw;
        max-width: 98vw;
    }

    .input-area input {
        width: 60px;
    }

    .button-area button {
        font-size: 15px;
        padding: 8px 0;
    }

    #resultTable th,
    #resultTable td {
        font-size: 14px;
        padding: 7px 0;
    }
}

.button-area button:active {
    opacity: 0.85;
}

.result-area {
    margin-top: 16px;
}

#resultTable {
    width: 100%;
    border-collapse: collapse;
    background: #fafbfc;
    border-radius: 8px;
    overflow: hidden;
}

#resultTable th,
#resultTable td {
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px solid #eee;
    font-size: 15px;
}

#resultTable th {
    background: #f0f4fa;
    color: #666;
}

#resultTable tr:last-child td {
    border-bottom: none;
}

@media (max-width: 480px) {
    .container {
        padding: 12px 2vw 18px 2vw;
        max-width: 98vw;
    }

    .input-area input {
        width: 60px;
    }

    .button-area button {
        font-size: 15px;
        padding: 8px 0;
    }

    #resultTable th,
    #resultTable td {
        font-size: 14px;
        padding: 7px 0;
    }
}

.button-area button:active {
    opacity: 0.85;
}

.result-area {
    margin-top: 16px;
}

#resultTable {
    width: 100%;
    border-collapse: collapse;
    background: #fafbfc;
    border-radius: 8px;
    overflow: hidden;
}

#resultTable th,
#resultTable td {
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px solid #eee;
    font-size: 15px;
}

#resultTable th {
    background: #f0f4fa;
    color: #666;
}

#resultTable tr:last-child td {
    border-bottom: none;
}

@media (max-width: 480px) {
    .container {
        padding: 12px 2vw 18px 2vw;
        max-width: 98vw;
    }

    .input-area input {
        width: 60px;
    }

    .button-area button {
        font-size: 15px;
        padding: 8px 0;
    }

    #resultTable th,
    #resultTable td {
        font-size: 14px;
        padding: 7px 0;
    }
}

.button-area button:active {
    opacity: 0.85;
}

.result-area {
    margin-top: 16px;
}

#resultTable {
    width: 100%;
    border-collapse: collapse;
    background: #fafbfc;
    border-radius: 8px;
    overflow: hidden;
}

#resultTable th,
#resultTable td {
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px solid #eee;
    font-size: 15px;
}

#resultTable th {
    background: #f0f4fa;
    color: #666;
}

#resultTable tr:last-child td {
    border-bottom: none;
}

@media (max-width: 480px) {
    .container {
        padding: 12px 2vw 18px 2vw;
        max-width: 98vw;
    }

    .input-area input {
        width: 60px;
    }

    .button-area button {
        font-size: 15px;
        padding: 8px 0;
    }

    #resultTable th,
    #resultTable td {
        font-size: 14px;
        padding: 7px 0;
    }
}

.button-area button:active {
    opacity: 0.85;
}

.result-area {
    margin-top: 16px;
}

#resultTable {
    width: 100%;
    border-collapse: collapse;
    background: #fafbfc;
    border-radius: 8px;
    overflow: hidden;
}

#resultTable th,
#resultTable td {
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px solid #eee;
    font-size: 15px;
}

#resultTable th {
    background: #f0f4fa;
    color: #666;
}

#resultTable tr:last-child td {
    border-bottom: none;
}

@media (max-width: 480px) {
    .container {
        padding: 12px 2vw 18px 2vw;
        max-width: 98vw;
    }

    .input-area input {
        width: 60px;
    }

    .button-area button {
        font-size: 15px;
        padding: 8px 0;
    }

    #resultTable th,
    #resultTable td {
        font-size: 14px;
        padding: 7px 0;
    }
}

.button-area button:active {
    opacity: 0.85;
}

.result-area {
    margin-top: 16px;
}

#resultTable {
    width: 100%;
    border-collapse: collapse;
    background: #fafbfc;
    border-radius: 8px;
    overflow: hidden;
}

#resultTable th,
#resultTable td {
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px solid #eee;
    font-size: 15px;
}

#resultTable th {
    background: #f0f4fa;
    color: #666;
}

#resultTable tr:last-child td {
    border-bottom: none;
}

@media (max-width: 480px) {
    .container {
        padding: 12px 2vw 18px 2vw;
        max-width: 98vw;
    }

    .input-area input {
        width: 60px;
    }

    .button-area button {
        font-size: 15px;
        padding: 8px 0;
    }

    #resultTable th,
    #resultTable td {
        font-size: 14px;
        padding: 7px 0;
    }
}

.button-area button:active {
    opacity: 0.85;
}

.result-area {
    margin-top: 16px;
}

#resultTable {
    width: 100%;
    border-collapse: collapse;
    background: #fafbfc;
    border-radius: 8px;
    overflow: hidden;
}

#resultTable th,
#resultTable td {
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px solid #eee;
    font-size: 15px;
}

#resultTable th {
    background: #f0f4fa;
    color: #666;
}

#resultTable tr:last-child td {
    border-bottom: none;
}

@media (max-width: 480px) {
    .container {
        padding: 12px 2vw 18px 2vw;
        max-width: 98vw;
    }

    .input-area input {
        width: 60px;
    }

    .button-area button {
        font-size: 15px;
        padding: 8px 0;
    }

    #resultTable th,
    #resultTable td {
        font-size: 14px;
        padding: 7px 0;
    }
}

.button-area button:active {
    opacity: 0.85;
}

.result-area {
    margin-top: 16px;
}

#resultTable {
    width: 100%;
    border-collapse: collapse;
    background: #fafbfc;
    border-radius: 8px;
    overflow: hidden;
}

#resultTable th,
#resultTable td {
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px solid #eee;
    font-size: 15px;
}

#resultTable th {
    background: #f0f4fa;
    color: #666;
}

#resultTable tr:last-child td {
    border-bottom: none;
}

@media (max-width: 480px) {
    .container {
        padding: 12px 2vw 18px 2vw;
        max-width: 98vw;
    }

    .input-area input {
        width: 60px;
    }

    .button-area button {
        font-size: 15px;
        padding: 8px 0;
    }

    #resultTable th,
    #resultTable td {
        font-size: 14px;
        padding: 7px 0;
    }
}

.button-area button:active {
    opacity: 0.85;
}

.result-area {
    margin-top: 16px;
}

#resultTable {
    width: 100%;
    border-collapse: collapse;
    background: #fafbfc;
    border-radius: 8px;
    overflow: hidden;
}

#resultTable th,
#resultTable td {
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px solid #eee;
    font-size: 15px;
}

#resultTable th {
    background: #f0f4fa;
    color: #666;
}

#resultTable tr:last-child td {
    border-bottom: none;
}

@media (max-width: 480px) {
    .container {
        padding: 12px 2vw 18px 2vw;
        max-width: 98vw;
    }

    .input-area input {
        width: 60px;
    }

    .button-area button {
        font-size: 15px;
        padding: 8px 0;
    }

    #resultTable th,
    #resultTable td {
        font-size: 14px;
        padding: 7px 0;
    }
}

.button-area button:active {
    opacity: 0.85;
}

.result-area {
    margin-top: 16px;
}

#resultTable {
    width: 100%;
    border-collapse: collapse;
    background: #fafbfc;
    border-radius: 8px;
    overflow: hidden;
}

#resultTable th,
#resultTable td {
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px solid #eee;
    font-size: 15px;
}

#resultTable th {
    background: #f0f4fa;
    color: #666;
}

#resultTable tr:last-child td {
    border-bottom: none;
}

@media (max-width: 480px) {
    .container {
        padding: 12px 2vw 18px 2vw;
        max-width: 98vw;
    }

    .input-area input {
        width: 60px;
    }

    .button-area button {
        font-size: 15px;
        padding: 8px 0;
    }

    #resultTable th,
    #resultTable td {
        font-size: 14px;
        padding: 7px 0;
    }
}

.button-area button:active {
    opacity: 0.85;
}

.result-area {
    margin-top: 16px;
}

#resultTable {
    width: 100%;
    border-collapse: collapse;
    background: #fafbfc;
    border-radius: 8px;
    overflow: hidden;
}

#resultTable th,
#resultTable td {
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px solid #eee;
    font-size: 15px;
}

#resultTable th {
    background: #f0f4fa;
    color: #666;
}

#resultTable tr:last-child td {
    border-bottom: none;
}

@media (max-width: 480px) {
    .container {
        padding: 12px 2vw 18px 2vw;
        max-width: 98vw;
    }

    .input-area input {
        width: 60px;
    }

    .button-area button {
        font-size: 15px;
        padding: 8px 0;
    }

    #resultTable th,
    #resultTable td {
        font-size: 14px;
        padding: 7px 0;
    }
}

.button-area button:active {
    opacity: 0.85;
}

.result-area {
    margin-top: 16px;
}

#resultTable {
    width: 100%;
    border-collapse: collapse;
    background: #fafbfc;
    border-radius: 8px;
    overflow: hidden;
}

#resultTable th,
#resultTable td {
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px solid #eee;
    font-size: 15px;
}

#resultTable th {
    background: #f0f4fa;
    color: #666;
}

#resultTable tr:last-child td {
    border-bottom: none;
}

@media (max-width: 480px) {
    .container {
        padding: 12px 2vw 18px 2vw;
        max-width: 98vw;
    }

    .input-area input {
        width: 60px;
    }

    .button-area button {
        font-size: 15px;
        padding: 8px 0;
    }

    #resultTable th,
    #resultTable td {
        font-size: 14px;
        padding: 7px 0;
    }
}

.button-area button:active {
    opacity: 0.85;
}

.result-area {
    margin-top: 16px;
}

#resultTable {
    width: 100%;
    border-collapse: collapse;
    background: #fafbfc;
    border-radius: 8px;
    overflow: hidden;
}

#resultTable th,
#resultTable td {
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px solid #eee;
    font-size: 15px;
}

#resultTable th {
    background: #f0f4fa;
    color: #666;
}

#resultTable tr:last-child td {
    border-bottom: none;
}

@media (max-width: 480px) {
    .container {
        padding: 12px 2vw 18px 2vw;
        max-width: 98vw;
    }

    .input-area input {
        width: 60px;
    }

    .button-area button {
        font-size: 15px;
        padding: 8px 0;
    }

    #resultTable th,
    #resultTable td {
        font-size: 14px;
        padding: 7px 0;
    }
}

.button-area button:active {
    opacity: 0.85;
}

.result-area {
    margin-top: 16px;
}

#resultTable {
    width: 100%;
    border-collapse: collapse;
    background: #fafbfc;
    border-radius: 8px;
    overflow: hidden;
}

#resultTable th,
#resultTable td {
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px solid #eee;
    font-size: 15px;
}

#resultTable th {
    background: #f0f4fa;
    color: #666;
}

#resultTable tr:last-child td {
    border-bottom: none;
}

@media (max-width: 480px) {
    .container {
        padding: 12px 2vw 18px 2vw;
        max-width: 98vw;
    }

    .input-area input {
        width: 60px;
    }

    .button-area button {
        font-size: 15px;
        padding: 8px 0;
    }

    #resultTable th,
    #resultTable td {
        font-size: 14px;
        padding: 7px 0;
    }
}

.button-area button:active {
    opacity: 0.85;
}

.result-area {
    margin-top: 16px;
}

#resultTable {
    width: 100%;
    border-collapse: collapse;
    background: #fafbfc;
    border-radius: 8px;
    overflow: hidden;
}

#resultTable th,
#resultTable td {
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px solid #eee;
    font-size: 15px;
}

#resultTable th {
    background: #f0f4fa;
    color: #666;
}

#resultTable tr:last-child td {
    border-bottom: none;
}

@media (max-width: 480px) {
    .container {
        padding: 12px 2vw 18px 2vw;
        max-width: 98vw;
    }

    .input-area input {
        width: 60px;
    }

    .button-area button {
        font-size: 15px;
        padding: 8px 0;
    }

    #resultTable th,
    #resultTable td {
        font-size: 14px;
        padding: 7px 0;
    }
}

.button-area button:active {
    opacity: 0.85;
}

.result-area {
    margin-top: 16px;
}

#resultTable {
    width: 100%;
    border-collapse: collapse;
    background: #fafbfc;
    border-radius: 8px;
    overflow: hidden;
}

#resultTable th,
#resultTable td {
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px solid #eee;
    font-size: 15px;
}

#resultTable th {
    background: #f0f4fa;
    color: #666;
}

#resultTable tr:last-child td {
    border-bottom: none;
}

@media (max-width: 480px) {
    .container {
        padding: 12px 2vw 18px 2vw;
        max-width: 98vw;
    }

    .input-area input {
        width: 60px;
    }

    .button-area button {
        font-size: 15px;
        padding: 8px 0;
    }

    #resultTable th,
    #resultTable td {
        font-size: 14px;
        padding: 7px 0;
    }
}

.button-area button:active {
    opacity: 0.85;
}

.result-area {
    margin-top: 16px;
}

#resultTable {
    width: 100%;
    border-collapse: collapse;
    background: #fafbfc;
    border-radius: 8px;
    overflow: hidden;
}

#resultTable th,
#resultTable td {
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px solid #eee;
    font-size: 15px;
}

#resultTable th {
    background: #f0f4fa;
    color: #666;
}

#resultTable tr:last-child td {
    border-bottom: none;
}

@media (max-width: 480px) {
    .container {
        padding: 12px 2vw 18px 2vw;
        max-width: 98vw;
    }

    .input-area input {
        width: 60px;
    }

    .button-area button {
        font-size: 15px;
        padding: 8px 0;
    }

    #resultTable th,
    #resultTable td {
        font-size: 14px;
        padding: 7px 0;
    }
}

.button-area button:active {
    opacity: 0.85;
}

.result-area {
    margin-top: 16px;
}

#resultTable {
    width: 100%;
    border-collapse: collapse;
    background: #fafbfc;
    border-radius: 8px;
    overflow: hidden;
}

#resultTable th,
#resultTable td {
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px solid #eee;
    font-size: 15px;
}

#resultTable th {
    background: #f0f4fa;
    color: #666;
}

#resultTable tr:last-child td {
    border-bottom: none;
}

@media (max-width: 480px) {
    .container {
        padding: 12px 2vw 18px 2vw;
        max-width: 98vw;
    }

    .input-area input {
        width: 60px;
    }

    .button-area button {
        font-size: 15px;
        padding: 8px 0;
    }

    #resultTable th,
    #resultTable td {
        font-size: 14px;
        padding: 7px 0;
    }
}

.button-area button:active {
    opacity: 0.85;
}

.result-area {
    margin-top: 16px;
}

#resultTable {
    width: 100%;
    border-collapse: collapse;
    background: #fafbfc;
    border-radius: 8px;
    overflow: hidden;
}

#resultTable th,
#resultTable td {
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px solid #eee;
    font-size: 15px;
}

#resultTable th {
    background: #f0f4fa;
    color: #666;
}

#resultTable tr:last-child td {
    border-bottom: none;
}

@media (max-width: 480px) {
    .container {
        padding: 12px 2vw 18px 2vw;
        max-width: 98vw;
    }

    .input-area input {
        width: 60px;
    }

    .button-area button {
        font-size: 15px;
        padding: 8px 0;
    }

    #resultTable th,
    #resultTable td {
        font-size: 14px;
        padding: 7px 0;
    }
}

.button-area button:active {
    opacity: 0.85;
}

.result-area {
    margin-top: 16px;
}

#resultTable {
    width: 100%;
    border-collapse: collapse;
    background: #fafbfc;
    border-radius: 8px;
    overflow: hidden;
}

#resultTable th,
#resultTable td {
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px solid #eee;
    font-size: 15px;
}

#resultTable th {
    background: #f0f4fa;
    color: #666;
}

#resultTable tr:last-child td {
    border-bottom: none;
}

@media (max-width: 480px) {
    .container {
        padding: 12px 2vw 18px 2vw;
        max-width: 98vw;
    }

    .input-area input {
        width: 60px;
    }

    .button-area button {
        font-size: 15px;
        padding: 8px 0;
    }

    #resultTable th,
    #resultTable td {
        font-size: 14px;
        padding: 7px 0;
    }
}

.button-area button:active {
    opacity: 0.85;
}

.result-area {
    margin-top: 16px;
}

#resultTable {
    width: 100%;
    border-collapse: collapse;
    background: #fafbfc;
    border-radius: 8px;
    overflow: hidden;
}

#resultTable th,
#resultTable td {
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px solid #eee;
    font-size: 15px;
}

#resultTable th {
    background: #f0f4fa;
    color: #666;
}

#resultTable tr:last-child td {
    border-bottom: none;
}

@media (max-width: 480px) {
    .container {
        padding: 12px 2vw 18px 2vw;
        max-width: 98vw;
    }

    .input-area input {
        width: 60px;
    }

    .button-area button {
        font-size: 15px;
        padding: 8px 0;
    }

    #resultTable th,
    #resultTable td {
        font-size: 14px;
        padding: 7px 0;
    }
}

.button-area button:active {
    opacity: 0.85;
}

.result-area {
    margin-top: 16px;
}

#resultTable {
    width: 100%;
    border-collapse: collapse;
    background: #fafbfc;
    border-radius: 8px;
    overflow: hidden;
}

#resultTable th,
#resultTable td {
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px solid #eee;
    font-size: 15px;
}

#resultTable th {
    background: #f0f4fa;
    color: #666;
}

#resultTable tr:last-child td {
    border-bottom: none;
}

@media (max-width: 480px) {
    .container {
        padding: 12px 2vw 18px 2vw;
        max-width: 98vw;
    }

    .input-area input {
        width: 60px;
    }

    .button-area button {
        font-size: 15px;
        padding: 8px 0;
    }

    #resultTable th,
    #resultTable td {
        font-size: 14px;
        padding: 7px 0;
    }
}

.button-area button:active {
    opacity: 0.85;
}

.result-area {
    margin-top: 16px;
}

#resultTable {
    width: 100%;
    border-collapse: collapse;
    background: #fafbfc;
    border-radius: 8px;
    overflow: hidden;
}

#resultTable th,
#resultTable td {
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px solid #eee;
    font-size: 15px;
}

#resultTable th {
    background: #f0f4fa;
    color: #666;
}

#resultTable tr:last-child td {
    border-bottom: none;
}

@media (max-width: 480px) {
    .container {
        padding: 12px 2vw 18px 2vw;
        max-width: 98vw;
    }

    .input-area input {
        width: 60px;
    }

    .button-area button {
        font-size: 15px;
        padding: 8px 0;
    }

    #resultTable th,
    #resultTable td {
        font-size: 14px;
        padding: 7px 0;
    }
}

.button-area button:active {
    opacity: 0.85;
}

.result-area {
    margin-top: 16px;
}

#resultTable {
    width: 100%;
    border-collapse: collapse;
    background: #fafbfc;
    border-radius: 8px;
    overflow: hidden;
}

#resultTable th,
#resultTable td {
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px solid #eee;
    font-size: 15px;
}

#resultTable th {
    background: #f0f4fa;
    color: #666;
}

#resultTable tr:last-child td {
    border-bottom: none;
}

@media (max-width: 480px) {
    .container {
        padding: 12px 2vw 18px 2vw;
        max-width: 98vw;
    }

    .input-area input {
        width: 60px;
    }

    .button-area button {
        font-size: 15px;
        padding: 8px 0;
    }

    #resultTable th,
    #resultTable td {
        font-size: 14px;
        padding: 7px 0;
    }
}

.button-area button:active {
    opacity: 0.85;
}

.result-area {
    margin-top: 16px;
}

#resultTable {
    width: 100%;
    border-collapse: collapse;
    background: #fafbfc;
    border-radius: 8px;
    overflow: hidden;
}

#resultTable th,
#resultTable td {
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px solid #eee;
    font-size: 15px;
}

#resultTable th {
    background: #f0f4fa;
    color: #666;
}

#resultTable tr:last-child td {
    border-bottom: none;
}

@media (max-width: 480px) {
    .container {
        padding: 12px 2vw 18px 2vw;
        max-width: 98vw;
    }

    .input-area input {
        width: 60px;
    }

    .button-area button {
        font-size: 15px;
        padding: 8px 0;
    }

    #resultTable th,
    #resultTable td {
        font-size: 14px;
        padding: 7px 0;
    }
}

.button-area button:active {
    opacity: 0.85;
}

.result-area {
    margin-top: 16px;
}