@charset "UTF-8";
html, body {
    width: 100%;
    height: 100%;
}

.full-container {
    width: 100%;
    height: 100%;
    min-width: 1240px;
    display: flex;
    flex-direction: column;
}

.full-container-main {
    flex: 1;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
}

.full-container-main .center-container {
    flex: 1;
}

.full-show-padding {
    width: 1200px;
    margin: 0 auto;
}


/**
 * 头部
 */
.show-header {
    height: 40px;
    background-color: #2862b5;
}

.title-container {
    display: flex;
    justify-content: space-between;
    line-height: 40px;
    font-size: 14px;
    color: #ffffff;
}

.title-container > .header-title-login {
    display: flex;
}

.title-container > .header-title-login > .header-title-login-btn,
.title-container > .header-title-login > .header-title-register-btn {
    cursor: pointer;
    display: flex;
    align-items: center;
}

.title-container > .header-title-login > .header-title-login-btn > .header-title-login-btn-logo {
    width: 12px;
    height: 12px;
    background-image: url(../images/portal/last-login-logo.png);
    margin-left: 30px;
}

.title-container > .header-title-login > .header-title-register-btn > .header-title-register-btn-logo {
    width: 12px;
    height: 12px;
    background-image: url(../images/portal/last-register-logo.png);
}

.title-container > .header-title-login > .header-title-login-btn > .header-title-login-btn-name,
.title-container > .header-title-login > .header-title-register-btn > .header-title-register-btn-name {
    margin-left: 10px;
    color: #b6c7e0;
}

.header-title-login-user {
    cursor: pointer;
    display: flex;
    align-items: center;
    position: relative;
}

.header-title-login-user > .header-title-login-user-logo {
    width: 12px;
    height: 12px;
    background-image: url(../images/portal/last-register-logo.png);
}

.header-title-login-user > .header-title-login-user-name {
    margin-left: 10px;
    font-size: 14px;
    line-height: 40px;
    color: #b6c7e0;
}

.header-title-login-user-menu {
    display: none;
    width: 100px;
    border: 1px solid #d6dce8;
    background-color: #f2f3f9;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 10000;
}

.header-title-login-user-menu > div {
    cursor: pointer;
    color: #797c99;
    text-align: center;
    line-height: 28px;
}

.header-title-login-user-menu > div > a {
    font-size: 14px;
    color: #797c99;
}


/**
 * 首位主体内容
 */
.show-container {
    height: 400px;
    background-size: 100% 400px;
    background-image: url(../images/portal/last-port-show.jpg);
    position: relative;
}
.show-container .show-title-box {
    position: absolute;
    top: 125px;
    left: 380px;
    display: flex;
    flex-direction: row;
    gap: 30px;
    align-items: center;
}
.show-container .show-title-box img {
    width: 80px;
    object-fit: contain;
}
.show-container .show-title-box .title-box {
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.show-container .show-title-box .title-box .main-title {
    font-size: 48px;
    font-weight: bold;
    letter-spacing: 16px;
}
.show-container .show-title-box .title-box .sub-title {
    font-size: 20px;
    word-spacing: 15px;
    letter-spacing: 3px;
}

.business-server > .business-server-nav {
    height: 40px;
    line-height: 40px;
    display: flex;
    align-items: center;
    margin: 20px 0;
}

.business-server > .business-server-nav > .business-server-title {
    width: 200px;
    height: 100%;
    background: url(../images/portal/last-business-server.png) no-repeat;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
}

.business-server > .business-server-nav > .business-server-line {
    flex: 1;
    height: 1px;
    background-color: #d6dce8;
}

.business-server > .business-server-content {
    display: flex;
}

.business-server > .business-server-content > .person-business-server {
    flex: 1;
    border: 1px solid #edeef4;
    background-color: #f2f3f9;
}

.person-business-server-title {
    background-color: #2862b5;
    height: 40px;
    border: 1px solid #2862b5;
    border-radius: 5px 5px 0 0;
    padding: 0 10px;
    display: flex;
    align-items: center;
}

.person-business-server-title > .person-business-server-title-logo {
    width: 29px;
    height: 29px;
    background-image: url(../images/portal/last-person-logo.png);
}

.person-business-server-title > .person-business-server-title-text {
    font-size: 18px;
    color: #ffffff;
    margin-left: 15px;
}

.person-business-server-content > .person-business-server-item {
    cursor: pointer;
    height: 95px;
    font-size: 20px;
    color: #ffffff;
    line-height: 95px;
    padding-left: 60px;
    margin: 10px;
}

/*.person-business-server-content > .person-business-server-item-xksq {
    background: url(../images/portal/last-bafwxksq.png) no-repeat;
    background-size: 100% 100%;
}

.person-business-server-content > .person-business-server-item-bayks {
    background: url(../images/portal/last-bayks.png) no-repeat;
    background-size: 100% 100%;
}*/

.business-server > .business-server-content > .org-business-server {
    flex: 3;
    border: 1px solid #edeef4;
    background-color: #f2f3f9;
    margin-left: 20px;
}

.org-business-server-title {
    background-color: #2862b5;
    height: 40px;
    border: 1px solid #2862b5;
    border-radius: 5px 5px 0 0;
    padding: 0 10px;
    display: flex;
    align-items: center;
}

.org-business-server-title > .org-business-server-title-logo {
    width: 29px;
    height: 29px;
    background-image: url(../images/portal/last-org-logo.png);
}

.org-business-server-title > .org-business-server-title-text {
    font-size: 18px;
    color: #ffffff;
    margin-left: 15px;
}

.business-server .business-server-content .org-business-server .org-business-server-content {
    display: flex;
    padding: 0 5px;
}

.business-server .business-server-content .org-business-server .org-business-server-content > div {
    flex: 1;
    height: 200px;
    padding: 10px;
    background-color: #ffffff;
    margin: 10px 5px;
}

.org-server-title {
    display: flex;
    align-items: center;
}

.org-server-title > .bafw-server-logo {
    width: 39px;
    height: 39px;
    background-image: url(../images/portal/last-bafw-logo.png);
}

.org-server-title > .bapx-server-logo {
    width: 39px;
    height: 39px;
    background-image: url(../images/portal/last-bapx-logo.png);
}

.org-server-title > .zzba-server-logo {
    width: 39px;
    height: 39px;
    background-image: url(../images/portal/last-zz-logo.png);
}

.org-server-title > .org-server-name {
    font-size: 20px;
    font-weight: bold;
    color: #1d4789;
    margin-left: 20px;
}

.org-server-content {
    font-size: 14px;
    margin-left: 60px;
    line-height: 24px;
    color: #8095b2;
}

.org-server-content > ul {
    margin: 0;
}

.org-server-content > ul > li:before {
    content: "";
    width: 6px;
    height: 6px;
    display: inline-block;
    border-radius: 50%;
    background: #8095b2;
    vertical-align: middle;
    margin-right: 10px;
}

.org-server-content > ul > li:hover {
    cursor: pointer;
}


/**/
.propaganda-server {
    display: flex;
}

.propaganda-server > .notice-policy-container,
.propaganda-server > .publicity-container {
    flex: 1;
    position: relative;
}

.propaganda-server > .publicity-container {
    margin-left: 20px;
}

.notice-policy-container > .notice-policy-container-title {
    height: 40px;
    line-height: 40px;
    display: flex;
    align-items: center;
    position: relative;
    margin: 20px auto;
}

.notice-container-title-logo,
.policy-container-title-logo {
    /*cursor: pointer;*/
    width: 170px;
    height: 100%;
    font-size: 18px;
    color: #797c99;
}

.policy-container-title-logo {
    text-align: center;
}

.notice-container-title-logo {
    padding-left: 30px;
}

.notice-container-title-logo.notice-container-title-logo-click,
.policy-container-title-logo.policy-container-title-logo-click {
    color: #ffffff;
}

.notice-policy-container > .notice-policy-container-title > .notice-container-title-logo-default {
    background: url("../images/portal/last-policy-logo-default.png") no-repeat left center;
}

.notice-policy-container > .notice-policy-container-title > .notice-container-title-logo-click {
    background: url("../images/portal/last-policy-logo-click.png") no-repeat left center;
}

.notice-policy-container > .notice-policy-container-title > .policy-container-title-logo-default {
    background: url("../images/portal/last-notice-logo-default.png") no-repeat left center;
}

.notice-policy-container > .notice-policy-container-title > .policy-container-title-logo-click {
    background: url("../images/portal/last-notice-logo-click.png")  no-repeat left center;
}


.notice-policy-container > .notice-policy-container-title > .notice-policy-container-line {
    flex: 1;
    height: 1px;
    background-color: #d6dce8;
}

.notice-policy-container-more {
    cursor: pointer;
    position: absolute;
    right: 5px;
    bottom: -5px;
    line-height: 1;
    font-size: 14px;
    color: #166af2;
}


/**/
.publicity-container > .publicity-container-title {
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    display: flex;
    align-items: center;
    position: relative;
    margin: 20px 0;
}

.publicity-container > .publicity-container-title > .publicity-container-title-logo {
    width: 200px;
    height: 100%;
    background: url("../images/portal/last-publicity-logo-click.png") no-repeat;
}

.publicity-container > .publicity-container-title > .publicity-container-line {
    flex: 1;
    height: 1px;
    background-color: #d6dce8;
}

.publicity-container-more {
    cursor: pointer;
    position: absolute;
    right: 5px;
    bottom: -5px;
    line-height: 1;
    font-size: 14px;
    color: #166af2;
}


/**/
.notice-policy-container > .propaganda-container-content > .no-data,
.publicity-container > .propaganda-container-content > .no-data {
    width: 64px;
    height: 80px;
    margin: 90px auto;
    display: none;
}

.notice-policy-container > .propaganda-container-content > .no-data > .no-data-logo,
.publicity-container > .propaganda-container-content > .no-data > .no-data-logo {
    width: 64px;
    height: 64px;
    background-image: url(../images/portal/last-no-data.png);
}

.notice-policy-container > .propaganda-container-content > .no-data > .no-data-text,
.publicity-container > .propaganda-container-content > .no-data > .no-data-text {
    font-size: 14px;
    color: #797c99;
    text-align: center;
}


/**/
.propaganda-container-content {
    height: 280px;
}

.propaganda-container-content > ul > li {
    font-size: 14px;
    line-height: 28px;
    color: #797c99;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.propaganda-container-content > ul > li:before {
    content: "";
    width: 6px;
    height: 6px;
    display: block;
    border-radius: 50%;
    background: #8095b2;
    vertical-align: middle;
    margin: 0 5px;
}

.propaganda-container-content > ul > li > .propaganda-info-title {
    flex: 1;
    width: 0;
}

.propaganda-container-content > ul > li > .propaganda-info-title > span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.propaganda-info-time {
    width: 100px;
    text-align: right;
    float: right;
}

.publicity-loading {
    background-color: rgba(255, 255, 255, 0.1);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    /*opacity: 0.5;*/
    display: none;
}

.np-loading {
    background-color: rgba(255, 255, 255, 0.1);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    /*opacity: 0.5;*/
    display: none;
}

@-webkit-keyframes loading {
    from {
        opacity: 1;
        width: 1px;
        height: 1px;
    }
    to {
        opacity: 0.25;
        width: 8px;
        height: 8px;
    }
}

div.spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
}

div.spinner div {
    width: 8px;
    height: 8px;
    background: #2862b5;
    border: 1px solid #2862b5;
    position: absolute;
    left: 100%;
    top: 100%;
    opacity: 0;
    -webkit-animation: loading 2s linear infinite;
    -webkit-border-radius: 30px;
}

div.spinner div.bar1 {
    -webkit-transform: rotate(0deg) translate(0, -34px);
    -webkit-animation-delay: -0s;
}

div.spinner div.bar2 {
    -webkit-transform: rotate(30deg) translate(0, -34px);
    -webkit-animation-delay: -1.8334s;
}

div.spinner div.bar3 {
    -webkit-transform: rotate(60deg) translate(0, -34px);
    -webkit-animation-delay: -1.6668s;
}

div.spinner div.bar4 {
    -webkit-transform: rotate(90deg) translate(0, -34px);
    -webkit-animation-delay: -1.5002s;
}

div.spinner div.bar5 {
    -webkit-transform: rotate(120deg) translate(0, -34px);
    -webkit-animation-delay: -1.3336s;
}

div.spinner div.bar6 {
    -webkit-transform: rotate(150deg) translate(0, -34px);
    -webkit-animation-delay: -1.167s;
}

div.spinner div.bar7 {
    -webkit-transform: rotate(180deg) translate(0, -34px);
    -webkit-animation-delay: -1.0004s;
}

div.spinner div.bar8 {
    -webkit-transform: rotate(210deg) translate(0, -34px);
    -webkit-animation-delay: -0.8338s;
}

div.spinner div.bar9 {
    -webkit-transform: rotate(240deg) translate(0, -34px);
    -webkit-animation-delay: -0.6672s;
}

div.spinner div.bar10 {
    -webkit-transform: rotate(270deg) translate(0, -34px);
    -webkit-animation-delay: -0.5006s;
}

div.spinner div.bar11 {
    -webkit-transform: rotate(300deg) translate(0, -34px);
    -webkit-animation-delay: -0.334s;
}

div.spinner div.bar12 {
    -webkit-transform: rotate(330deg) translate(0, -34px);
    -webkit-animation-delay: -0.1674s;
}
/*热门及帮助*/
.popular-help-container {

}
.popular-help-container .popular-help {

}
.popular-help-container .popular-help > .popular-help-nav {
    height: 40px;
    line-height: 40px;
    display: flex;
    align-items: center;
    margin: 20px 0;
}

.popular-help-container .popular-help > .popular-help-nav > .popular-help-title {
    width: 200px;
    height: 100%;
    background: url(../images/portal/last-business-server.png) no-repeat;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
}

.popular-help-container .popular-help > .popular-help-nav > .popular-help-line {
    flex: 1;
    height: 1px;
    background-color: #d6dce8;
}
.popular-help-container .popular-help .popular-help-content {
    display: flex;
    flex-direction: row;
    gap: 30px;
    background-image: linear-gradient(to right, #eff3fc , #e4edfc);
    border-radius: 3px;
    padding: 10px;
}
.popular-help-container .popular-help .popular-help-content  .content-left {
    display: flex;
    flex-direction: row;
    gap: 20px;
}
.popular-help-container .popular-help .popular-help-content .popular-help-item {
    width: 270px;
    height: 70px;
    background-size: 100% 100%;
    cursor: pointer;
}
.popular-help-container .popular-help .popular-help-content .popular-help-item#handleQuery {
    background: url("../images/portal/handing_query.png");
}
.popular-help-container .popular-help .popular-help-content .popular-help-item#operateHelp {
    background: url("../images/portal/operation_guide.png");
}
.popular-help-container .popular-help .popular-help-content  .content-right {
    flex: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5px;
}
.popular-help-container .popular-help .popular-help-content  .content-right .help-item {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border: 2px solid #d2e0fd;
    border-radius: 3px;
    color: #1c478b;
}
.popular-help-container .popular-help .popular-help-content  .content-right .help-item .item-label {
    width: 130px;
    text-align-last: justify;
    text-align: justify;
}

/**
 * 页脚
 */
.show-footer {
    border-top: 1px solid #edeef4;
    margin-top: 20px;
}

.show-footer > .link-container {
    background-color: #f2f3f9;
}

.link-container-title {
    text-align: center;
    color: #1f69c0;
    font-size: 18px;
    line-height: 36px;
}

.link-list {
    font-size: 14px;
    color: #999fc4;
    height: 80px;
    max-height: 160px;
    line-height: 40px;
}

.link-list span {
    cursor: pointer;
    padding: 0 15px 0 5px;
}

.copy-footer {
    background-color: #0b81c1;
    line-height: 40px;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
}
.szf-img-area{
    display: flex;
    justify-content: center; /* 水平居中 */
    align-items: center; /* 垂直居中，如果需要的话 */
}
.szf-img-area img{
    width: 100px;
    margin: 0 10px; /* 根据需要调整图片之间的间距 */
}
.szf-img-area img:hover{
    cursor: pointer;
}
/**
 * 面包屑
 */
.nav-breadcrumb {
    background-color: #f2f3f8;
    padding: 10px;
    border-radius: 2px;
    margin-bottom: 10px;
}

.nav-breadcrumb a {
    padding: 0 10px;
}

.nav-breadcrumb a:last-child {
    color: #0a84ff;
    font-weight: 600;
}

.nav-breadcrumb .nav-breadcrumb-back {
    float: right;
    cursor: pointer;
    width: 20px;
    height: 15px;
    background: url("../images/portal/last-back.png") no-repeat right center;
    background-size: 13px 13px;
    border-left: 1px solid #a6b5ca;
}


/**
 * 搜索框
 */
.search-container {
    width: 1200px;
    height: 120px;
    background-image: url("../images/portal/last-last-show-logo.png");
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.search-container-01 {
    background-image: url("../images/portal/last-show-logo-01.png");
}

.search-container-01 .search-title {
    color: #ffffff;
}

.search-container-01 .search-title div {
    font-size: 24px;
    font-weight: 600;
}

.search-handle-container {
    width: 590px;
    height: 60px;
    border: 1px solid #edeef4;
    background-color: rgba(255, 255, 255, 0.8);
}

.search-handle-container > .search-handle-container-input {
    width: 400px;
    float: left;
    height: 40px;
    margin-top: 10px;
    margin-left: 10px;

}

.search-handle-container > .search-handle-container-input > input {
    width: 400px;
    height: 40px;
    border: 1px solid #ffffff;
    background-color: #ffffff;
    border-radius: 5px;
    padding-left: 5px;
    padding-right: 5px;
}

.search-handle-container > .search-handle-container-btn {
    width: 100px;
    height: 40px;
    margin-top: 10px;
    margin-right: 10px;
    float: right;
    /*border: 1px solid red;*/

}

.search-handle-container-btn > button {
    width: 100px;
    height: 40px;
    background-color: #2862b5;
    color: #f2f3f9;
    line-height: 40px;
    font-size: 18px;
    vertical-align: center;
    border: none;
    border-radius: 3px;
}

.pagination > li:hover, .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
    cursor: pointer !important;
}
