a {
  text-decoration: none; }

.card-with-icon-hover .icon-hover {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  transition: all 0.1s; }

.card-with-icon-hover .icon-hover:hover {
  background-color: #f2f3f5; }

.arco-input-group-addbefore, .arco-input-group-addafter {
  padding: 0; }

.Content {
  display: grid;
  grid-template-columns: 650px calc(100vw - 667px);
  position: relative;
  box-sizing: border-box; }
  @media screen and (max-width: 1440px) {
    .Content {
      grid-template-columns: 600px calc(100vw - 617px); } }
  @media screen and (max-width: 960px) {
    .Content {
      display: flex;
      flex-direction: column; } }

.Search {
  display: flex;
  flex-direction: column;
  position: sticky;
  justify-content: center;
  align-items: center;
  height: 100vh;
  top: 0; }
  @media screen and (max-width: 960px) {
    .Search {
      position: relative; } }
  @media screen and (max-width: 600px) {
    .Search {
      max-width: 100vw; } }
  .Search-Content {
    width: 420px; }
    @media screen and (max-width: 960px) {
      .Search-Content {
        position: static;
        padding-bottom: 0; } }
    @media screen and (max-width: 600px) {
      .Search-Content {
        max-width: 100%; } }
    .Search-Content-Logo {
      width: 100%;
      text-align: center;
      padding-bottom: 20px; }
    .Search-Content-Line {
      margin: 30px auto 0;
      width: calc(100% - 2px);
      overflow: hidden;
      height: 50px;
      line-height: 50px;
      border: 1px solid #aaa;
      padding: 0;
      display: flex;
      background-color: #fff; }
      @media screen and (max-width: 600px) {
        .Search-Content-Line {
          width: 90%; } }
      .Search-Content-Line-Engine {
        padding: 10px;
        line-height: 30px;
        font-size: 15px;
        font-weight: bold;
        cursor: pointer; }
        .Search-Content-Line-Engine:hover {
          background-color: #f4f4f4; }
        .Search-Content-Line-Engine-Logo {
          width: 25px;
          height: 25px;
          vertical-align: middle;
          margin-right: 10px; }
      .Search-Content-Line-EngineLogo {
        vertical-align: middle; }
      .Search-Content-Line-Input {
        outline: none;
        border: none;
        width: 290px;
        height: 50px;
        line-height: 50px;
        font-size: 14px; }
      .Search-Content-Line-Button {
        height: 50px;
        width: 120px;
        font-size: 15px;
        text-align: center;
        color: #333;
        cursor: pointer;
        border-radius: 0;
        background: #f3f3f3;
        border-left: 1px solid #ccc;
        display: flex;
        align-items: center;
        justify-content: center; }
    .Search-Content-Recommend {
      width: 100%;
      display: flex;
      justify-content: center;
      position: relative; }
      @media screen and (max-width: 600px) {
        .Search-Content-Recommend {
          width: calc(90% + 2px);
          margin: 0 auto; } }
      .Search-Content-Recommend-List {
        font-size: 13px;
        width: calc(100% - 2px);
        position: absolute;
        height: auto;
        border: 1px solid #ababab;
        background-color: #fff;
        border-top: 0 !important;
        z-index: 99;
        top: 0; }
        .Search-Content-Recommend-List a {
          text-decoration: none; }
        .Search-Content-Recommend-List-Url {
          color: #666;
          padding: 15px;
          display: flex;
          justify-content: space-between;
          align-items: center;
          border-bottom: 1px dashed #e4e7ed; }
          .Search-Content-Recommend-List-Url:hover {
            background-color: #f3f3f3; }
          .Search-Content-Recommend-List-Url-Info {
            display: flex; }
        .Search-Content-Recommend-List-Word {
          color: #666;
          padding: 15px;
          display: flex;
          justify-content: space-between;
          align-items: center; }
          .Search-Content-Recommend-List-Word:hover {
            background-color: #f3f3f3; }
    .Search-Content-Hot {
      margin: 50px auto 30px;
      width: calc(100% - 2px);
      overflow: hidden;
      padding: 0; }
      @media screen and (max-width: 600px) {
        .Search-Content-Hot {
          width: 90%; } }
      .Search-Content-Hot-Head {
        height: 40px; }
        .Search-Content-Hot-Head-Logo {
          height: 21px;
          width: 75px; }
      .Search-Content-Hot-News {
        display: flex;
        padding: 10px 0; }
        .Search-Content-Hot-News-Num {
          margin-right: 15px;
          font-weight: bold;
          text-align: center; }
        .Search-Content-Hot-News-Title {
          width: 100%;
          display: flex;
          justify-content: space-between;
          align-items: center; }
          .Search-Content-Hot-News-Title a {
            text-decoration: none;
            color: #1d2129; }
          .Search-Content-Hot-News-Title span {
            margin-left: 10px;
            align-self: flex-start;
            font-size: 11px;
            color: #f04142;
            background: #fff2f2;
            border-radius: 5px;
            padding: 3px 6px; }

.Wudaka {
  margin-top: 100px; }

.ListBox {
  min-height: 100vh;
  width: 100%;
  align-items: flex-start;
  background: #f3f3f3;
  padding: 0; }
  @media screen and (max-width: 960px) {
    .ListBox {
      width: calc(100vw - 17px);
      padding: 0; } }
  @media screen and (max-width: 600px) {
    .ListBox {
      display: none; } }
  .ListBox-Head {
    max-width: 1400px;
    position: sticky;
    top: 0;
    padding: 20px 20px 10px;
    z-index: 1;
    background: linear-gradient(#f3f3f3 90%, rgba(242, 242, 242, 0));
    height: 58px; }
    @media screen and (max-width: 800px) {
      .ListBox-Head {
        padding: 0;
        width: 100vw;
        position: fixed; } }
    .ListBox-Head-User {
      text-decoration: none;
      margin-right: 20px;
      color: rgba(0, 0, 0, 0.9);
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center; }
  .ListBox-Content {
    padding: 0 20px 50px;
    max-width: 1400px; }
    .ListBox-Content-More {
      padding: 20px;
      background: url(https://imgcache.qq.com/open_proj/proj_qcloud_v2/saas-portal/build/images/20210726-end-bg.png) center no-repeat #fff;
      background-size: 100% auto; }
    .ListBox-Content-Cut {
      margin-top: 20px;
      display: grid;
      grid-template-columns: repeat(auto-fit, calc(33% - 10px));
      grid-auto-flow: dense;
      grid-gap: 20px;
      gap: 20px;
      width: 100%; }
      @media screen and (max-width: 1700px) {
        .ListBox-Content-Cut {
          grid-template-columns: repeat(auto-fit, calc(50% - 10px)); } }
      @media screen and (max-width: 1133px) {
        .ListBox-Content-Cut {
          grid-template-columns: 100%; } }
      .ListBox-Content-Cut-Url {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        transition: all 0.1s; }
        .ListBox-Content-Cut-Url-Hover {
          display: flex;
          align-items: center;
          justify-content: center;
          width: 24px;
          height: 24px;
          border-radius: 50%;
          transition: all 0.1s; }
          .ListBox-Content-Cut-Url-Hover:hover {
            background-color: #f2f3f5; }

.login {
  display: flex;
  height: 100vh; }
  .login a {
    text-decoration: none;
    color: #165dff; }
  .login-logo {
    position: fixed;
    top: 24px;
    left: 22px;
    z-index: 1;
    display: inline-flex;
    align-items: center; }
    .login-logo-title {
      font-weight: bold;
      font-size: 22px;
      color: #fff; }
  .login-banner {
    width: 550px;
    background: linear-gradient(163.85deg, #1d2129 0%, #00308f 100%);
    display: flex;
    align-items: center;
    justify-content: center; }
    .login-banner-inner {
      flex: 1;
      height: 100%; }
      .login-banner-inner-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 100%; }
        .login-banner-inner-item-title {
          color: #fff;
          font-weight: 500;
          font-size: 20px;
          line-height: 28px; }
        .login-banner-inner-item-label {
          margin-top: 8px;
          color: rgba(255, 255, 255, 0.7);
          font-size: 14px;
          line-height: 22px; }
  .login-content {
    position: relative;
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
    padding-bottom: 40px; }
    .login-content-inner {
      width: 320px; }
    .login-content-footer {
      position: absolute;
      right: 0;
      bottom: 0;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 40px;
      color: var(--color-text-2);
      text-align: center; }
      .login-content-footer-content {
        flex: 0 0 auto;
        margin: 0; }

.user {
  height: 100%;
  background: var(--color-fill-2); }
  .user-sider-logo {
    height: 42px;
    padding: 12px 8px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    display: flex;
    line-height: 42px; }
  .user-header {
    height: 64px;
    line-height: 64px;
    background: var(--color-bg-3); }
  .user-content {
    display: flex;
    flex-direction: column;
    padding: 20px;
    background: var(--color-bg-3);
    color: var(--color-text-2);
    font-weight: 400;
    font-size: 14px; }
  .user-footer {
    display: flex;
    flex-direction: column;
    padding: 20px;
    color: var(--color-text-2);
    height: 48px;
    line-height: 48px;
    font-weight: 400;
    font-size: 14px;
    text-align: center; }
  .user-design-empty {
    background-color: var(--color-fill-2);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
  .user-count-list {
    padding: 10px 15px;
    background-color: var(--color-fill-1);
    margin-bottom: 20px; }
    .user-count-list:hover {
      background: var(--color-fill-2); }
