.wb_body {
    overflow: auto;
    min-width: 900px;
}
/*首页*/
.wb-header {
    height: 60px;
    /*background-color: #006ab6;*/
    background: url("../image/top.png");
}
.wb-aside {
    position: absolute;
    top: 60px;
    bottom: 0;
    left: 0;
    width: 240px;
    z-index: 99;
    overflow: auto;
    background-color: #e9edf0;
    box-shadow: 3px 10px 5px rgba(0,0,0,0.2);
    -webkit-box-shadow: 3px 10px 5px rgba(0,0,0,0.2);
    -moz-box-shadow: 3px 10px 5px rgba(0,0,0,0.2);
}
.wb-aside2 {
    position: absolute;
    top: 60px;
    bottom: 0;
    left: 0;
    width: 60px;
    z-index: 99;
    overflow: auto;
    background-color: #e9edf0;
}
.wb-aside2 .menu dt span {
    display: none;
}
.wb-aside2 .menu dl dd {
    display: none;
}
.menuIcon {
    font-size: 24px;
    color: #006ab6;
}
.selected .menuIcon {
    color: #ffffff;
}
.selected {
    background: #1783e2;
}
.selected span {
    color: #ffffff;
}
.selectedMenu {
    background: #81b32a;
}
.secondMenu .selectedMenu a {
    color: #ffffff;
}
.menu .selected span a {
    color: #ffffff;
}
.foot {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 80px;
    z-index: 99;
    background-color: #3692df;
    color: #ffffff;
}
.foot p {
    margin: 0;
}
.foot p:nth-child(1) {
    margin-top: 10px;
}
.wb-section {
    position: absolute;
    top: 60px;
    right: 0;
    bottom: 0;
    left: 240px;
    overflow: hidden;
    z-index: 1;
    background-color: #f1f1f1;
}
.wb-section2 {
    position: absolute;
    top: 60px;
    right: 0;
    bottom: 0;
    left: 60px;
    overflow: hidden;
    z-index: 1;
    background-color: #f1f1f1;
}
.shrink {
    text-align: right;
    padding: 10px 20px;
}
.myFold {
    transform: rotate(180deg);
}
.companyName {
    font-size: 20px;
    color: #ffffff;
    line-height: 60px;
    display: inline-block;
    margin-left: 50px;
    text-shadow: 3px 3px 3px #015089;
    font-weight: 600;
    letter-spacing: 1px;
}
.menu {
    border-top: 1px solid #dee2ed;
}
.menu dl {
    margin-bottom: 0;
}
.menu dt {
    display: block;
    line-height: 36px;
    padding-left: 15px;
    cursor: pointer;
    position: relative;
    border-bottom: 1px solid #dee2ed;
    font-weight: normal;
    color: #484745;
}
.menu dt span {
    font-size: 16px;
    padding-left: 15px;
    display: inline-block;
    width: 80%;
}
.menu dt span a{
    text-decoration: none;
    cursor: pointer;
    color: #484745;
    display: inline-block;
    width: 100%;
}
.secondMenu {
    background: #ffffff;
}
.secondMenu ul {
    padding: 0;
    margin: 0;
}
.secondMenu ul li {
    border-bottom: 1px solid #dee2ed;
}
.secondMenu ul li a {
    line-height: 32px;
    padding-left: 63px;
    border-bottom: none;
    font-size: 14px;
    font-weight: normal;
    color: #484745;
    display: block;
    text-decoration: none;
}
.menuZone dt {
    line-height: 30px;
    border-bottom: 1px solid #dee2ed;
    padding-left: 40px;
    background: url("../image/dict.png") no-repeat;
    color: #fffc00;
    text-shadow: 3px 3px 3px #3086f2;
}
.menuZone dt span {
    font-size: 14px;
    letter-spacing: 2px;
}
.wb-wp {
    position: relative;
    float: right;
    margin: 6px 60px;
    display: inline-block;
    height: 48px;
    line-height: 48px;
    background: #ffffff;
    border-radius: 30px;
    box-shadow: 0 2px 0 rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 2px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 0 2px 0 rgba(0,0,0,0.2);
}
.wb-article {
    position: absolute;
    top: 0;
    bottom:0;
    left:0;
    right:0;
    overflow:auto;
    z-index:1
}
.show_iframe{
    position:absolute;
    top: 0;
    right:0;
    left:0;
    bottom:0;
}
.show_iframe iframe {
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 100%
}
.wb-icon .badge {
    position: absolute;
    top: 5px;
    font-size: 12px;
    font-weight: normal;
    padding: 1px 5px;
    background-color: #dd514c;
}
#noticeTips {
    left: 50px;
}
#newsTips {
    left: 30px;
}
.triangle-up {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 10px solid #ffffff;
    position: absolute;
    top: -10px;
    left: 40px;
}
.dropMenu {
    /*margin-top: 5px;*/
    width: 90px;
    position: absolute;
    background: #ffffff;
    left: 5px;
    z-index: 999;
    border-radius: 4px;
    border: 1px solid rgba(0,0,0,0.2);
    box-shadow: 0 1px 0 rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 0 1px 0 rgba(0,0,0,0.2);
}
.dropMenu div {
    line-height: 40px;
    border-bottom: 1px solid #f1f1f1;
    text-align: center;
}
.dropMenu div a {
    color: #484848;
    text-decoration: none;
}
.dropMenu div a:hover {
    color: #3690de;
}
/*欢迎页面*/
.welcome {
    min-height: 620px;
    position: absolute;
    min-width: 760px;
    width: 100%;
    height: 100%;
}
.leftContent {
    position:absolute;
    top: 0;
    left: 0;
    right: 400px;
    height:100%;
    min-height: 620px;
    z-index:-10;
    zoom: 1;
    background-color: #fff;
    background-position: center 0;
    background: url("../image/1.png") no-repeat;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
}
.rightContent {
    position:absolute;
    top: 0;
    right: 0;
    width:400px;
    height:100%;
    min-height: 620px;
    z-index:-10;
    zoom: 1;
    background-color: #fff;
    background-position: center 0;
    background: url("../image/2.png") no-repeat;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
}
.liftCount {
    position: absolute;
    left: 25%;
    bottom: 5%;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 25px;
}
.menuList {
    position: absolute;
    right: 0;
    bottom: 5%;
    width: 380px;
}
.menuList .menuName {
    margin: 0 10px;
    width: 102px;
    font-size: 16px;
    font-family: 微软雅黑;
    /*font-weight: bold;*/
    /*height: 32px;*/
    line-height: 32px;
    text-align: center;
    position: relative;
    cursor: pointer;
    color: #474747;
    float: left;
}
.menuList .menuName::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    transform: skew(-10deg);
    border: 1px solid #67d9f4;
    background: -webkit-linear-gradient(#9ae7f4, #76c2f4); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#9ae7f4 , #76c2f4); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#9ae7f4 , #76c2f4); /* Firefox 3.6 - 15 */
    background: linear-gradient(#9ae7f4 , #76c2f4); /* 标准的语法（必须放在最后） */
    box-shadow: 1px 3px 5px #3086f2;
}
#menuModal .modal-body {
    background: #ffffff;
    height: 360px;
    padding: 0;
    opacity: 0.9;
    margin: 15px;
    border-radius: 5px;
    box-shadow: -5px 0 5px #ffffff, 0 -5px 5px #ffffff, 5px 0 5px #ffffff, 0 5px 5px #ffffff;
}
.exportGroup {
    position: absolute;
}
.padAll{
    padding:5px 10px;
}
.height_60{
    height:60px;
}
.newMaintArea{
    position:relative;
    left:5%;
    top:5%;
}
.bordeBg{
    vertical-align: middle;
    text-align:center;
    background-color: rgb(255, 255, 255);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(221, 221, 221);
    border-image: initial;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    transition: border 0.2s ease-in-out;
}
.height20{
    height:20px;
    line-height: 20px;
}
.ml-50{
    margin-left:50px;
}
/*欢迎页面按钮功能的详情页*/
.tabView .layui-table-view{
    margin:0;
}
/*介绍页面*/
.introducement {
    background: #ffffff;
    font-size: 16px;
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 20px 40px;
}
.order {
    width: 80px;
    line-height: 30px;
    margin: 30px auto;
    text-align: center;
    color: #ff7e00;
    text-decoration: underline;
    letter-spacing: 2px;
    font-weight: bold;
    cursor: pointer;
}
/*订购页面*/
.orderContent {
    margin: auto;
    width: 600px;
}
.orderOuter {
    background: #ffffff;
    font-size: 16px;
}
/*认证*/
.warnBox {
    width: 360px;
    text-align: center;
    margin: auto;
    margin-top: 10%;
}
.warnTip {
    line-height: 40px;
    font-size: 25px;
    margin-top: 10px;
}
.warnTitle {
    line-height: 40px;
    font-size: 25px;
    font-weight: bold;
}
.warnText {
    line-height: 30px;
    font-size: 14px;
    margin-top: 5px;
}
.table-container {
    padding: 30px;
    width: 100%;
}
.blueBtn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    background: -webkit-linear-gradient(bottom, #276bc9, #6eabfe);
    background: -moz-linear-gradient(bottom, #276bc9, #6eabfe);
    background: -ms-linear-gradient(bottom, #276bc9, #6eabfe);
    color: #ffffff;
}
.uploadImg {
    width: 250px;
}
.score {
    color: #3591de;
}
.help {
    background: url("../image/help.png") no-repeat;
}
.wb-icon img {
    padding: 0 10px;
    border-left: 1px solid #f1f1f1;
    cursor: pointer;
}
input.error, select.error, textarea.error {
    background-color: #fbe2e2;
    border-color: #c66161;
    color: #c00;
}
label.error {
    position: absolute;
    top: 3px;
    right: 20px;
    margin-left: 10px;
    color: #ef392b;
    font-size: 12px;
    margin-bottom: 0;
}
.menuContent {
    height: 200px;
    overflow: auto;
    background: #ddd;
    border: 1px solid;
    position: absolute;
    z-index: 999;
    width: 360px;
}
.deleteImg {
    position: absolute;
    cursor: pointer;

}
.orgTree {
    float: left;
    width: 18%;
    background: #ffffff;
    border-radius: 5px;
    min-height: 630px;
    overflow: auto;
}
.orgTree span {
    font-size: 14px;
}

.title {
    font-size: 18px;
    font-weight: bold;
    margin: 20px 10px;
    min-height: 30px;
}

.staffTitle {
    font-size: 18px;
    font-weight: bold;
    /*border-bottom: 2px solid #8e8e8e;*/
    margin: 20px 10px;
}
.staff {
    float: left;
    width: 80%;
    background: #ffffff;
    border-radius: 5px;
    min-height: 500px;
    margin-left: 2%;
}
.resStaff {
    float: left;
    width: 100%;
    background: #ffffff;
    border-radius: 5px;
    min-height: 455px;
    margin-left: 0;
}
.staff .layui-table {
    width: 100%;
}
.content {
    width: 100%;
    min-width: 1000px;
    overflow: auto;
}
.tableTitle {
    padding: 10px;
}
.operation {
    float: left;
    margin-right: 20px;
}
.whiteBc {
    background: #ffffff;
}
.formBody {
    margin: 20px 30px;
    background: #ffffff;
}
.formContent {
    padding: 20px 30px;
    background: #ffffff;
}
.formTitle {
    font-size: 18px;
    font-weight: bold;
    border-bottom: 2px solid #8e8e8e;
    margin-bottom: 20px;
}
.formInfo {
    margin-top: 15px;
}
.formInfo .form-group label {
    text-align: right;
    line-height: 30px;
    padding: 0;
}
.uploadBtn {
    width: 70px;
    border: 1px solid #adadad;
    background: -webkit-linear-gradient(bottom, #f1f1f1, #ffffff);
    background: -moz-linear-gradient(bottom, #f1f1f1, #ffffff);
    background: -ms-linear-gradient(bottom, #f1f1f1, #ffffff);
}
.staffImg {
    margin-top: 15px;
    width: 200px;
    height: 130px;
    border: 1px solid;
}
.submitInfo {
    width: 80px;
    height: 40px;
    margin: 20px;
    font-size: 16px;
    border-radius: 5px;
}
.errorCode {
    color: #ef392b;
    font-size: 12px;
}
.tableInfo tr td:nth-child(odd) {
    text-align: right;
}
.tableContent {
    margin: 30px;
    background: #ffffff;
}
.operateBtn input{
    margin-right: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.liftTip {
    width: 100%;
    min-height: 250px;
    overflow: auto;
    border: 1px solid;
}
.liftCodes {
    float: left;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 15px;
}
.code {
    min-height: 200px;
    width: 180px;
    border: 1px solid;
}
.labelStyle {
    text-align: right;
    line-height: 30px;
    padding: 0;
}
.tangram-suggestion-main {
    z-index: 1;
}
.liftMap {
    width: 550px;
    height: 300px;
    margin: auto;
}
.workMark span {
    margin-left: 10%;
}
.staffSign {
    margin-right: 20px;
    height: 150px;
}
.maintcPoint {
    margin-bottom: 20px;
    line-height: 30px;
    cursor: pointer;
}
.maintcPoint span {
    margin-left: 10px;
}
.wordTitle {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
#urgntProcess div {
    margin-bottom: 30px;
}
.sender {
    color: #31b0d5;
    cursor: pointer;
}
.sender:hover {
    text-decoration: underline;
}
.treeModel {
    height: 250px;
    overflow: auto;
    border: 1px solid #cccccc;
}
.assess div {
    line-height: 32px;
}
.staffTree {
    border: 1px solid #ccc;
    height: 200px;
    overflow: auto;
}
.backBtn:hover {
    color: #3770e5;
    cursor: pointer;
    text-decoration: underline;
}
.delimiter {
    padding: 0 5px;
    color: #3770e5;
}
/*复选框*/
.lhl20 {
    height: 20px;
    line-height: 20px;
}
.plr10 {
    padding: 0 10px;
}
.none {
    display: none;
}
/*F2*/
.pl5{
    padding-left:5px;
}
#F2 span {
    width: 100%;
    height: 100%;
    display: inline-block;
    word-break: normal;
}

#F2 b {
    font-weight: normal;
}

.spanCheckbox1 {
    display: inline-block;
    overflow: hidden;
    margin-left: 10px;
    width: 13px;
    height: 18px;
    background: url(../image/weixuanzhong.png) no-repeat 0 5px;
    background-size: 13px 13px;
}

.spanCheckboxActive {
    background: url(../image/xuanzhong.png) no-repeat 0 5px;
    background-size: 13px 13px;
}
.detail{
    color:#5bc0de;
}
/*帮助样式*/
.helpCss{
    float: right;
    width: 36px;
    height: 36px;
    margin-right: 10px;
    border-radius: 18px;
    background: #1e9fff;
    border: none;
    color: #fff;
    font-size: 20px;
    vertical-align: middle;
}
.helpContent{
    width: 60%;
    margin-left: 20%;
    padding: 10px;
    background: #fff;
    padding-bottom: 50px;
}
.helpImgCss img{
    cursor: pointer;
    width: 80%;
    margin-left: 10%;
    margin-top: 10px;
    margin-bottom: 20px;
}
.minHeight900{
    min-height: 900px;
}
.backgroundGrey{
    background: #666;
}
.backgroundWhite{
    background: #fff;
}
.biaotiFont{
    font-size: 25px;
}
.biaotiFont1{
    font-size: 18px;
}
.fontWeight1{
    font-weight: 600;
}
.letterSpace1{
    letter-spacing: 2px;
}
.biaotiFont2{
    font-size: 16px;
}
.padding0{
    padding: 0px;
}
.textIndent1{
    text-indent: 2em;
    line-height: 30px;
}
.plem2Content div{
    padding-left: 2em;
}
.plem2Content .modalDiv{
    padding-left: 0;
}
.plem2Content .modalDivContent{
    padding-left: 0;
}
.underlineGreen{
    text-decoration: underline;
    text-decoration-style: wavy;
    text-decoration-color: #008000;
}
.underlineRed{
    text-decoration: underline;
    text-decoration-style: wavy;
    text-decoration-color: #FF0000;
}
.mb8{margin-bottom: 8px;}
.mb15{margin-bottom: 15px;}

.mt20{margin-top: 20px;}

.height35{height: 35px}

.lH35{line-height: 35px}

.pt20{padding-top: 20px;}

.pl20{padding-left: 20px}
.tixiBulidSpan{
    display: inline-block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    margin-left: 4em;
    padding-left: 35px;
}
.width_80{
    width: 80%;
}
.marginL_10{
    margin-left: 10%;
}
.cursorP{
    cursor: pointer;
}
.helpTab{
    font-size: 16px;
    color: #00d8D7;
    background: #666;
}
.none{
    display: none;
}
ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.helpLeftTab1{
    border: 1px solid #ddd;
    max-height: 600px;
    overflow: auto;
}
.leftTab>li{
    height: 40px;
    line-height: 40px;
    padding-left: 5px;
    background: #ddd;
    border: 1px solid #d0d0d0;
    cursor: pointer;
}
.leftTab>li>span{
    display: inline-block;
    float: right;
    width: 30px;
    height: 30px;
}

.leftTab>li:hover{
    color: #3770e5;
}
.helpLeftTab2>li{
    height: 35px;
    line-height: 35px;
    padding-left: 30px;
    border-bottom: 1px solid #d0d0d0;
    cursor: pointer;
}
.helpLeftTab2>li:hover{
    color: #3770e5;
}
.helpLeftTab2>li:last-child{
    border-bottom: none;
}
.rightTab{
    height: 35px;
    line-height: 35px;
    margin-left: 20px;
}
.colorBlue{
    color: #3770e5;
}
.rightTab>span{
    color: #e68412;
}
.rightTab>.rightTabBlack{
    color: #000;
}
.spanDownLoadBold{
    font-weight: bold;
}
.spanDownLoadRed{
    color: red;
}
.modalDiv{
    position: fixed;
    left: 10%;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}
.modalDivContent{
    position: absolute;
    width: 100%;
    height: 100%;
}
/*帮助end*/
.normal {
    background: #00cd00;
    width: 30px;
    height: 20px;
    float: left;
    margin-right: 5px;
}

.warn {
    background: #FFFF6F;
    width: 30px;
    height: 20px;
    float: left;
    margin-right: 5px;
}
.abnormal {
    background: #FF7575;
    width: 30px;
    height: 20px;
    float: left;
    margin-right: 5px;
}
.inline_block {
    float: right;
    margin-right: 5px;
}
.width_30{
    width: 30%;
}
.mr-50{
    margin-right:50px;
}
.input_CZM{
    height: 32px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.ml-7{
    margin-left:7px;
}


.resStaff {
    float: left;
    width: 100%;
    background: #ffffff;
    border-radius: 5px;
    min-height: 455px;
    margin-left: 0;
}

.staff .layui-table {
    width: 100%;
}
.content {
    width: 100%;
    min-width: 1000px;
    overflow: auto;
}
.mb20{
    margin-bottom: 20px;
}
.centRes30{
    height: 30px;
    line-height: 30px;
}.centRes100{
     height: 100px;
     line-height: 100px;
 }
.right{
    text-align: right;
}
.hight38{
    height: 38px;
}

.readOnly{
    readOnly:readOnly
}
.errorCode {
    color: #ef392b;
    font-size: 12px;
    padding: 6px;
}
#attachment img{
    cursor: pointer;
}
.icon-xinfengdakai{
    font-size: 20px !important;
    color: #009688;
}
.icon-weidudianjihou{
    font-size: 18px !important;
}
#serviceType{
    height: auto;
    overflow: hidden;
    margin-left:20px;
}
@media screen and (min-width: 1599px) {
    #fWTUnit .note-editor.note-frame {
        width:930.13px !important;
    }
}
#fWTUnit .note-editor.note-frame {
    border: 1px solid #e6e6e6 !important;
}

.note-editor.note-frame .note-editing-area .note-editable {
    overflow-x: hidden !important;
}
.stopBtn{
    background: #3498db;
    width: 30px;
    height: 20px;
    float: left;
    margin-right: 5px;
}
/**首页注册页面*/
.background-color{
    background-color:#0d5ace;
    position: relative;
    height: 84px;
    line-height: 84px;
    padding: 0 15px;
    border-radius:0 0 10px 10px;
    font-size: 14px;
}

.lableStyle{
    font-family: 'Microsoft YaHei';
    font-size: 40px;
    color: #ffffff;
    text-align: center;
    display: block;
    letter-spacing: 10px;
    font-weight: 100;
}
.imgSize{
    height: 50px;
    width:50px;
}
.btn-color{
    background-color:#0d5ace;
}
.btn-style{
    width:650px;
}

