.CertificateInquiry{
  background: url(../images/searchBg.png);
  background-size: 100% 100%;
  min-height: calc(100vh - 132px );

}.CertificateInquiry .content {
  width: 1134px;
  margin: 0 auto;
  padding-top: 32px;
}

.CertificateInquiry .content .title {
  font-weight: 400;
  font-size: 22px;
  color: #333333;
  line-height: 32px;
  position: relative;
}
.CertificateInquiry .content .title span {
  position: relative;
  z-index: 2;
}

.CertificateInquiry .content .title::before {
  content: '';
  display: block;
  width: 109px;
  height: 12px;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.5) 0%, #C4DCFF 100%);
  border-radius: 8px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.CertificateInquiry .content .searchBox{
  margin: 42px auto 0;
  width: 616px;
  background: linear-gradient(180deg, #DFEEFF 0%, #FFFFFF 100%);
  border-radius: 16px;
  border: 1px solid rgba(113, 152, 209, 0.5);
  display: block;
  padding:43px 80px 60px  ;
  box-sizing: border-box;
}

.CertificateInquiry .content .searchBox .searchBox_title {
  font-weight: 400;
  font-size: 24px;
  color: #000000;
  line-height: 33px;
}

.CertificateInquiry .content .searchBox .layui-form{
  margin-top: 32px;
}

.CertificateInquiry .content .searchBox .layui-form input {
  resize: none;
  border-radius: 4px;
  height: 48px;
    line-height: 48px;
    padding: 0 15px;
    width: 456px;
}
.el-form-item{
  margin-bottom: 32px!important;
}
.el-form-item__content{
  height: 48px;
}

.searchBox .el-button--primary{
  width: 100%;
  background: #095DD8!important;
  border-color: #095DD8 !important;
  line-height: 52px!important;
  padding: 0!important;
  font-size: 16px!important;
  margin-top: 32px!important;
}
.el-input__inner{
  color: #000!important;
}

.el-form-item__error{
  color: #FF5555!important;
}
.el-form-item.is-error .el-input__inner{
      border-color: #F56C6C!important;
}


#captcha *{
  box-sizing: border-box;
}

.block {
  position: absolute;
  left: 0;
  top: 0;
}

.sliderContainer {
  position: relative;
  text-align: center;
  line-height: 32px;
  height: 32px;
  background: #f7f9fa;
  color: #45494c;
  border-radius: 12px;
  margin-top: -10px;
}

canvas{
  border-radius: 12px;
  overflow: hidden;
}

.sliderbg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background-color: #f7f9fa;
  height: 32px;
  border-radius: 2px;
  border: 1px solid #e6e8eb;
}

.sliderContainer_active .slider {
  top: -1px;
  border: 1px solid #095DD8;
}

.sliderContainer_active .sliderMask {
  border-width: 1px 0 1px 1px;
}

.sliderContainer_success .slider {
  top: -1px;
  border: 1px solid #52CCBA;
  background-color: #52CCBA !important;
}

.sliderContainer_success .sliderMask {
  border: 1px solid #52CCBA;
  border-width: 1px 0 1px 1px;
  background-color: #D2F4EF;
}

.sliderContainer_success .sliderIcon:before {
  content: "\f00c";
}

.sliderContainer_fail .slider {
  top: -1px;
  border: 1px solid #f57a7a;
  background-color: #f57a7a !important;
}

.sliderContainer_fail .sliderMask {
  border: 1px solid #f57a7a;
  background-color: #fce1e1;
  border-width: 1px 0 1px 1px;
}

.sliderContainer_fail .sliderIcon:before {
  content: "\f00d";
}

.sliderContainer_active .sliderText, .sliderContainer_success .sliderText, .sliderContainer_fail .sliderText {
  display: none;
}

.sliderMask {
  position: absolute;
  left: 0;
  top: 0;
  height: 32px;
  border: 0 solid #095DD8;
  background: #D1E9FE;
  border-radius: 2px;
}

.slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  background: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: background .2s linear;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider:hover {
  background: #095DD8;
  color: #fff;
}

.slider:hover .sliderIcon {
  background-position: 0 -13px;
}

.sliderText {
  position: relative;
  font-size: 14px;
}

.sliderIcon {
}

.refreshIcon {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  margin: 6px;
  color: rgba(0,0,0,.25);
  font-size: 1rem;
  z-index: 5;
  transition: color .3s linear;
}

.refreshIcon:hover {
  color: #6c757d;
}

.newConfirm {
  border-radius: 12px !important;
  width: 405px !important;

}

.newConfirm .el-message-box__header {
  padding: 24px 32px 16px;

  border-bottom: 1px solid #f6f6f6;
  display: flex;
  justify-content: space-between;
  align-items: center;

  .el-message-box__title {
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 16px;
    color: #333333;
    line-height: 22px;
    font-style: normal;
  }

  .el-message-box__headerbtn {
    position: static;
    margin-right: -5px;

    .el-message-box__close {
      color: #ccc;
      font-weight: bold;
      font-size: 18px;
    }
  }
}

.newConfirm .el-message-box__content {
  padding: 16px 32px 32px;

  .el-message-box__container {
    margin-bottom: 0;
  }

  .el-message-box__status {
    margin-right: 10px;
  }

  .el-message-box__message {
    padding-left: 0 !important;
    font-size: 14px;
    color: #333333;
    font-family: PingFangSC, PingFang SC;
  }

  .el-textarea__inner {
    min-height: 150px !important;
  }
}

.newConfirm .el-message-box__btns {
  padding: 0 32px 24px 32px !important;
  padding-top: 0;

  button {
    padding: 0;
    height: 40px;
    width: 84px;
  }

  button:nth-child(2) {
    margin-left: 12px;
  }

  .btn--min3 {
    width: 124px !important;
  }
    .el-button--primary {
      width: 100%;
      background: #1C6FE9 !important;
      border-color: #1C6FE9 !important;
      padding: 0 !important;
      font-size: 14px !important;
    }
}



.resultBox{
  margin-top: 40px;
  border: 1px solid #B9D5FF;
  color: #333;
  font-size: 14px;
  line-height: 28px;
  *{
    box-sizing: border-box;
  }
  .flex{
    display: flex;
  }
  .aic{
    align-items: center;
  }
  .aie{
    align-items: end;
    line-height: 1;
    color: #095DD8;
    font-size: 16px;
    padding: 16px 30px!important;
height: 136px;
  }
  .tr{
  border-bottom: 1px solid #B9D5FF;
  display: flex;
  &:last-child{
  border-bottom: 0;
  }
  }
  .bb1{
  border-bottom: 1px solid #B9D5FF;
  }
  .th{
  border-right: 1px solid #B9D5FF;
  background: #F0FAFF;
  min-width: 178px!important;
  color: #666;
  }
  .td-short{
    min-width: 357px!important;
  border-right: 1px solid #B9D5FF;
  }
    .td-short1{
      width: 420px;
     
      .hand{
        margin-left: 20px;
      }
    }
  .td,.th,
  .td-short,
  .td-short1{
    padding: 20px  30px;
  }
  .color-success{
    color: #0FBC6B;
  }
  .hand{
    cursor: pointer;
  }
}