body {
  margin: 0;
  padding: 0;
}
#resume .conster {
  width: 100%;

}
#resume .conster .tain {
  max-width: 500px;
  min-width: 350px;
  margin: 0 auto;
}
#resume .conster .name {
  text-align: center;
  font-size: 32px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #7a7a7a;
}
#resume .conster .content {
  text-align: center;
  font-size: 14px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #4e6be1;
  margin-top: 11px;
}
#resume .conster .contentsed {
  font-size: 14px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #4e6be1;
  margin-top: 11px;
  margin-left: 20px;
}
#resume .conster .froms {
  margin-top: 40px;
}
* {
  margin: 0px;
  padding: 0px;
  font-size: 14px;
}
#resume .conster .form-bg {
  background: #00b4ef;
}

#resume .conster .form-horizontal .heading {
  display: block;
  font-weight: 700;
  padding: 35px 0;
  margin-bottom: 30px;
  font-size: 32px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #7a7a7a;
  text-align: center;
}
#resume .conster .form-horizontal .form-group {
  position: relative;
}
#resume .conster .form-horizontal .form-title {
  font-size: 14px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #7a7a7a;
}
#resume .conster .form-horizontal {
  width: 500px;
}
#resume .conster .rows {
  margin: 0 auto;
  width: 430px;
}
#resume .conster .form-horizontal .form-group {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
#resume .conster .form-horizontal .form-control {
  background: #f0f2f7;
  border: none;
  border-radius: 20px;
  box-shadow: none;
  padding: 0 20px 0 18px;
  height: 40px;
  width: 430px;
  margin-top: 8px;
  transition: all 0.3s ease 0s;
}
#resume .conster .form-horizontal .form-controled {
  background: #f0f2f7;
  border: none;
  border-radius: 20px;
  box-shadow: none;
  padding: 10px 20px 0 18px;
  height: 133px;
  width: 430px;
  margin-top: 8px;
  transition: all 0.3s ease 0s;
}
#resume .conster .form-horizontal .form-controleds {
  background: #f0f2f7;
  border: none;
  border-radius: 20px;
  box-shadow: none;
  padding: 10px 20px 0 18px;
  height: 160px;
  width: 430px;
  margin-top: 8px;
  transition: all 0.3s ease 0s;
}
#resume .conster .form-horizontal .form-controled:focus {
  background: #e0e0e0;
  box-shadow: none;
  outline: 0 none;
}
#resume .conster .form-horizontal .form-control:focus {
  background: #e0e0e0;
  box-shadow: none;
  outline: 0 none;
}
#resume .conster .form-horizontal .form-group i {
  position: absolute;
  top: 38px;
  left: 21px;
  font-size: 17px;
  color: #c8c8c8;
  transition: all 0.5s ease 0s;
}
#resume .conster .form-horizontal .form-control:focus + i {
  color: #4e6be1;
}
.conster .form-horizontal .fa-question-circle {
  display: inline-block;
  position: absolute;
  top: 12px;
  right: 60px;
  font-size: 20px;
  color: #00b4ef;
  transition: all 0.5s ease 0s;
}

#resume .conster .form-horizontal .main-checkbox {
  float: left;
  width: 12px;
  height: 12px;
  background: #d0d0d0;
  border-radius: 50%;
  position: relative;
  margin: 5px 0 0 23px;
  border: 1px solid #d0d0d0;
}
#resume .conster .form-horizontal .main-checkbox label {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
#resume .conster .form-horizontal .main-checkbox label:after {
  content: '';
  width: 8px;
  height: 4px;
  position: absolute;
  top: 2px;
  left: 1px;
  border: 2px solid #fff !important;
  border-top: none;
  border-right: none;
  background: transparent;
  opacity: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#resume .conster .form-horizontal .main-checkbox input[type='checkbox'] {
  visibility: hidden;
}
#resume .conster
  .form-horizontal
  .main-checkbox
  input[type='checkbox']:checked
  + label:after {
  opacity: 1;
}

#resume .conster .form-horizontal .text {
  float: left;
  font-size: 14px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #7a7a7a;
  margin-left: 7px;
  margin-top: 2px;
}
#resume .conster .form-horizontal .textright {
  float: right;
  font-size: 14px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #4e6be1;
  margin-right: 7px;
  margin-top: 2px;
  text-decoration: none;
}
#resume .conster .form-horizontal .textright a {
  text-decoration: none;
  color: #4e6be1;
}
#resume .form-horizontal .btn {
  float: center;
  font-size: 18px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  background: #4e6be1;
  border-radius: 30px;
  padding: 10px 179px;
  border: none;
  margin-top: 39px;
  text-transform: capitalize;
  transition: all 0.5s ease 0s;
}
#resume .form-horizontal .btn::after {

  border: none;

}
@media only screen and (max-width: 576px) {
  #resume .conster .form-horizontal {
    width: 100%;
  }
  #resume .conster .one {
    margin-left: 89px !important;
  }
  #resume .conster .form-horizontal .form-group {
    width: 282px;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  #resume .conster .form-horizontal .form-control {
    width: 100% !important;
  }
  #resume .conster .form-horizontal .form-controled {
    width: 100% !important;
  }
  #resume .conster .form-horizontal .btn {
    width: 285px;
    padding: 10px 20px;
  }
  #resume .conster .cont {
    width: 100%;
  }
  #resume .conster .rows {
    width: 285px;
    margin: 0 auto;
  }
  #resume .conster .form-horizontal .heading {
    width: 285px;
  }
  #resume .conster .tain {
    width: 100% !important;
  }
}
#resume .conster label {
  position: relative;
  display: inline-block;
  background: #f0f2f7;
  border: 1px dashed #888888;
  border-radius: 4px;
  overflow: hidden;
  color: #1e88c7;
  text-decoration: none;
  text-indent: 0;
  cursor: pointer;
  margin: 0 auto;
}
/*隐藏默认样式*/
#resume .conster input[id='file'] {
  margin-left: -2000px;
  height: 0;
}
#resume .conster .one {
text-align: center;
  margin-top: 10px;
}
#resume .conster .modal-backdrop {
  z-index: 0;
}
#resume .error {
  border-color: red;
}

#resume .error-message {
  color: red;
  margin-left: 20px;
}
#resume .icons{
  color: red;
  margin-left: 20px;
}
