@media screen and (max-width: 1200px) {
    .nav .menu .item{
        width: clamp(80px, 3vw, 120px);
    }
    .nav .menu {
        right: 0;
    }
    .bottomNav .menu {
        /*padding-left: 0;*/
    }
    .bottomNav .content #item1 .info .piece{
        width: 30vw;
    }
    .centerRegion{
        width: 100%;
    }
}