html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


body {
    padding: 0;
    margin: 0;
    background: #ebecf1 url(../images/bg.jpg) no-repeat top center;
    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.5s 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;
    margin: 10px auto;
    padding: 3px;
    justify-content: center;
}

.COL2 ul {
    width: 40%;
    margin: 50px 5%;
    background: url(../images/back.jpg) no-repeat center top;
    background-size: 100%;
}
.COL2 ul .img img {
    max-width: 100%;
    width: 100%;
}
.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: 15px;
    color: #666;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    text-indent: 8px;
    font-weight: 350;
}

.btn {
    display: flex;
    justify-content: space-between;
    padding: 30px;
}

.btn a {
    display: block;
    background: #999;
    color: #FFF;
    padding: 5px 10px;
    transition: all 0.2s ease-out;
    width: calc(25% - 30px);
    text-align: center;
    line-height: 36px;
    font-size: 18px;
}

.btn a:hover {
    padding: 5px 15px;
}

.FOOT {
    background: #FFFFFF;
    color: #2E2E2E;
    text-align: center;
    padding: 8px;
    margin-bottom: 0px;
    border-radius: 0px 0px 5px 5px;
    font-size: 12px;
    line-height: 24px;
    font-weight: normal;
}


@media (max-width: 960px) {
    body { background-size: 100%;}
    .MAIN { width: 100%;}
    .FOOT { width: 100%;}
    .HEAD {
        height: 18vh;
    }
    .COL2 ul {
        width: 90%;
        margin: 50px 5%;
        background: url(../images/back.jpg) no-repeat center top;
        background-size: 100%;
    }
    .btn {
        padding: 15px;
    }
}

@media (max-width: 767px) {
    .COL2 {
        background: #FFF;
        display: flex;
        margin: 10px auto;
        padding: 15px;
        justify-content: center;
        flex-wrap: wrap;
    }
    .COL2 ul {
        width: 90%;
        margin: 10px 5%;
        background: url(../images/back.jpg) no-repeat center top;
        background-size: 100%;
    }
    .btn a {
        display: block;
        background: #999;
        color: #FFF;
        padding: 5px;
        transition: all 0.2s ease-out;
        width: calc(25% - 15px);
        text-align: center;
        line-height: 30px;
        font-size: 14px;
    }
    .FOOT {
        width: calc(100% - 20px);
        padding: 10px;
    }
}