@charset "utf-8";
html,body{
    background:#F7F8FA !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;
    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
}
#pubItemTop {
    width: 100%;
    height:80px;
    background:#F6FCF8;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.05);
    position: relative;
    z-index: 80;
}
#pubItemLeft {
    width:180px;
    background:#FFF;
    border-radius: 4px;
    position:absolute;
    z-index:100;
    left:0;
    top:80px;
    bottom:0;
}
#pubItemLeft .nav_logo {
    display:block;
    width:120px;
    height:39px;
    margin:0 auto 30px auto
}
#pubItemLeft ul li a {
    height:50px;
    box-shadow: inset 0px -1px 0px 0px #F0F0F0;
}
#pubItemLeft ul li a img {
    display:block;
    width:16px;
    height:16px;
    margin:0 8px 0 32px
}
#pubItemLeft ul li a span {
    display:block;
    white-space:nowrap;
    letter-spacing:1px;
    font-size:15px;
    color: #333;
}
#pubItemLeft ul li.on a span{
    color:#29D350;
}
#pubItemRight {
    position:absolute;
    z-index:50;
    top:80px;
    right:0;
    bottom:0;
    left:180px
}
#pubItemLeft,#pubItemRight {
    overflow: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
}
.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;
}
.cover{
    object-fit: cover;
}
.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-15 {
    font-size: 15px;
}
.font-size-16 {
    font-size: 16px;
}
.font-size-17 {
    font-size: 17px;
}
.font-size-18 {
    font-size: 18px;
}
.font-size-19 {
    font-size: 19px;
}
.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-64 {
    font-size: 64px;
}
.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;
}
.break-all {
    word-break: break-all;
}
.pointer{
    cursor: pointer;
}
.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-2-hide-auto{
    max-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-3-hide{
    height: 60px;
    line-height: 20px;
    position: relative;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
.text-over{
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
}
.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;
}
#pubItemTop .topUserInfo{
    position: relative;
    height: 80px;
}
#pubItemTop .topUserInfo_slide{
    position: absolute;
    z-index: 20;
    width: 100%;
    min-width: 120px;
    background: #fff;
    right: 0;
    top: 79px;
    box-shadow: 0px 9px 28px 8px rgba(0, 0, 0, 0.05), 0px 6px 16px 0px rgba(0, 0, 0, 0.08), 0px 3px 6px -4px rgba(0, 0, 0, 0.12);
}
#pubItemTop .isjd{
    width: 70px;
    height: 24px;
}
#pubItemTop .isjd .layui-form-switch{
    margin: 0;
}
#pubItemTop .isjd .layui-form-onswitch{
    border-color: #38C24E;
    background-color: #38C24E;
}
.editPassLay {
    color:#000;
    font-size:14px;
    padding:20px 20px 0 20px
}
.editPassLay .layui-btn {
    display:block;
    margin:0 auto;
    width:100%;
    background-color: #38C24E;
}
.width-20{
    width: 20%;
}
.width-25{
    width: 25%;
}
.width-33{
    width: 33.33333333%;
}
.width-50{
    width: 50%;
}
.color6{
    color: #29D350;
}
.pre-line{
    white-space: pre-line;
}
.home_pub_top{
    width: 100%;
    height: 80px;
    background: #FFFFFF;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    box-shadow: 0px 2px 20px 0px #F0F0F0;
}
.home_pub_top ul li{
    margin-right: 40px;
}
.home_pub_top ul li:nth-last-child(1){
    margin-right: 0;
}
.home_pub_top ul li .home_pub_nav{
    height: 80px;
    position: relative;
}
.home_pub_top ul li.on .home_pub_nav,.home_pub_top ul li .home_pub_nav:hover{
    color: #29D350;
}
.home_pub_top ul li.on .home_pub_nav:after{
    content: '';
    display: block;
    width: 100%;
    height: 4px;
    background: #29D350;
    border-radius: 2px;
    position: absolute;
    z-index: 20;
    left: 0;
    bottom: 1px;
}
.home_pub_con{
    padding: 80px 0 0 0;
}
.home_pub_boot_copyright dt{
    margin-bottom: 24px;
}
.home_pub_boot_copyright ul li{
    margin-right: 100px;
}
.home_pub_boot_copyright ul li:nth-last-child(1){
    margin-right: 0;
}
.home_pub_boot_copyright dd{
    margin-bottom: 16px;
}
.home_pub_boot .layui-form-checkbox[lay-skin=primary] span{
    padding: 0;
}
.slideMeanu dl {
    display:none
}
.slideMeanu_on dl {
    display:block
}
.slideMeanu_on .xjt {
    transform:rotate(90deg)
}
.slideMeanu dl dd a {
    padding-left:56px;
    color: #333;
}
.slideMeanu dl dd.on a{
    color:#29D350;
}