.box {
  background: #F4F4F4;
  padding: 30px 0;
}
.box .boxleft {
  width: 895px;
  padding: 70px;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.box .boxleft .hde {
  display: flex;
  margin-bottom: 70px;
  align-items: center;
  position: relative;
}
.box .boxleft .hde .tx {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-right: 20px;
}
.box .boxleft .hde .lvshi .name {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
}
.box .boxleft .hde .lvshi .name span {
  font-size: 16px;
  color: #7a7a7a;
  font-weight: bold;
  margin-left: 5px;
}
.box .boxleft .hde .lvshi .tyop {
  color: #7a7a7a;
  margin-top: 10px;
  font-size: 14px;
}
.box .boxleft .hde .add {
  position: absolute;
  right: 0;
  top: 0;
}
.box .boxleft .hde .add img {
  vertical-align: middle;
}
.box .boxleft .bd textarea {
  background: #f4f4f4;
  width: 100%;
  height: 200px;
  padding: 15px;
  box-sizing: border-box;
  margin-bottom: 5px;
  font-size: 15px;
  outline: none;
  border: 0;
  resize: none;
}
.box .boxleft .select select {
  color: #767676;
  width: 130px;
  outline: none;
  border-color: #767676;
  padding: 5px 10px;
}
.box .boxleft .but {
  font-size: 16px;
  background: #0052cd;
  width: 140px;
  height: 40px;
  border-radius: 5px;
  text-align: center;
  line-height: 40px;
  margin: 0 auto;
  color: #fff;
  margin-top: 40px;
  margin-bottom: 30px;
}
.box .boxleft .tishi {
  font-size: 14px;
  text-align: center;
}
.box .boxleft .tishi img {
  vertical-align: middle;
}
.box .boxright {
  width: 285px;
  background: #fff;
  padding: 15px 10px;
  box-sizing: border-box;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  text-align: center;
}
.box .boxright h3 {
  font-size: 18px;
  padding-top: 70px;
}
.box .boxright ul li {
  margin-top: 70px;
}
.box .boxright ul li p {
  margin-top: 10px;
}
.boxcen {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .boxcen {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .boxcen .boxleft {
    padding: 20px;
  }
  .boxcen .boxleft .hde {
    margin-bottom: 20px;
  }
  .boxcen .boxleft .hde .tx {
    width: 80px;
    height: 80px;
  }
  .boxcen .boxleft .select {
    display: flex;
  }
  .boxcen .boxleft .select select {
    box-sizing: border-box;
    flex: 1 1 auto;
    width: auto;
  }
  .boxcen .boxright {
    flex: 1;
    margin-top: 20px;
  }
  .boxcen .boxright h3 {
    padding-top: 10px;
  }
  .boxcen .boxright ul {
    display: flex;
    justify-content: space-between;
  }
  .boxcen .boxright ul li {
    margin-top: 20px;
    font-size: 14px;
  }
}
