* {
    margin: 0;
    padding: 0;
}

ul,
li {
    list-style: none;
}

a {
    text-decoration: none;
}

.container {
    width: 100%;
    height: 6578px;
    background: url('../images/mobile/bg12m_01.jpg') no-repeat top;
    background-size: cover;
    overflow: hidden;
    margin-top: 211px;
}

.container .header {
    width: 100%;
    height: 120px;
    background-color: #000;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
}

.container .header .header_wrapper {
    display: flex;
    height: 120px;
    align-items: center;
    justify-content: center;

}

.container .header .header_wrapper .header-left {
    flex: 1;
}

.container .header .header_wrapper .header-left img {
    margin-left: 40px;
}

.container .header .header_wrapper .header-right {
    width: 220px;
    display: flex;
    align-items: center;
}

.container .header .header_wrapper .header-right div a {
    color: #fff;
    font-size: 20px;
}

.container .header .header_wrapper .header-right div a:nth-child(2) {
    border: 1px solid #fff;
    padding: 2px 4px;
    border-radius: 6px;
    margin-left: 30px;
}

.slogan {
    position: absolute;
    bottom: 260px;
    left: 0;
    opacity: 0;
    z-index: 3;
}

.slogan.active {
    opacity: 1;
    transition: all 1s linear;
}

#content {
    min-width: 375px;
    max-width: 750px;
    overflow-x: auto;
    margin: 0 auto;
}

.game1 {
    width: 100%;
    height: 721px;
    margin-top: 1624px;
    position: relative;
}

.game1 a {
    position: absolute;
    bottom: 327px;
    right: 37px;
}

#game {
    width: 100%;
    /* height: 2028px;
    overflow: hidden; */
}

#game .text-wrapper {
    width: 100%;
    height: 1385px;
    position: relative;
    /* margin-top: 800px; */
}

#game .text-wrapper a {
    display: block;
    width: 192px;
    height: 42px;
    position: absolute;
    bottom: 12px;
    right: 35px;
    background: url("../images/ybtn.png") no-repeat center;
    background-size: 100% 100%;
}

#game .text-wrapper1 {
    width: 100%;
    height: 604px;
    background: url('../images/mobile/textkr2_02.png') no-repeat center;
    background-size: 100%;
    position: relative;
    /* margin-top: 175px; */
}

#game .text-wrapper1 a {
    display: block;
    width: 190px;
    height: 40px;
    position: absolute;
    bottom: 8px;
    left: 33px;
}

#introduce {
    width: 100%;
    /* height: 895px; */

}

.footer {
    width: 100%;
    height: 183px;
    background-color: #000;
    overflow: hidden;
}

.footer_wrapper {
    display: flex;
    height: 183px;
    align-items: center;
    justify-content: center;
}

.footer_wrapper .footer-left {
    width: 170px;
    text-align: center;
}

.footer_wrapper i {
    width: 1px;
    height: 70px;
    background: #808080;
}

.footer_wrapper .footer-right {
    margin-left: 26px;
}

.footer_wrapper .footer-right p {
    font-size: 18px;
    color: #808080;
    line-height: 30px;
}

.logo_img {
    width: 150px;
    height: 150px;
    position: absolute;
    top: 117px;
    right: 20px;
    z-index: 3;
}

.video {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 1624px;
    object-fit: cover;
    background: url('../images/mobile/header_01.jpg') no-repeat center;
    background-size: 100% 100%;
    z-index: 2;
}

@media (max-width:1600px) {
    #game a {
        right: 191px;
    }
}

@media screen and (max-width:1400px) {
    #game a {
        right: 90px;
    }

    #game .icon {
        top: 295px;
        right: 37%;
        width: 5%
    }
}

@media screen and (max-width:1200px) {
    #game a {
        right: 0;
    }
}

@media (max-width: 1919px) and (min-width: 768px) {
    html {
        zoom: 80%;
    }

    @-ms-viewport {
        width: 1920px;
    }
}