.keyword-banner {
    text-align: center;
    background-image: url(/images/others/k_banner.png);
    background-size: cover;
    padding: 18px;
}
.keyword-banner .title-text {
    margin: 0;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 2px;
}
.keyword-banner .desc-text {
    color: #fff;
    padding-top: 8px;
    font-size: 19px;
    letter-spacing: 2px;
    padding-bottom: 13px;
}
.keyword-upload-btn {
    height: 40px;
    width: 100%;
    max-width: 162px;
    /* background: #fff; */
    display: inline-block;
    border-radius: 26px;
    line-height: 40px;
    /* color: #415269; */
    font-size: 16px;
    color: #42566f;
    background: #f6dd5c;
    font-weight: bold;
}


.keyword-panel {
    /* padding-bottom: 50px */
}
.keyword-none-branch {
    line-height: 24px;
    font-size: 15px;
    color: #666;
    letter-spacing: 1px;
    padding-top: 10px;
}
.keyword-water {
    position: relative;
    text-align: center;
    padding-top: 24px;
}
.keyword-water.master {
    padding-top: 15px;
}
.water-panel {
    position: relative;
    display: inline-block;
    font-size: 0;
    margin-left: -10px;
    margin-right: -10px;
    -webkit-column-width: 207px;
    -moz-column-width: 207px;
    column-width: 207px;
    column-gap: 20px;
    -moz-column-gap: 20px;
    -webkit-column-gap: 20px;
}
.water-item {
    position: relative;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.10);
    background-color: #ffffff;
    display: inline-block;
    margin-bottom: 20px;
    vertical-align: top;
    width: 207px;
}
.water-book-img {
    display: block;
    width: 100%;
}
.water-qrurl-code:hover ~ .water-qrurl-panel,
.water-qrurl-panel:hover {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
}

.keyword-excellent {
    padding-top: 10px;
}
.keyword-excellent > p {
    font-weight: bold;
    color: #333;
    font-size: 18px;
}


.keyword-footer {
    position: relative;
    padding-top: 8px;
}
.keyword-footer-desc {
    position: relative;
    font-size: 14px;
    color: #a9a9a9;
    line-height: 22px;
    /* padding-right: 60px; */
    padding-bottom: 10px;
}
.keyword-footer-desc >span {
    position: absolute;
    /* right: 0px; */
    right: -65px;
    top: 0;
    /* border: 1px solid #929191; */
    padding: 0 5px;
    cursor: pointer;
    color: #666;
    font-size: 13px;
}
.keyword-footer-desc >span i {
    background: url(/center/explore/images/icon.png);
    padding: 2px 11px;
    /* background-color: #f00; */
    background-position: -238px -47px;
}
.keyword-footer-desc >span.show {
    color: #9a9a9a;
}
.keyword-footer-desc >span.show i {
    background-position: -238px -22px;
}
.keyword-tags-item {
    font-size: 13px;
    line-height: 20px;
    color: #a9a9aa;
    margin-top: 10px;
}
.keyword-tags-item > span {
    font-weight: bold;
    color: #888;
}
.keyword-tags-item a {
    color: inherit;
}
.keyword-tags-item a:hover {
    text-decoration: underline;
}
.keyword-tags-item a:after {
    content: "|";
    padding: 5px;
    color: #666;
}

.keyword-tags-panel {
    display: none;
    padding-bottom: 20px;
}

.e-header {
    padding: 0;
}
.e-classify {
    position: relative;
    overflow: hidden;
    background-color: #E4E5E7;
    padding: 15px 0px;
}
.e-col-classify {
    width: 100%;
}
.e-col-classify-inner {
    padding: 2px 10px;
}
.e-col-classify-inner > a {
    color: #455a6e  ;
    font-size: 15px;
    padding: 0 7px;
    display: inline-block;
    line-height: 26px;
}
.e-col-classify-inner > a:not(.active):hover {
    /*text-decoration: underline;*/
    background-color: #f1f1f1;
}
.e-col-classify-inner > a.active {
    background-color: #455a6e;
    color: #fff;
}


.water-share-btn {
    display: none !important;
}