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


/* 紊у�紊顔���阪�� */
.icon {
    /* border: 1px solid black; */
    /* color: black; */
    width: 40px;
    height: 40px;
    text-align: right;
    vertical-align: -7em;
    fill: currentColor;
    overflow: hidden;
    background-color: rgb(0, 0, 0);
    border-radius: 5px;
    transition: 0.6s;
}

.icon:hover{
    background-color: rgb(0, 0, 0);
    border-radius: 5px;
}


a:hover,
a:focus{
    text-decoration: none;
}

#top{
    /* border: 1px solid black; */
    background-color: rgb(0, 0, 0);
    height: 100px;
}

.top{
    /* height: 190px; */
}

.top-left{
    /* border: 1px solid rgb(255, 255, 255); */
    line-height: 98px;
}

.top-left a{
    line-height: 98px;
    font-size: 20px;
    font-weight: 400px;
    color: rgb(255, 255, 255);
}

.top-left img{
    width: 130px;
    /* height: 100px; */
}

.top-right{
    /* border: 1px solid black; */
}

.top-right ul{
    display: flex;
    margin: 0px;
    justify-content: space-between;
}



.top-right ul li a{
    line-height: 100px;
    color: rgb(255, 255, 255);
    transition: 0.6s;

}

.top-right ul li{

}

.top-right ul li a:hover{
    color: rgb(232, 232, 232);
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.8), /* 筝糸������� */
                 0 0 10px rgba(255, 255, 255, 0.6), /* 罨≦������� */
                 0 0 15px rgba(255, 255, 255, 0.4); /* 紊����� */
}


/* 絨鎡鎀顔���阪�� */
#top_xs {
    background-color: rgb(47, 47, 47);
    opacity: 0.99;
    box-shadow: 0px 1px 5px #888888;
    height: 80px; /* 隋��蕭�綺�� padding 筝��� */
    width: 100%;
    color: rgb(255, 255, 255);
    position: fixed;
    top: 0; /* 隋��絲取���≦�膸���ゝ�∫ゞ�� */
    z-index: 99999;
    overflow: hidden;
}


.top-center{
    line-height: 50px;
    text-align: center;
}

.top-center a img{
    width: 160px;
    height: 80px;
}

.icon{
    width: 40px;
    line-height: 80px;
    /* border: 1px solid black; */
    position: absolute;
    right: 15px;
    top: 15px;
}

/* ����憟ず */
#hide{
    width: 40%;
    /* height: 100%; */
    background-color: rgb(47, 47, 47);  
    position: fixed;
    z-index: 999;
    top: 80px;
    right: 0px;
    text-align: center;
    display: none;
}

.yincang&gt;ul&gt;li{
    padding: 20px;
    transition: 0.6s;
}

.yincang&gt;ul&gt;li:hover{
    background-color: rgb(105, 105, 105);
}


/* 綺����阪�� */
#bottom{
    /* height: 235px; */
    /* border: 1px solid black; */
    padding: 50px 0px;
    background-color: rgb(0, 0, 0);
    color: white;
}


#bottom h3{
    padding-bottom: 20px;
    margin-top: 0px;
    font-size: 24px;
    font-weight: bold;
}

#bottom p{
    line-height: 25px;
    margin-bottom: 25px;
    font-size: 14px;
    color: rgb(255, 255, 255);
    background-color: rgb(0, 0, 0);
    margin: 0 0 10px;
    font-weight: 200;
}

#bottom&gt;div&gt;div&gt;div:nth-child(2)&gt;ul&gt;li&gt;a{
    color: #1abc9c;
    line-height: 26px;
    transition: 0.6s;
}

#bottom&gt;div&gt;div&gt;div:nth-child(2)&gt;ul&gt;li&gt;a:hover{
    color: rgb(105, 105, 105);
}

.bei{
    padding: 10px 0px;
    text-align: center;
    background-color: rgb(0, 0, 0);
}

.bei a{
    color: white;
}

/* 絨鎡鎺����阪�� */
#bottom_xs{
    width: 100%;
    height: 70px;
    position: fixed;
    bottom: 0px;
    background-color: rgb(47, 47, 47);
    color: #ffffff;
}

.bottom_xs{
    /* border: 1px solid black; */
    height: 70px;
    width: 100%;
    margin: 0px auto;
}

.zhuye,
.tuweng,
.shiping,
.liuyan{
    /* line-height: 20px; */
    color: rgb(105, 105, 105);
    padding: 10px 0px;
    /* border: 1px solid black; */
    text-align: center;
}

.zhuye&gt;a&gt;img,
.tuweng&gt;a&gt;img,
.shiping&gt;a&gt;img,
.liuyan&gt;a&gt;img{
    width: 25px;
}

.zhuye&gt;p,
.tuweng&gt;p,
.shiping&gt;p,
.liuyan&gt;p{
    padding-top: 5px;
    font-size: 10px;
}
</pre></body></html>