* {
  margin: 0px;
  padding: 0px; }

.inc {
  margin-top: -51px; }

.helpbox {
  height: 313px;
  background: url(../img/help-banner.png) no-repeat center;
  background-color: #ECF5FF;
  background-size: 1920px 100%;
  border-radius: 0px 0px 0px 0px;
  opacity: 1; }
  .helpbox .kl {
    font-size: 40px;
    font-family: 'Ubuntu-Bold';
    font-weight: 500;
    color: #042040;
    text-align: center;
    padding-top: 70px; }
  .helpbox .kl2 {
    font-size: 18px;
    font-family: 'Open Sans-Regular';
    font-weight: 300;
    margin-top: 20px;
    color: #55687D;
    text-align: center; }
  .helpbox .search {
    width: 730px;
    height: 48px;
    border: 0;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    margin-top: 38px; }
    .helpbox .search img {
      margin-left: 15px;
      margin-right: 20px; }
    .helpbox .search input {
      font-family: 'Open Sans-Regular';
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 100%;
      color: #042040; }
    .helpbox .search input::placeholder {
      font-family: 'Open Sans-Regular';
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 100%;
      color: #94A3B8; }
    .helpbox .search .mk {
      width: 151px;
      height: 48px;
      background: #0e6fde;
      opacity: 1;
      position: absolute;
      right: 0px;
      top: 0px;
      font-size: 16px;
      font-family: 'Ubuntu-Bold';
      font-weight: 500;
      color: #ffffff;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      outline: none;
      border: 0; }
    .helpbox .search:focus-within {
      outline: 2px solid #0e6fde; }

input {
  background: none;
  outline: none;
  border: 0px;
  font-size: 15px;
  width: 800px; }

.a-nav {
  width: 100%;
  height: 60px;
  background: #fff;
  box-shadow: 0px 6px 8px 0px rgba(162, 180, 202, 0.05); }
  .a-nav > div {
    width: 700px;
    height: 100%;
    margin: 0 auto; }
    .a-nav > div > a {
      display: block;
      color: #55687D;
      font-size: 16px;
      line-height: 60px;
      float: left;
      margin-right: 60px;
      font-family: "Open Sans-Regular";
      font-weight: 400; }
      .a-nav > div > a:first-child {
        margin-left: 60px; }
      .a-nav > div > a:last-child {
        margin-right: 0; }
      .a-nav > div > a.active {
        color: #042040;
        position: relative; }
        .a-nav > div > a.active::after {
          content: "";
          display: block;
          width: 100%;
          height: 3px;
          background: #0E6FDE;
          position: absolute;
          left: 0;
          bottom: 0; }

.model-1 {
  width: 1200px;
  margin: 0 auto;
  margin-top: 70px; }
  .model-1 > h2 {
    font-size: 40px;
    font-weight: 900;
    color: #042040;
    text-align: center;
    font-family: 'Ubuntu-Bold'; }
  .model-1 > .title {
    text-align: center;
    color: #55687D;
    font-size: 18px;
    margin-top: 20px;
    font-weight: 300;
    font-family: 'Open Sans-Regular'; }
  .model-1 > .model-list {
    width: 1210px;
    margin: 0 auto;
    margin-top: 30px; }
    .model-1 > .model-list::after {
      content: "";
      display: block;
      clear: both; }
    .model-1 > .model-list > div {
      width: 290px;
      height: 295px;
      float: left;
      border: 1px solid #F0F4F5;
      border-radius: 10px;
      overflow: hidden;
      float: left;
      margin-right: 16px;
      margin-bottom: 16px;
      cursor: pointer; }
      .model-1 > .model-list > div:hover {
        box-shadow: 0px 6px 8px 0px rgba(162, 180, 202, 0.3); }
      .model-1 > .model-list > div:nth-child(4n) {
        margin-right: 0; }
      .model-1 > .model-list > div > .list-img {
        display: block;
        width: 100%;
        height: 120px; }
      .model-1 > .model-list > div > .list-text-1 {
        width: 250px;
        height: 44px;
        margin: 0 auto;
        margin-top: 20px;
        line-height: 22px;
        text-align: left;
        color: #042040;
        font-size: 16px;
        font-weight: 600;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        font-family: 'Open Sans-Regular'; }
      .model-1 > .model-list > div > .list-text-2 {
        width: 250px;
        height: 44px;
        line-height: 22px;
        margin: 0 auto;
        margin-top: 10px;
        text-align: left;
        color: #55687D;
        font-size: 15px;
        font-weight: 300;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        font-family: 'Open Sans-Regular'; }
      .model-1 > .model-list > div > .list-bottom {
        width: 250px;
        margin: 0 auto;
        margin-top: 20px; }
        .model-1 > .model-list > div > .list-bottom > div > img {
          position: relative;
          top: 2px; }
        .model-1 > .model-list > div > .list-bottom > div > span {
          font-size: 14px;
          color: #55687D;
          font-family: 'Open Sans-Regular'; }
        .model-1 > .model-list > div > .list-bottom > div:first-child {
          float: left; }
        .model-1 > .model-list > div > .list-bottom > div:last-child {
          float: right; }
  .model-1 > .more {
    width: 151px;
    height: 24px;
    font-size: 18px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 70px;
    display: block; }
    .model-1 > .more:hover > span {
      color: #FF4800; }
    .model-1 > .more > span {
      text-decoration: underline;
      color: #042040;
      font-family: 'Open Sans-Regular';
      font-weight: 400; }
    .model-1 > .more > img {
      position: relative;
      top: 1px; }

.model-2 {
  width: 100%;
  background: #F9FAFE;
  padding-top: 1px; }
  .model-2 > .model-2-content {
    width: 1200px;
    padding-bottom: 1px;
    margin: 0 auto;
    margin-top: 70px;
    padding-top: 1px; }
    .model-2 > .model-2-content > h2 {
      font-size: 40px;
      font-weight: 900;
      color: #042040;
      text-align: center;
      font-family: 'Ubuntu-Bold'; }
    .model-2 > .model-2-content > .title {
      text-align: center;
      color: #55687D;
      font-size: 18px;
      margin-top: 20px;
      font-weight: 300;
      font-family: 'Open Sans-Regular'; }
    .model-2 > .model-2-content > .model-2-nav {
      width: fit-content;
      padding: 3px 2px;
      border-radius: 40px;
      background: rgba(230, 233, 243, 0.4);
      margin: 0 auto;
      margin-top: 30px; }
      .model-2 > .model-2-content > .model-2-nav::after {
        content: "";
        display: block;
        clear: both; }
      .model-2 > .model-2-content > .model-2-nav > div {
        float: left;
        padding: 14px 20px;
        border-radius: 40px;
        font-size: 14px;
        cursor: pointer;
        color: #55687D;
        font-family: 'Open Sans-Regular'; }
        .model-2 > .model-2-content > .model-2-nav > div:hover {
          color: #042040; }
        .model-2 > .model-2-content > .model-2-nav > div.active {
          background: #fff;
          color: #042040; }
    .model-2 > .model-2-content > div > .model-list {
      width: 1210px;
      margin: 0 auto;
      margin-top: 30px; }
      .model-2 > .model-2-content > div > .model-list::after {
        content: "";
        display: block;
        clear: both; }
      .model-2 > .model-2-content > div > .model-list > div {
        width: 290px;
        height: 239px;
        float: left;
        border: 1px solid #F0F4F5;
        border-radius: 10px;
        overflow: hidden;
        float: left;
        margin-right: 16px;
        margin-bottom: 16px;
        background: #fff;
        cursor: pointer; }
        .model-2 > .model-2-content > div > .model-list > div:hover {
          box-shadow: 0px 6px 8px 0px rgba(162, 180, 202, 0.3); }
        .model-2 > .model-2-content > div > .model-list > div:nth-child(4n) {
          margin-right: 0; }
        .model-2 > .model-2-content > div > .model-list > div > .list-img {
          display: block;
          width: 100%;
          height: 120px; }
        .model-2 > .model-2-content > div > .model-list > div > .list-text-1 {
          width: 250px;
          height: 44px;
          margin: 0 auto;
          margin-top: 20px;
          line-height: 22px;
          text-align: left;
          color: #042040;
          font-size: 16px;
          font-weight: 600;
          overflow: hidden;
          text-overflow: ellipsis;
          -webkit-line-clamp: 2;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          font-family: 'Open Sans-Regular'; }
        .model-2 > .model-2-content > div > .model-list > div > .list-text-2 {
          width: 250px;
          height: 41px;
          line-height: 22px;
          margin: 0 auto;
          margin-top: 10px;
          text-align: left;
          color: #55687D;
          font-size: 15px;
          font-weight: 300;
          overflow: hidden;
          text-overflow: ellipsis;
          -webkit-line-clamp: 2;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          font-family: Open sans-serif;
          font-family: 'Open Sans-Regular'; }
        .model-2 > .model-2-content > div > .model-list > div > .list-bottom {
          width: 250px;
          margin: 0 auto;
          margin-top: 20px; }
          .model-2 > .model-2-content > div > .model-list > div > .list-bottom > div > img {
            position: relative;
            top: 2px; }
          .model-2 > .model-2-content > div > .model-list > div > .list-bottom > div > span {
            font-size: 14px;
            color: #55687D;
            font-family: 'Open Sans-Regular'; }
          .model-2 > .model-2-content > div > .model-list > div > .list-bottom > div:first-child {
            float: left; }
          .model-2 > .model-2-content > div > .model-list > div > .list-bottom > div:last-child {
            float: right; }
    .model-2 > .model-2-content > .more {
      width: 151px;
      height: 24px;
      font-size: 18px;
      margin: 0 auto;
      margin-top: 30px;
      margin-bottom: 70px;
      display: block; }
      .model-2 > .model-2-content > .more:hover > span {
        color: #FF4800; }
      .model-2 > .model-2-content > .more > span {
        text-decoration: underline;
        color: #042040;
        font-family: 'Open Sans-Regular';
        font-weight: 400; }
      .model-2 > .model-2-content > .more > img {
        position: relative;
        top: 1px; }
    .model-2 > .model-2-content .model-list {
      display: none; }
    .model-2 > .model-2-content > div:nth-child(4) > div:first-child {
      display: block; }

.model-3 {
  width: 100%;
  background: #fff;
  padding-top: 1px; }
  .model-3 > .model-2-content {
    width: 1200px;
    padding-bottom: 1px;
    margin: 0 auto;
    margin-top: 70px;
    padding-top: 1px; }
    .model-3 > .model-2-content > h2 {
      font-size: 40px;
      font-weight: 900;
      color: #042040;
      text-align: center;
      font-family: 'Ubuntu-Bold'; }
    .model-3 > .model-2-content > .title {
      text-align: center;
      color: #55687D;
      font-size: 18px;
      margin-top: 20px;
      font-weight: 300;
      font-family: 'Open Sans-Regular'; }
    .model-3 > .model-2-content > .model-2-nav {
      width: fit-content;
      padding: 3px 2px;
      border-radius: 40px;
      background: rgba(230, 233, 243, 0.4);
      margin: 0 auto;
      margin-top: 30px; }
      .model-3 > .model-2-content > .model-2-nav::after {
        content: "";
        display: block;
        clear: both; }
      .model-3 > .model-2-content > .model-2-nav > div {
        float: left;
        padding: 14px 20px;
        border-radius: 40px;
        font-size: 14px;
        cursor: pointer;
        color: #55687D;
        font-family: 'Open Sans-Regular'; }
        .model-3 > .model-2-content > .model-2-nav > div:hover {
          color: #042040; }
        .model-3 > .model-2-content > .model-2-nav > div.active {
          background: #fff;
          color: #042040; }
    .model-3 > .model-2-content > div > .model-list {
      width: 1210px;
      margin: 0 auto;
      margin-top: 30px; }
      .model-3 > .model-2-content > div > .model-list::after {
        content: "";
        display: block;
        clear: both; }
      .model-3 > .model-2-content > div > .model-list > div {
        width: 290px;
        height: 267px;
        float: left;
        border: 1px solid #F0F4F5;
        border-radius: 10px;
        overflow: hidden;
        float: left;
        margin-right: 16px;
        margin-bottom: 16px;
        background: #fff;
        cursor: pointer; }
        .model-3 > .model-2-content > div > .model-list > div:hover {
          box-shadow: 0px 6px 8px 0px rgba(162, 180, 202, 0.3); }
        .model-3 > .model-2-content > div > .model-list > div:nth-child(4n) {
          margin-right: 0; }
        .model-3 > .model-2-content > div > .model-list > div > .list-img {
          display: block;
          width: 100%;
          height: 120px;
          height: 148px;
          width: 292px; }
        .model-3 > .model-2-content > div > .model-list > div > .list-text-1 {
          width: 250px;
          height: 44px;
          margin: 0 auto;
          margin-top: 20px;
          line-height: 22px;
          text-align: left;
          color: #042040;
          font-size: 16px;
          font-weight: 600;
          overflow: hidden;
          text-overflow: ellipsis;
          -webkit-line-clamp: 2;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          font-family: 'Open Sans-Regular'; }
        .model-3 > .model-2-content > div > .model-list > div > .list-text-2 {
          width: 250px;
          height: 41px;
          line-height: 22px;
          margin: 0 auto;
          margin-top: 10px;
          text-align: left;
          color: #55687D;
          font-size: 15px;
          font-weight: 300;
          overflow: hidden;
          text-overflow: ellipsis;
          -webkit-line-clamp: 2;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          font-family: 'Open Sans-Regular'; }
        .model-3 > .model-2-content > div > .model-list > div > .list-bottom {
          width: 250px;
          margin: 0 auto;
          margin-top: 20px; }
          .model-3 > .model-2-content > div > .model-list > div > .list-bottom > div > img {
            position: relative;
            top: 2px; }
          .model-3 > .model-2-content > div > .model-list > div > .list-bottom > div > span {
            font-size: 14px;
            color: #55687D;
            font-family: 'Open Sans-Regular'; }
          .model-3 > .model-2-content > div > .model-list > div > .list-bottom > div:first-child {
            float: left;
            position: relative;
            top: -1px; }
            .model-3 > .model-2-content > div > .model-list > div > .list-bottom > div:first-child > span {
              font-size: 16px !important;
              color: #0E6FDE;
              position: relative;
              top: -1px;
              font-family: "Open Sans-Regular";
              font-weight: 400; }
          .model-3 > .model-2-content > div > .model-list > div > .list-bottom > div:last-child {
            float: right; }
    .model-3 > .model-2-content > .more {
      width: 151px;
      height: 24px;
      font-size: 18px;
      margin: 0 auto;
      margin-top: 30px;
      margin-bottom: 70px;
      display: block; }
      .model-3 > .model-2-content > .more:hover > span {
        color: #FF4800; }
      .model-3 > .model-2-content > .more > span {
        text-decoration: underline;
        color: #042040;
        font-family: 'Open Sans-Regular';
        font-weight: 400; }
      .model-3 > .model-2-content > .more > img {
        position: relative;
        top: 1px; }
    .model-3 > .model-2-content .model-list {
      display: none; }
    .model-3 > .model-2-content > div:nth-child(4) > div:first-child {
      display: block; }

.playerpop {
  width: 100vw;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.6);
  top: 0px;
  z-index: 98999999;
  display: flex;
  justify-content: center;
  align-items: center; }
  .playerpop #player {
    width: 2;
    position: relative; }

.close {
  position: absolute;
  top: 80px;
  right: 80px;
  width: 60px;
  height: 60px;
  cursor: pointer; }

.model-4 {
  width: 1210px;
  margin: 0 auto;
  margin-top: 70px; }
  .model-4 > h2 {
    font-size: 40px;
    font-weight: 900;
    color: #042040;
    text-align: center;
    font-family: 'Ubuntu-Bold'; }
  .model-4 > .title {
    text-align: center;
    color: #55687D;
    font-size: 18px;
    margin-top: 20px;
    font-weight: 300;
    font-family: 'Open Sans-Regular'; }
  .model-4 > .model-4-bottom {
    margin-top: 50px; }
    .model-4 > .model-4-bottom::after {
      content: "";
      display: block;
      clear: both; }
    .model-4 > .model-4-bottom > .bottom-left, .model-4 > .model-4-bottom .bottom-right {
      width: 600px;
      height: 180px;
      border-radius: 10px;
      border: 1px solid #F0F4F5;
      overflow: hidden;
      float: left; }
      .model-4 > .model-4-bottom > .bottom-left > div > img, .model-4 > .model-4-bottom .bottom-right > div > img {
        display: block;
        width: 100px;
        margin: 0 auto;
        margin-top: 25px; }
      .model-4 > .model-4-bottom > .bottom-left > div > p, .model-4 > .model-4-bottom .bottom-right > div > p {
        text-align: center;
        font-size: 16px;
        color: #042040;
        margin-top: 14px;
        font-weight: 400;
        font-family: "Open Sans-Regular"; }
      .model-4 > .model-4-bottom > .bottom-left > .bottom-img, .model-4 > .model-4-bottom .bottom-right > .bottom-img {
        float: left;
        width: 190px;
        height: 180px;
        background: #F9FCFF; }
      .model-4 > .model-4-bottom > .bottom-left > .bottom-list, .model-4 > .model-4-bottom .bottom-right > .bottom-list {
        width: 353px;
        float: left;
        margin-left: 42px;
        margin-top: 18px; }
        .model-4 > .model-4-bottom > .bottom-left > .bottom-list > ul > li, .model-4 > .model-4-bottom .bottom-right > .bottom-list > ul > li {
          margin-top: 8px;
          padding-left: 5px;
          position: relative;
          cursor: pointer; }
          .model-4 > .model-4-bottom > .bottom-left > .bottom-list > ul > li > a, .model-4 > .model-4-bottom .bottom-right > .bottom-list > ul > li > a {
            color: #55687D;
            display: block;
            width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            -webkit-line-clamp: 1;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            line-height: 19px;
            font-family: "Open Sans-Regular";
            font-size: 15px;
            font-weight: 400; }
          .model-4 > .model-4-bottom > .bottom-left > .bottom-list > ul > li:hover > a, .model-4 > .model-4-bottom .bottom-right > .bottom-list > ul > li:hover > a {
            color: #0E6FDE; }
          .model-4 > .model-4-bottom > .bottom-left > .bottom-list > ul > li::after, .model-4 > .model-4-bottom .bottom-right > .bottom-list > ul > li::after {
            content: "";
            display: block;
            position: absolute;
            width: 3px;
            height: 3px;
            border-radius: 3px;
            background: #55687D;
            left: -8px;
            top: calc(50% - 1.5px); }
    .model-4 > .model-4-bottom > .bottom-right {
      float: right; }

.model-5 {
  width: 100%;
  height: 270px;
  margin-top: 70px;
  background: url(../img/bottom-bg.png) no-repeat center;
  background-color: #0D6AE1;
  background-size: 1920px 100%;
  padding-top: 1px; }
  .model-5 > p:first-child {
    color: #FFFFFF;
    font-size: 40px;
    font-weight: 500;
    text-align: center;
    margin-top: 50px;
    font-family: 'Ubuntu-Bold'; }
  .model-5 > p:nth-child(2) {
    color: #fff;
    font-size: 18px;
    text-align: center;
    font-weight: 300;
    margin-top: 20px;
    font-family: "Open Sans-Regular"; }
  .model-5 > button {
    display: block;
    width: 242px;
    height: 50px;
    background: #fff;
    border-radius: 4px;
    outline: none;
    border: 0;
    color: #0E6FDE;
    font-size: 16px;
    font-weight: 600;
    margin: 0 auto;
    margin-top: 44px;
    cursor: pointer;
    font-family: "Open Sans-Regular"; }
    .model-5 > button:hover {
      background: #e4f1ff;
      color: #0e6fde; }

.searchbox {
  height: 146px;
  background: url(../img/search-banner.png) no-repeat 800px;
  background-color: #ECF5FF;
  background-size: auto 100%;
  border-radius: 0px 0px 0px 0px;
  padding-top: 1px;
  opacity: 1; }
  .searchbox p {
    font-family: 'Open Sans-Regular'; }
  .searchbox span {
    font-family: 'Open Sans-Regular'; }
  .searchbox .search {
    width: 810px;
    height: 48px;
    border: 0;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    margin-top: 30px; }
    .searchbox .search img {
      margin-left: 15px;
      margin-right: 20px; }
    .searchbox .search input::placeholder {
      font-family: 'Open Sans-Regular';
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 100%;
      color: #94A3B8; }
    .searchbox .search .mk {
      width: 151px;
      height: 48px;
      background: #0e6fde;
      opacity: 1;
      position: absolute;
      right: 0px;
      top: 0px;
      font-size: 16px;
      font-family: 'Ubuntu-Bold';
      font-weight: 500;
      color: #ffffff;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      outline: none;
      border: 0; }
    .searchbox .search:focus-within {
      outline: 2px solid #0e6fde; }
  .searchbox .search-nav {
    width: 810px;
    margin: 0 auto;
    margin-top: 24px;
    cursor: pointer; }
    .searchbox .search-nav > span {
      margin-right: 60px;
      color: #55687D;
      font-size: 16px;
      font-family: 'Open Sans-Regular';
      padding-bottom: 20px; }
      .searchbox .search-nav > span.active {
        color: #042040;
        border-bottom: 3px solid #0E6FDE; }

.seach-content {
  width: 815px;
  padding-bottom: 100px;
  background: #fff;
  padding-top: 40px;
  margin: 0 auto; }
  .seach-content p {
    font-family: 'Open Sans-Regular'; }
  .seach-content span {
    font-family: 'Open Sans-Regular'; }
  .seach-content .content-title {
    width: 100%;
    color: #55687D;
    font-size: 16px; }
    .seach-content .content-title > span {
      color: #FF8822; }
  .seach-content > .content-list {
    width: 100%;
    margin-top: 10px; }
    .seach-content > .content-list > .content-li {
      width: 100%;
      height: 139px;
      border-radius: 4px;
      cursor: pointer;
      padding-top: 1px; }
      .seach-content > .content-list > .content-li:hover {
        background: #F3F4F8; }
      .seach-content > .content-list > .content-li > div {
        width: 785px;
        height: 99px;
        margin: 0 auto;
        margin-top: 15px; }
        .seach-content > .content-list > .content-li > div > .li-title {
          font-size: 18px;
          color: #042040;
          font-weight: 600;
          overflow: hidden;
          text-overflow: ellipsis;
          -webkit-line-clamp: 1;
          display: -webkit-box;
          -webkit-box-orient: vertical; }
          .seach-content > .content-list > .content-li > div > .li-title > span {
            color: #FF8822; }
        .seach-content > .content-list > .content-li > div > .li-text {
          width: 785px;
          height: 43px;
          margin-top: 10px;
          color: #55687D;
          font-size: 15px;
          font-weight: 300;
          overflow: hidden;
          text-overflow: ellipsis;
          -webkit-line-clamp: 2;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          line-height: 22.5px; }
        .seach-content > .content-list > .content-li > div > .li-bottom {
          width: 100%;
          margin-top: 10px; }
          .seach-content > .content-list > .content-li > div > .li-bottom > span {
            color: #55687D;
            font-size: 14px;
            font-weight: 400; }
            .seach-content > .content-list > .content-li > div > .li-bottom > span:hover a {
              text-decoration: underline;
              color: #0E6FDE; }
          .seach-content > .content-list > .content-li > div > .li-bottom a {
            color: #55687D;
            font-size: 14px;
            font-weight: 400;
            font-weight: 400; }
            .seach-content > .content-list > .content-li > div > .li-bottom a:hover {
              text-decoration: underline;
              color: #0E6FDE; }
          .seach-content > .content-list > .content-li > div > .li-bottom > div {
            display: inline;
            margin-left: 15px; }
            .seach-content > .content-list > .content-li > div > .li-bottom > div img {
              position: relative;
              top: 3px; }
            .seach-content > .content-list > .content-li > div > .li-bottom > div span {
              color: #55687D;
              font-size: 14px;
              font-weight: 400;
              margin-left: 2px; }

.nonebox > .empty {
  width: 448px;
  margin: 0 auto;
  margin-top: 200px;
  margin-bottom: 200px; }
  .nonebox > .empty > img {
    display: block;
    margin: 0 auto; }
  .nonebox > .empty > p {
    color: #042040;
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    text-align: center;
    margin-top: 10px;
    font-family: 'Open Sans-Regular'; }
  .nonebox > .empty > .error-link {
    width: 100%;
    margin-top: 50px; }
    .nonebox > .empty > .error-link p {
      text-align: center;
      color: #55687D;
      font-size: 16px;
      font-weight: 400;
      font-family: 'Open Sans-Regular'; }
    .nonebox > .empty > .error-link > div {
      width: fit-content;
      margin: 0 auto;
      margin-top: 10px; }
      .nonebox > .empty > .error-link > div > a {
        color: #0E6FDE;
        font-size: 16px;
        display: block;
        float: left;
        padding-right: 3px;
        padding-left: 3px;
        position: relative;
        border-right: 1px solid #D6DBE4;
        box-sizing: border-box;
        font-family: 'Open Sans-Regular';
        font-weight: 400; }
        .nonebox > .empty > .error-link > div > a:last-child {
          border-right: 0; }

/*# sourceMappingURL=newhelp.css.map */
