/* 面包屑导航 */

.crumbs {
    margin-bottom: 20px;
}

.crumbs span {
    font-size: 15px;
}

.crumbs i {
    display: inline-block;
    width: 12px;
    height: 12px;
    background-image: url(../imgs/icon/turnRight.png);
    background-repeat: no-repeat;
    background-size: 100%;
}


/* 详情 */

.detail {
    display: flex;
}

.detail .detailLeft {
    flex: 1;
    background-color: #fff;
}

.detail .detailRight {
    width: 310px;
    height: 460px;
    margin-left: 20px;
    padding: 20px;
    background-color: #fff;
}

.detail .detailLeft .scheme {
    padding: 10px 20px;
    display: flex;
}

.detail .detailLeft .scheme .schemeIcon {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.preview {
    padding: 30px;
    overflow: hidden;
    padding-bottom: 0;
}

.lookMore {
    text-align: center;
    margin-top: 10px;
    padding-bottom: 10px;
    overflow: hidden;
    cursor: pointer;
}

.lookMore span {
    float: left;
    margin-left: 45%;
    color: #0b56ec;
}

.lookMore i {
    float: left;
    width: 15px;
    margin-top: 5px;
    margin-left: 5px;
    height: 15px;
    background-image: url(../imgs/icon/turnDown.png);
    background-size: 100%;
    background-repeat: no-repeat;
}

.textbox {
    background-color: #fff;
    width: 861px;
    padding-top: 20px;
    /* padding-left: 30px; */
    border-top: 1px solid #ccc;
}

.textbox_tap {
    border-bottom: 1px solid #ccc;
    padding-left: 30px;
}

.tap_item {
    padding: 5px 0;
    display: inline-block;
    margin-right: 20px;
    /* border-bottom: 1px solid; */
    cursor: pointer;
}

.textbox .textbox_tap .active {
    border-bottom: 2px solid #0b56ec;
}

.download_tip {
    margin-top: 10px;
}

.textbox p {
    font-size: 14px;
    margin-bottom: 10px;
}

.text_preview {
    display: none;
    margin-top: 10px;
}

.detail .detailRight h2 {
    font-size: 18px;
}

.detail .detailRight .browser {
    display: flex;
    margin-top: 20px;
}

.detail .detailRight .browser .iconMsg {
    flex: 1;
    display: flex;
}

.detail .detailRight .browser .iconMsg i {
    width: 20px;
    height: 20px;
    background-size: 100%;
    background-repeat: no-repeat;
    margin-right: 4px;
}

.detail .detailRight .browser .price {
    background-image: url(../imgs/icon/price.png);
}

.detail .detailRight .browser .eye {
    background-image: url(../imgs/icon/eye.png);
    background-position-y: 4px;
}

.detail .detailRight .browser .collect {
    background-image: url(../imgs/icon/collected.png);
}

.detail .detailRight .browser .like {
    background-image: url(../imgs/icon/giveLiked.png);
}

.documentdetail {
    margin-top: 20px;
}

.documentdetail p {
    margin: 20px 0;
}

.documentdetail p strong {
    font-size: 14px;
}

.documentdetail .detailLable {
    display: inline-block;
    width: 80px;
}

.operate {
    display: flex;
}

.operate .collect,
.operate .share,
.operate .giveLike {
    flex: 1;
    text-align: center;
    /* cursor: pointer; */
}

.operate .collect i,
.operate .share i,
.operate .giveLike i {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-size: 100%;
    background-repeat: no-repeat;
    cursor: pointer;
}

.operate .collect span,
.operate .share span,
.operate .giveLike span {
    display: inline-block;
    width: 100%;
    cursor: pointer;
}

.operate .share i {
    background-image: url(../imgs/icon/share.png);
}

.subscription {
    width: 100px;
    height: 36px;
    border-radius: 5px;
    border: none;
    margin-right: 20px;
    cursor: pointer;
}

.download {
    width: 100px;
    height: 36px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

#shareDirlog {
    display: none;
    width: 120px;
    height: 130px;
    padding: 10px;
    position: absolute;
    left: 153px;
    top: 316px;
    border: 1px solid #ccc;
    background-color: #fff;
    box-shadow: 0 0px 20px rgba(0, 0, 0, .6);
}

#shareDirlog .shareTitle {
    margin: 0;
    text-align: center;
    font-size: 14px;
    margin-bottom: 10px;
}

#shareDirlog .erweima {
    width: 100px;
    height: 100px;
    margin-left: 10px;
}

#shareDirlog img {
    height: 100%;
}

#shareDirlog::after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 11px solid #fff;
    margin-top: 0;
    margin-left: 50px;
}


/* 支付弹框 */

.payWay {
    overflow: hidden;
}

.payWay .payment {
    /* display: inline-block; */
    float: left;
    margin-top: 20px;
}

.payWay .pattern {
    /* display: inline-block; */
    float: left;
    margin-left: 30px;
}

.payWay .pattern p {
    margin: 10px 0;
    font-size: 14px;
}

.payMode {
    margin-top: 20px;
    margin-left: 100px;
}

.payMode span {
    display: inline-block;
    padding: 8px 15px;
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-right: 10px;
    font-size: 13px;
    cursor: pointer;
}

.payErweima {
    width: 400px;
    height: 200px;
    background-color: #f0f0f0;
    margin-left: 100px;
    margin-top: 20px;
    padding: 20px;
}

.payErweima img {
    width: 200px;
    height: 200px;
}

#purchase {
    margin-left: 43%;
    width: 100px;
    height: 36px;
    margin-top: 20px;
    border: none;
    background: #3B83FD;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}


/* 相关推荐 */

.recommend {
    margin-top: 20px;
    padding: 20px;
    /* background-color: #f8f8f8; */
}

.documentList {
    display: flex;
    padding-top: 20px;
}

.listItem {
    width: 17%;
    height: 300px;
    margin-right: 25px;
    margin-left: 10px;
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 5px;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    text-align: center;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
}

.listItem:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 30px rgba(0, 0, 0, .1);
}

.listItem h3 {
    padding: 0 26px;
    width: 157px;
    height: 50px;
    font-size: 16px;
    margin-top: 15px;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.listItem .fileSize {
    float: left;
    font-size: 14px;
}

.listItem .downCount {
    float: right;
    font-size: 14px;
}

.listItem ul {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.listItem ul li:nth-child(2) {
    overflow: hidden;
    margin-top: 5px;
}

.listItem .fileImage {
    width: 150px;
    height: 192px;
    background-color: #fff;
    margin-bottom: 10px;
    transition: all .5s;
}

.listItem .fileImage:hover {
    transform: scale(1.15);
}


/* 评论 */

.comment {
    margin-top: 20px;
    /* background-color: #f8f8f8; */
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.comment h2 {
    padding: 5px 10px;
}

.comment .commentInput {
    /* width: 100%; */
    padding: 20px;
    overflow: hidden;
    position: relative;
    background-color: #fff;
    padding-bottom: 0;
}

.inputCount {
    display: inline;
    position: absolute;
    right: 182px;
    top: 100px;
    font-size: 14px;
}

.comment .commentBox {
    display: none;
}

.comment .commentInput .input {
    display: block;
    height: 100px;
    font-size: 14px;
    padding: 5px 20px;
    margin-left: 2%;
    outline: none;
    border-radius: 10px;
}

.comment .commentInput .inputBottom {
    float: right;
    width: 130px;
    margin-right: 6%;
}

.comment .commentInput .commentBtn {
    margin-top: 20px;
    width: 100px;
    height: 36px;
    background-color: #2878FF;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.commentList {
    padding: 10px 50px;
    background-color: #fff;
}

.commentList .commentItem {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

.commentList .headPhoto {
    overflow: hidden;
    margin-top: 5px;
}

.commentList .headPhoto img {
    float: left;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.commentList .headPhoto .username {
    float: left;
    float: left;
    margin: 10px 0 0 15px;
}

.commentList .headPhoto .createdTime {
    float: right;
    margin: 10px 30px 0 0;
}

.commentList .commentInfo {
    margin-left: 55px;
}

.commentList .commentInfo p {
    width: 80%;
}

.commentList .commentInfo .moreReply {
    float: right;
    margin-right: 30px;
    margin-top: -10px;
    cursor: pointer;
    color: #0b56ec;
}

.commentList .commentInfo .hidden {
    display: none;
    /* float: right;
    margin-right: 30px;
    margin-top: -10px;
    cursor: pointer;
    color: #0b56ec; */
}

.commentList .commentInfo .moreReply i {
    float: right;
    width: 15px;
    height: 15px;
    background-image: url(../imgs/icon/turnDown.png);
    background-size: 100%;
    background-repeat: no-repeat;
    margin-left: 5px;
    margin-top: 5px;
}

.commentList .commentInfo .reply {
    color: #0b56ec;
    font-size: 14px;
    cursor: pointer;
}

.secondComment {
    width: 90%;
    margin-left: 5%;
    margin-top: 10px;
    display: none;
}

.secondComment li {
    padding: 10px;
    border-bottom: 1px solid #ccc;
}


/* 表情 */

.icon-mete {
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 145px;
    left: 60px;
    cursor: pointer;
}

.expression {
    position: absolute;
    top: 175px;
    left: 60px;
    width: 50%;
    display: none;
}

.expression span {
    display: inline-block;
    width: 24px;
    height: 24px;
}
