body,html{background-color: #efefef;overflow: hidden;}
.applyOper>.digcontent>.btns{height:90px !important}
.Okfinishcnf .b-topline,
.RefuseReturn .b-topline{border:none !important}
.Okfinishcnf>.digcontent>.btns,
.RefuseReturn>.digcontent>.btns{height:70px !important}

sup{top: -.9em;}

/*用户操作区*/
.user-operation .yg-button.primary{background:#090909;color:#FFF;border:solid 1px #FFFFFF; font-size:12px;height:25px;}
.user-operation .yg-button.primary:focus,
.user-operation .yg-button.primary:hover{background:#1a1919;color:#fff;border:solid 1px #fff}
.user-operation .yg-button.primary:active{background:#090909;border:solid 1px #090909;color:#fff}
.user-operation .yg-button.primary:disabled:hover{color:#999}
.user-operation .yg-button.primary:disabled{background-color: #262525 !important;border: solid 1px #494949 !important;color: #9d9b9b;cursor: unset !important;}

/*左导航区*/
.left-nav{flex-shrink: 0; height:100%; float:left;background-color: rgb(47, 64, 80);overflow-y: auto;overflow-x: hidden;width:100%}
.left-nav a{width:100px;height:80px; text-align: center; font-size:12px; padding-top:10px;box-sizing: border-box;margin-bottom: 0px !important;}
.left-nav>.router-link-active{ color: #43A0C8 !important;}
.left-nav>.router-link-active::before{     content: '';
    width: 2px;
    height: 80px;
    top: -5px;
    margin-top: -10px;
    background-color: #43A0C8;
    display: block;
    float: left;}
.left-nav ul{margin: 0; padding: 0;}
.left-nav ul li{width: 100%;height:70px;display: inline-block; text-align: center; color:#fff; color:#fff; font-size: 12px;box-sizing: border-box;padding-top: 7px;}
.left-nav ul li img{height:30px}
.left-nav ul li.act{background-color:#43a0c8;}

.main-content{width:calc(100% - 70px);height:100%; float:left}
.right-area{width:250px; height: 100%; float: left; background-color: #fff;}

/*顶部条*/
.top-bar{height:40px;width:100%;background-color: #fff; color: #333;}
.top-bar .logo {
    padding-left: 11px;
    padding-top: 6px;
    display: inline-block;
}
.top-bar .logo img{width:108px;}
/*返回条区域*/
.main-content .return-m{border-right: solid 1px #F1F1F1; box-sizing: border-box; padding-left: 7px; padding-top:1px; position: relative;}
.main-content .return-m .top-right-tool{color:#333;top:0}
.main-content .return-m .atext{color:#466DC4;cursor:pointer}
.main-content .return-m .disptext{color:#888}

.operation-btn{width:100%;right:2px;left: initial !important;}
.right-area .return-r{border-bottom:solid 1px #F1F1F1}
.main-content .return-m,
.right-area .return-r{width:100%;height:40px; line-height: 40px; background-color: #fff;}

/*顶部右侧相关信息工具区*/
.top-right-info{position: absolute; right:10px;}
.top-right-info span{display: inline-block;margin:0 5px;vertical-align: middle;color: #333;}
.top-right-info .v-line{width:1px;
    height:16px;
    background:rgba(204,204,204,1);
    opacity:0.1;vertical-align:middle;}
.uprighttab .yg-tabs__nav{margin-left: 10px;}
.uprighttab .yg-tabs__item{background-color: #fff;width:100px;border:none !important}
.uprighttab .yg-tabs__item.is-active,
.uprighttab .yg-tabs__item:hover {color: #43A0C8 !important}
.uprighttab .yg-tabs__nav-wrap::after{background-color: #f0f0f0;}
.uprighttab #pane-haveread ul{margin:0;padding:0}
.uprighttab #pane-haveread ul li{height: 30px;line-height: 30px;}

/* 检查 cyf 21/8/26*/
.iframe-css{width:100%;height:100%;border: none;}

/*用户信息面板样式*/
.panelw-1200{width: 1200px; margin: 0 auto;margin-top:10px;min-width:1200px}
.user-info-panel{margin: auto;width: 1200px;background-color: #fff;margin-top: 10px;padding-top: 20px;padding-bottom: 30px;    display: flex;min-width:1200px}

/*右侧内容面板顶部信息条*/
.infolist_bbs{padding-bottom: 20px; padding: 12px 0px;margin: auto;width: 1200px;display: flex;justify-content: space-between;    }
.infolist_bbs .left-label{line-height: 35px;}
/deep/ .flsize{
    font-size:13px !important;
}
/* 检查列表和订单列表样式 */
.nav{
    color: #333;
}
.nav>div {
    flex: 1;
}
.setBottomColor {
    color: #43a0c8;
    border-bottom: 2px solid #43a0c8;
    /* font-weight: bold !important; */
}
.nav > div:nth-child(1) > span{
    /* font-family: PingFang-SC-W5 !important; */
}
/*无标题和关闭按钮弹窗样式 zlb 23/12/04*/
.noclosepop .digcontent{border-radius: 16px;}
.noclosepop .header{border-bottom: none !important; height: 68px;}
.noclosepop .header .title{font-size:20px; line-height: 67px;}
.noclosepop .header .close-btn{display: none !important;}
