.textbox {
  width: 100%;
  background: #f5f5f5;
  padding: 40px 0 46px;
}
.matter {
  margin: 0 auto;
  padding: 57px 98px 76px;
  width: 1004px;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
  background: #fff;
}
.matter .title {
  border-bottom: 1px solid #e7e7e7;
  height: 39px;
  line-height: 39px;
  overflow: hidden;
}
.matter .title .keys {
  float: left;
}
.matter .title .keys a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-right: 8px;
  background: #fff;
  font-size: 14px;
  width: 118px;
  height: 38px;
  line-height: 38px;
  border: 1px solid #e7e7e7;
  text-align: center;
}
.matter .title .keys a:hover,
.matter .title .keys a.on {
  background: #1f72d8;
  border: 1px solid #1f72d8;
  color: #fff;
}
.matter .title span {
  float: right;
  color: #999;
}
.matter .title span a {
  color: #999;
}
.box .text {
  padding-bottom: 50px;
  border-bottom: 1px solid #ddd;
}
.box .text h1 {
  font-size: 30px;
  font-weight: normal;
  text-align: center;
  height: 145px;
  line-height: 130px;
}
.box .text p {
  line-height: 36px;
  font-size: 14px;
}
.box .oks {
  margin-top: 33px;
  color: #666;
  text-align: center;
}
.box .oks span {
  background: url(/uploads/image/mimage/check1.jpg) left center no-repeat;
  padding-left: 25px;
  cursor: pointer;
}
.box .oks span.on {
  background: url(/uploads/image/mimage/check2.jpg) left center no-repeat;
}
.box .btns {
  width: 308px;
  margin: 45px auto 0;
}
.box .btns a {
  display: inline-block;
  width: 90px;
  height: 44px;
  background: #c9c9c9 url(/uploads/image/mimage/btns.png) 16px center no-repeat;
  color: #fff;
  line-height: 44px;
  font-size: 16px;
  padding-left: 50px;
  border-radius: 5px;
}
.box .btns a:first-child {
  margin-right: 20px;
}
.box .btns a.ons {
  background: #e60012 url(/uploads/image/mimage/btns_on.png) 16px center no-repeat;
}
.box1 .tits,
.box2 .tits {
  font-size: 18px;
  font-weight: bold;
  width: 100%;
  margin-top: 25px;
  padding-left: 10px;
}
.form {
  width: 1004px;
}
.form p {
  height: 44px;
  background: #f5f5f5;
  line-height: 44px;
  padding-left: 14px;
  margin: 22px 0;
  color: #666;
  font-weight: bold;
}
.form p span {
  color: #e60012;
  margin-left: 20px;
}
.form tr {
  height: 60px;
  line-height: 60px;
  float: left;
  width:500px;
}
.form tr td.t {
  width: 90px;
  vertical-align: top;
  text-align: right;
}
.form tr td.t i {
  margin-right: 10px;
  color: #ff0000;
  vertical-align: middle;
  font-style: normal;
}
.form tr:nth-child(odd) {
  /*margin-right: 60px;*/
}
.form input {
  padding: 0 8px;
  width: 350px;
  height: 34px;
  border: 1px #ddd solid;
  color: #666;
}
.form input.btn:hover {
  opacity: .75;
  filter: alpha(opacity=75);
}
.form input.btn {
  margin-right: 15px;
  width: 120px;
  height: 34px;
  color: #ffffff;
  border: none;
  cursor: pointer;
  font-size: 14px;
  border-radius: 5px;
  -webkit-transition: all .3s linear;
  transition: all .15s linear;
}
.form input.submit {
  background: #e60012;
}
.form input.reset {
  background: #b8b8b8;
}
.last {
  min-height: 182px;
}
.last textarea {
  width: 370px;
  height: 100px;
  border: 1px #ddd solid;
  color: #666;
  padding: 8px;
  margin-top: 13px;
}
.last tr,
.code tr {
  float: none;
}
.code {
  margin-top: 35px;
}
.code .yzm {
  position: relative;
}
.code tr td.t {
  width: 130px;
  text-align: left;
}
.code tr td em {
  font-style: normal;
  margin-left: 120px;
}
.code tr td img {
  width: 100px;
  height: 34px;
  /*position: absolute;*/
  /*left: 250px;
  top: 11px;*/
}
.code .ver {
  width: 120px;
}
.box3 .text {
  padding-top: 35px;
  border-top: 1px solid #e7e7e7;
  margin-top: 120px;
  padding-left: 10px;
}
.box3 .text p {
  line-height: 30px;
  font-size: 14px;
  color: #999;
}
.ymzwz {
    float: left;
    line-height: 30px;
     margin-left: 5px;
}