* {
    padding: 0;
    margin: 0;
    -webkit-user-select: none;
    /* Safari */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* IE 10+ */
    user-select: none;
    /* 标准语法 */
}

html,
body {
    width: 100%;
    height: 100%;
}

.seo-heading {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    width: 1px;
    overflow: hidden;
}

body::-webkit-scrollbar {
    width: 0;
}

body::-webkit-scrollbar-thumb {
    background-color: transparent
}

body::-webkit-scrollbar-track {
    background: transparent;
}

/* 禁止滚动的样式 */
#zdjl_Pc .no-scroll {
    overflow: hidden;
}

#mainBodyPc {
    height: 100%;
}

.absolute {
    position: absolute;
}

.pointer {
    cursor: pointer;
}

/* 超过文本省略 */
.overFlowEllipsis {
    overflow: hidden;
    /*超出部分隐藏*/
    text-overflow: ellipsis;
    /* 超出部分显示省略号 */
    white-space: nowrap;
    /*规定段落中的文本不进行换行 */
}

/* 自动换行 */
.overFlow {
    word-wrap: break-word;
    overflow: hidden;
}

/* 部分功能选中复制 */
.selectable-text {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

.newsTitleImg2,
.newsTitleImg3 {
    display: none;
}

#mainBodyMoveContent .newsTitleImg1 {
    display: block;
    margin-top: 2px !important;
}

#mainBodyPc .newsTitleImg1 {
    display: block;
    margin-top: 6px !important;
}