* {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
li,
ul {
  list-style: none;
}
a {
  text-decoration: none;
}
i {
  font-style: normal;
}
html {
  font-size: 375px;
}
input,
select {
  outline: none;
}
::-webkit-input-placeholder {
  color: #BFBFBF;
}
:-moz-placeholder {
  color: #BFBFBF;
}
::-moz-placeholder {
  color: #BFBFBF;
}
:-ms-input-placeholder {
  color: #BFBFBF;
}
img {
  display: block;
  border: none;
}
.content {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.content .content_img {
  width: 100%;
  height: auto;
}
.content .show_enroll {
  display: block;
  width: 0.93066667rem;
  height: 0.13333333rem;
  position: absolute;
  bottom: 0.07733333rem;
  left: 0.03466667rem;
  z-index: 10;
}
.enroll_mask {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  display: none;
  z-index: 100;
}
.enroll_mask .enroll_main {
  width: 0.8rem;
  height: 1.12rem;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.enroll_mask .enroll_main .enroll_content {
  width: 0.656rem;
  padding: 0 0.072rem;
  height: 1.12rem;
  position: absolute;
  top: 0;
  left: 0;
  background: #FFFFFF;
  border-radius: 0.00666667rem;
}
.enroll_mask .enroll_main .enroll_content .close {
  display: block;
  width: 0.07733333rem;
  height: 0.07733333rem;
  position: absolute;
  right: 0.008rem;
  top: 0.008rem;
  background: url("../img/close.png") no-repeat center;
  background-size: 50% auto;
}
.enroll_mask .enroll_main .enroll_content .type_list {
  width: 100%;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  margin-top: 0.10666667rem;
  padding-bottom: 0.04rem;
}
.enroll_mask .enroll_main .enroll_content .type_list .type_item {
  width: 0.28rem;
  height: 0.08533333rem;
  text-align: center;
  font-size: 0.03733333rem;
  border: 1px solid #999999;
  line-height: 0.08533333rem;
  color: #999999;
  border-radius: 0.00533333rem;
}
.enroll_mask .enroll_main .enroll_content .type_list .type_item.active {
  border: 1px solid #009b78;
  color: #009b78;
}
.enroll_mask .enroll_main .enroll_content .sub_input {
  width: 0.61066667rem;
  height: 0.10133333rem;
  background: #F7F7F7;
  border: 1px solid #DCDCDC;
  border-radius: 0.00666667rem;
  margin-top: 0.02666667rem;
  float: left;
  font-size: 0.03733333rem;
  line-height: 1.5em;
  padding: 0 0.02133333rem;
  color: #666;
  -webkit-appearance: none;
  outline: none;
}
.enroll_mask .enroll_main .enroll_content .sub_text {
  width: 0.61066667rem;
  height: 0.2rem;
  background: #F7F7F7;
  border: 1px solid #DCDCDC;
  border-radius: 0.00666667rem;
  margin-top: 0.02666667rem;
  float: left;
  padding: 0.01333333rem 0.02133333rem;
  line-height: 0.05333333rem;
  color: #666;
  font-size: 0.03733333rem;
  outline: none;
    -webkit-appearance: none;
}
.enroll_mask .enroll_main .enroll_content .tips {
  width: 100%;
  float: left;
  font-size: 0.02933333rem;
  color: #999999;
  line-height: 0.03066667rem;
  margin-top: 0.02666667rem;
}
.enroll_mask .enroll_main .enroll_content .sub_btn {
  width: 0.656rem;
  height: 0.104rem;
  background: #019B78;
  border-radius: 0.00666667rem;
  font-size: 0.048rem;
  color: #FFFFFF;
  text-align: center;
  line-height: 0.104rem;
  float: left;
  margin-top: 0.104rem;
}
