@media screen and (min-width: 1380px) {
  .head .header-item .header-item-txt {
    color: #283F65;
  }
  .banner-bg {
    width: 100%;
  }
  .main {
    margin: 20px auto 68px;
  }
  .main-title {
    width: 95px;
  }
  .task-ul {
    display: flex;
    flex-wrap: wrap;
  }
  .task-li {
    border-radius: 4px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.7);
    width: calc((100% - 24px * 1) / 3);
    margin-bottom: 12px;
    transition: all 0.3s;
  }
  .task-li:hover {
    cursor: pointer;
    transform: translateY(-10px);
  }
  .task-li:not(:nth-child(3n+3)) {
    margin-right: 12px;
  }
  .task-box {
    padding: 17px 20px;
  }
  .task-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .task-title {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.02em;
    color: #283F65;
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .task-price {
    font-size: 18px;
    font-weight: 500;
    color: #D72F00;
    white-space: nowrap;
  }
  .task-tab {
    margin-top: 12px;
    display: flex;
  }
  .task-tab-item {
    padding: 4px 10px;
    font-size: 12px;
    font-weight: normal;
    color: #4D6180;
    border-radius: 4px;
    background: #FFFFFF;
    margin-right: 10px;
    display: flex;
    align-items: center;
  }
  .task-tab-icon {
    margin-right: 4px;
    height: 12px;
  }
  .task-state {
    padding: 13px 20px;
    display: flex;
    justify-content: space-between;
  }
  .success {
    background: linear-gradient(90deg, #DBEFFF 0%, rgba(240, 249, 255, 0.1) 99%);
  }
  .default {
    background: linear-gradient(90deg, #DFDFDF 0%, rgba(240, 249, 255, 0.1) 99%);
  }
  .task-state-lf,
  .task-state-rt {
    display: flex;
    align-items: center;
  }
  .task-state-icon {
    height: 14px;
    margin-right: 8px;
  }
  .task-state-txt {
    color: #4D6180;
    font-size: 14px;
    font-weight: normal;
  }
  .state-blue {
    color: #0079D7;
  }
  .state-red {
    color: #D72F00;
  }
  .state-grey {
    color: #999999;
  }
  .task-more {
    margin: 20px auto 0;
    width: 240px;
    height: 50px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: normal;
    color: #0079D7;
    background: #F1F7FF;
    cursor: pointer;
  }
  .topnav {
    height: 86px;
    box-sizing: border-box;
    border: 3px solid #F4F6FE;
    display: flex;
  }
  .topnav .topnav-item {
    flex: 1;
    font-size: 20px;
    font-weight: normal;
    color: #283F65;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .topnav .topnav-ico {
    width: 24px;
    margin-right: 8px;
  }
  .topnav .topnav-item-s {
    color: #0079D7;
    font-weight: bold;
    background: linear-gradient(100deg, #E9ECF4 2%, #BADAFF 99%);
  }
  .channel-ul {
    display: flex;
    flex-wrap: wrap;
  }
  .channel-ul .channel-li {
    padding: 20px 15px;
    display: flex;
    margin-bottom: 12px;
    border-radius: 16px;
    width: calc((100% - 24px * 1) / 3);
    background: rgba(255, 255, 255, 0.6);
    cursor: pointer;
    transition: all 0.3s;
  }
  .channel-ul .channel-li:hover {
    cursor: pointer;
    transform: translateY(-10px);
  }
  .channel-ul .channel-li:not(:nth-child(3n+3)) {
    margin-right: 12px;
  }
  .channel-ul .channel-li-banner {
    width: 100px;
    height: 100px;
    border-radius: 6px;
  }
  .channel-ul .channel-li-rt {
    margin-left: 10px;
    justify-content: space-between;
    flex-direction: column;
    display: flex;
  }
  .channel-ul .channel-li-title {
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    letter-spacing: 0.02em;
    color: #283F65;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .channel-ul .channel-li-bom {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
  }
  .channel-ul .channel-li-txt {
    font-size: 16px;
    font-weight: normal;
    color: #FF9A33;
    display: flex;
    align-items: center;
  }
  .channel-ul .channel-li-txt .ico {
    width: 15px;
    margin-right: 6px;
  }
  .channel-ul .channel-li-btn {
    width: 90px;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    letter-spacing: 0.06em;
    color: #FFFFFF;
    height: 28px;
    line-height: 28px;
    border-radius: 800px;
    background: linear-gradient(90deg, #00D3FD 0%, #0079D7 47%, #00D3FD 100%);
  }
  .serve-ul {
    display: flex;
    flex-wrap: wrap;
  }
  .serve-ul .serve-li {
    padding: 20px 15px;
    display: flex;
    margin-bottom: 12px;
    border-radius: 16px;
    width: calc((100% - 24px * 1) / 3);
    background: rgba(255, 255, 255, 0.6);
    cursor: pointer;
    transition: all 0.3s;
  }
  .serve-ul .serve-li:hover {
    cursor: pointer;
    transform: translateY(-10px);
  }
  .serve-ul .serve-li:not(:nth-child(3n+3)) {
    margin-right: 12px;
  }
  .serve-ul .serve-li-banner {
    width: 140px;
    height: 140px;
    border-radius: 6px;
  }
  .serve-ul .serve-li-rt {
    margin-left: 10px;
    flex: 1;
  }
  .serve-ul .serve-li-title {
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    letter-spacing: 0.02em;
    color: #283F65;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .serve-ul .serve-txt {
    margin-top: 4px;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.04em;
    color: #4D6180;
  }
  .serve-ul .serve-pirce {
    margin-top: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .serve-ul .serve-pirce-item {
    width: 48%;
    height: 50px;
    border-radius: 8px;
    background: #FFF1F1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .serve-ul .pirce-name {
    font-size: 12px;
    font-weight: normal;
    color: #FF0019;
  }
  .serve-ul .pirce-txt {
    font-size: 14px;
    font-weight: bold;
    color: #FF0019;
  }
  .main-2 {
    display: none;
  }
  .main-3 {
    display: none;
  }
}
@media screen and (max-width: 1380px) {
  .head .header-item .header-item-txt {
    color: #283F65;
  }
  .banner-bg {
    width: 100%;
  }
  .main {
    margin: 18px auto 61.2px;
  }
  .main-title {
    width: 85.5px;
  }
  .task-ul {
    display: flex;
    flex-wrap: wrap;
  }
  .task-li {
    border-radius: 3.6px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.7);
    width: calc((100% - 24px * 0.9) / 3);
    margin-bottom: 10.8px;
    transition: all 0.3s;
  }
  .task-li:hover {
    cursor: pointer;
    transform: translateY(-9px);
  }
  .task-li:not(:nth-child(3n+3)) {
    margin-right: 10.8px;
  }
  .task-box {
    padding: 15.3px 18px;
  }
  .task-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .task-title {
    font-size: 16.2px;
    font-weight: bold;
    letter-spacing: 0.02em;
    color: #283F65;
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .task-price {
    font-size: 16.2px;
    font-weight: 500;
    color: #D72F00;
    white-space: nowrap;
  }
  .task-tab {
    margin-top: 10.8px;
    display: flex;
  }
  .task-tab-item {
    padding: 3.6px 9px;
    font-size: 10.8px;
    font-weight: normal;
    color: #4D6180;
    border-radius: 3.6px;
    background: #FFFFFF;
    margin-right: 9px;
    display: flex;
    align-items: center;
  }
  .task-tab-icon {
    margin-right: 3.6px;
    height: 10.8px;
  }
  .task-state {
    padding: 11.7px 18px;
    display: flex;
    justify-content: space-between;
  }
  .success {
    background: linear-gradient(90deg, #DBEFFF 0%, rgba(240, 249, 255, 0.1) 99%);
  }
  .default {
    background: linear-gradient(90deg, #DFDFDF 0%, rgba(240, 249, 255, 0.1) 99%);
  }
  .task-state-lf,
  .task-state-rt {
    display: flex;
    align-items: center;
  }
  .task-state-icon {
    height: 12.6px;
    margin-right: 7.2px;
  }
  .task-state-txt {
    color: #4D6180;
    font-size: 12.6px;
    font-weight: normal;
  }
  .state-blue {
    color: #0079D7;
  }
  .state-red {
    color: #D72F00;
  }
  .state-grey {
    color: #999999;
  }
  .task-more {
    margin: 18px auto 0;
    width: 216px;
    height: 45px;
    border-radius: 7.2px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16.2px;
    font-weight: normal;
    color: #0079D7;
    background: #F1F7FF;
    cursor: pointer;
  }
  .topnav {
    height: 77.4px;
    box-sizing: border-box;
    border: 2.7px solid #F4F6FE;
    display: flex;
  }
  .topnav .topnav-item {
    flex: 1;
    font-size: 18px;
    font-weight: normal;
    color: #283F65;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .topnav .topnav-ico {
    width: 21.6px;
    margin-right: 7.2px;
  }
  .topnav .topnav-item-s {
    color: #0079D7;
    font-weight: bold;
    background: linear-gradient(100deg, #E9ECF4 2%, #BADAFF 99%);
  }
  .channel-ul {
    display: flex;
    flex-wrap: wrap;
  }
  .channel-ul .channel-li {
    padding: 18px 13.5px;
    display: flex;
    margin-bottom: 10.8px;
    border-radius: 14.4px;
    width: calc((100% - 24px * 0.9) / 3);
    background: rgba(255, 255, 255, 0.6);
    cursor: pointer;
    transition: all 0.3s;
  }
  .channel-ul .channel-li:hover {
    cursor: pointer;
    transform: translateY(-9px);
  }
  .channel-ul .channel-li:not(:nth-child(3n+3)) {
    margin-right: 10.8px;
  }
  .channel-ul .channel-li-banner {
    width: 90px;
    height: 90px;
    border-radius: 5.4px;
  }
  .channel-ul .channel-li-rt {
    margin-left: 9px;
    justify-content: space-between;
    flex-direction: column;
    display: flex;
  }
  .channel-ul .channel-li-title {
    font-size: 16.2px;
    font-weight: bold;
    line-height: 27px;
    letter-spacing: 0.02em;
    color: #283F65;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .channel-ul .channel-li-bom {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
  }
  .channel-ul .channel-li-txt {
    font-size: 14.4px;
    font-weight: normal;
    color: #FF9A33;
    display: flex;
    align-items: center;
  }
  .channel-ul .channel-li-txt .ico {
    width: 13.5px;
    margin-right: 5.4px;
  }
  .channel-ul .channel-li-btn {
    width: 81px;
    font-size: 12.6px;
    font-weight: normal;
    text-align: center;
    letter-spacing: 0.06em;
    color: #FFFFFF;
    height: 25.2px;
    line-height: 25.2px;
    border-radius: 720px;
    background: linear-gradient(90deg, #00D3FD 0%, #0079D7 47%, #00D3FD 100%);
  }
  .serve-ul {
    display: flex;
    flex-wrap: wrap;
  }
  .serve-ul .serve-li {
    padding: 18px 13.5px;
    display: flex;
    margin-bottom: 10.8px;
    border-radius: 14.4px;
    width: calc((100% - 24px * 0.9) / 3);
    background: rgba(255, 255, 255, 0.6);
    cursor: pointer;
    transition: all 0.3s;
  }
  .serve-ul .serve-li:hover {
    cursor: pointer;
    transform: translateY(-9px);
  }
  .serve-ul .serve-li:not(:nth-child(3n+3)) {
    margin-right: 10.8px;
  }
  .serve-ul .serve-li-banner {
    width: 126px;
    height: 126px;
    border-radius: 5.4px;
  }
  .serve-ul .serve-li-rt {
    margin-left: 9px;
    flex: 1;
  }
  .serve-ul .serve-li-title {
    font-size: 16.2px;
    font-weight: bold;
    line-height: 27px;
    letter-spacing: 0.02em;
    color: #283F65;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .serve-ul .serve-txt {
    margin-top: 3.6px;
    font-size: 12.6px;
    font-weight: normal;
    letter-spacing: 0.04em;
    color: #4D6180;
  }
  .serve-ul .serve-pirce {
    margin-top: 21.6px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .serve-ul .serve-pirce-item {
    width: 48%;
    height: 45px;
    border-radius: 7.2px;
    background: #FFF1F1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .serve-ul .pirce-name {
    font-size: 10.8px;
    font-weight: normal;
    color: #FF0019;
  }
  .serve-ul .pirce-txt {
    font-size: 12.6px;
    font-weight: bold;
    color: #FF0019;
  }
  .main-2 {
    display: none;
  }
  .main-3 {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .head .header-item .header-item-txt {
    color: #283F65;
  }
  .banner-bg {
    width: 100%;
  }
  .main {
    margin: 16px auto 54.4px;
  }
  .main-title {
    width: 76px;
  }
  .task-ul {
    display: flex;
    flex-wrap: wrap;
  }
  .task-li {
    border-radius: 3.2px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.7);
    width: calc((100% - 24px * 0.8) / 3);
    margin-bottom: 9.6px;
    transition: all 0.3s;
  }
  .task-li:hover {
    cursor: pointer;
    transform: translateY(-8px);
  }
  .task-li:not(:nth-child(3n+3)) {
    margin-right: 9.6px;
  }
  .task-box {
    padding: 13.6px 16px;
  }
  .task-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .task-title {
    font-size: 14.4px;
    font-weight: bold;
    letter-spacing: 0.02em;
    color: #283F65;
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .task-price {
    font-size: 14.4px;
    font-weight: 500;
    color: #D72F00;
    white-space: nowrap;
  }
  .task-tab {
    margin-top: 9.6px;
    display: flex;
  }
  .task-tab-item {
    padding: 3.2px 8px;
    font-size: 9.6px;
    font-weight: normal;
    color: #4D6180;
    border-radius: 3.2px;
    background: #FFFFFF;
    margin-right: 8px;
    display: flex;
    align-items: center;
  }
  .task-tab-icon {
    margin-right: 3.2px;
    height: 9.6px;
  }
  .task-state {
    padding: 10.4px 16px;
    display: flex;
    justify-content: space-between;
  }
  .success {
    background: linear-gradient(90deg, #DBEFFF 0%, rgba(240, 249, 255, 0.1) 99%);
  }
  .default {
    background: linear-gradient(90deg, #DFDFDF 0%, rgba(240, 249, 255, 0.1) 99%);
  }
  .task-state-lf,
  .task-state-rt {
    display: flex;
    align-items: center;
  }
  .task-state-icon {
    height: 11.2px;
    margin-right: 6.4px;
  }
  .task-state-txt {
    color: #4D6180;
    font-size: 11.2px;
    font-weight: normal;
  }
  .state-blue {
    color: #0079D7;
  }
  .state-red {
    color: #D72F00;
  }
  .state-grey {
    color: #999999;
  }
  .task-more {
    margin: 16px auto 0;
    width: 192px;
    height: 40px;
    border-radius: 6.4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14.4px;
    font-weight: normal;
    color: #0079D7;
    background: #F1F7FF;
    cursor: pointer;
  }
  .topnav {
    height: 68.8px;
    box-sizing: border-box;
    border: 2.4px solid #F4F6FE;
    display: flex;
  }
  .topnav .topnav-item {
    flex: 1;
    font-size: 16px;
    font-weight: normal;
    color: #283F65;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .topnav .topnav-ico {
    width: 19.2px;
    margin-right: 6.4px;
  }
  .topnav .topnav-item-s {
    color: #0079D7;
    font-weight: bold;
    background: linear-gradient(100deg, #E9ECF4 2%, #BADAFF 99%);
  }
  .channel-ul {
    display: flex;
    flex-wrap: wrap;
  }
  .channel-ul .channel-li {
    padding: 16px 12px;
    display: flex;
    margin-bottom: 9.6px;
    border-radius: 12.8px;
    width: calc((100% - 24px * 0.8) / 3);
    background: rgba(255, 255, 255, 0.6);
    cursor: pointer;
    transition: all 0.3s;
  }
  .channel-ul .channel-li:hover {
    cursor: pointer;
    transform: translateY(-8px);
  }
  .channel-ul .channel-li:not(:nth-child(3n+3)) {
    margin-right: 9.6px;
  }
  .channel-ul .channel-li-banner {
    width: 80px;
    height: 80px;
    border-radius: 4.8px;
  }
  .channel-ul .channel-li-rt {
    margin-left: 8px;
    justify-content: space-between;
    flex-direction: column;
    display: flex;
  }
  .channel-ul .channel-li-title {
    font-size: 14.4px;
    font-weight: bold;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #283F65;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .channel-ul .channel-li-bom {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
  }
  .channel-ul .channel-li-txt {
    font-size: 12.8px;
    font-weight: normal;
    color: #FF9A33;
    display: flex;
    align-items: center;
  }
  .channel-ul .channel-li-txt .ico {
    width: 12px;
    margin-right: 4.8px;
  }
  .channel-ul .channel-li-btn {
    width: 72px;
    font-size: 11.2px;
    font-weight: normal;
    text-align: center;
    letter-spacing: 0.06em;
    color: #FFFFFF;
    height: 22.4px;
    line-height: 22.4px;
    border-radius: 640px;
    background: linear-gradient(90deg, #00D3FD 0%, #0079D7 47%, #00D3FD 100%);
  }
  .serve-ul {
    display: flex;
    flex-wrap: wrap;
  }
  .serve-ul .serve-li {
    padding: 16px 12px;
    display: flex;
    margin-bottom: 9.6px;
    border-radius: 12.8px;
    width: calc((100% - 24px * 0.8) / 3);
    background: rgba(255, 255, 255, 0.6);
    cursor: pointer;
    transition: all 0.3s;
  }
  .serve-ul .serve-li:hover {
    cursor: pointer;
    transform: translateY(-8px);
  }
  .serve-ul .serve-li:not(:nth-child(3n+3)) {
    margin-right: 9.6px;
  }
  .serve-ul .serve-li-banner {
    width: 112px;
    height: 112px;
    border-radius: 4.8px;
  }
  .serve-ul .serve-li-rt {
    margin-left: 8px;
    flex: 1;
  }
  .serve-ul .serve-li-title {
    font-size: 14.4px;
    font-weight: bold;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #283F65;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .serve-ul .serve-txt {
    margin-top: 3.2px;
    font-size: 11.2px;
    font-weight: normal;
    letter-spacing: 0.04em;
    color: #4D6180;
  }
  .serve-ul .serve-pirce {
    margin-top: 19.2px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .serve-ul .serve-pirce-item {
    width: 48%;
    height: 40px;
    border-radius: 6.4px;
    background: #FFF1F1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .serve-ul .pirce-name {
    font-size: 9.6px;
    font-weight: normal;
    color: #FF0019;
  }
  .serve-ul .pirce-txt {
    font-size: 11.2px;
    font-weight: bold;
    color: #FF0019;
  }
  .main-2 {
    display: none;
  }
  .main-3 {
    display: none;
  }
}
body {
  background-color: #eef2fd;
}
/*# sourceMappingURL=./task.css.map */