@charset "UTF-8";

/* 详情页文章样式---------------------------------------- */

.detail>.container {
    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px;
    width: 100%;
    max-width: calc(100% - 80px);
    box-sizing: border-box;
    padding: 50px;
    background-color: #f8f8f8;
    line-height: 1.6;
}

.detail>.container>.title {
    margin: auto;
    width: calc(100% - 100px);
    box-sizing: border-box;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    box-sizing: border-box;
    border: 1px solid #eee;
    border-left: none;
    border-right: none;
    margin-bottom: 20px;
    line-height: normal;
}

/* 强制样式约束■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* 文章正文 */
/* .detail>.container>.title p,
.detail>.container>.title p *,
.detail>.container>.content,
.detail>.container>.content * {
    color: #666 !important;
    font-size: 24px !important;
    font-family: 方正仿宋_GBK !important;
    line-height: 1.6 !important;

} */

/* 文章大标题 */
.detail>.container>.title h1,
.detail>.container>.title h1 * {
    line-height: normal;
    font-size: 36px !important;
    color: #9c266e !important;
    /*多行省略号*/
    overflow: hidden;
    word-break: break-all;
    white-space: break-spaces;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    max-height: min-content;
    -webkit-line-clamp: 2;
    font-family: 方正小标宋简体 !important;
}

.detail>.container>.title h1 {
    margin-bottom: 20px;
}

/* .detail>.container>.title p,
.detail>.container>.title p * {
    font-size: 20px !important;
} */

/* 文章图片 */
/* .detail>.container>.content img {
    border-radius: 8px !important;
    margin: 30px auto;
    display: block;
    min-width: calc(100% - 800px) !important;
    height: auto !important;
} */

/* @media screen and (max-width: 1400px) {
    .detail>.container>.content img {
        min-width: 60% !important;
    }
} */

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

/* 表格---------------------------------------- */
/* .detail table {
    width: calc(100% - 80px);
    margin: auto;
    box-sizing: border-box;
    border: 1px solid #d3d3d3;
    border-collapse: collapse;
    font-size: 18px;
}

[isMobile] .detail table {
    width: calc(100% - 40px);
}

.detail table thead {
    background-color: #9c266e;
    color: white;
    border: 1px solid #9c266e;
    font-weight: bold;
}

.detail table thead th {
    color: white;
    font-weight: bold;
}

.detail table th,
.detail table td {
    box-sizing: border-box;
    padding: 10px 20px;
    text-align: left;
    font-weight: normal;
    color: black;
}

.detail table td {
    padding: 20px;
    box-sizing: border-box;
    border-bottom: 1px solid #d3d3d3;
}

.detail table a {
    text-decoration: none;
    color: currentColor;
    box-sizing: border-box;
    border-bottom: 1px solid transparent;
    transition: .2s;
    word-wrap: break-word;
    word-break: break-all;
    white-space: break-spaces;
}

.detail table a:hover {
    color: #9c266e;
    border-color: currentColor;

}
 */
/* ---------------------------------------- */

.detail>.page {
    width: 100%;
    max-width: calc(100% - 80px);
    margin: auto;
    margin-bottom: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}

.detail>.page .el-divider {
    width: calc(50% - 20px);
    flex-shrink: 0;
    line-height: 1;
    padding: 0;
    border: 0;
    outline: 0;
    background-color: #DCDFE6;
    position: relative;
    display: block;
    height: 1px;
    margin: 24px 0;
    width: calc(50% - 20px);
    display: flex;
    justify-content: center;
    align-items: center;
}

.detail>.page .el-divider:first-of-type {
    justify-content: flex-start;

}

.detail>.page .el-divider:last-of-type {
    justify-content: flex-end;

}

.detail>.page .el-divider .el-link i:after {
    /* 向右的直角三角形箭头 */
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 10px;
    border: 5px solid transparent;
    border-left-color: currentColor;
}

.detail>.page .el-divider:first-of-type .el-link i:after {
    border-left-color: transparent;
    border-right-color: currentColor;
    margin-right: 10px;
    margin-left: 0;
}

.detail>.page .el-divider .el-divider__text {
    /* transform: translateY(-50%); */
    background-color: white;
    display: inline-block;
}

.detail>.page .el-divider .el-divider__text.is-left {
    padding-left: 0;
    left: 0;
    /* padding-right: 20px; */
}

.detail>.page .el-divider .el-divider__text.is-right {
    padding-right: 0;
    right: 0;
    /* padding-left: 20px; */
}

.detail>.page .el-divider .el-link {
    font-size: 18px;
    color: #9c266e;
    line-height: normal;
    cursor: pointer;
    transition: .2s;
}


.detail>.page .el-divider .el-link:hover {
    color: #9c266e;
}

[isMobile] .detail>.container {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px;
    max-width: calc(100% - 40px);
}

[isMobile] .detail>.container .title {
    border: none;
    margin: 0;
    padding: 0;
    width: 100%;
    margin-bottom: 20px;
}

[isMobile] .detail>.container .title h1 {
    margin-bottom: 10px;
    line-height: normal;
}

/* [isMobile] .detail>.container .title p {
}

[isMobile] .detail>.container .content {
}

[isMobile] .detail>.container .content p {
    text-align: justify !important; 
} */

[isMobile] .detail>.container .content video {
    width: 100% !important;
    height: auto !important;
}

[isMobile] .detail>.container .content img {
    width: 100% !important;
}
/* 
[isMobile] .detail>.container .content table {
    width: 100% !important;
}

[isMobile] .detail>.container .content table thead tr th {
}

[isMobile] .detail>.container .content table tbody tr td {
}
 */
[isMobile] .detail .page {
    margin-bottom: 30px;
    max-width: calc(100% - 40px);
}

[isMobile] .detail .page .el-link--inner {
    font-family: AlimamaFangYuanTiVF-Thin !important;
    /* font-family: 方正仿宋_GBK !important; */
    font-size: 16px;
}