#kv {
  position: relative;
}
#kv > img {
  width: 100%;
  display: block;
}
#kv .kv-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}
#kv .kv-content .container {
  position: absolute;
  height: 100%;
  display: flex;
  align-items: center;
}
#kv .kv-content h2 {
  font-size: 3.125vw;
  display: flex;
  color: #fff;
  font-weight: normal;
}
#crumb ul {
  display: flex;
  padding: 0.7813vw 0;
}
#crumb ul li {
  font-size: 0.9375vw;
  padding-right: 0.5208vw;
  display: flex;
  align-items: center;
  line-height: 1;
}
#crumb ul li::after {
  content: ">";
  display: inline-block;
  padding-left: 0.5208vw;
}
#crumb ul li:last-child::after {
  content: "";
}
#crumb ul li a {
  color: black;
}
#summary {
  width: 100%;
  height: 11.3542vw;
  background: url('../imgsC/summary-bg.jpg') no-repeat;
  background-size: 100% 100%;
  position: relative;
  box-sizing: border-box;
}
#summary > div {
  width: 100%;
  padding-top: 3.125vw;
  padding-bottom: 3.125vw;
  box-sizing: border-box;
}
#summary h2 {
  font-size: 2.5vw;
  font-weight: normal;
}
#summary p {
  font-size: 1.041vw;
  padding-top: 1.3021vw;
  line-height: 1.5;
}
#form {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  padding: 3.6458vw 0;
}
#form * {
  box-sizing: border-box;
}
#form .bor-btn {
  border: 2px solid #fdd000;
  background: transparent;
  color: #fdd000;
  padding: 0 35px;
  margin-left: 20px;
  height: 50px;
}
#form .bor-btn.bg-yellow {
  background: #fdd000;
  margin-left: 0;
  color: black;
}
#form h3 {
  margin-bottom: 1.5625vw;
  font-size: 2.5vw;
  line-height: 1.3;
  font-weight: 400;
}
#form .form-list .line {
  margin-bottom: 30px;
  height: 1px;
  position: relative;
}
#form .form-list .line::before {
  content: "";
  width: 1000px;
  border: 1px solid #cdcdcd;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
#form .form-list .dotted-line::before {
  width: 900px;
  border-style: dashed;
}
#form .form-list li {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 1;
  max-width: 850px;
}
#form .form-list li.no-margin {
  margin-bottom: 0;
}
#form .form-list li span {
  font-size: 2vw;
}
#form .form-list li .code-img {
  height: 50px;
  border: 1px solid #333;
  margin-left: 10px;
}
#form .form-list li.code {
  display: flex;
}
#form .form-list li.code > div {
  width: 670px;
  display: flex;
  align-items: center;
}
#form .form-list li.code input[type=text] {
  width: 350px;
}
#form .form-list li > #form .form-list li:last-child {
  margin-bottom: 0;
}
#form .form-list li .content-list {
  width: 100%;
}
#form .form-list li .content-list p {
  line-height: 1.5;
}
#form .form-list li .check-list {
  display: flex;
  width: 670px;
  flex-wrap: wrap;
}
#form .form-list li .check-list li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#form .form-list li .check-list textarea {
  display: none;
  margin-bottom: 30px;
}
#form .form-list li .radio-list {
  display: flex;
  align-items: center;
  width: 670px;
  flex-wrap: wrap;
}
#form .form-list li .radio-list li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#form .form-list li .radio-list .radio-box {
  display: flex;
  align-items: center;
  cursor: pointer;
}
#form .form-list li .radio-list .radio-box input[type=radio] {
  display: none;
}
#form .form-list li .radio-list .radio-box input[type=radio]:checked + span {
  background: #fdd000;
  border: 0;
}
#form .form-list li .radio-list .radio-box input[type=radio]:checked + span::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #12467a;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#form .form-list li .radio-list .radio-box span {
  position: relative;
  width: 22px;
  height: 22px;
  border: 1px solid #bdbdbd;
  border-radius: 50%;
}
#form .form-list li .radio-list textarea {
  display: none;
  margin-bottom: 30px;
}
#form .form-list li input[type=text],
#form .form-list li select {
  width: 670px;
  padding: 0 20px;
  outline: none;
  border: 1px solid #bbbbbb;
  height: 50px;
  line-height: 50px;
  position: relative;
  appearance: none;
  border-radius: 0;
}
#form .form-list li select::-ms-expand {
  display: none;
}
#form .form-list li select {
  background: url(../images/select-arrow.png) center right 0.8854vw no-repeat;
  background-size: 13px 7px;
}
#form .form-list li ::-webkit-input-placeholder {
  color: black;
}
#form .form-list li ::-moz-placeholder {
  color: black;
}
#form .form-list li :-ms-input-placeholder {
  color: black;
}
#form .form-list li > span {
  color: #ea9b1a;
  padding-left: 0.528vw;
}
#form .form-list li .refresh {
  margin-left: 20px;
  text-decoration: underline;
  cursor: pointer;
}
#form .form-list li .check-box {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
}
#form .form-list li .check-box span {
  border: 1px solid #bbbbbb;
  width: 20px;
  height: 20px;
  display: block;
  position: relative;
}
#form .form-list li .check-box input[type=checkbox] {
  display: none;
}
#form .form-list li .check-box input[type=checkbox]:checked + span {
  background: #fdd000;
}
#form .form-list li .check-box input[type=checkbox]:checked + span::before {
  content: "";
  width: 10px;
  height: 6px;
  border: 2px solid black;
  border-top-color: transparent;
  border-right-color: transparent;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
#form .form-list li .text {
  padding: 0 15px;
}
#form .form-list li .big-title {
  margin-bottom: 30px;
}
#form .form-list li .small-title {
  margin-bottom: 20px;
}
#form .form-list li textarea {
  max-width: 670px;
  width: 670px;
  height: 90px;
  border: 1px solid #bbbbbb;
  padding: 10px 20px;
  border-radius: 0;
}
#form .form-result {
  display: none;
}
#form .form-result p {
  font-size: 1.041vw;
  padding-top: 1.3021vw;
  line-height: 1.5;
}
#form .form-result p span {
  color: #003b83;
}
#form .form-result p.frequency {
  color: red;
}
#form .form-result p.frequency span {
  color: red;
}
#form #uploader {
  width: 100%;
}
#form #uploader #picker .webuploader-pick {
  cursor: pointer;
  border: none;
  background: #003b83;
  color: #FFF;
  padding: 0 15px;
  height: 50px;
  line-height: 50px;
}
#form #uploader .el-upload__tip {
  font-size: 12px;
  color: #606266;
  margin-top: 7px;
}
#form #uploader .el-upload-list {
  list-style: none;
  margin: 10px 0;
  padding: 0;
}
#form #uploader .el-upload-list .el-upload-list__item {
  width: 40%;
  transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  font-size: 14px;
  color: #606266;
  line-height: 1.8;
  margin: 5px 0;
  position: relative;
  box-sizing: border-box;
  border-radius: 4px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#form #uploader .el-upload-list .el-upload-list__item .el-upload-list__item-name {
  color: #333;
  display: block;
  margin-right: 40px;
  overflow: hidden;
  padding-left: 4px;
  text-overflow: ellipsis;
  transition: color 0.3s;
  white-space: nowrap;
}
#form #uploader .el-upload-list .el-upload-list__item > span {
  font-size: 20px;
}
#form #uploader .el-upload-list .el-upload-list__item .delete {
  cursor: pointer;
  color: #f56c6c;
}
#form[formid="a1dc09ef2c0c43c88751ece677d936b5"],
#form[formid="1342cb2cde694e5a83b9d8d4ead2c79b"] {
  padding-left: 6.77vw;
  padding-right: 6.77vw;
}
#form[formid="a1dc09ef2c0c43c88751ece677d936b5"] .form-list,
#form[formid="1342cb2cde694e5a83b9d8d4ead2c79b"] .form-list {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#form[formid="a1dc09ef2c0c43c88751ece677d936b5"] .form-list > li,
#form[formid="1342cb2cde694e5a83b9d8d4ead2c79b"] .form-list > li {
  padding: 0;
  width: 100%;
  max-width: 100%;
}
#form[formid="a1dc09ef2c0c43c88751ece677d936b5"] .form-list > li:first-of-type,
#form[formid="1342cb2cde694e5a83b9d8d4ead2c79b"] .form-list > li:first-of-type,
#form[formid="a1dc09ef2c0c43c88751ece677d936b5"] .form-list > li:nth-of-type(2),
#form[formid="1342cb2cde694e5a83b9d8d4ead2c79b"] .form-list > li:nth-of-type(2),
#form[formid="a1dc09ef2c0c43c88751ece677d936b5"] .form-list > li:nth-of-type(3),
#form[formid="1342cb2cde694e5a83b9d8d4ead2c79b"] .form-list > li:nth-of-type(3) {
  margin-right: 30px;
  width: calc(100% / 3 - 20px);
}
#form[formid="a1dc09ef2c0c43c88751ece677d936b5"] .form-list > li:nth-of-type(3),
#form[formid="1342cb2cde694e5a83b9d8d4ead2c79b"] .form-list > li:nth-of-type(3) {
  margin-right: 0;
}
#form[formid="a1dc09ef2c0c43c88751ece677d936b5"] .form-list > li:nth-of-type(4),
#form[formid="1342cb2cde694e5a83b9d8d4ead2c79b"] .form-list > li:nth-of-type(4) {
  width: calc(50% - 15px);
  margin-right: 30px;
}
#form[formid="a1dc09ef2c0c43c88751ece677d936b5"] .form-list > li:nth-of-type(5),
#form[formid="1342cb2cde694e5a83b9d8d4ead2c79b"] .form-list > li:nth-of-type(5) {
  width: calc(50% - 15px);
}
#form[formid="a1dc09ef2c0c43c88751ece677d936b5"] .form-list > li > span,
#form[formid="1342cb2cde694e5a83b9d8d4ead2c79b"] .form-list > li > span {
  display: none;
}
#form[formid="a1dc09ef2c0c43c88751ece677d936b5"] .form-list > li input,
#form[formid="1342cb2cde694e5a83b9d8d4ead2c79b"] .form-list > li input,
#form[formid="a1dc09ef2c0c43c88751ece677d936b5"] .form-list > li select,
#form[formid="1342cb2cde694e5a83b9d8d4ead2c79b"] .form-list > li select {
  width: 100%;
}
#form[formid="a1dc09ef2c0c43c88751ece677d936b5"] .form-list > li.line:before,
#form[formid="1342cb2cde694e5a83b9d8d4ead2c79b"] .form-list > li.line:before {
  padding: 0;
  width: 100%;
}
#form[formid="a1dc09ef2c0c43c88751ece677d936b5"] .form-list > li.submit-btn,
#form[formid="1342cb2cde694e5a83b9d8d4ead2c79b"] .form-list > li.submit-btn {
  justify-content: center;
}
#form[formid="a1dc09ef2c0c43c88751ece677d936b5"] .form-list > li.code > div,
#form[formid="1342cb2cde694e5a83b9d8d4ead2c79b"] .form-list > li.code > div {
  width: 100%;
}
#form[formid="a1dc09ef2c0c43c88751ece677d936b5"] .form-list > li.code > div input,
#form[formid="1342cb2cde694e5a83b9d8d4ead2c79b"] .form-list > li.code > div input {
  width: 40%;
}
#form[formid="a1dc09ef2c0c43c88751ece677d936b5"] .form-list > li .content-list,
#form[formid="1342cb2cde694e5a83b9d8d4ead2c79b"] .form-list > li .content-list {
  display: flex;
}
#form[formid="a1dc09ef2c0c43c88751ece677d936b5"] .form-list > li .content-list > p,
#form[formid="1342cb2cde694e5a83b9d8d4ead2c79b"] .form-list > li .content-list > p {
  min-width: 180px;
  padding-right: 20px;
}
@media (max-width: 768px) {
  .bor-btn {
    width: calc(50% - 2.93vw);
    height: 9.33vw;
    font-size: 4vw;
  }
  #kv .kv-content .container {
    align-items: flex-start;
  }
  #kv .kv-content h2 {
    padding-top: 10.66vw;
    font-size: 8.266vw;
  }
  #crumb {
    display: none;
  }
  #summary {
    background: url('../imgsC/summary-bg-m.jpg') left top no-repeat;
    width: 100%;
    height: auto;
    min-height: 36.8vw;
    padding: 8.66vw 0 7.33vw;
  }
  #summary h2 {
    font-size: 5.6vw;
  }
  #summary p {
    font-size: 4vw;
    padding-top: 3.33vw;
  }
  #form {
    padding: 8vw 0;
  }
  #form .bor-btn {
    padding: 0 4.4vw;
    margin-left: 1.33vw;
    height: 9.33vw;
  }
  #form .bor-btn.bg-yellow {
    background: #fdd000;
    margin-left: 0;
    color: black;
  }
  #form h3 {
    font-size: 21px;
    margin-bottom: 14px;
    line-height: 1.3;
    font-weight: 400;
  }
  #form .form-list {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
  }
  #form .form-list .line {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 4vw;
    border: 1px solid #cdcdcd;
  }
  #form .form-list .line::before {
    display: none;
  }
  #form .form-list .dotted-line {
    position: relative;
    border: 1px dashed #cdcdcd;
    margin-left: 0;
    margin-right: 0;
  }
  #form .form-list .dotted-line::before {
    display: none;
  }
  #form .form-list li {
    font-size: 3.2vw;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 4vw;
  }
  #form .form-list li .code-img {
    height: 9.33vw;
    border: 1px solid #333;
    margin-left: 5px;
  }
  #form .form-list li span {
    font-size: 6vw;
  }
  #form .form-list li.code input[type=text] {
    width: 40%;
  }
  #form .form-list li.no-spacing {
    justify-content: flex-start;
    align-items: center;
  }
  #form .form-list li.submit-btn .bor-btn {
    width: calc(50% - 2.93vw);
    height: 9.33vw;
    font-size: 4vw;
  }
  #form .form-list li input[type=text],
  #form .form-list li select {
    width: 95%;
    height: 9.33vw;
    line-height: 9.33vw;
    padding: 0 2vw;
  }
  #form .form-list li > span {
    padding-left: 0;
  }
  #form .form-list li .refresh {
    margin-left: 1.33vw;
  }
  #form .form-list li .check-box span {
    width: 4.66vw;
    height: 4.66vw;
  }
  #form .form-list li .check-box input[type=checkbox]:checked + span::before {
    width: 1.6vw;
    height: 0.8vw;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  #form .form-list li input[type=checkbox] {
    width: 4.66vw;
    height: 4.66vw;
  }
  #form .form-list li .text {
    padding: 0 2vw;
  }
  #form .form-list li .big-title {
    margin-left: 0;
    margin-bottom: 2vw;
  }
  #form .form-list li .small-title {
    margin-bottom: 2vw;
  }
  #form .form-list li textarea {
    width: 95%;
    line-height: 6.66vw;
    padding: 0 2vw;
  }
  #form .form-list li .check-list {
    width: auto;
  }
  #form .form-list li .check-list li {
    width: 50%;
  }
  #form .form-list li .check-list textarea {
    margin-bottom: 4vw;
  }
  #form .form-list li .radio-list {
    width: auto;
  }
  #form .form-list li .radio-list textarea {
    margin-bottom: 4vw;
  }
  #form .form-list li .radio-list li {
    width: 50%;
  }
  #form .form-list li .radio-list .radio-box {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
  }
  #form .form-list li .radio-list .radio-box input[type=radio] {
    width: 4.66vw;
    height: 4.66vw;
  }
  #form .form-list li .radio-list .radio-box input[type=radio]:checked + span:nth-last-of-type(1)::before {
    width: 2.26vw;
    height: 2.26vw;
  }
  #form .form-list li .radio-list .radio-box > span:nth-last-of-type(1) {
    width: 4.66vw;
    height: 4.66vw;
  }
  #form .form-result {
    padding-left: 15px;
    padding-right: 15px;
  }
  #form .form-result p {
    font-size: 4vw;
    padding-top: 3.33vw;
  }
  #form[formid="a1dc09ef2c0c43c88751ece677d936b5"] {
    padding-left: 4vw;
    padding-right: 4vw;
  }
  #form[formid="a1dc09ef2c0c43c88751ece677d936b5"] .form-list {
    padding: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  #form[formid="a1dc09ef2c0c43c88751ece677d936b5"] .form-list > li {
    width: 100%!important;
  }
  #form[formid="a1dc09ef2c0c43c88751ece677d936b5"] .form-list > li input,
  #form[formid="a1dc09ef2c0c43c88751ece677d936b5"] .form-list > li select {
    width: 100%;
  }
  #form[formid="a1dc09ef2c0c43c88751ece677d936b5"] .form-list > li.line {
    margin-left: 0;
    margin-right: 0;
  }
  #form[formid="a1dc09ef2c0c43c88751ece677d936b5"] .form-list > li.line:before {
    width: 100%;
  }
  #form[formid="a1dc09ef2c0c43c88751ece677d936b5"] .form-list > li.submit-btn {
    justify-content: center;
  }
  #form[formid="a1dc09ef2c0c43c88751ece677d936b5"] .form-list > li.code > div {
    display: flex;
    width: 100%;
  }
  #form[formid="a1dc09ef2c0c43c88751ece677d936b5"] .form-list > li.code > div input {
    flex: 1;
  }
  #form[formid="a1dc09ef2c0c43c88751ece677d936b5"] .form-list > li .content-list {
    display: block;
  }
  #form[formid="a1dc09ef2c0c43c88751ece677d936b5"] .form-list > li .content-list > p {
    min-width: 180px;
    padding-right: 20px;
  }
}
