@charset "utf-8";
::selection {
    background: #d3d3d3;
    color: #555;
}

::-moz-selection {
    background: #d3d3d3;
    color: #555;
}

::-webkit-selection {
    background: #d3d3d3;
    color: #555;
}

body {
    font-family: "Microsoft YaHei";
    font-size: 14px;
    border: none;
    background: #fff;
    height: auto;
    height:100%;
    /*overflow: hidden;*/
}

body.studentBg {
    background: #f0f6fe;
}

ul,
li {
    list-style: none;
}

.loginTit {
    height: 60px;
    line-height: 60px;
    background: #fff;
    font-size: 24px;
    color: #17263b;
    font-weight: normal;
    padding: 0 20px;
}

.loginWrapper {
    background: url(../images/sLoginBg.png) left center no-repeat #0387ff;
    position: relative;
}

.loginNav {
    background-color: #ffffff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    width: 360px;
    height: 360px;
    position: absolute;
    top: 50%;
    right: 10%;
    margin-top: -180px;
}

.loginNav h5 {
    font-weight: normal;
    margin: 25px 0;
    text-align: center;
    background: url(../images/login.png) center center no-repeat;
    height: 25px;
    text-indent: -9999px;
}

.loginNav .btn0 {
    margin: 20px 30px 0px;
    border: 1px solid #dfe7f2;
    padding: 10px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    text-align: left;
    font-size: 14px;
    color: #a1adbf;
}

.loginNav .btn0 input {
    color: #a1adbf;
    border: 0px;
}

.loginNav .opBox,
.loginNav .taxationInfo {
    margin: 20px 30px 0;
    vertical-align: middle;
}

.loginNav .forgetPwd.blue {
    color: #1574ff;
}

.loginNav .remember {
    display: inline-block;
    margin-right: 5px;
    /* vertical-align: middle; */
}

.loginNav label {
    color: #3c4c61;
    font-size: 14px;
    vertical-align: middle;
}

.loginNav a.forgetPwd {
    color: #7c8ea6;
    display: inline-block;
    float: right;
}

.loginNav button.btn {
    width: 300px;
    height: 56px;
    margin: 20px 30px 0px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background: #00c6ff;
    background: -webkit-linear-gradient(left, #00c6ff, #0072ff);
    background: linear-gradient(left, #00c6ff, #0072ff);
    box-shadow: 0 0 5px rgba(26, 26, 26, 0.3);
    color: #fff;
    font-size: 20px;
    letter-spacing: 0.5em;
    line-height: 14px;
}

.loginNav button.btn:hover {
    opacity: 0.9;
}

.loginBottom {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    height: 70px;
    line-height: 70px;
    text-align: center;
}

.loginBottom span {
    color: #7a8494;
}

.studentBg {
    position: relative;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}

.studentBg img {
    position: fixed;
    width: 100%;
    height: 100%;
}

.studentIndex {
    padding: 50px;
}

.wrapper {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background: #f0f6fe;
    /* height: 800px; */
}

.userWrapper {
    width: 220px;
    height: 100%;
    -webkit-border-top-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
    -ms-border-top-left-radius: 5px;
    -o-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    -ms-border-bottom-left-radius: 5px;
    -o-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    position: static;
}

.userWrapper h2 {
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    text-align: center;
    padding: 20px 0;
}

.user {
    text-align: center;
    cursor: pointer;
}

.userImg {
    width: 100px;
    height: 100px;
    margin: 20px auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    background: #fff;
    text-align: center;
    line-height: 100px;
}

.userImg img {
    display: inline-block;
    vertical-align: middle;
}

.user span {
    display: block;
    color: #fff;
    margin-bottom: 10px;
}

.user span.stuName {
    font-size: 18px;
}

.user span.stuNum {
    margin-bottom: 5px;
}

.user .stuClass .editClass {
    margin-left: 10px;
    color: #95dbec;
}

.user .stuClass .editClass:hover {
    color: #fff;
    transition: .2s color ease-in;
}

.userOp {
    padding: 30px;
}

.userOp a {
    display: block;
    border: 1px solid rgba(37, 185, 251, 0.1);
    background: url(../images/shadow.png) left center repeat;
    height: 42px;
    line-height: 42px;
    margin-bottom: 15px;
    color: #fff;
    padding-left: 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.userOp a:hover {
    opacity: 0.9;
}

.userOp a i {
    vertical-align: middle;
    margin-right: 10px;
}

.userWrapper .menuPannel {
    padding: 20px;
}

.menuPannel .menuItem {
    padding: 0 10px;
    padding-top: 0;
    margin-top: 1px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid rgba(37, 185, 251, 0);
}

.menuPannel .menuItem.focus,
.menuPannel .menuItem:hover {
    border: 1px solid rgba(37, 185, 251, 0.1);
    background: url(../images/shadow.png) left center repeat;
}

.menuPannel .menuItem.focus {
    padding-bottom: 10px;
}

.menuPannel .menuItem.gap {
    padding-bottom: 0;
}

.menuPannel dl {
    margin-bottom: 0;
}

.menuPannel dt {
    cursor: pointer;
    font-weight: 100;
    color: #fff;
    padding: 10px 0;
}

.menuPannel dd {
    display: none;
    cursor: pointer;
    height: 28px;
    line-height: 28px;
    margin-top: 1px;
    padding: 0 10px;
    color: #90ceff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.menuPannel .menuItem.focus dd {
    display: inline-block;
}

.menuPannel dd.focus,
.menuPannel dd:hover {
    color: #17263b;
    background-color: #75afeb;
}

.studentBox {
    margin-left: 220px;
    /* height: 100%; */
    /* position: absolute; */
    /* background: #F0F0F0; */
}
.studentBox .infoTitle {
    position: relative;
    height:32px;
    line-height:32px;
    font-size:0;
    padding:0 20px;
}
.studentBox .infoTitle>* {
    display: inline-block;
    vertical-align: middle;
}
.studentBox .infoSpan{
    font-size:0;
}
.studentBox #mainIframe {
    margin-top:-32px;
    padding-top:32px;
}

.billFormRight {
    border: 1px solid #dde6f2;
    /* vertical-align:middle; */
    padding-top: 40px;
    -webkit-border-radius: 0px 5px 5px 0px;
    -moz-border-radius: 0px 5px 5px 0px;
    -ms-border-radius: 0px 5px 5px 0px;
    -o-border-radius: 0px 5px 5px 0px;
    border-radius: 0px 5px 5px 0px;
}

.pupLayer .billDescribe {
    padding: 0px 30px;
    margin-bottom: 40px;
    display: none;
}

.pupLayer billDescribe .infoTable {
    background: #fff;
    border-top: 1px solid #d7dfec;
    border-left: 1px solid #e1e6f1;
}

.pupLayer .billDescribe .infoTable td {
    text-align: left;
    padding: 10px 20px;
    border-bottom: 1px solid #d7dfec;
    border-right: 1px solid #d7dfec;
}

.pupLayer .billDescribe .infoTable td:first-child {
    text-align: right;
    background-color: #e2e9f3;
    color: #7a8494;
    width: 120px;
}

.studentTop {
    height: 60px;
    line-height: 60px;
    background: #fff;
    -webkit-border-top-right-radius: 5px;
    -moz-border-top-right-radius: 5px;
    -ms-border-top-right-radius: 5px;
    -o-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    padding: 0 20px;
    position: relative;
}

.studentTop .company {
    color: #17263b;
}

.studentTop .companyBox .iconfont {
    margin-right: 5px;
    color: #17263b;
}

.studentTop .company i {
    margin-right: 10px;
}

.studentTop .grey .company {
    cursor: pointer;
}

.studentTop .grey .company,
.studentTop .grey .iconfont {
    color: #7c8ea6;
}

.studentTop .grey .company:hover {
    color: #17263b;
    text-decoration: underline!important;
    -moz-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}

.studentTop .enterprise {
    color: #17263b;
    font-size: 16px;
}

.studentTop .enterprise .iconfont {
    margin-right: 5px;
}

.studentTop a.change {
    font-size: 12px;
    color: #1574ff;
    margin-left: 20px;
}

.studentTop a.loginOut {
    position: absolute;
    right: 20px;
    color: #1574ff;
}

.studentTop a.loginOut i {}

.student {
    position: relative;
    padding: 20px;
}

.student .infoContainer {
    height: 100%;
    background-color: #fff;
    padding:20px 0px 20px 20px;
    
}

.module {
    margin-right: 260px;
}

.module span.msg {
    color: #5c82ac;
    margin-left: 3%;
}

.module span.msg i {
    color: #1574ff;
    margin-right: 10px;
    font-size: 18px;
    vertical-align: middle;
}

.moduleList {
    margin-top: 15px;
}

.moduleList a {
    display: inline-block;
    background: #fff;
    color: #3c4b61;
    width: 26%;
    margin: 3.4%;
    height: 150px;
    text-align: center;
}

.moduleList a:hover {
    color: #1574ff;
}

.moduleList a i {
    display: block;
    font-size: 48px;
    margin-top: 30px;
}

.bgBillForm {
    position: absolute;
    z-index: 999;
    text-align: center;
    vertical-align: middle;
    background: url(../images/bgBillForm.png) no-repeat;
    width: 110px;
    height: 110px;
    color: #fff;
    display: block;
    background-position: 0px -110px;
    bottom: 0px;
    left: 0;
}

.bgBillForm:hover {
    color: #fff;
    background-position: 0px 0px;
}

.bgBillForm i {
    display: block;
    font-size: 26px;
    padding-top: 23px;
}

.billFormLeft {
    background: #fff;
    border: solid 1px #dde6f2;
    width: 220px;
    box-sizing: border-box;
    min-width: 220px;
    -webkit-border-radius: 5px 0px 0px 5px;
    -moz-border-radius: 5px 0px 0px 5px;
    -ms-border-radius: 5px 0px 0px 5px;
    -o-border-radius: 5px 0px 0px 5px;
    border-radius: 5px 0px 0px 5px;
}

.menuNav {
    /* min-width:300px; */
}

.menuNav .menuItem.focus {
    /* padding-bottom: 10px; */
}

.menuNav dl {
    margin-bottom: 0;
}

.menuNav .menuItem.gap {
    /*     padding-bottom: 0; */
}

.menuNav i {
    float: right;
    font-size: 12px;
}

.menuTwo dt,
.menuThree dt {
    display: none;
}




/* 一级菜单样式*/
.menuNav dt{
    font-size:14px;
}

.menuNav .menuOne dt {
    cursor: pointer;
    font-weight: 100;
    color: #7a888f;
    padding: 0px 20px;
    height: 46px;
    line-height: 46px;
    /*margin-bottom: 1px;*/
    border-bottom:1px solid #e5e5e5;
    background-color: #f5f5f5;
    font-size: 14px;
}
.menuNav .menuOne .menuTwo dt {
    border-bottom:0;
}
.menuNav .menuOne .menuTwo dt+dt {
    border-top:1px dashed #e5e5e5;

}

.menuNav .menuOne.focus dt,
.menuNav .menuOne dt:hover {
    color: #fff;
    background-color: #7c8ea6;
}




/*  二级菜单样式 */

.menuOne .menuTwo dt {
    display: none;
    height: 30px;
    line-height: 30px;
    padding: 0 20px 0px 28px;
    width: 100%;
}

.menuOne.focus .menuTwo dt {
    display: block;
    background-color: #fff;
    color: #7a8494;
}

.menuNav .menuTwo dt.active,
.menuNav .menuTwo dt:hover,
.menuNav.blue .menuThree dt.active,
.menuNav.blue .menuThree dt:hover {
    color: #1574ff;
    background-color: #fff;
}




/* 背景蓝色菜单  */

.menuNav.blue .menuOne dt {
    color: #fff;
    background-color: #3e87ff;
    box-shadow: 0px 1px 0px 0px rgba(56, 121, 227, 1);
}

.menuNav.blue .menuOne dt:hover,
.menuNav.blue .menuOne.focus dt {
    background-color: #3880f6;
    color: #fff;
}

.menuNav.blue .menuOne.focus .menuTwo dt {
    background-color: #ebeff5;
    color: #3c4b61;
    height: 40px;
    line-height: 40px;
    box-shadow: none;
}

.menuNav.blue .menuItem.focus {
    /*  padding -bottom:0px; */
    /* background-color: #3880f6; */
}




/*  三级菜单样式*/

.menuNav.blue .menuOne.focus .menuThree dt {
    display: none;
    height: 30px;
    line-height: 30px;
    text-decoration: none;
    padding: 0px 20px 0px 36px;
}



.menuNav.blue .menuOne.focus .menuTwo.focus .menuThree dt {
    display: block;
    background-color: #fff;

    color: #7a8494;
}

.menuNav.blue .menuOne.focus .menuTwo dt.active,
.menuNav.blue .menuOne.focus .menuTwo dt:hover,
.menuNav.blue .menuOne.focus .menuTwo.focus .menuThree dt.active,
.menuNav.blue .menuOne.focus .menuTwo.focus .menuThree dt:hover {
    color: #1574ff;
}

.taskBox {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 240px;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.mainDate {
    padding: 8px 0;
    height: 280px;
}

.task {
    border-top: 1px solid #e5ecf3;
    padding: 15px;
}

.task span.myTask {
    font-size: 16px;
    color: #3c4b61;
    text-align: center;
    display: block;
    padding-bottom: 15px;
}

.task .taskList {
    background: #f4f7fb;
    padding: 10px 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    overflow: auto;
}

.taskList a {
    display: block;
    color: #7c8ea6;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}




/* 弹窗 */

.stuLayer.layui-layer {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}

.stuLayer .layui-layer-title {
    background-color: #7c8ea6 !important;
    color: #fff;
    font-size: 16px;
}

.stuLayer .layui-layer-setwin .layui-layer-close1 {
    background: url(../images/close.png) center center no-repeat;
}



/*.stuLayer input {
    background-color: #f9fbfd;
}*/


/*个税弹窗  */

.portaTaxClass .layui-layer-title {
    /*background-color: #0173D3 !important;*/
    background-color: #00aff0;
    color: #fff;
    font-size: 16px;
}

.portaTaxClass .layui-layer-setwin .layui-layer-close1 {
    background: url(../images/close.png) center center no-repeat;
}

.portaTaxClass .layui-layer-btn {
    background-color: #EFF3F8;
}
.portaTaxClass .layui-layer-btn.layui-layer-btn- {
    padding: 8px 0px;

}

.portaTaxClass .layui-layer-btn a:last-child {
    border-color: #dedede;
    background-color: #f1f1f1;
    color: #333;
}

.portaTaxClass .layui-layer-btn a,
.portaTaxClass .layui-layer-btn a.layui-layer-btn0 {
    border-color: #4898d5;
    background-color: #2e8ded;
    color: #fff;
}

.pupLayer {
    display: none;
    padding: 0 20px;
}

.layerNav {
    border-bottom: 1px solid #f4f7fb;
}

.layerNav>li {
    display: inline-block;
}

.layerNav>li.active {}

.layerNav>li>a {
    color: #7c8ea6;
}

.layerNav>li.active>a {
    border-bottom: 2px solid #1574ff;
    color: #1574fe;
}

.layerNav>li>a:hover,
.layerNav>li.active>a:hover,
.layerNav>li>a:focus,
.layerNav>li.active>a:focus {
    background: transparent;
}

.personBox {}

.personBox .userImg {
    background: #f4f7fb;
}

.personDetail {
    text-align: center;
    margin: -10px 0 20px;
}

.personDetail span {
    color: #3c4b61;
}

.personDetail span.psersonNum {
    border-right: 1px solid #eaeef3;
    padding-right: 5px;
}

.personDetail span.psersonClass {
    border-left: 1px solid #d1dae5;
    padding-left: 5px;
}

.pupLayer .infoTable th,
.pupLayer .infoTable td {
    border-right: 1px solid #ecf1f7;
}




/*更换企业*/

.enterprise_table {
    padding-top: 20px;
}

.enterprise_table .state {
    display: inline-block;
    width: 46px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #fff;
    background-color: #3c4b61;
    border-radius: 3px;
}

.enterprise_table .state.undone {
    background-color: #dfe7f2;
    color: #7c8ea6;
}

.enterprise_table .state.done {
    background-color: #21c179;
}

.enterprise_table .enterBtn {
    color: #1574ff;
}

.enterprise_table .enterBtn.disabled {
    color: #7a8494;
    cursor: text;
}




/*个人成就*/

.achieveDiv {
    padding-top: 20px;
    color: #99ccff;
    text-align: center;
}

.achieveDiv .rankItem {
    width: 240px;
    height: 120px;
    /* background: url(../images/rankBg.png) center no-repeat; */
    background: #0099e6;
    border-radius: 2px;
    display: inline-block;
}

.achieveDiv .score {
    float: left;
    background-position: 0 0;
}

.achieveDiv .ranking {
    /*float: right;*/
    /*background-position: -300px 0;*/
}
.achieveDiv .checking {
    background: #21c179;
    float: right;
    /*padding-top: 50px;*/

}
.achieveDiv .checking:hover{
    background-color: #26b172;
    color: #fefefe;

}
.achieveDiv .checking .note{
    padding: 0px;
    display: inline-block;
    height: 100%;
    width: 100%;
    line-height: 120px;
}

.achieveDiv .note {
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    padding:30px 0 10px;
}

.achieveDiv .data {
    color: #fff;
    font-size: 32px;
    font-weight: normal;
    margin: 0 5px;
}

.rzBox {
    width: 100%;
    height: 100%;
    /*     overflow: hidden; */
}
.rzBox .logo{
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #33ccff url(../images/logo-wsrz.png) center no-repeat;
}
.rzBox .rzNav{
    background: #00aff0;
}
.rzBox .rzNav .ztree{
    background: #00a2dd;
}

.rzNav {
    background-size: 100% 100%;
    /*     padding-bottom: 1000px;
    margin-bottom: -1000px; */
}

.rzNav h2 {
    font-size: 24px;
    color: #fff;
    text-align: center;
    margin: 30px 0;
    font-weight: normal;
}

.rzNav .ztree {}

.ztree li span {
    color: #fff;
}

.ztree li a.level0 {}

.rzTab {
    position: relative;
    background: #d9e4ec;
    padding: 1px;
    height:34px;
    line-height:34px;
}

.rzTab ul {
    font-size: 0;
    overflow-x: hidden;
    white-space: nowrap;
    height:100%;
    margin:0;
}

.rzTab li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #f0f6fe;
    display: inline-block;
    margin-right: 1px;
    font-size: 0;
    position: relative;
    padding: 0 5px;
    height:34px;
}

.rzTab li a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    color: #17263b;
    padding-right:5px;

}
.rzTab .anchorTab,.rzTab .icon-guanbi {
    display: inline-block;
    vertical-align: middle;
    font-size:14px;
}

.rzTab li.active a {
    color: #00aff0;
}

.rzTab li a {
    cursor: pointer;
}

.rzTab .icon-home {
    margin-right: 5px;
}

.tabList:hover i.close {
    display: inline-block;
}

.tabList i.close {
    display: none;
    /*position: absolute;*/
    /*top: 3px;*/
    /*right: 5px;*/
    /*font-size: 12px;*/
    cursor: pointer;
    color: #637288;
    float: none;
}




/*标签更多-css*/

.moreTab {
    position: absolute;
    top: 0;
    right: 0;
}

.panelContainer {
    padding: 20px;
}

.panel {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    width: 100%;
    height: 100%;
}

.rzPath {}

.rzTxt {
    height: 100%;
    background: url(../images/flowchart.png) top center no-repeat;
    position: absolute;
    width: 100%;
    min-height: 553px;
}




/*认证单个页面*/

.panelContainer .rzEditBox {
    margin: 20px 0;
}

.infoTable .searchTd {
    text-align: center;
    background-color: #f5f7fc;
}

.infoTable .searchBtn.navBtn {
    color: #fefefe;
}

.rzBtnWrap .navBtn {
    margin-right: 2px;
}

.rzBtnWrap .grey .iconfont {
    margin-right: 0;
}

.dateBox {
    width: 100%;
    position: relative;
    display: inline-block;
}

.dateBox .icon-rili {
    position: absolute;
    right: 10px;
    top: 4px;
    color: #1574ff;
    /*cursor: pointer;*/
}

.infoTable .dateTd {
    text-align: left;
}

.infoTable .dateTd .startBox {
    width: 50%;
    float: left;
}

.infoTable .dateTd .endBox {
    text-align: right;
    width: 50%;
    float: right;
}

.infoTable .dateTd .txt {
    margin-right: 0 3px;
    color: #7a8494;
}

.infoTable .dateTd .dateBox {
    width: 88%;
}

.panelContainer .tableBox {
    min-height: 200px;
    border: 1px solid #e1e6f1;
    margin-bottom: 15px;
}

.tableBox .infoTable {
    border: none;
}

.tableBox .infoTable th,
.tableBox .infoTable td {
    border: none;
    border-left: 1px solid #e1e6f1;
    border-bottom: 1px solid #e1e6f1;
}

.tableBox .infoTable th:first-child,
.tableBox .infoTable td:first-child {
    border-left: none;
}

.tableBox .noDataBox {
    padding: 60px 0;
    text-align: center;
}

.tableBox .dataCountBox {
    background-color: #f5f7fc;
    text-align: center;
    border-top: 1px solid #e1e6f1;
}

.dataCountBox .dataWrap {
    display: inline-block;
    margin: 0 auto;
    height: 36px;
    line-height: 36px;
    vertical-align: middle;
}

.dataCountBox .dataItem {
    float: left;
    margin: 0 10px;
}

.dataCountBox .dataItem .data {
    margin-right: 2px;
}

.dataCountBox .dataItem .data.blue {
    color: #1574ff;
}

.infoTable .dateTxtBox {
    text-align: left;
}

.infoTable .dateTxtBox .dateBox {
    width: 160px;
}

.infoTable .dateTxtBox .rzTip {
    font-size: 12px;
    color: #f52b2b;
}

.infoTable .selectTd {
    text-align: left;
}



/*  .selectTd .dropdown {
    width: 140px;
    height: 30px;
    line-height: 30px;
    border-radius: 0;
    border: 1px solid #dfe7f2;
} */

.noDataBox.textBox {
    padding: 30px 0px;
}

.textBox h2 {
    font-size: 26px;
    letter-spacing: 10px;
    margin-bottom: 30px;
    margin-top: 0px;
}

.textBox .textTip {
    display: inline-block;
    text-align: left;
}

.textBox table th,
.textBox table td {
    height: 30px;
    font-size: 16px;
    letter-spacing: 2px;
}

.textBox table th,
.fontFmyK {
    font-weight: normal;
    font-family: 'KaiTi';
}

.textIndent40 {
    text-indent: 40px;
}

.textIndent70 {
    text-indent: 70px;
}





/*日期插件左右按钮*/

.mainDate .xdsoft_datetimepicker .xdsoft_next,
.mainDate .xdsoft_datetimepicker .xdsoft_prev {
    display: inline-block;
    background-color: red;
    width: 25px;
}

.mainDate .xdsoft_datetimepicker .xdsoft_prev {
    background: url(../images/arrow_left.png) center top no-repeat;
}

.mainDate .xdsoft_datetimepicker .xdsoft_next {
    background: url(../images/arrow_right.png) center top no-repeat;
}


/*表单转换静态页面*/

.stateBillForm .apDiv {
    position: absolute;
    height: 20px;
    z-index: 4;
}
.stateBillForm .apDiv input,
.stateBillForm .apDiv textarea
 {
    height: 100%;
}

.stateBillForm input,
.stateBillForm textarea
 {
    width: 100%;
    /*height: 100%;*/
    font-size: 16px;
    border: 0px;
    color: #666;
    padding: 7px 0px;
    font-family: "宋体";
}

/*kjqt_khxkz0.html*/

#kjqt_khxkz0 #bg1 {
    background: url(../images/khxkz.jpg);
    /*background:url(khxkz.jpg);*/
    position: absolute;
    z-index: 1;
    width: 800px;
    height: 562px;
    top: 0px;
    left: 0px;
    clear: both;
}

#kjqt_khxkz0 #apDiv1 {
    left: 130px;
    top: 141px;
    width: 383px;
}

#kjqt_khxkz0 #apDiv2 {
    left: 631px;
    top: 140px;
    width: 9px;
    font-weight: bold;
    font-size: 14px;
}

#kjqt_khxkz0 #apDiv3 {
    left: 265px;
    top: 315px;
    width: 159px;
}

#kjqt_khxkz0 #apDiv4 {
    left: 260px;
    top: 377px;
    width: 480px;
    height: 106px;
    z-index: 4;
}

#kjqt_khxkz0 #apDiv5 {
    left: 501px;
    top: 315px;
    width: 234px;
}

#kjqt_khxkz0 #apDiv6 {
    left: 210px;
    top: 198px;
    width: 301px;
}

#kjqt_khxkz0 #apDiv7 {
    left: 644px;
    top: 139px;
    width: 92px;
}

#kjqt_khxkz0 #apDiv8 {
    left: 587px;
    top: 139px;
    width: 40px;
}

#kjqt_khxkz0 #apDiv9 {
    left: 573px;
    top: 446px;
    width: 19px;
}

#kjqt_khxkz0 #apDiv10 {
    left: 540px;
    top: 446px;
    width: 20px;
}

#kjqt_khxkz0 #apDiv11 {
    left: 453px;
    top: 446px;
    width: 73px;
}

#kjqt_khxkz0 #apDiv12 {
    left: 497px;
    top: 355px;
    width: 150px;
    height: 150px;
    z-index: 5;
    /* border: 1px solid; */
}

#kjqt_khxkz0 #apDiv13 {
    left: 136px;
    top: 376px;
    width: 251px;
}
/* kjqt_qyfryyzz */

#kjqt_qyfryyzz #bg1 {
    background: url(../images/qyfryyzz.jpg);
    /*background:url(qyfryyzz.jpg);*/
    position: absolute;
    z-index: 1;
    width: 800px;
    height: 1131px;
    top: 0px;
    left: 0px;
    clear: both;
}
#kjqt_qyfryyzz .apDiv{
    height: 22px;
}
#kjqt_qyfryyzz .apDiv input,
#kjqt_qyfryyzz .apDiv textarea,
#odco_qyfryyzzfb .apDiv input,
#odco_qyfryyzzfb .apDiv textarea{
    font-size: 22px;
}

#kjqt_qyfryyzz #apDiv1 {
    left: 481px;
    top: 360px;
    width: 223px;
}
#kjqt_qyfryyzz #apDiv2 {
    left: 302px;
    top: 596px;
    width: 413px;
}
#kjqt_qyfryyzz #apDiv3 {
    left: 302px;
    top: 509px;
    width: 413px;
}
#kjqt_qyfryyzz #apDiv4 {
    left: 302px;
    top: 717px;
    width: 412px;
    height: 110px;
}
#kjqt_qyfryyzz #apDiv5 {
    left: 302px;
    top: 553px;
    width: 413px;
}
#kjqt_qyfryyzz #apDiv6 {
    left: 302px;
    top: 463px;
    width: 413px;
}
#kjqt_qyfryyzz #apDiv7 {
    left: 302px;
    top: 421px;
    width: 413px;
}
#kjqt_qyfryyzz #apDiv8 {
    left: 278px;
    top: 275px;
    width: 478px;
}
#kjqt_qyfryyzz #apDiv9 {
    left: 609px;
    top: 995px;
    width: 59px;
}
#kjqt_qyfryyzz #apDiv10 {
    left: 533px;
    top: 995px;
    width: 60px;
}
#kjqt_qyfryyzz #apDiv11 {
    left: 419px;
    top: 995px;
    width: 92px;
}
#kjqt_qyfryyzz #apDiv12 {
    left: 302px;
    top: 683px;
    width: 413px;
}
#kjqt_qyfryyzz #apDiv13 {
    left: 302px;
    top: 640px;
    width: 413px;
}
#kjqt_qyfryyzz #apDiv14,
#odco_qyfryyzzfb #apDiv14{
     left: 500px;
     top: 882px;
     width: 150px;
     height: 150px;
     z-index: 5;
     /* border: 1px solid; */
}

/*odco_qyfryyzzfb*/
#odco_qyfryyzzfb #bg1 {
    background: url(../images/qyfryyzz_fb.jpg );
    position: absolute;
    z-index: 1;
    width: 802px;
    height: 1121px;
    top: 0px;
    left: 0px;
    clear: both;
}
 #odco_qyfryyzzfb #apDiv1 {
	left:435px;
	top:434px;
	width:232px;
}
 #odco_qyfryyzzfb #apDiv2 {
	left:306px;
	top:656px;
	width:413px;
}
 #odco_qyfryyzzfb #apDiv3 {
	left:306px;
	top:569px;
	width:413px;
}
 #odco_qyfryyzzfb #apDiv4 {
	position:absolute;
	left:306px;
	top: 777px;
	width:407px;
	height:106px;
	z-index:4;
}
 #odco_qyfryyzzfb #apDiv5 {
	position:absolute;
	left:306px;
	top:613px;
	width:413px;
}
 #odco_qyfryyzzfb #apDiv6 {
	position:absolute;
	left:306px;
	top:523px;
	width:413px;
}
 #odco_qyfryyzzfb #apDiv7 {
	position:absolute;
	left:306px;
	top:481px;
	width:413px;
}
 #odco_qyfryyzzfb #apDiv8 {
	position:absolute;
	left:278px;
	top:275px;
	width:478px;
	height:14px;
	z-index:4;
}
 #odco_qyfryyzzfb #apDiv9 {
	position: absolute;
	left: 596px;
	top: 998px;
	width: 64px;
	height: 18px;
	z-index: 4;
}
 #odco_qyfryyzzfb #apDiv10 {
	position: absolute;
	left: 513px;
	top: 998px;
	width: 66px;
	height: 18px;
	z-index: 4;
}
 #odco_qyfryyzzfb #apDiv11 {
	position: absolute;
	left: 377px;
	top: 998px;
	width: 118px;
	height: 18px;
	z-index: 4;
}
 #odco_qyfryyzzfb #apDiv12 {
	position:absolute;
	left:306px;
	top:743px;
	width:413px;
}
 #odco_qyfryyzzfb #apDiv13 {
	left:306px;
	top:700px;
	width:413px;
}
/* kjqt_zzjgdmz*/

/*#kjqt_zzjgdmz #borderDiv {
  float:left;
  background:#996633 url(../../images/border_kjqt_zzjgdmz.jpg);
  background-repeat:repeat;
  padding:30px;
  border:2px solid #999999;
  z-index:0
}
#kjqt_zzjgdmz #innerDiv {
  background-color:#eaf5fb;
  padding:20px;
  height:620px;
  z-index:9
}
#kjqt_zzjgdmz #innerDiv h4,h5 {
 letter-spacing: 16px;
 z-index:10;
 font-size: 18px;
 color: #000;
 font-weight: bold;
}
#kjqt_zzjgdmz .lineH {
   margin-bottom: 35px;
}
#kjqt_zzjgdmz li {
 font-size:12px;
 margin-bottom:3px;
 line-height:20px;
 font-size: 16px;
 font-weight:500;
 font-family:'楷体';
 color:#5E5A57;
}

#kjqt_zzjgdmz TABLE.billtable {
   width:100%;
   font-family: Tahoma;
   font-size: 9px;
   color:#000000;
   white-space:nowrap ;
  border-top: 1px solid #000000;        
    border-left: 0px;  
    border-right: 1px solid #000000;    
    border-bottom: 0px;  
}
#kjqt_zzjgdmz .billtable TD {  
    border-top: 0px;    
    border-left: 1px solid #000000;    
    border-right: 0px;    
    border-bottom: 1px solid #000000;     
} 
#kjqt_zzjgdmz .billtable input,
#kjqt_zzjgdmz .billtable textarea {
   font-size: 12px;
   padding: 0px;
} 
#kjqt_zzjgdmz .billtable textarea{
    width: 100%;
    overflow: hidden;
    height: 50px;
}


#kjqt_zzjgdmz #Layer1 {
  background: url(../../images/zhang.gif);
  background-repeat:no-repeat;
  /*background: url(kjqt_zzjgdmz/zhang.gif) no-repeat;*/
 /* position:absolute;
  left:782px;
  top:463px;
  width:192px;
  height:173px;
  z-index: 4;
}
#kjqt_zzjgdmz #Layer2 {
  position:absolute;
  width:273px;
  height:50px;
  z-index:3;
  left: 688px;
  top: 510px;
  float:inherit;  
}
.pImage{
  margin-left:110px;
  background: url(../../images/bar_code.gif) repeat;
  width:250px;
  height:30px;
}*/*/

/* 网上报税登录系统 */

.tabLoginWrapper {
    position: relative;
    /*  background: url(../images/tabServiceBg.png) top left no-repeat; */
    background-size: 100% 100%;
    background-image: url(../images/tabServiceBg.png);
    background-position: top center;
    background-repeat: no-repeat;
}

.tabLoginWrapper .loginBottom,
#serviceBox,
.noBackground {
    background: none!important;
}

.tabServiceBgC {
    position: absolute;
    background: url(../images/tabServiceBgC.png) center center no-repeat;
    width: 1019px;
    height: 598px;
    top: 50%;
    margin-top: -299px;
    left: 50%;
    margin-left: -510px;
}

.tabLoginWrapper .tabServicePosition {
    right: 56%;
    margin-right: 5px;
}

#tabLoginBox {
    display: none;
}

.tabLoginWrapper .tabServiceTitle {
    background: url(../images/tabServiceT.png) center center no-repeat;
}

.tabLoginWrapper .taxationDivBox {
    height: 428px;
    margin-top: -214px;
}

.btn0.identity {
    border: 0px;
    padding: 0px;
}

.identitySelect {
    width: 300px;
    margin-bottom: 20px;
}

.identitySelect .selectize-input {
    padding: 16px 7px;
}

{
    width: 300px;
    padding-bottom: 20px;
}

.btnA {
    margin: 50px 30px 0px;
    /*     padding: 10px; */
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 64px;
    height: 64px;
    width: 320px;
    display: block;
    font-size: 24px;
    background-color: #00c7ff;
}

.btnA:hover {
    color: #1a8cff;
    background-color: #fff;
    box-shadow: 0px 1px 10px 0px rgba(6, 50, 102, 0.3);
}

.loginNav .close {
    display: inline-block;
    color: #a1adbf;
    margin-right: 13px;
    margin-top: -66px;
    float: right;
}

.dabledDiv {
    position: absolute;
    z-index: 11111000;
    right: 0px;
    width: 25px;
    height: 30px;
    top: -2px;
    /* background: red; */
}




/* 网上申报 */

.resetBg {
    background-color: #0387ff;
    padding: 30px 30px 50px 30px;
    ;
}

.billFormRightWhite {
    background: #f0f6fe;
}

.billFormRightWhite .bgWhite {
    background: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    margin-left: 20px;
}

.billFormLeft.boxShadow {
    border: 0px;
    box-shadow: 0px 1px 10px 0px rgba(45, 71, 117, 0.15);
}

.onlineDeclaration {
    -webkit-border-radius: 0px 5px 0px;
    -moz-border-radius: 0px 5px 0px;
    -ms-border-radius: 0px 5px 0px;
    -o-border-radius: 0px 5px 0px;
    border-radius: 0px 5px 0px;
}




/* 首页 头部菜单栏 */

#trigon.resetTrigon {
    background: url(../images/arrow1.png) no-repeat;
}

.onePosition {
    bottom: 0px;
    left: 43px;
}

.twoPosition {
    bottom: 0px;
    left: 150px;
}

.threePosition {
    bottom: 0px;
    left: 266px;
}

.fourPosition {
    bottom: 0px;
    left: 372px;
}

.fivePosition {
    bottom: 0px;
    left: 488px;
}

.sixPosition {
    bottom: 0px;
    left: 594px;
}

.sevenPosition {
    bottom: 0px;
    left: 700px;
}

.twoPosition.taIssuePosition {
    left: 166px;
}

.threePosition.taIssuePosition {
    left: 290px;
}

.fourPosition.taIssuePosition {
    left: 400px;
}




/* 涉税查询 */

.billFormRightWhite .bgWhite.resetPd {
    padding: 0px 20px;
    height: 100%;
    padding-bottom: 40px;
}

.resetPd .navDiv.resetNavDiv {
    height: 50px;
    line-height: 50px;
    padding: 0px;
}

.panelContainer.centerInfoDiv {
    padding: 0px
}

.centerInfoDiv p {

    margin-top: 15px;
}




/* 网上报税-首页 */

.topDiv {
    padding-bottom: 20px;
    position: relative;
}

.leftDiv {
    width: 280px;
    height: 335px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background-color: #4481eb;
    text-align: center;
    padding-top: 10px;
    background-image: linear-gradient(86deg, rgba(142, 84, 233, 0.35) 0%, rgba(71, 118, 230, 0.35) 100%), linear-gradient( rgba(68, 129, 235, 1), rgba(68, 129, 235, 1));
    background-blend-mode: normal, normal;
}

.rightDiv {
    float: right;
    margin-left: 300px;
    background-color: #fff;
    height: 335px;
    position: absolute;
    top: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    padding: 0 20px;
}

.dateInfo {
    margin: 0px 15px;
    border-top: 1px solid #fff;
    padding-top: 10px;
    display: block;
    position: absolute;
    bottom: 35px;
    width: 250px;
    text-align: center;
}

.dateInfo p {
    margin: 0px 0px 5px 0px;
    color: #fff;
}

.dateInfo p span {
    margin: 0px 5px;
    color: #04e4fe;
}

.onlineTitle {
    padding: 20px 0px;
    color: #17263b;
}

.onlineTitle a {
    float: right;
    color: #7a8494;
}

.onlineTitle a:hover {
    color: #1574ff;
}

.onlineTable th,
.onlineTable td {
    height: 48px;
    line-height: 48px;
    padding: 0px 20px;
    text-align: center;
}

.onlineTable th {
    color: #7a8494;
    background-color: #f4f7fb;
    font-weight: 100;
}

.onlineTable td {
    color: #3c4b61;
    background-color: #f8fafd;
    border-bottom: 1px solid #fff;
}

.onlineTable td.done {
    color: #1574ff;
}

.bottomDiv {
    position: absolute;
    /* margin-bottom:0px; */
    background: #f0f6fe;
    z-index: 10;
    /* padding-bottom: 10px; */
}

.leftDiv.bottomLeft {
    background: #fff;
    text-align: left;
    padding: 0 20px;
    background-blend-mode: initial;
    position: absolute;
    height: 100%;
}

.bottomRight {

    height: 100%;

    margin-left: 280px;

    background: #f0f6fe;

    float: right;

    position: absolute;
}

.userInfo {
    background-color: #f4f7fb;
    padding: 15px 0px 5px 7px;
    margin-bottom: 30px;
}

.bottomLeft h3 {
    margin: 22px 0px;
    font-size: 16px;
    color: #323232;
    text-align: center;
}

.userInfo p {
    color: #7a8494;
}

.userInfo p i {
    margin-right: 4px;
}

.bottomRightInfo {
    width: 100%;
    background-color: #fff;
    padding: 0px 20px;
    height: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    top: 0;
    /* position: absolute; */
    display: inline-block;
}

.bottomRightInfoBg {
    width: 50%;
    display: inline-block;
    background: #f0f6fe;
    padding-left: 20px;
    height: 100%;
}




/* 时间插件重写 */

.dateDiv .xdsoft_datetimepicker .xdsoft_calendar th,
.dateDiv .xdsoft_datetimepicker .xdsoft_calendar td {

    color: #fff;
    width: 32px;
    height: 30px;
}

.dateDiv .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current div {
    background-color: rgba(255, 255, 255, 0.4);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66ffffff, endColorstr=#66ffffff);

    border-radius: 3px 3px 3px 3px;
    height: 24px;
    line-height: 24px;
    width: 24px;
    margin: 0 auto;
}

.dateDiv .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current {
    background: none;
}

.dateDiv .xdsoft_datetimepicker .xdsoft_label span {
    color: #fff;
}

.dateDiv .xdsoft_datetimepicker .xdsoft_prev {
    background: url(../images/arrowLeftW.png) center top no-repeat;
}

.dateDiv .xdsoft_datetimepicker .xdsoft_next {
    background: url(../images/arrowRightW.png) center top no-repeat;
}

.dateDiv .xdsoft_datetimepicker .xdsoft_datepicker {
    width: 260px;
    margin-left: 10px;
}




/* 税控开票登录页
 */

.tabLoginWrapper.taxControl {
    /*      background: url(../images/taxControl.png) top center no-repeat; */
    background-image: url(../images/taxControl.png);
}

.taxControlBgC {
    position: absolute;
    background-color: rgba(23, 38, 59, 0.3);
    width: 380px;
    height: 430px;
    top: 50%;
    margin-top: -215px;
    left: 50%;
    margin-left: -190px;
}

.taxControlNav {
    width: 360px;
    height: 410px;
    margin-top: -205px;
    margin-left: -180px;
    position: absolute;
    background-color: #fff;
    right: 3%;
    margin-right: -1px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}

.loginNav.taxControlNav .btn0 {
    margin: 10px 30px 0px;
}

.btn0.readOnlyDiv {
    border-color: #dfe7f2;
    background-color: #dfe7f2;
    color: #3c4b61;
}

.btn0.readOnlyDiv input {
    color: #3c4b61;
}

.loginNav h5.taxControlH5 {
    text-indent: initial;
    font-size: 22px;
    color: #299bf3;
    background: none;
}

.taxControl h2.loginTit {
    background: none;
    padding: 0px 30px;
    margin: 0px;
    color: #fff;
    font-size: 22px;
    height: 82px;
    line-height: 82px;
}

.centTop.noBgTop {
    height: 75px;
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    -ms-border-radius: 5px 5px 0px 0px;
    -o-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
    background: none;
}

.centTop .floatR a {
    vertical-align: middle;
    color: #fff;
    margin-left: 20px;
}

.centTop .floatR a i {
    margin-right: 5px;
}

#trigon.iconDark {
    background: url(../images/arrowDark.png) center no-repeat;
}




/* 税控开票-主页*/

.menuGray {
    /* position: relative; */
    height: 40px;
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    -ms-border-radius: 5px 5px 0px 0px;
    -o-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
    background-color: rgba(23, 38, 59, 0.7);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -ms-box-orient: horizontal;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B217263b, endColorstr=#B217263b);
}

.menuGrayItem {
    position: relative;
}

.menuGrayItem dl {
    margin: 0;
}

.menuGrayItem dt {
    font-weight: normal;
    color: #fff;
    cursor: pointer;
}

.polygon {
    background: url(../images/polygon.png) center center no-repeat;
    width: 6px;
    height: 8px;
    vertical-align: middle;
    display: inline-block;
    float: right;
    margin-top: 5px;
}

.menuGrayOne {
    display: block;
    padding: 10px 20px;
    position: relative;
}

.floatDiv {
    position: absolute;
    top: 40px;
    z-index: 5;
    width: 200px;
    left: 0px;
    display: none;
    padding: 10px 0px;
    background-color: #7c8ea6;
}

.menuGrayOne.focus .floatDiv {
    display: block;
}

.menuGrayTwo dt {
    background-color: #7c8ea6;
    padding: 8px 20px 8px 20px;
    position: relative;
}

.menuGrayTwo dt.active,
.menuGrayTwo dt:hover {
    background-color: #687991;
    /*  background-color: rgba(23, 38, 59, .2);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#3317263b,endColorstr=#3317263b);*/
}

.menuGrayOne.focus .menuGrayTwo .floatDiv {
    left: 200px;
    top: 0px;
    display: none;
    z-index: 6;
    background-color: #687991;
}

.menuGrayOne.focus .menuGrayTwo.focus .floatDiv {
    display: block;
}

.menuGrayThree dt {
    background-color: #687991;
}

.menuGrayThree dt:hover,
.menuGrayThree dt.active {
    background-color: #607189;
}

.taxControl iframe {
    -webkit-border-radius: 0px 0px 5px 5px;
    -moz-border-radius: 0px 0px 5px 5px;
    -ms-border-radius: 0px 0px 5px 5px;
    -o-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px;
}

.resetBg.taxControl .floatR {
    margin-top: -45px;
}




/* 税控开票-系统设置 */

.picCenterDiv {
    display: block;
    text-align: center;
    padding: 0px 50px;
}

.picBox {
    width: 100px;
    height: 110px;
    display: inline-block;
    margin-right: 30px;
    /* margin-bottom:30px; */
    vertical-align: middle;
    background-repeat: no-repeat;
    cursor: pointer;
    position: relative;
}

.sysSet .picBox {
    background-image: url(../images/icon-04.png);
}

.arrowBox {
    background: url(../images/arrowBox.png) no-repeat;
    width: 40px;
    height: 28px;
    display: inline-block;
    margin-right: 30px;
    vertical-align: middle;
}

.baracket {
    background: url(../images/baracket.png) no-repeat;
    width: 30px;
    height: 220px;
    margin-right: 10px;
    /* margin-bottom: 30px; */
    vertical-align: middle;
    display: inline-block;
}

.picBoxLeft {
    display: inline-block;
    vertical-align: top;
    margin-top: 110px;
}

.picBoxRight {
    display: inline-block;
    width: 300px;
    height: 450px;
    background-color: #fbfcfe;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border: solid 1px #e0eaf4;
    padding: 30px 0px 0px 30px;
}

.picBoxRight span {
    margin-bottom: 30px;
}

.picBox.disabled {
    background-position-x: -110px!important;
}

.picBox.picOnePosition {
    background-position-x: 0px;
    background-position-y: 0px;
}

.picBox.picTwoPosition {
    background-position-x: 0px;
    background-position-y: -120px;
}

.picBox.picThreePosition {
    background-position-x: 0px;
    background-position-y: -240px;
}

.picBox.picFourPosition {
    background-position-x: 0px;
    background-position-y: -360px;
}

.picBox.picFivePosition {
    background-position-x: 0px;
    background-position-y: -480px;
}

.picBox.picSixPosition {
    background-position-x: 0px;
    background-position-y: -600px;
}

.picBox.picSevenPosition {
    background-position-x: 0px;
    background-position-y: -720px;
}

.picBox.picEightPosition {
    background-position-x: 0px;
    background-position-y: -840px;
}

.picBox.picNinePosition {
    background-position-x: 0px;
    background-position-y: -960px;
}

.relativeDiv {
    position: relative;
}

.currentPosition {
    position: absolute;
    top: 2px;
    right: 15px;
    display: none;
    z-index: 1000;
}




/*  库存查询*/

.inventoryQuery {
    background-color: #f4f7fb;
}

.inventoryQuery .panelContainer {
    margin: 10px;
    padding: 0px;
    background-color: #fff;
}

.inventoryQuery .navDiv {
    padding-left: 20px;
    padding-right: 20px;
}

.floatR .selectTd {
    display: inline-block;
    vertical-align: middle;
    line-height: 32px;
    height: 32px;
}

.floatR .selectTd span {
    vertical-align: top;
}

.floatR .selectTd .dropdown {
    display: inline-block;
    width: 100px;
}

.selectTd.resetW .dropdown {
    width: 200px;
}

.selectTd.resetW300 .dropdown {
    width: 300px;
}

.inventoryQuery .navDiv .search {
    margin-left: 0px;
}




/* 税控开票-初始化 */

.centLeft.bgGray {
    position: absolute;
    background: #ebeff5;
    width: 180px;
    height: 100%;
    -webkit-border-radius: 5px 0px 0px 5px;
    -moz-border-radius: 5px 0px 0px 5px;
    -ms-border-radius: 5px 0px 0px 5px;
    -o-border-radius: 5px 0px 0px 5px;
    border-radius: 5px 0px 0px 5px;
}

.bgGrayRight {
    margin-left: 180px;
    -webkit-border-radius: 0px 5px 5px 0px;
    -moz-border-radius: 0px 5px 5px 0px;
    -ms-border-radius: 0px 5px 5px 0px;
    -o-border-radius: 0px 5px 5px 0px;
    border-radius: 0px 5px 5px 0px;
    text-align: center;
}

.circleMenu {
    padding-top: 30px;
    padding-left: 30px;
}

.circleMenu li {
    padding-bottom: 30px;
    padding-left: 20px;
    border-left: 1px solid #b3becd;
    color: #7c8ea6;
    position: relative;
    /* cursor: pointer; */
}

.circleMenu li.active {
    color: #1574ff;
    border-left-color: #1574ff;
}

.circleMenu li.active .circleIcon {
    background-image: url(../images/blueCircle.png);
}

.circleMenu li.noBorder {
    border-left: 0px;
}

.circleIcon {
    background-image: url(../images/grayCircle.png);
    background-position: center center;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    z-index: 10;
    top: 0px;
    left: -10px;
    color: #fff;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
}

.initBox {
    padding: 0px 40px 0px 40px;
    background: #fff;
    /* text-align: center; */
    display: block;
}

.textList li {
    font-size: 16px;
    color: #17263b;
    padding: 6px 0px;
}

.textList li.notice {
    font-size: 12px;
    color: #ff6600;
    padding: 20px 0px;
}

.bgGrayRight .navDiv {
    height: 90px;
    padding: 40px;
}

.bgGrayRight .navDiv h3 {
    margin: 0;
    font-weight: normal;
    font-size: 26px;
    font-family: "Microsoft YaHei";
    text-align: left;
    width: 450px;
    display: inline-block;
}

.wellComeT {
    color: #1574ff;
    margin: 0px;
}

.textList {
    display: inline-block;
    min-width: 450px;
    text-align: left;
    padding-bottom: 130px;
}

.initBox .infoTable input {
    width: 80%;
    margin-right: 10px;
}






/*税控开票-发票管理   */

.invManage .picBox {
    background-image: url(../images/icon-01.png);
}

.baracketM {
    background: url(../images/baracketM.gif) no-repeat;
    width: 30px;
    height: 310px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

.invManage .picBoxLeft .vertical,
.invManage .picBoxRight .vertical {
    width: 110px;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0px;
    margin-bottom: 0px;
}

.invManage .picBoxLeft {
    padding: 30px 20px 0px 30px;
    background-color: #fbfcfe;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border: solid 1px #e0eaf4;
    margin-top: 0px;
    margin-right: 30px;
}

.invManage .picBoxLeft span {
    margin-right: 10px;
    margin-bottom: 30px;
}

.invManage .picBoxRight {
    width: 510px;
    padding-top: 0px;
}

.invManage .picBoxRight span {
    margin-right: 10px;
    margin-bottom: 0px;
}

.invManage .picBoxRight .vertical {
    width: 265px;
}

.invManage .picBoxRight .vertical span {
    margin-right: 30px;
    margin-bottom: 56px;
    margin-top: 56px;
}

.openDiv {
    position: absolute;
    display: inline-block;
    padding: 10px;
    z-index: 9999;
    /* width: 200px; */
    right: 106px;
    display: none;
    background-color: rgba(23, 38, 59, 0.9);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E517263b, endColorstr=#E517263b);
}

.fixationDiv {
    position: relative;
}

.fixationDiv i {
    width: 6px;
    height: 15px;
    position: absolute;
    display: inline-block;
    top: 0px;
    right: -16px;
    background: url(../images/arrowBlack.png) top right no-repeat;
}

.openDiv ul {
    margin: 0px;
}

.openDiv li {
    padding: 3px 0px;
    color: #fff;
    display: -webkit-inline-box;
}

.openDiv li:hover {
    color: #21c179;
}




/*税控开票-报税管理  */

.noArrowBox {
    background-image: none!important;
    cursor: default!important;
}

.mrTopBottom40 span {
    margin-bottom: 40px;
    margin-top: 40px;
}

.mrTopBottom40 span.mrR50 {
    margin-right: 50px;
}

.manage .picBox {
    background-image: url(../images/icon-02.png);
}

.manage .picBoxLeft,
.assert .picBoxLeft {
    width: 380px;
    padding-left: 30px;
    background-color: #fbfcfe;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border: solid 1px #e0eaf4;
    margin-top: 0px;
}

.manage .picBoxRight {
    background-color: #fff;
    border-radius: 0px;
    border: 0px;
    width: 380px;
    margin-left: 30px;
    height: 380px;
    padding: 0px;
}




/* 报税处理-办税厅抄税-金税设备状态查询 */

.bgGrayRight.resetRight .initBox {
    /*padding-top: 50px;*/
    top: 55px;
    position: absolute;
    width: calc(100% - 180px);
}

.stateTable td {
    height: 28px;
    text-align: left;
}

.stateTable .fontBule {
    color: #1574ff;
    padding-left: 30px;
}

.stateDiv {
    position: relative;
    border: 1px solid #D5D5D5;
    padding: 10px 0px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.stateDiv span:first-child {
    position: absolute;
    display: inline-block;
    padding: 0px 7px;
    top: -12px;
    left: 50px;
    /* width: 86px; */
    height: 20px;
    background-color: #fff;
    text-align: center;
    font-weight: bold;
}

.moreStateDiv {
    margin-top: 25px;
    padding-bottom: 70px;
    padding-left: 10px;
}

.infoBoxUl {
    padding-top: 20px;
}

.infoBoxUl li {
    text-align: center;
    padding: 20px 0px;
    cursor: pointer;
}

.infoBoxUl li:hover,
.infoBoxUl li.active {
    background-color: #fff;
    color: #1574ff;
}

.liCheckbox label {
    color: #1574ff;
    text-indent: 40px;
}

.liCheckbox label input {
    height: 16px;
    width: 16px;
    margin: 0px 5px;
    vertical-align: middle;
    margin-bottom: 3px;
}





/* 税控开票-发票修复 */


/* .stateUpdateBox{
    position: absolute;
    left: 50%;
    margin-left: -190px;
    top: 50px;
} */

.noBorderTable.stateUpdateTable .selectTd .dropdown {
    width: 100px;
    border: 1px solid #dfe7f2;
    height: 26px;
}

.noBorderTable.stateUpdateTable {
    height: 100%;
    margin-bottom: 0px;
    margin-left: 15px;
}

.noBorderTable.stateUpdateTable .textAlignR {
    font-weight: bold;
    font-size: 16px;
}

.noBorderTable.stateUpdateTable input {
    height: 26px;
    width: 130px;
}



/* 税控开票-系统维护 */

.assert .picBox {
    background-image: url(../images/icon-03.png);
}




/*  自然人涉税系统*/

.textALignCDiv {
    text-align: center;
    padding: 30px 0px;
    /* margin-bottom: 30px; */
}

.textALignCDiv .textInfoDiv {
    text-align: left;
    display: inline-block;
    width: 70%;
}

.tableList {
    padding-bottom: 40px;
}

.tableList h3 {
    color: #17263b;
    font-size: 16px;
    margin-bottom: 15px;
    margin-top: 0px;
}

.infoTable.specialTable {

    border-top: 1px solid #97aac1;
    border-left: 1px solid #97aac1;
}

.infoTable.specialTable td {
    text-align: left;
    padding-left: 40px;
    border-bottom: 1px solid #97aac1;
    border-right: 1px solid #97aac1;
    height: 48px;
}

.infoTable.specialTable td:first-child {
    background-color: #f9fbfd;
    text-align: right;
    padding-right: 20px;
    width: 35%;
    color: #7a8494;
}

.infoTable.resetTable td,
.infoTable.resetTable th {
    text-align: left;
}

.infoTable.resetTable td {
    padding: 18px 20px;
    line-height: 22px;
}

.centerInfoDiv.manage {
    text-align: center;
    padding-top: 50px;
}

.centerInfoDiv.manage .manageDiv {
    padding: 20px 0px;
    text-align: center;
    color: #7a8494;
}

.centerInfoDiv.manage .manageDiv span:first-child {
    margin-right: 10px;
}

.centerInfoDiv.manage .manageDiv .dropdown {
    width: 380px;
    background-color: #f9fbfd;
    height: 36px;
    vertical-align: middle;
    display: inline-block;
    border-radius: 0px;
}

.centerInfoDiv.manage .dropdown .selected {
    padding: 11px 12px;
}

.centerInfoDiv.manage .manageDiv .dateBox {
    width: 180px;
}

.centerInfoDiv.manage .dateBox .icon-rili {
    top: 7px;
}

.floatR .selectTd .dropdown .selected {
    padding: 8px 12px;
}




/* 学生弹出框表格 */

.infoBox .infoTable th,
.infoBox .infoTable .hintTd {
    text-align: right;
    color: #7a8494;
}

.infoBox .infoTable td {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
}




/* 加载条 */

.qmeter {
    height: 50px;
    display: none;
}

.outer-therm {
    border: 2px solid #ffffff;
    box-sizing: content-box;
}




/* 电子发票系统 */

.electInvPd {
    padding: 0px 30px 50px 30px;
}

.electInvT {
    color: #fff;
    background:none;
    font-size: 20px;
    /*vertical-align: middle;*/
    /*height: 90px;*/
    /*line-height: 90px;*/
    font-weight: bold;
    margin-left: 10px;
    float: left;
    position: relative;
}
.electInvT>i{
    display: inline-block;
    vertical-align: top;
    width:60px;
    height:60px;
    background: url(../images/portaTaxLoginL.png) no-repeat;
    -webkit-background-size:contain;
    background-size:contain;
 }

.electInvPd .tchList {
    float: right;
    padding: 10px 0px;
}

.electInvPd .centTop {
    height: 85px;
}

.electInvPd .centTop.noBgTop .tchList a {
    padding: 0px 10px;
}




/* 电子发票系统-系统维护 */

.rightTab.preserveNav {
    height: 80px;
}

.rightTab.preserveNav .rightNavtab {
    height: 77px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -ms-box-orient: horizontal;
    padding-left: 5px;
}

.rightTab.preserveNav .rightNavtab li {}

.rightTab.preserveNav .rightNavtab a {
    display: inline-block;
    height: 77px;
    text-align: center;
}

.rightTab.preserveNav .rightNavtab i {
    background-image: url(../images/taxpayerinfo.png);
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    width: 72px;
    height: 36px;
}

.tabContent.tab-content {
    padding: 0px 20px 20px;
}

table.taxpayerTable td {
    color: #3c4b61;
    text-align: center;
    /* padding: 20px; */
}

.tdTitle span {
    width: 49%;
    display: inline-block;
}

.taxpayerTable .navDiv .search {
    width: 70%;
    margin-left: 0px;
}

.tdNavDiv.navDiv {
    padding: 0px 10px;
}

.tdNavDiv.navDiv span {
    margin-bottom: 10px;
    display: inline-block;
}

.tdNavDiv.navDiv span input {
    height: 32px;
    width: 100%;
}

.tdNavDiv.navDiv .navBtn {
    width: 100%;
    height: 32px;
    margin-bottom: 20px;
    min-width：100px;
    min-width: 100px;
    text-align: left;
}

.tdNavDiv.navDiv .navBtn i {
    font-size: 26px;
    font-style: normal;
    display: inline-block;
    margin-top: -3px;
    margin-right: 0px;
}

.layui-layer-content iframe {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
}

.itemList {
    border: 1px solid #dfe7f2;
    height: 200px!important;
}

.selectR {
    margin-left: -1%;
}






/* 进度条样式*/

.demoClass.layui-layer-page {
    background-color: transparent;
    box-shadow: inherit;
}

.resetPaneDiv {
    background-color: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.previewSpan {
    color: #1574ff;
}

.electInvPd .infoTable .selectTd .dropdown {
    width: 100%;
}

.picBoxLeft ::selection {
    background: red!important;
    color: #555;
}




/* 个税-登录 */

.loginTop {
    background: url(../images/portaTaxLoginT.png) no-repeat;
    height: 100px;
    font-size: 28px;
    color: #fff;
    line-height: 100px;
    background-size: 100% 100%;
    position: relative;
    padding-left: 140px;
}

.loginTop span {
    background: url(../images/portaTaxLoginL.png) no-repeat;
    height: 84px;
    display: inline-block;
    line-height: 84px;
    /* margin: 8px 20px  8px 40px; */
    width: 84px;
    position: absolute;
    left: 40px;
    top: 8px;
}

.portaTaxLogin.loginWrapper {
    background: url(../images/portaTaxLogin.png) no-repeat;
    background-size: 100% 100%;
}

.portaTaxLogin .loginNav {

    right: 16%;

    background-color: #f3fbff;

    box-shadow: 0px 3px 5px 0px rgba(13, 43, 97, 0.1);

    border: solid 1px rgba(207, 229, 244, 1);
}

.portaTaxLogin .loginNav h5 {
    margin: 40px 0px;
}

.portaTaxLogin .loginNav .formSign div {
    margin: 35px 30px 0px;
}

.portaTaxLogin .loginNav button.btn {
    margin: 35px 30px 0px;
}

.portaTaxIndex {
    padding: 0px;
    /* background-color: #fff; */
    height:100%;
}

.portaTaxIndex .centTop {
    background: url(../images/portaTaxBg.png) left top no-repeat;
    height: 90px;
}

.portaTaxIndex .loginBottom {
    bottom: 0px;
    height: 34px;
    background-color: #EAEDEF;
    text-align: left;
    line-height: 34px;
    padding-left: 20px;
    color: #5D5D5D;
}

.portaTaxIndex .loginBottom span {
    color: #5D5D5D;
}

.portaTaxCentDiv iframe {

    -webkit-border-radius: 0px;

    -moz-border-radius: 0px;

    -ms-border-radius: 0px;

    -o-border-radius: 0px;

    border-radius: 0px;
}

.portaTaxCentDiv .billFormLeft {
    border: 0px solid #D8D8D8;
    background: #f3f3f3;
    position: absolute;
    height:100%;
}

.fncMenu {
    display: inline-block;
    width: 100%;
    position: relative;
    padding: 5px 10px;
    font-size: 16px;
    color: #3d8bbc;
    background-color: #f5f5f5;
    font-weight: bold;
    border-bottom:2px solid #d9d9d9;
}

.fncMenu span {
    display: inline-block;
    margin-right: 10px;
    font-weight: normal;
    color: #7a888f;
}

.fncMenu i {
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -8px;
    width: 16px;
    height: 10px;
}
.portaTaxCentDiv{
    font-size:0;
    width:100%;
    height:calc(100% - 94px);
    overflow: auto;
    overflow: hidden;
}
.portaTaxCentDiv .studentBox{
    width:calc(100% - 220px);
    height:100%;
}
#portaTaxSysHome{
    width: 100%;
    height:100%;
    /*height:calc(100% - 30px);*/
    min-width:800px;
    overflow: auto;
    background: #fff;
}
#portaTaxSysHome .sysHomeTitle {
    width:100%;
    padding:10px 20px;
}
#portaTaxSysHome .TaxSysHomeDiv{
    background-color: transparent;
    padding:130px 20px 50px 20px;
}

.portaTaxCentDiv .menuNav {
    min-height: 500px;
    /* height: 100%; */
    /* position: absolute; */
    /* z-index: 99999; */
    overflow: auto;
}

.portaTaxCentDiv .menuNav .menuOne dt {
    padding: 0px 15px;
}

.portaTaxCentDiv .menuOne .menuTwo dt {
    padding: 0px 20px 0px 60px;
}

.portaTaxCentDiv .menuNav .menuOne.focus dt {
    background-color: #f4f7fb;
    color: #17263b;
}

.portaTaxCentDiv .menuNav .menuOne dt:hover,
.portaTaxCentDiv .menuNav .menuOne dt.active {
    color: #000;
    background-color: #fafafa;
}

.portaTaxCentDiv .menuNav .menuOne.focus .menuTwo dt {
    background-color: #fff;
    color: #7a8494;
}

.portaTaxCentDiv .menuNav .menuOne.focus .menuTwo dt:hover,
.portaTaxCentDiv .menuNav .menuOne.focus .menuTwo dt.active {
    color: #3D9DDB;
    background-color: #F0F5F9;
}

.menuNav .menuItem dt span {
    margin-right: 10px;
    color: #7a888f;
}
.menuNav .menuItem input[type="checkbox"]{
    height: 16px;
    width: 16px;
    margin-top: -4px;
    vertical-align: middle;
}

.navDiv.bgGray {
    background-color: #F0F0F0;
    padding: 10px 20px;
    height: 55px;
    position: relative;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}

.incomeMonthDiv.bgGray {
    background-color: #f5f5f5;
}

.incomeMonthDiv.bgGray i.icon-zhuye {
    vertical-align: middle;
    color: #3d8bbc;
    margin-right: 5px;
}

.incomeMonthDiv.bgGray h3 {
    color: #3d8bbc;
}

.incomeMonthDiv.bgGray h3:hover,
.croci {
    color: #F19E10!important;
}




/* 个税-人员登记 */

.portaTaxDiv {
    padding: 15px;

}
.companyManage {
    padding: 0;
    height:100%;
}
.companyManage .peopleInfoDiv {
    padding-left:10px;
}

.peopleInfoDiv {
    position: relative;
    height: 52px;
}

.peopleInfoDiv .time {
    font-size: 18px;
    color: #F19E10;
    position: absolute;
    bottom: 5px;
}

.peopleInfoDiv .info {
    color: #7a8494;
    position: absolute;
    bottom: 5px;
    left: 100px;
}

.peopleInfoDiv h4 {
    display: inline-block;
    font-size: 16px;
    margin-top: 20px;
    /* height: 50px; */
    /* line-height: 45px; */
}

.peopleList {
    padding: 6px 0px 6px 4px;
    background-color: #6BA2CC;
    vertical-align: bottom;
    margin: 0px;
}

.peopleList li {
    display: inline-block;
    border-right: 1px solid #428bca;
    border-left: 1px solid #94bad7;
    margin-left: -4px;
    /* padding: 0px 10px 5px; */
    padding-left: 5px;
    /* height: 40px; */
    text-align: center;
}

.peopleList li i {

    display: inline-block;

    float: left;

    margin-right: 5px;

    vertical-align: middle;

    height: 40px;

    line-height: 40px;

    color: #FAFA4B;

    font-size: 26px;
}

.peopleList li span {
    display: inline-block;
    color: #fff;
    font-size:12px;
}

.peopleList li span.W100 {
    width: 100px;
}

.peopleList li.last {
    width: 30px;
    vertical-align: bottom;
}

.portaTaxCent {
    border: 1px solid #E3E3E3;
}

.portaTaxCent .navDiv.bgGray {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    padding: 7px 10px;
    background-color: #F8F8F8;
    border-bottom: 1px solid #E3E3E3;
    height: 46px;
    border-top: 0px;
}

.navDiv.bgGray .brick-red i {
    color: #fff;
    margin-left: 5px;
    margin-right: 0px;
}

.allNav.bgGrey .nav-tab {
    margin-top: 3px;
    border-top: 1px solid #E3E3E3;
    border-bottom: 1px solid #E3E3E3;
}

.allNav.bgGrey .nav-tab li a {
    background-color: #F1F1F1;
    border-right: 1px solid #E3E3E3;
}

.allNav.bgGrey .nav-tab li.active a,
.allNav.bgGrey .nav-tab li.active a:hover {
    color: #D5A13C;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #E3E3E3;
    background-color: #fff;
}

.allNav.bgGrey .nav-tab li a:hover {
    color: #333;
}

.allNav.bgGrey .tab-content,
.greyTableDiv {
    padding: 10px;
    position: relative;
}

input[type="text"].portaTaxInput,
textarea.portaTaxInput,
input[type="password"].portaTaxInput {
    color: #3c4b61;
    font-size: 14px;
    border: 1px solid #ccc;
    padding: 2px 10px;
    background-color: #fff;
}

.queryCondition {
    padding-top: 15px
}

.noBorderTable {
    /* border-bottom: 1px solid #E3E3E3; */
    margin-bottom: 15px;
    /* text-align: center; */
}

.noBorderTable td {
    height: 40px;
    text-align: left;
    position: relative;
}

.advancedOption {
    padding: 10px 30px;
    border-top: 1px solid #E3E3E3;
}

.advancedOption .selectTd {
    margin-right: 20px;
    vertical-align: middle;
}

.advancedOption .selectTd .dropdown {
    display: inline-block;
    width: 120px;
}

.advancedOption .selectTd span {
    vertical-align: middle;
    display: inline-block;
}

.divDownUp {
    /* display:none; */
}

.btnSelectStyle {
    position: absolute;
    display: inline-block;
    left: 0px;
    /* bottom: 100px; */
    margin: 0px;
    display: none;
    z-index: 999;
    border: 1px solid #969896;
}

.btnSelectStyle li {
    padding-left: 30px;
    width: 100%;
    background-color: #efedde;
}

.btnSelectStyle li span {
    padding: 7px 0px 7px 5px;
    color: #000;
    display: -webkit-inline-box;
    line-height: 16px;
    width: 100%;
    background-color: #fff;
}

.btnSelectStyle li:hover,
.btnSelectStyle li span:hover {
    background-color: #c1d2ee;
}

.tableBox.portaTaxGrid {
    border: 1px solid #A0A0A0;
}

.tableBox.portaTaxGrid .ui-jqgrid .ui-jqgrid-htable th,
.greyTableDiv .whiteGreyTable th {
    /*   text-align: left; */
    height: 36px;
    padding: 8px 5px;
    border-bottom: 1px solid #A0A0A0;
    border-right: 1px solid #A0A0A0;
}

.tableBox.portaTaxGrid .ui-jqgrid tr.ui-row-ltr td {
    text-align: left;
    height: 30px;
    padding: 0px 5px;
    border-bottom: 1px solid #A0A0A0;
    border-right: 1px solid #A0A0A0;
}


/*.tableBox.portaTaxGrid .ui-widget-content:hover,*/

.tableBox.portaTaxGrid .ui-widget-content.active {
    background: #3399FF;
}
div#starffinfoadd {
    margin-right: 15px;
}



/*  个税-首页    */

.dateBox.resetDateBox {
    width: 150px;
}

.sysHomeTitle {
    padding: 5px 20px;
}

.crociDiv {
    display: inline-block;
    padding: 2px 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #F6C68B;
    color: #F6C68B;
    background-color: #FEFBF5;
    margin-left: 5px;
}

.icon-tishi {
    color: #FCAE3D;
    margin-right: 5px;
    font-weight: bold;
}

.TaxSysHomeDiv {

    padding-top: 130px;
    text-align: center;
    background-color: #F0F0F0;
    /* float: left; */
    /* height: 100%; */
    position: relative;
    white-space: nowrap;

    &:before {
         content: '';
         height: 100%;
         display: inline-block;
         vertical-align: middle;
     }
}
.TaxSysHomeDiv>.flowList {

    display: inline-block;
    vertical-align: middle;
}

.flowList {
    position: relative;
    display: inline-block;
}

.flowList .top {
    position: absolute;
    height: 104px;
    width: 104px;
    background-image: url(../images/portaTaxCircle2.png);
    background-repeat: no-repeat;
    top: -68px;
    left: 48px;
    z-index: 1;
}

.flowList .top i {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    font-size: 52px;
    margin-top: 12px;
}

.flowList p {
    text-align: center;
    margin: 0px;
    color: #C00707;
}

.flowList p.resetFontSize {
    font-size: 16px;
    font-weight: bold;
    color: #555555;
}

.flowList .center {
    width: 200px;
    height: 280px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #D8D8D8;
    text-align: left;
    padding: 45px 8px 0px 8px;
    background-color: #F8FBFF;
}

.flowList .registered {
    margin-top: 10px;
    display: none;
    height: 150px;
}

.flowList .unregistered {
    width: 182px;
    margin-top: 15px;
    height: 150px;
    background-color: #F7EEE7;
    border: 1px solid #E9E2DF;
    margin-bottom: 0px;
    display: inline-block;
    position: absolute;
}

.flowList .unregistered p {
    padding: 3px 5px 0px 5px;
    color: #777777;
    text-align: left;
}

.flowList .bottom {
    position: absolute;
    z-index: 1;
    width: 98px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    color: #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    background-color: #BBD1EA;
    left: 51px;
    bottom: -13px;
}

.flowList.active .top {
    background-image: url(../images/portaTaxCircle1.png);
}

.flowList.active .top i {
    color: #F19E10;
}

.flowList.active .center {
    background-color: #4F973C;
}

.flowList.active .center p {
    color: #fff;
}

.flowList.active .unregistered {
    display: none;
}

.flowList.active .registered {
    display: block;
    height: 150px;
    width: 180px;
    position: absolute;
}

.flowList.active .registered p {
    border-bottom: 1px solid #fff;
    p;
    padding-bottom: 2px;
    text-align: left;
    color: #fff;
    line-height: 32px;
    overflow: hidden;
    margin: 0;
}

.flowList.active .registered p span {
    float: right;
}

.flowList.active .bottom {
    background-color: #F19E10;
}

.flowIcon {
    display: inline-block;
    padding: 30px 20px;
    vertical-align: middle;
    /*margin-top: 90px;*/
    font-size: 26px;
    color: #80CE6D;
}


.incomeMonthDiv {
    padding: 1px 20px;
    font-weight: bold;
}




/* 个税-人员登记-人员信息 */

.mainTitle {
    position: relative;
    display: inline-block;
    margin: 0px 20px 5px 60px;
    padding-left: 25px;
    color: #B7B7B7;
    font-size: 18px;
}

.mainTitle .circleIcon {
    top: 2px;
    font-size: 16px;
    background-image: url(../images/grayCircle1.png);
}

.inputBottomLineTable td {
    height: 36px;
}

.inputBottomLineTable input[type="text"],
input[type="text"].inputBottomLine {
    color: #3c4b61;
    font-size: 14px;
    border: 0px;
    border-bottom: 1px solid #ccc;
    padding: 2px 10px;
    width: 100%;
}

.inputNoBorder {
    border: 0px!important;
}
.inputBorder {
    border: 1px solid #ccc !important;
}

.isInvest {
    /* display:none; */
}

.isInvest .selectTd .dropdown {
    display: inline-block;
    vertical-align: bottom;
}

.isInvest .selectTd .dropdown {
    display: inline-block;
    vertical-align: bottom;
    width: 120px;
}

.isInvest p {
    padding-left: 50px;
}




/* 个税-人员登记-列设置 */

.rowSetDiv {
    margin-top: 20px;
    height: 360px;
    margin-right: 40px;
    position: relative;
}

.rowSetDiv span {
    position: absolute;
    width: 40px;
    right: -40px;
    text-align: center;
    top: 150px;
}

.rowSetDiv span i {
    display: inline-block;
    border: 1px solid #E3E3E3;
    padding: 4px 6px;
    margin-bottom: 30px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    font-size: 12px;
    cursor: pointer;
}

.rowSetDiv span i:hover {
    background-color: #9DD6A9;
    color: #fff;
}

.tableDiv {
    height: 374px;
    overflow-y: scroll;
}

.whiteGreyTable {
    border-top: 1px solid #E3E3E3;
    border-left: 1px solid #E3E3E3;
}

.whiteGreyTable input[type='checkbox'] {
    height: 16px;
    width: 16px;
}

.whiteGreyTable td,
.whiteGreyTable th {
    text-align: center;
    border-bottom: 1px solid #E3E3E3;
    border-right: 1px solid #E3E3E3;
}

.whiteGreyTable th {
    background-color: #F5F5F5;
    height: 52px;
    font-weight: inherit;
    color: #000000;
}

.whiteGreyTable td {
    height: 32px;
    color: #555555;
}

.whiteGreyTable tr.grey {
    background-color: #FAFAFA;
}

.whiteGreyTable tr.active {
    background-color: #D0EAD5;
}

.remark {
    font-size: 12px;
    color: #de8c00;
    text-align: left;
    margin-bottom: 3px;
    margin-left: 15px;
}

.remark i {
    margin-right: 5px;
    vertical-align: middle;
}

.pupLayer .noBorderTable .portaTaxInput {
    width: 98%;
}




/* 个税-企业管理 */

.companyManage .peopleInfoDiv .leftSpan {
    /* position: absolute; */
    display: inline-block;
    margin-top: 14px;
}

span.bgBlue {
    background-color: #65C1F0;
    display: inline-block;
    height: 20px;
    width: 60px;
    color: #fff;
    cursor: pointer;
}

span.btnSpan {
    display: inline-block;
    height: 20px;
    padding: 0px 15px;
    color: #fff;
    cursor: pointer;
}

span.btnSpan.blue {
    background-color: #65C1F0;
}

span.btnSpan.grey {
    background-color: #8599A9;
}

span.btnSpan.weightBlue {
    background-color: #0E61B9;
}




/* 选中是行是蓝色背景 */

.activeBlue.whiteGreyTable tr.active {
    background-color: #1574ff;
}

.activeBlue.whiteGreyTable tr.active td {
    color: #fff;
}

.activeBlue.whiteGreyTable tr.active .bgBlue {
    border: 1px solid #fff;
}




/* 个税-增加企业 */

.companyDiv {
    background-color: #FFF7EE;
    /* height: 200px; */
}

.companyDiv .noBorderTable {
    display: none;
}

.active.companyDiv .noBorderTable {
    display: block;
    margin-bottom: 5px;
    height: 130px;
}

.active .companyTitle {
    background-color: #FFF2E6;
}

.companyTitle {
    background-color: #F0F0F0;
    padding: 10px 7px;
    margin-top: 3px;
    margin-bottom: 1px;
}

.companyTitle label {
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    /* vertical-align: middle; */
    margin: 0;
}

.companyTitle label input {
    height: 16px;
    width: 16px;
    margin: 0px;
    margin-right: 7px;
    vertical-align: middle;
}

.companyTitle p {
    margin: 0px;
    font-size: 12px;
    margin-left: 23px;
    color: #999999;
}

.companyDiv i {
    margin-left: 5px;
    color: #6BB0FB;
}




/* 个税-系统设置 */

.portaTaxIndex .centTop {
    /* background: #0173D3; */
    background: #00aff0;
    height: 60px;
    line-height:60px;
    display:  inline-block;
    margin-top: -1px;
}

.portaTaxIndex .tchList {
    height:100%;
    padding: 0px;
    margin-left: 50px;
    background: #00aff0;
}

.portaTaxIndex .tchList a {
    /* border-radius: 5px; */
    /* background-color: red; */
    padding: 7px 15px;
    /* margin-left: 10px; */
    line-height: 1;
    /* margin-top: 11px; */
}.portaTaxIndex .tchList a+a {
     margin-left:10px;
 }


.portaTaxIndex .tchList a.active,
.portaTaxIndex .tchList a.hover {
    background-color: rgba(255, 255, 255, 0.2);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33FFFFFF, endColorstr=#33FFFFFF);
}
.portaTaxIndex  #content{
    background: #ebeff5;
    overflow:  n;
}
.blueDiv {
    float: right;
    /* background-color: #CADCF1; */
    padding: 20px 30px;
    display: inline-block;
    width: 100%;
    text-align: right;
}
.bgGrayRight  .initBox{
    height: calc(100%  - 100px);
    overflow: hidden;
    /*position:  absolute;*/
    /*width: calc(100% - 300px);*/
}
.portaTaxClass .layui-layer-title{
    border-bottom: 0px;
}
#portaTaxSysManage{
    height: 100%;
    position: absolute;
    width: 100%;
}

.disabledStyle {
    color: #808080;
}

.disabledStyle input {
    background-color: #F0F0F0!important;
    width: 98%;
}

.portaTax .stateDiv {
    top: 30px;
    text-align: left;
}

.portaTax .infoBoxUl li {
    padding: 10px 0px;
}

.stateDiv.stateLeft {
    display: inline-block;
    width: 200px;
    height: 400px;
    padding-left: 20px;
    margin-right: 10px;
}

.stateDiv.stateRight {
    display: inline-block;
    width: 400px;
    height: 400px;
    padding-left: 20px;
}

.stateDiv.stateBottom {
    width: 300px;
    top: 0px;
}

.stateDiv span:first-child.haveBorder {
    border: 1px solid #D5D5D5;
    top: -23px;
    border-bottom: 0px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    height: 24px;
    padding: 3px 10px;
    left: 30px;
}

.stateTable.pdL50 {
    margin-left: 50px;
}

.companyTitle.resetStyle {
    padding: 20px;
    background: #fff;
    margin-top: 15px;
}

.companyTitle.resetStyle p {
    margin-bottom: 10px;
}

.companyTitle.resetStyle.active {
    border: 1px solid #8AD8F8;
}



/* 个税-网上缴款-税款缴纳 */

.navDiv.bgWhite {
    height: 46px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    padding: 12px 10px;
    border-top: 0px;
}




/*  文件夹灰色菜单栏重写*/

.ztree.tableTreeNav {
    position: absolute;
    z-index: 99;
    width: 290px;
    top: 56px;
}

.ztree.tableTreeNav li span.button {
    height: 20px;
    width: 18px;
}




/*  展开收起图标*/

.ztree.tableTreeNav li span.button {
    background-image: url(zTreeStyle/img/zTreeStandard.png);
}

.ztree.tableTreeNav li span.button.root_open,
.ztree.tableTreeNav li span.button.roots_open {
    background-position: -93px -50px;
    height: 20px;
    width: 18px;
    margin-right: 7px;
}

.ztree.tableTreeNav li span.button.root_close,
.ztree.tableTreeNav li span.button.roots_close {
    background-position: -77px -50px;
    height: 20px;
    width: 18px;
    margin-right: 7px;
}




/*  图标隐藏*/

.ztree.tableTreeNav li span.button.ico_open,
.ztree.tableTreeNav li span.button.ico_close,
.ztree.tableTreeNav li span.button.ico_docu {
    display: none;
}

.ztree.tableTreeNav li a.curSelectedNode {
    background-color: transparent;
    opacity: initial;
}




/* 括号线条 */

.ztree.tableTreeNav li span.button.center_docu,
.ztree.tableTreeNav li span.button.bottom_docu {
    background-position: -64px -13px;
    width: 9px;
    height: 30px;
}

.ztree.tableTreeNav li span.button.bottom_docu {
    height: 15px;
}




/*字体重写*/

.ztree.tableTreeNav li.level0 .node_name {
    color: #555555;
}

.ztree.tableTreeNav li.level1 .node_name {
    color: #367AB4;
    margin-left: 7px;
}




/* 下拉框树形结构 */

.ztree.tableTreeNav.selectTreeNav {
    border: 1px solid #8E8E8E;
    top: 32px;
    left: 0px;
    height: 200px;
    width: 200px;
    background-color: #fff;
    padding: 0 5px;
    z-index: 100;
}

.ztree.tableTreeNav.selectTreeNav li span.button.root_open,
.ztree.tableTreeNav.selectTreeNav li span.button.root_close {
    margin-right: 0px;
}

.ztree.tableTreeNav.selectTreeNav li span.button.ico_open,
.ztree.tableTreeNav.selectTreeNav li span.button.ico_close,
.ztree.tableTreeNav.selectTreeNav li span.button.ico_docu {
    display: block;
    background-position: 0px -14px;
    width: 14px;
    height: 14px;
    display: inline-block;
    margin-top: 8px;
    margin-right: 5px;
}

#treeNavSelect_1 li span.button.ico_docu {
    display: none;
    margin-right: 0px;
}

.ztree.tableTreeNav.selectTreeNav li.level0 span.button.bottom_docu {
    /* margin-right: 16px; */
    /* margin-left: 6px; */
}

.ztree.tableTreeNav.selectTreeNav li span.button.ico_open.selected {
    background-position: -13px -14px;
}

.ztree.tableTreeNav.selectTreeNav li.level1 .node_name {
    color: #555555;
}

.aGoBack {
    display: inline-block;
    margin-top: 6px;
    margin-right: 10px;
}

.tishiDiv {
    position: absolute;
    top: 9px;
    left: 350px;
}

.labelSpan {
    display: inline-block;
    height: 32px;
    line-height: 32px;
}

.hintTitle {
    font-size: 18px;
    height: 46px;
    width: 70%;
    line-height: 40px;
    border-bottom: 1px solid #E3E3E3;
    margin-bottom: 10px;
}

.hintTitle i {
    margin-right: 10px;
}

.hintList i.num {
    background-image: url(../images/grayCircle.png);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    font-style: inherit;
    text-align: center;
    margin: 1px 10px;
    vertical-align: top;
}

.hintList p {
    display: inline-block;
    font-size: 12px;
    line-height: 20px;
}

.hintList p span {
    color: #C86C55;
    font-size: 14px;
    margin: 0px 3px;
    font-weight: bold;
}

.hintList p i {
    margin: 0px 8px;
    font-size: 12px;
    color: #000;
    font-weight: bold;
}

.weighCrociDiv {
    background-color: #FDF9F1;
    border: 1px solid #F2EDE4;
    padding: 10px 10px;
}

.moneyDiv {
    float: left;
    display: inline-block;
    padding: 5px;
    color: #000;
}

/*
    修订布局
*/
.portaTaxIndex.layout-fixed {
    position: relative;
}
.portaTaxIndex.layout-fixed .centTop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;

}
.portaTaxIndex.layout-fixed .loginBottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 34px;

}
.portaTaxIndex.layout-fixed .portaTaxCentDiv {
    display: inline-block;
    margin-top: 60px;
    right: 0;
    margin-bottom: 34px;
    left: 0;
    overflow: hidden;
    width: 100%;
}

@media screen and (max-height: 540px) {
    .menuNav .menuOne dt {
        height:30px;
        line-height:30px;
    }
}
#starffMgInfo .navDiv{
    border-bottom: 1px solid #ecf1f7;
}
.panelContainer .selectTd .dropdown{
    width:100%;
}

/*认证发票*/
#bgBillFormBox .bgWhite{
    background: #fff;
    padding: 15px;
}
#bgBillFormBox  .wrapperContent{
    width: calc(100% - 40px);
    height: auto;
}
#bgBillFormBox  .centLeft{
  height: calc(100% - 40px);
}