/* index.html：弹窗、主按钮动效、友情链接注释区样式 */

.alert_windows {
    display: none;
    position: absolute;
    z-index: 10;
    width: 258px;
    height: 300px;
    background: #333;
}

.alert_windows_span {
    float: right;
    width: 30px;
    height: 30px;
    text-align: center;
    font: 15px/30px Microsoft Yahei;
    cursor: pointer;
    background: lightblue;
}

.alert_windows_span:hover {
    color: #eee;
    background: red;
}

#button {
    animation: breathe 1.1s infinite;
}

@keyframes breathe {
    0% {
        transform: scale(0.99);
    }
    50% {
        transform: scale(1.03);
    }
    100% {
        transform: scale(0.99);
    }
}

.footer0 {
    padding: 0;
}

.fm-footer {
    width: 1170px;
}

div.youqinglianjie ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: auto;
}

div.youqinglianjie ul li {
    float: left;
    color: #999;
    font-size: 14px;
}

div.youqinglianjie ul li a,
div.youqinglianjie ul li a:visited {
    border: 0 solid #4e667d;
    color: #999;
    font-size: 14px;
    display: block;
    line-height: 1.35em;
    padding: 1px 20px 0 0;
    text-decoration: none;
    white-space: nowrap;
}
