@font-face {
    font-family: 'GameSir Fonts';
    src: url('../../fonts/GameSir-Fonts.ttf') format('truetype')
}
body {
    background-color: #101526;
}

.game-hub-font {
    font-family: 'GameSir Fonts';
}

.container-fluid {
    padding: 0;
}


/*
公共头部
*/

.lay-header {

    width: 100%;
    background: rgba(16, 23, 39, 0.7);
    backdrop-filter: blur(10px);
    height: 72px;
    background-blend-mode: multiply;

}

.lay-header .lay-header-main {
    height: 100%;
}

.lay-header .lay-logo img {
    position: relative;
    width: 210px;
}

.lay-header .lay-home a {
    position: relative;
    display: block;
    width: 36px;
    height: 36px;
    background-image: url("../../images/new/home.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

/*, .lay-home a:hover*/
.lay-header .lay-home a:active {
    background-image: url("../../images/new/home-o.png");
}

.lay-header .lay-app img{
    width: 36px;
    height: 36px;
}

.lay-header .lay-app span{
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 16px;
}

/*
底部信息
 */

.lay-footer {
    padding: 32px 6px;
    background: rgba(20,27,48,0.7);
    font-size: 12px;
    font-weight: 400;
    color: #989898;
}
.lay-footer a {
    text-decoration: none;
    color: #aaaaaa;
}
.lay-footer .footer-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-bottom: 6px;
}

.lay-footer-body {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}
.lay-footer-item {
    margin-bottom: 8px;
}
.lay-footer-img {
    width: 22px;
    height: 22px;
}
.lay-footer-right .lay-footer-item {
    text-align: right;
}
/*
内容主体
 */

.lay-content {
    position: relative;
    color: #FFFFFF;
}

#canvas {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -10;
}

.lay-canvas {
    overflow: hidden;
}
.lay-canvas:before {
    content: "";
    -webkit-backdrop-filter: blur(200px);
    backdrop-filter: blur(200px);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.lay-home {
    margin-left: 24px;
}
.lay-lang {
    display: block;
    width: 36px;
    height: 36px;
    margin-left: 24px;
}

.lay-lang.en {
    background-image: url("../../images/new/en.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.lay-lang.en:active {
    background-image: url("../../images/new/en-hover.png");
}

.lay-lang.cn {
    background-image: url("../../images/new/cn.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.lay-lang.cn:active {
    background-image: url("../../images/new/cn-hover.png");
}
#layer_fix {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 2200;
    top: 0;
    background: rgba(0,0,0,0.65);
    display: none;
}


#layer_fix .fix-up {
    position: absolute;
    top: 5px;
    right: 13px;
}
.fix-up img {
    width: 79px;
    height: 79px;
}

#layer_fix .fix-more {
    position: absolute;
    top: 73px;
    right: 129px;
}
.fix-more img {
    width: 157px;
    height: 27px;
}

#layer_fix .fix-browse {
    position: absolute;
    top: 108px;
    right: 46px;
}

.fix-browse img {
    width: 240px;
    height: 27px;
}

.fix-fail-tip {
    position: absolute;
    right: 24px;
    top: 151px;
    /*opacity: 0.65;*/
}
.fix-fail-tip span {
    display: inline-block;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 12px;
    color: #FFFFFFCC;
    /*color: rgba(255,255,255,0.65);;*/
    line-height: 14px;
    text-align: right;
    font-style: normal;
    text-transform: none;
}