body {font-family: '微软雅黑';}
body {
    background: #000 url(../images/max_bg.jpg) top center no-repeat ;
    background-attachment: fixed;
    color:#ffe8c2;
    font-size: 20px;
    padding-bottom: 60px;
    width:100%;
    overflow-x: hidden;


}
table {
    width: 100%;
    border-collapse: collapse;
    border:1px solid #3c1906;
}
.inner-text img {
    display: block;
    margin:0 auto;
    max-width: 100%;
}
th {
    font-weight: normal;
    background-color: #3c1906;
    color: #ffe8c2;
}
td {
    border:1px solid #3c1906;
    padding:10px 0;
    text-align: center;
}
.page-bg {
    position: absolute;
    left:50%;
    transform: translateX(-50%);
    top:0;
    width: 100%;
}
.page-main {
    position: relative;
    z-index: 2;
}
.login-bottom-tip {
    display: none!important;
}
.disabled {
    filter: grayscale(100%)
}
a {
    color:#ffe8c2;
}
.clearfix:after {
    content: '';
    display: block;
    clear: both; 
}
.header {
    position: relative;
}
.header img {
    width: 100%;
}
.header-main {
    position: absolute;
    left:0;top:0;right:0;bottom:0;
    z-index: 1;
}
/* 上下晃动动画 */
@keyframes shakeUpDown {
0%, 100% { 
    transform: translateY(0); 
  }
  25% { 
    transform: translateY(-4px); 
  }
  75% { 
    transform: translateY(4px); 
  }
}
.header-main .tips {
    position: absolute;
    bottom:20px;
    left:50%;
    margin-left:-130px;
    animation: shakeUpDown 2s  infinite;
}
.main {
    margin:0 auto;
}

.slogan {
    display: inline-block;
    text-align: center;
    margin-left: 767px;
}
.home-btn {
    position: relative;
    cursor: pointer;
    animation: wuxia-effect 3s ease-in-out infinite alternate;
    transform-origin: center;
}

/* 定义江湖气息的动画 */
/* @keyframes wuxia-effect {
    0% {
        transform: rotate(-5deg) translateY(0);
        box-shadow: 0 0 15px rgba(218, 165, 32, 0.5);
    }
    50% {
        transform: rotate(0) translateY(-5px);
        box-shadow: 0 0 25px rgba(218, 165, 32, 0.8), 0 0 35px rgba(178, 34, 34, 0.5);
    }
    100% {
        transform: rotate(5deg) translateY(0);
        box-shadow: 0 0 15px rgba(218, 165, 32, 0.5);
    }
} */

/* 悬停效果增强江湖感 */
/* .home-btn:hover {
    animation-duration: 1s;
    box-shadow: 0 0 30px rgba(218, 165, 32, 1), 0 0 40px rgba(178, 34, 34, 0.8);
} */
.dialog {
    width: 1355px;
    height:758px;
    position: absolute;
    top:50%;left:50%;
    transform: translate(-50%,-50%);
    z-index: 5;
    display: none;
}



.dialog-inner {
    position: relative;
    background: url(../images/mid.png) no-repeat;
    background-size: 100% 100%;
    height: 100%;
}

.index-box-2 .dialog-inner {
    background: url(../images/mid2.png) no-repeat;
}

.welcome-box-inner {
    background: url(../images/mid.png) no-repeat;
}
.dialog-inner::after{
    content: '';
    position: absolute;
    right:0;top:0;bottom:0;
    width: 75px;
    right:-20px;
    background: url(../images/right.png) no-repeat;
    background-size: 100% 100%;
}
.welcome-box .dialog-inner::after{
    right:0;
}
.welcome-box .inner-text {
    margin-right:92px;
    font-size: 24px;
    padding-top:16px;
    color:#3c1906;
    font-family: '隶书';
}
.welcome-box .inner-text p {
   float: right;
   height: 100%;
   width: 35px;
   text-align: center;
   margin-left:8px;
   
}
.welcome-box .inner-text p span {
    display: block;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}
.welcome-box .inner-text p span.show {
    opacity: 1;
}

.dialog-inner-title {
    padding-top: 60px;
    text-align: center;
    margin-bottom:20px;
}
.dialog-inner-title img {
    display: inline-block;
}
.dialog .btn-close {
    position: absolute;
    top:50px;
    right:50px;
    cursor: pointer;
    z-index: 3;
}

.index-l1,.index-l2 {
    display: inline-block;
    margin-top: 26px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.index-l1:hover,.index-l2:hover{
    transform: translateY(-10px);
    filter: brightness(1.1);
}
.index-l1 {
    margin-left: 200px;
    margin-right:120px;
}


.dialog .btn-left, .dialog .btn-right {
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 3;
}
.dialog .btn-left:hover, .dialog .btn-right:hover {
    filter: brightness(1.5);
}
.dialog .btn-left {
    left:-100px;
}
.dialog .btn-right {
    right:-100px;
}

.index-l1-1,.index-l1-2,.index-l1-3,.index-l1-4,.index-l1-5,.index-l1-6,.index-l1-7 {
    display: inline-block;
    margin-top: 26px;
    cursor: pointer;
    position:relative;
    margin-right:65px;
    transition: transform 0.3s ease-in-out;
}
.index-l1-1 {
    margin-left: 200px;
    top:60px; 
}
.index-box-1 .inner-text>div:hover {
    transform: scale(1.1);
}
.index-box-1 .inner-text>div:nth-child(odd) {
    top:80px;
}
.index-box-1 .inner-text>div:nth-child(even){
    top:40px;
}

.index-l2-1,.index-l2-2,.index-l2-3,.index-l2-4 {
    display: inline-block;
    margin-top: 26px;
    cursor: pointer;
    position:relative;
    margin-right:60px;
    transition: transform 0.3s ease-in-out;
    position: relative;
}
.index-l2-1:hover,.index-l2-2:hover,.index-l2-3:hover,.index-l2-4:hover {
    transform: scale(1.1);
}

.index-l2-1 {
    top: 36px;
    left:170px;
}

.index-l2-2{
    top: 280px;
    left:300px;
}
.index-l2-3{
    top: 130px;
    left:330px;
}
.index-l2-4{
    top: 280px;
    left:380px;
}

.index-box-1-content .inner-text, .index-box-2-content .inner-text {
    padding: 70px 140px;
    color:#57140c;
    line-height: 1.8;
    max-height: 465px;
    overflow-y: auto;
}
.btn-tg {
    position: absolute;
    bottom:50px;
    left:50%;
    transform: translateX(-50%);
    z-index: 3;
    cursor: pointer;
}

.btn-detail{
    position: absolute;
    bottom:100px;
    left:150px;
    z-index: 3;
    cursor: pointer;
}

.btn-detail {
     animation: attention-seeker 2s infinite;
}
.home-btn {
    position: absolute;
    top:664px;
    left:1016px;
}
/* 定义提醒动画关键帧 */
@keyframes attention-seeker {
    0% {
        transform: translateX(-50%) scale(1);
        box-shadow: 0 0 0 0 #4c170c;
    }
    50% {
        transform: translateX(-50%) scale(1.1);
        box-shadow: 0 0 0 10px rgba(255, 105, 180, 0);
    }
    100% {
        transform: translateX(-50%) scale(1);
        box-shadow: 0 0 0 0 rgba(255, 105, 180, 0);
    }
}


@media screen and (min-width: 768px) {
 
}

@media screen and (max-width: 768px) {
    body {
        background: #000 url(../images/min_bg.jpg) top center no-repeat ;
        background-attachment: fixed;
        background-size: 100%;
    }
    .logo {
        display: none;
    }

    .page-bg {
        display: none;
    }

    .slogan {
        margin-left:0;
        position: absolute;
        left:50%;
        transform: translateX(-50%);
        bottom:10px;
    }
    .slogan-img {
        display: none!important;
    }
    .home-btn {
        position: fixed;
        top:auto;
        bottom:20px;
        left:50%;
        transform: translateX(-50%);
        z-index:9;
    }
    .dialog-inner {
        background: url(../images/min_bg2.jpg) center center no-repeat;
        background-size: 100% 100%;
        min-height: 100%;
        height: 100%;
        overflow-y: auto;
    }

    .index-l1,.index-l2 {
        display: block;
        margin-left: 0;
        margin-right: 0;
        width:100%;
    }
    .index-l1 img,.index-l2 img {
        width:100%;
    }
    .dialog {
        width:100%;
        height: auto;
        top: 0%;
        left: 0%;
        transform: translate(-0%, -0%);
        height: 100%;
        overflow: hidden;
    }
    .dialog-inner::after {
        display: none;
    }
    
    .inner-text {
        margin-right:0;
    }
    .dialog .btn-close {
        width: 35px;
        top:10px;
        right:10px;
    }
    .dialog .btn-close img {
        width: 100%;

    }
    .index-l1-1 {
        margin-left: 0;
        top: 60px;
    }
    .index-l1-1, .index-l1-2, .index-l1-3, .index-l1-4, .index-l1-5, .index-l1-6, .index-l1-7 {
            margin-right: 15px
    }
    .index-box-1 .inner-text {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .index-box-2 .inner-text {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .index-l2-1, .index-l2-2, .index-l2-3, .index-l2-4 {
        position: static;
    }
    .index-box-1-content .inner-text, .index-box-2-content .inner-text {
        padding: 70px 10px;
        max-height: none;
    }

}
