.sjtj_wrap {
  width: 100%;
}
.sjtj_wrap .sjtj {
  border-spacing: 0;
  text-align: center;
  border-collapse: collapse;
  width: 100%;
}
.sjtj_wrap .sjtj thead .jxt {
  display: inline-block;
  width: 70px;
  height: 24px;
  font-size: 12px;
  color: #4a4a4a;
  text-align: center;
  line-height: 24px;
  background: #ecf5fd;
  border-radius: 16px;
  cursor: pointer;
}
.sjtj_wrap .sjtj thead .jxt::after {
  display: inline-block;
  content: '';
  width: 12px;
  height: 12px;
  background: url(/www8300/images/down.png) no-repeat center center / 100%;
  transform: rotate(180deg);
}
.sjtj_wrap .sjtj thead th {
  width: 76px;
  border: 1px solid #e0e0e0;
}
.sjtj_wrap .sjtj thead tr:first-of-type th {
  height: 62px;
  font-size: 14px;
  font-weight: bold;
  color: #181818;
}
.sjtj_wrap .sjtj thead tr:nth-of-type(2) th {
  height: 36px;
  font-size: 14px;
  font-weight: normal;
  color: #181818;
}
.sjtj_wrap .sjtj tbody td {
  height: 40px;
  border: 1px solid #e0e0e0;
}
.sjtj_wrap .sjtj .wid52 {
  width: 52px;
}
.sjtj_wrap .sjtj .wid68 {
  width: 68px;
}
.sjtj_wrap .sjtj .wid80 {
  width: 80px;
}
.sjtj_wrap .sjtj .wid90 {
  width: 90px;
}
.sjtj_wrap .sjtj .nvip a {
  font-size: 14px;
  color: #ffb032;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sjtj_wrap .sjtj .nvip a::before {
  display: inline-block;
  content: '';
  width: 16px;
  height: 16px;
  margin-right: 2px;
  background: url(/www8300/images/paid.png) no-repeat center center / 100%;
}
.sjtj_wrap .btns {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}
.sjtj_wrap .btns a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 260px;
  height: 32px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 4px;
  margin: 0 15px;
}
.sjtj_wrap .btns a.book {
  color: #4a4a4a;
  background: #eeeeee;
}
.sjtj_wrap .btns a.select {
  color: #ffffff;
  background: var(--main-color);
}
.sjtj_wrap .r_ball span {
  display: inline-block;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  border-radius: 50%;
  color: #ffffff;
  background: var(--red-color);
}
.sjtj_wrap .jxt_pop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  z-index: 3;
}
.sjtj_wrap .jxt_pop .content {
  width: 345px;
  padding: 37px;
  border-radius: 10px;
  background: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sjtj_wrap .jxt_pop .content .title {
  font-size: 18px;
  font-weight: bold;
  color: #181818;
  text-align: center;
}
.sjtj_wrap .jxt_pop .content .balls {
  display: flex;
  justify-content: center;
  margin-top: 8px;
}
.sjtj_wrap .jxt_pop .content .balls span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  font-size: 16px;
  color: var(--red-color);
  border-radius: 50%;
  border: 1px solid var(--red-color);
}
.sjtj_wrap .jxt_pop .content .balls span:not(:last-of-type) {
  margin-right: 12px;
}
.sjtj_wrap .jxt_pop .content table {
  border-collapse: collapse;
  text-align: center;
  margin: 10px auto 10px;
}
.sjtj_wrap .jxt_pop .content table td {
  width: 48px;
  height: 48px;
  font-size: 16px;
  color: #181818;
  background: #f7f7f7;
  border: 1px solid #e0e0e0;
}
.sjtj_wrap .jxt_pop .content .tip {
  font-size: 12px;
  color: #999999;
}
.sjtj_wrap .jxt_pop .content .close_pop {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 16px;
  top: 13px;
  cursor: pointer;
}
.sjtj_wrap .jxt_pop .content .close_pop img {
  display: block;
  width: 100%;
  height: 100%;
}
.mnxh_wrap .mnxh_top {
  padding: 15px 0 15px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mnxh_wrap .mnxh_top .left {
  font-size: 16px;
  font-weight: bold;
  color: #181818;
}
.mnxh_wrap .mnxh_top .left span {
  font-weight: normal;
  margin-left: 24px;
  cursor: pointer;
}
.mnxh_wrap .mnxh_top .left span.active {
  font-weight: bold;
  color: var(--main-color);
}
.mnxh_wrap .mnxh_top .right {
  display: flex;
}
.mnxh_wrap .mnxh_top .right .clear {
  width: 54px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  background: #f7f7f7;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
  cursor: pointer;
}
.mnxh_wrap .mnxh_top .right a {
  display: block;
  padding: 0 12px;
  height: 24px;
  color: #181818;
  margin-left: 12px;
  background: #f7f7f7;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
}
.mnxh_wrap .mnxh {
  border: 1px solid #e0e0e0;
}
.mnxh_wrap .mnxh .tip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 32px;
  padding: 0 22px;
  background: #eeeeee;
}
.mnxh_wrap .mnxh .tip p {
  font-size: 12px;
  color: #4a4a4a;
}
.mnxh_wrap .mnxh .tip p span {
  color: #999999;
}
.mnxh_wrap .mnxh .tip a {
  width: 78px;
  height: 24px;
  font-size: 12px;
  color: #ffb120;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  border-radius: 11px;
  border: 1px solid #eeeeee;
}
.mnxh_wrap .mnxh .xh_wrap {
  padding: 12px 22px 16px;
}
.mnxh_wrap .mnxh .xh_wrap .qi {
  font-size: 12px;
  color: #4a4a4a;
}
.mnxh_wrap .mnxh .xh_wrap .qi span {
  color: var(--main-color);
  margin: 0 3px;
}
.mnxh_wrap .mnxh .xh_wrap .form {
  display: none;
}
.mnxh_wrap .mnxh .xh_wrap .form .item {
  margin-top: 24px;
}
.mnxh_wrap .mnxh .xh_wrap .form .item .top {
  display: flex;
  align-items: center;
}
.mnxh_wrap .mnxh .xh_wrap .form .item .top span:first-of-type {
  font-size: 15px;
  font-weight: bold;
  color: var(--main-color);
  margin-right: 5px;
}
.mnxh_wrap .mnxh .xh_wrap .form .item .top span:last-of-type {
  font-size: 14px;
  color: #999999;
}
.mnxh_wrap .mnxh .xh_wrap .form .item .top a {
  display: block;
  padding: 0px 8px;
  font-size: 11px;
  color: var(--main-color);
  margin-left: 15px;
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid var(--main-color);
}
.mnxh_wrap .mnxh .xh_wrap .form .item .bot {
  display: flex;
  flex-wrap: wrap;
  margin-top: 6px;
}
.mnxh_wrap .mnxh .xh_wrap .form .item .bot .option {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-right: 32px;
}
.mnxh_wrap .mnxh .xh_wrap .form .item .bot .option label {
  cursor: pointer;
}
.mnxh_wrap .mnxh .xh_wrap .form .item .bot .option label input {
  display: none;
}
.mnxh_wrap .mnxh .xh_wrap .form .item .bot .option label .ball {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  font-size: 16px;
  color: #4a4a4a;
  background: #ffffff;
  border-radius: 50%;
  border: 1px solid #e0e0e0;
}
.mnxh_wrap .mnxh .xh_wrap .form .item .bot .option label input:checked + .ball {
  color: #ffffff;
  background: var(--red-color);
  border-color: var(--red-color);
}
.mnxh_wrap .mnxh .xh_wrap .form .item .bot .option .percent {
  font-size: 12px;
  color: #999999;
  margin-top: 3px;
}
.mnxh_wrap .mnxh .xh_wrap .form .item:first-of-type {
  margin-top: 12px;
}
.mnxh_wrap .mnxh .xh_wrap .form.show {
  display: block;
}
.mnxh_wrap .mnxh .xh_btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px 0;
  border-top: 1px solid #e0e0e0;
  cursor: pointer;
}
.mnxh_wrap .mnxh .xh_btn .join {
  width: 260px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  background: var(--main-color);
  border-radius: 4px;
}
.mnxh_wrap .mnxh .xh_btn .selected {
  font-size: 13px;
  color: var(--main-color);
  margin-top: 3px;
}
.mnxh_wrap .mnxh .xh_btn .selected span {
  color: #999999;
}
.num_book .t_wrap {
  display: flex;
  height: 38px;
  padding: 0 16px;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #e0e0e0;
}
.num_book .t_wrap .qi {
  font-weight: bold;
  color: #4a4a4a;
}
.num_book .t_wrap a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 88px;
  height: 24px;
  font-size: 14px;
  color: var(--main-color);
  background: #f7f7f7;
  border-radius: 4px;
  border: 1px solid var(--main-color);
}
.num_book .num_content {
  min-height: 250px;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-between;
  padding: 24px 22px 4px;
  border: 1px solid #e0e0e0;
  border-top: none;
  background-color: #f7f7f7;
}
.num_book .num_content .item {
  width: 49%;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding: 18px 10px;
  border-radius: 6px;
  background: #ffffff;
}
.num_book .num_content .item b {
  color: #181818;
  margin-right: 10px;
}
.num_book .num_content .item .num {
  flex: 1;
  height: 28px;
  line-height: 28px;
  padding: 0 8px;
  color: #4a4a4a;
  background: #f7f7f7;
  border-radius: 4px;
  margin-right: 16px;
}
.num_book .num_content .item p {
  display: flex;
  align-items: center;
  font-size: 13px;
  color: #999999;
  cursor: pointer;
}
.num_book .num_content .item p:hover {
  text-decoration: underline;
}
.num_book .num_content .item p::before {
  display: inline-block;
  content: '';
  width: 13px;
  height: 13px;
}
.num_book .num_content .item p.delete {
  margin-left: 8px;
}
.num_book .num_content .item p.copy::before {
  background: url(/www8300/images/copy.png) no-repeat center center / 100%;
}
.num_book .num_content .item p.delete::before {
  background: url(/www8300/images/delete1.png) no-repeat center center / 100%;
}
