.main {
    width: 100%;
}

.container {
    width: 1100px;
    min-height: 600px;
    margin: 0 auto;
    padding: 10px 20px;
    background: white;
}

.title {
    padding: 20px 0 10px 0;
    font-size: 24px;
    font-weight: bold;
    color: #7e4c04;
    text-align: center;
}

.input-group {
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.chakan-input {
    height: 30px;
    line-height: 30px;
    width: 80px;
    margin-left: 30px;
}

#thead th {
    font-weight: bold;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
}

#tbody td {
    font-size: 14px;
    text-align: center;
}

.cur {
    width: 100%;
    border-bottom: 1px solid #e3eaf4;
    padding-left: 5px;
    font-size: 16px;
    line-height: 40px;
    color: #33679f;
    letter-spacing: 2px;
}