﻿*,
html,
body {
    padding: 0;
    margin: 0;
}

* {
    font-family: PingFang SC,helvetica neue,hiragino sans gb,arial,microsoft yahei ui,microsoft yahei,simsun,sans-serif;
}


a {
    text-decoration: none;
    /* 去除默认的下划线 */
    color: #000;
    /* 去除默认的颜色和点击后变化的颜色 */
}

a:hover {
    color: #000;
}

ul {
    list-style: none;
}

.activityDetail ul{
    margin-left: 25px;
    list-style: disc;
}
banner {
    position: relative;
    z-index: 1;
}

.hide {
    display: none;
}

.cf {
    display: block;
    clear: both;
}

.limitW {
    display: block;
    max-width: 1600px;
    min-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    padding-left: 100px !important;
    padding-right: 100px !important;
}

.limitMinW {
    width: 100%;
    display: block;
    min-width: 1360px;
    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;
}

.hoverAnimation {
    overflow: hidden;
    -webkit-transition: all .5s ease;
    /* Safari and Chrome */
    -moz-transition: all .5s ease;
    /* Firefox */
    -o-transition: all .5s ease;
    /* Opera */
    -ms-transition: all .5s ease;
    /* IE 9 */
    transition: all .5s ease;
    background-size: 100% 100% !important;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    position: relative;


}

.hoverAnimation:hover {
    background-size: 105% 105% !important;
}

.hoverAnimation img {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transition: all .5s ease;
    /* Safari and Chrome */
    -moz-transition: all .5s ease;
    /* Firefox */
    -o-transition: all .5s ease;
    /* Opera */
    -ms-transition: all .5s ease;
    /* IE 9 */
    transition: all .5s ease;
}

.hoverAnimation:hover img {
    transform-origin: center center;
    transform: translate(-50%, -50%) scale(1.05, 1.05);
    -webkit-transform-origin: center center;
    -webkit-transform: translate(-50%, -50%) scale(1.05, 1.05);
    -moz-transform-origin: center center;
    -moz-transform: translate(-50%, -50%) scale(1.05, 1.05);
    -o-transform-origin: center center;
    -o-transform: translate(-50%, -50%) scale(1.05, 1.05);
    -ms-transform-origin: center center;
    -ms-transform: translate(-50%, -50%) scale(1.05, 1.05);
}

div.adp-wraper {
    margin-left: 8px;
}

body .rannai-layui .layui-layer-btn a {
    background: #C60000;
    border: #C60000;
}

input:focus-visible {
    outline: none;
}

input:focus {
    outline: 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;
}