/*0430*/
.isPc .box3_2 {
  padding-bottom: 20px;
  margin-bottom: 65px;
  border-radius: 7px;
  background: #8b5f29;
  min-height: 335px;
}
.isPc .pBox4_2 b {
  font-weight: normal;
}
.isPc .pBox3 h3 p a {
  font-weight: bold;
  text-decoration: underline;
  color: #fff;
  font-size: 22px;
}
.isPc .pBox4 p b i {
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  margin-right: 10px;
}
.isPc .pBox4_2 p b i {
  font-style: normal;
  font-weight: bold;
}
.isPc .form1 .formBox1 li span.s2 {
  width: 100%;
  display: block;
  font-size: 20px;
}
.isPc .form1 .formBox1 li span.s2 b em {
  font-style: italic;
}
.isPc .form1 li span {
  font-size: 20px;
  line-height: 30px;
}
.isPc .form2 {
  font-size: 20px;
}
.isPc .form2 p {
  width: 860px;
  margin: 0 auto;
  display: block;
}
.isPc .form2 b {
  color: #fff;
  font-weight: normal;
}
.isPc .form2 em {
  color: #ffc581;
}
.isPc .editor {
  width: 860px;
  margin: 20px auto 0;
}
.isPc .header {
  height: 575px;
}
.isWap .header {
  width: 100%;
  height: 4.55rem;
}
.isWap .txt_box2 .s1 p {
  font-size: 0.28rem;
  line-height: 0.3rem;
  font-weight: normal;
}
.isWap .form2 b {
  color: #fff;
  font-weight: normal;
}
.isWap .form2 em {
  color: #ffc581;
}

.isPc .pBox3 h4 i,
.isPc .pBox4_2 i {
  font-weight: bold;
  text-decoration: underline;
  font-style: normal;
}
.isPc .pBox3 h4 i a,
.isPc .pBox4_2 i a {
  color: #ffc581;
}

.isWap .box3_2 {
  background: #8b5f29;
  border-radius: 0.15rem;
}
.isWap .pBox3 h3 a {
  color: #fff;
  font-weight: bold;
  text-decoration: underline;
}
.isWap .pBox3 h4 i,
.isWap .pBox4_2 i {
  font-weight: bold;
  text-decoration: underline;
  font-style: normal;
}
.isWap .pBox3 h4 i a,
.isWap .pBox4_2 i a {
  color: #ffc581;
}
.isWap .pBox3 h4 {
  color: #ffc581;
}
.isWap .pBox4 b {
  display: block;
  width: 100%;
}

/*20030503*/
.isPc .form1 li {
  align-items: flex-start;
}

.isPc .nation {
  width: 558px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.isPc .nation .nation-item {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
  line-height: 38px;
  height: 38px;
  width: auto;
  border: 2px solid #8b6029;
  background-color: #ffdeb6;
  padding: 0 10px;
  border-radius: 4px;
  -o-border-radius: 4px;
  -webkit-border-radius: 4px;
  box-sizing: content-box;
  cursor: pointer;
  gap: 8px;
}

.isPc .nation .nation-item.cur {
  border-color: #b16a25;
}

.isPc .nation .nation-item input,
.isPc .nation .nation-item label {
  cursor: pointer;
}

.isPc .nation .nation-item:nth-child(2) {
  flex-grow: 1;
}

.isPc .form1 li .nation input[type="radio"] {
  width: auto;
  height: auto;
}

.isPc .form1 li .nation input[type="text"] {
  line-height: 38px;
  height: 38px;
  flex-grow: 1;
  width: auto;
  border: none;
  padding: 0;
}

.isPc .form1 li .nation input[type="text"]::placeholder {
  color: #cc944e;
}

.isWap .nation {
  width: 99%;
  display: flex;
  align-items: center;
  gap: 0.2rem;
  flex-direction: column;
}

.isWap .nation .nation-item {
  display: flex;
  align-items: center;
  font-size: 0.2rem;
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
  line-height: 0.6rem;
  height: 0.6rem;
  width: 93%;
  border: 2px solid #8b6029;
  background-color: #ffdeb6;
  padding: 0 10px;
  border-radius: 4px;
  -o-border-radius: 4px;
  -webkit-border-radius: 4px;
  box-sizing: content-box;
  cursor: pointer;
  gap: 0.1rem;
}

.isWap .nation .nation-item.cur {
  border-color: #b16a25;
}

.isWap .nation .nation-item input,
.isWap .nation .nation-item label {
  cursor: pointer;
}

.isWap .nation .nation-item:nth-child(2) {
  flex-grow: 1;
}

.isWap .form1 li .nation input[type="radio"] {
  width: auto;
  height: auto;
}

.isWap .form1 li .nation input[type="text"] {
  font-size: 0.2rem;
  line-height: 0.6rem;
  height: 0.6rem;
  flex-grow: 1;
  width: auto;
  border: none;
  padding: 0;
}

.isWap .form1 li .nation input[type="text"]::placeholder {
  color: #cc944e;
}

.form1 li .nation .nation-item.cur.error {
  border-color: #ef4444;
  background-color: #fecaca;
}

.form1 li .nation .nation-item.cur.error input {
  background-color: #fecaca;
}

.form1 li .nation .nation-item.cur.error input[type="text"]::placeholder {
  color: #ef4444;
}

.isPc .main2 {
  overflow: hidden;
}