* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
input {
  background: none;
  outline: none;
  border: 1px solid #ccc;
}
input:focus {
  border: none;
}
.container {
  max-width: 850px;
  width: 100%;
  margin: 0 auto;
  background-color: white;
}
.banner {
  width: 100%;
  height: auto;
  background-color: transparent;
}
.content {
  max-width: 420px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 20px 20px;
  background-color: white;
}
.row {
  font-family: SourceHanSansSC-Medium;
  font-size: 16px;
  color: #333333;
  letter-spacing: 0;
  background-color: white;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  height: 34px;
  margin-top: 16px;
}
.row .title {
  flex: 0 0 auto;
}
.row .title .require {
  color: red;
  background-color: white;
}
.row input {
  width: 0px;
  width: 80%;
  flex: 1 1 0;
  height: 32px;
  background: #F4F5F6;
  border: 1px solid #D1D4D7;
  margin-left: 10px;
  text-indent: 12px;
  background-color: transparent;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.row select {
  width: 0;
  flex: 1 1 0;
  width: 80%;
  height: 32px;
  background: #F4F5F6;
  border: 1px solid #D1D4D7;
  margin-left: 10px;
  text-indent: 12px;
  background-color: transparent;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  /*去除选中时样式*/
  outline: none;
  /*去除点击一闪而过的灰色背景*/
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.accept_check {
  font-family: SourceHanSansSC-Medium;
  font-size: 16px;
  color: #070707;
  letter-spacing: 0.09px;
  max-width: 476px;
  width: 100%;
  margin: 0 auto 22px auto;
  text-align: justify;
}
.row_check {
  font-family: SourceHanSansSC-Medium;
  font-size: 16px;
  color: #070707;
  letter-spacing: 0.09px;
  width: 100%;
  margin: 0 auto 22px auto;
}
.row_check .title {
  text-align: justify;
}
.row_check .row_check_content .txt {
  font-family: SourceHanSansSC-Normal;
  font-size: 16px;
  color: #333333;
  letter-spacing: 0.09px;
}
.row_check .row_check_content_item {
  margin-top: 8px;
}
input.other {
  background: #F4F5F6;
  border: 1px solid #D1D4D7;
  font-family: SourceHanSansSC-Normal;
  font-size: 12px;
  color: #BEBEBE;
  letter-spacing: 0.09px;
  width: 180px;
  height: 28px;
  text-indent: 8px;
  display: none;
}
.txt {
  margin-left: 7px;
}
/* 提交按钮 */
.bottom {
  width: 100%;
  height: auto;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: flex-start;
  background-color: transparent;
  padding-bottom: 50px;
}
#submit_btn {
  width: 150px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  cursor: pointer;
  background-color: red;
  color: white;
}
/*# sourceMappingURL=./index.css.map */