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

body,
button,
input,
select,
textarea {
    /*font-family: 'PingFang, å¾®è½¯é›…é»‘';*/
    font-family: PingFang SC;
    color: #333333;
}

html {
    font-size: 26.66666667vw;
    background: #ffffff;
}

body {
    background-color: #F2F5FA;
    font-size: 0.14rem;
    /* height: 100%; */
    /* display: flex; */
    /* æ›´æ”¹ä¸»è½´æ–¹å‘ */
    /* flex-direction: column; */
}

body,
html,
p,
h4,
span,
a,
ul,
li {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #999;
}

header img {
    width: 100%;
    height: 100%;
}

header {
    width: 100%;
    height: 0.5rem;
    /* background-color: rgba(0, 59, 133, 0.16); */
    line-height: 0.5rem;
    display: flex;
    align-items: center;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 3;
}

/* main {
    margin-top: 0.5rem;
} */

header .icon-arrow-left {
    font-size: 0.3rem;
    color: #ffffff;
    font-weight: 400;
    margin-left: 0.1rem;
}

.icon-arrow-left&gt;a {
    opacity: 0;
}
header&gt;a{
    display: inline-block;
    height: 0.5rem;
}

header&gt;div {
    width: 1.44rem;
    height: 0.3rem;
    /* background-color: cadetblue; */
    margin-left: 0.7rem;
}


.xdtbanner {
    width: 100%;
    height: 5.72rem;
    position: relative;
    /* background-color: tomato; */
    background: url(../images/xcp/ç»„\ 401.png) no-repeat;
    background-size: cover;
    /* overflow: hidden; */
    margin-bottom: 2.12rem;
    position: relative;
}
.xdtbanner&gt;div{
    width: 2.4rem;
    height: 1.24rem;
    margin: 0 auto;
    margin-top: 0.71rem;
    /* background-color: tomato; */
    display: flex;
    justify-content: center;
    text-align: center;
}
.xdtbanner&gt;div&gt;div{
    width: 1rem;
    height: 1.24rem;
    /* background-color: violet; */
    font-size: 0.1rem;
    color: #ffffff;
}
.xdtbanner&gt;div&gt;div&gt;div{
    width: 1rem;
    height: 1rem;
    margin-bottom: 0.1rem;
}
.xdtbanner img {
    width: 100%;
    height: 100%;
}

.xdtbanner&gt;p:nth-of-type(1) {
    width: 100%;
    text-align: center;
    color: #ffffff;
    font-size: 0.18rem;
    font-weight: 600;
    padding-top: 0.8rem;
}

.xdtbanner&gt;p:nth-of-type(2) {
    width: 0.5rem;
    margin: 0 auto;
    border-bottom: 0.01rem solid #ffffff;
    margin-top: 0.21rem;
}

.xdtbanner&gt;p:nth-of-type(3) {
    width: 3.45rem;
    margin: 0 auto;
    font-size: 0.12rem;
    line-height: 0.18rem;
    color: #ffffff;
    margin-top: 0.2rem;
}

.xpccontent {
    width: 80%;
    /* height: 1.67rem; */
    margin: 0 auto;
    position: absolute;
    /* left: 0.15rem; */
    top: 4.5rem;
    z-index: 20;
    background: #ffffff;
    border-radius: 0.1rem;
    display: flex;
    flex-wrap: wrap;
    padding: 0.15rem;
    /* flex-direction: column; */
    justify-content: space-between;
    align-items: center;
    left: 0;
    right: 0;
}
.xpccontent li{
    width: 42%;
    /*height: 1.06rem;*/
    /* background-color: tomato; */
    text-align: center;
    font-size: 0.12rem;
    color: #0B2A63;
}
.xpccontent li div{
    width: 0.8rem;
    height: 0.8rem;
    margin: 0 auto;
    margin-bottom: 0.1rem;
}
.xpccontent li img{
    width: 100%;
    height: 100%;
}
/* åº•éƒ¨ */
</pre></body></html>