body {
    padding: 0;
    margin: 0;
    background: #ebecf1 url(../images/bg.jpg) no-repeat top center;
    background-size: cover;
    color: #333;
    font-size: 14px;
}

a {
    text-decoration: none;
    color: inherit;
}
ul, li {
    padding: 0;
    margin: 0;
    list-style: none;
}
img {
    vertical-align: text-bottom;
}
#red {
    background:#FF0000;
    border-radius: 5%;
}
#red2 {
    background:#B45F04;
    border-radius: 5%;
}
#green {
    background:#31B404;
    border-radius: 5%;
}
#greens {
    background:#0489B1;
    border-radius: 5%;
}
.MAIN {
    width: 1200px;
    margin: 0 auto;
}
.HEAD {
    height: 280px;
}
.NAV {
    text-align: center;
    line-height: 60px;
    font-size: 18px;
    margin-bottom: 30px;
    color: #FFF;
}
.NAV a {
    margin: 0px 10px;
    transition:all 0.3s ease-out;
    padding: 3px 10px;
    border-radius: 5px;
}
.NAV a:hover {
    color: #500;
    margin: 0px 25px;
    background: #Fc0;
}
.COL {
    background: #FFF;
    display: flex;
    justify-content: space-between;
    margin: 10px auto;
    border-radius: 5px 5px 0px 0px;
    overflow: hidden;
}
.COL .text {
    width: 270px;
    padding: 10px;
}
.COL .server {
    padding: 5px;
    display: flex;
    justify-content: space-between;
}
.title {
    font-size: 16px;
    color: #e86656;
    border-bottom: 1px #CCC solid;
    line-height: 32px;
    margin-bottom: 10px;
}
.title span {
    border-bottom: 2px #e86656 solid;
    padding: 5px;
}
.qq {
    padding: 20px 0px;
    display: flex;
    font-size: 12px;
    justify-content: space-between;
    line-height: 20px;
    border-top: 1px #CCC solid;
    margin-top: 10px;
}
.COL2 {
    background: #FFF;
    display: flex;
    justify-content: space-between;
    margin: 10px auto;
    padding: 15px;
    flex-wrap: wrap;
    flex-direction: row;
}
.COL2 ul {
    width: 280px;
    background:url(../images/back.jpg) no-repeat center top;
}
.COL2 ul:hover {
    transform: scale(1.05) translateY(-10px);
    box-shadow: 10px 10px 25px #9999;
}
.COL2 strong {
    font-size: 30px;
    line-height: 40px;
}
#C01 {
    color: #b0d04d;
    font-size: 26px;
    line-height: 36px;
    font-weight: 700;
    text-align: center;
}
.serverName {
    padding: 15px 10px;
    font-size: 20px;
    font-family: 微软雅黑;
    font-weight:bold;
    border-radius:5px 5px 0px 0px;
    background: #2E2E2E;
    color: #FFFFFF;
}
.c {
    height: 28px;
    line-height: 20px;
    padding: 15px;
    font-size: 12px;
    color: #666;
    overflow: hidden;
    word-break:break-all;
    text-overflow: ellipsis;
    text-indent: 24px;
}
.btn {
    display: flex;
    justify-content: space-between;
    padding: 15px;
}
.btn a {
    display:block;
    background:#999;
    color:#FFF;
    padding:5px 10px;
    transition:all 0.2s ease-out;
}
.btn a:hover {
    padding:5px 15px;
}
.FOOT {
    background: #FFFFFF;
    color: #2E2E2E;
    text-align: center;
    padding: 8px;
    margin-bottom: 30px;
    border-radius:0px 0px 5px 5px;
    font-size:12px;
    line-height:24px;
    font-weight:normal;
}
