@media (max-width: 991.98px) {
    .page-bottom{
        padding-top: 3rem;
    }
    .page-bottom .quyu1{
        flex-direction: column;
        align-items: center;
    }
    .page-bottom .quyu1 .left{
        display: flex;
        /* flex-direction: column; */
        width: 100%;
        align-items: center;
        height: auto;
        justify-content: center;
        min-height: auto !important;
        margin-top: 2rem;
        margin-bottom: 1.5rem;
    }
   
    .page-bottom .quyu1 .left span{
        font-size: 1.4rem;
    }
    .page-bottom .quyu1 .left .btm-name{
        margin-left: 2rem;
    }
    .page-bottom .quyu1 .left .btm-xinxi{
        font-size: 1.3rem;
        width: 100%;
    }
    .page-bottom .quyu1 .left .box1{
        width: 10rem !important;
        height: auto !important;
        margin-left: 2rem;
        margin-right: 2rem;
    }
    .page-bottom .quyu1 .left .box1 .box>img{
        width: 100%;
    }
   
    .page-bottom .quyu1 .right{
        width: 100%;
        flex-direction: row !important;
        justify-content: space-between;
        margin-top: 1rem;
        align-items: center;
        padding-right: 2rem;
        padding-left: 2rem;
    }
    
    .page-bottom .quyu1 .right .box2{
        /* margin-left: 3rem; */
        /* flex-direction: column; */
        margin-top: 0 !important;
        /* margin-left: 2rem; */
    }

    .page-bottom .quyu1 .right .box2 .btm-tubiao{
        width: 80%;
        margin: 0;
    }
    .page-bottom .quyu1 .right .box2 a {
        margin: 0;
        width: 5rem;
        /* margin-left: 1rem; */
    }


    .page-bottom .quyu2{
        flex-direction: column;
        margin: 0;
        margin-top: 1rem;
    }
    .page-bottom .quyu2 .links{
        margin-right: 0;
        width: 100%;
        /* justify-content: space-between; */
        display: flex;        /* 启用弹性布局 */
        flex-wrap: wrap;      /* 允许子元素（<a>）自动换行 */
        justify-content: center; /* 子元素整体水平居中 */
        gap: 1rem;            /* 控制 <a> 之间的间距（可根据需求调整） */
        margin-bottom: 2rem;
    }
   
    .page-bottom .quyu3{
        flex-direction: column;
        margin-top: 1rem;
    }
    .page-bottom .quyu3>div{
        width: 100% !important;
        display: flex;
        justify-content: center;
        text-align: center;
    }
    .page-bottom .quyu3 .tiaoli{
        margin-top: 0.5rem;
        font-size: 1.4rem;
    }
    .page-bottom .quyu3 .beian{
        font-size: 1.4rem;
        margin-top: 1rem;
    }
  }