html{
    font-size : 54px;
}

.show-url {
    font-size: 3em;
    font-weight: bold;
    letter-spacing: .1rem;
    color: #fff;
    line-height: 2;
}

.change-url {
    text-align: center;
    width: 3rem;
    color: #ff0;
}

/*居中*/
.text {
   text-align: center;
}
.foot{
    position: absolute;
  
    width: 100%;

}

.light {
    animation: change 1s linear 0s infinite;
    font-weight: 550;
}

.crousel{
    width : 100%;
    height : 100%;
}

@keyframes change {
    0% {
        color: #FF0033;
    }
    28% {
        color: #f900cf;
    }
    50% {
        color: #1000ff;
    }
    78% {
        color: #00dcff;
    }
    100% {
        color: #ff4700;
    }
}

.kfImg{
    width: 85%;
    height: 114%;
    margin-top: 0px
}


/* 滚动公告 */
.gonggao{height: 0.8rem;background: #fdf9f9;border-top: 1px solid #c8c8c8; border-bottom: 1px solid #c8c8c8;}
.gonggao .title{margin-left:0.4rem;height:0.8rem; line-height:0.8rem;float: left; display: block;width: 2.4rem;color: #ef0808;font-size: 0.37rem}
.gonggao .title span{display:inline-block;font-size:0.56rem;color: #ef0808;vertical-align: middle;margin-right:0.2rem}
.gonggao .gundong{color: #000; font-size: 0.37rem; overflow: hidden;line-height: 0.8rem;white-space:nowrap}