﻿html,
body,
.container-row {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

html,
body {
    overflow: hidden;
}

a {
    text-decoration: none;
    color: #333;
    outline: none;
}

.container-row {
    overflow: hidden;
}

*,
::after,
::before {
    box-sizing: border-box;
}

.me7d2-module-desc * {
    transition: all .2s;
}

body {
    font-variant: tabular-nums;
    font-family: "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    line-height: 1.5;
    color: #314659;
    font-size: 14px;
}

.text-center {
    text-align: center;
}

.container {
    position: relative;
    width: 1170px;
    padding: 0 15px;
    margin: 0 auto;
}

.me7d2-iScrollIndicator {
    background-color: rgba(0, 0, 0, 0.4) !important;
}

.me7d2-accurate-link {
    text-align: center;
}

.me7d2-check-label span {
    display: inline-block;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin-bottom: 5px;
    width: 18px;
    height: 18px;
    line-height: 1;
    text-align: center;
}

.me7d2-popups .me7d2-popups-title {
    color: #4fa0e5;
}

.me7d2-popups table td label {
    color: #727272;
}

.me7d2-popups-hint {
    padding: 15px;
    background-color: #f9f9f9;
}

.me7d2-popups table i {
    margin-top: -3px;
}

.me7d2-unit-box:hover .me7d2-unit-icon {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

    .me7d2-unit-box:hover .me7d2-unit-icon:after {
        -webkit-animation: easeShow .4s forwards;
        animation: easeShow .4s forwards;
    }

    .me7d2-unit-box:hover .me7d2-unit-icon .me7d2-iconfont:before {
        display: inline-block;
        -webkit-animation: size .4s forwards;
        animation: size .4s forwards;
    }

.me7d2-unit-box .me7d2-unit-icon {
    transition: all .2s;
    -webkit-animation: ease1 .3s;
    animation: ease1 .3s;
}

    .me7d2-unit-box .me7d2-unit-icon:after {
        -webkit-animation: open .2s forwards;
        animation: open .2s forwards;
        -webkit-animation-delay: .3s;
        animation-delay: .3s;
    }

    .me7d2-unit-box .me7d2-unit-icon .me7d2-iconfont {
        -webkit-animation: size .4s forwards;
        animation: size .4s forwards;
        position: relative;
        z-index: 99;
        display: inline-block;
    }

@-webkit-keyframes easeShow {
    0% {
        opacity: 0.5;
        border-width: 3px;
    }

    50% {
        opacity: 0.1;
        border-width: 10px;
    }

    100% {
        opacity: 0.5;
        border-width: 3px;
    }
}

@keyframes easeShow {
    0% {
        opacity: 0.5;
        border-width: 3px;
    }

    50% {
        opacity: 0.1;
        border-width: 10px;
    }

    100% {
        opacity: 0.5;
        border-width: 3px;
    }
}

@-webkit-keyframes ease1 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes ease1 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes open {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes open {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes size {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes size {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.me7d2-live-tree .me7d2-check-label.checked {
    color: #00af50;
}

.me7d2-work-tree .me7d2-check-label.checked {
    color: #1b83dd;
}

.me7d2-business-trees {
    position: absolute;
    width: 8px;
    height: 435px;
    left: 50%;
    top: 85px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

    .me7d2-business-trees .me7d2-check-label.checked {
        color: #ed7c30;
    }

    .me7d2-business-trees .me7d2-check-label {
        width: 95px;
        height: auto;
        left: 35px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-writing-mode: lr-tb;
        -ms-writing-mode: lr-tb;
        writing-mode: lr-tb;
    }

    .me7d2-business-trees:before {
        top: 0;
    }

    .me7d2-business-trees > .me7d2-check {
        float: none;
        margin: 60px 0 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

        .me7d2-business-trees > .me7d2-check:nth-child(even) .me7d2-check-label {
            left: 10px;
            -webkit-transform: translate(-100%, -50%);
            transform: translate(-100%, -50%);
        }

    .me7d2-business-trees .me7d2-business-nodes {
        position: absolute;
        width: 60px;
        background-color: #ed7c30;
        height: 4px;
        right: 30px;
        top: 50%;
        left: auto;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

        .me7d2-business-trees .me7d2-business-nodes .me7d2-nodes-top {
            position: absolute;
            top: 50%;
            -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
            height: auto;
            width: auto;
            right: 100%;
        }

        .me7d2-business-trees .me7d2-business-nodes .me7d2-check {
            margin-top: 0;
        }

.btn:hover,
popups-btn:hover {
    opacity: .9;
}

.me7d2-tabs-two {
    position: relative;
}

.me7d2-hint-box {
    position: absolute;
    top: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: .8;
}

.me7d2-accurate-box {
    position: relative;
}

.me7d2-close-box {
    position: absolute;
    right: 13px;
    z-index: 99999;
    top: -17px;
}

.me7d2-intro-title {
    cursor: move;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

.me7d2-close-box .me7d2-iconfont {
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
    color: #999999;
    text-align: center;
    background: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    border: 1px #999999 solid;
    transition: all .2s;
}

    .me7d2-close-box .me7d2-iconfont:hover {
        border-color: #3ba7e9;
        color: #3ba7e9;
    }

.me7d2-accurate-content {
    box-shadow: 0 6px 6px 1px rgba(0, 0, 0, 0.1);
    height: 100%;
    margin: 25px;
}

.me7d2-popups-ul {
    overflow: hidden;
    padding: 10px 0;
}

    .me7d2-popups-ul ul {
        margin: 0;
    }

        .me7d2-popups-ul ul li {
            color: #3ba7e9;
            width: 50%;
            float: left;
            padding: 0 10px;
        }

            .me7d2-popups-ul ul li a {
                width: 100%;
                white-space: nowrap;
                overflow: hidden;
                height: 35px;
                line-height: 35px;
                color: #333;
                cursor: pointer;
                text-overflow: ellipsis;
                overflow: hidden;
                display: block;
            }

                .me7d2-popups-ul ul li a:hover {
                    color: #3ba7e9;
                }

.me7d2-back-box {
    position: absolute;
    left: 0;
    top: 15px;
    color: #333;
    font-size: 16px;
    z-index: 999;
}

    .me7d2-back-box .me7d2-iconfont {
        font-size: 18px;
        color: #4fa0e5;
    }

.me7d2-tabs-one {
    padding-top: 50px
}

.me7d2-zoom-box {
    position: fixed;
    bottom: 10%;
    right: 10%;
    z-index: 98;
}

    .me7d2-zoom-box .me7d2-iconfont {
        display: block;
        text-align: center;
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 14px;
        background-color: #ffffff;
        border: 1px #999999 solid;
        color: #999999;
        margin-bottom: 5px;
        border-radius: 3px;
        cursor: pointer;
    }

        .me7d2-zoom-box .me7d2-iconfont:hover {
            opacity: 0.8;
        }

        .me7d2-zoom-box .me7d2-iconfont.icon-fanhui {
            background-color: #4fa0e5;
            color: #ffffff;
            border-color: #4fa0e5;
        }

[deta-title] {
    position: relative;
    margin: 0 20px;
}

    [deta-title]:after {
        content: attr(deta-title);
        position: absolute;
        left: 0;
        bottom: 50%;
        -webkit-transform: translate(-100%, 50%);
        transform: translate(-100%, 50%);
        color: #fff;
        text-shadow: 0 -1px 0px black;
        box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
        background: #383838;
        border-radius: 2px;
        padding: 3px 10px;
        font-size: 12px;
        white-space: nowrap;
        transition: all .3s;
        opacity: 0;
        visibility: hidden;
    }

    [deta-title]:hover:after {
        transition-delay: 100ms;
        visibility: visible;
        -webkit-transform: translate(-110%, 50%);
        transform: translate(-110%, 50%);
        opacity: 1;
    }
/*政策图解*/
.me7d2-policy-crumbs {
    padding: 30px 0;
    line-height: 22px;
    overflow: hidden;
}

    .me7d2-policy-crumbs .me7d2-policy-name {
        font-size: 18px;
        color: #4f4f4f;
        position: relative;
        padding-left: 18px;
        float: left;
        margin-right: 24px;
    }

        .me7d2-policy-crumbs .me7d2-policy-name:before {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            width: 5px;
            height: 22px;
            background-color: rgba(33,129,211,0.7);
        }

    .me7d2-policy-crumbs .me7d2-crumbs {
        float: left;
        font-size: 0;
    }

        .me7d2-policy-crumbs .me7d2-crumbs em {
            color: #808080;
            font-size: 12px;
            margin: 0 8px;
        }

        .me7d2-policy-crumbs .me7d2-crumbs a {
            color: #808080;
            font-size: 12px;
            font-family: "SimSun";
            cursor: pointer;
        }

            .me7d2-policy-crumbs .me7d2-crumbs a:first-child .me7d2-iconfont {
                color: #b3b3b3;
                margin-right: 5px;
            }

            .me7d2-policy-crumbs .me7d2-crumbs a:hover {
                color: #4fa0e5;
            }

                .me7d2-policy-crumbs .me7d2-crumbs a:hover .me7d2-iconfont {
                    color: #4fa0e5;
                }

        .me7d2-policy-crumbs .me7d2-crumbs span {
            color: #808080;
            font-size: 12px;
            font-family: "SimSun";
        }

.me7d2-policy-container:after {
    content: '';
    clear: both;
    display: table;
}

.me7d2-policy-content {
    float: left;
    width: 748px;
    border: #d0e2eb solid 1px;
    border-top: #068fb1 solid 2px;
    padding: 0 30px 30px;
    background-color: #fff;
}

.me7d2-policy-title {
    font-size: 26px;
    color: #000000;
    text-align: center;
    padding: 30px 0;
    border-bottom: #c8c8c8 solid 1px;
}

.me7d2-policy-attribute {
    text-align: center;
    padding: 20px 0;
    font-size: 14px;
    color: #919191;
}

    .me7d2-policy-attribute span {
        margin: 0 10px;
    }

.me7d2-policy-write {
    font-size: 16px;
    line-height: 1.8;
}

    .me7d2-policy-write img {
        max-width: 100%;
    }

.me7d2-policy-side {
    float: right;
    width: 362px;
}

.me7d2-handle {
    border: #d0e2eb solid 1px;
    background-color: #fff;
}

.me7d2-handle-title {
    height: 49px;
    border-bottom: #d0e2eb solid 1px;
    position: relative;
}

    .me7d2-handle-title:after {
        content: '';
        clear: both;
        display: table;
    }

    .me7d2-handle-title span {
        display: inline-block;
        vertical-align: top;
        font-size: 20px;
        color: #333;
        line-height: 48px;
    }

        .me7d2-handle-title span.handle-icon {
            background-color: #2d7ccf;
            color: #fff;
            width: 48px;
            height: 48px;
            text-align: center;
            margin-right: 15px;
        }

            .me7d2-handle-title span.handle-icon .me7d2-iconfont {
                font-size: 20px;
            }

.me7d2-handle-select {
    position: relative;
}

    .me7d2-handle-select:after {
        content: '';
        clear: both;
        display: table;
    }

    .me7d2-handle-select .me7d2-handle-option {
        border: #d0e2eb solid 1px;
        height: 40px;
    }

        .me7d2-handle-select .me7d2-handle-option .me7d2-handle-select-name {
            float: left;
            width: 276px;
            height: 38px;
            line-height: 38px;
            padding: 0 15px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            font-size: 16px;
        }

        .me7d2-handle-select .me7d2-handle-option .me7d2-down-icon {
            float: right;
            width: 42px;
            height: 38px;
            text-align: center;
            line-height: 38px;
            cursor: pointer;
            background-color: #e7f6fe;
            border-left: #d0e2eb solid 1px;
        }

            .me7d2-handle-select .me7d2-handle-option .me7d2-down-icon .me7d2-iconfont {
                display: inline-block;
                transition: all 0.5s ease 0s;
                color: #2d7ccf;
                font-size: 18px;
            }

        .me7d2-handle-select .me7d2-handle-option.active .me7d2-down-icon .me7d2-iconfont {
            transform: rotate(-180deg);
            -webkit-transform: rotate(-180deg);
        }

.me7d2-handle-down {
    position: absolute;
    left: 0;
    top: 40px;
    background-color: #fff;
    box-shadow: 0 1px 5px #b5b7b8;
    width: 100%;
    display: none;
}

    .me7d2-handle-down ul {
        list-style: none;
        padding: 5px 0;
        margin: 0;
    }

        .me7d2-handle-down ul li {
            padding: 8px 15px;
            font-size: 16px;
            color: #333;
            line-height: 20px;
            cursor: pointer;
            margin-top: 1px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

            .me7d2-handle-down ul li:first-child {
                margin-top: 0;
            }

            .me7d2-handle-down ul li:hover {
                background-color: #e7f6fe;
                color: #4fa0e5;
            }

            .me7d2-handle-down ul li.active {
                background-color: #e7f6fe;
                color: #4fa0e5;
            }

.me7d2-handle-tab {
    margin-top: 20px;
}

.me7d2-handle-con {
    padding: 24px 20px;
    background: url("https://www.tecnogg.com/images/shadow.jpg") no-repeat left top;
}

.me7d2-handle-list {
    display: none;
}

    .me7d2-handle-list:first-child {
        display: block;
    }

    .me7d2-handle-list ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .me7d2-handle-list ul li {
            overflow: hidden;
            margin-top: 15px;
        }

            .me7d2-handle-list ul li:first-child {
                margin-top: 0;
            }

            .me7d2-handle-list ul li .me7d2-handle-name {
                float: left;
                width: 100px;
                font-size: 16px;
                color: #727272;
                margin-right: 5px;
            }

                .me7d2-handle-list ul li .me7d2-handle-name .me7d2-iconfont {
                    display: inline-block;
                    background-color: #7f7f7f;
                    color: #fff;
                    width: 22px;
                    height: 22px;
                    text-align: center;
                    line-height: 22px;
                    margin-right: 8px;
                }

            .me7d2-handle-list ul li .me7d2-handle-write {
                float: left;
                width: 215px;
                font-size: 16px;
            }

                .me7d2-handle-list ul li .me7d2-handle-write .me7d2-time-list span {
                    margin-right: 10px;
                }

                .me7d2-handle-list ul li .me7d2-handle-write .me7d2-time-list:first-child {
                    margin-bottom: 10px;
                }

.me7d2-handle-btn {
    text-align: center;
}

    .me7d2-handle-btn a {
        display: inline-block;
        width: 120px;
        height: 36px;
        background-color: #4fa0e5;
        color: #fff;
        text-align: center;
        line-height: 36px;
        border-radius: 4px;
        font-size: 17px;
        margin: 0 10px;
        cursor: pointer;
    }

        .me7d2-handle-btn a:hover {
            background-color: #0579cb;
        }

.me7d2-relation-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .me7d2-relation-list ul li {
        overflow: hidden;
        padding: 24px 0;
        border-top: #828384 dashed 1px;
    }

        .me7d2-relation-list ul li:first-child {
            border-top: none;
        }

        .me7d2-relation-list ul li .me7d2-relation-name {
            float: left;
            width: 52px;
            height: 48px;
            background-color: #1ab0b3;
            color: #fff;
            text-align: center;
            line-height: 48px;
            font-size: 12px;
            border-radius: 4px;
            margin-right: 15px;
        }

            .me7d2-relation-list ul li .me7d2-relation-name .me7d2-iconfont {
                font-size: 22px;
            }

        .me7d2-relation-list ul li .me7d2-relation-write {
            float: left;
            width: 240px;
            font-size: 17px;
            line-height: 24px;
            height: 48px;
            overflow: hidden;
        }

            .me7d2-relation-list ul li .me7d2-relation-write a {
                display: block;
                color: #0b0b0b;
                cursor: pointer;
            }

                .me7d2-relation-list ul li .me7d2-relation-write a:hover {
                    color: #1ab0b3;
                }

.me7d2-relation-con {
    padding: 0 20px;
    background: url("https://www.tecnogg.com/images/shadow.jpg") no-repeat left top;
}

.me7d2-mt12 {
    margin-top: 12px;
}

.container-scoll {
    overflow-y: auto;
    background: url("https://www.tecnogg.com/images/top-bg.jpg") no-repeat center top;
    background-size: 100% auto;
}

    .container-scoll .me7d2-content {
        background: url("https://www.tecnogg.com/images/footer-bg.png") no-repeat center bottom;
        background-size: 100% auto;
        padding-bottom: 300px;
    }

    .container-scoll .me7d2-footer {
        bottom: 50px;
        border-top: none;
        height: auto;
    }
/*政策图解end*/
/*政策详情*/
.me7d2-policy-details-top {
    height: 150px;
    background-color: #ebebeb;
}

    .me7d2-policy-details-top .me7d2-title {
        font-size: 24px;
        color: #1d6ed0;
        text-align: center;
        padding-top: 25px;
    }

    .me7d2-policy-details-top .me7d2-time {
        font-size: 16px;
        color: #666;
        text-align: center;
        margin-top: 10px;
    }

.me7d2-policy-details {
    position: relative;
}

    .me7d2-policy-details * {
        max-width: 100%;
    }

    .me7d2-policy-details table {
        margin: 0 auto;
    }

    .me7d2-policy-details .me7d2-hd {
        position: relative;
        height: 52px;
        text-align: center;
        margin-top: -52px;
    }

        .me7d2-policy-details .me7d2-hd:after {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            height: 6px;
            background-color: #4fa0e5;
        }

        .me7d2-policy-details .me7d2-hd ul {
            position: relative;
            z-index: 1;
            display: inline-block;
            list-style: none;
            margin: 0;
            padding: 0;
            overflow: hidden;
        }

            .me7d2-policy-details .me7d2-hd ul li {
                float: left;
                width: 142px;
                height: 52px;
                text-align: center;
                line-height: 52px;
                font-size: 16px;
                color: #fff;
                background-color: #4fa0e5;
                cursor: pointer;
            }

                .me7d2-policy-details .me7d2-hd ul li.active {
                    background-color: #fff;
                    color: #4fa0e5;
                }

    .me7d2-policy-details .me7d2-bd {
        display: none;
        padding: 40px;
    }

        .me7d2-policy-details .me7d2-bd h1 {
            font-size: 20px;
            text-align: center;
            color: #4fa0e5;
            margin-top: 60px;
        }

        .me7d2-policy-details .me7d2-bd p {
            font-size: 16px;
            color: #333333;
            line-height: 2;
            margin: 10px 0;
            text-indent: 2em;
        }

        .me7d2-policy-details .me7d2-bd .me7d2-content {
            background: none;
            margin-top: 0;
        }

        .me7d2-policy-details .me7d2-bd ul {
            margin: 0;
            padding: 0;
            list-style: none;
            font-size: 16px;
        }

            .me7d2-policy-details .me7d2-bd ul li {
                margin-bottom: 10px;
            }

    .me7d2-policy-details .me7d2-accurate-table td {
        font-size: 17px;
    }

.text-right {
    text-align: right;
}

.me7d2-bor-footer {
    background-color: #4fa0e5;
    color: #fff;
    padding: 20px 0;
}

    .me7d2-bor-footer .container {
        overflow: hidden;
    }

    .me7d2-bor-footer .me7d2-foot-logo {
        float: left;
        width: 390px;
        margin-top: 4px;
        text-align: left;
    }

        .me7d2-bor-footer .me7d2-foot-logo img {
            height: 45px;
            max-width: 100%;
        }

    .me7d2-bor-footer .me7d2-foot-con {
        float: left;
        width: 750px;
        text-align: left;
    }

    .me7d2-bor-footer .me7d2-list {
        margin-bottom: 10px;
    }

        .me7d2-bor-footer .me7d2-list a {
            display: inline-block;
            font-size: 14px;
            color: #bbd2e8;
        }

            .me7d2-bor-footer .me7d2-list a:hover {
                color: #fff;
            }

        .me7d2-bor-footer .me7d2-list em {
            display: inline-block;
            margin: 0 5px;
            color: #9bbfdf;
        }

    .me7d2-bor-footer p {
        font-size: 14px;
        color: #bbd2e8;
        margin: 0;
    }

.container-row.type2 {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

    .container-row.type2 .me7d2-content {
        background: none;
    }

    .container-row.type2 .me7d2-footer {
        bottom: 0;
    }
/*政策详情end*/
/*精准导航调整*/
.me7d2-scoll-overflow {
    position: absolute;
    z-index: 100;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
}

.me7d2-scroller {
    position: absolute;
    z-index: 1;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    width: 100%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -o-text-size-adjust: none;
    text-size-adjust: none;
    background: #fff;
}

.me7d2-scoller-link {
    white-space: nowrap;
    padding: 0 34px;
}

    .me7d2-scoller-link a {
        display: inline-block;
        font-size: 16px;
        border-left: #e2e2e2 solid 1px;
        padding: 0 20px;
        line-height: 30px;
        height: 34px;
        vertical-align: top;
        cursor: pointer;
    }

        .me7d2-scoller-link a.active {
            color: #4fa0e5;
        }

        .me7d2-scoller-link a:first-child {
            border-left: none;
        }

.me7d2-intro-link {
    overflow: hidden;
}

    .me7d2-intro-link .me7d2-intro-link-name {
        float: left;
        width: 105px;
    }

    .me7d2-intro-link .me7d2-intro-swiper {
        width: 673px;
        float: left;
        height: 34px;
        border: #e2e2e2 solid 1px;
        position: relative;
        padding-left: 34px;
        overflow: hidden;
    }

    .me7d2-intro-link .me7d2-arrow-left {
        position: absolute;
        left: 0;
        top: 0;
        width: 34px;
        height: 34px;
        background-color: #4fa0e5;
        color: #fff;
        text-align: center;
        line-height: 30px;
        z-index: 101;
        cursor: pointer;
    }

    .me7d2-intro-link .me7d2-arrow-right {
        position: absolute;
        right: -1px;
        top: 0;
        width: 34px;
        height: 34px;
        background-color: #4fa0e5;
        color: #fff;
        text-align: center;
        line-height: 30px;
        z-index: 101;
        cursor: pointer;
    }

.me7d2-intro-write {
    display: none;
}

    .me7d2-intro-write:first-child {
        display: block;
    }
/*精准导航调整end*/
/*20190121新增样式*/
.me7d2-handle-down {
    z-index: 10;
    height: 234px;
    max-height: 234px !important;
}

.me7d2-time-tips {
    margin-top: 10px;
    font-size: 14px;
    color: #2d7ccf;
    line-height: 1;
}

.me7d2-detail-item-page[data-v-5dcaeab0] {
    padding: 15px 0;
}

.me7d2-detail-item-title[data-v-5dcaeab0] {
    font-size: 16px;
    color: #3162b7;
    margin-bottom: 10px;
    font-weight: 500;
    position: relative;
    padding-left: 15px;
}

    .me7d2-detail-item-title[data-v-5dcaeab0]:before {
        content: "";
        background-color: #4182eb;
        width: 4px;
        height: 16px;
        margin-right: 7px;
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

.me7d2-policy-details-top {
    height: 150px;
}

    .me7d2-policy-details-top .me7d2-title {
        padding: 25px 15px 0;
    }

.me7d2-policy-details {
    font-size: 16px;
}

    .me7d2-policy-details .table-details td {
        padding: 10px;
    }

        .me7d2-policy-details .table-details td p {
            line-height: 1.5;
            margin: 0;
        }

.me7d2-header-left a,
.me7d2-header-right a {
    color: #fff;
}

    .me7d2-header-left a:hover,
    .me7d2-header-right a:hover {
        color: #fff;
    }
/*20190121新增样式end*/
/**/
div.business-box.business-right {
    left: 1035px;
    top: 480px;
}

    div.business-box.business-right .me7d2-business-tree {
        width: 475px;
        top: 50%;
        left: 85px;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        height: 8px;
    }

        div.business-box.business-right .me7d2-business-tree:before {
            display: none;
        }

        div.business-box.business-right .me7d2-business-tree:after {
            -webkit-animation: widthFrame .5s;
            animation: widthFrame .5s;
        }

        div.business-box.business-right .me7d2-business-tree > .me7d2-check {
            float: left;
        }

            div.business-box.business-right .me7d2-business-tree > .me7d2-check:first-child {
                margin-left: 65px;
            }

@-webkit-keyframes widthFrame {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

@keyframes widthFrame {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

div.live-box.live-right {
    left: 1035px;
    top: 480px;
}

    div.live-box.live-right .me7d2-live-tree {
        right: auto;
        left: 85px;
        width: 475px;
    }

        div.live-box.live-right .me7d2-live-tree > .me7d2-check {
            float: left;
            margin-right: 0;
            margin-left: 65px;
            z-index: 99;
        }

            div.live-box.live-right .me7d2-live-tree > .me7d2-check:before {
                display: none;
            }

        div.live-box.live-right .me7d2-live-tree:after {
            -webkit-animation: widthFrame .5s;
            animation: widthFrame .5s;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 8px;
            background-color: #009944;
            content: '';
        }
/**/
.me7d2-index-select {
    float: right;
}

.me7d2-intro-link {
    overflow: visible;
}

    .me7d2-intro-link:after {
        content: '';
        clear: both;
        display: table;
    }

.me7d2-zn-write div {
    margin: 10px 0;
}

.me7d2-handle-gd {
    overflow-y: auto;
}
/* 精准导航 */
.me7d2-check {
    position: relative;
    z-index: 9;
}

    .me7d2-check input {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 99;
        opacity: 0;
        cursor: pointer;
    }

        .me7d2-check input:checked + i {
            border-color: #999;
            background-color: #ccc;
        }

            .me7d2-check input:checked + i:before {
                content: "\e615";
            }

    .me7d2-check i {
        position: relative;
        display: block;
        width: 22px;
        height: 22px;
        line-height: 20px;
        text-align: center;
        border: 2px #acacac solid;
        border-radius: 50%;
        color: #ffffff;
        background-color: #ffffff;
        transition: all .2s;
        z-index: 97;
    }

        .me7d2-check i:before {
            content: '';
        }

.me7d2-check-label {
    position: absolute;
    left: 50%;
    top: 38px;
    font-size: 20px;
    color: #333333;
    height: 80px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    line-height: 1.2;
    white-space: normal;
    z-index: 998;
    transition: all .2s;
}

.me7d2-tree-list,
.me7d2-nodes-box {
    position: relative;
    transition: all .2s;
}

    .me7d2-tree-list:before,
    .me7d2-nodes-box:before {
        transition: .2s;
    }

    .me7d2-tree-list:after,
    .me7d2-nodes-box:after {
        display: table;
        content: " ";
        width: 100%;
        height: 0;
        clear: both;
    }

.me7d2-round-box {
    border-radius: 50%;
    border: 3px solid #ffffff;
    box-shadow: 0 13px 20.16px 0.84px rgba(0, 110, 192, 0.27);
    width: 64px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    color: #ffffff;
    font-size: 17px;
    position: relative;
    z-index: 1;
    box-sizing: content-box;
    float: left;
}

.me7d2-check-tree .me7d2-check {
    display: none;
}

.me7d2-nodes-box {
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
}

.me7d2-work-box {
    position: absolute;
    left: 496px;
    top: 1514px;
}

    .me7d2-work-box .me7d2-work {
        background-color: #1474d7;
        background-image: linear-gradient(0deg, #126ed4 0%, #3ba7e9 100%);
    }

    .me7d2-work-box .me7d2-check-tree > .me7d2-iconfont {
        border-color: #57befe;
        background-color: #116dd4;
    }

    .me7d2-work-box .me7d2-tree-list {
        float: left;
        width: calc(100% - 93px);
        padding-top: 33px;
    }

        .me7d2-work-box .me7d2-tree-list:before {
            position: absolute;
            display: block;
            content: " ";
            width: 98%;
            height: 8px;
            background-color: #1474d7;
            margin-top: 12px;
        }

        .me7d2-work-box .me7d2-tree-list > .me7d2-check {
            float: left;
        }

            .me7d2-work-box .me7d2-tree-list > .me7d2-check:nth-child(odd) .me7d2-nodes-box .me7d2-nodes-box .me7d2-check-label {
                bottom: 45px;
                top: auto;
                text-align: right;
            }

            .me7d2-work-box .me7d2-tree-list > .me7d2-check:nth-child(odd) .me7d2-nodes-box .me7d2-nodes-box .me7d2-nodes-box .me7d2-check-label {
                bottom: auto;
                top: 50%;
                text-align: left;
            }

            .me7d2-work-box .me7d2-tree-list > .me7d2-check:nth-child(even) > .me7d2-check-label {
                transform: translate(-50%, -100%);
                margin-top: -50px;
            }

            .me7d2-work-box .me7d2-tree-list > .me7d2-check:nth-child(even) > .me7d2-nodes-box {
                transform: translate(-50%, 0);
                top: 30px;
                left: 50%;
            }

                .me7d2-work-box .me7d2-tree-list > .me7d2-check:nth-child(even) > .me7d2-nodes-box:before {
                    top: 0;
                }

                .me7d2-work-box .me7d2-tree-list > .me7d2-check:nth-child(even) > .me7d2-nodes-box > .me7d2-check {
                    margin-bottom: 0;
                    margin-top: 120px;
                }

                .me7d2-work-box .me7d2-tree-list > .me7d2-check:nth-child(even) > .me7d2-nodes-box .me7d2-nodes-box .me7d2-check-tree > .me7d2-check-label {
                    top: 45px;
                }

                .me7d2-work-box .me7d2-tree-list > .me7d2-check:nth-child(even) > .me7d2-nodes-box .me7d2-nodes-box .me7d2-nodes-box {
                    transform: translate(-50%, 0);
                    top: 30px;
                    left: 50%;
                }

                    .me7d2-work-box .me7d2-tree-list > .me7d2-check:nth-child(even) > .me7d2-nodes-box .me7d2-nodes-box .me7d2-nodes-box:before {
                        top: -4px;
                    }

                    .me7d2-work-box .me7d2-tree-list > .me7d2-check:nth-child(even) > .me7d2-nodes-box .me7d2-nodes-box .me7d2-nodes-box > .me7d2-check {
                        margin-bottom: 0;
                        margin-top: 120px;
                    }

                        .me7d2-work-box .me7d2-tree-list > .me7d2-check:nth-child(even) > .me7d2-nodes-box .me7d2-nodes-box .me7d2-nodes-box > .me7d2-check .me7d2-check-label {
                            left: 45px;
                            transform: translate(0, -50%);
                            text-align: left;
                        }

            .me7d2-work-box .me7d2-tree-list > .me7d2-check .me7d2-check-label.checked {
                color: #1474d7;
            }

    .me7d2-work-box .me7d2-nodes-box {
        transform: translate(0, -100%);
    }

        .me7d2-work-box .me7d2-nodes-box > .me7d2-check {
            margin-left: 0;
            margin-bottom: 120px;
        }

            .me7d2-work-box .me7d2-nodes-box > .me7d2-check:nth-child(even) .me7d2-check-label {
                transform: translate(-50%, -50%);
                right: 0;
                left: auto;
                text-align: right;
            }

            .me7d2-work-box .me7d2-nodes-box > .me7d2-check > .me7d2-check-label {
                width: 80px;
                height: auto;
                left: 35px;
                top: 50%;
                transform: translate(0, -50%);
                margin-top: 0;
                writing-mode: inherit;
            }

                .me7d2-work-box .me7d2-nodes-box > .me7d2-check > .me7d2-check-label span {
                    transform: none;
                }

            .me7d2-work-box .me7d2-nodes-box > .me7d2-check.check-tree > .me7d2-check-label.checked {
                top: -2px;
                color: #1474d7;
            }

        .me7d2-work-box .me7d2-nodes-box:before {
            position: absolute;
            display: block;
            content: " ";
            width: 8px;
            height: 98%;
            background-color: #1474d7;
            top: 2%;
            left: 50%;
            transform: translateX(-50%);
        }

        .me7d2-work-box .me7d2-nodes-box .me7d2-nodes-box {
            margin-left: 0;
            margin-bottom: 0;
            white-space: nowrap;
            transform: translate(0, -50%);
        }

            .me7d2-work-box .me7d2-nodes-box .me7d2-nodes-box:before {
                width: 95%;
                height: 8px;
                top: 50%;
                transform: translate(0, -50%);
                left: 2%;
            }

            .me7d2-work-box .me7d2-nodes-box .me7d2-nodes-box .me7d2-check-tree > .me7d2-check-label.checked {
                left: 35px;
                color: #1474d7;
            }

            .me7d2-work-box .me7d2-nodes-box .me7d2-nodes-box .me7d2-check {
                display: inline-block;
                margin-left: 120px;
                margin-bottom: 0;
                float: none;
                vertical-align: middle;
            }

                .me7d2-work-box .me7d2-nodes-box .me7d2-nodes-box .me7d2-check .me7d2-check-label {
                    transform: translate(-50%, 0);
                    top: 45px;
                    left: 50%;
                    text-align: left;
                    writing-mode: vertical-lr;
                }

                .me7d2-work-box .me7d2-nodes-box .me7d2-nodes-box .me7d2-check .me7d2-nodes-box {
                    transform: translate(0, -100%);
                }

                    .me7d2-work-box .me7d2-nodes-box .me7d2-nodes-box .me7d2-check .me7d2-nodes-box > .me7d2-check {
                        margin-left: 0;
                        margin-bottom: 120px;
                        display: block;
                    }

                        .me7d2-work-box .me7d2-nodes-box .me7d2-nodes-box .me7d2-check .me7d2-nodes-box > .me7d2-check:nth-child(even) .me7d2-check-label {
                            transform: translate(-50%, -50%);
                            right: 0;
                            left: auto;
                            text-align: right;
                        }

                        .me7d2-work-box .me7d2-nodes-box .me7d2-nodes-box .me7d2-check .me7d2-nodes-box > .me7d2-check > .me7d2-check-label {
                            width: 80px;
                            height: auto;
                            left: 35px;
                            top: 50%;
                            transform: translate(0, -50%);
                            margin-top: 0;
                            writing-mode: inherit;
                        }

                            .me7d2-work-box .me7d2-nodes-box .me7d2-nodes-box .me7d2-check .me7d2-nodes-box > .me7d2-check > .me7d2-check-label span {
                                transform: none;
                            }

                    .me7d2-work-box .me7d2-nodes-box .me7d2-nodes-box .me7d2-check .me7d2-nodes-box:before {
                        position: absolute;
                        display: block;
                        content: " ";
                        width: 8px;
                        height: 98%;
                        background-color: #1474d7;
                        top: 2%;
                        left: 50%;
                        transform: translateX(-50%);
                    }

            .me7d2-work-box .me7d2-nodes-box .me7d2-nodes-box .me7d2-check-label {
                width: auto;
                height: 80px;
            }

.me7d2-business-box {
    position: absolute;
    left: 497px;
    top: 1329px;
}

    .me7d2-business-box .me7d2-business {
        border: 4px solid #ffffff;
        border-radius: 50%;
        background-color: #ed7d31;
        background-image: linear-gradient(0deg, rgba(3, 0, 0, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%);
        box-shadow: 0 13px 20.16px 0.84px rgba(0, 110, 192, 0.27);
    }

    .me7d2-business-box .me7d2-check-tree > .me7d2-iconfont {
        border-color: #ed9b00;
        background-color: #ed7d31;
    }

.me7d2-live-box {
    position: absolute;
    left: 497px;
    top: 1699px;
}

    .me7d2-live-box .me7d2-live {
        background-color: #00c270;
        background-image: linear-gradient(0deg, #009132 0%, #00c270 100%);
    }

    .me7d2-live-box .me7d2-check-tree > .me7d2-iconfont {
        border-color: #00c270;
        background-color: #009132;
    }

    .me7d2-live-box .me7d2-tree-list {
        float: left;
        width: calc(100% - 93px);
    }

.me7d2-tree-box {
    position: relative;
    width: 1200px;
    height: 500px;
}

.me7d2-tree-content {
    position: relative;
    width: 3000px;
    height: 3000px;
}

.me7d2-tree-scroll {
    width: 3000px;
    height: 3000px;
    position: relative;
    cursor: move;
    transform: scale(0.6);
}

.me7d2-tree-center {
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.2);
    box-shadow: 0 19px 36px 2px rgba(82, 81, 81, 0.08);
    position: absolute;
    left: 192px;
    top: 1459px;
}

.me7d2-tree-center-one {
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 18px 2px rgba(82, 81, 81, 0.08);
    margin: 10px;
}

.me7d2-tree-center-two {
    border: 2px solid #fff;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    margin: 10px;
}

.me7d2-tree-center-three {
    border: 6px solid #489cc0;
    border-radius: 50%;
    background-color: #ffffff;
    width: 100px;
    height: 100px;
    line-height: 100px;
    margin: 15px;
    text-align: center;
}

    .me7d2-tree-center-three .me7d2-iconfont {
        font-size: 50px;
        color: #1294d8;
    }
/* 精准导航end */
/*后台拖拽组件*/
.me7d2-drag-btn {
    line-height: 1.499;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid #d9d9d9;
    white-space: nowrap;
    padding: 0 15px;
    nodeTitle font-size: 14px;
    border-radius: 4px;
    height: 32px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    position: relative;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015);
    color: rgba(0, 0, 0, 0.65);
    background: #fff none;
    outline: 0;
}

    .me7d2-drag-btn:hover {
        color: #40a9ff;
        border-color: #40a9ff;
    }

    .me7d2-drag-btn:active {
        border-color: #40a9ff;
        box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
    }

.me7d2-drag-module {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.me7d2-drag-left {
    position: relative;
    width: 200px;
    height: 100%;
    border-right: 1px #e6e6e6 solid;
    background-color: #ffffff;
    float: left;
    z-index: 99;
}

    .me7d2-drag-left .me7d2-drag-btn {
        margin: 15px 15px 20px;
    }

.me7d2-drag-right {
    position: relative;
    width: calc(100% - 200px);
    height: 100%;
    float: left;
}

.me7d2-drag-module-title {
    padding: 25px 15px 5px;
    font-size: 18px;
}

.me7d2-drag-module-content {
    padding: 0 15px;
}

.me7d2-drag-input,
select {
    font-family: "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-variant: tabular-nums;
    box-sizing: border-box;
    margin: 0;
    padding: 4px 11px;
    list-style: none;
    position: relative;
    display: inline-block;
    width: 100%;
    height: 32px;
    font-size: 14px;
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.65);
    background: #fff none;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    transition: all .3s;
    outline: 0;
}

    .me7d2-drag-input:hover,
    select:hover {
        border-color: #40a9ff;
        border-right-width: 1px !important;
    }

    .me7d2-drag-input:focus,
    select:focus {
        border-color: #40a9ff;
        box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
        border-right-width: 1px !important;
    }

.me7d2-drag-from {
    padding-bottom: 15px;
}

    .me7d2-drag-from input {
        margin-top: 5px;
    }

    .me7d2-drag-from a {
        color: #40a9ff;
        cursor: pointer;
    }

    .me7d2-drag-from textarea {
        font-family: "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
        font-variant: tabular-nums;
        box-sizing: border-box;
        margin: 5px 0 0;
        padding: 4px 11px;
        border: 1px solid #d9d9d9;
        width: 100%;
        height: 80px;
        font-size: 14px;
        line-height: 1.5;
        color: rgba(0, 0, 0, 0.65);
        background: #fff none;
        border-radius: 4px;
        transition: all .3s;
        outline: 0;
        resize: none;
    }

.me7d2-drag-color {
    border-right: 32px #40a9ff solid;
}

.me7d2-draggable {
    cursor: move;
    display: inline-block;
}

.me7d2-drag-default-color {
    padding-top: 5px;
}

    .me7d2-drag-default-color span {
        display: inline-block;
        width: 18px;
        height: 18px;
        margin-right: 5px;
        vertical-align: middle;
        cursor: pointer;
        transition: all .2s;
    }

        .me7d2-drag-default-color span.active {
            border: 1px #333333 solid;
        }

    .me7d2-drag-default-color a {
        display: inline-block;
        vertical-align: middle;
        font-size: 12px;
        color: #40a9ff;
        cursor: pointer;
    }

.me7d2-drag-line {
    position: absolute;
    width: 50px;
    height: 8px;
    background-color: #40a9ff;
}

    .me7d2-drag-line .me7d2-left {
        position: absolute;
        left: 0;
        bottom: 0;
        top: 0;
        width: 3px;
        cursor: w-resize;
    }

    .me7d2-drag-line .me7d2-right {
        position: absolute;
        right: 0;
        bottom: 0;
        top: 0;
        width: 3px;
        cursor: e-resize;
    }

.me7d2-drag-exhibition {
    position: relative;
    padding: 15px;
    border: 1px #e6e6e6 solid;
    text-align: center;
}

    .me7d2-drag-exhibition input {
        display: none;
    }

    .me7d2-drag-exhibition .me7d2-check {
        display: inline-block;
        margin: 0 8px;
    }

.me7d2-drag-canvas {
    position: relative;
    background: url("https://www.tecnogg.com/images/grid.png") repeat;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.me7d2-accurate-scroll {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.me7d2-drag-canvas .me7d2-check {
    position: absolute;
}

.me7d2-drag-set-box {
    width: 250px;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    border-left: 1px #e6e6e6 solid;
    background-color: #fff;
    z-index: 9;
    overflow-y: auto
}

.me7d2-check-solid i {
    border-color: #57befe;
    background-color: #116dd4;
}

    .me7d2-check-solid i:before {
        display: block;
        font-size: 12px;
        line-height: 18px;
        /*content: "\e641";*/
    }

.me7d2-check-solid input:checked + i {
    border-color: #57befe;
    background-color: #116dd4;
}

.me7d2-check-solid-orange i {
    border-color: #F7C5A4;
    background-color: #ed7c30;
}

    .me7d2-check-solid-orange i:before {
        display: block;
        font-size: 12px;
        line-height: 18px;
        /*content: "\e641";*/
    }

.me7d2-check-solid-orange input:checked + i {
    border-color: #F7C5A4;
    background-color: #ed7c30;
}

.me7d2-check-solid-green i {
    border-color: #40B373;
    background-color: #009944;
}

.me7d2-check-solid-green input:checked + i {
    border-color: #40B373;
    background-color: #009944;
}

.me7d2-check-solid-green i:before {
    display: block;
    font-size: 12px;
    line-height: 18px;
    /*content: "\e641";*/
}

.me7d2-check-solid-gray i {
    border-color: #F1F3F4;
    background-color: #DEE1E6;
}

.me7d2-check-solid-gray input:checked + i {
    border-color: #F1F3F4;
    background-color: #DEE1E6;
}

.me7d2-check-solid-gray i:before {
    display: block;
    font-size: 12px;
    line-height: 18px;
    /*content: "\e641";*/
}

.me7d2-nodeTitle {
    position: absolute;
    left: -4px;
    top: 30px;
    height: 80px;
    writing-mode: vertical-lr;
    text-align: left;
    line-height: 1.3;
    color: #000;
    letter-spacing: 4px;
    cursor: pointer;
}
/*后台拖拽组件*/

/*精准导航-服务事项*/
.border-bottom-1px {
    position: relative
}

    .border-bottom-1px::after {
        content: " ";
        position: absolute;
        left: 0;
        right: 0;
        height: 1px;
        color: #d2d2d2;
        bottom: 0;
        border-bottom: 1px solid #d2d2d2;
        -webkit-transform-origin: 0 100%;
        -ms-transform-origin: 0 100%;
        transform-origin: 0 100%;
        -webkit-transform: scaleY(0.5);
        -ms-transform: scaleY(0.5);
        transform: scaleY(0.5);
    }

.nav-title {
    font-size: 17px;
    padding: 12px 15px;
    background-color: #fff;
    text-align: center;
}

.border-top-1px {
    position: relative
}

    .border-top-1px::before {
        content: " ";
        position: absolute;
        left: 0;
        right: 0;
        height: 1px;
        color: #d2d2d2;
        top: 0;
        border-top: 1px solid #d2d2d2;
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: scaleY(0.5);
        -ms-transform: scaleY(0.5);
        transform: scaleY(0.5);
    }

.me7d2-wanlank {
    height: 10px;
}

.overflow-body {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.me7d2-phone_warp {
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.me7d2-phone_body {
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-overflow-scrolling: touch;
    background-color: #eceff4;
}

.me7d2-accurate-title {
    padding: 12px 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    font-size: 16px;
    background-color: #fff;
}

.me7d2-accurate-bt {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    position: relative;
    padding-left: 12px;
}

    .me7d2-accurate-bt:before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 4px;
        height: 16px;
        background-color: #4fa0e5;
    }

.me7d2-accurate-title .me7d2-wicket {
    max-width: 140px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #666666;
}

.me7d2-accurate-title .me7d2-iconfont {
    color: #bfbfbf;
}

.me7d2-accurate-list {
    background-color: #fff;
}

.me7d2-accurate-item {
    position: relative;
    padding: 12px 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

    .me7d2-accurate-item:after {
        content: " ";
        position: absolute;
        left: 0;
        right: 0;
        height: 1px;
        color: #d2d2d2;
        bottom: 0;
        border-bottom: 1px solid #d2d2d2;
        -webkit-transform-origin: 0 100%;
        -ms-transform-origin: 0 100%;
        transform-origin: 0 100%;
        -webkit-transform: scaleY(0.5);
        -ms-transform: scaleY(0.5);
        transform: scaleY(0.5);
    }

.me7d2-accurate-write {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    font-size: 14px;
    color: #000;
}

.me7d2-accurate-name {
    font-size: 15px;
    color: #666666;
    width: 100px;
    margin-right: 10px;
}

    .me7d2-accurate-name .me7d2-iconfont {
        background-color: #7f7f7f;
        color: #fff;
        width: 16px;
        height: 16px;
        display: inline-block;
        text-align: center;
        line-height: 16px;
        font-size: 12px;
        margin-right: 6px;
        position: relative;
        top: -1px;
    }

.me7d2-accurate-company {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.me7d2-accurate-date {
    line-height: 20px;
    margin-bottom: 10px;
}

    .me7d2-accurate-date:last-child {
        margin-bottom: 0;
    }

        .me7d2-accurate-date:last-child span {
            background-color: #7793ae;
        }

    .me7d2-accurate-date span {
        display: inline-block;
        background-color: #598fc1;
        color: #fff;
        padding: 0 10px;
        border-radius: 4px;
        font-size: 12px;
        margin-right: 6px;
    }

.me7d2-relationsx-list {
    background-color: #fff;
}

    .me7d2-relationsx-list ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .me7d2-relationsx-list li {
        position: relative;
        padding: 0 15px;
    }

        .me7d2-relationsx-list li:before {
            content: " ";
            position: absolute;
            left: 0;
            right: 0;
            height: 1px;
            color: #d2d2d2;
            bottom: 0;
            border-bottom: 1px solid #d2d2d2;
            -webkit-transform-origin: 0 100%;
            -ms-transform-origin: 0 100%;
            transform-origin: 0 100%;
            -webkit-transform: scaleY(0.5);
            -ms-transform: scaleY(0.5);
            transform: scaleY(0.5);
        }

        .me7d2-relationsx-list li a {
            display: block;
            position: relative;
            padding: 12px 0 12px 12px;
            font-size: 14px;
            color: #0b0b0b;
        }

            .me7d2-relationsx-list li a:before {
                content: "";
                position: absolute;
                left: 0;
                top: 50%;
                transform: translateY(-50%);
                width: 4px;
                height: 4px;
                background-color: #1ab0b3;
            }

.me7d2-accurate-code {
    background: url("https://www.tecnogg.com/images/code-bg.jpg") no-repeat #fff;
    height: 154px;
    background-size: cover;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 12px 15px;
}

    .me7d2-accurate-code img {
        width: 130px;
        height: 130px;
    }

.me7d2-accurate-code-tips {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    padding-left: 15px;
    font-size: 15px;
    color: #080808;
}

    .me7d2-accurate-code-tips em {
        margin-right: 10px;
    }

    .me7d2-accurate-code-tips span {
        color: #4fa0e5;
        font-size: 20px;
        display: inline-block;
    }

.me7d2-accurate-bottom-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

    .me7d2-accurate-bottom-btn a {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        flex: 1;
        height: 44px;
        line-height: 44px;
        text-align: center;
        background-color: #4fa0e5;
        color: #fff;
        position: relative;
        font-size: 14px;
    }

        .me7d2-accurate-bottom-btn a:after {
            content: " ";
            position: absolute;
            right: 0;
            top: 0;
            width: 1px;
            bottom: 0;
            border-right: 1px solid #fff;
            color: #fff;
            -webkit-transform-origin: 100% 0;
            -ms-transform-origin: 100% 0;
            transform-origin: 100% 0;
            -webkit-transform: scaleX(0.5);
            -ms-transform: scaleX(0.5);
            transform: scaleX(0.5);
        }

        .me7d2-accurate-bottom-btn a.active {
            background-color: #989898;
        }

        .me7d2-accurate-bottom-btn a:last-child:after {
            display: none;
        }

.me7d2-accurate-popup {
    width: 100%;
    height: 100%;
    position: fixed;
    overflow: hidden;
    left: 0;
    top: 0;
    z-index: 100;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: all 0.5s;
    transform: translateX(100%);
}

.me7d2-accurate-popup-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .me7d2-accurate-popup-list ul li {
        position: relative;
        padding: 12px 15px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
    }

.me7d2-accurate-popup-name {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    font-size: 14px;
    color: #333333;
    padding-right: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.me7d2-accurate-popup-list ul li .me7d2-iconfont {
    color: #eeeeee;
    font-size: 20px;
}

.me7d2-accurate-popup-list ul li.active .me7d2-iconfont {
    color: #00aaee;
}

.me7d2-accurate-popup-list li:after {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    color: #d2d2d2;
    bottom: 0;
    border-bottom: 1px solid #d2d2d2;
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: scaleY(0.5);
    -ms-transform: scaleY(0.5);
    transform: scaleY(0.5);
}
/*精准导航-服务事项end*/

.me7d2-check-hollow-blue i {
    border-color: #116dd4;
    background-color: #fff;
}

    .me7d2-check-hollow-blue i:before {
        display: block;
        font-size: 12px;
        line-height: 19px;
        width: 12px;
        margin: auto;
        content: "\e641";
        color: #116dd4;
        height: 12px;
    }

.me7d2-check-hollow-blue input:checked + i {
    border-color: #116dd4;
    background-color: #fff;
}

    .me7d2-check-hollow-blue input:checked + i:before {
        font-size: 22px;
        content: "-";
        line-height: 15px;
    }

.me7d2-check-hollow-orange i {
    border-color: #ed7c30;
}

    .me7d2-check-hollow-orange i:before {
        display: block;
        font-size: 12px;
        line-height: 19px;
        width: 12px;
        margin: auto;
        content: "\e641";
        color: #ed7c30;
        height: 12px;
    }

.me7d2-check-hollow-orange input:checked + i {
    border-color: #ed7c30;
    background-color: #fff;
}

    .me7d2-check-hollow-orange input:checked + i:before {
        font-size: 22px;
        content: "-";
        line-height: 16px;
    }

.me7d2-check-hollow-green i {
    border-color: #40B373;
}

    .me7d2-check-hollow-green i:before {
        display: block;
        font-size: 12px;
        line-height: 19px;
        width: 12px;
        margin: auto;
        content: "\e641";
        color: #40B373;
        height: 12px;
    }

.me7d2-check-hollow-green input:checked + i {
    border-color: #40B373;
    background-color: #fff;
}

    .me7d2-check-hollow-green input:checked + i:before {
        font-size: 22px;
        content: "-";
        line-height: 16px;
    }

@-webkit-keyframes bounceIn {
    0%,20%,40%,60%,80%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        -webkit-transform: scale3d(.3,.3,.3);
        opacity: 0;
        transform: scale3d(.3,.3,.3)
    }

    20% {
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1)
    }

    40% {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9)
    }

    60% {
        -webkit-transform: scale3d(1.03,1.03,1.03);
        opacity: 1;
        transform: scale3d(1.03,1.03,1.03)
    }

    80% {
        -webkit-transform: scale3d(.97,.97,.97);
        transform: scale3d(.97,.97,.97)
    }

    to {
        -webkit-transform: scaleX(1);
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes bounceIn {
    0%,20%,40%,60%,80%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        -webkit-transform: scale3d(.3,.3,.3);
        opacity: 0;
        transform: scale3d(.3,.3,.3)
    }

    20% {
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1)
    }

    40% {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9)
    }

    60% {
        -webkit-transform: scale3d(1.03,1.03,1.03);
        opacity: 1;
        transform: scale3d(1.03,1.03,1.03)
    }

    80% {
        -webkit-transform: scale3d(.97,.97,.97);
        transform: scale3d(.97,.97,.97)
    }

    to {
        -webkit-transform: scaleX(1);
        opacity: 1;
        transform: scaleX(1)
    }
}

.me7d2-bounceIn {
    -webkit-animation-duration: .75s;
    -webkit-animation-name: bounceIn;
    animation-duration: .75s;
    animation-name: bounceIn
}

.me7d2-animated {
    -webkit-animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-duration: .5s;
    animation-fill-mode: both
}

/*政策悬浮框*/

.me7d2-popups-ul-policy {
    overflow: hidden;
    padding: 10px 0;
}

    .me7d2-popups-ul-policy ul {
        margin: 0;
    }

        .me7d2-popups-ul-policy ul li {
            color: #3ba7e9;
            width: 100%;
            float: left;
            padding: 0 10px;
        }

            .me7d2-popups-ul-policy ul li a {
                width: 100%;
                white-space: nowrap;
                overflow: hidden;
                height: 35px;
                line-height: 35px;
                color: #333;
                cursor: pointer;
                text-overflow: ellipsis;
                overflow: hidden;
                display: block;
            }

                .me7d2-popups-ul-policy ul li a:hover {
                    color: #3ba7e9;
                }

.me7d2-popups-hint-policy {
    padding: 15px;
    background-color: #f9f9f9;
}

@media screen and ( max-width: 370px ) {
    .container {
        width: 1000px;
    }
}

/*来华服务包*/
.me7d2-package-body-top {
    background: url("https://www.tecnogg.com/images/package/pack-bg.jpg") no-repeat center top #0050ff;
    background-size: 100%;
}
.me7d2-package-body {
    width: 760px;
    margin: 0px auto;
    border-left: 2px solid #5cc2bb;
    border-right: 2px solid #5cc2bb;
}

.me7d2-top-nav {
    color: #fff;
    text-align: right;
    padding: 10px 15px;
    font-size: 14px;
}

    .me7d2-top-nav img {
        width: 16px;
        height: 16px;
        margin-right: 3px;
    }

    .me7d2-top-nav a {
        color: #fff;
    }

.me7d2-package-info {
    font-size: 13px;
    color: #fff;
    line-height: 1.5;
    padding: 5px 100px 15px 15px;
}

.me7d2-info-title {
    font-size: 24px;
}

.me7d2-info-desc {
    margin-top: 10px;
    line-height: 2;
}

.me7d2-package-box {
    display: flex;
    padding: 0 10px 10px;
    box-sizing: border-box;
}

.me7d2-left-side {
    width: 75px;
    margin-top: 12px;
}

.me7d2-side-content {
    flex: 1;
    background-color: #fff;
    border-radius: 6px;
    padding: 10px;
    box-sizing: border-box
}
/*.me7d2-package-body.active .me7d2-package-info{height: 0;overflow: hidden}*/
.me7d2-package-body.active .me7d2-package-box {
    width: 100%;
    height: 100vh;
}

    .me7d2-package-body.active .me7d2-package-box .me7d2-side-content {
        height: 100%;
    }

.me7d2-package-list-scroll {
    flex: 1;
    overflow-y: auto;
}

.me7d2-package-list {
    display: none;
    flex-direction: column;
    height: 100%;
}

    .me7d2-package-list.active {
        display: flex
    }

.me7d2-left-side span {
    display: flex;
    height: 42px;
    align-items: center;
    color: #fff;
    font-size: 12px;
    position: relative;
    line-height: 1.2;
}

    .me7d2-left-side span.active {
        background: url("https://www.tecnogg.com/images/package/nav-bg.png") no-repeat center;
        background-size: 100% 100%;
        border-radius: 6px 0 0 6px;
        color: #2563EB;
        padding-left: 7px;
    }

        .me7d2-left-side span.active:before {
            content: "";
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            width: 3px;
            height: 13px;
            background-color: #2563EB;
        }

.me7d2-package-list-title {
    background: linear-gradient(to bottom, #CBD5E1, #fff);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-size: 36px;
    line-height: 1.2
}

.me7d2-package-tag a {
    display: inline-block;
    vertical-align: top;
    background-color: rgba(0,117,255,0.1);
    border-radius: 4px;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    padding: 0 10px;
    color: #2563EB;
    margin-bottom: 4px;
    /*max-width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;*/
}

.me7d2-package-tag.eng a {
    height: auto;
    line-height: 1.2;
    padding: 5px 10px;
    min-height: 20px;
    display: inline-flex;
    align-items: center;
}

.me7d2-package-list-title.eng {
    background: linear-gradient(to bottom, #CBD5E1, #f3f7f9);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.me7d2-pack-write {
    margin-top: 15px;
    color: #334155;
}

    .me7d2-pack-write:first-child {
        margin-top: 10px;
    }

.me7d2-pack-write-title {
    font-size: 14px;
    color: #334155;
    border-bottom: #F1F5F9 solid 1px;
    padding: 10px 0 10px 12px;
    margin-bottom: 10px;
    position: relative;
    font-weight: bold;
}

    .me7d2-pack-write-title:before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 6px;
        height: 6px;
        background-color: #2563EB;
    }

.text-center {
    text-align: center;
}

.me7d2-pack-write p {
    margin: 5px 0;
}

.me7d2-pack-write img {
    max-width: 100%;
}

.me7d2-package-tag {
    padding-right: 25px;
    position: relative;
}

    .me7d2-package-tag .me7d2-down-icon {
        position: absolute;
        display: inline-block;
        right: 3px;
        top: 2px;
        height: 15px;
        width: 15px;
        transform: rotate(180deg);
        transition: all 0.25s;
        /*top: 5px;
        height: 7px;
        width: 7px;
        border-width: 1px 0 0 1px;
        border-color: #0a6cff;
        border-style: solid;
        transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);*/
    }

    .me7d2-package-tag.eng .me7d2-down-icon {
        /*top: 10px;*/
        top: 7px;
    }

.me7d2-package-body.active .me7d2-package-tag {
    height: 48px;
    overflow: hidden;
}

    .me7d2-package-body.active .me7d2-package-tag.eng {
        height: 68px;
    }

    .me7d2-package-body.active .me7d2-package-tag .me7d2-down-icon {
        /*border-width: 0 1px 1px 0;*/
        transform: rotate(0deg);
    }

    .me7d2-package-body.active .me7d2-package-tag.active {
        height: auto
    }

        .me7d2-package-body.active .me7d2-package-tag.active .me7d2-down-icon {
            /*border-width: 1px 0 0 1px;*/
            transform: rotate(180deg);
        }

.me7d2-package-tag.active {
    height: 48px;
    overflow: hidden;
}

.me7d2-package-tag.eng.active {
    height: 68px;
}

.me7d2-package-tag.active .me7d2-down-icon {
    /*border-width: 1px 0 0 1px;*/
    transform: rotate(0deg);
}
/*来华服务包end*/

@media (min-width: 1921px) {
    .me7d2-package-body {
        zoom: 1.6;
    }
}

@media (min-width: 2190px) {
    .me7d2-package-body {
        zoom: 1.7;
    }
}

@media (min-width: 2555px) {
    .me7d2-package-body {
        zoom: 2;
    }
}

@media (min-width: 3835px) {
    .me7d2-package-body {
        zoom: 3;
    }
}
@media (min-width: 5765px) {
    .me7d2-package-body {
        zoom: 4;
    }
}
:root{--ms-accent:#2c5f2d;--ms-radius:2px;--ms-line:1.74;--ms-gap:15px;}
