.whitebg{
    background: #fff;
}
.floor-lightgray{
    background: #F8FBFF;
}
.floor{
    padding: 100px 0;
}
.floor-title{
    margin-bottom: 80px;
}
.floor-title_text{
    font-size: 32px;
    color: #333333;
    line-height: 46px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-weight: 600;
}
.show-line::before{
    content:'';
    width: 146px;
    height: 5px;
    background: linear-gradient( 270deg, #818BFF 0%, rgba(129,139,255,0) 100%);
    opacity: 0.6;
    display: block;
    margin-right: 20px;
}
.show-line::after{
    content:'';
    width: 146px;
    height: 5px;
    background: linear-gradient( 90deg, #818BFF 0%, rgba(129,139,255,0) 100%);
    opacity: 0.6;
    display: block;
    margin-left: 20px;
}
.floor-title_desc{
    font-size: 16px;
    color: #757575;
    line-height: 24px;
    margin-top:7px;
    text-align: center;
}
.floor-title_blue{
    color:#1C81FA;
}
.banner{
    margin-top: -72px;
}
.floor1-box{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 24px;
    margin-left:-108px;
    margin-right:-108px;
}
.floor1-box_item{
    flex:1;
    border-radius: 24px;
    padding: 36px 0 0;
    box-sizing: border-box;
}
.floor1-box_item h2{
    font-size: 24px;
    color: #333333;
    line-height: 24px;
    padding: 0 24px;
}
.floor1-box_item p{
    font-size: 16px;
    color: #757575;
    line-height: 24px;
    margin-top:14px;
    padding: 0 24px;
}
.floor1-box_item img{
    display: block;
    width:100%;
    margin-top:7px;
}
.floor1-box_item:first-child{
    background: linear-gradient( 0deg, #D8E7FF 0%, #EEF6FF 100%);
}
.floor1-box_item:nth-child(2){
    background: linear-gradient( 180deg, #EEEBFF 0%, #DCD7FF 100%);
}
.floor1-box_item:nth-child(3){
    background: linear-gradient( 180deg, #E7F1FF 0%, #C3DDFF 100%);
}
.floor1-box_item:nth-child(4){
    background: linear-gradient( 180deg, #E5EBFF 0%, #CDE0FF 100%);
}
.floor1-box_item:nth-child(5){
    background: linear-gradient( 180deg, #D1F3FF 0%, #E8F7FF 100%);
}
.floor2-box{
    display: flex;
    flex-direction: row;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom:20px;
}

.floor2-box_item{
    border-radius: 20px;
    position: relative;
}
.floor2-box_item:first-child,.floor2-box_item:nth-child(2),.floor2-box_item:nth-child(3){
    width: calc((100% - 40px)/3);
}
.floor2-box_item:nth-child(4),.floor2-box_item:nth-child(5){
    width: calc((100% - 20px)/2);
}
.floor2-box_item_inner{
    position: relative;
    z-index: 1;
    padding: 30px;
    height: 210px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
}
.floor2-box_item1{
    background: linear-gradient( 90deg, #F4F7FF 0%, #E2EFFF 100%);
}
.floor2-box_item2{
    background: linear-gradient( 90deg, #F4F8FF 0%, #DAE7FF 100%);
}
.floor2-box_item3{
    background: linear-gradient( 180deg, #F0F1FC 0%, #D3D9FE 100%);
}
.floor2-box_item4{
    background: linear-gradient( 90deg, #F4F8FF 0%, #DAE6FF 100%);
}
.floor2-box_item5{
    background: linear-gradient( 90deg, #F8FBFF 0%, #EEF6FF 100%);
}
.floor2-box_item_t h2{
    font-size: 22px;
    color: #333333;
    line-height: 24px;
}
.floor2-box_item_t p{
    font-size: 16px;
    color: #757575;
    line-height: 24px;
    margin-top:12px;
    width: 190px;
}
.floor2-box_item_inner a{
    font-size: 16px;
    color: #757575;
    line-height: 24px;
    opacity: 0.7;
}
.floor2-box_item_icon{
    position: absolute;
    height: 100%;
    right: 0;
    top:0;
}
.floor3,.floor5{
    background: url('pc/common_bg.png') no-repeat right bottom #fff;
    background-size: 100% 100%;
}
.floor3-box{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
}
.floor3-box_item{
    width: calc((100% - 20px)/2);
    box-sizing: border-box;
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 110px 110px;
    border-radius: 20px;
    border: 1px solid #FFFFFF;
    padding: 30px;
    position: relative;
    height: 210px;
}
.floor3-box_item:first-child{
    background-image: url('pc/f3_icon1.png');
}
.floor3-box_item:nth-child(2){
    background-image: url('pc/f3_icon2.png');
}
.floor3-box_item:nth-child(3){
    background-image: url('pc/f3_icon3.png');
}
.floor3-box_item:nth-child(4){
    background-image: url('pc/f3_icon4.png');
}
.floor3-box_item h1{
    font-size: 36px;
    color: #1C81FA;
    line-height: 24px;
}
.floor3-box_item h2{
    font-size: 26px;
    color: #333333;
    line-height: 24px;
    margin-top:34px;
}
.floor3-box_item p{
    font-size: 16px;
    color: #757575;
    line-height: 24px;
    margin-top:14px;
}
.floor4-box{
    display: flex;
    flex-direction: row;
    gap: 31px;
    flex-wrap: wrap;
}
.floor4-box_item{
    width: 174px;
    height: 174px;
    background: #F2F8FF;
    border-radius: 20px 20px 20px 20px;
    border: 1px solid rgba(28,129,250,0.2);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.floor4-box_item img{
    width: 62px;
    height: 62px;
    display: block;
}
.floor4-box_item h2{
    font-size: 18px;
    color: #333333;
    line-height: 24px;
    margin-top:20px;
}
.floor5-box{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 43px;
}
.floor5-box_left{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.floor5-box_left_item{
    padding: 36px 30px 30px;
    background: #FFFFFF;
    border-radius: 20px;
    border: 1px solid #FFFFFF;
}
.floor5-box_left_item h2{
    font-size: 26px;
    color: #333333;
    line-height: 24px;
}
.floor5-box_left_item p{
    font-size: 16px;
    color: #757575;
    line-height: 24px;
    margin-top:14px;
}
.floor5-box_right{
    display: block;
}
.floor6-box{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
}
.floor6-box_item{
    background: #F7F9FC;
    border-radius: 20px;
    padding: 26px;
    box-sizing: border-box;
    width: calc((100% - 20px)/2);
}
.floor6-box_item_t{
    font-size: 18px;
    color: #333333;
    line-height: 24px;
    position: relative;
    background: url('pc/f6_icon.png') no-repeat center right;
    background-size: 20px 20px;
    cursor: pointer;
    font-weight: 600;
    padding-right: 30px;
}
.floor6-box_item_b{
    margin-top: 14px;
    font-size: 16px;
    color: #757575;
    line-height: 24px;
    display: none;
}
.floor6-box_item_show .floor6-box_item_b{
    display: block;
}
.floor-code{
    background-image: url('../../custom/product2/fl7_bg.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    padding: 36px 0;
}
.floor-code-inner{
    width: 800px;
    margin: auto;
}
.floor-code-inner-text{
    font-size: 18px;
    color: #FFFFFF;
    line-height: 30px;
    text-align: center;
}
.floor-code-inner-btn{
    width: 177px;
    height: 48px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: #FFFFFF;
    border-radius: 8px;
    margin: 20px auto 0;
    font-size: 16px;
    color: #333333;
}
@media screen and (max-width: 1024px){

}
@media screen and (max-width:768px){

}
@media (max-width: 480px){
    .floor{
        padding: 26px 2px;
        box-sizing: border-box;
    }
    .floor-title{
        margin-bottom:25px;
    }
    .floor-title_text{
        font-size: 16px;
        color: #333333;
        line-height: 26px;
        text-align: center;
    }
    .show-line::before,.show-line::after{
        display: none;
    }
    .floor-title_desc{
        font-size: 12px;
        color: #757575;
        line-height: 20px;
        margin-top:6px;
    }
    .banner{
        margin-top: 0;
    }
    .floor1-box{
        margin-left: 0;
        margin-right: 0;
        gap: 5px;
        flex-wrap: wrap;
    }
    .floor1-box_item{
        flex: none;
        border-radius: 6px;
        padding-top:14px;
    }
    .floor1-box_item:first-child,.floor1-box_item:nth-child(2),.floor1-box_item:nth-child(3){
        width: calc((100% - 10px)/3);
    }
    .floor1-box_item:nth-child(4),.floor1-box_item:nth-child(5){
        width: calc((100% - 5px)/2);
        height: 240px;
    }
    .floor1-box_item h2{
        font-size: 14px;
        color: #333333;
        line-height: 14px;
        padding: 0 10px;
    }
    .floor1-box_item p{
        font-size: 12px;
        color: #757575;
        line-height: 20px;
        padding: 0 10px;
        margin-top:6px;
    }
    .floor1-box_item:first-child p,.floor1-box_item:nth-child(2) p,.floor1-box_item:nth-child(3) p{
        height: 100px;
    }
    .floor1-box_item:nth-child(4) p,.floor1-box_item:nth-child(5) p{
        height: 60px;
    }
    .floor1-box_item img{
        margin-top:4px;
    }
    .floor2-box{
        gap: 5px;
    }
    .floor2-box_item{
        border-radius: 10px;
    }
    .floor2-box_item:first-child, .floor2-box_item:nth-child(2){
        width: calc((100% - 5px)/2);
    }
    .floor2-box_item:nth-child(3), .floor2-box_item:nth-child(4){
        width: calc((100% - 5px)/2);
    }
    .floor2-box_item:nth-child(5){
        width: 100%;
    }
    .floor2-box_item_inner{
        padding: 14px 10px;
        height: auto;
    }
    .floor2-box_item_t h2{
        font-size: 14px;
        color: #333333;
        line-height: 14px;
    }
    .floor2-box_item_t p{
        font-size: 12px;
        line-height: 18px;
        margin-top: 6px;
        width: 130px;
    }
    .floor2-box_item:nth-child(5) p{
        width: 150px;
    }
    .floor2-box_item_inner a{
        margin-top:10px;
        font-size: 12px;
        line-height: 12px;
    }
    .floor3{
        background: url('m/common_bg.png') no-repeat right bottom #F8FBFF;
        background-size: 100% 100%;
    }
    .floor3-box{
        gap: 10px;
        flex-wrap: wrap;
    }
    .floor3-box_item{
        padding: 10px;
        width: 100%;
        border-radius: 6px;
        height: auto;
        background-size: 50px 50px;
    }
    .floor3-box_item h1{
        font-size: 16px;
        line-height: 16px;
    }
    .floor3-box_item h2{
        margin-top:10px;
        line-height: 14px;
        font-size: 14px;
    }
    .floor3-box_item p{
        margin-top: 8px;
        font-size: 12px;
        line-height:18px;
    }
    .floor4-box{
        gap: 14px;
    }
    .floor4-box_item{
        width: calc((100% - 42px)/4);
        border-radius: 8px;
        height: auto;
        padding: 15px 0;
    }
    .floor4-box_item img{
        width: 27px;
        height: 27px;
    }
    .floor4-box_item h2{
        margin-top:10px;
        font-size: 12px;
        line-height: 14px;
    }
    .floor5{
        background: url('m/common_bg.png') no-repeat right bottom #F8FBFF;
        background-size: 100% 100%;
    }
    .floor5-box{
        flex-direction: column;
        gap: 20px;
    }
    .floor5-box_left{
        gap: 10px;
    }
    .floor5-box_left_item{
        border-radius: 10px;
        border: 1px solid #E9EDF2;
        padding: 18px;
    }
    .floor5-box_left_item h2{
        font-size: 14px;
        color: #333333;
        line-height: 14px;
    }
    .floor5-box_left_item p{
        font-size: 12px;
        color: #757575;
        line-height: 18px;
        margin-top:8px;
    }
    .floor6-box{
        gap: 10px;
    }
    .floor6-box_item{
        width:100%;
        border-radius: 6px;
        padding: 14px 10px;
    }
    .floor6-box_item_t{
        font-size: 14px;
        line-height: 18px;
        background-size: 12px 12px;
        padding-right: 22px;
    }
    .floor6-box_item_b{
        font-size: 12px;
        color: #757575;
        line-height: 18px;
        margin-top:8px;
    }
}