/*公共样式*/
.layui-fluid {
    padding: 15px;
}

.layui-left {
    text-align: left;
}

.layui-right {
    text-align: right;
}

.laypull-right {
    float: right;
}

.laypull-left {
    float: left;
}

.layui-relative {
    position: relative;
}

.layui-absolute {
    position: absolute;
}

.layui-fixed {
    position: fixed;
}

.layui-flex {
    display: flex;
}

.justify-content {
    justify-content: center;
}

.justify-between {
    justify-content: space-between;
}

.justify-around {
    justify-content: space-around;
}

.align-items {
    align-items: center;
}

.layui-border0 {
    border: none !important;
}

.layui-border-style {
    border-style: solid;
}

.layui-border-width {
    border-width: 1px;
}

.layui-border-color {
    border-color: #E6E9ED;
}

.layui-border-radius {
    border-radius: 10px;
}

.layui-padding0 {
    padding: 0 !important;
}

.layui-padding-top {
    padding-top: 16px;
}

.layui-padding-bottom {
    padding-bottom: 16px;
}

.layui-padding-bottom30 {
    padding-bottom: 30px;
}

.layui-padding-bottom0 {
    padding-bottom: 0 !important;
}

.layui-margin0 {
    margin: 0 !important;
}

.layui-margin-right {
    margin-right: 10px;
}

.layui-margin-right5 {
    margin-right: 5px !important;
}

.layui-margin-bottom5 {
    margin-bottom: 5px !important;
}

.layui-margin-bottom10 {
    margin-bottom: 10px !important;
}

.layui-margin-bottom15 {
    margin-bottom: 15px;
}

.layui-bg-grey {
    background-color: #fbfbfb;
    color: #000;
}

.layui-bg-ashy {
    background-color: #fafafa;
}

.layui-size12 {
    font-size: 12px;
}

.m--align-center {
    text-align: center !important;
}
/*绿色  成功  失败  正常  过期  禁用  不通过 */
.m--font-success {
    color: #34bfa3 !important;
}

.m--font-info {
    color: #36a3f7 !important;
}
/*蓝色  正常  normal'*/
.m--font-primary {
    color: #5867dd !important;
}
/*蓝色  提示 审核中*/
.m--font-brand {
    color: #716aca !important;
}
/*橙色*/
.m--font-warning {
    color: #ffb822 !important;
}
/*红色 失败 fail*/
.m--font-danger {
    color: #f4516c !important;
}

.m--font-white {
    color: #fff;
}

.m--font-orange {
    color: #ff7600 !important;
}

.layui-color-red {
    color: #E31939;
}

.layui-bg-lightgray {
    background-color: #f9f9f9;
}

.translucent {
    opacity: 0.6;
}

.layui-white {
    background-color: #fff;
}

.border-green {
    border-color: #34bfa3 !important;
}

.border-red {
    border-color: #f4516c !important;
}

.hide {
    display: none !important;
}

.mw70 {
    min-width: 70px !important;
}

.w30 {
    width: 30px !important;
}

.w40 {
    width: 40px !important;
}

.w70 {
    width: 70px !important;
}

.w80 {
    width: 80px !important;
}

.w90 {
    width: 90px !important;
    padding: 5px !important;
}

.w100 {
    width: 100px !important;
}

.w110 {
    width: 110px !important;
}

.w120 {
    width: 120px !important;
}

.w130 {
    width: 130px !important;
}

.w170 {
    width: 170px !important;
}

.w153 {
    width: 153px !important;
}

.w200 {
    width: 200px !important;
}



a:hover {
    text-decoration: none;
}

.m--align-left {
    padding-left: 10px !important;
    text-align: left !important;
}

/*表格下拉操作样式*/

.layui-form-select dl {
    z-index: 9999;
    max-height: 220px !important;
}

.downpanel {
    padding: 0;
}

    .downpanel .layui-select-titles {
        padding-right: 30px;
        padding-left: 10px;
    }

        .downpanel .layui-select-titles i {
            border-top-color: #fff;
        }

    .downpanel > dl {
        position: fixed !important;
        top: 0px;
        right: 0px;
        min-width: 95px !important;
        max-width: 100px;
        color: #000;
        font-size: 14px;
        text-align: left !important;
        left: auto !important;
    }

    .downpanel:hover {
        opacity: 1 !important;
        filter: alpha(opacity=80 ) !important;
        color: #fff !important;
    }

    .downpanel dd {
        line-height: 28px !important;
    }

/*文本框大小*/
.h31, .h31 input {
    height: 31px;
}
/*表格下拉*/
.h28, .h28 input {
    height: 28px !important;
}

.h20, .h20 input {
    height: 20px !important;
}
/*下拉框高度*/
.layui-table-tool .layui-input {
    height: 32px !important;
    font-size: 12px;
}

/*列表搜索*/
.tb-search .layui-input {
    height: 31px !important;
}

.tb-search .layui-inline {
    padding-bottom: 5px;
    padding-left: 10px;
}

.tb-search .layui-form-checkbox[lay-skin=primary] {
    padding-left: 22px !important;
}

.tb-search .layui-form-checkbox span {
    font-size: 12px !important;
}
/*end*/
/*商品列表*/
.layadmin-cmdlist-fluid {
    padding-bottom: 60px;
}

.cmdlist-container {
    background: #fff;
    transition: 1s;
    border: 1px solid transparent;
}

    .cmdlist-container:hover {
        cursor: pointer;
        transform: rotateY(-3);
        box-shadow: #CFCFCF 0px 0px 30px 5px;
    }

    .cmdlist-container img {
        width: 100%;
    }

.cmdlist-text {
    padding: 13px;
    background: #fbfbfb;
}

    .cmdlist-text .info {
        height: 40px;
        font-size: 14px;
        line-height: 20px;
        width: 100%;
        overflow: hidden;
        color: #666;
        margin-bottom: 10px;
    }

    .cmdlist-text .price {
        font-size: 14px;
    }

        .cmdlist-text .price b {
            margin-right: 5px;
        }



    .cmdlist-text .flow {
        text-align: right;
        float: right;
    }



/*云端呼叫-点拨拨号*/
.layadmin-maillist-fluid .layadmin-contact-box {
    padding: 20px;
    background-color: #fff;
    overflow: hidden;
}

.layadmin-text-center {
    text-align: center;
    height: 133px;
    line-height: 133px;
}

    .layadmin-text-center i {
        font-size: 145px;
    }

.layadmin-maillist-fluid .layadmin-padding-left20 {
    padding-left: 20px;
}

.layadmin-maillist-fluid .layadmin-title {
    margin: 5px 0 10px;
    font-size: 1.17em
}

.layadmin-maillist-fluid .layadmin-textimg {
    line-height: 25px;
    margin-bottom: 10px;
}

.layadmin-maillist-fluid .layadmin-address {
    line-height: 1.5;
    margin-bottom: 20px;
}

.layuiadmin-card-text {
    background-color: #f8f8f8;
    color: #777;
    padding: 24px;
}

    .layuiadmin-card-text .layui-text-top {
        padding-bottom: 10px;
    }

        .layuiadmin-card-text .layui-text-top i {
            margin-right: 10px;
            font-size: 24px;
            color: #009688;
        }

        .layuiadmin-card-text .layui-text-top a {
            line-height: 24px;
            font-size: 16px;
            vertical-align: top;
        }

    .layuiadmin-card-text .layui-text-center {
        height: 44px;
        line-height: 22px;
        margin-bottom: 10px;
        overflow: hidden;
    }
/*学习总汇·考试总汇*/
.layuiadmin-card-list {
    padding: 15px;
}

    .layuiadmin-card-list p.layuiadmin-normal-font {
        padding-bottom: 10px;
        font-size: 20px;
        color: #666;
        line-height: 24px;
    }

.layadmin-backlog .layadmin-backlog-body {
    display: block;
    padding: 10px 15px;
    background-color: #f8f8f8;
    color: #999;
    border-radius: 2px;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.layadmin-backlog-body h3 {
    padding-bottom: 10px;
    font-size: 12px;
}

.layadmin-backlog-body p a {
    font-style: normal;
    font-size: 30px;
    font-weight: 300;
    color: #009688 !important;
}
/*考试详情*/
.layuifrm_main {
    width: 100%;
}

    .layuifrm_main .layui-form {
        margin-top: 10px;
    }

.layuiadmin-card-status {
    padding: 0 10px 10px;
}

    .layuiadmin-card-status dd {
        padding: 10px 0;
        border-bottom: 1px solid #EEE;
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
    }

.layui-lxitem {
    width: 100%;
    min-height: 65px;
    position: relative;
}

.layuiadmin-home2-usernote li {
    line-height: 14px;
    padding: 12px 0 0 25px;
}

.layuiadmin-home2-usernote .layui-form-radio {
    line-height: 18px !important;
    margin: 0 5px 0 0;
}

.layuiadmin-home2-usernote .layui-form-checkbox span {
    color: #000;
}



.layuiadmin-right img {
    max-width: 150px;
    max-height: 114px;
    height: auto;
    cursor: pointer;
}

    .layuiadmin-right img:hover {
        -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
        -webkit-transition: all 0.5s ease-in;
        transition: all 0.5s ease-in;
        z-index: 2;
    }

.layui-hint {
    border: 1px solid red;
    border-radius: 3px;
    padding: 0 5px;
    font-size: 12px;
}


.examsubtitle {
    line-height: 34px;
    color: #555;
    text-align: center;
    font-size: 13px;
}

.examsdesc {
    padding: 0px 15px;
    text-align: left;
    line-height: 32px;
    text-indent: 2em;
    color: #949494;
    text-align: center;
}

.layui-correct {
    color: #F90;
    vertical-align: -webkit-baseline-middle;
}
/*上级通知start*/
.head-photo img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
/*上级通知end*/
/*购买成功结果*/
.tick-icon {
    margin-top: 100px;
    width: 80px;
    height: 80px;
    border: 4px solid transparent;
    border-radius: 50%;
    margin: 20px 30px;
    padding: 0;
    position: relative;
    border-color: rgb(0, 153, 51);
    display: inline-block;
    vertical-align: middle;
}

    .tick-icon [class^='tick-icon-line'] {
        height: 5px;
        display: block;
        border-radius: 2px;
        position: absolute;
        z-index: 2;
        background-color: rgb(0, 153, 51);
    }

/*勾的左半部分*/
.tick-icon-line-left {
    width: 25px;
    left: 14px;
    top: 46px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-animation: lineLeftAnimation 1.5s;
    animation: lineLeftAnimation 1.5s;
}

/*勾的右半部分*/
.tick-icon-line-right {
    width: 47px;
    right: 8px;
    top: 38px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: lineRightAnimation 1.5s;
    animation: lineRightAnimation 1.5s;
}

.tick-icon [class^='tick-icon-circular-line'] {
    border-radius: 50%;
    position: absolute;
    width: 60px;
    height: 120px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

    /*圆的左半部分*/
    .tick-icon [class^='tick-icon-circular-line'][class$='left'] {
        border-radius: 120px 0 0 120px;
        top: -7px;
        left: -33px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: 60px 60px;
        transform-origin: 60px 60px;
    }

    /*圆的右半部分*/
    .tick-icon [class^='tick-icon-circular-line'][class$='right'] {
        border-radius: 0 120px 120px 0;
        top: -11px;
        left: 30px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: 0 60px;
        transform-origin: 0 60px;
    }

.tick-icon-circular-line-left {
    background: rgb(255, 255, 255);
}

/*圆圈动画*/
.tick-icon-circular-line-right {
    -webkit-animation: circularLineRightAnimation 5.25s ease-in;
    animation: circularLineRightAnimation 5.25s ease-in;
    background: rgb(255, 255, 255);
}

.tick-icon-ring {
    width: 80px;
    height: 80px;
    border: 4px solid rgba(142, 208, 164, 0.3);
    border-radius: 50%;
    position: absolute;
    left: -4px;
    top: -4px;
    z-index: 2;
}

.tick-icon-fix {
    width: 7px;
    height: 90px;
    position: absolute;
    left: 28px;
    top: 8px;
    z-index: 1;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: rgb(255, 255, 255);
}




@-webkit-keyframes lineLeftAnimation {
    0% {
        width: 0;
        left: 1px;
        top: 19px;
    }

    54% {
        width: 0;
        left: 1px;
        top: 19px;
    }

    70% {
        width: 50px;
        left: -8px;
        top: 37px;
    }

    84% {
        width: 17px;
        left: 21px;
        top: 48px;
    }

    100% {
        width: 25px;
        left: 14px;
        top: 45px;
    }
}

@keyframes lineLeftAnimation {
    0% {
        width: 0;
        left: 1px;
        top: 19px;
    }

    54% {
        width: 0;
        left: 1px;
        top: 19px;
    }

    70% {
        width: 50px;
        left: -8px;
        top: 37px;
    }

    84% {
        width: 17px;
        left: 21px;
        top: 48px;
    }

    100% {
        width: 25px;
        left: 14px;
        top: 45px;
    }
}

@-webkit-keyframes lineRightAnimation {
    0% {
        width: 0;
        right: 46px;
        top: 54px;
    }

    65% {
        width: 0;
        right: 46px;
        top: 54px;
    }

    84% {
        width: 55px;
        right: 0;
        top: 35px;
    }

    100% {
        width: 47px;
        right: 8px;
        top: 38px;
    }
}

@keyframes lineRightAnimation {
    0% {
        width: 0;
        right: 46px;
        top: 54px;
    }

    65% {
        width: 0;
        right: 46px;
        top: 54px;
    }

    84% {
        width: 55px;
        right: 0;
        top: 35px;
    }

    100% {
        width: 47px;
        right: 8px;
        top: 38px;
    }
}

@-webkit-keyframes circularLineRightAnimation {
    0% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    5% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    12% {
        -webkit-transform: rotate(-405deg);
        transform: rotate(-405deg);
    }

    100% {
        -webkit-transform: rotate(-405deg);
        transform: rotate(-405deg);
    }
}

@keyframes circularLineRightAnimation {
    0% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    5% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    12% {
        -webkit-transform: rotate(-405deg);
        transform: rotate(-405deg);
    }

    100% {
        -webkit-transform: rotate(-405deg);
        transform: rotate(-405deg);
    }
}

.layadmin-user-login {
    position: relative;
    left: 0;
    top: 0;
    padding: 110px 0;
    min-height: 100%;
    box-sizing: border-box;
}



.layadmin-user-login-header {
    text-align: center;
}

.layadmin-user-login-box {
    padding: 20px;
}

.layadmin-user-success-header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    line-height: 30px;
    padding: 5px 0;
    border-bottom: #eee;
    box-shadow: #eee 0 0 5px 0;
}

.layadmin-header-title {
    width: 1000px;
    margin: 0 auto;
}

    .layadmin-header-title span {
        padding-left: 10px;
        color: rgba(0, 0, 0, .5);
    }

.layadmin-user-login-footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    line-height: 30px;
    padding: 20px;
    text-align: center;
    box-sizing: border-box;
    color: rgba(0, 0, 0, .5);
    background-color: #f2f2f2;
}

    .layadmin-user-login-footer a {
        padding: 0 5px;
        color: rgba(0, 0, 0, .5);
    }

    .layadmin-user-login-footer span {
        padding: 0 5px;
    }

.layadmin-user-login-header h1 {
    display: inline-block;
    color: #009933;
}

.layadmin-user-login-body {
    width: 420px;
    margin: 0 auto;
}

    .layadmin-user-login-body .layui-form-mid {
        float: right;
    }

    .layadmin-user-login-body .layui-form-item {
        margin-bottom: 0;
    }

/*form 紧凑化*/
.form-item-xs label {
    width: 160px !important;
}

/*.layui-form-item input.layui-disabled {
    background-color: rgb(235, 235, 228) !important;
}*/
/*.layui-disabled {
    color: #a5a5a5 !important;
    background-color: rgb(251, 251, 251) !important;
}*/
.layui-disabled-ext {
    border: 1px solid #e6e6e6 !important;
    background-color: #FBFBFB !important;
    color: #C9C9C9 !important;
    cursor: not-allowed !important;
    opacity: 1 !important;
}

.layui-disabled2 {
    color: #a5a5a5 !important;
    background-color: rgb(251, 251, 251) !important;
}


.layui-input:focus {
    border-color: #1f9fff !important
}

/*表格样式全局*/
.layui-btn-sm i {
    font-size: 12px !important;
}

.layui-table td {
    font-size: 12px !important;
    border-color: #f1f1f1 !important;
}

.layui-table th, .layui-input-inline {
    font-size: 12px !important;
    color: #2a2a2a !important;
}

.layui-table td a {
    color: #01AAED !important;
}
/*表单legend*/
.layui-elem-field legend {
    font-size: 16px !important;
}

/*申请*/
.card-header {
    padding: 0;
    height: 70px;
    line-height: 70px;
    border-bottom: 1px solid #DDDDDD;
}

    .card-header img {
        height: 50px;
    }

.layui_contact_phone {
    background: #1580c4;
    color: #FFFFFF;
    background: url(/assets/login/img/bg1.png) repeat-x 0 0;
}

.layui-phoneicon, .layui-online {
    width: 70px;
    height: 70px;
    float: left;
    margin-right: 15px;
}

.layui-phoneicon {
    background-image: url(/assets/images/bj.png);
    background-position: -82px -99px;
    background-repeat: no-repeat;
}

.layui-online {
    background-image: url(/assets/images/bj.png);
    background-position: 4px -99px;
    background-repeat: no-repeat;
}

.layui-QQ {
    position: relative;
}

    .layui-QQ img {
        cursor: pointer;
    }

    .layui-QQ span {
        position: absolute;
        top: 12px;
        left: 121px;
        cursor: pointer;
    }

.layui-menubar {
    position: fixed;
    top: 0px;
    bottom: 0px;
    z-index: 999;
    width: 160px;
    overflow-x: hidden;
    border-right: 1px solid #ebebeb;
}

    .layui-menubar .layui-nav {
        padding: 0;
        background-color: initial;
    }

        .layui-menubar .layui-nav .layui-nav-item {
            width: 100%;
            line-height: 45px;
        }

    .layui-menubar .layui-this {
        background-color: #F6F7FB;
    }

        .layui-menubar .layui-this:after {
            content: '';
            top: auto;
            bottom: 0;
            width: 4%;
            height: 100%;
        }

    .layui-menubar .layui-nav .layui-nav-item a {
        color: #000000;
    }

    .layui-menubar .layui-nav-bar {
        display: none;
    }

    .layui-menubar .layui-nav .layui-nav-item a:hover {
        background-color: #5FB878;
        color: #fff;
    }

    .layui-menubar .layui-side-scroll {
        width: 160px;
    }

    .layui-menubar .layui-nav-tree .layui-this > a {
        background-color: #F6F7FB;
    }

.layui-admin-demo .layui-body {
    position: absolute;
    left: 160px;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 998;
    padding: 10px;
    width: auto;
    overflow: hidden;
    overflow-y: auto;
    box-sizing: border-box;
}


/*省市区选中*/
.layui-form-title {
    position: absolute;
    top: 7px;
    left: 38px;
    height: auto !important;
    line-height: normal !important;
    color: #666;
    cursor: pointer;
    font-size: 12px;
}

.layui-primary-label span {
    position: relative;
    padding: 4px 5px;
    background-color: #009688;
    border-radius: 2px;
    color: #FFF;
    display: inline-block;
    line-height: 18px;
    height: 25px;
    margin: 2px 5px 2px 5px;
    cursor: initial;
    user-select: none;
    font-size: 14px;
    padding-right: 25px;
}

    .layui-primary-label span i {
        position: absolute;
        margin-left: 8px;
        font-size: 12px;
        cursor: pointer;
        line-height: 20px;
    }
/*下载*/
.layui-down-page {
    width: 150px;
    height: 150px;
    line-height: 150px;
    margin: 30px auto 10px;
    text-align: center;
    background-color: #fff;
    color: #fff;
    border-radius: 50%;
    box-shadow: 2px 2px 5px #b5b5b5;
}
/*计划数量头部*/
.panel_box {
    margin-bottom: 5px;
}

.panel {
    text-align: center;
    height: 90px;
}

.panel_box a {
    display: block;
    border-radius: 5px;
    overflow: hidden;
    height: 80px;
    background-color: #f2f2f2;
}

.panel_box .panelchild {
    display: block;
    border-radius: 5px;
    overflow: hidden;
    height: 80px;
    background-color: #f2f2f2;
}


.panel_icon {
    width: 40%;
    display: inline-block;
    line-height: 80px;
    float: left;
    position: relative;
    height: 100%;
}

    .panel_icon i {
        font-size: 40px !important;
        color: #fff;
        display: inline-block;
    }

.panel_word {
    width: 60%;
    display: inline-block;
    float: right;
    margin: 13px 0 14px;
}

    .panel_word span {
        font-size: 25px;
        display: block;
        height: 34px;
    }

    .panel_word mdall {
        font-size: 25px;
        position: absolute;
        right: 68px;
        top: 23px;
    }

.panel .loginTime {
    font-size: 15px;
    color: #1E9FFF;
    line-height: 17px;
}

.panel em {
    font-style: normal;
}

.panel1 {
    animation: bounceInLeft 1.5s;
}

.panel2 {
    animation: bounceInLeft 2s;
}

.panel3 {
    animation: bounceInLeft 3s;
}

.panel4 {
    animation: bounceInLeft 3.5s;
}

.panel5 {
    animation: bounceInLeft 4s;
}

.panel6 {
    animation: bounceInLeft 4.5s;
}

@keyframes bounceInLeft {
    0% {
        opacity: 0;
        transform: translate3d(3000px, 0, 0);
    }

    60% {
        opacity: 1;
        transform: translate3d(-25px, 0, 0);
    }

    75% {
        transform: translate3d(10px, 0, 0);
    }

    90% {
        transform: translate3d(-5px, 0, 0);
    }

    100% {
        transform: none;
    }
}

.cursor-pointer , a {
    cursor: pointer !important;
}

    .cursor-pointer .layui-badge {
        vertical-align: middle;
    }
/*短信*/
.informationNotice {
    max-width: 250px;
    height: 450px;
    max-height: 500px;
    position: relative;
}

    .informationNotice img {
        width: 100%;
        height: 100%;
    }

    .informationNotice .MessageHint {
        position: absolute;
        top: 95px;
        left: 27px;
        max-width: 200px;
        min-height: 300px;
    }

    .informationNotice .answerPhone {
        position: absolute;
        top: 43px;
        left: 8px;
        width: 229px;
        min-height: 344px;
        background-color: #000;
        opacity: 0.8;
    }

    .informationNotice .Answer-btn {
        position: absolute;
        width: 100%;
        bottom: 20px;
    }

.btn-answer img {
    width: 50px;
    height: 50px;
    border-radius: 50%
}

.layui-content-warp {
    width: 1170px;
    margin: 0 auto;
}

.layui-iphonebg {
    width: 330px;
    height: 620px;
    background-image: url(/assets/images/iphone_bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
}

/*.MessageHint {
    position: absolute;
    top: 115px;
    left: 40px;
    width: 250px;
}*/

.org_box {
    background: #e6e7ec;
    position: relative;
    border-radius: 10px;
    padding: 10px;
}

.org_bot_cor {
    width: 0;
    height: 0;
    font-size: 0;
    border-width: 11px;
    border-style: solid;
    border-color: transparent #e6e7ec transparent transparent;
    _border-color: #f3961c white white;
    overflow: hidden;
    position: absolute;
    left: -18px;
    bottom: 10px;
}


.layui-box-item .layui-transfer-box {
    width: 450px;
    max-height: 250px;
}
/*购买学习条数*/
.layui-distable {
    display: table;
    min-width: 480px;
    min-height: 120px;
    background-color: #fafafa;
}

.layui-group-title {
    display: table-cell;
    width: 20px;
    padding: 0 3px;
    background: #ddd;
    color: #333;
    line-height: 1.2;
    vertical-align: middle;
    text-align: center;
}

.layui-group-detail {
    display: table-cell;
    padding: 20px 0 0 20px;
}

    .layui-group-detail .Paid-num {
        color: #f60 !important;
        font-size: 30px;
    }

.layui-btn-tabs .layui-btn {
    background-color: #e8e8e8;
    color: #666;
}

.layui-btn-tabs .active {
    background-color: #1E9FFF !important;
    color: #fff !important;
}

.layui-disitem {
    display: table-cell;
    min-width: 260px;
    max-width: 290px;
    min-height: 100px;
    background-color: #fafafa;
}

.layui-items-title {
    padding: 10px;
    border-bottom: solid 1px #ddd;
    font-size: 14px;
    line-height: 20px;
    margin: 0 10px;
}

.layui-items-list {
    padding: 10px;
    margin: 0 10px;
}

    .layui-items-list .Paid-money {
        color: #f60;
        font-size: 30px;
    }


/*安全运营开通*/
.logout-solution .title {
    width: 100%;
    line-height: 40px;
    font-size: 28px;
    color: #333;
    text-align: center;
}

.lsbs {
    height: 400px;
    margin-top: 15px;
}

.lsbs-container > div:first-child, .lsbs-container > div:first-child a {
    border-radius: 4px 0 0 4px;
}

.lsbs-container > div:last-child, .lsbs-container > div:last-child a {
    border-radius: 0 4px 4px 0;
}

.lsb-background {
    width: 100%;
    height: 400px;
}

.lsb-background1 {
    background: url(/assets/images/bg1.png) center center no-repeat rgb(244, 245, 250);
    background-size: 100% 100%;
}

.lsb-background2 {
    background: url(/assets/images/bg2.jpg) center center no-repeat rgb(244, 245, 250);
    background-size: 100% 100%;
}

.lsb-background3 {
    background: url(/assets/images/bg3.jpg) center center no-repeat rgb(244, 245, 250);
    background-size: 100% 100%;
}

.lsb {
    height: 100%;
    padding: 0 60px;
    background: rgba(0,0,0,.4);
    text-align: center;
    position: relative;
    transition: all .7s;
    display: block;
    overflow: hidden;
}

    .lsb:hover {
        cursor: pointer;
        background: rgba(2,137,255,.8);
    }

        .lsb:hover .lsb-icon {
            margin-top: -44px;
        }

        .lsb:hover .lsb-name {
            margin-top: 106px;
        }

        .lsb:hover .lsb-span {
            margin-top: 28px;
        }

        .lsb:hover .lsb-introduce {
            margin-top: 16px;
        }

        .lsb:hover .lsb-href {
            margin-top: 32px;
        }

.lsb-icon {
    width: 44px;
    height: 44px;
    margin: auto;
    margin-top: 135px;
    transition: all .5s;
}

    .lsb-icon img {
        width: 100%;
        height: 100%
    }

.lsb-name {
    font-size: 24px;
    color: #fff;
    margin-top: 24px;
    line-height: 33px;
    transition: all .5s;
}

.lsb-span {
    width: 24px;
    height: 4px;
    background: #fff;
    transition: all .5s;
    margin: auto;
    margin-top: 24px;
}

.lsb-introduce {
    font-size: 14px;
    color: #fff;
    display: -webkit-box;
    transition: all .5s;
    margin-top: 136px;
}

.lsb-href {
    width: 144px;
    padding: 9px 18px;
    border: 1px solid #fff;
    border-radius: 2px;
    text-decoration: none;
    transition: all .5s;
    margin: auto;
    margin-top: 32px;
    color: #fff;
}

    .lsb-href span {
        font-size: 16px;
    }

    .lsb-href:after {
        content: "";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
        font-size: 0;
    }

    .lsb-href:hover {
        background: #fff;
        color: #108ee9;
    }

.free-button a {
    min-width: 140px;
    padding: 0 20px;
    background-color: #00a4ff;
    color: #fff;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    outline: 0;
    box-sizing: border-box;
    width: 220px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
}

/*保险业务*/
.banner-background {
    margin-top: -115px;
    height: 360px;
    background: #333 url(/assets/images/body-bg.png) center top no-repeat;
    background-size: 100% 542px;
    padding: 80px 0 30px;
    text-align: center;
}

.banner-container {
    position: relative;
}

    .banner-container h2 {
        font-size: 42px;
        line-height: 64px;
        color: #FFF;
        margin-top: 70px;
        font-weight: normal;
    }

    .banner-container p {
        margin-top: 10px;
        font-size: 16px;
        color: #FFF;
        opacity: .8;
        filter: alpha(opacity=80);
        line-height: 30px;
    }

.banner-btn a {
    display: inline-block;
    width: 158px;
    height: 36px;
    background-color: #108CEE;
    border: 1px solid #108CEE;
    color: #FFF;
    font-size: 14px;
    line-height: 35px;
    cursor: pointer;
    margin-top: 40px;
}

    .banner-btn a:hover {
        background-color: #1F9AFD;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

.banner-btn .banner-btn-02 {
    background-color: transparent;
    border: 1px solid #FFF;
}

    .banner-btn .banner-btn-02:hover {
        background-color: #FFF;
        color: #333;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

.banner-list {
    padding: 0;
    text-align: center;
}

.banner-wrap {
    display: block;
    margin-top: -40px;
}


    .banner-wrap h4 {
        font-size: 18px;
        line-height: 36px;
        color: #333;
        margin: 0;
        font-weight: normal;
    }

    .banner-wrap p {
        padding: 0;
        font-size: 14px;
        line-height: 26px;
        color: #666;
        margin-top: 10px;
    }

.clearfix {
    /*padding: 30px;*/
    text-align: left;
    background-color: #FFF;
    -webkit-box-shadow: 0 7px 21px 0 rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 0 7px 21px 0 rgba(0, 0, 0, 0.04);
    box-shadow: 0 7px 21px 0 rgba(0, 0, 0, 0.04);
}
/*业务提醒*/
.section-mall {
    background-image: url(/assets/images/homepage-mall-bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.section-title {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 10px;
}

    .section-title h1 {
        position: relative;
        font-size: 30px;
        line-height: 50px;
        letter-spacing: 4px;
        color: #252b3a;
    }

    .section-title h2 {
        margin-top: 10px;
        font-size: 18px;
        line-height: 22px;
        letter-spacing: 2px;
        color: #666a75;
    }

.section-wrapper {
    width: 1280px;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
}

.mall-app > ul {
    margin-left: -10px;
    margin-right: -10px;
}

    .mall-app > ul:before,
    .mall-app > ul:after {
        content: " ";
        display: table;
        box-sizing: inherit;
    }

.mall-app-card {
    position: relative;
    height: 390px;
    overflow: hidden;
    background-color: grey;
    text-align: center;
    cursor: pointer;
}

.mall-app-card-bg {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    transition: 0.2s;
}

.mall-app-card-top {
    position: relative;
    height: 50%;
}

    .mall-app-card-top i {
        display: block;
        position: absolute;
        top: 80px;
        right: 0;
        left: 0;
        width: 48px;
        height: 48px;
        margin: 0 auto;
        background-size: cover;
        background-position: center;
        transition: 0.2s;
    }

    .mall-app-card-top h2 {
        position: absolute;
        top: 175px;
        right: 0;
        left: 0;
        font-size: 20px;
        line-height: 28px;
        color: #fff;
        transition: 0.2s;
    }

        .mall-app-card-top h2:before {
            content: "";
            position: absolute;
            top: 100%;
            right: 0;
            left: 0;
            width: 0;
            height: 4px;
            margin: 15px auto;
            background-color: #f66f6a;
            transition: 0.2s 0.2s;
        }

    .mall-app-card-top p {
        position: absolute;
        top: 173px;
        right: 0;
        left: 0;
        padding-left: 40px;
        padding-right: 40px;
        margin: 10px auto 0;
        font-size: 14px;
        line-height: 24px;
        color: #fff;
        opacity: 0;
        transition: 0.2s;
    }

.section-bottom {
    padding-top: 40px;
    padding-bottom: 50px;
}

.section-more-wrap {
    width: 220px;
    margin: 0 auto;
}

.mall-app-card:hover .mall-app-card-bg {
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.mall-app-card:hover .mall-app-card-top i {
    opacity: 0;
}

.mall-app-card:hover .mall-app-card-top h2 {
    top: 85px;
}

    .mall-app-card:hover .mall-app-card-top h2:before {
        width: 68px;
    }

.mall-app-card:hover .mall-app-card-top p {
    margin-top: 0;
    opacity: 1;
}
/*电子合同*/
.electron-title {
    padding-bottom: 10px;
    font-size: 30px;
    font-weight: 300;
    color: #333;
    text-align: center;
    box-sizing: content-box;
}

.desc {
    position: relative;
    padding: 30px 30px 30px 7em;
    font-size: 16px;
    line-height: 2;
    text-indent: -4rem;
    background: #fff6f6;
}

    .desc:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 20px;
        height: 25px;
        border-top: 2px solid #e8373d;
        border-left: 2px solid #e8373d;
        border-radius: 6px 0 0 0;
    }

    .desc:after {
        content: '';
        position: absolute;
        right: 0;
        bottom: 0;
        width: 20px;
        height: 25px;
        border-right: 2px solid #e8373d;
        border-bottom: 2px solid #e8373d;
        border-radius: 0 0 6px 0;
    }

.tool-package > div {
    padding: 0 10px
}

.tool-package .tile {
    height: 134px;
    transition: box-shadow .5s ease;
    padding: 19px 24px 20px 25px;
    margin-top: 20px;
    position: relative;
    border-radius: 2px;
    border: 1px solid #ddd
}
    /*鼠标悬浮列表上方渐变色*/
    .tool-package
    .tile:before {
        content: "";
        position: absolute;
        display: inline-block;
        left: 0;
        top: 0;
        width: 0;
        height: 3px;
        background: rgba(21,0,255,0.10);
        background-repeat: no-repeat;
        background-image: linear-gradient(-252deg,rgba(1,78,204,0.80) 0%,rgba(1,182,201,0.50) 98%)
    }

    .tool-package .tile:hover:before {
        width: 100%
    }

    .tool-package .tile:hover {
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.10)
    }
/*图标*/
.tool-package .center-layer > .layer-figure {
    width: 48px;
    vertical-align: top;
    float: left
}
/*文字*/
.tool-package .center-layer .layer-text {
    width: 75%;
    float: left;
    padding: 0 0 0 20px;
    text-align: center
}

.tool-package .dev-list {
    font-size: 18px;
    color: #252b3a;
    margin-bottom: 4px;
    width: 75%;
    float: left;
    text-align: left;
    padding-left: 20px
}

.tool-package .dev-text {
    font-size: 12px;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    height: 63px;
    line-height: 21px;
    color: #A0A2A8;
    text-align: left
}

.descript {
    margin-bottom: 20px;
    font-size: 16px;
    color: #A0A2A8;
}
/*短信群发开通*/
.free-content {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-height: 394px;
    padding: 45px 10px 50px;
    background-size: cover;
    position: relative;
}

.free-inner {
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0 10px;
    position: relative;
    z-index: 2;
}

.free-title {
    margin-bottom: 40px;
}

    .free-title h3 {
        text-align: center;
        font-size: 24px;
        color: #333;
        font-weight: 400;
        line-height: 1.5;
    }

.free-text {
    text-align: center;
    font-size: 16px;
    line-height: 1.8;
}

    .free-text a {
        color: #00a4ff;
    }

.free-button {
    text-align: center;
    padding-top: 35px;
}

    .free-button a {
        min-width: 140px;
        padding: 0 20px;
        background-color: #00a4ff;
        color: #fff;
        text-align: center;
        display: inline-block;
        cursor: pointer;
        outline: 0;
        box-sizing: border-box;
        width: 220px;
        height: 45px;
        line-height: 45px;
        font-size: 16px;
    }

        .free-button a:hover {
            background-color: #0092ee;
        }

.free-background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: url(/assets/images/free002.png) top center no-repeat #f7f8fa;
    background-size: cover;
}

.free-content .free-background {
    background-image: url(/assets/images/free002.png);
}
/*平台印章start*/
/*专项考试学习印章start*/
.platform-seal {
    width: 195px;
    height: 135px;
}

    .platform-seal img {
        width: 195px;
        height: 135px;
        margin: auto;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        overflow: hidden;
    }

.seal-content1 {
    width: 195px;
    height: 135px;
    border-radius: 50%;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
}

    .seal-content1 > span, .platform {
        position: absolute;
        font-size: 17px;
        color: #f65b5b;
        font-family: "宋体";
    }

.seal-content {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
}

    .seal-content > span, .platform {
        position: absolute;
        font-size: 17px;
        color: #f65b5b;
        font-family: "宋体";
    }

.platform {
    bottom: 29px;
    left: 29px;
    width: 137px;
}

.letter1 {
    top: 65px;
    left: 16px;
    transform: rotate(-100deg);
}

.letter2 {
    top: 43px;
    left: 18px;
    transform: rotate(-66deg);
}

.letter3 {
    top: 27px;
    left: 36px;
    transform: rotate(-47deg);
}

.letter4 {
    top: 18px;
    left: 57px;
    transform: rotate(-4deg);
}

.letter5 {
    top: 14px;
    left: 80px;
    transform: rotate(0deg);
}

.letter6 {
    top: 13px;
    left: 102px;
    transform: rotate(-3deg);
}

.letter7 {
    top: 17px;
    left: 124px;
    transform: rotate(4deg);
}

.letter8 {
    top: 26px;
    left: 145px;
    transform: rotate(47deg);
}

.letter9 {
    top: 43px;
    left: 160px;
    transform: rotate(66deg);
}

.letter10 {
    top: 64px;
    left: 165px;
    transform: rotate(100deg);
}
/*专项考试学习印章end*/
/*合同公司印章start*/
.seal-warp {
    position: absolute;
    transform: translate(-80px,7px);
}

.company-seal {
    position: relative;
    width: 160px;
    height: 160px;
}

    .company-seal img {
        width: 160px;
        height: 160px;
        margin: auto;
        top: -5px;
        bottom: 0;
        left: -2px;
        right: 0;
        overflow: hidden;
    }

.circular1 {
    top: 119px;
    left: 73px;
    transform: rotate(-184deg);
}

.circular2 {
    top: 115px;
    left: 50px;
    transform: rotate(-155deg);
}

.circular3 {
    top: 102px;
    left: 32px;
    transform: rotate(-135deg);
}

.circular4 {
    top: 82px;
    left: 20px;
    transform: rotate(-107deg);
}

.circular5 {
    top: 58px;
    left: 18px;
    transform: rotate(-79deg);
}

.circular6 {
    top: 36px;
    left: 27px;
    transform: rotate(-57deg);
}

.circular7 {
    top: 21px;
    left: 45px;
    transform: rotate(-30deg);
}

.circular8 {
    top: 15px;
    left: 67px;
    transform: rotate(-3deg);
}

.circular9 {
    top: 19px;
    left: 90px;
    transform: rotate(27deg);
}

.circular10 {
    top: 34px;
    left: 108px;
    transform: rotate(56deg);
}

.circular11 {
    top: 54px;
    left: 119px;
    transform: rotate(73deg);
}

.circular12 {
    top: 77px;
    left: 121px;
    transform: rotate(100deg);
}

.circular13 {
    top: 98px;
    left: 110px;
    transform: rotate(129deg);
}

/*合同公司印章end*/
/*平台印章end*/
/*签到*/
.layui-Savedby {
    margin: 0 auto;
    height: 310px;
    background: url(/assets/images/yi.png)no-repeat 50%;
}

.layui-PersonnelWrap {
    margin: 0px auto;
    min-width: 990px;
    max-width: 1190px;
}

.layui-signPersonnel {
    height: 100%;
    width: 100%;
    margin-right: 320px;
    background: #f6f6f6;
    position: relative;
    overflow: hidden;
}


.layui-signName {
    width: 200px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    top: 4px;
    left: -50px;
    background-color: #009688;
    transform: rotate(-30deg);
    font-size: 20px;
    color: #fff;
}

.layui-QRdistinguish {
    margin: 20px 0;
    border: 2px solid #fff;
    height: 317px;
}
/*文件附件*/
.layui-upload-attsep {
    padding: 6px 7px;
}

@media screen and (min-device-width: 1026px) and (max-device-width: 1440px) {
    .layuiadmin-right img {
        max-width: 160px;
        max-height: 130px;
        height: auto;
        cursor: pointer;
    }

    .progress_inner__step {
        padding: 0 10px !important;
    }

    /*安全运营开通*/
    .lsbs {
        height: 300px;
    }

    .lsb-background {
        height: 300px;
    }

    .lsb {
        padding: 0 30px;
    }

    .lsb-icon {
        margin-top: 80px;
    }

    .lsb:hover .lsb-name {
        margin-top: 56px;
    }

    /*业务提醒*/
    .mall-app-card-top i {
        top: 40px;
    }

    .mall-app-card-top h2 {
        top: 120px;
    }

    .mall-app-card-top p {
        top: 145px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (min-device-width: 1280px) and (max-device-width: 1440px) {
    .layui-content-warp {
        width: 850px;
    }

    .layui-iphonebg {
        width: 300px;
        height: 550px;
    }

    .MessageHint {
        width: 225px;
    }
}

@media screen and (max-device-width: 1200px) {
    .layui-content-warp {
        width: 750px;
    }

    .layui-iphonebg {
        width: 270px;
        height: 550px;
    }

    .MessageHint {
        width: 195px;
    }

    .layui-content-warp .layui-col-md-offset1 form {
        margin-left: 50px;
    }
}


@media (max-width: 820px) {
    .laypull-right {
        float: none;
    }
}
/*子表*/
.rows-table {
    width: 100%;
    height: 100%;
    cursor: pointer;
}
/*去除table行hover*/


/*表头*/
.layui-table thead tr, .layui-table-tool {
    background-color: #f8f8f8 !important;
}
/*条件操作*/
.layui-conditions {
    height: 30px;
    line-height: 30px;
    padding: 0 10px !important;
    margin-bottom: 5px;
    background-color: #fff;
    color: #01AAED;
}

    .layui-conditions .layui-colla-icon {
        display: none;
    }
/*选中行*/
.layui-table-click {
    background-color: transparent !important;
}

.layui-table tbody tr:hover {
    background-color: #fbfbfb;
}

.layui-table tbody .table-item:hover {
    background-color: transparent !important;
}

.layui-table-hoverbg tbody tr:hover {
    background-color: transparent !important;
}

.layui-table-hover {
    background-color: inherit;
}

.layui-table-selected {
    background-color: #f1ffb9 !important;
}

.cursor-not-allowed {
    cursor: not-allowed;
}
/*cursor:no-drop //是一个红色的圈加一个斜杠，表示禁止的意思

cursor:not-allowed //是一个红色的圈加一个斜杠，表示禁止的意思*/
/*吸顶*/
.layui-fixedTop {
    background-color: #fff;
    text-align: center;
    top: 0;
}


/**js蓝色风格**/
.layui-btn {
    border:0px;
    background-color: #2465aa !important;
    color: #fff !important;
}

.layui-table-cell .layui-btn {
    background-color: #2465aa !important;
    color: #fff !important;
}

.layui-tab-brief > .layui-tab-title .layui-this {
    color: #2465aa !important;
}

    .layui-tab-brief > .layui-tab-more li.layui-this:after, .layui-tab-brief > .layui-tab-title .layui-this:after {
        border-bottom: 2px solid #2465aa !important;
    }

.layui-elem-quote {
    border-left: 5px solid #2465aa !important;
}

.layui-form-radio > i:hover, .layui-form-radioed > i {
    color: #2465aa !important;
}

.layui-form-checked[lay-skin=primary] i {
    border-color: #2465aa !important;
    background-color: #2465aa !important;
    color: #fff;
}

.layui-nav .layui-this:after, .layui-nav-bar, .layui-nav-tree .layui-nav-itemed:after {
    background-color: #2465aa !important;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: #2465aa !important;
}

.layui-submenu .layui-this {
    background-color: #f8f8f8 !important;
}


.Js-theme .layui-layout-admin .layui-header {
    background-color: #2465aa !important;
}

.Js-theme .logo {
    width: 40px !important;
}

.Js-theme .layui-tab-title .layui-this {
    background-color: #f6f6f6;
    color: #000000;
}

.layui-layer-btn .layui-layer-btn0 {
    border-color: #2465aa !important;
    background-color: #2465aa !important;
    color: #fff;
}


/*end*/
.layui-form, .layui-btn, fieldset {
    border-radius: 5px !important;
}

.layui-input, .layui-textarea {
    border-radius: 0px 3px 3px 0px !important;
}

.layui-form-pane .layui-form-label {
    border-radius: 3px 0px 0px 3px !important;
}


.upload-warp .upload-img .upload-icon {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 13px;
    color: #999999;
}

.radius {
    border-radius: 3px;
}

.upload-warp .upload-img {
    width: 189px;
    height: 103px;
    border: 1px dashed #999999;
    margin: 0 auto 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.operate {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.caller-item {
    padding: 25px;
    overflow: hidden;
    border-bottom: 1px solid #e0e0e0;
}

.caller-img {
    width: 40px;
    height: 40px;
    border-radius: 100%;
}

.caller-main {
    margin-left: 20px;
    width: 190px;
}

.caller-fl {
    float: left;
}

.caller-main p:first-child {
    padding-top: 0;
}

.caller-main p {
    line-height: 100%;
    padding: 8px 0;
}

/*表单小化*/
.layui-card-body .layui-form-label {
    padding: 5px 2px !important;
    height: 31px !important;
}

.layui-card-body input {
    height: 31px !important;
}

xm-select {
    height:29px !important;
}

.layui-form-pane xm-select {
    margin: 0px !important;
    min-height:0px !important;
}

.layui-card-body .layui-form-pane xm-select {
    margin: 0px !important;
}

.layui-card-body xm-select > .xm-label .scroll .label-content {
    padding: 0px !important;
}

.layui-card-body .layui-form-radio {
    margin: 3px 0px 0px 9px !important;
}

/*打印覆盖 新layui body样式*/
body {
    line-height: 24px !important;
    color: unset !important;
    font: 14px Helvetica Neue,Helvetica,PingFang SC,Tahoma,Arial,sans-serif;
}

.layui-form-item .layui-form-checkbox[lay-skin=primary] {
    margin-top: 6px !important;
}