<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%;
    margin-top: -4px;
    /* background: url('../image/1.png') no-repeat 0 0/100% 100%; */
}

.have {
    display: none;
    box-sizing: border-box;
}

.srcoll {
    box-sizing: border-box;
    font-weight: bolder;
    font-size: 2.5rem;
    margin-top: 10px;
}

.end {
    display: none;
}

.countdown {
    width: 100%;
    padding: 2rem 0;
    box-sizing: border-box;
}

.countdown&gt;div {
    width: 65%;
    margin: auto;
}
.countdown-date {
    width: 100%;
}

.countdown-date&gt;ul {
    display: flex;
    justify-content: space-between;
}

.date-item {
    text-align: center;
    width: 20%;
    border-radius: 10px;
    padding: 5px 0;
}

.date-item&gt;span {
    padding: 1rem;
    /* font-weight: 700; */
    font-size: 2rem;
    border-radius: 1rem;
    position: relative;
}

.date-item&gt;div {
    font-size: 1rem;
}






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

.jump-btn {
    width: 100%;
    overflow: hidden;
    margin-top: -0.4rem;
    padding: 0 1rem;
    box-sizing: border-box;
}

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





.btn-item {
    width: 100%;
    height: 100%;
    display: flex;
}
.btn-item:nth-child(1){
    grid-area: c1;
}
.btn-item:nth-child(2){
    grid-area: c2;
}
.btn-item:nth-child(3){
    grid-area: c3;
}
.btn-item:nth-child(4){
    grid-area: c4;
}
.btn-item:nth-child(5){
    grid-area: c5;
}
.btn-item:nth-child(6){
    grid-area: c6;
}
.btn-item:nth-child(7){
    grid-area: c7;
}
.btn-item:nth-child(8){
    grid-area: c8;
}
.btn-item:nth-child(9){
    grid-area: c9;
}
.btn-item:nth-child(10){
    grid-area: c10;
}

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

.btn-item-box {
    width: 100%;
    height: 100%;    
    overflow: hidden;
    display: flex;
    align-items:center;
    justify-content: center;
    flex-wrap: wrap;
    border-radius: 1rem;
}

.btn-item-box&gt;i {
    align-self:flex-end;
    line-height: 4rem;
    text-align: center;
    width: 4rem;
    height: 4rem;
    border-radius: 5rem;
    font-size: 3.5rem;
    display: inline-block;
}

.btn-item-box&gt;p {
    align-self:flex-start;
    width: 100%;
    text-align: center;
    font-size: 1.6rem;
    margin-top: 1rem;
}



/* æ–°é—»éƒ¨åˆ†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;
}
.btn-item:nth-child(11){
    grid-area: c11;
	}
	.btn-item:nth-child(12){
		grid-area: c12;
	}
	.btn-item:nth-child(13){
		grid-area: c13;
	}</pre></body></html>