@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) {
    .section4{
        padding-bottom: 20%;
    }
    .section2 .container {
        flex-direction: column-reverse;
    }

    .section2 .container .tab {
        width: 90%;
        position: inherit;
        left: inherit;
        top: inherit;
        transform: inherit;
        z-index: inherit;
    }
    .section2 .container .tabN .ht{
        flex-direction: column;
    }

    .section2 .container .tabN .ht.cur {
        transform: scale(1.1);
    }
    .section2 .container .tabN .ht .txt{
        padding-left: 0;
    }

    .section2 .container .tabN .ht:nth-child(1) {
        left: -3%;
        top: 60%
    }

    .section2 .container .tabN .ht:nth-child(2) {
        left: 18%;
        top: 10%
    }

    .section2 .container .tabN .ht:nth-child(3) {
        left: 50%;
        top: -8%;
        transform: translateX(-50%);
    }

    .section2 .container .tabN .ht.cur:nth-child(3) {
        transform:translateX(-50%) scale(1.1);

    }

    .section2 .container .tabN .ht:nth-child(4) {
        right: 18%;
        left: unset;
        top: 10%
    }

    .section2 .container .tabN .ht:nth-child(5) {
        left: unset;
        right: -3%;
        top: 60%
    }

    .section2 .container .tabN {
        padding-bottom: 32.820512820513%;
        background-image: url(img/s2_tab_mb.png);
        background-size: cover;
    }

    .section2 .container .midContentN {
        padding-bottom: 120%;
        background: url(img/s2_quan_mb.png) center 0 no-repeat;
        background-size: contain;
    }

    .section2 .container .midContentN .contents {
        display: flex;
        flex-direction: column;
    }

    .section2 .container .midContentN .contents .img {
        width: 80%;
        display: flex;
        position: unset;
        margin-left: 11%;
        margin-top: 5%;

    }

    .section2 .container .midContentN .contents .text {
        width: 80%;
        position: unset;
        margin: 4% auto 0;
    }
    .section2 .container .midContentN .contents .text .bt{
        text-align: center;
    }

    .swiper-button-next, .swiper-button-prev {
        width: 48px;
        height: 22px;
        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: middle;
        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, .section3 .container {
        width: 92vw;
    }


    .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%;
    }


}



