/*留言样式*/

input, textarea{
  border: 0;
  font-family: "微软雅黑";
  resize: none;
  outline: none;
}
.message-panel {
  background: #fff;
  padding: 60px 0;
 /* background: url(../images/case_banner.jpg);*/
  background:-webkit-linear-gradient(left, #27364e, #365068);

}
.message-wrap {
  width: 768px;
  margin: 0 auto;
  overflow: hidden;
  color: #fff;
}

.message-wrap h2{
    font-size: 40px;line-height: 50px;letter-spacing: 1em;  padding: 10px 0;position: relative; text-align: center;margin-left: 42px;
}

.message-wrap p {
  margin-top: 22px;
  line-height: 1.8;
  padding: 0 8%;
  visibility: visible; animation-delay: 0.3s; animation-name: fadeInUp;font-size: 18px; line-height: 32px; margin-top: 26px;text-align: center;
}

.message-wrap p strong {
  font-weight: normal;
  color: #00cc66
}
.form-panel {
    margin-top: 50px;
    width: 100%;
    overflow: hidden;
    
  }
  
  .form-panel .checkcodes {
    width: 100%;
    margin-top: 44px;
    overflow: hidden;
  }
  
  .form-panel .checkcodes .item-form {
    width: 99.5%;
    float: left;
    border: 1px solid #a5a5a5;
    padding-left: 0;
    padding-right: 0;
  }
  
  .form-panel .checkcodes .item-form  input {
    /* display: block; */
    width: 50%;
    height: 54px;
    margin-left: 10px;
    font-size: 16px;
    background: #00000000;
    color: #fff;
  }
  
  .form-panel .checkcodes .item-form  img {
    width: 20%;
    height: 56px;
  }
  
  .form-panel .input-panel {
    width: 100%;
    overflow: hidden
  }
  
  .form-panel .input-panel .item-form {
    width: 38%;
    float: left;
    border: 1px solid #a5a5a5;
    padding-left: 60px;
    padding-right: 10px;
    position: relative
  }
  
  .form-panel .input-panel .item-form:before {
    content: '';
    display: block;
    width: 36px;
    height: 36px;
    left: 12px;
    top: 9px;
    position: absolute;
    background: url(../images/icon_user.png) left top no-repeat
  }
  
  .message-wrap  input::-webkit-input-placeholder {
      color: #fff;

  }
  .message-wrap textarea::-webkit-input-placeholder{
    color: #fff;
}

  .form-panel .input-panel .item-form input {
    display: block;
    width: 100%;
    height: 54px;
    font-size: 16px;
    background: #00000000;
    color: #fff;
  }
  
  .form-panel .input-panel .item-form+.item-form {
    float: right
  }
  
  .form-panel .input-panel .item-form+.item-form:before {
    background: url(../images/icon_phone.png) left top no-repeat
  }
  
  .form-panel .textarea-panel {
    margin-top: 44px;
    overflow: hidden
  }
  
  .form-panel .textarea-panel .item-form {
    border: 1px solid #a5a5a5;
    padding-left: 60px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative
  }
  
  .form-panel .textarea-panel .item-form:before {
    content: '';
    display: block;
    width: 36px;
    height: 36px;
    left: 12px;
    top: 9px;
    position: absolute;
    background: url(../images/icon_msg.png) left top no-repeat
  }
  
  .form-panel .textarea-panel .item-form textarea {
    display: block;
    width: 100%;
    resize: none;
    height: 98px;
    font-size: 16px;
    line-height: 30px;
    background: #00000000;
    color: #fff;
  }
  
  .form-panel .btn-panel {
    margin-top: 50px;
    width: 100%;
    overflow: hidden
  }
  
  .form-panel .btn-panel .btn-send {
    display: block;
    width: 300px;
    height: 56px;
    border-radius: 10px;
    background: #00cc66;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    line-height: 56px;
    margin: 0 auto;
    transition: all .3s;
    border: unset;
  }
  
  .form-panel .btn-panel .btn-send:hover {
    border-radius: 56px
  }
 
  /*留言end*/

  @media screen and (max-width:768px) {
  .message-panel {
    background:-webkit-linear-gradient(left, #27364e, #365068);
    margin-top: -10px;
    color:#fff;
}

.message-wrap {
    width: 90%;
    padding: 20px 15px;
    overflow: hidden;
}

.message-wrap .bsty {
    color: #fff;
    text-align: left;
}
.bsty {
    font-size: .64rem;
    color: #1d1d1f;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
    font-family: 'PingFangSC-Heavy',sans-serif;
}

.message-wrap p {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 1em;
    line-height: 28px;
    padding:unset;
    color:#fff;
}

.message-wrap h2 {
    font-size: 2em;
    line-height: 2em;
    color:#fff;
}

.form-panel {
    margin-top: 20px;
    width: 100%;
    overflow: hidden;
}
.form-panel .input-panel {
    width: 100%;
    overflow: hidden;
}
.form-panel .input-panel .item-form {
    background: #fff;
    border-radius: 15px;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 20px;
    position: relative;
    width: 99%;
    border: 1px solid #a5a5a5;
}
.form-panel .input-panel .item-form+.item-form {
    float: left;
}

.form-panel .input-panel .item-form input {
    display: block;
    width: 100%;
    height: 55px;
    font-size: 1em;
    margin-left: 60px;
    background: none;
    color: black;
}
input, textarea, button {
    -webkit-appearance: none;
    border-radius: 0;
    background: transparent;
}

.form-panel .textarea-panel {
    margin-top: 0;
    overflow: hidden;
    border-radius: 15px;
}

.form-panel .textarea-panel .item-form {
    background: #fff;
    border-radius: 15px;
    padding-left: 60px;
    padding-right: 20px;
    position: relative;
}

.form-panel .textarea-panel .item-form textarea {
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    width: 100%;
    resize: none;
    height: 120px;
    font-size: 1em;
    line-height: 30px;
    background: none;
    color: black;
}

.form-panel .checkcodes {
    width: 100%;
    margin-top: 20px;
    overflow: hidden;
}
.form-panel .checkcodes .item-form {
    background: #fff;
    border-radius: 15px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    width: 100%;
    float: left;
    border: 1px solid #a5a5a5;
    display: flex;
}

.form-panel .checkcodes .item-form img {
    width: 30%;
    height: 100%;
    position: absolute;
    margin-left:2%;
}

.form-panel .checkcodes .item-form input {
    display: block;
    width: 60%;
    height: 54px;
    margin-left: 35%;
    font-size: 1em;
    background: none;
    color: black;
}

.form-panel .btn-panel {
    margin-top: 30px;
    width: 100%;
    overflow: hidden;
}

.form-panel .btn-panel .btn-send {
    display: block;
    width: 50%;
    height: 50px;
    border-radius: 10px;
    background: #0c6;
    text-align: center;
    font-size: 1em;
    color: #ffffff;
    line-height: 50px;
    font-family: 'PingFangSC-Heavy',sans-serif;
    letter-spacing: 3px;
    margin: 0 auto;
}
  }
  @media screen and (max-width:480px) {
    .form-panel .checkcodes .item-form img{
      height: auto;
      margin-top: 10px;
    }
  }