* {
    margin: 0;
    padding: 0;
}



/* img{
    display: block;
    width: 100%;
    height: 100%;
} */

@media screen and (min-width: 768px) {
    html,body{
        height: 100%;
        background: #333;
        color: #fff;
    }
    .container {
        width: 100%;
        height: 100%;
        max-width: 1920px;
        margin: 0 auto;
        position: relative;
        overflow: hidden;
        background: url('/imgs/pc-bg.png') no-repeat center center;
    }
    .logo{
        padding-right: 1%;
        width: 31.25%;
        position: absolute;
        left: 0;
        top: 8.65%;
        z-index: 10;
        box-sizing: border-box;
        text-align: center;
    }
    .app{
        width: 31.25%;
        height: 100%;
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 9;
    }
    .app img{
        display: block;
        width: 56.67%;
        /* height: 66.67%; */
        position: absolute;
        left: 50%;
        top: 22%;
        z-index: 1;
        text-align: center;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
    }
    .copyright{
        width: 31.25%;
        height: 13.5%;
        position: absolute;
        left: 0;
        bottom: 0;
        box-sizing: border-box;
        color: #fcfcfc;
        font-size: 14px;
        text-align: center;
        background: #342110;
        display: flex;
        justify-content: center;
        align-items: flex-end;
    }
    .nav{
        width: 68.75%;
        height: 13.5%;
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: 10;
        background: #101010;
        display: flex;
    }
    .nav-item{
        display: flex;
        flex: 1;
        justify-content: center;
        align-items: center;
        border-right: 1px solid #866638;
        cursor: pointer;
        position: relative;
        text-decoration: none;
        color: #fff;
    }
    .nav-item .right{
        margin-left: 20px;
    }
    .nav-item:hover .right{
        color: #866638;
    }
    .nav-item:last-child{
        border: none;
    }
    .links{
        position: absolute;
        left: 50%;
        top: 0;
        transform: translate(-50%,-100%);
        padding: 25px;
        box-sizing: border-box;
        border-radius: 5px;
        border: 2px solid #a37c3c;
        background: #000;
        display: none;
    }
    .link-item{
        display: flex;
        align-items: center;
        margin-bottom: 20px;
    }
    .link-item:last-child{
        margin-bottom: 0;
    }
    .links .time{
        margin-right: 11px;
        width: 72px;
        display: block;
        color: #e2bd4e;
        border: 1px solid #dfb946;
        text-align: center;
        font-size: 16px;
        line-height: 40px;
    }
    .links img{
        display: block;
        width: 22px;
        margin-right: 10px;
    }
    .link{
        width: 253px;
        display: block;
        box-sizing: border-box;
        color: #e2bd4e;
        border: 1px solid #dfb946;
        font-size: 16px;
        line-height: 40px;
        margin-right: 20px;
        text-align: center;
    }
    .go{
        width: 136px;
        color: #000;
        box-sizing: border-box;
        border: 1px solid #dfb946;
        background: linear-gradient(180deg, #fde18f 0%, #dfb946 100%);
        font-size: 16px;
        line-height: 40px;
        text-align: center;
        text-decoration: none;
    }
    .go:hover{
        background: #000;
        color: #dfb946;
    }
    .home:hover .links{
        display: block;
    }
}

@media screen and (max-width: 768px) {
    html {
        font-size: calc(100vw/750*100)
    }
    body{
        background: url(/imgs/mobile-bg.png) no-repeat;
        background-size: cover;
    }
    .container{
        width: 100%;
        overflow: auto;
        font-size: .2rem;
        /* min-height: 100vh; */
        color: #fff;
    }
    .app{
        display: none;
    }
    .logo{
        width: 4rem;
        margin: .4rem auto 0;
    }
    .logo img{
        display: block;
        width: 100%;
    }
    .nav{
        display: flex;
        flex-wrap: wrap;
        width: 90%;
        margin: 7.6rem auto 0;
        justify-content: space-between;
    }
    .nav-item{
        width: 49%;
        background: url('/imgs/sbg.png') no-repeat;
        background-size: contain;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 1.58rem;
        margin-bottom: .2rem;
        position: relative;
        color: #fff;
        text-decoration: none;
    }
    .nav-item img{
        display: block;
        width: .6rem;
    }
    .right{
        font-size: .3rem;
        margin-left: .2rem;
    }
    .title{
        font-size: .2rem;
    }
    .subtitle{
        font-size: .14rem;
    }
    .links{
        position: absolute;
        left: 0;
        top: 0;
        padding: .25rem;
        box-sizing: border-box;
        border-radius: .1rem;
        border: .04rem solid #a37c3c;
        background: #000;
        width: 100vw;
        display: none;
        transform: translate(-5vw, -100%);
    }
    .copyright{
        overflow: hidden;
        height: .7rem;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 0.2rem;
        text-align: center;
        line-height: 1.07rem;
        background: #222224;
        position: fixed;
        width: 100%;
        bottom: 0;
        left: 0;
        color: #fff;
    }
    .link-item{
        display: flex;
        align-items: center;
        margin-bottom: 20px;
    }
    .link-item:last-child{
        margin-bottom: 0;
    }
    .links .time{
        margin-right: .11rem;
        width: 1.4rem;
        display: block;
        color: #e2bd4e;
        border: 1px solid #dfb946;
        text-align: center;
        font-size: .16rem;
        line-height: .4rem;
        background: rgba(255, 255, 255, 0.1);
    }
    .links img{
        display: block;
        width: .22rem;
        margin-right: .1rem;
    }
    .link{
        width: 3.53rem;
        display: block;
        box-sizing: border-box;
        color: #e2bd4e;
        border: 1px solid #dfb946;
        font-size: .16rem;
        line-height: .4rem;
        margin-right: .2rem;
        text-align: center;
        background: rgba(255, 255, 255, 0.1);
    }
    .go{
        width: 1.36rem;
        color: #000;
        box-sizing: border-box;
        border: 1px solid #dfb946;
        background: linear-gradient(180deg, #fde18f 0%, #dfb946 100%);
        font-size: .16rem;
        line-height: .40rem;
        text-align: center;
        text-decoration: none;
    }
    .active{
        background: #342110 !important;
        border-radius: .2rem;
    }
}