.productDetails{
    padding: 0;
    position: relative;
    z-index: 2;
}
.pcContent1{
    width: 100%;
    height: 656px;
    background-image: url('../images/aicheck/top1.png');
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}
.pcContent1box{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.pcContent1Title{
    font-weight: 400;
    font-size: 56px;
    margin-top:16px;
    margin-bottom: 36px;
    color: #F6F9FC;
    line-height: 74px;
    margin-top: 266px;
}
.pcContent1Text{
    font-size: 20px;
    color: #10E4FF;
    line-height: 40px;
    text-align: left;
    margin-top: 33px;
    margin-left: -14px;
}
.pcContent2{
    width: 100%;
    height: 901px;
    background: #F8F8F8;
    padding: 100px 0;
}
.pcContent2Box{
    width: 1200px;
    margin: 0 auto;
}
.pcContent2BoxTitle{
    font-size: 32px;
    color: #0F111E;
    line-height: 34px;
    text-align: center;
    font-weight: 600;
}
.pcContent2BoxTitleBorder{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0 84px 0;
}

.pcContent2boxCard{
    width: 1200px;
    height: 539px;
}
.pcContent2boxCardTop{
    width: 1200px;
    height: 54px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.pcContent2boxCardTopItem{
    width: 33%;  
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(220, 232, 245, 1);
    font-size: 16px;
    position: relative;
    color: #303030;
    cursor: pointer;
}

.pcContent2boxCardTopItem.active{
    background: #2F8EFF;
    font-size: 16px;
    color: white;
}


.pcContent2boxCardTopItem.active::after{
    content: '';
    position: absolute;
    width: 0;
    transform: translateY(90%);
    height: 0;
    bottom: 0;
    /* 上边框有颜色，左右下边框透明 */
    border-top: 10px solid #2F8EFF; /* 三角形颜色 + 高度（边框宽度） */
    border-right: 10px solid transparent; /* 右侧透明边框（控制三角形宽度） */
    border-left: 10px solid transparent; /* 左侧透明边框（控制三角形宽度） */
}

.pcContent2boxCardContent{
    background: white;
    width: 1200px;
    height: 485px;
    box-shadow: 0px 0px 13px 1px rgba(0,0,0,0.16);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.pcContent2boxCardContent1{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.pcContent2boxCardContent1Right{
    margin-left: 50px;
    margin-top: 68px;
}
.pcContent2boxCardContent1RightTitle{
    font-size: 22px;
    color: #242840;
    line-height:30px;
}
.pcContent2boxCardContent1RightDetail{
    font-size: 16px;
    color: #242840;
    line-height: 31px;
    width: 329px;
    text-align: left;
    margin: 19px 0 86px 0;
}
.pcContent2boxCardContent1RightButton{
    font-weight: normal;
    font-size: 14px;
    color: #2680EB;
    line-height: 20px;
    cursor: pointer;
}
.pc2item2{
    display: none;
}
.pc2item3{
    display: none;
}

.pcContent3{
    width: 100%;
    height: 880px;
    padding: 90px 0 146px 0;
    background: rgba(0,0,0,0.3);
}
.pcContent3Box{
    width: 1200px;
    margin: 0 auto;
}
.pcContent3BoxTitle{
    font-weight: normal;
    font-size: 32px;
    color: #FFFFFF;
    line-height: 45px;
    text-align: center;
}

.pcContent2BoxTitleBorder2{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 34px 0 55px 0;
}
.pcContent3box{
    width: 1200px;
    height: 507px;
    background: #FFFFFF;
    box-shadow: 0px 0px 15px 1px #10E4FF;
    border-radius: 0px 0px 0px 0px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding:  0 29px 0 64px;
}
.pcContent3boxRight{
    width: 630px;
    height: 408px;
    background: url('../images/aicheck/videoContent1.png');
    background-size: cover;
    position: relative;
}
.videoContent{
    position: absolute;
    top: 73px;
    left: 10px;
    width: 610px;
    height: 324px;
    border-radius: 0px 0px 6px 6px;
    background: gray;
}
.videoContentdemoVideo{
    width: 610px;
    height: 324px;
    object-fit:cover;
}

.pcContent4{
    width: 100%;
    height: 970px;
    background: #F8F8F8;
    padding: 62px 0 80px 0;
}
.pcContent4Box{
    width: 1200px;
    margin: 0 auto;
}
.pcContent4BoxTitle{
    line-height: 45px;
    font-weight: normal;
    font-size: 32px;
    color: #0F111E;
    text-align: center;
}
.pcContent4BoxTitleBorder{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0;
}
.pcContnet4Card{
    display: flex;
    flex-direction: row;
}
.pcContnet4CardLeft{
    width: 458px;
    height: 721px;
    background: url('../images/aicheck/videoContent2.png');
    background-size: cover;
    position: relative;
    margin-right: 58px;
}
.constent4videoContent{
    position: absolute;
    width: 440px;
    height: 647px;
    border-radius: 0px 0px 11px 11px;
    top: 64px;
    left: 9px;
    background: gray;
}
.videoContentdemoVideo2{
    width: 440px;
    height: 647px;
    object-fit: cover;
}
.pcContnet4CardRight{
    margin-top: 43px;
}
.pcContnet4CardRightRow{
    display: flex;
    flex-direction: row;
}
.pcContnet4CardRightRowItemTotle{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 10px;
}
.pcContnet4CardRightRowItemTotleIcon{
    width: 14px;
    height: 14px;
    background: #0075FD;
    box-shadow: 0px 2px 4px 1px rgba(38,128,235,0.5);
    border-radius: 0px 0px 0px 0px;
    margin-right: 10px;
}
.pcContnet4CardRightRowItemTotleText{
    font-size: 16px;
    color: #0F111E;
    text-align: left; 
    line-height: 22px;
}
.pcContnet4CardRightRowItemTotleDetail{
    width: 288px;
    font-size: 12px;
    color: #999999;
    line-height: 20px;
    text-align: left;
    margin-left: 24px;
}
.pcContnet4CardRightRowtext{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    color: #0F111E;
    line-height: 20px;
}


.pcContent5{
    width: 100%;
    height: 871px;
    background: rgba(0,0,0,0.3);
    padding: 81px 0 100px 0;
}
.pcContent5Box{
    width: 1200px;
    margin: 0 auto;
}
.pcContent5BoxTitle{
    font-weight: normal;
    font-size: 32px;
    color: #FFFFFF;
    line-height: 45px;
    text-align: center;
}
.pcContent5BoxTitleBorder2{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0 73px 0;
}
.pcContent5box{
    width: 1200px;
    height: 539px;
    background: #FFFFFF;
    box-shadow: 0px 0px 15px 1px #10E4FF;
    border-radius: 0px 0px 0px 0px;
    padding: 16px 20px 20px 20px;
}
.pcContent5boxRow{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.pcContent5boxRow1item1 img{
    width: 571px;
    height: 320px;
}
.pcContent5boxRow1item1 div{
    width: 571px;
    height: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #0F111E;
    line-height: 27px;
    background: url('../images/aicheck/back.png');
    background-size: cover;
}
.pcContent5boxRow1item2 img{
    width: 579px;
    height: 320px;
}
.pcContent5boxRow1item2 div{
    width: 579px;
    height: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #0F111E;
    line-height: 27px;
    background: url('../images/aicheck/back2.png');
    background-size: cover;
}
.pcContent5boxRow{
    margin-bottom: 20px;
}
.pcContent5boxRow2{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.pcContent5boxRow2Item1{
    width: 230px;
    height: 136px;
}
.pcContent5boxRow2Item1Header{
    font-weight: normal;
    font-size: 18px;
    color: #0F111E;
    line-height: 50px;
    width: 230px;
    height: 50px;
    background: linear-gradient( 90deg, #10E4FF 0%, #0075FD 100%);
    border-radius: 0px 0px 0px 0px;
    padding-left: 20px;
    font-weight: 600;
}
.pcContent5boxRow2Item1Content{
    display: flex;
    align-items: center;
    padding-left: 20px;
    font-size: 16px;
    color: #0F111E;
    line-height: 23px;
    text-align: center;
    width: 230px;
    height: 86px;
    background: rgba(16,228,255,0.17);
    border-radius: 0px 0px 0px 0px;
}
.pcContent5boxRow2Item1Content{
    text-align: left;
}

.pcContent6{
    width: 100%;
    height: 1007px;
    background: url('../images/aicheck/Content4bg.png');
    background-size: cover;
    padding: 100px 0 93px 0;
}
.pcContent6Box{
    width: 1200px;
    margin: 0 auto;
}
.pcContent6BoxTitle{
    font-weight: normal;
    font-size: 32px;
    color: #FFFFFF;
    line-height: 34px;
    text-align: center;
}
.pcContent6BoxTitleBorder{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 31px 0 0 0;
}
.pc6contentCard{
    width: 1200px;
}
.pc6contentCardRow{
    display: flex;
    align-items: center;
    flex-direction: row;
    padding: 0 50px;
    margin-top: -20px;
    justify-content: space-between;
}
.pc6contentCardRowRight{
    position: relative;
    width: 662px;
    height: 352px;
    margin-left: -83px;
}
.pc6contentCardRowRight div{
    color: white;
    position: absolute;
    bottom: 19px;
    left: 30px;
    font-weight: normal;
    font-size: 20px;
    line-height: 34px;
}
.pc6contentCardRow2{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.pc6contentCardRow2ColItem{
    width: 230px;
    padding: 12px 12px 12px 12px;
    background: linear-gradient( 122deg, #2F2F30 0%, #0A0A0A 100%);
    border-radius: 5px 5px 5px 5px;
    margin-bottom: 13px;
}
.pc6contentCardRow2ColItem:last-child{
    margin-bottom: none;
}
.pc6contentCardRow2ColItemTitle{
    margin-bottom: 4px;   
    font-weight: normal;
    font-size: 20px;
    color: #22E9AC;
    text-align: left;
    line-height: 28px;
}
.pc6contentCardRow2ColItemContent{
    font-weight: normal;
    font-size: 12px;
    color: #FFFFFF;
    text-align: left;
    line-height: 17px;
}


.pcContent7{
    width: 100%;
    height: 804px;
    background: rgba(0,0,0,0.3);
    padding: 60px 0 100px 0;
}

.pcContent7Box{
    width: 1200px;
    margin: 0 auto;
}
.pcContent7BoxTitle{
    font-weight: normal;
    font-size: 32px;
    color: #FFFFFF;
    line-height: 45px;
    text-align: center;
    margin-bottom: 60px;
}


.pcContent5boxCardTopItem{
    width: 33%;  
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(220, 232, 245, 1);
    font-size: 16px;
    position: relative;
    color: #303030;
    cursor: pointer;
}
.pcContent5boxCardTopItem.active{
    background: #2F8EFF;
    font-size: 16px;
    color: white;
}
.pcContent5boxCardTopItem.active::after{
    content: '';
    position: absolute;
    width: 0;
    transform: translateY(90%);
    height: 0;
    bottom: 0;
    /* 上边框有颜色，左右下边框透明 */
    border-top: 10px solid #2F8EFF; /* 三角形颜色 + 高度（边框宽度） */
    border-right: 10px solid transparent; /* 右侧透明边框（控制三角形宽度） */
    border-left: 10px solid transparent; /* 左侧透明边框（控制三角形宽度） */
}

.pcContent5boxCardContent1{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}
.pc7leftText{
    font-weight: normal;
    font-size: 30px;
    color: #0F111E;
    text-align: center;
    font-style: normal;
    margin-top: 48px;
}
.pc7rightText{
    font-weight: normal;
    font-size: 17px;
    color: #0F111E;
    text-align: center;
    line-height: 24px;
    margin: 4px 0 8px 0;
}

.pc5item2{
    display: none;
}
.pc5item3{
    display: none;
}

.pcContent5boxCardContent1RightRow{
    display: flex;
    flex-direction: row;
    align-items: center;






}
.jianceIcon{
    position: fixed;
    width: 133px;
    height: 300px;
    z-index: 3;
    left: 0;
    top: 532px;
    background: url('../images/aicheck/jianceIcon.png');
    background-size: cover;
    background-repeat: no-repeat;
}
.jianceIcon div{
    width: max-content;
    line-height: 26px;
    font-size: 16px;
    color: #FFFFFF;
}
.jianceIconItem1{
    position: fixed;
    top: 584px;
    left: 8px;
    cursor: pointer;
    transform: rotate(30deg);
}
.jianceIconItem2{
    writing-mode: vertical-rl;
    position: fixed;
    top: 640px;
    left: 84px;
    cursor: pointer;
}
.jianceIconItem3{
    position: fixed;
    top: 753px;
    left: 8px;
    cursor: pointer;
    transform: rotate(-30deg);
}















.flexContent{
    display: flex;
}
.unshowContent{
    display: none;
}
.imagesbg{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: url('../images/aicheck/bg.png');
    background-size: cover;
    z-index: -1;
}


#templateFooter{
    z-index: 2;
    position: relative;
}






@media (max-width: 768px) {

    .wapContent1{
        width: 100%;
        height: 465px;
        background-image: url('../images/aicheck/wap/waptopbg.png');
        background-repeat: no-repeat;
        background-size: cover;
        overflow: hidden;
    }
    .wapContent1Title{
        margin-top: 135.5px;
        margin-left: 37px;
        font-weight: bold;
        font-size: 28px;
        color: #F6F9FC;
        text-shadow: 0px 0px 5px #000000;
        text-align: left;
    }
    .wapContent1Detail{
        margin-top: 10px;
        margin-left: 31px;
        font-size: 10px;
        color: #10E4FF;
        line-height: 20px;
        text-align: left;
    }

    .wapContent2{
        background: #F8F8F8;
        padding: 30px 0 19px 0;
    }
    .wapContent2Title{
        font-weight: normal;
        font-size: 19px;
        color: #0F111E;
        font-weight: 600;
        text-align: center;
    }
    .wapContent1TitleBorder{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 250px;
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .wapContent1TitleBorder img{
        width: 250px;
    }
    .wapContent2Box{
        padding: 0 12px;
    }
    .wapContent2BoxItem{
        width: 100%;
        margin-bottom: 10px;
    }
    .wapContent2BoxItemLeftimg{
        width: 45px;
        height: 45px;
        margin-right: 10px;
    }
    .wapContent2BoxItemRight{
        width: 20px;
        height: 20px;
    }
    .wapContent2BoxItemLeft{
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .wapContent2BoxItem-unactive{
        width: 100%;
        height: 73.5px;
        background: #DCE8F5;
        display: flex;
        flex-direction: row;
        padding: 0 22px 0 10px;
        align-items: center;
        justify-content: space-between;
    }

    .wapContent2BoxItem-active{
        background: linear-gradient( 180deg, rgba(0,132,239,0.8) 0%, rgba(0,17,36,0.2) 100%);
    }
    .wapContent2BoxItem-active-top{
        width: 100%;
        height: 73.5px;
        background: #DCE8F5;
        display: flex;
        flex-direction: row;
        padding: 0 22px 0 10px;
        align-items: center;
        justify-content: space-between;
    }
    .wapContent2BoxItem-active-top div{
        color: white;
    }
    .wapContent2BoxItem-activeDetail{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    .wapContent2BoxItem-activeDetailimg{
        width: 340px;
        height: 191.5px;
    }
    .wapContent2BoxItem-activeDetailText{
        font-weight: normal;
        font-size: 11px;
        color: #242840;
        line-height: 15.5px;
        text-align: center;
        margin: 17.5px 0 22px 0;
    }
    .wapContent2BoxItem-activeDetailTextButton{
        font-weight: normal;
        font-size: 15px;
        color: #0075FD;
        text-align: center;
        margin-bottom: 26.5px;
    }
    .wapContent2BoxItem-active{
        display: none;
    }

    .wapContent2BoxItem.active .wapContent2BoxItem-unactive{
        display: none;
    }
    .wapContent2BoxItem.active .wapContent2BoxItem-active{
        display: block;
    }
    .wapContent3Box{
        padding: 30px 0 17.5px 0;
        width: 100%;
        background: rgba(0, 0, 0, 0.3);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .wapContent3BoxTitle{
        font-weight: normal;
        font-size: 19px;
        color: #FFFFFF;
        font-weight: 600;
        text-align: center;
        text-shadow: 0px 0px 6px rgba(0,0,0,0.6);
    }

    .wapContent1TitleBorder2{
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 10px 0 30px 0;
        width: 250px;
    }
    .wapContent1TitleBorder2 img{
        width: 250px;
    }
    .wapContent3BoxContentImg{
        width: 337.5px;
        height: 303.5px;
        margin-bottom: 40px;
    }
    .wapContent3BoxvideoContent{
        width: 339px;
        height: 219px;
        background: url('../images/aicheck/wap/wapvideo.png');
        background-size: cover;
        position: relative;
    }
    .wapContent3videoConent{
        position: absolute;
        top: 39.5px;
        left: 5.5px;
        width:328.43px;
        height: 174.34px;
        background: gray;
    }

    .videoContentdemoVideo{
        width:328.43px;
        height: 174.34px;
        object-fit:cover;
    }
    .wapContent4Box{
        width: 100%;
        padding: 30px 17.5px 17.5px 17.5px;
        background: #F8F8F8;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .wapContent4BoxTitleBorder{
        width: 250px;
        margin: 10px 0 17px 0;
    }
    .wapContent4BoxvideoContent{
        width: 229px;
        height: 360px;
        background: url('../images/aicheck/videoContent2.png');
        background-size: cover;
        position: relative;
        margin-bottom: 19px;
    }
    .wapContent4videoConent{
        position: absolute;
        left: 4.5px;
        top: 32px;
        width: 220px;
        height: 323.5px;
        border-radius: 0px 0px 5.5px 5.5px;
        background: gray;
    }
    .videoContentdemoVideo3{
        width: 220px;
        height: 323.5px;
        object-fit: cover;
    }
    .wapContent4BoxtextConent{
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        width: 100%;
        margin-bottom: 20px;
    }

    .wapContent4BoxtextConentItemRow{
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .wapContent4BoxtextConentItemRowIcon{
        width: 7px;
        height: 7px;
        background: #0075FD;
        box-shadow: 0px 2px 4px 1px rgba(38,128,235,0.5);
        border-radius: 0px 0px 0px 0px;
        margin-right: 5px;
    }
    .wapContent4BoxtextConentItemRow div{
        font-size: 10px;
        color: #0F111E;
        text-align: left;
    }
    .wapContent4BoxtextConentItemdetail{
        width: 142.5px;
        font-size: 9px;
        color: #999999;
        line-height: 13.5px;
        text-align: left;
        margin-top: 4.5px;
        margin-left: 12px;
    }



    .wap4imgText{
        font-size: 9.5px;
        color: #0F111E;
        text-align: center;
    }
    .wapContent4BoxtextConent .img1{
        width: 176px;
        height: 119.5px;
    }
    .wapContent4BoxtextConent .img2{
        width: 158.5px;
        height: 119.5px;
    }

    .wapContent5Box{
        width: 100%;
        background: url('../images/aicheck/wap/wap3bg.png');
        background-size: cover;
        background-repeat: no-repeat;
        padding: 35px 17.5px 17.5px 17.5px;

        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;


    }

    .wapContent5BoxTitle{
        font-weight: normal;
        font-size: 19px;
        color: #FFFFFF;
        text-shadow: 0px 0px 6px rgba(0,0,0,0.6);
    }
    .wapContent5BoxwapContent5BoxTitle{
        width: 250px;
        margin: 10px 0 16.5px 0;
    }
    .wap5shiyitu{
        width: 340px;
        height: 181px;
        position: relative;
        background: url('../images/aicheck/wap/wap3Img1.png');
        background-repeat: no-repeat;
        background-size: cover;
    }
    .wap5shiyitu img{
        width: 68px;
        height: 56px;
        position: absolute;
        left: 89.5px;
        top: 67.5px;
    }
    .wap5shiyitu div{
        font-weight: normal;
        font-size: 10px;
        color: #FFFFFF;
        position: absolute;
        left: 15.5px;
        bottom: 10.5px;
    }
    .wapContent5BoxTextConent{
        display: flex;
        width: 100%;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        margin-top: 10px;
    }
    .wapContent5BoxTextConentItem{
        padding: 7.5px;
        width: 165px;
        background: linear-gradient( 122deg, #2F2F30 0%, #0A0A0A 100%);
        border-radius: 5px 5px 5px 5px;
        min-height: 55px;
    }
    .wapContent5BoxTextConentItemTitle{
        font-weight: normal;
        font-size: 10px;
        margin-bottom: 2.5px;
        color: #22E9AC;
        text-align: left;
    }
    .wapContent5BoxTextConentItemDetail{
        font-size: 8px;
        color: #FFFFFF;
        line-height: 11px;
        text-align: left;
    }
    .wapContent6BoxTitle{
        width: 100%;
        height: 61px;
        background: rgba(0, 0, 0, 0.8);
        text-align: center;
        font-weight: normal;
        font-size: 15px;
        line-height: 61px;
        color: #FFFFFF;
    }
    .wapContent6BoxWhiteBox{
        display: flex;
        flex-direction: row;
        align-items: center;
        width: 100%;
        background: white;
        height: 35.5px;
        justify-content: space-between;
    }
    .wapContent6BoxWhiteBoxItem{
        width: 33%;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 35.5px;
        font-weight: normal;
        font-size: 11px;
        color: #303030;
        background: #EDF3FA;
    }


    .wapContent6BoxWhiteBoxItem.active{
        background: #2F8EFF;
        color: white;
    }

    .wap6imgBox{
        height: 338px;
        background: white;
        padding: 0 17.5px;
    }
    .wapContent6BoxWhiteBoxItem1{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .wapContent6BoxWhiteBoxItem1img1{
        width: 340px;
        height: 117px;
        margin-top: 16px;
    }
    .wapContent6BoxWhiteBoxItem1img2{
        width: 340px;
        height: 95px;
    }
    .wapContent6BoxWhiteBoxItem1 div{
        font-weight: normal;
        font-size: 10px;
        color: #0F111E;
        text-align: center;
        padding: 4.5px 0 10px 0;
    }
    .wapContent6BoxWhiteBoxItem3{
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }
    .wapContent6BoxWhiteBoxItem3Item{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .wapContent6BoxWhiteBoxItem3Item div{
        font-weight: normal;
        font-size: 10px;
        color: #0F111E;
        text-align: center;
        margin-top: 5px;
    }
    .wapContent6BoxWhiteBoxItem3Item1{
        width: 128.5px;
        height: 130px;
    }
    .wapContent6BoxWhiteBoxItem3Item2{
        width: 202px;
        height: 130.5px;
    }
    .wapContent6BoxWhiteBoxItem2{
        display: flex;
        flex-direction: column;
        padding-top: 16px;
    }

    .waprowContent{
        display: flex;
        flex-direction: row;
        margin-bottom: 10px;
        align-items: center;
        justify-content: space-between;
    }

    .wapContent6BoxWhiteBoxItem3Item12{
        width: 206px;
        height: 127px;
    }
    .wapContent6BoxWhiteBoxItem3Item22{
        width: 127.5px;
        height: 127.5px;
    }

    .wapContent6BoxWhiteBoxItem3Item122{
        width: 128.5px;
        height: 130px;
    }
    .wapContent6BoxWhiteBoxItem3Item233{
        width: 202px;
        height: 130.5px;
    }



    .wapContent6BoxWhiteBoxItem3{
        padding-top: 15px;
    }




    .wapContent6BoxWhiteBoxItem2{
        display: none;
    }
    .wapContent6BoxWhiteBoxItem3{
        display: none;
    }






    .flexContent{
        display: flex;
    }
    .unshowContent{
        display: none;
    }

    
    .imagesbg2{
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background: url('../images/aicheck/wap/wapfixbg.png');
        background-size: cover;
        z-index: -1;
    }



}

















