@charset "utf-8";
html {
    background:#fff !important
}
body {
    background:#fff !important;
    font-size: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.theme {
    width: 100%;
    position: relative
}
.center {
    width: 1200px;
    margin: 0 auto;
}
.layui-form-select dl dd.layui-this {
    background-color: #38C24E
}
.layui-layer-btn .layui-layer-btn0 {
    font-size: 14px;
    border-color: #38C24E!important;
    background-color: #38C24E!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: #38C24E!important
}
.layui-laydate td.layui-this {
    background-color: #38C24E!important
}
.layui-btn {
    background-color: #38C24E
}
.layui-form-radio>i:hover,.layui-form-radioed>i {
    color: #38C24E!important
}
.layui-form-radio>i {
    font-size: 18px!important
}
.layui-form-checked[lay-skin=primary] i {
    background-color: #38C24E!important;
    border-color: #38C24E!important
}
.layui-form-checkbox[lay-skin=primary]:hover i {
    border-color: #38C24E!important
}
.lazyload{
    object-fit: cover;
}
.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;
}
.font-size-12 {
    font-size: 12px;
}
.font-size-13 {
    font-size: 13px;
}
.font-size-14 {
    font-size: 14px;
}
.font-size-16 {
    font-size: 16px;
}
.font-size-18 {
    font-size: 18px;
}
.font-size-20 {
    font-size: 20px;
}
.font-size-22 {
    font-size: 22px;
}
.font-size-24 {
    font-size: 24px;
}
.font-size-26 {
    font-size: 26px;
}
.font-size-28 {
    font-size: 28px;
}
.font-size-30 {
    font-size: 30px;
}
.font-size-32 {
    font-size: 32px;
}
.font-size-36 {
    font-size: 36px;
}
.font-size-38 {
    font-size: 38px;
}
.font-size-40 {
    font-size: 40px;
}
.font-size-48 {
    font-size: 48px;
}
.font-size-56{
    font-size: 56px;
}
.font-size-64 {
    font-size: 64px;
}
.font-size-70 {
    font-size: 70px;
}
.font-size-72 {
    font-size: 72px;
}
.user-select {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
}
.width-20 {
    width: 20%;
}
.width-25 {
    width: 25%;
}
.width-33 {
    width: 33.33333%;
}
.width-50 {
    width: 50%;
}
.break-all {
    word-break: break-all;
}
.line-height-10 {
    line-height: 1;
}
.line-height-11 {
    line-height: 1.1;
}
.line-height-12 {
    line-height: 1.2;
}
.line-height-13 {
    line-height: 1.3;
}
.line-height-14 {
    line-height: 1.4;
}
.line-height-15 {
    line-height: 1.5;
}
.line-height-16 {
    line-height: 1.6;
}
.line-height-17 {
    line-height: 1.7;
}
.line-height-18 {
    line-height: 1.8;
}
.line-height-19 {
    line-height: 1.9;
}
.line-height-20 {
    line-height: 2;
}
.letter-spacing-1 {
    letter-spacing: 1px;
}
.letter-spacing-2 {
    letter-spacing: 2px;
}
.letter-spacing-3 {
    letter-spacing: 3px;
}
.letter-spacing-4 {
    letter-spacing: 4px;
}
.letter-spacing-5 {
    letter-spacing: 5px;
}
.line-1-hide{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.text-2-hide{
    height: 40px;
    line-height: 20px;
    position: relative;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.text-over{
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pointer{
    cursor: pointer;
}
.filesLoading{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 15;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,.7);
}
.filesLoading_con{
    width: 80%;
    height: 6px;
    border-radius: 3px;
    background: #fff;
    position: absolute;
    z-index: 20;
    left: 10%;
    top: 50%;
    margin-top: -6px;
}
.filesLoading_state{
    height: 6px;
    border-radius: 3px;
    background: #38C24E;
    position: absolute;
    z-index: 20;
    left: 0;
    top: 0;
    transition: all .3s;
}
.filesLoading_text{
    width: 100%;
    font-size: 12px;
    color: #fff;
    text-align: center;
    position: absolute;
    z-index: 20;
    left: 0;
    top: 50%;
    margin-top: 8px;
}
.pub_naver{
    width: 100%;
    height: 80px;
    background: #FFFFFF;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
}
.pub_naver .center{
    height: 80px;
}
.pub_naver .center ul li a{
    color: #000;
    position: relative;
    padding: 17px 0;
}
.pub_naver .center ul li{
    margin-right: 50px;
}
.pub_naver .center ul li:nth-last-child(1){
    margin-right: 0;
}
.pub_naver .center ul li.on a{
    color: #38C24E;
}
.pub_naver .center ul li.on a:after{
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #38C24E;
    border-radius: 1px;
    position: absolute;
    z-index: 20;
    left: 0;
    bottom: 0;
}
.pub_footer .center{
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    padding: 24px 0;
}
.pub_qrcode{
    width: 184px;
    height: 184px;
    position: fixed;
    z-index: 120;
    left: 0;
    bottom: 0;
}
.pub_slide{
    position: fixed;
    z-index: 120;
    width: 56px;
    height: 176px;
    right: 0;
    bottom: 50px;
    transition: all .2s ease;
}
.pub_slide .jqr{
    position: absolute;
    z-index: 20;
    bottom: 146px;
    left: -46px;
    transition: all .2s ease;
}
.pub_slide .jqr .icon{
    object-fit: cover;
    width: 76px;
    height: 76px;
    transition: all .2s ease;
}
.pub_slide .jqr .tips1{
    display: block;
}
.pub_slide .jqr .tips2{
    display: none;
}
.pub_slide .jqr .tips{
    padding: 8px;
    background: #FFFFFF;
    border-radius: 4px;
    position: absolute;
    z-index: 20;
    left: 50%;
    bottom: 70px;
    transform: translate(-50%,0);
}
.pub_slide .jqr .tips:after{
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: #fff;
    position: absolute;
    z-index: 20;
    left: 50%;
    transform: translate(-50%,0);
    bottom: -3px;
    transform: rotate(45deg);
}
.pub_slide ul{
    width: 142px;
    height: 176px;
    position: fixed;
    z-index: 10;
    overflow: hidden;
    background: #fff;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    padding-top: 4px;
}
.pub_slide ul li{
    padding: 12px 30px 12px 16px;
}
.pub_slide_on{
    width: 142px;
}
.pub_slide_on .jqr{
    left: 35px;
    bottom: 165px;
}
.pub_slide_on .jqr .icon{
    transform: rotate(23deg);
}
.pub_slide_on .jqr .tips1{
    display: none;
}
.pub_slide_on .jqr .tips2{
    display: block;
}
.pub_slide .dkhjl{
    position: absolute;
    z-index: 20;
    right: 142px;
    top: -370px;
    padding-right: 10px;
}
.pub_slide .dkhjl_con{
    width: 480px;
    height: 216px;
    background: #fff;
    box-shadow: 0px 6px 16px 0px rgba(139, 139, 153, 0.23);
    border-radius: 8px;
}
.pub_slide .picList dd{
    position: relative;
    width: 70px;
    height: 70px;
    box-sizing: border-box;
    margin-right: 16px;
}
.pub_slide .picList dd img{
    display: block;
    width: 70px;
    height: 70px;
    object-fit: cover;
    position: relative;
    z-index: 10;
}
.pub_slide .picList .addPic{
    border: 1px dashed #DCDEE0;
    cursor: pointer;
}
.pub_slide .picList .delpic{
    position: absolute;
    z-index: 20;
    right: 0;
    top: 0;
    cursor: pointer;
    background: #EBEDF0;
}
.pub_slide .picList dd:nth-last-child(1){
    margin-right: 0;
}
#icon_module{
    display: none !important;
}
#div_company_mini{
    display: none !important;
}