/* 
针对story#2864设置该css文件用于处理单页面基本表格及文字样式
需在对应内容区域 添加 adapt-wm-editor 类名
所有样式均生效在 adapt-wm-editor 下 

*/

.adapt-wm-editor table {
    width: 100%;
    border-spacing: 0px;
}

.adapt-wm-editor tbody>tr>td {
    border-left: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
    vertical-align: middle;
    padding: 8px;
}

.adapt-wm-editor tbody>tr>td:first-child {
    border-left: 0px solid #f0f0f0;
}

.adapt-wm-editor tbody>tr>td:last-child {
    border-right: 1px solid #f0f0f0;
}

.adapt-wm-editor tbody td {
    font-size: 16px;
    color: #222222;
    line-height: 30px;
}

/* .adapt-wm-editor tbody>tr:not(:first-child)>td {
    padding: 16px 18px;
} */

.adapt-wm-editor tbody>tr:not(:first-child)>td:last-child {
    border-right: none;
}

.adapt-wm-editor tbody em {
    font-family: JiangChengXieSong-300W, JiangChengXieSong;
    font-weight: normal;
}

.adapt-wm-editor tbody a {
    font-weight: normal;
}

.adapt-wm-editor tbody a:hover {
    color: #156bbc;
}

.adapt-wm-editor tbody>tr>td>p {
    margin-bottom: 0px;
}

.adapt-wm-editor .firstRow {
    height: 50px;
    background-color: #156bbc;
}

.adapt-wm-editor .firstRow>td {
    font-size: 16px;
    color: #ffffff;
    line-height: 22px;
    font-weight: 600;
    border: 1px solid #EBEBEB;
}

.adapt-wm-editor .firstRow>td p {
    text-align: left;
}

/* 适配其他单页面的样式 */
.adapt-wm-editor .firstRow>td a {
    margin-left: 6px;
    color: #156bbc;
    font-style: italic;
    text-decoration: underline;
    font-weight: 700;
}

.adapt-wm-editor .firstRow>td a::after {
    font-family: "iconfont";
    margin-left: 12px;
    content: "\e655";
    font-size: 14px;
    font-style: normal;
    display: inline;
}

.adapt-wm-editor .base-text-style header {
    height: auto;
}

.adapt-wm-editor table>tbody ul {
    margin-left: 30px;
    list-style: disc inside;
}

.adapt-wm-editor table>tbody ol {
    margin-left: 30px;
    list-style: decimal inside;
}

.adapt-wm-editor table>tbody ul>li p,
.adapt-wm-editor table>tbody ol>li p {
    display: contents;
}

/* 此处专门处理表格里的ul和ol间距 story#2635 */
.adapt-wm-editor table.vm-editor-pl-ml>tbody ul,
.adapt-wm-editor table.vm-editor-pl-ml>tbody ol {
    padding-left: 10px;
    margin-left: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
}


@media (max-width: 1024px) {
    .adapt-wm-editor table {
        width: max-content;
    }
    .adapt-wm-editor .mobile-scroll-table {
        overflow-x: scroll;
        width: 398px;
    }
    .adapt-wm-editor .wm-editor section.mobile-scroll-table {
        overflow-x: scroll;
        width: 398px;
    }
}



/* 设置字体默认样式 */
.adapt-wm-editor div,
.adapt-wm-editor p,
.adapt-wm-editor span,
.adapt-wm-editor i,
.adapt-wm-editor li {
    font-size: 16px;
    line-height: 2.3;
    word-wrap: break-word;
}

.adapt-wm-editor table div,
.adapt-wm-editor table p,
.adapt-wm-editor table span,
.adapt-wm-editor table i,
.adapt-wm-editor table li {
    text-indent: 0em;
}