body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
td,
input,
img,
div {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: "微软雅黑";
}

input {
    outline: none;
}

ul,
ol {
    list-style-type: none;
}

a {
    text-decoration: none;
}

.clearfix:after {
    content: "";
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}

.score {
    padding: 0 3px;
}

.score_top {
    background-color: #f9f9f9;
    padding: 10px 0;
}

.score_top .p1 {
    color: #595858;
    font-size: 14px;
    line-height: 32px;
    margin-left: 30px;
}

.score_top ul li {
    margin: 1px 5px;
    padding: 4px 15px;
    float: left;
    width: 44px;
    color: #595858;
    font-size: 14px;
    cursor: pointer;
    text-align: center;
}
.score_top ul .active{
    background-color: #989898;
    color: #fff;
}
.score_search {
    background-color: #f9f9f9;
    margin: 12px 0;
    padding: 16px 16px;
    overflow: hidden;
}

.score_search p {
    color: #626262;
    font-size: 16px;
    float: left;
    /* margin-right: 20px; */
    width: 152px;
}

.score_search select {
    width: 100px;
    height: 36px;
    border: 1px solid #ccc;
    font-size: 16px;
    color: #626262;
    outline: none;
    margin-left: 10px;
}

.score_search .score_search_text {
    width: 184px;
    height: 34px;
    border: 1px solid #ccc;
    font-size: 16px;
    color: #626262;
    padding: 0 16px;
}

.score_search .score_search_button {
    height: 36px;
    width: 78px;
    background-color: #b62c3d;
    color: #ededed;
    font-size: 16px;
    cursor: pointer;
    float: right;
}

.score table {
    width: 100%;
    text-align: center;
    margin-bottom: 26px;
}

.score table th,
.score table td {
    color: #595858;
    font-weight: 500;
    height: 50px;
    border: 1px solid #eae9e9;
}

.score table .td-first{
    width: 10%;
}

.score table .td-secend{
    width: 14%;
}

.score table tr:nth-child(2n-1) {
    background-color: #f9f9f9;
}

.Inquiry p {
    color: #ff0000;
    text-align: center;
    line-height: 20px;
    font-size: 16px;
    font-weight: 500;
    font-family: "黑体";
}

.Inquiry {
    width: 100%;
    display: block;
}

.Inquiry form {
    margin-top: 20px;
}

.Inquiry .Input_box {
    width: 248px;
    margin: 0 auto 20px;
}

.Inquiry .Input_box span {
    font-size: 14px;
    float: left;
}

.Inquiry .Input_box input {
    border: 1px solid #a9a9a9;
    line-height: 28px;
    font-size: 14px;
    width: 160px;
    padding: 0 10px;
    float: left;
}

.Inquiry .Input_box .code {
    width: 90px;
}

.Inquiry .Input_box img {
    width: 70px;
    height: 30px;
    float: left;
}

.Inquiry button {
    width: 190px;
    height: 32px;
    margin: 0 auto;
    display: block;
    background-color: #3eade7;
    color: #fff;
    outline: none;
    border: 0;
    cursor: pointer;
    border-radius: 8px;
}

.Inquiry .table_box {
    width: 630px;
    margin: 0 auto;
}

.Inquiry .none {
    display: none;
}

.Inquiry .table_box h1 {
    width: 100%;
    background-color: #f17e04;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-family: "微软雅黑";
    font-weight: 600;
    line-height: 32px;
    margin-top: 50px;
}

.Inquiry .table_box table {
    text-align: center;
    width: 100%;
}

.Inquiry .table_box td,
.Inquiry .table_box th {
    border: 1px solid #eae9e9;
    line-height: 28px;
    font-size: 14px;
    font-weight: 500;
    color: #3c3c3c;
    font-family: "微软雅黑";
}