*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*@font-face {
  font-family: "sourcehanserifcn-heavy";
  src:  format("woff2"),
     format("woff"),
     format("opentype");
}*/

body {
  font-family: "microsoft yahei", 微软雅黑;
  font-size: 14px;
  color: #333;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

button,
input,
select,
textarea {
  font-family: pingfangsc-light, "stheiti light", "helvetica neue",
    "hiragino sans gb", arial, "microsoft yahei ui", "microsoft yahei", simsun,
    sans-serif;
}

button,
input,
select {
  outline: none;
  /* box-sizing: border-box */
}

input[type="text"],
input[type="password"],
input[type="number"],
textarea {
  -webkit-appearance: none;
}

button {
  border: none;
}

button,
input[type="button"],
input[type="submit"],
select {
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ul,
li {
  list-style-type: none;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

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

a:hover {
  text-decoration: none;
  color: #3b58ad;
}

em,
i {
  font-style: normal;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

h1 {
  font-size: 34px;
  font-weight: bold;
}

h5 {
  font-size: 18px;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clearfix {
  *zoom: 1;
}

.clearfix:after {
  display: block;
  clear: both;
  content: " ";
  height: 0;
  visibility: hidden;
}

/* margin */
.mt-0 {
  margin-top: 0px !important;
}
.mt-5 {
  margin-top: 5px !important;
}
.mt-10 {
  margin-top: 10px !important;
}
.mt-15 {
  margin-top: 15px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mt-25 {
  margin-top: 25px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mt-35 {
  margin-top: 35px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.mt-45 {
  margin-top: 45px !important;
}
.mt-50 {
  margin-top: 50px !important;
}
.mt-55 {
  margin-top: 55px !important;
}
.mt-60 {
  margin-top: 60px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}
.mb-5 {
  margin-bottom: 5px !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-15 {
  margin-bottom: 15px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-25 {
  margin-bottom: 25px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mb-35 {
  margin-bottom: 35px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.mb-45 {
  margin-bottom: 45px !important;
}
.mb-50 {
  margin-bottom: 50px !important;
}
.mb-55 {
  margin-bottom: 55px !important;
}
.mb-60 {
  margin-bottom: 60px !important;
}

.ml-0 {
  margin-left: 0px !important;
}
.ml-5 {
  margin-left: 5px !important;
}
.ml-10 {
  margin-left: 10px !important;
}
.ml-15 {
  margin-left: 15px !important;
}
.ml-20 {
  margin-left: 20px !important;
}
.ml-25 {
  margin-left: 25px !important;
}
.ml-30 {
  margin-left: 30px !important;
}
.ml-35 {
  margin-left: 35px !important;
}
.ml-40 {
  margin-left: 40px !important;
}
.ml-45 {
  margin-left: 45px !important;
}
.ml-50 {
  margin-left: 50px !important;
}
.ml-55 {
  margin-left: 55px !important;
}
.ml-60 {
  margin-left: 60px !important;
}

.mr-0 {
  margin-right: 0px !important;
}
.mr-5 {
  margin-right: 5px !important;
}
.mr-10 {
  margin-right: 10px !important;
}
.mr-15 {
  margin-right: 15px !important;
}
.mr-20 {
  margin-right: 20px !important;
}
.mr-25 {
  margin-right: 25px !important;
}
.mr-30 {
  margin-right: 30px !important;
}
.mr-35 {
  margin-right: 35px !important;
}
.mr-40 {
  margin-right: 40px !important;
}
.mr-45 {
  margin-right: 45px !important;
}
.mr-50 {
  margin-right: 50px !important;
}
.mr-55 {
  margin-right: 55px !important;
}
.mr-60 {
  margin-right: 60px !important;
}

/* font*/
.font-source{
	font-family: source-han-serif-sc, "source han serif sc", "noto serif cjk sc", "sourcehanserifcn-heavy", simsun;
}
.f-bold {
  font-weight: bold;
}

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

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

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

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

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

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

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

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

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

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

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


/* background */
.bg-f5 {
  background: #f5f5f5;
}

/* color */
.maincolor {
  color: #3b58ad;
}

/* button */
.xx-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  cursor: pointer;
}

.xx-btn--sm {
  width: 54px;
  height: 24px;
  font-size: 12px;
}

.xx-btn--main {
  background: #3b58ad;
  color: #fff;
}

/* card */
.xx-card {
  position: relative;
}

.xx-card-cover {
}

.xx-card-head {
  display: flex;
  flex-direction: row;
  min-height: 48px;
  padding: 0 24px;
  background: transparent;
  border-bottom: 1px solid #e8e8e8;
  zoom: 1;
}

.xx-card-body {
  padding: 24px;
  zoom: 1;
}

.xx-card-title {
  margin-bottom: 15px;
}

.xx-card-content {
}

.xx-card-meta {
  display: flex;
  flex-direction: row;
  position: relative;
}

.xx-card-meta-object {
  align-self: stretch;
  margin-right: 25px;
}

.xx-card-meta-body {
  flex: 1;
  overflow: hidden;
  position: relative;
}

.xx-card-meta-title {
  margin-bottom: 15px;
}

.xx-card-meta-content {
}

.xx-card-ft {
  display: flex;
  flex-direction: row;
  min-height: 48px;
  padding: 0 24px;
  background: transparent;
  border-top: 1px solid #e8e8e8;
  zoom: 1;
}

.xx-card-actions {
}

/* grid */
.xx-grid {
}
.xx-grid [class*="xx-col-"] {
}
.xx-grid:after {
  display: block;
  clear: both;
  content: " ";
  height: 0;
  visibility: hidden;
}
.xx-grid [class*="xx-col-"]:last-child {
  margin-right: 0;
}

/* 水平位置 */
.text-l {
  text-align: left;
  justify-content: flex-start;
}

.text-c {
  text-align: center;
  justify-content: flex-center;
}

.text-r {
  text-align: right;
  justify-content: flex-end;
}

.flex-1 {
  flex: 1;
}
.trigle {
  display: inline-block;
  border: solid;
  border-color: transparent transparent transparent #d0d0d0;
  border-width: 8px 10px 8px 10px;
}

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