.bobo_template {
  padding: 100px 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.bobo_template .wp {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 960px;
}

.bobo_template h3 {
  font-size: 40px;
  color: #fff;
}

.bobo_template p {
  margin: 20px 0;
  line-height: 2;
  font-size: 20px;
  color: #fff;
  text-align: center;
}

.bobo_template a {
  margin-top: 50px;
  padding: 10px 30px;
  border: 1px solid var(--color-primary);
  color: var(--color-primary);
}

.bobo_template a:hover {
  background: var(--color-primary);
  color: #fff;
}


/*询盘*/
.cd-popup.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.cd-popup {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  z-index: 1000;
}

.cd-popup .div_info {
  position: absolute;
  top: 120px;
  left: 50%;
  margin-left: -15%;
  float: none;
  max-height: 80%;
  overflow: auto;
}

.cd-popup .div_info {
  width: 30%;
  padding: 55px;
  background: #fff;
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.1);
}

.cd-popup .div_info h3 {
  padding-bottom: 20px;
  font-size: 28px;
  color: #333;
  line-height: 24px;
  letter-spacing: 1px;
}

.cd-popup .div_info input,
.cd-popup .div_info textarea {
  display: block;
  width: 100%;
  height: 62px;
  margin: 0 auto;
  margin-top: 20px;
  padding-left: 30px;
  font-size: 16px;
  border: none;
  background: #fafafa;
  border: 1px solid #eee;
  outline: none;
}

.cd-popup .div_info button {
  width: 100%;
  height: 66px;
  font-size: 15px;
  color: #fff;
  background: var(--color-primary);
  margin-top: 36px;
  border: none;
  outline: none;
  letter-spacing: 1px;
  font-family: 'Montserrat-Bold';
  -webkit-transition: .3s all;
  -moz-transition: .3s all;
  -ms-transition: .3s all;
  transition: .3s all;
}

.cd-popup .div_info button:hover {
  background: #2054b5;
  cursor: pointer;
}

.cd-popup .div_info textarea {
  height: 197px;
  padding: 20px 30px 20px 30px;
  line-height: 30px;
}

.cd-popup .cd-popup-close {
  position: absolute;
  right: 7%;
  top: 41px;
  font-size: 42px;
  color: #999;
}

.cd-popup .cd-popup-close:hover {
  text-decoration: none;
}

.cd-popup .crmFormVali-error {
  color: #a94442;
  font-size: 12px;
  line-height: 1;
  position: absolute;
  right: 20px;
  top: calc(50% - 6px);
}

.cd-popup .input-position {
  position: relative;
}


 @media screen and (max-width: 1280px){
.bobo_template .wp {
    width: 100%;
}
  }



@media screen and (max-width: 768px){
.bobo_template h3 {
    font-size: 27px;
}
.bobo_template p {
    margin: 10px 0;
    font-size: 16px;
}
  .bobo_template {
    padding: 30px;
}
  .bobo_template a {
    margin-top: 10px;
    padding: 10px 20px;
}
  }
 @media screen and (max-width: 500px){
.bobo_template h3 {
    font-size: 17px;
}
.bobo_template p {
    margin: 10px 0;
   font-size: 12px;
}
  }