.mod-panel{
    width:100%;
    max-width: 960px;
    margin:0 auto 30px;
    _width:960px;
}
.mod-panel .hd{
    padding-top: 15px;
    margin-bottom: 10px;
    line-height: 30px;
    text-align: center;
}
.mod-panel .hd h1,.mod-panel .hd h2{
    font-weight: normal;
    font-size: 24px;
    color:#212121;
}
.mod-panel .hd p{
    font-size:16px;
    color:#bdbdbd;
}
.mod-panel .bd{
    width:100%;
    max-width:750px;
    margin:0 auto;
    _width:750px;
}
.mod-panel .search{
    position: relative;
    width: 100%;
    max-width:480px;
    margin:0 auto 40px;
    *zoom: 1;
    _width:480px;
}
.mod-panel .search form{
    display: flex;
    gap: 5px;
}
.mod-panel .search .input-text{
    display: block;
    flex: 1;
    min-width: 0;
    height: 40px;
    border:1px solid #ccc;
    padding: 10px 8px;
    line-height: 20px;
    outline: none;
    box-sizing: border-box;
}
.mod-panel .search input[type="search"]::-webkit-search-cancel-button{
    position: relative;
    right: -4px;
    -webkit-appearance: none;
    appearance: none;
    display: inline-block;
    width: 24px;
    height: 24px;
    background: rgba(0,0,0,0.05) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2364748B'%3E%3Cpath d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'/%3E%3C/svg%3E") center center/ 20px 20px no-repeat;
    line-height: 24px;
    text-align: center;
    font-size: 14px;
    border-radius: 50%;
    color: #333;
    cursor: pointer;
}
.mod-panel .search .input-submit{
    height: 40px;
    width: 110px;
    background: #4bae4f;
    border:medium none;
    line-height: 42px;
    vertical-align:middle;
    font-size:16px;
    color: #fff;
    cursor:pointer;
    outline: none;
}
.mod-panel table{
    width: 100%;
    background: #fff;
}
.mod-panel th,.mod-panel td{
    padding:9px 15px;
    border:1px solid #ccc;
    line-height: 24px;
    white-space: nowrap;
    text-align: center;
    *position: relative;
    *zoom:1;
}
.mod-panel th{
    background: #f5f5f5;
    font-size:16px;
    color:#212121;
}
.mod-panel .ft{
    padding-top: 32px;
}
.mod-panel .ft p{
    margin-bottom: 18px;
    line-height: 25px;
    text-align: center;
}
.mod-panel .ft a{
    display: inline-block;
    padding:0 10px;
    border: 1px solid #ccc;
}
.banner-outer {
    max-width: 500px;
    margin: 15px auto;
}

/* 移动版响应 */
@media screen and (max-width: 1023px) {
    .mod-panel .hd{
        padding-top: 0;
        line-height: 22px;
    }
    .mod-panel .hd h1,.mod-panel .hd h2{
        font-size: 16px;
        color: #333;
    }
    .mod-panel .search{
        margin: 0 auto 20px;
    }
    .mod-panel .search .input-text{
        height: 36px;
        padding:8px 80px 8px 8px;
    }
    .mod-panel .search .input-submit{
        width: 80px;
        height: 36px;
        line-height: 36px;
        font-size: 14px;
    }
}
@media screen and (max-width: 750px){
    .mod-panel .hd{
        text-align: left;
    }
    .mod-panel .hd p{
        font-size: 14px;
    }
    .mod-panel .search{
        margin: 0 0 20px;
    }
    .mod-panel .bd a{
        float: none;
        *position: static;
    }
    .mod-panel th, .mod-panel td{
        padding: 6px 4px;
    }
    .mod-panel .ft{
        padding-top: 15px;
    }
    .mod-panel .ft p{
        margin-bottom: 10px;
        line-height: 22px;
        text-align: left;
    }
}