* {
    margin: 0;
    list-style: none;
    padding: 0;
    color: #3e3e3e
}

body {
    max-width: 600px;
    margin: 0 auto;
    background-color: #f1f1f1;
}

a {
    text-decoration: none;
}

.header {
    background-color: #fff;
    padding: 10px;
}

.header .logo {
    height: 10vw;
    max-height: 60px;
}

.slideBox {
    width: calc(100% - 2px);
    height: 66vw;
    max-height: 400px;
    overflow: hidden;
    position: relative;
    border: 1px solid #ddd;
}

.slideBox .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 5px;
    bottom: 5px;
    z-index: 1;
}

.slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.slideBox .hd ul li {
    float: left;
    margin-right: 2px;
    width: 15px;
    height: 15px;
    line-height: 14px;
    text-align: center;
    background: #fff;
    cursor: pointer;
    font-size: 10px;
}

.slideBox .hd ul li.on {
    background: #f00;
    color: #fff;
}

.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
}

.slideBox .bd img {
    width: 100%;
    height: 100%;
    display: block;
}

.index-box {
    margin-top: 10px;
}

.index-box-header {
    font-size: 16px;
    color: #000;
    background: #fff;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 5px 10px;
}

.index-box-header .iconfont {
    margin-right: 10px;
    font-size: 16px;
}

.index-box-header a {
    float: right;
}

.index-server-list {
    background: #fff;
    width: 100%;
    text-align: center;
    font-size: 14px;
    border-collapse: collapse;
    border-spacing: 0;
}

.index-server-list>thead>tr {
    background-color: #FAFAFA;
    border-bottom: 1px solid #e7e6e3
}

.index-server-list>thead>tr>th {
    padding: 0.5rem;
    color: #383938;
    font-weight: 400;
}

.index-server-list>tbody>tr {
    border-bottom: 1px solid #e7e6e3;
}

.index-server-list>tbody>tr>td {
    padding: 0.5rem;
}

.index-server-list>tbody>tr>td>a {
    color: #FF6608;
    text-decoration: none;
}

.index-article-list {
    background: #fff;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.index-article {
    padding: 10px 10px;
    display: block;
}

.index-game-list {
    background-color: #fff;
    padding-top: 20px 10px;
}

.index-game-list:after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

.index-game {
    float: left;
    width: calc(50% - 20px);
    text-align: center;
    margin: 10px;
}

.index-game>img {
    width: 80px;
    height: 80px;
}

footer {
    color: #DADADA;
    background-color: #333333;
    text-align: center;
    padding-bottom: 1.5rem;
    padding-top: 1rem;
}

footer p {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

footer a {
    color: #DADADA
}