@media screen and (min-width: 769px) {
  .box .Content {
    padding: 44px 0 61px 0;
  }
  .box .Content h2 {
    font-size: 22px;
    line-height: 22px;
    color: #d80018;
    margin-bottom: 40px;
  }
  .box .Content .text {
    width: 100%;
    height: 177px;
    background-color: #e02c2b;
    border-radius: 8px;
    margin-bottom: 45px;
    display: flex;
    align-items: center;
  }
  .box .Content .text h4 {
    width: 20%;
    font-size: 30px;
    line-height: 131px;
    color: #ffffff;
    text-align: center;
    border-right: 1px solid #fa4155;
    letter-spacing: 10px;
  }
  .box .Content .text .right {
    flex: 1;
    padding: 0 78px 0 48px;
  }
  .box .Content .text .right p {
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 1px;
    color: #ffffff;
  }
  .box .Content .text .right div {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 36px;
  }
  .box .Content .line {
    border-top: 1px solid #dd1026;
    padding-bottom: 40px;
  }
  .box .Content .layui-table-view-1 {
    border: none;
  }
  .box .Content .layui-table-view-1 .layui-table {
    width: 100% !important;
  }
  .box .Content .layui-table-view-1 .layui-table-header {
    border: none;
  }
  .box .Content .layui-table-view-1 .layui-table-header .layui-table {
    width: 100%;
  }
  .box .Content .layui-table-view-1 .layui-table-header .layui-table thead tr th {
    padding: 15px 0;
    border: none;
  }
  .box .Content .layui-table-view-1 .layui-table-header .layui-table thead tr th .layui-table-cell {
    padding: 0 10px;
    height: auto;
    text-align: center;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 15px;
    line-height: 20px;
    white-space: normal;
  }
  .box .Content .layui-table-view-1 .layui-table-body .layui-table {
    width: 100%;
  }
  .box .Content .layui-table-view-1 .layui-table-body .layui-table tbody tr td {
    padding: 20px 0;
    border: none;
  }
  .box .Content .layui-table-view-1 .layui-table-body .layui-table tbody tr td .layui-table-cell {
    padding: 0 5px;
    height: auto;
    text-align: center;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 15px;
    line-height: 20px;
    white-space: normal;
  }
  .box .Content .layui-table-view-1 .layui-table-body .layui-table tbody tr td .test {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .box .Content .layui-table-view-1 .layui-table-body .layui-table tbody tr td .test .color {
    width: 8px;
    height: 8px;
    background-color: #d80018;
    margin-right: 5px;
    border-radius: 50%;
  }
  .box .Content .layui-table-view-1 .layui-table-body .layui-table tbody tr td .test.complete .color {
    background-color: #00ae00;
  }
  .box .Content .layui-table-view-1 .layui-table-body .layui-table tbody tr td:nth-child(1) .layui-table-cell {
    font-weight: bold;
  }
}
@media screen and (max-width: 769px) {
  .box .Content {
    padding: 8.53333333vw 0 12vw 0;
  }
  .box .Content h2 {
    font-size: 5.86666667vw;
    line-height: 5.86666667vw;
    color: #d80018;
    margin-bottom: 10.66666667vw;
  }
  .box .Content .text {
    width: 100%;
    height: auto;
    background-color: #e02c2b;
    border-radius: 2.13333333vw;
    margin-bottom: 12vw;
  }
  .box .Content .text h4 {
    width: 90%;
    font-size: 6.4vw;
    line-height: 14.93333333vw;
    color: #ffffff;
    text-align: left;
    border-bottom: 0.26666667vw solid #fa4155;
    letter-spacing: 2.66666667vw;
    margin: 0 auto;
  }
  .box .Content .text .right {
    width: 90%;
    padding: 5.33333333vw 0;
    margin: 0 auto;
  }
  .box .Content .text .right p {
    font-size: 3.73333333vw;
    line-height: 3.73333333vw;
    letter-spacing: 0.26666667vw;
    color: #ffffff;
    margin-bottom: 4vw;
  }
  .box .Content .text .right div {
    width: 100%;
  }
  .box .Content .layui-table-view-1 {
    border: none;
  }
  .box .Content .layui-table-view-1 .layui-table {
    width: 100% !important;
  }
  .box .Content .layui-table-view-1 .layui-table-header {
    border: none;
  }
  .box .Content .layui-table-view-1 .layui-table-header .layui-table {
    width: 100%;
  }
  .box .Content .layui-table-view-1 .layui-table-header .layui-table thead tr th {
    padding: 4vw 0;
    border: none;
  }
  .box .Content .layui-table-view-1 .layui-table-header .layui-table thead tr th .layui-table-cell {
    padding: 0 2.66666667vw;
    height: auto;
    text-align: center;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 3.2vw;
    line-height: 4.26666667vw;
    white-space: normal;
  }
  .box .Content .layui-table-view-1 .layui-table-body .layui-table {
    width: 100%;
  }
  .box .Content .layui-table-view-1 .layui-table-body .layui-table tbody tr td {
    padding: 2.66666667vw 0;
    border: none;
  }
  .box .Content .layui-table-view-1 .layui-table-body .layui-table tbody tr td .layui-table-cell {
    padding: 0 1.33333333vw;
    height: auto;
    text-align: center;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 3.2vw;
    line-height: 4.26666667vw;
    white-space: normal;
  }
  .box .Content .layui-table-view-1 .layui-table-body .layui-table tbody tr td .test {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .box .Content .layui-table-view-1 .layui-table-body .layui-table tbody tr td .test .color {
    width: 2.13333333vw;
    height: 2.13333333vw;
    background-color: #d80018;
    margin-right: 1.33333333vw;
    border-radius: 50%;
  }
  .box .Content .layui-table-view-1 .layui-table-body .layui-table tbody tr td .test.complete .color {
    background-color: #00ae00;
  }
  .box .Content .layui-table-view-1 .layui-table-body .layui-table tbody tr td:nth-child(1) .layui-table-cell {
    font-weight: bold;
  }
}
