@media (max-width: 1200px) {


}

@media (max-width: 991px) {
    #menu {
        display: none;
    }

    #fp-nav {
        display: block;
    }

    header {
        justify-content: space-between;
        height: 60px;
        padding: 0 15px;
    }

    .logo {
        width: 100px;
    }

    .icons li a .img {
        width: 32px;
        height: 32px;
    }

    .icons li {
        transform: scale(.7);
        width: fit-content;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
}

@media screen and (max-width: 880px) {

}

@media screen and (max-width: 768px) {
    .swiper-button-next, .swiper-button-prev {
        width: 30px;
        height: 30px;
        background-size: cover;
    }

    .swiper-button-prev {
        transform: translateX(0%);
    }

    .swiper-button-next {
        transform: translateX(0%);
    }


    .floatRight {
        display: none;
    }


    .videoplay .kuang {
        width: 80%;
    }

    .videoplay .kuang .video {
        padding-bottom: 177.777777777778%;
    }

    .videoplay .closewin {
        right: 0%;
        width: 30px;
        height: 30px;
        top: 0;
        transform: translate(100%, -50%) rotate(45deg);
    }


    .title .txt {
        font-size: 30px;
        padding: 0 15px;
    }

    .section1 {
        vertical-align: bottom;
        display: table-cell;
    }
    .section1 .gift{
        top: 90px;
    }
    .section1 .btns {
        flex-direction: column;
        width: 40%;gap:5px
    }
    .section1 .regGift{
        display: none;
    }

    .section5 .swiper-pagination {
        display: none;
    }

    .section5 .container, .section4 .container, .section2 .container, .section3 .container {
        width: 92vw;
    }



    .section2, .section3, .section {
        padding-bottom: 12%;
    }
    .section2{
        background-image: url(img/bg2_mb.jpg);
        height: 173.733333333333vw;
    }
    .section2 .title{
        padding-top: 6%;
    }
    .section3 .content ul li{
        width: 50%;
    }
    .section3 .yy{
        position: unset;
        display: flex;
        transform: translateX(0);
        margin: 0 auto;
    }

    .section4 .swiper-pagination-bullet-active:after {
        transform: translate(-50%, -50%) scale(.8);
    }

    .section5 .swiper-wrapper {
        display: flex;
        gap: 1px;
        flex-wrap: wrap;
        width: calc(100% + 15px);
        width: 100%;
    }

    .myWin .myPagination .pa .bullet .text, .myWin .myPagination .pa.active .bullet .ico:after {
        display: none;
    }

    .myWin .myPagination {
        width: 80%;
        margin: 0 auto;
    }

    .section1 {
        height: 100vh;
    }



    html, body {
        overflow: inherit;
    }


    .moveDown {
        display: none;
    }

    .floatBtns {
        display: flex;
        flex-direction: row;
        width: 100%;
        justify-content: center;
        align-items: center;
        bottom: 2%;
        top: inherit;
        right: inherit;
    }


    #mypage {
        padding-bottom: 20%;
    }


}



