body{
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background: #c8020d;

}

.paoma{
    background: #393838;
    height: 25px;
    color: #afacac;
    font-size: 14px;
}


.miandiv{
    position: absolute;
    top:25px;
    overflow-x: hidden;
    left: 0;
    width:100%;
    height:100%;
    z-index:0; /*鏄剧ず灞傜骇*/
    zoom: 1;

    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: center 0;
}

.miandas{
    position: absolute;
    top:25px;
}

@keyframes scaleDraw {
    /*瀹氫箟鍏抽敭甯с€乻caleDrew鏄渶瑕佺粦瀹氬埌閫夋嫨鍣ㄧ殑鍏抽敭甯у悕绉�*/
    0% {
        transform:scale(0.8);
        /*寮€濮嬩负 鍘熷澶у皬*/
    }
    25% {
        transform:scale(1);
        /*鏀惧ぇ1.1鍊�*/
    }
    50% {
        transform:scale(0.9);
    }
    75% {
        transform:scale(1);
    }
    100% {
        transform:scale(0.8);
    }
}.demo {

     -webkit-animation-name:scaleDraw;
     /*鍏抽敭甯у悕绉�*/
     -webkit-animation-timing-function:ease-in-out;
     /*鍔ㄧ敾鐨勯€熷害鏇茬嚎*/
     -webkit-animation-iteration-count:infinite;
     /*鍔ㄧ敾鎾斁鐨勬鏁�*/
     -webkit-animation-duration:3s;
     /*鍔ㄧ敾鎵€鑺辫垂鐨勬椂闂�*/
 }

.merquee {
    box-sizing: border-box;
    word-break: break-all;
    white-space: nowrap;
    overflow: hidden;
}
.merquee-txt{
    margin-top: 2px;
    display: inline-block;
    padding-left: 100%;  /* 浠庡彸鑷冲乏寮€濮嬫粴鍔� */
    animation: marqueeTransform 16s linear infinite;
}
@keyframes marqueeTransform {
    0%   { transform: translate(0, 0); }
    100% { transform: translate(-100%, 0); }
}

.lxkf{
    z-index: 9999;
    position: fixed ! important;
    right: 0px;
    top: 200px;
    width:30px;
    float:right;
    text-align: center;
    height: 100px;
    background: #393838;
    border-top-right-radius:0px;
    border-top-left-radius:10px;
    border-bottom-left-radius:10px;
    border-bottom-right-radius:0px;
}

.box {
    display: block;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background-color:rgba(44,44,44,0.75);
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9
}