    <style>
        .foot {
            width: 100%;
            text-align: center;
            position: fixed;
            bottom: 0;
            left: 0;
            padding: 13px;
            background-color: #fff;
        }

        .power {
            display: inline-block;
            font-size: 13px; /* 设置字体大小 */
            color: #555;
        }

        /* 设置“冀”字链接的样式 */
        .power a {
            color: #555; /* 设置字体颜色为红色 */
            text-decoration: none; /* 移除下划线 */
            font-size: 13px; /* 可以单独设置这个链接的字体大小 */
        }
      html,
      body,
      a,
      p,
      div,
      ul,
      li,
      h1,
      h2,
      h3,
      h4,
      dl,
      dd,
      dt,
      img {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
      }
      a {
        text-decoration: none;
      }
      img {
        border: none;
        outline: none;
      }
      ul,
      ol {
        list-style: none;
      }
      input,
      textarea,
      select,
      button {
        font-family: inherit;
        font-size: inherit;
        border-radius: 0;
      }
      img,
      input,
      label,
      button {
        vertical-align: middle;
      }
      input:focus,
      button:focus {
        outline: 0;
      }
      button,
      input {
        overflow: visible;
      }
      body {
        min-width: 900px;
        font-family: "Microsoft YaHei", "\5fae\8f6f\96c5\9ed1", Helvetica, Arial,
          sans-serif;
      }
      .sou img {
        width: 362px;
        margin: 0 auto 40px;
        display: block;
      }
      .typewriter {
        display: flex;
        justify-content: center;
        align-items: flex-end;
        height: 50px;
        min-width: 1016px;
      }
      #animate_head {
        height: 50px;
        color: #11a9a9;
        text-align: center;
        font-size: 44px;
        font-weight: 700;
        line-height: 50px;
        position: relative;
        left: 0;
        top: 0;
        z-index: 1;
      }
      #animate_head::after {
        content: "";
        display: block;
        width: 32px;
        height: 5px;
        background: #000;
        animation: typed_ani 1s linear infinite;
        position: absolute;
        bottom: 0;
        right: -35px;
        z-index: 3;
      }
      .search {
        margin: 72px auto;
        height: 62px;
      }
      #soinput_wrapper.simple-typeahead {
        position: relative;
        padding: 3px;
        box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
        border-radius: 40px;
        border: 2px solid #11a9a9;
        width: 876px;
        background-color: #fff;
        box-sizing: border-box;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
      }
      #soinput.simple-typeahead-input {
        width: 714px;
        text-overflow: ellipsis;
        vertical-align: bottom;
        transition: all 0.3s, height 0s;
        height: 60px;
        border: none;
        resize: none;
        margin-left: 24px;
        font-size: 20px;
      }
      .simple-typeahead-extra {
        height: 60px;
        margin-right: 1px;
        /* display: flex;
        flex-direction: column-reverse; */
      }
      .submit {
        width: 132px;
        height: 60px;
        line-height: 60px;
        background: #11a9a9;
        border-radius: 60px;
        border: none;
        color: #fff;
        cursor: pointer;
        text-align: center;
        font-size: 20px;
        font-weight: 700;
      }
      .submit:hover {
        background: #066161;
      }
      .simple-typeahead .simple-typeahead-list {
        position: absolute;
        width: calc(100% + 4px);
        border: none;
        overflow-y: auto;
        border: 2px solid #11a9a9;
        border-top: 0;
        z-index: 9;
        left: -2px;
        top: 68px;
        padding: 10px 0;
        background-color: #fff;
        border-bottom-left-radius: 16px;
        border-bottom-right-radius: 16px;
        display: none;
      }
      .simple-typeahead-list li {
        cursor: pointer;
        background-color: #fff;
        padding-left: 27px;
        line-height: 40px;
        font-size: 14px;
        font-weight: 700;
      }
      .simple-typeahead-list li:hover,
      .simple-typeahead-list li.active {
        background-color: #f5f5f5;
      }
      .simple-typeahead-list p {
        cursor: pointer;
        line-height: 40px;
        font-size: 14px;
        font-weight: 700;
      }
      #soinput_wrapper.simple-typeahead.sugexp {
        border-radius: 32px 32px 0 0;
        border-bottom: 0;
      }
      #soinput_wrapper.simple-typeahead.sugexp:after {
        content: "";
        position: absolute;
        width: 836px;
        background: #ddd;
        height: 1px;
        left: 10px;
        bottom: 0;
      }
      #soinput_wrapper.simple-typeahead.sugexp .simple-typeahead-list {
        display: block;
      }
      .marquee-box {
        overflow: hidden;
        width: 100%;
        padding-top: 16px;
      }
      .marquee-con {
        width: 1000%;
        float: left;
      }
      .marquee-con ul {
        white-space: nowrap;
      }
      .marquee-con ul li {
        padding: 16px 18px;
        margin-left: 16px;
        border-radius: 8px;
        background: rgba(0, 0, 0, 0.05);
        color: #555;
        font-size: 16px;
        font-weight: 400;
        line-height: 20px;
        border: 2px solid #fff;
        float: left;
        cursor: pointer;
      }
      .marquee-con ul li:hover {
        border-color: #ffb11b;
        background: #fff;
        color: #000;
      }
      @media screen and (max-height: 640px) {
      }
      @media (min-resolution: 100dpi) {
      }
      .container {
        min-width: 1120px;
      }
      .head {
        width: 100%;
        min-width: 1120px;
        height: 73px;
        padding: 0px 8px 0px 48px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        background: #fff;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        position: fixed;
        z-index: 999;
      }
      .logo {
        width: 198px;
        height: 40px;
        background-image: url("static/image/t0151e90b88bdef66b8.png");
        background-size: 198px 40px;
      }
      .logo-split {
        width: 6px;
        height: 29px;
        text-align: center;
        line-height: 29px;
        color: #353535;
        font-family: "Microsoft YaHei";
        font-size: 22px;
        font-style: normal;
        font-weight: 400;
        margin: 0 8px;
      }
      .logo-text {
        width: auto;
        height: 27px;
        color: #353535;
        text-align: center;
        font-family: "Microsoft YaHei";
        font-size: 22px;
        font-style: normal;
        font-weight: 400;
        line-height: 27px;
      }
      .tab {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        align-items: center;
      }
      .tab-item {
        width: auto;
        padding-top: 24px;
        position: relative;
        height: 72px;
        color: rgba(0, 0, 0, 0.6);
        font-weight: 400;
        font-family: "Microsoft YaHei";
        font-size: 18px;
        cursor: default;
        transition: all 0.2s ease-in-out;
      }
      .tab-item:nth-of-type(1) {
        margin-right: 64px;
      }
      .tab-item .ai-read {
        display: inline-block;
        width: auto;
        height: 24px;
        text-align: center;
        font-style: normal;
        line-height: 24px;
      }
      .tab-item:nth-of-type(1):hover {
        color: #03b752 !important;
      }
      .tab-item:nth-of-type(2):hover {
        color: #f0a619 !important;
      }
      .tab-item .ai-search {
        display: flex;
        width: auto;
        height: 24px;
        justify-content: flex-start;
        align-items: center;
      }
      .tab-item .ai-search i {
        display: block;
        width: 20px;
        height: 20px;
        background-image: url("static/image/t01f978f5d77ae3a068.png");
        background-size: 20px 20px;
        margin-right: 4px;
      }
      .tab-item .ai-search span {
        display: block;
        height: 24px;
        text-align: center;
        font-style: normal;
        line-height: 24px;
      }
      /* .tab-item .green-line {
        width: 100%;
        height: 2px;
        background: #03b752;
        position: absolute;
        bottom: -1px;
        opacity: 0;
        transition: opacity 0.2s ease-in;
      }
      .tab-item .green-line:nth-of-type(2) {
        width: 100%;
        height: 2px;
        background: #f0a619;
        position: absolute;
        bottom: -1px;
        opacity: 0;
        transition: opacity 0.2s ease-in;
      } */
      .tab-item:nth-of-type(1).active {
        color: #03b752;
        font-weight: 700;
      }
      .tab-item:nth-of-type(2).active {
        color: #f0a619;
        font-weight: 700;
      }
      /* .tab-item.active .green-line {
        opacity: 1;
      } */
      .read {
        width: 100%;
        box-sizing: border-box;
        /* height: 100vh; */
        padding-top: 73px;
        background-color: #fff;
        background-image: url("static/image/t01fc7ad4c48a92fae3.jpg");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        margin: 0;
        /* padding: 0; */
        position: relative;
        /* overflow: hidden; */
      }
      .read-content {
        width: 1120px;
        margin: 0 auto;
        overflow: hidden;
      }
      .read-title-box {
        margin-top: 80px;
      }
      .title-1 {
        width: 100%;
        height: 70px;
        text-align: center;
        color: #000;
        font-family: "Microsoft YaHei UI";
        font-size: 52px;
        font-style: normal;
        font-weight: 700;
        line-height: 70px;
      }
      .title-1 span {
        color: #03b752;
      }
      .title-2 {
        width: 100%;
        height: 32px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 8px;
      }
      .title-2 span {
        display: inline-block;
        width: auto;
        height: 32px;
        color: #000;
        font-family: "Microsoft YaHei";
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 32px;
      }
      .title-2 span:nth-of-type(1) {
        margin: 0 4px;
      }
      .title-2 span:nth-of-type(2) {
        margin-left: 12px;
      }
      .book-box {
        width: 100%;
        box-sizing: border-box;
        padding: 48px 28px 0;
        display: grid;
        grid-template-rows: 372px;
        grid-template-columns: repeat(4, 1fr);
        column-gap: 48px;
      }
      .box-item {
        position: relative;
        cursor: pointer;
      }
      .box-item img {
        display: block;
        margin: 17px 13px 0;
        width: 204px;
        height: 266px;
        transition: all 0.2s ease-in-out;
      }
      .box-item .book-btn {
        position: absolute;
        width: 150px;
        height: 52px;
        text-align: center;
        border-radius: 100px;
        background: rgba(0, 0, 0, 0.05);
        color: #000;
        font-family: "Microsoft YaHei";
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 52px;
        bottom: 0px;
        left: 50%;
        transform: translateX(-50%);
        cursor: pointer;
      }
      .box-item.active .book-btn {
        background: #03b752;
        color: #fff;
      }
      .box-item.active img {
        margin: 0px;
        width: 230px;
        height: 300px;
        box-shadow: 0px 12px 36px 0px rgba(0, 0, 0, 0.25);
      }
      .guide-search {
        margin: 8px auto 40px;
        width: 100px;
        height: 15px;
        
        background-size: 100px 100px;
      }
      .sou {
        width: 100%;
        height: 100%;
        /* padding-top: 73px; */
      }
      .guide-arrow {
        position: absolute;
        width: 328px;
        height: 120px;
        /* background-image: url("assets/arrow.png"); */
        background-size: 328px 120px;
        top: 0;
        right: 20px;
        /* display: none; */
      }
      .guide-arrow img {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 999;
      }
      .mac_logo {
        width: 360px;
        height: 40px;
        background-image: url("static/image/t0150853a7898ae785e.png");
        background-size: 360px 40px;
        display: none;
      }
      .windows_logo {
        display: flex;
        align-items: center;
        display: none;
      }
    </style>