body {
    text-align: left;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Roboto, Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft Yahei", "Microsoft Jhenghei", sans-serif;
}

p {
    color: #FDFEFE;
}

#heading {
    color: #FFFFFF;
}

* {
    box-sizing: border-box;
}

ul {
    color: white;
}

.panel {
    width: 90%;
    max-width: 500px;
    border-radius: 12px;
    padding: 30px 50px;
    margin: 50px auto 40px;
    border: 1px dashed rgb(204, 204, 204);
    color: rgb(51, 51, 51);
    font-weight: 100;
    text-align: center;
}

.welcome {
    text-align: center;
    font-weight: 100;
    margin: 0;
    font-size: 22px;
}

.logo path {
    pointer-events: none;
    fill: none;
    stroke-linecap: round;
    stroke-width: 7;
    stroke: rgb(255, 255, 255);
}

.big-title {
    text-align: left;
    font-size: 3rem;
    margin: 26px 0;
    color: rgb(24, 144, 255);
}

.description {
    text-align: left;
    font-size: 1rem;
    line-height: 1.8rem;
    margin-bottom: 1rem;
}

.wechat-group {
    text-align: center;
    padding-bottom: 10px;
}

.wechat-group img {
    max-width: 220px;
    height: auto;
    border-radius: 8px;
    margin: 0 auto;
    width: 100%;
}

.welcome-img {
    padding: 20px 10px;
    text-align: center;
}

.welcome-img img {
    width: 100%;
    max-width: 280px;
}

.c1401 {
    margin: 0 0 16px;
    font-weight: var(--base-text-weight-semibold, 600);
    line-height: 1.25;
    padding-bottom: 0.3em;
    border-bottom: 1px solid var(--color-border-muted);
    color: rgb(36, 41, 47);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
    text-align: start;
}

.img-fluid {
    width: 301px;
    height: 177px;
    text-align: center;
}

@media (max-width: 767.98px) {
    .big-title {
        font-size: 1.9rem;
    }
}

a.hitCounter.badge-done0 {
    background-color: #0082ad;
    background-image: url(https://visitorshitcounter.com/img/s-hit.png);
    display: inline-block;
    background-repeat: no-repeat;
    color: #f5f5f5;
    text-decoration: none;
    text-indent: 40px;
    padding: 7px;
    min-width: 110px;
    font-size: 22px;
    background-position: 8px 14px;
}

table {
    width: 480px;
    min-height: 25px;
    line-height: 25px;
    text-align: left;
    border-color: #b6ff00;
    border-collapse: collapse;
}

td {
    border: solid #b6ff00;
    border-width: 0px 1px 1px 0px;
    padding: 10px 10px;
}

a {
    text-decoration: none;
}

fieldset {
    background-color: #DCDCDC;
}

p.small {
    line-height: 60%;
}
