/* common  */

header {
  width: 100%;
  height: 60px !important;
  /* background-color: #0087FF; */
}


nav {
  display: flex;
  width: 100%;
  border-bottom: 1px solid rgba(230, 230, 230, 1);
  align-items: center;
}

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

.navagation li:not(:last-child) {
  margin-right: 24px;
}

.main-width {
  max-width: 1280px;
  margin: 0 auto;
}

.nav-width {
  width: 1280px;
  margin: 0 auto; 
}

@media only screen and (max-width: 1280px) {
  .main-width {
    width: auto;
    margin: 0 16px;
  }
  .main-width > .br-230-100 {
    border: none;
  }
  .nav-width {
    margin: 0 20px;
  }
}

/* info-detail */

.download-files li {
  padding: 16px 0;
  border-bottom: 1px solid rgba(230, 230, 230, 1);
  color: rgba(34, 34, 34, 1);
}

.download-files li a {
  background-image: linear-gradient(#49B8EF,#49B8EF);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  transition: background-size .3s;
}

.download-files li i.icon-fujian {
  font-size: 18px;
  margin-right: 24px;
}

.font-change-wrap {
  width: max-content;
  border: 1px solid rgba(220, 220, 220, 1);
}

.font-change-wrap ul {
  display: flex;
  align-items: baseline;
  height: 40px;
  overflow: hidden;
}

.font-change-wrap ul li {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}

.font-change-wrap .choosed {
  color: #49B8EF;
}

.font-change-wrap ul li:not(:last-child)::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: -10px;
  height: 50px;
  width: 1px;
  background-color: rgba(220, 220, 220, 1);
}

.base-text-content-style {
  font-size: 16px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  color: rgba(0,0,0,0.85);
  line-height: 40px;
}

.wm-editor header {
  height: auto;
}

.wm-editor h1 {
  font-size: 28px;
}

@media only screen and (max-width: 1280px) {
  .wm-editor img {
    width: 100%;
  }
}