.main {
  min-height: 100vh;
}
.center-box {
  background-size: cover;
  padding: 30px 0;
  background: linear-gradient( 180deg, #A0C9FF 22%, #FFFFFF 96%);
}
.fk-box {
  width: 1200px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 4px 4px 4px 4px;
  margin: 0 auto;
  padding: 0 30px 30px 40px;
  min-height: calc(100vh - 215px);
}
.kf {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  color: #000000;
  padding-top: 20px;
}
.kf .p2 {
  margin-top: 16px;
}
.kf .p1 {
  font-size: 20px;
  color: #1a1a1a;
  margin: 23px 0 20px;
}

.title_text {
  font-size: 20px;
  color: #1a1a1a;
}

.checkedbox {
  width: 100%;
  overflow: hidden;
  margin-top: 79px;
}

.content_ipt {
  display: flex;
  padding: 0;
}
.content_ipt > li {
  width: 260px;
  margin-right: 40px;
}
.content_ipt > li > label {
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  color: #1a1a1a;
}
.content_ipt > li > label > input {
  margin-right: 10px;
  margin-top: -3px;
  cursor: pointer;
}

.content_text {
  width: 100%;
  height: 400px;
  text-indent: 10px;
  margin-top: 50px;
  border-color: #e7e7e7;
  color: #333;
  padding: 20px 10px;
  resize: none;
}

.p-lxfs {
  font-size: 20px;
  color: #1a1a1a;
}

.p-lxfs span {
  font-size: 14px;
  color: #767676;
}

.lsfs-box {
  margin-top: 17px;
  display: flex;
  justify-content: space-between;
}

.email {
  width: 337px;
  height: 40px;
  border-radius: 5px;
  border: 1px solid #d8d8d8;
  text-indent: 10px;
}
.email::-webkit-input-placeholder {
  color: #767676;
  font-size: 14px;
}

.tjBtn {
  width: 220px;
  height: 60px;
  border-radius: 10px;
  background: #507afc;
  text-align: center;
  line-height: 60px;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}
.tjBtn:hover {
    box-shadow: 0px 0px 10px 0px rgba(80,122,252,0.5);
}
