@font-face {
  font-family: "SourceHanSansCN";
  src: url("/css/./fonts/SourceHanSansCN-Normal.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SourceHanSansCN-Medium";
  src: url("/css/./fonts/SourceHanSansCN-Medium.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SourceHanSansCN-Bold";
  src: url("/css/./fonts/SourceHanSansCN-Bold.otf");
  font-weight: normal;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
}
body {
  font-family: SourceHanSansCN, -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
p {
  margin: 0;
}
ul,
li,
ol {
  list-style: none;
  margin: 0;
}
a {
  text-decoration: none;
}
a:hover {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
.margin_bottom {
  margin-bottom: 20px;
}
.flex_row_start {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.flex_row_between {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex_column_center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.flex_column_end {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
.bigBox {
  background: url(/css/../imgAll/headerBG.png) #fbfbfb no-repeat;
  background-size: 100% 534px;
  min-width: 1200px;
  min-height: 100vh;
  position: relative;
}
.centerWidth {
  width: 1200px;
  margin: 0 auto;
}
.contentBox {
  padding: 10px 0 150px;
}
.noticeBox {
  width: 100%;
  padding: 10px 20px;
  background-color: #fff;
  box-shadow: 0px 0px 4px 1px #ebe9e9;
}
.noticeBox .notice {
  width: 69px;
  height: 69px;
}
.noticeBox .notice_icon {
  width: 13px;
  height: 67px;
  margin: 0 10px;
}
.noticeBox .carousel {
  width: 90%;
  height: 70px;
}
.carousel img {
  width: 100%;
  height: 100%;
}
.carousel-inner {
  width: 100%;
  height: 100%;
}
.carousel-item {
  width: 100%;
  height: 100%;
}
.carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
}
.carousel h5 {
  width: 100%;
  color: #1a5284;
  text-align: center;
  line-height: 45px;
}
.noticeBox .carousel-indicators li {
  background-color: #1a5284;
  width: 20px;
  height: 4px;
  border-radius: 10px;
}
.picLink {
  width: 100%;
}
.picLink img {
  width: 100%;
}

.content-introduce img {
  max-width: 100%;
}

/* 小标题样式调整 */
.content-item .item-title .title {
  color: #115198;
  display: flex;
  align-items: center;
}
.content-item .item-title .title::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 18px;
  background-color: #115198;
  margin-right: 10px;
}
.content-item .item-title {
  border-bottom: 1px solid #115198;
}

.top-info .image-info {
  padding: 0 15px;
}
.top-info .image-info .image-title {
  margin-bottom: 15px;
}

.text--top-up {
  color: #fa2727 !important;
}
/*html {*/
/*  filter: grayscale(100%);*/
/*  -webkit-filter: grayscale(100%);*/
/*}*/
