*{
    margin:0;
    padding: 0;
    box-sizing: border-box;
}
.page-button {
    margin: 8px 15px;
    font-size: 18px;
}

[v-cloak] {
    display: none;
}

.p-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

#app {
    background: #fff;
}

.table {
    background: #fff;
}

label {
    color: #007f70;
    text-align: center;
    display: block;
    margin-top: -30px;
    padding-top: 30px;
    font-size: 35px;
}

#keyword {
    max-width: 800px;
    margin: 20px auto;
    height: 45px;
    font-size: 16px;
}

a.logo:hover {
    color: #007f70;
}

.table > thead {
    background: #2d9386;
    color: #fff;
}

.table > tbody > tr > td > a {
    display: block;
    padding: 8px;
}

.table > tbody > tr > td:first-child {
    padding: 8px;
}

.table > tbody > tr > td {
    vertical-align: inherit;
}

a {
    color: #007f70;
}

td b {
    color: #bbb;
    font-weight: normal;
    font-size: 10px;
}

.search-tip {
    display: flex;
    justify-content: center;
    color: #999;
    font-size: 12px;
    text-align: center;
    padding-top: 4px;
    margin-bottom: 0;
    border-bottom: 1px solid #ccc;
    margin-top: 10px;
    flex-wrap: wrap;
}

.search-tip a {
    padding: 5px 10px;
    font-size: 14px;
    cursor: pointer;
    color: #999;
}

.search-tip > a.active,.search-tip a:hover {
    color: #007f70;
}


.form-group {
    position: relative;
}

.clear-keywords {
    position: absolute;
    top: 71px;
    color: #999;
    right: .8em;
}

.footer-bg{
    width:100%;
    background:#fff;
    text-align: center;
    padding: 10px;
}
.list-pages .page-button {
    color: #007f70;
}
.list-pages .page-button a {
    color: #999;
}
.list-pages .page-button.active a{
    color: #007f70;
}


.entry h2:before,.entry h3::before, .entry h4::before {display:none!important;}
.entry pre {
    line-height: 0.5!important;
}
.entry ul li {
    list-style-type: disc;
    font-weight: 600;
}
.entry h1,h2,h3,h4,h5,h6 {
    font-weight: 600 !important;
}
.entry {
    max-width: 800px !important;
    padding: 0!important;
}

a.logo:hover {
    text-decoration: none;
}

.pinyin-list {
    width: 100%;
    max-width: 800px;
    margin: 20px auto;
    font-size: 18px;
}
.pinyin-list table {
    width: 100%;
}
.pinyin-list table td {
    padding: 10px;
    text-align: center;
}
.pinyin-list table td a {
    text-decoration: underline;
}
.example {
    width: 100%;
    max-width: 800px;
    margin: 10px auto;
    font-size: 16px;
    line-height: 30px;
}
.example .words {
    border-bottom: 1px dashed #ccc;
}
.example .item {
    margin: 15px 5px;
}
.example .item.word {
    font-weight: 600;
    font-size: 20px;
}
.example.list-item {
    display: flex;
    flex-wrap: wrap;
}
.example.list-item a {
    min-width: 50%;
    padding: 10px;
    display: inline-block;
}
@media(max-width: 500px) {
    .example.list-item a {
        min-width: 48%;
    }
}
.example.detail .words {
    min-height: 500px;
}



/* page */
.list-pages {
    display: flex;justify-content: center;flex-wrap: wrap;
}
.m-pager {
    margin-top: 8px;
}
.m-pager-number {
    display: inline-block;
    cursor: pointer;
    min-width: 30px;
    height: 28px;
    text-align: center;
    vertical-align: middle;
}

.m-pager-number a {
    text-decoration: none;
    display: block;
    height: 100%;
    width: 100%;
    font-size: 18px;
    line-height: 26px;
}
.m-pager-number {
    margin: 0 5px;
    border-radius: 2px;
}
.m-pager-number.active a {
    background: #007f70;
    color: #fff;
}
.page-go {
    font-size: 15px !important;
}
.jump {
    width: 20px;
}
.page-go .button {
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 3px;
}
.ads.mobile {
    display: none;
}
.ads.pc {
    display: block;
}
@media (max-width: 500px) {
    .page-go {
        font-size: 14px !important;
    }
    .m-pager {
        margin: 5px 6px;
    }
    .page-button {
        margin:5px 10px;
        font-size: 15px;
    }
    .m-pager-number {
        min-width: 15px;
        height: 20px;
        margin: 0 2px;
    }
    .m-pager-number a {
        font-size: 14px;
        line-height: 18px;
    }
    .ads.mobile {
        display: block;
    }
    .ads.pc {
        display: none;
    }
}

@media (max-width: 375px) {
    .m-pager-number {
        min-width: 12px;
        height: 20px;
        margin: 0 1px;
    }
    .page-button {
        margin:5px 6px;
    }
}