.portfolio .entry{position: relative; background: #fff;}
.portfolio .entry .word{
  width:100%;
  height: 1.5rem;

  position: absolute;
  bottom: 1rem;
  left: 0;
  text-align: center;
  line-height: 1.5rem;
  margin: 0;

  font-size: 0.8rem;
  font-weight: 550;
  color: #333;
  background:  transparent;
}


.productTitle ,
.productTitle h1{
  width: 90%;
  margin: 0 auto 30px;
  font-size: 1rem;
  color:#333;
}
.productTitle h1{display: inline;font-weight: bold;}


.formBox{
  width: 100%;
  padding: 40px 0 40px;
  /* background: #F2F3FB; */
  background: #fff;
}
.formBox .formTitle{
  padding-bottom: 30px;
  font-size: 40px;
  color: #333;
  text-align: center;
}
.formBox .outBox{
  /* width: 100%; */
  width: 640px;

  background: #fff;
  border-radius: 3px;
  -moz-box-shadow:0 2px 12px 0 rgb(0 0 0 / 10%);;/*firefox*/ 
  -webkit-box-shadow:0 2px 12px 0 rgb(0 0 0 / 10%);;/*webkit*/
  box-shadow:0 2px 12px 0 rgb(0 0 0 / 10%);;
}
.formBox .outBox .label{
  margin: 20px 0;
}
.formBox .outBox .inputBox{
  -webkit-appearance: none;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #dcdfe6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #606266;
  display: inline-block;
  font-size: inherit;
  height: 40px;
  line-height: 0;
  outline: 0;
  padding: 0 15px;
  -webkit-transition: border-color .2s cubic-bezier(.645,.045,.355,1);
  transition: border-color .2s cubic-bezier(.645,.045,.355,1);
  width: 100%;
}
.formBox .outBox .inputBox input{
  width: 100%;
  height: 38px;
  line-height: 38px;
  border: none;
  outline: none;
  color: #606266;
}

.formBox .agree{
  font-size: 12px;
  color: #666;
}
.formBox .agree>span.wordBox{vertical-align: 2px;}
.formBox .agree>span.wordBox span{font-size: 18px;vertical-align: -1px;}
.formBox .agree a {color: #551A8B;}

.formBox .outBox .submitBtn {
  height: 40px;
  line-height: 38px;
  white-space: nowrap;
  cursor: pointer;
  border: 1px solid #409eff;
  text-align: center;
  box-sizing: border-box;
  margin: 30px 0 30px;
  font-weight: 500;
  font-size: 16px;
  border-radius: 4px;

  color: #fff;
  background-color: #409eff;
  border-radius: 20px;
}
/* 手机 */
@media screen and (max-width: 767px) {
  .formBox{
    padding: 2rem 0 2rem;
  }
  .formBox .formTitle{
    padding-bottom: 1.875px;
    font-size: 2rem;
  }
  .formBox .outBox{
    width: 85%;
  }
  .formBox .outBox .label{
    margin: 1.25rem 0;
  }
  .formBox .outBox .inputBox{
    height: 2.5rem;
    line-height: 2.5rem;
    padding: 0 1rem;
  }
  .formBox .outBox .inputBox input{
    width: 100%;
    height: 2.375rem;
    line-height: 2.375rem;
  }
  
  .formBox .agree{
    font-size: 0.75rem;
  }
  .formBox .agree>span.wordBox{vertical-align: 2px;}
  .formBox .agree>span.wordBox span{font-size: 1.125rem;vertical-align: -1px;}
  .formBox .agree a {color: #551A8B;}
  
  .formBox .outBox .submitBtn {
    height: 2.5rem;
    line-height: 2.375rem;
    margin: 1.75rem 0 1.75rem;
    font-size: 1rem;
    border-radius: 1.25rem;
  }
}