.af-water-panel * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.af-water-panel {
    position: relative;
    overflow: hidden;
    margin-left: -10px;
    margin-right: -10px;
    font-size: 0;
    text-align: left;
    display: none;
}
.af-water-panel > li {
    position: relative;
    /*float: left;*/
    width: 20%;
    min-height: 100px;
    margin-bottom: 20px;
    vertical-align: top;
    display: inline-block;
    *display:inline;
    *zoom:1;
}
.af-water-item {
    position: relative;
    margin: 0 10px;
    box-shadow: 0 1px 2px rgba(0,0,0,.1);
    background-color: #fff;
}
.af-water-link {
    display: block;
}
.af-water-img {

}
.af-water-img > img {
    width: 100%;
    display: block;
    min-height: 80px;
}
.af-water-title {
    text-align: left;
    border-bottom: 1px solid #f2f2f2;
    line-height: 20px;
    font-size: 17px;
    color: #333;
    font-weight: 700;
    padding: 10px;
    word-break: break-word;
}
.af-water-down {
    position: relative;
    padding: 10px 8px;
    overflow: hidden;
}
.af-water-user {
    overflow: hidden;
    height: 34px;
    line-height: 34px;
}
.af-water-user-link {
    position: relative;
    width: 34px;
    height: 100%;
    display: block;
}
.af-water-user-img {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}
.af-water-user-img > img {
    max-width: 100%;
    max-height: 100%;
    display: block;
}
.af-water-user-name {
    padding-left: 8px;
    color: #888;
    font-size: 12px;
    max-width: 80px;
    overflow: hidden;
    height: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.af-water-control {
    height: 34px;
}
.af-water-like-btn,
.af-water-share-btn {
    background: url(/images/icon.png) no-repeat;
    width: 24px;
    height: 100%;
    cursor: pointer;
}
.af-water-like-btn {
    background-position: -89px -86px;
}
.af-water-like-btn.liked {
    background-position: -332px -86px;
}
.af-water-share-btn {
    margin-left: 6px;
    background-position: -57px -86px;
}






.water-panel {
    position: relative;
    width: 100%;
    /*margin: 0 auto;*/
}
.water-item {
    position: absolute;
    /*overflow: hidden; */
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.10);
    background-color: #ffffff;
}
.water-item-link {
    
}
.water-img-content {
    /*overflow: hidden; */
    position: relative;
    /*border-bottom: 1px solid #f6f6f6;*/
}
.water-book-img {
    max-width: 100%;
    max-height: 100%;
}
.water-book-title {
    text-align: left;
    border-bottom: 1px solid #f2f2f2;
    line-height: 20px;
    font-size: 17px;
    color: #333;
    font-weight: bold;
    padding: 10px;
    word-break: break-word;
}
.water-book-title > a {
    color: #333;
}
.water-book-title > a:hover {
    text-decoration: underline;
    color: #333;
}
.water-down-content {
    padding: 10px 8px;
    overflow: hidden;
}
.water-user-content {
    overflow: hidden;
    height: 34px;
    line-height: 34px;
}
.water-user-img-link {
    position: relative;
    width: 34px;
    height: 100%;
    display: block;
}
.water-user-img-content {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}
.water-user-img {

}
.water-user-name {
    text-align: left;
    padding-left: 6px;
    color: #888;
    font-size: 12px;
    max-width: 100px;
    overflow: hidden;
    height: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.water-user-name:hover {
    text-decoration: underline;
    color: #4997ee;
}
.water-control-content {
    height: 34px;
}
.water-like-btn,
.water-share-btn {
    position: relative;
    background: url("/images/icon.png") no-repeat;
    width: 24px;
    height: 100%;
    cursor: pointer;
}
.water-like-btn {
    background-position: -89px -86px;
}
.water-like-btn.liked {
    background-position: -332px -86px;
}
.water-share-btn {
    margin-left: 6px;
    background-position: -57px -86px;
}
.water-label-img {
    position: absolute;
    top: -4px;
    right: -4px;
    z-index: 10;
}

/*    */
.explore-water-hover-context {
    position: absolute;
    width: 350px;    
    z-index: 1000;
    left: 0px;
    top: 0px;
    display: none;
    background-color: #ffffff;    
    box-shadow: rgba(0, 0, 0, 0.298039) 0px 4px 16px;
    border-radius: 3px;
    overflow: hidden;
    padding: 15px;
}
.explore-water-hover-up {
    position: relative;
    height: 96px;
    overflow: hidden;
}
.explore-water-hover-imgLink {
    position: absolute;
    width: 76px;
    height: 76px;
    top: 0px;
    left: 0px;
    display: block;
    z-index: 8;
}
.explore-water-hover-imgContext {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #F5F5F5;
    /*-webkit-box-shadow: rgba(0, 0, 0, .5) 0 4px 5px -1px;
    box-shadow: rgba(0, 0, 0, .5) 0 4px 5px -1px;*/
}
.explore-water-hover-up-left {
    padding-left: 90px;
    height: 90px;
}
.explore-water-hover-name {
    padding-bottom: 3px;
    margin-top: 0;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: normal;
    text-overflow: ellipsis;
    min-height: 1em;
    font-size: 16px;
    line-height: 26px;
}
.explore-water-hover-name a {
    cursor: pointer;
    color: #333;
    line-height: inherit;
}
.explore-water-hover-name a:hover {
    text-decoration: underline;
}
.explore-water-hover-about {
    position: relative;
    max-height: 4.5em;
    font-size: 12px;
    line-height: 1.5em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
}


.explore-water-hover-mid {
    position: relative;
    padding-bottom: 15px;
}
.explore-water-hover-btn {
    position: relative;
}
.explore-water-hover-button-content {
    border-radius: 2px;
    position: relative;
    display: inline-block;
    padding: 2px 13px;
    cursor: pointer;
    font-size: 14px;
    height: 30px;
    text-align: center;
    line-height: 24px;
    width: 114px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, .20);
}


.water-qrurl-code {
    position: absolute;
    left: 0;
    top: 0;
    width: 42px;
    height: 42px;
    z-index: 15;
    background-image: url("/images/common/qrcode.png");
    background-repeat: no-repeat;
    background-position: -1px -1px;
}
.water-qrurl-code:hover {
    background-position: -1px -46px;
}
.water-qrurl-panel {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,.8);
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    z-index: 14;
}
.water-qrurl-panel.show {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
}
.water-qrurl-img {
    padding: 0;
    margin: 0;
    border: 0;
}









.book-border-container {
    position: absolute;
    top: 0;
    height: 100%;
}