﻿.rewardList p:after,
.manageBox:after,
.manageBox .manage:after,
.hint:after,
.commentBox:after,
.recommend:after,
.authorBox:after,
.sCommentBox:after,
.modal-dialog:after,
.moneyList:after,
.close:after {
    display: block;
    clear: both;
    visibility: hidden;
    content: "";
}

.artTitle {
    font-size: 28px;
    color: #333;
    font-weight: 700;
    line-height: 40px;
}

.detailBox {
    margin-top: 20px;
    color: #999;
    font-size: 14px;
}

.detailBox .artSource {
    margin: 0 12px 0 15px;
}

.detailBox .artRead {
    background: url(../images/read.png) no-repeat 0 center;
    padding-left: 20px;
}

.artCon {
    line-height: 30px;
    font-size: 16px;
    color: #333;
    text-align: justify;
    text-justify: inter-ideograph;
    word-wrap: break-word;
    margin-top: 30px;
}

.artCon img {
    max-width: 100%;
    border-radius: 6px;
    background-color: #b3b3b3;
    margin: 8px auto;
}

.rewardBox {
    margin-top: 35px;
    text-align: center;
}

.rewardBox .remark {
    font-size: 14px;
    color: #ff0000;
}

.rewardBox button {
    width: 136px;
    height: 50px;
    line-height: 50px;
    background: #ff0000;
    text-align: center;
    color: #fff;
    border: none;
    outline: none;
    border-radius: 25px;
    font-size: 20px;
    margin-top: 10px;
    font-family: SimSun;
}

.rewardList {
    margin-top: 20px;
    text-align: center;
}

.rewardList li {
    display: inline-block;
    margin: 0 -6px;
}

.rewardList li img {
    width: 24px;
    height: 24px;
    border-radius: 24px;
}

.manageBox {
    margin-top: 30px;
    padding-bottom: 25px;
    border-bottom: 1px solid #f0f0f0;
}

.manageBox .manage {
    text-align: center;
    padding-left: 0;
}

.manage,
.manage li {
    display: inline-block;
    padding: 6px 18px 6px 34px;
    float: left;
    font-size: 14px;
    color: #ccc;
    border-radius: 6px;
    cursor: pointer;
}

.manage .like {
    background: url(../images/like-1.png) 16px center no-repeat;
    border: 1px solid #ccc;
    padding: 6px 15px 6px 40px;
}

.manage .likeOn {
    color: #ff0000 !important;
    background: url(../images/like-2.png) 16px center no-repeat !important;
    border: 1px solid #ff0000 !important;
}

.manage .like:hover {
    background: url(../images/like-0.png) 16px center no-repeat;
    border: 1px solid #bbb;
    color: #bbb;
}

.manage .collect {
    width: 44px;
    text-align: center;
    margin-left: 20px;
    background: url(../images/collect-0.png) 17px center no-repeat;
    border: 1px solid #ccc;
    padding: 6px 10px 6px 34px;
}

.manage .collectOn {
    color: #ff9900 !important;
    background: url(../images/collect-2.png) 17px center no-repeat !important;
    border: 1px solid #ff9900 !important;
}

.manage .collect:hover {
    background: url(../images/collect-1.png) 17px center no-repeat;
    border: 1px solid #bbb;
    color: #bbb;
}

.advert {
    width: 100%;
    height: 120px;
    text-align: center;
    margin-top: 30px;
}

.advert img {
    width: 100%;
    height: 100%;
    display: inline-block;
}

.commentBox {
    margin-top: 35px;
}

.hint h3 {
    display: inline-block;
    font-size: 18px;
    color: #333;
    float: left;
}

.hint h6 {
    display: inline-block;
    font-size: 13px;
    color: #999;
    float: right;
}

.commentBox textarea {
    width: 95%;
    height: 78px;
    line-height: 30px;
    font-size: 16px;
    margin-top: 10px;
    padding: 0 20px;
    color: #7d7d7d;
    border: 1px solid #e6e6e6;
    border-radius: 6px;
    outline: none;
    resize: none;
}

.commentBox button {
    width: 95px;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background: #ccc;
    float: right;
    border: none;
    outline: none;
    border-radius: 25px;
    margin-top: 18px;
}

.on_submit {
    background: #ff0000 !important;
}

.noCommHint {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #999;
    background: #f0f0f0;
    border-radius: 6px;
    text-align: center;
    margin-top: 35px;
}

.commentList {
    margin-top: 40px;
}

.commentList li {
    margin-top: 30px;
}

.authorBox .author {
    float: left;
}

.authorBox .author img {
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
}

.author label {
    font-size: 14px;
    color: #333;
    margin: 0 15px 0 5px;
}

.author label b {
    font-size: 14px;
    color: #333;
    font-weight: 400;
}

.author span {
    font-size: 14px;
    color: #bbb;
}

.authorBox .authorManage {
    display: inline-block;
    float: right;
}

.authorBox .authorManage span:hover {
    border: 1px solid #ccc;
}

.authorBox .authorManage span {
    width: 58px;
    height: 22px;
    line-height: 22px;
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 12px;
    color: #999;
    font-size: 13px;
    text-align: center;
    cursor: pointer;
}

.authorManage .delete {
    margin-right: 8px;
}

.commentDetail .commentCon {
    line-height: 24px;
    margin-top: 15px;
    font-size: 14px;
    color: #333;
    text-align: justify;
    text-justify: inter-ideograph;
    word-wrap: break-word;
}

.replayList {
    width: 94%;
    margin: 30px 0 0 5%;
}

.replayList dd {
    padding-bottom: 18px;
    border-bottom: 1px dashed #f0f0f0;
}

.replayList .authorBox b {
    color: #ff0000;
}

.sCommentBox {
    margin: 5px 0 0px;
    position: relative;
}

.sCommentBox .scomment {
    width: 78.5%;
    height: 80px;
    line-height: 30px;
    font-size: 16px;
    color: #7d7d7d;
    border: 1px solid #e6e6e6;
    border-radius: 6px;
    outline: none;
    resize: none;
    float: left;
    padding: 0 20px;
}

.sCommentBox .send {
    width: 95px;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background: #ff0000;
    border: none;
    outline: none;
    border-radius: 25px;
    margin-top: 18px;
    position: absolute;
    bottom: 0px;
    right: 0px;
}

textarea -moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999;
}

textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999;
}

textarea:-ms-input-placeholder {
    color: #999;
}

textarea::-webkit-input-placeholder {
    color: #999;
}

.recommend {
    width: 103%;
    height: 200px;
    overflow: hidden;
    margin-top: 65px;
}

.recommend h1 {
    font-size: 18px;
    color: #000;
}

.recommend li {
    width: 186px;
    display: inline-block;
    float: left;
    margin: 15px 20px 0 0;
    cursor: pointer;
}

.recommend li p {
    width: 100%;
    height: 103px;
    overflow: hidden;
    border-radius: 6px;
}

.recommend li p img {
    width: 100%;
    height: 100%;
    -webkit-transition: all 1.5s ease 0s;
    transition: all 1.5s ease 0s;
    -webkit-transform-origin: center;
    transform-origin: center;
}

.recommend li p:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    border-radius: 6px;
}

.recommend li h6 {
    min-height: 48px;
    line-height: 24px;
    display: block;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    font-size: 14px;
    color: #000;
}

.recommend li h6:hover {
    color: #ff0000;
}


.modal {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    background-color: hsla(0, 0%, 100%, .7);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2ffffff, endColorstr=#B2ffffff);
    text-align: center;
}

.modal-dialog {
    width: 410px;
    height: 413px;
    display: inline-block;
    background: #fff;
    border-radius: 6px;
    position: absolute;
    top: 45%;
    left: 50%;
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
    margin: -206px 0 0 -205px;
}

.modal-dialog .close {
    width: 15px;
    height: 15px;
    display: inline-block;
    background: url(../images/p-close.png) no-repeat;
    float: right;
    margin: 20px 40px 0 0;
    cursor: pointer;
}

.modal-dialog .hint {
    text-align: center;
    margin: 40px 0 0;
}

.modal-dialog .hint span {
    font-size: 16px;
    color: #333;
    background: url(../images/p-money.png) no-repeat;
    padding-left: 30px;
}

.moneyList {
    width: 360px;
    margin-top: 20px;
    padding: 0 0 0 40px;
    overflow: hidden;
}

.moneyList li {
    width: 100px;
    height: 44px;
    line-height: 44px;
    display: inline-block;
    margin: 0 15px 15px 0;
    text-align: center;
    float: left;
    font-size: 16px;
    color: #ccc;
    border: 1px solid #ccc;
    border-radius: 6px;
    cursor: pointer;
}

.moneyList li input {
    width: 48px;
    height: 42px;
    line-height: 44px;
    font-size: 16px;
    color: #ff0000;
    border: none;
    outline: none;
    text-align: center;
}

input[type=number] {
    -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none !important;
}

.modal-dialog .moneyList .tagOn {
    color: #ff0000;
    border: 1px solid #ff0000;
}

.pay {
    margin: 15px 0 0 40px;
}

.pay p {
    margin-top: 8px;
    text-align: left;
    font-size: 12px;
    color: #999;
}

.pay .wpayBox input {
    vertical-align: middle;
    margin-right: 5px;
}

.pay .wpayBox label {
    height: 23px;
    line-height: 23px;
    display: inline-block;
    background: url(../images/p-wechat.png) no-repeat 0 center;
    padding-left: 35px;
}

.hint2 {
    font-size: 16px;
    color: #999;
}

.hint2 b {
    font-size: 20px;
    color: #ff0000;
    margin-left: 3px;
}

.payNow {
    margin-top: 14px;
}

.payNow span {
    width: 144px;
    height: 44px;
    line-height: 44px;
    display: inline-block;
    font-size: 16px;
    color: #999;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 22px;
    cursor: pointer;
}

.payNow .pay1 {
    color: #999;
    border: 1px solid #ccc;
}

.payNow .pay2 {
    color: #ff0000;
    border: 1px solid #ff0000;
}

.wechatScan {
    width: 280px;
    height: 302px;
    display: inline-block;
    background: #fff;
    border-radius: 6px;
    position: absolute;
    top: 45%;
    left: 50%;
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
    margin: -151px 0 0 -140px;
    display: none;
}

.wechatScan .close {
    width: 15px;
    height: 15px;
    display: inline-block;
    background: url(../images/p-close.png) no-repeat;
    float: right;
    margin: 20px 20px 0 0;
    cursor: pointer;
}

.wechatScan h1 {
    font-size: 16px;
    color: #333;
    margin-top: 38px;
}

.wechatScan {
    text-align: center;
}

.wechatScan .imgBox {
    width: 150px;
    height: 150px;
    display: inline-block;
    margin: 10px 0 5px;
}

#pay {
    width: 150px;
    height: 150px;
}

.modalert {
    width: 230px;
    height: 140px;
    display: inline-block;
    background: #fff;
    border-radius: 6px;
    position: absolute;
    top: 45%;
    left: 50%;
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
    margin: -115px 0 0 -70px;
    display: none;
    text-align: center;
}

.modalert img {
    height: 43px;
    margin-top: 16px;
}

.modalert h2 {
    font-size: 16px;
    color: #333;
    margin-top: 5px;
}

.modalert h4 {
    font-size: 13px;
    color: #999;
    margin-top: 5px;
}

.top {
    position: relative;
}

.isFixed {
    width: 348px;
    position: fixed;
    top: 66px;
}

.isFixed .TalkBox,
.isFixed .popularPost,
.isFixed .writerBox,
.isFixed #tree,
.isFixed .authorBox {
    display: none;
}

.isAbsolute {
    position: absolute;
    bottom: 0;
    top: auto;
}


@media screen and (max-width: 1300px) {
    .detailBox .artSource {
        margin: 0 9px 0 10px;
    }

    .artCon {
        margin-top: 22px;
    }

    .artCon img {
        margin: 2px auto;
    }

    .rewardBox {
        margin-top: 27px;
    }

    .advert {
        margin-top: 24px;
    }

    .commentBox {
        margin-top: 27px;
    }

    .author label {
        margin: 0 10px 0 2px;
    }

    .authorManage .delete {
        margin-right: 0;
    }

    .replayList {
        margin: 24px 0 0 4.7%;
    }

    .commentDetail .commentCon {
        margin-top: 10px;
    }

    .sCommentBox .scomment {
        width: 72.5%;
    }

    .commentList li {
        margin-top: 24px;
    }

    .replayList dd {
        padding-bottom: 16px;
    }

    .recommend {
        width: 104%;
        margin-top: 40px;
    }

    .recommend li {
        width: 206px;
        margin: 12px 15px 0 0;
    }

    .recommend li p {
        height: 114px;
    }
}