* {
    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{
    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"] > font[face="Ariel"] > i {
    font-style: normal;
    color: #1b9ee6; 
    margin-left: 3px !important;
}
/*喇叭*/
a[href*="audio"] > font[face="Ariel"] > i:before {
    content: "\1f50a";
    font-size: 18px;
    opacity: 0.6;
}

/* 中文释义 */
 font[face="Ariel"] + br + a,
 /* 中文例句 */
 font.es + br + a + br + a {
     margin-left: 5px;
 }

/* 词头， 词组*/
a > font > b,
a > font[size="6"] >  i {
    background-color: #30abef;
    color: white !important;
    border-radius: 4px 0px;
    padding: 0px 6px;
    margin-left: -3px;
}

/*词义序号*/
br+font>b {
    background-color: #ff7e9d;
    color: white !important;
    border-radius: 4px 0px;
    padding: 0px 6px;
}

/*单词音频*/
a.t2 {
    margin-left: 3px;
}

/* 英文例句 */
font[face="Ariel"] {
/*font+font+font[size="5"] {*/
    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;
}

/* 隐藏中文例句 */
font.es + br + a + br + a {
    display: none;
}
/* 隐藏中文释义 */
a.t2 + br + font + font + font + br + a,
font[face="Ariel"] + br + a {
    display: none;
}
/* 隐藏中文词性 */
font + br + font + font + font,
font.rp + font + font + font {
    display: none;
}
font.or, font.ame, font.es, font.plr,
font.spf + font + font {
    display: none;
}