.share-page {
    height: 100%;
}

.share-page .not-found {
    font-size: 40px;
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid rgba(0, 0, 0, .3);
}

.share-page .share-scroll-bar {
    padding-bottom: 200px;
}

.share-page .share-title {
    background: rgba(247, 247, 248, 1);
    color: rgba(142, 142, 160, 1);
    height: 45px;
}

.share-page .share-content-width {
    width: 768px;
    margin: 0 auto;
}

.share-page .show-date {
    color: rgba(172, 172, 190, 1);
    border-bottom: 1px solid rgba(236, 236, 241, 1);
}

.share-page .share-footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 13.94%, #fff 54.73%);
}

.share-footer .share-block {
    height: 52px;
    background: #fff;
}

.share-footer .continue-btn {
    background: rgba(16, 163, 127, 1);
    height: 38px;
    cursor: pointer;
    border-radius: 4px;
    color: #fff;
    width: 190px;
}

.continue-btn:hover {
    background: rgba(26, 127, 100, 1);
}

.message-list::-webkit-scrollbar {
    width: 8px;
}

.message-list .gpt-header {
    position: relative;
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgb(25, 195, 125);
    color: #fff;
    border-radius: 3px;
}

.message-list .gpt-header.purple-on {
    background: rgb(171, 104, 255);
}

.message-list .gpt-header-dis::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.2);
}
.cell-2{flex: 2;}
.message-list .gpt-header img {
    color: #fff;
}

.message-list .v-md-editor-preview {
    flex: 1;
    overflow-x: auto;
}

.message-list .message-cell {
    padding: 18px 40px 18px 20px;
    background: rgba(247, 247, 248, 1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.message-cell.my {
    background-color: #fff;
}

.github-markdown-body {
    margin-left: 20px;
    outline: none;
    color: rgb(52, 53, 65);
    line-height: 1.6 !important;
    letter-spacing: 0.5px;
    overflow-x: auto;
}

.github-markdown-body pre {
    font-size: 100% !important;
}

.github-markdown-body {
    font-family: ui-sans-serif, system-ui;
    font-size: 16px;
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-corner {
    background: #f6f6f6;
}

::-webkit-scrollbar-thumb {
    background: #cdcdcd;
    border-radius: 2px;
}

::-webkit-scrollbar-track {
    background: #f6f6f6;
    border-radius: 2px;
}

.ant-table-footer {
    padding: 0 !important;
}

/*列表上方操作按钮区域*/
.ant-card-body .table-operator {
    margin-bottom: 8px;
}

/** Button按钮间距 */
.table-operator .ant-btn {
    margin: 0 8px 8px 0;
}

.table-operator .ant-btn-group .ant-btn {
    margin: 0;
}

.table-operator .ant-btn-group .ant-btn:last-child {
    margin: 0 8px 8px 0;
}

/*列表td的padding设置 可以控制列表大小*/
.ant-table-tbody .ant-table-row td {
    padding-top: 15px;
    padding-bottom: 15px;
}

/*列表页面弹出modal*/
.ant-modal-cust-warp {
    height: 100%
}

/*弹出modal Y轴滚动条*/
.ant-modal-cust-warp .ant-modal-body {
    height: calc(100% - 110px) !important;
    overflow-y: auto
}

/*弹出modal 先有content后有body 故滚动条控制在body上*/
.ant-modal-cust-warp .ant-modal-content {
    height: 90% !important;
    overflow-y: hidden
}

/*列表中有图片的加这个样式 参考用户管理*/
.anty-img-wrap {
    height: 25px;
    position: relative;
}

.anty-img-wrap>img {
    max-height: 100%;
}

/*列表中范围查询样式*/
.query-group-cust {
    width: calc(50% - 10px)
}

.query-group-split-cust:before {
    content: "~";
    width: 20px;
    display: inline-block;
    text-align: center
}


/*erp风格子表外框padding设置*/
.ant-card-wider-padding.cust-erp-sub-tab>.ant-card-body {
    padding: 5px 12px
}

/* 内嵌子表背景颜色 */
.j-inner-table-wrapper /deep/ .ant-table-expanded-row .ant-table-wrapper .ant-table-tbody .ant-table-row {
    background-color: #FFFFFF;
}

/**隐藏样式-modal确定按钮 */
.jee-hidden {
    display: none
}

.none {
    display: none;
}



.column {
    display: flex;
    flex-direction: column;
}

.row.column-c,
.column.row-c {
    align-items: center;
}

.stretch {
    align-items: stretch;
}

.row {
    display: flex;
    flex-direction: row;
}

.row.row-c,
.column.column-c {
    justify-content: center;
}

.row.row-sb,
.column.column-sb {
    justify-content: space-between;
}

.row-wrap,
.column-wrap {
    flex-wrap: wrap;
}

.cell,
.cell-1 {
    flex: 1;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

/* .appleheight{height:600px;overflow: auto;overflow-y:visible} */
/* .appleheight{height:487px;overflow: auto;overflow-y:visible} */
.appleheight {
    height: 533px;
    overflow: auto;
    overflow-y: visible
}

.appleheight::-webkit-scrollbar {
    display: none;
}


.tianBi {
    position: relative;
}

.tianBi::before {
    display: inline-block;
    margin-right: 4px;
    color: #f5222d;
    font-size: 14px;
    font-family: SimSun, sans-serif;
    line-height: 1;
    content: '*';
}

.labelBi {
    position: relative;
}

.labelBi .ant-form-item-label label::before {
    display: inline-block;
    margin-right: 4px;
    color: #f5222d;
    font-size: 14px;
    font-family: SimSun, sans-serif;
    line-height: 1;
    content: '*';
}

/* 偶数行 */
tr:nth-child(even) {
    background-color: #fafafa;

}

.fenke .ant-table-pagination {
    display: none;
}

.ant-table-tbody .danClass {
    background: #bde2f3;
}

.txt-cut {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.txt-cut-2,
.txt-cut-3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.txt-cut-2 {
    -webkit-line-clamp: 2;
}

.txt-cut-3 {
    -webkit-line-clamp: 3;
}

.txt-cut,
.txt-cut-2,
.txt-cut-3 {
    overflow: hidden;
    text-overflow: ellipsis;
}


.h4Biao {
    border-left: 6px solid #1890ff;
    padding-left: 14px;
}

/* 转圈圈 */
.example {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10000;
}

/* 表格内容超出隐藏 ，配合表格拉伸使用*/
/* .buhuan td{white-space:nowrap;overflow: hidden;} */

.resize-table-th {
    position: relative;
}

.table-draggable-handle {
    /* width: 10px !important; */
    height: 100% !important;
    left: auto !important;
    right: -5px;
    cursor: col-resize;
    touch-action: none;
    border: none;
}

.topTabClass {
    position: relative;
}

.topTabClass_bor {
    height: 0.5px;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #e8e8e8;
    position: absolute;
    bottom: 0.5px;
    left: 0;
    z-index: 1;
}

.topTabClass_list {
    padding: 12px 16px;
    margin-right: 32px;
    cursor: pointer;
}

.topTabClass_list:hover {
    color: #40a9ff;
}

.topActive {
    color: #1890FF;
    position: relative;
    border-bottom: 3px solid #1890ff;
    border-radius: 1px;
}

.topActive::after {
    position: absolute;
    width: 100%;
    height: 2px;
    background: #1890ff;
    bottom: 0;
    left: 0;
}


.labelBi {
    position: relative;
}

.labelBi .ant-form-item-label label::before {
    display: inline-block;
    margin-right: 4px;
    color: #f5222d;
    font-size: 14px;
    font-family: SimSun, sans-serif;
    line-height: 1;
    content: '*';
}

.curp {
    cursor: pointer;
}

.fb {
    font-weight: bold;
}

.w {
    width: 100% !important;
}

.h {
    height: 100% !important;
}

/* 间距 */
.p5 {
    padding: 5px;
}

.pl5 {
    padding-left: 5px;
}

.pr5 {
    padding-right: 5px;
}

.pt5 {
    padding-top: 5px;
}

.pb5 {
    padding-bottom: 5px;
}

.p10 {
    padding: 10px;
}

.pl10 {
    padding-left: 10px;
}

.pr10 {
    padding-right: 10px;
}

.pt10 {
    padding-top: 10px;
}

.pb10 {
    padding-bottom: 10px;
}

.p15 {
    padding: 15px;
}

.pl15 {
    padding-left: 15px;
}

.pr15 {
    padding-right: 15px;
}

.pt15 {
    padding-top: 15px;
}

.pb15 {
    padding-bottom: 15px;
}

.p20 {
    padding: 20px;
}

.pl20 {
    padding-left: 20px;
}

.pr20 {
    padding-right: 20px;
}

.pt20 {
    padding-top: 20px;
}

.pb20 {
    padding-bottom: 20px;
}

.p25 {
    padding: 25px;
}

.pl25 {
    padding-left: 25px;
}

.pr25 {
    padding-right: 25px;
}

.pt25 {
    padding-top: 25px;
}

.pb25 {
    padding-bottom: 25px;
}

.p30 {
    padding: 30px;
}

.pl30 {
    padding-left: 30px;
}

.pr30 {
    padding-right: 30px;
}

.pt30 {
    padding-top: 30px;
}

.pb30 {
    padding-bottom: 30px;
}

.p35 {
    padding: 35px;
}

.pl35 {
    padding-left: 35px;
}

.pr35 {
    padding-right: 35px;
}

.pt35 {
    padding-top: 35px;
}

.pb35 {
    padding-bottom: 35px;
}

.p40 {
    padding: 40px;
}

.pl40 {
    padding-left: 40px;
}

.pr40 {
    padding-right: 40px;
}

.pt40 {
    padding-top: 40px;
}

.pb40 {
    padding-bottom: 40px;
}

.p45 {
    padding: 45px;
}

.pl45 {
    padding-left: 45px;
}

.pr45 {
    padding-right: 45px;
}

.pt45 {
    padding-top: 45px;
}

.pb45 {
    padding-bottom: 45px;
}


.p50 {
    padding: 50px;
}

.pl50 {
    padding-left: 50px;
}

.pr50 {
    padding-right: 50px;
}

.pt50 {
    padding-top: 50px;
}

.pb50 {
    padding-bottom: 50px;
}

.p55 {
    padding: 55px;
}

.pl55 {
    padding-left: 55px;
}

.pr55 {
    padding-right: 55px;
}

.pt55 {
    padding-top: 55px;
}

.pb55 {
    padding-bottom: 55px;
}

.p60 {
    padding: 60px;
}

.pl60 {
    padding-left: 60px;
}

.pr60 {
    padding-right: 60px;
}

.pt60 {
    padding-top: 60px;
}

.pb60 {
    padding-bottom: 60px;
}

.pb80 {
    padding-bottom: 80px;
}

.m5 {
    margin: 5px;
}

.ml5 {
    margin-left: 5px;
}

.mr5 {
    margin-right: 5px;
}

.mt5 {
    margin-top: 5px;
}

.mb5 {
    margin-bottom: 5px;
}

.mt6 {
    margin-top: 6px;
}

.m10 {
    margin: 10px;
}

.ml10 {
    margin-left: 10px;
}

.mr10 {
    margin-right: 10px;
}

.mt10 {
    margin-top: 10px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb40 {
    margin-bottom: 40px;
}

.m15 {
    margin: 15px;
}

.ml15 {
    margin-left: 15px;
}

.mr15 {
    margin-right: 15px;
}

.mt15 {
    margin-top: 15px;
}

.mb15 {
    margin-bottom: 15px;
}

.m20 {
    margin: 20px;
}

.ml20 {
    margin-left: 20px;
}

.mr20 {
    margin-right: 20px;
}

.mt20 {
    margin-top: 20px;
}

.mb20 {
    margin-bottom: 20px;
}

.m25 {
    margin: 25px;
}

.ml25 {
    margin-left: 25px;
}

.mr25 {
    margin-right: 25px;
}

.mt25 {
    margin-top: 25px;
}

.mb25 {
    margin-bottom: 25px;
}

.m30 {
    margin: 30px;
}

.ml30 {
    margin-left: 30px;
}

.mr30 {
    margin-right: 30px;
}

.mt30 {
    margin-top: 30px;
}

.mb30 {
    margin-bottom: 30px;
}

.m35 {
    margin: 35px;
}

.ml35 {
    margin-left: 35px;
}

.mr35 {
    margin-right: 35px;
}

.mt35 {
    margin-top: 35px;
}

.mb35 {
    margin-bottom: 35px;
}

.m40 {
    margin: 40px;
}

.ml40 {
    margin-left: 40px;
}

.mr40 {
    margin-right: 40px;
}

.mt40 {
    margin-top: 40px;
}

.mb40 {
    margin-bottom: 40px;
}

.m45 {
    margin: 45px;
}

.ml45 {
    margin-left: 45px;
}

.mr45 {
    margin-right: 45px;
}

.mt45 {
    margin-top: 45px;
}

.mb45 {
    margin-bottom: 45px;
}

.m50 {
    margin: 50px;
}

.ml50 {
    margin-left: 50px;
}

.mr50 {
    margin-right: 50px;
}

.mt50 {
    margin-top: 50px;
}

.mb50 {
    margin-bottom: 50px;
}

.m55 {
    margin: 55px;
}

.ml55 {
    margin-left: 55px;
}

.mr55 {
    margin-right: 55px;
}

.mt55 {
    margin-top: 55px;
}

.mb55 {
    margin-bottom: 55px;
}

.m60 {
    margin: 60px;
}

.ml60 {
    margin-left: 60px;
}

.mr60 {
    margin-right: 60px;
}

.mt60 {
    margin-top: 60px;
}

.mb60 {
    margin-bottom: 60px;
}

.bg-white {
    background-color: #fff;
}

.clr-33 {
    color: #333;
}

.clr-189 {
    color: #1890FF;
}

.clr-99 {
    color: #999;
}

.relative {
    position: relative;
}

.bd {
    border: 1px solid #ccc;
}

.bd-r {
    border-right: 1px solid #ccc;
}

.bd-l {
    border-left: 1px solid #ccc;
}

.bd-t {
    border-top: 1px solid #ccc;
}

.bd-b {
    border-bottom: 1px solid #ccc;
}

.f10 {
    font-size: 10px;
}

.f12 {
    font-size: 12px;
}

.f14 {
    font-size: 14px;
}

.f16 {
    font-size: 16px;
}

.f18 {
    font-size: 18px;
}

.f20 {
    font-size: 20px;
}

.f24 {
    font-size: 24px;
}

.f28 {
    font-size: 28px;
}

.f30 {
    font-size: 30px;
}

html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    overflow: hidden;
    color: rgba(0, 0, 0, 0.65);
    font-size: 14px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}

.github-markdown-body {
    margin-left: 20px;
    outline: none;
    color: rgb(52, 53, 65);
    line-height: 1.6 !important;
    letter-spacing: 0.5px;
    padding: 0 !important;
    font-family: ui-sans-serif, system-ui;
    font-size: 16px;
}

/*隐藏滚动条*/

.yingunu::-webkit-scrollbar {
    width: 0;
    height: 0;
    font-size: 14px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}

.yingunu::-webkit-scrollbar-track-piece {
    background: #fff;
    border-radius: 0;
    -webkit-border-radius: 0;
}

.yingunu::-webkit-scrollbar-thumb:vertical {
    background: #fff;
    border-radius: 0;
    -webkit-border-radius: 0;
}

.yingunu::-webkit-scrollbar-thumb:horizontal {
    background: #fff;
    border-radius: 0;
    -webkit-border-radius: 0;
}

.github-markdown-body {
    padding: 0 !important;
}

.hidden {
    overflow: hidden;
}

.tc {
    text-align: center;
}

.mobile-top-bar {
    display: none;
}

.share-page .mobile-share-top {
    padding: 20px 18px;
}

.loading-icon {
    opacity: 0.5;
    animation: loading 1s linear;
    -webkit-animation: loading 1s linear;
    animation-iteration-count: infinite;
}

@keyframes loading {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@media screen and (max-width: 768px) {
    .share-page .share-content-width {
        width: 100% !important;
    }

    .share-page .mobile-share-top {
        padding: 0;
    }

    .share-page .mobile-share-top .show-date {
        margin-bottom: 0px !important;
        padding-bottom: 0 !important;
        padding: 0 18px;
        margin-bottom: 20px !important;
    }

    .share-mobile-title {
        padding: 20px 18px 0;
    }

    .share-page .share-scroll-bar {
        padding-bottom: 90px !important;
    }

    .share-page .share-footer .share-block {
        height: 10px;
    }

    .share-page .share-footer {
        background: #fff;
        padding-top: 10px;
        border-top: 1px solid rgba(0, 0, 0, 0.1)
    }
}

.question-page {
    height: 100%;
    position: relative;
    max-width: 500px;
    margin: 0 auto;
    overflow-y: auto;
}

.share1-page,
.share-calldata-page,
.share-read-page,
.share-video-page,
.share-customer-page,
.sms-video-page,
.share-template-page,
.share-short-video,
.share-pyq-page,
.share-clue-page {
    background: #fff;
    height: 100%;
    position: relative;
    max-width: 500px;
    margin: 0 auto;
    overflow-y: auto;
}

.share1-page .chat-item {
    margin: 0.55rem 0.34rem 0.44rem;
    display: flex;
}
.share1-page .github-markdown-body ol, .github-markdown-body ul{
    /* padding-left: 0; */
}
.share1-page .chat-item .user-cover {
    width: 0.6rem;
    height: 0.6rem;
    background: #7587ff;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;

}

.share1-page .chat-right {
    margin-left: 0.18rem;
    flex: 1;
}

.share1-page .user-name {
    color: #999;
    font-size: 0.22rem;
    margin-top: 0.15rem;
}

.share1-page .chat-content {
    margin-top: 0.15rem;
    color: #333;
    word-wrap: break-word;
}
.share1-page  .chat-content.github-markdown-body p{
    margin: 0;
}
.no-data {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
}

.scroll-y {
    overflow-y: auto;
}

/* read */

.share-read-page {
    line-height: 0.5rem;
    font-size: 0.32rem;
    color: #000;
    background: #fff;
}

.share-read-page .tabs {

    border-bottom: 1px solid #DFDFDF;
    color: #666;
    font-size: 0.26rem;
    padding: 0 0.22rem 0 0.34rem;
}

.share-read-page .tabs .tab-item {
    margin-right: 0.6rem;
    height: 0.88rem;
    line-height: 0.88rem;
}

.share-read-page .tabs .tab-item.on {
    position: relative;
    color: #037AFE;
}

.share-read-page .tabs .tab-item.on::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #037AFE;
    height: 0.08rem;
}

.share-read-page .tabs .search-icon {
    width: 0.48rem;
    height: 0.48rem;
}

.share-read-page .message-count {
    position: relative;
}

.share-read-page .message-count .num {
    position: absolute;
    top: -0.1rem;
    right: -0.1rem;
    z-index: 0;
    width: 0.28rem;
    height: 0.28rem;
    border-radius: 50%;
    background: #F85453;
    font-size: 0.20rem;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.share-read-page .message-count .num.max-num {
    width: 0.34rem;
    height: 0.34rem;
}

.share-read-page .message-count-tool-bar {
    background: #DFE0E3;
    height: 0.78rem;
    z-index: 1;
}

.share-read-page .message-count-tool-bar.iphone-safe-area {
    padding-bottom: 0.3rem;
}

.share-read-page .message-count-tool-bar .tool-btn {
    padding: 0 0.2rem;
    height: 100%;
}

.share-read-page .message-count-tool-bar .hidden-btn {
    padding: 0 0.2rem;
    height: 100%;
    font-size: 0.32rem;
}

.share-read-page .message-count-tool-bar .message-content {
    margin: 0 0.3rem 0 0.3rem;
    background: #EFF0F2;
    border-radius: 0.12rem;
    height: 0.58rem;
    padding: 0 0.2rem;
}

.share-read-page .message-count-tool-bar .message-page {
    color: #90959E;
    font-size: 0.26rem;
}

.share-read-page .message-search {
    padding: 0 0.2rem;
}

.share-read-page .message-count-tool-bar .input {
    outline: none;
    border: none;
    background: transparent;
}

.share-read-page .read-content {
    overflow-y: auto;
}

.share-read-page .read-content .word-content {
    padding: 0.55rem 0.45rem 0.3rem;
}

.share-read-page .read-content .word-content .page-no {
    color: #037AFE;
    font-size: 0.34rem;
    font-weight: 500;
}

.share-read-page .read-content .word-content .page-text {
    margin: 0.3rem 0;
}

.share-read-page .author-chat {
    padding: 0.45rem 0.44rem 0.3rem 0.34rem;
}

.share-read-page .author-chat .user-cover {
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 50%;
}

.share-read-page .author-chat .user-name {
    color: #999;
    font-size: 0.22rem;
    margin-left: 0.18rem;
}

.share-read-page .author-chat .chat-content {
    margin-left: 0.78rem;
    margin-bottom: 0.55rem;
}
.share-read-page .author-chat .append-content{
    background: #eee;
    border-radius: 0.08rem;
    padding: 0.05rem 0.1rem;
    font-size: 0.22rem;
    display: inline-flex;
}
.share-read-page .author-chat .append-content .ellipsis-multiline{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; /* 限制文本为3行 */
    overflow: hidden;
}

.share-read-page .read-title {
    font-weight: bold;
    color: #000;
    margin-bottom: 0.22rem;
}

.share-read-page .read-text {
    margin-bottom: 0.44rem;
}

.share-read-page .book-header {
    padding: 0.45rem 0.45rem 0.2rem;
}

.share-read-page .book-header .book-type {
    position: absolute;
    left: 0.1rem;
    bottom: 0.1rem;
    height: 0.3rem;
    padding: 0 0.1rem;
    color: #fff;
    font-size: 0.22rem;
    display: inline-flex;
    align-items: center;
    border-radius: 0.08rem;
    background: rgba(0, 0, 0, 0.65);
}

.share-read-page .book-header .book-cover {
    position: relative;
    width: 1.26rem;
    height: 1.7rem;
    background: #eee;
    margin-right: 0.24rem;
}

.share-read-page .book-header .book-name {
    color: #222;
    font-size: 0.3rem;
    font-weight: bold;
}

.share-read-page .book-header .book-info {
    color: #5B646F;
    font-size: 0.22rem;
    margin: 0.1rem 0;
}

.share-read-page .book-header .book-progress {
    color: #9198A3;
    font-size: 0.22rem;
}

.share-read-page .video-play-box {
    position: relative;
    height: 4.28rem;
    background: #000;
    z-index: 9;
}

.video-play-box .video-cover {
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    height: 100%;
    z-index: 0;
    opacity: 0;
}

.video-play-box .video-header-bar {
    position: absolute;
    right: 0.34rem;
    top: .34rem;
    z-index: 1;
}

.video-play-box .video-header-bar.full-video-header-bar {
    position: absolute;
    right: 0.34rem;
    top: .34rem;
    z-index: 1;
}

.video-play-box .full-video-speed-num {
    position: relative;
    width: 0.72rem;
    height: 0.44rem;
    border-radius: 0.08rem;
    color: #fff;
    font-size: 0.24rem;
    background-color: rgba(0, 0, 0, 0.5);
}

.video-play-box .video-speed-num {
    position: relative;
    width: 0.72rem;
    height: 0.44rem;
    border-radius: 0.08rem;
    color: #fff;
    font-size: 0.18rem;
}

.video-play-box.vertical-video-play-box {
    height: 50vh;
}

.video-speed-num .video-speed-text {
    position: absolute;
    left: 0.34rem;
    top: -0.12rem;
    padding: 0 0.1rem;
    height: 0.25rem;
    border-radius: 0.12rem;
    font-size: 0.18rem;
    background: #6C6C6D;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.share-read-page.full-video-page .video-play-box {
    height: 100%;
}

.share-read-page .video-play-box video {
    height: 100%;
    width: 100%;
}

.share-read-page .video-play-box .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 1;
    padding: 0.2rem;
}

.share-read-page .video-play-box .video-range-bar {
    position: relative;
}

.share-read-page .video-play-box .video-time {
    margin-bottom: 0.1rem;
    font-size: 0.24rem;
    font-weight: bold;
    color: #Fff;
    text-shadow: 0px 1px 1px rgba(90, 90, 90, 0.3);
}

.share-read-page .video-play-box .video-footer-bar {
    position: absolute;
    left: 0.38rem;
    right: 0.38rem;
    bottom: -13px;
    z-index: 2;
}

.share-read-page.full-video-page .book-content,
.share-read-page.full-video-page .book-tab {
    height: 0;
    overflow: hidden;
}

.share-read-page.full-video-page .video-play-box .video-footer-bar {
    bottom: 0.5rem;
}

.share-read-page.full-video-page video {
    object-fit: contain;
}

.share-read-page .range-bar .slider-view-on {
    position: absolute;
    height: 4px;
    background-color: #037AFE;
    left: 0;
    bottom: 26px;
    z-index: 1;
}

.share-read-page .range-bar .slider-view {
    position: absolute;
    height: 4px;
    background-color: #D1D2D5;
    left: 0;
    right: 0;
    bottom: 26px;
    z-index: -1;
}

.share-read-page .video-play-box .video-full-btn {
    position: absolute;
    bottom: 0.7rem;
    right: -0.28rem;
    z-index: 1;
    padding: 0rem;
    width: 0.45rem;
    height: 0.45rem;
}

.share-read-page.full-video-page .video-play-box .video-full-btn {
    bottom: 0.84rem;
}



.share-read-page .book-tab {
    border-bottom: 1px solid #DFDFDF;
    font-size: 0.24rem;
    color: #666;
}

.share-read-page .book-tab .tab-scroll {
    margin-left: 0.15rem;
    display: flex;
    height: 0.64rem;
}

.share-read-page .book-tab .tab-cell {
    padding: 0 0.15rem;
}

.share-read-page .book-tab .tab-cell .tab-item {
    position: relative;
    display: inline-block;
    line-height: 0.64rem;
}

.share-read-page .book-tab .tab-cell.on .tab-item {
    color: #007AFE;
}

.share-read-page .book-tab .tab-cell.on .tab-item::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0.04rem;
    background: currentColor;
}

.share-read-page .sort-bar {
    padding: 0.34rem 0.2rem;
    display: -webkit-box;
    overflow-x: auto;
    font-size: 0.24rem;
    color: #000;
}

.share-read-page .sort-bar .sort-item {
    line-height: 0.5rem;
    background: #F4F4F4;
    border-radius: 0.1rem;
    padding: 0 0.2rem;
    margin-right: 0.1rem;

}

.share-read-page .sort-bar .sort-item.on {
    background: #007AFE;
    color: #fff;
}

.share-read-page .read-user-list {
    background: #fff;
}

.share-read-page .read-user-list .user-cover {
    display: inline-flex;
    border-radius: 50%;
    width: 0.78rem;
    height: 0.78rem;
    background: #007AFE;
    font-size: 0.22rem;
    color: #fff;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.share-read-page .read-user-list .read-file-list{
    display: -webkit-box;
    overflow-x: auto;
    margin-top: 0.2rem;
}

.share-read-page .read-user-list .read-user {
    position: relative;
    margin: 0;
    padding: 0.34rem 0.3rem 0.3rem;
    background: #fff;
    border-bottom: 0.18rem solid #E5E5E5;
}

.share-read-page .read-user-list .read-user1 {
    border-bottom: 1px solid #E5E5E5;
}

.share-read-page .read-user-list .read-user-content {
    margin-left: 0.34rem;
}

.share-read-page .read-user-list .user-name {
    font-size: 0.28rem;
    margin-right: 0.25rem;
}

.share-read-page .read-user-list .view-duration {
    font-size: 0.24rem;
    color: #9098A3;
}

.share-read-page .read-user-list .comment-count {
    font-size: 0.24rem;
    color: #9098A3;
}

.share-read-page .read-user-list .read-status {
    position: absolute;
    right: 0.2rem;
    bottom: 0.15rem;
}

.share-read-page .read-user-list .read-date {
    position: absolute;
    top: 0.35rem;
    right: 0.3rem;
    color: #9098A3;
    font-size: 0.22rem;
}

.read-user-remark {
    color: #666;
    font-size: 0.26rem;
    line-height: 1.4;
    margin-top: 0.1rem;
}

.read-user-score {
    font-size: 0.28rem;
    color: #037AFE;
    font-weight: 600;
}

.share-read-page .audio-footer {
    background-color: #F6F6F6;
    padding: 0.2rem 0.34rem 0.65rem;
}

.share-read-page .audio-footer .range-bar .range-time {
    display: flex;
    align-items: center;
    color: #999999;
    font-size: 14px;
    justify-content: space-between;
}

.share-read-page .audio-footer .tool-bar {
    position: relative;
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.share-read-page .audio-footer .tool-bar .speed-btn {
    position: absolute;
    left: 10px;
    cursor: pointer;
}



.share-read-page .audio-footer .tool-bar .play-btn {
    margin: 0 0.5rem;
    cursor: pointer;
    display: flex;
    justify-content: center;
}

.share-read-page .audio-footer .tool-bar .speed-num {
    position: absolute;
    top: -12px;
    left: 10px;
    z-index: 1;
    width: 36px;
    height: 18px;
    font-size: 12px;
    background: #E0E1E3;
    border-radius: 8px;
    color: #6B6B6D;
    font-weight: 600;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.share-read-page .audio-footer .speed-step {
    cursor: pointer;
}

.share-read-page .audio-footer .speed-step img {
    width: 30px;
    height: 30px
}

.share-read-page [type="range"] {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
    outline: 0;
    background-color: transparent;
    width: 100%;
    padding: 8px 0;
}

.share-read-page [type="range"]::-webkit-slider-runnable-track {
    height: 2px;
    background: #D1D2D5;
}

.share-read-page [type="range" i]::-webkit-slider-container {
    height: 20px;
    overflow: hidden;
}

.share-read-page [type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #037AFE;
    border: 1px solid transparent;
    margin-top: -8px;
    border-image: linear-gradient(#037AFE, #037AFE) 0 fill / 8 20 8 0 / 0px 0px 0 2000px;
}

.share-read-page .speed-select-modal {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    background: rgba(0, 0, 0, 0.5);
}

.speed-select-modal .select-content {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    background: #fff;
    border-radius: 12px 12px 0 0;
    padding: 50px 18px 60px;
}

.speed-select-modal .select-content .line-view {
    height: 50px;
}

.speed-select-modal .select-content .on .line-view .line {
    background: #037AFE;
}

.speed-select-modal .select-content .on .speed-num {
    color: #037AFE;
}

.speed-select-modal .select-content .line-view .line {
    height: 60px;
    width: 6px;
    border-radius: 6px;
    background: #BBC0C2;
}

.speed-select-modal .select-content .speed-num {
    font-size: 16px;
    margin-top: 25px;
    font-weight: 600;
}

.speed-select-modal .select-content .line-view .line.short {
    height: 20px;
}

.speed-select-modal .select-content .switch-bar {
    border-top: 1px solid #DFDFDF;
    margin-top: 0.53rem;
    padding: 0.4rem 0;
    font-size: 0.3rem;
}


.switch-bar .switch {
    position: relative;
    display: inline-block;
    width: 1rem;
    height: 0.6rem;
    border-radius: 0.6rem;
    overflow: hidden;
}

.switch-bar .switch input {
    display: none;
}

.switch-bar .slider {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.switch-bar .slider:before {
    position: absolute;
    content: "";
    height: 0.5rem;
    width: 0.5rem;
    left: 0.03rem;
    bottom: 0.05rem;
    border-radius: 50%;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.switch-bar input:checked+.slider {
    background-color: #037AFE;
}



.switch-bar input:checked+.slider:before {
    -webkit-transform: translateX(0.4rem);
    -ms-transform: translateX(0.4rem);
    transform: translateX(0.4rem);
}

.open-app-btn {
    position: absolute;
    bottom: 4rem;
    right: 0.24rem;
    height: 0.54rem;
    border: 1px solid #037AFE;
    color: #037AFE;
    font-size: 0.24rem;
    border-radius: 0.04rem;
    background: #F4F9FF;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    padding: 0 0.1rem;
    font-weight: bold;
    z-index: 9;
}

.open-app-btn.full-open-app-btn {
    bottom: 2rem;
}

.block-view {
    height: 0.2rem;
}

.open-app-modal {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 9;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.open-app-modal .open-content {
    width: 80%;
}

.open-app-modal .tip-box {
    background: #fff;
    border-radius: 0.38rem;
    overflow: hidden;
    text-align: center;
    padding: 0.4rem 0.6rem 0.6rem;
    background-image: url('./img/open_app_bg.png');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.open-app-modal .app-link {
    color: #047AFE;
    padding: 0.1rem 0;
    margin-top: 0.8rem;
}


.share-video-page .share-video-bar {
    position: relative;
    flex: 1;
    width: 100%;
    overflow: hidden;
}

.share-video-bar video {
    width: 100%;
    height: 100%;
}

.share-video-bar .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 9;
}

.share-video-bar .play-btn img {
    width: 1rem;
    /* height: 1rem; */
}

.share-video-page .share-video-footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 1.43rem;
    z-index: 1;

}
.share-video-page .share-video-footer.ad-video-info{
    z-index: 11;
}
.share-video-page .share-video-footer.tiktok-share-video-footer.ad-video-info{
    bottom: 0;
    padding-bottom: 0.5rem;
}
.share-video-page .share-video-footer .video-slider {
    /* color: #A3A3A3; */
    color: #fff;
    font-size: 0.26rem;
    margin: 0 0.28rem;
}

.share-video-page .share-video-footer .video-slider input {
    margin: 0 0.3rem;
}

.share-video-page .share-video-footer .video-desc {
    font-size: 0.28rem;
    color: #fff;
    margin: 0 0.28rem;
    min-height: 0.8rem;
    line-height: 0.4rem;
}

.share-video-page .video-info {
    padding: 0.3rem 0 0.35rem 0.28rem;
}
.share-video-page .video-info.ad-video-info{
  position: relative;
  z-index: 11;
  background-color: #000;
}

.share-video-page .video-info .user-cover {
    width: 0.78rem;
    height: 0.78rem;
    border-radius: 50%;
}

.share-video-page .video-info .user-name {
    margin: 0 0.2rem 0 0.14rem;
    font-size: 0.28rem;
    font-weight: 600;
    color: #ccc;
}

.share-video-page .video-info .video-action {
    position: relative;
    width: 0.8rem;
    font-size: 0.2rem;
    color: #ccc;
    font-weight: 400;
}

.share-video-page .video-action .num {
    margin-top: 0.1rem;
}

.share-video-page .video-rate-btn {
    position: relative;
}

.share-video-page .video-rate-modal {
    position: absolute;
    right: -0.0rem;
    background-image: url('../img/video/icon_rate_bg.png');
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
    width: 3.77rem;
    height: 0.88rem;
    bottom: 1.26rem;
    font-size: 0.24rem;
    color: #333;
    display: flex;
    align-items: center;
    padding: 0 0.02rem 0.02rem 0.02rem;
}

.share-video-page .video-rate-modal .rate-item {
    flex: 1;
    border-right: 1px solid #dfdfdf;
}

.share-video-page .video-rate-modal .rate-item.on {
    color: #EA981C;
}

.share-video-page .video-rate-modal .rate-item:last-of-type {
    border-right: none;
}

.share-video-page [type="range"] {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
    outline: 0;
    background-color: transparent;
    width: 100%;
    padding: 10px 0;
}

.share-video-page [type="range"]::-webkit-slider-runnable-track {
    height: 2px;
    background: #999;
}

.share-video-page [type="range" i]::-webkit-slider-container {
    height: 20px;
    overflow: hidden;
}

.share-video-page [type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #ffffff;
    border: 1px solid transparent;
    margin-top: -8px;
    border-image: linear-gradient(#ffffff, #ffffff) 0 fill / 8 20 8 0 / 0px 0px 0 2000px;
}

.share-video-page .comment-modal {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 7.50rem;
    z-index: 20;
    background-color: #fff;
    border-radius: 0.18rem 0.18rem 0px 0px;
}

.share-video-page .comment-modal .comment-btn {
    padding: 0.35rem 0.25rem;
}

.share-video-page .comment-modal .m-comment-title {
    position: absolute;
    top: 0.4rem;
    font-size: 0.26rem;
    left: 50%;
    font-weight: 600;
    color: #333;
    margin-left: -0.26rem;
}

.share-video-page .comment-modal .m-comment-block {
    background-color: #F7F7F7;
    padding: 0.26rem 0.2rem;
    margin-bottom: 0.3rem;
}

.share-video-page .comment-modal .comment-tip {
    color: #B2B2B2;
    font-size: 0.28rem;
    text-align: center;
}

.share-video-page .comment-modal .user-cover {
    width: 0.58rem;
    height: 0.58rem;
    border-radius: 50%;
}

.share-video-page .comment-modal .user-name {
    font-size: 0.28rem;
    color: #6F6F6F;
    max-width: 4rem;
}

.share-video-page .comment-modal .author-name {
    font-size: 0.24rem;
    margin-left: 0.1rem;
    color: #2AAC70;
}

.complete-auth-modal {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;

}

.complete-auth-modal .auth-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: #fff;
    text-align: center;
    padding: 0.5rem 0 0.87rem;

}

.complete-auth-modal .auth-content::before {
    content: '';
    background-image: linear-gradient(to top, white, transparent);
    position: absolute;
    left: 0;
    right: 0;
    top: -1.3rem;
    height: 1.3rem;
}

.complete-auth-modal .auth-button {
    width: 2.94rem;
    height: 0.78rem;
    border-radius: 0.06rem;
    background: #037AFE;
    color: #fff;
    font-size: 0.3rem;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.complete-auth-modal .auth-tip {
    font-size: 0.22rem;
    font-weight: bold;
    color: #86878A;
    margin: 0.27rem 0 0.6rem;
}

.share-video-page {
    background-color: #f6f6f6;
    opacity: 0;
}
.share-video-page.show-video-page{
    opacity: 1;
}

.share-customer-page {
    overflow: hidden;
}

.share-customer-page .share-cell {
    height: 3rem;
    border-radius: 0.16rem;
    background: linear-gradient(90deg, #FF7100 0%, #FFBA6A 100%);
    margin: 0.4rem 0.65rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0.8rem;
}

.share-cell.share-doc {
    background: linear-gradient(90deg, #8657F0 0%, #CC92FF 100%);
}

.share-cell.view-record {
    background: linear-gradient(90deg, #0071E9 0%, #9DD0FF 100%);
}

.share-customer-page .search-bar {
    background-color: #fff;
    padding: 0.1rem 0.24rem;
}

.share-customer-page .search-input {
    background: #eee;
    border-radius: 0.12rem;
    height: 0.68rem;
    padding: 0 0.15rem;
}

.share-customer-page .search-input input {
    outline: none;
    border: none;
    height: 100%;
    background: transparent;
}

.share-customer-page .search-bar .search-btn {
    width: 1.16rem;
    height: 0.68rem;
    background-image: url('../img/customer/icon_search_bg.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    font-size: 0.28rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: bold;
    margin-left: 0.24rem;
}

.share-customer-page .category-bar {
    background-color: #fff;
    display: -webkit-box;
    overflow-x: auto;
    padding: 0.1rem 0;
}

.category-bar .category-cell {
    height: 0.58rem;
    padding: 0 0.24rem;
    border-radius: 0.12rem;
    display: flex;
    align-items: center;
    margin: 0 0 0 0.24rem;
}

.category-bar .category-cell.on {
    background-color: #EFF4FF;
    color: #037AFE;

}

.share-customer-page .video-card {
    background-color: #fff;
    border-radius: 0.12rem;
    margin: 0.1rem;
    padding: 0.1rem;
}

.share-customer-page .video-card .video-cover {
    width: 1.72rem;
    height: 1.72rem;
    border-radius: 0.08rem;
    margin-right: 0.1rem;
    background-color: #eee;
    object-fit: cover;
}

.share-customer-page .video-card .video-title {
    color: #333;
    font-size: 0.3rem;
}

.share-customer-page .video-card .video-date {
    color: #999;
    font-size: 0.24rem;
}

.share-customer-page .doc-type-bar {
    display: -webkit-box;
    height: 0.88rem;
    font-size: 0.24rem;

    border-bottom: 1px solid #DFDFDF;
}

.share-customer-page .doc-type-item {
    position: relative;
    line-height: 0.88rem;
    color: #BEBEBE;
    padding: 0 0.24rem;
}

.share-customer-page .doc-type-item.on {
    color: #333;
    font-weight: bold;
}

.share-customer-page .doc-type-item.on::before {
    content: '';
    position: absolute;
    left: 0.24rem;
    right: 0.24rem;
    bottom: 0;
    height: 0.08rem;
    background: #538DFF;
}

.share-customer-page .doc-card {
    padding: 0.3rem 0.24rem;
    font-size: 0.28rem;
    color: #333;
}

.share-customer-page .doc-card .doc-date {
    font-size: 0.24rem;
    color: #999;
    margin-top: 0.1rem;
}

.share-customer-page .date-type-bar {
    background-color: #fff;
    padding: 0.2rem 0.1rem;
}

.share-customer-page .date-type-bar .date-type-item {
    height: 0.48rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.1rem;
    font-size: 0.24rem;
    background-color: #F1F1F1;
    color: #999999;
    border-radius: 0.48rem;
    border: 2px solid #F1F1F1;
}

.share-customer-page .date-type-bar .date-type-cell {
    padding: 0 0.15rem;
}

.share-customer-page .date-type-bar .date-type-item.on {
    background-color: #EFF4FF;
    color: #538DFF;
    border: 2px solid #538DFF;
}

.share-customer-page .view-card {
    margin: 0.24rem;
    background-color: #fff;
    border-radius: 0.16rem;
    padding: 0.24rem;
}

.share-customer-page .view-card .user-cover {
    width: 0.7rem;
    height: 0.7rem;
    border-radius: 50%;
    object-fit: contain;
    background-color: #eee;
}

.share-customer-page .view-card .user-name {
    font-size: 0.26rem;
    font-weight: bold;
    color: #0F0F0F;
    margin-left: 0.2rem;
}

.share-customer-page .view-card .document-bar {
    padding: 0.24rem 0;
    font-size: 0.3rem;
    color: #333
}

.share-customer-page .view-card .video-bar {
    padding: 0.24rem 0 0;
    font-size: 0.3rem;
    color: #333
}

.share-customer-page .view-card .view-info {
    font-size: 0.24rem;
    color: #999;
    margin-top: 0.1rem;
}

.share-customer-page .source-bar {
    height: 0.48rem;
    border-radius: 0.04rem;
    border: 1px solid #999;
    display: inline-flex;
    align-items: center;
    padding: 0 0.15rem;
    font-size: 0.2rem;
    color: #333;
}

.share-customer-page .source-modal {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9;
}

.share-customer-page .source-modal .source-content {
    position: absolute;
    top: 1.6rem;
    right: 0.1rem;
    background-color: #fff;
    border-radius: 0.12rem;
    width: 2rem;
    text-align: center;
    padding: 0 0.1rem;
}

.share-customer-page .source-modal .source-item {
    line-height: 0.6rem;
    border-bottom: 1px solid #eee;
}

.share-customer-page .user-header {
    background-color: #232122;
    color: #fff;
    padding: 0.2rem 0.24rem;
}

.share-customer-page .user-header .user-action {
    padding: 0.1rem;
}

.share-customer-page .user-header .user-cover {
    height: 0.88rem;
    width: 0.88rem;
    border-radius: 50%;
}

.share-customer-page .user-header .user-name {
    font-size: 0.28rem;
    font-weight: bold;
    margin-left: 0.2rem;
    margin-right: 0.1rem;
}

.share-customer-page .view-tab-bar {
    background-color: #fff;
}

.share-customer-page .view-tab-bar .tab-cell {
    padding: 0 0.24rem;
}

.share-customer-page .view-tab-bar .tab-item {
    line-height: 0.88rem;
    color: #bbb;
    font-size: 0.28rem;
}

.share-customer-page .view-tab-bar .tab-item.on {
    position: relative;
    color: #037AFE;
}

.share-customer-page .view-tab-bar .tab-item.on::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #037AFE;
    height: 0.08rem;
}

.share-customer-page .edit-user-modal {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 9;
    background-color: rgba(0, 0, 0, 0.6);
}

.share-customer-page .edit-user-modal .edit-user-content {
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #fff;
    transform: translateX(-50%) translateY(-50%);
    border-radius: 0.16rem;
    width: 80%;
    overflow: hidden;
    padding: 0.6rem 0.3rem;
}

.share-customer-page .edit-user-modal .edit-user-content input {
    outline: none;
    border: none;
    border-bottom: 1px solid #eee;
    height: 0.88rem;
    width: 100%;
}

.share-customer-page .edit-user-modal .edit-btn {
    height: 0.88rem;
    font-size: 0.28rem;
    color: #694502;
    font-weight: bold;
    background: linear-gradient(270deg, #EAB462 0%, #F1D6A6 100%);
    border-radius: 0.88rem;
    border: 1px solid transparent;
}

.share-customer-page .edit-user-modal .edit-btn.cancel-btn {
    background: #fff;
    color: #694502;
    border: 1px solid currentColor;
}


.preview-img-modal {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.8);
}


.preview-img-modal .swiper {
    height: 100%;
    /* border-radius: 0.08rem; */
    /* margin: 0 0.8rem; */
}

.preview-img-modal .swiper-slide {
    height: 100%;
    color: #fff;
}

.preview-img-modal .preview-aciton {
    position: absolute;
    left: 0.3rem;
    right: 0.3rem;
    bottom: 0.3rem;
    z-index: 1;
    justify-content: space-between;
}

.preview-aciton .total-img-bar {
    height: 0.4rem;
    padding: 0 0.1rem;
    background: #3E3F44;
    color: #fff;
    font-size: 0.2rem;
    display: inline-flex;
    border-radius: 0.12rem;
}

.preview-aciton .download-img-btn {
    width: 0.56rem;
    height: 0.56rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.12rem;
    background: #3E3F44;
}

.preview-img-modal .preview-close-modal {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0.2rem;
    z-index: 9;
}

.share-customer-page .cus-tabs {
    font-size: 0.3rem;
    color: #000;
    font-weight: 500;
    border-bottom: 1px solid #eee;
}

.share-customer-page .cus-tabs .cus-item {
    line-height: 0.88rem;
}

.share-customer-page .cus-tabs .cus-item.on {
    position: relative;
    color: #0274FF;
}

.share-customer-page .cus-tabs .cus-item.on::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0.05rem;
    background: #0274FF;
}

.share-customer-page .cus-bar .cus-name {
    font-size: 0.32rem;
    font-weight: bold;
    color: #000;
}

.share-customer-page .cus-bar {
    padding: 0.3rem;
}

.share-customer-page .cus-bar .cus-info {
    margin: 0.3rem 0;
    font-size: 0.28rem;
}

.share-customer-page .cus-bar .cus-info .cus-label {
    width: 2rem;
}

.share-customer-page .cus-bar .cus-remark {
    font-weight: bold;
    color: #000;
    font-size: 0.32rem;
}

.share-customer-page .cus-bar .cus-remark .remark-content {
    font-size: 0.28rem;
    font-weight: 100;
    margin-top: 0.2rem;
}

.share-customer-page .call-tabs .tab-item {
    height: 0.58rem;
    background: #F1F1F1;
    border-radius: 0.08rem;
    font-size: 0.24rem;
    color: #000;
    font-weight: 500;
    padding: 0 0.15rem;
    margin-right: 0.2rem;
}

.share-customer-page .call-tabs {
    margin: 0.3rem 0 0.3rem 0.3rem;
}

.share-customer-page .call-tabs .tab-item.on {
    background: #0274FF;
    color: #fff;
}

.share-customer-page .call-tabs .other-call {
    color: #0274FF;
    font-weight: 500;
    font-size: 0.24rem;
}

.share-customer-page .call-records .call-cell {
    margin: 0.3rem 0 0.3rem 0.24rem;
}

.share-customer-page .call-records .call-info {
    border-bottom: 1px solid #E3E3E3;
    margin-left: 0.16rem;
    padding-bottom: 0.2rem;
    padding-right: 0.3rem;
}

.share-customer-page .call-records .call-mobile {
    font-size: 0.32rem;
    color: #000;
    margin-bottom: 0.1rem;
}

.share-customer-page .call-records .call-state {
    color: #979797;
    font-size: 0.26rem;
}

.share-customer-page .call-records .call-date {
    color: #979797;
    font-size: 0.26rem;
    text-align: right;
}

.share-customer-page .call-records .no-call {
    color: red;
}

.share-customer-page .call-records .visit-cell .visit-content {
    font-size: 0.24rem;
    color: #222;
    margin-top: 0.3rem;
}

.share-customer-page .view-cell {
    margin: 0.24rem;
    background: #F3F5F7;
    border-radius: 0.18rem;
    padding: 0.25rem;
}

.share-customer-page .view-cell .view-data {
    color: #747474;
    font-size: 0.24rem;
    margin-top: 0.5rem;
}

.share-customer-page .view-cell .view-title {
    font-size: 0.3rem;
    font-weight: bold;
    color: #222;
    margin-left: 0.25rem;
}

.share-customer-page .view-cell .view-type {
    height: 1.18rem;
    width: 1.18rem;
    border-radius: 0.1rem;
    background: #2967A4;
    color: #fff;
    font-weight: bold;
    font-size: 0.24rem;
}

.share-customer-page .view-cell .video-cover {
    width: 1.18rem;
    height: 1.18rem;
    border-radius: 0.1rem;
    margin-right: 0.25rem;
    object-fit: cover;
}

.share-customer-page .view-cell .video-intention {
    position: absolute;
    top: -0.25rem;
    right: -0.25rem;
    z-index: 1;
    background: #D9E0FC;
    border-radius: 0 0.18rem 0 0.18rem;
    color: #4F74B8;
    font-size: 0.22rem;
    height: 0.46rem;
    display: inline-flex;
    align-items: center;
    padding: 0 0.15rem;
}

.share-customer-page .view-cell .video-name {
    font-size: 0.3rem;
    font-weight: bold;
    margin-bottom: 0.2rem;
}

.share-customer-page .view-cell .video-tag {
    color: #747474;
    font-size: 0.26rem;

}

.share-customer-page .view-cell .video-date {
    color: #747474;
    font-size: 0.24rem;
    border-top: 1px solid #DBDBDB;
    padding-top: 0.2rem;
    margin-top: 0.25rem;
}

.share-customer-page .view-cell .view-type.red-bg {
    background: #A43229;
}

.share-customer-page .follow-list .follow-cell {
    margin: 0.24rem;
    background: #F3F5F7;
    border-radius: 0.18rem;
    padding: 0.25rem;
    color: #747474;
    font-size: 0.24rem;
}

.share-customer-page .follow-list .follow-title {
    font-size: 0.3rem;
    font-weight: bold;
    color: #222;
    margin-bottom: 0.3rem;
}

.share-customer-page .call-records .visit-cell {
    background: #F3F5F7;
    border-radius: 0.18rem;
    font-size: 0.22rem;
    padding: 0.25rem;
    margin: 0 0.25rem 0 0.56rem;
    color: #979797;
}

.share-customer-page .call-records .voice-bar {
    background: #eee;
    border-radius: 0.18rem;
    margin-top: 0.3rem;
    padding: 0.1rem;
}

.share-customer-page .range-bar {
    position: relative;
    margin: 0 0.2rem;
}

.share-customer-page .range-bar .slider-view-on {
    position: absolute;
    height: 4px;
    background-color: #037AFE;
    top: 0;
    left: 0;
    z-index: 1;
}

.share-customer-page .range-bar .slider-view {
    height: 4px;
    background-color: #D1D2D5;
}

.share-customer-page .other-cell {
    margin: 0.24rem;
    font-size: 0.28rem;
}

.share-customer-page .other-cell .img-list {
    display: -webkit-box;
    overflow-x: auto;
    margin-top: 0.2rem;
}

.share-customer-page .other-cell .img-list img {
    width: 0.8rem;
    height: 0.8rem;
    object-fit: cover;
    margin-right: 0.2rem;
}

.share-customer-page .other-cell .action-btn {
    height: 0.6rem;
    width: 1.2rem;
    border-radius: 0.1rem;
    background: rgba(255, 0, 0, 0.675);
    color: #fff;
    font-size: 0.26rem;
}

.share-customer-page .other-cell .action-btn.disabled-btn {
    background: #999;
}

.sms-video-page .share-video-info {
    position: absolute;
    right: 0.1rem;
    bottom: 2.74rem;
    font-size: 0.22rem;
    color: #fff;
}

.sms-video-page .share-video-info .num {
    margin-top: 0.1rem;
}

.sms-video-page .share-video-info .video-action {
    margin-top: 0.3rem;
}

.sms-video-page .share-video-info .user-cover {
    border: 0.02rem solid #fff;
    width: 0.84rem;
    height: 0.84rem;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 0.15rem;
}

.sms-video-page .share-video-footer {
    position: absolute;
    bottom: 1.26rem;
    color: #fff;
    left: 0.22rem;
    right: 0;
}

.sms-video-page .share-video-footer .user-name {
    font-size: 0.3rem;
    font-weight: 600;
    margin-bottom: 0.15rem;
}

.sms-video-page .share-video-footer .video-desc {
    font-size: 0.26rem;
}

.sms-video-page .video-full-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    padding: 0.2rem;
}

.sms-video-page .video-slider {
    position: absolute;
    left: 0.2rem;
    right: 0.2rem;
    bottom: 0.4rem;
    color: #fff;
    font-size: 0.26rem;
}

.sms-video-page .video-slider input {
    margin: 0 0.3rem;
}

.sms-video-page [type="range"] {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
    outline: 0;
    background-color: transparent;
    width: 100%;
    padding: 10px 0;
}

.sms-video-page [type="range"]::-webkit-slider-runnable-track {
    height: 2px;
    background: #999;
}

.sms-video-page [type="range" i]::-webkit-slider-container {
    height: 20px;
    overflow: hidden;
}

.sms-video-page [type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #ffffff;
    border: 1px solid transparent;
    margin-top: -8px;
    border-image: linear-gradient(#ffffff, #ffffff) 0 fill / 8 20 8 0 / 0px 0px 0 2000px;
}

.sms-video-page .share-video-bar {
    height: 100%;
    width: 100%;
    overflow: hidden;
}


.share-customer-page .wechat-list {
    background: #EDEDED;
    padding: 0.2rem;
}

.share-customer-page .wechat-list .msg-content {
    position: relative;
    background: #fff;
    min-height: 0.52rem;
    max-width: 3.5rem;
    display: inline-flex;
    border-radius: 0.08rem;
    font-size: 0.28rem;
    padding: 0.1rem 0.22rem;
    align-items: center;
    margin-left: 0.3rem;
    margin-top: 0.1rem;
    white-space: normal;
    word-break: break-all;
    text-align: left;
}

.share-customer-page .wechat-list .msg-content::before {
    content: '';
    position: absolute;
    left: -0.28rem;
    border: 0.15rem;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent #fff transparent transparent;
    top: 0.2rem;
}

.share-customer-page .wechat-list .msg-date {
    padding: 0.3rem 0;
}

.share-customer-page .wechat-list .user-name {
    margin-left: 0.3rem;
    font-size: 0.24rem;
    color: #555;
}

.share-customer-page .wechat-list .send-msg {
    display: flex;
    justify-content: flex-end;
    text-align: right;
}

.share-customer-page .wechat-list .send-msg .msg-content {
    margin-right: 0.2rem;
    margin-left: 0;
    margin-top: 0;
    background: #BDDAFA;
}

.share-customer-page .wechat-list .send-msg .msg-content::before {
    content: '';
    position: absolute;
    left: auto;
    right: -0.28rem;
    border: 0.15rem;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent transparent #BDDAFA;
}

.share-customer-page .wechat-list .msg-link {
    position: relative;
    background: #fff;
    border-radius: 0.06rem;
    height: 1rem;
    font-size: 0.28rem;
    padding: 0.2rem;
    display: inline-flex;
    width: 3.5rem;
    margin-left: 0.3rem;
    margin-top: 0.1rem;
    text-align: left;
}

.share-customer-page .wechat-list .msg-link::before {
    content: '';
    position: absolute;
    left: -0.28rem;
    border: 0.15rem;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent #fff transparent transparent;
}

.share-customer-page .wechat-list .send-msg .msg-link {
    position: relative;
    background: #fff;
    border-radius: 0.06rem;
    height: 1rem;
    font-size: 0.28rem;
    padding: 0.2rem;
    display: inline-flex;
    width: 3.5rem;
    margin-right: 0.2rem;
    margin-top: 0;
    text-align: left;
}

.share-customer-page .wechat-list .send-msg .msg-link::before {
    content: '';
    position: absolute;
    left: auto;
    right: -0.28rem;
    border: 0.15rem;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
}

.share-customer-page .wechat-list .send-msg .voice-content {
    text-align: left;
    margin-top: 0.1rem;
    flex-direction: column;
}

.share-customer-page .wechat-list .send-msg .voice-content::before {
    content: '';
    z-index: -1;
}

.share-customer-page .wechat-list .send-msg .msg-video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 1;
    width: 0.8rem;
    height: 0.8rem;
}



.preview-video-modal {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.8);
}

.preview-video-modal .video-speed-num {
    position: absolute;
    top: 0.3rem;
    right: 0.3rem;
    z-index: 1;
    width: 0.72rem;
    height: 0.44rem;
    border-radius: 0.08rem;
    color: #fff;
    font-size: 0.18rem;
}

.preview-video-modal .video-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 1;
    width: 0.81rem;
    height: 0.81rem;
}

.preview-video-modal .close-preview-video-modal {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    padding: 0.2rem;
}

.preview-video-modal .video-slider {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0.4rem;
    color: #fff;
    font-size: 0.26rem;
    margin: 0 0.28rem;
    text-shadow: 0px 1px 1px rgba(90, 90, 90, 0.3);
}

.preview-video-modal .video-slider input {
    margin: 0 0.3rem;
}

.preview-video-modal [type="range"] {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
    outline: 0;
    background-color: transparent;
    width: 100%;
    padding: 10px 0;
}

.preview-video-modal [type="range"]::-webkit-slider-runnable-track {
    height: 2px;
    background: #D1D2D5;
}

.preview-video-modal [type="range" i]::-webkit-slider-container {
    height: 20px;
    overflow: hidden;
}

.preview-video-modal [type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #ffffff;
    border: 1px solid transparent;
    margin-top: -8px;
    border-image: linear-gradient(#ffffff, #ffffff) 0 fill / 8 20 8 0 / 0px 0px 0 2000px;
}

.url-link {
    word-break: break-all;
    color: #007AFF;
}

a.url-link:active {
    color: #007AFF;
}

a.url-link:visited {
    color: #007AFF;
}



.full-speed-select-modal {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}

.full-speed-select-modal .full-select-content {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    background: #fff;
    width: 2.65rem;
    box-shadow: 0 0 0.01rem 0.01rem #efefef;
    border-radius: 0.18rem 0 0 0.18rem;
}


.full-speed-select-modal .full-select-content .line-view {
    width: 0.5rem;
}

.full-speed-select-modal .full-select-content .on .line-view .line {
    background: #037AFE;
}

.full-speed-select-modal .full-select-content .on .speed-num {
    color: #037AFE;
}

.full-speed-select-modal .full-select-content .line-view .line {
    width: 0.5rem;
    height: 0.06rem;
    border-radius: 0.06rem;
    background: #BBC0C2;
}

.full-speed-select-modal .full-select-content .speed-num {
    font-size: 0.3rem;
    margin-left: 0.25rem;
    font-weight: 600;
}

.full-speed-select-modal .full-select-content .line-view .line.short {
    width: 0.2rem;
}
.tip-div {
    /* color: #FF4200; */
    display: inline;
    /* text-decoration-color:#FF4200; */
    /* text-decoration: underline #FF4200; */
    border-bottom: 1px solid #FF4200;
}

.first-tip-box {
    position: relative;
    display: inline;
    user-select: none;
}
.ai-summary .first-tip-box{
    position: unset;
}
.ai-summary .first-tip-div{
    position: absolute;
    right: 0;
    margin-right:0;
}
/* .first-tip-div{} */
.first-tip-div {
    /* background: #FB6205; */
    width: 0.4rem;
    display: inline-flex;
    color: #fff;
    text-align: center;
    float: right;
    justify-content: center;
    margin-right: -0.3rem;
    font-size: 0.2rem;
    height: 0.4rem;
    background-image: url(../img/icon_tip.png) !important;
    background-size: 100% 100%;
    line-height: 0.34rem;
    background-color: transparent !important;
}

.user-box {
    margin-left: -0.57rem;
    user-select: none;
}

.user-box img {
    width: 0.8rem;
    height: 0.8rem;
}

.user-box .user-cover {
    height: 0.42rem;
    width: 0.42rem;
    border-radius: 50%;
    margin-right: 0.15rem;
    font-size: 0.26rem;
    font-weight: bold;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.user-box .user-name {
    font-size: 0.24rem;
    color: #717174;
}

.user-box .spear-time {
    margin-left: 0.14rem;
    color: #717174;
    font-size: 0.24rem;
}

.user-cover-1 {
    background-color: #007AFF;
}

.user-cover-2 {
    background-color: #FCAB45;
}

.user-cover-3 {
    background-color: #00BC72;
}

.user-cover-4 {
    background-color: #FB6205;
}

.user-cover-5 {
    background-color: #9C4FFF;
}

.user-cover-6 {
    background-color: #FF0094;
}

.user-cover-7 {
    background-color: #00BFB0;
}

.user-cover-8 {
    background-color: #3700FF;
}

.share-pyq-page .pyq-item {
    border-bottom: 1px solid #E6E6E6;
    padding: 0.25rem 0.5rem;
}

.pyq-item .user-cover {
    width: 0.76rem;
    height: 0.76rem;
    border-radius: 0.12rem;
    background-color: #eee;
    margin-right: 0.16rem;
    object-fit: cover;
}

.pyq-item .user-name {
    color: #566A93;
    font-size: 0.3rem;
    font-weight: bold;
    margin-bottom: 0.1rem;
}

.pyq-item .pyq-content {
    font-size: 0.28rem;
    color: #222;
    line-height: 0.38rem;
    margin-bottom: 0.15rem;
}

.pyq-item .pyq-image {
    width: 1.5rem;
    height: 1.5rem;
    background-color: #eee;
    margin-right: 0.1rem;
    margin-bottom: 0.1rem;
    overflow: hidden;
    
}

.pyq-item .pyq-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pyq-item .pyq-footer {
    margin: 0.15rem 0 0;
}

.pyq-item .send-time {
    font-size: 0.26rem;
    color: #b3b3b3;
}
 .inline-block {
        display: inline;
    }

    .inline-block.fb {
        font-weight: bold;
    }

    .br-view {
        display: block;
        height: 0.01px;
    }

    .new-block-view {
        height: 0.3rem;
    }


.evaluate-modal {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 9;
    background: rgba(0, 0, 0, 0.5);
}

.evaluate-modal .evaluate-footer {
  background-color: transparent;
}
.evaluate-footer input{
    outline: none;
    border-radius: 4px;
    border: 1px solid #ccc;
    height: 40px;
    flex: 1;
    padding: 0 10px;
}
.evaluate-footer .replay-button{
    height: 40px;
    outline: none;
    background-color: #007AFE;
    color: #fff;
    border: 1px solid transparent;
    cursor: pointer;
    padding: 0 20px;
    border-radius: 0.08rem;
}
.evaluate-footer .click-btn {
    height: 28px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 12px;
    cursor: pointer;
    width: 70px;
    border-radius: 4px;
    text-align: center;
    justify-content: center;
    margin-left: 10px;
}
.evaluate-footer .replay-bar {
    height: 44px;
    border-radius: 8px;
    background: #f2f1f6;
    color: #999;
    font-size: 16px;
    padding: 15px 18px;
    margin: 0 20px 5px;
    box-sizing: border-box;
}
.edit-comment-modal {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 9;
    background: rgba(0, 0, 0, 0.5);
    overflow: hidden;
  }

  .edit-comment-modal .edit-comment-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    left: 20px;
    z-index: 9;
    background: #fff;
    border-radius: 10px;
    padding: 10px 15px;
  }

  .edit-comment-modal .edit-header {
    font-size: 12px;
    color: #333;
    text-align: center;
    font-weight: 600;
  }

  .edit-comment-modal .edit-body {
    border: 1px solid #dedfe4;
    border-radius: 8px;
    margin: 10px 15px 15px;
    overflow: hidden;
    height: 100px;
  }

  .edit-comment-modal .edit-body textarea {
    height: 100%;
    width: 100%;
    resize: none;
    outline: none;
    padding: 10px;
    border: 1px solid transparent;
  }

  .edit-comment-modal .footer-btn {
    height: 44px;
    border-radius: 44px;
    background: #358bfd;
    color: #fff;
    font-size: 16px;
    justify-content: center;
    margin: 0 10px;
    cursor: pointer;
    font-weight: 600;
  }

  .edit-comment-modal .footer-btn.cancel-btn {
    background: #f1f1f1;
    color: #777777;
  }  
.evaluate-modal .evaluate-item {
    background: #fff;
    border-radius: 0.16rem;
    padding: 0.2rem;
    margin: 0.15rem;
}

.evaluate-modal .voice-play {
    position: relative;
    background: #eee;
    border-radius: 0.08rem;
    height: 0.8rem;
    padding: 0 0.2rem;
}

.evaluate-modal .evalaute-checked {
    background: #007AFE;
    color: #fff;
}

.evaluate-modal .video-play{
    position: relative;
    width: 2.1rem;
    height: 2.1rem;
    overflow: hidden;
    margin-top: 0.1rem;
}
.evaluate-modal .video-play .video-cover{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.evaluate-modal .video-play .video-cover-loading{
    background: #e8e8e8;
    box-sizing: border-box;
}
.evaluate-modal .video-play .video-play-btn{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 1;
    width: 0.61rem;height: 0.61rem;
}

.voice-play .icon-voice-play {
    width: 0.42rem;
    height: 0.42rem;
}

.voice-play .voice-slider {
    position: relative;
    flex: 1;
    margin: 0 0.2rem;
}


.voice-play .voice-duration {
    font-size: 0.24rem;
    color: #666;
}

.voice-play .voice-speed {
    font-size: 0.24rem;
    padding: 0.1rem;
}

.voice-play .voice-speed-modal {
    position: absolute;
    right: 0;
    bottom: 0.5rem;
    z-index: 1;
}

.voice-play .voice-speed-list {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0.2rem;
    z-index: 1;
    font-size: 0.24rem;
}

.voice-play .voice-speed-item {
    position: relative;
    height: 100%;

}

.voice-play .voice-speed-item::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 0.16rem;
    background: #DFDFDF;
    width: 0.01rem;
    right: 0;
}

.voice-play .voice-speed-item:last-of-type:after {
    display: none;
}

.voice-play .voice-speed-item.on {
    color: #007AFE;
}



.voice-input-modal{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    background: rgba(0, 0, 0, 0.5);
}
.voice-input-modal.voice-input-bar{
  position: relative;
}
.voice-input-modal.voice-input-bar .voice-input-content{
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    transform: none;
    box-sizing: border-box;
    padding-bottom: 30px;
    border-radius: 0;
}
.voice-input-modal .voice-input-content{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6rem;
    transform: translateY(-50%) translateX(-50%);
    background-color: #fff;
    border-radius: 0.04rem;
    padding: 30px 10px 10px;
}
.voice-input-modal .record-time{
    color: #999;
    text-align: center;
    font-size: 0.24rem;
    margin-bottom:0.2rem;
}
.voice-input-modal .click-tip{
    text-align: center;
    font-size: 0.24rem;
    color: #999;
    margin-top: 0.1rem;
}
.voice-input-modal .close-icon{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    cursor: pointer;
    padding: 10px;
    width: 0.18rem;
    height: 0.18rem;
}
.voice-input-modal .disabled .audio-button,.voice-input-modal .disabled .complete-btn{
    filter: grayscale(60);
    cursor: no-drop;
}
.voice-input-modal .audio-button{
    width: 1.24rem;
    height: 1.24rem;
    cursor: pointer;
    margin: 0 0.40rem;
}
.voice-input-modal .complete-btn{
   width: 0.88rem;
    height: 0.88rem;
    cursor: pointer;
    border-radius: 50%;
    background-color: #F1F0F7;
    color: #037AFE;
    font-size: 0.24rem;
    display: inline-flex;
}
.voice-input-modal .audio-button img{
    width: 100%;
    height: 100%;
}




.share-read-page .comment-modal{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.8);
}
.share-read-page .comment-modal .comment-body{
    position: absolute;
    top: 50%;
    left: 0.4rem;
    right: 0.4rem;
    transform: translateY(-50%);
    background-color: #fff;
    border-radius: 0.04rem;
}
.share-read-page .comment-modal .comment-body textarea{
  resize: none;
  outline: none;
  border: 1px solid #ccc;
  width: 100%;
  box-sizing: border-box;
  border-radius: 0.04rem;
  padding: 0.1rem;
  max-height: 4.5rem;
  overflow-y: auto;
  min-height: 1.5rem;
}
.share-read-page .comment-modal .comment-body .comment-footer{
    border-top: 1px solid #ccc;
    padding: 10px;
    text-align: right;
}
.share-read-page .evaluate-footer .media-type,.share-read-page .comment-modal .media-type{
    cursor: pointer;
    position: relative;
    padding: 10px;
    box-sizing:border-box;
}
.share-read-page .evaluate-footer .media-type input,.share-read-page .comment-modal .media-type input {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0;
    cursor: pointer;
}
.share-read-page .evaluate-footer .media-bar .media-box,.share-read-page .comment-modal .media-bar .media-box {
    position: relative;
    width: 80px;
    height: 80px;
    overflow: hidden;
    margin-right: 10px;
}

.share-read-page .evaluate-footer .media-bar .load-box ,.share-read-page .comment-modal .media-bar .load-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.6);
}
.share-read-page .evaluate-footer .media-bar,.share-read-page .comment-modal .media-bar {
    height: 100px;
    border-bottom: 1px solid #eee;
    padding: 10px;
}

.share-read-page .evaluate-footer .media-bar .close,.share-read-page .comment-modal .media-bar .close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
    cursor: pointer;
    padding: 0.1rem;
    color: #fff;
}
.share-read-page .comment-modal .exit-button{
    height: 0.5rem;
    background-color: #fff;
    cursor: pointer;
    border: 1px solid #ccc;
    padding: 0 0.2rem;
    color: #555;
    border-radius: 0.08rem;
}
.share-read-page .comment-modal .save-button{
    height: 0.5rem;
    background-color: #037AFE;
    cursor: pointer;
    border: 1px solid transparent;
    padding: 0 0.2rem;
    color: #fff;
    border-radius: 0.08rem;
}
.share-read-page .confirm-modal {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    background: rgba(0, 0, 0, 0.5);
}

.share-read-page .confirm-modal .dialog-content {
    background: #fff;
    position: absolute;
    top: 50%;
    left: 0.5rem;
    right: 0.5rem;
    z-index: 1;
    transform: translateY(-50%);
    border-radius: 0.08rem;
    text-align: center;
}

.share-read-page .confirm-modal .footer-btn {
    height: 0.88rem;
    border-top: 1px solid #eee;
    font-size: 0.3rem;
    color: #999;
    cursor: pointer;
}

.share-read-page .confirm-modal .footer-btn.confirm-btn {
    color: #037AFE;
    border-left: 1px solid #eee;
}
.share-read-page .share-modal{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    background: rgba(0, 0, 0, 0.5);
}
.share-read-page .share-modal .share-content{
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform:translateX(-50%) translateY(-50%);
   
}
.share-read-page .share-modal .share-code{
 background: #fff;
    border-radius: 0.04rem;
    padding: 0.2rem;
}
.message-popup {
    position: absolute;
    top: 50%;
    /* bottom: 3rem; */
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 999;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 0.24rem;
    border-radius: 0.08rem;
    height: 0.6rem;
    padding: 0.1rem 0.2rem;
    display: inline-flex;
    align-items: center;
    line-height: 0.3rem;
}

.comment-bar {
    position: absolute;
    top: 0;
    z-index: 1;
    height: 40px;
    box-shadow: 0 0 5px 2px #eee;
    color: #000;
    font-size: 14px;
    background: #fff;
    border-radius: 4px;
    display: none;
}

.comment-bar .action-item {
    border-right: 1px solid #eee;
    padding: 0 10px;
    cursor: pointer;
}

.comment-bar .action-item:last-of-type {
    border-right: none;
}

.share-read-page  .match-text {
    background: #FFFFCD;
}
.share-read-page span[bgMatch='1'] {
    background: #FDDE86;
    border-top: 1px solid #805602;
    border-bottom: 1px solid #805602;
}

span[firstBgMatch='1'] {
    position: relative;
}

span[firstBgMatch='1']::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    border-left: 1px solid #805602;
}

span[lastBgMatch='1'] {
    position: relative;
}

span[lastBgMatch='1']::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    border-right: 1px solid #805602;
}

span[bgSummaryMatch='1'] {
    background: rgba(255, 68, 0, 0.26);
}
.share-read-page .title-tag{
    margin:15px 0;font-weight:600;
}