/*文本适配*/
.text-adaptation {
    flex: unset;
    min-height: auto;
}

/*iphone 8 换行适配*/
@media only screen and (max-width:413px){
html[lang=zh-TW] br.mini-hide {
        display: none;
    }
}