* {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body,
html {
    height: 100%;
}

button,
input {
    outline: none;
    border: none;
    cursor: pointer;
}
button:hover{
    opacity: 0.8;
}
.crap {
    height: 100%;
}

.gradesResult {
    height: 100%;
    background: url(../images/grades_bg.png) no-repeat;
    background-size: cover;
}
.luquResult {
    height: 100%;
    background: url(../images/grades_bg.png) no-repeat;
    background-size: cover;
}

h2.result-title {
    font-size: 36px;
    font-family: PingFang-SC-Bold, PingFang-SC;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 74px;
    letter-spacing: 1px;
    text-shadow: 0px 6px 7px #278463;
    text-align: center;
    margin-bottom: 25px;
    padding-top: 30px;
}

.tableBox {
    width: 900px;
    min-height: 460px;
    background: #FFFFFF;
    box-sizing: border-box;
    padding: 20px 40px;
    margin: auto;
    padding-top: 0;
}

ul.userInfo li {
    display: inline-block;
    margin-right: 50px;
    font-size: 14px;
    padding: 20px 0;
}

ul.userInfo li span {
    font-size: 14px;
    color: #999999;
}

ul.userInfo li b {
    font-size: 14px;
    color: #323232;
    margin-left: 5px;
}

table.gradesTable {
    width: 100%;
    border-top: 1px solid #9F9F9F;
    border-left: 1px solid #9F9F9F;
}

table.gradesTable td {
    font-size: 14px;
    color: #525252;
    border-bottom: 1px solid #9F9F9F;
    border-right: 1px solid #9F9F9F;
    text-align: center;
    padding: 13px 0;
}

table.gradesTable td:nth-child(odd) {
    width: 120px;
}

span.gradesNum {
    font-weight: bold;
    color: #323232;
    font-size: 16px;
}

span.totleNum {
    font-weight: bold;
    color: #3B98FC;
    font-size: 16px;
}

.btns-group {
    text-align: center;
    margin: 30px 0;
}

.btns-group button.myBtn {
    background: #048EC9;
    box-shadow: 0px 2px 4px 0px #3594BD;
    border-radius: 3px;
    color: #FFFFFF;
    font-size: 14px;
    padding: 6px 12px;
    min-width: 100px;
    min-height: 40px;
}
.noResult{
    text-align: center;
    margin-top: 100px;
}
.noResult p{
    font-size: 14px;
    margin-top: 10px;
    font-weight: 400;
    color: #B8B8B8;
}
img.noResultImg{

}