/* 样式初始化 */
html,
body,
div,
h1,
table {
    padding: 0;
    margin: 0
}
tbody>tr>.pad_0 {
    padding: 0 !important;
}
th {
    display: table-cell;
    vertical-align: inherit;
    font-weight: bold;
    text-align: -internal-center;
}
tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}
tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}
.main-cor {
    color: #ff6600;
}
.container {
    background-color: #F5F5F5;
}
.zz-content {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding-top: 80px;
}
.zz-title h1 {
    text-align: center;
    color: #333;
    font-size: 36px;
    line-height: 1;
    font-weight: normal;
}
.w-1200 {
    margin-top: 45px;
}
.table-wrap table {
    max-width: 1200px;
    min-width: 1200px;
    width: 100%;
    display: table;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    color: #333;
    font-size: 14px;
    line-height: 20px;
}
.table-wrap table thead {
    display: table-header-group;
    vertical-align: middle;
    border-color: inherit;
}
thead tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}
.table-wrap table th {
    background-color: #E9E9E9;
    font-weight: bold;
    padding: 18px 20px;
    border: 1px solid #DFDFDF;
}
.table-wrap table th:nth-child(2) {
    width: 140px;
}
.table-wrap table td {
    padding: 18px 25px;
    border: 1px solid #DFDFDF;
    text-align: left;
}
.table-wrap table .pad_0 span {
    border-bottom: 1px solid #DFDFDF;
    padding: 13px 25px;
    display: block;
}
.table-wrap table .pad_0 span:last-child {
    border-bottom: 0;
   
}

@media (max-width: 750px) {
    .container {
        width: 100%;
        margin-bottom: 20px;
    }
    .zz-title h1 {
        font-size: 30px;
    }
    .zz-content {
        padding-top: 40px;
    }
    .w-1200 {
        width: 100%;
    }
    .container .table-wrap {
        overflow-x: auto;
        /* display: -webkit-box; */
    }
    .footer {
        border-top: 0 !important;
    }
}