/* 头部banner begin */
.solution-ban {
  position: relative;
  width: 100%;
  height: 515px;
  position: relative;
  background: url("../img/productSeries/cloud-banner-bg@2x.png") center top no-repeat;
  background-size: cover;
  min-width: 1260px;
}
.solution-ban .solution-ceter {
  width: 960px;
  padding-top: 215px;
  margin: 0 auto;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.solution-ceter .ban-title {
  font-size: 40px;
  color: #333333;
  font-weight: 800;
  line-height: 40px;
}
.solution-ceter .ban-txt {
  font-size: 15px;
  line-height: 24px;
  color: #333333;
  margin: 15px 0 27px;
  opacity: 0;
  -webkit-animation: slide-left 1s forwards;
  animation: slide-left 1s forwards;
  animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
}
.solution-ceter .btn-wraps {
  opacity: 0;
  -webkit-animation: slide-left 1s forwards;
  animation: slide-left 1s forwards;
  animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
}
.btn-wraps img {
  height: 22px;
  width: auto;
  vertical-align: middle;
  margin-right: 9px;
}
.btn-wraps span {
  vertical-align: middle;
}
.btn-wraps .btn-video {
  display: inline-block;
  text-align: justify;
  width: 125px;
  height: 30px;
  font-size: 14px;
  text-align: center;
  line-height: 30px;
  background: #186CEA;
  color: #fff;
  border-radius: 4px;
  margin-right: 15px;
  cursor: pointer;
}

.btn-wraps .btn-trial {
  display: inline-block;
  width: 125px;
  height: 30px;
  font-size: 14px;
  border: 1px solid #186CEA;
  color: #186CEA;
  border-radius: 4px;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
}
.btn-wraps .btn-video:hover,
.btn-wraps .btn-trial:hover {
  transform: scale(1.1);
  /* box-shadow: 0px 0px 0px 8PX rgba(255, 255, 255, 0.4); */
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.perform-form-box {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1265px;

}
.perform-form-box .product_banner {
  width: 736px;
  height: 380px;
  position: absolute;
  top: 92px;
  right: 0;
}

/* 头部banner end */
/* 二维码对话框 begin */
.service-code-wrap {
  display: none;
  text-align: center;
}
/* .service-code-wrap .close_icon {

} */
.service-code-wrap .service_tit {
  margin-top: 31px;
  font-weight: 500;
  font-size: 22px;
  color: #333333;
  line-height: 24px;
}
.service-code-wrap .code-con {
  width: 356px;
  height: 356px;
  border: 1px solid #DDDDDD;
  margin: 13px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.service-code-wrap .code-con img {
  width: 312px;
  height: 312px;
}
.service-code-wrap .bot_tips {
  margin-top: 9px;
  color: #666666;
  font-size: 16px;
}
/* 二维码对话框 end */
