* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 14px;
}

.tail {
    width: 100%;
    padding-top: 56px;
}

.footer {
    background: #f1f1f1;
    padding: 10px;
    font-size: 13px;
    color: #666;
    text-align: center;
}

.footer p {
    text-align: center;
}

.footer a {
    color: #2dacbf;
    text-align: center;
    background: #f1f1f1 !important;
}

input {
    border: 0;
    outline: none;
}

.top {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    padding: 10px;
    padding-top: 35px;
}

.logo img {
    width: auto;
    height: 50px;
}

.search_input {
    height: 40px;
    line-height: 24px;
    padding: 0 10px;
    font-size: 12px;
    background: #eee;
    width: 100%;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.search_go {
    width: 100px;
    height: 40px;
    font-size: 14px;
    color: white;
    background-color: #2dacbf;
    text-align: center;
    line-height: 40px;
    letter-spacing: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}


.contentti {

    padding: 10px;
    background: #fff;
    border-radius: 10px;
}


.ct-l1 {
    font-size: 12px;
    line-height: 17px;
    color: #666;
    font-weight: 400;
    padding-bottom: 2px;
}

.ct-l1 img {
    width: 20px;
    display: inline-block;
    vertical-align: bottom;
}

.ct-l2 {
    line-height: 53px;
    font-size: 36px;
    color: #2dacbf;
    margin: 0;
    font-weight: 400;
    position: relative;
    padding-right: 26px;
}

.ct-l3 .tags span {
    font-size: 12px;
    line-height: 1;
    display: inline-block;
    border: 1px solid #ddd;
    border-radius: 14px;
    padding: 3px 8px;
    margin-right: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #f7f7f7;
}

.ct-l4 .pronounce {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -12px;
    margin-top: 15px;
}

.ct-l4 .pronounce .item {
    border-radius: 26px;
    background-color: #f7f7f7;
    padding: 2px 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 12px;
    margin-bottom: 12px;
}

.ct-l4 .voice {
    display: inline-block;
    cursor: pointer;
    background-image: url('../img/2.png');
    background-size: cover;
    background-position: 0;
    background-repeat: no-repeat;
    width: 22px;
    height: 19px;
    margin-left: 5px;
}

.ct-l4 .voice:hover {
    background-image: url('../img/3.png');
    background-position: -42px 0;
}

.ct-l5 .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 18px;
    line-height: 20px;
}

.ct-l5 .word-class {
    font-size: 12px;
    line-height: 20px;
    width: 40px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.ct-l5 .mean {
    font-size: 14px;
}

.ct-l {
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
}

ul {
    list-style: none;
}

/* 控制其显示和隐藏 */
.show {
    display: block !important;
}

.header {
    overflow: hidden;
    width: 100%;
    padding-bottom: 1px;
    background: #f5f5f5;
    position: sticky;
    top: 56px;
    z-index: 22;
}

.header-tab {
    width: 100%;
    display: flex;
    overflow: hidden;
    white-space: nowrap;
    overflow-x: scroll;
    white-space: nowrap;
    font-size: 15px;
}

.header-tab li {
    cursor: pointer;
    margin-right: 6px;
    padding: 10px;
}

.wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
}

/* 其子元素为隐藏状态 */
.wrapper > div {
    display: none;
}

/* 隐藏滚动条 */
.header-tab::-webkit-scrollbar {
    display: none
}

/* 添加下划线 */
.add2line {
    color: #2dacbf;
    border-bottom: 1px solid #2dacbf;
}

.tab-navs {
    margin-top: 20px;
}


.tab-h1 {
    position: relative;
    padding-left: 12px;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    margin-top: 15px;
}

.content-r {
    border-top: 10px solid #eee;
    padding-bottom: 10px;
}

.content-r1 {
    padding-left: 6px;
    margin-bottom: 8px;
    font-size: 13px;
    line-height: 20px;
    font-weight: 600;
    margin-top: 8px;
}

.tab-h1:before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 4px;
    height: 8px;
    background: -webkit-gradient(linear, left top, left bottom, from(#2dacbf), to(#2dacbf));
    background: -webkit-linear-gradient(top, #2dacbf, #2dacbf);
    background: linear-gradient(180deg, #2dacbf, #2dacbf);
    -webkit-box-shadow: 0 4px 4px 0 rgb(255 123 87 / 27%);
    box-shadow: 0 4px 4px 0 rgb(255 123 87 / 27%);
    border-radius: 4px;
}

.tab-hh ul.num {
    counter-reset: section;
}

.tab-hh ul.num > li {
    position: relative;
    padding-left: 35px;
    /*padding-left: 30px;TODO如果例句只有两位数的量就用30*/
}

.tab-hh li {
    padding-bottom: 17px;
}

.tab-hh ul.num > li:before {
    position: absolute;
    left: 12px;
    top: 0;
    counter-increment: section;
    content: counter(section) ".";
    font-size: 12px;
    line-height: 20px;
    color: #777;
}

.tab-hh ul.num > li .source {
    font-size: 16px;
    line-height: 20px;
}

.tab-hh li .source {
    font-weight: 700;
    padding-bottom: 5px;
}

.line-link {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    color: #333;
    -webkit-text-decoration-color: #999 !important;
    text-decoration-color: #999 !important;
}

.tab-hh ul.num > li .target {
    font-size: 14px;
    line-height: 20px;
    color: #777;
}

.tab-hh1 .line-link {
    font-weight: 500;
}

.tab-hh2 {
    padding-left: 8px;
    margin-bottom: 8px;
}

.tab-hh21 {
    font-size: 14px;
    line-height: 16px;
    font-family: Georgia, STSongti-SC-Bold, STSongti-SC;
    margin-top: 15px;
}

.tab-hh212 font {
    margin-right: 20px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    color: #333;
    -webkit-text-decoration-color: #999 !important;
    text-decoration-color: #999 !important;
    text-decoration: underline;
    margin-top: 5px;
}

.tab-hh-zh p {
    margin-bottom: 6px;
}

.affix-box {
    margin-top: 14px;
    position: relative;
    z-index: 2;
}

.affix-box > div.top-box {
    padding-bottom: 14px;
    flex-flow: wrap;

}

.affix-box > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.affix-box > div .word {
    padding: 9px 16px;
    border: 1px solid #efefef;
    background-color: #fff;
    border-radius: 8px;
    text-align: center;
    position: relative;
}

.affix-box > div > div {
    position: relative;
    cursor: pointer;
}

.affix-box > div .word p {
    font-size: 12px;
    line-height: 16px;
    padding-top: 4px;
}

.affix-box > div .word {
    padding: 9px 16px;
    border: 1px solid #efefef;
    background-color: #fff;
    border-radius: 8px;
    text-align: center;
}

.affix-box > div > div + div {
    margin-left: 26px;
}

.affix-box > div > div {
    position: relative;
    cursor: pointer;
}

.affix-box > div > div + div:before {
    content: "+";
    position: absolute;
    left: -17px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}


.tab-lj1 .item {
    counter-reset: counter;
}

.tab-lj1 .word-class {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
    display: block;
    font-size: 14px;
    line-height: 16px;
    font-family: Georgia, STSongti-SC-Bold, STSongti-SC;
}

.tab-lj1 .item .mean-box {
    padding-left: 25px;
    counter-increment: counter;
    margin-bottom: 15px;
}

.tab-lj1 .item .mean-box .mean {
    margin-bottom: 22px;
    position: relative;
}

.tab-lj1 .item .mean-list > li:before {
    content: "";
    width: 6px;
    height: 6px;
    background: #000;
    position: absolute;
    left: -16px;
    top: 8px;
}

.tab-lj1 .item .mean-box .mean .num,
.tab-lj1 .item .mean-box .mean:before {
    background: #000;
    color: #fff;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    font-size: 10px;
    border-radius: 50%;
    position: absolute;
    left: -25px;
    top: 3px;
    content: counter(counter);
}

.tab-lj1 .item .mean-box .en {
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 4px;
}

.tab-lj1 .item .mean-box .cn {
    line-height: 21px;
}

.tab-lj1 .item .sentences {
    margin-top: 10px;
    margin-bottom: 15px;
    color: #777;
}

.tab-lj1 .item .mean-list > li {
    margin-bottom: 22px;
    position: relative;
}

.tab-lj1 .item .mean-list > li:last-child {
    margin-bottom: 0;
}

.tab-lj1 .item .sentences li {
    position: relative;
    padding-right: 24px;
}

.tab-lj1 .item .sentences li + li {
    margin-top: 10px;
}


.tab-lj2 p {
    line-height: 22px;
    margin-top: 15px;
    padding-left: 12px;
    font-size: 14px;
}

.tab-lj2 p .bold {
    font-weight: 700;
}

.tab-lj2 p .italic {
    font-style: italic;
}


.top-box {
    position: relative;
}

.word-more {
    position: absolute;
    top: 73px;
    left: 0;
    width: calc(100vw - 50px);
    background: #2dacbf;
    z-index: 11;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 8px;
    border: 1px solid #eee;
    background-color: #fff;
    -webkit-box-shadow: 1px 1px 3px 4px rgb(0 0 0 / 2%);
    box-shadow: 1px 1px 3px 4px rgb(0 0 0 / 2%);
    padding: 12px 24px 0;
    display: none;
}

.tabcyDJ .top-box .word:nth-child(2) .word-more {
    left: calc(40px - 100vw / 3);
}

.tabcyDJ .top-box .word:nth-child(3) .word-more {
    left: calc(-50px - 100vw / 3);
}

.word.on::after {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-color: #eee #eee rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 1px;
    bottom: -22px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    z-index: 12;
}

.word-more .title {
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
}

.word-more-tab {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 0;
    margin-bottom: -10px;
}

.word-more-tab li {
    color: #999;
    border-radius: 26px;
    border: 1px solid #eee;
    font-size: 13px;
    height: 23px;
    line-height: 23px;
    padding: 0 16px;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    padding: 0 16px;
}

.word-more-tab li.cur {
    color: #2dacbf;
    background-color: #ffede8;
    border-color: rgba(0, 0, 0, 0);
}

.word-more-paraphrase {
    border: 1px dashed #eee;
    border-radius: 8px;
    padding: 6px 14px;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 23px;
}


.word-more-affix p {
    color: #999;
    font-size: 14px;
    line-height: 23px;
    padding-bottom: 12px;
}

.word-more-affix-list {
    padding-right: 15px;
}

.word-more-affix-list li {
    padding-left: 0;
    padding-bottom: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.word-more-affix-list li a {
    padding-right: 5px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    color: #333;
    -webkit-text-decoration-color: #999 !important;
    text-decoration-color: rgb(168, 112, 112) !important;
    text-decoration: underline;
}


.sub-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 12px;
    color: #000;
}

.tab-bk .baike-list .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-radius: 18px;
    border: 1px solid #eee;
    padding: 14px 16px;
    color: #333;
    cursor: pointer;
    text-decoration: none;
}

.tab-bk .baike-list .item .img-height {
    position: relative;
    width: 70px;
    height: 70px;
    margin-right: 14px;
    border-radius: 8px;
    overflow: hidden;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.tab-bk .baike-list .item .img-height img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.tab-bk .baike-list .item .text-layout {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.tab-bk .baike-list .item .text-layout .title {
    font-weight: 700;
    font-size: 18px;
    line-height: 19px;
}

.tab-bk .baike-list .item .text-layout p {
    font-size: 14px;
    line-height: 20px;
}

.tab-bk .baike-list .item .text-layout .title + p {
    padding-top: 10px;
}


.tab-zk1 .exam-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
    padding-left: 12px;
}

.tab-zk1 .level,
.tab-zk1 .star {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.tab-zk1 .exam-info P + .level {
    margin-left: 46px;
}

.tab-zk1 .star {
    margin-left: 4px;
}

.tab-zk1 .level,
.tab-zk1 .star {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.tab-zk1 .star i {
    background-image: url('https://static.xuekaobao.com/img/sprite.png');
    background-size: 101.5px 85px;
    background-position: 0 -22px;
    width: 16px;
    height: 14px;
    background-position: -19px -43px;
}

.tab-zk1 .star i.cur {
    background-image: url('https://static.xuekaobao.com/img/sprite.png');
    background-size: 101.5px 85px;
    background-position: 0 -22px;
    width: 18px;
    height: 17px;
}

.tab-zk1 .exam-info .num {
    color: #2dacbf;
    font-weight: 700;
}


.tab-zk1 .distributed-list {
    padding-top: 4px;
    padding-left: 12px;
}

.tab-zk1 .distributed-list li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 18px;
}

.tab-zk1 .distributed-list .ratio {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 110px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 4px;
}

.tab-zk1 .distributed-list .ratio .line {
    width: 60px;
    height: 9px;
    border-radius: 6px;
    background-color: #f1f1f1;
    position: relative;
    overflow: hidden;
}

.tab-zk1 .distributed-list .ratio p {
    margin-left: 12px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
}

.tab-zk1 .distributed-list li i {
    background-color: #2dacbf;
}

.tab-zk1 .distributed-list .ratio i {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    border-radius: 6px;
    min-width: 15%;
}

.tab-zk2 ul.num {
    counter-reset: section;
}

.tab-zk2 ul.num > li {
    position: relative;
    padding-left: 30px;
}

.tab-zk2 ul.num > li:before {
    position: absolute;
    left: 12px;
    top: 0;
    counter-increment: section;
    content: counter(section) ".";
    font-size: 12px;
    line-height: 20px;
    color: #777;
}

.tab-zk2 .exam-outline-list > li:before {
    top: 2px !important;
}

.tab-zk2 .exam-outline-list .list-tit {
    font-size: 15px;
    line-height: 21px;
}

.word-class {
    font-size: 14px;
    line-height: 16px;
    font-family: Georgia, STSongti-SC-Bold, STSongti-SC;
}

.fz-cn {
    font-size: 15px;
    line-height: 21px;
}

.tab-zk2 .exam-outline-list .item {
    padding-top: 12px;
    position: relative;
}

.tab-zk2 .exam-outline-list .item .item-tit {
    font-size: 14px;
    color: #666;
    margin-bottom: 6px;
}

.fz-en,
a.line-link {
    font-size: 16px;
    line-height: 20px;
}

.a-link {
    margin-right: 20px;
    font-size: 16px;
    line-height: 20px;
    color: #333;
    text-decoration-color: #999 !important;
}

.tab-zk2 .exam-outline-list .item:last-child {
    padding-bottom: 0;
}

.tab-zk2 .exam-outline-list .zt {
    padding-top: 14px;
}

.tab-zk2 .exam-outline-list .zt .item-tit {
    margin-bottom: 15px;
}

.tab-zk2 ul.num {
    counter-reset: section;
}

.tab-zk2 .exam-outline-list .authority-list {
    margin-top: 7px;
}

.tab-zk2 ul.num > li {
    position: relative;
    padding-left: 30px;
}

.tab-zk2 .exam-outline-list .authority-list li {
    padding-bottom: 4px;
    margin-left: -12px;
}

.tab-zk2 ul.num > li:before {
    position: absolute;
    left: 12px;
    top: 0;
    counter-increment: section;
    content: counter(section) ".";
    font-size: 12px;
    line-height: 20px;
    color: #777;
}

.tab-zk2 ul.num > li .source {
    font-size: 16px;
    line-height: 20px;
}

.tab-zk2 .authority-list li .source {
    padding-bottom: 6px;
    position: relative;
    padding-right: 40px;
}

.tab-zk2 ul.num > li .target {
    font-size: 14px;
    line-height: 20px;
    color: #777;
}

.tab-zk2 .authority-list li .target {
    padding-bottom: 9px;
    position: relative;
    padding-right: 40px;
}

.tab-zk2 .authority-list li .cite {
    color: #bbb;
    font-size: 12px;
}

.fz-sm {
    color: #bbb;
    font-size: 12px;
    line-height: 16px;
}

.fz-mid {
    margin-bottom: 10px;
    color: #777;
    position: relative;
    max-height: 80px;
    overflow: hidden;
    font-size: 14px;
    line-height: 20px;
}


.tab-ys .media-list li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding: 16px 50px 16px 0;
    border-bottom: 1px solid #f7f7f7;
}

.tab-ys .media-list li .cover {
    position: relative;
    width: 68px;
    height: 89px;
    -webkit-box-shadow: 0 6px 8px 0 rgb(0 0 0 / 8%);
    box-shadow: 0 6px 8px 0 rgb(0 0 0 / 8%);
    border-radius: 8px;
    margin-right: 14px;
    overflow: hidden;
    background-image: url(https://static.xuekaobao.com/img/error8.png);
    background-size: 40px 42px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-color: rgba(0, 0, 0, .03);
}

.tab-ys .media-list li .cover img {
    position: absolute;
    width: 100%;
    height: 100%;
}

.tab-ys .media-list li .info {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.tab-ys .media-list li .info .en {
    color: #333;
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 8px;
}

em {
    font-style: normal;
    color: #2dacbf;
    font-size: 16px;
}

.tab-ys .media-list li .info .cn {
    color: #666;
    font-size: 14px;
    line-height: 18px;
    padding-bottom: 17px;
}

.tab-ys .media-list li .info .source {
    font-size: 12px;
    color: #999;
}

.tab-ys .media-list .source {
    position: static;
    margin-top: 5px;
}


.content-r2 p {
    margin-top: 10px;
    padding-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.content-r2 p a {
    color: #2dacbf;
    text-decoration: none;
    font-size: 15px;
    margin-right: 5px;
}


.hub-group.hub-detail-group li {
    margin-top: 15px;
    padding-left: 15px;
}

.hub-group.hub-detail-group li a {
    color: #000;
    font-weight: 600;
    margin-right: 5px;
    color: #2dacbf;
}


.hub-detail-group-i li {
    float: left
}

.hub-detail-group-i {
    margin-bottom: 20px
}

.hub-detail-group-i li {
    width: 100%;
    /* height: 40px; */
    margin-top: 8px;
    padding-left: 8px;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.hub-detail-group-i li a {
    color: #000;
    font-weight: 600;
    margin-right: 5px;
    color: #2dacbf;
}

/* .hub-detail-group-i li a:hover {
     text-decoration: none
 }

 .hub-detail-group-i li span {
     color: #444
 }*/
.cixu-index {
    display: block;
}

.cixu-index > a {
    text-align: center;
    display: block;
}

.cixu-index > a img {
    height: 150px;
    margin: 50px 0;
}

.cixu-index .top {
    justify-content: center;
    margin-bottom: 30px;
}

/* .cixu-index .search_input{
   width: 640px;
} */
.cixu-index-top {
    position: relative;
}

.cixu-index-top-tabs {
    position: absolute;
    /*left: 0;*/
    top: 60px;
    display: flex;
    height: 30px;
    line-height: 20px;
    padding: 5px 0;
}

.cixu-index-top-tab {
    padding: 0 6px;
    letter-spacing: 2px;
    border-right: 1px solid #ddd;
    cursor: pointer;
    font-size: 12px;
    text-decoration: none;
    color: black;
}


.cixu-index-top-tab:hover {
    color: #2dacbf;
}

.cixu-index-top-tab.cur {
    font-size: 14px;
    font-weight: 600;
    color: #2dacbf;
    position: relative;
}

.cixu-index-top-tab.cur::after {
    content: '';
    width: 0;
    height: 0;
    background-color: #fff;
    border-color: #fff #fff #eee #fff;
    border-style: solid;
    border-width: 5px;
    z-index: 12;
    bottom: -6px;
    left: 50%;
    transform: translateX(-7px);
    position: absolute;
}

.search {
    position: relative;
    flex: 1;
}


.cixu-top {
    position: relative;
    padding-top: 50px;
}

.cixu-top-tabs {
    position: absolute;
    left: 0;
    top: -50px;
    width: 640px;
    /* background: #fff; */
    display: flex;
    height: 40px;
    line-height: 20px;
    padding: 10px 0;
}

.cixu-top-tab {
    padding: 0 6px;
    letter-spacing: 2px;
    border-right: 1px solid #ddd;
    cursor: pointer;
    font-size: 12px;
}


.cixu-top-tab:hover {
    color: #2dacbf;
}

.cixu-top-tab.cur {
    font-size: 14px;
    font-weight: 600;
    color: #2dacbf;
    position: relative;
}

.cixu-top-tab.cur::after {
    content: '';
    width: 0;
    height: 0;
    background-color: #fff;
    border-color: #fff #fff #eee #fff;
    border-style: solid;
    border-width: 5px;
    z-index: 12;
    bottom: -6px;
    left: 50%;
    transform: translateX(-7px);
    position: absolute;
}

.word-more {
    text-align: left;
}

.word-more-tab-cur {
    display: none;
}


.head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
    padding: 5px 0 10px 10px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 23;
}

.head img {
    height: 40px;
    display: block;
}

.head-r-navs {
    display: flex;
    align-items: center;
}

.head-r-nav {
    border: 1px solid #ddd;
    font-size: 13px;
    padding: 5px;
    margin-right: 10px;
    border-radius: 5px;
}

.head-r-nav.on {
    border: 1px solid #2dacbf;
    background: #2dacbf;
    color: #fff;
}

.head-more {
    position: fixed;
    left: 0;
    top: 56px;
    width: 100%;
    height: 100%;
    background: #fff;
    display: none;
    z-index: 23;
}

.head-more a {
    margin: 10px;
    display: inline-block;
    color: #333;
    text-decoration: none;
    outline: none;
    width: 40%;
    padding: 10px;
    text-align: center;
    font-size: 13px;
    background: #eee;
    border-radius: 5px;
}

/*new*/
.variant {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 6px
}

.variant li {
    padding-top: 15px
}

.variant li span {
    font-size: 14px;
    color: #555
}

.variant li a {
    font-size: 16px;
    margin-right: 12px
}

.img-height {
    display: block;
    width: 164px;
    height: 164px;
    position: relative;
    background-size: 40px 42px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-color: #fff;
    border-radius: 12px;
    margin-bottom: 4px;
}

.img-height img {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    position: absolute;
    z-index: 2;
}

.img-height span {
    font-size: 128px;
    line-height: 1;
    color: #333;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -64px;
    margin-top: -64px;
}

.text-layout-hanyu {
    display: table-cell;
    /*padding-left: 24px;*/
    vertical-align: middle;
    padding-top: 10px;
    /*padding-bottom: 10px;*/
    width: 100%;
}

.text-layout-hanyu .spell {
    padding-bottom: 18px;
    position: relative;
    color: #2dacbf;
}

.text-layout-hanyu .spell span {
    font-size: 16px;
}

.text-layout-hanyu .spell .voice-icon {
    display: inline-block;
    cursor: pointer;
    background-image: url('../img/2.png');
    background-size: cover;
    background-position: 0;
    background-repeat: no-repeat;
    width: 22px;
    height: 19px;
    margin-left: 6px;
    margin-right: 6px;
    position: relative;
    top: 4px;
}

.text-layout-hanyu .spell .voice-icon:hover {
    background-image: url('../img/3.png');
    background-position: -42px 0;
}

.text-layout-hanyu .details {
    padding-bottom: 4px;
}

.text-layout-hanyu .details span {
    font-size: 13px;
    line-height: 1;
}

.text-layout-hanyu .bishun {
    padding-bottom: 4px;
}

.text-layout-hanyu .designation {
    font-size: 13px;
    line-height: 20px;
}

.matts {
    overflow: hidden;
    zoom: 1;
}

.matts .img-matts {
    width: 80px;
    height: 80px;
    border-radius: 4px;
    overflow: hidden;
    float: left;
    margin-right: 10px;
    margin-top: 10px;
}

.matts .img-matts img {
    height: 100%;
    width: 100%;
    vertical-align: middle;
    border: 0;
}

.jielong-list li {
    display: inline-block;
    font-size: 13px;
    line-height: 36px;
}

.jielong-list li i, .popup-hanyu .close {
    display: inline-block;
    width: 18px;
    height: 8px;
    background-position: -50px 0;
    margin: 0 12px;
    background-image: url(../img/jielong.png);
    background-size: 68px 44px;
}

.type-xxjs span {
    padding: 3px 8px;
    margin-right: 4px;
    border: 1px solid #ddd;
    border-radius: 14px;
    line-height: 2.5;
}
