@charset "UTF-8";
/* 滚动条 */
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: 100%;
}

::-webkit-scrollbar-thumb {
  background-color: #bbb;
}

/* 所有标签margin:0,影响了v-html的使用，弥补样式的坑 */
.jc0 {
  padding: 0;
  margin: 0;
}

ul {
  padding: 0;
  margin: 0;
}

html,
body {
  padding: 0;
  margin: 0;
  font-family: SourceHanSansCN , -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, monospace, cursive, sans-serif;
  font-size: 12px;
}

pre {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, monospace, cursive, sans-serif;
}

html,
body {
  width: 100%;
  height: 100%;
  background-color: #FFF;
}

textarea,
button,
input,
select {
  outline: none;
  border: 0;
  vertical-align: top;
}

input:focus,
textarea:focus {
  outline: none;
}

button {
  -webkit-appearance: none;
}

textarea {
  resize: none;
}

.noneSelect {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
}

a:active,
a:focus {
  outline: none;
}

a,
u,
s {
  text-decoration: none;
  color: inherit;
}

i,
em {
  font-style: normal;
  color: inherit;
}

li {
  list-style: none;
  display: block;
}

.rf {
  float: right;
}

.lf {
  float: left;
}

.letter-spacing {
  letter-spacing: 0.5px;
}

textarea::-webkit-input-placeholder {
  color: #888;
}

textarea:-moz-placeholder {
  color: #888;
}

textarea::-moz-placeholder {
  color: #888;
}

textarea:-ms-input-placeholder {
  color: #888;
}

input::-webkit-input-placeholder {
  color: #888;
}

input:-moz-placeholder {
  color: #888;
}

input::-moz-placeholder {
  color: #888;
}

input:-ms-input-placeholder {
  color: #888;
}

.container {
  max-width: 1240px;
  margin: 0 auto;
}

.flex {
  display: flex;
}

.flex-warp {
  flex-wrap: wrap;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-1 {
  flex: 1;
}

.a-i-c {
  align-items: center;
}

.j-c {
  justify-content: center;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.justify-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.justify-evenly {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.j-event {
  justify-content: space-evenly;
}

.justify-around {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.justify-start {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.flex-column {
  display: flex;
  flex-direction: column;
}

.f-l {
  float: left;
}

.f-r {
  float: right;
}

.t-l {
  text-align: left;
}

.t-c {
  text-align: center;
}

.t-r {
  text-align: right;
}

.m-35 {
  margin: 35px;
}

.m-10 {
  margin: 10px;
}

.m-20 {
  margin: 20px;
}

.p-10 {
  padding: 10px;
}

.p-20 {
  padding: 20px;
}

.mt-5 {
  margin-top: 5px;
}

.mt-6 {
  margin-top: 6px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-16 {
  margin-top: 16px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-32 {
  margin-top: 32px;
}

.mt-50 {
  margin-top: 32px;
}

.mt-0 {
  margin-top: 0px;
}

.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-30 {
  margin-right: 30px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-8 {
  margin-bottom: 8px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-12 {
  margin-bottom: 12px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-24 {
  margin-bottom: 24px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-28 {
  margin-bottom: 28px;
}

.mb-50 {
  margin-bottom: 50px;
}

.ml--10 {
  margin-left: -10px;
}

.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-12 {
  margin-left: 12px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-10p {
  margin-left: 10%;
}

.ml-15p {
  margin-left: 15%;
}

.d-ib {
  display: inline-block;
}

.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-16p {
  padding-left: 16%;
}

.circle {
  border-radius: 50%;
}

.br-5 {
  border-radius: 5px;
}

.bg-fff {
  background: #fff;
}

.border {
  border: 1px solid #E6E6E6;
}

.border-bottom {
  border-bottom: 1px solid #E6E6E6;
}

.border-top {
  border-top: 1px solid #E5EAF0;
}

.split {
  width: 100%;
  background: #ededed;
  height: 2px;
  transform: scaleY(0.5);
}

.v-m {
  vertical-align: middle;
}

.v-t {
  vertical-align: top;
}

.m-auto {
  margin: 0 auto;
}

.w-100p {
  width: 100%;
}

.w-80 {
  width: 80px;
}

.w-80p {
  width: 80%;
}

.w-90p {
  width: 90%;
}

.w-20p {
  width: 20%;
}

.mw-350 {
  min-width: 350px;
}

.mw-980 {
  min-width: 980px;
}

.f-10 {
  font-size: 10px;
}

.f-12 {
  font-size: 12px;
}

.f-13 {
  font-size: 13px;
}

.f-14 {
  font-size: 14px !important;
}

.f-15 {
  font-size: 15px;
}

.f-16 {
  font-size: 16px;
}

.f-17 {
  font-size: 17px;
}

.f-18 {
  font-size: 18px;
}

.f-19 {
  font-size: 19px;
}

.f-20 {
  font-size: 20px;
}

.f-21 {
  font-size: 21px;
}

.f-22 {
  font-size: 22px;
}

.f-24 {
  font-size: 24px;
}

.f-28 {
  font-size: 28px;
}

.f-30 {
  font-size: 30px;
}

.color-fff {
  color: #fff;
}

.color-black {
  color: black;
}

.color-gray {
  color: #B2B2B2;
}

.bold {
  font-weight: bold;
}

.color-red {
  color: #e81d1d;
}

.color-blue {
  color: #20a0ff;
}

.color-green {
  color: #52C41A;
}

.color-purple {
  color: #7958b5;
}

.color-222 {
  color: #222222;
}

.color-777 {
  color: #777777;
}

.color-888 {
  color: #888888;
}

.color-333 {
  color: #333;
}

.color-999 {
  color: #999;
}

.o-h {
  overflow: hidden;
}

.ellipsis-single {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

.container {
  box-sizing: border-box;
}

.content-body {
  background: #fff;
  box-sizing: border-box;
}

.strong {
  font-weight: 700;
}

.container-condition {
  padding: 20px;
  background: #fff;
  margin-bottom: 13px;
}

.btn {
  cursor: pointer;
  user-select: none;
}

.tox-tinymce-aux {
  z-index: 4000 !important;
}
