
.details{
  width: 100%;
  /* padding-top: 8%; */
  background-color: #F1FBFF;
  /* background-image: url(../image/bgimg4.png); */
}
.ad img{
width: 100%;
}
.details-wrap{
  width: 100%;
  margin: 0 auto;
}

/* 加盟表单 */
.describe{
  width: 70%;
  margin: 0 auto;
  padding-bottom: 6%;
}
/* 加盟申请文字介绍 */
.suggest h1{
  font-size: 32px;
  color: #1D2233;
  font-weight: bold;
  line-height: 4;
  padding-left: 45%;
}
.suggest dt{
  font-size: 18px;
  line-height: 2;
  color: #1D2233;
  /* text-indent: 36px; 首行缩进*/
}
/* 加盟申请表单 */
.suggest dd{
  margin-top: 40px;
  width: 100%;
  padding: 3% 15%;    
  background-color: #FFF;
  /* box-shadow: 0 15px 15px 10px rgba(0,0,0,0.03); */
}
.suggest dd ul{
width: 100%;
margin: 0 auto 0;
padding-top: 1%;
border-bottom: 1px solid #ccc;
}
.suggest dd ul li{
  width: 100%;
  float: left;
  padding-bottom: 10px;
}
.suggest dd ul li label{
  font-size: 18px;
  color: #1D2233;
  width: 12%;
  padding-right: 3%;
  line-height: 2;    
  /* display: inline-block; */
  float: left;
  text-align-last: justify;
}
.suggest dd ul li input[type=text],
.suggest dd ul li input[type=email]{
  border: 1px solid #ccc;
  width: 80%;
  height: 36px;
  text-indent: 10px;
  font-size: 18px;    
  color: #1D2233;
  line-height: 2;
  float: left;
  outline: none;
  padding: 0 9px;
}
/* .suggest dd ul li input[type=email]{
  padding: 0 9px;
} */
.suggest dd ul li input:hover{
  border: 1px solid #0077ff;
}
input{
  vertical-align: middle;
}
.suggest dd ul li em{
  width: 4%;
  font-size: 16px;
  line-height: 2;
  color: #ff4236;
  float: left;
  padding-left: 3%;
}
.suggest dd ul li input::-webkit-input-placeholder{
  color: #ccc;
  font-size: 18px !important;
}

/* 分割线 */
.suggest dd ul::after{
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
}
/* 公司简介 */
.suggest dd ul li textarea{
  width: 80%;
  height: 98px;
  font-size: 18px;
  line-height: 2;
  color: #1D2233;
  border: 1px #ccc solid;
  text-indent: 19px;
  float: left;
  outline: none;
}
.suggest dd ul li textarea:hover{
  border: 1px solid #0077ff;
}
.yahei,
.remarks{
  font-family: 微软雅黑,苹方黑体,Microsoft Yahei,WenQuanYi Micro Hei,Helvetica Neue,Helvetica,Arial,Hiragino Sans GB,Heiti SC,sans-serif;
  
}
.suggest dd ul li textarea::-webkit-input-placeholder{
  color: #ccc;
  font-size: 18px !important;
}
/* 按钮 */
.suggest dd .button{
display: block;
padding-top: 3%;
text-align: center;
}
.suggest dd .button input{
width: 20%;
/* height: 40px; */
line-height: 2.4;
border-radius: 4px;
font-size: 18px;
color: #FFF;
border: 0;
}
.suggest dd .button input[type="reset"]{
background: #ccc;
margin-right: 4%;
}
.suggest dd .button input[type="submit"]{
background: #0077ff;
}
.suggest dd .button input:hover{
background: #0099ff;
}
.suggest dd p{
text-align: center;
font-size: 16px;
color: #999;
margin-top: 3%;
}

/* 屏幕分辨率适配 */
@media screen and (max-width: 1600px){
.suggest dd ul li label{
  width: 14%;
}
}
@media screen and (max-width: 1440px){
.suggest h1{
  font-size: 30px;
}
.suggest dt,
.suggest dd ul li label,
.suggest dd .button input{
  font-size: 16px;
}
.suggest dd ul li input::-webkit-input-placeholder,
.suggest dd ul li textarea::-webkit-input-placeholder{
font-size: 16px !important;
}
.suggest dd p{
  font-size: 15px;
}
}
/* 屏幕分辨率适配1366px,66.6% */
@media screen and (max-width: 1366px) {
.suggest h1{
  font-size: 28px;
}
/* 介绍表单文字大小 */
.suggest dt,
.suggest dd ul li label,
.suggest dd .button input{
  font-size: 15px;
}
.suggest dd ul li input[type=text],
.suggest dd ul li input[type=email]{
font-size: 15px;
}
.suggest dd ul li input::-webkit-input-placeholder,
.suggest dd ul li textarea::-webkit-input-placeholder{
font-size: 15px !important;
}
.suggest dd p{
font-size: 14px;
}
}
@media screen and (max-width: 1024px) {
.suggest dd{
  padding: 3% 10%;
}
}

