.box {
  width: -webkit-calc(50% - 0.25rem);
  width: calc(50% - 0.25rem);
  float: left;
  margin-top: 0.5rem;
  border: 1px solid #eaeaea;
}
.box img {
  width: 100%;
}
.box > .footer {
  height: 2.65rem;
  padding: 0% 0.55rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.box > .footer .title {
  font-size: 0.65rem;
  color: #000;
  font-weight: 600;
  margin-bottom: .2rem;
}
.box > .footer .footer::after {
  content: '';
  display: block;
  clear: both;
}
.box > .footer .footer > div {
  float: left;
}
.box > .footer .footer .left {
  font-size: 0.6rem;
  color: #ff6800;
}
.box > .footer .footer .right {
  float: right;
  font-size: 0.55rem;
  color: #999999;
}
.box:nth-of-type(even) {
  float: right;
}
.form .box {
  width: 100%;
  margin-top: 0.6rem;
  border: 1px solid #eaeaea;
  height: 2.2rem;
  line-height: 2rem;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 0% 0.25rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.form .box label,
.form .box input {
  display: inline-block;
}
.form .box label {
  width: 4.5rem;
}
.form .box label::after {
  content: url("../img/zczj1_03.png");
  position: absolute;
  right: .2rem;
  width: 1.5rem;
  top: .2rem;
}
.form .box input {
  width: -webkit-calc(100% - 5rem);
  width: calc(100% - 5rem);
}
button {
  margin-top: 2rem;
  background-color: #0d93fb;
}
