/*网站管理首页*/
.no-message {
    width: 60%;
    margin: 0 auto;
    padding-top: 80px;
}

.message-icon {
    width: 61px;
    height: 61px;
    margin: 0 auto 20px;
    display: block;
    background: url(../img/all-icon.png) no-repeat 0 -48px;
}

.gray-text {
    font-size: 25px;
    color: #dfdfdf;
    text-align: center;
}

.message-list-box li {
    line-height: 42px;
    border-bottom: 1px solid #e9e9e9;
    height: 42px;
    padding: 0 5px;
}

.dot {
    width: 5px;
    height: 10px;
    background: url(../img/all-icon.png) no-repeat -196px -5px;
    margin-top: 18px;
    margin-right: 5px;
}

.message-list-box li a {
    color: #666;
    float: left;
    width: 70%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.message-list-box li:hover {
    background: #F5F5F5;
}

.message-list-box li:hover a {
    color: #00aacf;
}

li.last-message {
    border: 0;
}

.message-time {
    float: right;
    color: #aaa;
}

/*系统查询*/
.well {
    background: #fff;
    border: 1px solid #e7e7e7;
    margin-bottom: 15px;
}

.well:after {
    content: "";
    display: table;
    clear: left;
}

.well-header {
    border-bottom: 1px solid #ddd;
    height: 50px;
    padding: 0 10px;
}

.form-select {
    border: 1px solid #ddd;
    width: 100%;
    height: 34px;
    line-height: 34px;
    background: #fff;
}

.tool-btn-box a {
    float: left;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px 10px;
    color: #fff;
    margin: 10px 0 0 10px;
    background: #38a4dd;
}

.tool-btn-box a:hover {
    background: #1f89c1;
    color: #fff;
    transition: all .3s ease-in-out;
}

.project-search-box {
    padding: 15px;
    background: #f4f4f4;
}

.project-search-box:after {
    display: table;
    content: "";
    clear: left;
}

.form-text {
    font-size: 0.9em;
    width: 35%;
    text-align: right;
    float: left;
}

.form-wrapper {
    width: 65%;
    float: left;
}

.form-group-xs {
    height: 40px;
    line-height: 40px;
}

.form-select-box {
    float: left;
    width: 65%
}

.form-select-box .form-select {
    margin-top: 0;
    height: 34px;
    line-height: 34px;
}

/*综合查询*/
.right-menu {
    width: 85px;
    position: fixed;
    top: 125px;
    right: 0;
    min-height: 400px;
    background: #fff;
    border: 1px solid #e7e7e7;
}

.right-menu li {
    line-height: 26px;
    text-align: center;
    border-bottom: 1px solid #e7e7e7;
}

.right-menu li:hover {
    background: #00bfe8;
}

.right-menu li:hover a {
    color: #fff;
}

.right-menu li a {
    color: #666;
    font-size: 12px;
}

.r-icon {
    float: left;
    width: 16px;
    height: 16px;
    margin-left: 5px;
    margin-top: 5px;
}

.fb-icon {
    background: url(../img/all-icon.png) no-repeat -4px 0;
}

li.r-active {
    background: #00bfe8;
}

li.r-active a {
    color: #fff;
}

/*业务办理*/
.title-lg-box {
    border-bottom: 2px solid #e4e4e4;
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    position: relative;
}

.title-lg-text {
    font-size: 20px;
    padding-left: 20px;
}

.project-name-box {
    width: 80%;
    margin: 0 auto;
    padding: 20px 0;
    height: 36px;
    line-height: 36px;
}

.project-name-box:after, .yw-head:after, .item-head:after, .handle-box:after {
    clear: left;
    display: table;
    content: "";
}

.project-left {
    width: 15%;
    text-align: right;
}

.project-right {
    width: 85%;
}

.project-form {
    width: 85%;
    float: left;
    border-right: 0;
    border-radius: 4px 0 0 4px;
}

.search-btn {
    float: left;
    width: 12%;
    background: #ff5c5c;
    color: #fff;
    height: 36px;
    text-align: center;
    line-height: 36px;
    border-radius: 0 4px 4px 0;
}

.search-btn:hover {
    background: #e94545;
}

.yw-head {
    padding: 10px 0;
}

.h-icon {
    float: left;
    height: 25px;
    width: 25px;
    border-radius: 5px;
    background-color: white;
    margin-top: 2px;
    margin-right: 3px;
}

.dcl-icon {
    background-color: #73c1b7;
}

.bncz-icon {
    background-color: #c5cfd8;
}

.wccl-icon {
    background-color: #9dc694;
}

.dsh-icon {
    background-color: #83c1d3;
}

.jy-icon {
    background-color: #f0a682;
}

.wtgsh-icon {
    background-color: #f07a78
}

.yw-head li {
    float: left;
    padding: 0 10px;
    line-height: 30px;
}

.item-box {
    margin-top: 15px;
}

.item-in {
    border-top: 5px solid #00BFE8;
}

.item-head {
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

.item-head-content > div {
    float: left;
    padding: 10px 30px 0 0;
}

.step-box {
    background: url(../img/step-arrow.png) no-repeat right 10px;
}

.item-step {
    padding: 10px;
}

.last-step {
    background: none;
}

.step-style {
    padding: 0 50px 0 15px;
}

.step-style li {
    margin-bottom: 10px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 4px;
    color: #fff;
}

.step-style li a {
    color: #fff;
    display: block;
}

.step-1 {
    background: #73c1b7;
}

.step-1:hover {
    background: #5bb8ac;
    transition: all .3s ease-in-out
}

.step-2 {
    background: #83c1d3;
}

.step-2:hover {
    background: #58abc3;
    transition: all .3s ease-in-out
}

.step-3 {
    background: #c5cfd8;
    cursor: not-allowed;
}

.step-4 {
    background: #f0a682;
}

.step-4:hover {
    background: #e79167;
    transition: all .3s ease-in-out
}

.step-5 {
    background: #9dc694;
}

.step-5:hover {
    background: #84c576;
    transition: all .3s ease-in-out
}

.step-6 {
    background: #f07a78
}

.step-6:hover {
    background: #e36967;
    transition: all .3s ease-in-out
}

.handle-box {
    background: #f8f8f8;
    border-top: 1px solid #e8e8e8;
}

.handle-box-in li {
    float: left;
    width: 16.6%;
}

.handle-box a {
    border: 1px solid #cfe0e4;
    background: #f3fdff;
    color: #666;
    width: 125px;
    height: 35px;
    line-height: 35px;
    border-radius: 4px;
    margin: 10px auto;
    display: block;
    font-size: 13px;
}

.handle-box a:hover {
    background: #10adcf;
    color: #fff;
    border-color: #119dbb;
    transition: all .3s ease-in-out;
}

.handle-box i {
    background: url(../img/all-icon.png) no-repeat;
    float: left;
    width: 20px;
    height: 20px;
    margin-top: 8px;
    margin-left: 15px;
    margin-right: 3px;
}

i.xmck {
    background-position: -364px 0;
}

i.xmfc {
    background-position: -480px 0;
}

i.xmyq {
    background-position: -458px 0;
}

i.xmzf {
    background-position: -411px 0;
}

i.cdyy {
    background-position: -433px 0;
}

i.zjcq {
    background-position: -389px 0;
}

.handle-box a:hover i.xmck {
    background-position: -364px -24px;
}

.handle-box a:hover i.xmfc {
    background-position: -480px -24px;
}

.handle-box a:hover i.xmyq {
    background-position: -458px -24px;
}

.handle-box a:hover i.xmzf {
    background-position: -411px -24px;
}

.handle-box a:hover i.cdyy {
    background-position: -433px -24px;
}

.handle-box a:hover i.zjcq {
    background-position: -389px -24px;
}

.search-fix-box {
    width: 80%;
    margin: 0;
    padding: 5px 0;
    height: 32px;
    line-height: 32px;
    position: relative;
}

.search-fix-box input {
    height: 30px !important;
    line-height: 30px !important
}

.search-fix-btn {
    float: left;
    width: 12%;
    background: #ff5c5c;
    color: #fff;
    height: 32px;
    text-align: center;
    line-height: 32px;
    border-radius: 0 4px 4px 0;
}

.search-fix-btn:hover {
    background: #e94545;
}

.fix-pagebox {
    position: relative;
    top: -42px;
    right: 10px;
    height: 42px;
    line-height: 42px;
    float: right;
    cursor: pointer
}

.fix-pagebox-left, .fix-pagebox-right {
    width: 40px;
    margin: 6px 0px;
    height: 30px;
    text-align: center;
    vertical-align: middle;
    float: left;
    cursor: pointer;
    border: 1px solid rgb(153, 153, 153);
    background: url(../img/pagebg.png);
}

.fix-pagebox-disable {
    border: 1px solid rgb(216, 216, 216) !important;
    background: rgb(240, 240, 240) !important;
    cursor: pointer
}

.fix-pagebox-left {
    border-radius: 14px 0 0 14px;
}

.fix-pagebox-right {
    border-radius: 0 14px 14px 0;
}

.fix-pagebox span {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-origin: padding-box;
    background-repeat: no-repeat;
    background-size: auto auto;
    color: rgb(204, 204, 204);
    cursor: default;
    display: inline-block;
    height: 12px;
    line-height: 16px;
    margin-bottom: 0px;
    margin-left: -1px;
    margin-right: 0px;
    margin-top: 9px;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: hidden;
    text-align: center;
    vertical-align: middle;
    width: 13px;
    cursor: pointer
}

.fix-prevpage {
    background: url(../img/prevpage.png)
}

.fix-nextpage {
    background: url(../img/nextpage.png)
}

.fix-prevpage_1 {
    background: url(../img/prevpage_1.png)
}

.fix-nextpage_1 {
    background: url(../img/nextpage_1.png)
}

/*招标申请*/
.total-btn-box {
    position: absolute;
    right: 0;
    top: 2px;
    height: 36px;
}

.total-btn-box .btn {
    margin-top: 5px;
}

.total-btn-box a {
    width: 100px;
}

.form-box-in {
    padding: 15px;
    max-width: 970px;
    margin: 0 auto;
}

.form-group:after, .form-box-in:after, .two-form:after, .one-form:after, .project-search-alert:after, .personnel-select:after, .calendar-box:after, .calendar-in:after, .btn-group:after, .one-type:after, .register-btn:after {
    display: table;
    content: "";
    clear: left;
}

.form-group {
    position: relative;
    margin-bottom: 10px;
}

.form-text2 {
    width: 120px;
    position: absolute;
    left: 0;
    top: 5px;
    text-align: right;
}

.form-wrapper2 {
    margin-left: 135px;
}

.form-box-in2 .form-text2 {
    width: 210px;
}

.form-box-in2 .form-wrapper2 {
    margin-left: 215px;
}

.form-textarea {
    display: block;
    width: 98%;
    padding: 10px 0 10px 2%;
    font-size: 14px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-textarea:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.three-select {
    width: 28%;
    margin-right: 5px;
}

.three-select select {
    width: 100%;
    height: 34px;
}

/*项目选择弹出框*/
.alert-body {
    background: #fff;
}

.project-alert-box {
    max-width: 700px;
}

.alert-head {
    height: 50px;
    background: #00bfe8;
    color: #fff;
    font-size: 20px;
    line-height: 50px;
    padding: 0 10px;
}

.form-text3 {
    width: 100px;
}

.form-wrapper3 {
    margin-left: 105px;
}

.form-select2 {
    height: 34px;
    border: 1px solid #ddd;
    background: #fff;
    width: 98%;
}

.btn-alert {
    width: 80%;
    margin: 0 20px;
}

.project-search-alert {
    border-bottom: 1px dashed #ddd;
    padding: 20px 10px 10px;
}

/*人员选择弹出框*/
.personnel-select {
    padding: 15px;
}

.personnel-one {
    border: 1px solid #ddd;
    padding: 5px;
    width: 300px;
    height: 60px;
    float: left;
    margin: 8px 7px;
    cursor: pointer;
}

.personnel-one dt {
    float: left;
}

.personnel-one dt img {
    width: 60px;
    height: 60px;
}

.personnel-one dd {
    float: left;
    padding-left: 10px;
    padding-top: 15px;
}

.personnel-one:HOVER {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #eee;
    box-shadow: 0 0 6px #333333;
    position: relative;
    z-index: 5000;
}

/*场地预约*/
.site-content {
    min-height: 630px;
}

.space-content {
    padding: 0 15px 0 0;
}

.space-content .well-box {
    margin-top: 15px;
}

.remarks-text-box {
    padding: 10px;
}

.remarks-text-box h3 {
    padding: 10px 0;
}

.remarks-text p {
    padding: 0 5px;
}

.panel-head2 {
    background: #eff5f6;
    border-bottom: 1px solid #b5d6dd;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
}

.space-content .btn-group {
    float: right;
}

.space-content .btn-group a {
    width: 70px;
}

.color-lump-box li {
    float: left;
    padding: 0 10px;
}

.color-lump {
    float: left;
    width: 15px;
    height: 15px;
    margin-top: 18px;
    margin-right: 5px;
}

.holiday {
    background: #67d3c5;
    color: #fff;
}

.overtime {
    background: #b6a4d7;
    color: #fff;
}

.occupy {
    background: #f5ca93;
    color: #fff;
}

.calendar-content, .choice-time {
    margin: 10px;
}

.calendar-head {
    background: #81cbdb;
    text-align: center;
    color: #fff;
    font-size: 30px;
    padding: 20px 0;
    position: relative;
}

.calendar-head a {
    position: absolute;
    display: block;
    width: 32px;
    height: 32px;
    background: url(/static/img/all-icon.png) no-repeat;
    top: 15px;
}

a.prev-time {
    background-position: -66px -62px;
    left: 130px;
}

a.next-time {
    background-position: -99px -62px;
    right: 130px;
}

.now-time {
    font-size: 18px;
}

.calendar-in li {
    float: left;
}

.week {
    background: #f2f6fa;
}

.calendar-table {
    border-top: 1px solid #E6EAEF;
    border-left: 1px solid #E6EAEF;
}

.calendar-table td {
    padding: 15px;
    text-align: center;
    border-right: 1px solid #e6eaef;
    border-bottom: 1px solid #e6eaef;
    cursor: pointer;
}

.calendar-table th {
    line-height: 46px;
    text-align: center;
    cursor: pointer;
    background-color: #F9F9F9;
}

.inline-bg {
    background: #f2f6fa;
    color: #10adcf;
}

.reserve {
    background: #89cf9a;
    color: #fff;
}

.reserved {
    background: #93d1eb;
    color: #fff;
}

.other-reserved {
    background: #ff6b75;
    color: #fff;
}

.reserved-x {
    background: #a8b5e7;
    color: #fff;
}

.time-table {
    border: 1px solid #ddd;
    border-bottom: 0;
    border-right: 0;
    width: 100%;
}

.time-table td {
    border: 1px solid #ddd;
    border-top: 0;
    border-left: 0;
    padding: 10px 0;
    font-size: 0.9em;
    cursor: pointer;
    text-align: center;
}

.form-group-btn {
    height: 40px;
}

@media screen and (min-width: 1500px) and (max-width: 1920px) {
    .form-box-in {
        max-width: 1500px;
    }
}

@media only screen and (max-width: 1024px) {
    .form-box-in {
        max-width: 750px;
    }

    .space-content .btn-group a {
        width: 60px;
        font-size: 12px;
    }
}

/*登录-注册*/
.white-bg {
    background: #fff;
}

.clearfix {
    clear: both !important;
}

.login-head {
    background: #ffffff;
    height: 90px;
}

.top-bar {
    background: #f7f7f7;
    border-bottom: 1px solid #dfdfdf;
    height: 30px;
    line-height: 30px;
}

.top-bar-in {
    width: 1000px;
    margin: 0 auto;
    color: #999;
    text-align: right;
}

.top-bar-in a {
    color: #777;
    padding: 0 15px;
}

.top-bar-in a:hover {
    color: #1d91e3;
    text-decoration: line-through;
}

.login-head-in {
    width: 1000px;
    margin: 0 auto;
}

.jy-logo {
    padding-top: 30px;
}

.jy-logo-small {
    padding-top: 36px;
}

.logo-font {
    font-family: "微软雅黑", sans-serif;
    line-height: 70px;
    font-size: 24px;
    padding-top: 18px;
    color: #EEEEEE;
}

.login-content {
    background: #00bfe8;
    min-height: 500px;
}

.login-content-2 {
    background: url(../img/login-bg2.jpg) no-repeat;
    min-height: 480px;
}

.login-content-in {
    width: 480px;
    margin: 0 auto;
}

.login-form {
    background-color: #EEEEEE;
    width: 480px;
    height: 370px;
    margin: 0 auto;
    border-radius: 5px;
}

.form-box {
    width: 310px;
    margin: 15px auto 0;
}

.login-form-group {
    margin-bottom: 20px;
    height: 45px;
}

.form-contral {
    border: 1px solid #ddd;
    width: 296px;
    height: 41px;
    border-radius: 5px;
    padding-left: 10px;
    line-height: 43px;
}

.form-code {
    width: 120px;
}

.form-code-pic {
    height: 45px;
    width: 110px;
    float: left;
    margin-left: 10px;
}

.change {
    float: left;
    color: #1D91E3;
    width: 50px;
    margin-left: 5px;
    height: 45px;
}

.login-btn {
    width: 310px;
    height: 45px;
    background: #2eade7;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
}

.login-btn:hover {
    background: #0494d5;
}

.login-banner {
    padding-top: 90px;
    padding-left: 50px;
}

.footer {
    height: 60px;
    line-height: 60px;
    text-align: center;
}

.footer2 {
    background: #2f3b4c;
    color: #fff;
}

.register-head {
    background: #00bfe8;
}

.register-content {
    width: 1000px;
    margin: 0 auto;
    min-height: 500px;
}

.register-content .form-box-in {
    padding: 20px 80px 0 20px;
}

.customer-type {
    border: 1px solid #ccc;
    background: #fff;
    padding: 10px;
}

.one-type {
    border-bottom: 1px dashed #d4d4d4;
    padding: 0 5px;
    min-height: 30px;
    line-height: 30px;
}

.one-type label {
    float: left;
    padding-right: 10px;
}

.one-typeText {
    border-bottom: 1px dashed #d4d4d4;
    padding: 0 5px;
    min-height: 30px;
    line-height: 30px;
}

.one-typeText font {
    font-size: 16px;
}

.one-typeText .bold {
    font-weight: bold;
}

.register-btn .btn-group {
    float: right;
    width: 30%;
}

.register-text {
    text-align: center;
    padding-top: 100px;
}

.register-text h3 {
    font-size: 30px;
    padding: 30px 0;
    font-weight: bold;
}

.register-text div {
    font-size: 16px;
    padding: 15px 0;
}

.register-text a {
    text-decoration: underline;
}

.register-btn {
    height: 40px;
}

.register-link {
    text-align: right;
    padding-right: 20px;
}

/*login*/
.oh {
    overflow: hidden;
}

.ca {
    width: 220px;
    text-align: center;
    color: #474747;
    border-bottom: 3px solid #cccccc;
    padding: 15px 0px;
    cursor: pointer;
}

.id {
    width: 220px;
    text-align: center;
    color: #474747;
    border-bottom: 3px solid #cccccc;
    padding: 15px 0px;
    cursor: pointer;
}

.fl {
    float: left;
}

.headline {
    font-size: 20px;
    padding-left: 20px;
    padding-top: 20px;
    color: #999999;
}

.active {
    border-color: #148fd5;
}

@media screen and (min-width: 1500px) and (max-width: 1920px) {
    .form-box-in {
        max-width: 1500px;
    }

    .login-content {
        background: #00bfe8;
        min-height: 700px;
    }

    .login-form {
        margin-top: 150px;
    }

    .login-banner {
        padding-top: 150px;
    }

    .register-content {
        min-height: 720px;
        padding-top: 71px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1500px) {
    .form-box-in {
        max-width: 1000px;
    }

    .login-content {
        background: #00bfe8;
        min-height: 700px;
    }

    .login-form {
        margin-top: 100px;
    }

    .login-banner {
        padding-top: 100px;
    }
}

@media only screen and (max-width: 1024px) {
    .form-box-in {
        max-width: 750px;
    }

    .login-form {
        margin-top: 10px;
    }

    .login-banner {
        padding-top: 50px;
    }

    .space-content .btn-group a {
        width: 60px;
        font-size: 12px;
    }
}

.calendar-table td {
    position: relative;
}

.calendar-table td:hover {
    background: #f26969;
    color: #fff;
    transition: all 0.3s ease-in;
}

.rest-bg {
    background: #fff1f1;
}

.overtime-bg {
    background: #f1f4ff;
}

.occupy-bg {
    background: #faf3e7;
}

.calendar-table td span {
    font-size: 12px;
}

.rest-tag {
    position: absolute;
    left: 0;
    top: 0;
    background: #fd9393;
    color: #fff;
    padding: 2px 5px;
}

.overtime-tag {
    position: absolute;
    left: 0;
    top: 0;
    background: #96b5e3;
    color: #fff;
    padding: 2px 5px;
}

.occupy-tag {
    position: absolute;
    left: 0;
    top: 0;
    background: #e8ba69;
    color: #fff;
    padding: 2px 5px;
}

.current {
    background: #f26969;
    color: #fff;
}

.flow-box {
    position: relative;
    padding: 10px 0;
    background: #fff;
    border: 1px solid #ddd;
}

.flow-box:after {
    display: table;
    clear: left;
    content: "";
}

.flow-border {
    height: 3px;
    background: #e4e4e4;
    width: 100%;
    position: absolute;
    top: 40px;
    z-index: 0;
}

.flow-content {
    z-index: 2;
}

.flow-content-in li {
    float: left;
    width: 20%;
    color: #555;
    text-align: center;
    font-size: 16px;
    position: relative;
    z-index: 1;
    cursor: pointer;
}

.flow-arrow-border {
    height: 3px;
    background: #bee6ee;
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    z-index: -1;
}

.flow-arrow {
    width: 8px;
    height: 13px;
    position: absolute;
    top: 26px;
    right: -1px;
    background: url(../images/flow-arrow.png) no-repeat;
}

.flow-content-in li .flow-arrow, .flow-content-in li .flow-arrow-border {
    display: none;
}

li.flow-current .flow-arrow, li.flow-current .flow-arrow-border {
    display: block;
}

li.flow-current {
    color: #009cff;
}

.table-box2 {
    padding: 15px 0;
}

.common-table3 {
    border-right: 0;
    background: #fff;
}

.common-table3 th {
    border-right: 1px solid #ddd;
}

.common-table3 td {
    border-right: 1px solid #ddd;
    position: relative;
}

.common-table3 td a {
    font-size: 12px;
}

.gray-note {
    color: #999;
}

.td-btn {
    position: absolute;
    right: 6px;
    bottom: 6px;
}

.add-btn {
    color: #0db1d4;
    background: #e7faff;
    border: 1px solid #c5e9f2;
    padding: 2px 6px;
    border-radius: 4px;
}

.td-member span {
    padding: 5px 8px;
    float: left;
}

.delete-btn {
    background: #e4e4e4;
    color: #555;
    border: 1px solid #d9d9d9;
    padding: 2px 6px;
    border-radius: 4px;
}

.sure-btn {
    background: #18bcdf;
    color: #fff;
    border-radius: 5px;
    padding: 6px 20px;
}

.sure-btn:hover {
    background: #0e9cba;
    text-decoration: none !important;
}

.sure-btn-disabled {
    background: #aab2bd;
    color: #fff;
    border-radius: 5px;
    padding: 6px 20px;
}

/*********************************************综合查询详情REFER*****************************************/
.refer-normal-box {
    width: 100%;
    height: 140px;
    position: relative;
    z-index: 5;
}

.refer-fixed-box {
    width: 100%;
    height: 140px;
    background-color: #edf1f5;
    position: fixed;
    right: 0px;
    left: 0px;
    top: 36px;
    z-index: 5;
}

.navBar {
    padding: 0 30px;
    margin: 20px auto;
    height: 100px;
    background-color: #fff;
    position: fixed;
    right: 30px;
    left: 10px;
    z-index: 5;
}

.navBar ul {
    width: 100%;
    height: 100%;
    font-size: 16px;
}

.navBar ul li {
    width: 10%;
    float: left;
    height: 100px;
}

.navBar ul li .img {
    width: 52px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    margin: 19px auto;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

.last-step .img {
    background: url(/static/img/last-step.png) no-repeat;
    color: #00bfe8;
}

.current-step .img {
    background: url(/static/img/current-step.png) no-repeat;
    color: #fff;
}

.error-step .img {
    background: url(/static/img/error-step.png) no-repeat;
    color: #fff;
}

.empty-step .img {
    background: url(/static/img/empty-step.png) no-repeat;
    color: #666;
}

.current-step {
    background: url(/static/img/current-step-bottom.png) no-repeat;
    background-position: bottom;
}

.nav-left, .nav-right {
    position: absolute;
    top: 38px;
    z-index: 99999;
    cursor: pointer;
}

.nav-left {
    left: 20px
}

.nav-right {
    right: 20px
}

.refer-arrow-border {
    height: 2px;
    background: #d9e0e6;
    position: relative;
    bottom: 45px;
    left: 0;
    width: 100%;
    z-index: 0;
}

.hide {
    display: none
}

/*详情表格样式*/

.info-table-box {
    padding: 0px 15px;
}

.info-table {
    width: 100%;
    font-size: 14px;
    padding-bottom: 20px
}

.info-table td {
    border: 1px solid #e7e7e7;
    border-top: 0;
    border-right: 0;
    padding-left: 10px;
    height: 50px;
    line-height: 50px;
    background: #FFFFFF;
}

.info-table .td-gray-bg {
    background: #f4f4f4;
    width: 20%;
    text-align: right;
    padding-right: 1%
}

.info-table .td-green {
    background: #c5e8f0;
    padding-left: 2%;
    color: #00aacf;
    font-size: 18px;
    height: 60px;
}

.info-table .table-th {
    text-align: left;
    height: 52px;
    border-bottom: 1px solid #e2e2e2;
    text-indent: 2em;
}

.info-table .table-td {
    height: 52px;
    border-left: 0px;
    border-top: 0px;
    border-right: 0px;
    border-bottom: 1px solid #e2e2e2;
    text-indent: 2em;
    line-height: 52px;
}

.workInfo {
    float: right;
    margin-right: 15px;
    color: #677471;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
}

.radio-like-border {
    float: left;
    border: 1px solid #aaaaaa;
    height: 36px;
    line-height: 36px;
}

/**********登录页面*******************/
.id-choose-block {
    width: 140px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    background-color: #00bfe8;
    border: 2px solid #ffffff;
    color: #ffffff;
}

.actived{
    border: 2px solid #eeeeee;
    background-color: #eeeeee;
    color: #474747;
}