@charset "utf-8";

html {
    background: #f6f7f8!important
}

body {
    background: #f6f7f8!important;
    font-size: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.flex {
    display: flex;
    display: -webkit-flex;
}

.flex-y-center {
    align-items: center;
    -webkit-align-items: center;
}

.flex-y-top {
    align-items: flex-start;
    -webkit-align-items: flex-start;
}

.flex-y-fot {
    align-items: flex-end;
    -webkit-align-items: flex-end;
}

.flex-y-base {
    align-items: baseline;
    -webkit-align-items: baseline;
}

.flex-x-left {
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
}

.flex-x-right {
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
}

.flex-x-between {
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.flex-x-center {
    justify-content: center;
    -webkit-justify-content: center;
}

.flex-wrap {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.flex-nowrap {
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
}

.flex-shrink {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
}

.flex-auto {
    flex: auto;
    -webkit-flex: auto;
}

.box-sizing {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.no-wrap {
    white-space: nowrap;
}

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

.text-center-left {
    text-align: left;
}

.text-center-right {
    text-align: right;
}

.block {
    display: block;
}

.inline-block {
    display: inline-block;
}

.bold {
    font-weight: bold;
}
.pointer{
    cursor: pointer;
}
.font-size-12{
    font-size: 12px;
}
.font-size-14{
    font-size: 14px;
}
.font-size-16{
    font-size: 16px;
}

.theme {
    width: 100%;
    position: relative
}

.center {
    width: 1200px;
    margin: 0 auto
}

.layui-form-select dl dd.layui-this {
    background-color: #4d9859
}

.layui-layer-btn .layui-layer-btn0 {
    font-size: 14px;
    border-color: #4d9859!important;
    background-color: #4d9859!important
}

.layui-layer-btn a {
    font-size: 14px
}

.layui-btn-xs {
    height: 28px;
    line-height: 28px;
    padding: 0 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box
}

.layui-btn-disabled,.layui-btn-disabled:active,.layui-btn-disabled:hover {
    height: 26px;
    line-height: 26px
}

.layui-table-body .layui-none {
    font-size: 14px
}

.custom-loading {
    background: rgba(0,0,0,.5)!important;
    text-align: center
}

.custom-loading .layui-layer-btn,.custom-loading .layui-layer-resize {
    display: none
}

.custom-loading .layui-layer-content {
    color: #fff;
    font-size: 14px!important
}

.custom-loading .layui-layer-content .layui-icon {
    font-size: 14px!important
}

.custom-loading {
    min-width: 0!important
}

.custom-loading .layui-layer-content {
    padding: 5px 20px!important
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: #4d9859!important
}

.layui-laydate td.layui-this {
    background-color: #4d9859!important
}

.layui-btn {
    background-color: #4d9859
}

.layui-form-radio>i:hover,.layui-form-radioed>i {
    color: #4d9859!important
}

.layui-form-radio>i {
    font-size: 18px!important
}

.layui-form-checked[lay-skin=primary] i {
    background-color: #4d9859!important;
    border-color: #4d9859!important
}

.layui-form-checkbox[lay-skin=primary]:hover i {
    border-color: #4d9859!important
}

#pubItemTop {
    height: 50px;
    background: #fff;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: absolute;
    z-index: 1000;
    left: 120px;
    right: 0;
    top: 0;
    border-bottom: 1px solid #d8d8d8;
    display: flex;
    display: -webkit-flex;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center
}

#pubItemLeft {
    width: 120px;
    background: #1c2b36;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: absolute;
    z-index: 100;
    left: 0;
    top: 0;
    bottom: 0;
    padding-top: 20px
}

#pubItemRight {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: absolute;
    z-index: 100;
    top: 50px;
    right: 0;
    bottom: 0;
    left: 120px
}

#pubItemLeft,#pubItemRight {
    overflow-x: hidden;
    overflow-y: auto;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
    -moz-overflow-scrolling: touch;
    -ms-overflow-scrolling: touch;
    -o-overflow-scrolling: touch
}

#pubItemLeft::-webkit-scrollbar,#pubItemRight::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #f5f5f5
}

#pubItemLeft::-webkit-scrollbar-track,#pubItemRight::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #f5f5f5
}

#pubItemLeft::-webkit-scrollbar-thumb,#pubItemRight::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555
}

#pubItemLeft .nav_logo {
    display: block;
    width: 120px;
    height: 39px;
    margin: 0 auto 30px auto
}

#pubItemLeft ul li {
    margin-bottom: 10px
}

#pubItemLeft ul li a.bigNav{
    height: 40px;
    display: flex;
    display: -webkit-flex;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    transition: all .3s;
    -webkit-transition: all .3s
}

#pubItemLeft ul li a.bigNav img {
    display: block;
    width: 16px;
    height: 16px;
    margin: 2px 8px 0 16px
}

#pubItemLeft ul li a.bigNav span {
    display: block;
    white-space: nowrap;
    letter-spacing: 1px;
    color: #fff;
    font-size: 14px
}

#pubItemLeft ul li.on a.bigNav,#pubItemLeft ul li a.bigNav:hover {
    background: #29D350;
}

#pubItemTop ul.rightNaver {
    display: flex;
    display: -webkit-flex;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    padding-right: 24px;
    height: 50px
}

#pubItemTop ul.rightNaver li {
    display: flex;
    display: -webkit-flex;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    position: relative
}

#pubItemTop ul.rightNaver li:nth-last-child(1) {
    margin: 0 48px 0 22px
}

#pubItemTop ul.rightNaver li img {
    display: block;
    width: 16px;
    height: 16px
}

#pubItemTop ul.rightNaver li span {
    display: block;
    white-space: nowrap;
    letter-spacing: 1px;
    color: #000;
    font-size: 14px
}

#pubItemTop ul.rightNaver li i.layui-icon {
    margin: 3px 0 0 3px
}

#pubItemTop ul.rightNaver li a {
    display: block;
    white-space: nowrap;
    letter-spacing: 1px;
    color: #000;
    font-size: 14px
}

#pubItemTop ul.rightNaver li em {
    display: block;
    white-space: nowrap;
    height: 14px;
    font-size: 12px;
    color: #fff;
    line-height: 14px;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    padding: 0 5px;
    position: absolute;
    z-index: 20;
    left: 60%;
    top: -5px;
    background: #ff3d3d
}

#pubItemTop a.layui-icon {
    color: #000;
    font-size: 16px;
    display: block;
    margin-left: 24px
}

#pubItemTop ul.rightNaver .userInfo {
    cursor: pointer;
    position: relative;
    height: 50px
}

#pubItemTop ul.rightNaver .userInfo .userInfoLay {
    min-width: 100%;
    position: absolute;
    z-index: 100;
    right: -10px;
    top: 49px;
    background: #fff;
    box-shadow: 0 0 2px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,.1);
    border: 1px solid #ebedf0;
    display: none
}

#pubItemTop ul.rightNaver .userInfo .userInfoLay dd {
    padding: 10px 30px;
    border-bottom: 1px solid #ebedf0
}

#pubItemTop ul.rightNaver .userInfo .userInfoLay dd a {
    display: block;
    white-space: nowrap;
    color: #000;
    font-size: 14px
}

#pubItemTop ul.rightNaver .userInfo .userInfoLay dd:nth-last-child(1) {
    border-bottom: 0
}

#pubItemTop ul.rightNaver .on .userInfoLay {
    display: block
}

#pubItemTop ul.rightNaver .on i.layui-icon {
    transform: rotate(180deg);
    margin: -2px 0 0 3px
}

#pubItemTop ul.rightNaver .userInfo .userInfoLay dd:hover {
    background: #4d9859
}

#pubItemTop ul.rightNaver .userInfo .userInfoLay dd:hover a {
    color: #fff
}

.editPassLay {
    color: #000;
    font-size: 14px;
    padding: 20px 20px 0 20px
}

.editPassLay .layui-btn {
    display: block;
    margin: 0 auto;
    width: 100%
}
.cancelPrintFreNumber_lay_con{
    padding: 20px 20px 0 0;
    font-size: 14px;
}
.cancelPrintFreNumber_lay .layui-layer-content{
    overflow: visible !important;
}
.msgTipsDom{
    color: #1D2129;
    margin:0 50px;
}
.msgTipsDom_tit .layui-icon{
    margin: 0 !important;
}
.msgTipsDom_tit .prev{
    transform: rotate(180deg);
    
}
.msgTipsDom_tit .sum li{
    font-size: 0;
    overflow: hidden;
    width: 10px;
    height: 10px;
    margin: 0 3px;
    border-radius: 50%;
    line-height: 50px;
    cursor: pointer;
    user-select:none;
    -webkit-user-select:none;
    background: #ccc;
}
.msgTipsDom_tit .sum li.on{
    background: #29D350;
}
.msgTipsDom_con{
    height: 20px;
    position: relative;
    overflow: hidden;
    margin-top: 4px;
}
.msgTipsDom_con ul li{
    margin-right: 15px;
}
.cover{
    object-fit: cover;
}
.user-select{
    user-select:none;
    -webkit-user-select:none;
}
.slideMeanu dl{
    display: none;
}
.slideMeanu_on dl{
    display: block;
}
.slideMeanu_on .xjt{
    transform:rotate(180deg);
}
.slideMeanu dl dd{
    margin-bottom: 10px;
}
.slideMeanu dl dd a{
    height: 40px;
    line-height: 40px;
    color: #fff;
}
.slideMeanu dl dd.on a,.slideMeanu dl a:hover{
    background: #29D350;
}
.break-all{
    word-break: break-all;
}