/*样式*/
.cont-tit span  span{
   display: contents;
    margin: 0;
    font-size: 0.14rem;
    color: #808080;
    align-items: center;
    line-height: 0.3rem;
    /* 新增：移动端强制控制字号，禁止浏览器自动调整文字大小 */
   -webkit-text-size-adjust: none !important;
   text-size-adjust: none !important;}
