<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,
body,
div,
p,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
header,
main,
nav,
footer {
    padding: 0;
    margin: 0;
}


ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
}

html {
    font-size: 10px;
    width: 100%;
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
}

#app {
    width: 100%;
    height: auto;
    
    /* position: relative; */
}


/* å¤´éƒ¨å›¾ç‰‡ */
header {
    width: 100%;
}

.swiper-slide&gt;img {
    width: 100%;
}

.oneImg {
    width: 100%;
}

.oneImg&gt;img {
    width: 100%;
}




/* ä¸­é—´æŒ‰é’®éƒ¨åˆ† */
main {
    width: 100%;
    height: auto;
    margin-top: -4px;
}


/* æŒ‰é’®éƒ¨åˆ† */

.jump-btn {
    width: 100%;
    overflow: hidden;
    padding: 0 0.5rem;
    box-sizing: border-box;
}

.jump-btn&gt;div {
    margin-top: 0.7rem;
}

.jump-box {
    width: 100%;
    height: auto;
}

.btn-item {
    width: 33%;
    float: left;
    display: flex;
}

.btn-item&gt;a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 5px;
    box-sizing: border-box;
}


.btn-item-box {
    width: 100%;
    height: 82px;
    border-radius: 20px;
    position: relative;
    box-sizing: border-box;
}

.btn-item:nth-child(4){
    width: 50%;
}
.btn-item:nth-child(5){
    width: 50%;
}
.btn-item:nth-child(6){
    width: 50%;
}
.btn-item:nth-child(7){
    width: 50%;
}
.btn-item:nth-child(8){
    width: 50%;
}
.btn-item:nth-child(4) .btn-item-box{
    height: 196px;
}
.btn-item:nth-child(5) .btn-item-box{
    height: 94px;
}
.btn-item:nth-child(6) .btn-item-box{
    height: 94px;
}
.btn-item:nth-child(7) .btn-item-box{
    height: 94px;
}
.btn-item:nth-child(8) .btn-item-box{
    height: 94px;
}




.btn-item-box&gt;i {
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 2.5rem;
}

.btn-item-box&gt;p {
    font-size: 1.6rem;
    position: absolute;
    top: 15px;
    left: 10px;
    font-family: ä»¿å®‹;
    font-weight: 900;
}

.btn-item:nth-child(4) .btn-item-box p {
   left: 50%;
   margin-left: -40px;
   top: 120px;
   font-size: 2rem;
}

.btn-item:nth-child(4) .btn-item-box i {
    font-size: 5rem;
    top:60px;
    left: 50%;
    margin-left: -25px;
}

/* æ–°é—»éƒ¨åˆ†css */
.news {
    width: 100%;
    /* height: 150px; */
    padding-top: 20px;
    margin-top: -2px;
}

.news&gt;ul&gt;li {
    padding: 10px 15px;
    box-sizing: border-box;
    font-size: 16px;
    display: flex;
    margin-top: -3px;
}

.news&gt;ul&gt;li:nth-child(2),
.news&gt;ul&gt;li:nth-child(3) {
    border-top: none;
}

.news-item&gt;a {
    padding-right: 40px;
    box-sizing: border-box;
    width: 100%;
    display: block;
    font-size: 18px;
    position: relative;
}

.news-item&gt;a::after {
    content: '\e60c';
    position: absolute;
    right: 10px;
    font-size: 16px;
    top: 50%;
    margin-top: -8px;
}



/* åº•éƒ¨å›¾ç‰‡éƒ¨åˆ† */

footer {
    width: 100%;
    /* margin-top: 10px; */
    padding: 5px 0;
}

.foot {
    position: absolute;
    left: 0;
    bottom: 0;
}

footer&gt;div {
    width: 100%;
}

.footer {
    padding: 2px;
    text-align: center;
    width: 60%;
    margin: auto;
    font-size: 15px;
}

.footer&gt;span {
    font-weight: 700;
}

.footer&gt;a&gt;span {
    font-weight: 700;
}

.footer&gt;a&gt;img {
    width: 20px;
    height: 20px;
    vertical-align: -5px;
}
</pre></body></html>