.qianru-ctx * {
  box-sizing: border-box;
  font-family: Microsoft YaHei;
}

#cus-link-wrap {
    display: flex;
    flex-direction: column;
}
.baoming,.peixun {
    height: 60px;
    line-height: 60px;
    font-size: 15px;
    color: #333;
    border-bottom: 1px solid #E1E9FF;
}

.baoming {
    order: -1;
}
.peixun {
    order: 25;
}

#cus-link-wrap >div:nth-child(1) {
    order:10;
    margin-left: 30px;
}
#cus-link-wrap >div:nth-child(2) {
    order:20;
    margin-left: 30px;
}
#cus-link-wrap >div:nth-child(3) {
    order:30;
    margin-left: 30px;
}

.p_parentBox.active .p_linkBox:hover:before {
    width: 100%;
    left: 0%;
    background-color: #2c53c4;
}

.p_parentBox.active .e_title {
    color: #2c53c4;
}






/* 提示框 */
#alert-pc-1 {
  position: fixed;
  z-index: 10000000;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  min-width: 100px;
  min-height: 40px;
  line-height: 40px;
  padding: 0 20px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 14px;
  text-align: center;
  transition: 0.5s;
  opacity: 0;
}
#alert-pc-1.shown {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

/* 提示框 */

.main-title {
  display: none;
  text-align: center;
  font-size: 28px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}

.tip {
  padding-left: 100px;
  margin-top: 30px;
  font-size: 16px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #ff0000;
}

/* 表单项目 */
.form-box {
  padding-top: 30px;
}

.form-item {
  margin-bottom: 32px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.input-label {
  min-width: 286px;
  padding-left: 100px;
  height: 40px;
  line-height: 40px;

  font-size: 20px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}

.input-label:not(.not-required)::after {
  content: "*";
  font-size: 20px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #ff0000;
  margin-top: 5px;
  position: relative;
  top: 5px;
}

.input-box {
}
.form-input {
  width: 489px;
  height: 40px;
  padding-left: 15px;
  border-radius: 8px 8px 8px 8px;
  opacity: 1;
  border: 1px solid #cccccc;
  outline: none;

  font-size: 16px;
  color: #333;
}

.form-input:disabled {
    cursor: not-allowed;
}

.form-input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: Microsoft YaHei-Light, Microsoft YaHei;
  font-weight: 300;
  color: #888 !important;
}
.input-tip {
  margin-top: 10px;
  padding-left: 1em;
  font-size: 12px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #999999;
}

/* 实验室安全培训 开始*/
.peixun-tip {
  margin-top: 30px;
  text-align: center;
  font-size: 16px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #ff0000;
}

.peixun-tip2 {
  margin-top: 30px;
  text-align: left;
  font-size: 20px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 42px;
}

.peixun-tip3 {
  margin-top: 20px;
  text-align: left;
  font-size: 14px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #ff0000;
}

.video-box {
  margin-top: 30px;
  width: 100%;
  height: 494px;
  height: auto;
}

.video-box video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* 实验室安全培训 结束 */

.btn-box {
  margin-top: 50px;
  text-align: center;
}

.btn-submit,.btn-watch {
  min-width: 94px;
  padding-left: 10px;
  padding-right: 10px;

  height: 40px;
  background: #2c53c4;
  border-radius: 8px 8px 8px 8px;
  color: #fff;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
  outline: none;
  border: none;
  
  margin: 0 20px;
}

/* // 水波涟漪效果 */
.btn-ripple:hover {
  opacity: 1;
  position: relative;
  overflow: hidden;
}

.btn-ripple:hover::before {
  animation: ani_ripple 0.75s;
  z-index: 1;

  content: "";
  position: absolute;
  display: block;
  transition: all 0.6s;
  width: 100%;
  height: 0;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  padding-top: 100%;
  transform: translateX(-50%) translateY(-50%);
}

@keyframes ani_ripple {
  0% {
    background: rgba(0, 0, 0, 0.25);
    transform: translateX(-50%) translateY(-50%) scale(0);
  }

  to {
    background: transparent;
    transform: translateX(-50%) translateY(-50%) scale(1);
  }
}








/* 答题测验 开始*/
.timu-box {
  padding-top: 70px;
}

.timu-item {
  margin-bottom: 30px; 
}

.timu-title {
  /* display: flex; */
  font-size: 20px;
}
.timu-type {
  color: #2C53C4;
  margin-right: 6px;
}

.xuanxiang-items {
  margin-top: 15px;
  font-size: 20px;
  color: #666666;
}

.xuanxiang-item {
  margin-bottom: 15px;
  display: flex;
  align-items: flex-start;
  cursor: pointer;
}


.xuanxiang-item:last-child {
  margin-bottom: 0;
}

.check-0,.check-1 {
  width: 14px;
  margin-right: 5px;
  margin-top: 6px;
}
.check-1 {
  display: none;
}


.xuanxiang-item.checked .check-0 {
  display: none;
}
.xuanxiang-item.checked .check-1 {
  display: inline-block;
}




/* 答题提示 */
.modal-tip-wrap {
  position: fixed;
  z-index: 100000;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
  /* background: rgba(0, 0, 0, 0); */
  opacity: 0;
}

.modal-tip-wrap.shown {
  background: rgba(0, 0, 0, 0.39);
  opacity: 1;
  display: flex;
}

.modal-tip-inner {
  position: relative;
  width: 360px;
  min-height: 221px;
  padding: 30px 20px;
  border-radius: 4px;
  overflow: hidden;
  background-color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}

.modal-tip-close {
  width: 24px;
  position: absolute;
  right: 10px;
  top: 18px;
  cursor: pointer;
}

.modal-tip-warn {
}
.modal-tip-warn img {
  width: 36px;
  height: 36px;
}

.modal-tip-title {
  margin-top: 30px;
  font-size: 18px;
  color: #333;
  font-weight: bold;
}

.modal-tip-desc {
  margin-top: 10px;
  padding: 0 15px;
  font-size: 18px;
  color: #333;
}

.modal-tip-btn-box {
  margin-top: 30px;
}

.modal-tip-btn {
  width: 140px;
  height: 35px;
  line-height: 35px;
  background: #2c53c4;
  color: #fff;
  box-shadow: none;
  border: none;
  border-radius: 3px;
  outline: none;
  cursor: pointer;
  font-size: 16px;
}



/* 答题测验 结束 */



/* 视频播放器 */
.dplayer-bar-wrap {
  display: none !important;
}
/* 视频播放器 */















/*新增 答题样式*/
.result-box {
    background: #f6fbfd;
    padding: 20px;
}
.result-title {
    text-align: center;
    font-size: 20px;
}

.result-title b {
    color: coral;
}

.cuowu-info {
    margin-top: 20px;
    font-size: 16px;
}

.cuowu-info-title {
    margin-bottom: 10px;
}

.cuowu-info-list {
    display: flex;
    flex-wrap: wrap;
}

.cuowu-timu {
    margin-bottom: 20px;
    margin-right: 15px;
    width: 30px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    
    background:  #EEE;
    color: #666;
    font-size: 16px;
    cursor: pointer;
}


.cuowu-timu:hover {
    color: #FFF;
    background: #2c53c4;
}


.timu-daan {
    margin-top: 20px;
    font-size: 20px;
    COLOR: coral;
    font-weight: bold;
    COLOR: #67C23A;
}



















