html {
    font-size: 16px;
    scroll-behavior: smooth;
}

body,
div,
p,
ul,
li {
    margin: 0;
    padding: 0;
}

ul,
li {
    list-style-type: none;
}

body {
    font-size: 1rem;
}

::selection {
    background-color: #007FDF;
    color: #fff;
}

::-webkit-selection {
    background-color: #007FDF;
    color: #fff;
}

::-moz-selection {
    background-color: #007FDF;
    color: #fff;
}

#container {
    width: 100%
}

#header {
    width: 100%;
    /* background-color: #367bf0; */
    position: relative;
    padding-top: 170px;
    box-sizing: border-box;
    background: url(/assets/images/selection/solution_bg.svg) center top no-repeat, linear-gradient(180deg, #367BF0, #41B9FF);
    background-size: auto 100%;
    padding-bottom: 1px;
}

.header_title_wrap {
    width: 976px;
    margin-right: auto;
    margin-left: auto;
}

.header_title {

    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 64px;
    color: #FFFFFF;
    line-height: 90px;
    text-align: center;
    font-style: normal;
}

.header_title_wrap p {
    font-size: 20px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    /*padding-bottom: 20px;*/
}

.universal_container {
    /* background-color: red; */
    width: 1260px;
    margin: 0 auto;
}

.universal_flex_boxs {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}


.bacF3FAFF {
    background-color: #F3FAFF;
}

.linear_bacF3FAFF {
    background: linear-gradient(to bottom, #F2FBFF, white);
    /* 从上到下渐变 */

}

.margin_0_auto {
    margin: 0 auto;
}

.universal_body_title {

    font-family: PingFang SC, Microsoft Yahei, SimHei, sans-serif;
    font-weight: 600;
    font-size: 36px;
    color: #1A2736;
    /* line-height: 50px; */
    text-align: center;
    font-style: normal;
    padding-top: 78px;
}

.universal_body_title2 {

    font-family: PingFang SC, Microsoft Yahei, SimHei, sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #5E6978;
    line-height: 40px;
    text-align: center;
    margin-top: 29px;
    font-style: normal;
    margin-bottom: 45px;
}

.universal_body {
    padding-bottom: 95px;
}


.universal_header_tab {
    width: 100%;
    overflow: auto;
    position: sticky;
    top: 0;
    background: #0092E4;
    z-index: 999;
}

.universal__header_tab_items_container {
    display: flex;
    justify-content: space-between;
    height: 68px;
    margin: 0 auto;
    width: 1290px;
}

.universal_header_tab_item {
    display: flex;
    align-items: center;
    justify-content: center;

    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 18px;
    color: #FFFFFF;
    cursor: pointer;
    text-align: center;
    font-style: normal;
    padding-left: 12px;
    padding-right: 12px;
}

.universal_header_tab_item:hover {
    background: #0085D4;
}

.universal_more_case {
    max-width: 236px;
    height: 55px;
    background: #007FDF;

    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    display: flex;
    margin: 0 auto;
    margin-top: 95px;
    justify-content: center;
    align-items: center;
    font-style: normal;
    cursor: pointer;
    text-align: center;
}

.hover_top_21 {
    transition: all .3s linear;

}

.hover_top_21:hover {

    transform: translateY(-21px);

}

.universal_header_btn {
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #318DF8;
    width: fit-content;
    background-color: #FFFFFF;
    font-style: normal;
    margin: 0 auto;
    padding-left: 22px;
    padding-right: 22px;
    min-height: 40px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.universal_header_btn2 {
    background: #E0F3FF;
    color: #007FDF;
}

.universal_header_btn a {

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


    font-style: normal;
}




.universal_small_hover_top_box_empty {

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

    font-style: normal;
    display: flex;
    align-items: center;
    justify-content: center;
}



.universal_small_hover_top_box {
    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);

}

.universal_small_hover_top_box_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;
}

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

.universal_small_hover_top_box_top span {

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

.universal_small_hover_top_box_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);

}

.universal_small_hover_top_box:hover .universal_small_hover_top_box_bottom {
    transform: translateY(-24px);

}

@media screen and (max-width:1290px) {
    .universal_container {
        width: 90%;
        padding-left: 0px;
        padding-right: 0px;
    }

    .universal_flex_boxs {
        justify-content: space-evenly
    }

    .header_title_wrap {
        width: unset;
        padding-bottom: 30px;
    }

}