.box {
  background: white;
  height: 1024px;
  position: relative;
}

.box .banner_box {
  width: 1440px;
  height: 336px;
  background: url(/static_source/image/lxwm_banner.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.box .banner_box h3 {
  font-size: 43px;
  font-family: Source Han Sans CN,
    Source Han Sans CN;
  font-weight: 500;
  color: #ffffff;
  line-height: 50px;
  text-align: center;
  margin-top: 60px;
}

.box .banner_box p {
  text-align: center;
  font-size: 22px;
  font-family: Source Han Sans CN,
    Source Han Sans CN;
  font-weight: 400;
  color: #ffffff;
  line-height: 26px;
}

.box .biaodan_box {
  width: 1100px;
  background: #ffffff;
  border-radius: 7px 7px 7px 7px;
  opacity: 1;
  border: 1px solid #d5d5d5;
  position: absolute;
  left: 160px;
  top: 280px;
  padding-top: 48px;
  padding-bottom: 20px;
  box-sizing: border-box;
}

.box .biaodan_box form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.box .biaodan_box form .shurukuang {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
}

.box .biaodan_box form .shurukuang p {
  color: #585d6b;
  font-size: 18px;
  font-family: Source Han Sans CN,
    Source Han Sans CN;
  font-weight: 500;
  width: 294px;
  text-align: end;
}

.box .biaodan_box form .shurukuang p .xingxing {
  color: #b8000d;
  font-weight: 500;
}

.box .biaodan_box form .shurukuang input {
  outline: none;
  width: 565px;
  height: 40px;
  border-radius: 6px 6px 6px 6px;
  opacity: 1;
  border: 1px solid #d5d5d5;
  font-size: 18px;
  padding-left: 15px;
  box-sizing: border-box;
}

.box .biaodan_box form .shurukuang input::placeholder {
  font-size: 14px;
  font-family: AppleSystemUIFont;
  color: #bcbcbc;
}

.box .biaodan_box form .shurukuang textarea {
  width: 565px;
  height: 136px;
  border-radius: 6px 6px 6px 6px;
  opacity: 1;
  border: 1px solid #d5d5d5;
  padding-top: 12px;
  padding-left: 12px;
  box-sizing: border-box;
  resize: none;
  outline: none;
  font-size: 18px;
}

.box .biaodan_box form .shurukuang textarea::placeholder {
  font-size: 14px;
  font-family: AppleSystemUIFont;
  color: #bcbcbc;
}

.box .biaodan_box form .wenbenkuang {
  align-items: start;
}

.box .biaodan_box form .shurukuang_shuang {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.box .biaodan_box form .shurukuang_shuang p {
  color: #585d6b;
  font-size: 18px;
  width: 294px;
  text-align: end;
  font-family: Source Han Sans CN, Source Han Sans CN;
}

.box .biaodan_box form .shurukuang_shuang p span {
  color: #585d6b;
}

.box .biaodan_box form .shurukuang_shuang p .xingxing {
  color: #fa5151;
}

.box .biaodan_box form .shurukuang_shuang .input_box {
  display: flex;
  cursor: pointer;
}

.box .biaodan_box form .shurukuang_shuang .xiala_xuanzhe {
  position: relative;
}

.box .biaodan_box form .shurukuang_shuang .xiala_xuanzhe .xiala_xuan {
  position: absolute;
  top: 60px;
  border: 1px solid #e1e8f1;
  border-radius: 6px;
  background-color: white;
  z-index: 2;
  display: none;
  overflow-y: auto;
}

.box .biaodan_box form .shurukuang_shuang .xiala_xuanzhe .xiala_xuan li {
  padding: 0 20px;
  text-align: center;
  font-size: 18px;
  line-height: 36px;
  cursor: pointer;
}

.box .biaodan_box form .shurukuang_shuang .xiala_xuanzhe .xiala_xuan li:hover {
  background-color: #1080fc;
  color: white;
}

.box .biaodan_box form .shurukuang_shuang .xiala_xuanzhe .xiala_xuan .acitve {
  background-color: #1080fc;
  color: white;
}

.box .biaodan_box form .shurukuang_shuang .xiala_xuanzhe .jiantou_img {
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
}

.box .biaodan_box form .shurukuang_shuang .xiala_xuanzhe .jiantou_img img {
  width: 12px;
  height: 12px;
}

.box .biaodan_box form .shurukuang_shuang .one_hangye {
  width: 565px;
  height: 40px;
  border-radius: 6px 6px 6px 6px;
  opacity: 1;
  border: 1px solid #d5d5d5;
  outline: none;
  padding-left: 13px;
  box-sizing: border-box;
  pointer-events: none;
  font-size: 18px;
}

.box .biaodan_box form .shurukuang_shuang .one_hangye::placeholder {
  font-size: 14px;
  font-family: AppleSystemUIFont;
  color: #bcbcbc;
}

.box .biaodan_box form .shurukuang_shuang2 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.box .biaodan_box form .shurukuang_shuang2 p {
  color: #585d6b;
  font-size: 18px;
  width: 296px;
  text-align: end;
  font-family: Source Han Sans CN, Source Han Sans CN;
}

.box .biaodan_box form .shurukuang_shuang2 p span {
  color: #585d6b;
}

.box .biaodan_box form .shurukuang_shuang2 p .xingxing {
  color: #fa5151;
}

.box .biaodan_box form .shurukuang_shuang2 .input_box {
  display: flex;
  cursor: pointer;
}

.box .biaodan_box form .shurukuang_shuang2 .xiala_xuanzhe {
  position: relative;
}

.box .biaodan_box form .shurukuang_shuang2 .xiala_xuanzhe .xiala_xuan {
  position: absolute;
  top: 60px;
  border: 1px solid #e1e8f1;
  border-radius: 6px;
  background-color: white;
  z-index: 2;
  display: none;
  overflow-y: auto;
}

.box .biaodan_box form .shurukuang_shuang2 .xiala_xuanzhe .xiala_xuan li {
  padding: 0 20px;
  text-align: center;
  font-size: 18px;
  line-height: 36px;
  cursor: pointer;
}

.box .biaodan_box form .shurukuang_shuang2 .xiala_xuanzhe .xiala_xuan li:hover {
  background-color: #1080fc;
  color: white;
}

.box .biaodan_box form .shurukuang_shuang2 .xiala_xuanzhe .xiala_xuan .acitve {
  background-color: #1080fc;
  color: white;
}

.box .biaodan_box form .shurukuang_shuang2 .xiala_xuanzhe .jiantou_img {
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
}

.box .biaodan_box form .shurukuang_shuang2 .xiala_xuanzhe .jiantou_img img {
  width: 12px;
  height: 12px;
}

.box .biaodan_box form .shurukuang_shuang2 .one_hangye {
  width: 565px;
  height: 40px;
  border-radius: 6px 6px 6px 6px;
  opacity: 1;
  border: 1px solid #d5d5d5;
  outline: none;
  padding-left: 13px;
  box-sizing: border-box;
  pointer-events: none;
  font-size: 18px;
}

.box .biaodan_box form .shurukuang_shuang2 .one_hangye::placeholder {
  font-size: 14px;
  font-family: AppleSystemUIFont;
  color: #bcbcbc;
}

.box .biaodan_box form .shurukuang_shuang3 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.box .biaodan_box form .shurukuang_shuang3 p {
  color: #585d6b;
  font-size: 18px;
  width: 294px;
  text-align: end;
  font-family: Source Han Sans CN, Source Han Sans CN;
}

.box .biaodan_box form .shurukuang_shuang3 p span {
  color: #585d6b;
}

.box .biaodan_box form .shurukuang_shuang3 p .xingxing {
  color: #fa5151;
}

.box .biaodan_box form .shurukuang_shuang3 .input_box {
  display: flex;
  cursor: pointer;
}

.box .biaodan_box form .shurukuang_shuang3 .xiala_xuanzhe {
  position: relative;
}

.box .biaodan_box form .shurukuang_shuang3 .xiala_xuanzhe .xiala_xuan {
  position: absolute;
  top: 60px;
  border: 1px solid #e1e8f1;
  border-radius: 6px;
  background-color: white;
  z-index: 2;
  display: none;
  overflow-y: auto;
}

.box .biaodan_box form .shurukuang_shuang3 .xiala_xuanzhe .xiala_xuan li {
  padding: 0 20px;
  text-align: center;
  font-size: 18px;
  line-height: 36px;
  cursor: pointer;
}

.box .biaodan_box form .shurukuang_shuang3 .xiala_xuanzhe .xiala_xuan li:hover {
  background-color: #1080fc;
  color: white;
}

.box .biaodan_box form .shurukuang_shuang3 .xiala_xuanzhe .xiala_xuan .acitve {
  background-color: #1080fc;
  color: white;
}

.box .biaodan_box form .shurukuang_shuang3 .xiala_xuanzhe .jiantou_img {
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
}

.box .biaodan_box form .shurukuang_shuang3 .xiala_xuanzhe .jiantou_img img {
  width: 12px;
  height: 12px;
}

.box .biaodan_box form .shurukuang_shuang3 .one_hangye {
  width: 565px;
  height: 40px;
  border-radius: 6px 6px 6px 6px;
  opacity: 1;
  border: 1px solid #d5d5d5;
  outline: none;
  padding-left: 13px;
  box-sizing: border-box;
  pointer-events: none;
  font-size: 18px;
}

.box .biaodan_box form .shurukuang_shuang3 .one_hangye::placeholder {
  font-size: 14px;
  font-family: AppleSystemUIFont;
  color: #bcbcbc;
}

.box .biaodan_box form .shurukuang_shuang4 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.box .biaodan_box form .shurukuang_shuang4 p {
  color: #585d6b;
  font-size: 18px;
  width: 294px;
  text-align: end;
  font-family: Source Han Sans CN, Source Han Sans CN;
}

.box .biaodan_box form .shurukuang_shuang4 p span {
  color: #585d6b;
}

.box .biaodan_box form .shurukuang_shuang4 p .xingxing {
  color: #fa5151;
}

.box .biaodan_box form .shurukuang_shuang4 .input_box {
  display: flex;
  cursor: pointer;
}

.box .biaodan_box form .shurukuang_shuang4 .xiala_xuanzhe {
  position: relative;
}

.box .biaodan_box form .shurukuang_shuang4 .xiala_xuanzhe .xiala_xuan {
  position: absolute;
  top: 60px;
  border: 1px solid #e1e8f1;
  border-radius: 6px;
  background-color: white;
  z-index: 2;
  display: none;
  overflow-y: auto;
}

.box .biaodan_box form .shurukuang_shuang4 .xiala_xuanzhe .xiala_xuan li {
  padding: 0 20px;
  text-align: center;
  font-size: 18px;
  line-height: 36px;
  cursor: pointer;
}

.box .biaodan_box form .shurukuang_shuang4 .xiala_xuanzhe .xiala_xuan li:hover {
  background-color: #1080fc;
  color: white;
}

.box .biaodan_box form .shurukuang_shuang4 .xiala_xuanzhe .xiala_xuan .acitve {
  background-color: #1080fc;
  color: white;
}

.box .biaodan_box form .shurukuang_shuang4 .xiala_xuanzhe .jiantou_img {
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
}

.box .biaodan_box form .shurukuang_shuang4 .xiala_xuanzhe .jiantou_img img {
  width: 12px;
  height: 12px;
}

.box .biaodan_box form .shurukuang_shuang4 .one_hangye {
  width: 565px;
  height: 40px;
  border-radius: 6px 6px 6px 6px;
  opacity: 1;
  border: 1px solid #d5d5d5;
  outline: none;
  padding-left: 13px;
  box-sizing: border-box;
  pointer-events: none;
  font-size: 18px;
}

.box .biaodan_box form .shurukuang_shuang4 .one_hangye::placeholder {
  font-size: 14px;
  font-family: AppleSystemUIFont;
  color: #bcbcbc;
}

.box .biaodan_box form .tongyi_box {
  font-size: 18px;
  font-family: Source Han Sans CN,
    Source Han Sans CN;
  font-weight: 400;
  color: #585d6b;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-left: 128px;
}

.box .biaodan_box form .tongyi_box .danxuan {
  width: 20px;
  height: 20px;
}

.box .biaodan_box form .btn_box {
  width: 157px;
  height: 58px;
  background: #1080FC;
  border-radius: 2px 2px 2px 2px;
  opacity: 1;
  border: 1px solid #e0e1e6;
  text-align: center;
  line-height: 58px;
  color: white;
  font-size: 18px;
  margin-left: -105px;
  cursor: pointer;
}

.box .biaodan_box form .disabled {
  background: #EFF0F5;
  border: 1px solid #E0E1E6;
  color: #AEB0B8;
}

.navigation {
  background: white;
}

.lxwm_box {
  width: 100%;
  margin: 0 293px;
  display: flex;
  margin-top: 20px;
  gap: 14px;
}

.lxwm_box .left {
  width: 560px;
  height: 820px;
  background: #ffffff;
  padding: 30px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.lxwm_box .left .title {
  font-size: 28px;
  font-family: AppleSystemUIFont;
  color: #1080fc;
}

.lxwm_box .left .shurukuang {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.lxwm_box .left .shurukuang p {
  font-size: 14px;
  font-family: AppleSystemUIFont;
  color: #06101e;
}

.lxwm_box .left .shurukuang p span {
  color: #06101e;
}

.lxwm_box .left .shurukuang p .xingxing {
  color: #fa5151;
}

.lxwm_box .left .shurukuang input {
  width: 500px;
  height: 38px;
  border: 1px solid #e1e8f1;
  outline: none;
  padding-left: 13px;
  box-sizing: border-box;
}

.lxwm_box .left .shurukuang input::placeholder {
  font-size: 14px;
  font-family: AppleSystemUIFont;
  color: #bcbcbc;
}

.lxwm_box .left .shurukuang_shuang {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.lxwm_box .left .shurukuang_shuang p {
  font-size: 14px;
  font-family: AppleSystemUIFont;
  color: #06101e;
}

.lxwm_box .left .shurukuang_shuang p span {
  color: #06101e;
}

.lxwm_box .left .shurukuang_shuang p .xingxing {
  color: #fa5151;
}

.lxwm_box .left .shurukuang_shuang .input_box {
  display: flex;
  cursor: pointer;
}

.lxwm_box .left .shurukuang_shuang .xiala_xuanzhe {
  position: relative;
}

.lxwm_box .left .shurukuang_shuang .xiala_xuanzhe .xiala_xuan {
  position: absolute;
  top: 41px;
  left: 63px;
  border: 1px solid #e1e8f1;
  background-color: white;
  z-index: 2;
  height: 300px;
  display: none;
  overflow-y: auto;
}

.lxwm_box .left .shurukuang_shuang .xiala_xuanzhe .xiala_xuan li {
  width: 140px;
  text-align: center;
  font-size: 14px;
  line-height: 25px;
  cursor: pointer;
}

.lxwm_box .left .shurukuang_shuang .xiala_xuanzhe .xiala_xuan li:hover {
  background-color: #1080fc;
  color: white;
}

.lxwm_box .left .shurukuang_shuang .xiala_xuanzhe .xiala_xuan .acitve {
  background-color: #1080fc;
  color: white;
}

.lxwm_box .left .shurukuang_shuang .xiala_xuanzhe .jiantou_img {
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
}

.lxwm_box .left .shurukuang_shuang .xiala_xuanzhe .jiantou_img img {
  width: 12px;
  height: 12px;
}

.lxwm_box .left .shurukuang_shuang .one_hangye {
  width: 220px;
  height: 38px;
  border: 1px solid #e1e8f1;
  outline: none;
  padding-left: 13px;
  box-sizing: border-box;
  caret-color: transparent;
}

.lxwm_box .left .shurukuang_shuang .one_hangye::placeholder {
  font-size: 14px;
  font-family: AppleSystemUIFont;
  color: #bcbcbc;
}

.lxwm_box .left .shurukuang_shuang .company_zhiwei {
  width: 280px;
  height: 38px;
  border: 1px solid #e1e8f1;
  border-left: none;
  outline: none;
  padding-left: 13px;
  box-sizing: border-box;
}

.lxwm_box .left .shurukuang_shuang .company_zhiwei::placeholder {
  font-size: 14px;
  font-family: AppleSystemUIFont;
  color: #bcbcbc;
}

.lxwm_box .left .shurukuang_xuqiu p {
  font-size: 14px;
  font-family: AppleSystemUIFont;
  color: #06101e;
}

.lxwm_box .left .shurukuang_xuqiu p span {
  color: #06101e;
}

.lxwm_box .left .shurukuang_xuqiu p .xingxing {
  color: #fa5151;
}

.lxwm_box .left .shurukuang_xuqiu textarea {
  width: 500px;
  height: 140px;
  border: 1px solid #e1e8f1;
  outline: none;
  padding-left: 13px;
  padding-right: 13px;
  padding-top: 9px;
  box-sizing: border-box;
  resize: none;
  margin-top: 8px;
  font-size: 16px;
}

.lxwm_box .left .shurukuang_xuqiu textarea::placeholder {
  font-size: 14px;
  font-family: AppleSystemUIFont;
  color: #bcbcbc;
}

.lxwm_box .left .btn {
  width: 500px;
  height: 48px;
  background: #1080fc;
  line-height: 48px;
  font-size: 18px;
  font-family: AppleSystemUIFont;
  color: #ffffff;
  border-color: #1080fc;
  text-align: center;
  cursor: pointer;
}

.lxwm_box .right {
  width: 280px;
  height: 294px;
  background: #ffffff;
  padding: 20px;
  box-sizing: border-box;
}

.lxwm_box .right .shu_title {
  display: flex;
  gap: 10px;
}

.lxwm_box .right .shu_title .shu {
  width: 4px;
  height: 16px;
  background: #1080fc;
  border-radius: 6px;
}

.lxwm_box .right .shu_title .title {
  font-size: 16px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  color: #06101e;
}

.lxwm_box .right .shu_title2 {
  margin-top: 36px;
}

.lxwm_box .right .guanf_youxiang {
  font-size: 14px;
  font-family: AppleSystemUIFont;
  color: #787878;
  margin-top: 14px;
}

.lxwm_box .right .phone_box {
  margin-top: 14px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.lxwm_box .right .phone_box p {
  font-size: 14px;
  font-family: AppleSystemUIFont;
  color: #787878;
}

.lxwm_box .yinsi_or_xieyi {
  font-size: 12px;
  color: #787878;
}

.lxwm_box .yinsi_or_xieyi span {
  font-size: 12px;
  color: #1080fc;
}

.lxwm_box .yinsi_or_xieyi .xing {
  color: #fa5151;
}

.footer {
  margin-left: 120px;
  width: 1200px;
  padding-top: 30px;
  background-color: #f5f8fa;
  margin-top: 40px;
  border-top: 1px solid #e1e8f1;
}

.footer p {
  font-size: 14px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  color: #787878;
  text-align: center;
}

.testOne {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, .6);
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 999;
}

.testOne .policy {
  height: 567px;
  width: 640px;
  background: #ffffff;
  border-radius: 8px;
  opacity: 1;
  border: 1px solid #d5d5d5;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0 24px;


}

.testOne .policy .title {
  height: 71px;
  width: 100%;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.testOne .policy .paragraph {
  margin-bottom: 16px;
  box-sizing: border-box;
}

.testOne .policy .text {
  line-height: 22px;
  font-family: PingFang SC;
  color: #333;
  font-size: 14px;
}

.testOne .policy .footer2 {
  box-sizing: border-box;
}

.testOne .policy .footer2 .colseBtn {
  width: 88px;
  height: 32px;
  display: flex;
  -webkit-box-pack: center;
  align-items: center;
  color: #fff;
  background-color: #1080FC;
  border: none;
  border-radius: 3px;
  font-size: 14px;
  position: absolute;
  right: 24px;
  bottom: 24px;
  cursor: pointer;
  transition: all .25s ease;
  justify-content: center;
}