﻿body {
    font-size: 18px;
    background-color: #ffffff;
    font-family: Verdana, Arial, sans-serif;
}

a {
    font-size: 18px;
    color: blue;
    text-decoration: none;
}

a:visited {
    color: blue;
}

a:hover {
    color: blue;
}

.main {
    line-height: 25px;
}

.Splitline {
    height: 1px;
    width: 100%;
    background: #000000;
    overflow: hidden;
}

.Vip {
    text-decoration: none;
    font-size: 18px;
    color: red;
}

.hs {
    display: inline-block;
    font-family: "Microsoft YaHei", Arial, sans-serif;
    color: #ff0000;
    font-size: 19px;
    padding: 3px 5px;
    border-radius: 3px;
    margin-right: 10px;
}

.hs a {
    color: #ff0000;
    font-size: 19px;
}

.jiaru {
    display: inline-block;
    font-family: "Microsoft YaHei", Arial, sans-serif;
    background: #fd7171;
    color: #fff;
    font-size: 19px;
    padding: 3px 5px;
    border-radius: 3px;
    margin-right: 10px;
}

.hong {
    display: inline-block;
    font-family: "Microsoft YaHei", Arial, sans-serif;
    background: #ff0000;
    color: #fff;
    font-size: 19px;
    padding: 3px 5px;
    border-radius: 3px;
    margin-right: 10px;
}

.hong a {
    color: #ffff00;
    font-size: 19px;
}

.huang {
    display: inline-block;
    font-family: "Microsoft YaHei", Arial, sans-serif;
    background: #f0e68c;
    color: #fff;
    font-size: 19px;
    padding: 3px 5px;
    border-radius: 3px;
    margin-right: ■■px;
}

.huang a {
    color: #ff0000;
    font-size: 19px;
}

.red {
    background: #fef4e7;
    color: #f4232b;
    font-size: 18px;
}

.red a {
    color: #ff0000;
}

.red20 {
    background: #ff34b3;
    color: #ff34b3;
    font-size: 18px;
}

.red21 {
    color: #bd6b06;
    font-size: 18px;
}

.red22 {
    color: #880000;
    font-size: 18px;
}

.red23 {
    color: #ee9a00;
    font-size: 18px;
}

.red24 {
    color: #00cd00;
    font-size: 18px;
}

.red25 {
    color: #9400d3;
    font-size: 18px;
}

.red26 {
    color: #8b6508;
    font-size: 18px;
}

.red27 {
    color: #ff6347;
    font-size: 18px;
}

.red28 {
    color: #4682b4;
    font-size: 18px;
}

.red29 {
    color: #8b2252;
    font-size: 18px;
    white-space: nowrap;
    display: inline;
}

textarea {
    font-size: 13px;
    width: 98%;
    margin: 0 0 5px 0;
    border: 1px solid #9fc6ec;
}

img {
    border: 0;
}

.animate {
    padding: 2px 30px;
    font-size: 18px;
    color: #170302;
    display: inline-block;
    white-space: nowrap;
    background: #e4ffe8;
    border-radius: 15px;
    animation: 50s wordsLoop linear infinite normal;
}

.animate2233445566 {
    padding: 5px;
    font-size: 18px;
    color: #ff3333;
    display: inline-block;
    white-space: nowrap;
    animation: 30s wordsLoop linear infinite normal;
}

@keyframes wordsLoop {
    0% {
        transform: translateX(100px);
        -webkit-transform: translateX(100px);
    }
    100% {
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
    }
}

div.fgxx {
    height: 1px;
    background: #dddddd;
}