﻿
/* 重置与基础 */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/*body {
    font-family: "Microsoft YaHei", sans-serif;
    background: url(../images/gb/service/bg.png) no-repeat center center;
    color: #333;
    min-height: 100vh;
    background-size: 100% 100%;
    position: relative;
}*/

a {
    text-decoration: none;
    color: inherit;
}

ul {
    list-style: none;
}

/* 头部导航 */
/*header {*/
    /* box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.07); */
    /* background: rgba(37, 91, 199, 1); */
    /*padding: 0 24px;
    display: flex;
    align-items: center;
    font-size: 14px;
    height: 60px;
    justify-content: space-between;
    color: #fff;
}*/

/*.logo {
    margin-top: 4px;
    display: inline-block;
    font-size: 28px;
    font-weight: bold;
    color: #fff;
}
*/
nav {
    display: inline-block;
    margin-left: 114px;
}

    nav ul {
        display: flex;
    }

    nav a {
        color: rgba(255, 255, 255, 0.7);
        font-size: 14px;
        padding: 0 20px;
        display: inline-block;
        height: 60px;
        line-height: 60px;
    }


        nav a.active {
            background: rgba(28, 79, 181, 1);
            color: #fff;
        }


.container {
    margin: 103px auto 0;
    text-align: center;
    height: inherit;
    position: relative;
    padding-right: 86px;
    padding-left: 86px;
    display: flex;
    flex-direction: column;
    width: 95vw;
}

h1 {
    width: 237px;
    height: 82px;
    background: url(../images/gb/service/title.png) no-repeat 0 0;
    background-size: cover;
    margin: 0 auto;
    flex-shrink: 0;
    margin-top: 70px;
}

.grid {
    display: flex;
    justify-content: center;
    gap: 50px;
    width: 94%;
    margin: 90px auto 57px;
}

    .grid .left,
    .grid .center,
    .grid .right {
        flex: 1;
        display: flex;
        justify-content: center;
        gap: 16px;
        flex-wrap: wrap;
    }

        .grid .left .item,
        .grid .center .item,
        .grid .right .item {
            width: 220px;
            /* min-width: 200px;
            max-width: 220px; */
            height: 150px;
            box-sizing: border-box;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            color: rgba(2, 2, 2, 1);
            font-size: 20px;
            box-sizing: border-box;
            border: 1px solid rgba(255, 255, 255, 1);
            border-radius: 6px;
            backdrop-filter: blur(20px);
            background: linear-gradient(-45.00deg, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.8) 100%);
        }

    .grid .item:hover {
        border: 2px solid rgba(51, 111, 255, 1);
    }

.m32 {
    margin-bottom: 16px !important;
}


.item .icon {
    width: 48px;
    margin-bottom: 16px;
}

.item .title {
    max-width: 140px;
}


/*.footer {
    text-align: center;
    font-size: 12px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 68px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

    .footer .name {
        color: rgba(34, 34, 34, 1);
        font-size: 12px;
        font-weight: 400;
        line-height: 20px;
        margin-bottom: 4px;
    }

    .footer .tel {
        color: rgba(102, 102, 102, 1);
        font-size: 12px;
        font-weight: 400;
        line-height: 20px;
    }*/

/* .grid {
            width: 1600px;
        } */
