/*商品區*/
@media screen and (min-width: 1281px) and (max-width: 1500px) {}

@media screen and (min-width: 961px) and (max-width: 1280px) {
    .topicArea {

        top: 40%;

    }

    .wraperBox {
        padding: 0 15px;
    }

}

@media screen and (min-width: 800px) and (max-width: 960px) {
    .ancArea {
        text-align: center;
    }

    .ancArea.stick {
        text-align: center;
    }

    .topicArea {
        top: 40%;

    }



    .wraperBox {
        padding: 0 15px;
    }


}

@media screen and (min-width: 481px) and (max-width: 799px) {
    .ancArea {
        text-align: center;
    }

    .ancArea.stick {
        text-align: center;
    }

    .topicArea {
        top: 35%;

    }

    .topicBox {
        width: 70%;
    }

    .wraperBox {
        padding: 15px;
    }

    .rightArea {
        width: 100%;
        padding: 0px;
        float: none;
    }

    .leftArea {
        width: 100%;
        padding: 5px 15px;
        float: none;
    }

    .leftArea-spr,
    .leftArea-fall {
        width: 100%;
        float: none;
    }

    .mBtn {
        display: block;
    }

    .navList {
        display: none;
    }

    .navList li {
        display: block;
    }


}

@media screen and (max-width: 480px) {
    .ancArea {
        text-align: center;
    }

    .ancArea.stick {
        text-align: center;
    }

    .topicBox {
        width: 70%;
    }

    .wraperBox {
        padding: 15px;
    }

    .rightArea {
        width: 100%;
        padding: 0px;
        float: none;
    }

    .leftArea {
        width: 100%;
        padding: 5px 15px;
        float: none;
    }

    .eventbn>a>img {
        display: block;
        max-width: 480px;
        width: 100%;
    }

    .leftArea-spr,
    .leftArea-fall {
        width: 100%;
        float: none;
    }

    .mBtn {
        display: block;
    }

    .navList {
        display: none;
    }

    .navList li {
        display: block;
    }

    .ph {
        width: 100%;
        float: none;
    }
}