@charset "UTF-8";
.columns-body {
  background-color: #f5f5f5;
}

.question_bank_column {
  width: 1180px;
}

.question_bank_column .top-title {
  width: 100%;
  display: flex;
  align-content: center;
  padding: 30px 0;
}

.question_bank_column .top-title .column-title {
  font-size: 22px;
  font-weight: bold;
  line-height: 22px;
  color: #393f47;
  flex: 1;
}

.question_bank_column .top-title .schedule-btn {
  width: 120px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background: rgba(220, 82, 84, 0.06);
  border: 1px solid rgba(220, 82, 84, 0.901961);
  border-radius: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #dc5254;
}

.question_bank_column .top-title .schedule-btn .text {
  margin-left: 6px;
}

.question_bank_column .top-title .schedule-btn g {
  stroke: #dc5254;
}

.question_bank_column .top-title .schedule-btn #矩形_1069 {
  stroke: #dc5254;
}

.question_bank_column .select-subject {
  width: 100%;
  display: flex;
  padding: 20px 30px;
  box-sizing: border-box;
  background-color: #ffffff;
  border-radius: 5px;
}

.question_bank_column .select-subject-title {
  width: 75px;
  font-size: 15px;
  font-weight: 400;
  line-height: 15px;
  color: #393f47;
  padding: 10px 0;
}

.question_bank_column .select-subject-column {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}

.question_bank_column .select-subject-column-btn {
  font-size: 15px;
  font-weight: 400;
  line-height: 15px;
  color: #393f47;
  padding: 10px 20px;
}

.question_bank_column .select-subject-column .sub-item-active {
  color: #dc5254;
  font-weight: bold;
}

.question_bank_column .center-container {
  margin: 30px 0 80px;
  display: flex;
}

.question_bank_column .center-container-left {
  width: 780px;
  /*第一级面板*/
}

.question_bank_column .center-container-left .center-column-one {
  background-color: #ffffff;
  width: 100%;
  border-radius: 5px;
  padding: 20px;
  box-sizing: border-box;
}

.question_bank_column .center-container-left .center-column-one-title {
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  color: #393f47;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.question_bank_column .center-container-left .center-column-one-title .floor-icon {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.question_bank_column .center-container-left .center-column-one-title .text {
  margin-left: 4px;
}

.question_bank_column .center-container-left .center-column-one-title .question-score {
  width: 82px;
  margin-left: auto;
  border-radius: 4px;
  border: 1px solid rgba(220, 82, 84, 0.2);
}

.question_bank_column .center-container-left .center-column-one-title .question-score .score {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  height: 30px;
  background-color: rgba(220, 82, 84, 0.05);
  color: #dc5254;
}

.question_bank_column .center-container-left .center-column-one-title .question-score .score .text {
  font-size: 12px;
}

.question_bank_column .center-container-left .center-column-one-title .question-score .score .number {
  font-size: 18px;
  font-family: DIN;
  font-weight: bold;
  display: inline-block;
  margin-left: 2px;
  transform: translateY(-2px);
}

.question_bank_column .center-container-left .center-column-one-title .question-score .process {
  font-size: 12px;
  color: #3c3d42;
  line-height: 14px;
  line-height: 25px;
  text-align: center;
}

.question_bank_column .center-container-left .center-column-one .set-question-number {
  width: 140px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 16px;
  color: #60656b;
  cursor: pointer;
  margin: 24px auto 0;
  background: #f7f8fa;
  border-radius: 16px 16px 16px 16px;
}

.question_bank_column .center-container-left .center-column-one .set-question-number .text {
  margin-left: 8px;
}

.question_bank_column .center-container-left .center-column-one .set-question-number:hover {
  color: #dc5254;
}

.question_bank_column .center-container-left .center-column-one .set-question-number:hover .stroke {
  stroke: #dc5254;
}

.question_bank_column .center-container-left .center-column-one .set-question-number:hover .fill {
  fill: #dc5254;
}

.question_bank_column .center-container-left .center-column-one .center-column-button-group {
  margin-bottom: 20px;
  margin-top: -8px;
}

.question_bank_column .center-container-left .center-column-one .center-column-button-group ul {
  margin: 0 -5px;
  display: flex;
}

.question_bank_column .center-container-left .center-column-one .center-column-button-group ul + ul {
  margin-top: 10px;
}

.question_bank_column .center-container-left .center-column-one .center-column-button-group ul li {
  flex: 1;
  padding: 0 5px;
}

.question_bank_column .center-container-left .center-column-one .center-column-button-group ul li .link {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  height: 40px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #f5f5f5;
  font-size: 15px;
  color: #393f47;
}

.question_bank_column .center-container-left .center-column-one .center-column-button-group ul li .link:hover {
  color: #dc5254;
  border-color: #dc5254;
}

.question_bank_column .center-container-left .center-column-one .accordion-card {
  width: 740px;
}

.question_bank_column .center-container-left .center-column-one .accordion-card .card {
  background-color: transparent;
  border: none;
  border-radius: 0;
}

.question_bank_column .center-container-left .center-column-one .accordion-card .card .card-header {
  padding: 0 0 0 10px;
  display: flex;
  align-items: center;
  border-bottom: none;
  background-color: transparent;
}

.question_bank_column .center-container-left .center-column-one .accordion-card .card .card-header .card-header-right {
  flex: 1;
  display: flex;
  align-items: center;
  margin-left: 16px;
  border-bottom: 1px solid #f5f5f5;
  padding: 0;
}

.question_bank_column .center-container-left .center-column-one .accordion-card .card .card-header .card-header-right-content {
  display: flex;
  align-items: center;
  padding: 26px 0;
  flex: 1;
}

.question_bank_column .center-container-left .center-column-one .accordion-card .card .card-header-title {
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  color: #393f47;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.question_bank_column .center-container-left .center-column-one .accordion-card .card .card-header-remarks {
  width: 130px;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  color: #949699;
  margin: 0 13px;
}

.question_bank_column .center-container-left .center-column-one .accordion-card .card .card-header .circle_chart_gray {
  width: 27px;
  height: 27px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid;
}

.question_bank_column .center-container-left .center-column-one .accordion-card .card .card-header .circleChartBtn {
  padding: 13.5px 10px 13.5px 0;
  height: 54px;
  display: inline-block;
}

.question_bank_column .center-container-left .center-column-one .accordion-card .card .card-header .circleChart {
  width: 27px;
  height: 27px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.question_bank_column .center-container-left .center-column-one .accordion-card .card .card-header .circleChart .circle-chart__circle,
.question_bank_column .center-container-left .center-column-one .accordion-card .card .card-header .circleChart .circle-chart__background {
  stroke-width: 1px;
}

.question_bank_column .center-container-left .center-column-one .accordion-card .card .card-header .circleChart .success-stroke {
  stroke: #dc5254;
}

.question_bank_column .center-container-left .center-column-one .accordion-card .card .card-header-two .card-header-title {
  font-weight: 400;
}

.question_bank_column .center-container-left .center-column-one .accordion-card .card .content-body {
  display: flex;
  align-items: center;
  padding: 0 0 0 46px;
  box-sizing: border-box;
}

.question_bank_column .center-container-left .center-column-one .accordion-card .card .content-body-right {
  padding: 0;
  width: 694px;
  border-bottom: 1px solid #f5f5f5;
  height: 60px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

.question_bank_column .center-container-left .center-column-one .accordion-card .card .content-body-right .card-header-right-content {
  padding: 20px 0;
  flex: 1;
  display: flex;
  align-items: center;
}

.question_bank_column .center-container-left .center-column-one .accordion-card .card .content-body-right-title {
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  color: #393f47;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.question_bank_column .center-container-left .center-column-one .accordion-card .card .content-body-right-remarks {
  width: 130px;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  color: #949699;
  margin: 0;
}

.question_bank_column .center-container-left .center-column-one .accordion-card .card .content-body-right .circleChartBtn {
  padding: 13.5px 10px 13.5px 0;
  height: 54px;
  display: inline-block;
}

.question_bank_column .center-container-left .center-column-one .accordion-card .card .content-body-right .circleChart {
  width: 27px;
  height: 27px;
  position: relative;
}

.question_bank_column .center-container-left .center-column-one .accordion-card .card .content-body-right .circleChart .circle-chart__circle,
.question_bank_column .center-container-left .center-column-one .accordion-card .card .content-body-right .circleChart .circle-chart__background {
  stroke-width: 1px;
}

.question_bank_column .center-container-left .center-column-one .accordion-card .card .content-body-right .circleChart .success-stroke {
  stroke: #dc5254;
}

.question_bank_column .center-container-left .center-column-floor {
  width: 780px;
  padding: 20px;
  box-sizing: border-box;
  background-color: #ffffff;
  margin-top: 20px;
  border-radius: 5px;
}

.question_bank_column .center-container-left .center-column-floor-title {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
  color: #393f47;
  margin-bottom: 8px;
}

.question_bank_column .center-container-left .center-column-floor-title .floor-icon {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.question_bank_column .center-container-left .center-column-floor-title .text {
  margin-left: 4px;
}

.question_bank_column .center-container-left .center-column-floor-item {
  width: 740px;
  height: 43px;
  background-color: rgba(245, 245, 245, 0.5);
  margin-top: 12px;
  border-radius: 5px;
  padding: 12px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.question_bank_column .center-container-left .center-column-floor-item:hover {
  background-color: whitesmoke;
}

.question_bank_column .center-container-left .center-column-floor-item .title {
  width: 616px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  color: #393f47;
}

.question_bank_column .center-container-left .center-column-floor-item .mark-text {
  width: 88px;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  color: #fa5b50;
  margin-left: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: right;
}

.question_bank_column .center-container-left .center-column-floor-item .mark-text .price-symbol {
  font-size: 12px;
}

.question_bank_column .center-container-left .center-column-floor-item .mark-text .price-text {
  font-size: 16px;
}

.question_bank_column .center-container-left .center-column-floor .bottom-btn {
  text-align: center;
}

.question_bank_column .center-container-left .center-column-floor .look-more-btn-a {
  width: 138px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px auto 0;
}

.question_bank_column .center-container-left .center-column-floor .look-more-btn-a .look-more-btn {
  width: 138px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 36px;
  color: #60656b;
  border: none;
  cursor: pointer;
}

.question_bank_column .center-container-left .center-column-floor .look-more-btn-a .look-more-btn:hover {
  color: #dc5254;
}

.question_bank_column .center-container-right {
  width: 380px;
  margin-left: 20px;
}

.question_bank_column .center-container-right .column-card-group {
  background: #ffffff;
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
  padding-left: 1px;
}

.question_bank_column .center-container-right .column-card-group-item {
  width: 126px;
  height: 126px;
  border-bottom: 1px solid #f5f5f5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.question_bank_column .center-container-right .column-card-group-item:hover {
  background-color: rgba(245, 245, 245, 0.3);
}

.question_bank_column .center-container-right .column-card-group-item.disabled:hover {
  background-color: #ffffff;
}

.question_bank_column .center-container-right .column-card-group-item:nth-child(2n), .question_bank_column .center-container-right .column-card-group-item:nth-child(3n + 1), .question_bank_column .center-container-right .column-card-group-item:nth-child(3n + 2) {
  border-right: 1px solid #f5f5f5;
}

.question_bank_column .center-container-right .column-card-group-item:last-child, .question_bank_column .center-container-right .column-card-group-item:nth-last-child(2) {
  border-bottom: none;
}

.question_bank_column .center-container-right .column-card-group-item:nth-child(3n) {
  border-right: none;
  border-bottom: 1px solid #f5f5f5;
}

.question_bank_column .center-container-right .column-card-group-item-icon {
  width: 26px;
  height: 26px;
  object-fit: contain;
  margin-bottom: 20px;
}

.question_bank_column .center-container-right .column-card-group-item-title {
  font-size: 15px;
  font-weight: 400;
  line-height: 15px;
  color: #393f47;
}

.question_bank_column .center-container-right .column-card-group .bottom-border-none {
  border-bottom: none;
}

.question_bank_column .center-container-right .mock-test-column {
  width: 380px;
  background: #ffffff;
  border-radius: 5px;
  margin-top: 20px;
  padding: 20px;
  box-sizing: border-box;
}

.question_bank_column .center-container-right .mock-test-column .mock-test-title {
  display: flex;
  align-items: center;
}

.question_bank_column .center-container-right .mock-test-column .mock-test-title .title-text {
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
  color: #393f47;
  flex: 1;
  display: flex;
  align-items: center;
}

.question_bank_column .center-container-right .mock-test-column .mock-test-title .title-text .floor-icon {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.question_bank_column .center-container-right .mock-test-column .mock-test-title .title-text .text {
  margin-left: 4px;
}

.question_bank_column .center-container-right .mock-test-column .mock-test-title .more-btn {
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  color: #60656b;
  display: flex;
  align-items: center;
}

.question_bank_column .center-container-right .mock-test-column .mock-test-title .more-btn span {
  margin-right: 4px;
}

.question_bank_column .center-container-right .mock-test-column .test-item {
  display: block;
  width: 340px;
  height: 160px;
  padding: 20px;
  box-sizing: border-box;
  margin-top: 20px;
  background-size: 100%;
  cursor: pointer;
  transition: bottom 0.2s linear 0s;
}

.question_bank_column .center-container-right .mock-test-column .test-item .test-item-top {
  display: flex;
  align-items: center;
}

.question_bank_column .center-container-right .mock-test-column .test-item .test-item-top .top-status {
  flex: 1;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  display: flex;
  align-items: flex-end;
}

.question_bank_column .center-container-right .mock-test-column .test-item .test-item-top .top-status span {
  margin-left: 4px;
}

.question_bank_column .center-container-right .mock-test-column .test-item .test-item-top .top-status .status-processing {
  color: #60656b;
}

.question_bank_column .center-container-right .mock-test-column .test-item .test-item-top .status-time {
  font-size: 13px;
  font-weight: 400;
  line-height: 14px;
  color: #949699;
}

.question_bank_column .center-container-right .mock-test-column .test-item-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #393f47;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  min-height: 43px;
  margin-top: 12px;
  margin-bottom: 16px;
}

.question_bank_column .center-container-right .mock-test-column .test-item .item-btn {
  text-align: right;
}

.question_bank_column .center-container-right .mock-test-column .test-item .item-btn button {
  cursor: pointer;
}

.question_bank_column .center-container-right .mock-test-column .test-item .item-btn .item-btn-content {
  height: 30px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
  padding: 0 16px;
}

.question_bank_column .center-container-right .mock-test-column .test-item .item-btn .success-btn {
  color: #dc5254;
  background: rgba(220, 82, 84, 0.05);
  border: 1px solid rgba(220, 82, 84, 0.25098);
}

.question_bank_column .center-container-right .mock-test-column .test-item .item-btn .has_not_started-btn {
  color: #44a8ff;
  background: rgba(68, 168, 255, 0.05);
  border: 1px solid rgba(68, 168, 255, 0.25098);
}

.question_bank_column .center-container-right .mock-test-column .test-item .item-btn .end-btn {
  color: #60656b;
  background: rgba(148, 150, 153, 0.05);
  border: 1px solid rgba(148, 150, 153, 0.25098);
}

.question_bank_column .center-container-right .mock-test-column .test-item:hover .success-btn {
  background: #dc5254;
  border: 1px solid rgba(220, 82, 84, 0.25098);
  color: #ffffff;
}

.question_bank_column .center-container-right .mock-test-column .test-item:hover .has_not_started-btn {
  color: #ffffff;
  background: #44a8ff;
  border: 1px solid rgba(68, 168, 255, 0.25098);
}

.question_bank_column .center-container-right .mock-test-column .test-item:hover .end-btn {
  color: #ffffff;
  background: #949699;
  border: 1px solid rgba(148, 150, 153, 0.25098);
}

.circle-chart__background {
  stroke: #f5f5f5;
}

.circle-chart__info {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 17px;
  height: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.father_svg,
.add_svg {
  display: none;
}

[aria-expanded="true"] > .father_svg {
  display: inline-block;
}

[aria-expanded="false"] > .add_svg {
  display: inline-block;
}

.isPointer {
  cursor: pointer;
}

.no-svg {
  width: 20px !important;
}

.circle-btn {
  width: 27px;
  height: 27px;
  border: 1px solid #f5f5f5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.circleChartBtn:hover .circle-btn {
  background: rgba(220, 82, 84, 0.05);
  border: 1px solid #dc5254;
}

.circleChartBtn:hover .circle-btn rect,
.circleChartBtn:hover .circle-btn path {
  fill: #dc5254;
}

/*兼容谷歌*/
[type="button"] {
  background-color: #fff !important;
  border-color: transparent !important;
  -webkit-appearance: inherit !important;
}

button {
  outline: none !important;
}

.accordion .fill {
  fill: #dc5254;
}

.question-setting-modal {
  width: 610px;
}

.question-setting-modal .question-setting-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #393f47;
}

.question-setting-modal .question-group {
  margin-top: 40px;
}

.question-setting-modal .question-group-title {
  font-size: 14px;
  line-height: 1;
  color: #949699;
}

.question-setting-modal .question-group-list {
  overflow: hidden;
}

.question-setting-modal .question-group-list .question-item {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  float: left;
  background: #f5f5f5;
  border-radius: 5px;
  font-size: 16px;
  line-height: 20px;
  color: #60656b;
  height: 50px;
  border: 1px solid transparent;
  box-sizing: border-box;
  overflow: hidden;
  margin-top: 20px;
  cursor: pointer;
}

.question-setting-modal .question-group-list .question-item.active {
  position: relative;
  border-color: #dc5254;
  background-color: rgba(220, 82, 84, 0.05);
  font-weight: bold;
  color: #dc5254;
}

.question-setting-modal .question-group-list .question-item.active::before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 0;
  height: 0;
  border-top: 11px solid #dc5254;
  border-bottom: 11px solid transparent;
  border-right: 11px solid #dc5254;
  border-left: 11px solid transparent;
}

.question-setting-modal .question-group-list .question-item.active::after {
  z-index: 1;
  content: "";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 10px;
  height: 10px;
  background-image: url(../../common/images/common/icon_tick.png);
  background-size: initial;
  background-position: center center;
}

.question-setting-modal .question-group-list.group-list-mode .question-item {
  width: 170px;
  margin-left: 10px;
}

.question-setting-modal .question-group-list.group-list-mode .question-item:nth-child(1) {
  margin-left: 0;
}

.question-setting-modal .question-group-list.group-list-number .question-item {
  width: 125px;
  margin-left: 10px;
}

.question-setting-modal .question-group-list.group-list-number .question-item:nth-child(4n + 1) {
  margin-left: 0;
}

.question-setting-modal .button-group {
  display: flex;
  justify-content: center;
  margin-top: 80px;
  margin-bottom: 40px;
}

.question-setting-modal .button-group .setting-button {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  width: 160px;
  height: 50px;
  border-radius: 5px;
  line-height: 1;
  margin: 0 15px;
  cursor: pointer;
}

.question-setting-modal .button-group .setting-button--cancel {
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  color: #60656b;
}

.question-setting-modal .button-group .setting-button--confirm {
  background-color: #dc5254;
  color: #fff;
  font-weight: bold;
}
