.solution-ban {
  position: relative;
}

.perform-form-box {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1200px;
}
.get-free-perform {
  position: absolute;
  width: 433px;
  height: 306px;
  top: 117px;
  /* right: 361px; */
  right: 0;
  padding: 0 63px;
  border-radius: 10px;
  background-color: #fff;
  box-sizing: border-box;
}
.get-free-perform * {
  box-sizing: border-box;
}
.get-free-perform .form-title {
  color: #333333;
  font-size: 22px;
  font-weight: 500;
  margin-top: 26px;
  text-align: center;
  height: 14px;
}
.swiper_wrap {
  position: relative;
  width: 245px;
  height: 23px;
  margin: 17px auto 0;
  overflow: hidden;
  background: #E9F1FD;
  border-radius: 18px;
  color: #186CEA;
  font-size: 12px;
}

.swiper_wrap ul {
  position: relative;
  top: 0;
  left: 0;
  width: 245px;
  float: right;
  margin-top: 1px;
  padding: 0;
}

.swiper_wrap ul li {
  text-align: center;
  line-height: 23px;
}

.get-free-perform .perform-form-wrap {
  margin-top: 5px;
  width: 100%;
}
.get-free-perform .perform-form-wrap .banner-form-line {
  position: relative;
}
.get-free-perform .perform-form-wrap .banner-form-line .perform-error-tip {
  display: none;
  position: absolute;
  top: 29px;
  left: 0;
  color: #eb5555;
  font-size: 12px;
}
.get-free-perform .perform-form-wrap .banner-form-line .label-con {
  position: absolute;
  left: 0;
  top: 0;
  height: 46px;
  display: flex;
  align-items: center;
  color: #666666;
  font-size: 14px;
}
.get-free-perform .perform-form-wrap .banner-form-line .label-con .required-mark {
  color: #eb5555;
  margin-right: 2px;
}
.get-free-perform .perform-form-wrap .banner-form-line .banner-form-input {
  width: 100%;
  height: 46px;
  outline: none;
  border: none;
  border-bottom: 1px solid #DCDCDC;
  color: #666666;
  font-size: 14px;
  border-radius: 0;
}
.get-free-perform .perform-form-wrap .banner-form-line #codeImg {
  position: absolute;
  top: 9px;
  right: 0;
  width: 88px;
  height: 28px;
  border: 1px solid #DCDCDC;
  color: #666666;
  font-size: 12px;
  cursor: pointer;
}
.get-free-perform .perform-form-wrap .submit-btn {
  margin-top: 24px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #186CEA;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  border-radius: 20px;
  cursor: pointer;
}

.banner-form-success-wrap {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999999;
}
.banner-form-success-popup {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 476px;
  height: 220px;
  background-color: #fff;
  text-align: center;
  box-shadow: 1px 1px 6px #999;
}
.banner-form-success-popup .tip-title {
  margin-top: 34px;
  display: flex;
  align-items: center;
}

.banner-form-success-popup .tip-title img {
  width: 33px;
  height: auto;
  margin-right: 15px;
}

.banner-form-success-popup .tip-title span {
  font-size: 18px;
  font-weight: 600;
  color: #333333;
}

.banner-form-success-popup .tip-msg {
  margin-top: 47px;
  font-size: 15px;
  line-height: 19px;
  color: #333333;
}

.banner-form-success-popup .tip-msg .orangeCity {
  margin-left: 8px;
  margin-right: 8px;
  font-weight: bold;
  font-size: 22px;
  color: #FF6C00;
  line-height: 19px; 
}
.banner-form-success-popup .tip-msg .orangeTel {
  margin-left: 8px;
  margin-right: 8px;
  font-weight: bold;
  font-size: 21px;
  color: #FF6C00;
  line-height: 19px; 
}



.banner-form-success-popup .cancel-btn {
  width: 156px;
  height: 37px;
  line-height: 35px;
  text-align: center;
  border: 1px solid #346BE2;
  border-radius: 5px;
  margin-top: 43px;
  color: #346BE2;
  font-size: 14px;
  box-sizing: border-box;
}


.banner-form-success-popup .confirm-btn {
  width: 156px;
  height: 37px;
  line-height: 35px;
  text-align: center;
  border: 1px solid #346BE2;
  background-color: #346BE2;
  border-radius: 5px;
  margin-top: 43px;
  color: #FFFFFF;
  font-size: 14px;
  box-sizing: border-box;
}

.banner-form-success-popup .close {
  position: absolute;
  right: 20px;
  top: 14px;
  width: 14px;
  height: 14px;
}

.banner-form-success-popup img {
  animation: unset;
  opacity: 1;
}
.banner-form-success-btn {
  cursor: pointer;
}

.mask{
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    background: rgba(0,0,0,.5);
}


/* banner和第一栏痛点底部按钮 */
.btn-sheet-banner-learn {
  display: inline-block;
  width: 113px;
  height: 34px;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.36);
  color: #0947BD;
  border-radius: 17px;
  text-align: center;
  line-height: 34px;
  cursor: pointer;
}
.btn-sheet-banner-learn img {
  width: 18px;
  height: 18px;
  vertical-align: middle;
}
.btn-sheet-banner-learn:hover {
  transform: scale(1.1);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.btn-down-solve {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 161px;
  height: 36px;
  color: rgba(24, 108, 234, 1);
  border: 1px solid rgba(24, 108, 234, 0.58);
  border-radius: 36px;
  margin-bottom: 30px;
  cursor: pointer;
  animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
  font-size: 17px;
}
.btn-down-solve:hover {
  background-color: rgba(235, 246, 255, 1);
}
.btn-down-solve img
{
  width: 22px;
  height: 22px;
  margin-right: 17px;
}

/* 试用 Banner：图形码 + 短信验证码 */
.get-free-perform.trial-form-sms-v2 {
  height: auto;
  min-height: 380px;
  padding-bottom: 18px;
}
.get-free-perform.trial-form-sms-v2 .perform-form-wrap .banner-form-line--sms .banner-form-input {
  padding-left: 92px;
  padding-right: 108px;
}
.get-free-perform.trial-form-sms-v2 .banner-sms-code-btn {
  position: absolute;
  top: 9px;
  right: 0;
  min-width: 96px;
  height: 28px;
  padding: 0 8px;
  border: 1px solid #186CEA;
  background: #fff;
  color: #186CEA;
  font-size: 12px;
  border-radius: 4px;
  cursor: pointer;
  line-height: 26px;
  text-align: center;
}
.get-free-perform.trial-form-sms-v2 .banner-sms-code-btn:disabled {
  cursor: not-allowed;
  opacity: 0.65;
  border-color: #ccc;
  color: #999;
}
