ul {
  margin: 0;
}

.flex {
  display: flex;
}

.d-flex {
  display: flex;
}

.align-items-center {
  align-items: center;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-around {
  justify-content: space-around;
}

.radius-6 {
  border-radius: 0.375rem;
}

.radius-8 {
  border-radius: 0.5rem;
}

.radius-10 {
  border-radius: 0.625rem;
}

.radius-12 {
  border-radius: 0.75rem;
}

.radius-circle {
  border-radius: 50%;
}

.fb {
  font-weight: bold;
}

.t-cut {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.fs-12 {
  font-size: 12px;
}

.fs-14 {
  font-size: 14px;
}

.fs-16 {
  font-size: 16px;
}

.fs-18 {
  font-size: 18px;
}

.fs-20 {
  font-size: 20px;
}

.c-p {
  cursor: pointer;
}

.t-t {
  text-align: top;
}

.t-r {
  text-align: right;
}

.t-b {
  text-align: bottom;
}

.t-l {
  text-align: left;
}

.t-c {
  text-align: center;
}

.p {
  padding: 1.25rem;
}

.mx-10 {
  margin-left: 10px;
  margin-right: 10px;
}

.mt-0 {
  margin-top: 0;
}

.mr-0 {
  margin-right: 0;
}

.mb-0 {
  margin-bottom: 0;
}

.ml-0 {
  margin-left: 0;
}

.mt-5 {
  margin-top: 5px;
}

.mr-5 {
  margin-right: 5px;
}

.mb-5 {
  margin-bottom: 5px;
}

.ml-5 {
  margin-left: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mr-10 {
  margin-right: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.ml-10 {
  margin-left: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mr-15 {
  margin-right: 15px;
}

.mb-15 {
  margin-bottom: 15px;
}

.ml-15 {
  margin-left: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mr-20 {
  margin-right: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.ml-20 {
  margin-left: 20px;
}

/**自定义滚动条样式 */
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-track {
  background-color: transparent;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
}

::-webkit-scrollbar-thumb {
  background-color: #9c9da0;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
}

/* 编辑器 */
.ck-editor__editable {
  min-height: 300px;
  max-height: 400px;
}

.layui-laypage {
  margin: 0;
}

.layui-nav-child {
  padding: 0;
}

.layui-show {
  display: block !important;
}