@media screen and (min-width: 768px) and (max-width: 1500px) {
  .common_header {
    height: 75px;
  }
  .common_header-container {
    transform: scale(0.9);
  }
  .common_footer-container {
    transform: scale(0.9);
  }
  .homePage_banner {
    height: 800px;
  }
  .homePage_banner-container {
    padding-top: 160px;
    transform: scale(0.9);
  }
  .homePage_scene {
    height: 674px;
  }
  .homePage_scene-container {
    transform: scale(0.9);
  }
  .homePage_scene-container .title {
    padding-top: 50px;
  }
  .homePage_painPoint-container {
    transform: scale(0.9);
  }
  .homePage_painPoint-container .title {
    padding-top: 50px;
  }
  .homePage_getDone {
    height: 674px;
  }
  .homePage_getDone-container {
    transform: scale(0.9);
  }
  .homePage_getDone-container .title {
    padding-top: 50px;
  }
  .homePage_cover {
    height: 674px;
  }
  .homePage_cover-container {
    transform: scale(0.9);
  }
  .homePage_cover-container .title {
    padding-top: 50px;
  }
  .homePage_efficient {
    height: 674px;
  }
  .homePage_efficient-container {
    transform: scale(0.9);
  }
  .homePage_efficient-container .title {
    padding-top: 50px;
  }
  .homePage_cooperation {
    height: 750px;
  }
  .homePage_cooperation-container {
    transform: scale(0.9);
  }
  .homePage_cooperation-container .title {
    padding-top: 50px;
  }
  .homePage_submit {
    height: 628px;
  }
  .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: 2.9375rem;
    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;
  }
  .homePage_banner {
    height: auto;
  }
  .homePage_banner-container {
    display: block;
    padding-top: 4.375rem;
    padding: 6.25rem 1.4375rem 0 1.4375rem;
  }
  .homePage_banner-container .left .title {
    text-align: center;
    font-size: 1.75rem;
    line-height: 2.1875rem;
  }
  .homePage_banner-container .left .title span {
    font-size: 1.75rem;
    display: block;
  }
  .homePage_banner-container .left .title span b {
    font-size: 1.75rem;
  }
  .homePage_banner-container .left .sub_title {
    margin-top: 0.6875rem;
    font-size: 0.75rem;
    line-height: 1rem;
    text-align: center;
  }
  .homePage_banner-container .left .gas_station {
    position: static !important;
    left: 0.625rem;
    top: 0;
    width: 100%;
    height: 13.75rem;
  }
  .homePage_banner-container .right.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);
  }
  .homePage_banner-container .right.form-wrap .form-title {
    font-size: 1.5rem;
    margin-bottom: 0;
  }
  .homePage_banner-container .right.form-wrap .form-subtitle {
    margin-top: 0.4375rem;
    font-size: 0.8125rem;
    line-height: 1.4375rem;
    /* 222.222% */
  }
  .homePage_banner-container .right.form-wrap .form-item {
    height: 2.5rem;
    margin-bottom: 0.75rem;
  }
  .homePage_banner-container .right.form-wrap .form-item input {
    font-size: 0.875rem;
  }
  .homePage_banner-container .right.form-wrap .btn {
    width: 100%;
    height: 2.5rem;
    line-height: 2.5rem;
    font-size: 0.875rem;
    margin-top: 1.4375rem;
  }
  .homePage_scene {
    height: auto;
    background-position: bottom;
    overflow: hidden;
    background-image: url('../common/img/home-mobile/bg/BG02.png');
    background-color: #EBF0FA;
  }
  .homePage_scene-container {
    height: 100%;
    padding-bottom: 9.375rem;
  }
  .homePage_scene .title {
    font-size: 1.75rem;
    padding-top: 3.125rem;
    line-height: 2.1875rem;
  }
  .homePage_scene .title span {
    font-size: 1.75rem;
    display: block;
  }
  .homePage_scene .title span b {
    font-size: 1.75rem;
    color: #EE4743;
  }
  .homePage_scene .popup-title {
    margin-top: 1.4375rem;
  }
  .homePage_scene .popup-title .popup-item {
    font-size: 1rem;
    padding: 0.6875rem 1.375rem;
  }
  .homePage_scene .popup {
    width: 250%;
    overflow: hidden;
    white-space: nowrap;
    padding-left: 100%;
  }
  .homePage_scene .popup span {
    padding: 0.4375rem 0.75rem;
    font-size: 0.875rem;
    backdrop-filter: blur(0.9375rem);
    -webkit-backdrop-filter: blur(0.9375rem);
    animation: scroll 8s linear infinite;
  }
  .homePage_scene .popup span:hover {
    animation-play-state: paused;
  }
  .homePage_scene .popup.popup-two span {
    animation-delay: 1s;
    /* 延迟2秒开始 */
  }
  .homePage_scene .popup.popup-three span {
    animation-delay: 2s;
    /* 延迟2秒开始 */
  }
  .homePage_painPoint {
    height: auto;
    background: #f2f5fb;
    padding-bottom: 1.25rem;
  }
  .homePage_painPoint .title {
    font-size: 1.75rem;
    padding-top: 3.125rem;
    line-height: 2.1875rem;
  }
  .homePage_painPoint .title span {
    font-size: 1.75rem;
    line-height: 2.1875rem;
  }
  .homePage_painPoint .painPoint-list {
    padding: 0 1.25rem;
  }
  .homePage_painPoint .painPoint-list dl {
    padding: 0.875rem 0 0.5625rem;
    width: 30%;
    display: flex;
    flex-direction: column;
  }
  .homePage_painPoint .painPoint-list dl dd .painPoint-title {
    font-size: 0.75rem;
    letter-spacing: 0;
    text-align: center;
  }
  .homePage_painPoint .painPoint-list dl dd .desc {
    font-size: 1.375rem;
    line-height: 2.1875rem;
    margin-top: 0;
  }
  .homePage_painPoint .painPoint-list dl dd .desc span {
    line-height: 2.1875rem;
    margin-top: 0;
    font-size: 1.5rem;
  }
  .homePage_painPoint .painPoint-list dl dt {
    width: 5rem;
    height: 5rem;
    position: relative;
  }
  .homePage_painPoint .painPoint-list dl dt img {
    width: 100%;
    height: 100%;
  }
  .homePage_getDone {
    height: auto;
    padding-bottom: 1.4375rem;
  }
  .homePage_getDone .title {
    font-size: 1.75rem;
    padding-top: 1.875rem;
    line-height: 2.1875rem;
  }
  .homePage_getDone .title span {
    display: block;
    font-size: 1.75rem;
  }
  .homePage_getDone .title span b {
    font-size: 1.75rem;
  }
  .homePage_getDone .content-list {
    margin-top: 1.4375rem;
    display: flex;
    flex-direction: column;
    padding: 0 1.4375rem;
  }
  .homePage_getDone .content-list dl {
    margin-top: 1.0625rem;
    width: 100%;
    height: auto;
    padding: 1.4375rem;
    flex-direction: row;
  }
  .homePage_getDone .content-list dl dd {
    padding: 0;
    padding-right: 5rem;
  }
  .homePage_getDone .content-list dl dd .icon-charging {
    width: 10rem;
    height: 1.5625rem;
  }
  .homePage_getDone .content-list dl dd .content-title {
    margin: 0.4375rem 0;
    font-size: 1.5rem;
    line-height: 1.625rem;
  }
  .homePage_getDone .content-list dl dd .content {
    font-size: 0.875rem;
    line-height: 1.5rem;
  }
  .homePage_getDone .content-list dl dt {
    flex-shrink: 0;
    width: 7.3125rem;
    height: 4.375rem;
    position: absolute;
    right: 0;
    left: calc(100% - 6.25rem);
    top: 50%;
    bottom: 0;
    transform: translate(0, -50%);
  }
  .homePage_getDone .content-list dl:last-child dd .icon-charging {
    width: 11.875rem;
    height: 1.5625rem;
  }
  .homePage_cover {
    height: auto;
    padding-bottom: 1.25rem;
  }
  .homePage_cover .title {
    padding-top: 2.875rem;
    font-size: 1.75rem;
    line-height: 2.1875rem;
  }
  .homePage_cover .title span {
    display: block;
    font-size: 1.75rem;
    line-height: 2.1875rem;
  }
  .homePage_cover .title span b {
    font-size: 1.75rem;
    line-height: 2.1875rem;
  }
  .homePage_cover .sub-title {
    margin-top: 0.75rem;
    font-size: 1rem;
  }
  .homePage_cover .content-list {
    margin-top: 1rem;
    width: 100%;
    padding: 0 1.4375rem;
    flex-direction: column;
  }
  .homePage_cover .content-list dl {
    width: 100%;
    height: auto;
    margin-top: 0.75rem;
  }
  .homePage_cover .content-list dl dt {
    height: 10.25rem;
  }
  .homePage_cover .content-list dl dd {
    padding: 0.9375rem 1.125rem;
  }
  .homePage_cover .content-list dl dd .content-title {
    font-size: 1.1875rem;
    line-height: 1.5625rem;
  }
  .homePage_cover .content-list dl dd .content-subtitle {
    font-size: 0.8125rem;
    line-height: 1.5rem;
    margin-top: 0.4375rem;
  }
  .homePage_efficient {
    padding-bottom: 2.1875rem;
  }
  .homePage_efficient .title {
    padding-top: 3.125rem;
    font-size: 1.75rem;
    line-height: 2.1875rem;
  }
  .homePage_efficient .title span {
    font-size: 1.75rem;
    line-height: 2.1875rem;
  }
  .homePage_efficient .content-list {
    width: 100%;
    padding: 1.4375rem;
    margin-top: 0;
  }
  .homePage_efficient .content-list dl {
    width: 100%;
    height: auto;
    padding: 1.0625rem 1.4375rem;
    gap: 0.875rem;
  }
  .homePage_efficient .content-list dl dd .content-title {
    font-size: 1rem;
    line-height: 1.125rem;
    padding: 0.125rem 0.25rem;
  }
  .homePage_efficient .content-list dl dd .content-num {
    font-size: 2rem;
    line-height: 2.1875rem;
    margin: 0.25rem 0;
  }
  .homePage_efficient .content-list dl dd .content-desc {
    font-size: 0.8125rem;
    line-height: 1.25rem;
    display: -webkit-box;
    /* 必须结合的属性 */
    -webkit-box-orient: vertical;
    /* 必须结合的属性 */
    -webkit-line-clamp: 2;
    /* 限制显示的行数 */
    overflow: hidden;
    /* 隐藏溢出的文本 */
  }
  .homePage_efficient .content-list dl dt {
    width: 6rem;
    height: 6rem;
  }
  .homePage_cooperation {
    height: auto;
    padding-bottom: 1rem;
  }
  .homePage_cooperation .title {
    padding-top: 2.875rem;
    font-size: 1.75rem;
    line-height: 2.1875rem;
  }
  .homePage_cooperation .title span {
    display: block;
    font-size: 1.75rem;
    line-height: 2.1875rem;
  }
  .homePage_cooperation .title span b {
    font-size: 1.75rem;
    line-height: 2.1875rem;
  }
  .homePage_cooperation .enterprise-list {
    flex-direction: column;
    width: 100%;
    padding: 1.4375rem;
    margin-top: 0;
  }
  .homePage_cooperation .enterprise-list dl {
    width: 100%;
    height: auto;
    margin-top: 0.6875rem;
    gap: 0.8125rem;
    padding: 0.6875rem 0.8125rem;
  }
  .homePage_cooperation .enterprise-list dl dt {
    width: 3.3125rem;
    height: 3.3125rem;
  }
  .homePage_cooperation .enterprise-list dl dd {
    margin-top: 0.25rem;
  }
  .homePage_cooperation .enterprise-list dl dd .content-title {
    font-size: 1.125rem;
  }
  .homePage_cooperation .enterprise-list dl dd .content-desc {
    font-size: 0.75rem;
    line-height: 1rem;
  }
  .homePage_cooperation .enterprise-logos {
    padding: 0 1.4375rem;
    margin: 0;
    width: 100%;
  }
  .homePage_cooperation .enterprise-logos img {
    width: 16%;
    height: auto;
    margin: 0 0 0.75rem 0;
  }
  .homePage_shareholder {
    height: auto;
    padding-bottom: 1rem;
  }
  .homePage_shareholder .title {
    padding-top: 2.875rem;
    font-size: 1.75rem;
    line-height: 2.1875rem;
  }
  .homePage_shareholder .title span {
    font-size: 1.75rem;
    line-height: 2.1875rem;
  }
  .homePage_shareholder .shareholder-list {
    margin-top: 2.1875rem;
    padding: 0 1.4375rem;
  }
  .homePage_shareholder .shareholder-list img {
    width: 31%;
    margin-bottom: 0.625rem;
    margin-right: 2.3%;
  }
  .homePage_shareholder .shareholder-list img:nth-child(3n) {
    margin-right: 0;
  }
  .homePage_shareholder .shareholder-list img:nth-child(5n) {
    margin-right: 2.3%;
  }
  .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;
  }
  .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% */
  }
  .txt {
    height: 2.5rem;
    line-height: 2.5rem;
  }
  .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;
  }
  .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;
  }
}
@keyframes scroll {
  from {
    transform: translateX(0);
    /* 起始位置 */
  }
  to {
    transform: translateX(-1100%);
    /* 结束位置，向左移动整个容器的宽度 */
  }
}
