@media only screen and (max-width: 768px) {
    .container {
        width: 100%;
        background: #f8f8f8;
    }
    .content{
        width: 94%;
        margin: 0rem 0.2rem;
        background-color: #fff;
        padding: 0;
    }
    .container .banner {
        width: 100%;
        height: 6rem;
        background: url(bannerapp.png) no-repeat;
        background-size: 100% 100%;
    }

    .banner a {
            display: block;
    background: #e67e31;
    border-radius: 0.4rem;
    width: 2rem;
    text-align: center;
    height: 0.6rem;
    line-height: 0.6rem;
    padding-top: 0;
    padding-left: 0;
    font-size: .3rem;
    font-weight: 400;
    color: #ffffff;
    position: relative;
    top: 10%;
    left: 67%;
    }
.cha{
     display: none;
  }
    .content .con_tit {
        width: 100%;
        /*overflow-x: auto; /* 水平方向滚动 */
        /*white-space: nowrap; /* 保持内容在同一行 */
        position: relative;
        top: -0.8rem;
        background-color: #fff;
        border-radius:0.16rem;
        padding: 0 0.2rem;
        line-height: 0;
        overflow-x: auto;
        border: none;
        display: flex;
        justify-content: flex-start;
    }

    .content .con_tit::-webkit-scrollbar {
        display: none; /* 隐藏滚动条 */
      }
    .content .con_tit a {
        height: 0.8rem;
        line-height: 0.8rem;
        margin-right: 0.2rem;
        display: inherit;
        color: #333333;
        font-weight: normal;
        font-size: 0.3rem;
        margin-bottom:8px;
    }
    .content .con_tit .on{
        border-bottom: 2px #E20102 solid;
        font-size: 0.3rem;
    }
    .content .con_tit a:nth-child(4){
         margin-right: 0rem;
     }

    .content .con_tit a img{
        right: 0;
    width: 16px;
    height: 16px;
    top: 0.3rem;
    }
  
  .con_tit span {
  margin-left:8px;
  margin-top: 2px;
}

    .con_list{
      margin-top: -30px;
      padding: 0 0.2rem;
    }
    .con_list .title{
        background: none;
        display: flex;
        justify-content: space-between;
        height: 1.2rem;
        border-bottom: 1px solid #F3F8FB;
    }
    .con_list .bt{
        height: 0.67rem;
        display: block;
        font-weight: 600;
        background: url(btsqaaa.png) no-repeat;
        background-position: left;
        background-size: 0.67rem 0.67rem;
        font-size: 0.34rem;
        padding-left: 0.8rem;
        margin-top: 0.4rem;
    }
    .con_list .bt1{
        display: block;
        height: 0.67rem;
        width: 0.67rem;
        margin-top: 0.6rem;
        background: url(lj.png) no-repeat;
        background-size: 50%;
    }
    .con_list .box1{
        border: none;
        margin: 0;
        padding: 0.2rem 0;
    }
    .con_list .box1 .box1_tit{
font-size: 0.3rem;
        background: url(jx.png) no-repeat;
        background-size: 0.08rem 0.24rem;
        background-position: center left;
        padding-left: 0.2rem;
    }
    .box1_con a{
        width: 100%;
        margin-right:0;
        height: 1rem;

        font-size: 0.3rem;
        font-weight: 400;
        background: #FFF3F3;
border-radius: 16px;
padding: 0 0.2rem;
    }
    .box1_con strong{
        color: #000;
        font-weight: 400;
        font-size: 0.3rem;
    }
    .box1_con span{
        width: 100%;
        height: 1rem;
        line-height: 1rem;
        margin: 0;
        padding-right: 0.3rem;
        display: inline-block; /* 或使用 inline 取决于需求 */
        overflow: hidden; /* 超出隐藏 */
        white-space: nowrap; /* 禁止换行 */
        text-overflow: ellipsis; /* 超出部分显示为省略号 */
        background: url(more.png) no-repeat;
        background-position: right;
        background-size: 0.26rem 0.26rem;
    }
    .box1_con img{
        display: none;
        
    }
    .bot_pic{
        width: 100%;
        display: flex;
        padding: 0.2rem 0.2rem;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .bot_pic .pic{
        width: 100%;
        height: 1.37rem;
        margin-top: 0.2rem;
        padding-left: 0.2rem;
        padding: 20px 88px 20px 30px;
        background-color: #fff!important;

    }
    .bot_pic .pic span{
        display: block;
        width: 100%;
        color: #000;
        font-size: 0.34rem;
        position: relative;
        left: 60px;
        z-index: 1;
        background: url(more1.png) no-repeat;
        background-position: right;
        background-size: 0.16rem 0.26rem;
    }
    .bot_pic .pic:nth-child(1){
        background: url(qyapp.png) no-repeat;
        background-size: 0.67rem;
        background-position: 0.2rem;
			margin-right: 0;
    }
    .bot_pic .pic:nth-child(2){
        background: url(jdapp.png) no-repeat;
        background-size: 0.67rem;
        background-position: 0.2rem;
        margin-right: 0;
    }
    .bot_pic .pic:nth-child(3){
        background: url(cjapp.png) no-repeat;
        background-size: 0.67rem;
        background-position: 0.2rem;
    }
    .bot_pic .pic button{
        display: none;
    }
  .con_list .jqqd {
    width: 100%;
    height: 300px;
    font-size: 30px;
    font-weight: 600;
    padding-left: 27%;
    padding-top: 37%;
}
  
  
}