body {
    margin: 0;
}

.new_solution_container .banner {
    width: 100%;
    height: 24.583333vw;
    background: url("/en/assets/images/newSolutionAuto_banner.png") no-repeat center -6.770833vw/cover;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.new_solution_container .banner .banner_content_text {
    font-size: 3.59375vw;
    font-family: "AlibabaPuHuiTi";
    padding-left: 4.375vw;
    font-weight: bold;
    color: #fff;
}

/* 应用概述 */
.new_solution_container .app_overview {
    width: 91.197917vw;
    /* height: 74.010417vw; */
    margin: 4.166667vw auto 0;
    box-sizing: border-box;
    box-shadow: 0 0 1.041667vw #0003;
    overflow: hidden;
    padding-bottom: 5.208333vw;
}

.new_solution_container .app_overview .app_overview_title {
    width: 100%;
    height: 8.125vw;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.5vw;
    font-family: "AlibabaPuHuiTi";
    font-weight: bolder;
    color: #0a569c;
    margin: 0;
}

.new_solution_container .app_overview .app_overview_content {
    width: 100%;
    box-sizing: border-box;
    padding-left: 3.854167vw;
    padding-right: 4.0625vw;
    font-size: 1.666667vw;
    line-height: 2.916667vw;
    margin: 0;
}

.new_solution_container .app_overview .app_overview_content:nth-of-type(2) {
    margin-top: 2.239583vw;
}

/* 应用架构 */
.new_solution_container .app_overview .app_framework {
    margin: 0 auto;
}

.new_solution_container .app_overview .app_framework .app_framework_title {
    width: 100%;
    height: 6.458333vw;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.927083vw;
    font-family: "AlibabaPuHuiTi";
    font-weight: bolder;
    color: #000;
    margin: 0;
}

.new_solution_container .app_overview .app_framework .app_framework_img {
    width: 48.229167vw;
    height: 44.270833vw;
    margin: 0 auto;
    background: url("/en/assets/images/newSolutionAuto_content.png") no-repeat center/contain;
}

/* 系统要求 */
.new_solution_container .system_require {
    width: 91.458333vw;
    height: 41.666667vw;
    margin: 0 auto;
    box-sizing: border-box;
    padding-top: 5.364583vw;
}

.new_solution_container .system_require .system_require_title {
    font-size: 2.34375vw;
    font-weight: bold;
    font-family: "AlibabaPuHuiTi";
    color: #0a569c;
    text-align: center;
    margin-bottom: 2.395833vw;
}

.new_solution_container .system_require .system_require_list {
    width: 100%;
    height: 31.041667vw;
    display: flex;
    justify-content: center;
}

.new_solution_container .system_require .system_require_list .system_require_item {
    width: 22.864583vw;
    height: 100%;
    overflow: hidden;
}

.new_solution_container .system_require .system_require_list .system_require_item:nth-of-type(odd) {
    background-color: #fafafa;
}

.new_solution_container .system_require .system_require_list .system_require_item:nth-of-type(even) {
    background-color: #f2faff;
}

.new_solution_container .system_require .system_require_list .system_require_item:nth-of-type(1) .system_require_img {
    background: url("/en/assets/images/auto_icon_1.png") no-repeat center/cover;
}

.new_solution_container .system_require .system_require_list .system_require_item:nth-of-type(2) .system_require_img {
    background: url("/en/assets/images/auto_icon_2.png") no-repeat center/cover;
}

.new_solution_container .system_require .system_require_list .system_require_item:nth-of-type(3) .system_require_img {
    background: url("/en/assets/images/auto_icon_3.png") no-repeat center/cover;
}

.new_solution_container .system_require .system_require_list .system_require_item:nth-of-type(4) .system_require_img {
    background: url("/en/assets/images/cop_icon_4.png") no-repeat center/cover;
}

.new_solution_container .system_require .system_require_list .system_require_img {
    width: 7.708333vw;
    height: 7.708333vw;
    margin: 5.572917vw auto 0;
}

.new_solution_container .system_require .system_require_list .system_require_item .system_require_title {
    font-size: 1.875vw;
    margin-top: 2.291667vw;
}

.new_solution_container .system_require .system_require_list .system_require_item .system_require_text {
    margin-top: 1.666667vw;
    font-size: 1.5625vw;
    box-sizing: border-box;
    text-align: center;
    line-height: 2.604167vw;
    font-family: "Source Han Sans";
}

.new_solution_container .system_require .system_require_list .system_require_item .system_require_text .small_text {
    font-size: 1.145833vw;
}

/* 设置不同的内边距 */
.new_solution_container .system_require .system_require_list .system_require_item:nth-of-type(1) .system_require_text {
    padding-left: 2.083333vw;
    padding-right: 2.083333vw;
}

/* 设置不同的内边距 */
.new_solution_container .system_require .system_require_list .system_require_item:nth-of-type(2) .system_require_text {
    padding-left: 2.083333vw;
    padding-right: 2.083333vw;
}

.new_solution_container .system_require .system_require_list .system_require_item:nth-of-type(3) .system_require_text {
    padding-left: 2.083333vw;
    padding-right: 2.083333vw;
}

.new_solution_container .system_require .system_require_list .system_require_item:nth-of-type(4) .system_require_text {
    /* padding-top: 1.5625vw; */
    padding-left: 2.083333vw;
    padding-right: 2.083333vw;
}

/* 方案特点 */
.new_solution_container .solution_character {
    width: 100%;
    height: 32.604167vw;
    overflow: hidden;
}

.new_solution_container .solution_character .solution_character_title {
    font-size: 2.291667vw;
    color: #0a569c;
    margin-top: 5.208333vw;
    text-align: center;
    margin-bottom: 4.6875vw;
}

.new_solution_container .solution_character .solution_character_list {
    width: 100%;
    height: 19.583333vw;
    box-sizing: border-box;
    padding-left: 14.0625vw;
    padding-right: 14.0625vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.new_solution_container .solution_character .solution_character_list .solution_character_item {
    flex-shrink: 0;
    width: 28.333333vw;
    height: 40%;
    overflow: hidden;
    display: flex;
}

.new_solution_container .solution_character .solution_character_list .solution_character_item .solution_character_img {
    flex-shrink: 0;
    width: 5.104167vw;
    height: 5.104167vw;
    border-radius: 50%;
    background: url("/en/assets/images/auto_icon_5.png") no-repeat center/cover;
    margin-right: 1.5625vw;
}

.new_solution_container .solution_character .solution_character_list .solution_character_item:nth-of-type(2) .solution_character_img {
    background: url("/en/assets/images/auto_icon_6.png") no-repeat center/cover;
}

.new_solution_container .solution_character .solution_character_list .solution_character_item:nth-of-type(3) .solution_character_img {
    background: url("/en/assets/images/auto_icon_7.png") no-repeat center/cover;
}

.new_solution_container .solution_character .solution_character_list .solution_character_item:nth-of-type(4) .solution_character_img {
    background: url("/en/assets/images/auto_icon_8.png") no-repeat center/cover;
}

.new_solution_container .solution_character .solution_character_list .solution_character_item .solution_character_text {
    width: 21.25vw;
    flex-shrink: 0;
    font-size: 1.5625vw;
    line-height: 2.604167vw;
    font-family: "Source Han Sans";
    margin: 0;
}
p {
    text-indent: 2em;
    padding: 0.5em 0;
  }