/*格式化样式*/
body {
  padding: 0;
  margin: 0;
  font-size: 12px;
  font-family: "Microsoft YaHei" !important;
  background: #fff;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-size: 100%;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ol,
ul,
li {
  list-style: none;
}
a {
  text-decoration: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before,
q:after {
  content: "";
}
abbr,
acronym {
  border: 0;
}
button {
  font-family: "Microsoft YaHei" !important;
  border: none;
  background: none;
  color: #2C3645;
  padding: 0;
  outline: none;
}
a {
  text-decoration: none;
  color: #2c3645;
}

/* publice */

/* 字体颜色 */
.c-black{
  color: #000;
}
.c-white {
  color: #fff;
}
.c-title {
  color: #343639;
}
.c-subtitle{
  color: #64676A;
}
.c-assist-title{
  color: #969DA7;
}
.c-primary {
  color: #2C3645;
}
.c-assist {
  color: #80868F;
}
.c-info {
  color: #5278FD;
}
.c-success{
  color: #05CFBA;
}
.c-orange {
  color: #FF9221;
}
.c-yellow{
  color: #FFF15A;
}
.c-code{
  color: #343639;
}
/* 字体大小 */
.fs-48{
  font-size: 48px;
}
.fs-44{
  font-size: 44px;
}
.fs-40{
  font-size: 40px;
}
.fs-30{
  font-size: 30px;
}
.fs-28{
  font-size: 28px;
}
.fs-26{
  font-size: 26px;
}
.fs-24{
  font-size: 24px;
}
.fs-22{
  font-size: 22px;
}
.fs-20{
  font-size: 20px;
}
.fs-19{
  font-size: 19px;
}
.fs-18 {
  font-size: 18px;
  /* font-size: 4.8vw; */
}
.fs-16 {
  font-size: 16px;
  /* font-size: 4.267vw; */
}
.fs-15 {
  font-size: 15px;
  /* font-size: 4vw; */
}
.fs-14 {
  font-size: 14px;
  /* font-size: 3.733vw; */
}
.fs-13 {
  font-size: 13px;
  /* font-size: 3.467vw; */
}
.fs-12 {
  font-size: 12px;
  /* font-size: 3.2vw; */
}
/* 字体加粗 */
.fw-400{
  font-weight: 400;
}
.fw-500{
  font-weight: 500;
}
.fw-bl{
 font-weight: bold;
}
.fw-700{
  font-weight: 700;
}
/* 文本溢出隐藏 */
.word-hide {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
/* 去掉按钮字体边框及背景色 */
.btn-none {
  border: none;
  background: none;
}
/* 设置按钮边框、字体及背景色 */
.btn-info {
  background-color: #3C79FE !important;
  color: #fff;
}
.btn-cyan {
  background-color: #05CFBA;
  color: #fff;
}
.btn-orange {
  background-color: #FF9221;
  color: #fff;
}

.bg-white {
  background-color: #fff !important;
}
.bg-f8 {
  background-color: #f8f8f8;
}
.bg-info{
  background-color: #3C79FE;
}
.bg-orange{
  background-color: #FF9221;
}
.border{
  border: 1px solid;
}
/* 边框色 */
.border-white{
  border-color: white;
}
.border-info{
  border-color: #3C79FE;
}
.border-info-assist{
  border: 0.2px solid rgba(60,121,254,.3);
}
.border-cyan-assist{
  border: 0.2px solid rgba(5, 207, 186, .3);
}
.border-orange-assist{
    border: 0.2px solid rgba(255, 146, 33, .3);
}

/* flex布局 */
.flex-row {
  display: flex;
  flex-direction: row;
}
.flex-col {
  display: flex;
  flex-direction: column;
}

/* 选中 */
.cur {
  border-left: 1px solid #3392fe;
  background: rgba(51, 51, 51, 0.06);
  font-weight: bold;
  color: #333;
}
/* 鼠标小手 */
.pointer{
  cursor: pointer;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}

/* 行高 */
.line-22 {
  line-height: 22px;
}
.line-28 {
  line-height: 28px;
}
.line-32 {
  line-height: 4.267vw;
}
.line-42 {
  line-height: 5.6vw;
}
.line-44 {
  line-height: 5.87vw;
}

.mt-24{
  margin-top: 24px;
}

/* 圆角 */
.rounded-44{
  border-radius: 44px;
}
.rounded-4{
  border-radius: 4px;
}
.border-rad16 {
  border-radius: 2.133vw;
}
.border-rad32 {
  border-radius: 4.267vw;
}
/* 选中模块文字阴影 */
.text-shadow{
  box-shadow: 0 -6px 11px 0 rgba(60, 121, 254, 0.05),
    0 6px 11px 0 rgba(60, 121, 254, 0.05);
}
.img-shadow{
  border-radius: 12px;
  box-shadow: 2px 2px 16px 0 #0e468e1a;
  background: #fff;
}
/* 模块2 */
.cur-content{
  background: #5278FD;
  box-shadow: 2px 2px 18px 0 #0e468e29;
}
.display-none{
  display: none;
}
.display-block{
  display: block !important;
}