<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    box-sizing: border-box;
}
html, body {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
}
body {
    font-family: 'Microsoft YaHei', Arial, sans-serif;
}

a {
    text-decoration: none;
    cursor: pointer;
}


.search-box {
    width: 100%;
    height: 100%;
    padding: 50px;
}
.search {
    display: flex;
    justify-content: center;
    align-items: stretch;
    margin-top: 250px;
}
.search-input {
    width: 270px;
    border: 1px solid #000;
    padding: 10px;
    height: 40px;
    background-color: #FFF;
}
.search-input:focus {
    outline: none;
}
.search-btn {
    background-color: #1C2ECE;
    font-size: 16px;
    border: 0;
    color: #FFF;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    margin-left: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.search-btn &gt; span {
    margin-left: 10px;
}
footer {
    position: fixed;
    width: 318px;
    height: 58px;
    right: 10px;
    bottom: 10px;
    background-image: url("../image/explorer.png");
    background-repeat: no-repeat;
}
.browser {
    display: flex;
    justify-content: end;
    align-items: stretch;
    padding-right: 10px;
}
.browser &gt; a {
    display: inline-block;
    width: 42px;
    height: 58px;
}

.container {
    width: 100%;
    height: 100%;
}
.header {
    font-size: 45px;
    color: #F00;
    font-weight: bold;
    text-align: center;
    padding: 10px 0;
}
.card {
    max-width: 860px;
    border: 1px solid #c4d1cb;
    padding: 20px;
    margin: 0 auto 30px auto;
}
.card-header {
    width: 98%;
    margin: 0 auto;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
    color: #2a85bf;
    border-bottom: 1px dashed #adb2b4
}
.card-body {
    width: 98%;
    padding: 20px;
    padding-bottom: 0;
}
.card-body &gt; .row {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 10px;
}
.card-body &gt; .row &gt; .jump-url {
    border: 1px solid #54b2e2;
    border-radius: 10px;
    background: #ebf7ff;
    font-size: 16px;
    text-align: center;
    color: #333;
    height: 30px;
    line-height: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 25px;
}
.card-body &gt; .row &gt; .jump-url &gt; em {
    font-size: 12px;
    color: #ff9b9b;
    font-style: normal;
}
.notice {
    padding-top: 10px;
    font-size: 12px;
    color:#606060;
    text-align: right;
}
.notice2 {
    display: none;
}

/* 莇�絨顒上�鐚����削�絨鋋�576px鐚� */
@media (max-width: 575.98px) {
    footer {
        display: none;
    }
    .search {
        display: flex;
        justify-content: start;
        align-items: stretch;
        flex-direction: column;
        margin-top: 100px;
    }
    .search-input, .search-btn {
        border-radius: 5px;
    }
    .search-input {
        width: 100%;
    }
    .search-btn {
        width: 100%;
        margin-top: 15px;
        margin-left: 0;
        justify-content: center;
    }

    .container {
        background-color: #E9EEE9;
    }
    .header {
        background-color: #E993FF;
        color: #FFF;
        font-size:30px;
        font-weight: normal;
        letter-spacing: 10px;
    }
    .card {
        width: 96%;
        margin: 2% auto 0;
        background: #fff;
        padding: 5px 0;
        border: 1px dashed #adb2b4;
        background-color: #FFFDE9;
    }
    .card-header {
        text-align: center;
        font-size: 20px;
        line-height: 30px;
        text-align: center;
        border-bottom: 1px dashed #adb2b4;
        color: #2a85c4;
        font-weight: 900;
    }
    .card-body &gt; .row {
        grid-template-columns:  1fr;
        grid-row-gap: 15px;
    }
    .card-body &gt; .row &gt; .jump-url {
        justify-content: center;
        height: 36px;
    }
    .card-body &gt; .row &gt; .jump-url &gt; em {
        margin-left: 15px;
    }
    .notice {
        text-align: center;
    }
    .notice1 {
        display: none;
    }
    .notice2 {
        display: block;
    }

}

/* 絨��顒上�鐚�腴�絮鎶恰�随���576px鐚� */
@media (min-width: 576px) and (max-width: 767px)  {

    footer {
        display: none;
    }
    .container {
        background-color: #E9EEE9;
    }
    .header {
        background-color: #E993FF;
        color: #FFF;
        font-size:30px;
        font-weight: normal;
        letter-spacing: 10px;
    }
    .card {
        width: 96%;
        margin: 2% auto 0;
        background: #fff;
        padding: 5px 0;
        border: 1px dashed #adb2b4;
        background-color: #FFFDE9;
    }
    .card-header {
        text-align: center;
        font-size: 20px;
        line-height: 30px;
        text-align: center;
        border-bottom: 1px dashed #adb2b4;
        color: #2a85c4;
        font-weight: 900;
    }
    .card-body &gt; .row {
        grid-template-columns:  1fr;
        grid-row-gap: 15px;
    }
    .card-body &gt; .row &gt; .jump-url {
        justify-content: center;
        height: 36px;
    }
    .card-body &gt; .row &gt; .jump-url &gt; em {
        margin-left: 15px;
    }
    .notice {
        text-align: center;
    }
        .notice1 {
        display: none;
    }
    .notice2 {
        display: block;
    }

}</pre></body></html>