/* 公用代码 */
body,
div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
dl,
dd,
dt,
ol,
img,
table,
tr,
td,
form,
input,
strong,
button,
textarea,
select,
option,
a {
  box-sizing: border-box;
}
html,
body {
  font-size: 16px;
}
.full-width {
  width: 100%;
}
.half-width {
  width: 50%;
}
.asc25_safe_width {
  width: 79%;
  margin: 0 auto;
}
.text-center {
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .asc25_safe_width {
    width: 92%;
    margin: 0 auto;
  }
}
/* banner */
.asc25_banner_section {
  position: relative;
  overflow: hidden;
}
.asc25_banner_pic {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.asc25_banner_pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.asc25_banner_content {
  position: relative;
  padding: 3.5% 0;
}
.asc25_banner_slogan {
  width: 100%;
}
.asc25_banner_slogan img {
  width: 100%;
}
.asc25_banner_register_button {
  text-align: center;
}
.asc25_register_button {
  display: inline-block;
  width: 18%;
}
.asc25_register_button img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .asc25_banner_content {
    position: relative;
    padding: 6% 0;
  }
  .asc25_register_button {
    display: inline-block;
    width: 60% !important;
    margin-top: 10px;
  }
}
/*主内容区 */
.asc25_page_main {
  background-image: url("../imgs/page_conetnt_bg.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top center;
}
.asc25_challenge_intro {
  padding: 4% 0;
}
.asc25_challenge_intro > h3 {
  font-size: 28px;
  font-weight: bold;
  color: #112e40;
}
.asc25_challenge_intro > h2 {
  font-size: 36px;
  font-weight: bold;
  background: linear-gradient(to right, #9ec864, #65ba93, #00d7fc);
  -webkit-background-clip: text;
  color: transparent;
  margin-bottom: 3%;
}
.asc25_challenge_intro > .con {
  padding: 0 3%;
  margin-top: 1%;
}
.asc25_challenge_intro > .con > p {
  color: #0b3d54;
  line-height: 1.5;
  font-size: 18px;
  font-weight: 600;
}
.asc25_challenge_intro > .con > p:not(:last-child) {
  margin-bottom: 2%;
}
.asc25_section_card {
  border-radius: 12px 12px 0 0;
  overflow: hidden;
}
.asc25_section_card .asc25_section_card__head {
  width: 100%;
  padding: 1.3% 0;
  display: flex;
  justify-content: center;
  background-image: url("../imgs/card_header_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
}
.asc25_section_card .asc25_section_card__title {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.asc25_section_card .asc25_section_card__body {
  background-image: url("../imgs/card_bg1.png");
  background-position: 93% bottom;
  background-color: #e5f6f9;
  background-size: 30%;
  padding: 3% 6.5%;
  background-repeat: no-repeat;
}
.asc25_section_card.card1 .asc25_section_card__body {
  background-image: url("../imgs/arrow3.png");
  background-position: left bottom;
  background-size: 55%;
}
.asc25_section_card.card2 .asc25_section_card__body {
  padding: 5% 6.5%;
}
.asc25_section_card .asc25_section_card__body .desc_text {
  color: #112e40;
  font-size: 16px;
  margin-top: 3.5%;
}
.asc25_section_card.card1 .details-container .block2 {
  border-top: 1px solid #879da8;
  display: flex;
  padding: 2% 0;
}
.asc25_section_card.card1 .details-container .block2 .block2_label {
  font-weight: bold;
  color: #112e40;
  font-size: 16px;
  width: 225px;
}
.asc25_section_card.card1 .details-container .block2 .block2_content li {
  display: flex;
  color: #112e40;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 0;
}
.asc25_section_card.card1
  .details-container
  .block2
  .block2_content
  li::before {
  content: "";
  display: inline-block;
  margin-right: 8px;
  width: 4px;
  height: 4px;
  min-width: 4px;
  border-radius: 2px;
  margin-top: 12px;
  background-color: #112e40;
}
ul.dot-ul-li li {
  display: flex;
  color: #112e40;
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 2%;
}
ul.dot-ul-li li::before {
  content: "";
  display: inline-block;
  margin-right: 8px;
  width: 4px;
  height: 4px;
  min-width: 4px;
  border-radius: 2px;
  margin-top: 12px;
  background-color: #112e40;
}
.asc25_section_card.card1 .process-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5%;
}
.asc25_section_card.card1 .process-box .process-item {
  width: 28%;
}
/* .asc25_section_card.card1 .process-box .process-item:nth-child(3) {
  width: 32%;
} */
.asc25_section_card.card1 .process-box .process-item .process-item-meta {
  width: 65%;
  padding-top: 65%;
  border-radius: 65%;
  margin: 0 auto;
  background-color: #00d7fc;
  position: relative;
  margin-bottom: 8%;
  position: relative;
}
.asc25_section_card.card1 .process-box .process-item .process-item-meta * {
  color: #fff;
}
.asc25_section_card.card1 .process-box .process-item .process-item-meta > div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 4%;
  box-sizing: border-box;
}
.asc25_section_card.card1 .process-box .process-item .process-item-meta .t {
  font-weight: bold;
  font-size: 16px;
  width: 90%;
  padding-bottom: 5%;
  margin-bottom: 5%;
  border-bottom: 1px solid #fff;
}
.asc25_section_card.card1 .process-box .process-item .process-item-meta .date {
  font-size: 12px;
  padding: 0 5%;
}
.asc25_section_card.card1
  .process-box
  .process-item:nth-child(1)
  .process-item-meta {
  background-color: #75a243;
}
.asc25_section_card.card1
  .process-box
  .process-item:nth-child(1)
  .process-item-con {
  width: 100%;
}
.asc25_section_card.card1
  .process-box
  .process-item:nth-child(2)
  .process-item-meta {
  background-color: #da912a;
}
.asc25_section_card.card1
  .process-box
  .process-item:nth-child(2)
  .process-item-con {
  width: 100%;
}
.asc25_section_card.card1
  .process-box
  .process-item:nth-child(3)
  .process-item-meta {
  background-color: #d55524;
}
.asc25_section_card.card1
  .process-box
  .process-item:nth-child(3)
  .process-item-con {
  width: 120%;
  transform: translateX(-10%);
}
.asc25_section_card.card1 .process-box .process-item .process-item-con {
  flex: 1;
}
.asc25_section_card.card1 .process-box .process-item .process-item-con > p {
  display: flex;
  color: #112e40;
  font-size: 14px;
  line-height: 1.1;
  margin-bottom: 3%;
  font-weight: bold;
}
.asc25_section_card.card1
  .process-box
  .process-item
  .process-item-con
  .dot-ul-li
  li {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 2%;
}
.asc25_section_card.card1 .process-box .process-item .process-item-meta .arrow {
  position: absolute;
  width: 60%;
  right: 0%;
  top: 50%;
  transform: translate(200%, -50%);
}
.asc25_section_card.card1
  .process-box
  .process-item
  .process-item-meta
  .arrow
  img {
  width: 100%;
}
.asc25_section_card.card3 .asc25_section_card__body ul li {
  display: flex;
  padding: 0.8% 0;
  border-bottom: 1px solid #879da8;
}
.asc25_section_card.card3 .asc25_section_card__body ul li .li_label {
  font-weight: bold;
  width: 240px;
  color: #112e40;
  font-size: 15px;
}
.asc25_section_card.card3 .asc25_section_card__body ul li .li_content {
  color: #112e40;
  font-size: 15px;
  flex: 1;
  line-height: 1.4;
}
/* 底部广告条  */
.asc25_ad_bar {
  position: relative;
  overflow: hidden;
}
.asc25_ad_bar_pic {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.asc25_ad_bar_pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.asc25_ad_bar_content {
  position: relative;
  text-align: center;
  padding: 3% 0 1% 0;
}
.asc25_ad_bar_content__text {
  font-size: 22px;
  font-weight: bold;
  background: linear-gradient(to right, #f8fa00, #c2efbb, #00d7fc);
  -webkit-background-clip: text;
  color: transparent;
}
.asc25_ad_bar_content_register_button {
  text-align: center;
}
.asc25_register_button {
  display: inline-block;
  width: 22.5%;
  transition: all 0.4s ease;
}
.asc25_register_button:hover {
  transform: scale(1.1);
  transition: all 0.4s ease;
}
.asc25_register_button img {
  width: 100%;
}

/* 表单页 */
.form-page-box {
  background-image: url("../imgs/form_page_bg.png");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  padding: 2% 0;
}
.form-desc {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 2%;
}
.asc25-form-container {
  background-color: #fff;
  padding: 30px 45px;
  box-sizing: border-box;
  position: relative;
}
.asc25-form-container .form-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.asc25-form-container .form-item {
  display: flex;
  margin-bottom: 24px;
  justify-content: flex-end;
}
.asc25-form-container .form-item.half-width {
  width: 49%;
}
.asc25-form-container .form-item__label {
  font-size: 16px;
  padding-right: 4px;
  display: inline-flex;
  align-items: center;
}
.asc25-form-container .form-item__content {
  flex: 1;
  position: relative;
}
.asc25-form-container .form-item__content label.error {
  position: absolute;
  bottom: -24px;
  left: 0;
  color: #e7420c;
  font-size: 12px;
}
.asc25-form-container .required::after {
  content: "*";
  color: #1fb6af;
  padding-left: 4px;
}
.asc25-form-container .form-tip {
  font-size: 14px;
  /* margin-top: -120px; */
  color: #112e40;
  font-weight: 300;
  position: absolute;
  bottom: 10%;
  left: 45px;
}
.asc25-form-input {
  width: 100%;
  height: 32px;
  border-bottom: 1px solid #bbbbbb;
  transition: all 0.3s ease;
  position: relative;
  border-radius: 0px;
}
.asc25-form-input:focus {
  border-color: #f4b292;
}
.asc25-form-select {
  width: 100%;
  height: 32px;
  border: none;
  border-radius: 2px;
  background: none;
  border-bottom: 1px solid #bbbbbb;
}
.asc25-form-select:focus {
  border: 1px solid #f4b292;
}
.asc25-form-table {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 45px;
}
.asc25-form-table .asc25-form-table__head {
  display: flex;
  padding-bottom: 4px;
  border-bottom: 2px solid #000;
}
.asc25-form-table .asc25-form-table__head .asc25-form-table-field__item {
  color: #112e40;
  font-size: 16px;
  width: calc(100% / 7);
  padding-right: 10px;
  font-weight: bold;
}
.asc25-form-table__row {
  display: flex;
  margin: 30px 0;
  align-items: center;
}
.asc25-form-table__row .asc25-form-table-field__item {
  width: calc(100% / 7);
  padding-right: 10px;
  font-size: 16px;
  align-items: center;
  color: #112e40;
  white-space: nowrap;
  position: relative;
}
.asc25-form-table__row .asc25-form-table-field__item label.error {
  position: absolute;
  top: 34px;
  left: 0;
  color: #e7420c;
  font-size: 12px;
  width: 100%;
  white-space: normal;
}
.asc25-form-botom {
  background-image: url("../imgs/form_bottom.png");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  padding: 30px 60px;
}
.asc25-form-botom p {
  font-size: 16px;
  color: #112e40;
  font-weight: 300;
}
.submit-button {
  background-image: url("../imgs/submit.png");
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  width: 300px;
  height: 43px;
  margin: 40px auto 10px auto;
  cursor: pointer;
  position: relative;
  z-index: 100;
  transform: scale(0.8);
}

.form-result {
  width: 900px;
  margin: 0 auto;
  /* background-image: url("../imgs/modal_bg.png"); */
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  text-align: center;
  padding: 5%;
  margin-bottom: 5%;
}
.form-result .icon {
  width: 80px;
  margin-bottom: 5%;
}
.form-result .icon img {
  width: 100%;
}
.form-result-inner {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.asc25_form_result_title {
  font-size: 28px;
  margin-bottom: 5%;
}
.asc25_form_result_desc2 {
  font-size: 18px;
}
.form-result_button2 {
  font-size: 18px;
  width: 180px;
  padding: 1.6% 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-top: 5%;
  color: #fff;
  background: linear-gradient(45deg, #ccd708, #069ee2);
}
.form-result_button2:hover {
  opacity: 0.8;
}

.dialog {
  width: 450px;
  height: 290px;
  background-image: url("../imgs/modal_bg.png");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: fixed;
  z-index: 1000;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 12px;
  display: none;
}
.dialog-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0 10%;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.dialog * {
  color: #fff;
}
.dialog .icon {
  width: 12%;
}
.dialog .icon img {
  width: 100%;
}
.dialog .asc25_form_result_title {
  font-size: 22px;
  font-weight: bold;
  margin: 4% 0;
}
.asc25_form_result_desc {
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
}
.dialog_button {
  border: 1px solid #fff;
  width: 130px;
  padding: 1.5% 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-top: 5%;
}
.dialog_button:hover {
  background-color: #fff;
  color: #a4cc33;
}
/* 移动端适配 */

@media screen and (max-width: 767px) {
  .asc25_page_main {
    position: relative;
    background-image: url("../imgs/page_conetnt_bg2.png");
  }
  .asc25_page_main::before {
    content: "";
    height: 4px;
    display: block;
    width: 100%;
    background-image: url("../imgs/line-3.png");
    background-size: cover;
  }
  .asc25_challenge_intro {
    padding: 6% 0;
  }
  .asc25_challenge_intro > h3 {
    font-size: 18px;
  }
  .asc25_challenge_intro > h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .asc25_challenge_intro > .con > p {
    color: #0b3d54;
    line-height: 1.5;
    font-size: 16px;
    font-weight: 400;
  }
  .asc25_challenge_intro > .con > p:not(:last-child) {
    margin-bottom: 10px;
  }
  .asc25_section_card .asc25_section_card__head {
    height: auto;
    padding: 3% 0;
    background-image: url("../imgs/card_header_bg2.png");
  }
  .asc25_section_card .asc25_section_card__title {
    font-size: 18px;
  }
  .asc25_section_card .asc25_section_card__body {
    padding: 30px 20px;
    background-size: 60%;
    background-color: #d4f0f6;
  }
  .asc25_section_card.card1 .asc25_section_card__body {
    /* background-image: url("../imgs/arrow4.png");
    background-position: left bottom;
    background-size: 45%; */
    background-image: none;
  }
  .asc25_section_card.card1 .process-box {
    flex-direction: column;
    background-image: url("../imgs/arrow4.png");
    background-position: left bottom;
    background-size: 50%;
    background-repeat: no-repeat;
  }
  .asc25_section_card.card1 .process-box .process-item {
    width: 100%;
    display: flex;
    align-items: flex-start;
    margin-bottom: 10%;
  }
  .asc25_section_card.card1 .process-box .process-item .process-item-meta {
    margin: 0;
    width: 42%;
    min-width: 42%;
    padding-top: 42%;
    box-sizing: border-box;
    /* height: 150px; */
  }
  .asc25_section_card.card1 .process-box .process-item .process-item-con {
    flex: 1;
    padding-left: 5%;
    transform: translateY(0px) !important;
  }
  .asc25_section_card.card1
    .process-box
    .process-item
    .process-item-meta
    .arrow {
    width: 40%;
    transform: rotate(90deg) translate(30%, -70%);
  }
  .asc25_section_card.card1 .process-box .process-item .process-item-meta .t {
    font-size: 16px;
    line-height: 1.3;
  }
  .asc25_section_card.card1
    .process-box
    .process-item
    .process-item-meta
    .date {
    font-size: 11px;
    padding: 0 10%;
  }
  .asc25_section_card.card1 .process-box .process-item .process-item-con > p,
  .asc25_section_card.card1
    .process-box
    .process-item
    .process-item-con
    .dot-ul-li
    li {
    font-weight: normal;
    font-size: 14px;
    line-height: 1.2;
  }
  .asc25_section_card.card1 .details-container .block2 {
    flex-direction: column;
    padding: 15px 0;
  }
  .asc25_section_card.card1 .details-container .block2 .block2_label {
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
  }
  .asc25_section_card.card3 .asc25_section_card__body ul li {
    padding: 15px 0;
  }
  .asc25_section_card.card3 .asc25_section_card__body ul li .li_label {
    width: 100px;
    padding-right: 20px;
  }
  .asc25_section_card.card3 .asc25_section_card__body ul li .li_content {
    color: #112e40;
    font-size: 16px;
    flex: 1;
    line-height: 1.2;
  }
  .asc25_ad_bar_content {
    padding: 4% 0;
  }
  .asc25_ad_bar_content__text {
    font-size: 20px;
  }
  .form-page-box {
    padding: 30px 0;
  }
  .form-desc {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 30px;
  }
  .asc25-form-container .form-item.half-width {
    width: 100%;
  }
  .asc25-form-table-container {
    width: 100%;
    overflow-x: auto;
  }
  .asc25-form-container .form-item__label {
    font-size: 16px;
  }

  .asc25-form-table {
    width: 1000px;
  }
  .submit-button {
    margin: 30px auto;
  }
  .asc25-form-table .asc25-form-table__head .asc25-form-table-field__item,
  .asc25-form-table__row .asc25-form-table-field__item {
    font-size: 16px;
  }
  .asc25-form-container {
    padding: 30px;
  }
  .asc25-form-botom {
    padding: 30px;
  }
  .submit-button {
    width: 100%;
    margin: 20px 0;
  }

  .dot-ul-li li {
    line-height: 1.2 !important;
  }
  .dialog {
    width: 70%;
    padding-bottom: 80.5%;
    justify-content: flex-start;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    background: linear-gradient(135deg, #d0d804, #049de4);
  }
  .dialog-inner {
    padding: 4% 10%;
  }
  .dialog .asc25_form_result_title {
    font-size: 20px;
  }
  .dialog_button {
    width: 80%;
    margin-top: 10%;
    padding: 4% 0;
  }
  .dialog .icon {
    width: 20%;
  }

  .form-result {
    width: 100%;
    padding: 10%;
  }
  .form-result .icon {
    width: 24%;
  }
  .asc25_form_result_title {
    font-size: 36px;
  }
  .asc25_form_result_desc2 {
    font-size: 20px;
    margin-bottom: 10%;
  }
}
@media screen and (max-width: 960px) {
  .asc25-form-container .form-tip {
    font-size: 14px;
    text-align: center;
    margin-top: 20px;
    color: #112e40;
    white-space: nowrap;
    position: static;
  }
}
.clear-backimage {
  background-image: none !important;
}
.desc-content table tr {
  border-bottom: 1px solid #879da8;
}
.desc-content table tr td {
  padding: 0.8% 0;
}
.desc-content table tr td:first-child {
  width: 80px;
  font-weight: bold;
}
.desc-content table tr td p {
  line-height: 1.78;
}
.pre-result-main {
  background-image: url("../imgs/page_conetnt_bg2.png") !important;
}
