@charset "UTF-8";
.w {
  width: 1200px;
  margin: 0 auto;
}
.user-form {
  overflow: hidden;
  width: 1160px;
  height: 820px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.user-form .left {
  float: left;
  width: 786px;
  height: 820px;
  background-color: #fff;
  padding: 0 40px;
}
.user-form .left h2 {
  font-size: 26px;
  padding: 40px 0;
  border-bottom: 1px solid #e0e0e0;
  text-align: center;
}
.user-form .right {
  float: right;
  width: 374px;
  height: 820px;
  position: relative;
  background-color: #f8f8f8;
}
.user-form .right .contact {
  text-align: center;
  position: absolute;
  width: 100%;
  cursor: pointer;
  bottom: 40px;
}
.user-form .right .contact span {
  text-decoration: underline;
  color: #1874ff;
  display: block;
  margin-top: 12px;
}
.user-form .right .contact div {
  width: 56px;
  height: 56px;
  background: url(/images/chips/chips_contact_icon_service.png.png);
  display: inline-block;
}
.user-form .right .h {
  position: absolute;
  top: 375px;
  left: 36px;
}
.user-form .right h2 {
  margin-bottom: 30px;
  font-size: 20px;
}
.user-form .right h3 {
  margin-bottom: 20px;
}
.user-form .ewm {
  border-bottom: 1px solid #e0e0e0;
  padding: 40px 0;
}
.user-form .ewm img {
  margin: 40px auto 0;
  display: block;
}
.user-form .form {
  padding: 40px 0;
}
.user-form .form h4 {
  font-size: 14px;
  padding-left: 10px;
  border-left: 3px solid #1874ff;
  margin-top: 40px;
}
.user-form .form div {
  font-size: 0;
  margin-top: 20px;
}
.user-form .form div input:last-child {
  margin-right: 0;
}
.user-form .form input {
  font-size: 16px;
  width: 222px;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  background-color: #f8f8f8;
  border: none;
  border-radius: 3px;
  margin-right: 20px;
}
.user-form .upload {
  color: #999;
  overflow: hidden;
}
.user-form .upload .del {
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(/images/storlead_school_delete.svg);
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -10px;
  cursor: pointer;
  z-index: 3;
}
.user-form .upload .del-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 3;
  top: 0;
  left: 0;
  display: none;
  border-radius: 3px;
}
.user-form .upload .del-mask:hover {
  display: block;
}
.user-form .upload img {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  z-index: 2;
}
.user-form .upload img:hover + .del-mask {
  display: block;
}
.user-form .upload div {
  width: 60px;
  height: 60px;
  background-color: #f8f8f8;
  border-radius: 3px;
  margin: 0;
  float: left;
  position: relative;
}
.user-form .upload div:before {
  width: 20px;
  height: 2px;
  background-color: #1874ff;
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -1px;
}
.user-form .upload div:after {
  height: 20px;
  width: 2px;
  background-color: #1874ff;
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -1px;
  margin-top: -10px;
}
.user-form .upload div img {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  z-index: 2;
}
.user-form .upload input {
  width: 60px;
  height: 60px;
  cursor: pointer;
  opacity: 0;
}
.user-form .span1 {
  font-size: 14px;
  float: left;
  margin: 24px 10px 0 0;
}
.user-form .span2 {
  font-size: 12px;
  float: left;
  margin: 28px 0 0 10px;
}
.form-btn {
  width: 190px;
  height: 50px;
  border-radius: 3px;
  color: #fff;
  background: #1874ff;
  font-size: 16px;
  margin: 0 auto;
  text-align: center;
  line-height: 50px;
}
