<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* CSS Document */

* {
    margin: 0;
    padding: 0
}

html,
body {
    overflow-x: hidden;
    /* height: 100% */
}

ol,
ul {
    margin-top: 0;
    margin-bottom: 0px;
}

li {
    list-style: none;
}

a {
    color: #333;
    text-decoration: none;
    display: block;
}


/* .layui-container {margin:1px auto} */

a:hover {
    text-decoration: none;
    color: #333;
}

.music-certi {
    background-color: #d6e8f4;
    background-image: url("../images/cer-bg.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    margin: 30px auto;
    padding: 30px 30px;
    border-radius: 5px;
}

.query-form {
    width: 400px;
    margin: 0px auto;
    height: 400px;
    padding-top: 120px;
    /* border-radius: 50%;
    background: radial-gradient(#c1d6e1, #86b0c6); */
}

.query-form&gt;div {
    width: 300px;
    margin: 0px auto 15px;
}

.query-form .layui-input-block {
    margin-left: 80px;
}

.query-form&gt;div .layui-form-label {
    color: #046;
}

.query-address-btn {
    text-align: center;
}

.query-address-btn .layui-btn {
    padding: 0px 38px;
}

.banner-cer {
    text-align: center;
    background: #addaf1;
    background-image: linear-gradient(to right, #a3d4f2, #addaf1)
}

.list-crls-parent {
    margin-top: 20px;
    width: 1000px;
    border: 1px solid #85afc5;
    margin: 0 auto;
    overflow-x: hidden;
    /* overflow-x: scroll; */
}


/* table.list-crls {
    margin-top: 20px;
    width: 1000px;
    border: 1px solid #85afc5;
    margin: 0 auto;
} */

.list-crls th,
.list-crls td {
    padding: 10px 5px;
    border: 1px solid #85afc5;
}

.list-crls th.table-address,
.list-crls td.table-address {
    width: 400px
}

.list-crls th {
    background: #d6ecf9;
    font-size: 14px;
    color: #042e58;
    border-top: none
}

.list-crls td {
    text-align: center;
    background: #ffffff;
    font-size: 14px;
    line-height: 20px;
}

th.crls-photo {
    /* height: 59px;
    line-height: 39px; */
    width: 90px;
}

.list-crls {
    width: 100%;
}

.crls-photo-fixed {
    width: 90px;
}

.crls-photo {
    position: absolute;
    width: 90px;
    background: #fff;
    border: none;
    z-index: 5;
    border-left: 1px solid #ddd;
    box-shadow: 2px 0px 2px #ddd;
}

.list-crls td&gt;div {
    width: 80px;
    word-wrap: break-word;
    word-break: normal;
}

.list-crls td span {
    color: #404040;
    line-height: 20px;
}

.candidate-photos img {
    display: block;
    height: 80px;
    margin: 0 auto;
}

/*.list-crls td:last-child,
.list-crls th:last-child {
    width: 200px;
}*/

.list-crls td&gt;div.candidate-button {
    width: 200px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.candidate-button&gt;a {
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    background: #f9be00;
    padding: 0px 5px;
    border-radius: 5px;
}

.candidate-button&gt;a:last-child {
    background: #3c9567;
    color: #fff;
}

@media screen and (max-width:750px) {
    .query-form div.query-address-btn {
        margin-left: 0px;
        width: 100%;
    }}

@media screen and (max-width:1199px) {
    .list-crls-parent {
        width: 97%;
        overflow-x: scroll;
    }
    .list-crls td:last-child,
    .list-crls th:last-child {
        width: 120px;
    }
    .list-crls td&gt;div.candidate-button {
        width: 80px;
        display: flex;
        flex-direction: column;
    }
    .candidate-button&gt;a:last-child {
        margin-top: 5px;
    }
    .banner-cer {
        height: 80px;
        position: relative;
    }
    .banner-cer img {
        position: absolute;
        top: 0px;
        left: 50%;
        margin-left: -480px;
        height: 80px;
    }
}

@media screen and (max-width:750px) {
    .friendly-links li {
        margin-top: 15px;
        width: 50%;
    }
    .friendly-links img {
        width: 90%;
        display: block;
        margin: 0 auto
    }
    .friendly-links {
        padding-bottom: 20px;
    }
    .foot-link ul {
        display: flex;
        justify-content: center;
        padding: 20px 0;
        flex-wrap: wrap;
    }
    .foot-link ul {
        justify-content: flex-start;
    }
    .foot-link ul li a {
        font-size: 14px;
        line-height: 32px;
        text-align: left;
        padding-right: 20px;
    }
    .query-form {
        width: 100%;
        margin: 0px auto;
        height: auto;
        padding-top: 50px;
        border-radius: 0%;
        background: none;
    }
    .music-certi {
        padding: 30px 0px;
        border-radius: 5px;
    }
    .banner-cer {
        margin-top: 60px;
        height: 80px;
        position: relative;
    }
    .banner-cer img {
        position: absolute;
        top: 0px;
        left: 50%;
        margin-left: -480px;
        height: 80px;
    }
}</pre></body></html>