.demo-nifty-btn .btn,
.demo-nifty-btn-group .btn-group {
    margin: 7px 7px 7px 0
}

.demo-nifty-btn,
.demo-nifty-label-badge,
.demo-nifty-margin>tr>td>div {
    text-align: center
}

.demo-flag-name,
.demo-icon-list .demo-icon {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.fileinput-remove-button {
    display: none;
}

.img-balloon {
    background-image: url(../images/bg-img/bg-img-2.jpg)
}

.demo-bg {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0
}

#ajaxCrudDatatable #liuer_footer,
#crud-datatable-pjax #liuer_footer {
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#ajaxCrudDatatable #liuer_footer .pagination,
#crud-datatable-pjax #liuer_footer .pagination {
    margin: 0;
}

.demo-loading {
    display: inline-block;
    overflow: hidden;
    line-height: 43px;
    white-space: nowrap;
    max-width: 0;
    -webkit-transition: max-width .5s;
    transition: max-width .5s
}

.disabled>.demo-loading {
    max-width: 10em;
    -webkit-transition: max-width .5s;
    transition: max-width .5s
}

.demo-loading .fa {
    animation: none
}

.disabled>.demo-loading .fa {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

@media (min-width: 768px) {
    .demo-bg {
        display: block
    }
    #demo-bg-list {
        display: inline-block;
        padding: 5px;
        background-color: #fff
    }
    .demo-bg img {
        vertical-align: top;
        width: 64px;
        cursor: pointer;
        -webkit-transition: opacity .5s;
        transition: opacity .5s
    }
    .demo-bg .active,
    .disabled .demo-chg-bg {
        opacity: .3;
        cursor: default;
        -webkit-transition: opacity .5s;
        transition: opacity .5s
    }
}

input {
    background-image: none !important
}

.demo-nifty-btn.list-group-item {
    padding: 20px 15px
}

.demo-nifty-btn .btn:not(.btn-icon) {
    min-width: 17.5%
}

.demo-nifty-modal .modal {
    bottom: auto;
    display: block;
    left: auto;
    position: relative;
    right: auto;
    top: auto;
    z-index: 1;
    overflow: hidden
}

.demo-nifty-modal .modal-dialog {
    left: auto;
    color: #707980;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto
}

.demo-nifty-label-badge .badge,
.demo-nifty-label-badge .label {
    float: none;
    margin: 0 7px 10px 0;
    display: inline-block
}

.demo-nifty-padding>tr>td>div {
    width: 75px;
    height: 75px;
    line-height: 75px;
    text-align: center;
    font-weight: 500;
    border: 1px solid rgba(0, 0, 0, .2);
    background-color: rgba(100, 42, 156, .27)
}

.demo-nifty-padding>tr>td>div>div {
    width: 100%;
    height: 100%;
    line-height: normal;
    background-color: #fff;
    border: 1px solid rgba(20, 126, 255, .53);
    vertical-align: middle
}

.demo-nifty-padding>tr>td>div>div:before {
    content: '';
    display: inline-block;
    width: 1px;
    height: 100%;
    vertical-align: middle
}

.demo-nifty-margin>tr>td>div {
    width: 75px;
    height: 75px;
    line-height: 75px;
    font-weight: 500;
    position: relative;
    border: 1px solid rgba(0, 0, 0, .2);
    background-color: #f4df60
}

.demo-nifty-margin>tr>td>div>div {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    line-height: normal;
    background-color: #fff;
    border: 1px solid rgba(20, 126, 255, .53);
    vertical-align: middle
}

.demo-nifty-margin>tr>td>div>div:before {
    content: '';
    display: inline-block;
    width: 1px;
    height: 100%;
    vertical-align: middle
}

.demo-nifty-background>tr>td>div,
.demo-nifty-border div {
    width: 75px;
    height: 75px;
    line-height: 75px;
    font-weight: 500;
    text-align: center
}

.demo-nifty-background>tr>td>div {
    position: relative
}

.demo-nifty-border div {
    border-color: rgba(0, 0, 0, .3);
    background-color: rgba(0, 0, 0, .05)
}

.demo-nifty-icon span {
    background-color: rgba(0, 0, 0, .1)
}

.demo-nifty-text p {
    width: 125px;
    min-height: 35px;
    padding: 5px;
    margin-bottom: 0
}

@media (min-width: 992px) {
    .demo-nifty-text p {
        width: 175px
    }
}

.demo-nifty-text td:nth-child(2) {
    text-align: center
}

.demo-nifty-text p:not(.bg-dark) {
    background-color: rgba(0, 0, 0, .05)
}

.demo-icon-list i {
    display: inline-block;
    padding: 10px;
    width: 2em;
    text-align: center;
    font-size: 2em;
    vertical-align: middle;
    color: #444
}

.demo-icon-list .demo-icon {
    display: block;
    margin: 3px 0;
    cursor: pointer
}

.demo-icon-list .demo-icon:hover {
    color: #2b2b2b;
    background-color: rgba(0, 0, 0, .09)
}

.demo-icon-list .demo-icon span {
    display: inline-block
}

.demo-flag-icon.demo-icon-list .demo-icon {
    padding: 5px 10px;
    margin-bottom: 10px;
    border: 1px solid rgba(0, 0, 0, .05)
}

.demo-flag-icon .demo-icon i {
    width: 50px;
    height: 50px;
    vertical-align: middle;
    margin-right: 10px
}

.demo-flag-name {
    color: #4d627b;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.demo-flag-name span {
    width: 50px;
    margin-right: 10px;
    text-align: center
}

#demo-set-btn,
.demo-set {
    display: none
}

@media (min-width: 1200px) {
    .demo-set,
    .demo-set.in {
        transition: background-color .3s
    }
    .demo-set {
        background-color: rgba(0, 0, 0, 0);
        color: #5e5e5e;
        display: block;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 99999;
        direction: rtl;
        visibility: hidden
    }
    .demo-set.in {
        visibility: visible;
        background-color: rgba(0, 0, 0, .45)
    }
    .effect~.demo-set .collapsing {
        transition-duration: 0 !important
    }
    .demo-set .mar-btm {
        margin-bottom: 10px
    }
    .demo-set-body>.demo-set-content {
        padding: 10px 5px 20px
    }
    .demo-set-body .icon-wrap {
        padding: 7px
    }
    .demo-set-body {
        background-color: #fff;
        border-left: 7px solid #34495e;
        position: relative;
        direction: ltr;
        margin-top: 10px;
        max-width: 1120px;
        max-height: 600px;
        z-index: 999;
        transform: translateX(1120px);
        transition: all .3s
    }
    .demo-set.in .demo-set-body {
        transform: translateX(0);
        box-shadow: 0 0 20px 1px rgba(0, 0, 0, .5);
        transition: all .3s
    }
    #demo-set-btn {
        display: inline-block;
        background-color: #34495e;
        border-radius: 7px 0 0 7px !important;
        color: #fff;
        border: 0;
        position: fixed;
        right: 0;
        top: 100px;
        margin-left: -48px;
        box-shadow: none;
        z-index: 99999;
        transition: all .3s
    }
    #demo-set-btn i {
        font-size: 25px;
        display: block;
        margin: 5px 0;
        height: 1em;
        animation-iteration-count: infinite !important;
        animation-duration: 1.5s !important;
        animation-play-state: running
    }
    #demo-set-btn i:before {
        display: block;
        line-height: 1em
    }
    .demo-set.in+#demo-set-btn {
        right: 1120px;
        transition: all .3s
    }
    .demo-set.in+#demo-set-btn i {
        animation-play-state: paused
    }
}

.demo-bg-boxed {
    display: none
}

.demo-bg-boxed.open {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 10px 20px;
    background-color: #f8f9fa;
    z-index: 2
}

.demo-bg-boxed-content {
    max-height: 380px;
    overflow: hidden;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.demo-bg-boxed-content .text-justify>.thumbnail {
    width: 25%;
    font-size: 7px;
    margin-bottom: 5px
}

@media (min-width: 1500px) {
    .demo-bg-boxed-content .text-justify>.thumbnail {
        font-size: 7px;
        margin-bottom: 5px;
        width: 24%
    }
}

.demo-bg-boxed-content .text-justify>.thumbnail>img {
    width: 100%;
    height: 3vw;
    max-height: 55px
}

.demo-bg-boxed-footer {
    height: 15%;
    max-height: 50px;
    padding-top: 10px
}

.demo-single-theme>.demo-theme {
    width: 40px
}

.demo-justify-theme {
    text-align: justify;
    font-size: 0
}

.demo-justify-theme:after {
    content: '';
    display: inline-block;
    width: 100%
}

.demo-theme {
    cursor: pointer !important;
    display: inline-block;
    width: 33.3%;
    height: 32px;
    background-color: #f4f4f4;
    position: relative;
    transition: all .2s
}

.demo-theme.active,
.demo-theme.disabled {
    cursor: not-allowed !important
}

.demo-theme.active:after,
.demo-theme.active:before {
    content: "";
    left: 50%;
    position: absolute;
    width: 5px;
    background: #fff
}

.demo-theme:hover {
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, .3);
    border: 0;
    transition: all .2s
}

.demo-theme.active {
    opacity: .8;
    z-index: 99;
    box-shadow: 0 0 0 2px #fff;
    transform: scale(.95);
    border-radius: 2px
}

.demo-theme.active:before {
    height: 10px;
    margin-left: -5px;
    top: 13px;
    transform: rotate(-45deg);
    box-shadow: -1px 1px 2px rgba(0, 0, 0, .5)
}

.demo-theme.active:after {
    height: 20px;
    margin-left: 3px;
    top: 5px;
    transform: rotate(45deg);
    box-shadow: 2px 0 2px rgba(0, 0, 0, .5)
}

.demo-theme-light {
    background: #fff;
    border: 1px solid #ddd !important
}

.demo-theme-light.active:after,
.demo-theme-light.active:before {
    background: #177bbb
}

.demo-theme-gray {
    background: #8f9ea6
}

.demo-theme-coffee {
    background: #807362
}

.demo-theme-dark {
    background: #424a52
}

.demo-theme-dust {
    background: #fd8943
}

.demo-theme-lime {
    background: #80b343
}

.demo-theme-mint {
    background: #26a69a
}

.demo-theme-navy {
    background: #294d73
}

.demo-theme-ocean {
    background: #177bbb
}

.demo-theme-prickly-pear {
    background: #ad5468
}

.demo-theme-purple {
    background: #8b5b9f
}

.demo-theme-well-red {
    background: #d23e3e
}

.demo-theme-yellow {
    background: #efd45a
}

.css-loader-example .panel-body,
.spinner-example .panel-body {
    height: 150px
}

.demo-show-grid .row {
    margin-bottom: 20px
}

.demo-show-grid [class^=col-] {
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 70px;
    border: 1px solid #adc8db;
    color: #4d627b;
    background-color: #cee5f5 !important
}

.demo-liquid-fixed .fluid,
.demo-liquid-fixed [class^=fixed-]:not(.fixed-fluid) {
    padding: 10px;
    height: 150px;
    background: #c2f6c2;
    border: 1px solid #9ed89e;
    color: #4d627b;
    margin-bottom: 15px
}

.demo-liquid-fixed .fluid {
    background: #cee5f5;
    border: 1px solid #adc8db
}


/*朝阳修改*/


/*header*/


/*.navbar-content{*/


/*background: #10a1d9;*/


/*}*/

.navbar-top-links .tgl-menu-btn>a,
.navbar-top-links .tgl-menu-btn>a:hover {
    color: #fff;
}

.navbar-top-links>li>a {
    color: #fff;
}

.navbar-top-links>li>a:hover {
    background-color: #5b8cff;
    color: #999;
}

.navbar-top-links>li>a {
    height: 60px;
}

.navbar-top-links>li>a.active {
    background-color: #0e91c3;
    color: #fff;
}

#dropdown-user .ic-user {
    height: 60px;
    line-height: 60px;
}

.username {
    line-height: 60px;
}


/*.navbar-header{*/


/*background: #10a1d9;*/


/*}*/


/*.navbar-header:before{*/


/*background: transparent;*/


/*}*/

.navbar-brand {
    height: 60px;
}

.brand-icon,
.brand-title {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
}

.navbar-top-links>li>a:not(.mainnav-toggle)>i {
    color: #fff;
}

#navbar .brand-title {
    padding-left: 0;
    padding-right: 0;
}

#navbar .brand-title img {
    max-width: 100%;
}


/*header end*/


/*右侧导航*/

#mainnav-container {
    padding-top: 80px !important;
    box-shadow: unset;
}

#container:not(.mainnav-sm) #mainnav-menu-wrap>.nano>.nano-content {
    padding-top: 0;
}

#container:not(.mainnav-sm) #mainnav-menu {
    margin-top: 0;
}

#mainnav .list-header {
    margin-top: 0;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    font-size: 16px;
    color: #333 !important;
    font-weight: normal !important;
    border-bottom: 1px solid #eeeeee;
}

#mainnav .list-header:hover {
    background-color: inherit !important;
    border-left: 3px solid #fff;
}

#mainnav {
    background-color: #f9fafc;
}

#mainnav-menu li {
    font-weight: normal;
}

#mainnav-menu>ul>li {
    border-left: 3px solid #fff;
}

#mainnav-menu li>a {
    color: #333;
}

#mainnav-menu>li>a:active,
#mainnav-menu>li>a:hover {
    color: #10a1d9;
}

#mainnav-menu>.active {
    background-color: #e1e4f9;
    border-left: 3px solid #5b8cff;
}

#mainnav-menu .active:not(.active-sub)>a,
#mainnav-menu ul .active-link a,
#mainnav-menu>.active-sub .active-sub>a,
#mainnav-menu>.active-sub .active-sub>a:hover,
.menu-popover .sub-menu ul .active-link a {
    color: #5b8cff;
    font-weight: normal;
    /*background: #10a1d9;*/
}

#mainnav-menu ul>li:hover {
    color: #5b8cff;
    background-color: #e1e4f9;
    border-left: 3px solid #5b8cff;
}

#mainnav-menu ul ul li:hover {
    border-left: 0;
}

#mainnav-menu ul>li a:hover,
#mainnav-menu ul ul li a:hover,
.menu-popover .sub-menu ul li a:hover,
.menu-popover .sub-menu ul ul li a:hover {
    color: #5b8cff;
}

#mainnav-menu>.active-link>a,
#mainnav-menu>.active-link>a:hover,
#mainnav-menu>.active-sub>a,
#mainnav-menu>.active-sub>a:hover {
    background-color: #10a1d9;
    margin: 0;
    padding-left: 18px;
    padding-right: 18px;
    border-radius: 0;
}

#mainnav-menu>.active .active {
    background-color: transparent;
}

#mainnav-menu i.icondingdan {
    position: relative;
    left: -4px;
    font-size: 18px;
}

#mainnav-menu i.iconhuiyi,
#mainnav-menu i.icontoupiao,
#mainnav-menu i.iconcanhuizhe,
#mainnav-menu i.iconjiejifuwu,
#mainnav-menu i.ion-compose {
    font-size: 18px;
}


/*右侧导航 end*/


/*内容*/

.add-form-control {
    border: 0;
    padding: 0;
    height: auto;
}

.add-form-inline {
    margin-bottom: 10px;
}

.add-label {
    min-width: 65px;
    color: #111111;
}

.add-form-control-width {
    min-width: 218px;
}

.with-border-top {
    border-top: 1px solid #dcdcdc;
}

.add-btn-js {
    background-color: #fff;
    color: #999999;
    border-top: 0;
    margin-top: -1px;
    min-width: 100px;
}

.add-position {
    position: relative;
}

.help-block {
    position: absolute;
    right: 0;
}


/* add sorting icons to gridview sort links */

a.asc:after,
a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/
    "\e151";
}

a.desc:after {
    content: /*"\e114"*/
    "\e152";
}


/*内容 end*/


/*图片上传*/

.dropzone .dz-message {
    margin: 0 !important;
}

#demo-dropzone {
    min-height: 100px;
}


/*图片上传 end*/


/*媒体*/

@media (min-width: 768px) {
    #container.mainnav-sm .brand-icon {
        width: 49px;
        height: 49px;
    }
    .navbar-header:before {
        background: transparent;
        height: 49px;
    }
    .navbar-nav>li>a {
        padding-top: 14px;
        padding-bottom: 15px;
    }
    .add-container-fluid-left {
        padding-left: 0;
    }
    #content-container {
        padding-top: 70px;
        padding-bottom: 85px;
    }
}


/*媒体 end*/

.datewrap {
    display: inline-block;
}

.datewrap>.dateinner {
    display: none;
}


/*筛选*/

#filterCondition {
    display: none;
}


/*滚动条*/

.table-responsive {
    overflow-x: hidden;
}

#lk_scrollbar {
    height: 20px;
    background: #CCC;
    position: fixed;
    left: 20px;
    bottom: 30px;
    width: 400px;
    z-index: 9999;
    border-radius: 9px;
}

#lk_handle {
    width: 15px;
    height: 20px;
    background: #10a1d9;
    position: absolute;
    cursor: pointer;
    left: 0px;
    border-radius: 9px;
}


/*导航*/

.add-nav-width {
    height: 60px;
    float: left;
    /*width: 500px;*/
    /*overflow: hidden;*/
}

.add-nav-width>li {
    float: left;
    position: relative;
    display: block;
}

.add-nav-width>li>a {
    height: 60px;
    vertical-align: middle;
    padding: 0 12px;
    display: table-cell;
    color: #fff;
    transition: all .4s;
}

.navbar-top-links>li.add-display {
    display: none;
}

#form-wrap {
    display: none;
}

#filterCondition {
    display: block;
}


/* 展洽会新增样式 */

.panel_title {
    padding-bottom: 15px;
    font-size: 16px;
    color: #333;
    border-bottom: 1px solid #ededed;
    overflow: hidden;
}

.zqhgm_section {
    margin-top: 25px;
    margin-bottom: 25px;
}

.zqhgm_section h6 {
    margin: 0;
}

.zqhgm_items {
    margin-bottom: 30px;
    width: 100%;
}

.zqhgm_title {
    margin-bottom: 20px;
    padding-left: 10px;
    background: url(../../statics/images/title.jpg) left center no-repeat;
    overflow: hidden;
}

.zqhgm_title h6 {
    float: left;
    font-size: 16px;
    color: #3783fb;
    line-height: 28px;
    font-weight: normal;
}

.zqhgm_title a.btn.btn_primary_border {
    margin-left: 10px;
}

.zqhgm_title a.btn.btn_primary_border i {
    position: relative;
    margin-left: 4px;
    font-size: 18px;
}

.zqhgm_title a.btn.btn_primary_border i.fa-sort-desc {
    top: -3px;
}

.zqhgm_title a.btn.btn_primary_border i.fa-sort-asc {
    top: 4px;
}

.btn_hide {
    display: none;
}

.zqhgm_title a.btn.btn_primary_border:active,
.zqhgm_title a.btn.btn_primary_border:focus {
    color: #3884fb;
}

.zqhgm_table,
.zqhgm2_table {
    width: 100%;
}

.zqhgm2_table table,
.zqhgm_table .zqhgm_table_cont {
    width: 100%;
    border-radius: 5px 5px 0 0;
    border: 1px solid #eee;
    border-top: 0;
}

.zqhgm_table .zqhgm_table_cont {
    border-bottom: 0;
}

.zqhgm_table_cont .zqhgm_table_header,
.zqhgm_table_cont>.zqhgm_table_items {
    width: 100%;
    display: table;
}


/* 开始 */

.zqhgm_table_cont .zqhgm_table_header span,
.zqhgm_table_cont>.zqhgm_table_items>div {
    display: table-cell;
    vertical-align: middle;
}

.zqhgm2_table table thead th,
.zqhgm_table_cont .zqhgm_table_header span {
    font-size: 14px;
    color: #333;
    font-weight: normal;
    background: #f4f4f4;
}

.zqhgm2_table table th,
.zqhgm2_table table td,
.zqhgm_table_cont .zqhgm_table_header span,
.zqhgm_table_cont>.zqhgm_table_items>div {
    padding: 15px;
    border-bottom: 1px solid #eee;
}

.zqhgm2_table table thead tr th:first-child,
.zqhgm2_table table tbody tr td:first-child,
.zqhgm_table_cont .zqhgm_table_header span:first-child,
.zqhgm_table_cont>.zqhgm_table_items>div:first-child {
    width: 20%;
    padding-left: 40px;
    border-left: 1px solid #eee !important;
}

.zqhgm_table_cont .zqhgm_table_header span:nth-child(3),
.zqhgm_table_cont>.zqhgm_table_items>div:nth-child(3) {
    width: 15%;
}

.zqhgm_table_cont .zqhgm_table_header span:first-child,
.zqhgm_table_cont>.zqhgm_table_items>div:first-child {
    border-left: 0 !important;
}

.zqhgm_table_cont .zqhgm_table_header span:last-child,
.zqhgm_table_cont>.zqhgm_table_items>div:last-child {
    width: 10%;
}

.zqhgm2_table table thead tr th:last-child,
.zqhgm2_table table tbody tr td:last-child {
    width: 10%;
}

.zqhgm_table_cont .zqhgm_table_header span:nth-child(2),
.zqhgm_table_cont>.zqhgm_table_items>div:nth-child(2),
.zqhgm2_table table thead tr th:nth-child(2),
.zqhgm2_table table tbody tr td:nth-child(2) {
    width: 20%;
}

.zqhgm2_table table td,
.zqhgm_table_cont>.zqhgm_table_items>div {
    font-size: 14px;
    color: #666;
}


/* 结束 */

.zqhgm2_table table td select {
    padding-left: 10px;
    /*width: 100px;*/
    height: 30px;
    font-size: 14px;
    color: #000;
    border: 1px solid #eee;
    border-radius: 5px;
}

.zqhgm2_table table td .add-tooltip {
    margin-left: 5px;
    font-size: 18px;
    color: #a1a1a1;
    cursor: pointer;
}

.zqhgm2_table table tr td:last-child .btn {
    /*margin-right: 10px;*/
}

.text-red {
    font-size: 14px;
    color: #ff0000;
}

.vip_text {
    font-size: 12px;
    color: #ff0000;
}

.zqhgm_table .hb_mar,
.zqhgm2_table .hb_mar {
    display: inline-block;
    margin: 0 7px;
}

.zqhgm_table input[type="radio"],
.zqhgm2_table input[type="radio"] {
    display: inline-block;
    margin-right: 4px;
}

.zqhgm_table_cont .zqhgm_table_items div input[type="text"] {
    width: 25px;
    height: 25px;
    font-size: 12px;
    color: #999;
    text-align: center;
    border: 1px solid #a9a9a9;
}

.zqhgm2_table input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    padding: 0;
    border: 1px solid #000000;
    border-radius: 2px;
    outline: none;
    cursor: pointer;
    position: relative;
}

.zqhgm2_table input[type="checkbox"]:checked:after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    right: -2px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 21px;
    height: 14px;
    border: 0;
    background: url(../../statics/images/icon40.png) no-repeat;
}

.zqhgm_table_item {
    padding: 10px 20px;
    -moz-box-shadow: 2px 2px 8px rgba(170, 201, 249, .35);
    -webkit-box-shadow: 2px 2px 8px rgba(170, 201, 249, .35);
    box-shadow: 2px 2px 8px rgba(170, 201, 249, .35);
}

.zqhgm_table_item table {
    width: 100%;
    border: 1px solid #eee;
}

.zqhgm_table_item table thead th {
    padding: 15px;
    font-size: 14px;
    color: #333;
    font-weight: normal;
    background: rgba(55, 131, 251, .2);
}

.zqhgm_table_item table tbody tr {
    border-bottom: 1px solid #eee;
}

.zqhgm_table_item table tbody td {
    padding: 15px;
    font-size: 14px;
    color: #666;
}

.zqhgm_table_item table thead tr th:first-child,
.zqhgm_table_item table tbody tr td:first-child {
    padding-left: 50px;
}

.zqhgm_table_item table thead tr th:first-child {
    width: 43%;
}

.zqhgm_table_item table thead tr th:nth-child(2) {
    width: 20%;
}

.zqhgm_table_item table thead tr th:nth-child(4) {
    width: 20%;
}

.zqhgm_table_item table thead tr th:last-child {
    width: 10%;
}

.price_section {
    margin-top: 15px;
    padding-right: 10px;
    font-size: 14px;
    color: #666;
    text-align: right;
}

.price_section span {
    margin: 0 10px;
}

.zqhgm_table_item table tbody tr td .btn.edit_btn {
    position: relative;
    top: -4px;
}

.zqhgm_table_item table tbody tr td .btn.edit_btn:hover {
    box-shadow: none;
}

.zqhgm_table_item .fa.fa-trash-o,
.zqhgm2_table .fa.fa-trash-o {
    font-size: 16px;
    color: #999;
}

.btn.btn_zwt {
    padding: 2px 3px;
    font-size: 12px;
    color: #fff;
}

.zqhgm_title2 span {
    display: inline-block;
    position: relative;
    /*top: 2px;*/
    margin-left: 5px;
    font-size: 14px;
    color: #666;
    line-height: 23px;
}

.zqhgm_title2_btn {
    position: relative;
    top: 2px;
    margin: 0 5px;
    font-size: 14px;
    color: #3783fb;
}

.zqhgm_title2_btn img {
    vertical-align: initial;
    vertical-align: inherit;
}

.zqhgm_title2_btn:hover {
    color: #3783fb;
}

.btn.addbtn_jia,
.btn.addbtn_jian {
    /*position: relative;*/
    /*top: -1px;*/
    /*margin: 0;*/
    /*padding: 0;*/
    /*width: 25px;*/
    /*height: 25px;*/
}

.add_tab {
    font-size: 16px;
    color: #3783fb;
}

.add_tab a {
    display: inline-block;
    margin: 0 3px;
    color: #3783fb;
}

.add_title_btn {
    height: 30px;
    border-bottom: 1px solid #ededed;
}

.add_title_btn a {
    position: relative;
    display: inline-block;
    margin-right: 25px;
    font-size: 16px;
    color: #333;
    height: 30px;
}

.add_title_btn a.active {
    color: #3783fb;
}

.add_title_btn a.active:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    width: 100%;
    border-bottom: 2px solid #3581fb;
}

.shopping_cart_btn {
    position: fixed;
    top: 50%;
    right: 30px;
    width: 80px;
    height: 80px;
    text-align: center;
    background: #fff;
    border-radius: 100% !important;
    z-index: 999;
    -moz-box-shadow: 0px 0px 9px rgba(59, 134, 251, .16);
    -webkit-box-shadow: 0px 0px 9px rgba(59, 134, 251, .16);
    box-shadow: 0px 0px 9px rgba(59, 134, 251, .16);
}

.shopping_cart_btn label {
    position: absolute;
    top: 0;
    right: 0;
    width: 26px;
    height: 26px;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    line-height: 26px;
    background: #cc0000;
    border-radius: 100%;
}

.shopping_cart_btn a {
    display: block;
    padding: 23px 0;
}

.skip_btn {
    margin: 0 5px;
    font-size: 14px;
    color: #3783fb;
    border: 1px solid #3783fb;
    border-radius: 3px;
}

.skip_btn:hover,
.skip_btn:focus {
    color: #3783fb;
}

.order_section {
    margin-bottom: 40px;
    padding: 15px 50px;
    font-size: 14px;
    color: #666;
    border: 1px solid #eee;
}

.order_section span {
    font-weight: bold;
}

.addcreat_btn.btn-default {
    font-size: 16px;
    color: #999;
}

.addcreat_btn {
    margin: 0 5px;
    padding: 0;
    width: 25px;
    height: 25px;
}

.enterprise_panel {
    margin: 0 50px;
    margin-top: 20px;
}

.enterprise_head {
    display: flex;
    position: relative;
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px dashed #e5e5e5;
    overflow: hidden;
}

.enterprise_head .enterprise_logo {
    float: left;
    display: table;
    width: 80px;
    height: 80px;
    text-align: center;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
}

.enterprise_head .enterprise_logo span {
    display: table-cell;
    vertical-align: middle;
}

.enterprise_head .enterprise_logo img {
    max-width: 95%;
    max-height: 75px;
}

.enterprise_head .enterprise_right {
    position: relative;
    margin-left: 15px;
    width: 70%;
    align-self: initial;
    align-self: inherit;
}

.enterprise_head .enterprise_right h6 {
    margin: 0;
    margin-bottom: 32px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.enterprise_head .enterprise_right .entlabel {
    padding: 0 3px;
    margin-right: 10px;
    display: inline-block;
    font-size: 12px;
    color: #2c8bff;
    border: 1px solid #2c8bff;
    border-radius: 5px;
}

.enterprise_head .enterprise_right .entlabel img {
    height: 24px;
}

.enterprise_body {
    margin: 15px 0;
    margin-top: 10px;
}

.entertext_list {
    padding: 0;
    margin: 0;
}

.entertext_list li {
    list-style: none;
    float: left;
    width: 50%;
    padding: 10px 0;
    padding-right: 10px;
    font-size: 14px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.entertext_list li span {
    color: #333;
}

.branch_section {
    margin-bottom: 10px;
    width: 100%;
    margin-top: 10px;
    overflow: hidden;
}

.branch_section p {
    margin-bottom: 20px;
    font-size: 14px;
    color: #333;
}

.branch_section table {
    width: 100%;
    border: 1px solid #eee;
    border-radius: 5px 5px 0 0;
}

.branch_section table thead th,
.branch_section table tbody td {
    padding: 10px 20px;
    width: 21%;
}

.branch_section table thead th {
    font-size: 14px;
    color: #333;
    font-weight: normal;
    background: #f4f4f4;
}

.branch_section table tbody td {
    font-size: 14px;
    color: #666;
    border-bottom: 1px solid #eee;
}

.entertext_list.two li {
    width: 100%;
    float: none;
    overflow: hidden;
    text-overflow: initial;
    text-overflow: inherit;
    white-space: initial;
    white-space: inherit;
}

.entertext_list li a {
    color: #5b8cff;
}

.add-smq-mainnav-menu ul ul li a {
    background: url(../images/icon2.png) 35px center no-repeat;
}


/* 我的代表列表样式 */

.opening_text {
    margin: 20px 0;
    font-size: 14px;
    color: #666;
    overflow: hidden;
}

.opening_text span {
    color: #3481fb;
    font-weight: bold;
}

.representative_table {
    width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
}

.representative_table table {
    width: 100%;
}

.representative_table table th,
.representative_table table td {
    padding: 10px 15px;
}

.representative_table table thead th {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    background: #f2f2f2;
}

.representative_table table thead tr th:first-child,
.representative_table table tbody tr td:first-child {
    padding-left: 40px;
}

.representative_table table thead tr th:last-child,
.representative_table table tbody tr td:last-child {
    text-align: center;
}

.representative_table table tbody tr td {
    font-size: 16px;
    color: #666;
    background: #fff;
}

.representative_table table tbody tr td p {
    margin-bottom: 0;
    font-size: 16px;
    color: #666;
    line-height: 28px;
}

.representative_table table .repre_img {
    width: 50px;
    height: 50px;
    border-radius: 100%;
}

.btn-primary {
    background-color: #3884fb;
    border-color: #3884fb !important;
}

.btn-primary.active,
.btn-primary:active,
.btn-primary:hover {
    background-color: #3884fb;
    border-color: #3884fb !important;
}

.representative_table table tbody tr:nth-child(even) td {
    background: #f9f9f9;
}

.pages_section {
    padding: 0 10px;
    margin: 20px 0;
}

.pages_section .pages_text {
    font-size: 14px;
    color: #999;
    line-height: 34px;
}

.pages_section .pages_text span {
    font-weight: bold;
}

.pages_section .pagination {
    margin: 0;
}

.represe_form {
    margin: 20px 0;
    padding: 14px 0;
    padding-bottom: 0;
    background: #f8f9fd;
}

.represe_form .form-group {
    margin: 0 10px;
    margin-bottom: 15px;
}

.represe_form .control-label {
    margin-top: 7px;
    font-size: 14px;
    color: #333;
}

.represe_form .form-control {
    border: 1px solid #ccc;
}

.represe_form .represe_checkbox {
    margin-top: 4px;
    font-size: 14px;
    color: #4d627b;
}

.represe_form .represe_checkbox input {
    position: relative;
    top: 2px;
    margin-top: 5px;
    margin-right: 5px;
}

.represe_form .represe_checkbox span {
    margin-right: 5px;
}

.represe_form .btn {
    padding: 5px 18px;
    font-size: 14px;
}

.btn_primary_border {
    margin-bottom: 6px;
    color: #3884fb;
    border: 1px solid #3884fb;
    position: relative;
    top: 2px;
}

.btn_primary_border.active,
.btn_primary_border:active,
.btn_primary_border:hover {
    color: #3884fb;
}

.fair-invitor-form .control-label {
    margin-bottom: 8px;
    font-size: 14px;
    color: #333;
    font-weight: normal;
}

.fair-invitor-form .control-label span {
    margin-right: 3px;
}

.fair-invitor-form .form-control {
    border: 1px solid #dcdcdc;
}

.invitor-form_tit {
    margin-bottom: 10px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
}

.invitor-form_down {
    font-size: 14px;
    color: #333;
}

.invitor-form_down img {
    margin-left: 5px;
}

.invitor-form_down:hover {
    color: #0c73fe;
}

.schedule_tab_btn {
    padding: 0 10px;
    padding-top: 8px;
    background: #e7e7e7;
    overflow: hidden;
}

.schedule_tab_btn a {
    display: inline-block;
    padding: 0 10px;
    height: 42px;
    font-size: 16px;
    color: #666;
    line-height: 42px;
    border-radius: 5px 5px 0 0;
}

.schedule_tab_btn a.active {
    color: #3783fb;
    background: #fff;
}

.btn-addmint,
.btn-addmint.active,
.btn-addmint:active,
.btn-addmint:hover {
    color: #fff;
    background-color: #20ce83;
    border-color: #20ce83 !important;
}

.btn-adddark,
.btn-adddark.active,
.btn-adddark:active,
.btn-adddark:hover {
    color: #666;
    background-color: #ccc;
    border-color: #ccc !important;
}

.btn-addmint_border,
.btn-addmint_border.active,
.btn-addmint_border:active,
.btn-addmint_border:hover {
    color: #17b86a;
    border: 1px solid #17b86a;
}

.make_section {
    margin-top: 5px;
    margin-bottom: 10px;
}

.make_section .make_header {
    display: flex;
    margin-bottom: 15px;
    width: 100%;
}

.make_section .make_header img {
    width: 80px;
    height: 80px;
    border-radius: 100%;
}

.make_section .make_header .make_header_right {
    align-self: center;
    padding-left: 15px;
    width: calc(100% - 80px);
}

.make_section .make_header .make_header_right h6 {
    font-size: 18px;
    color: #4d627b;
}

.make_section .make_section_item {
    margin: 10px 0;
    font-size: 14px;
    color: #666;
}

.make_section .make_section_item span {
    font-weight: bold;
}

.make_section .make_section_item span img {
    position: relative;
    top: -1px;
    margin-right: 5px;
}

.make_tab_section {
    margin-bottom: 20px;
}

.make_tab_section label {
    display: block;
    font-size: 14px;
    color: #666;
}

.make_tab_items a {
    display: inline-block;
    margin-right: 10px;
    width: 117px;
    height: 34px;
    font-size: 14px;
    color: #666;
    text-align: center;
    line-height: 34px;
    border: 1px solid #dadada;
    border-radius: 3px;
}

.make_tab_items a.active {
    color: #3481fb;
    border-color: #3481fb;
}

#container .table.make_table th,
#container .table.make_table td {
    font-size: 14px;
    color: #666;
    text-align: center;
}

.make_table input[type="radio"] {
    display: inline-block;
    margin-right: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    top: 2px;
    width: 14px;
    height: 14px;
    border: 1px solid #d2d2d2;
    border-radius: 100%;
    background: #fff;
    outline: none;
}

.make_table input[type="radio"]:checked {
    border-color: #3884fb;
}

.make_table input[type="radio"]:checked::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: #3884fb;
}

.make_table input[type="text"] {
    padding-left: 10px;
    font-size: 14px;
    color: #666;
    border: 1px solid #dcdcdc;
    border-radius: 3px;
}

.text-danger {
    color: #c70c0c
}

.text-success {
    color: #0cc710;
}

.text-black {
    color: #333;
}

.make_table .text-black {
    margin-right: 10px;
}

.make_tab_items_tab .make_tab_items {
    display: none;
}

.representative_table table tbody tr td:last-child {
    padding-bottom: 5px;
}

#mainnav-menu i {
    width: 30px;
}

.modal-footer {
    text-align: center;
}

.messagesetx_section {
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.messagesetx_section .img_box {
    float: left;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    overflow: hidden;
}

.messagesetx_section .img_box img {
    width: 100%;
    height: 60px;
}

.messagesetx_section h6 {
    float: left;
    margin: 0;
    margin-top: 23px;
    margin-left: 15px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
}

.messagese_list,
.messagese_list li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.messagese_list li {
    padding: 19px 0;
    width: 100%;
    overflow: hidden;
}

.messagese_list li.messagese_right {
    float: right;
}

.messagese_list li.messagese_left {
    float: left;
}

.messagese_list li.messagese_right .img_box {
    float: right;
}

.messagese_list li.messagese_right .item_cont {
    float: right;
    margin-right: 15px;
}

.messagese_list li.messagese_left .img_box {
    float: left;
}

.messagese_list li.messagese_left .item_cont {
    float: left;
    margin-left: 15px;
}

.messagese_list li .img_box {
    width: 36px;
    height: 36px;
    border-radius: 100%;
    overflow: hidden;
}

.messagese_list li .item_cont {
    width: 30%;
}

.messagese_list li .img_box img {
    width: 100%;
    height: 36px;
}

.messagese_list li.messagese_right .item_cont {
    text-align: right;
}

.messagese_list li p {
    margin: 0;
}

.messagese_list li p.item_time {
    font-size: 16px;
    color: #999;
}

.messagese_list li .item_text {
    margin-top: 8px;
    padding: 3px 10px;
    border-radius: 5px;
    background: #f1f2f3;
}

.messagese_list li .item_text p {
    font-size: 14px;
    color: #999;
    line-height: 1.8;
}

.operation_btn {
    margin-top: 19px;
}

.zqhgm_title2 .price_section {
    margin-top: 0;
}

.zqhgm_title2 span.btn_primary_border,
.zqhgm_title2 .btn_primary_border span {
    color: #3884fb;
}

.price_section_box {
    margin-top: 30px;
    padding-bottom: 15px;
    border: 1px solid #eee;
}

.zqhgm_title2 .btn label {
    position: absolute;
    top: -13px;
    right: -6px;
    width: 18px;
    height: 18px;
    font-size: 12px;
    color: #fff;
    line-height: 18px;
    background: #cc0000;
    border-radius: 100%;
}


/*别删了 改时沟通！！！！*/

.input-group-addon:last-child {
    border-left: 0;
    height: 33px;
    display: block;
    position: absolute;
    right: 15px;
    top: 25px;
    line-height: 19px;
    border-left: 1px solid #d4d4d4
}


/*别删了end*/


/* .modal-body {
    max-height: 395px;
    overflow-y: auto;
    overflow-x: hidden;
} */

.timeline:after,
.timeline:before {
    bottom: 105px;
}

.timeline:after {
    display: none;
}


/* 通用滚动条样式加上这个class即可 */

.scrollstyle::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background-color: #F5F5F5;
}


/*定义滚动条轨道 内阴影+圆角*/

.scrollstyle::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background-color: #F5F5F5;
}


/*定义滑块 内阴影+圆角*/

.scrollstyle::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #0079fe;
}
.return_login{
    position: fixed;
    right: 24px;
    bottom: 20%;
    width: 91px;
    height: 91px;
    z-index: 9999;
}
