/*@font-face {
    font-family: "FZLTXHK";
    src: url('FZLTXHK.ttf');
}
@font-face {
    font-family: "FZLTCHJW";
    src: url('FZLTCHJW.TTF');
}
@font-face {
    font-family: "FZLTCHK";
    src: url('fzltchk_gbk1 0.TTF');
}*/
html,
body {
    padding: 0;
    margin: 0;
    min-width: 1280px;
    height: 100%;
}

.head {
    height: 71px;
    background-color: #363636;
}

.page-head {
    height: 71px;
    width: 1280px;
    margin-left: calc(50% - 640px);
}

.page-head a {
    color: #fff;
    text-decoration: none;
}

.page-head a:link,
.page-head a:hover,
.page-head a:visited,
.page-head a:active,
{
    color: #fff;
}

#index .page-body {
    min-height: 626px;
    width: 100%;
    height: auto;
    background-color: #363636;
}

.page-foot {
    width: 100%;
    height: 23px;
    background-color: #363636;
    color: #fff;
    text-align: center;
}

.xor-logo {
    float: left;
    height: 100%;
    width: 217px;
    background-image: url(../image/xorlive-logo.png);
    background-repeat: no-repeat;
    background-position: center;
}

.page-nav {
    float: left;
    width: 126px;
    cursor: pointer;
    height: 100%;
    color: #ffffff;
    text-align: center;
    line-height: 72px;
    border-width: 0 1px 0 0;
    border-style: solid;
    border-color: #adadad;
    font-size: 13.83px;
    font-family: "微软雅黑";
}

.nav-menu {
    float: left;
    width: 78px;
    height: 100%;
    background-image: url(../image/nav-menu.png);
    background-repeat: no-repeat;
    background-position: center;
}

.page-head-spacer {
    float: left;
    width: 222px;
    height: 100%;
    border-width: 0 1px 0 0;
    border-style: solid;
    border-color: #adadad;
}

.page-nav.nav-focus {
    font-weight: bold;
		font-size:16px;
		background-color:#1c1c1c
}

.page-content {
    width: 100%;
    height: auto;
}