.traffic_new_header {
    background-image: url(/assets/intl/image/solution/solution_traffic_new/traffic_new_bacc.png) !important;
    background-size: 100% 100% !important;
    padding-bottom: 95px !important;
    padding-top: 133px !important;
}

.header_title_wrap .header_title {
    text-align: left;
}

.header_title_wrap p {
    text-align: left;

}


.reason_list {
    display: flex;
    justify-content: space-around;
    margin-top: 67px;
    width: 95%;
}

.reason_item.item1.active {
    background: url("/assets/intl/image/solution/solution_traffic_new/why_1_big.png");
}

.reason_item.item1 {
    background: url("/assets/intl/image/solution/solution_traffic_new/why_1_small.png");
}

.reason_item.item2.active {
    background: url("/assets/intl/image/solution/solution_traffic_new/why_2_big.png");
}

.reason_item.item2 {
    background: url("/assets/intl/image/solution/solution_traffic_new/why_2_small.png");
}

.reason_item.item3.active {
    background: url("/assets/intl/image/solution/solution_traffic_new/why_3_big.png");
}

.reason_item.item3 {
    background: url("/assets/intl/image/solution/solution_traffic_new/why_3_small.png");
}

.why_choice .reason_list .reason_item {
    width: 274px;
    height: 632px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    transition: all .3s linear;
}

.why_choice .reason_list .reason_item.active .reason_item_title {
    position: absolute;
    top: 203px;
    left: 44px !important;
    /* width: 231px !important; */
    font-size: 27px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 38px;
}

.why_choice .reason_list .reason_item.active .reason_item_title.special {
    /* width: 250px !important; */
}

.why_choice .reason_list .reason_item.active .reason_item_desc {
    display: block;
    position: absolute;
    top: 310px;
    left: 44px;
    width: 556px;
    font-size: 14px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 27px;
}

.why_choice .reason_list .reason_item.active .reason_item_title_split {
    position: absolute;
    left: 44px;
    top: 292px;
    width: 54px;
    height: 3px;
    background: #FFFFFF;
    display: block;
}

.why_choice .reason_list .reason_item.active .bottom_split {
    position: absolute;
    left: 44px;
    bottom: 0;
    width: 187px;
    height: 7px;
    background: linear-gradient(270deg, #0085F4 0%, #03BFFF 47%, #0080E6 100%);
}

.why_choice .reason_list .reason_item .reason_item_desc {
    display: none;
}

.why_choice .reason_list .reason_item .reason_item_title_split {
    display: none;
}

.why_choice .reason_list .reason_item .reason_item_title {
    position: absolute;
    left: 24px;
    top: 321px;
    /* width: 228px; */
    font-size: 27px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 38px;
    background: linear-gradient(to right, black, transparent);
}

.why_choice .reason_list .reason_item .bottom_split {
    position: absolute;
    left: 33px;
    bottom: 107px;
    width: 187px;
    height: 7px;
    background: linear-gradient(270deg, #0085F4 0%, #03BFFF 47%, #0080E6 100%);
}

.why_choice .reason_list .reason_item .reason_item_title.special {
    /* width: 250px; */
    left: 12px;
}

.why_choice .reason_list .reason_item.active {
    width: 632px;
    height: 632px;
}

.reason_list.warp {
    display: none;
}

.med_tabs_shows {
    margin-top: 51px;
}

.med_tabs_shows_item {
    border-radius: 6px;
    background: #FFFFFF;
    padding-top: 50px;
    padding-left: 180px;
    padding-right: 180px;
    padding-bottom: 20px;
}

.med_tabs_shows_item_title {

    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 21px;
    color: #5B697A;
    padding-left: 16px;
    border-left: 3px solid #0081F6;
    text-align: justify;
    font-style: normal;
    margin-bottom: 20px;
}

.med_tabs_shows_item_title2 {

    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #5E6978;
    line-height: 27px;
    text-align: justify;
    font-style: normal;
    margin-bottom: 10px;

}

.med_flex_boxs_items_2 {
    width: 441px;
    min-height: 217px;
    background: #E4F4FF;
    border-radius: 7px;
    padding-top: 30px;
    padding-left: 20px;
    display: inline-flex;
    padding-right: 37px;
    margin-bottom: 20px;
}

.med_flex_boxs_items_2 img {
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-right: 18px;
}

.med_flex_boxs_items_2_right_title {

    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 18px;
    color: #0081F6;
    /* line-height: 25px; */
    display: flex;
    align-items: center;
    min-height: 50px;
    font-style: normal;
    transform: translateY(-10px); /* 负值表示向上移动 */
}

.med_flex_boxs_items_2_right_title2 {

    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 10px;
    color: #5B697A;
    line-height: 20px;

    font-style: normal;
}

.display_none {
    display: none;

}

.med_tabs_shows_title {
    padding-top: unset !important;
    display: none;
    color: #0081F6 !important;
}

.med_tabs {
    padding-left: 18px;
    padding-top: 23px;
    padding-bottom: 23px;
    padding-right: 18px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #979797;
    position: relative;
}

.med_tabs_item {

    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 14px;
    color: #007FDF;

    text-align: right;
    font-style: normal;

}

.med_doit_title {

    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 18px;
    color: #0080E6;
    margin-bottom: 13px;

    font-style: normal;
}
.med_doit_title::before {
    content: "•"; /* Unicode字符小黑点 */
    color: #0080E6;

    padding-right: 5px; /* 小黑点与文本之间的间距 */
  }
.med_tabs_point {
    width: 180px;
    height: 4px;
    background: #0080E6;
    position: absolute;
    bottom: 0px;
    left: 0px;
    transition: all .3s linear;
}

.solution_med_new_flex_boxs {
    /* display: flex;
    justify-content:space-between;
    flex-wrap: wrap; */
}

.margin_right_78 {
    margin-right: 78px
}

.solution_med_new_flex_boxs_items_3 {
    width: 185px;
    /* min-height: 80px; */
    /* background: #FFFFFF; */
    margin-top: 66px;
    /* background-color: red; */
    position: relative;
    height: 80px;
    overflow: hidden;
    box-shadow: 0px 0px 14px 0px rgba(193, 190, 190, 0.2);

    display: inline-block;
    /* margin-right: 20px; */
}

.solution_med_new_flex_boxs_items_3_top {
    display: flex;
    /* vertical-align: middle; */
    background: #FFFFFF;
    align-items: center;
    justify-content: space-evenly;
    border-radius: 6px;

    height: 80px;
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 9;
}

.solution_med_new_flex_boxs_items_3_top img {
    /* margin-right: 12px */
    height: 30px;
    width: 30px;
}

.solution_med_new_flex_boxs_items_3_top span {

    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #5E6978;
    display: inline-block;
    width: 119px;
    font-style: normal;
}

.solution_med_new_flex_boxs_items_3_bottom {
    background: #007FDF;

    cursor: pointer;
    position: absolute;
    height: 24px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    font-style: normal;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    z-index: 99;
    width: 100%;
    bottom: -24px;
    transition: all .3s linear;

}

.translateY24 {
    transform: translateY(24px);

}

.solution_med_new_flex_boxs_items_3:hover .solution_med_new_flex_boxs_items_3_bottom {
    transform: translateY(-24px);

}

.empty_boxs {
    /* display: inline-flex; */
    align-items: center;
    justify-content: center;



    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #5E6978;
    font-style: normal;
}

.empty_boxs div {
    line-height: 80px;
    margin: 0 auto;
    width: fit-content;
}

.traffic_flex_item4 {
    width: 379px;
    min-height: 592px;
    background: #FFFFFF;
    margin-bottom: 36px;
    box-shadow: 0px 0px 13px 0px rgba(166, 166, 166, 0.37);
}

.traffic_flex_item4_title {

    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 18px;
    color: #1A2736;

    font-style: normal;
}
.traffic_flex_item4_txt{

font-family: PingFangSC, PingFang SC;
font-weight: 400;
font-size: 12px;
color: #5E6978;
line-height: 25px;
margin-top: 17px;
font-style: normal;
}
.traffic_flex_item4_bottom {
    padding-top: 17px;
    padding-left: 40px;
    padding-right: 37px;
    padding-bottom: 36px;
}

@media screen and (max-width: 1200px) {
    .reason_list.pc {
        display: none;
    }

    .margin_right_78 {
        margin-right: unset
    }

    .solution_med_new_flex_boxs {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly
    }

    .reason_list.warp {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .why_choice .reason_list .reason_item.active {
        margin-bottom: 20px;
    }

    .reason_item.item1.active {
        background: url(/assets/intl/image/solution/solution_traffic_new/why_1_big_warp.png);
    }

    .reason_item.item2.active {
        background: url(/assets/intl/image/solution/solution_traffic_new/why_2_big_warp.png);
    }

    .reason_item.item3.active {
        background: url(/assets/intl/image/solution/solution_traffic_new/why_3_big_warp.png);
    }

    .why_choice .reason_list .reason_item.active .reason_item_title {
        top: 68px;
    }

    .why_choice .reason_list .reason_item.active .reason_item_title_split {
        top: 163px;
    }

    .why_choice .reason_list .reason_item.active .reason_item_desc {
        top: 188px;
    }

    .why_choice .reason_list .reason_item.active {
        height: 402px;
    }
}

@media screen and (max-width:1250px) {
    /* .med_tabs{
    flex-direction: column;
    flex-wrap: wrap;
    justify-content:space-evenly;
    align-items: center;
}
.med_tabs_point{
    display:none;
}
.med_tabs{
    border-bottom: 0px;
}
.med_tabs_item{
    width: 40%;
} */

    .med_tabs {
        display: none;
    }

    .med_tabs_shows_title {
        display: block;
    }

    .med_tabs_shows .med_tabs_shows_item {
        display: block !important;

    }
}


@media screen and (max-width:1290px) {
    .med_flex_boxs_items_2 {
        margin-right: unset !important;
        width: 100%;
        height: unset;
    }

    .med_tabs_shows_item {
        margin-bottom: 30px;
        padding-right: 20px;
        padding-left: 20px;
    }

}