.website_common_bg {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.common_header {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 80px;
  line-height: 80px;
  border-bottom: 1px solid #FFF;
  backdrop-filter: blur(15px);
  /* 背景模糊 */
  -webkit-backdrop-filter: blur(15px);
  /* Safari 兼容 */
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.44) 0%, rgba(255, 255, 255, 0.8) 54.04%, rgba(255, 255, 255, 0.44) 99.47%);
}
.common_header-container {
  display: flex;
  justify-content: space-between;
}
.common_header .left {
  display: flex;
  align-items: center;
}
.common_header .left .logo {
  width: 115px;
  height: 48px;
  background-image: url("../common/img/website-logo.png");
  margin-right: 89px;
}
.common_header .left .tabs {
  cursor: pointer;
  margin-right: 40px;
  color: rgba(36, 65, 109, 0.7);
  font-size: 20px;
  font-weight: 400;
}
.common_header .left .tabs.active {
  color: #111;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  position: relative;
  text-align: center;
}
.common_header .left .tabs.active::before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -2px;
  width: 60px;
  height: 4px;
  background: #EE4743;
}
.common_header .right {
  display: flex;
  align-items: center;
  color: #111;
  font-size: 20px;
  font-weight: 400;
}
.common_header .right .icon-phone {
  width: 32px;
  height: 32px;
  background-image: url("../common/img/icon-phone.png");
  margin-right: 10px;
}
.common_header .right span {
  margin-left: 8px;
  color: #111;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  /* 116.667% */
}
.common_header .right a {
  font-weight: 700;
}
.common_footer {
  height: 300px;
  width: 100%;
  background-color: #fff;
}
.common_footer-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.common_footer-container .left {
  position: relative;
}
.common_footer-container .left .taskUs {
  display: flex;
  align-items: center;
}
.common_footer-container .left .taskUs dl {
  display: flex;
  align-items: center;
  margin-right: 138px;
}
.common_footer-container .left .taskUs dl:last-child dt {
  background-image: url(../common/img/home-clockpic/mail.png);
}
.common_footer-container .left .taskUs dl dt {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  border-radius: 20px;
  background-image: url(../common/img/home-clockpic/phone.png);
}
.common_footer-container .left .taskUs dl dd {
  margin-left: 20px;
}
.common_footer-container .left .taskUs dl dd .title {
  color: rgba(17, 17, 17, 0.7);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 120% */
}
.common_footer-container .left .taskUs dl dd .desc {
  color: #111;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  /* 114.286% */
  margin-top: 12px;
}
.common_footer-container .right .down_code {
  width: 160px;
  height: 160px;
  background-image: url(../common/img/home-clockpic/qrcode.jpg);
}
.common_footer-container .right p {
  color: #666;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 140% */
  margin-top: 16px;
}
.common_footer .txt {
  text-align: center;
  height: 60px;
  line-height: 60px;
  border-top: 1px solid rgba(246, 248, 250, 0.8);
  background: rgba(246, 248, 250, 0.3);
}
.common_footer .txt .red {
  color: #EE4743;
}
.common_footer .txt .common_footer_direction {
  color: rgba(17, 17, 17, 0.7);
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
}
.homePage_submit {
  height: 760px;
  background-image: url("../common/img/home-bg/home_submit-bg.png");
  background-size: contain;
  background-color: #EEF2FA;
}
.homePage_submit .title {
  text-align: center;
  padding-top: 80px;
  color: #111;
  font-size: 48px;
  font-style: normal;
  font-weight: 900;
  line-height: 80px;
  /* 166.667% */
}
.homePage_submit .title span {
  color: #EE4743;
  font-size: 48px;
  font-style: normal;
  font-weight: 900;
  line-height: 80px;
}
.homePage_submit .content {
  margin: 40px auto 0;
  width: 1120px;
  flex-shrink: 0;
  padding: 34px 60px;
  border-radius: 26.4px;
  border: 1.2px solid #FFF;
  background: rgba(255, 255, 255, 0.4);
  box-shadow: 10px 14px 24px 0 rgba(152, 176, 255, 0.05);
  backdrop-filter: blur(22px);
}
.homePage_submit .content .content-title {
  color: rgba(17, 17, 17, 0.8);
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  /* 125% */
}
.homePage_submit .content .form {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
.homePage_submit .content .form .form-item {
  width: 240px;
  height: 60px;
  align-items: center;
  gap: 10px;
  padding: 0 20px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.8);
}
.homePage_submit .content .form .form-item input {
  color: #666;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 111.111% */
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
}
.homePage_submit .content .form .form-item input::-webkit-input-placeholder {
  opacity: 0.5;
}
.homePage_submit .content .form .submitBtn {
  border-radius: 10px;
  background: #EE4742;
  width: 240px;
  height: 60px;
  text-align: center;
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px;
  /* 83.333% */
}
.homePage_submit .content .form .submitBtn:disabled {
  opacity: 0.7;
}
.homePage_submit .content .line {
  width: 100%;
  height: 1px;
  background: rgba(138, 148, 169, 0.1);
  margin: 40px 0;
}
.homePage_submit .content .line::before {
  content: "2025中国民营企业500强";
  padding: 0 18px;
  text-align: center;
  color: #111;
  font-family: "PingFang SC";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  /* 177.778% */
  background: rgba(255, 255, 255, 0.4);
  position: relative;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
}
.homePage_submit .content .our-story {
  color: rgba(17, 17, 17, 0.6);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  /* 200% */
}
.homePage_submit .content .our-story span {
  display: inline-block;
  width: 122.377px;
  height: 35px;
  background-image: url(../common/img/home-clockpic/logo.png);
  position: relative;
  bottom: -4px;
}
.dialog {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1000;
}
.dialog .dialog-container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.dialog .dialog-container .close-btn {
  width: 35px;
  height: 35px;
  font-size: 26px;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  background-image: url("../common/img/home-clockpic/close.png");
}
.dialog .dialog-container .form-wrap {
  width: 500px;
  height: 540px;
  border-radius: 26px;
  border: 1px solid #FFF;
  background: #ffffff;
  box-shadow: 10px 14px 24px 0 rgba(152, 176, 255, 0.05);
  padding: 50px 40px 60px;
}
.dialog .dialog-container .form-wrap .form-title {
  color: #111;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  /* 125% */
  margin-bottom: 30px;
}
.dialog .dialog-container .form-wrap .form-subtitle {
  margin-top: 8px;
  color: #666;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  /* 222.222% */
}
.dialog .dialog-container .form-wrap .form-item {
  width: 100%;
  height: 60px;
  padding: 0 20px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.8);
  margin-top: 20px;
  border: 1px solid #eee;
}
.dialog .dialog-container .form-wrap .form-item input {
  color: #666;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 111.111% */
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
}
.dialog .dialog-container .form-wrap .form-item input::-webkit-input-placeholder {
  opacity: 0.5;
}
.dialog .dialog-container .form-wrap .btn {
  width: 420px;
  height: 60px;
  padding: 0 20px;
  border-radius: 10px;
  background: #EE4743;
  margin-top: 40px;
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  /* 83.333% */
}
.dialog .dialog-container .form-wrap .btn:disabled {
  opacity: 0.7;
}
.success-toast {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1000;
}
.success-toast .dialog-container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 500px;
  height: 540px;
  border-radius: 26px;
  border: 1px solid #FFF;
  background: #ffffff;
  box-shadow: 10px 14px 24px 0 rgba(152, 176, 255, 0.05);
  padding: 50px 40px 60px;
}
.success-toast .dialog-container .close-btn {
  width: 35px;
  height: 35px;
  font-size: 26px;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  background-image: url("../common/img/home-clockpic/close.png");
}
.success-toast .dialog-container .success-icon {
  width: 120px;
  height: 120px;
  background-image: url(../common/img/success-icon.png);
  margin: 24px auto 36px;
}
.success-toast .dialog-container .success-tip {
  color: #EE4742;
  font-family: "PingFang SC";
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  /* 85.714% */
  text-align: center;
  margin-bottom: 34px;
}
.success-toast .dialog-container .success-desc {
  width: 360px;
  color: #666;
  font-family: "PingFang SC";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 187.5% */
  margin: 0 auto;
}
.success-toast .dialog-container .success-desc span {
  color: #111;
  font-weight: 600;
}
.success-toast .dialog-container .btn {
  width: 360px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 10px;
  background: #F0F4FC;
  margin: 70px auto 0;
  color: #111;
  font-family: "PingFang SC";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  cursor: pointer;
}
.toast {
  position: fixed;
  padding: 4px 15px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 20px;
  border-radius: 8px;
  z-index: 9999;
  left: 50%;
  top: 40px;
  transform: translate(-50%, -50%);
  display: none;
}
.txt span {
  font-size: 14px;
}
.nav {
  position: fixed;
  z-index: 999;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 96px;
  height: 240px;
  flex-shrink: 0;
  border-radius: 100px;
  border: 1px solid #FFF;
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0 4px 14px 0 rgba(144, 154, 197, 0.1);
  backdrop-filter: blur(7px);
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  align-items: center;
}
.nav.active {
  border-left: none;
  border-radius: 0 50px 50px 0;
}
.nav.active::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 6px;
  height: 100%;
  background: url('../common/img/nav-line.png') center center no-repeat;
  background-size: cover;
}
.nav .tel-phone {
  display: flex;
  width: 255px;
  position: absolute;
  right: 95px;
  top: -1px;
  height: calc(100% + 2px);
  align-items: start;
  padding: 50px 0 0 40px;
  border-radius: 50px 0 0 50px;
  border: 1px solid #FFF;
  border-right: none;
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0 4px 14px 0 rgba(144, 154, 197, 0.1);
  backdrop-filter: blur(15px);
  flex-direction: column;
  color: rgba(17, 17, 17, 0.7);
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  /* 120% */
}
.nav .tel-phone.hidden {
  display: none;
}
.nav .tel-phone .icon-phone {
  width: 60px;
  height: 60px;
  background-image: url("../common/img/nav-tel.png");
  margin-bottom: 12px;
  display: block;
  border-radius: 20px;
  border: 1px solid #f48d8a;
}
.nav .tel-phone a {
  margin-top: 12px;
  color: #111;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  /* 116.667% */
}
.nav dl {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}
.nav dl:last-child dt {
  background: url("../common/img/nav-free.png") no-repeat center center;
}
.nav dl dt {
  width: 56px;
  height: 56px;
  background: #f00;
  background: url("../common/img/nav-iphone.png") no-repeat center center;
}
.nav dl dd {
  color: #000;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 171.429% */
  margin-top: 6px;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .common_header {
    height: 75px;
  }
  .common_header-container {
    transform: scale(0.9);
  }
  .common_footer-container {
    transform: scale(0.9);
  }
  .homePage_submit {
    height: 682px;
  }
  .homePage_submit-container {
    transform: scale(0.9);
  }
  .homePage_submit-container .title {
    padding-top: 50px;
  }
  .common_footer-container {
    transform: scale(0.9);
  }
}
@media screen and (min-width: 768px) {
  .mobile-header {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .type_area {
    width: auto;
  }
  .common_header {
    height: 3.75rem;
  }
  .common_header-container {
    display: none;
    height: 3.75rem;
  }
  .mobile-header {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 1.5rem;
    position: relative;
  }
  .mobile-header .logo {
    width: 6.5rem;
    height: 2.625rem;
    flex-shrink: 0;
    background-image: url("../common/img/website-logo.png");
  }
  .mobile-header .list {
    width: 1.125rem;
    height: 0.875rem;
    flex-shrink: 0;
    background-image: url("../common//img/home-mobile/union.png");
  }
  .mobile-header > ul {
    position: absolute;
    top: 3.3125rem;
    left: 0;
    width: 100%;
    height: auto;
    border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.6);
    background: rgba(248, 249, 252, 0.9);
    backdrop-filter: blur(1.6875rem);
  }
  .mobile-header > ul.hidden {
    display: none;
    /* 或者 visibility: hidden; */
  }
  .mobile-header > ul li {
    width: 100%;
    height: 4.375rem;
    line-height: 4.375rem;
    padding: 0 1.5rem;
  }
  .mobile-header > ul li:first-child {
    border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.6);
    background: rgba(248, 249, 252, 0.9);
  }
  .mobile-header > ul li.title {
    font-style: normal;
    font-weight: 600;
    display: flex;
  }
  .mobile-header > ul li.title span {
    color: #111;
    font-size: 1.1875rem;
    border-bottom: solid 0.1563rem #EE4743;
  }
  .mobile-header > ul li.sub-title {
    color: #666;
    font-size: 1.1875rem;
    font-style: normal;
    font-weight: 400;
  }
  .mobile-header > ul .mobile-tel {
    width: 100%;
    height: 4.375rem;
    line-height: 4.375rem;
    padding: 0 1.5rem;
    font-size: 1.125rem;
    align-items: center;
  }
  .mobile-header > ul .mobile-tel .icon-phone {
    width: 1.375rem;
    height: 1.375rem;
    background-image: url("../common/img/icon-phone.png");
    margin-right: 0.5625rem;
  }
  .mobile-header > ul .mobile-tel span {
    margin-left: 0.375rem;
    font-size: 1.375rem;
    line-height: 1rem;
    /* 116.667% */
  }
  .mobile-header > ul .mobile-tel a {
    color: #111;
    font-weight: 700;
  }
  .homePage_submit {
    padding: 0 1.4375rem 2.1875rem;
    height: auto;
  }
  .homePage_submit .title {
    padding-top: 2.875rem;
    font-size: 1.75rem;
    line-height: 2.875rem;
  }
  .homePage_submit .title span {
    font-size: 1.75rem;
    line-height: 2.875rem;
  }
  .homePage_submit .content {
    margin-top: 1.4375rem;
    width: 100%;
    height: auto;
    padding: 1.1875rem 1.4375rem;
  }
  .homePage_submit .content .form {
    flex-direction: column;
  }
  .homePage_submit .content .form .form-item {
    width: 100%;
    height: 2.1875rem;
    margin-bottom: 0.6875rem;
  }
  .homePage_submit .content .form .form-item input {
    font-size: 0.875rem;
  }
  .homePage_submit .content .form .submitBtn {
    width: 100%;
    height: 2.1875rem;
    line-height: 2.1875rem;
    font-size: 1rem;
  }
  .homePage_submit .content .line {
    margin: 1.25rem 0;
  }
  .homePage_submit .content .line::before {
    padding: 0 0.625rem;
    font-size: 0.875rem;
    line-height: 1.125rem;
    /* 177.778% */
    top: -0.75rem;
  }
  .homePage_submit .content .our-story {
    font-size: 0.75rem;
    line-height: 1.125rem;
  }
  .homePage_submit .content .our-story span {
    width: 6.75rem;
    height: 1.875rem;
  }
  .common_footer {
    padding: 1.875rem 1.0625rem 1.25rem;
    height: auto;
    justify-content: space-between;
  }
  .common_footer .left .taskUs {
    flex-direction: column;
    align-items: start;
  }
  .common_footer .left .taskUs dl {
    margin: 0;
    margin-bottom: 1.875rem;
  }
  .common_footer .left .taskUs dl dt {
    width: 2.8125rem;
    height: 2.8125rem;
  }
  .common_footer .left .taskUs dl dd {
    margin-left: 0.625rem;
  }
  .common_footer .left .taskUs dl dd .title {
    font-size: 0.875rem;
  }
  .common_footer .left .taskUs dl dd .desc {
    font-size: 1.25rem;
    margin-top: 0;
  }
  .common_footer .right .down_code {
    width: 5.9375rem;
    height: 5.9375rem;
  }
  .common_footer .right p {
    font-size: 0.75rem;
    margin-top: 0;
  }
  .dialog {
    display: none;
    width: 100%;
  }
  .dialog .dialog-container {
    width: 100%;
    padding: 1.4375rem;
  }
  .dialog .dialog-container .close-btn {
    z-index: 1000;
    right: 2.5rem;
    top: 0;
  }
  .dialog .dialog-container .form-wrap {
    width: 100%;
    height: auto;
    padding: 1.8125rem 1.4375rem;
    position: relative;
    top: -2.5rem;
    backdrop-filter: blur(0.9375rem);
    -webkit-backdrop-filter: blur(0.9375rem);
  }
  .dialog .dialog-container .form-wrap .form-title {
    font-size: 1.5rem;
    margin-bottom: 0;
  }
  .dialog .dialog-container .form-wrap .form-subtitle {
    margin-top: 0.4375rem;
    font-size: 0.8125rem;
    line-height: 1.4375rem;
    /* 222.222% */
  }
  .dialog .dialog-container .form-wrap .form-item {
    height: 2.5rem;
    margin-bottom: 0.75rem;
  }
  .dialog .dialog-container .form-wrap .form-item input {
    font-size: 0.875rem;
  }
  .dialog .dialog-container .form-wrap .btn {
    width: 100%;
    height: 2.5rem;
    line-height: 2.5rem;
    font-size: 0.875rem;
    margin-top: 1.4375rem;
  }
  .txt {
    height: 2.5rem;
    line-height: 2.5rem;
    font-size: 14px;
  }
  .success-toast {
    display: none;
    width: 100%;
  }
  .success-toast .dialog-container {
    width: calc(100% - 2.875rem);
    padding: 1.4375rem 1.875rem;
    height: auto;
  }
  .success-toast .dialog-container .close-btn {
    z-index: 1000;
  }
  .success-toast .dialog-container .success-icon {
    width: 4.875rem;
    height: 4.875rem;
    margin: 0 auto 0.9375rem;
  }
  .success-toast .dialog-container .success-tip {
    color: #EE4742;
    font-family: "PingFang SC";
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5rem;
    /* 120% */
    margin-bottom: 1.25rem;
  }
  .success-toast .dialog-container .success-desc {
    width: 100%;
    font-size: 0.875rem;
    line-height: 1.5rem;
    /* 171.429% */
  }
  .success-toast .dialog-container .btn {
    display: none;
  }
  .nav {
    width: 3.5rem;
    height: 10rem;
  }
  .nav.active {
    border-radius: 0 2.1875rem 2.1875rem 0;
    border-left: none;
  }
  .nav.active::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0.25rem;
    height: 100%;
    background: url('../common/img/nav-line.png') center center no-repeat;
    background-size: cover;
  }
  .nav dl dt {
    width: 2rem;
    height: 2rem;
    background-size: 100% 100% !important;
  }
  .nav dl dd {
    font-size: 0.625rem;
  }
  .nav dl .tel-phone {
    right: 3.375rem;
    height: 100%;
    line-height: 1.625rem;
    padding: 1.875rem 0 0 1.5rem;
    font-size: 1.125rem;
    align-items: start;
    width: 11.25rem;
    border: 0.0625rem solid #FFF;
    border-right: none;
    backdrop-filter: blur(0.9375rem);
    -webkit-backdrop-filter: blur(0.9375rem);
  }
  .nav dl .tel-phone.hidden {
    display: none;
    /* 或者 visibility: hidden; */
  }
  .nav dl .tel-phone .icon-phone {
    width: 2.1875rem;
    height: 2.1875rem;
    border: 0.0625rem solid #f48d8a;
    margin-bottom: 0.5625rem;
  }
  .nav dl .tel-phone a {
    margin-top: 0.375rem;
    font-size: 1rem;
    line-height: 1rem;
    /* 116.667% */
  }
}
