* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  width: 100%;
  overflow: hidden;
  overflow-y: auto;
}
body {
  width: 100%;
  overflow: hidden;
  overflow-y: auto;
  box-sizing: border-box;
  padding: 2% 5%;
}
img {
  max-width: 100%;
}
a,button,input,textarea{-webkit-tap-highlight-color: rgba(0,0,0,0)}
.enroll {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.enroll img {
  width: 100%;
  height: auto;
}
.enroll .sub_name,
.enroll .sub_phone,
.enroll .sub_region {
  position: absolute;
  right: 13.4%;
  outline: none;
  border: none;
  font-size: 14px;
  font-family: "Microsoft Yahei";
  height: 10%;
}
.enroll .sub_name,
.enroll .sub_phone {
  width: 60%;
}
.enroll .sub_name {
  top: 32%;
}
.enroll .sub_phone {
  top: 45%;
}
.enroll .sub_region {
  top: 58%;
  width: 42%;
   background: #fff;
}
.enroll .sub_btn {
  position: absolute;
  right: 13.4%;
  height: 10.1%;
  bottom: 16.4%;
  width: 72.8%;
}
