﻿
@media (max-width: 992px) {

    #menu {
        display: none;
    }

    .layout-container {
        padding: 10px;
        width: auto;
    }

    .layout-main {
        padding: 0;
    }

    .service-banner {
        padding: 20px;
        height: auto;
    }

    .service-banner__title {
        padding-top: 0px;
    }

    .service-banner__content {
        width: auto;
        padding-top: 0;
        padding-bottom: 15px;
        text-align: justify;
    }

    .service-banner__button {
        display: block;
        float: none;
        margin-bottom: 10px;
    }

    .service-tab {
        padding: 0;
        display: flex;
        margin-top: 10px;
    }

    .service-tab__item {
        position: relative;
        float: none;
        height: 40px;
        line-height: 40px;
        font-weight: bold;
        padding: 0;
        margin-right: 0;
        font-size: 12px;
        width: 20%;
        text-align: center;
    }

    .service-tab--fixed {
        position: fixed;
        top: 50px;
        width: 100%;
        margin-top: 0;
        z-index: 1;
        left: 0;
    }

    .service-module {
        margin-top: 40px;
    }

    .service-moudle__title {
        font-size: 18px;
    }

    .service-introduce__item {
        float: none;
        width: auto;
    }

    .service-introduce__icon {
        position: absolute;
        left: 15px;
        top: 15px;
        width: 60px;
        height: 60px;
    }

    .service-introduce__wrapper {
        padding: 15px 40px 20px 90px;
        margin-bottom: 10px;
    }

    .tabs_item {
        padding: 0 10px;
    }

    .service-scene__image {
        max-width: 100%;
        height: auto;
    }

    .service-core__item {
        float: none;
        width: auto;
        box-sizing: border-box;
        padding: 0 10px;
        margin-bottom: 10px;
    }

    .service-customer__item {
        float: none;
        width: 100%;
        box-sizing: border-box;
    }

    .service-process__item {
        float: none;
        width: auto;
        background: #f9f9f9;
        padding: 15px;
        margin-bottom: 10px;
    }

    .service-process__container {
        padding: 20px;
    }

    .service-procee__title {
        padding-bottom: 0;
    }

    .service-process__content {
        width: auto;
    }

    .service-docs__item {
        width: 50%;
        margin-bottom: 10px;
    }

    .quickstart {
        height: auto;
        padding-bottom: 35px;
    }

    .quickstart__title {
        height: auto;
        padding-top: 35px;
        padding-bottom: 35px;
        line-height: 40px;
        font-size: 30px;
    }

    .catgory-nav {
        display: none;
    }

    .web {
        display: none;
    }

    .ycs_hd {
        width: 100%;
        height: 100%;
        overflow: hidden;
        position: fixed;
        z-index: -10;
        top: 0;
        opacity: 0;
    }

        .ycs_hd.open {
            opacity: 1;
            z-index: 999;
        }

        .ycs_hd .m-tnav {
            width: 80%;
            height: 100%;
            background: #2E2E2E;
            position: absolute;
            right: -1000px;
            top: 0;
            overflow: auto;
            transition: all 0.5s linear;
        }

            .ycs_hd .m-tnav ul {
                padding-bottom: 20px;
            }

        .ycs_hd.open .m-tnav {
            right: 0;
        }


    .m-tnav li {
        float: none;
        margin: 0;
        border-bottom: 1px solid #444;
    }

    .m-tnav .tnav_title {
        padding: 0 15px;
        line-height: 40px;
        height: 40px;
    }

    .ycs-drop_handle, .ycs-er_handle {
        position: relative;
    }

        .ycs-drop_handle:after, .ycs-er_handle:after {
            content: "";
            background: url(/content/home/zkgb.png) no-repeat center;
            background-size: 20px;
            position: absolute;
            right: 0;
            height: 40px;
            width: 40px;
            top: 0;
        }

        .ycs-drop_handle.open:after, .ycs-er_handle.open:after {
            transform: rotate(180deg);
        }

    .m-tnav li:after {
        display: none;
    }

    .ycs-snav {
        overflow: hidden;
        background-color: #3B3B3B;
        line-height: 40px;
        color: #9B9EA0;
        font-size: 14px;
        height: 0;
        opacity: 0;
        transition: all 0.5s linear;
    }

        .ycs-snav a {
            color: #9B9EA0;
        }

        .ycs-snav.open {
            height: auto;
            opacity: 1;
        }

    .ycs-snav_cat dt {
        padding-left: 32px;
        border-bottom: 1px solid #444;
    }

    .ycs-snav_cat dd {
        height: 0;
        overflow: hidden;
        padding-left: 48px;
        transition: all 0.5s linear;
    }

        .ycs-snav_cat dd.open {
            height: auto;
            border-bottom: 1px solid #444;
        }

    .ycs_hd_bg {
        background: rgba(0,0,0,0.7);
        width: 100%;
        height: 100%;
        position: absolute;
    }

    .dakai {
        position: absolute;
        right: 10px;
        top: 15px;
        border: 2px solid #333;
        width: 25px;
        height: 16px;
        border-left: 0;
        border-right: 0;
    }

        .dakai:after {
            content: "";
            position: absolute;
            width: 100%;
            height: 2px;
            background: #333;
            top: 50%;
            margin-top: -1px;
        }

    .ycsjz {
        height: 50px;
        line-height: 50px;
        padding: 0 10px;
        background: #fff;
        box-shadow: #ccc 1px 2px 3px;
        width: 100%;
        z-index: 999;
        box-sizing: border-box;
        position: fixed;
    }

        .ycsjz .logo {
            height: 30px;
            margin-top: 10px;
        }

    .layout-footer {
        min-width: initial;
    }

    main {
        padding-top: 50px;
    }

    .service-core__wrapper {
        padding-right: 10px;
        background-size: cover;
    }

    .fast-link--online {
        background: url(/Content/fast_link_online.png) no-repeat -50px;
    }

    .fast-link {
        padding-left: 80px;
    }

    .fast-link__title {
        padding-top: 10px;
        font-size: 16px;
    }

    .fast-link__button {
        position: absolute;
        top: 40px;
        right: auto;
        height: 30px;
        width: 100px;
        line-height: 28px;
    }
}

@media (min-width: 992px) {
    .wap {
        display: none;
    }
}
