/* main.css */
/* Public 开始*/
* {
    box-sizing: border-box;
}

body {
    font-family: 'Microsoft YaHei','微软雅黑',SimSun,'宋体',sans-serif;
    width: 100%;
    overflow: auto;
    background-color: #fff;
    background: url(../images/trt_bg.jpg) repeat;
}

.middleDiv {
    width: 100%;
    max-width: 1024px;
    /*height: 100%;*/
    margin: 0 auto;
}

.row {
    margin: 30px 0;
}

.inlineblock {
    display: inline-block;
    padding: 10px;
}

.textAlignCenter {
    text-align: center;
}

.itemHide {
    display: none !important;
}

.marginLeft10 {
    margin-left: 10px !important;
}

.marginTop10 {
    margin-top: 10px;
}

.paddingTop200 {
    padding-top: 200px;
}

.paddingTop10 {
    padding-top: 10px;
}

/* Public 结束 */
/* Top 开始 */
/* ReSharper disable Html.CssClassMultipleCandidates */
.top {
    font-size: 14px;
    overflow: hidden;
    width: inherit;
    height: 56px;
    padding-right: 33px;
    padding-left: 40px;
    text-align: right;
    background: url(../images/top_bg.png) no-repeat;
    background-position-x: 100%;
    background-color: #00A0D4;
}

    .top .logo {
        /*display: inline-block;*/
        float: left;
        width: 330px;
        height: 80px;
        padding-top: 14px;
    }



    .top .info {
        display: inline-block;
        vertical-align: top;
        width: 170px;
    }

    .top .user {
        font-size: 12px;
        display: inline-block;
        padding-left: 20px;
    }

        .top .user .username {
            color: white;
            line-height: 56px;
            height: 80px;
        }


        .top .user a {
            color: #f8f8f8;
            margin-left: 7px;
        }

.icon_pro {
    position: relative;
    top: 4px;
    right: 6px;
}
/* Top结束 */
/*navBar开始*/
.navBar {
    font-size: 14px;
    overflow: hidden;
    width: inherit;
    height: 38px;
    padding-right: 33px;
    padding-left: 40px;
    background-color: #3F3F3F;
    color: white;
}

    .navBar ul {
        font-size: 13px;
        margin: 0;
        list-style-type: none;
    }

    .navBar > ul > li {
        height: 38px;
        line-height: 38px;
        cursor: pointer;
        text-align: center;
        width: 110px;
        /*border-bottom: 1px solid #0b2035;*/
        float: left;
    }

        .navBar > ul > li:hover {
            border-bottom: 3px solid #00A0D4;
        }

            .navBar > ul > li:hover .subMenu {
                display: block;
            }

    .navBar a {
        color: white !important;
        display: block;
        padding: 0 20px;
    }
/*navBar结束*/
/* Left 开始 */
.left {
    position: absolute;
    top: 40px;
    left: 0px;
    width: 130px;
    color: #fff;
}

.menu-text {
    color: white;
    line-height: 40px;
    padding-left: 5px;
}


.nav-list {
    margin: 0;
    padding: 0;
    list-style: none;
    color: white;
}

    .nav-list > li {
        display: block;
        position: relative;
        float: none;
        padding: 0;
        border-style: solid;
        border-width: 1px 0 0;
        border-color: #565656;
        background-color: #3F3F3F;
    }

        .nav-list > li:last-child {
            border-bottom-width: 1px;
        }

        .nav-list > li.active, .nav-list > li:hover {
            background-color: #242424;
        }

        .nav-list > li > a {
            display: block;
            height: 39px;
            line-height: 17px;
            padding-left: 7px;
            text-shadow: none !important;
            font-size: 13px;
            text-decoration: none;
        }

            .nav-list > li > a > .menu-icon {
                display: inline-block;
                width: 30px;
                height: 21px;
                margin: 0 2px 0 8px;
                vertical-align: sub;
            }

        .nav-list > li:before {
            display: none;
            content: "";
            position: absolute;
            top: -1px;
            left: 0;
            z-index: 1;
            height: 41px;
            width: 5px;
            max-width: 5px;
            overflow: hidden;
            background-color: #00B4E9;
        }

        .nav-list > li.active:before {
            display: block;
        }

/* Left 结束 */

/*mainDiv开始*/
.mainDiv {
    height: 100%;
    /*width: 100%;*/
    position: relative;
    overflow: auto;
    padding: 10px 10px 0 10px;
    box-sizing: border-box;
    background-color: white;
    min-height: 600px;
    overflow: hidden;
}

.navTitle {
    position: absolute;
    top: 10px;
    left: 40px;
    color: #4f4f4f !important;
    font-size: 14px;
    padding-left: 18px;
}

    .navTitle a {
        color: #4f4f4f !important;
    }

    .navTitle ul li {
        float: left;
    }

    .navTitle ul > li + li:before {
        font-family: FontAwesome;
        font-size: 14px;
        content: "\f105";
        color: #4f4f4f;
        padding: 0;
        margin: 0 4px 0 8px;
        position: relative;
    }
/*mainDiv结束*/

/*主页开始*/

.title {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #9f1328;
    line-height: 45px;
    margin: 15px !important;
}

.titlel {
    text-align: left;
    font-size: 14px;
    line-height: 35px;
}



.ban_list {
    margin: 15px auto 0;
    position: relative;
    overflow: hidden;
}

.contain {
    width: 100%;
    /*width: 1024px;*/
    margin: 0 auto;
}

.pic {
    position: relative;
    width: 1024px;
    height: 450px;
    /*width: 100%;*/
}

.slide-tips {
    display: block;
    color: white;
    padding: 0 0 0 33px;
    font-size: 22px;
    font-weight: bold;
}

.ban_list .pic img {
    width: 100%;
    height: 100%;
    display: block;
}

.ban_list .prev {
    left: 0;
    background: url(../images/home/icon_left.png) no-repeat;
}

.ban_list .prev, .ban_list .next {
    position: absolute;
    top: 40%;
    width: 42px;
    height: 69px;
    overflow: hidden;
    text-indent: -999px;
    border: none;
}

.ban_list .next {
    right: 0;
    background: url(../images/home/icon_right.png) no-repeat;
}

.ban_list .txt-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    height: 50px;
    width: 100%;
    background-color: #00a0d4;
    overflow: hidden;
    -ms-opacity: 0.9;
    opacity: 0.9;
}

.ban_list .txt {
    position: absolute;
    bottom: 0px;
    z-index: 2;
    height: 50px;
    width: 100%;
    overflow: hidden;
}

.ban_list .num {
    position: absolute;
    z-index: 3;
    bottom: 10px;
    right: 17px;
}

.ban_list .txt li {
    height: 50px;
    line-height: 50px;
    position: absolute;
    bottom: -50px;
    left: -9px;
    width: 100%;
    text-align: center;
}

    .ban_list .txt li a {
        display: block;
        color: white;
        padding: 0 0 0 33px;
        font-size: 16px;
    }

.ban_list .num li {
    float: left;
    position: relative;
    width: 12px;
    height: 12px;
    line-height: 43px;
    background-color: #177a9a;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
    margin-right: 6px;
    cursor: pointer;
    top: -8px;
}

    .ban_list .num li.on, .ban_list .num li:hover {
        background-color: #29beee;
    }
/*主页结束*/

/* 业务预览开始 */
.mainPanelLeft {
    width: 530px;
    float: left;
}

.mainPanelRight {
    width: 330px;
    float: right;
}

.basic-panel {
    border: none;
    position: relative;
    background-color: white;
    margin-bottom: 10px;
    border-radius: 4px;
}

.basic-panel-heading {
    height: 40px;
    line-height: 40px;
    /*background-color: #F8F8F8;*/
    padding: 0 10px;
}

.basic-panel-icon {
    display: inline-block;
    width: 24px;
    height: 22px;
    vertical-align: -7px;
}

.basic-panel-btn {
    position: absolute;
    right: 15px;
    top: 0;
    color: #317ac9;
    font-size: 12px;
    cursor: pointer;
}

.basic-panel-body table {
    height: 100%;
}

.mainDiv > .mainContent > .basic-panel > .basic-panel-body {
    min-height: 592px;
    width: 100%;
}

.mainContent {
    display: block;
}
/* 业务预览结束 */
/*bottomDiv开始*/
.bottomDiv {
    height: 54px;
    width: 100%;
    background: #404040;
    color: #a6acb1;
    text-align: center;
    line-height: 54px;
    z-index: 999999;
    position: relative;
    margin-top: -54px;
    border-bottom: 3px solid #00b4e9 !important;
}
/*bottomDiv结束*/

/* Tab开始 */
.tab {
    display: inline-block;
    width: 100%;
    height: 42px;
    padding-left: 20px;
    padding-top: 2px;
}

    .tab li {
        float: left;
        height: 40px;
        margin-right: 5px;
        line-height: 35px;
        text-align: center;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        font-size: 14px;
        padding: 0 15px;
    }

        .tab li:hover {
            background: #ffffff;
        }

            .tab li:hover a {
                color: #00B4E9;
            }

    .tab a {
        color: #808080;
    }

    .tab > .active {
        background-color: #FFF;
    }

        .tab > .active a {
            color: #00B4E9;
        }

.tab-content .tab-pane {
    display: none;
    padding: 0 35px;
}

.tab-content > .active {
    display: block;
}



/* Tab 结束 */

/*page*/
.page, .subpage {
    display: none;
}

.subpage {
    padding: 15px 90px;
}

    .vehiclepromise h1, .subpage h1 {
        font-size: 20px;
        line-height: 50px;
        color: #1B91BD;
    }

.vehiclepromise {
    padding: 0 20px;
}

.promisecontent {
    padding: 20px;
    background: #e9e9e9;
    border: 1px solid #e9e9e9;
    border-radius: 4px;
    line-height: 25px;
    height: 280px;
    overflow-y: scroll;
}


.subpage p {
    font-size: 15px;
    line-height: 25px;
}

.pageShow {
    display: block;
}

.bold {
    font-weight: bold;
}
/*page*/
/*许可申请开始*/
.serviceChoiceDiv {
    padding-top: 150px;
}

.stepDiv, .application-btn, .detail-btn, .unable, .able {
}

/*许可申请结束*/

/*进度查询*/
#detail-title {
    padding: 15px 30px 40px;
    font-weight: bold;
    text-align: center;
}

/*进度查询结束*/


/*消息通知*/
.msg-icon {
    display: inline-block;
    width: 12px;
    height: 10px;
    vertical-align: -1px;
}

.msg-title {
    font-weight: bold;
    padding: 0 5px;
}

.msg-time {
    font-weight: normal;
    color: #BBBBBB;
    padding: 0 20px;
}

.msg-content {
    color: #666666;
    padding: 10px 20px;
    letter-spacing: 1px;
    font-size: 13px;
}

.msg-row {
    margin: 12px 0;
}

    .msg-row .icon-circle {
        font-size: 8px;
        margin-right: 2px;
    }

.color-transport {
    color: #E95800;
}

.color-progress {
    color: #00B4E9;
}

.color-isRead {
    color: #a09e9e73;
}
/*消息通知结束*/

/*办事指南、政策法规*/
.article-row {
    margin: 12px 0;
}

.article-title {
    padding: 0 5px;
    font-size: 14px;
}

.article-time {
    float: right;
    color: #BBBBBB;
    padding: 0 10px;
}

.article-icon {
    display: inline-block;
    width: 13px;
    height: 13px;
    vertical-align: -1px;
}


.policyDetail {
    text-align: center;
}

    .policyDetail h1 {
        font-size: 18px;
        padding: 10px;
    }

    .policyDetail h3 {
        font-weight: normal;
        padding: 0 0 10px 0;
    }

    .policyDetail hr {
        border-top: 1px solid #ccc;
        border-bottom: none;
        border-left: none;
        border-right: none;
    }

    .policyDetail .policyContent {
        text-align: left;
        padding: 30px;
        font-size: 14px;
        min-height: 530px;
    }

        .policyDetail .policyContent p {
            line-height: 30px;
        }



/*我的申请我的证件*/
.mineApply {
    width: 30%;
    height: 100%;
    float: left;
    margin: 0 10px;
    border-radius: 10px;
}

    .mineApply > .label1 {
        text-align: center;
        vertical-align: middle;
        font-size: 20px;
        padding: 20px;
        font-weight: bold;
        letter-spacing: 2px;
        height: 45%;
    }

    .mineApply > .label2 {
        letter-spacing: 12px;
        text-align: center;
        vertical-align: middle;
        font-size: 17px;
        padding: 8px;
        height: 15%;
    }

    .mineApply > .label3 {
        text-align: center;
        vertical-align: middle;
        font-size: 20px;
        border-radius: 0 0 8px 8px;
        padding: 32px;
        color: #fff;
        height: 40%;
    }

/*证件管理*/
.CertificateManagementDiv {
    height: 260px;
    width: 140px;
    float: left;
    margin: 0 10px;
    border-radius: 10px;
    margin: 10px;
}

    .CertificateManagementDiv > .p1 {
        text-align: center;
        vertical-align: middle;
        font-size: 20px;
        border-radius: 0 0 8px 8px;
        padding: 36px;
        color: #fff;
        height: 40%;
        border-radius: 8px 8px 0 0;
    }

    .CertificateManagementDiv > .p2 {
        letter-spacing: 12px;
        text-align: center;
        vertical-align: middle;
        font-size: 17px;
        padding: 8px;
    }

    .CertificateManagementDiv > .p3 {
        text-align: center;
        vertical-align: middle;
        font-size: 17px;
        font-weight: 600;
        padding: 12px;
        letter-spacing: 2px;
        word-wrap: break-word;
    }

.choose {
    width: 1024px;
    background-color: white;
    height: 280px;
    margin: 0 auto;
}

    .choose > ul {
        list-style: none;
        margin: 0 10px;
    }

        .choose > ul > li {
            position: relative;
            float: left;
            display: inline-block;
            width: 330px;
            padding: 20px 10px;
        }

    .choose .more {
        position: absolute;
        top: 30px;
        right: 10px;
        cursor: pointer;
        color: #7d7d7d;
    }

    .choose h2 {
        color: #b8b8b8;
        letter-spacing: 4px;
        font-size: 22px;
        font-weight: normal;
        margin-bottom: 20px;
    }

    .choose img {
        height: 40px;
        margin-right: 15px;
        vertical-align: middle;
    }

    .choose p {
        color: #7d7d7d;
        margin: 15px 0 25px;
        line-height: 23px;
        font-size: 14px;
    }

    .choose hr {
        border-top: 1px solid #d3d3d3;
        height: 0;
        border-right: 0px;
        border-bottom: 0px;
        border-left: 0px;
    }

    .choose .aButton {
        height: 50px;
        background-color: #FF6d00;
        border: none;
        -ms-border-radius: 4px;
        border-radius: 4px;
        color: white;
        padding: 0 20px;
        font-size: 17px;
        display: block;
        line-height: 50px;
        text-align: center;
        cursor: pointer;
    }

        .choose .aButton:hover {
            -ms-opacity: 0.7;
            opacity: 0.7;
        }

        .choose .aButton.disabled {
            cursor: default;
            background-color: #ccc;
            line-height: 22px;
        }

            .choose .aButton.disabled:hover {
                -ms-opacity: 1;
                opacity: 1;
            }

        .choose .aButton .notAllowed {
            font-size: 13px;
        }

    .choose .icon-arrow-circle-o-right {
        float: right;
        font-size: 25px;
        top: 13px;
        position: relative;
    }

    .choose .disabled .icon-arrow-circle-o-right {
        top: -9px;
    }

    .choose .infoList {
        padding: 10px;
    }

        .choose .infoList > li {
            padding: 5px 0;
            color: #7d7d7d;
        }

    .choose .article-time {
        float: right;
    }


    .choose.news {
        border-top: 3px solid #82c8f6;
        height: 210px;
    }


        .choose.news > ul > li {
            width: 50%;
        }

.bottomDiv.footer-container .table-cell:nth-child(1),
.bottomDiv.footer-container .table-cell:nth-child(3) {
    width: 160px;
    padding-top: 14px;
}

.navBar a.header-btn-collapse {
    display: none;
}

.left .left-collapse {
    display: none;
}

/*media query*/
@media screen and (min-width: 1280px) {
    .middleDiv {
        max-width: 1280px;
    }

    .mainPanelLeft {
        width: 700px;
    }

    .mainPanelRight {
        width: 420px;
    }

    .contain {
        width: 1280px;
    }

    .pic {
        width: 1280px;
    }


    .mineApply > .label1 {
        padding: 32px;
    }

    .choose {
        width: 1270px;
    }

        .choose > ul {
            margin: 0px 50px;
        }

            .choose > ul > li {
                width: 390px;
            }
}

@media screen and (max-width: 1024px) {
    .middleDiv.ixm {
        position: relative;
    }

    .middleDiv.ixm .top .info {
        position: absolute;
        top: 9.46vw;
        right: 20px;
        display: block;
        width: auto;
        z-index: 1;
    }

    .middleDiv.ixm .top .user .username {
        height: 38px;
        line-height: 38px;
    }

    .middleDiv.ixm .navBar {
        position: relative;
        height: 38px;
        overflow: unset;
    }

        .middleDiv.ixm .navBar a.header-btn-collapse {
            position: absolute;
            top: 0;
            left: 10px;
            display: inline-block;
            width: 40px;
            height: 38px;
            padding: 0;
            font-size: 18px;
            color: #fff;
            text-align: center;
            line-height: 38px;
            cursor: pointer;
            user-select: none;
            background: transparent;
        }

            .middleDiv.ixm .navBar a.header-btn-collapse:active {
                outline: none;
                background: transparent;
            }

        .middleDiv.ixm .navBar ul.collapse-dropdown {
            display: none;
            position: absolute;
            top: 38px;
            left: 0;
            width: 100%;
            height: auto;
            border-top: 1px solid #d3d3d3;
            background-color: #3F3F3F;
            z-index: 10;
        }

            .middleDiv.ixm .navBar ul.collapse-dropdown.active {
                display: block;
                z-index: 11;
            }

        .middleDiv.ixm .navBar > ul.collapse-dropdown > li,
        .middleDiv.ixm .navBar > ul.collapse-dropdown li {
            display: block;
            width: 100%;
            height: auto;
            line-height: unset;
            text-align: left;
        }

            .middleDiv.ixm .navBar > ul.collapse-dropdown li a {
                height: 38px;
                line-height: 38px;
            }

            .middleDiv.ixm .navBar > ul.collapse-dropdown > li > ul {
                display: block;
                width: 100%;
                position: static;
            }

                .middleDiv.ixm .navBar > ul.collapse-dropdown > li > ul a {
                    padding-left: 40px;
                }

    .middleDiv.ixm .top {
        height: 9.46vw;
        padding: 1vw 1.95vw;
        background-size: cover;
    }

        .middleDiv.ixm .top .logo {
            float: unset;
            display: block;
            width: 100%;
            padding: 0;
            text-align: left;
        }

            .middleDiv.ixm .top .logo img {
                display: inline-block;
                height: 7.46vw;
            }

    .middleDiv.ixm .tab {
        height: auto;
    }

    .middleDiv.ixm .pic {
        width: 100%;
        height: 43.94vw;
    }

    .middleDiv.ixm .ban_list .txt-bg {
        height: 4.88vw;
    }

    .middleDiv.ixm .ban_list .txt {
        height: 4.88vw;
    }

        .middleDiv.ixm .ban_list .txt li {
            height: 4.88vw;
            line-height: 4.88vw;
        }

            .middleDiv.ixm .ban_list .txt li a.slide-tips {
                padding: 0 0 0 3.22vw;
                font-size: 2.14vw;
                height: 4.88vw;
                line-height: 4.88vw;
            }

    .middleDiv.ixm .ban_list .num {
        bottom: 0.97vw;
        right: 1.66vw;
    }

        .middleDiv.ixm .ban_list .num li {
            width: 1.17vw;
            height: 1.17vw;
            line-height: 4.3vw;
            margin-right: 0.58vw;
            top: -0.78vw;
        }

    .middleDiv.ixm .ban_list .prev, .ban_list .next {
        top: 35%;
        width: 4.1vw;
        height: 6.73vw;
        text-indent: -999px;
        background-position: center;
        background-size: cover;
    }

    .middleDiv.ixm .choose {
        width: 100%;
        height: auto;
    }

        .middleDiv.ixm .choose > ul {
            display: block;
            margin: 0 0.97vw;
        }

            .middleDiv.ixm .choose > ul > li {
                float: unset;
                width: 100%;
                padding: 2.92vw 0.97vw;
            }

                .middleDiv.ixm .choose > ul > li + li {
                    border-top: 2px solid #d3d3d3;
                }

        .middleDiv.ixm .choose.news {
            height: auto;
        }

            .middleDiv.ixm .choose.news > ul > li {
                display: block;
                width: 100%;
            }

            .middleDiv.ixm .choose.news .infoList > li {
                display: inline-block;
                width: 100%;
            }

                .middleDiv.ixm .choose.news .infoList > li + li {
                    margin-top: 10px;
                }

            .middleDiv.ixm .choose.news .article-title {
                display: block;
            }

            .middleDiv.ixm .choose.news .article-time {
                display: block;
                float: unset;
                width: 100%;
                margin-top: 5px;
                text-align: right;
            }

    .middleDiv.ixm .bottomDiv.footer-container {
        position: relative;
        width: 100%;
        height: auto !important;
        overflow: hidden;
        padding: 10px;
        padding-top: 100px;
    }

        .middleDiv.ixm .bottomDiv.footer-container .table-cell {
            float: unset;
        }

            .middleDiv.ixm .bottomDiv.footer-container .table-cell:nth-child(1) {
                position: absolute;
                top: 0;
                left: 0;
                width: 50%;
                height: 100px;
            }

            .middleDiv.ixm .bottomDiv.footer-container .table-cell:nth-child(3) {
                position: absolute;
                top: 0;
                right: 0;
                width: 50%;
                height: 100px;
            }

    .middleDiv.ixm .mainDiv.has-nav {
        padding-left: 10px !important;
    }


        .middleDiv.ixm .mainDiv.has-nav .navTitle {
            left: 2px;
        }

        .middleDiv.ixm .mainDiv.has-nav .left {
            z-index: 10;
            transform: translateX(-130px);
            transition: all .3s ease;
        }

            .middleDiv.ixm .mainDiv.has-nav .left.active {
                transform: translateX(0);
            }

            .middleDiv.ixm .mainDiv.has-nav .left .left-collapse {
                position: absolute;
                right: -30px;
                top: 30px;
                display: inline-block;
                width: 30px;
                border-left: 1px solid #565656;
                border-top-right-radius: 15px;
                border-bottom-right-radius: 15px;
                font-size: 12px;
                color: #fff;
                background: #3F3F3F;
                padding: 8px 0 8px 8px;
                box-sizing: border-box;
            }

        .middleDiv.ixm .mainDiv.has-nav .mainContent {
            position: relative;
        }

        .middleDiv.ixm .mainDiv.has-nav .mainPanelLeft,
        .middleDiv.ixm .mainDiv.has-nav .mainPanelRight {
            width: 100%;
        }

        .middleDiv.ixm .mainDiv.has-nav .serviceChoiceDiv {
            padding: 0 10px;
        }

        .middleDiv.ixm .mainDiv.has-nav .button-group .button {
            float: unset;
            display: block;
            width: 100% !important;
            border-radius: 0;
        }

            .middleDiv.ixm .mainDiv.has-nav .button-group .button:first-child {
                border-top-left-radius: 4px;
                border-top-right-radius: 4px;
            }

            .middleDiv.ixm .mainDiv.has-nav .button-group .button:last-child {
                border-bottom-left-radius: 4px;
                border-bottom-right-radius: 4px;
            }

        .middleDiv.ixm .mainDiv.has-nav .driverRow {
            flex-wrap: wrap;
        }

        .middleDiv.ixm .mainDiv.has-nav .row-button,
        .middleDiv.ixm .mainDiv.has-nav .row-button-large {
            display: block;
            width: 100%;
            margin: 10px 0 10px 0;
            border-radius: 4px;
        }

        .middleDiv.ixm .mainDiv.has-nav .subpage {
            padding: 15px;
        }

        /*.mainDiv.has-nav .RForm input[type="text"], 
    .mainDiv.has-nav .RForm select {
        width: 120px;
    }*/

        .middleDiv.ixm .mainDiv.has-nav table.mobile-table {
            *appearence: none;
            -webkit-appearance: none;
        }

            .middleDiv.ixm table.mobile-table,
            .middleDiv.ixm table.mobile-table tbody,
            .middleDiv.ixm table.mobile-table tr,
           .middleDiv.ixm  table.mobile-table td,
            .middleDiv.ixm .mainDiv.has-nav table.mobile-table,
            .middleDiv.ixm .mainDiv.has-nav table.mobile-table tbody,
            .middleDiv.ixm .mainDiv.has-nav table.mobile-table tr,
            .middleDiv.ixm .mainDiv.has-nav table.mobile-table td {
                display: block;
                width: 100% !important;
                min-width: unset !important;
            }

        .middleDiv.ixm .mainDiv.has-nav .RForm input[type="text"],
        .middleDiv.ixm .mainDiv.has-nav .RForm select,
        .middleDiv.ixm .mainDiv.has-nav .RForm input[type="text"].large {
            width: 280px !important;
        }

        .middleDiv.ixm .mainDiv.has-nav .RForm .center {
            text-align: left;
        }

        .middleDiv.ixm .mainDiv.has-nav .RForm .address-list > li {
            width: 100%;
            margin-right: 0;
        }

        .middleDiv.ixm .mainDiv.has-nav #natureChange .infoPanel > .infoBtn > span {
            display: block;
            width: 100%;
        }

            .middleDiv.ixm .mainDiv.has-nav #natureChange .infoPanel > .infoBtn > span br {
                display: none;
            }

        .middleDiv.ixm .mainDiv.has-nav #natureChange .infoPanel > .infoBtn + .infoBtn {
            margin-top: 20px;
        }

        .middleDiv.ixm .mainDiv.has-nav #applyContent .font-notice {
            width: 100% !important;
        }

        .middleDiv.ixm .mobile-no-fixed,
        .middleDiv.ixm .mainDiv.has-nav #applyContent .mobile-no-fixed {
            position: static !important;
            top: unset !important;
            left: unset !important;
        }

    .middleDiv.ixm .mobile-show {
        display: block;
    }

    .middleDiv.ixm .mainDiv.has-nav .row-button-large.mobile-row-button-large {
        height: auto;
    }

        .middleDiv.ixm .mainDiv.has-nav .row-button-large.mobile-row-button-large .label-div {
            position: static;
            top: unset;
            left: unset;
            height: 42px;
            line-height: 42px;
            border-bottom: 2px solid #fff;
        }

        .middleDiv.ixm .mainDiv.has-nav .row-button-large.mobile-row-button-large .row-button-click-large {
            position: relative;
            display: flex !important;
            align-items: center;
            background: transparent !important;
            height: auto;
        }

            .middleDiv.ixm .mainDiv.has-nav .row-button-large.mobile-row-button-large .row-button-click-large::after {
                left: 50%;
                top: 0;
                height: 100%;
            }

        .middleDiv.ixm .mainDiv.has-nav .row-button-large.mobile-row-button-large .application-btn-div {
            flex-shrink: 0;
            width: 50%;
            padding: 10px 5px;
        }

        .middleDiv.ixm .mainDiv.has-nav .row-button-large.mobile-row-button-large .application-btn {
            position: static;
            top: unset;
            left: unset;
            bottom: unset;
            right: unset;
            height: auto;
        }

            .middleDiv.ixm .mainDiv.has-nav .row-button-large.mobile-row-button-large .application-btn-div > .a-guid {
                position: absolute;
                top: -32px;
                right: 7px;
                margin: 0;
            }






    .layui-layer {
        max-width: 100vw !important;
    }
}
/* 子菜单 */
.subMenu {
    display: none;
    position: absolute;
    z-index: 9999999999999999999999999999;
    background: #3F3F3F;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    width: 110px;
}

    .subMenu li {
        width: 110px;
        display: block;
    }

        .subMenu li:hover {
            background: #4f4f4f;
        }


/* Tab */
.tabUl {
    display: block;
    height: 40px;
    line-height: 37px;
    position: relative;
}

    .tabUl:after {
        position: absolute;
        content: " ";
        height: 1px;
        background: #e5e5e5;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .tabUl > li {
        display: inline-block;
        font-size: 14px;
        color: #4f4f4f;
        margin-left: 10px;
        cursor: pointer;
    }

        .tabUl > li:hover {
            color: #00b4e9;
        }

    .tabUl > .ac {
        color: #00b4e9;
        border-bottom: 3px solid #00b4e9;
    }

.tabContent {
}

    .tabContent > div {
        display: none;
        padding: 10px;
    }

    .tabContent > .ac {
        display: block;
    }


/* infoPanel */
.infoPanel {
    padding: 10px;
}

    .infoPanel > .infoBtn {
        display: inline-block;
        border-radius: 3px;
        vertical-align: top;
        margin: 0 10px;
    }

        .infoPanel > .infoBtn > span {
            /*height: 58px;*/
            vertical-align: top;
            display: inline-block;
            padding: 10px;
            font-size: 16px;
        }

            .infoPanel > .infoBtn > span:last-child {
                font-size: 30px;
                padding: 10px 10px 10px 0;
            }
/*searchPanel*/
.searchPanel {
    padding: 10px;
    font-family: 'Microsoft YaHei';
}

    .searchPanel input[type="text"] {
        display: inline-block;
        height: 25px;
        border: 1px solid #ddd;
        border-radius: 3px;
        padding-left: 5px;
        padding-right: 5px;
        font-family: 'Microsoft YaHei';
    }

    .searchPanel label {
        margin: 0 5px;
    }

    .searchPanel select {
        border: none;
        border: 1px solid #ddd;
        border-radius: 3px;
        height: 25px;
    }

    .searchPanel a {
        display: inline-block;
        height: 30px;
        width: 30px;
        vertical-align: middle;
        line-height: 30px;
    }

/*个人从业信息*/

.employmentContent {
    text-align: center;
}

    .employmentContent h1 {
        font-size: 20px;
        line-height: 50px;
        color: #1B91BD;
    }

    .employmentContent p {
        font-size: 16px;
        font-weight: bold;
    }

    .employmentContent .tableDiv {
        width: 620px;
        margin: 20px auto;
        text-align: center;
    }

    .employmentContent table {
        width: 100%;
    }

/* 表格 */
.mytable {
    width: 100%;
}

    .mytable td, th {
        padding: 0 5px;
        height: 44px;
        min-width: 30px;
        border: 1px solid #EEE;
        text-align: center;
    }

.bg td:nth-child(odd) {
    background: #F8F8F8;
}

/* 车辆许可申请 审核详情 */
.audit-result,
.access-result {
    text-align: center;
}

    .audit-result span,
    .access-result span {
        display: inline-block;
        line-height: 20px;
        vertical-align: middle;
        text-align: left;
    }

    .audit-result .tiss-btn,
    .access-result .tiss-btn {
        height: 35px;
        width: 110px;
        font-weight: bold;
        vertical-align: middle;
    }

    .audit-result .audit-status,
    .access-result .access-status {
        text-align: left;
        font-size: 12px;
        padding-top: 50px;
        margin: 0 auto;
    }

    .audit-result .audit-status-title,
    .access-result .access-status-title {
        color: #ff7125;
        font-size: 31px;
        font-weight: bold;
        margin-right: 15px;
        line-height: 1.43;
    }

    .audit-result .audit-status-dec,
    .access-result .access-status-dec {
        color: #ff7125;
        font-size: 13px;
        text-align: left;
        line-height: 18px;
    }

    .audit-result .audit-status p,
    .access-result .access-status p {
        margin: 15px 0;
        text-align: left;
        color: #303030;
        line-height: 20px;
        font-weight: 500;
    }

    .access-result .cancel-transfer-out {
        display: none;
        width: 100%;
        margin-top: 40px;
    }

        .access-result .cancel-transfer-out .text {
            font-size: 14px;
            color: #303030;
            font-weight: bold;
            margin-right: 15px;
        }

.change-platform {
    margin: 40px auto 0;
    width: 360px;
    text-align: left;
    display: none;
}

    .change-platform p {
        font-size: 14px;
        margin-bottom: 20px;
        font-weight: bold;
    }

    .change-platform .platform {
        border-color: #efefef;
        width: 220px;
        height: 110px;
    }

        .change-platform .platform option {
            padding: 10px;
            color: #9a9a9a;
            font-size: 14px;
        }

    .change-platform .select-confirm {
        display: inline-block;
        vertical-align: top;
        margin-left: 15px;
    }

        .change-platform .select-confirm .tiss-btn {
            margin: 10px 0;
        }

.no-pass {
    color: #ff7125;
    text-align: left;
    width: 650px;
    margin: 0 auto;
}

    .no-pass p {
        font-size: 13px;
        margin: 15px 0;
        text-align: left;
    }

.no-pass-list {
    list-style: none;
    counter-reset: counter;
}

    .no-pass-list li {
        margin-bottom: 7px;
    }

        .no-pass-list li:before {
            content: counter(counter)"、";
            counter-increment: counter;
        }

    .no-pass-list > li > .no-pass-dec {
        color: #9a9a9a;
        vertical-align: baseline;
    }

.apply-again,
.supplement-entry {
    margin-top: 15px;
    width: 100%;
    display: none;
}

    .apply-again h3,
    .supplement-entry h3 {
        color: #00c4ee;
        text-align: left;
        margin-bottom: 10px;
        font-size: 15px;
        font-weight: bold;
    }

    .apply-again .basic-panel-body,
    .supplement-entry .basic-panel-body {
        border: 1px dashed #00c4ee;
        padding: 10px;
        border-radius: 3px;
    }

    .apply-again table {
        font-size: 14px;
        font-weight: 600;
        width: 100%;
    }

        .apply-again table td,
        .supplement-entry table td {
            height: 30px;
            padding: 5px 0;
            line-height: 30px;
            text-align: left;
        }

            .apply-again table td:nth-child(odd) {
                text-align: right;
            }

            .apply-again table td input,
            .supplement-entry table td input,
            .apply-again table td select {
                height: 30px;
                width: calc(100% - 30px);
                margin: 0 15px;
                border: 1px solid #ddd;
                border-radius: 3px;
                font-size: 13px;
                text-align: center;
            }

            .apply-again table td select {
                -webkit-appearance: none;
                text-align-last: center;
            }

                .apply-again table td input:focus,
                .supplement-entry table td input:focus,
                .apply-again table td select:focus {
                    border: 1px solid #00B4E9;
                }

            .apply-again table td input.inputHasUnit {
                margin-right: 5px;
                width: calc(100% - 55px);
            }

    .supplement-entry h3 {
        color: #ff7125;
    }

    .supplement-entry .basic-panel-body {
        border: 1px dashed #ff7125;
    }

    .supplement-entry table td input {
        margin: 0;
    }

.no-pass-mark {
    color: #008ec1;
    padding: 15px;
    width: 100%;
    height: 50px;
    font-size: 13px;
    line-height: 50px;
    border: 1px solid #efefef;
}

#gpsOperateTable tr {
    text-align: center;
    font-size: 14px;
    height: 30px;
}

#gpsOperateTable td {
    border: 1px solid #CCCCCC;
}

.stat-item {
    display: inline-block;
    min-width: 100px;
    border-radius: 3px;
    margin: 0 10px;
    border: 1px solid transparent;
    text-align: center;
    overflow: hidden;
}

.stat-item__label {
    padding: 10px;
    font-size: 16px;
}

.stat-item__value {
    padding: 6px 10px;
    font-size: 30px;
}

.stat-item.theme-orange {
    border-color: #FB6E00;
}

.stat-item.theme-orange .stat-item__label {
    color: #fff;
    background-color: #FB6E00;
}

.stat-item.theme-orange .stat-item__value {
    color: #FB6E00;
}

.stat-item.theme-skyblue  {
    border-color: #DFF6FB;
}

.stat-item.theme-skyblue .stat-item__label {
    color: #00A1D7;
    background-color: #DFF6FB;
}

.stat-item.theme-skyblue .stat-item__value {
    color: #00A1D7;
}
