.lbf-panel {
    position: fixed;
    overflow: hidden;
    transform: translateZ(0);
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 2px;
    outline: 0;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 2px 5px rgba(0,0,0,.2);
    animation: tinydown .5s;
    z-index: 62660;
    width: 520px;
    top: 50%;
    left:50%;
    margin-left: -260px;
    margin-top: -189px;
    display: none;
}
.lbf-panel-head {
    font-size: 16px;
    font-weight: 700;
    height: 20px;
    padding: 15px 20px;
    color: #333;
    border-bottom: 1px solid #e5e5e5
}
.lbf-panel-body {
    position: relative;
    overflow-y: auto;
    min-height: 54px;
    padding: 0
}
.lbf-panel-foot {
    position: relative;
    padding: 19px 20px 20px;
    border-top: 1px solid #e5e5e5;
    background-color: #fff;
    -webkit-box-shadow: inset 0 1px 0 #fff;
    box-shadow: inset 0 1px 0 #fff
}
.lbf-panel-foot-r {
    float: right
}
.lbf-panel-foot-r .lbf-button {
    margin-left: 10px
}
.lbf-panel-close {
    position: absolute;
    z-index: 9999;
    top: 2px;
    right: 2px;
    display: inline-block;
    overflow: hidden;
    width: 30px;
    height: 30px;
}
.lbf-panel-close:hover {
    color: #333
}
.lbf-panel-foot div {
    margin-left: 10px
}
.lbf-panel-foot:after,
.lbf-panel-foot:before {
    line-height: 0;
    display: table;
    content: ''
}
.lbf-panel-foot:after {
    clear: both
}
.lbf-panel-foot .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px
}
.lbf-panel-foot .btn-group .btn + .btn {
    margin-left: -1px
}
.lbf-panel-foot .btn-block + .btn-block {
    margin-left: 0
}
.book-popup {
    background: #fcfcfa;
}
.book-popup .popup-title {
    height: 39px;
    border-bottom: 1px solid #e6e6e6;
    background: #fff;
}
.book-popup .popup-title h3 {
    font-size: 18px;
    line-height: 40px;
    height: 40px;
    padding: 0 10px;
    text-align: left;
    color: #1a1a1a;
    font-family: Roboto;
}
.eva-star-wrap {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 36px 0 24px;
}
.eva-star-wrap .eva-box {
    width: 440px;
    margin: 0 auto;
}
.eva-star-wrap h4 {
    font: 13px/16px Roboto,'-apple-system',Simsun;
    margin-bottom: 10px;
    color: grey;
    font-weight: 300;
}
.eva-star-wrap .star-big {
    overflow: hidden;
    height: 32px;
    margin-bottom: 20px;
}
.eva-star-wrap .star-big img {
    width: 32px;
    height: 32px;
    margin-right: 5px;
}
.eva-star-wrap .star-big span {
    float: left;
    cursor: pointer;
    width: 220px;
    margin-right: 10px;
}
.eva-star-wrap .star-big em {
    float: left;
}
.eva-star-wrap .star-big em {
    font: 15px/20px Roboto,'-apple-system',Simsun;
    margin-top: 8px;
    font-weight: 300;
}
.count-text {
    position: relative;
    z-index: 1;
    width: 438px;
    height: 112px;
    margin-bottom: 24px;
    border: 1px solid #e6e6e6;
    background: #fff;
}
.count-text textarea {
    font-family: Roboto,'-apple-system',Simsun;
    font-size: 13px;
    display: block;
    overflow: hidden;
    width: 418px;
    height: 84px;
    padding: 8px 0 0 12px;
    color: #a6a6a6;
    border: none;
    outline: none;
    font-weight: 300;
    line-height: 19px;
    max-width: 425px;
}
.popup-btn {
    font-size: 0;
    text-align: center;
}
.popup-btn a.red-btn {
    font: 14px/34px Roboto,'-apple-system',Simsun;
    width: 120px;
    height: 34px;
    margin-right: 0;
    display: inline-block;
    vertical-align: middle;
}
.lbf-overlay {
    position: fixed;
    top: 0;
    left: 0;
    background-color: black;
    opacity: 0.3;
    z-index: 26433;
    width: 1440px;
    height: 3740px;
    display: none;
}
.tag-box .count-text{
    background: none;
    border: 0;
    height: auto
}
.tag-box .eva-box{margin-bottom: 20px;}
.tag-box #stories-box li{width: 50%;}