.checkrobot {
  position: fixed !important;
  left: 50%;
  top: 50%;
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  z-index: 2005;
  display: flex;
  align-items: center;
  flex-direction: row;
  text-align: center;
  box-sizing: border-box;
  max-width: 650px;
  width: 85%;
  min-height: 302px;
  background: #f9fdff;
  border: 1px solid #e0f2f5;
}

.checkrobot.sm {
  flex-direction: column;
}

.checkrobot .left {
  width: 200px;
  display: flex;
  margin-left: 40px;
  margin-bottom: 50px;
}

.checkrobot.sm .left {
  width: 100%;
  margin: 10px auto 20px auto;
  justify-content: center;
}

.checkrobot .right {
  height: auto !important;
  display: flex;
  flex-direction: column;
  width: 300px;
  margin-left: 40px;
}

.checkrobot.sm .right {
  margin-left: 0px;
  padding: 0px 20px;
  width: calc(100% - 40px);
}

.checkrobot .right .title {
  display: flex;
  line-height: 15px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  color: #adadad;
  text-align: left;
}

.checkrobot .right .content {
  display: flex;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #526d80;
  text-align: left;
  margin: 10px 0px 25px 0px;
}

.checkrobot .right .slideali {
  display: flex;
  width: 100%;
  height: 34px;
  position: relative;
}

.checkrobot .right .slideali #checkauto {
  display: flex;
  height: 34px;
  line-height: 34px;
  width: 100%;
  display: flex;
  margin: 0px auto;
  font-size: 12px;
}

.checkrobot.sm .right .slideali #checkauto {
  width: 100%;
}

.checkrobot .right .slideali #checkauto .slider-check-box {
  align-items: center;
  background-color: #e9e9e9;
  color: #585858;
  display: flex !important;
  flex-grow: 1;
  height: 40px;
  justify-content: center;
  position: relative;
  transition: all 1s;
  cursor: pointer;
}

.checkrobot .right .slideali #checkauto .slider-check-box .slider-check {
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
  background-color: #e9e9e9;
  position: relative;
  transition: 1s all;
  user-select: none;
  color: #585858;
  height: 40px;
  text-align: center;
}

.checkrobot .right .slideali #checkauto .slider-check-box .slider-check .txt {
  color: #585858;
}

.checkrobot
  .right
  .slideali
  #checkauto
  .slider-check-box
  .slider-check.success
  .txt {
  color: #ffffff;
}

.checkrobot
  .right
  .slideali
  #checkauto
  .slider-check-box
  .slider-check.success {
  background-color: #198eeb;
  color: #fff;
}

.checkrobot .right .slideali #checkauto .slider-check-box .slider-check .icon {
  position: absolute;
  left: 0;
  width: 50px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #198eeb;
  background-color: #fff;
  border: 1px solid #d8d8d8;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  box-sizing: border-box;
}

.checkrobot
  .right
  .slideali
  #checkauto
  .slider-check-box
  .slider-check
  .icon.icon-success {
  left: auto;
  right: 0;
}

.checkrobot .right .tip {
  display: flex;
  margin: 10px 0px;
  color: red;
}
