body,
div,
header,
footer,
nav,
section,
aside,
article,
ul,
dd,
li,
a,
p,
dl,
dt,
h1,
h2,
h3,
h4,
h5,
h6,
i,
b,
textarea,
button,
input,
select,
figure,
figcaption {
  padding: 0;
  margin: 0;
  list-style: none;
  font-style: normal;
  text-decoration: none;
  border: none;
  color: #333;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: pingguo, "Microsoft Yahei", sans-serif;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
}

*:focus {
  outline: none;
}

html,
body {
  width: 100%;
  height: 100%;
}
#noRepeat{
  width: 100%;
  text-align: center;
  display: none;
}
.no-repeat {
  margin: 0 auto;
  margin-bottom: 40px;
  margin-top: 50px;
}

.main {
  width: 100%;
  height: 100%;
  padding: 30px 0px;
}

.explain-title {
  opacity: 0;
}

.btn-view {
  width: 100%;
  text-align: center;
}

.submit-btn {
  color: #ffffff;
  cursor: pointer;
  width: 160px;
  height: 40px;
  line-height:40px;
  background: #e14c46;
  border-radius: 20px;
  font-size: 14px;
  font-weight:bold;
  color: #fff;
  margin-bottom: 10px;
  user-select: none;
}

.title {
  width: 100%;
  text-align: center;
  font-size: 28px;
  line-height: 30px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #e14c46;
  margin-bottom: 5px;
}

#main .title { display:none;}

.des {}

input[type=text],
input[type=date],
textarea,
select {
  width: 100%;
  height: 40px;
  background: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 3px;
  font-size: 14px;
  padding: 5px 20px;
}

textarea {
  width: 100% !important;
}

input[type=text]:focus,
textarea:focus,
input[type=date]:focus {
  border: 1px solid #e14c46;
}

.option {
  width: 100%;
  min-height: 55px;
  position: relative;
}

.option>div:nth-child(-n+2) {
  float: left;
}

.option>div:nth-child(3) {
  clear: both;
}

.option>div:nth-child(1) {
  width: 15%;
  height: 100%;
  line-height: 40px;
  text-align: right;
  padding-right: 10px;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #333333;
}

.option>div:nth-child(2) {
  width: 80%;
  padding-left: 5px;
  position: relative;
}


.jilian {
  width: 32.66%;
  margin-right: 1%;
}

.jilian:nth-child(3) {
  margin-right: 0px !important;
}

.label-font {
  box-sizing: border-box;
  width: 20%;
  height: 40px;
  line-height: 40px;
  padding-right: 10px;
  padding-left: 2px;
  display: block;
  float: left;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.label-font:nth-child(-n+5) {
  /* margin-top: 10px; */
}

.label-font>input {
  margin-top: -5px;
  margin-right: 10px;
}

.required-xing {
  color: #D51C23 !important;
}

.sub-after {
  width: 100%;
  text-align: center;
  margin-top: 130px;
}

.sub-after>img {
  width: 114px;
  height: 114px;
  margin-bottom: 25px;
}

.sub-after>p {
  font-size: 24px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #333333;
}

#headerImg {
  width: 100%;
  height:164px;
  text-align: center;
  margin-bottom:15px;
}

#headerImg>img {
  width: 100%;
}