@media only screen and (max-width: 768px) {
    .locate-bar{display: none !important;}
    .banner-title{width: 100%;height: 3.5rem;margin: 0.4rem auto;padding: 0.4rem;    display: block;}
    .banner-title .banner-left{display: none;}
    .banner-title .center{width: 100%;height: 1rem;    display: flex;gap: 0.2rem;}
    .center .wapper{    width: 3.5rem;padding: 0;font-size: 0.24rem;height: 0.8rem;justify-content: center;}
    .wapper-btn1,.wapper-btn2{font-size: 0.24rem;}
    .banner-title .right{width: 100%;height: 2rem;}
    .right .right-item{font-size: 0.24rem;}

    .message_wapper{width: 100%;  padding: 0.2rem;margin: 0.4rem auto;display: block;height: auto;}
    .message_wapper .table_box{width: 100%;}
    .commit_box{width: 100%;}
    .message_wapper .table_box table{height: auto;}
    .message_wapper .table_box table tr td:nth-child(2){width: 42%;    margin-left: 0.2rem;}
    .message_wapper .table_box .title{font-size: 0.24rem;}
    .message_wapper .table_box table{font-size: 0.24rem;height: auto;}
    .message_wapper .table_box table tr:hover{font-size: 0.24rem;}
    .message_wapper .table_box table tr td:nth-child(1){width: 30%;}
    .message_wapper .table_box table tr td:nth-child(1),.message_wapper .table_box table tr td:nth-child(2){    overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
    .message_wapper .table_box table tr{    justify-content: normal;display: block;}
    .message_wapper .table_box table tr td:nth-child(4){display: none;}
    .table_box .title div:last-child{display: none;}
    .message_wapper .table_box .paginate{display: none;}
    .message_wapper .table_box table tr td{float: left;}
    .commit_box .title{font-size: 0.24rem;}
    .commit_box .text{    font-size: 0.24rem; margin: 0.24rem;}
    .commit_box .input{height: 0.6rem;}
    .btn{margin: 0.4rem auto;font-size: 0.24rem;}
    .commit_box{    padding-bottom: 0.2rem;}

    .line_wapper{width: 100%;height: auto; margin: 0.4rem auto;padding: 0.2rem;    flex-direction: column;    gap: 0.4rem;}
    .line_item{width: 100%;}
    .line_top{font-size: 0.3rem;}
    .line_list_box{font-size: 0.24rem;}
    .list_item .data{font-size: 0.24rem;}
    .line_list_box .line_list{height: auto !important;}
}