/* 联系我们的 表单 */
.form-container {
  width: 12rem;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  margin: 0 auto;
  background-color: #fff;
  border: .013rem solid #ccc;
  color: #333;
  overflow: hidden;
  position: relative;
  padding: .45rem 0 .26rem;
}

.img-box {
  float: left;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translate(.73rem, -50%);
}

.img-box img {
  width: 3.30rem;
  height: 3.31rem;
}

.form-container form {
  font-size: .14rem;
  float: right;
}

.form-container form .form-title {
  border: none;
  padding: 0 0 .22rem;
}

.form-title b {
  font-size: .24rem;
  font-weight: bold;
  color: #333;
  display: inline-block;
  margin-bottom: .07rem;
}

.form-title p {
  font-size: .18rem;
}

.form-container tr input {
  width: 2.60rem;
  font-weight: 400;
  border: .013rem solid #dedede;
  margin-right: .20rem;
  padding: .13rem .08rem .25rem .10rem;
  margin-bottom: .10rem;
}

.td-textarea {
  position: relative;
}

textarea {
  padding: .13rem .08rem .10rem;
  box-sizing: border-box;
  width: 2.80rem;
  height: 1.22rem;
  resize: none;
  border: .013rem solid #dedede;
  background-size: cover;
  position: absolute;
  top: 0;
  left: .12rem;
  font-size: .14rem;
  color: #333;
}

table td:not(.td-textarea)::before {
  content: "*";
  display: inline-block;
  color: red;
  width: .08rem;
  height: .08rem;
}

form .operate-area {
  text-align: center;
  width: 95%;
  margin: .15rem 0;
}

.operate-area a {
  display: inline-block;
  width: 1.50rem;
  height: .50rem;
  background: #f29a3b;
  line-height: .50rem;
  text-align: center;
  text-shadow: 0rem .013rem .02rem rgba(0, 0, 0, 0.3);
  font-size: 1.2em;
  font-weight: 400;
  color: #fff;
  border-radius: .25rem;
  box-shadow: 0 .08rem .04rem rgba(242, 154, 59, 0.4);
}



::-ms-clear {
    display: none;
}

::-ms-reveal{display: none;}