body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
form {
    margin: 0;
}

ul,
ol {
    margin: 0;

    padding: 0;

    list-style: none;
}

a {
    text-decoration: none;
}

img {
    border: none;

    vertical-align: top;
}

input,
textarea {
    margin: 0;

    padding: 0;

    outline: none;
}

select {
    outline: none;
}

textarea {
    resize: none;

    overflow: auto;
}

table {
    border-collapse: collapse;
}

th,
td {
    padding: 0;
}

input,
textarea {
    font-family: "微软雅黑", Arial;

    outline: 0;

    font-size: 14px;

    -webkit-appearance: none;

    border: none;

    background: 0 0;
}

.clear {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.ellipsis {
    text-overflow: ellipsis;

    overflow: hidden;

    white-space: nowrap;

    display: block;
}

.clearfix:after {
    clear: both;

    display: block;

    content: "";
}

.clearfix {
    zoom: 1;
}

.fw {
    margin: 0 auto;

    width: 1180px;
}

.hide {
    display: none;
}

.obHide {
    display: none;

    visibility: hidden;

    position: absolute;

    z-index: 99;
}

.show {
    display: block;
}

#page_body_editor-wrapper .layout_group[data-window_width="true"] {
    width: 100% !important;
    margin: 0 !important;
}