@media (max-width: 768px) {

    /* 这里就是10/16x100%=62.5% 也就是默认10px的字号 */
    html {
        font-size: 62.5%;
    }

    .top {
        width: 100%;
        height: 23rem;
        background-image: url("../img/web/teambition/61.jpg")/*tpa=https://tbdingtalk.com/assets/addons/cms/img/web/teambition/61.jpg*/;
        background-size: auto 100%;
        background-repeat: no-repeat;
        background-position: center;
        color: #FFFFFF;
        box-sizing: border-box;
        padding-top: 0px;
    }

    .top-title {
        width: 100%;
        font-size: 20px;
        font-weight: bold;
        line-height: 36px;
        text-align: center;
        margin-top: 0px;
        padding-top: 9rem;
    }

    .top-text {
        width: 100%;
        font-size: 18px;
        line-height: 20px;
        text-align: center;
        font-weight: bold;
    }

    /* 地址 */
    .map {
        width: 100%;
        margin: 80px auto 20px;
    }

    .address {
        display: flex;
        width: 100%;
        margin: 0 auto;
        flex-direction: column;
        box-sizing: border-box;
        padding: 40px 0px 30px 20px;
        background: #FFFFFF;
    }

    .map-con {
        width: 98%;
        position: relative;
    }

    .address-map {
        width: 98%;
        height: 204px;
    }

}

    @media screen and (min-device-width: 768px) and (max-device-width: 1366px) {

        /* 这里就是10/16x100%=62.5% 也就是默认10px的字号 */
        html {
            font-size: 62.5%;
        }

        .top {
            width: 100%;
            height: 33rem;
            background-image: url("../img/web/teambition/61.jpg")/*tpa=https://tbdingtalk.com/assets/addons/cms/img/web/teambition/61.jpg*/;
            background-size: auto 100%;
            background-repeat: no-repeat;
            background-position: center;
            color: #FFFFFF;
            box-sizing: border-box;
            padding-top: 0px;
        }
    
        .top-title {
            width: 100%;
            font-size: 30px;
            font-weight: bold;
            line-height: 46px;
            text-align: center;
            margin-top: 0px;
            padding-top: 15rem;
        }
    
        .top-text {
            width: 100%;
            font-size: 20px;
            line-height: 30px;
            text-align: center;
            font-weight: bold;
        }
        .map{
            width: 100%;
        }

        .address {
            display: flex;
            width: 70%;
            margin: 0 auto;
            flex-direction: column;
            box-sizing: border-box;
            padding: 40px 0px 30px 20px;
            background: #FFFFFF;
        }

        .map-con {
            width: 98%;
            position: relative;
        }
    
        .address-map {
            width: 98%;
            height: 204px;
        }

    }
