.nx-review-detail {
  padding: 0 16px;
  box-sizing: border-box;
}
.nx-review-detail .nx-review-content {
  margin-bottom: 35px;
  text-align: center;
}
.nx-review-detail .nx-review-detail__btn-wrap {
  display: flex;
  flex-wrap: wrap;
  max-width: 180px;
  margin: 0 auto;
  text-align: center;
  justify-content: center;
  box-sizing: border-box;
}
.nx-review-detail .nx-review-detail__btn-wrap [class^=nx-btn] {
  margin-bottom: 5px;
  width: 100%;
}
.nx-review-detail .nx-review-detail__btn-wrap__right {
  display: flex;
  width: 100%;
  margin: 0 auto;
  justify-content: flex-end;
  box-sizing: border-box;
}
.nx-review-detail .nx-review-detail__btn-wrap__center {
  display: flex;
  width: 100%;
  margin: 0 auto;
  justify-content: center;
  box-sizing: border-box;
}

.nx-review-complete {
  text-align: center;
  box-sizing: border-box;
  color: #3A3A3A;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}
.nx-review-complete .bold {
  color: #000;
  font-weight: 700;
}

.nxc-review-adju-wrap {
  box-sizing: border-box;
}
.nxc-review-adju-wrap .list__top {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  width: 100%;
  box-sizing: border-box;
}
.nxc-review-adju-wrap .list__top .name {
  padding: 0 8px;
  display: inline-flex;
  height: 32px;
  align-items: center;
  border-radius: 6px;
  border: 1px solid #CCC;
  background: #FFF;
  box-sizing: border-box;
  color: #5A5A5A;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
}
.nxc-review-adju-wrap .list__top .right {
  margin-left: auto;
}
.nxc-review-adju-wrap .assignment-list {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #E1E1E1;
  box-sizing: border-box;
}
.nxc-review-adju-wrap .assignment-list .assignment-button {
  color: #5268DB;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  background: #FFF;
  outline: 0;
  border: 0;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.nxc-review-adju-wrap .assignment-list .assignment-button:hover {
  opacity: 0.8;
}
.nxc-review-adju-wrap .assignment-list .num {
  display: inline-flex;
  width: 20px;
  height: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: #5268DB;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
}
.nxc-review-adju-wrap .adjudicator-wrap {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}
.nxc-review-adju-wrap .adjudicator-wrap .name {
  display: inline-block;
  margin-right: 12px;
  color: #2B2C33;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
.nxc-review-adju-wrap .adjudicator-wrap .status {
  display: flex;
  height: 30px;
  padding: 0px 10px 0px 12px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  border: 1px solid #DBDBDB;
  background: #FFF;
  color: #3954E0;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.nxc-review-adju-wrap .adjudicator-wrap .status .ico_arr1_r {
  margin-left: 5px;
  zoom: 0.8;
}
.nxc-review-adju-wrap .adjudicator-wrap .status:hover {
  background: #FAFAFA;
}
.nxc-review-adju-wrap .btn-review {
  display: flex;
  min-width: 80px;
  padding: 5px 10px;
  flex-direction: column;
  align-items: center;
  border-radius: 4px;
  background: #3462B4;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.nxc-review-adju-wrap .btn-review:hover {
  opacity: 0.8;
}
.nxc-review-adju-wrap .btn-status {
  display: flex;
  min-width: 80px;
  padding: 5px 10px;
  flex-direction: column;
  align-items: center;
  border-radius: 4px;
  background: #FFF;
  border: 1px solid #CCC;
  color: #3A3A3A;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.nxc-review-adju-wrap .btn-status:hover {
  opacity: 0.8;
}

.textarea-item {
  padding-right: 40px;
  margin-bottom: 10px;
  position: relative;
  box-sizing: border-box;
  border: 1px solid #DDD;
  border-radius: 4px;
  overflow: hidden;
}
.textarea-item textarea {
  border: 0 !important;
  box-sizing: border-box;
}
.textarea-item textarea:focus {
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.textarea-item .btn-cls {
  position: absolute;
  top: 10px;
  right: 10px;
  box-sizing: border-box;
  background: transparent;
  outline: 0;
  border: 0;
  transform: all 0.2s ease-in-out;
  cursor: pointer;
}
.textarea-item .btn-cls:hover {
  opacity: 0.8;
}

.nxc-sub-bbs2 {
  width: 100%;
  border-top: 1px solid #3A3A3A;
  box-sizing: border-box;
}
.nxc-sub-bbs2 .nx-sub-bbs-item {
  display: flex;
  padding: 24px 16px;
  border-bottom: 1px solid #E1E1E1;
  background: #FFF;
  box-sizing: border-box;
  cursor: pointer;
  line-height: 1.5;
}
.nxc-sub-bbs2 .cate {
  margin-bottom: 10px;
  color: #7A7A7A;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
}
.nxc-sub-bbs2 .num {
  padding-top: 2px;
  width: 80px;
  color: #3A3A3A;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  box-sizing: border-box;
}
.nxc-sub-bbs2 .ct {
  color: #7A7A7A;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
}
.nxc-sub-bbs2 .ct .bold {
  font-weight: 700;
}
.nxc-sub-bbs2 .ct .color-black {
  color: #3A3A3A;
}
.nxc-sub-bbs2 .tit {
  margin-bottom: 10px;
  color: #3A3A3A;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
}
.nxc-sub-bbs2 .btn-wrap {
  margin-left: auto;
}
.nxc-sub-bbs2 .btn-wrap [class^=nx-btn] {
  min-width: 120px;
}

.nxc-ts1 {
  width: 100%;
  margin: 0 auto 35px;
  box-sizing: border-box;
  table-layout: fixed;
}
.nxc-ts1 thead th {
  padding: 14px;
  color: #666;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  background: #eee;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}
.nxc-ts1 tbody tr {
  border-bottom: 1px solid #E1E1E1;
}
.nxc-ts1 tbody tr[onclick] {
  cursor: pointer;
}
.nxc-ts1 tbody tr[onclick]:hover td {
  background: #FAFAFA;
}
.nxc-ts1 tbody th {
  text-align: center;
  width: 160px;
  white-space: nowrap;
  padding: 24px 16px;
  background: #F9F9F9;
  color: #3A3A3A;
  font-size: 14px;
}
.nxc-ts1 tbody td {
  font-size: 14px;
  padding: 16px;
  color: #1A1A1A;
}
.nxc-ts1 th, .nxc-ts1 td {
  box-sizing: border-box;
}

.nxc-table-wrap {
  overflow-x: auto;
  overflow-y: hidden;
}
.nxc-table-wrap table {
  box-sizing: border-box;
}

.nxc-sub-ts {
  width: 100%;
  margin: 0 auto 35px;
  border-top: 1px solid #3A3A3A;
  box-sizing: border-box;
  table-layout: fixed;
}
.nxc-sub-ts tbody tr {
  border-bottom: 1px solid #E1E1E1;
}
.nxc-sub-ts tbody th {
  text-align: left;
  width: 160px;
  white-space: nowrap;
  padding: 24px 16px;
  background: #F9F9F9;
  color: #3A3A3A;
  font-size: 14px;
}
.nxc-sub-ts tbody td {
  font-size: 14px;
  padding: 16px;
  color: #1A1A1A;
}
.nxc-sub-ts tbody td .link {
  color: #308aff;
}
.nxc-sub-ts th, .nxc-sub-ts td {
  box-sizing: border-box;
}

.nxc-badge {
  display: inline-flex;
  min-width: 80px;
  padding: 5px 10px;
  flex-direction: column;
  align-items: center;
  border-radius: 4px;
  border: 1px solid transparent;
  color: #7A7A7A;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
}
.nxc-badge.bg-white {
  border: 1px solid #CCC;
  background: #FFF;
  color: #7A7A7A;
}

@media screen and (max-width: 1024px) {
  .nxc-ts1.r_wdt {
    overflow: hidden;
    display: block;
    border-top: 1px solid #e1e1e1;
  }
  .nxc-ts1.r_wdt > thead {
    display: none;
  }
  .nxc-ts1.r_wdt > tbody, .nxc-ts1.r_wdt > tbody > tr, .nxc-ts1.r_wdt > tbody > tr > th, .nxc-ts1.r_wdt > tbody > tr > td {
    display: block;
    float: left;
    width: 100%;
    box-sizing: border-box;
  }
  .nxc-ts1.r_wdt > tbody > tr {
    margin-bottom: 10px;
    border-bottom: 1px solid #e1e1e1;
  }
  .nxc-ts1.r_wdt > tbody > tr > td {
    position: relative;
    padding: 10px 10px 10px 100px;
    border-top: none;
    text-align: left;
  }
  .nxc-ts1.r_wdt > tbody > tr > td[data-tit] {
    margin: 0 15px 5px 0;
  }
  .nxc-ts1.r_wdt > tbody > tr > td[data-tit]:before {
    content: attr(data-tit);
    position: absolute;
    top: 10px;
    left: 10px;
    font-weight: 600;
    color: #333;
  }
}
@media screen and (max-width: 768px) {
  .nxc-sub-bbs2 .nx-sub-bbs-item {
    display: block;
  }
  .nxc-sub-bbs2 .num {
    margin-bottom: 15px;
  }
  .nxc-sub-bbs2 .ct {
    margin-bottom: 15px;
  }
  .nxc-sub-bbs2 .btn-wrap {
    text-align: center;
  }
  .nxc-ts1.r_m {
    overflow: hidden;
    display: block;
    border-top: 1px solid #e1e1e1;
  }
  .nxc-ts1.r_m > thead {
    display: none;
  }
  .nxc-ts1.r_m > tbody, .nxc-ts1.r_m > tbody > tr, .nxc-ts1.r_m > tbody > tr > th, .nxc-ts1.r_m > tbody > tr > td {
    display: block;
    float: left;
    width: 100%;
    box-sizing: border-box;
  }
  .nxc-ts1.r_m > tbody > tr {
    margin-bottom: 10px;
    border-bottom: 1px solid #e1e1e1;
  }
  .nxc-ts1.r_m > tbody > tr > td {
    position: relative;
    padding: 10px 10px 10px 100px;
    border-top: none;
    text-align: left;
  }
  .nxc-ts1.r_m > tbody > tr > td[data-tit] {
    margin: 0 15px 5px 0;
  }
  .nxc-ts1.r_m > tbody > tr > td[data-tit]:before {
    content: attr(data-tit);
    position: absolute;
    top: 10px;
    left: 10px;
    font-weight: 600;
    color: #333;
  }
}