.path {
    display: flex;
}
.background_color {
  background-color: #f3f5f6;
}
.background_color >div{
  background-color: #fff;
  padding:0;
}
.top_pic {
  position: relative;
  font-size: 0;
}

.top_pic>img {
  width: 100%;
  min-height: 10rem;
}

.top_pic_text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: SourceHanSansCN-Normal;
  font-size: 1rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0rem;
  color: #ffffff;
}

.top_pic_text h3 {
  font-family: SourceHanSansCN-Light;
  font-size: 3rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0rem;
  color: #ffffff;
  margin-bottom: 1rem;
}

.form_box {
  padding: 3rem;
  display: flex;
  justify-content: space-between;
  gap: 2rem 0;
}

.form_box form {
  margin-right:4rem;
  flex: 1;
}

.china_center {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
  font-family: SourceHanSansCN-Light;
  font-size: 0.8rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.6rem;
  letter-spacing: 0rem;
  color: var(--theme);
}
.china_center>span{
  padding-top:2rem;
}
.china_center h4 {
  display: inline-block;
  font-family: SourceHanSansCN-Bold;
  font-size: 1.2rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 2.4rem;
  letter-spacing: 0rem;
  color: #002844;
  border-bottom: 0.2rem solid var(--theme);
}

form>ul>li {
  display: flex;
  align-items: center;
  gap: 5rem;
  padding: 1rem 0;
  font-family: SourceHanSansCN-Bold;
  font-size: 0.8rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1rem;
  letter-spacing: 0rem;
  color: #002844;
}

.btn,
.checkbox_box,
.radio_box,
.input_box {
  flex: 1;
}
.radio_box label{
    display: flex;
    gap: 0.28rem;
    align-items: center;
}

.input_box input {
  box-sizing: border-box;
  width: 100%;
  height: 2.6rem;
  padding: 0 0.4rem;
  border-radius: 0.3rem;
  border: 1px solid #ebebeb;
  background-color: #f4f4f4;
  color: #626262;
}

.input_box textarea {
  width: 100%;
  padding: 0.2rem;
  border-radius: 0.3rem;
  border: 1px solid #ebebeb;
  background-color: #f4f4f4;
  font-family: SourceHanSansCN-Light;
  font-size: 0.8rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.2rem;
  letter-spacing: 0rem;
  color: #626262;
}

.label {
  min-width: 16rem;
}

.radio_box {
  display: flex;
  gap: 2rem;
}
.radio_box.sex label:first-child{
  margin-right:1rem
}
.radio_box>span {
  display: flex;
  align-items: center;
  gap: 0.3rem;
}

.radio_box .radio {
  flex: unset;
  cursor: pointer;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border: 1px solid #ebebeb;
  background-color: #f4f4f4;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.checkbox {
  flex: unset;
  cursor: pointer;
  display: inline-block;
  width: 0.7rem;
  ;
  height: 0.7rem;
  ;
  border: 1px solid #ebebeb;
  background-color: #f4f4f4;
  border-radius: 0.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.checkbox_box .checked::after {
  content: 'ï¿?;
  color: #626262;
  font-size: 0.6rem;
  font-weight: 500;
}

.radio_box .checked::after {
  content: '';
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background-color: #626262;
}

.radio_box .checked {
  border-color: #626262;
}

.checkbox_box {
  font-family: SourceHanSansCN-Light;
  font-size: 0.7rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.2rem;
  letter-spacing: 0rem;
  color: #002844;
}

.checkbox_box p {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0.2rem 0;
}

.notpadding {
  padding: 0;
}

.checkbox_box h4 {
  text-align: center;
  font-family: SourceHanSansCN-Bold;
  font-size: 2rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1rem;
  letter-spacing: 0rem;
  color: #002844;
  margin-top: 4rem;
  margin-bottom: 1rem;
}
.btn {
  display: flex;
  gap: 2rem;
  flex-direction: column;
  align-items: center;
}

.privacy {
  margin-top: 2rem;
}
.privacy strong{
  margin:0 0.5rem;
}
.btn button {
  width: 11rem;
  height: 2.4rem;
  font-family: SourceHanSansCN-Light;
  font-size: 1rem;
  letter-spacing: 0rem;
  color: #ffffff;
  background-color: #002844;
}

.btn>div {
  display: flex;
  gap: 0.5rem;
  flex-direction: column;
  align-items: center;
  font-family: SourceHanSansCN-Light;
  font-size: 0.7rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1rem;
  white-space: nowrap;
  letter-spacing: 0rem;
  color: #002844;
}

@media (max-width: 768px) {
  .top_pic_text {
    box-sizing: border-box;
    font-size: 0.8rem;
    padding: 0 2rem;
    text-align: center;
  }

  .top_pic_text h3 {
    font-size: 2rem;
    margin-bottom: 0.5rem;
  }

  .form_box {
    flex-direction: column;
    padding: 1rem 2rem;
  }
  .form_box form{
      margin-right: 0px;
  }
  form>ul>li {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .label {
    min-width: unset;
  }

  .btn,
  .checkbox_box,
  .radio_box,
  .input_box {
    width: 100%;
  }

  .china_center {
    align-items: center;
    gap: 0.6rem;
  }
.china_center>span{
    padding-top: 0rem;
}
  .china_center>span p{
    text-align: center;
  }
.privacy {
    margin-top: 0rem;
}
}