html {
    height: 100%;
    overflow: visible;
}

body {
    position: relative;
    min-height: 100%;
}


/*@font-face {font-family: 'Lato'; src: url('../../font/Lato-Regular.eot'); src: url('../../font/Lato-Regular.eot?#iefix') format('embedded-opentype'), url('../../font/Lato-Regular.woff') format('woff'), url('../../font/Lato-Regular.ttf') format('truetype'), url('../../font/Lato-Regular.svg#Lato') format('svg'); font-weight: normal; font-style: normal;}
.font-lato{font-family: "Lato","Open Sans",Arial,"Hiragino Sans GB","Microsoft YaHei","STHeiti","WenQuanYi Micro Hei",SimSun,sans-serif;}
*/


/*顶部导航*/

.header {
    height: 60px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    background: #fff;
    border-bottom: 1px #dde7ec solid;
}

.header .logo {
    height: 100%;
    width: 180px;
    background: #293038;
    position: relative;
}
.header .logo:after{
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background: #2f363e;
    position: absolute;
    bottom: -1px;
    left: 0;
}

.header .logo img {
    outline: 0;
    border: none;
}

.header a {
    color: #243238;
}
.logo_small{
    display: none;
}
.side_small .logo_small{
    display: block;
}
.side_small .logo_big{
    display: none;
}

.header-content {
    padding: 14px 0;
}

.header-content .admin-center {
    width: 100px;
}

.header-iconlist {
    padding-left: 50px;
}

.header-iconlist a {
    width: 32px;
    height: 32px;
    display: inline-block;
    margin-right: 20px;
    color: #243238 !important;
}

.header-iconlist a:last-child {
    margin-right: 0;
}

.header-iconlist .fa {
    line-height: 32px;
    color: #243238 !important;
}

.header-profile {
    padding: 0 31px 0 20px;
}

.header-profile .header-username {
    line-height: 32px;
    padding: 0 10px;
}

.header-nav {
    height: 100%;
    overflow: hidden;
    position: relative;
}

.header-nav .header-link:last-child {
    /*border-left: 1px #b0bec5 solid;*/
}

.header-nav .header-link {
    height: 100%;
    display: block;
    line-height: 60px;
    padding: 0 30px;
    border-right: 1px #edf1f3 solid;
}

.header-nav .header-link:hover {
    background: #f1f1f1;
}

.header-nav .header-link.active {
    /*background: #2196f3;*/
    /*color: #2196f3;*/
    font-weight: bold;
    position: relative;
    color: #11181b;
}
.header-nav .header-link.active:after{
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -28px;
    width: 56px;
    height: 3px;
    background: #11181b;
}


/*左侧导航*/

.sidebar {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 180px;
    background: #243238;
    padding-top: 60px;
    z-index: 8;
}

.sidebar .sidebar-content {
    height: 100%;
    width: 100%;
    position: absolute;
    overflow: hidden;
    padding-bottom: 60px;
    border-top: 2px solid #2e4048;
}

.sidebar-menuname {
    position: relative;
}
.sidebar-menuname::after{
    content: attr(title);
    position: absolute;
    top: -12px;
    left: 60px;
    font-size: 12px;
    line-height: 1.6;
    padding: 0 .5em;
    border-radius: 15px;
    background: #e00;
    color: #fff;
}
.sidebar-item {
    margin: 0;
    padding-top: 0;
}

.sidebar-item:last-child {
    border-bottom: none;
}

.sidebar-item li {
    position: relative;
    /*background: #38404a;*/
}

.sidebar-item li:before {
    content: "111";
    display: block;
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 20000;
}

.sidebar-item li .sidebar-link {
    display: block;
    line-height: 50px;
    color: #f1f1f1;
    text-decoration: none !important;
    padding: 0 2px 0 4px;
    /*font-size: 12px;*/
}

.sidebar-item li .sidebar-link .fa {
    line-height: 44px;
    vertical-align: middle;
    font-size: 15px;
    color: #aeb9c2;
    width: 45px;
    display: inline-block;
    text-align: center;
}

.sidebar-item .sidebar-title:not(.sidebar-main)>.sidebar-link .fa {
    font-size: 14px;
    /* padding-right: 29px; position: relative; left: 7px;*/
}

.sub-sidebar {
    display: none;
}

.sub-sidebar .sidebar-sub-title .sidebar-link {
    padding-left: 4px;
}

.sidebar-title.active~.sub-sidebar {
    display: block !important;
}

.sidebar-title.active~.sub-sidebar .sidebar-link {
    /*background: #313942; */
    background: #20262B;
}

.sidebar-title .sidebar-link:hover,
.sidebar-title.active~.sub-sidebar .sidebar-link:hover,
.sub-sidebar .sidebar-link:hover {
    background: #48525f;
}

.sidebar-title.active .sidebar-link {
    /*background: #22282E;*/
    background: #38404a;
    color: #fff;
    position: relative;
}

.sidebar-title.active .sidebar-link .fa,
.sidebar-title .sidebar-link:hover .fa {
    color: #fff;
}

.sidebar-title .sidebar-link {
    position: relative;
}

.sidebar-title .sidebar-link .fa-caret-right {
    position: absolute;
    right: 0;
    top: 0;
}

.sidebar-title.active:not(.sidebar-main) .sidebar-link .fa-caret-right {
    transition: all .2s ease;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
}


/*.sidebar-title.active > .sidebar-link:before, .sidebar-title > .sidebar-link:hover:before{content: ""; display: inline-block; background: #09C; height: 94%; width: 3px; position: absolute; left: 0; top: 3%;}*/

.sub-sidebar .sidebar-sub-title.active .sidebar-link,
.sub-sidebar .sidebar-sub-title.active .sidebar-link:hover,
.sidebar-main.active .sidebar-link {
    background: #141c1f;
    color: #fff;
    position: relative;
    font-weight: bold;
}
.sidebar-main.active .sidebar-link:after{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    height: 100%;
    background: #1ca44e;
}

.sub-sidebar .sidebar-link:hover,
.sidebar-title.active~.sub-sidebar .sidebar-sub-title.active .sidebar-link {
    color: #fff;
}

.sub-sidebar .sidebar-link:hover .fa,
.sub-sidebar .sidebar-sub-title.active .sidebar-link .fa {
    color: #fff;
}

.sidebar-power {
    padding: 8px 0;
    color: #aeb9c2;
    background: #243238;
}

.sidebar-power.active .fa {
    transition: all .2s ease;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
}


/*.sidebar-title:not(.sidebar-main){display: none;}*/

.sidebar-content.off .sidebar-item .sidebar-title .sidebar-link .fa-caret-right {
    display: none;
}


/*.sidebar-content.off .sidebar-item .sidebar-title .sidebar-link .fa:first-child{opacity: 1;}
.sidebar-content.on .sidebar-item .sidebar-title .sidebar-link .fa:first-child{opacity: 1;}*/


/*内容区*/

.content {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 60px 0px 0 180px;
}

.content #frame {
    width: 100%;
    height: calc(100% - 79px);
}

.frame-content {
    min-height: 100%;
    padding: 25px 20px 25px;
    border-top: 1px #dde7ec solid;
}

.admin-footer {
    margin-bottom: 0;
    border: none;
    border-top: 1px #e5e4e3 solid;
    border-radius: 0;
    padding: 12px 20px 0;
    min-height: 40px;
}


/*头像*/

.headimg {
    width: 100px;
    height: 100px;
    display: inline-block;
    position: relative;
    border: 1px #eee solid;
    border-radius: 50%;
    line-height: 0;
    font-size: 0;
}

.headimg.headimg-sm {
    width: 80px;
    height: 80px;
}

.headimg.headimg-xs {
    width: 60px;
    height: 60px;
}

.headimg.headimg-xxs {
    width: 40px;
    height: 40px;
}

.headimg-ml {
    margin-left: -8px;
}

.headimg img {
    width: 100%;
    height: auto;
    min-height: 100%;
}

.headimg .tip-userinfo {
    position: absolute;
    left: 70%;
    top: 60%;
    opacity: 0;
    transition: top .2s ease;
    -webkit-transition: top .2s ease;
    -moz-transition: top .2s ease;
    z-index: 10;
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .08);
    border: 1px #e1e1e1 solid;
    width: 142px;
    text-align: left;
    padding: 5px 10px;
}

.headimg .tip-userinfo * {
    line-height: 1.8;
}

.headimg:hover .tip-userinfo {
    top: 50%;
    opacity: 1;
}

.content-padding {
    padding: 20px 40px;
}


/*圆形图标*/

[class*="icon-radius"] {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    color: #fff;
    line-height: 80px;
    text-align: center;
    font-size: 40px;
}

.icon-radius-60 {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 30px;
}

.icon-radius-50 {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 25px;
}


/*花纹背景*/

.bg-huawen {
    background: #fff url(../img/geometry2.png) repeat;
}

img.img-inline {
    display: inline !important;
}

.thumbnail.active {
    border: 1px #09C solid;
}


/*链接型导航 无背景*/

.nav-link>li>a.no-line:hover,
.nav-link>li>a.no-line:active,
.nav-link>li>a.no-line:visited,
.nav-link>li>a.no-line:link {
    color: #666;
}

.nav-link>li>a {
    font-size: 13px;
    font-weight: bold;
}

.nav-link>li>a {
    padding: 2px 6px !important;
    margin: 15px 8px;
    border-radius: 2px;
}

.nav-link>li.dropdown>a {
    background: none !important;
    color: #fff !important;
    background: #09C !important;
}


/*群发*/

.qunfa_preview {
    margin-bottom: 0;
}

.qunfa-title {
    height: 150px;
    overflow: hidden;
    position: relative;
}

.qunfa-title-txt {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, .3);
    color: #fff;
    padding: 8px 10px;
    min-height: 34px;
}

.qunfa-list {
    margin: 0;
}

.qunfa-list li {
    position: relative;
}

.qunfa-list li:last-child {
    border-bottom: none;
}

.qunfa-list li p {
    width: 100%;
    padding-right: 34px;
    line-height: 32px;
    margin: 0;
    min-height: 32px;
}

.qunfa-list li .quanfa-img {
    position: absolute;
    right: 0;
    top: 50%;
    margin: -16px 10px 0 0;
    width: 32px;
    height: 32px;
    overflow: hidden;
}

.qunfa-list li:first-child {
    padding: 0;
}

.qunfa-list li:first-child p {
    position: absolute;
    bottom: 0;
    left: 0;
    padding-left: 8px;
    padding-right: 8px;
    width: 100%;
    background: rgba(0, 0, 0, .3);
    color: #fff;
    line-height: 34px;
}

.qunfa-list li:first-child .quanfa-img {
    position: static;
    margin: 0;
    width: 100%;
    height: 150px;
}


/*微信菜单*/

.wxmenu-box {
    position: relative;
    min-height: 524px;
}

.wxmenu-form {
    padding: 0 20px 0 367px;
}

.wx-phone {
    width: 317px;
    position: absolute;
    left: 15px;
    top: 0;
    z-index: 2;
    height: 524px;
    background: url(../img/wx_header.png) no-repeat 0 0, url(../img/wx_yindao.png) no-repeat center center;
}

@media only screen and (max-width: 1024px) {
    .wxmenu-form {
        width: 100%;
    }
    .wxmenu-ewm {
        width: 100%;
        padding-top: 524px;
    }
}

@media only screen and (max-width: 860px) {
    .wxmenu-form {
        width: 100%;
        padding-top: 524px;
        padding-left: 0;
        margin-left: 30px;
    }
    .wxmenu-ewm {
        width: 100%;
        padding-top: 0;
    }
}

.wx-header {
    padding-top: 32px;
}

.wx-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-left: 43px;
    margin: 0;
    background: transparent url(../img/wx_footer.png) no-repeat 0 0;
}

.wx-footer li {
    line-height: 50px;
    text-align: center;
}

.wx-footer li a {
    width: 100%;
    height: 100%;
    display: block;
    color: #333;
    border: 1px transparent solid;
}

.wx-footer li a .fa {
    vertical-align: middle;
}

.wx-footer li,
.wx-footer li>a {
    background: #FAFAFA;
}

.wx-footer>li.active>a {
    border-color: #18a689;
    color: #18a689;
    background: #fff;
}

.wx-footer>li.active>a .fa,
.wx-footer>li.active>a span {
    color: #18a689;
}

.wx-footer .wx-menu {
    border-left: 1px #e5e4e3 solid;
    float: left;
}


/*.wx-footer .main-menu:last-child{border-right: none;}*/

.wx-footer#menu-num1 .wx-menu {
    width: 100%
}

.wx-footer#menu-num2 .wx-menu {
    width: 50%
}

.wx-footer#menu-num3 .wx-menu {
    width: 33.33%
}

.wx-footer .main-menu {
    position: relative;
}

.wx-footer>li.active .submenu-list {
    display: block;
}

.wx-footer .submenu-list {
    display: none;
    position: absolute;
    bottom: 100%;
    margin-bottom: 15px;
    left: 0;
    width: 100%;
}

.wx-footer .submenu-list .sub-menu {
    padding: 0 2px;
}

.wx-footer .submenu-list .sub-menu a {
    border-top-color: #e5e4e3;
}

.wx-footer .submenu-list .sub-menu:first-child a {
    border-top-color: transparent;
}

.wx-footer .submenu-list .sub-menu.active {
    padding: 0;
}

.wx-footer .submenu-list .sub-menu.active a {
    border: 1px #18a689 solid;
    color: #18a689;
}

.wx-footer .submenu-list .sub-menu.active,
.wx-footer .submenu-list .sub-menu.active a {
    background: #fff
}

.sanjiao {
    position: absolute;
    bottom: -16px;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    border-width: 8px;
    border-style: solid;
    border-color: #e5e4e3 transparent transparent transparent;
}

.sanjiao .sanjiao {
    bottom: -5px;
    left: -6px;
    margin: 0;
    border-width: 6px;
    border-color: #fff transparent transparent transparent;
}

.twsc_preview {
    margin: 20px 0 20px 0;
    width: 250px;
}


/*上传图像*/

.upimg-box {
    display: inline-block;
    position: relative;
    margin: 10px 5px 0 0;
    cursor: pointer;
}

.upimg-box:after {
    content: "";
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 10;
}

.upimg-box:hover:after {
    display: block;
}

.upimg-box:hover .upimg-delete {
    display: inline-block;
}

.upimg-perview {
    max-height: 100px;
}

.upimg-delete {
    font-size: 20px;
    display: none;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 20;
    color: #fff;
    cursor: pointer;
}

.upimg-box .upimg-perview {
    min-height: 100px;
    min-width: 100px;
}


/*文章*/

.article-box {
    width: 1000px;
    max-width: 100%;
    margin: 40px auto 40px;
    padding: 25px 40px 40px;
    overflow: hidden;
}

.article-box img {
    max-width: 100%;
    margin-bottom: 20px;
}


/*站点信息*/

.site-perview,
.site-analysis {
    margin-top: -25px;
}

.siteinfo-header {
    border-bottom: 1px #e4e4e4 solid;
    padding-bottom: 10px;
}

.siteinfo-headimg {
    width: 110px;
    height: 110px;
    border: 1px #e7eaec solid;
    overflow: hidden;
}

.siteinfo-headimg img {
    width: 100%;
    min-height: 100%;
}

.siteinfo-headinfo {
    padding: 0 0 0 20px;
}

.siteinfo-list {
    padding: 30px 0;
    border-bottom: 1px #e4e4e4 dashed;
    margin: 0;
}

.siteinfo-list:last-child {
    padding-bottom: 15px;
    border-bottom: none;
}

.siteinfo-list p {
    margin-bottom: 0;
    color: #666;
}

.siteinfo-list .siteinfo-fenge {
    padding: 0 10px;
    color: #999;
    position: relative;
    top: -1px;
}

.siteinfo-ewm {
    background: #fff;
    border-bottom: 1px #e4e4e4 dashed;
    padding: 15px 0;
}

.siteinfo-ewm:first-child {
    padding-top: 0;
}

.siteinfo-ewm:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.siteinfo-ewm .siteinfo-ewminfo {
    padding-left: 110px;
}

.siteinfo-ewm .siteinfo-ewminfo h4 {
    font-size: 16px;
    margin-top: 0;
    padding-top: 2px;
}

.siteinfo-ewm .siteinfo-ewminfo p {
    color: #666;
}

.swcb {
    display: inline-block;
    position: relative;
}

.swcb.disabled:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    cursor: not-allowed;
}

.swcb.disabled:before {
    content: attr(data-tip);
    display: none;
    width: 148px;
    height: 80px;
    padding: 10px;
    position: absolute;
    right: -130px;
    top: 15px;
    z-index: 2000;
    box-shadow: 0 0 6px rgba(0, 0, 0, .1);
    background: rgba(255, 255, 255, .96);
    border: 1px #ccc solid;
    text-align: left;
    border-radius: 2px;
}

.swcb.disabled:hover:before {
    display: inline-block;
}


/*抖动*/

.dh_shake {
    animation: myfirst 1.9s infinite;
    animation-timing-function: ease-out;
}

@keyframes myfirst {
    0% {
        transform: translateY(0);
    }
    5% {
        transform: translateY(40%);
    }
    10% {
        transform: translateY(0);
    }
    15% {
        transform: translateY(40%);
    }
    20% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(0);
    }
}

.dh_shake:hover {
    animation: myfirst 0s infinite;
}


/*经济价值分析*/

.card-line {
    width: 14px;
    height: 14px;
    border: 2px #f7a54a solid;
    border-radius: 50%;
    display: inline-block;
    background: #fff;
    position: relative;
    z-index: 2;
}

.card-box {
    animation: cardrotate 1.8s infinite;
    transform-origin: center top;
    position: relative;
    padding: 30px 0 3px;
}

.card-box:before {
    content: "";
    display: inline-block;
    width: 2px;
    height: 48px;
    background: #f7a54a;
    position: absolute;
    left: 50%;
    margin-left: -1px;
    bottom: 35px;
}


/*@keyframes cardrotate{
  0%   {transform: rotate(5deg);}
  50%   {transform: rotate(-5deg);}
  100%   {transform: rotate(5deg);}
}
.card-box:hover{ animation: cardrotate 0s infinite;}*/

.site-analysis .ibox-title {
    padding: 13px 15px 0;
    min-height: 40px;
}

.site-analysis .ibox-content {
    padding: 15px;
}

.site-analysis .ibox-content h1 {
    font-size: 24px;
}

.star {
    margin-right: 4px;
}

.star:before {
    content: "\f006"
}

.star.on:before {
    content: "\f005";
    color: #ec4758;
}

.star.half:before {
    content: "\f123";
    color: #ec4758;
}

.assess-list {
    padding: 16px 15px 7px 28px;
    border: 1px #d1d1d1 dashed;
    background: #fff;
    min-height: 143px;
}

.assess-list .progress {
    margin-bottom: 0;
    margin-left: 5px;
    vertical-align: middle;
    width: 280px;
    background: #ddd;
}

.assess-list .progress,
.assess-list .progress-bar {
    display: inline-block;
}

.assess-status {
    padding-left: 5px;
    color: #666;
}


/*续费*/

.renew {
    padding: 20px 50px;
}

.renew .form-group .control-label {
    padding-top: 8px;
    font-weight: normal;
    color: #666;
}


/*支付*/

.radio-inline.radio-img {
    padding-right: 10px;
}

.radio-img input {
    display: inline-block;
    margin-top: 13px;
}

.radio-img img {
    border: 1px #e4e4e4 solid;
    padding: 2px 10px;
}

.radio-img input.zhifu1:checked~img {
    border-color: #09bb07;
}

.radio-img input.zhifu2:checked~img {
    border-color: #ff8533;
}

.zhifu-page {
    padding: 20px 40px;
}

.wxscan-tips {
    width: 200px;
    padding: 10px 20px;
    background: #d9534f url(../img/scan.png) no-repeat 10px center;
}

.wxscan-tips p {
    color: #fff;
    padding-left: 40px;
    text-align: left;
    font-size: 12px;
    margin: 0;
}

.zhifu-ewm.off {
    opacity: .2;
}

.pubzf-card {
    width: 450px;
    border: 1px #ff8533 dashed;
    margin: 25px -15px 20px;
    padding: 15px 20px 5px;
    border-radius: 2px;
    background: #fcf8e3;
}


/*裁图*/

.image-editor {
    padding: 20px 30px;
}

.cropit-preview {
    background-color: #f8f8f8;
    background-size: cover;
    border: 1px solid #ccc;
    border-radius: 2px;
}

.cropit-preview-image-container {
    cursor: move;
}

.image-editor-right {
    width: 190px;
    padding-left: 50px;
}

.cropit-image-zoom-input.form-control {
    box-shadow: none;
}

#result {
    margin-top: 10px;
    width: 900px;
}

#result-data {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-wrap: break-word;
}


/*二维码名片设计*/

.wxcard {
    width: 640px;
    height: 310px;
    border: 1px #eee solid;
    background-color: #fff;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
    margin: 30px 0 0 100px;
    padding: 85px 55px 76px 55px;
}

.wxcard.scale {
    zoom: .8;
    -moz-transform: scale(.8);
    -moz-transform-origin: top left;
}

.wxcard-right {
    width: 358px;
    text-align: right;
    overflow: hidden;
    font-weight: normal;
}

.wxcard-name {
    font-size: 66px;
    letter-spacing: 5px;
    color: #e86b67;
    line-height: 1;
    margin: 14px 0 25px 0;
}

.wxcard-text {
    font-size: 28px;
    line-height: 1;
    color: #e86b67;
    margin: 0;
}

.wxcard-form .form-group {
    position: relative;
}

.wxcard-form .color-input {
    position: absolute;
    cursor: pointer;
    height: 100%;
    right: 0;
    width: 42px;
    opacity: 0;
    background: #fff;
}


/*广告*/

.status-table>tbody>tr>td {
    position: relative;
}

[class^="status-"] {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    line-height: 2.8;
}

.status-success {
    background: #1ab394;
    color: #fff;
}

.status-default {
    background: #ccc;
}


/*领导信箱*/

.form-control-static img {
    margin: 10px 0;
    width: 33.33%;
    padding-right: 10px;
    cursor: zoom-in;
}

.form-control-static img.on {
    width: 100%;
    cursor: zoom-out;
}


/*关于我们*/

.abouts-form label {
    text-align: right;
}

.abouts-form>.col-sm-6,
.abouts-form>.col-sm-12 {
    margin-left: -38px;
}

.abouts-form>.col-sm-6:nth-child(2n) {
    margin-left: 0;
}

.label-user-box {
    margin-top: 15px;
    margin-left: -8px;
    margin-right: -8px;
}

.label-user {
    margin: 6px 8px;
    display: inline-block;
    padding: 8px 18px 8px 10px;
    position: relative;
    cursor: pointer;
}

.label-user:hover {
    background-color: #f7a54a;
}

.label-user .fa {
    position: absolute;
    right: 4px;
    top: 7px;
    color: #333;
    opacity: .6;
    cursor: pointer;
}

.label-user .fa:hover {
    opacity: 1;
}


/*右对齐label*/

.form-label-right .control-label {
    text-align: left !important;
}


/*表单组*/

.form-item {
    padding: 30px 0;
}

.form-inline-list {
    display: inline-block;
    margin-right: 30px;
}

.form-inline-list:last-child {
    margin-right: 0;
}

.form-inline-list .control-label {
    padding-top: 0;
    margin-right: 5px;
}

.form-group-list .form-group {
    background: #eee;
    padding: 10px;
    padding-right: 15px;
    display: inline-block;
}

.form-group-list>.form-group:hover {
    background: #ddd;
}

.form-group-list>.form-group .form-close {
    font-size: 20px;
    line-height: 32px;
    vertical-align: middle;
}

.form-group-list>.form-group .input-group {
    position: relative;
}
.input-group.date>input,.input-group.date>.input-group-addon{
    display: inline-block !important;
    float: left !important;
}
.input-group.date>input{
    width: 132px !important;
}
.input-group.date>.input-group-addon{
    line-height: 17px;
}
.form-group-list>.form-group .input-group >.input-group-addon{
    line-height: 29px;
    padding: 0 12px;
    border-top: 0;
    border-bottom: 0;
}
.form-group-list>.form-group .input-group .input-group-addon {
    height: 32px;
    position: absolute;
    left: 100px;
    top: 0;
    z-index: 10;
}

.form-group-list>.form-group .input-group label.error {
    margin-left: 40px;
}


/* 表格相关 */
.table td .btn+.btn{
    margin-left: 5px;
}

/*mini表格*/

.table-mini * {
    font-size: 12px;
}

.table-mini .table>tbody>tr>td,
.table-mini .table>tbody>tr>th,
.table-mini .table>tfoot>tr>td,
.table-mini .table>tfoot>tr>th,
.table-mini .table>thead>tr>td,
.table-mini .table>thead>tr>th {
    padding: 6px;
    font-size: 12px;
}

.table-mini .table>tbody>tr>td>p {
    font-size: 12px;
    margin: 0;
}

.table-mini .pagination {
    margin-top: 0;
    margin-bottom: 2px;
}

.table-mini .pagination-sm>li>a,
.table-mini .pagination-sm>li>span {
    padding: 2px 8px;
    padding: 2px 7.5px;
    font-size: 12px;
}

.table>tbody>tr>td>p {
    /*font-size: 12px;*/
    margin: 0;
}


/* 表格颜色 */

td.td-level-1 {
    background: red;
    color: #fff;
    font-weight: bold;
}

td.td-level-2 {
    background: yellow;
    color: #333;
    font-weight: bold;
}

td.td-level-3 {
    background: blue;
    color: #fff;
    font-weight: bold;
}


/*表格折叠*/

.table-collapsible {
    background: #eee;
    margin: -15px -15px -15px;
    text-align: center;
    color: #000;
    padding: 2px 0 0;
    display: block;
    cursor: pointer;
}

.table-collapsible:hover {
    background: #ddd;
}


/*同行多字段表格*/

.td-field {
    background: #eee;
    font-weight: bold;
    border-bottom: 1px #ddd solid !important;
}

.td-input {
    padding: 0 !important;
}

.td-input .form-control{
    border-width: 0 1px 0 0 !important;
}
.td-input .input-group-addon{
    border-width: 0 0 0 1px !important;
}

/* 表格展示详情 */
.table-detail{
    margin-bottom: 0;
}
.table-detail td{
    white-space: normal !important;
}
.table-detail img{
    max-width: 100%;
    height: auto;
}


/*联想输入*/

.lx-select {
    position: relative;
}

.lx-select .lx-list {
    position: absolute;
    top: 32px;
    left: 0;
    width: 100%;
    display: none;
    max-height: 192px;
    overflow-y: auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    background-color: #fff;
    z-index: 10;
}

.lx-select .lx-list>li {
    height: 32px;
    line-height: 32px;
    padding-left: 12px;
    border-bottom: 1px #eee solid;
}

.lx-select .lx-list>li:hover {
    background-color: #1c84c6;
    color: #fff;
}


/*图片预览*/

[data-magnify] {
    cursor: pointer;
}

.layui-layer-shade {
    z-index: 10 !important;
}

.layui-layer-page {
    z-index: 19891016 !important;
}


/*图片列表*/

.image-list {
    padding-left: 30px;
    padding-right: 30px;
}

.image-list>div {
    height: 0;
    position: relative;
}

.image-list>.col-sm-1 {
    padding-bottom: 8.33333333%;
}

.image-list>.col-sm-2 {
    padding-bottom: 16.66666667%;
}

.image-list>.col-sm-3 {
    padding-bottom: 25%;
}

.image-list>.col-sm-4 {
    padding-bottom: 33.33333333%;
}

.image-list>.col-sm-5 {
    padding-bottom: 41.66666667%;
}

.image-list>.col-sm-6 {
    padding-bottom: 50%;
}

.image-list>.col-sm-7 {
    padding-bottom: 58.33333333%;
}

.image-list>.col-sm-8 {
    padding-bottom: 66.66666667%;
}

.image-list>.col-sm-9 {
    padding-bottom: 75%;
}

.image-list>.col-sm-10 {
    padding-bottom: 83.33333333%;
}

.image-list>.col-sm-11 {
    padding-bottom: 91.66666667%;
}

.image-list>.col-sm-12 {
    padding-bottom: 100%;
}

.image-list>div .img-thumbnail {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    object-fit: cover;
}


/* 用户删除 */

.user-tag {
    padding: 0;
    height: 24px;
    line-height: 24px;
    border-radius: 24px;
    display: inline-block;
    position: relative;
}

.user-tag .user-tag-name {
    padding: 0 30px 0 8px;
}

.user-tag .user-tag-btn {
    height: 24px;
    width: 24px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    background: rgba(0, 0, 0, .25);
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

.user-tag .user-tag-btn:hover {
    background: rgba(0, 0, 0, .35);
}


/*小红点*/

.reddot {
    position: relative;
}

.reddot:after {
    content: "";
    position: absolute;
    top: -4px;
    right: -4px;
    padding: 3px;
    z-index: 9999999;
    background: #d9534f;
    border-radius: 50%;
    font-size: 0;
    line-height: 0;
    border: 1px solid #d43f3a;
}


/*上传组件*/
.upload-list__item {
    transition: all .5s cubic-bezier(.55,0,.1,1);
    font-size: 12px;
    color: #606266;
    line-height: 1.8;
    margin-top: 5px;
    position: relative;
    box-sizing: border-box;
    border-radius: 4px;
    width: 100%;
}
.upload-list__item:first-child {
    margin-top: 10px;
}
.upload-list__item-name {
    color: #606266;
    display: block;
    margin-right: 40px;
    overflow: hidden;
    padding-left: 4px;
    text-overflow: ellipsis;
    transition: color .3s;
    white-space: nowrap;
    text-decoration: none;
}
.upload-list__item-name .fa {
    height: 100%;
    margin-right: 7px;
    color: #909399;
    line-height: inherit;
}
.upload-list__item.is-success .upload-list__item-status-label {
    display: block;
}
.upload-list__item-status-label {
    position: absolute;
    right: 5px;
    top: 0;
    line-height: inherit;
    display: none;
}
.upload-list__item .fa-check-circle {
    color: #67c23a;
}
.upload-list__item .fa-close {
    display: none;
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    opacity: .75;
    color: #606266;
}
.upload-list__item:hover {
    background-color: #f5f7fa;
}
.upload-list__item:hover .upload-list__item-name{
    text-decoration: none;
}
.upload-list__item.is-success:hover .upload-list__item-status-label {
    display: none;
}
.upload-list__item:hover .fa-close {
    display: inline-block;
}

.upload-list-picture {
    margin-top: 15px;
}
.upload-list-picture .upload-list__item {
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #c0ccda;
    border-radius: 6px;
    box-sizing: border-box;
    width: 148px;
    height: 148px;
    margin: 0 8px 8px 0;
    display: inline-block;
}
.upload-list-picture .upload-list__item > div{
    height: 100%;
}
.upload-list-picture .upload-list__item-thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.upload-list-picture .upload-list__item-actions {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    cursor: default;
    text-align: center;
    color: #fff;
    opacity: 0;
    font-size: 20px;
    background-color: rgba(0,0,0,.5);
    transition: opacity .3s;
}
.upload-list-picture .upload-list__item-actions > div{
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    text-align: center;
}
.upload-list-picture .upload-list__item-actions span {
    display: none;
    cursor: pointer;
}
.upload-list-picture .upload-list__item-actions .upload-list__item-delete {
    position: static;
    font-size: inherit;
    color: inherit;
}
.upload-list-picture .upload-list__item-actions span+span {
    margin-left: 15px;
}
.upload-list__item-delete {
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 12px;
    color: #606266;
    display: none;
}
.upload-list-picture .upload-list__item:hover .upload-list__item-actions{
    opacity: 1;
}
.upload-list-picture .upload-list__item:hover .upload-list__item-actions span {
    display: inline-block;
}


.table.table-middle > tbody > tr > td, .table.table-middle > tbody > tr > th, .table.table-middle > tfoot > tr > td, .table.table-middle > tfoot > tr > th, .table.table-middle > thead > tr > td, .table.table-middle > thead > tr > th {
    white-space: normal;
}
.search_bar {
    padding: 10px;
    background-color: #ecf7ff !important;
    border-radius: 6px;
}
select.form-control {
    background-color: #ffffff;
}



/* 表头固定 */
table.table-fixed {
    table-layout: fixed;
    width: 100%;
}

table.table-fixed thead{
    background:#eee;
}

table.table-fixed thead tr{
    padding-right: 5px;
}

table.table-fixed tbody {
    display: inline-block;
    width: 100%;
    overflow: auto;
    max-height: 500px;
}

table.table-fixed tr {
    display: flex;
    width: 100%;
    height: auto !important;
}

table.table-fixed td,
table.table-fixed th {
    display: inline-block;
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 内容管理 切换模块 */
.module-switch{
    background-color: #f7f8fa;
}
.module-switch .table-responsive{
    border: solid 1px #e5e9eb;
    border-bottom: 0;
    margin-bottom: 0;
    background-color: #fff;
}
.module-switch .table-responsive .table tr>th{

    background-color: #f5f7f9;
}
.module-switch .table-responsive .table tr>th:first-child{
    width: 180px;
}
.module-switch .table-responsive .table tr>th,
.module-switch .table-responsive .table tr>td,
.module-switch .table-responsive .table tr>td a{
    color:#9b9b9b !important;
    border: 0;
    border-bottom: solid 1px #e5e9eb;
}
.module-switch .table-responsive .table tr>td a{
    border-bottom: 0;
    text-decoration: none;
}
.module-switch .table-responsive .table tr>td>.list-pic{
    width: 152px;
    height: 84px;
}
.module-switch .tips{
    position: absolute;
    top:-32px;
    right: 0;
    padding: 0 5px;
    margin-left: -12.5px;
    display: block;
    width: 3em;
    line-height: 25px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background-color: #293038;
    border-radius: 3px;
}
.module-switch .tips::before{
    position: absolute;
    bottom:-10px;
    right: 5px;
    display: inline-block;
    content: '';
    border-width: 5px;
    border-style: solid;
    border-color:#293038 transparent transparent transparent;
}
.module-switch .table-responsive .table tr>td.tool-icon{
    overflow: initial;
}
.module-switch .table-responsive .table tr>td.tool-icon a{
    padding: 0 5px;
}
.module-switch .tool-icon a{
    position: relative !important;
}
.module-switch .table{
    font-size: 14px;
    border: 0;
    margin-bottom: 0;
}
.module-switch .row-module{
    width: 100%;
    padding-left:calc((100% - 1530px)/2);

}
@media screen and (max-device-width: 1366px){
    .module-switch .row-module{
        width: 100%;
        padding-left:calc((100% - 910px)/2);

    }
}

.module-switch .row-module>.row-module-item{
    position: relative;
    padding: 10px;
    margin-bottom: 15px;
    width: 290px;
    height: 400px;
    float: left;
    color: #828282;
    margin-right:15px;
    border: solid 1px #efefef;
    background-color: #fff;
    box-shadow:0 2px 10px rgba(0,0,0,0.1);
    border-radius: 2px;

}
.module-switch .row-module>.row-module-item .row-module-mb{
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    color: #fff;
    height: calc(100% - 40px);
    width: 100%;
    border-radius: 5px 5px 0 0;
    background: rgba(000,000,000,.4);
}
.module-switch .row-module>.row-module-item .row-module-mb>.yulan{
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    transform: translate(-50%, -50%);
    -moz-transform:translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    color: #fff;
    font-size: 16px;

}
.module-switch .row-module .row-module-title,
.module-switch .row-module .pic{
    margin-bottom: 15px;
}
.module-switch .row-module .row-module-title{
    height: 42px;
    font-size: 16px;
    color: #20232a;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.module-switch .row-module .pic{
    width: 260px;
    height: 146px;
}
.module-switch .row-module .row-module-content{
    line-height: 21px;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}
.module-switch .row-module-item-f{
    padding: 0 10px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    line-height: 42px;
}
.module-switch .row-module-item-f>div{
    float: left;
    font-size: 14px;
}
.module-switch .row-module-item-f>div a{
    padding: 0 2px;
    color: #828282;
    text-decoration: none;
}
.module-switch .row-module-item-f>div:last-child{
    float: right;
}

.qiehuan-box{
    display: inherit;
}
.qiehuan-active{
    background-color: #44abf7 !important;
}
.qiehuan-btn,.qiehuan-btn:hover,.qiehuan-btn:link{
    padding: 8px;
    color: #fff;
    background-color: #bbb;
}

.conditions-module{
    padding: 20px;
    width: 100%;
    background-color: #fff;

}
.conditions-module>.conditions-item{
    display: flex;
    width: calc(100%/5);
    float: left;
}
.conditions-module>.conditions-item label{
    width:5em;
    line-height: 30px;

}
.conditions-module>.conditions-item .conditions-item-right{
    width: calc(100% - 7em);
}
.conditions-module>.conditions-item .conditions-item-tips{
    vertical-align: middle;
}
.module-switch  .iconfont.icon-weibiaoti103{
    font-size: 18px;
}
.module-switch .pagination>li>a, .pagination>li>span {
    color: #44abf7;
}
.module-switch .pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover{
    color: #fff;
    background: #44abf7;
    border-color: #44abf7;

}

/* 卡片列表 */
.list-card-col{
    margin-bottom: 20px;
}
.list-card-item{
    background-color: #fff;
    padding: 15px;
    border: 1px #f1f1f1 solid;
    border-top: 3px #eee solid;
    transition: box-shadow .2s;
    border-radius: 2px;
    overflow: hidden;
    display: block;
    font-style: normal;
    color: #333;
}
.list-card-item p:last-child{
    margin-bottom: 0;
}
.list-card-item *:first-child{
    margin-top: 0;
}
.list-card-item > p img{
    max-width: 100%;
}
.list-card-item:hover{
    background-color: #fcfcfd;
    box-shadow: 0 3px 10px rgba(0,0,0,.12);
}
.list-card-footer .btn+.btn{
    margin-left: 10px;
}

/* 弹出层 */
.layer-modal{
    padding: 15px;
}

/* 抽屉 */
.drawer-wrapper{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 19891017;
    display: none;
}
.drawer-shade{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,.5);
}
.drawer-container{
    position: absolute;
    right: -100%;
    top: 0;
    width: 400px;
    height: 100%;
    background-color: #fff;
    transition: right .3s;
    display: flex;
    flex-direction: column;
}
.drawer-header{
    align-items: center;
    color: #72767b;
    display: flex;
    /* margin-bottom: 32px; */
    padding: 20px 20px 20px;
    border-bottom: 1px #f1f1f1 solid;
}
.drawer-header>:first-child {
    flex: 1;
    font-size: 16px;
}
.drawer-close-btn {
    border: none;
    cursor: pointer;
    font-size: 20px;
    color: inherit;
    background-color: transparent;
}
.drawer-body {
    padding: 20px;
    flex: 1;
    max-height: 100%;
    overflow-y: auto;
}
.drawer-footer{
    padding: 20px;
    border-top: 1px #f1f1f1 solid;
}
.drawer-wrapper.on{
    display: block;
}
.drawer-container.on{
    right: 0;
}

.form-group > .btn + .btn{
    margin-left: 15px;
}