.page_container{
    overflow-y: auto;
}
.award_center{
    position: relative;
    z-index: 2;
    width: 88%;
    min-height: calc(100vh - 226px);
    padding: 20px 3%;
    margin: 0 auto;
    line-height: 30px;
    background-color: #fff;
    box-shadow: 0 0 20px #ccc;
    border-radius: 10px;
    margin-bottom: 70px;
    margin-top: 66px;
}
.award_search{
    width: 100%;
}
.as_title{
    width: 100%;
    color:#c63218;
    text-align: center;
}
.as_title h2{
    font-size: 20px;
}
#award_no,#awardInfo{
    width: 100%;
    margin-top: 15px;
}
#award_no h6,#awardInfo h6{
    width: 100%;
    text-align: center;
    color:#7b7b7b;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: bold;
}
#award_no h3{
    color:#c63218;
    text-align: center;
}
.confirm_back,.confirm_search{
    width: 100px;
    margin: 0 auto;
    color: #fff;
    font-size: 17px;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    margin-top: 25px;
    background-color: lightcoral;
}
.confirm_search{
    width: 210px;
    background-color: #c63218;
}
.award_container{
    width: 100%;
}
.award_container table{
    width: 94%;
    margin: 0 auto;
    text-align: center;
    border-collapse: collapse;
    border:1px #ccc solid;
}
.award_container table tr td{
    padding:6px 10px;
    border:1px #ccc solid;
}
.award_container table tr td:first-child{
    font-weight: bold;
}

.info_item {
    width: 100%;
}
.info_title{
    width: 100%;
    height: 40px;
    color: #9fa0a0;
    line-height: 40px;
    font-size: 15px;
}
.info_input{
    width: 100%;
}
.info_input input{
    width: 88%;
    height: 40px;
    line-height: 40px;
    border: 1px #9fa0a0 solid;
    border-radius: 5px;
    font-size: 16px;
    margin-left: 10px;
    padding:0 3%;
    outline: none;
}
.info_input select {
    width: 94%;
    height: 42px;
    line-height: 40px;
    border: 1px #9fa0a0 solid;
    border-radius: 5px;
    font-size: 16px;
    margin-left: 10px;
    padding:0 3%;
    outline: none;
}

.award_explain{
    width: 100%;
    margin-top: 30px;
}
.award_explain p{
    font-size: 14px;
    color: #989898;
}