<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
    color: #280151;
    text-align: center;
    line-height: 30px;
    background-color: #FEEA00;
}

li {
    list-style: none;
    margin-top: 10px;
}

section.sec1 {
    width: 100%;
    height: 1050px;
    background: url(images/logo_252x.png) no-repeat;
    background-color: #01013B;
    background-size: 100%;
}

div.d1 {
    height: 60px;
    background: rgba(50, 1, 92, 0.6)
}

.d1 img {
    height: 30px;
    width: 250px;
    margin-top: 10px;
    margin-left: 15%;
}

div.d1 a {
    display: inline-block;
    width: 100px;
    height: 30px;
    font-family: Microsoft YaHei;
    font-size: 14px;
    margin-left: 40%;
    margin-top: 10px;
}

div.d2 {
    margin: auto;
    height: 400px;
    width: 70%;
    background: url(images/bg2x.png) no-repeat;
    background-size: 100% 400px;
    margin-top: 550px;
}

div.d21 {
    width: 80%;
    margin: auto;
    color: #fff;
}

div.d21 h3 {
    text-align: center;
    padding-top: 70px;
}

div.d21 p {
    margin-top: 10px;
}

div.d21 p img,
div.d3 p img,
div.d6 p img {
    width: 18px;
    height: 18px;
    vertical-align: middle;
    margin: 0 10px;
}

div.d21 img {
    width: 100%;
    height: 3px;
    margin: 10px 0;
}

section.sec2 {
    width: 100%;
    height: 1200px;
    background: url(images/sec22x.png) no-repeat;
    background-size: 100% 1200px;
    color: #fff;
    margin: auto;
}

div.d3 p {
    width: 150px;
    height: 50px;
    background: url(images/sec25.png);
    background-size: 150px 50px;
    line-height: 50px;
    text-align: center;
    margin: auto;
    font-weight: 700;
}

.d4 {
    font-size: 14px;
}

.d41,
.d42,
.d43,
.d44 {
    width: 80%;
    height: 150px;
    margin: auto;
    margin-top: 50px;
}

.d41,
.d42,
.d43 {
    border-bottom: 2px solid rgb(255, 255, 255, 0.3);
}

.d411,
.d412,
.d413,
.d421,
.d422,
.d423,
.d431,
.d432,
.d433,
.d441,
.d442,
.d443,
.d414,
.d424,
.d434,
.d444 {
    display: inline-block;
}

.d411,
.d421,
.d431,
.d441 {
    width: 20%;
    height: 150px;
    margin-right: 4%;
    margin-top: 30px;
    vertical-align: middle;
    line-height: 30px;
}

.d412,
.d422,
.d432,
.d442 {
    width: 58%;
    height: 120px;
    margin-right: 4%;
}

.d412 ul li,
.d422 ul li,
.d432 ul li,
.d442 ul li {
    list-style-type: disc;
}

.d413,
.d423,
.d433,
.d443 {
    width: 10%;
    height: 120px;
    vertical-align: middle;
}

.d414,
.d424,
.d434,
.d444 {
    height: 100px;
    width: 2px;
    background-color: #fff;
    vertical-align: top;
    opacity: 0.3;
    margin-right: 2%;
}

.d413 a,
.d423 a,
.d433 a,
.d443 a {
    display: inline-block;
    height: 30px;
    width: 100px;
}

.d5,
.d7 {
    margin: auto;
    width: 80%;
}

.d5 img {
    width: 100%;
    height: 4px;
}

div.d6 p {
    width: 400px;
    height: 50px;
    background: url(images/sec2_d652x.png);
    background-size: 400px 50px;
    line-height: 50px;
    text-align: center;
    margin: auto;
    font-weight: 700;
    margin-top: 80px;
}

.d7 img {
    margin-top: 70px;
}

.d8 {
    background-color: #630793;
    width: 80%;
    min-height: 20px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    padding: 5px 10% 0 10%;
}
table {
    width: 90%;
    height: 200px;
    margin: auto;
    margin-top: 40px;
}

table tbody tr td {
    width: 40%;
    height: 45px;
}

table tbody tr td input {
    width: 90%;
    height: 35px;
    margin-left: 10%;
    background: url(images/172x.png) no-repeat rgb(0, 0, 0, 0.2);
    background-size: 18px 18px;
    background-position: 2px 5px;
    border-style: none;
    padding-left: 25px;
    color: #fff;
}

input::placeholder {
    color: #fff;
    height: 30px;
}

.form-button {
    width: 85%;
    height: 30px;
    margin: auto;
    margin-top: 10px;
    margin-left: 10%;
    border-style: none;
    background-color: #FEEA00;
}
@media screen and (max-width: 800px){
    .d1 img{
        margin-left: 5%;
        height: 20px;
        width: 200px;
        margin-top: 15px;
        float: left;
    }
    div.d1 a{
        float: right;
        margin-left: 0;
        margin-right: 5%;
        margin-top: 15px;
        font-size: 12px;
        width: 80px;
        height: 25px;
        line-height: 25px;
    }
    .d8{
        font-size: 10px;
    }
}</pre></body></html>