
.table th, .table td {
  /* 用于设置table单元格等宽 */
  width: 0;
}
.table td:first-child {
  width: 40%;
}

.custom-control-input:checked ~ .custom-control-label::before {
  border-color: #5BACFF;
  background-color: #5BACFF;
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #5BACFF;
}

.title {
  color: #0693FF;
}

.form-container {
  /* min-height:44vh; */
  position:absolute;
  background-image: url("../../img/white-bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 5%;
  padding-top: 3%;
  padding-bottom: 7rem;
  width: 65%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.con-section {
  min-height: 350px;
  max-height: 60vh;
  overflow-y: auto;
}

.answer-label {
  line-height: 1.3;
}

.bottm_btn {
  position: absolute;
  z-index: 99;
  bottom: 27px;
  /* left: 0;
  right: 0; */
  left: 50%;
  transform: translateX(-50%);
  width: 85%;
  padding-top: 20px;
  border-top: 2px solid #5BACFF;
}

.myform_style {
  max-height: 52vh;
  /*overflow:auto;*/
}
.question-success-box {
  margin-top: 100px;
}
.question-success-box img {
  max-width: 100%;
}
.question-tips {
  border: 1px dashed #5BACFF;
  padding: 5px 10px;
  border-radius: 3px;
  font-size: 15px;
  color: #5BACFF;
}
/* 提示弹窗 */
.message-box {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: none;
}
.message-box-content {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 999;
  width: 400px;
}
.message-box .message-box-title {
  font-size: 18px;
  color: #333;
  padding-bottom: 10px;
  text-align: center;
}
.message-box .message-box-text {
  font-size: 16px;
  color: #666;
  text-align: center;
  margin-bottom: 20px;
}
.message-box .message-box-btn {
  display: flex;
  justify-content: center;
}
.progress-container {
  display: flex;
  justify-content: center;
  color: #333;
  align-items: center;
}

.progress-bar {
  width: 95%;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  overflow: hidden;
  height: 12px;
}

.progress-bar-inner {
  height: 12px;
  width: 0;
  background-color: #5BACFF;
  transition: width 0.3s ease;
  border-radius: 8px;
}
.progress-percent {
  margin-left: 5px;
  font-size: 14px;
}

.btn-blue {
  width: 120px;
  background: linear-gradient(0deg, #44B5FE 0%, #5F9DFA 100%);
  border-radius: 12px;
  font-size: 16px;
  color: #FFFFFF;
}
.btn-blue:hover {
  color: #FFFFFF;
}
@media screen and (max-width: 500px) {
  .table td:first-child {
    width: 0;
  }
  body {
    font-size: 13px;
  }
  .title {
    position: sticky;
    top: 0;
    z-index: 100;
    background-color: #fff;
    padding-bottom: 8px;
  }
  .form-container {
    width: 97.5%;
    min-height: 99vh;
    background-image: url("../../img/white-bg-mo.png");
    /* padding: 1rem 0.8rem 5rem; */
  }
  .con-section {
    min-height: 76vh;
    max-height: 76vh;
    height: 76vh;
  }
  .bottm_btn {
    bottom: 52px;
  }

  .btn-blue {
    /*width: 100px;*/
  }

  .container {
    padding-left: 0.55rem;
    padding-right: 0.55rem;
  }
  .answer-item {
    min-height: 1.6rem;
  }
  .table-out-border {
    border: 1px solid #e8e8e8;
  }
  .thead-bg {
    position: sticky;
    top: 30px;
    z-index: 100;
    background: #f6f6f6;
  }
  .liangbiao-table {
    font-size: 14px;
  }
  .liangbiao-table th {
    padding: 0.75rem 0.25rem;
  }
  .layui-form-selected dl {
    width: 100%;
  }
  .layui-form-select dl dd {
    white-space: normal;
    line-height: 22px;
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .message-box-content {
    width: 90%;
  }
  .progress-bar {
    width: 90%;
    margin-top: 30px;
  }
  .mulBlank input {
    max-width: 180px !important;
  }
}
