body {
  background: #F4F4F4;
}
.container {
  width: 1200px;
  margin: 0 auto;
}
.box {
  margin: 20px 0 50px;
  background: #fff;
  padding: 20px;
}
.box .boxhd {
  padding: 20px 0 40px;
  border-bottom: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.box .boxhd .step {
  display: flex;
}
.box .boxhd .step li {
  line-height: 28px;
  font-size: 14px;
  position: relative;
  padding-right: 80px;
}
.box .boxhd .step li span {
  display: inline-block;
  background: #d2d2d2;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  margin-right: 10px;
}
.box .boxhd .step li::after {
  content: '';
  border-bottom: 1px dashed #d2d2d2;
  width: 60px;
  position: absolute;
  top: 50%;
  right: 10px;
}
.box .boxhd .step li:last-child {
  padding-right: 0;
}
.box .boxhd .step li:last-child::after {
  display: none;
}
.box .boxhd .step .active {
  color: #f44040;
}
.box .boxhd .step .active span {
  color: #fff;
  background: #f44040;
}
.box .boxbody .pic {
  text-align: center;
  background: #edcaa8;
  font-size: 16px;
  padding: 15px 0;
}
.box .boxbody .from {
  padding: 20px 0;
  margin: 0 auto;
  width: 465px;
}
.box .boxbody .from .fromitem {
  display: flex;
  line-height: 45px;
  padding: 10px 0;
}
.box .boxbody .from .fromitem .label {
  text-align: right;
  width: 105px;
}
.box .boxbody .from .fromitem .label span {
  color: red;
}
.box .boxbody .from .fromitem .input {
  flex: 1;
}
.box .boxbody .from .fromitem .input input {
  width: 100%;
  border: 1px solid #ddd;
  line-height: 45px;
  padding-left: 15px;
  outline: none;
  box-sizing: border-box;
}
.box .boxbody .from .fromitem .input .flx {
  display: flex;
  margin-top: 10px;
}
.box .boxbody .from .fromitem .input .flx li {
  width: 32%;
  height: 16px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  line-height: 16px;
  margin-right: 2%;
  background: #d2d2d2;
}
.box .boxbody .from .fromitem .input .flx li:first-child {
  background: #8195b3;
}
.box .boxbody .from .fromitem .input .flx li:nth-child(2) {
  background: #4889e9;
}
.box .boxbody .from .fromitem .input .xy {
  font-size: 14px;
}
.box .boxbody .from .fromitem .input .xy input {
  vertical-align: middle;
  width: 15px;
  height: 15px;
}
.box .boxbody .from .fromitem .input .xy a {
  color: #0052cd;
}
.box .boxbody .from .fromitem .input .btn {
  border: none;
  outline: none;
  background: #f4f4f4;
  color: #333;
  height: 45px;
  font-size: 16px;
  width: 100%;
  border-radius: 45px;
}
.box .boxbody .from .fromitem .input .btn:hover {
  color: #fff;
  background: #0052cd;
}
.box .boxbody .from .fromitem .input .tologo {
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
}
.box .boxbody .from .fromitem .input .tologo a {
  color: #0052cd;
}
.box .boxbody .from .fromitem .input .wenxi {
  font-size: 12px;
  background: url(../image/login_03_07.png) left center no-repeat;
  padding-left: 20px;
}
.box .boxbody .from .fromitem .input .select {
  display: flex;
}
.box .boxbody .from .fromitem .input .select select {
  border: 1px solid #ddd;
  width: 33.33%;
  display: block;
  line-height: 45px;
  height: 45px;
  color: #767676;
  padding-left: 15px;
  outline: none;
}
.box .boxbody .from .fromitem .input .select .sect {
  width: 50%;
}
@media (max-width: 768px) {
  .container {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .box .boxhd {
    padding: 0 0 20px;
    flex-wrap: wrap;
  }
  .box .boxhd .step {
    margin-top: 20px;
  }
}
