@media screen and (min-width: 1440px) {
  .banner {
    position: relative;
    width: 100%;
  }
  .banner .banner-img {
    width: 100%;
  }

  .task-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 16px 0 100px;
  }

  .task-item {
    width: calc((100% - 3%) / 3);
    border-radius: 6px;
    background: #FCFEFF;
    box-sizing: border-box;
    border: 1px solid #F0F9FF;
    margin-bottom: 12px;
    transition: all 0.3s;
  }
  .task-item:hover {
    cursor: pointer;
    transform: translateY(-4px);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
  }
  .task-item:not(:nth-child(3n+3)) {
    margin-right: 1.5%;
  }

  .task-btn {
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    color: #FFFFFF;
    padding: 8px 0;
    border-radius: 6px;
    background: linear-gradient(270deg, #0066AA 0%, #6DC5FF 91%);
  }

  .task-item-box {
    padding: 12px 10px;
  }

  .tkib-head {
    overflow: hidden;
    font-size: 20px;
    font-weight: bold;
    white-space: nowrap;
    vertical-align: middle;
    text-overflow: ellipsis;
    color: #283F65;
    line-height: 20px;
  }

  .tkib-tab {
    display: inline-block;
    border-radius: 10px 10px 10px 0px;
    font-size: 14px;
    font-weight: normal;
    padding: 3px 8px;
    color: #FFFFFF;
    margin-right: 6px;
    background: linear-gradient(106deg, #DAEFFF 1%, #76C3FF 100%);
  }

  .tkib-cell {
    margin-top: 8px;
    display: flex;
    align-items: center;
  }

  .tkib-label {
    font-size: 14px;
    font-weight: normal;
    color: #4D6180;
    display: flex;
    align-items: center;
  }

  .tkib-icon {
    width: 12px;
    margin-right: 4px;
  }

  .tkib-txt-y {
    font-size: 14px;
    font-weight: bold;
    color: #FF8533;
  }

  .tkib-txt-b {
    font-size: 14px;
    font-weight: 400;
    color: #0066AA;
  }
}
@media screen and (max-width: 1440px) {
  .banner {
    position: relative;
    width: 100%;
  }
  .banner .banner-img {
    width: 100%;
  }

  .task-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 14.4px 0 90px;
  }

  .task-item {
    width: calc((100% - 3%) / 3);
    border-radius: 5.4px;
    background: #FCFEFF;
    box-sizing: border-box;
    border: 0.9px solid #F0F9FF;
    margin-bottom: 10.8px;
    transition: all 0.3s;
  }
  .task-item:hover {
    cursor: pointer;
    transform: translateY(-3.6px);
    box-shadow: 0 0.9px 1.8px rgba(0, 0, 0, 0.16);
  }
  .task-item:not(:nth-child(3n+3)) {
    margin-right: 1.5%;
  }

  .task-btn {
    font-size: 14.4px;
    font-weight: normal;
    text-align: center;
    color: #FFFFFF;
    padding: 7.2px 0;
    border-radius: 5.4px;
    background: linear-gradient(270deg, #0066AA 0%, #6DC5FF 91%);
  }

  .task-item-box {
    padding: 10.8px 9px;
  }

  .tkib-head {
    overflow: hidden;
    font-size: 18px;
    font-weight: bold;
    white-space: nowrap;
    vertical-align: middle;
    text-overflow: ellipsis;
    color: #283F65;
    line-height: 18px;
  }

  .tkib-tab {
    display: inline-block;
    border-radius: 9px 9px 9px 0px;
    font-size: 12.6px;
    font-weight: normal;
    padding: 2.7px 7.2px;
    color: #FFFFFF;
    margin-right: 5.4px;
    background: linear-gradient(106deg, #DAEFFF 1%, #76C3FF 100%);
  }

  .tkib-cell {
    margin-top: 7.2px;
    display: flex;
    align-items: center;
  }

  .tkib-label {
    font-size: 12.6px;
    font-weight: normal;
    color: #4D6180;
    display: flex;
    align-items: center;
  }

  .tkib-icon {
    width: 10.8px;
    margin-right: 3.6px;
  }

  .tkib-txt-y {
    font-size: 12.6px;
    font-weight: bold;
    color: #FF8533;
  }

  .tkib-txt-b {
    font-size: 12.6px;
    font-weight: 400;
    color: #0066AA;
  }
}
@media screen and (max-width: 1200px) {
  .banner {
    position: relative;
    width: 100%;
  }
  .banner .banner-img {
    width: 100%;
  }

  .task-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 13.6px 0 85px;
  }

  .task-item {
    width: calc((100% - 3%) / 3);
    border-radius: 5.1px;
    background: #FCFEFF;
    box-sizing: border-box;
    border: 0.85px solid #F0F9FF;
    margin-bottom: 10.2px;
    transition: all 0.3s;
  }
  .task-item:hover {
    cursor: pointer;
    transform: translateY(-3.4px);
    box-shadow: 0 0.85px 1.7px rgba(0, 0, 0, 0.16);
  }
  .task-item:not(:nth-child(3n+3)) {
    margin-right: 1.5%;
  }

  .task-btn {
    font-size: 13.6px;
    font-weight: normal;
    text-align: center;
    color: #FFFFFF;
    padding: 6.8px 0;
    border-radius: 5.1px;
    background: linear-gradient(270deg, #0066AA 0%, #6DC5FF 91%);
  }

  .task-item-box {
    padding: 10.2px 8.5px;
  }

  .tkib-head {
    overflow: hidden;
    font-size: 17px;
    font-weight: bold;
    white-space: nowrap;
    vertical-align: middle;
    text-overflow: ellipsis;
    color: #283F65;
    line-height: 17px;
  }

  .tkib-tab {
    display: inline-block;
    border-radius: 8.5px 8.5px 8.5px 0px;
    font-size: 11.9px;
    font-weight: normal;
    padding: 2.55px 6.8px;
    color: #FFFFFF;
    margin-right: 5.1px;
    background: linear-gradient(106deg, #DAEFFF 1%, #76C3FF 100%);
  }

  .tkib-cell {
    margin-top: 6.8px;
    display: flex;
    align-items: center;
  }

  .tkib-label {
    font-size: 11.9px;
    font-weight: normal;
    color: #4D6180;
    display: flex;
    align-items: center;
  }

  .tkib-icon {
    width: 10.2px;
    margin-right: 3.4px;
  }

  .tkib-txt-y {
    font-size: 11.9px;
    font-weight: bold;
    color: #FF8533;
  }

  .tkib-txt-b {
    font-size: 11.9px;
    font-weight: 400;
    color: #0066AA;
  }
}
.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

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