<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
html,body,div,p,a,span,img,ul,li{margin:0;padding:0}
li{list-style:none}
a img{border:0}
a{color:#333;text-decoration:none;cursor:pointer}
a:hover{text-decoration:none; color: #ca1c1d;}
.fl{float:left}.fr{float:right}
.clearfix:after{display:block;content:'';clear:both}
.clearfix{zoom:1}

#eldernav{
    height: 86px;
}
.elderbar {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    padding: 6px 0;
    background-color: #ca1c1d;
    box-sizing: border-box;
    z-index: 99;
}
.elderbar .wrap {
    width: 1200px;
    margin: 0 auto;
}
.elder-txt {
    font-size: 22px;
    line-height: 74px;
    color: #fff;
}
.elder-item{
    float: left;
    margin-right: 3px;
    background: #ca1c1d url(../images/icon.png) no-repeat center top;
    border: 1px solid #f08585;
    border-radius: 5px;
    text-align: center;
}
.elder-item:nth-child(1){background-position: center -25px;}
.elder-item:nth-child(2){background-position: center -125px;}
.elder-item:nth-child(3){background-position: center -225px;}
.elder-item:nth-child(4){background-position: center -325px;}
/*.elder-item:nth-child(5){background-position: center -425px;}*/
.elder-item:nth-child(6){background-position: center -525px;}
.elder-item:nth-child(7){background-position: center -625px;}

.elder-item.on{background-image: url(../images/icon2.png);}
.elder-item.on .elder-btn{color: #e87467;}

.elder-btn  {
    display: block;
    padding: 0 26px;
    height: 74px;
    padding-top: 40px;
    box-sizing: border-box;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}
.elder-btn img{ display: block !important; margin: 0 auto;}
.elder-btn:hover{ color: #fcff00;}
@media (max-width: 1199px) {
    .elderbar .wrap {
        width: 99%;
    }
    .elder-txt{ font-size: 18px;}
}
@media (max-width: 1034px) {
    .elder-txt{ display: none;}
}
@media (max-width: 750px) {
    #eldernav{
        height: 88px;
    }
    .elder-btn  {
        padding: 40px 0 0;
    }
    .elder-item:nth-child(2),.elder-item:nth-child(3),.elder-item:nth-child(6){display: none;}
    .elder-list{width: 100%;}
    .elder-list li{ width: 24%; margin-left: 0.8%; margin-right: 0; box-sizing: border-box; }
}

/* 辅助屏 */
</pre></body></html>