<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import "./blocks.css";
h1 {
  font-size: 36px;
  line-height: 40px;
}
h2 {
  font-size: 30px;
  line-height: 40px;
}
h3 {
  font-size: 24px;
  line-height: 40px;
}
h4 {
  font-size: 18px;
  line-height: 20px;
}
h5 {
  font-size: 14px;
  line-height: 20px;
}
h6 {
  font-size: 12px;
  line-height: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6
{
    font-family: PingFang SC;
    /*font-style: normal;*/
    /*font-weight: bold;*/
    /*color: #0E72B8; */
}
figure.aligncenter {
  text-align: center;
}
.has-text-align-center {
  text-align: center;
}
img {
  max-width: 100%;
  height: auto;
}
ul, li {
  list-style-type: unset;
}
.nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.nav-item {
  margin-bottom: 0.8em;
}
.nav-item,
.nav-item a {
  color: #0E72B8;
  line-height: 1.5em;
}
.nav-previous {
/*  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;*/
}
.nav-next {
}
/*.btn-back {
  float: right;
  border: 1px solid #ccc;
  padding: 0 28px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: normal;
  color: #333;
}*/
.author {
  color: #999;
  line-height: 24px;
}

.site-header {
  background: #5385E5;
}
.article-box {
    font-size: 16px;
    margin-top: 112px;
    position: relative;
    background: #5385E5;
}
.article-box .article-box-header-bg {
/*    background: -webkit-gradient(linear, left top, right bottom, color-stop(0.41%, #5385E5), color-stop(99.37%, #55B2F5));
    background: -o-linear-gradient(344.72deg, #5385E5 0.41%, #55B2F5 99.37%);
    background: linear-gradient(105.28deg, #5385E5 0.41%, #55B2F5 99.37%);*/
    position: absolute;
    left: 0;
    right: 0;
    height: 338px;
}
.article-box &gt; .site-container {
    padding-top: 24px;
    position: relative;
    padding-bottom: 5vw;
}
.article-box &gt; .site-container::before {
    content: '';
    position: absolute;
    background: linear-gradient(45.65deg, #67A8F7 13.94%, rgba(103, 168, 247, 0) 52.77%);
    opacity: 0.5;
    transform: rotate(44.65deg);
    width: 230px;
    height: 230px;
    border-radius: 50%;
    left: -109px;
    top: 30vh;
}
.article-box &gt; .site-container::after {
    content: '';
    position: absolute;
    background: linear-gradient(45.65deg, #67A8F7 99.94%, rgba(103, 168, 247, 0) 52.77%);
    opacity: 0.5;
    transform: rotate(44.65deg);
    width: 230px;
    height: 230px;
    border-radius: 50%;
    right: -109px;
    top: 0;
}

.article-box .article {
    padding: 60px 100px;    
    background-color: #fff;
    position: relative;
    z-index: 1;
    border-radius: 9px;
}
.article-box .top-line {
  background: #FFC700;
  border-radius: 12px;
  width: 46px;
  height: 6px;
}
.article-box .article-title {
    /*font-size: 28px;*/
    /*line-height: 39px;*/
    color: #656565;
}
.article-box .article-content {
    
}
.article-box .article-content p {
    font-family: PingFang SC;
    line-height: 1.8em;
    /*font-size: 16px;*/
    /*color: #656565;*/
}

.article-box .article-content h3 {
/*    font-size: 16px;
    line-height: 40px;
    color: #656565;*/
}
.article-box .article-content .color-info {
    color: #0E72B8;    
}
.article-box .article-content {
    
}
.article-box .article-content .thumbnail {
  text-align: center;
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 24px;
    line-height: 40px;
  }
  h2 {
    font-size: 20px;
    line-height: 30px;
  }
  h3 {
    font-size: 18px;
    line-height: 30px;
  }
  h4 {
    font-size: 16px;
    line-height: 20px;
  }
  h5 {
    font-size: 14px;
    line-height: 20px;
  }
  h6 {
    font-size: 12px;
    line-height: 20px;
  }
  .article-box{
      margin-top: calc(96 / 750 * 100vw);
      background: #fff;
  }
  .article-box .article-box-header-bg{ height: 26vw;}
  .article-box &gt; .site-container {
    padding-top: 0;
  }
  .article-box &gt; .site-container::before,
  .article-box &gt; .site-container::after {
    display: none;
  }
  .article-box .article{ padding: 30px 0;}
}</pre></body></html>