.reward .select-container {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 10000;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: #E8E8E8;
    width: 658px;
    height: 480px;
    border-radius: 4px;
    -webkit-boder-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
}

.reward .select-container .select-tabs-item {
    position: relative;
    width: 90px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-top-left-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-top-left-radius: 10px;
    -ms-border-top-left-radius: 10px;
    -o-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -ms-border-top-right-radius: 10px;
    -moz-border-top-right-radius: 10px;
    -o-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
    margin: 26px 0 0 28px;
    font-size: 16px;
    color: #999;
    cursor: pointer;
}

.reward .select-container .select-tabs-item .select-item-line {
    width: 55px;
    height: 4px;
    background-color: #FF4192;
    position: absolute;
    bottom: 0;
    left: 20%;
    display: none;
}

.reward .select-container .select-tabs-container {
    width: 528px;
    background-color: #fff;
    position: absolute;
    left: 20px;
    padding: 0 45px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    display: none;
}

.reward .select-tabs-container .select-pic {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #FFD3E6;
}

.reward .select-tabs-container .select-mode-item {
    text-align: center;
    margin: 25px 32px 0 0;
    position: relative;
}

.reward .select-tabs-container .select-mod-diff {
    margin-right: 0;
}

.reward .select-tabs-container .select-name {
    color: #333;
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
}

.reward .select-tabs-container .getNumber {
    font-size: 12px;
    color: #666;
    line-height: 20px;
}

.reward .select-tabs-container .icon-reward-ok {
    position: absolute;
    right: 1px;
    top: 1px;
    display: none;
}

.reward .select-tabs-container .select-mode-cur .icon-reward-ok {
    display: block;
}

.reward .select-tabs-container .select-mode-cur .getNumber {
    color: #FF4192;
}

.reward .select-tabs-container .select-mode-cur .select-name {
    color: #FF4192;
}

.reward .select-tabs-container .buy-title {
    font-size: 14px;
    color: #333;
    line-height: 40px;
}

.reward .select-tabs-container .buy {
    font-size: 12px;
    color: #333;
    margin-top: 20px;
}

.reward .select-tabs-container .remove-buy,
.reward .select-tabs-container .add-buy {
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.reward .select-tabs-container .buy-value {
    width: 39px;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    text-align: center;
    color: #333;
    background-color: #F5F5F5;
    border: 1px solid #E8E8E8;
}

.reward .select-tabs-container .purchase {
    margin: 0 11px 0 20px;
}

.reward .select-tabs-container .buy-diff {
    font-size: 12px;
    color: #999;
    line-height: 40px;
    margin-left: 40px;
}

.reward .select-tabs-container .btn-pay {
    display: inline-block;
    width: 58px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background-color: #FF956F;
    font-size: 12px;
    color: #fefefe;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    margin-top: 8px;
}

.reward .select-tabs-container .message {
    margin: 35px 0 0 0;
}

.reward .select-tabs-container .input-text {
    padding: 0 10px;
    height: 26px;
    line-height: 26px;
    border: 1px solid #E8E8E8;
    width: 460px;
    display: block;
    margin: 6px 0 0 0;
}

.reward .select-tabs-container .prompt {
    font-size: 12px;
    color: #F9A283;
    margin-left: 50px;
}

.reward .select-tabs-container .icon-reward-why {
    margin-left: 10px;
    display: inline-block;
    vertical-align: -0.5ex;
}

.reward .select-tabs-container .btn-reward,
.reward .select-tabs-container .btn-recom,
.reward .select-tabs-container .btn-stars {
    width: 140px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    background-color: #FF4192;
    border-radius: 17px;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    -ms-border-radius: 17px;
    -o-border-radius: 17px;
    font-size: 16px;
    color: #fff;
    margin: 28px auto 24px;
    cursor: pointer;
}
.reward .select-tabs-container .btn-reward:hover,
.reward .select-tabs-container .btn-recom:hover,
.reward .select-tabs-container .btn-stars:hover {
    background: #FF75B0;
}
.reward .select-tabs-container .btn-recom {
    margin: 30px auto 40px;
}

.reward .select-tabs-container .btn-stars {
    margin: 30px auto 40px;
}

.reward .select-tabs-container .icon-ticket {
    width: 270px;
    height: 124px;
    margin: 60px auto 30px;
}

.reward .select-tabs-container .icon-ticket img {
    display: block;
    width: 100%;
    height: 100%;
}

.reward .select-tabs-container .select-number {
    margin-left: 165px;
}

.reward .select-tabs-container .prompt-tickt {
    text-align: center;
    font-size: 12px;
    color: #FFB094;
    line-height: 34px;
    padding-left: 102px;
}

.reward .select-tabs-container .stars-list {
    margin: 90px auto 25px;
    width: 290px;
}

.reward .select-tabs-container .stars-item {
    margin-right: 20px;
}

.im2
{
    background-image: url('/static/img/selectedStar.png');
    background-size: 64px 64px;
    background-repeat: no-repeat;
    width: 64px;
    height: 64px;
    display: inline-block;
    /* margin-right: 20px; */
}
.im1
{
    background-image: url('/static/img/selectedStar.png');
    background-size: 12px 12px;
    background-repeat: no-repeat;
    width: 12px;
    height: 12px;
    display: inline-block;
    /* margin-right: 20px; */
}
/* .reward .select-tabs-container .rating {
    font-size: 42px;
} */

/* .reward .select-tabs-container .rating .rate-base-layer
{
    color: yellow;
} */

/* .reward .select-tabs-container .rating .rate-hover-layer
{
    color: pink;
}
.reward .select-tabs-container .rating .rate-select-layer
{
    color: yellow;
} */

.reward .select-tabs-container .stars-right-item {
    margin-right: 0;
}

.reward .select-tabs-container .stars-prompt {
    text-align: center;
    font-size: 12px;
    line-height: 19px;
    color: #FFB094;
}

.reward .select-tabs-container .stars-text {
    font-size: 16px;
    color: #FFB094;
    text-align: center;
    margin: 26px 0 68px;
}

.reward .select-container .select-cur-tabs .select-tabs-container {
    display: block;
}

.reward .select-container .select-cur-tabs .select-tabs-item {
    background-color: #fff;
    color: #FF4192;
}

.reward .select-container .select-cur-tabs .select-item-line {
    display: block;
}

.reward .select-container .icon-reward-close {
    width: 14px;
    height: 14px;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}
.reply-content {
    margin-top: 20px;
    position: relative;
    width:901px;
    background:rgba(248,248,248,1);
    border-radius:4px;
    padding: 0 20px 0;
    padding-right: 10px;
    box-sizing: border-box;
    font-size: 12px;
    /*overflow: hidden;*/
}
.reply-content:before{
    content: "\e668";
    position: absolute;
    top: -18px;
    left: 20px;
    color: rgb(248,248,248);
    font-size: 24px;
    font-family: "iconfont" !important;
}
.reply-con {
    padding-top: 20px;
    border-bottom: 1px dashed #ccc;
}
/*.reply-con:nth-child(1){*/
    /*margin-top: 20px;*/
/*}*/
.reply-con:nth-last-child(1){
    border-bottom: none;
}
.reply-content p {
    margin-bottom: 15px;
}
.comment-container{
    margin-top: 20px;
}
.comment-container .comment-tabs-container .reply {
    margin-right: 0px;
    /* color: rgba(245, 205, 88, 1); */
}
.reply-content .reply-con .reply {
    color: rgba(102, 102, 102, 1);
}
.reply-area {
    margin-top: 10px;
    position: relative;
    display: none;
}
.reply-area textarea {
    width: 900px;
    min-height: 48px;
    background-color: rgba(248, 248, 248, 1);
    border: none;
    outline: none;
    line-height: 48px;
    padding-left: 10px;
    box-sizing: border-box;
}
.reply-area button {
    width:88px;
    height:35px;
    background:rgba(255,142,189,1);
    border-radius:4px;
    text-align: center;
    color: #fff;
    float: right;
    margin-top: 10px;
    position: relative;
    left: 5px;
    cursor: pointer;
}
.comment-con {
    width: 900px;
    height: 160px;
    border: 1px solid rgba(232, 232, 232, 1);
    border-radius: 4px;
    padding-top: 15px;
    padding-left: 20px;
    box-sizing: border-box;
}
.btn-publishCom {
    width:98px;
    height:35px;
    background:#ff4192;
    border-radius:4px;
    float: right;
    color: #fff;
    position: relative;
    left: 5px;
    margin-top: 10px;
    cursor: pointer;
}
.btn-publishCom:hover{
    background: #FF75B0;
}
.header-bar {
    position: relative;
}
.record-box {
    display: none;
    width: 330px;
    padding: 5px 15px 15px;
    line-height: 22px;
    background: #fdfdfd;
    border: 1px solid #d7d7d7;
    border-top: none;
    position: absolute;
    top: 48px;
    right: 80px;
    z-index: 99;
    cursor: default;
}
.hover {
    display: block;
}
.record-box dl dd {
    padding: 8px 0;
    border-bottom: 1px dotted #ccc;
}
.record-box dl dd .goread {
    float: right;
    color: #eb6100;
}
.record-box h3 {
    margin-top: 10px;
    font-weight: 400;
}
.book-state {
    margin-top: 12px;
}