/* 轮播图 */
.carousel_x {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-inner_x {
    display: flex;
    transform: translateX(-10%);
    transition: transform 0.5s ease-in-out;
    box-sizing: border-box;
}

.carousel-item_x {
    flex: 0 0 50%;
    transform: translateX(-50%);
    overflow: hidden;
    margin-right: 10px;
}

.carousel-item_x:last-child {
    margin-right: 0;
    /* 最后一张图片不需要间隙 */
}

.carousel-item_x img {
    width: 100%;
    display: block;
}

.dv_test {
    background-color: #fff;
    height: 4rem;
    padding-top: 0.8rem;
}
.kdw {
    height: 6rem;
    background-color: #fff;
    font-size: 1rem;
    padding: 0 5rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.right_t,
.error {
    width: 1.5rem;
    height: 1.5rem;
    text-align: center;
    line-height: 1.5rem;
    border-radius: 1.5rem;
    background-color: rgb(115, 255, 0);
    color: #fff;
    margin-right: 1rem;
}

.error {
    background-color: #fac832;
}

.container_x {
    position: absolute;
    top: 42%;
    left: 11%;
    font-family: "Microsoft Yahei", sans-serif;
}

.nav-container_x {
    display: flex;
    gap: 40px;
    margin-bottom: 30px;
}

.nav-item_x {
    display: flex;
    align-items: center;
    justify-content: center;
    /* gap: 8px; */
    cursor: pointer;
    width: 110px;
    height: 110px;
    text-align: center;
    transition: 0.3s;
    border: 3px solid #e0e0e096;
    border-radius: 110px;
    color: #e0e0e096;
    position: relative;
    font-size: 1rem;
}

.nav-item_x.active_x {
    border-color: #fff;
    color: #fff;
}

/* 新增三角形样式 */
.triangle {
    position: absolute;
    bottom: -30px;
    /* 定位到导航项底部下方 */
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 15px solid #ffffff;
    opacity: 0;
    transition: 0.3s;
}

.nav-item_x.active_x .triangle {
    opacity: 1;
}

.nav-text {
    font-weight: bold;
    color: #666;
}

.content {
    padding: 20px;
    min-height: 100px;
    font-size: 16px;
    color: #444;
    line-height: 1.6;
}

.content-text {
    display: none;
    color: #fff;
    font-size: 1.2rem;
}

.content-text.active_x {
    display: block;
}
.pro_duc {
    display: flex;
    padding: 0 5%;
}

.lex1 {
    flex: 1;
    padding: 3rem;
    box-sizing: border-box;
}

.blue_gou {
    color: #00a0e9;
}

.icom_text1 {
    font-size: 1.2rem;
    margin-top: 1rem;
}

.icom_text2 {
    font-size: 1rem;
    color: black;
}

.icom_text2 .yellow_gou {
    color: #fac832;
    font-size: 1.5rem;
}

.lex1 image {
    width: 100%;
    height: 100%;
}

.iconText {
    display: flex;
    margin-top: 1rem;
    padding: 0 2%;
    box-sizing: border-box;
}

.lengf {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.icom_img {
    width: 7rem;
        height: 7rem;
}

.text_x1 {
    font-size: 1.5rem;
    color: black;
}

.text_x2 {
    font-size: 1rem;
    color: #707070;
    margin: 1rem 0;
}

.text_x3 {
    font-size: 1rem;
    color: black;
    line-height: 2rem;
}
.btnflex {
    display: flex;
    justify-content: center;
    margin-top: -1rem;
}

.ye_btnflex {
    font-size: 0.8rem;
    color: black;
    background: #fac832;
    padding: 0.2rem 1rem;
    border-radius: 2rem;
    margin: 0 1rem;
    text-decoration: none;
}

.row_img {
    padding: 0 5%;
    box-sizing: border-box;
    margin-top: 2rem;
    position: relative;
}

.row_img image {
    width: 100%;
    height: 100%;
}

.po_text {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 1.5rem;
    text-align: center;
}



.po_text:nth-child(2) {
    left: 23%;
}


.po_text:nth-child(3) {
    left: 50%;
}

.po_text:nth-child(4) {
    left: 78%;
}

.flex3 {
    display: flex;
    padding: 0 2%;
    box-sizing: border-box;
    margin-top: 2rem;
}

.img_text {
    flex: 1;
    position: relative;
}

.img_text:nth-child(2) {
    margin: 0 1rem;
}

.flex_text {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    color: #2e2e2e;
    font-size: 1.2rem;
    text-align: center;
}

.flex2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

.lex_t {
    width: 49.5%;
    margin-right: 0.5%;
    margin-bottom: 0.5%;
    box-sizing: border-box;
    position: relative;
    color: #fff;
}

.lex_t img {
    width: 100%;
}

.lex_t:nth-child(2n) {
    margin-right: 0;
}

.flex_text2,
.flex_text3,
.singlelist_flexdiv2 {
    position: absolute;
    top: 4%;
    left: 50%;
    transform: translateX(-50%);
    /* color: #dfdfdf; */
    font-size: 1.2rem;
}

.flex_text3 {
    top: 13%;
    font-size: 0.9rem;
    line-height: 1.2rem;
    text-align: center;
}

.singlelist_flexdiv2 {
    top: 20%;
    /* position: absolute; */
}