.dy-content {
    position: relative;
}

.box .top .img-box {
    display: inline-flex;
    flex-wrap: wrap;
    margin-top: 15px;
    padding-left: 10px;
}

.box .top .img-box .img {
    width: 150px;
    height: 150px;
    border-radius: 15px;
    margin-right: 10px;
    margin-bottom: 10px;
    object-fit: cover;
}

.user-wrap {
    padding: 10px;
}

.user-wrap .user-ul {
    display: inline-flex;
    flex-wrap: wrap;
    padding-left: 10px;
    padding-top: 10px;
}

.user-wrap .user-ul .tx {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid var(--theme-color);
    margin-bottom: 10px;
}

.mix-user-box {
    margin-top: 20px;
    position: relative;
}

.mix-user-box .mix-user {
    display: inline-flex;
    align-items: center;
    background: #fff;
    margin-left: 20px;
    position: relative;
    padding: 0 10px;
}

.mix-user-box .line {
    width: 100%;
    height: 0;
    border-bottom: 1px dashed #aaa;
    position: absolute;
    left: 0;
    top: 50%;
}

.mix-user-box .tx {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin: 0;
    margin-right: 7px;
}

.mix-user-box .name {
    max-width: 200px;
    font-size: 12px;
}

.dy-link {
    background: #f3f3f3;
    border-radius: 3px;
    padding: 5px 7px;
    margin-top: 7px;
    display: inline-flex;
    align-items: center;
    margin-left: 10px;
    cursor: pointer;
}

.dy-link .icon {
    width: 16px;
    height: 16px;
    border-radius: 3px;
}

.dy-link .iconfont {
    color: var(--theme-color);
}

.dy-link span {
    margin-left: 5px;
    font-size: 12px;
    color: #555;
}

.btn-box {
    position: fixed;
    width: 100%;
    bottom: 30px;
    display: flex;
    justify-content: center;
}

.btn-box .app-btn {
    background: var(--theme-color);
    color: #fff;
}

@media (max-width: 600px) {
    .box .top .img-box .img {
        width: 80px;
        height: 80px;
    }
}

.wrap {
    display: flex;
    justify-content: center;
    min-height: 70vh;
}

.content-box {
    width: 800px;
}

.box {
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 5px 10px #ddd;
}

.box .top {
    display: flex;
    padding-bottom: 15px;
}

.box .top .img-box {
    margin-top: 10px;
}

.box .top .img-box .img {
    border-radius: 10px;
    width: 60%;
    margin-bottom: 10px;
}

.box .top .video-img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 300px;
    width: 300px;
}

.box .top .video-img::after {
    display: inline-block;
    position: absolute;
    content: '\e624';
    font-family: 'iconfont' !important;
    font-size: 40px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
}

.box .top .name-box {
    margin-left: 10px;
}

.box .top .title {
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 10px;
}

.box .top .time {
    color: #aaa;
    font-size: 12px;
    margin-top: 5px;
}

.box .top .user {
    display: flex;
    align-items: center;
    margin: 10px 0;
}

.box .top .user .tx {
    width: 45px;
    height: 45px;
    border-radius: 5px;
}

.box .top .user .name {
    margin-left: 5px;
}

.box .top .tag-box .tag {
    font-weight: normal;
    color: var(--theme-color);
    background: var(--theme-bg);
    border-radius: 15px;
    font-size: 14px;
    padding: 3px 10px;
    margin-right: 5px;
    margin-bottom: 10px;
}

.box .top .tag-box .tag a {
    color: var(--theme-color);
}

.box .top .icon-box {
    display: flex;
    align-items: center;
    margin-top: 25px;
    color: #A7A7A7;
}

.box .top .icon-box .icon {
    margin-right: 30px;
    display: inline-flex;
    align-items: center;
}

.box .top .icon-box .icon.link {
    cursor: pointer;
}

.box .top .icon-box .icon.active {
    color: var(--theme-color);
}

.box .top .icon-box .iconfont {
    margin-right: 5px;
}

.box .app-btn {
    background: var(--theme-color);
    border: 0;
    color: #fff;
    margin-top: 30px;
    width: 200px;
    padding: 18px;
    border-radius: 30px;
}

.box .app-btn.ready {
    background: #aaa;
}

.input-box {
    margin-top: 50px;
}

.ping-btn {
    background: var(--theme-color);
    border: 0;
    color: #fff;
    margin-top: 30px;
}

.box-title {
    margin: 50px 0 30px;
    font-weight: normal;
    font-size: 20px;
}

.tag-box {
    display: flex;
}

.tag-box .tag-box {
    margin-top: 10px;
}

.tag-box .tag {
    display: flex;
    align-items: center;
    background: #f5f5f5;
    border-radius: 3px;
    color: #777;
    padding: 3px 5px;
    font-size: 12px;
}

.tag-box .tag .tag-name {
    max-width: 55%;
    margin-right: 5px;
}

.el-icon-picture-outline {
    font-size: 50px;
    color: #ccc;
}

.safe-box {
    display: flex;
    align-items: center;
}

.safe-box .safe {
    width: calc(100% / 3);
    text-align: center;
}

.safe-box .safe .iconfont {
    font-size: 40px;
    margin-bottom: 10px;
    display: inline-block;
}

.safe-box .safe .txt-des {
    color: #999;
    font-size: 12px;
    margin-top: 7px;
}

.safe-box .el-icon-arrow-right {
    font-size: 20px;
}

/* 服务流程 */
.service-box .safe .iconfont {
    margin-bottom: 0;
    margin-top: 15px;
}

.nopc {
    display: none;
}

.dy-content-des pre {
    white-space: normal;
}

.dy-content-des img {
    max-width: 100%;
    display: block;
}

.dy-content-des .hide-img {
    display: none;
}

.dy-content-des span {
    display: inline;
}

/* 移动端 */
@media (max-width: 600px) {
    .nopc {
        display: inline-block;
    }

    .pc {
        display: none;
    }

    .wrap {
        padding: 10px;
    }

    .box {
        padding: 10px;
    }

    .box .top {
        flex-direction: column;
    }

    .box .top .img-box {
        width: 100%;
        margin: 10px 0;
    }

    .box .top .img-box .img {
        width: 100%;
    }

    .box .top .title {
        font-size: 18px;
    }

    .box-title {
        font-size: 16px;
        margin: 15px 0;
    }

    .safe-box .txt {
        font-size: 13px;
    }
}

.ai-box {
    background: rgba(28, 236, 187, 0.1);
    border-radius: 10px;
    margin-bottom: 10px;
    padding: 10px;
    position: relative;
}

.ai-box .ai-text {
    color: #757575;
    font-size: 13px;
    text-indent: 25px;
    line-height: 1.8;
}

.ai-box .ai-icon {
    display: inline-block;
    background-image: url("../img/ai_icon3.png");
    background-size: contain;
    width: 20px;
    height: 20px;
    position: absolute;
}

.dy-content {
    position: relative;
}

.box .top .img-box {
    display: inline-flex;
    flex-wrap: wrap;
    margin-top: 15px;
    padding-left: 10px;
}

.box .top .img-box .img {
    width: 150px;
    height: 150px;
    border-radius: 15px;
    margin-right: 10px;
    margin-bottom: 10px;
    object-fit: cover;
}

.user-wrap {
    padding: 10px;
}

.user-wrap .user-ul {
    display: inline-flex;
    flex-wrap: wrap;
    padding-left: 10px;
    padding-top: 10px;
}

.user-wrap .user-ul .tx {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid var(--theme-color);
    margin-bottom: 10px;
}

.mix-user-box {
    margin-top: 20px;
    position: relative;
}

.mix-user-box .mix-user {
    display: inline-flex;
    align-items: center;
    background: #fff;
    margin-left: 20px;
    position: relative;
    padding: 0 10px;
}

.mix-user-box .line {
    width: 100%;
    height: 0;
    border-bottom: 1px dashed #aaa;
    position: absolute;
    left: 0;
    top: 50%;
}

.mix-user-box .tx {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin: 0;
    margin-right: 7px;
}

.mix-user-box .name {
    max-width: 200px;
    font-size: 12px;
}

.dy-link {
    background: #f3f3f3;
    border-radius: 3px;
    padding: 5px 7px;
    margin-top: 7px;
    display: inline-flex;
    align-items: center;
    margin-left: 10px;
    cursor: pointer;
}

.dy-link .icon {
    width: 16px;
    height: 16px;
    border-radius: 3px;
}

.dy-link .iconfont {
    color: var(--theme-color);
}

.dy-link span {
    margin-left: 5px;
    font-size: 12px;
    color: #555;
}

.btn-box {
    position: fixed;
    width: 100%;
    bottom: 30px;
    display: flex;
    justify-content: center;
}

.btn-box .app-btn {
    background: var(--theme-color);
    color: #fff;
}

@media (max-width: 600px) {
    .box .top .img-box .img {
        width: 80px;
        height: 80px;
    }
}

.des-menu {
    display: inline-flex;
    align-items: center;
    line-height: 1;
    position: static;
}

.dy-content .des-menu .menu-tab {
    text-align: center;
    padding-right: 5px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.des-menu .menu-tab .iconfont {
    font-size: 14px;
    color: #aaa;
    font-weight: normal;
}

.des-menu .menu-tab .num {
    font-size: 10px;
    color: #aaa;
    font-weight: normal;
}

.des-menu .menu-tab.active .iconfont,
.des-menu .menu-tab.active .num {
    color: var(--theme-color);
}

.limit {
    max-height: 200px;
    overflow: hidden;
    min-height: 100px;
}

.art-price {
    cursor: pointer;
    text-align: center;
    height: 60%;
    padding-top: 20px;
    color: orange;
    position: absolute;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
    background: linear-gradient(to top, #fff 50%, rgba(255, 255, 255, 0.8));
}

.dy-content-des {
    line-height: 2;
}

.dy-content .dy-des * {
    display: inline;
}

.dy-content-des pre {
    white-space: normal;
}

.dy-content-des img {
    max-width: 100% !important;
    display: block;
    margin-bottom: 10px;
}

.dy-content-des .hide-img {
    display: none;
}

.dy-content-des span {
    display: inline;
}

.content{
    width: 100%;
}

.flex-comment{
    width: 100%;
    margin-top: 20px;
}
.flex-comment .label{
    border-bottom: 1px dashed #999;
    padding: 0 0 10px;
    color: #777;
}
.flex-comment .comment-item{
    padding-top: 20px;
    display: flex;
}
.flex-comment .comment-item .comment-left{}
.flex-comment .comment-item .comment-left img{
    width: 45px;
    height: 45px;
    border-radius: 5px;
}
.flex-comment .comment-item .comment-right{
    padding: 0 14px;
}
.flex-comment .comment-item .comment-right .comment-name{
    font-size: 14px;
}
.flex-comment .comment-item .comment-right .comment-content{
    font-size: 16px;
    padding: 10px 0;
}
.flex-comment .comment-item .comment-right .comment-time{
    color: #777;
    font-size: 12px;
}
