body {
    font-size: 16px;
    background-color: #fafafa!important;
}

body.path-user {
    background-color: #fafafa;
}

#page {
    min-height: calc(100vh - 109px);
}

body.toolbar-vertical #page {
    min-height: calc(100vh - 148px);
}

body.toolbar-horizontal #page {
    min-height: calc(100vh - 188px);
}

.confirm-dom p,
.alert-dom p {
    text-align: left;
    font-size: 18px;
}

.confirm-dom button+button {
    margin-left: 5px;
    color: #000;
}

button.zhigu-button {
    padding: 5px 20px;
    background: #409eff;
    font-size: 14px;
    border: unset;
    border-radius: 4px;
    margin-top: 10px;
    color: #fff;
    cursor: pointer;
}

.confirm-dom button,
.alert-dom button {
    padding: 5px 20px;
    background: #409eff;
    font-size: 14px;
    border: unset;
    border-radius: 4px;
    margin-top: 10px;
    color: #fff;
}

.confirm-dom button.cancel-button {
    background: #fff;
    border: 1px solid #dcdfe6;
}

.confirm-shadow,
.alert-shadow {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 2000;
    background: #0000006b;
}

.alert-dom,
.confirm-dom {
    position: fixed;
    left: 50%;
    top: 30%;
    padding: 15px 40px;
    min-width: 350px;
    text-align: right;
    transform: translateX(-50%);
    background: #fff;
    border-radius: 5px;
    z-index: 2001;
}

.f-r {
    color: red;
}

a:link {
    border-bottom: unset;
}

.page-top-banner {
    background-color: #fff;
}

#page,
footer.site-footer {
    background: #fafafa !important;
}

#page .page-top-banner {
    border-bottom: 2px solid red;
}

.sidebar .block {
    border-width: 0px !important;
}

.sidebar .section {
    padding: 15px 8px 0;
}

.block:first {
    margin-top: 0px;
}

.block.block-fixed {
    position: fixed;
    box-sizing: border-box;
}

.copyright-statement {
    margin-top: 40px;
    padding-top: 25px;
    line-height: 50px;
    color: #9c9c9c;
    font-size: 14px;
    background: url(../images/node-copyright-statement.png) no-repeat top center;
    background-size: 100% 10px;
}

.copyright-statement pre {
    display: inline;
    color: #9c9c9c;
}

.block {
    margin: 0 0 15px;
}

.region .block:last-child {
    margin-bottom: 0;
}

.block .content {
    margin-top: 0 !important;
}

.block h2 {
    padding: 15px 20px;
    font-weight: bold;
}

#page-wrapper #main-wrapper {
    background: #fafafa;
    background-color: #fafafa;
}

#header .region-secondary-menu {
    display: flex;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    height: 60px;
}

.field.field--name-field-tags {
    margin-top: 40px;
}

.field.field--name-field-tags .links.field__items li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 0 18px;
    line-height: 1.7;
    border: solid 1px #6a747f;
    border-radius: 12px;
}

.field.field--name-field-tags .links.field__items li a {
    color: #68727d;
    font-size: 14px;
    border: none;
}

.title.page-title {
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 36px;
    color: #000;
    line-height: 1.7;
}

.block-system.block-system-main-block article>header .node__meta {
    margin: 0;
    font-size: 12px;
    color: #666;
}

.block-system.block-system-main-block article>header .node__meta .field--type-entity-reference {
    margin: 0 10px;
}

.field.field--name-uid a {
    color: #000;
    border: none;
}

.block-system.block-system-main-block article .node__content {
    margin: 40px 0 20px;
    font-size: 14px;
}

.node__links {
    font-size: 14px;
}

.node__links ul.links.inline li.comment-add {
    display: inline-block;
    padding: 0 24px;
    line-height: 38px;
    border-radius: 2px;
    background-color: #91bf17;
}

.node__links ul.links.inline li.comment-add a {
    font-size: 14px;
    color: #fff;
    border: none;
}

.title.comment-form__title {
    position: relative;
    padding-left: 14px;
    display: inline-block;
    line-height: 28px;
    color: #666;
    font-size: 18px;
}

.title.comment-form__title::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -10px;
    width: 4px;
    height: 20px;
    background-color: #ff5400;
}

.comment-form .js-form-item.form-item.js-form-type-textfield {
    display: flex;
    align-items: center;
}

.comment-form .js-form-item.form-item.js-form-type-textfield label,
.comment-form .form-type-textarea label {
    font-size: 14px;
}

.comment-form .js-form-item.form-item.js-form-type-textfield .js-text-full.text-full.form-text {
    width: auto;
}

.comment-form .form-textarea-wrapper {
    margin-top: 10px;
}

#content .comment-wrapper h2 {
    position: relative;
    padding-left: 10px;
    font-size: 16px;
    color: #666;
}

#content .comment-wrapper h2::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -9px;
    width: 3px;
    height: 18px;
    background-color: #ff4800;
}

.comment.js-comment .comment__meta {
    font-size: 14px;
}

.comment.comment.js-comment .comment__meta .comment__author {
    margin: 6px 0;
    line-height: 1.7;
}

.comment.comment.js-comment .comment__meta .comment__author .username,
.comment.comment.js-comment .comment__meta .comment__permalink a {
    color: #000;
    border: none;
}

.comment.comment.js-comment .comment__meta .comment__time {
    margin-bottom: 6px;
    color: #666;
    line-height: 1.5;
    font-size: 14px;
}

.comment.comment.js-comment .comment__meta .comment__permalink {
    line-height: 1.7;
    font-size: 14px;
}

.comment.js-comment .comment__content {
    font-size: 16px;
    border-radius: 4px;
}

.comment.js-comment .comment__content h3 a {
    color: #9ebf17;
    border: none;
}

.field.field--name-comment-body {
    color: #000;
    font-size: 16px;
}

.comment ul.links.inline {
    float: right;
}

.comment ul.links.inline li {
    margin-left: 20px;
    padding: 0;
    font-size: 14px;
}

.comment ul.links.inline li a {
    color: #9ebf17;
    border: none;
}

.zg_nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: 60px;
    background-color: #fff;
    max-width: 1480px;
    margin: 0 auto;
}

.zg_nav .zg_logo {
    height: 100%;
}

.zg_nav .zg_logo img {
    height: 100%;
    object-fit: contain;
}

.zg_nav a {
    border-bottom: unset;
}

.zg_nav .nav_right {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
}

.zg_nav .media_m {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    align-content: center;
}

.zg_nav .media_m a {
    padding: 0 10px;
    font-size: 18px;
    display: inline-block;
    color: #737373;
    font-size: 18px;
    margin-left: 24px;
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
    position: relative;
}

.zg_nav .media_m a:first-child {
    margin-left: 0;
}

.zg_nav .line:before {
    content: "";
    width: 1px;
    height: 19px;
    background-color: #cacaca;
    position: absolute;
    top: 8px;
    left: -24px;
}

.zg_nav .media_m a.active {
    border-bottom: solid 2px #ed6c00;
    font-weight: 700;
}

.zg_nav .media_m a i {
    position: absolute;
    font-size: 8px;
    color: #f08300;
    margin-left: 5px;
    top: -14px;
}

.search_span {
    height: 32px;
    display: inline-block;
    width: 90px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
}

.search_span .s_t {
    text-align: left;
    border: 1px solid #f4f4f4;
    background-color: #fff;
    color: #fff;
    font-size: 12px;
}

.search_span .i_search {
    padding: 2px 5px;
    cursor: pointer;
    background: red;
    color: #fff;
    font-style: normal;
}

.nav_right a,
.i_search {
    display: inline-block;
}

a:link,
a:visited,
a:hover,
a:focus,
a:active {
    text-decoration: none;
}

.field-video-url {
    width: 100% !important;
    height: auto !important;
}

.field-video-url video {
    width: 100%;
}

.big_data_platform--miniprogram-popup {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 999;
    background: #0000005b;
    left: 0;
    top: 0;
}

.big_data_platform--miniprogram-popup .miniprogram {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    padding: 40px;
    border-radius: 40px;
}

.big_data_platform--miniprogram-popup .miniprogram span {
    margin-top: 10px;
}

.is--active {
    display: block;
}

.is--flex-active {
    display: flex;
}

.page-footer.contact-us {
    background: #212121;
    padding: 10px 0;
}

.page-footer .contact-us-contents,
.page-footer .page-copyright {
    margin: 0 auto;
}

.page-footer .contact-us-contents,
.page-footer .contact-us-contents .contact-us-left,
.page-footer .contact-us-contents .contact-us-right {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

.page-footer .contact-us-contents img {
    margin-right: 5px;
}

.page-footer .contact-us-contents span {
    color: #fff;
    margin: 0 10px;
}

.page-footer .page-copyright {
    text-align: center;
    margin-top: 10px;
}

.page-footer .page-copyright span+span {
    margin-right: 10px;
}

.page-footer .page-copyright span,
.page-footer .page-copyright a {
    color: #9c9c9c;
    border-bottom: unset;
}

#toTop {
    position: fixed;
    right: 0;
    bottom: 82px;
    width: 60px;
    height: 60px;
    background: #515151;
    display: none;
}

article.node {
    background: #fff;
    padding: 10px 15px;
}

article.node h1 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 5px;
}

article.node .node__meta span a,
article.node .node__meta span {
    color: #9c9c9c;
    margin-right: 5px;
}

article.node header {
    padding-bottom: 20px;
    border-bottom: 1px solid #9c9c9c59;
}

.zhigu-pager a.is-active {
    background: rgb(0, 82, 217);
    color: #fff;
}

.zhigu-pager a+a {
    margin-left: 10px;
}

.zhigu-pager a {
    /* padding: 10px; */
    border: 1px solid #cbcbcb;
    border-radius: 4px;
    display: inline-block;
    text-align: center;
    width: 32px;
    height: 32px;
    font-size: 14px;
    line-height: 32px;
    color: #000;
}

.zhigu-pager {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    margin-top: 10px;
}

.ad-text_border {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    border: solid 1px #fd0000;
    font-size: 14px;
}

.ad-text_border a {
    color: #fd0000;
}

.ad {
    margin: 10px 0;
}

.ad-box {
    margin-bottom: 20px;
}

.ad1 {
    display: flex;
    justify-content: space-between;
}

.ad1 .ad-text_border {
    width: 32%;
}

.ad-text {
    justify-content: space-between;
    flex-wrap: wrap;
}

.ad-text li:not(:last-child) {
    padding-right: 5px;
}

.ad-text li {
    position: relative;
    width: calc(33.3333% - 10px);
}

.ad-text li:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 24%;
    right: -6px;
    width: 2px;
    height: 60%;
    background-color: #fe6f13;
}

.ad-text li a {
    color: #fe6f13;
}

@media (min-width: 851px) {
    .page-footer .contact-us-contents,
    .page-footer .page-copyright {
        max-width: 1212px;
    }
    #toTop {
        right: calc(50% - 676px);
    }
}

@media screen and (min-width: 1679px) {
    #page .layout-container {
        max-width: 1212px;
    }
    .page-footer .contact-us-contents,
    .page-footer .page-copyright {
        max-width: 1212px;
    }
    #toTop {
        right: calc(50% - 740px);
    }
}

@media screen and (max-width: 850px) {
    .page-footer .contact-us-contents,
    .page-footer .contact-us-contents .contact-us-left {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: space-between;
        align-items: center;
    }
}

#toolbar-administration {
    position: relative;
    z-index: 99999999;
}