/* no2text 工具样式 */
.no2text-row{display:flex;gap:12px;align-items:flex-end;flex-wrap:wrap;}
.no2text-field{flex:1 1 320px;min-width:200px;}
@media(max-width:768px){.no2text-row{flex-direction:column;align-items:stretch;}.no2text-field{flex:1 1 100%;}}
