﻿.header {
    position: fixed;
    z-index: 99;
    height: 61px;
    width: 100%;
    max-width: 720px;
    background-image: linear-gradient(#ebbe5d, #f7f3f3);
    /* background-color: #e0e6a2; */
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 0px 1px 1px rgb(179, 179, 179);
}

.list-title {
    background: linear-gradient(#ebbe5d, #f7f3f3);
    color: rgb(0, 0, 0);
    border-left: 1px solid #ebbe5d;
    border-right: 1px solid #ebbe5d;
    height: 42px;
    line-height: 40px;
    font-size: 18pt;
    text-align: center;

    font-weight: bold;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.ziliao li {
    text-align: center;
    color: #000;
    font-weight: normal;
    font-size: 17pt;
    margin: 2px 0;
    background-color: white;
    padding: 5px 0;
    line-height:35px;
}
.box.spareURL p {
    font-size: 13pt;
    font-weight: 700;
    height: 30px;
    font-family: "Microsoft YaHei";
    color: #ffffff;
    text-align: center;
}
.box.spareURL b {
    display: block;
    float: left;
    width: 33.33%;
    text-align: center;
    font-size: 13pt;
    color: #004d8b;
    font-weight: bold;
    text-shadow: 0px 0px 10px #ffef65;
    animation-name: pulse;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    text-decoration: none;
}

.nav2 {
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 1px;
    font-size: 13px;
    margin-top: -12px;
    line-height: 29px;
    border-radius: 0 0 4px 4px;
}
    
.nav2 ul li a {
    display: block;
    padding: 0px 0;
    text-align: center;
    text-decoration: none;
    color: #fff;
    border-radius: 60px;
    background: #008000;
    font-size: 20px;
    font-weight: bold;
    height: 29px;
    line-height: 30px;
}
.tencent-fixed-top {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}
.tencent-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: sans-serif;
    background: #f7f7f7;
    padding: 1px;
    width: 100%;
    box-sizing: border-box;
    max-width: 720px;
    margin: 0 auto;
}
.tencent-left {
    display: flex;
    align-items: center;
}
.tencent-text {
    font-size: 16px;
    color: #000;
}
.tencent-button {
    padding: 4px 12px;
    background-color: #2680eb;
    border: none;
    border-radius: 16px;
    color: white;
    font-size: 14px;
    cursor: pointer;
}



@media screen and (max-width: 610px) {
    .ziliao li {
        font-size: 15pt;
        line-height: 30px;
    }
}
@media screen and (max-width: 409px) {
    .ziliao li {
        font-size: 12pt;
        line-height: 30px;
    }
}
