	/*妫ｆ牠銆夋惔鏇㈠劥娣団剝浼�*/
    .page-footer-info {
        background-color: rgb(29 132 224);
        color: #eee !important;
        margin: 0;
        /* height: 180px; */
        padding: 15px;
    }
    
    .page-footer-title {
        margin-bottom: 10px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .page-footer-title span {
        font-size: 18px;
    }
    
    .page-footer-title .mui-icon-phone {
        float: right;
    }
    
    /*閼辨梻閮存穱鈩冧紖*/
    .page-footer-info .page-footer-call {
        position: relative;
    }
    
    .page-footer-info .page-footer-call span {
        display: block;
    }
    
    .page-footer-2D-barcode img {
        position: absolute;
        top: 15px;
    }
    
    .page-footer-2D-barcode img:first-child {
        right: 0px;
    }
    
    .page-footer-2D-barcode img:last-child {
        right: 70px;
    }
    
    .page-footer-info .page-footer-call .cut-line {
        display: block;
        height: 1px;
        margin: 5px 0;
        background-color: #c9ddff;
    }
    
    .page-footer-info .page-footer-call .address {
        padding: 5px 0;
    }
    
    .page-footer-info .page-footer-call .address span:nth-child(2) {
        text-indent: 2.2em;
    }
      /*---------- //底部 ------ */
      .footer-img {
        border-bottom: 1px #c9ddff  solid;
        padding-bottom: 16px;
        margin-bottom: 22px;
      }