﻿*{padding:0px; margin:0px;}
a{text-decoration:none; color:black;}
img{border:none;}
input[type=text],input[type=password],input[type=button],input[type=submit],textarea{padding:5px; border:solid 1px #D4D4D4; border-radius:4px;}
html {
    height: 100%;
}
body {
    height: 100%;
}
@font-face {
    font-family: '庞门正道标题体';
    src: url('../font/PangMengZhengDaoBT3.0.ttf');
}
@media screen and (min-width:768px) {
    *{font-size:16px;}
}
@media screen and (max-width:768px) {
    *{font-size:14px;}
}
.banner img {
    width: 100%;
}
.top {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    background: black;
    z-index: 99999;
}
.top .container {
    width: 1400px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top .container .menus a {
    color: #e0e0e0;
}

@media screen and (min-width:768px) {
    .only-m {
        display: none !important;
    }
    .top {
        height: 105px;
    }
    .top .container .navBtn {
        display: none;
    }
    .top .container .menus a {
        font-family: 庞门正道标题体;
        font-size: 22px;
        margin-left: 30px;
    }

    .top .container .menus a:hover {
        color: white;
    }

    .top .container .menus a.cur {
        color: #00ccff;
    }
}

@media screen and (max-width:768px) {
    .only-pc {
        display: none !important;
    }
    .top {
        height: 70px;
    }
    .top .container .logo {
        height: 50px;
        margin-left: 15px;
    }
    .top .container .navBtn {
        margin-right: 20px;
    }
    @keyframes menuOpenAni {
        from {
            top: 60px;
        }
        to {
            top: 70px;
        }
    }
    @keyframes menuCloseAni {
        from {
            top: 70px;
        }
        to {
            top: 60px;
        }
    }
    .top .container .menus {
        width: 100px;
        position: fixed;
        z-index: 1000;
        top: 60px;
        right: 0px;
        display: none;
        flex-direction: column;
        align-items: center;
        background: black;
        padding: 10px;
    }

    .top .container .menus a {
        margin: 15px 0;
    }
}

.middle {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 65px;
}

.container {
    padding-top: 15px;
    display: block;
    margin: auto;
}

@media screen and (min-width:768px) {
    .container {
        width: 1230px;
    }
}

.more {
    width: 100px;
    border: solid 2px gray;
    border-radius: 40px;
    padding: 10px;
    margin: 10px auto;
    display: block;
    text-align: center;
}

@media screen and (min-width:768px) {
    .more {
        padding: 5px;
    }
}


.more:hover {
    color: white;
    background: #4078e1;
    border-color: #4078e1;
}
.moreW {
    color: white;
}

.bottom-box {
    width: 100%;
    background: black;
    color: white;
    font-size: 13px;
    padding-bottom: 20px;
}

.bottom-box * {
    color: white;
    font-size: 13px;
}

.bottom-box .links {
    line-height: 1.5;
    padding: 15px 0;
    border-bottom: solid 1px white;
    text-align: center;
}

.bottom-box .copyright {
    text-align: center;
    margin: 15px 0;
}

@media screen and (max-width:768px) {
    .bottom-box .container{
        padding: 15px;
    }
}

.midBox {
    width: 100%;
    background: #f4f4f4 url("../image/wing_bg.png") center no-repeat;
}

.midBox .container .title {
    display: flex;
    align-items: center;
}

.midBox .container .title span {
    display: block;
    width: 15px;
    height: 50px;
    background: #0042d7;
}

.midBox .container .title * {
    font-family: 庞门正道标题体;
    font-size: 65px;
}

.midBox .container .title .zh {
    color: #0042d7;
    margin-left: 25px;
}

.midBox .container .title .eng {
    color: #f4f4f4;
    -webkit-text-stroke: 1px #cccccc;
    text-stroke: 1px #cccccc;
    margin-left: 25px;
}

.midBox .container .mContBody {
    background: white;
    padding: 20px;
    margin: 30px 0;
}

@media screen and (min-width:768px) {
    .midBox .container .title {
        margin-top: 30px;
    }
    .midBox .container .title * {
        font-size: 65px;
    }
}

@media screen and (max-width:768px) {
    .midBox .container .title * {
        font-size: 26px;
    }
    .midBox .container .title .zh {
        white-space: nowrap;
    }
}

.pager{
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

.pager a {
    background: #DDEAF0 no-repeat 4px center;
    padding: 0px 8px;
    text-decoration: none;
    border: solid 1px #BFD6E0;
    border-radius: 4px;
    height: 25px;
    line-height: 25px;
    display: inline-block;
    margin: 0 5px;
}

.pager a.pcs {
    background: #529EC5;
    border-color: #1084BD;
    color: white;
}

.chat-btn {
    width: 80px;
    height: 80px;
    position: fixed;
    top: 40%;
    right: 10px;
    z-index: 20;
    background: white;
    border-radius: 40px;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #0090f6;
    cursor: pointer;
    color: white;
    font-size: 13px;
    box-shadow: 0 15px 50px rgba(0,0,0,0.3);
}

.chat-btn svg{
    width: 50%;
    height: 50%;
}

.chat-btn .fas {
    font-size: 30px;
    color: white;
}

.chat-panel {
    width: 510px;
    height: 406px;
    background: url("../image/kefu.png") no-repeat;
    background-size: contain;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 9999999999;
    display: none;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}

.chat-panel .chat-panel-container {
    width: 70%;
}

@media screen and (max-width:768px) {
    .chat-panel {
        width: 90%;
        height: 350px;
    }
}

.chat-panel .chat-panel-container .chat-panel-container-header {
    display: flex;
    justify-content: flex-end;
}

.chat-panel .chat-panel-container .chat-panel-container-header .chat-actions {
    position: absolute;
    right: 20px;
    top: 20px;
}

.chat-panel .chat-panel-container .chat-panel-container-header .action-btn {
    background: rgba(0,0,0,0.5);
    border: none;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: black;
    cursor: pointer;
    margin-left: 8px;
    transition: all 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
}

.chat-panel .chat-panel-container .chat-panel-container-header .action-btn:hover {
    background: rgba(255,255,255,0.3);
    transform: scale(1.1);
}

.chat-panel .chat-panel-container .chat-panel-container-header .action-btn svg {
    width: 20px;
    height: 20px;
}

.chat-panel .chat-panel-container .chat-panel-container-body {
    background: white;
    border-radius: 10px;
    padding: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 0 30px rgba(0, 136, 255, 0.5);
}

@keyframes esports-button-scaleAnimation {
    0% { transform: scale(1); }
    100% { transform: scale(0.95); }
}

.chat-panel .chat-panel-container .chat-panel-container-body .esports-button {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 20px;
    background: linear-gradient(135deg, #0066cc, #00aaff, #0066cc);
    border: none;
    border-radius: 15px;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
    letter-spacing: 2px;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.3s ease;
    z-index: 2;
    font-family: 'Orbitron', sans-serif;
    margin-top: 20px;
    animation: esports-button-scaleAnimation 0.3s infinite alternate;
}

.chat-panel .chat-panel-container .chat-panel-container-body .esports-button::before {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    background: linear-gradient(135deg, #0066cc, #00aaff, #0066cc, #00aaff);
    border-radius: 20px;
    z-index: -1;
    filter: blur(20px);
    opacity: 0.7;
}

.chat-panel .chat-panel-container .chat-panel-container-body .esports-button:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 0 40px rgba(0, 136, 255, 0.8),
    0 0 70px rgba(0, 170, 255, 0.6);
}

.chat-panel .chat-panel-container .chat-panel-container-body .esports-button:hover::before {
    opacity: 0.9;
}

.chat-panel .chat-panel-container .chat-panel-container-body .esports-button:active {
    transform: translateY(2px) scale(0.98);
}


