/* 头部 */
body {
    background-image: url(/assets/images/aios/banner.png);

    background-repeat: no-repeat;
    background-size: 100% 600px;
    background-position: top;
}

@media screen and (max-width:1207px) {

    /* body{
        background-image: url(/assets/images/aios/banner.png);

        background-repeat: no-repeat;
        background-size: 100% 600px;
        background-position: top;
    } */
    .header_btn_collection {
        justify-content: center;
    }
}

.header_btn_collection {
    display: flex;
    flex-direction: row;
    /* justify-content: center; */
    align-items: center;
    margin-top: 37px;
    width: 840px;
}

.header_btn_collection .call {
    width: 138px;
    height: 40px;
    color: #007FDF;
    background: #FFFFFF;
    cursor: pointer;
    border-radius: 2px;
    border-radius: 8px 8px 8px 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all .3s linear;
}
.header_btn_collection .call2 {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 20px;
}
#headers {
    margin-bottom: 35px;
}
.btn_text{
    position: relative;
}
.btn_text_icon{
    position: absolute;
    top:-38px;
    width: 40px;
    height: 50px;
    right: -46px;
    /* background-color: #fff; */
}
#header {
    /* padding-top: 170px; */
    text-align: center;

}

#header>.title {
    font-size: 64px;
    /* color: #FFFFFF; */
    line-height: 90px;
}

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

.aios_title_box_item {
    max-width: 600px;
    min-height: 366px;
    background: linear-gradient(270deg, #F9FDFF 0%, #F1FAFF 100%);
    cursor: pointer;
    border-radius: 12px;
    padding-top: 32px;
    padding-left: 33px;
    transition: all .3s linear;
    padding-right: 56px;
    padding-bottom: 98px;
    position: relative;
    margin-bottom: 50px;
}

.aios_title_box_item:hover {
    box-shadow: 0px 0px 20px 0px rgba(192, 192, 192, 0.44);
}

.aios_title_box_item_title {

    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 24px;
    color: #1A4166;
    line-height: 34px;
    text-align: left;

    font-style: normal;
    margin-bottom: 12px;
}

.aios_title_box_item_title_line {
    max-width: 338px;
    height: 5px;
    background: linear-gradient(270deg, #00B7F4 0%, #0080E6 100%);
    margin-bottom: 18px;
}

.aios_title_box_item_title_info {

    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 17px;
    color: #5E6978;
    line-height: 30px;
    text-align: justify;
    font-style: normal;
}

.aios_title_box_item_btn {
    max-width: 161px;
    min-height: 46px;
    background: #DFF3FF;

    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 31px;
    padding-right: 31px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 22px;
    color: #0085FF;
    line-height: 30px;

    font-style: normal;
    position: absolute;
    bottom: 52px;
    right: 32px;
}

.aios_header_body {
    width: 100%;
    display: flex;
    /* margin-top: -221px; */
    top: 0;
    height: 600px;
    overflow: hidden;
    justify-content: space-evenly;

    position: relative;
}

.aios_header_left {
    width: 46%;
    height: 740px;
    display: flex;
    flex-direction: column;
    transform: translateY(-27px);
    justify-content: center;
    align-items: flex-start;
}

.aios_header_right {
    /* position: absolute; */
    background-image: url('/assets/images/aios/aiosok.png');
    height: 311px;
    width: 530px;
    background-repeat: no-repeat;
    background-size: cover;
    transform: translateY(196px);
    /* z-index: 99; */
    background-position: center;
    cursor: pointer;
   
    position: relative;
}
.video_body{
    display: none;
    margin: 20px auto;
    width: 50vw;
}
.video_body video{
    width: 100%;
}
.aios_header_right img{
     position: absolute;
     top: 40%;
     left: 45%;
     width:10%;
    /* height: 100%; */
}

.aios_header_left_top {
    font-family: PingFang SC, Microsoft Yahei, SimHei, sans-serif;
    font-weight: 400;
    font-size: 40px;
    color: #FFFFFF;
    line-height: 56px;
    text-align: left;
    font-style: normal;
    /* background-color: red; */
    /* width: 90px; */

}

.aios_header_left_bottom {
    margin-top: 62px;
    font-family: PingFang SC, Microsoft Yahei, SimHei, sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 25px;
    text-align: left;
    font-style: normal;
}

.bacF3FAFF {
    background-color: #F3FAFF;
}

.aios_body {
    padding-bottom: 70px;
}

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

.aios_body_title2 {

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

.aios_tabs {
    margin-top: 80px;
    display: flex;
    transition: all .3s linear;

    align-items: center;
    justify-content: center
}

.aios_tabs_items {
    transition: all .3s linear;
    width: 33%;
    cursor: pointer;
    text-align: center;
    background-color: #FCFCFC;
    border-bottom: 5px solid #EEEEEE;
    border-right: 2px solid #ADB8CE;
    height: 64px;
    line-height: 64px;
    /* box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.5); */
}

.no_right_color {
    border-right: unset;

}

.tabs_active {
    background-color: white;
    border-bottom: 5px solid #007FDF;

}

.aios_body_tab_content {
    /* background-color: red; */
    display: flex;
}

.aios_body_tab_content_right {
    margin-left: 44px;
    display: flex;
    flex-direction: column;
}

.aios_body_tab_content_right_txt {
    display: flex;
    margin-left: 14px;
    /* margin-top: 19px; */
    vertical-align: middle
}

.aios_body_tab_content_right_txt img {
    width: 16px;
    height: 16px;

}

.aios_body_tab_content_title {
    display: flex;
    justify-content: flex-start;

    align-items: center;

}

.aios_body_tab_content_title img {
    width: 40px;
    height: 40px;
}

.aios_body_tab_content_title span {

    font-family: PingFang SC, Microsoft Yahei, SimHei, sans-serif;
    font-weight: 600;
    font-size: 24px;
    color: #1A2736;
    margin-left: 11px;
    text-align: right;
    font-style: normal;
}

.aios_body_tab_content_right_txt_txt {
    /* display: flex; */
    display: inline-block;
    transform: translateY(-11px);
    font-family: PingFang SC, Microsoft Yahei, SimHei, sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #5E6978;
    /* background-color: red; */
    line-height: 40px;
    text-align: left;
    margin-left: 12px;
    font-style: normal;
    /* white-space: nowrap; */
    overflow: hidden;
    text-overflow: clip;
    width: 444px;
}

.aios_body_tab_content_left img {
    /* height: 576px;
    width: 730px; */
    /* background-color: red; */
    max-width: unset;
    /* width: 730px; */
}

.aios_body_cards {
    display: flex;
    margin-top: 125px;
    justify-content: space-around;
}

.aios_body_cards_items {
    cursor: pointer;
    display: flex;
    transition: all .3s linear;

    align-items: center;
    flex-direction: column;
    /* justify-content: center; */
    background-color: white;
    padding-top: 30px;
    width: 297px;
    border-radius: 10px;
    padding-bottom: 40px;
}

.aios_body_cards_items:hover {
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
}

.aios_body_cards_items_big {

    font-family: PingFang SC, Microsoft Yahei, SimHei, sans-serif;
    font-weight: 600;
    font-size: 30px;
    color: #1A2736;

    text-align: right;
    font-style: normal;
    margin-top: 23px;
    margin-bottom: 56px;
}

.aios_body_cards_items_small {

    font-family: PingFang SC, Microsoft Yahei, SimHei, sans-serif;
    font-weight: 500;
    font-size: 24px;
    color: #1A2736;
    margin-bottom: 11px;
    text-align: right;
    font-style: normal;
}

.aios_body_cards_items_txt {

    font-family: PingFang SC, Microsoft Yahei, SimHei, sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #5E6978;
    /* line-height: 29px; */
    text-align: right;
    font-style: normal;
}

.aios_body_cards2_items {
    cursor: pointer;
    display: flex;
    transition: all .3s linear;
    width: 420px;
    align-items: center;
    flex-direction: column;
    /* justify-content: center; */
    background-color: white;
    /* background-color: red; */
    padding: 40px;
}

.aios_body_cards2_items:hover {
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);

}

.aios_body_cards2_items_title {

    font-family: PingFang SC, Microsoft Yahei, SimHei, sans-serif;
    font-weight: 600;
    font-size: 30px;
    color: #1A2736;

    text-align: right;
    font-style: normal;
    margin-bottom: 56px;
}

.aios_body_cards2_items_txt {

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

.aios_tips_column_big {

    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 16px;
    color: #464444;
    line-height: 22px;
    text-align: justify;
    font-style: normal;
    padding-left: 8px;
    margin-bottom: 12px;
}

.aios_tips_column_small {
    padding-left: 8px;
    margin-bottom: 12px;

    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 15px;
    color: #919191;
    cursor: pointer;
    line-height: 17px;
    text-align: justify;
    font-style: normal;
}

.aios_tips_column {
    border-left: 1px solid #D9D5D5;
    ;
}

.aios_tips_column_small_active {
    border-left: 3px solid #378FFF;
    transition: all .3s linear;
    transform: translateX(-2px);

}

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

.aios_tips_swiper {
    width: 80%;
}

.aios_tips_recommend {
    max-width: 100%;
    min-height: 195px;
    background: #FFFFFF;
    box-shadow: 0px 0px 3px 0px rgba(205, 201, 201, 0.5);
    border-radius: 5px;
    padding-left: 30px;
    padding-top: 30px;
    padding-right: 65px;
    padding-bottom: 30px;
}

.aios_tips_recommend_top {
    display: flex;
    align-items: center;
}

.aios_tips_recommend_top_1 {
    width: 42px;

    background: #FFC5B6;
    border-radius: 4px;



    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 18px;
    color: #C22902;
    line-height: 24px;
    text-align: center;
    font-style: normal;
    padding-top: 2px;
    padding-bottom: 2px;
}

.aios_tip_swiper_item_bottom {

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

    margin-top: 8px;

}

.aios_tips_recommend_top_2 {

    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 21px;
    color: #464444;
    line-height: 29px;
    text-align: justify;
    margin-left: 10px;
    font-style: normal;
}

.aios_tips_recommend_bottom {
    margin-top: 18px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #717171;
    line-height: 30px;
    text-align: justify;
    font-style: normal;
}

.swiper-pagination-bullet {
    background-color: rgba(0, 0, 0, 0.2) !important;

}

.myswiper-pagination-bullet {
    width: 30px !important;
    height: 30px !important;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    color: #000000 !important;
    opacity: 1;
    opacity: unset !important;
    /* background: rgba(0, 0, 0, 0.2); */
}

.swiper-pagination-bullet-active {
    color: #fff !important;
    background: #007aff !important;
}

.swiper-wrapper {
    margin-bottom: 35px;
    margin-left: 1px;
    /* transform: translate3d(1px, 0, 0) !important */
}

.mySwiper {
    margin-top: 20px
}

.aios_tip_swiper_item:nth-child(2n) {
    margin-left: 18px;

}

.aiosdeepseek_tip_swiper_item:nth-child(2n) {
    margin-left: 18px;

}

.aios_tip_swiper_item:hover {
    border-bottom: 4px solid #3B91FF;
}

.aiosdeepseek_tip_swiper_item {
    max-width: 485px;
    /* margin-left: 18px; */
    transition: all .1s linear;
    min-height: 355px;
    cursor: pointer;
    padding-left: 26px;
    padding-top: 20px;
    vertical-align: top;
    padding-right: 30px;
    display: inline-block;
    /* height:fit-content; */
    background: #FFFFFF;
    box-shadow: 0px 0px 3px 0px rgba(205, 201, 201, 0.5);
    border-radius: 5px;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.aios_tip_swiper_item {
    max-width: 485px;
    /* margin-left: 18px; */
    transition: all .1s linear;
    min-height: 260px;
    cursor: pointer;
    padding-left: 26px;
    padding-top: 20px;
    vertical-align: top;
    padding-right: 30px;
    display: inline-block;
    /* height:fit-content; */
    background: #FFFFFF;
    box-shadow: 0px 0px 3px 0px rgba(205, 201, 201, 0.5);
    border-radius: 5px;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.aios_tip_swiper_box {
    /* display: flex; */
    /* transform:translateZ(0) translateX(-2px) !; */
}

.aios_tip_swiper_item_top {
    display: flex;
    align-items: center;
    position: relative;
}

.aios_tip_swiper_item_top_small {
    position: absolute;
    top: 3px;
    left: -10px;
    width: 4px;
    height: 18px;
    background: linear-gradient(270deg, #00B7F4 0%, #0385EE 100%);
    border-radius: 1px;
}

.aios_tip_swiper_item_top_title {
    max-width: 438px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 18px;
    color: #464444;
    line-height: 25px;
    text-align: justify;
    font-style: normal;
}

.aiosDeepSeek_flex_item {
    max-width: 576px;
    min-height: 328px;
    background: #FFFFFF;
    box-shadow: 0px 8px 32px 1px rgba(147, 155, 170, 0.16);
    border-radius: 10px 10px 10px 10px;
    padding-top: 50px;
    padding-left: 33px;
    padding-right: 48px;
    padding-bottom: 48px;
    display: flex;
    margin-bottom: 32px;
}

.aiosDeepSeek_flex_item_right {
    margin-left: 33px;
}

.aiosDeepSeek_flex_item_right_title {

    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 22px;
    color: #1A2736;
    line-height: 38px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.aiosDeepSeek_flex_item_right_dot {
    display: flex;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #5E6978;
    line-height: 32px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.aiosDeepSeek_flex_item2 {
    width: 576px;
    transition: all .3s linear;
    min-height: 186px;
    background: #FFFFFF;
    box-shadow: 0px 8px 32px 1px rgba(48, 104, 156, 0.2);
    border-radius: 10px 10px 10px 10px;
    padding-left: 34px;
    margin-bottom: 27px;
    padding-top: 20px;
    position: relative;
}

.aiosDeepSeek_flex_item2 img {
    position: absolute;
    right: 0;
    bottom: 0;
}

.aiosDeepSeek_flex_item2:hover {
    border-left: 9px solid #027FDD;
}

.aiosDeepSeek_flex_item2_title {

    font-family: PingFangSC-Medium, PingFangSC-Medium;
    font-weight: normal;
    font-size: 22px;
    color: #1A2736;
    line-height: 38px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.aiosDeepSeek_flex_item2_contont {

    font-family: PingFangSC-Regular, PingFangSC-Regular;
    font-weight: normal;
    font-size: 16px;
    color: #5E6978;
    line-height: 32px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px auto;
    border: 2px solid #CCCCCC;
}

tr {}

th,
td {
    border: 1px solid black;
    border: 2px solid #CCCCCC;
    padding: 8px;
    text-align: center;
}

.universal_body_title {
    padding-top: 23px !important;
    padding-bottom: 23px !important;
}

.universal_body_title2 {
    margin-top: unset !important
}

th {
    /* background-color: #CCCCCC; */
    color: #0E67F6;

}

td {
    background-color: #EFF5FF;
}

.okbody {
    background: linear-gradient(0, #FFFFFF 0%, #EEF9FF 100%);
    padding-top: 35px;
}

.aiosDeepSeekSolution_flex1_item {
    max-width: 368px;
    min-height: 144px;
    background: #FFFFFF;
    box-shadow: 0px 8px 32px 1px rgba(147, 155, 170, 0.16);
    border-radius: 10px 10px 10px 10px;

    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 22px;
    color: #FFFFFF;
    line-height: 38px;
    text-align: left;
    margin-bottom: 40px;
    overflow: hidden;
    font-style: normal;
    text-transform: none;
}

.aiosDeepSeekSolution_flex1_item_title {
    max-width: 368px;
    min-height: 52px;
    background: linear-gradient(270deg, #EBF1FF 0%, #027FDD 100%);
    box-shadow: 0px 8px 32px 1px rgba(147, 155, 170, 0.16);
    padding-top: 11px;
    padding-left: 16px;
}

.aiosDeepSeekSolution_flex1_item_contont {
    width: 368px;

    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #5E6978;
    line-height: 32px;
    padding-top: 16px;
    padding-left: 16px;
    text-align: left;
    padding-right: 15px;
    font-style: normal;
    text-transform: none;
}

.aiosDeepSeekSolution_flex2_item {

    max-width: 600px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.aiosDeepSeekSolution_flex2_item_right_title {
    max-width: 422px;
    font-family: PingFang SC, PingFang SC;
    font-weight: bold;
    font-size: 16px;
    color: #256F74;
    line-height: 24px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 30px;
}

.aiosDeepSeekSolution_flex2_item_right_item {
    max-width: 522px;
    margin-bottom: 17px;

    /* height: 90px; */
    background: #FFFFFF;
    box-shadow: 0px 8px 32px 1px rgba(147, 155, 170, 0.16);
    border-radius: 10px 10px 10px 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 48px;
    padding-right: 48px;




    font-family: PingFang SC, PingFang SC;
    font-weight: bold;
    font-size: 16px;
    color: #256F74;
    line-height: 24px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.aiosDeepSeekSolution_flex3_item {
    max-width: 576px;
    min-height: 328px;
    background: #FFFFFF;
    box-shadow: 0px 8px 32px 1px rgba(147, 155, 170, 0.16);
    border-radius: 10px 10px 10px 10px;
    padding-top: 52px;
    padding-left: 40px;
    padding-bottom: 44px;
    padding-right: 40px;
    margin-bottom: 40px;
}

.aiosDeepSeekSolution_flex3_item_title {

    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 22px;
    color: #1A2736;
    line-height: 38px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.aiosDeepSeekSolution_flex3_item_contont {
    display: flex;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #5E6978;
    line-height: 32px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.aiosDeepSeekSolution_flex4_item {
    max-width: 576px;
    min-height: 248px;
    background: #FFFFFF;
    padding-top: 20px;
    padding-left: 34px;
    padding-bottom: 24px;
    padding-right: 26px;
    box-shadow: 0px 8px 32px 1px rgba(48, 104, 156, 0.2);
    border-radius: 10px 10px 10px 10px;
}
.aiosDeepSeekSolution_flex4_item_title{

font-family: PingFangSC-Medium, PingFangSC-Medium;
font-weight: normal;
font-size: 22px;
color: #1A2736;
line-height: 38px;
text-align: left;
font-style: normal;
text-transform: none;
}
.aiosDeepSeekSolution_flex4_item_contont{

font-family: PingFangSC-Regular, PingFangSC-Regular;
font-weight: normal;
font-size: 16px;
color: #5E6978;
line-height: 32px;
text-align: left;
font-style: normal;
text-transform: none;
}
.aiosDeepSeekSolution_flex4_item_more{

font-family: PingFang SC, PingFang SC;
font-weight: bold;
font-size: 16px;
color: #027FDD;
line-height: 32px;
text-align: left;
font-style: normal;
text-transform: none;
}
@media screen and (max-width:1290px) {
    .header_btn_collection{
        flex-direction: column;


    }
    .download_btn{
        width: 80% !important;
        margin-bottom: 20px;
        margin-left: unset !important;

    }
    .aios_tip_swiper_item:nth-child(2n) {
        margin-left: unset;
    }

    .aios_tip_swiper_item {
        max-width: unset;
        width: 100%;
    }

    .aios_header_left {
        align-items: center
    }

    .aios_body_cards {
        flex-wrap: wrap;
    }

    .aios_body_cards2_items {
        margin-top: 20px
    }

    .aios_body_cards_items {
        width: 45%;
        margin-top: 20px;
    }

    .aios_body_tab_content {
        display: flex;
        flex-direction: column;

    }

    .aios_body_tab_content_right {
        /* align-items: center; */
        margin-left: unset;
        margin-top: 40px;
    }

    /* .aios_body_tab_content_title{
    text-align: center;
} */
    .aios_tabs {
        flex-direction: column;


    }

    .aios_body_tab_content_left img {
        width: 100%;
        height: auto
    }
    body{
        background-size: 100% 714px;
    }
    .aios_container {
        width: 90%;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 100px;
    }

    .aios_tabs_items {
        border-right: unset;
        width: 60%;
    }

    .aios_header_body {
        align-items: center;
        justify-content: center;
        /* background-color: red; */
        /* right: inherit; */

    }

    .aios_header_left {
        /* z-index: 9999; */
        width: 100%;

    }

    .aios_header_left_top {
        text-align: center;
    }

    .aios_header_left_bottom {
        text-align: center;
    }

    .aios_header_right {
        display: none;
    }

    .aios_body_tab_content_right_txt_txt {
        width: unset;
    }
}


@media screen and (max-width:650px) {
    .aios_tabs_items {

        width: 352px;
    }

    .aios_body_cards {
        flex-wrap: wrap;
    }

    .aios_body_cards_items {
        width: 80%;
        margin-top: 20px;
    }
}