body,
html {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  height: 100%;
}
.container {
  position: absolute;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  /* top: 40%;
  left: 35%; */
  top: 50%;   
  left: 50%;   
  -webkit-transform: translate(-50%, -50%);   
  -moz-transform: translate(-50%, -50%);   
  -ms-transform: translate(-50%, -50%);   
  -o-transform: translate(-50%, -50%);   
  transform: translate(-50%, -50%);  
  
  /* margin: -150px 0 0 -150px; */
  width: 810px;
  height: 510px;
  background: #EEEDEC;
}
.container h1 {
  color: #999999;
  margin-bottom: 60px;
  font-weight: normal;
}
.container table {
  line-height: 44px;
  margin-left: 230px;
}
.container table td {
  font-size: 16px;
  text-align: right;
  font-weight: 400;
}
.container table td div{
  font-size: 16px;
  text-align: left;
  font-weight: 400;
  color: #E53333;
}
.container table td input {
  width: 230px;
  height: 30px;
  background: none;
  background: #FFFFFF;
  box-shadow: 0 0 5px #888;
}
.container table .sub {
  width: 100px;
  height: 32px;
  background: #33cc00;
  color: #FFFFFF;
  border: none;
  border: 0.1 solid #CCCCCC;
  box-shadow: 0 0 5px #888;
  margin-right: 27px;
  font-weight: 400;
  font-size: 16px;
}
/* .sub-btn_sub{color:#fff;display:inline-block; width:89px; height:32px; line-height:30px; font-family:"微软雅黑"; border:0 none; cursor:pointer; text-align:center; margin:36px 0 0 170px; background:#19a1dd;}
.sub-btn-font{font-weight: bold;color: #fff; letter-spacing: 15px;} */
.container table .ret {
  width: 100px;
  height: 32px;
  background: #33cc00;
  color: #FFFFFF;
  border: none;
  border: 0.1 solid #CCCCCC;
  font-weight: 400;
  font-size: 16px;
}
.container table .txt {
  color: #989898;
  font-size: 15px;
  padding-right: 16px;
}
.img
{
	margin-bottom:-14px;
}

