﻿*,
html,
body {
    padding: 0;
    margin: 0;
}

* {
    font-family: PingFang SC,helvetica neue,hiragino sans gb,arial,microsoft yahei ui,microsoft yahei,simsun,sans-serif;
    max-height: 9999999px;
}


a {
    text-decoration: none;
    /* 去除默认的下划线 */
    color: #000;
    /* 去除默认的颜色和点击后变化的颜色 */
}

a:hover {
    color: #000;
}

ul {
    list-style: none;
}
.activityDetail ul{
    margin-left: 25px;
    list-style: disc;
}
.activityDetail ul li{
    list-style: disc;
}
.activityDetail ol{
    margin-left: 25px;
    list-style: auto;
}
.activityDetail ol li{
    list-style: auto;
}

banner {
    position: relative;
    z-index: 1;
}

.hide {
    display: none;
}

.cf {
    display: block;
    clear: both;
}

.limitW {
    display: block;
    width: 670px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}

.limitMinW {
    width: 100%;
    display: block;
    box-sizing: border-box;
}

.line_hide {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text_hide {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.img {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.layui-flow-more{
    display: none;
}

.richTextEditor img {
    max-width: 100%;
}
.richTextEditor ol {
    list-style: decimal;
}

.richTextEditor ul {
    list-style: disc;
}
.richTextEditor ol li {
    list-style: decimal;
}

.richTextEditor ul li{
    list-style: disc;
}