@font-face {
  font-family: "思源黑体 Normal";
  src: url("../fonts/normal.woff") format("woff2"),
    url("../fonts/normal.woff") format("woff");
  font-display: swap;
}

/* 把我们所有标签的内外边距清零 */
* {
  margin: 0;
  padding: 0;
  /* css3盒子模型 */
  box-sizing: border-box;
}



.goTop{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 10%;
  bottom: 150px;
  z-index: 55;
  cursor: pointer;
  background: #fff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.goTop img{
  width: 40px;
}

html {
  min-height: 100%;
  position: relative;
}

body {
  padding-bottom: 230px !important;
}

.layui-menu .layui-menu-item-down>ul{
  overflow-y: scroll;
  max-height: 600px;
  overflow-x: hidden;
}
.layui-menu .layui-menu-item-down>ul::-webkit-scrollbar{
  display: none;
}

:root {
  --c1: #f21646;
  --c2: #f3f5f9;
  --c3: #fff;
  --c4: #909399;
  --c5: #666;
  --c6: #f7f8fa;
  --c7: #eeeeee;
  --c8: #bbb;
  --c9: #f1f1f1;
}

.green {
  color: #83cb00;
}

.red {
  color: var(--c1);
}

.blue {
  color: #007fff;
}

img,
h1,
h2,
h3,
h4,
h5,
h6,
p,
div,
ul,
li,
a,
dl,
dt,
dd,
table,
tr,
td,
ol,
b,
strong {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  text-decoration: none;
  font-weight: normal;
}

/* em 和 i 斜体的文字不倾斜 */
em,
i {
  font-style: normal;
}

/* 去掉li 的小圆点 */
li {
  list-style: none;
}

img {
  /* border 0 照顾低版本浏览器 如果 图片外面包含了链接会有边框的问题 */
  border: 0;
  /* 取消图片底侧有空白缝隙的问题 */
  display: block;
}

button {
  /* 当我们鼠标经过button 按钮的时候，鼠标变成小手 */
  cursor: pointer;
}

a {
  color: #333;
  text-decoration: none;
}

button,
input {
  font-family: "思源黑体 Normal";
  /* 默认有灰色边框我们需要手动去掉 */
  border: 0;
  /* 点击后取消出现的黑色外边框 */
  outline: none;
  background-color: transparent;
}

body {
  /* CSS3 抗锯齿形 让文字显示的更加清晰 */
  -webkit-font-smoothing: antialiased;
  background-color: #f7f7f8;
  font-family: "思源黑体 Normal";
  font-size: 14px;
  color: #333;
}

/* 清除浮动 */
.clearfix:after {
  visibility: hidden;
  clear: both;
  display: block;
  content: ".";
  height: 0;
}

.clearfix {
  *zoom: 1;
}

/* 基础样式 */
.fr {
  float: right;
}

.fl {
  float: left;
}

.marbtm10 {
  margin-bottom: 10px !important;
}

.marrig10 {
  margin-right: 10px !important;
}

.martop10 {
  margin-top: 10px !important;
}

.padleft10 {
  padding-left: 10px !important;
}

.padd {
  padding: 10px;
}

.ActFtcolor {
  color: var(--c1) !important;
}
.end{
  color:#666 !important;
}

.grayFtcolor {
  color: #959595 !important;
}

.ActFWtcolor {
  color: var(--c1) !important;
  font-weight: 600;
}

.Ftcolor {
  color: #707070 !important;
}

.ActBgcolor {
  background-color: var(--c1) !important;
  color: var(--c3) !important;
  border: 1px solid var(--c1) !important;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.ActBgcolor3 {
  background: #F21646;
  color: #FFFFFF;
}

.fs16 {
  font-size: 16px;
}

.ActBgcolor1 {
  background-color: var(--c2) !important;
  color: var(--c1) !important;
}

.ActBgcolor2 {
  background-color: var(--c3) !important;
  color: var(--c1) !important;
}

.ActBrcolor {
  color: var(--c1) !important;
  border-bottom: 3px solid var(--c1) !important;
}

.ActBrcolor1 {
  border-bottom: 3px solid var(--c1) !important;
}

.imgSize1 {
  width: 132px;
  object-fit: cover;
  border-radius: 2px;
}

.imgSize2 {
  width: 24px;
  height: 22px;
  margin: 0 24px;
}
.recentliveOl .imgSize2{
  margin: 0 10px;
  object-fit: contain;
}
.recentliveOl .ellipsis{
  margin-bottom: 0;
}

.imgSize3 {
  width: 14px;
  height: 14px;
  margin: 0 4px;
}

.w1200 {
  width: 1200px;
  margin: 0 auto;
}

.flex {
  display: flex;
}

.flexA {
  display: flex;
  align-items: center;
}

.flexJ {
  display: flex;
  justify-content: space-between;
}

.flexAC {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.bcgFFF {
  background-color: var(--c3) !important;
}

.grayline {
  margin: 10px 0;
  border-bottom: 1px solid #e5e5e5;
}

.graylineBlod {
  width: 100%;
  height: 10px;
  background: #f7f7f8;
  transform: scale(1.08);
}

.grayline1 {
  border-bottom: 1px solid #e5e5e5;
}
.changeOne {
  font-size: 12px;
}
.bRadius {
  border-radius: 4px;
}

.bottomSJX {
  position: relative;
}

.bottomSJX::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  top: 22px;
  right: -18px;
  transition: all 0.5s;
  transform: rotate(315deg);
  border: 1px solid #000;
  border-top: var(--c3) fff;
  border-right: var(--c3) fff;
}

.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 20px;
}

.ellipsismore {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.rightSJX {
  position: relative;
  color: var(--c1);
}

.rightSJX::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  top: 23px;
  right: 20px;
  transform: rotate(-135deg);
  border: 1px solid var(--c1);
  border-top: var(--c3) fff;
  border-right: var(--c3) fff;
}

.rightSJX1 {
  position: relative;
}

.rightSJX1::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  top: 23px;
  right: 20px;
  transform: rotate(-135deg);
  border: 1px solid #000;
  border-top: var(--c3) fff;
  border-right: var(--c3) fff;
}

/*里面的代码可以根据自己需求去进行更改*/
/* 设置滚动条的样式 */
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

/* 滚动槽 */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset006pxrgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background: rgba(153, 153, 153, 0.1);
}

/* 滚动条上的滚动滑块 */
::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: rgba(153, 153, 153, 0.5);
}
.layui-btn-group .layui-btn{
  margin-right:5px !important; ;
  border: 1px solid;
  border-radius: 7px;
}
.layui-btn-group .layui-btn-primary:first-child,.layui-btn-group .layui-btn:last-child{
  border-radius: 7px;
}
.layui-btn-group .layui-btn:hover{
  background: red;
  border-color:red
}
.layui-btn-group .layui-btn:hover a{
  color: #fff !important;
}
