main {
  padding-top: 1px;
  padding-bottom: 200px;
  background: #2731A6;
  width: 100%;
  overflow-x: hidden;
}
img {
  max-width: 100%;
  vertical-align: middle;
}
a, a:focus, a:hover, a:active {
  color: inherit;
}
.banner {
  min-height: 356px;
  position: relative;
  text-align: center;
}
.banner .img--wrapper, .banner .img--wrapper img {
  width: 100%;
}
.banner .banner_tip {
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 49%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 90%;
  height: 90px;
  padding: 15px 0;
  text-align: center;
  line-height: 1;
  border-radius: 0 0 120px 120px;
}
.banner .banner_tip span {
  display: inline-block;
  vertical-align: baseline;
  padding: 0 3px;
}
.banner .banner_tip p {
  font-size: 15px;
  font-weight: normal;
  color: #fff;
  text-align: center;
  margin-top: 8px;
}
.banner .banner-link {
  width: 89px;
  height: 60px;
  position: absolute;
  top: 20px;
  left: 22.5%;
  transform: translateX(-50%);
}
.award-list {
  margin: 30px auto 50px;
}
.award-list .wrapped {
  position: relative;
}
.award-list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 50px 65px 60px;
  height: 386px;
  background: url("https://cdn-fs.d1ev.com/d/file/special/2023/spring-thunder/images/bg-card.png") no-repeat center;
  background-size: contain;
}
.award-list ul li {
  width: 336px;
  flex-shrink: 0;
}
.award-list .award-tip {
  width: 47px;
  height: 118px;
  background: url("https://cdn-fs.d1ev.com/d/file/special/2023/spring-thunder/images/bg-rule.png") no-repeat center;
  background-size: contain;
  position: absolute;
  top: 88px;
  right: -45px;
  font-size: 30px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1.15;
  text-align: center;
  padding: 24px 0;
}
.award-list .award-tip img {
  max-width: 100%;
}
.list_wrapper {
  width: 100%;
  min-height: 30px;
  position: relative;
}
.list_wrapper ul {
  width: 100%;
  height: 60px;
  margin: 0 auto 63px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  border-radius: 100px;
}
.list_wrapper ul li {
  -webkit-flex-basis: 113px;
  -ms-flex-preferred-size: 113px;
  flex-basis: 113px;
  width: 113px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 53px;
  background: #06217E;
  border-radius: 5px;
  font-size: 30px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #F7FCFF;
  line-height: 52px;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.list_wrapper ul li:not(:last-child) {
  margin-right: 23px;
}
.list_wrapper ul li:first-child {
  background: transparent;
  text-align: left;
  opacity: 0;
}
.list_wrapper ul li:not(:first-child).active {
  background: #3D72DE;
  color: #fff;
  z-index: 2;
}
.list_wrapper ul li:first-child.active {
  color: #dd3943;
}
.list_wrapper ul li .svgIcon {
  width: 1em;
  height: 1em;
  vertical-align: -0.128em;
  fill: currentColor;
}
.model-list .section_title {
  font-family: PingFang SC, serif;
  color: #FFFFFF;
  padding-bottom: 74px;
}
.title_wrapper {
  text-align: center;
  padding-bottom: 68px;
  background: url("https://cdn-fs.d1ev.com/d/file/special/2023/spring-thunder/images/bg-top.png") no-repeat center bottom;
  background-size: contain;
}
.title_wrapper .title_p {
  font-size: 55px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #F7FCFF;
  line-height: 77px;
  text-shadow: 0 0 9px #081152;
}
.title_wrapper span {
  display: inline-block;
  font-size: 20px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 28px;
}
.section_title > .img--wrapper {
  width: 410px;
  text-align: center;
  margin: 76px auto 58px;
}
.section_title .list-footer {
  height: 100px;
  margin-top: -2px;
  background: url("https://cdn-fs.d1ev.com/d/file/special/2023/spring-thunder/images/bg-bottom.png") no-repeat center bottom;
  background-size: contain;
}
.section_list {
  position: relative;
  padding: 0 60px 50px;
  border-left: 20px solid #3769D0;
  border-right: 20px solid #3769D0;
  background: #07103A;
}
.list-wrapper {
  position: relative;
}
.section_list .list_all {
  width: 113px;
  height: 53px;
  background: #06217E;
  border-radius: 5px;
  font-size: 30px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #F7FCFF;
  line-height: 52px;
  text-align: center;
  position: absolute;
  top: 0;
  left: -2px;
  z-index: 2;
}
.section_list .list_all.active {
  background: #3D72DE;
}
.section_list .list_all .svgIcon {
  width: 1em;
  height: 1em;
  vertical-align: -0.128em;
  fill: currentColor;
}
.section_list .list_panel {
  min-height: 209px;
}
.section_list .list_panel ul {
  display: none;
}
.section_list .list_panel ul.active {
  display: block;
}
.section_list .list_panel ul li {
  background: #06217E;
  border-radius: 5px;
}
.section_list .list_panel ul li.list-empty {
  text-align: center;
  padding: 40px 20px;
}
.section_list .list_panel ul li:not(:last-child) {
  margin-bottom: 53px;
}
.section_list ul .li_wrapper {
  height: 186px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 45px 0 61px;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.section_list ul .li_wrapper .flex-wrapper {
  display: flex;
  align-items: center;
}
.section_list ul .wrapper_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.section_list ul .li_wrapper .img--wrapper {
  width: 201px;
  height: 103px;
  flex-shrink: 0;
  overflow: hidden;
}
.section_list ul .li_wrapper .img--wrapper img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.li_wrapper .disc_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-left: 77px;
  font-family: PingFang SC, serif;
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
}
.disc_wrapper .desc_price {
  font-size: 30px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FC8C33;
  line-height: 42px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  white-space: nowrap;
  margin-bottom: 16px;
}
.disc_wrapper .desc_price .price_tip {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  display: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f66259), to(#e22e23)), -webkit-gradient(linear, left top, left bottom, from(#fff2f1), to(#fff2f1));
  background-image: -webkit-linear-gradient(top, #f66259 0%, #e22e23 100%), -webkit-linear-gradient(#fff2f1, #fff2f1);
  background-image: linear-gradient(180deg, #f66259 0%, #e22e23 100%), linear-gradient(#fff2f1, #fff2f1);
  background-blend-mode: normal, normal;
  border: 1px solid #ffb541;
  border-radius: 50px;
  font-size: 24px;
  line-height: 40px;
  color: #fff;
  height: 100%;
  padding: 0 0.5em;
  max-width: 14em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: -1px;
  margin-left: 0.5em;
  white-space: nowrap;
}
.disc_wrapper .desc_name {
  font-size: 40px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: bold;
  color: #7AB7F7;
  line-height: 56px;
  max-width: 9em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
}
.disc_wrapper .desc_tip {
  height: 33px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 30px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FC8C33;
  line-height: 42px;
  /*width: 450px;*/
  max-width: 16em;
  white-space: nowrap;
  overflow: hidden;
}
.disc_wrapper .desc_tip span {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.li_wrapper .li_button {
  font-size: 30px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 42px;
  border: none;
  cursor: pointer;
  width: 180px;
  text-align: center;
  position: relative;
}
.li_wrapper .li_button::before {
  content: "立即报名";
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
.li_wrapper .li_button::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 186px;
  height: 54px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: linear-gradient(180deg, #FC9335 0%, #FE5721 100%);
  border: 2px solid #FFFFFF;
  border-radius: 100px;
  background-clip: content-box, padding-box;
}
.li_wrapper .li_button.active::before {
  content: "已选中";
  color: #FD6024;
}
.li_wrapper .li_button.active::after {
  background-image: linear-gradient(180deg, #fff 100%, #fff 100%);
  border-color: transparent;
}
.li_wrapper .li_button .button_tip {
  display: none;
  font-size: 18px;
  font-weight: 400;
  color: #BEBEBE;
  line-height: 1;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 36px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.li_wrapper .li_button.active .button_tip {
  display: block;
}
.li_wrapper .li_tip {
  position: absolute;
  top: 0;
  left: -1px;
  padding: 8px 0 8px 16px;
  width: 173px;
  height: 58px;
  background: url("https://cdn-fs.d1ev.com/d/file/special/2023/spring-thunder/images/bg-tip.png?v=2") no-repeat left center;
  background-size: contain;
  font-size: 30px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #F7FCFF;
  line-height: 42px;
  text-align: left;
}
.li_wrapper .li_tip.active {
  background: #a2a2a2;
}
.model-information.wrapped {
  width: 96%;
  margin: 0 auto;
}
.model-information .section_title {
  font-size: 28px;
  text-align: center;
  margin: 30px auto;
}
.model-information .section_content {
  max-width: 982px;
  margin: 0 auto;
}
.section_content ul li {
  position: relative;
  font-size: 20px;
  color: #333;
  line-height: 1.43529;
  text-align: left;
}
.section_content ul li:not(:last-child) {
  margin-bottom: 30px;
}
.section_content ul li span.span-index {
  display: inline-block;
  vertical-align: text-top;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  font-size: 20px;
  color: #fff;
  line-height: 24px;
  text-align: center;
  background: #d11852;
  margin-right: 0.5em;
}
.section_content ul li span {
  color: #e65b53;
  font-weight: bold;
}
.section_content ul li span.tip {
  color: #430ea4;
}
.section_content ul li a {
  color: #FFBD92;
}
.model-policy .policy_wrapper ul li {
  width: 92.8%;
  padding: 1px 22px 22px;
  -webkit-box-shadow: 0 2px 3px 0 rgba(255, 233, 228, 0.79), inset 0 0 1px 0 #f78b0d;
  box-shadow: 0 2px 3px 0 rgba(255, 233, 228, 0.79), inset 0 0 1px 0 #f78b0d;
  border-radius: 10px;
  margin-top: 9px;
}
.model-policy .section_title > .img--wrapper {
  width: 170px;
  margin: 16px auto 14px;
}
.model-policy ul:not(:last-child) {
  margin-bottom: 20px;
}
.model-policy .policy_content > ul li {
  position: relative;
  padding-left: 4.5em;
  font-size: 14px;
  line-height: 1.6428;
}
.model-policy li.active {
  padding-left: 0;
}
.model-policy li span {
  display: inline-block;
  vertical-align: middle;
}
.model-policy .policy_wrapper > ul li {
  display: none;
  font-size: 14px;
  line-height: 1.6428;
  margin-bottom: 10px;
}
.model-policy .policy_wrapper > ul li.active {
  display: block;
}
.footer_fix {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 35px 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}
.footer_fix .img--wrapper img {
  height: 73px;
}
.footer_fix :not(:last-child) .img--wrapper {
  margin-right: 7px;
}
.fix_button {
  width: 269px;
  height: 66px;
  font-size: 34px;
  font-weight: bold;
  line-height: 66px;
  cursor: pointer;
  color: #fff;
  border-radius: 100px;
  text-align: center;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(248, 86, 68)), color-stop(rgb(255, 153, 63)), to(rgb(255, 197, 146)));
  background: -webkit-linear-gradient(bottom, rgb(248, 86, 68), rgb(255, 153, 63), rgb(255, 197, 146));
  background: linear-gradient(to top, rgb(248, 86, 68), rgb(255, 153, 63), rgb(255, 197, 146));
  margin: 0 auto;
  position: relative;
  opacity: 1;
  z-index: 10;
}
.fix-wechat {
  width: 94px;
  position: fixed;
  bottom: 25%;
  right: 13px;
  z-index: 3;
}
.fix-wechat-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.fix-wechat .close {
  width: 100%;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 1;
}
.am-modal .am-modal-dialog {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.am-modal .am-modal-dialog .am-modal-hd {
  padding: 0;
}
.am-modal .am-modal-dialog .am-modal-hd .am-close {
  width: 16px;
  height: 16px;
  top: 32px;
  right: 32px;
  opacity: 1;
  z-index: 1;
}
.am-modal .model_container {
  padding: 38px 50px 20px;
  max-height: 581px;
  overflow: auto;
  position: relative;
}
.am-modal .model_p {
  width: 100%;
  height: 100%;
  text-align: left;
}
.am-modal .model_p ul li {
  display: none;
}
.am-modal .model_p ul li.active {
  display: block;
}
.am-modal .model_p p {
  color: #333;
  font-size: 14px;
  line-height: 22px;
  text-align: justify;
  padding-bottom: 20px;
}
.am-modal .model_p > p {
  font-size: 28px;
  color: #4e4d4d;
  margin-bottom: 29px;
  text-align: center;
}
.am-modal .model_button {
  width: 275px;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: solid 1px #f76b4b;
  font-size: 18px;
  color: #f57b5a;
}
.am-modal.am-modal-confirm {
  font-size: 28px;
}
.am-modal.am-modal-confirm .am-modal-bd {
  padding: 30px 20px;
  font-size: 30px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: bold;
  color: #0D0D0D;
  line-height: 40px;
  border: none;
}
.am-modal.am-modal-confirm .am-modal-footer {
  height: 66px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.am-modal.am-modal-confirm .am-modal-footer .img--wrapper {
  height: 100%;
}
.am-modal.am-modal-confirm .am-modal-footer .img--wrapper img {
  max-height: 100%;
  vertical-align: top;
}
.am-modal#doc-modal-7 .am-modal-dialog {
  overflow: visible;
}
.am-modal .success--wrapper {
  font-size: 21px;
  font-family: PingFang SC, serif;
  font-weight: 500;
  color: #372964;
  line-height: 27px;
  position: relative;
  padding: 30px 0;
}
.am-modal .success--wrapper .success-tip-img {
  width: 286px;
  margin: 0 auto;
  text-align: center;
}
.am-modal .success--wrapper .success-share-top {
  text-align: center;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  top: -12.7%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.am-modal .success--wrapper .success-share-top img:first-child {
  position: relative;
}
.am-modal .success--wrapper .success-share-top img:last-child {
  margin-top: -11px
}
.am-modal .success--wrapper .success-title {
  font-size: 30px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: bold;
  color: #0D0D0D;
  line-height: 40px;
  text-align: center;
  margin: 10px auto 20px;
}
.am-modal .success--wrapper .success-title-tip {
  font-size: 20px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FC2824;
  line-height: 40px;
}
.am-modal#doc-modal-7 .success--wrapper .success-title {
  margin: 73px auto 30px;
}
.am-modal .success--wrapper .success-list .img--wrapper {
  width: 140px;
  height: 140px;
  margin: 0 auto;
  background: #f7f8f9;
  cursor: pointer;
}
.am-modal .success--wrapper .success-list li:first-child .img--wrapper {
  padding: 5px;
}
.am-modal .success--wrapper .success-list li:last-child .img--wrapper {
  border-radius: 5px;
  overflow: hidden;
}
.am-modal .success--wrapper .success-list ul {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.am-modal .success--wrapper .success-list ul li:first-child {
  margin-right: 111px;
}
.am-modal .success--wrapper .success-list ul li .success_tip {
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #0D0D0D;
  line-height: 20px;
  margin-top: 10px;
}
#doc-modal-4 .am-modal-dialog {
  border-radius: 10px;
  border: 1px solid rgba(204, 204, 204, 0.7);
  padding: 2px;
}
#doc-modal-4 .model_container {
  padding: 38px 50px 20px;
  max-height: 430px;
  overflow: auto;
}
#doc-modal-4 .model_p {
  width: 100%;
  height: 100%;
}
#doc-modal-4 .model_p p {
  color: #333;
  font-size: 14px;
  line-height: 22px;
  text-align: justify;
  padding-bottom: 20px;
}
#doc-modal-4 .model_button {
  width: 275px;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: solid 1px #f76b4b;
  font-size: 18px;
  color: #f57b5a;
}
#doc-modal-2 .form--wrapper {
  padding: 67px 29px 30px;
}
#doc-modal-2 .form--wrapper .form--tip {
  bottom: -12px;
  left: 46px;
}
.am-modal .model_container.modal-share {
  height: 100%;
  padding: 77px 36px 30px;
}
.am-modal .modal-share {
  font-family: PingFang SC, serif;
}
.am-modal .modal-share .banner-share .img--wrapper {
  width: 277px;
  margin: 0 auto;
}
.am-modal .modal-share .success-tip {
  font-size: 20px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: bold;
  color: #FC2824;
  line-height: 40px;
}
.am-modal .modal-share .am-form.form-share label {
  font-size: 30px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: bold;
  color: #0D0D0D;
  line-height: 40px;
  text-align: center;
  margin: 20px auto;
}
.am-modal .modal-share .section-form .form--wrapper {
  margin-bottom: 0;
}
.am-modal .modal-share .section-form {
  padding-top: 0;
}
.am-modal .modal-share .form-tip {
  font-size: 20px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #B9BABC;
  margin-top: 46px;
}
.am-modal .modal-share .form_submit {
  width: 100%;
  height: 58px;
}
.form--wrapper .form-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.form--wrapper .form-wrapper .am-form-group {
  -webkit-flex-basis: 340px;
  -ms-flex-preferred-size: 340px;
  flex-basis: 340px;
}
.form--wrapper .am-form-group {
  margin-bottom: 26px;
  min-height: 55px;
}
.form--wrapper .am-form-group.group-inline {
  width: 100%;
  min-height: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 15px;
}
.form--wrapper .am-form.underline .group-inline select {
  padding: 0 15px;
  color: #272222;
  line-height: 43px;
  background: #FAF9FE;
  border-radius: 6px;
  border-bottom-color: transparent !important;
  margin-left: 11px;
}
.form--wrapper .am-form.underline .group-inline input[type=radio] {
  width: 22px;
  height: 22px;
  color: green;
  margin: 0 4px 0 0;
}
.form--wrapper .am-form-group label, .form--wrapper .form_title {
  display: block;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #0D0D0D;
  line-height: 32px;
  text-align: left;
  white-space: nowrap;
  margin-bottom: 0;
}
.am-form.underline input[type=text], .am-form.underline input[type=password], .am-form.underline input[type=datetime], .am-form.underline input[type=date], .am-form.underline input[type=email], .am-form.underline input[type=tel], .am-form.underline input[type=color], .am-form.underline select, .am-form.underline .am-field-valid, .am-form-success .am-form-field {
  font-size: 22px;
}
input[type=text] {
  color: #000;
  padding: 12px 0 15px;
}
#myform .password--wrapper .form_visitable {
  position: absolute;
  right: 0;
  bottom: 0;
  line-height: 62.4px;
}
#myform .password--wrapper img {
  height: 22.4px;
  vertical-align: middle;
}
.form--wrapper .am-form .form_num {
  font-size: 13px;
  color: #999;
  position: absolute;
  left: 11.5px;
  bottom: 10px;
}
.form--wrapper .form_submit {
  display: block;
  border: none;
  width: 100%;
  font-size: 23px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 58px;
  background: #fff;
  text-align: center;
  border-radius: 100px;
  margin: 16px auto 0;
}
.form--wrapper .form_submit:focus {
  outline: none;
}
#doc-modal-2 .form--wrapper .form_submit {
  margin-top: 1px;
}
.form--wrapper .form--tip {
  display: none;
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  font-size: 12px;
  text-align: left;
  color: #ec0808;
  line-height: 1;
}
.section-form .form--wrapper .form--tip {
  padding-left: 20px;
}
.form--wrapper .am-form-error .form--tip {
  display: block;
}
.form--wrapper .form_title {
  line-height: 1;
}
.form--wrapper .form_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
}
.form--wrapper .form_wrapper .form_upload {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 101px;
  height: 137px;
  background: #F8F9FA;
  border-radius: 2px;
  margin-bottom: 0;
  margin-right: 6px;
}
.form--wrapper .upload--wrapper .img--wrapper {
  margin: 0 auto;
  width: 100%;
  min-height: 137px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.form--wrapper .upload--wrapper .img--wrapper img {
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.upload-tip-list li {
  display: none;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FC2824;
  line-height: 17px;
  margin-top: 60px;
  margin-bottom: 22px;
}
.upload-tip-list li.active {
  display: block;
}
.form--wrapper .upload_tip {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FC2824;
  line-height: 17px;
  margin-top: 60px;
  margin-bottom: 22px;
}
.form--wrapper .check-rule {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-height: 20px;
  line-height: 20px;
  margin-bottom: 0;
}
.form--wrapper .check-rule .rule {
  font-size: 14px;
  font-weight: bold;
  color: #20067D;
}
.form--wrapper .check-rule .rule a {
  text-decoration: underline;
  font-weight: 500;
  color: #477DFF;
}
.form--wrapper .am-form-group.form_check {
  margin-bottom: 10px;
}
.form--wrapper .check_wrapper {
  position: relative;
  padding-top: 30px;
}
.form--wrapper .check_wrapper span {
  display: inline-block;
  vertical-align: middle;
  margin: 1px 5px;
  font-size: 13px;
}
.form--wrapper .base-checkbox {
  width: 12px;
  height: 12px;
  position: relative;
  top: 0;
}
.form--wrapper .base-checkbox input {
  width: 100%;
  height: 100%;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.form--wrapper .base-checkbox span {
  display: block;
  width: 100%;
  height: 100%;
  background: url(https://cdn-fs.d1ev.com/d/file/special/2023/spring-thunder/images/check.png) no-repeat center;
  background-size: 100%;
  border: none;
}
.form--wrapper .base-checkbox input:checked ~ span {
  background: url(https://cdn-fs.d1ev.com/d/file/special/2023/spring-thunder/images/check-active.png) no-repeat center;
  background-size: 100%;
  border: none;
}
.form--wrapper .am-radio-inline input:checked ~ * {
  color: #FC9224;
}
.form--wrapper .upload--wrapper {
  position: relative;
  overflow: hidden;
}
.form--wrapper .upload--wrapper input[type=file] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  font-size: 50rem;
}
.am-modal .section-form {
  padding: 22px 30px 0;
  overflow: hidden;
}
.section-form .form--wrapper .form_title {
  margin: 45px auto 29px;
  font-size: 30px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: bold;
  color: #0D0D0D;
  line-height: 40px;
  text-align: center;
}
.section-form .form--wrapper {
  max-width: 541px;
  margin: 0 auto 128px;
}
.section-form .form--wrapper .am-form-group {
  margin-bottom: 40px;
}
.section-form .form--wrapper .am-form-group.form-code-wrapper {
  min-height: 36px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.section-form .form--wrapper .am-form-group.form-code-wrapper .img--wrapper {
  min-width: 155px;
  height: 62px;
  margin-left: 10px;
}
.section-form .form--wrapper .am-form-group.form-code-wrapper .code-button {
  min-width: 155px;
  height: 62px;
  white-space: nowrap;
  font-size: 23px;
  font-family: PingFang SC, serif;
  font-weight: 400;
  color: #fff;
  line-height: 62px;
  text-align: center;
  background: #FD8430;
  border-radius: 100px;
  margin-left: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.section-form .form--wrapper .am-form-group .code-button.disabled {
  text-decoration: none;
  opacity: 0.2;
}
.section-form .am-form:not(.underline) input {
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #0D0D0D;
  padding: 20px;
  height: 62px;
  background-color: #F8F9FA;
  border-color: transparent;
  border-radius: 31px;
}
.modal_form .am-form:not(.underline) input {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #B9BABC;
  height: 32px;
  background-color: #F8F9FA;
  border-color: transparent;
  border-radius: 5px;
}
.modal_form .am-form:not(.underline) input[name="file"] {
  height: 137px;
}
.modal_form .am-form:not(.underline) select {
  font-size: 12px;
  height: 32px;
  background-color: #F8F9FA;
  border-color: transparent !important;
  border-radius: 5px;
  box-shadow: none;
  margin-left: 12px;
}
.modal_form .am-form:not(.underline) input[type=checkbox], .modal_form .am-form:not(.underline) input[type=radio] {
  margin: 1px 5px;
}
.modal_form .am-form:not(.underline) input[type=radio]:focus, .modal_form .am-form:not(.underline) input[type=radio] {
  box-shadow: none !important;
}
.section-form .am-form:not(.underline) input::placeholder, .section-form .am-form:not(.underline) input::placeholder {
  color: #E5E5E5;
}
.am-modal .section-form .form_submit {
  width: 100%;
  height: 58px;
  background: url("https://cdn-fs.d1ev.com/d/file/special/2023/spring-thunder/images/modal-button-check.png") no-repeat center;
  background-size: contain;
}