.nav p {
    width: fit-content;
    border: 1px solid;
    background: #ffffff;
    border: 1px solid #aaaa;
    border-radius: 4px;
    float: right;
    margin-right: 10%;
    cursor: pointer;
    font-size: 0.875em;
    padding: 0.2% 1.3%;
}

#content .title {
    margin-bottom: 5%;
}

.context table {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 30px;
    table-layout: fixed;
    margin-left: 15%;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.context table tr:nth-child(odd) td {
    padding-left: 1%;
}

.context table input {
    width: 70%;
    height: 4.7vh;
    margin: 2% 0px;
    outline: none;
    padding-left: 2%;
    border-radius: 15px;
    border: 2px solid #cccc;
}

.context table span {
    margin: 0 10px;
    color: red;
}

.context .submit {
    height: 4.7vh;
    display: flex;
    justify-content: center;
}

.context .submit span {
    background: #aaaa;
    width: 50px;
    font-size: 1.375em;
    line-height: 4.7vh;
    border: 1px solid #aaaa;
}

.context .submit .sub {
    margin-left: 60px;
    background: #004198;
    width: 10%;
    font-size: 0.875em;
    font-family: Alibaba PuHuiTi Regular, Alibaba PuHuiTi Regular-Regular;
    font-weight: 400;
    color: #ffffff;
    border: 1px solid #004198;
}

.context .prompt {
    color: red;
    display: none;
}

@media screen and (max-width: 1024px) {
    #header .logo {
        width: 80%;
        float: left;
    }
    #header .nav {
        display: block;
        position: relative;
        height: 100%;
    }
    #header .nav p {
        position: absolute;
        top: 50%;
        right: 0%;
    }
}