﻿.application img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.application .big-title {
    font-size: 42px;
    font-weight: bold;
    color: #333333;
    text-align: center;
    margin-bottom: 20px;
}

.application .subtitle {
    font-size: 16px;
    font-weight: bold;
    color: #666;
    text-align: center;
}
/* banner鍥句笅杈圭殑瀵艰埅鏍�  */
.application .nav-bar {
    border-radius: 6px;
    box-shadow: 0px 0px 21px 0px rgba(137, 177, 245, 0.43);
    background-color: #fff;
    margin-top: -60px;
    padding: 30px 30px;
    position: relative;
    z-index: 100;
}

.application .nav-item-icon {
    width: 74px;
    height: 74px;
    border-radius: 50%;
    margin-right: 20px;
}

.application .nav-item h5 {
    font-size: 16px;
    color: #666;
    font-weight: bold;
}
/* 浼佷笟涓轰粈涔堣繕瑕佸仛鑷繁鐨凙PP? */
.application .way-app {
    padding: 80px 0 100px;
    position: relative;
}

    .application .way-app .subtitle {
        margin-bottom: 100px;
    }

    .application .way-app .way-item {
        margin-bottom: 30px;
    }

        .application .way-app .way-item .way-item-icon {
            width: 66px;
            margin-bottom: 20px;
        }

        .application .way-app .way-item h5 {
            font-size: 20px;
            font-weight: bold;
            color: #333;
            margin-bottom: 10px;
            position: relative;
            padding-bottom: 20px;
            margin-bottom: 20px;
        }

            .application .way-app .way-item h5::before {
                content: '';
                position: absolute;
                left: 0;
                bottom: 0;
                width: 55px;
                height: 3px;
                border-radius: 3px;
                background-color: #287dff;
            }

        .application .way-app .way-item p {
            color: #999;
        }
/* 鎴戜滑鍦ㄥ悇鑷鍩熺殑APP寮€鍙戣В鍐虫柟妗� */

.application .solution {
    position: relative;
    padding: 50px 0 60px;
}

    .application .solution .subtitle {
        margin-bottom: 80px;
    }

.left-top-card, .left-bottom-card, .right-top-card, .right-bottom-left-card, .right-bottom-right-card {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
}

.application .solution .pos-show-box {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px 40px 10px;
    color: #fff;
    background: linear-gradient(90deg, #FF7F23 0%, rgba(255, 255, 255, 0) 100%);
}

    .application .solution .pos-show-box h5 {
        font-size: 26px;
        font-weight: 600;
    }

    .application .solution .pos-show-box p {
        font-size: 16px;
    }

.application .left-bottom-card {
    margin-top: 15px;
}

.application .right-bottom-left {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.application .right-bottom-right {
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin-top: 15px;
}

.left-col {
    width: 42%;
    padding-right: 7.5px;
}

.right-col {
    width: 53.5%;
    padding-left: 7.5px;
}

@media (max-width: 1200px) {
    .application .left-col, .application .right-col {
        width: 100%;
        padding: 15px;
    }

    .application .solution .pos-show-box h5 {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    .application .right-top-card {
        margin-top: 15px;
    }
}

@media (min-width: 1400px) {
    .application .way-item {
        padding-left: 70px !important;
        padding-right: 70px !important;
    }

    .application .left-top-card {
        height: 284px;
    }

    .application .left-bottom-card {
        height: 356px;
    }

    .application .right-top-card {
        height: 416px;
    }

    .application .right-bottom-left-card, .application .right-bottom-right-card {
        height: 224px;
    }
}

@media (min-width: 768px) {
    .application .right-bottom-left {
        padding-left: 0 !important;
        padding-right: 7.5px !important;
    }

    .application .right-bottom-right {
        padding-right: 0 !important;
        padding-left: 7.5px !important;
        margin-top: 0px;
    }
}
