* {
    font-family: "Open Sans", Tahoma, Arial, Helvetica, "Microsoft YaHei New", "Microsoft Yahei", "微软雅黑", "宋体", SimSun, STXihei, "华文细黑", sans-serif;
    line-height: 22px;
}
a:link {
    text-decoration: none;
}

font[size="7"] {
    font-size: 18px;
}

font[size="6"] {
    font-size: 18px;
}

font[size="5"] {
    font-size: 14px;
    color: #515151;
}

a[title="朗读"]:link font{
    margin-left: 25px;
    font-style: normal;
    display: inline-table;
    color: #e74d7d;
}

/*
a font b:before {
    content: "\0020\1f50a\0020";
    color: #ff0050;
    font-size: 26px;
    position: absolute;
    margin-left: -35px;
    margin-top: -9px;
    background-color: transparent !important;
    pointer-events: none !important;
    cursor: crosshair !important;
    z-index: 1;
    opacity: 0.6;
} */
a[href*="audio"] i {
    font-style: normal;
    color: #1b9ee6;
    margin-left: -22px !important;
}
a[href*="audio"] font[size="5"] i:before {
    content: "\1f50a";
    font-size: 18px;
    opacity: 0.6;
}

a > font > b,
a > font[size="6"] >  i {
    background-color: #30abef;
    color: white !important;
    border-radius: 4px 0px;
    padding: 0px 6px;
    margin-left: -8px;
}

br+font>b {
    background-color: #ff7e9d;
    color: white !important;
    border-radius: 4px 0px;
    padding: 0px 6px;
}
a.t2 {
    margin-left: -17px;
}

font+font+font[size="5"] {
    margin: 2px 0px !important;
    color: #515151;
}

/* "例句:" 之后不换行 */
font.es +br {
    display: none;
}

/* 英文释义后不换行 */
font[face="Ariel"] + br {
    display: none;
}

/* 英文例句后不换行 */
font.es + br + a + br {
    display: none;
}

img {
    width: -webkit-fill-available;
}
