.x-content {
  width: 1200px;
  margin: 0 auto 80px;
}
.x-content h2 {
  padding: 42px 120px 35px;
  font-size: 21px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #454545;
  line-height: 37px;
}
.x-content .form .tab {
  width: 1200px;
  height: 68px;
  background-color: #eeeeee;
  text-align: center;
  user-select: none;
}
.x-content .form .tab span {
  cursor: pointer;
  display: inline-block;
  width: 352px;
  height: 64px;
  font-size: 32px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 68px;
  color: #454545;
}
.x-content .form .tab span.active {
  border-bottom: solid 4px #338EFF;
  color: #338eff;
}
.x-content .form .tab input[type='radio'] {
  display: none;
}
.x-content .form .box {
  width: 837px;
  margin: 0 auto;
  padding-top: 26px;
}
.x-content .form .box > div {
  margin-top: 43px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  line-height: 48px;
}
.x-content .form .box > div > span {
  font-size: 28px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #171717;
  line-height: 48px;
}
.x-content .form .box > div input[type='text'] {
  box-sizing: border-box;
  width: 633px;
  height: 48px;
  border: 1px solid #4C4C4D;
  border-radius: 10px;
  font-size: 22px;
  padding: 0 20px;
  color: #171717;
}
.x-content .form .box > div input[type='text']::placeholder {
  font-size: 22px;
  color: #999999;
}
.x-content .form .box > div .radio {
  width: 575px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-right: 61px;
}
.x-content .form .box > div .radio label {
  position: relative;
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #4C4C4D;
  line-height: 37px;
  cursor: pointer;
}
.x-content .form .box > div .radio label:nth-of-type(-n+2) {
  padding-bottom: 30px;
}
.x-content .form .box > div .radio label input[type='radio'] {
  user-select: none;
  color: transparent;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  margin: 0;
  vertical-align: 1px;
  margin-right: 7px;
}
.x-content .form .box > div .radio label input[type='radio']::before {
  cursor: pointer;
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  z-index: 10;
  width: 24px;
  height: 24px;
  background-size: 24px 24px;
  background-image: url(../img/radio.png);
  background-repeat: no-repeat;
}
.x-content .form .box > div .radio label input[type='radio']:checked::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  z-index: 10;
  width: 24px;
  height: 24px;
  background-size: 24px 24px;
  background-image: url(../img/radiois.png);
  background-repeat: no-repeat;
}
.x-content .form .box > div .radio label input[type='radio']:checked + span {
  color: #338eff;
}
.x-content .form .box > div textarea {
  width: 633px;
  height: 238px;
  border: 1px solid #6A6B6B;
  border-radius: 10px;
  resize: none;
  font-size: 22px;
  padding: 20px;
  color: #171717;
  box-sizing: border-box;
  text-align: justify;
  line-height: 1.2;
}
.x-content .form .box > div textarea::placeholder {
  font-size: 22px;
  color: #999999;
}
.x-content .form .box > div .imgwrap {
  width: 633px;
  position: relative;
}
.x-content .form .box > div .imgwrap > p {
  width: 633px;
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #4C4C4D;
  line-height: 37px;
  text-align: left;
}
.x-content .form .box > div .imgwrap > span.moreimg {
  position: absolute;
  right: 16px;
  top: 130px;
  cursor: pointer;
  font-size: 28px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #338EFF;
  line-height: 37px;
}
.x-content .form .box > div .imgwrap > ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.x-content .form .box > div .imgwrap > ul li {
  position: relative;
  margin-right: 42px;
  margin-top: 42px;
  width: 146px;
  height: 146px;
  background-image: url(../img/addimg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  box-sizing: border-box;
  border: solid 2px #b9bec3;
  border-radius: 6px;
}
.x-content .form .box > div .imgwrap > ul li input[type='file'] {
  opacity: 0;
  width: 146px;
  height: 146px;
  display: block;
  cursor: pointer;
}
.x-content .form .box > div .imgwrap > ul li:nth-of-type(n+4) {
  display: none;
}
.x-content .form .box > div .imgwrap > ul li > span {
  display: none;
  position: absolute;
  cursor: pointer;
  right: 0;
  top: 0;
  z-index: 10;
  width: 28px;
  height: 28px;
  text-align: center;
  background-image: url(../img/delimg.png);
  background-size: 28px 28px;
  padding: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0.8;
}
.x-content .form .box button {
  margin-top: 80px;
  width: 860px;
  height: 56px;
  background: #338EFF;
  border-radius: 10px;
  font-size: 32px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  outline: none;
  border: none;
  cursor: pointer;
}
.x-content .form .box p.error-tips {
  text-align: center;
  height: 0;
  line-height: 30px;
  color: red;
}
/*# sourceMappingURL=index.css.map */
