* {
    margin: 0px;
    padding: 0px;
    background: none;
    outline: 0px;
    border: none
}
a {
    text-decoration: none;
    color: #666;
}
a:hover,
a:focus,
a:active {
    text-decoration: none;
    border: none;
    outline: none;
}
ul,li{
    list-style:none;
    margin: 0;
}
h1,h2,h3,h4,h5,h6,p {
    margin: 0;
}
body {
    font-family:Microsoft YaHei;
    color: #666666;
    font-size: 14px;
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.left {
    float: left;
}
.right {
    float: right;
}
.btns {
    display: inline-block;
    width: 70px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
}
.red-btn {
    background: #fc4b6c;
}
.green-btn {
    background: #26c6da;
}
.blue-btn {
    background: #389af0;
}
.red-btn:hover {
    background: #ff5c7b;
}
.green-btn:hover {
    background: #23cfe4;
}
.blue-btn:hover {
    background: #319fff;
}
.green-border-btn {
    border: 1px solid #26c6da;
    color: #26c6da;
}
.green-border-btn:hover {
    color: #ffffff;
    background: #26c6da;
}
.blue-border-btn {
    border: 1px solid #389af0;
    color: #389af0;
}
.blue-border-btn:hover {
    color: #ffffff;
    background: #389af0;
}
.red-border-btn {
    border: 1px solid #fc4b6c;
    color: #fc4b6c;
}
.red-border-btn:hover {
    color: #ffffff;
    background: #fc4b6c;
}
.sprite {
    display: inline-block;
    vertical-align: middle;
    background: url("../image/sprite.png") -1px -1px no-repeat;
}
.layui-layer.public-layer-rim {
    box-shadow: 0px 2px 10px 0px rgba(12, 34, 54, 0.3);
    border-radius: 3px;
}
.public-layer-rim .layui-layer-title {
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
    color: #304665;
    font-size: 16px;
    border-bottom: 1px solid #e2eaf0;
    background-color: #ffffff;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.public-layer-rim .layui-layer-ico.layui-layer-close {
    background: url("../image/sprite.png") -214px -56px;
}
.public-layer-rim iframe {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
.layui-layer-content .task-list-box {
    height: 420px;
    overflow-y: auto;
}
/*顶部*/
.cwkj-page {
    position: relative;
    width: 100%;
    height: 100%;
}
#header {
    position: absolute;
    top: 0;
    width: 100%;
    height: 46px;
    background: #389af0;
    z-index: -1;
}
.main-page #header,
.login-page #header {
    z-index: 1;
}
#header .header-title {
    margin-left: 20px;
    height: 46px;
    line-height: 46px;
    letter-spacing: .5px;
    color: #fefefe;
    font-size: 18px;
}
#header .main-fun-list {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 46px;
    line-height: 46px;
    text-align: center;
}
.main-fun-list li {
    position: relative;
    display: inline-block;
    height: 46px;
    margin: 0 15px;
    color: #c7e5ff;
    cursor: pointer;
}
.main-fun-list li:hover,
.main-fun-list li.active {
    color: #ffffff;
}
.main-fun-list li .icon {
    margin-right: 5px;
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    background: url("../image/menu_ico.png") 0 0 no-repeat;
}
.main-fun-list li.fun-1 .icon {
    background-position: 0 0px;
}
.main-fun-list li.fun-2 .icon {
    background-position: 0 -19px;
}
.main-fun-list li.fun-3 .icon {
    background-position: 0 -38px;
}
.main-fun-list li.fun-4 .icon {
    background-position: 0 -57px;
}

.main-fun-list li.fun-1:hover .icon,
.main-fun-list li.active.fun-1 .icon {
    background-position: -19px 0px;
}
.main-fun-list li.fun-2:hover .icon,
.main-fun-list li.active.fun-2 .icon {
    background-position: -19px -19px;
}
.main-fun-list li.fun-3:hover .icon,
.main-fun-list li.active.fun-3 .icon {
    background-position: -19px -38px;
}
.main-fun-list li.fun-4:hover .icon,
.main-fun-list li.active.fun-4 .icon {
    background-position: -19px -57px;
}

#header .header-control {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    height: 46px;
    text-align: right;
}
.header-control .item {
    float: left;
    display: inline-block;
    width: 58px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    border-left: 1px solid #51a8f3;
}
.header-control .item:hover {
    background: #319fff;
}
.compete-page .header-control .item:hover,
.login-page .header-control .item:hover {
    background: none;
}
/*改写下拉样式*/
.header-control .item .bootstrap-select {
    width: 120px!important;
}
.header-control .item .btn-default {
    background: none;
    border: none;
    color: #ffffff;
}
.header-control .item .bootstrap-select .btn {
    padding: 0 20px;
    outline: none;
}
.header-control .item .btn-default:hover {
    background: none;
    border: none;
    color: #ffffff;
}
.header-control .dropdown-menu {
    padding: 0;
    margin: 12px 0 0 ;
    box-shadow: 0px 2px 10px 0px rgba(1, 85, 157, 0.1);
    border-radius: 3px;
    border: solid 1px #e2eaf0;
}
.header-control .btn:active,
.header-control .btn.active {
    box-shadow: none;
    -webkit-box-shadow: none;
    outline: none;
}
.header-control .item .btn-group.open .dropdown-toggle {
    box-shadow: none;
    -webkit-box-shadow: none;
}
.header-control .bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
}
.header-control .bootstrap-select .dropdown-menu li a .text {
    font-size: 12px;
    color: #485468;
}
.header-control .dropdown-menu > li > a {
    padding: 0 20px;
    height: 36px;
    line-height: 36px;
    text-align: left;
}
.header-control .dropdown-menu > li > a:hover,
.header-control .dropdown-menu > li > a:focus {
    background-color: #f4f6fa;
}
.header-control .dropdown-menu > li > a:hover .text,
.header-control .dropdown-menu > li > a:focus .text {
    height: 36px;
    line-height: 36px;
    color: #1ea3f1;
}
.header-control .bootstrap-select.btn-group .dropdown-toggle .caret {
    right: 20px;
}


.header-control .item a {
    color: #ffffff;
}
.header-control .user,
.header-control .position {
    min-width: 120px;
}
.header-control .user {
    border-left: none;
}
.header-control .user .sprite {
    margin-right: 10px;
    display:inline-block;
}
.header-control .user .sprite+span{
    display: inline-block;
    vertical-align: middle;
    width: 80px;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.header-control .sprite {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}
.header-control .help .sprite{
    background-position: -27px -1px;
}
.header-control .exit .sprite{
    background-position: -54px -1px;
}
/*.splitter_panel .hsplitter {
    height: 10px;
    background: #e2edf3;
}*/

/*布局部分*/
.fixed-page {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-top: 46px;
    z-index: -2;
}
.switch-bar {
    position: fixed;
    z-index: 9;
    left: 262px;
    top: 50%;
    width: 16px;
    height: 60px;
    padding-right: 1px;
    line-height: 60px;
    background: #e1ecf2;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    cursor: pointer;
}
.switch-bar:hover {
    background: #dde8ef;
}
.switch-bar.shrink {
    left: 0;
    width: 12px;
    text-align: center;
}
.switch-bar .switch-arrow {
    margin-left: 8px;
    display: inline-block;
    width: 6px;
    height: 11px;
    vertical-align: middle;
    background: url("../image/sprite.png") -178px -2px no-repeat;

}
.switch-bar.shrink .switch-arrow {
    margin-left: 0;
    background-position: -190px -2px;
}
.subject-box {
    position: relative;
    width: 100%;
    height: 100%;
}
.subject-box .left-nav-box {
    position: relative;
    float: left;
    width: 270px;
    height: 100%;
    padding: 20px 10px 20px 20px;
    background: #e1ecf2;
}
.subject-box .right-content-box {
    padding: 20px 20px 20px 30px;
    position: absolute;
    left: 270px;
    right: 0;
    height: 100%;
    background: #eef5f9;
    top: 0;
}
.right-content-box.fullscreen {
    left: 0;
}
.right-content-box .hint-box {
    position: absolute;
    top: 50%;
    margin-top: -100px;
    text-align: center;
        width: 100%;
}
.right-content-box .hint-box .tip-icon {
    margin: 0 auto;
    background: url("../image/tip_icon.png") 0 0 no-repeat;
}
.right-content-box .hint-box .locked {
    width: 162px;
    height: 180px;
}
.right-content-box .hint-box .desc {
    margin-top: 35px;
    text-align: center;
    color: #7d99ac;
    font-size: 16px;
}
.right-content-box .hint-box .sign {
    color: #389af0;
}
.right-content-box .hint-box .informatization {
    width: 180px;
    height: 115px;
    background-position: -171px 0;
}
.right-content-box .informatization + .btns {
    margin-top: 30px;
    width: 160px;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    border-radius: 3px;
    border: solid 1px #389AF0;
    background-color: #f7fbfe;
}
.right-content-box .informatization + .btns:hover {
    background: #33b8e9;
    border: 1px solid #33b8e9;
}
.left-nav-box .subject-panel {
    position: absolute;
    top: 85px;
    bottom: 20px;
    width: 240px;
}
.left-nav-box .submit-box {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 15px 10px;
    border-top: 1px solid #e1ecf2;
}
.submit-box .btns {
    width: 100%;
    height: 40px;
    font-size: 16px;
}
.submit-box .btns.disable {
    color: #fff;
    background: #cecece;
    cursor: not-allowed;
}
.top-setting-box {
    padding: 15px 20px;
    margin-bottom: 10px;
}
.top-setting-box .setting-title {
    color: #59708b;
    font-size: 16px;
}
.top-setting-box .score {
    color: #389af0;
}
.top-setting-box .setting-context {
    line-height: 22px;
    margin-top: 15px;
    color: #304665;
}
.top-setting-box .more-fun {
    /*display: none;*/
    margin-top: 15px;
}
.top-setting-box .more-fun .btns {
    margin-right: 6px;
    display: inline-block;
    width: 70px;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
}
.top-setting-box .blue {
    color: #1e9ef9;
    border: 1px solid #1e9ef9;
}
.top-setting-box .blue:hover {
    color: #ffffff;
    background: #1e9ef9;
}
.top-setting-box .green {
    color: #25c9de;
    border: 1px solid #25c9de;
}
.top-setting-box .green:hover {
    color: #ffffff;
    background: #25c9de;
}
.center-do-box {
    position: relative;
}
.center-do-box .question-unit{
    position:relative;
    height:100%;
}
#question-render-content {
    height: 100%;
}
.center-do-box .qst-file-panel {
    width: 100%;
    /*height: 100%;*/
    /*padding-bottom: 40px;*/
}
.center-do-box .multi .qst-file-panel {
    height: 100%;
}
.center-do-box .qst-bg-box {
    display: none;
    width: 100%;
    background: #ffffff;
}
.question-unit.multi .qst-bg-box {
    display: block;
}
.question-unit:before,
.question-unit:after {
    content: " ";
    display: table;
}
.question-unit:after {
    clear: both;
}
.question-unit.multi .qst-file-panel {
    float: left;
    /*width: 50%;*/
}
.question-unit.multi .qst-file-panel.qst-main {
    border-right: 1px solid #e8eef3;
}
.question-unit.multi.objective .qst-file-panel.qst-main {
    /*padding: 0 20px;*/
    padding-bottom: 50px;
    border-right: 1px solid #e8eef3;
}
.qst-file-panel .icon-box .sprite {
    margin-left: 10px;
    width: 16px;
    height: 16px;
    cursor: pointer;
    opacity: .8;
    filter: alpha(opacity=80);
}
.qst-file-panel .icon-box .sprite:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.qst-file-panel .icon-box .mini {
    background-position: -188px -50px;
}
.qst-file-panel .icon-box .off {
    background-position: -214px -56px;
}

.bill-content .voucher-bg-bill {
    padding: 10px;
    overflow: auto;
}
.right-content-box .panel-title,
.center-do-box .do-title {
    position: relative;
    min-width: 300px;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    font-size: 16px;
    color: #304665;
    border-bottom: 1px solid #e8eef3;
}
.right-content-box .panel-title .desc,
.center-do-box .do-title .desc {
    font-size: 16px;
    color: #304665;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    width: 100%;
    text-overflow: ellipsis;
    padding-right: 50px;
}
.voucher-content .icon-box,
.center-do-box .icon-box {
    position: absolute;
    right: 20px;
    top: 3px;
}
.voucher-content .icon,
.center-do-box .icon {
    display: inline-block;
    margin-left: 10px;
    width: 18px;
    height: 20px;
    cursor: pointer;
    background: url(../image/sprite.png) 0 -51px;
}
.voucher-content .icon.search,
.center-do-box .icon.search {
    background-position: -21px -51px;
}

.center-do-box .do-context {
    padding: 15px 20px;
    overflow: auto;
}
.center-do-box .do-context.arrange-context {
    position: relative;
    overflow: visible;
}

.center-do-box .do-context .frame-box {
    height: 100%;
    width: 2000px;
}
.center-do-box .do-context .frame-box .page-box div{
    text-align: left!important;
}
.cwkj-page .right-bill-panel .voucher-bg-bill img{
    max-width: 2000px!important;
}

.center-do-box .do-context .text {
    color: #475f81;
}
.center-do-box .tax-box {
    text-align: center;
    height: 100%;
    position: relative;
}
.center-do-box .tax-box .tax-fun {
    display: block;
    padding: 18px;
    width: 180px;
    height: 160px;
    border: 1px solid #e2eaf0;
    background: #fafdff;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -90px;
    margin-top: -110px;
}
.center-do-box .tax-box .tax-fun:hover,
.center-do-box .tax-box .tax-fun.current {
    border: 1px solid #25c9de;
}
.center-do-box .tax-box .emblem {
    margin-bottom: 12px;
    width: 97px;
    height: 88px;
}
.center-do-box .tax-box .type {
    display: block;
    margin: 0 auto;
    width: 34px;
    height: 18px;
    line-height: 18px;
}
.center-do-box .national .type {
    background: url(../image/sprite.png) -80px -77px;
    width: 74px;
    margin-left:38px;
}
.center-do-box .local .type {
    background: url("../image/sprite.png") -82px -50px;
}
.center-do-box .bill-tab-wrap {
    display: none;
    position: absolute;
    padding: 6px 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    font-size: 12px;
    border-top: 1px solid #e8eef3;
    background: #ffffff;
    z-index: 999;
}
.center-do-box .show-tab + .bill-tab-wrap {
    display: block;
    overflow: hidden;
}
.center-do-box .bill-tab-box {
    width: 10000px;
    position: relative;
    margin: 0 25px;
    overflow: hidden;
}

.center-do-box .bill-tab-box .tab-list {
    float: left;
    margin-left: 0;
    height: 28px;
    line-height: 28px;
}
.center-do-box .bill-tab-wrap:before,
.center-do-box .bill-tab-wrap:after,
.center-do-box .bill-tab-box .tab-list:before,
.center-do-box .bill-tab-box .tab-list:after {
    content: " ";
    display: table;
}
.center-do-box .bill-tab-wrap:after,
.center-do-box .bill-tab-box .tab-list:after {
    clear: both;
}
.center-do-box .bill-tab-wrap .sprite {
    width: 6px;
    height: 11px;
    cursor: pointer;
}
.center-do-box .bill-tab-box .shut {
    width: 10px;
    height: 10px;
    margin-left: 10px;
    margin-top: -4px;
    background-position: -147px -3px;
    opacity: .8;
    filter: alpha(opacity=80);
}
.center-do-box .bill-tab-box .active .shut {
    background-position: -261px -56px;
}
.center-do-box .bill-tab-box .shut:hover {
    opacity: 1;
    filter: alpha(opacity100);
}
.center-do-box .bill-tab-wrap .prev {
    position: absolute;
    left: 10px;
    top: 13px;
    margin-top: 0;
    background-position: -178px -2px;
}
.center-do-box .bill-tab-wrap .next {
    position: absolute;
    right: 0;
    top: 0px;
    width: 25px;
    height: 40px;
    background: #ffffff url(../image/next_icon.png) center no-repeat;
}
.center-do-box .bill-tab-box li {
    float: left;
    padding: 0 10px;
    height: 28px;
    line-height: 28px;
    color: #7d99ac;
    background-color: #e1ecf2;
    cursor: pointer;
    transition: background-color 1s;
}
.center-do-box .bill-tab-box li ~li {
    margin-left: 5px;
}
.center-do-box .bill-tab-box li.active {
    color: #ffffff;
    background-color: #69b4ea;
}
.center-do-box .bill-tab-box li.active .shut {
    opacity: 1;
    filter: alpha(opacity=100);
}
/*客观题样式*/
.question-unit.objective {
    /*padding: 0 20px;*/
    height: 100%;
}
.question-unit.multi.objective {
    padding-right: 0px;
}
.question-box {
    min-width: 500px;
    line-height: 24px;
    margin-top: 20px;
    margin-bottom: 12px;
}
.objective .question-box {
    padding: 0 20px;
}
.question-unit .prompt + .question-box {
    margin-top: 15px;
}
.question-box .question-title {
    color: #59708b;
}
.question-box .question-score {
    color: #389af0;
}
.question-box div,
.question-box p {
    display: inline;
}
.question-unit .choice-box {
    min-width: 500px;
    padding: 0 20px;
}

.calc-item .question-box .sort {
    margin-right: 5px;
    color: #59708b;
}
.calc-item .calc-input {
    width: 120px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    color: #304665;
    border: none;
    outline: none;
    border-bottom: 1px solid #b4b8bf;
}
.choice-item {
    margin-bottom: 10px;
}
.choice-item label {
    color: #304665;
    font-weight: 100;
    cursor: pointer;
}
.choice-item .radio-box {
    line-height: 30px;
}
.choice-item .radio-box input,
.choice-item .check-box input {
    margin: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;
}
.choice-item .radio-box,
.choice-item .check-box {
    display: inline-block;
    margin-right: 8px;
    width: 20px;
    height: 20px;
    vertical-align: middle;
}
.choice-item .radio-box {
    background: url("../image/sprite.png") -101px -2px no-repeat;
}
.choice-item .check-box {
    background: url("../image/sprite.png") -21px -26px no-repeat;
}
.choice-item label.checked .radio-box {
    background: url("../image/sprite.png") -77px -2px no-repeat;
}
.choice-item label.checked .check-box {
    background: url("../image/sprite.png") 0 -26px no-repeat;
}
.right-answer-panel {
    /* display: none; */
    min-width: 500px;
    margin-top: 20px;
    padding: 10px 20px;
    border-top: 1px solid #edf0f5;
}
.right-answer-panel .describe {
    color: #2eb11f;
}
.right-answer-panel .describe.wrong {
    color: #fc4b6c;
}




/*单据整理题型扫描模式*/
.question-unit .prompt {
    min-width: 500px;
    margin-bottom: 15px;
    padding-left: 20px;
    height: 40px;
    line-height: 40px;
    color: #59708b;
    background: #eef5f9;
}
.question-unit.objective .prompt {
    margin-top: 20px;
}
.question-unit .prompt .whole,
.question-unit .prompt .rest {
    margin: 0 5px;
    font-size: 16px;
    color: #389af0;
}
.question-unit .prompt .rest {
    color: #fc4b6c;
}
.do-context .desc-txt {
    min-width: 500px;
    height: 20px;
    margin-bottom: 3px;
    color: #475f81;
}
.do-context .desc-txt.bank-txt {
    margin-top: 5px;
}
.do-context .add-txt {
    margin-top: 30px;
    margin-bottom: 15px;
    color: #7d99ac;
}
.do-context .scan-box {
    min-width: 800px;
    margin-top: 10px;
}
.do-context .scan-box .code-zone {
    display: inline-block;
    width: 420px;
    height: 42px;
    line-height: 42px;
    font-size: 12px;
    text-indent: 20px;
    border: 1px solid #94abc6;

}
.code-zone::-webkit-input-placeholder {
    color: #94abc6;
}
.code-zone:-moz-placeholder {
    color: #94abc6;
}
.code-zone::-moz-placeholder {
    color: #94abc6;
}
.code-zone:-ms-input-placeholder {
    color: #94abc6;
}
.do-context .scan-box .btns {
    margin-left: 6px;
    height: 32px;
    line-height: 32px;
    vertical-align: middle;
}
.do-context .scan-box .preview {
    position: relative;
    display: inline-block;
    cursor: pointer;
}
.do-context .add-bill-box {
    padding: 0 10px;
}
.do-context .add-bill-item {
    /*position: relative;*/
    display: block;
    float: left;
    margin-right: 20px;
    margin-bottom: 15px;
    width: 160px;
    cursor: pointer;
}
.do-context .add-bill-item.hide {
    display: none;
}
.do-context .add-bill-item .img-box {
    position: relative;
    width: 160px;
    height: 100px;
    border: 1px solid #e2eaf0;
    background: #fafdff;
}
.do-context .add-bill-item img {
    width: 100%;
    height: 100%;
}
.do-context .add-bill-item .bill-name {
    margin-top: 10px;
    text-align: center;
    color: #59708b;
}
.do-context .img-box .cover-box {
    padding-top: 36px;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: 0;
    filter: alpha(opacity=0);
}
.do-context .img-box .cover-box .temp {
    display: inline-block;
    width: 46px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 12px;
    border-radius: 3px;
    color: #ffffff;
    opacity: .9;
    filter: alpha(opacity=90);
}
.do-context .img-box .cover-box .temp:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.do-context .img-box .cover-box .preview {
    background: #389af0;
}
.do-context .img-box .cover-box .delete {
    background: #fc4b6c;
}
.do-context .img-box:hover .cover-box {
    transition: all .3s ease-out;
    opacity: 1;
    filter: alpha(opacity=100);
    background: rgb(5, 20, 33);
    background: rgba(5, 20, 33, 0.3);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4c051421,endColorstr=#4c051421);
}

/*银行题型*/
.do-context .bank-list {
    margin-top: 20px;
    text-align: center;
}
.do-context .bank-list .bank-item {
    
    padding: 20px 0;
    margin-right: 20px;
    margin-bottom: 20px;
    width: 160px;
    height: 130px;
    text-align: center;
    border: solid 1px #e2eaf0;
    background-color: #fafdff;
    cursor: pointer;
    float:left;
}
.do-context .bank-list .bank-item:hover {
    border: 1px solid #26c6da;
    box-shadow: 0px 1px 5px 0px rgba(46, 73, 134, 0.1);
}
.do-context .bank-list .bank-icon {
    display: block;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    margin-bottom: 10px;
    background: url("../image/bank_icon.png") 0 0 no-repeat;
}
.do-context .bank-icon.ccb {
    background-position: 0 -60px;
}
.do-context .bank-icon.abc {
    background-position: 0 -120px;
}
.do-context .bank-icon.boc {
    background-position: 0 -180px;
}
.do-context .bank-icon.bcm {
    background-position: 0 -240px;
}
.do-context .bank-icon.psbc {
    background-position: 0 -300px;
}
.do-context .bank-icon.cmb {
    background-position: 0 -360px;
}
.do-context .bank-icon.cit {
    background-position: 0 -420px;
}
.do-context .bank-list .bank-name {
    display: block;
    text-align: center;
    color: #59708b;
}
/*单据整理题型*/
.do-context .bill-check-container {
    position: relative;
    margin-top: 11px;
}
.do-context .bill-total-box {
    float: left;
    width: 180px;
    height: 100%;
    overflow-y: auto;
}
.do-context .bill-detail-box {
    position: absolute;
    left: 190px;
    top: 0;
    right: 0;
    bottom: 10px;
    padding-right: 20px;
    overflow: auto;
    background-color: #fafdff;
    border: solid 1px #e2eaf0;
}
.do-context .bill-unit {
    margin-bottom: 20px;
}
.do-context .bill-unit .img-box {
    position: relative;
    width: 160px;
    height: 110px;
    padding-bottom: 10px;
    cursor: pointer;
    border:1px solid #fff;
}
.do-context .bill-unit .img-box:hover {
    border: 1px solid #26c6da;
}
.do-context .bill-unit img {
    width: 100%;
    height: 100px;
}
.do-context .bill-unit .bill-name {
    margin-top: 10px;
    text-align: center;
    color: #59708b;
        width: 160px;
}
.do-context .bill-unit .check-bill {
    position: absolute;
    top: 5px;
    right: 5px;
    display: inline-block;
    width: 18px;
    height: 19px;
    cursor: pointer;
    background: url("../image/sprite.png") -21px -26px no-repeat;
}
.do-context .bill-unit.checked .check-bill {
    background-position: -237px -54px;
}
.do-context .bill-unit .check-bill input {
    position: absolute;
    top: -4px;
    right: 0px;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0)
}
.do-context .bill-detail-content {
    width:100%;

}
.bill-detail-content .default-txt {
    color: #c2c4c6;
    font-size: 24px;
    text-align: center;
    width: 100%;
    background: url(../image/empty-1.png) no-repeat center top;
    padding-top: 220px;
    margin-top: 50px;
}
.right-bottom-box {
    position: absolute;
    left: 30px;
    right: 20px;
    bottom: 20px;
    height: 50px;
}
.tax-service-box .right-bottom-box {
    left: 270px;
}
.right-bottom-box .confirm-panel {
    text-align: center;
}
.right-bottom-box .confirm-panel .btns {
    font-size: 12px;
    width: auto;
    padding: 0 10px;
}
.right-bottom-box .main-fun-box {
    float: left;
    padding: 10px 15px;
}
.right-bottom-box .main-fun-box .btns.submit {
    min-width: 80px;
}
.right-bottom-box .more-fun-box {
    position: relative;
    display: inline-block;
    /*padding: 10px 15px;*/
    margin: 0 auto;
    height: 50px;
    line-height: 50px;
    text-align: center;
}
.more-fun-box .handle-bill-box {
    display: none;
    position: absolute;
    left: -160px;
    bottom: 60px;
    min-width: 450px;
    z-index: 999;
}
.handle-bill-box .title {
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    text-align: left;
    background-color: #26c6da;
    border-radius: 3px 3px 0px 0px;
}
.handle-bill-box .title .closed {
    float: right;
    font-size: 12px;
    cursor: pointer;
}
.handle-bill-box .title .closed:hover {
    text-decoration: underline;;
}
.handle-bill-box .content {
    position: relative;
    padding-top: 15px;
    min-height: 160px;
    border-radius: 0px 0px 3px 3px;
    background-color: #fafdff;
    box-shadow: 0px 5px 5px 0px rgb(223, 232, 238);
}
.handle-bill-box .content:after {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    background: url("../image/b_triangle.png") no-repeat;
    left: 172px;
    bottom: -18px;
}
.handle-bill-box .signature-list .item {
    position: relative;
    margin-left: 15px;
    margin-bottom: 15px;
    float: left;
    min-width: 130px;
    min-height: 130px;
    border-radius: 3px;
    border: solid 1px #e7ebed;
    background-color: #ffffff;
}
.lineation-box .choice-box {
    line-height: 32px;
    text-align: left;
    padding-left: 20px;
}
.lineation-box .choice-box.choice-bg {
    margin-top: 10px;
    padding: 10px;
    border-radius: 3px;
    background-color: #f2f6fa;
}
.lineation-box .choice-box .desc {
    color: #304665;
    margin-right: 5px;
}
.lineation-box .choice-box .red {
    display: inline-block;
    vertical-align: middle;
    margin-right: 2PX;
    color: #ff0000;
}
.lineation-box label {
    margin-right: 20px;
    color: #475f81;
    font-weight: 100;
    cursor: pointer;
}
.lineation-box .label-radio .radio-box {
    line-height: 30px;
}
.lineation-box .label-radio .radio-box input {
    margin: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;
}
.lineation-box .label-radio .radio-box {
    display: inline-block;
    margin-right: 8px;
    width: 20px;
    height: 20px;
    vertical-align: middle;
}
.lineation-box .label-radio .radio-box {
    background: url("../image/sprite.png") -101px -2px no-repeat;
}
.lineation-box .label-radio.checked .radio-box {
    background: url("../image/sprite.png") -77px -2px no-repeat;
}
.lineation-box .save-line-box {
    margin-top: 6px;
    text-align: center;
}
.more-fun-box .handle-bill-box.lineation-box {
    left: -100px;
    min-width: 380px;
}
.handle-bill-box.lineation-box .content {
    min-height: 150px;
}
.handle-bill-box.lineation-box .content:after {
    left: 166px;
}


/*细节部分*/
.panel-wire {
    -webkit-box-shadow: 0 1px 5px rgba(46,73,134,0.1);
    -moz-box-shadow: 0 1px 5px rgba(46,73,134,0.1);
    box-shadow: 0 1px 5px rgba(46,73,134,0.1);
    border-radius: 3px;
    background: #ffffff;
}
.alert-panel {
    margin-bottom: 10px;
}
.clock-box .alarm {
    display: inline-block;
    margin:  0 6px;
    width: 24px;
    height: 26px;
    line-height: 26px;
    border-radius: 2px;
    border-top: 1px solid #e4546f;
    border-bottom: 1px solid #fc6883;
    color: #ffffff;
    text-align: center;
    background: #fd6f89;
}
.clock-box .alarm:first-child {
    margin-left: 0;
}
.alert-panel .clock-box {
    text-align: center;
    padding: 15px;
    border-bottom: 1px solid #e0ebf1;
}
.alert-panel .clock-box {
    color: #6c8baf;
}
.subject-panel .quest-tab {
    position: relative;
    height: 58px;
    line-height: 58px;
    color: #304665;
    font-size: 16px;
    text-align: center;
    border-bottom: 1px dashed #e1ecf2;
}
.quest-tab .tab-item {
    display: inline-block;
    width: 95px;
    height: 32px;
    line-height: 32px;
    color: #6c8baf;
    text-align: center;
    font-size: 14px;
    border: 1px solid #edf0f5;
    cursor: pointer;
}
.quest-tab .tab-item.all-task {
    margin-right: -2px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.quest-tab .tab-item.my-task {
    margin-left: -2px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.quest-tab .tab-item:hover {
    color: #1e9ef9;;
    border: 1px solid #1e9ef9;
}
.quest-tab .tab-item.active {
    color: #ffffff;
    background: #1e9ef9;
    border: 1px solid #1e9ef9;
}
.quest-tab .my-task.added:after {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    right: 20px;
    width: 12px;
    height: 12px;
    background: url(../image/sprite.png) -131px -29px no-repeat;
}
.subject-panel .quest-tab:before,
.subject-panel .quest-tab:after {
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    background: url("../image/sprite.png") -165px -4px;
}
.subject-panel .quest-tab:before {
    top: 53px;
    left: -3px;
}
.subject-panel .quest-tab:after {
    top: 53px;
    right: -5px;
}
.subject-panel .title-txt {
    position: relative;
    height: 46px;
    line-height: 46px;
    padding-left: 15px;
    color: #304665;
    font-size: 16px;
    border-bottom: 1px dashed #e1ecf2;
}
.subject-panel .title-txt:before,
.subject-panel .title-txt:after {
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    background: url("../image/sprite.png") -165px -4px;
}
.subject-panel .title-txt:before {
    top: 41px;
    left: -3px;
}
.subject-panel .title-txt:after {
    top: 41px;
    right: -5px;
}
.subject-panel .question-type-box {
    padding: 15px 10px 15px 20px;
}
.subject-panel .question-type-box .my-task-box {
    display: none;
}
.question-list {
    padding-bottom: 10px;
}
.question-list li {
    position: relative;
    float: left;
    margin: 0 10px 10px 0;
    width: 32px;
    height: 32px;
    line-height: 32px;
    color: #6983a7;
    font-size: 12px;
    text-align: center;
    border-radius: 50% 50%;
    border: 1px solid #e7e7e7;
    background: #ffffff;
    cursor: pointer;
}
.question-list li.mark {
    padding: 0;
}
.question-list li:hover {
    border: 1px solid #25c9de;
}
.question-list li.active {
    font-size: 14px;
    color: #ffffff;
    background: #25c9de;
    border: 1px solid #25c9de;
    box-shadow: 0 1px 3px #25c9de;
}
.question-list li.has-answer,
.question-list li.grey.has-answer {
    color: #ffffff;
    background: #51c332;
}
.question-list li.has-answer.active {
    color: #ffffff;
    background: #25c9de;
    border: 1px solid #25c9de;
    box-shadow: 0 1px 3px #25c9de;
}
.question-list li.grey.answer,
.question-list li.grey {
    color: #6983a7;
    background: #eeeeee;
    box-shadow: 0 1px 3px #eeeeee;
}
.question-list li.grey.active {
    color: #ffffff;
    background: #25c9de;
    border: 1px solid #25c9de;
}
.question-list li.mark:after,
.question-list li.lock:after,
.question-list li.add:after {
    content:"";
    display: block;
    position: absolute;
    top: 0;
    right: -3px;
    width: 12px;
    height: 12px;
    background: url("../image/sprite.png") -127px -1px no-repeat;
}
.question-list li.mark.lock:after,
.question-list li.lock:after {
    background-position: -167px -29px;
}
.question-list li.add:after {
    background-position: -131px -29px;
}
.icon-tip-box {
    height: 50px;
    padding: 16px 15px;
    border-top: 1px solid #e1ecf2;
}
.icon-tip-box .tip-item {
    float: left;
    display: inline-block;
    width: 70px;
    height: 18px;
    text-align: center;
    font-size: 12px;
    vertical-align: middle;
}
.icon-tip-box .icon {
    display: inline-block;
    margin-right: 6px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    vertical-align: middle;
    background: url("../image/sprite.png");
}
.icon-tip-box .txt {
    display: inline-block;
    height: 18px;
    line-height: 18px;
    vertical-align: middle;
}
.icon-tip-box .add {
    text-align: left;
}
.icon-tip-box .lock {
    text-align: right;
}
.icon-tip-box .add .icon {
    background-position: -147px -28px;
}
.icon-tip-box .sign .icon {
    background-position: -203px -28px;
}
.icon-tip-box .lock .icon {
    background-position: -181px -28px;
}
.icon-tip-box .has-answer {
    margin-left: 20px;
}
.icon-tip-box .has-answer .icon {
    background-position: -294px -55px;
}

.confirm-panel .btns {
    margin-right: 5px;
}
.confirm-panel .choose-box {
    float: right;
    padding: 10px 15px;
    height: 50px;
}
.confirm-panel .choose-box .btns {
    font-size: 12px;
}
.confirm-panel .next-btn {
    color: #389af0;
    border: 1px solid #389af0;
    background: #f7fbfe;
}
.confirm-panel .next-btn:hover {
    color: #ffffff;
    background: #389af0;
}
.footer {
    width: 100%;
    position: fixed;
    bottom: 15px;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
}



/*登录页*/
.main-page,
.login-page {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.login-page #header {
    position: absolute;
    width: 100%;
    height: 70px;
    line-height: 70px;
    background: none;
}
.login-page #header .header-control {
    right: 20px;
}
.login-page #header .header-title {
    height: 70px;
    line-height: 70px;
    font-size: 22px;
}
.login-page #header .item {
    width: 24px;
    border: none;
    margin-left: 10px;
}
.bank-login #header .item {
    width: 35px;
    height: 35px;
    background: #3b7ec9;
    border-radius: 50%;
    margin-top: 15px;
}
.login-page #header .sprite {
    width: 24px;
    height: 24px;
    
}
.bank-login #header .sprite {
    margin: 7px 0 0 5px;
    vertical-align: top;
}
.login-page .item.detail .sprite {
    background-position: -124px -51px;
}
.login-page .item.help .sprite {
    background-position: -155px -51px;
}
.login-page .bg-image {
    position: relative;
    z-index: -1;
    width: 100%;
    height: 100%;
}
.login-page .bg-image img {
    width: 100%;
    height: 100%;
}
.login-page .center-bar {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 120px;
    margin-top: -50px;
}
.center-bar .bar,
.center-bar .main-title {
    position: absolute;
    width: 100%;
    height: 100%;
}
.center-bar .bar {
    z-index: 1;
    opacity: 0.3;
    filter: alpha(opacity=30);
    background: #000000;
}
.center-bar .main-title {
    position: absolute;
        top: 38px;
    right: 44%;
    z-index: 2;
    width: 508px;
    height: 53px;
    color: #ffffff;
    text-align: center;
    letter-spacing: 2px;
    font-size: 0;
    background: url(../image/title.png) 0 0;
}
.center-bar .main-title.pk-title {
    background: url("../image/pk_title.png") no-repeat;
}
.login-form {
    position: absolute;
    top: 50%;
    right: 16%;
    margin-top: -165px;
    width: 320px;
    height: 360px;


}
.login-form.bank {
    width: 350px;
    right: 50%;
    margin-right: -180px;
    box-shadow: 0px 1px 10px 0px rgba(46, 73, 134, 0.29);
}
.login-form.tax {
    width: 428px;
    height: 435px;
    right: 50%;
    margin-right: -218px;
    margin-top: -214px;
    background: url("../image/tax_login_bg.png") center no-repeat;
}
.login-form .login-bg {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #ffffff;
    opacity: 0.9;
    filter: alpha(opacity=90);
    border-radius:5px;
    box-shadow:0 0 5px #98b7d3;
}
.login-form.bank .login-bg {
    opacity: 0.9;
    filter: alpha(opacity=95);
}
.login-form .login-content {
    padding: 30px;
}
.login-form.tax .login-content,
.login-form.bank .login-content {
    padding: 0;
}
.login-form.bank .login-content .context {
    padding: 0 30px;
}
.login-form.tax .login-content .context {
    margin-left: 20px;
    margin-top: 25px;
    padding: 30px;
    width: 381px;
    background-color: #f2f2f2;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.33), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.95);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.33), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.95);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.33), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.95);
    border-radius: 1px;
    border: 1px solid #eeeeee\9;
    /*opacity: 0.95;*/
    /*filter: alpha(opacity=95);*/
}
.login-content .title {
    color: #1e9ef9;
    font-size: 24px;
    text-align: center;
    margin-bottom: 26px;
}
.login-content .title .bank-logo {
    width: 36px;
    height: 36px;
    margin-right: 3px;
}
.login-content .title .tax-logo {
    width: 32px;
    height: 30px;
}
.login-content .title .tax-name {
    margin-right: 5px;
    color: #3f5267;
    font-size: 24px;
    vertical-align: middle;
}
.login-content .title .bank-name {
    color: #59708b;
    font-size: 18px;
    font-weight: bold;
}
.login-content .title .split {
    margin: 0 5px;
    color: #59708b;
    font-size: 18px;
}
.tax .login-content .title .txt {
    font-size: 18px;
    vertical-align: middle;
}
.login-content .title .txt {
    color: #389af0;
    font-size: 16px;
}
.bank .login-content .title {
    height: 60px;
    line-height: 49px;
    padding: 0 20px;
    text-align: left;
    border-bottom: 1px solid #e2eaf0;
    background: #ffffff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.tax .login-content .title {
    margin-bottom: 0;
    padding: 0 20px;
    height: 70px;
    line-height: 70px;
    text-align: left;
}
.login-content .input-box {
    padding: 0 15px;
    height: 44px;
    line-height: 44px;
    background: #dae7ef;
    border-radius: 3px;
    border-top: 1px solid #cfe1ec;
    border-bottom: 1px solid #f1f3f6;
    margin-bottom: 15px;
}
.tax .login-content .input-box {
    padding: 0;
    border-radius: 5px;
    border: solid 1px #c3c3c3;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 1px 0px 0px #ffffff;
    -moz-box-shadow: 0px 1px 0px 0px #ffffff;
    box-shadow: 0px 1px 0px 0px #ffffff;
}
.bank .login-content .input-box {
    background-color: #eef5f9;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.5);
    -moz-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.5);
    box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.5);
    border-radius: 3px;
    border: solid 1px #dfe8ee;
}
.input-box .ico-box {
    display: inline-block;
    width: 46px;
    height: 42px;
    text-align: center;
    background-color: #ebebeb;
    border-radius: 5px 0px 0px 5px;
    border-right: 1px solid #c3c3c3;
}
.input-box .sprite {
    margin-top: -2px;
    width: 16px;
    height: 16px;
    vertical-align: middle;
}
.input-box .user {
    background-position: -63px -30px;
}
.input-box .pwd {
    background-position: -87px -30px;
}
.input-box .verify {
    background-position: -111px -30px;
}
.tax .input-box .user {
    background-position: -265px -25px;
}
.tax .input-box .pwd {
    background-position: -285px -25px;
}
.tax .input-box .verify {
    background-position: -304px -25px;
}

.input-box .field {
    margin-left: 8px;
    height: 44px;
    line-height: 44px;
    border: none;
    outline: none;
    color: #475f81;
    caret-color: #7d99ac;
}

.input-box .field::-webkit-input-placeholder {
    color: #7d99ac;
}
.input-box .field:-moz-placeholder {
    color: #7d99ac;
}
.input-box .field::-moz-placeholder {
    color: #7d99ac;
}
.input-box .field:-ms-input-placeholder {
    color: #7d99ac;
}


.tax .input-box .field::-webkit-input-placeholder {
    color: #b2b2b2;
}
.tax .input-box .field:-moz-placeholder {
    color: #b2b2b2;
}
.tax .input-box .field::-moz-placeholder {
    color: #b2b2b2;
}
.tax .input-box .field:-ms-input-placeholder {
    color: #b2b2b2;
}

.bank .login-content .btn-box {
    padding: 0 30px;
}
.login-content .login-btn {
    /* margin-top: 20px; */
    width: 100%;
    height: 46px;
    line-height: 46px;
    text-align: center;
    color: #ffffff;
    font-size: 20px;
    border-radius: 5px;
    -webkit-box-shadow: 0 -1px 1px rgba(212,255,227,0.6) inset;
    -moz-box-shadow: 0 -1px 1px rgba(212,255,227,0.6) inset;
    box-shadow: 0 -1px 1px rgba(212,255,227,0.6) inset;
    -webkit-box-shadow: 0 2px 2px rgba(6,155,58,0.8);
    -moz-box-shadow: 0 2px 2px rgba(6,155,58,0.8);
    box-shadow: 0 2px 2px rgba(6,155,58,0.8);
    background:#07d24a;
    background:linear-gradient(#1cf668,#07d24a);
    margin-top: 21px;
}
.bank .login-content .login-btn {
    -webkit-box-shadow: 0px 1px 0px 0px rgba(34, 153, 168, 0.8);
    -moz-box-shadow: 0px 1px 0px 0px rgba(34, 153, 168, 0.8);
    box-shadow: 0px 1px 0px 0px rgba(34, 153, 168, 0.8);
    background: #24c8dd;
}
.tax .login-content .shadow-box {
    padding: 5px;
    border-top: 1px solid #c9c9c9;
    border-bottom: 1px solid #ffffff;
    border-radius: 5px;
    background: #d6d6d6;
    background: -webkit-linear-gradient(top,#d6d6d6,#ebebeb);
    background: -o-linear-gradient(bottom,#d6d6d6,#ebebeb);
    background: -moz-linear-gradient(bottom,#d6d6d6,#ebebeb);
    background: -ms-linear-gradient(bottom,#d6d6d6,#ebebeb);
    background: linear-gradient(to bottom,#d6d6d6,#ebebeb);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d6d6d6', endColorstr='#ebebeb', GradientType=1);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d6d6d6', endColorstr='#ebebeb', GradientType=1);
    -webkit-box-shadow: inset 0px -1px 0px 0px #ffffff;
    -moz-box-shadow: inset 0px -1px 0px 0px #ffffff;
    box-shadow: inset 0px -1px 0px 0px #ffffff;
}
.tax .login-content .login-btn {
    font-size: 18px;
    margin-top: 0;
    border: 1px solid #107cc9;
    -webkit-box-shadow: inset 0px 1px 0px 0px #84bbe4,inset 0px -1px 0px 0px #0c4772;
    -moz-box-shadow: inset 0px 1px 0px 0px #84bbe4,inset 0px -1px 0px 0px #0c4772;
    box-shadow: inset 0px 1px 0px 0px #84bbe4,inset 0px -1px 0px 0px #0c4772;
    background: #519ed8;
    background: -webkit-linear-gradient(top,#519ed8,#0072c6);
    background: -o-linear-gradient(bottom,#519ed8,#0072c6);
    background: -moz-linear-gradient(bottom,#519ed8,#0072c6);
    background: -ms-linear-gradient(bottom,#519ed8,#0072c6);
    background: linear-gradient(to bottom,#519ed8,#0072c6);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#519ed8', endColorstr='#0072c6', GradientType=1);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#519ed8', endColorstr='#0072c6', GradientType=1);
}
.login-content .login-btn:hover {
    opacity: 0.9;
}
.tax .login-content .login-btn:hover {
    background: #0072c6;
    background: -webkit-linear-gradient(top,#0072c6,#519ed8);
    background: -o-linear-gradient(bottom,#0072c6,#519ed8);
    background: -moz-linear-gradient(bottom,#0072c6,#519ed8);
    background: -ms-linear-gradient(bottom,#0072c6,#519ed8);
    background: linear-gradient(to bottom,#0072c6,#519ed8);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0072c6', endColorstr='#519ed8', GradientType=1);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0072c6', endColorstr='#519ed8', GradientType=1);
}
.input-box.verify {
    position: relative;
    width: 160px;
}
.bank .input-box.verify {
    width: 190px;
}
.tax .input-box.verify {
    width: 220px;
}
.input-box.verify .code-box {
    position: absolute;
    top: 0;
    right: -100px;
    width: 90px;
    height: 44px;
    border: 1px solid #2da8f1;
    border-radius: 5px;
    cursor: pointer;
    background: #f0f0f0;
}
.tax .input-box.verify .code-box {
    height: 42px;
    background-color: #ececec;
    border-radius: 5px;
    border: solid 1px #c3c3c3;
    display: table-cell;
}
.input-box.verify .code-img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    vertical-align: top;
}
.input-box.verify .field {
    width: 100px;
}
.login-page .footer {
    bottom: 15px;
}

/*竞赛列表*/
.compete-page {
    padding-top: 0;
}
.compete-page .bg-image,
.compete-page .bg-image img {
    width: 100%;
    height: 100%;
}
.compete-page .bg-image {
    position: absolute;
    z-index: -1;
}
.compete-content #header {
    height: 60px;
    line-height: 60px;
    background: none;
}
.compete-content #header .header-title {
    height: 60px;
    line-height: 60px;
    font-size: 22px;
}
.compete-content .header-control .item {
    width: 50px;
    padding-right: 20px;
    text-align: right;
    border-left: none;
    overflow:hidden;
}
.compete-list {
    width: 1000px;
    margin: 80px auto 0 auto;
    border-radius: 5px;
}
.compete-list.single-list {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -120px;
    margin-left: -500px;
}
.compete-unit {
    position: relative;
}
.compete-unit ~ .compete-unit {
    margin-top: 20px;
}
.list-2 .compete-unit ~ .compete-unit{
    margin:0;
}
.compete-unit .transparent-bg {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #ffffff;
    opacity: 0.9;
    filter: alpha(opacity=90);
    -webkit-box-shadow: 0 5px 5px rgba(46,73,134,0.1);
    -moz-box-shadow: 0 5px 5px rgba(46,73,134,0.1);
    box-shadow: 0 5px 5px rgba(46,73,134,0.1);
    border-radius: 5px;
}
.compete-unit .compete-public {
    padding: 0 20px 25px;
}
.compete-unit .compete-info {
    float: left;
    width: 600px;
    border-right: 1px solid #cfd6db;
    margin-top: 14px;
    padding-bottom: 5px;
}
.countdown.completed .text {
    text-align: center;
    color: #8e949d;
    font-size: 14px;
}
.countdown.completed .clock-box {
    color: #ff9900;
    font-size: 14px;
}
.countdown.completed .clock-box .score {
    display: inline;
    margin: 0 5px;
    font-size: 46px;
    color: #ff9900;
    background: none;
    vertical-align: bottom;
    border: none;
}
.countdown.completed .enter-btn,
.countdown.completed .enter-btn:hover {
    background: #dce2eb!important;
    color: #6c8baf!important;
}
.compete-info .title {
    color: #475f81;
    font-size: 16px;
    border-bottom: 1px solid #cfd6db;
    padding-bottom: 14px;
}
.compete-info .session {
    margin: 20px 0 15px;;
    color: #1880c9;
    font-size: 18px;
}
.compete-info .time {
    color: #6c8baf;
}
.compete-info .mode {
    margin-top: 20px;
    width: 70px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    color: #ffffff;
    font-size: 12px;
    border-radius: 2px;
    background: #25c9de;
}
.compete-info .mode.practice {
    background: #25c9de;
}
.compete-info .mode.compete {
    background: #f35f7b;
}
.compete-unit .countdown,
.compete-unit .completed {
    float: right;
    margin-top: 20px;
    padding-left: 20px;
    width: 360px;
}
.countdown .text {
    color: #475f81;
}
.countdown .clock-box {
    color: #6c8baf;
    margin-top: 25px;
    margin-bottom: 30px;
    text-align: center;
}
.countdown .clock-box span {
    display: inline-block;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    vertical-align: middle;
    color: #ffffff;
    font-size: 28px;
    border-radius: 2px;
    border-top: 1px solid #e23c5b;
    background: #fc4365;
    margin: 0 10px;
    border-radius:3px;
}
.countdown .clock-box span:first-child {
    margin-left: 0;
}
.countdown .enter-btn {
    display: block;
    margin: 0 auto;
    width: 200px;
    height: 40px;
    line-height: 40px;
    color: #fefefe;
    font-size: 16px;
    text-align: center;
    border-radius: 3px;
    background: #1e9ef9;
}
.countdown .enter-btn:hover {
    background: #37acff;
}
.score-container {
    position:   absolute;
    top: 50%;
    left: 50%;
    margin-top: -200px;
    margin-left: -340px;
    width: 640px;
    height: 400px;
    box-shadow: 0px 5px 5px 0px rgba(69, 88, 131, 0.15);
    border-radius: 5px;
}
.platform-container .bg,
.score-container .bg {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #ffffff;
    opacity: .9;
    filter: alpha(opacity=90);
    border-radius: 5px;
}
.glkj-page .platform-container .bg,
.glkj-page .score-container .bg {
    display:none;
}
.score-container .tip {
    position: absolute;
    padding: 10px;
    top: 0;
    left: 20px;
    width: 54px;
    height: 60px;
    font-size: 16px;
    color: #ffffff;
    background-color: #26c6da;
    border-radius: 0px 0px 3px 3px;
}
.score-container .logo {
    margin-top: -5px;
    margin-right: 6px;
    display: inline-block;
    vertical-align: middle;
    width: 32px;
    height: 34px;
    background: url("../image/sprite.png") -344px 0;
}
.score-container .content {
    text-align: center;
}
.score-container .title {
    margin-top: 70px;
    font-size: 28px;
    color: #389af0;
}
.score-container .txt {
    margin-top: 35px;
    font-size: 20px;
    color: #ff9900;
}
.score-container .score {
    margin-top: 10px;
    margin-bottom: 45px;
    font-size: 48px;
    color: #ff9900;
}
.score-container .btns {
    margin: 0 auto;
    width: 200px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
}
.platform-header {
    margin-top: 9%;
    text-align: center;
}
.platform-header .title {
    margin-top: 25px;
        font-size: 42px;
        color: #147cdf;
        font-weight: bold;

}
.platform-container {
    margin-top: 6%;
    text-align: center;
}
.glkj-page .platform-container {
    margin-top: 13%;
}
.platform-container .module-list {
    /* width: 1000px; */
    margin: 0 auto;
    display: inline-block;
}
.platform-container .module-item {
    position: relative;
    float: left;
    width: 280px;
    height: 270px;
    text-align: center;
    box-shadow: 0px 5px 5px 0px rgba(69, 88, 131, 0.15);
    border-radius: 3px;
}
.glkj-page .platform-container .module-item {
    width: 318px;
    height: 333px;
    background: url("../image/bg-module.png") 0 0 no-repeat;
    box-shadow:none;
}
.platform-container .module-item .content {
    display: inline-block;
    cursor: pointer;
}
.platform-container .module-item ~ .module-item {
    margin-left: 80px;
}
.platform-container .logo-box {
    margin: 35px auto 20px auto;
    width: 150px;
    height: 150px;
    background: url("../image/module.png") 0 0 no-repeat;
}
.platform-container .result .logo-box {
    background-position: 0 -151px;
}
.platform-container .transfer .logo-box {
    background-position: 0 -302px;
}
.glkj-page .platform-container .logo-box{
    margin: 94px auto 12px auto;
    width: 76px;
    height: 76px;
    background: url("../image/module-glkj.png") 0 0 no-repeat;
}
.glkj-page .platform-container .result .logo-box {
    background-position: 0 -151px;
    width: 100px;
    height: 80px;
}
.glkj-page .platform-container .transfer .logo-box {
    background-position: 0 -301px;
    width: 73px;
    height: 81px;
}
.platform-container .txt {
    font-size: 22px;
    color: #59708b;
}
.glkj-page .platform-container .txt{
    font-size: 20px;
}

/*财会会计首页*/
.main-page #header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}
.main-page .bg-box {
    z-index: -1;
    height: 100%;
}
.main-page .bg-box img {
    width: 100%;
    height: 100%;
}
.main-page .main-header {
    position: fixed;
    top: 46px;
    left: 0;
    width: 100%;
    height: 60px;
    /*line-height: 60px;*/
}
.main-page .main-header .bg {
    position: absolute;
    width: 100%;
    height: 60px;
    line-height: 60px;
    z-index: -1;
    background: #ffffff;
    /* opacity: .4;
    filter: alpha(opacity=40); */
}
.main-page .main-header .company {
    height: 60px;
    line-height: 60px;
    padding-left: 20px;
    font-size: 16px;
    color: #29a2f9;

}
.main-page .main-header .menu {
    position: absolute;
    right: 60px;
    top: 0px;
}
.main-page .menu li {
    height: 60px;
    padding-top: 20px;
    position: relative;
    display: inline-block;
    margin-left: 30px;
    cursor: pointer;
}
.main-page .menu li:hover {
    color: #1e9ef9;
}
.main-page .menu li:hover .option-item {
    color: #59708b;
}
.main-page .menu li:hover .option {
    display: block;
}
.main-page .menu a {
    color: #475f81;
}
.main-page .menu li:hover a,
.main-page .menu li.active a {
    color: #1e9ef9;
}
.main-page .menu .option {
    display: none;
    position: absolute;
    width: 120px;
    left: 50%;
    top: 48px;
    margin-left: -60px;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(1, 85, 157, 0.1);
    -moz-box-shadow: 0px 2px 10px 0px rgba(1, 85, 157, 0.1);
    box-shadow: 0px 2px 10px 0px rgba(1, 85, 157, 0.1);
    border-radius: 3px;
    border: solid 1px #e2eaf0;
    background: #ffffff;
}
.main-page .menu .option li {
    margin: 0;
    padding-top: 0;
    width: 100%;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
}
.main-page .menu .option li:hover {
    color: #1ea3f1;
    background-color: #f4f6fa;
}

.main-page .goto_answer_box {
    position: absolute;
    top: 30%;
    width: 100%;
    text-align: center;
}
.main-page .goto_answer_box .btns {
    width: 200px;
    height: 50px;
    line-height: 50px;
    background-color: #f7b925;
    box-shadow: 0px 1px 10px 0px rgba(74, 55, 9, 0.2);
    border-radius: 3px;
    color: #ffffff;
}
.main-page .goto_answer_box .btns:hover {
    color: #ffffff;
    background-color: #fdbc22;
}

/*右侧背景单据*/
.fixed-page .bill-menu {
    position: absolute;
    z-index: 999;
    top: 65px;
    right: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.bill-menu .bill-text {
    display: inline-block;
    padding: 12px;
    padding-left: 20px;
    width: 64px;
    height: 64px;
    border-radius: 50% 50%;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    background: #26c6da;
    box-shadow: 0px 0px 10px 0px rgba(14, 79, 87, 0.4), inset 0px -1px 2px 0px rgba(25, 131, 144, 0.2);
}
.bill-menu .bill-text:before {
    content: "<";
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    color: #ffffff;
    top: 22px;
    left: 8px;
}
.bill-menu .bill-text:hover {
    background: #2ccce0;
}
.bill-menu .bill-list-box {
    display: none;
}
.bill-menu.open .bill-text {
    display: none;
}
.bill-menu.open .bill-list-box {
    position: relative;
    display: block;
    min-width: 260px;
    background: #ffffff;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.bill-menu .flex-bar {
    position: absolute;
    top: 0;
    width: 20px;
    height: 100%!important;
    text-align: center;
    background: #26c6da;
    cursor: pointer;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    z-index: 1;
}
.bill-menu .flex-bar:hover {
    background: #2ccce0;
}
.bill-menu .flex-bar .flex-arrow {
    position: absolute;
    top: 50%;
    left: 7px;
    margin-top: -6px;
    width: 6px;
    height: 11px;
    background: url("../image/sprite.png") -200px 0 no-repeat;
}
.bill-menu .bill-list {
    width: 100%;
    padding: 20px 20px 0 40px;
    min-height: 100px;
    max-height: 450px;
    overflow: auto;
    margin-bottom:0;
}
.bill-menu .bill-list dt {
    margin-bottom: 6px;
    color: #304665;
    font-weight: 100;
}
.bill-menu .bill-list dd {
    height: 32px;
    line-height: 32px;
    color: #389af0;
    cursor: pointer;
}
.bill-menu .bill-list dd:hover {
    text-decoration: underline;
}

/*税务+银行题型*/
#header .backward {
    color: #fefefe;
    height: 46px;
    line-height: 46px;
    margin-left: 20px;
}
#header .backward:hover {
    text-decoration: underline;
}
.cwkj-page .fixed-page {
    /*padding-top: 66px;*/
    background: #eef5f9;
}
.tax-header {
    padding: 0 20px;
    height: 60px;
    line-height: 60px;
}
.tax-header .back-icon {
    width: 36px;
    height: 36px;
}
.tax-header .place {
    margin-left: 5px;
    font-weight: bold;
    font-size: 18px;
    color: #59708b;
    vertical-align: middle;
}
.tax-header .divide {
    margin: 0 10px;
    font-size: 18px;
    color: #59708b;
    vertical-align: middle;
}
.tax-header .text {
    font-size: 16px;
    color: #389af0;
    vertical-align: middle;
}
.tax-header .clock-box {
    float: right;
}
.cwkj-page .tax-service-box {
    height: 100%;
    padding: 20px;
}
.cwkj-page .left-menu-box {
    position: relative;
    float: left;
    margin-top: 10px;
    width: 240px;
    height: 100%;
    padding-bottom: 80px;
}
.left-menu-box .info-box {
    height: 110px;
}
.info-box .title,
.info-box .name,
.list-box .title {
    padding-left: 15px;
    height: 55px;
    line-height: 55px;
}
.info-box .title,
.list-box .title {
    font-size: 16px;
    color: #304665;
    border-bottom: 1px solid #e1ecf2;
}
.info-box .name {
    color: #59708b;
}
.left-menu-box .list-box {
    position: absolute;
    z-index: 5;
    top: 120px;
    bottom: 70px;
    width: 240px;
}
.list-box .type-list {
    position: relative;
    border-bottom: 1px solid #e1ecf2;
}
.bank-fun-list li {
    padding-left: 20px;
    height: 46px;
    line-height: 46px;
    color: #59708b;
    cursor: pointer;
    border-bottom: 1px solid #e1ecf2;
}
.bank-fun-list li.active,
.bank-fun-list li:hover {
    background: #eef5f9;
}
.bank-fun-list .sprite {
    width: 16px;
    height: 16px;
    margin-right: 5px;
}
.bank-fun-list .txt {
    vertical-align: middle;
}
.bank-fun-list .fun-1 {
    background-position: -274px 0;
}
.bank-fun-list .fun-2 {
    background-position: -295px 0;
}
.bank-fun-list .fun-3 {
    background-position: -313px 0;
}
.type-list .type-title {
    padding-left: 15px;
    height: 46px;
    line-height: 46px;
    color: #59708b;
    cursor: pointer;
}
.type-list .txt {
    vertical-align: middle;
}
.type-list .sprite {
    margin-right: 5px;
    width: 14px;
    height: 16px;
    vertical-align: middle;
}
.type-list .tax-1 {
    background-position: -239px 0;
}
.type-list .tax-2 {
    background-position: -257px 0;
}
.type-list .icon {
    position: absolute;
    top: 20px;
    right: 10px;
    width: 11px;
    height: 6px;
    opacity: .8;
    filter: alpha(opacity=80);
    background: url("../image/sprite.png") -224px 0;
}
.type-list .type-title:hover .icon {
    opacity: 1;
    filter: alpha(opacity=100);
}
.type-list .ul-box {
    display: none;
    padding: 5px 10px 10px 35px;
}
.type-list .ul-box li {
    height: 34px;
    line-height: 34px;
    font-size: 12px;
    color: #67819e;
    cursor: pointer;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.type-list.expand .type-title,
.type-list .type-title:hover {
    background: #eef5f9;
}
.type-list.expand .ul-box {
    display: block;
}
.type-list.expand .icon {
    background-position: -210px 0;
}
.type-list li.active,
.type-list li:hover {
    color: #389af0;
}
.tax-hall-box {
    position: relative;
    height: 100%;
}
.tax-hall-box .tax-hall-content {
    position: absolute;
    top: 10px;
    bottom: 60px;
    right: 0;
    left: 250px;
}
.tax-hall-box.tax-only .tax-hall-content {
    bottom: 120px;
}
.tax-hall-content .desc {
    padding-left: 20px;
    height: 55px;
    line-height: 55px;
    font-size: 12px;
    color: #b4b8bf;
    border-bottom: 1px solid #e1ecf2;
}
.tax-hall-content .do-title .desc {
    border-bottom: none;
}
.tax-hall-content .desc .directory {
    color: #59708b;
}
.tax-hall-content .desc .current {
    color: #389af0;
}
.tax-hall-content .hint-box {
    margin-top: 110px;
}
.tax-hall-content .hint-box .hello {
    width: 132px;
    height: 121px;
    margin: 0 auto;
    background: url("../image/tip_icon.png") -360px 0;
}
.tax-hall-content .user-box {
    margin: 20px 0;
    text-align: center;
    font-size: 16px;
    color: #389af0;
}
.tax-hall-content .hint-box .brace {
    margin: 0 5px;
    color: #389af0;
}
.tax-hall-content .tax-training-box {
    display: none;
    padding: 10px;
    height: 100%;
    overflow: auto;
}
.tax-hall-box .tax-answer-box {
    display: none;
    overflow: auto;
}
.tax-hall-box.has-answer .tax-training-box,
.tax-hall-box.has-answer .tax-answer-box {
    float: left;
    width: 50%;
}
.tax-hall-box.has-answer .tax-training-box {
    border-right: 1px solid #e1ecf2;
}
.tax-hall-box.has-answer .tax-answer-box {
    display: block;
    padding: 10px;
}
.tax-hall-content .welcome {
    text-align: center;
    font-size: 16px;
    color: #b4b8bf;
}
.tax-hall-content .welcome .bank-name {
    color: #389af0;
}
.tax-hall-content .main-box .typein-zone,
.tax-hall-content .main-box .maintain-zone,
.tax-hall-content .main-box .authorization-zone {
    padding: 20px 30px;
}
.tax-hall-content .main-box .desc-txt {
    margin-left: -10px;
    margin-bottom: 15px;
    font-size: 16px;
    color: #304665;
}
.tax-hall-content .main-content-box {
    /*padding: 0 30px;*/
}
.tax-hall-content .welcome-zone ~ div {
    display: none;
}
.public-table {
    width: 100%;
    color: #304665;
    border-collapse: collapse;
    border: 1px solid #e2eaf0;
}
.public-table tr {
    height: 42px;
}
.public-table > thead > tr > th,
.public-table > tfoot > tr > td,
.public-table > tbody > tr > td {
    text-align: center;
    border: 1px solid #e2eaf0;
}
.public-table > thead > tr > th {
    color: #59708b;
    font-weight: 100;
    background: #eef5f9;
}
.public-table td.confirmed {
    color: #7d99ac;
}
.public-table td.pass {
    color: #26c6da;
}
.public-table td.refuse {
    color: #f93e3e;
}
.public-table td .fun-btn {
    margin: 0 10px;
    color: #389af0;
}
.public-table td .fun-btn:hover {
    text-decoration: underline;
}
.public-table tr.title {
    color: #304665;
    background: #e2eaf0;
}
.public-table.edit-table td {
    text-align: left;
    padding-left: 15px;
}
.public-table .red-dot {
    color: #f93e3e;
    margin-right: 5px;
}
.public-table .fillin-txt {
    color: #59708b;
}
.public-table .fillin-txt + td {
    padding-left: 40px;
}
.public-table.edit-table input,
.public-table.edit-table select {
    padding-left: 10px;
    width: 280px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #c4cbcf;
    background: #ffffff;
}
.public-table select {
    cursor: pointer;
}
.public-table .full-input::-webkit-input-placeholder{
    color:#b4b8bf;
}
.public-table .full-input::-moz-placeholder{
    color:#b4b8bf;
}
.public-table .full-input:-moz-placeholder{
    color:#b4b8bf;
}
.public-table .full-input:-ms-input-placeholder{
    color:#b4b8bf;
}
.public-table .full-tip {
    margin-left: 10px;
    color: #f93e3e;
    font-size: 12px;
}
.preview-bill-box {
    display: none;
    padding: 20px;
}

.typein-zone .step-bar {
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin-bottom: 20px;
}
.typein-zone .step {
    position: relative;
    float: left;
    width: 33%;
    height: 100%;
    color: #94abc6;
}
.typein-zone .step.active p {
    color: #ffffff;
}
.typein-zone .step.step-2 {
    width: 34%;
}
.typein-zone .step img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.typein-zone .step .init-hide {
    display: none;
}
.typein-zone .step p {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    line-height: 40px;
    text-align: center;
}
.typein-zone .step-1 {
    color: #ffffff;
}
.save-data-box {
    margin: 30px 0;
    text-align: center;
}
.save-data-box .btns {
    margin: 0 3px;
    vertical-align: middle;
}
.authorization-zone .save-data-box {
    display: none;
}
.step-content .finish-box {
    margin: 110px auto 0 auto;
    width: 330px;
}
.step-content .tick-icon {
    float: left;
    display: inline-block;
    margin-right: 15px;
    width: 58px;
    height: 58px;
    background: url("../image/sprite.png") 0 -75px;
}
.step-content .success-txt {
    height: 38px;
    line-height: 30px;
    font-size: 18px;
    color: #304665;
}
.step-content .backward-link {
    font-size: 12px;
    color: #b4b8bf;
}
.step-content .backward-link .check {
    margin-right: 15px;
    font-size: 14px;
    color: #389af0;
}
.step-content .backward-link .check:hover {
    text-decoration: underline;
}
.step-content .step-2-content,
.step-content .step-3-content {
    display: none;
}
.save-data-box .save-step-2 {
    display: none;
}
.process-1 .step-1 {
    color: #ffffff;
}
.process-2 .step-2 .init-show,
.process-3 .step-3 .init-show {
    display: none;
}
.process-2 .step-2 .init-hide,
.process-3 .step-2 .init-hide,
.process-3 .step-3 .init-hide {
    display: block;
}
.process-2 .step-1,
.process-2 .step-2 {
    color: #ffffff;
}
.process-2 .step-2-content,
.process-3 .step-3-content,
.process-2 .save-step-2 {
    display: block;
}
.process-2 .step-1-content,
.process-2 .step-3-content,
.process-2 .save-step-1 {
    display: none;
}

.process-3 .step-1,
.process-3 .step-2,
.process-3 .step-3 {
    color: #ffffff;
}
.process-3 .step-1-content,
.process-3 .step-2-content,
.process-3 .save-step-1,
.process-3 .save-step-2 {
    display: none;
}

.authorization-zone .authorize-box {
    display: none;
}

/*顶部主菜单弹窗*/
.company-box {
    position: relative;
    height: 100%;
}
.company-box .left-menu-panel {
    position: relative;
    z-index: 2;
    float: left;
    width: 202px;
    height: 100%;
    background: #f6f8fb  url("../image/bg-left-panel.png") 0 0;;
    padding:10px;
}
.company-box .left-menu-panel .menu-item{
    border-bottom:1px solid #eff2f6;

}
.company-box .right-content-panel {
    height: 100%;
        background: #fff;
    overflow-y: auto;
    z-index: 1;
}
.company-box .right-content-panel img{
    max-width: 100%!important;
}
.left-menu-panel .menu-item .title {
    position: relative;
    padding-left: 20px;
    height: 46px;
    line-height: 46px;
    font-weight: normal;
    color: #475f81;
    cursor: pointer;
}
.left-menu-panel .menu-item .title:hover {
    color: #389af0;
}
.left-menu-panel .menu-item ul {
    display: none;
}
.left-menu-panel .menu-item.active ul {
    display: block;
    background: #f5f7f9;
}
.left-menu-panel .menu-item li {
    padding-left: 30px;
    height: 36px;
    line-height: 36px;
    color: #6b7484;
    cursor: pointer;
}

.left-menu-panel .menu-item li:hover a,
.left-menu-panel .menu-item li.current a{
    color: #389af0;
}
.left-menu-panel .menu-item.active p
{
    
    background: #23e0a4;
}
.left-menu-panel .menu-item.active p a{
    color: #ffffff;
}
.left-menu-panel .menu-item .icon {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 11px;
    height: 6px;
    opacity: .8;
    filter: alpha(opacity=80);
    background: url("../image/sprite.png") -224px 0;
}
.left-menu-panel .menu-item.active .icon {
    background-position: -210px 0;
}
.left-menu-panel .menu-item.active p .icon{
    background-position: -210px -8px;
}
.detail-content-box  {
    padding: 20px 30px;
}
.detail-content-box .title {
    margin-bottom: 15px;
    font-size: 16px;
    color: #389af0;
    text-align:center!important;
}
.detail-content-box .company .detail-box {
    text-indent: 30px;
    line-height: 24px;
    color: #59708b;
}
.detail-content-box .menu-content-1 ~ div {
    display: none;
}
.task-list-box ul {
    padding: 15px 20px;
}
.task-list-box li {
    /*position: relative;*/
    float: left;
    padding-left: 20px;
    width: 450px;
    height: 30px;
    line-height: 30px;
    color: #59708b;
}
.task-list-box li.mark {
    padding: 0;
    padding-left: 20px;
    background: none;
}
.task-list-box li span {
    position: relative;
    cursor: pointer;
    padding-right: 32px;
    display: inline-block;
    max-width: 450px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.task-list-box li span:hover {
    color: #389af0;
}
.task-list-box li.has-answer span:after,
.task-list-box li.mark span:after,
.task-list-box li.lock span:after,
.task-list-box li.grey span:after,
.task-list-box li.add span:after {
    content:"";
    display: block;
    position: absolute;
    top: 9px;
    right: 14px;
    width: 12px;
    height: 12px;
    background: url("../image/sprite.png") -127px -1px no-repeat;
}
.task-list-box li.lock span:after {
    background-position: -167px -29px;

}
.task-list-box li.add span:after {
    background-position: -131px -29px;
}
.task-list-box li.grey span:after,
.task-list-box li.grey.has-answer span:after {
    background-position: -330px 0;
}
.task-list-box li.has-answer span:after {
    background-position: -278px -55px;
}
.task-list-box li.grey.lock span:after {
    top: 10px;
    right: 14px;
    background: url(../image/sprite.png) -167px -29px no-repeat;
}
.search-bill-box {
    padding: 20px;
}
.search-bill-box .search-bar {
    margin-bottom: 20px;
}
.search-bill-box label {
    margin-right: 20px;
    color: #304665;
    font-weight: 100;
    cursor: pointer;
}
.search-bill-box .label-radio .radio-box {
    line-height: 30px;
}
.search-bill-box .label-radio .radio-box input {
    margin: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;
}
.search-bill-box .label-radio .radio-box {
    display: inline-block;
    margin-right: 8px;
    width: 16px;
    height: 16px;
    vertical-align: middle;
}
.search-bill-box .label-radio .radio-box {
    background: url("../image/sprite.png") -225px -27px no-repeat;
}
.search-bill-box .label-radio.checked .radio-box {
    background: url("../image/sprite.png") -244px -27px no-repeat;
}
.search-bill-box .choice-box {
    height: 32px;
    line-height: 32px;
    float: left;
}
.search-bill-box .key-txt {
    margin-left: 5px;
    margin-right: 10px;
    width: 200px;
    height: 32px;
    line-height: 32px;
    text-indent: 10px;
    border-radius: 3px;
    border: 1px solid #e1e1e1;
}
.search-bill-box .key-txt::-webkit-input-placeholder {
    color: #b4b8bf;
}
.search-bill-box .key-txt:-moz-placeholder {
    color: #b4b8bf;
}
.search-bill-box .key-txt::-moz-placeholder {
    color: #b4b8bf;
}
.search-bill-box .key-txt:-ms-input-placeholder {
    color: #b4b8bf;
}
.search-bill-box .result-table {
    width: 100%;
    border: 1px solid #e2eaf0;
}
.search-bill-box .result-table tr {
    height: 45px;
    border: 1px solid #e2eaf0;
}
.search-bill-box .result-table th {
    padding: 0 20px;
    color: #304665;
    font-weight: 100;
    background: #eef5f9;
}
.search-bill-box .result-table td {
    padding: 0 20px;
    color: #475f81;
}
.search-bill-box .result-table th.check,
.search-bill-box .result-table td.check {
    text-align: right;
}
.search-bill-box .result-table a {
    color: #389af0;
    cursor: pointer;
}
.search-bill-box .result-table a:hover {
    text-decoration: underline;
}

/*index主页弹窗*/
.main-menu-layer .title {
    margin-bottom: 15px;
    font-size: 16px;
    color: #389af0;
}
.main-menu-layer .company {
    padding: 20px;
}
.main-menu-layer .company .detail-box {
    text-indent: 30px;
    line-height: 24px;
    color: #59708b;
}

/*凭证页*/
.voucher-page .left-nav-box {
    width: 300px;
}
.voucher-page .left-nav-box .subject-panel,
.left-nav-box .classify {
    width: 270px;
}
.voucher-page .switch-bar {
    left: 292px;
}
.voucher-page .subject-box .right-content-box {
    left: 300px;
}
.voucher-page .subject-box .right-content-box {
    z-index: 6;
}
.voucher-page .subject-box .right-content-box.fullscreen {
    left: 0;
}
.voucher-page .switch-bar.shrink {
    left: 0;
}
.subject-panel .classify ~ .classify {
    margin-top: 10px;
}
.classify .option-unit,
.classify .course-item {
    padding: 15px;
}
.classify .option-unit input,
.classify .option-unit select {
    float: right;
}
.classify .option-unit ~ .option-unit {
    border-top: 1px solid #e1ecf2;
}
.classify .desc {
    max-width: 90px;
    color: #59708b;
}
.classify select,.classify input {
    display: inline-block;
    width: 145px;
    height: 30px;
    line-height: 30px;
    border: solid 1px #dee5eb;
    background-color: #ffffff;
}
.classify .fixed select {
    width: 175px;
}
.classify select {
    cursor: pointer;
}
.classify input {
    padding: 0 6px;
}
.classify .set-item {
    height: 30px;
    line-height: 30px;
}
.classify .course-item {
    padding: 0;
    line-height: 30px;
}
.classify .set-item ~ .set-item,
.classify .course-item ~ .course-item {
    margin-top: 10px;
}
.classify .course-fillin-box {
    padding-bottom: 10px;
}
.classify .course-item .account-title {
    padding: 6px 15px;
    color: #304665;
}
.classify .course-item ~ .course-item .account-title {
    border-top: 1px solid #e1ecf2;
}
.classify .course-item input {
    margin-left: 8px;
    width: 75px;
}
.classify .course-item .detail {
    padding: 0 15px;
    padding-bottom: 5px;
}
.classify .detail .desc ~ .desc {
    margin-left: 12px;
}
.classify .cash-title {
    margin-bottom: 5px;
    padding: 0px 15px;
    color: #304665;
}
.classify .cash-task-box {
    padding-top: 15px;
}
.classify .cash-unit .set-item,
.classify .cash-unit .set-item ~ .set-item {
    margin: 0;
    margin-top: 10px;
}
.classify .cash-unit {
    padding: 0 15px 10px 15px;
    border-bottom: 1px solid #e1ecf2;
}
.classify .cash-unit .desc {
    display: inline-block;
    width: 35px;
}
.classify .cash-unit .input {
    width: 200px;
}
.classify .cash-unit .set-item ~ .set-item .input {
    width: 100px;
}
.classify .cash-unit .btns {
    width: 56px;
    height: 24px;
    line-height: 24px;
    margin-top: 3px;
    float: right;
    font-size: 12px;
}
.classify .new-box {
    padding: 10px 15px;
}
.classify .new-box .btns {
    font-size: 12px;
}
.left-nav-box .save-user-box {
    position: fixed;
    bottom: 20px;
    width: 270px;
    height: 72px;
    margin-top: 10px;
    text-align: center;
    padding: 15px;
}
.left-nav-box .save-user-box .btns {
    width: 100%;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
}
.voucher-page .left-voucher-panel {
    width: 50%;
    float: left;
    padding-right: 5px;
    padding-bottom: 10px;
}
.voucher-page .right-bill-panel {
    width: 50%;
    float: right;
    padding-left: 5px;
    padding-bottom: 10px;
}
.right-bill-panel .bill-content,
.left-voucher-panel .voucher-content {
    height: 100%;
}

.voucher-content .bill .box {
    padding: 20px;
}
.voucher-content .bill-p {
    margin-bottom: 10px;
    text-align: center;
    font-size: 16px;
    color: #59708b
}
.voucher-content table {
    width: 100%;
}
.voucher-content .bill-table {
    border: 1px solid #e1ecf2;
    border-bottom: none;
}
.voucher-content .bill-table td {
    height: 60px;
    text-align: center;
    font-size: 12px;
}
.voucher-content .bill-table .input {
    margin-right: 5px;
    width: 45px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border: solid 1px #dee5eb;
    background-color: #ffffff;
}
.voucher-content .bill-table .date-input {
    font-size: 12px;
    width: 100px;
}
.voucher-content .info-table td,
.voucher-content .info-table td input {
    font-size: 12px;
}
.voucher-content .info-table tr:hover {
    background: #fbfbfb;
}
.voucher-content .info-table td {
    width: 25%;
    padding: 0 10px;
}
.voucher-content .info-table td input,
.voucher-content .info-table td select {
    width: 100%;
    display: none;
    border: solid 1px #dee5eb;
    height: 26px;
    line-height: 26px;
    text-indent: 3px;
    background: #ffffff;
}
.voucher-content .table-op {
    display: none;
    position: absolute;
    width: 18px;
    left: 2px;
}
#record .table-op a {
    display: inline-block;
    width: 18px;
    height: 18px;
}
#record .table-op a.table-add {
    background: url(../image/table-add.png) center center no-repeat;
}
#record .table-op a.table-del {
    background: url(../image/table-del.png) center center no-repeat;
}
.xdsoft_datetimepicker {
    padding: 10px;
    background: #ffffff;
    border: 1px solid #eeeeee\9;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(46, 73, 134, 0.2);
    -moz-box-shadow: 0px 1px 5px 0px rgba(46, 73, 134, 0.2);
    box-shadow: 0px 1px 5px 0px rgba(46, 73, 134, 0.2);
}
.right-content-box .bill-content .panel-title {
    position: relative;
    padding-left: 0;
    height: 50px;
    line-height: 30px;
    color: #304665;
    border-bottom: 1px solid #e8eef3;
}
.left-voucher-panel .panel-title {
    padding-left: 20px;
}
.right-bill-panel .angle-box {
    display: none;
    position: absolute;
    top: 0;
    right: 10px;
    width: 8px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
}
.right-bill-panel .angle-box .r-angle {
    width: 6px;
    height: 11px;
    background-position: -325px -27px;
}
.right-bill-panel .vbill-list {
    height: 50px;
}
.vbill-list .item {
    float: left;
    position: relative;
    /*min-width: 100px;*/
    width: 100px;
    margin-right: 25px;
    padding: 10px 0;
    text-align: center;
    color: #59708b;
    font-size: 14px;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.vbill-list .item:hover {
    color: #389af0;
}
.vbill-list .item.active {
    color: #389af0;
}
.vbill-list .item.active:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background-color: #389af0;
}
.right-bill-panel .mbill-list {
    display: none;
    position: absolute;
    width: 140px;
    top: 49px;
    right: 0;
    background-color: #ffffff;
    box-shadow: 0px 1px 5px 0px rgba(46, 73, 134, 0.15);
    border-radius: 3px;
    border: solid 1px #e2eaf0;
}
.right-bill-panel .mbill-list .item {
    padding: 0 8px;
    line-height: 36px;
    font-size: 14px;
    color: #59708b;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.right-bill-panel .mbill-list .item:hover,
.right-bill-panel .mbill-list .item.active {
    color: #389af0;
    background-color: #f4f6fa;
}

/*后台选择比赛模式*/
#compete-pattern-layer {
    display: none;
}
.set-compete-box {
    padding: 20px;
}
.set-compete-box .choice-box {
    line-height: 32px;
}
.set-compete-box .choice-box.choice-bg {
    margin-top: 10px;
    padding: 10px;
    border-radius: 3px;
    background-color: #f2f6fa;
}
.set-compete-box .choice-box .desc {
    color: #304665;
    margin-right: 5px;
}
.set-compete-box .choice-box .red {
    display: inline-block;
    vertical-align: middle;
    margin-right: 2PX;
    color: #ff0000;
}
.set-compete-box label {
    margin-right: 20px;
    color: #304665;
    font-weight: 100;
    cursor: pointer;
}
.set-compete-box .label-radio .radio-box {
    line-height: 30px;
}
.set-compete-box .label-radio .radio-box input {
    margin: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;
}
.set-compete-box .label-radio .radio-box {
    display: inline-block;
    margin-right: 8px;
    width: 16px;
    height: 16px;
    vertical-align: middle;
}
.set-compete-box .label-radio .radio-box {
    background: url("../image/sprite.png") -225px -27px no-repeat;
}
.set-compete-box .label-radio.checked .radio-box {
    background: url("../image/sprite.png") -244px -27px no-repeat;
}
.save-set-box {
    padding: 20px 0;
    border-top: 1px solid #edf0f5;
    text-align: center;
}
.save-set-box .btns {
    margin: 0 10px;
}

/*滚动条*/
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #23cfe4;
}
::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #d9e4e7;
}
.question-unit.splitter_panel .vsplitter {
    width: 10px;
    border-top: 1px solid #d6dde1;
    border-bottom: 1px solid #ecf3f8;
    background: #bfccd7 url(../image/spliter.png) center no-repeat;
}

/*底部*/
.footer {
    font-size: 0;
}
.footer span{
    font-size:14px;
}
.footer .f-num{
    font-size:18px;
    font-style: italic;
}
.f-sep{
    padding-left: 10px;
    border-left:1px solid #fff;
    margin-right:25px;
}
.f-partner{
    margin-right: 10px;
}
.icon-partner{
    width:32px;
    height:17px;
    display:inline-block;
    vertical-align:middle;
    background: url("../image/gallery.png") -45px -54px no-repeat;
    margin-right: 3px;
}
.icon-partner2 {
    width: 24px;
    height: 20px;
    background: url("../image/gallery.png") -84px -54px no-repeat;
}
.login-title{
    display:block;
    font-size:28px;
    color:#147cdf;
    text-shadow: 0px 1px 3px #88abc4;
    margin-bottom:50px;
}
.login-2 .title-login-2.glkj {
    background: url(../image/title-login-3.png) center center no-repeat;
}
.login-2 .login-form {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -223px;
    margin-top: -222px;
    width: 448px;
    height: 360px;
}
.login-2 .login-content .login-btn{
    background:#c1d844;
    box-shadow: none;
    height:48px;
    line-height:48px;
}
.login-2 .login-form .login-bg{
    width:320px;
    left:50%;
    margin-left: -160px;
    height:339px;
}
.login-2 .login-form .login-content{
    width:320px;
    margin:0 auto;
}
.login-2 .login-content .title{
    margin-bottom:28px;
}
.login-2 .login-content .input-box{
    margin-bottom: 20px;
}
.login-2 .login-content .login-btn{
    margin-top: 13px;
}

.compete-result .num{
    font-size:46px;
    color:#ff9900;
    margin-top:9px;
}
.compete-result{
    padding-top: 20px;
    text-align: center;
    position: relative;
    padding-left: 20px;
    width: 360px;
    text-align: center;
    position: relative;
    height: 161px;
    display: table-cell;
    vertical-align: middle;
}
.compete-result .btn{
    display:inline-block;
    width:100px;
    height:40px;
    line-height: 40px;
    font-size:14px;
    padding:0;
    margin:0 5px;
    color:#fff;
}
.compete-result .btns-wrap{
    margin-top: 17px;
    width: 100%;
}
.compete-result .btn:hover{
    opacity: 0.9;

}
.compete-result .text{
    color:#8e949d;
    font-size:14px;
}
.compete-result .fix{
    font-size:14px;
}
.compete-result .white-btn,.white-btn:hover{
    border:1px solid #1e9ef9;
    color:#1e9ef9;
    line-height: 38px;
}
.compete-result .clock-box+.enter-btn{
    display: block;
    margin: 0 auto;
    width: 200px;
    height: 40px;
    line-height: 40px;
    color: #fefefe;
    font-size: 16px;
    text-align: center;
    border-radius: 3px;
    background: #b9b9b9;
    margin-top: 30px;
}

.tax_voucher_form{
    height:100%;
    overflow-y: auto;
    overflow-x: hidden;
}
.detail-box img{
    max-width:100%;
}
.logo-netinnet{
    display: block;
    width:142px;
    height:50px;
    background: url("../image/logi-netinnet.png") 0 0 no-repeat;
    position: absolute;
    z-index: 1;
    top:20px;
    left:20px;
}
.glkj-page .logo-netinnet{
    background: url("../image/logo-glkj.png") 0 0 no-repeat;
}
.logo-bcase{
    display: block;
    width:142px;
    height:50px;
    background: url("../image/logo-bcase.png") 0 0 no-repeat;
    position: absolute;
    z-index: 1;
    top:20px;
    left:20px;
}
/*财务会计登录页*/
.login-3 .center-bar .cwkj-title{
    font-size: 0;
    text-indent: -9999px;
    background: url("../image/cwkj-title.png") 0 0 no-repeat!important;
    width:520px;
    height:51px;
        position: absolute;
        padding-right: 0!important;
    top: 38px;
    right: 44%;
    z-index: 2;

}

.login-3 .login-content .login-btn{
    background: #36a5fb;
    box-shadow:none;
    margin-top: 21px;
}
.login-3 .login-content  .login-btn:hover{
    opacity:0.9;
}

.login-3 .input-box.verify .code-box{
    border:none;
    background: #f0f0f0;
}
.login-3 .login-form .login-bg{
    opacity: 1;
    filter:none;
}
.login-3  .login-content .input-box{
    background:#f0f0f0;
    margin-bottom: 21px;
}
.login-3 .login-form{
    width: 496px;
    margin-left: -248px;
}
.login-3 .title-login-2{
    height:51px;
    margin-bottom: 70px;
    background: url("../image/title-login-5.png") center center no-repeat;
}

.login-3.global .logo-netinnet{
    width:424px;
    height:54px;
    background: url("../image/logo-netinnet-2.png") center center no-repeat;
}
.login-3.global .login-form{
    width:575px;
    margin-left: -288px;
}
/*修改赛务模块登录页面*/
.login-2 .login-form{
    top: 38%;
}
.login-2 .login-content .login-btn{
    background:#36a5fb;
    box-shadow: none;
    height:48px;
    line-height:48px;
}
.login-2 .login-title{
    text-align: center;
    width:auto;
}
.login-2 .title-login-2-bcase {
    width: 100%;
    height: 51px;
    background: url(../image/title-login-2-bcase.png) center center no-repeat;
    font-size: 0;
    text-indent: -9999px;
    margin-bottom: 15px;
}

.login-2 .title-login-2 {
    width: 100%;
    height: 51px;
    background: url(../image/title-login-2.png) center center no-repeat;
    font-size: 0;
    text-indent: -9999px;
    margin-bottom: 15px;
}

.login-2 .title-login-middle {
    width: 100%;
    height: 51px;
    background: url(../image/title-login-middle.png) center center no-repeat;
    font-size: 0;
    text-indent: -9999px;
    margin-bottom: 15px;
}

.login-3.global .title-login-2{
    height:68px;
    background: url("../image/title-login-4.png") center center no-repeat;
    margin-bottom: 70px;
    font-size: 0;
    text-indent:-9999px;
}
.login-3 .title-login-2{
    height:51px;
    margin-bottom: 70px;
    background: url("../image/title-login-5.png") center center no-repeat;
}

.login-3 .title-login-middle{
    height:51px;
    margin-bottom: 70px;
    background: url("../image/title-login-middle-stu.png") center center no-repeat;
}
/*修改企业信息弹窗样式*/
.enterprise .layui-layer-title{
    background:#3181ec;
    color:#fff;

}
.enterprise .layui-layer-setwin{
    position: absolute;
    right: -47px;
    top: 0;
    font-size: 0;
    line-height: initial;
    width: 47px;
    height: 47px;
    background: #6a6866;
}

.enterprise .layui-layer-setwin .layui-layer-close1{
    background: url(../image/icon-close.png) center center no-repeat;
    width: 47px;
    height: 47px;
    right: 0;
    top: 0;
    transition: all 0.3s;
    position: absolute;
}
.enterprise .layui-layer-setwin .layui-layer-close2:hover, .q-pop3 .layui-layer-setwin .layui-layer-close1:hover {
    transform: rotate(360deg);
}
.enterprise .right-content-panel{
    background: #ecf1f3 url(../image/bg-enterprise.png) 0 0 no-repeat;
    background-size: 100% 100%;

}
/*修改学生登录*/
.login-type{
    font-size: 30px;
    margin-left: 8px;
    font-weight: bold;
    display: none;


}
.login-link{
    height:28px;
    line-height:26px;
    border:1px solid #fff;
    color:#333;
    text-align: center;
    display: block;
    text-decoration:underline;
    text-align: center;
    margin-top:3px;

}

 .login-type.person{
    color:#06da7e;
}
 .login-type.team{
    color:#36a5fb;
}
.login-3 .login-content .title{
    color:#333333;
}
.login-2.team .login-link.team{
    display: none;
}
.login-2.person .login-link.person{
    display: none;
}
.login-2.person .login-type.person

{
    display: inline-block;
}
.login-2.team .login-type.team

{
    display: inline-block;
}
.login-2.person .login-content .login-btn{
    background:#06da7e;
}
.login-2.team .login-content .login-btn{
    background:#36a5fb;
}
.login-2 .login-form {
    top: 45%;
    height: 327px;
}
.login-2 .login-content .input-box {
    background: #f0f0f0;
    margin-bottom: 21px;
}
.login-2 .login-content .login-btn{
    margin-top: 15px;
}
.voucher-page .voucher-bg-bill .iframeExcelBox {
    width: 100%;
    height: 100%;
}
/*背景单据展示页面新窗口显示，页面全屏*/
.hideSheets .right-bill-panel{
    display: none;
}
.hideSheets .left-voucher-panel{
    width:auto;
    float: none;
}
.sheetBtn{
    background-color: #30ace9;
    color: #ffffff;
    margin-left: 20px;
    position: absolute;
    right: 10px;
    top: 11px;
    height: 28px;
    line-height: 28px;
    padding: 0 10px;
    border-radius: 5px;
}
.sheetBtn:hover{
    opacity: 0.9;
}
.com-logo{
    z-index: 1;
    top:20px;
    left:20px;
    position:fixed;
}
.com-logo .logo-inner{
    display: inline-block;
    vertical-align: middle;
    width:133px;
    height:37px;
    background: url("../image/logo-bcase.png") 0 0 no-repeat;
}

.login-4 .logo-text{
    color:#1f64c0;
    font-size:24px;
    display: inline-block;
    vertical-align: middle;
    margin:-9px 0 0 10px;
}
.login-4 .title{
    font-size:24px;
    color:#333;
    margin-bottom: 40px;
}
.login-4 .login-content .login-btn{
    background:#f5b545;
    color:#fff;
    border-radius:30px;
    box-shadow:none;
    
}
.login-4 .login-wrap{
    position: absolute;
    top: 50%;
    left: 50%;
    width:780px;
    margin:-220px 0 0 -390px;
    height:440px;
    overflow: hidden;
    background:#fff;
    border-radius:5px;
}
.login-4 .login-form{
    position:static;
    float:right;
    margin:0;
    width:240px;
    margin-right: 64px;
}
.login-4 .login-logo{
    width:419px;
    height:440px;
    background: url("../image/login-bg-2.png") 0 0 no-repeat;
    float: left;
}
.login-4 .login-content .input-box{
    background:#fff;
    border:none;
    border-bottom:1px solid #cfd6db;
    color:#9198b3;
    font-size:14px;
}
.login-4 .login-form .login-content{
    padding:65px 0 0 0;
}

.login-4 .logo-big{
    width:307px;
    height:70px;
    background: url("../image/logo-bcase-big.png") 0 0 no-repeat;
    margin:150px auto 0 auto;
}
.login-4 .logo-text-2{
    font-size:36px;
    color:#fff;
    text-align: center;
    margin-top:15px;
}
.login-4 .input-box .user{
    width:14px;
    height:16px;
    background: url("../image/sprite.png") -319px -56px no-repeat;
}
.login-4 .input-box .pwd{
    width:16px;
    height:16px;
    background: url("../image/sprite.png") -339px -57px no-repeat;
}
.login-4 .login-content .login-btn{
    margin-top: 34px;
}
.login-4  .login-link{
    margin-top: 10px;
    border:0;
}
.login-4.person .login-content .login-btn{
    background:#09d57d;
}
.login-4 .person{
    display: none;
}
.login-4.person .title,
.login-4.person .login-link
{
    display: none;
}
.login-4.person .person{
    display: block;
}
.list-2 .compete-unit .compete-info,
.list-2 .compete-unit .countdown

{
    float:none;
    width:auto;
}
.list-2 .compete-unit{
    width:270px;
    float: left;
    height:320px;
}
.list-2 .compete-list{
    width: 1161px;
    /* margin-top: 300px; */
}
.list-2 .compete-public{
    padding:0;
}
.list-2 .time{
    padding:0 20px;
    text-align:center;
    font-size:12px;
}
.list-2 .title{
    padding-left:20px;
    text-align: left;
}
 .list-2 .session{
    height: 73px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 270px;
    padding: 14px 20px;
     font-size:15px;
 }
.list-2 .owl-carousel{
    margin-top: 13%;
    overflow:visible!important;
}
.list-2 .owl-carousel .owl-nav button.owl-prev,
.list-2 .owl-carousel .owl-nav button.owl-next
{
    display: inline-block;
    width:48px;
    height:48px;
    background: url("../image/owl-icons.png") 0 0 no-repeat;
    position: absolute;
    left:-68px;
    top: 160px;
    margin-top:-24px;
}
.list-2 .owl-carousel .owl-nav button.owl-next{
    left:auto;
    right:-68px;
    background-position:-48px 0;
}
.list-2 .compete-unit .countdown{
    padding:0;
}
.list-2 .enter-btn{
    width:200px;
    height:40px;
    line-height:40px;
    display: block;
    font-size:16px;
    margin:0 auto;
    background:#37acff;
    color:#fff;
}
.list-2 .enter-btn.end{
    color:#6c8baf;
    background:#dce2eb;
}
.list-2  .compete-result{
    padding:0;
}
.list-2   .countdown .clock-box span{
    width:32px;
    height:32px;
    line-height:32px;
    font-size:22px;
}
.list-2 .compete-result .num{
    margin-bottom: 20px;
}
.list-2  .clock-box{
    margin:41px  0 33px 0;
}
.list-2 .model{
    width:64px;
    height:22px;
    line-height:20px;
    display: inline-block;
    border:1px solid #f35f7b;
    color:#f35f7b;
    font-size:12px;
    text-align:center;
    margin-left:12px;
}
.list-2 .model-2{
    color:#25c9de;
    border-color:#25c9de;
}
.list-2 .title-main{
    width: 150px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
}
.owl-carousel .owl-stage{
    display: inline-block;
}
.owl-carousel .owl-stage-outer{
    text-align: center;
}
/* 管理会计登录页 */

.login-new .logo-netinnet{
    width:173px;
    height:56px;
    background:url(../image/logo-netinnet-new.png)
}
.login-new .glkj-title{
    width:648px;
    height:257px;
    position: absolute;
    right:48%;
    top:34%;
    background:url(../image/glkj-title-new.png)
}
.login-new .login-form .login-bg{
    background:rgba(0,0,0,0.3);
    background:#7692a4\9;
}
.login-new .login-content .title{
    text-align: left;
    color:#fff;
    font-size:28px;
}
.login-new .login-content .input-box{
    background:#fff;
}
.login-new .login-btn{
    background:#f4b734;
    box-shadow:none;
    font-size: 18px;
}
.login-new .login-form{
    height: 334px;
    right:auto;
    left:55%;
    top: 45%;
}
.login-new .input-box .user{
    background-position:-165px -80px;
}
.login-new .input-box .pwd{
    background-position:-192px -80px;
}
.footer-new{
    font-size:12px;
    height:76px;
    line-height: 76px;
    position:fixed;
    bottom:0;
    left:0;
    right:0;
    background:rgba(0,0,0,0.4);
    color:#fff;
    text-align: center;
}
.footer-new .em{
    color:#4c83f2;
}
.footer-new .group{
    margin:0 10px;
    display: inline-block;
    vertical-align: middle;
}
/* 成绩排行列表 */
.compete-table .compete-info{
    float: none;
    width:100%;
    border:0;
}
.compete-table .compete-list {
    width:100%;
    height: 100%;
    background: #fff;
    position: relative;
    margin:0;
    overflow: auto;
}
.compete-table .com-table{
    position: static;
    padding:0;
}
.compete-table .com-table .row-1{
    color: #1e9ef9;
}
.compete-table .compete-content,
.compete-table .compete-unit

{
    height:100%;
}
.com-table {
    padding: 20px 20px 20px 20px;
    overflow: auto;
    position:absolute;
    top:50px;
    bottom:0;
    left:0;
    right:0;
}
.com-table table{
    width:100%;
}
.com-table .t-title {
    text-align: center;
    background: #f3f9ff;
    width: 149px;
    padding: 0;
    color: #4c5566;
    font-weight: normal;
    height: 40px;
    line-height: 40px;
}
.com-table .t-title {
    text-align: center;
    background: #f3f9ff;
    width: 149px;
    padding: 0;
    color: #4c5566;
    font-weight: normal;
}
.com-table td {
    text-align: center;
    height: 50px;
    line-height: 50px;
}
.com-table .status{
    display: inline-block;
    padding:0 5px;
    height:22px;
    line-height:22px;
    color:red;
    border:1px solid red;
}
.com-table .status-2{
    color:#1e9ef9;
    border-color: #1e9ef9;
}
.com-table .status-3{
    color:gray;
    border-color: gray;
}
.com-table .status-4{
    color:#62dc71;
    border-color: #62dc71;
}

/* 本科版管理会计教师登录页 */
.login-glkj-t   .title-login{
    width:491px;
    height:46px;
    background:url(../image/logo-glkj-teacher-new.png);
    margin:0 auto;
    font-size:0;
}
.login-glkj-t  .login-form{
    width: 842px;
    position: static;
    margin:0 auto;
}
.login-glkj-t .login-wrap{
    width:100%;
    height:100%;
    top:0;
    left:0;
    position:absolute;
    z-index: 1;
    padding-top:15%;
}
.login-glkj-t .input-box{
    float: left;
    width:320px;
    height:44px;
    margin-left:21px;
    background:#fff;
}
.login-glkj-t .login-btn{
    width:146px;
    height:44px;
    line-height:44px;
    background:#0a4dc2;
    color:#fff;
    font-size:16px;
    margin:0;
    box-shadow:none; 
    position: relative;
    left: 21px;
    border-radius:3px 3px 0 3px;
}
.login-glkj-t .login-btn:after{
    content:'';
    width:8px;
    height:8px;
    right:0;
    bottom:-8px;
    position:absolute;
    background: url("../image/sprite.png") -265px -77px no-repeat;

}
.login-glkj-t .login-content{
    padding:27px 0;
    background-color:rgba(255,255,255,0.5);
    background-color:#68b2ef\9;
    border:1px solid #fff;
    border-radius:3px;
    margin-top:62px;
}
.login-glkj-t .user,
.login-glkj-s .user
{
    width: 16px;
    height: 18px;
    background-position:-221px -78px;
}
.login-glkj-t .pwd,
.login-glkj-s .pwd
{
    width: 16px;
    height: 19px;
    background-position:-242px -77px;
}
.login-glkj .login-form{
      width: 840px;
}
.login-glkj-s .login-btn{
    background:#ffaf04;
    width:118px;
    height:44px;
    box-shadow:none;
    margin:20px auto 0 auto;
    display:block;
    font-size:16px;
}
.login-glkj-s .login-form{
    width:383px;
    height:423px;
    top: 40%;
    background: url("../image/bg-login-stu.png")  0 0 no-repeat;
    left: 50%;
    right: auto;
    margin-left: -191px;
}
.login-glkj-s .login-content{
    padding: 80px 50px;
}
.login-glkj-s  .input-box{
    width:280px;
    background:#ebebeb;
    margin-bottom:20px;
}
.login-glkj-s .title{
    color:#3c8fff;
    font-size:28px;
    margin-bottom: 35px;
}
.login-glkj-s .logo-netinnet,
.glkj-page .logo-netinnet
{
    background:none;
    width:auto;
}
.login-glkj-s .logo-netinnet i,
.login-glkj-s .logo-netinnet span,
.glkj-page .logo-netinnet span,
.glkj-page .logo-netinnet i
{
    display:inline-block;
    vertical-align: middle;
    font-size:20px;
    color:#fff;
}
.glkj-page .logo-netinnet span{
    font-size:28px;
}
.login-glkj-s .icon-logo-netinnet,
.glkj-page .icon-logo-netinnet

{
    width:50px;
    height:27px;
    background: url("../image/icon-logo-netinnet.png") 0 0 no-repeat;
}
.login-glkj-s +.footer{
    bottom: 0;
    height: 50px;
    line-height: 50px;
    background: rgba(0,0,0,0.4);
}
