﻿@charset "utf-8";

blockquote, body, button, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, hr, input, legend, li, ol, p, pre, td, textarea, th, ul {
    margin: 0;
    padding: 0;
}

body, button, input, select, textarea {
    font: 14px/1.5 tahoma,arial,"Hiragino Sans GB",微软雅黑,sans-serif;
}

body {
    overflow: auto;
    background-image: url("../images/mainbg.jpg");
    background-size: cover;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

ol, ul {
    list-style: outside none none;
}

*:focus {
    outline: none;
}

a {
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

b {
    font-weight: normal;
}

img {
    border: none;
}

button, input, select, textarea {
    font-size: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    *zoom: 1;
}

.nonei {
    display: none !important;
}

.fl {
    float: left;
    position: relative;
}

.fr {
    float: right;
}

.container {
    padding: 5px;
    position: relative;
}

.set-up {
    background-color: #374249;
    width: 100%;
}

.notice {
    line-height: 59px;
    margin-left: 205px;
}

.maintable {
    background-image: none;
}

.notice p {
    color: #8a959e;
    padding-left: 24px;
}

.notice a:hover {
    color: #f5f5f5;
}

.notice a {
    color: #8a959e;
    text-decoration: none;
}

    .notice a:hover {
        text-decoration: underline;
    }

.contentloaddetail {
    text-align: center;
    line-height: 30px;
    cursor: pointer;
}

.headimg {
    border-radius: 50%;
    height: 43px;
    width: 43px;
    margin-top: 9px;
}

.headtext {
    font-size: 12px;
    color: #fff;
    line-height: 59px;
    padding-left: 10px;
}

.organbtn {
    float: left;
    width: 47px;
    height: 38px;
    border-right: 1px solid #444f56;
    margin-top: 12px;
    cursor: pointer;
}

.disabledlabel.label-name i {
    display: none;
}

.moreLabel {
    background-color: #fceada;
    display: none;
    max-height: 300px;
    overflow: auto;
    padding: 0 10px;
    position: absolute;
    right: 0;
    text-align: left;
    width: 160px;
    z-index: 10;
    -moz-user-select: none; /*火狐*/
    -webkit-user-select: none; /*webkit浏览器*/
    -ms-user-select: none; /*IE10*/
    -khtml-user-select: none; /*早期浏览器*/
    user-select: none;
}

    .moreLabel li {
        cursor: pointer;
        color: #929292;
        line-height: 30px;
    }

        .moreLabel li.select {
            font-weight: bold;
        }

.dateicon {
    background-image: url("../images/date.png");
    background-repeat: no-repeat;
    background-position: center center;
    margin-left: 38px;
}

.seticon {
    background-image: url("../images/set.png");
    background-repeat: no-repeat;
    background-position: center center;
}

.askicon {
    background-image: url("../images/ask.png");
    background-repeat: no-repeat;
    background-position: center center;
}

.proposalicon {
    background-image: url("../images/fank.png");
    background-repeat: no-repeat;
    background-position: center center;
}

.area-inner {
    overflow: auto;
}

.returnicon {
    background-image: url("../images/return.png");
    background-repeat: no-repeat;
    background-position: center center;
}

.role_xy_icon {
    background-image: url("../images/icon_xy_role.png");
    background-repeat: no-repeat;
    background-position: center center;
}

.role_sz_icon {
    background-image: url("../images/icon_sz_role.png");
    background-repeat: no-repeat;
    background-position: center center;
}

.one-menu {
    background-color: #7ab1e5;
    background-image: url("../images/onemenubg.png");
    background-repeat: no-repeat;
    width: 190px;
    height: 59px;
    position: relative;
}

    .one-menu h3 {
        color: #fff;
        font-size: 18px;
        line-height: 59px;
        overflow: hidden;
        padding: 0 40px 0 75px;
        text-overflow: ellipsis;
        white-space: nowrap;
        cursor: pointer;
    }

        .one-menu h3:hover {
            color: #000;
        }

.menu {
    position: absolute;
    left: 5px;
    top: 5px;
    width: 190px;
}
/*.other-menu{
	background:rgba(0,0,0,.3);
	height: 800px;
	padding:10px;
	overflow: auto;
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#4d000000', EndColorStr='#4d000000');
}*/
.two-menu {
    background: rgba(0,0,0,.15);
    line-height: 44px;
    position: relative;
    cursor: pointer;
    margin-bottom: 6px;
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#26000000', EndColorStr='#26000000');
    height: 44px;
    *position: static;
}

    .two-menu span {
        color: #fff;
        padding-left: 15px;
        display: block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .two-menu i {
        background-color: #7ab1e5;
        position: absolute;
        height: 100%;
        width: 4px;
        left: 0;
        top: 0;
        *display: none;
    }

.three-menu {
    padding-bottom: 5px;
    line-height: 45px;
    padding-left: 20px;
    display: none;
}

    .three-menu dd {
        color: #fff;
        cursor: pointer;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        transition: all 0.5s ease 0s;
        -moz-user-select: none; /*火狐*/
        -webkit-user-select: none; /*webkit浏览器*/
        -ms-user-select: none; /*IE10*/
        -khtml-user-select: none; /*早期浏览器*/
        user-select: none;
    }

        .three-menu dd:nth-child(2) {
            animation-delay: 50ms;
        }

        .three-menu dd:nth-child(3) {
            animation-delay: 100ms;
        }

        .three-menu dd:nth-child(4) {
            animation-delay: 150ms;
        }

        .three-menu dd:nth-child(5) {
            animation-delay: 200ms;
        }

        .three-menu dd:nth-child(6) {
            animation-delay: 250ms;
        }

        .three-menu dd:nth-child(7) {
            animation-delay: 300ms;
        }

        .three-menu dd:nth-child(8) {
            animation-delay: 350ms;
        }

        .three-menu dd:nth-child(9) {
            animation-delay: 400ms;
        }

        .three-menu dd:nth-child(10) {
            animation-delay: 450ms;
        }

        .three-menu dd:nth-child(11) {
            animation-delay: 500ms;
        }

        .three-menu dd:nth-child(12) {
            animation-delay: 550ms;
        }

        .three-menu dd:nth-child(13) {
            animation-delay: 600ms;
        }

        .three-menu dd:nth-child(14) {
            animation-delay: 650ms;
        }

        .three-menu dd:nth-child(15) {
            animation-delay: 700ms;
        }

        .three-menu dd:nth-child(16) {
            animation-delay: 750ms;
        }

        .three-menu dd:nth-child(17) {
            animation-delay: 800ms;
        }

        .three-menu dd:nth-child(18) {
            animation-delay: 850ms;
        }

        .three-menu dd:nth-child(19) {
            animation-delay: 900ms;
        }

        .three-menu dd:nth-child(20) {
            animation-delay: 950ms;
        }

.select.three-menu dd {
    animation-duration: 0.8s;
    animation-fill-mode: both;
    animation-name: returnToNormal;
}

@keyframes returnToNormal {
    0% {
        opacity: 0;
        transform: translate3d(0px, -100%, 0px);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

.three-menu dd a {
    display: block;
}

.labels {
    height: 29px;
    padding-left: 14px;
    line-height: 29px;
    padding-top: 8px;
    border-bottom: 1px solid #b3b3b3;
    background-color: #f1f3f5;
    position: relative;
    padding-right: 30px;
}

.label-name {
    position: relative;
    width: 10%;
    float: left;
    height: 29px;
}

.label {
    background-color: rgb(122, 177, 229);
    display: block;
    color: #fff;
    padding-left: 8px;
    margin-right: 3px;
    cursor: pointer;
}

    .label span {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: block;
        padding-right: 20px;
        color: #939290;
        -moz-user-select: none; /*火狐*/
        -webkit-user-select: none; /*webkit浏览器*/
        -ms-user-select: none; /*IE10*/
        -khtml-user-select: none; /*早期浏览器*/
        user-select: none;
    }

.label-name.select .label span {
    color: #595959;
}

.label i {
    background-image: url("../images/closelabel.png");
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    width: 10px;
    height: 10px;
    top: 11px;
    right: 11px;
}

    .label i:hover {
        background-image: url("../images/closelabelse.png");
        background-color: red;
    }

.label-name.select .label {
    border-top: 1px solid #b3b3b3;
    border-left: 1px solid #b3b3b3;
    border-right: 1px solid #b3b3b3;
}

.main {
    margin-left: 190px;
    background-color: #fff;
    position: relative;
    z-index: 5;
}

.morelabelBtn {
    background-image: url("../images/droplabel.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #fceada;
    height: 27px;
    width: 27px;
    float: left;
    margin-top: 2px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 8px;
}

.location {
    font-size: 12px;
    margin: 0 14px;
    line-height: 35px;
}

    .location a {
        color: #7ab1e6;
    }

.drops {
    margin: 0 14px 10px;
    background-color: #f1f1f1;
    border: 1px solid #ddd;
    padding: 0 175px 6px 7px;
    min-height: 31px;
}

.dropdowm {
    position: relative;
    float: left;
    margin-right: 6px;
    border: 1px solid #ccc;
    margin-top: 6px;
    *z-index: 2;
}

    .dropdowm .dropContentOne {
        width: 100%;
    }

.dropdowmlable {
    background-color: #fff;
    padding: 0 25px 0 5px;
    line-height: 23px;
    color: #333;
    font-size: 12px;
    border: 0;
    display: block;
    cursor: pointer;
    width: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 23px;
}

.dropdowm.disabled .dropdowmlable {
    color: gray;
}

.dropiconws {
    background-image: url("../images/dropbg.png");
    background-repeat: no-repeat;
    position: absolute;
    right: 10px;
    width: 13px;
    height: 7px;
    top: 8px;
    pointer-events: none;
    z-index: 10
}

.dropdowm.select {
    border: 1px solid #aaa;
}

.setupBtn,
.selectBtn,
.screenBtn {
    background-color: #9ac72a;
    border: 1px solid #8fb827;
    width: 44px;
    line-height: 23px;
    display: block;
    font-size: 12px;
    color: #fff;
    text-align: center;
    float: right;
    margin-left: 10px;
    cursor: pointer;
    top: 6px;
}

.ExportierenBtn {
    background-color: #9ac72a;
    border: 1px solid #8fb827;
    width: 100px;
    line-height: 23px;
    display: block;
    font-size: 12px;
    color: #fff;
    text-align: center;
    float: right;
    margin-left: 10px;
    cursor: pointer;
    top: 6px;
}

.issetmore {
    position: absolute;
    right: 75px;
    top: 6px;
}

.setupBtn {
    background-color: #e5e5e5;
    color: #333;
    border: 1px solid #ccc;
}

.selectBtn {
    position: absolute;
    right: 20px;
    top: 6px;
}

.screenBtn {
    top: 0;
    right: 0;
    position: absolute;
}

.derivedbar {
    height: 2px;
    background-color: #9c9c9c;
}

.derived {
    margin: 0 14px;
}

.derivedcon {
    height: 20px;
    padding: 6px 10px;
    border: 1px solid #ccc;
    background-color: #e6e6e6;
}

.alldropinnerinout {
    border: 1px solid #ccc;
    margin: 10px 5px;
}

.deribtn {
    border: 1px solid #c1c1c1;
    background-color: #fbfbfb;
    color: #7f7f7f;
    font-size: 12px;
    cursor: pointer;
    line-height: 19px;
    display: block;
    padding: 0 5px 0 20px;
}

.deriadd {
    background-image: url("../images/icon1.png");
    background-repeat: no-repeat;
    background-position: 5px center;
    margin-right: 4px;
}

.derisort-up {
    background-image: url("../images/sort-up.png");
    background-repeat: no-repeat;
    background-position: 3px center;
    margin-right: 4px;
}

.derisort-down {
    background-image: url("../images/sort-down.png");
    background-repeat: no-repeat;
    background-position: 3px center;
    margin-right: 4px;
}

.deridel {
    background-image: url("../images/icon2.png");
    background-repeat: no-repeat;
    background-position: 5px center;
    margin-right: 4px;
}

.deriall {
    background-image: url("../images/icon3.png");
    background-repeat: no-repeat;
    background-position: 5px center;
    margin-left: 4px;
}

.derive {
    background-image: url("../images/icon4.png");
    background-repeat: no-repeat;
    background-position: 5px center;
    margin-left: 4px;
}

.superTablediv {
    margin: 0 14px;
    position: relative;
}

.superTabledivCon {
    width: 100%;
}

.superTablecontent {
    overflow: auto;
    height: 300px;
}

.sureTablecontent {
    overflow: hidden;
}

.superTabletitle {
    overflow: hidden;
    width: 100%;
}

.superTable_head th, .superTable_body th {
    border: 1px solid #ccc;
    font-size: 12px;
    color: #7b7b7b;
    font-weight: normal;
    height: 28px;
    width: 100px;
    cursor: pointer;
    -moz-user-select: none; /*火狐*/
    -webkit-user-select: none; /*webkit浏览器*/
    -ms-user-select: none; /*IE10*/
    -khtml-user-select: none; /*早期浏览器*/
    user-select: none;
}

.superTable_body td {
    text-align: center;
    height: 28px;
    font-size: 12px;
    color: #4c4c4c;
    border: 1px solid #e9e9e9;
    cursor: pointer;
    word-break: break-all;
}

.superTable_head thead, .superTable_body thead {
    background-color: #ebebeb;
}

.surediv {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.page-table {
    text-align: center;
    height: 30px;
    position: relative;
    left: 0;
}

.loadingmore, .allloading {
    display: none;
    cursor: pointer;
    line-height: 30px;
}

.loadingmoresure {
    display: block;
    line-height: 47px;
}

.moveicon {
    background-image: url("../images/loads.gif");
    background-repeat: no-repeat;
    height: 30px;
    width: 60px;
    cursor: pointer;
    display: block;
    margin: 0 auto;
    display: none;
}

.allloading {
    display: none;
}

.superTabletitlediv {
    padding-right: 17px;
    overflow: hidden;
}

.superTable_body th {
    border-bottom-width: 0;
    border-top-width: 0;
    height: 0;
    padding-bottom: 0;
    padding-top: 0;
}

    .superTable_body th div {
        height: 0;
        overflow: hidden;
    }

.superTable_body tr.select td {
    background-color: #fff2ca;
}

.bgf {
    background-color: #fff;
    width: 100%;
    height: 22px;
}

.status {
    display: none;
}

.allcontent {
    display: none;
    padding-left: 10px;
}

.alllabel {
    display: none;
    padding-right: 30px;
    cursor: pointer;
    position: relative;
    line-height: 10px;
}

.model, .modeldiv {
    position: fixed;
    height: 100%;
    width: 100%;
    background: rgba(68,79,86,.35);
    left: 0;
    top: 0;
    z-index: 1;
    display: none;
}

.maincontent {
    position: relative;
    z-index: 5;
    background-color: #fff;
}

.sortTabName {
    position: absolute;
    bottom: 20px;
    background-color: #fff;
    width: 130px;
    left: -90px;
    z-index: 2;
    display: none;
    border: 1px solid #ccc;
}

.sortTabNameinner {
    max-height: 360px;
    overflow-y: auto;
}

.sortTabName p {
    background-image: url("../images/checkbox.png");
    background-position: 20px center;
    background-repeat: no-repeat;
    height: 35px;
    padding-left: 40px;
    line-height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.staticBtnDiv.staticBtnsDiv {
    margin: 12px auto;
    width: 107px;
}

    .staticBtnDiv.staticBtnsDiv .staticBtn {
        margin: 0 3.5px;
    }

.superTable_head {
    width: 100%;
}

.sortTabName p.select {
    background-image: url("../images/checkboxs.png");
}

.sortTabName p:hover {
    color: #fff;
    background-color: #a4d52c;
}

.staticBtn {
    height: 23px;
    line-height: 23px;
    width: 44px;
    text-align: center;
    display: block;
    float: left;
    margin-left: 7px;
}

.staticSure {
    background-color: #a4d52c;
    border: 1px solid #9ecc2b;
    color: #fff;
}

.staticCancel {
    border: 1px solid #ccc;
}

.operation {
    text-align: left;
}

    .operation img {
        margin-left: 10px;
        border: 1px solid #c1c1c1;
    }

.staticBtnDiv {
    margin: 12px 0;
}

#jsonData {
    display: none;
}

.one-menu-list li {
    height: 45px;
    margin-top: 5px;
    text-align: center;
    line-height: 45px;
    color: #fff;
    cursor: pointer;
    opacity: 0;
    transform: translateX(-100px);
    transition: all 0.4s ease 0s;
    display: none\9;
}

    .one-menu-list li:hover {
        color: #000;
    }

.one-menu-list.active li {
    opacity: 1;
    transform: translateX(0px);
    display: block\9;
}

    .one-menu-list.active li:nth-child(1) {
        transition-delay: 200ms;
    }

    .one-menu-list.active li:nth-child(2) {
        transition-delay: 300ms;
    }

    .one-menu-list.active li:nth-child(3) {
        transition-delay: 400ms;
    }

    .one-menu-list.active li:nth-child(4) {
        transition-delay: 500ms;
    }

    .one-menu-list.active li:nth-child(5) {
        transition-delay: 600ms;
    }

    .one-menu-list.active li:nth-child(6) {
        transition-delay: 700ms;
    }

    .one-menu-list.active li:nth-child(7) {
        transition-delay: 800ms;
    }

    .one-menu-list.active li:nth-child(8) {
        transition-delay: 900ms;
    }

    .one-menu-list.active li:nth-child(9) {
        transition-delay: 1000ms;
    }

    .one-menu-list.active li:nth-child(10) {
        transition-delay: 1100ms;
    }

    .one-menu-list.active li:nth-child(11) {
        transition-delay: 1200ms;
    }
    .one-menu-list.active li:nth-child(12) {
        transition-delay: 1300ms;
    }
    .one-menu-list.active li:nth-child(13) {
        transition-delay: 1400ms;
    }
    .one-menu-list.active li:nth-child(14) {
        transition-delay: 1500ms;
    }
    .one-menu-list.active li:nth-child(15) {
        transition-delay: 1600ms;
    }
.one-menu-list {
    position: absolute;
    left: 0;
    width: 190px;
    z-index: -1;
}

    .one-menu-list.active {
        z-index: 1;
    }

.superTable_head th.topsorf {
    background-image: url("../images/artop.png");
    background-repeat: no-repeat;
    background-position: 90% center;
}

.superTable_head th.bottomsorf {
    background-image: url("../images/arbottom.png");
    background-repeat: no-repeat;
    background-position: 90% center;
}

.moreSelectInnerOne {
    background-color: #fff;
    position: absolute;
    top: 24px;
    left: -1px;
    padding-top: 10px;
    border: 1px solid #999;
    z-index: 11;
    display: none;
}

.moreSelectInnerTwo {
    background-color: #fff;
    border: 1px solid #9a9a9a;
    position: fixed;
    top: 20%;
    left: 50%;
    z-index: 9999;
    display: none;
}

.seelctedIf {
    border: 1px solid #e6ebed;
    margin: 15px 9px 18px;
    height: 60px;
    overflow: auto;
}

.moreSelectInnerTwo .area-inner {
    border: 1px solid #e6ebed;
    margin: 0 10px;
    overflow: auto;
    min-width: 360px;
}

.moreSelectInput {
    margin: 0 10px 20px;
    position: relative;
}

.moreSelectInnerTwo .cancelBtns {
    margin-left: 26px;
}

.moreSelectInnerTwo .deotit {
    height: 40px;
    line-height: 40px;
    background-color: #687177;
    position: relative;
}

    .moreSelectInnerTwo .deotit h3 {
        padding-left: 20px;
        color: #fff;
        font-size: 16px;
    }

    .moreSelectInnerTwo .deotit i {
        background-image: url("../images/popclose.png");
        background-repeat: no-repeat;
        height: 13px;
        width: 13px;
        position: absolute;
        top: 14px;
        right: 20px;
        cursor: pointer;
    }

.selectContent {
    background-color: #fff;
    position: absolute;
    right: 15px;
    top: 40px;
    width: 254px;
    padding-top: 10px;
    border: 1px solid #999;
    z-index: 3;
    display: none;
}

    .selectContent .areaname {
        width: 54px;
    }

.selectListScreen {
    margin-left: 15px;
}

.screenContent {
    float: left;
}

.screenContent {
    border: 1px solid #ddd;
    height: 22px;
    margin-bottom: 6px;
    padding-left: 4px;
    margin-right: 5px;
    position: relative;
    padding-right: 20px;
}

    .screenContent label {
        color: #999;
        float: left;
    }

    .screenContent span {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        float: left;
        width: 300px;
    }

    .screenContent i, .dropInput i {
        background-image: url(../images/closelabel.png);
        background-repeat: no-repeat;
        height: 7px;
        width: 8px;
        position: absolute;
        top: 7px;
        right: 7px;
        cursor: pointer;
    }

.dropInput i {
    top: 10px;
}

.moreIf {
    background-image: url("../images/downicon.png");
    background-position: right center;
    background-repeat: no-repeat;
    color: #333;
    cursor: pointer;
    float: right;
    font-size: 12px;
    line-height: 25px;
    padding-right: 30px;
    width: 30px;
}

.checkboxicon {
    height: 12px;
    width: 12px;
    border: 1px solid #ccc;
    display: block;
    cursor: pointer;
    float: left;
}

.areaname {
    background-image: url("../images/checkbox.png");
    background-position: 10px center;
    background-repeat: no-repeat;
    float: left;
    padding-left: 25px;
    width: 70px;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    .areaname.select {
        background-image: url("../images/checkboxs.png");
    }

    .areaname span {
        color: #666;
        font-size: 12px;
        padding-left: 2px;
    }

.area-btn {
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: center;
}

.sureBtns {
    color: #fff;
    width: 46px;
    height: 25px;
    line-height: 25px;
    background-color: #9ac72a;
    padding: 5px 10px;
    text-align: center;
    cursor: pointer;
}

.cancelBtns {
    width: 44px;
    height: 23px;
    line-height: 25px;
    border: 1px solid #ccc;
    padding: 5px 10px;
    text-align: center;
    margin-left: 6px;
    cursor: pointer;
}

.iframeInner {
    background-color: #fff;
}

.moreSelectInput label {
    /*float:left;
	margin-left:5px;*/
    position: absolute;
    left: 5px;
    top: 0;
    line-height: 23px;
}

.moreSelectInput .inputinner {
    border: 1px solid #ddd;
    display: block;
    margin-left: 125px;
    /*margin-right: 60px;*/
    padding-right: 10px;
}

.moreSelectInput input {
    /*float:left;
	width:100px !important;*/
    width: 100%;
    border: 0;
    line-height: 23px;
    background-image: url("../images/search.png");
    background-repeat: no-repeat;
    background-position: right center;
}

.moreSelectInput .sureBtns {
    margin-left: 5px;
}

.dropContentOne {
    background-color: #fff;
    position: absolute;
    top: 23px;
    left: -1px;
    z-index: 1000;
    display: none;
    min-width: 100%;
    border: 1px solid #aaa;
    overflow-y: auto;
    max-height: 240px;
}

    .dropContentOne.inputEntry {
        /*padding: 10px 5px;
    width: 105px;*/
    }

        .dropContentOne.inputEntry input {
            border: 0;
            width: 100%;
        }

.dd-spacer {
    position: absolute;
    height: 3px;
    background-color: #fff;
    width: 100%;
    left: 0;
    top: 23px;
    z-index: 100;
    display: none;
}

.singleDrop li {
    height: 25px;
    line-height: 25px;
    cursor: pointer;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    color: #666;
    margin: 0 2px;
}

    .singleDrop li:hover {
        color: #fff;
        background-color: #aaa;
    }

.dropInput {
    /*margin:3px;*/
    margin: 5px 8px 5px 5px;
    font-size: 12px;
    color: #666;
    position: relative;
    /*padding-right: 50px;*/
}

    .dropInput input {
        border: 1px solid #ccc;
        width: 100%;
        line-height: 23px;
        background-image: url("../images/search.png");
        background-repeat: no-repeat;
        background-position: right center;
    }

.loadingTable {
    position: absolute;
    top: 30%;
    left: 50%;
    margin-left: -27px;
    display: none;
}

.enlarge {
    height: 59px;
    width: 59px;
    background-color: #5e97cc;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    text-indent: -20000px;
}

.enlargeSelect.enlarge .icon::before {
    transform: translateY(9px) rotate(45deg);
}

.enlargeSelect.enlarge .icon::after {
    transform: translateY(-9px) rotate(-45deg);
}

.enlargeSelect.enlarge .icon {
    width: 0;
}

.enlarge .icon {
    background-color: white;
    border-radius: 2px;
    height: 4px;
    left: 15px;
    position: absolute;
    top: 28px;
    transition-duration: 0.5s;
    width: 27px;
}

    .enlarge .icon::before {
        top: -9px;
    }

    .enlarge .icon::after {
        top: 9px;
    }

    .enlarge .icon::before, .enlarge .icon::after {
        background-color: white;
        border-radius: 2px;
        content: "";
        height: 4px;
        left: 0;
        position: absolute;
        transition-duration: 0.5s;
        width: 27px;
    }

.inputbtn {
    width: 104px;
    margin: 0 auto 10px;
}

.dropLoading {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    text-align: center;
    display: none;
}

.screenMore {
    text-align: center;
    cursor: pointer;
    line-height: 30px;
}

.timename {
    background-color: #fff;
    bottom: 0;
    height: 23px;
    left: 0;
    padding: 0 25px 0 5px;
    position: absolute;
    cursor: pointer;
    font-size: 12px;
    line-height: 23px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/*华医*/

/*dd.item{height:46px;position:relative;}
dd.item input.login{width:54px;height:24px;color:#fff; border:1px solid #9fce2a;font-size:12px;background:#a4d52c; cursor:pointer;}
dd.item input.cancel{margin-left:30px;width:54px;height:24px;color:#333; border:1px solid #ccc;font-size:12px;background:#f5f5f5; cursor:pointer;}
label.aa{ font-size:14px; width:80px; float:left; height:24px; line-height:24px;}
dd.item input{ width:174px;height:24px;border:1px solid #ccc;}*/

.errpr_box {
    display: block;
    background: url(../images/info_top_01.png) no-repeat;
    font-size: 14px;
    width: 210px;
    position: absolute;
    left: 260px;
    top: 0;
    color: #666;
    padding: 2px 0 0 0px;
}

.errpr_text {
    background: url(../images/info_bg_06.png);
    width: 210px;
    display: block;
}

.errpr_box p {
    margin: 0;
    padding: 0;
    line-height: 26px;
    background: url(../images/info_x_03.png) no-repeat;
    background-position: 0 6px;
    padding-left: 36px;
    padding-bottom: 2px;
}


.ok {
    display: none;
    width: 20px;
    height: 20px;
    /*background: url(../images/ok.gif) no-repeat;*/
    background: url(../images/c_v_03.png) no-repeat;
    position: absolute;
    left: 240px;
    top: 4px;
    background-position: center;
}

.ok_reg {
    display: none;
    width: 20px;
    height: 20px;
    background: url(../images/c_v_03.png) no-repeat;
    position: absolute;
    left: 245px;
    top: 10px;
}

.login_box_center_box {
    width: 100%;
    height: 47px;
    border-top: 1px solid #dee3e2;
    background: #fff;
    z-index: 999999999;
}

.login_box_center {
    width: 144px;
    height: 26px;
    margin: 0 auto;
    font-size: 12px;
}

    .login_box_center .login {
        width: 54px;
        height: 24px;
        color: #fff;
        line-height: 24px;
        text-align: center;
        background: #a3d62c;
        border: 1px solid #9dcd2c;
        margin-right: 20px;
        margin-top: 10px;
        cursor: pointer;
    }


    .login_box_center .cancel {
        width: 54px;
        height: 24px;
        color: #333;
        line-height: 24px;
        text-align: center;
        background: #f5f5f5;
        border: 1px solid #cccccc;
        margin-top: 10px;
        cursor: pointer;
    }


.errpr_box .aa {
    width: 210px;
    height: 1px;
    background: url(../images/info_bottom_08.png);
    display: block;
}


.info_box {
    display: block;
    background: url(../images/info_2_02.png) no-repeat;
    font-size: 14px;
    width: 210px;
    position: absolute;
    left: 260px;
    top: 0;
    color: #666;
    padding: 2px 0 0 0px;
}

.info_text {
    background: url(../images/info_2_04.png);
    width: 210px;
    display: block;
}

.info_box p {
    margin: 0;
    padding: 0;
    line-height: 26px;
    background: url(../images/info_1_04.png) no-repeat;
    background-position: 0 6px;
    padding-left: 36px;
    padding-bottom: 2px;
}

.info_box .aa_2 {
    width: 210px;
    height: 1px;
    background: url(../images/info_2_06.png);
    display: block;
}
/*0415验证错误/信息框以下*/
.top_style_red {
    width: 204px;
    background: #ffecec;
    border: #ffc7c7 solid 1px;
    display: block;
    box-shadow: inset 0 1px 0 rgba(255,255,255,1);
    margin-left: 8px;
    position: absolute;
}

    .top_style_red p {
        background: url(../images/b_s_p_bg_06.png) no-repeat;
        background-position: 0 6px;
        padding: 0;
        margin: 0;
        line-height: 26px;
        color: #666;
        font-size: 14px;
        padding-left: 20px;
        margin-left: 10px;
    }

    .top_style_red img {
        position: absolute;
        left: -6px;
        top: 6px;
    }

.top_style_blue {
    width: 204px;
    background: #f3fbff;
    border: #b9e3ff solid 1px;
    display: block;
    box-shadow: inset 0 1px 0 rgba(255,255,255,1);
    margin-left: 8px;
    position: absolute;
}

    .top_style_blue p {
        background: url(../images/b_s_p_bg_03.png) no-repeat;
        background-position: 0 6px;
        padding: 0;
        margin: 0;
        line-height: 26px;
        color: #666;
        font-size: 14px;
        padding-left: 20px;
        margin-left: 10px;
    }

    .top_style_blue img {
        position: absolute;
        left: -6px;
        top: 6px;
    }
/**/
.bottom_style_red {
    width: 204px;
    background: #ffecec;
    border: #ffc7c7 solid 1px;
    display: block;
    box-shadow: inset 0 1px 0 rgba(255,255,255,1);
    margin-left: 8px;
    position: absolute;
}

    .bottom_style_red p {
        background: url(../images/b_s_p_bg_06.png) no-repeat;
        background-position: 0 6px;
        padding: 0;
        margin: 0;
        line-height: 26px;
        color: #666;
        font-size: 14px;
        padding-left: 20px;
        margin-left: 10px;
    }

    .bottom_style_red img {
        position: absolute;
        left: -6px;
        bottom: 6px;
    }

.bottom_style_blue {
    width: 204px;
    background: #f3fbff;
    border: #b9e3ff solid 1px;
    display: block;
    box-shadow: inset 0 1px 0 rgba(255,255,255,1);
    margin-left: 8px;
    position: absolute;
}

    .bottom_style_blue p {
        background: url(../images/b_s_p_bg_03.png) no-repeat;
        background-position: 0 6px;
        padding: 0;
        margin: 0;
        line-height: 26px;
        color: #666;
        font-size: 14px;
        padding-left: 20px;
        margin-left: 10px;
    }

    .bottom_style_blue img {
        position: absolute;
        left: -6px;
        bottom: 6px;
    }
/*0415验证错误/信息框以上*/
.login_box_center_box {
    width: 100%;
    height: 47px;
    border-top: 1px solid #dee3e2;
    background: #fff;
}

.login_box_center {
    width: 144px;
    height: 26px;
    margin: 0 auto;
    font-size: 12px;
}

    .login_box_center .login {
        width: 54px;
        height: 24px;
        color: #fff;
        line-height: 24px;
        text-align: center;
        background: #a3d62c;
        border: 1px solid #9dcd2c;
        margin-right: 20px;
        margin-top: 10px;
    }

    .login_box_center .cancel {
        width: 54px;
        height: 24px;
        color: #333;
        line-height: 24px;
        text-align: center;
        background: #f5f5f5;
        border: 1px solid #cccccc;
        margin-top: 10px;
    }


.main_table tr {
    height: 44px;
}

.main_table .table_hint {
    padding-left: 20px;
    font-size: 14px;
    height: 24px;
    line-height: 24px;
    text-align: right;
    width: 100px;
}


.main_table .table_hint_120 {
    padding-left: 20px;
    font-size: 14px;
    height: 24px;
    line-height: 24px;
    text-align: right;
    width: 120px;
}

.main_table input {
    width: 174px;
    height: 24px;
    border: 1px solid #ccc;
    outline: none;
}

    .main_table input.aa {
        width: 15px;
        height: 15px;
        border: 1px solid #ccc;
        outline: none;
    }

.main_table_no_input_style tr {
    height: 50px;
}

.main_table_no_input_style .table_hint {
    padding-left: 20px;
    font-size: 14px;
    height: 24px;
    line-height: 24px;
    text-align: right;
    width: 100px;
}

.input_main_table {
    width: 174px;
    height: 24px;
    border: 1px solid #ccc;
    outline: none;
}

.labelmr {
    padding-right: 60px;
}

.modual_Title {
    height: 40px;
    line-height: 40px;
    background-color: #687177;
    position: relative;
}

.list_view {
    background: url(../images/iconl.png) no-repeat;
    width: 16px;
    height: 16px;
    border: 1px solid #c1c1c1;
    border-radius: 3px;
    float: left;
    margin-right: 5px;
}

.list_edit {
    background: url(../images/iconu.png) no-repeat;
    width: 16px;
    height: 16px;
    border: 1px solid #c1c1c1;
    border-radius: 3px;
    float: left;
    margin-right: 5px;
}

.list_b_edit {
    background: url(../images/ico_b_edit.png) no-repeat;
    width: 16px;
    height: 16px;
    border: 1px solid #c1c1c1;
    border-radius: 3px;
    float: left;
    margin-right: 5px;
}

.list_b_delete {
    background: url(../images/ico_b_del.png) no-repeat;
    width: 16px;
    height: 16px;
    border: 1px solid #c1c1c1;
    border-radius: 3px;
    float: left;
    margin-right: 5px;
}

.list_unedit {
    background: url(../images/ico_g_edit.png) no-repeat;
    width: 16px;
    height: 16px;
    border: 1px solid #c1c1c1;
    border-radius: 3px;
    float: left;
    margin-left: 5px;
}

.list_undelete {
    background: url(../images/ico_g_del.png) no-repeat;
    width: 16px;
    height: 16px;
    border: 1px solid #c1c1c1;
    border-radius: 3px;
    float: left;
    margin-right: 5px;
    margin-left: 5px;
}

.list_praise {
    background: url(../images/ico_praise.png) no-repeat;
    width: 16px;
    height: 16px;
    border: 1px solid #c1c1c1;
    border-radius: 3px;
    float: left;
    margin-right: 5px;
    margin-left: 5px;
}

.list_unpraise {
    background: url(../images/ico_g_praise.png) no-repeat;
    width: 16px;
    height: 16px;
    border: 1px solid #c1c1c1;
    border-radius: 3px;
    float: left;
    margin-right: 5px;
    margin-left: 5px;
}

.list_status {
    background: url(../images/ico_status.png) no-repeat;
    width: 16px;
    height: 16px;
    border: 1px solid #c1c1c1;
    border-radius: 3px;
    float: left;
    margin-right: 5px;
}

.list_unstatus {
    background: url(../images/ico_g_status.png) no-repeat;
    width: 16px;
    height: 16px;
    border: 1px solid #c1c1c1;
    border-radius: 3px;
    float: left;
    margin-right: 5px;
}

.list_reset_pwd {
    background: url(../images/czmm.png) no-repeat;
    width: 16px;
    height: 16px;
    border: 1px solid #c1c1c1;
    border-radius: 3px;
    float: left;
    margin-right: 5px;
}

.list_chakan {
    background: url(../images/iconl.png) no-repeat;
    width: 16px;
    height: 16px;
    border: 1px solid #c1c1c1;
    border-radius: 3px;
    float: left;
    margin-right: 5px;
}

.list_delete {
    background: url(../images/icond.png) no-repeat;
    width: 16px;
    height: 16px;
    border: 1px solid #c1c1c1;
    border-radius: 3px;
    float: left;
}
/*通过*/
.list_qualified {
    background: url(../images/c_v_03.png) no-repeat;
    width: 16px;
    height: 16px;
    border: 1px solid #c1c1c1;
    border-radius: 3px;
    float: left;
}
/*不通过*/
.list_not_qualified {
    background: url(../images/b_s_p_bg_06.png) no-repeat;
    width: 16px;
    height: 16px;
    border: 1px solid #c1c1c1;
    border-radius: 3px;
    float: left;
}

.list_shixiao {
    background: url(../images/icon_sx.png) no-repeat;
    width: 16px;
    height: 16px;
    border: 1px solid #c1c1c1;
    border-radius: 3px;
    float: left;
}
/*注销按钮*/
.list_zhuxiao {
    background: url(../images/zhuxiao.png) no-repeat;
    width: 16px;
    height: 16px;
    border: 1px solid #c1c1c1;
    border-radius: 3px;
    float: left;
    margin-right: 5px;
}

/*启用按钮*/
.list_startuse {
    background: url(../images/startuse.png) no-repeat;
    width: 16px;
    height: 16px;
    border: 1px solid #c1c1c1;
    border-radius: 3px;
    float: left;
    margin-right: 5px;
}

/*查看图片按钮*/
.list_viewPic {
    background: url(../images/lyj.jpg) no-repeat;
    width: 29px;
    height: 18px;
    border: 1px solid #c1c1c1;
    border-radius: 3px;
    margin-right: 5px;
}
/*查看图片按钮 灰显*/
.list_viewPic_dis {
    background: url(../images/hyj.jpg) no-repeat;
    width: 29px;
    height: 18px;
    border: 1px solid #c1c1c1;
    border-radius: 3px;
    margin-right: 5px;
}


.list_setting {
    background: url(../images/setting_03.png) no-repeat;
    width: 16px;
    height: 16px;
    border: 1px solid #c1c1c1;
    border-radius: 3px;
    float: left;
}

.list_fabu {
    background: url(../images/icon_fabu.png) no-repeat;
    width: 16px;
    height: 16px;
    border: 1px solid #c1c1c1;
    border-radius: 3px;
    float: left;
    margin-right: 5px;
}

.list_quxiaofabu {
    background: url(../images/icon_quxiaofabu.png) no-repeat;
    width: 16px;
    height: 16px;
    border: 1px solid #c1c1c1;
    border-radius: 3px;
    float: left;
    margin-right: 5px;
}

.list_over {
    background: url(../images/ico_over.png) no-repeat;
    width: 16px;
    height: 16px;
    border: 1px solid #c1c1c1;
    border-radius: 3px;
    float: left;
    margin-right: 5px;
}

.list_restart {
    background: url(../images/ico_restart.png) no-repeat;
    width: 16px;
    height: 16px;
    border: 1px solid #c1c1c1;
    border-radius: 3px;
    float: left;
    margin-right: 5px;
}

.list_to_right {
    background: url(../images/ico_left.png) no-repeat;
    width: 16px;
    height: 16px;
    border: 1px solid #c1c1c1;
    border-radius: 3px;
    float: left;
}

.list_to_left {
    background: url(../images/ico_right.png) no-repeat;
    width: 16px;
    height: 16px;
    border: 1px solid #c1c1c1;
    border-radius: 3px;
    float: left;
}
/*模块功能配置*/
.list_modulefun {
    background: url(../images/icon_modulefun.png) no-repeat;
    width: 16px;
    height: 16px;
    border: 1px solid #c1c1c1;
    border-radius: 3px;
    float: left;
    margin-right: 5px;
}

/*模块范围配置*/
.list_modulestate {
    background: url(../images/icon_modulestate.png) no-repeat;
    width: 16px;
    height: 16px;
    border: 1px solid #c1c1c1;
    border-radius: 3px;
    float: left;
    margin-right: 5px;
}
/*用户角色配置*/
.list_userrole {
    background: url(../images/icon_userrole.png) no-repeat;
    width: 16px;
    height: 16px;
    border: 1px solid #c1c1c1;
    border-radius: 3px;
    float: left;
    margin-right: 5px;
}
/*角色功能配置*/
.list_rolefun {
    background: url(../images/icon_rolefun.png) no-repeat;
    width: 16px;
    height: 16px;
    border: 1px solid #c1c1c1;
    border-radius: 3px;
    float: left;
    margin-right: 5px;
}
/*角色范围配置*/
.list_rolestate {
    background: url(../images/icon_rolestate.png) no-repeat;
    width: 16px;
    height: 16px;
    border: 1px solid #c1c1c1;
    border-radius: 3px;
    float: left;
    margin-right: 5px;
}

.dericopy {
    background-image: url("../images/icon_copy.png");
    background-repeat: no-repeat;
    background-position: 5px center;
    margin-right: 4px;
}

.deriaudit_pass {
    background-image: url("../images/ico_audit_y.png");
    background-repeat: no-repeat;
    background-position: 5px center;
    margin-right: 4px;
}

.deriaudit_nopass {
    background-image: url("../images/ico_audit_n.png");
    background-repeat: no-repeat;
    background-position: 5px center;
    margin-right: 4px;
}

.deriaudit_nopassred {
    background-image: url("../images/ico_audit_nred.png");
    background-repeat: no-repeat;
    background-position: 5px center;
    margin-right: 4px;
}

.list_pass {
    background: url(../images/ico_audit_y.png);
    width: 15px;
    height: 15px;
    border: 1px solid #c1c1c1;
    border-radius: 3px;
    float: left;
    margin-right: 5px;
}

.list_nopass {
    background: url(../images/ico_audit_n.png);
    width: 15px;
    height: 15px;
    border: 1px solid #c1c1c1;
    border-radius: 3px;
    float: left;
    margin-right: 5px;
}

.list_nopass_red {
    background: url(../images/ico_audit_nred.png);
    width: 15px;
    height: 15px;
    border: 1px solid #c1c1c1;
    border-radius: 3px;
    float: left;
    margin-right: 5px;
}

.list_audit {
    background: url(../images/ico_sh.png);
    width: 15px;
    height: 15px;
    border: 1px solid #c1c1c1;
    border-radius: 3px;
    float: left;
    margin-right: 5px;
}

.list_reject {
    background: url(../images/ico_cx.png);
    width: 15px;
    height: 15px;
    border: 1px solid #c1c1c1;
    border-radius: 3px;
    float: left;
    margin-right: 5px;
}








/* yhw begin*/

.enroll_box {
    margin-left: 20px;
    margin-top: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
}

.enroll_tit {
    height: 80px;
    line-height: 80px;
    border-bottom: 1px solid #545454;
    font-size: 20px;
    color: #e5e5e5;
    font-family: "微软雅黑";
    padding-left: 40px;
}

.main_tit {
    background: url(../images/tit1_03.png) no-repeat;
    width: 668px;
    height: 39px;
    margin: 0 auto;
    margin-top: 60px;
}

.main_tit_2 {
    background: url(../images/tit2_03.png) no-repeat;
    width: 668px;
    height: 39px;
    margin: 0 auto;
    margin-top: 60px;
}

.main_tit_3 {
    background: url(../images/tit3_03.png) no-repeat;
    width: 668px;
    height: 39px;
    margin: 0 auto;
    margin-top: 60px;
}

.enroll_main {
    width: 666px;
    height: 456px;
    background: url(../images/t_bg_07.png);
    margin: 0 auto;
    border: 1px solid #b7b7b7;
}

.enroll_list {
    width: 360px;
    margin: 0 auto;
    margin-top: 40px;
    font-family: "微软雅黑";
}

    .enroll_list li {
        height: 56px;
        clear: both;
    }

        .enroll_list li label {
            width: 78px;
            float: left;
            line-height: 36px;
            font-size: 14px;
            text-align: right;
            margin-right: 10px;
            color: #4c4c4c;
        }
        /*.enroll_list li input{ float:left; width:220px; height:34px; border:1px solid #a6a6a6; line-height:34px; font-size:14px; padding-left:8px;font-family:"微软雅黑";}  */
        .enroll_list li input {
            float: left;
            width: 228px;
            height: 34px;
            border: 1px solid #a6a6a6;
            line-height: 34px;
            font-size: 14px;
            font-family: "微软雅黑";
        }

        .enroll_list li select {
            float: left;
            width: 230px;
            height: 36px;
            border: 1px solid #a6a6a6;
            border-radius: 0px;
            line-height: 34px;
            font-size: 14px;
            font-family: "微软雅黑";
        }

    .enroll_list .list_code input {
        width: 126px;
        margin-right: 7px;
    }

    .enroll_list .list_code img {
        float: left;
        cursor: pointer;
    }

    .enroll_list .list_code .code_btn {
        float: left;
        cursor: pointer;
        width: 87px;
        height: 36px;
        padding: 0;
        margin-right: 0;
        background: #4f89b3;
        color: #fff;
        border: 1px solid #437599;
    }

        .enroll_list .list_code .code_btn:hover {
            background: #3c8ac3;
            border: 1px solid #3c78a4
        }

    .enroll_list .list_btn input {
        width: 102px;
        height: 38px;
        border-radius: 3px;
        background: #519ce3;
        border: 1px solid #4d82b5;
        color: #fff;
        font-size: 16px;
        margin-left: 26px;
        font-family: "微软雅黑";
        cursor: pointer;
        padding: 0;
    }

        .enroll_list .list_btn input:hover {
            background: #3786d0;
        }

    .enroll_list li p {
        float: left;
        position: relative;
        background: #ffe7d4;
        color: #666;
        height: 34px;
        border: 1px solid #ffc699;
        line-height: 34px;
        font-family: "宋体";
        font-size: 12px;
        width: 228px;
    }

        .enroll_list li p span {
            background: url(../images/p_t_03.png) no-repeat;
            background-position: left center;
            padding-left: 24px;
            margin-left: 8px;
            display: block
        }

        .enroll_list li p img {
            position: absolute;
            top: -8px;
            left: 46px;
        }

        .enroll_list li p span.correct {
            background: url(../images/p_t2_03.png) no-repeat;
            background-position: left center;
            padding-left: 24px;
            margin-left: 8px;
            display: block
        }

.enroll_hint {
    width: 542px;
    background: #ffe7d4;
    color: #666;
    height: 34px;
    border: 1px solid #ffc699;
    line-height: 34px;
    font-family: "宋体";
    font-size: 12px;
    margin: 0 auto;
}

    .enroll_hint p {
        background: url(../images/p_t_03.png) no-repeat;
        background-position: left center;
        padding-left: 24px;
        margin-left: 8px;
    }

.finish_box {
    width: 380px;
    margin: 0 auto;
    margin-top: 100px;
    background: url(../images/vp_bg_03.png) no-repeat left center;
    padding-left: 105px;
}

    .finish_box h4 {
        font-size: 26px;
        font-family: "微软雅黑";
        line-height: 76px;
    }

        .finish_box h4 span {
            color: #a80808;
        }

    .finish_box p {
        font-size: 20px;
        font-family: "微软雅黑";
        line-height: 36px;
    }

.finish_btn {
    display: block;
    margin: 0 auto;
    margin-top: 36px;
    width: 176px;
    height: 44px;
    border-radius: 4px;
    background: #519ce2;
    color: #fff;
    border: none;
    font-size: 18px;
}

.bg_box {
    position: fixed;
    width: 100%;
    height: 100%;
    bottom: 20px;
    left: 20px;
    z-index: -2000;
    overflow: hidden;
}

.bg_h {
    background: url(../images/m_bg_03.png);
    margin-top: 40px;
    margin-right: 40px;
    height: 1600px;
}

.enroll_list .list_code .code_btn_resend {
    float: left;
    cursor: pointer;
    width: 87px;
    height: 36px;
    padding: 0;
    margin-right: 0;
    background: #e0e0e0;
    color: #999;
    border: 1px solid #999
}
/*验证码发送之后的样式.enroll_list .list_code .code_btn{ background:#e0e0e0; color:#999; border:1px solid #999}*/


@charset "utf-8";
/* CSS Document */
.enroll_btn {
    width: 116px;
    height: 38px;
    display: block;
    background: #5e97cc;
    color: #fff;
    line-height: 38px;
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
    font-size: 16px;
}

.enroll_btn_dis {
    width: 116px;
    height: 38px;
    display: block;
    background: #d9d9d9;
    color: #fff;
    line-height: 38px;
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
    font-size: 16px;
}

.msg_box {
    margin-top: 30px;
    margin-left: 20px;
    margin-right: 20px;
    border: 1px solid #d4d4d6;
    padding: 0 30px;
    padding-top: 22px;
    overflow: hidden;
}

    .msg_box:hover {
        background: #e3f1ff;
        transition: 0.2s
    }

        .msg_box:hover + .enroll_more_box {
            background: #e3f1ff;
            border-top: 1px solid #e3f1ff;
            transition: 0.2s
        }

.msg_main {
    margin-left: 20px;
    margin-right: 20px;
}

    .msg_main li {
        float: left;
        width: 50%;
        height: 26px;
        color: #6c6c6c;
    }

        .msg_main li span {
            color: #333;
        }

.msg_btn_r {
    float: right;
    margin-top: 4px;
    margin-bottom: 14px;
    margin-right: 20px;
}

    .msg_btn_r input {
        width: 68px;
        height: 24px;
        background: #74c33c;
        border: 1px solid #63a633;
        color: #fff;
        margin-left: 10px;
        cursor: pointer;
    }

.enroll_more_box {
    margin: 0 auto;
    width: 100px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #d4d4d6;
    border-top: 1px solid #fff;
    margin-top: -1px;
    text-align: center;
    padding-right: 10px;
}

.enroll_more {
    display: block;
    background: url(../images/more_03.png) no-repeat;
    background-position: 80px center;
}

    .enroll_more:hover {
        color: #5e97cc;
        transition: 0.2s
    }

.msg_bg {
    background: #e3f1ff
}

.msg_bg2 {
    background: #e3f1ff;
    border-top: 1px solid #e3f1ff
}

.enroll_more_2 {
    display: block;
    background: url(../images/more_05.png) no-repeat;
    background-position: 80px center;
}

    .enroll_more_2:hover {
        color: #5e97cc;
        transition: 0.2s
    }

.msg_list {
    border-top: 1px solid #7cb3e6;
    padding-top: 10px;
    padding-left: 20px;
    padding-bottom: 20px;
    line-height: 26px;
    color: #6c6c6c;
}

    .msg_list dd span {
        color: #333;
        margin-right: 40px;
    }
/**/
.enroll_nav {
    overflow: hidden;
}

    .enroll_nav li {
        width: 23.5%;
        float: left;
        background: #c4c4c4;
        height: 30px;
        margin-left: 2%;
        border-radius: 3px;
        position: relative;
        text-align: center;
        line-height: 30px;
        font-size: 14px;
        color: #fff;
    }

        .enroll_nav li:first-child {
            margin-left: 0;
        }

        .enroll_nav li.current {
            background: #518fc8;
        }

        .enroll_nav li.past {
            background: #7ab1e5;
        }

        .enroll_nav li p {
            position: absolute;
            top: 0px;
            left: 0px;
            width: 36px;
            font-size: 16px;
            font-family: "微软雅黑";
            color: #fff;
            background: url(../images/nav_p_bg_03.png) no-repeat;
            background-position: right center;
        }

.enroll_guild {
    width: 540px;
    background: #fff3eb;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    text-align: center;
    border: 1px solid #ddd;
    margin-top: 20px;
    color: #f57927;
}

.type_box {
    padding: 0 30px;
    padding-top: 30px;
    overflow: hidden;
}

    .type_box li {
        float: left;
        margin-right: 40px;
        margin-bottom: 35px;
        cursor: pointer;
        position: relative;
    }

        .type_box li:hover p {
            border: 1px solid #529bc4;
            transition: 0.2s;
        }

        .type_box li h3 {
            width: 224px;
            height: 36px;
            line-height: 36px;
            color: #fff;
            font-size: 22px;
            font-family: "微软雅黑";
            text-align: center;
            background: #529bc4;
        }

        .type_box li p {
            width: 190px;
            height: 86px;
            border: 1px solid #d4d4d6;
            padding: 0 16px;
            line-height: 26px;
            padding-top: 30px;
        }

            .type_box li p.select {
                border: 1px solid #529bc4;
            }

        .type_box li img {
            position: absolute;
            bottom: 0;
            right: 0;
        }

.guild_btn_box {
    width: 168px;
    margin: 0 auto;
    height: 26px;
}

.guild_btn_1 {
    padding: 0 12px;
    height: 26px;
    background: #a4d52c;
    color: #fff;
    border: 1px solid #9ecc2b;
    cursor: pointer;
    float: left;
}

.guild_btn_2 {
    padding: 0 12px;
    height: 26px;
    background: #f5f5f5;
    color: #333;
    border: 1px solid #ccc;
    cursor: pointer;
    float: left;
    margin-left: 30px;
}
/**/
.volunteer {
    padding-top: 10px;
    margin-left: 104px;
    color: #6c6c6c;
    margin-bottom: 30px;
}

    .volunteer dt {
        color: #f56101;
        line-height: 54px;
    }

    .volunteer dd {
        height: 40px;
    }

        .volunteer dd p {
            float: left;
            line-height: 24px;
        }

        .volunteer dd select {
            height: 24px;
            line-height: 24px;
            border: 1px solid #ddd;
            width: 170px;
            float: left;
            border-radius: 0px;
            margin-right: 60px;
        }

        .volunteer dd input {
            float: left;
            width: 14px;
            height: 14px;
            margin-top: 5px;
        }

        .volunteer dd label {
            float: left;
            line-height: 24px;
            width: 20px;
            text-align: center;
            margin-right: 20px;
            cursor: pointer;
        }

.msg_not {
    width: 460px;
    padding-left: 40px;
    height: 34px;
    background: #ffe7d4;
    border: 1px solid #ffc699;
    margin: 0 auto;
    margin-top: 40px;
    line-height: 34px;
    color: #666;
}

    .msg_not p {
        background: url(../images/msg_not_bg.png) no-repeat;
        background-position: left center;
        padding-left: 20px;
    }


.msg_content_tit {
    font-size: 14px;
    margin-left: 20px;
    line-height: 48px;
}

    .msg_content_tit span {
        font-size: 12px;
        color: #666;
    }

    .msg_content_tit input {
        width: 68px;
        height: 24px;
        border: 1px solid #ddd;
        color: #f56101;
        background: #f5f5f5;
    }

.msg_content_box {
    margin: 0 20px;
    padding: 20px 60px;
    border-bottom: 1px solid #ddd;
    color: #6d6d6d;
    overflow: hidden;
}

.msg_content_main_left {
    width: 50%;
    float: left;
}

    .msg_content_main_left li {
        height: 30px;
        line-height: 24px;
    }

        .msg_content_main_left li p {
            float: left;
            margin-right: 10px;
            width: 155px;
            text-align: right;
        }

        .msg_content_main_left li span {
            float: left;
            text-align: right;
        }

.msg_r_photo {
    float: right;
    margin-right: 20px;
}

.msg_joinus {
    margin: 5px 0;
    line-height: 24px;
}

    .msg_joinus span {
        float: left;
        margin-right: 10px;
        width: 120px;
        text-align: right;
    }

    .msg_joinus p {
        float: left;
        width: 78%;
    }

/*yhw end*/
.field_requird {
    background: url(../images/need_03.png) no-repeat;
    height: 50px;
    background-position: center;
}

.dropdown_behind_span {
    line-height: 24px;
}

.dropdowm2 {
    position: relative;
    float: left;
    margin-right: 6px;
    border: 1px solid #ccc;
    /*margin-top: 6px;*/ /*相比dropdowm 缺少 margin-top*/
}

    .dropdowm2 .dropContentOne {
        width: 100%;
    }

    .dropdowm2.select {
        border: 1px solid #aaa;
    }

.selectBtn2 {
    background-color: #febd3c;
    border: 1px solid #eeaa20;
    width: 44px;
    line-height: 23px;
    display: block;
    font-size: 12px;
    color: #fff;
    text-align: center;
    float: right;
    margin-left: 10px;
    cursor: pointer;
}

/*notice sendrange start*/
.notice_nav_box_0805 {
    width: 170px;
    border: 1px solid #ddd;
    color: #4d4d4d;
    padding-bottom: 4px;
    float: left;
    margin: 0 5px;
}

    .notice_nav_box_0805 .top {
        height: 38px;
        line-height: 38px;
        display: block;
        font-size: 14px;
        color: #fff;
        text-decoration: none;
        background: #78b2e4;
        border-left: 1px solid #78b2e4;
        border-right: 1px solid #78b2e4;
        text-align: center;
    }

.notice_nav_1 {
    height: 32px;
    margin-top: 4px;
}

    .notice_nav_1 input {
        width: 14px;
        height: 14px;
        float: left;
        margin-top: 9px;
        margin-left: 18px;
    }

    .notice_nav_1 label {
        float: left;
        cursor: pointer;
        line-height: 30px;
        margin-left: 8px;
        font-size: 14px;
        background: url(../images/right_03.png) no-repeat right center;
        width: 110px;
    }

.notice_nav_2 {
    height: 32px;
}

    .notice_nav_2 input {
        width: 14px;
        height: 14px;
        float: left;
        margin-top: 9px;
        margin-left: 18px;
    }

    .notice_nav_2 label {
        float: left;
        line-height: 30px;
        margin-left: 8px;
        font-size: 14px;
        cursor: pointer;
        width: 110px;
    }

.notice_nav_3, .third {
    display: none;
}

    .notice_nav_3 .second {
        position: relative;
    }

        .notice_nav_3 .second label {
            display: block;
            height: 32px;
        }

    .notice_nav_3 .third li {
        height: 32px;
        background: #ebebeb;
        position: relative;
    }

    .notice_nav_3 .second input {
        width: 14px;
        height: 14px;
        position: absolute;
        top: 9px;
        left: 18px;
    }

    .notice_nav_3 .third input {
        width: 14px;
        height: 14px;
        position: absolute;
        top: 9px;
        left: 18px;
    }

    .notice_nav_3 .third li label {
        display: block;
        height: 32px;
        font-size: 12px;
    }

    .notice_nav_3 label {
        display: block;
        line-height: 30px;
        font-size: 14px;
        text-align: center;
        cursor: pointer;
    }

.notice_nav_4 {
    height: 32px;
}

    .notice_nav_4 input {
        width: 14px;
        height: 14px;
        float: left;
        margin-top: 9px;
        margin-left: 18px;
    }

    .notice_nav_4 label {
        float: left;
        line-height: 30px;
        margin-left: 8px;
        font-size: 14px;
        cursor: pointer;
        width: 110px;
    }

.btn_0805 {
    width: 160px;
    margin: 0 auto;
    margin-top: 40px;
}

    .btn_0805 input {
        height: 24px;
        width: 58px;
        float: left;
        margin: 0 10px;
        border: 1px solid #ccc;
        background: #f5f5f5;
        color: #323232;
        font-size: 12px;
        cursor: pointer;
        outline: none;
    }

        .btn_0805 input:first-child {
            border: 1px solid #9bc929;
            background: #a4d52c;
            color: #fff;
        }

.notice_sendrange1 {
    background: url(../images/up_03.png) no-repeat right center;
}

.notice_sendrange2 {
    background: url(../images/right_03.png) no-repeat right center;
}

.notice_sendrange3 {
    background: #c4e3ff url(../images/more_09.png) no-repeat 136px 9px;
}

.notice_sendrange4 {
    background: #c4e3ff url(../images/down_09.png) no-repeat 136px 9px;
}
/* 20161118 */
.box_1116 {
    margin: 0 14px;
    margin-top: 14px;
}

.notice_menu li {
    float: left;
    cursor: pointer;
    width: 110px;
    height: 26px;
    text-align: center;
    color: #fff;
    line-height: 26px;
    background: #7ab2e5;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-right: 4px;
}

.notice_content {
    border: 1px solid #ddd;
}

.notice_menu_2 li {
    float: left;
    cursor: pointer;
    width: 96px;
    height: 14px;
    text-align: center;
    color: #666;
    line-height: 14px;
    margin-top: 7px;
    border-left: 1px solid #ddd;
}

    .notice_menu_2 li:first-child {
        border-left: none;
    }

.notice_menu_2 .opt {
    font-weight: bold;
    color: #7ab2e5;
}

.notice_menu_2 .rest {
    font-weight: normal;
    color: #666;
}

.notice_drops {
    margin: 8px 0;
    background-color: #f1f1f1;
    border: 1px solid #ddd;
    padding: 0 175px 6px 7px;
    min-height: 31px;
}

.notice_selectBtn {
    position: absolute;
    right: 20px;
    top: 16px;
    background-color: #9ac72a;
    border: 1px solid #8fb827;
    width: 44px;
    line-height: 23px;
    display: block;
    font-size: 12px;
    color: #fff;
    text-align: center;
    float: right;
    margin-left: 10px;
    cursor: pointer;
}
/*notice sendrange end*/

.auto_publish_plan {
    background: url(../images/auto_plan_publish.gif);
    background-size: 100% 100%;
    width: 90px;
    line-height: 25px;
    display: block;
    font-size: 12px;
    color: #fff;
    text-align: center;
    position: absolute;
    right: 20px;
    cursor: pointer;
    top: 0px;
    border: none;
}

.auto_no_publish_plan {
    background: url(../images/auto_plan_no_publish.png);
    background-size: 100% 100%;
    width: 90px;
    line-height: 25px;
    display: block;
    font-size: 12px;
    color: #fff;
    text-align: center;
    position: absolute;
    right: 20px;
    cursor: pointer;
    top: 0px;
    border: none;
}

.deriexcel {
    background-image: url("../images/excel_13.png");
    background-repeat: no-repeat;
    background-position: 5px center;
    margin-right: 4px;
}

.deriword {
    background-image: url("../images/word_13.png");
    background-repeat: no-repeat;
    background-position: 5px center;
    margin-right: 4px;
}

.deripdf {
    background-image: url("../images/pdf_13.png");
    background-repeat: no-repeat;
    background-position: 5px center;
    margin-right: 4px;
}


/*调查问卷样式*/
/* HTML5 display-role reset for older browsers */
.tit {
    height: 38px;
    margin: 20px;
    background: #f8fcff;
    border: 1px solid #cee4ed;
}

.wj {
    float: left;
    background: url(../../../../Content/Themes/grey/images/wjdcicon.png) no-repeat 5% center;
    font-size: "微软雅黑";
    text-indent: 20px;
    padding: 10px;
    font-size: 14px;
    cursor: pointer;
}

.no {
    float: right;
    color: #eeac8e;
    padding: 10px;
    font-size: 14px;
}


.text_control {
    height: 10px;
    width: 115px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
}
