body {
    padding-top: 70px;
    /*padding-bottom: 30px;*/
}
.wag-main {
    flex: 1;
    -webkit-flex: 1;
    width: 100%;
}
.hanzi_input {
    display: inline-block;
    width: 100px;
    height: 100px;
}

.hanzi {
    text-align: center;
    font-size: 68px;
    font-weight: 800;
    width: 100%;
    background: url('/images/mi_bk.png') no-repeat 0 0;
    border: 0;
}

.pinyin_input {
    display: inline-block;
    width: 160px;
    height: 100px;
}

.pinyin {
    text-align: center;
    font-size: 40px;
    width: 100%;
    height: 100px;
    border: 0;
    background: url('/images/zimu_bk.png') repeat-x 0 0;
    padding: 0 0 9px 0;
    font-style: italic;
    font-family: cursive;
}

.hanzi:focus {
    color: #D06C5C;
    border: none;
}

.pinyin:focus {
    color: #D06C5C;
    border: none;
}

.index-arrow {
    font-size: 3em;
    color: #eee;
}

.index-arrow-btn {
    margin: 30px 0 0 0;
    text-align: center;
}

.index-arrow-btn i:hover {
    color: #D06C5C;
    /*cursor: pointer;*/
}

.query_result {
    font-size: 34px;
    font-family: "Microsoft Yahei", serif;
}

.wenangou_color {
    color: #D06C5C;
}

.wenangou_label {
    background-color: #D06C5C;
    color: #fff;
    font-size: 10px;
    font-family: "Microsoft Yahei", serif;
}

.wenangou_label_gray {
    background-color: #999999;
    color: #fff;
    font-size: 10px;
    font-family: "Microsoft Yahei", serif;
}

.small_query_result {
    font-size: 18px;
    font-family: "Microsoft Yahei", serif;
}

.large_query_result {
    font-size: 38px;
    font-family: "Microsoft Yahei", serif;
}

.large_query_result_color {
    color: #D06C5C;
    font-size: 38px;
    font-family: "Microsoft Yahei", serif;
}

.tiny_query_result {
    font-size: 14px;
    font-family: "微软雅黑", serif;
    color: #777;
}

.tiny_query_result a {
    font-size: 14px;
    font-family: "微软雅黑", serif;
    margin: 2px;
    color: #777;
}

.tiny_query_result a:hover {
    font-size: 14px;
    font-family: "微软雅黑", serif;
    color: #D06C5C;
}

.query_result_inverse {
    font-size: 34px;
    font-family: "微软雅黑", serif;
    color: #D06C5C;
    font-weight: bold;
    display: none;
}

.btn-wenango-gray {
    height: 60px;
    float: right;
    background-color: #f3f1f1;
    color: #888;
    font: 15px 'Open Sans', sans-serif;
    text-align: center;
    padding-right: 20px;
    padding-left: 20px;
    margin-top: 4px;
}

.btn-wenango-gray:hover {
    color: #fff;
    background-color: #777;
}

.btn-wenango {
    /*height: 60px;*/
    float: right;
    background-color: #D06C5C;
    color: #FFF;
    font: 15px 'Open Sans', sans-serif;
    text-align: center;
    padding-right: 20px;
    padding-left: 20px;
    margin-top: 4px;
}

.btn-wenango:hover {
    color: #fff;
    background-color: #CF5A48;
}

.menu-query {
    margin: 10px 0 30px 58px;
}

.menu-query .nav > li > a,
.menu-query .nav > li.active.inactive > a {
    padding: 5px 20px;
    color: #777;
    font-size: 14px;
    background-color: transparent;
}

.menu-query .nav > li > a:hover {
    color: #777;
    background-color: #f3f1f1;
}

.menu-query .nav > li.active > a {
    color: #777;
    background-color: #f3f1f1;
}

.index-info {
    font-size: 12px;
    margin: 20px 0 5px 60px;
    color: #777;
    line-height: 22px;
}

.query-highlight {
    color: #D06C5C;
    font-size: 34px;
    font-family: "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}

.query-highlight a {
    color: #D06C5C;
    font-size: 34px;
    font-family: "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}

.notfound-title {
    color: #777;
    font-size: 40px;
    font-family: "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}

.notfound-subtitle {
    text-align: center;
    font-size: 42px;
    width: 100%;
    height: 100px;
    border: 0;
    background: url('/images/zimu_bk.png') repeat-x 0 0;
    padding: 14px 0 9px 0;
    font-style: italic;
    font-family: cursive;
}

#index-query-result td {
    word-break: keep-all;
    white-space: nowrap;
}

#index-query-result td a {
    color: #777;
}

.wenango1 {
    color: #777;
    font-size: 20px;
    margin: 0 0 30px 20px;
    font-family: "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    border-left: 5px solid #D06C5C;
    padding: 0px 0 5px 10px;
    height: 30px;
}

.example-block {
    margin: 0px 30px 0 30px;
}

#pinyin-nav-block td {
    padding: 20px 0 10px 20px;
}

.example-words {
    display: inline-block;
    font-size: 20px;
}

.example-note {
    display: inline-block;
    font-size: 20px;
    font-family: "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}

.example-block th {
    font-size: 18px;
    /*font-weight: bold;*/
    font-family: "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}

.example-block th {
    font-size: 20px;
}

.loading {
    font-size: 5em;
    color: #D06C5C;
    margin: 100px 0 60px 0;
}

.text-block {
    padding: 20px 40px 20px 40px;
    margin: 0 20px 50px 20px;
    background-color: #FAFAFA;
}

.content-block {
    padding: 0px 40px 0px 40px;
    /*margin: 0 20px 50px 20px;*/
}

.gray-bk {
    background-color: #F7F7F7;
}

.page-num {
    margin: 25px;
    color: #D06C5C;
    font-size: 18px;
    font-family: "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}

.origin-flag {
    font-size: 10px;
    border: 1px solid #777;
    float: left;
    margin: 0 0 0 0;
    display: none;
}

footer a {
    display: none;
}

#index-query-result a:hover, a:focus {

    text-decoration: none;
}

.wag-table {
    font-family: "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    font-size: 16px;
}

.wag-table td:hover {
    background-color: #D06C5C;
    color: #fff;
}

.wag-table td.active {
    background-color: #D06C5C;
    color: #fff;
}

.wag-star {
    color: #D06C5C;
    float: right;
    padding: 10px;
}

.link-box {
    padding: 5px 5px 5px 5px;
    height: 120px;
    margin-left: -20px;
    border: 1px solid rgba(153, 153, 153, 0.12);
}

.link-box:hover {
    background-color: #F3F1F1;
}

.link-header {
    color: #000000;
    font-size: 18px;
    padding: 5px 0 5px 10px;
}

.link-body {
    color: #777;
    font-size: 14px;
    padding: 5px 0 5px 10px;
}

.padding_site {
    padding: 0 0 10px 50px;
}

.padding_weixin {
    padding: 0px 0px 0px 30px;
}

.weixin_inner {
    position: relative;
    padding: 20px 22px 20px 110px;
    background-color: #fff;
    border-bottom: 1px solid #d9dadc;
}

.weixin_nickname {
    font-size: 16px;
    font-weight: 400;
}

.weixin_meta {
    margin-top: 5px;
    overflow: hidden;
}

.weixin_meta_value {
    display: block;
    overflow: hidden;
    color: #adadad;
}

.weixin_avatar {
    position: absolute;
    width: 100px;
    left: 1px;
    top: 10px;
    height: 100px !important;
}

.weixin_meta_label {
    float: left;
    width: 4em;
    margin-right: 1em;
}

.link_table a {
    text-decoration: none;
}

.link_table tbody > tr > td {
    font-size: 14px;
    color: #777;
    border: none;
    text-decoration: none;
    width: 250px;
}

.link_table tbody > tr > td:hover {
    color: #D06C5C;
    text-decoration: none;
}

.nav-link a:hover {
    font-size: 18px;
    color: #D06C5C;
}

.link_table tbody > tr > td:hover {
    /*background-color: rgba(216, 215, 215, 0.39);*/
    color: #D06C5C;
    text-decoration: none;
}

.link_table tbody > tr > td > span {
    width: 100%;
    height: 100%;
}

.link_table tbody > tr > td > a:hover {
    color: #D06C5C;
}

.read-loading {
    width: 100%;
    height: 500px;
    background-color: #fff;
}

.read-loading p {
    margin-top: 5px;
    text-align: center;
}

.read-loading div {
    margin-top: 200px;
    text-align: center;
}

#article-list {
    margin: 0px 0px 0px 0px;
    list-style: none;
    overflow: auto;
    /*height: 500px;*/
    width: 485px;
}
#article-list li:hover {
    background: rgba(225,227,230,0.4);
}

#article-list li .site_name {
    font-size: 12px;
    color: #777;
    text-align: right;
}

.article-tool-block {
    height: 60px;
    /*border-bottom: dashed 1px #ccc;*/
}

.article-tool-tips {
    padding-top: 10px;
}