body {
    font-size: 14px;
    font-family: "Microsoft YaHei UI", "Helvetica Neue", Helvetica, Arial, sans-serif;

    /*background-image: url("../images/liucheng.jpg");*/
    /*background-position: center top;*/
    /*opacity: 0.6;*/
}

a {
    color: inherit;
}

a:hover,
a:focus,
a:active,
a.active {
    color: #1a73e8;
    text-decoration: none;
}

.btn {
    border-radius: 0;
    outline: none !important;
}

.btn-default {
    color: #1a73e8;
    border-color: #1a73e8;
    background-color: transparent;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active {
    color: #fff !important;
    background-color: #1a73e8 !important;
    border-color: #1a73e8 !important;
}

.btn-primary {
    border-color: #1a73e8;
    background-color: #1a73e8;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
    color: #fff;
    border-color: #0468d7 !important;
    background-color: #0468d7 !important;
}

.btn-link {
    color: #1a73e8;
}

.btn-link:hover,
.btn-link:focus,
.btn-link:active,
.btn-link.active {
    color: #1a73e8;
}

.skin-color {
    color: #1a73e8;
}

.text-row-ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.text-paragraph-2-ellipsis {
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.text-paragraph-5-ellipsis {
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}

.min-height-600px {
    min-height: 600px;
}

.line-height-2 {
    line-height: 2em;
}

.font-size-2em {
    font-size: 2em;
}

.area-overflow-x-auto {
    overflow-x: auto;
    margin-bottom: 20px;
}

.area-overflow-x-auto > *:last-child {
    margin-bottom: 0;
}

.rich-text {
    line-height: 2em;
}

.rich-text img {
    max-width: 100%;
}

.page-title {
    margin-top: 0;
    margin-bottom: 20px;
}

.page-title .text {
    font-size: 32px;
}

.empty-area {
    padding: 4em;
    text-align: center;
}

.loading-area {
    padding: 4em;
    text-align: center;
}

.pagination-area {
    display: flex;
    justify-content: center;
}

.pagination-area .pagination {
    margin-top: 0;
}

.pagination > li > a, .pagination > li > span {
    color: #1a73e8;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #1a73e8;
    border-color: #1a73e8;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    color: #1a73e8;
}

.table.table-center tr th,
.table.table-center tr td {
    text-align: center;
}

.table.table-thead-center thead tr th,
.table.table-thead-center thead tr td {
    text-align: center;
}

.panel-box {
    display: inline-block;
    width: 100%;
    padding: 20px;
    background-color: white;
    margin-bottom: 20px;
    border-radius: 4px;
    border: 1px solid #d9dbdf;
}

.panel-box > *:first-child {
    margin-top: 0;
}

.panel-box > *:last-child {
    margin-bottom: 0;
}

.form-required::before {
    content: '*';
    color: #f44336;
    margin-right: 4px;
}

#app .has-error .control-label {
    color: #f44336;
}

#app .has-error .form-control {
    border-color: #f44336;
}

#app .has-error .help-block {
    color: #f44336;
}

.phone-input-group .input-group-btn .dropdown-menu {
    max-height: 400px;
    overflow: auto;
}

.panel-box.article-list-panel-box .article-list {
    margin-bottom: 20px;
}

.panel-box.article-list-panel-box .article-list .article-item {
    line-height: 3em;
    padding: 0 5px;
    border-bottom: 1px solid #d9dbdf;
}

.panel-box.article-list-panel-box .article-list .article-item .text-row-ellipsis {
    display: block;
}

.panel-box.article-info-panel-box {
    padding-top: 40px;
    padding-bottom: 40px;
}

.panel-box.article-info-panel-box .title {
    font-size: 24px;
    text-align: center;
}

.panel-box.article-info-panel-box .time {
    text-align: center;
    margin: 1em 0;
}

.panel-box.article-info-panel-box .content {
    color: #555;
    min-height: 300px;
}

.panel-box.article-info-panel-box .content img {
    max-width: 100%;
}

.page-pagination-block {
    display: flex;
    justify-content: center;
}

.page-pagination-block .nav-links {
    display: flex;
    gap: 20px;
}

.page-pagination-block .nav-links .page-numbers {
    padding: 10px;
}

.page-pagination-block .nav-links .page-numbers.current {
    font-weight: bold;
    color: #1a73e8;
}

.navigation.post-navigation .nav-links {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    color: #777;
}

.page-breadcrumb-block {
    background-color: transparent;
    padding: 0;
    margin-bottom: 20px;
}

.page-breadcrumb-block a {
    color: #1a73e8;
}

.app-page-header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 100;
    color: #fff;
    transition: 0.3s all;
}

.app-page-header.fixed-bg:not(.has-open-slider),
.app-page-header.bg:not(.has-open-slider) {
    color: #4a4a4a;
    background-color: #fff;
    box-shadow: 0 1px 6px rgba(0, 0, 0, .2);
}

.app-page-header.fixed-bg:not(.has-open-slider) .logo .white,
.app-page-header.bg:not(.has-open-slider) .logo .white {
    display: none;
}

.app-page-header .logo .black {
    display: none;
}

.app-page-header.fixed-bg:not(.has-open-slider) .logo .black,
.app-page-header.bg:not(.has-open-slider) .logo .black {
    display: block;
}

.app-page-header.no-show {
    top: -100px;
    background-color: transparent !important;
}

.app-page-header .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}

.app-page-header .right-col {
    display: flex;
    align-items: center;
}

.app-page-header .menus {
    margin-right: 44px;
}

.app-page-header .menus ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

.app-page-header .menus ul li a {
    color: inherit;
    padding: 13px 16px;
    border-radius: 24px;
    line-height: 1em;
}

.app-page-header .menus ul li a:hover {
    background-color: hsla(0, 0%, 98%, .15);
}

.app-page-header.fixed-bg:not(.has-open-slider) .menus a:hover,
.app-page-header.bg:not(.has-open-slider) .menus a:hover {
    color: #1a73e8;
}

.app-page-header .contact-btn {
    background-color: #833ef2 !important;
    border-color: #833ef2 !important;
    height: 40px;
    line-height: 38px;
    padding: 0 70px;
    border-radius: 20px;
}

.app-page-header .hamburg-btn {
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 5px 0 0 0;
    color: inherit;
    background-color: transparent !important;
    border: none;
    border-radius: 50%;
    box-shadow: none;
}

.app-page-header .hamburg-btn:hover {
    background-color: hsla(0, 0%, 98%, .15) !important;
}

.app-page-header .hamburg-btn svg {
    width: 15px;
}

.app-page-header .hamburg-btn .close-icon {
    display: none;
}

.app-page-header .hamburg-btn.open .list-icon {
    display: none;
}

.app-page-header .hamburg-btn.open .close-icon {
    display: inline;
}

.app-page-header-slider-window {
    position: fixed;
    right: 100%;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 80px 0 1em 0;
    background-color: #1a73e8;
    z-index: 90;
    transition: 0.3s all;
}

.app-page-header-slider-window.open {
    right: 0;
}

.app-page-header-slider-window .menus ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.app-page-header-slider-window .menus a {
    display: block;
    color: #fff;
    font-weight: bold;
    line-height: 3em;
}

.app-page-header-placeholder {
    height: 80px;
    margin-bottom: 30px;
}

.app-page-content {
    min-height: 80vh;
}

.app-page-footer {
    margin-top: 30px;
}

.app-page-footer .main {
    padding: 76px 0 100px 0;
    background-color: #042449;
}

.app-page-footer .main .inner {
    display: flex;
    justify-content: space-between;
}

.app-page-footer .main .left-col {
}

.app-page-footer .main .left-col .t1 {
    color: #fff;
    font-size: 60px;
    font-weight: bold;
    margin-bottom: 12px;
}

.app-page-footer .main .left-col .t2 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 25px;
}

.app-page-footer .main .left-col .t3 {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 42px;
}

.app-page-footer .main .left-col .contact-btn {
    color: #0468d7 !important;
    font-size: 16px;
    background-color: #fff !important;
    border: 0;
    padding: 0 40px;
    height: 38px;
    line-height: 38px;
    border-radius: 19px;
}

.app-page-footer .main .right-col {
    width: 390px;
    padding-top: 30px;
}

.app-page-footer .main .right-col .qr {
    width: 170px;
    margin: 0 auto;
}

.app-page-footer .main .right-col .qr .box {
    position: relative;
}

.app-page-footer .main .right-col .qr .box .line {
    position: absolute;
    width: 36px;
    height: 36px;
    animation: qr-line-breathing 1.2s infinite;
}

.app-page-footer .main .right-col .qr .box .line1 {
    left: -7px;
    top: -7px;
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
}

.app-page-footer .main .right-col .qr .box .line2 {
    right: -7px;
    top: -7px;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
}

.app-page-footer .main .right-col .qr .box .line3 {
    left: -7px;
    bottom: -7px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.app-page-footer .main .right-col .qr .box .line4 {
    right: -7px;
    bottom: -7px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.app-page-footer .main .right-col .qr .box img {
}

.app-page-footer .main .right-col .qr .text {
    color: #fff;
    font-size: 18px;
    margin-top: 34px;
    text-align: center;
}

.index-page .first-screen-block {
    background-color: #1a68d3;
    background-image: radial-gradient(ellipse at bottom, #1a68d3 5%, transparent 60%), linear-gradient(136deg, transparent, #71c7ee 290%), linear-gradient(115deg, #9d9af1, transparent 40%), linear-gradient(180deg, transparent 0, #1a68d3 70%), radial-gradient(ellipse at -70% -180%, transparent 80%, #71c7ee 0), radial-gradient(ellipse at bottom, #1a68d3 40%, transparent 80%), radial-gradient(ellipse at 5% 340%, transparent 80%, #bfc2f4 0);
    padding: 144px 0 90px 0;
    margin-bottom: 27px;
    overflow: hidden;
}

.index-page .first-screen-block .first-row-text {
    position: relative;
    transform: translateY(20vh);
    color: #fff;
    font-size: 48px;
    text-align: center;
    line-height: 60px;
    margin-bottom: 54px;
    opacity: 0;
    animation: slideup 0.6s cubic-bezier(.27, .89, .39, .95) forwards;
    animation-delay: 0.1s;
}

.index-page .first-screen-block .show-imgs {
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
    display: flex;
    justify-content: space-between;
    margin-bottom: 42px;
    width: 1180px;
}

.index-page .first-screen-block .show-imgs .col {
    position: relative;
    width: calc((100% - 64px) / 3);
    opacity: 0;
}

.index-page .first-screen-block .show-imgs .col .imgs {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 20px;
}

.index-page .first-screen-block .show-imgs .img-item {
    border-radius: 8px;
    box-shadow: 0px 8px 24px rgba(0, 0, 0, .25);
}

.index-page .first-screen-block .show-imgs .img-item.img-item-1 {
    margin-top: 110px;
    width: 100%;
}

.index-page .first-screen-block .show-imgs .img-item.img-item-2 {
    margin-top: 110px;
    width: 201px;
}

.index-page .first-screen-block .show-imgs .img-item.img-item-3 {
    width: 201px;
}

.index-page .first-screen-block .show-imgs .img-item.img-item-4 {
    width: 100%;
}

.index-page .first-screen-block .show-imgs .img-item.img-item-5 {
    margin-top: 110px;
    width: 100%;
}

.index-page .first-screen-block .show-imgs .img-item.img-item-6 {
    margin-top: 220px;
    width: 100%;
}

.index-page .first-screen-block .show-imgs .img-item.img-item-7 {
    width: 100%;
}

.index-page .first-screen-block .show-imgs .img-item.img-item-8 {
    width: 201px;
}

.index-page .first-screen-block .show-imgs .col-left {
    transform: translateY(100vh);
    animation: slideup 0.9s cubic-bezier(.27, .89, .39, .95) forwards;
    animation-delay: 0.6s;
}

.index-page .first-screen-block .show-imgs .col-left .imgs {
    margin-left: -150px;
    justify-content: flex-end;
}

.index-page .first-screen-block .show-imgs .col-center {
    transform: translateY(60vh);
    animation: slideup 0.6s cubic-bezier(.27, .89, .39, .95) forwards;
    animation-delay: 0.3s;
}

.index-page .first-screen-block .show-imgs .col-center .img-item {
    border-radius: 32px;
}

.index-page .first-screen-block .show-imgs .col-right {
    transform: translateY(100vh);
    animation: slideup 0.9s cubic-bezier(.27, .89, .39, .95) forwards;
    animation-delay: 0.6s;
}

.index-page .first-screen-block .show-imgs .col-right .imgs {
    margin-right: -330px;
}

.index-page .first-screen-block .show-imgs .col-right .imgs .cr {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.index-page .first-screen-block .show-imgs .col-right .imgs .cr.crl {
    width: 201px;
}

.index-page .first-screen-block .show-imgs .col-right .imgs .cr.crl img {
    width: 100%;
}

.index-page .first-screen-block .show-imgs .col-right .imgs .cr.crr {
    width: calc(100% - 221px);
}

.index-page .first-screen-block .two-row-text {
    color: #fff;
    text-align: center;
}

.index-page .first-screen-block .two-row-text .l1 {
    font-size: 36px;
    margin-bottom: 20px;
}

.index-page .first-screen-block .two-row-text .l2 {
    font-size: 24px;
    margin-bottom: 70px;
}

.index-page .first-screen-block .wechat-row {
    text-align: center;
}

.index-page .server-block {
    margin-bottom: 64px;
}

.index-page .server-block .nav-tabs {
    border-bottom: 3px solid #e8eaed;
    margin-bottom: 35px;
}

.index-page .server-block .nav-tabs li {
    margin-right: 50px;
}

.index-page .server-block .nav-tabs li a {
    position: relative;
    color: #5f6368;
    font-size: 16px;
    border: 0;
    margin: 0;
    padding: 25px 0;
    background-color: transparent;
}

.index-page .server-block .nav-tabs li a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 3px;
    background-color: #1a73e8;
    display: none;
}

.index-page .server-block .nav-tabs li.active a,
.index-page .server-block .nav-tabs li a:hover {
    color: #202124;
}

.index-page .server-block .nav-tabs li.active a:after {
    display: block;
}

.index-page .server-block .tab-content .row {
    margin: 0 -12px;
}

.index-page .server-block .tab-content .row .col {
    padding: 0 12px;
}

.index-page .server-block .tab-content .card {
    display: flex;
    padding: 28px 14px 32px 14px;
    border-radius: 6px;
    border: 1px solid #d9dbdf;
}

.index-page .server-block .tab-content .card .left {
    width: calc(100% - 60px);
    padding-right: 30px;
}

.index-page .server-block .tab-content .card .left .title {
    color: #84878b;
    margin-bottom: 5px;
}

.index-page .server-block .tab-content .card .left .desc {
    color: #000;
    font-size: 16px;
}

.index-page .server-block .tab-content .card .right {
    width: 60px;
    padding-top: 6px;
}

.index-page .server2-block {
    margin-bottom: 56px;
}

.index-page .server2-block .header {
    color: #000;
    font-size: 30px;
    text-align: center;
    margin-bottom: 50px;
}

.index-page .server2-block .tabs {
    display: flex;
    justify-content: center;
    background-color: #f8f9fa;
    border-radius: 20px;
    width: 330px;
    margin: 0 auto 38px auto;
}

.index-page .server2-block .tabs .tab-item {
    color: #0468d7;
    width: 165px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    text-align: center;
}

.index-page .server2-block .tabs .tab-item:hover {
    color: #4a4a4a;
    background-color: #e8eaed;
}

.index-page .server2-block .tabs .tab-item.active {
    color: #fff;
    background-color: #0468d7;
}

.index-page .server2-block .contents {
}

.index-page .server2-block .contents .content-item {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    opacity: 0;
    position: relative;
    transform: translateY(200px);

    display: none;
}

.index-page .server2-block .contents .content-item.active {
    display: flex;
    animation: slideup 0.6s cubic-bezier(.27, .89, .39, .95) forwards;
}

.index-page .server2-block .contents .content-item .img-col {
    width: calc(100% - 430px);
}

.index-page .server2-block .contents .content-item .img-col img {
    max-width: 100%;
}

.index-page .server2-block .contents .content-item .text-col {
    width: 400px;
    padding-top: 126px;
}

.index-page .server2-block .contents .content-item .text-col .title {
    color: #14c2ad;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 22px;
}

.index-page .server2-block .contents .content-item .text-col .desc {
    color: #4a4a4a;
    font-size: 18px;
    line-height: 28px;
}

.index-page .feature-block {
}

.index-page .feature-block .text-col {
    padding-top: 106px;
    padding-bottom: 100px;
}

.index-page .feature-block .text-col .t1 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
}

.index-page .feature-block .text-col.left-col .t1 {
    color: #13b9fd;
}

.index-page .feature-block .text-col.right-col .t1 {
    color: #14c2ad;
}

.index-page .feature-block .text-col .t2 {
    color: #333;
    font-size: 60px;
    font-weight: bold;
    margin-bottom: 55px;
    line-height: 80px;
}

.index-page .feature-block .text-col .t3 {
    color: #4a4a4a;
    font-size: 18px;
}

.index-page .feature-block .img-col {
    padding-bottom: 100px;
}

.index-page .feature-block .img-col img {
    width: 82%;
}

.index-page .about-us-block {
    margin-bottom: 162px;
}

.index-page .about-us-block .text-col {
    padding-top: 120px;
}

.index-page .about-us-block .text-col .t1 {
    color: #1a73e8;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
}

.index-page .about-us-block .text-col .t2 {
    color: #333;
    font-size: 60px;
    font-weight: bold;
    margin-bottom: 27px;
}

.index-page .about-us-block .text-col .t3 {
    color: #000;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 45px;
}

.index-page .about-us-block .text-col .nums {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.index-page .about-us-block .text-col .nums .num-item {
    text-align: center;
}

.index-page .about-us-block .text-col .nums .num-item .number {
    color: #333;
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 15px;
}

.index-page .about-us-block .text-col .nums .num-item .desc {
    color: #666;
    line-height: 18px;
}

.index-page .about-us-block .img-col {
}

.index-page .about-us-block .img-col img {
    width: 82%;
}

.index-page .community-block {
    overflow: hidden;
}

.index-page .community-block .inner {
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
    padding-top: 60px;
}

.index-page .community-block .logo-cols {
    display: grid;
    gap: 24px;
    grid-template-columns: 1fr 1fr 1fr 356px 1fr 1fr 1fr;
}

.index-page .community-block .logo-cols .logo-col {
    position: relative;
}

.index-page .community-block .logo-cols .logo-col:nth-child(1),
.index-page .community-block .logo-cols .logo-col:nth-child(7) {
    top: 24px;
}

.index-page .community-block .logo-cols .logo-col:nth-child(2),
.index-page .community-block .logo-cols .logo-col:nth-child(6) {
    top: -48px;
}

.index-page .community-block .logo-cols .logo-col:nth-child(3),
.index-page .community-block .logo-cols .logo-col:nth-child(5) {
    top: 60px;
}

.index-page .community-block .logo-cols .logo-col .logo-item {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 163px;
    padding: 35px;
    background-color: #f8f9fa;
    border-radius: 8px;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, .1);
    margin-bottom: 24px;
}

.index-page .community-block .logo-cols .logo-col:nth-child(4) .logo-item {
    height: 356px;
    padding: 94px;
}

.index-page .community-block .logo-cols .logo-col .logo-item img {
    width: 100%;
}

.index-page .community-block .text-area {
    position: relative;
    top: -246px;
    text-align: center;
}

.index-page .community-block .text-area .t1 {
    color: #4a4a4a;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}

.index-page .community-block .text-area .t2 {
    color: #000;
    font-size: 48px;
    font-weight: bold;
    line-height: 60px;
    margin-bottom: 39px;
}

.index-page .community-block .text-area .t3 {
    color: #4a4a4a;
    font-size: 18px;
    margin-bottom: 59px;
}

.index-page .community-block .text-area .contact-btn {
    font-size: 16px;
    line-height: 38px;
    height: 40px;
    border-radius: 20px;
    padding: 0 28px;
}

.index-page .question-block {
    background-color: #f8f9fa;
    overflow: hidden;
    padding: 60px 0 102px 0;
    margin-top: -55px;
}

.index-page .question-block .header {
    color: #000;
    font-size: 60px;
    font-weight: bold;
    margin-bottom: 35px;
}

.index-page .question-block .question-list-container {
    overflow-x: auto;
    scrollbar-width: none;
    scroll-behavior: smooth;
}

.index-page .question-block .question-list-container::-webkit-scrollbar {
    display: none;
}

.index-page .question-block .question-list {
    display: flex;
    margin: 0 -20px 46px -20px;
}

.index-page .question-block .question-list:before {
    content: "";
    min-width: calc((100% - 1210px) / 2);
}

.index-page .question-block .question-list:after {
    content: "";
    min-width: 40px;
}

.index-page .question-block .question-list .question-item {
    position: relative;
    color: #000;
    min-width: 485px;
    border-radius: 24px;
    box-shadow: 0px 8px 24px rgba(0, 0, 0, .25);
    background-color: #fff;
    padding: 88px 60px 60px 60px;
    margin: 20px;
    overflow: hidden;
    z-index: 0;
}

.index-page .question-block .question-list .question-item:hover {
    color: #fff;
}

.index-page .question-block .question-list .question-item .mask {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-top-right-radius: 100%;
    background-color: #1a73e8;
    z-index: -1;
    opacity: 0;
    transition: 0.3s all;
}

.index-page .question-block .question-list .question-item:hover .mask {
    width: 100%;
    height: 100%;
    border-top-right-radius: 24px;
    opacity: 1;
}

.index-page .question-block .question-list .question-item .title {
    font-size: 24px;
    font-weight: bold;
    height: 70px;
    margin-bottom: 16px;
}

.index-page .question-block .question-list .question-item .desc {
    font-size: 18px;
    line-height: 36px;
    height: 180px;
    margin-bottom: 65px;
}

.index-page .question-block .question-list .question-item .bottom {
}

.index-page .question-block .question-list .question-item .bottom .read-more-btn {
    font-weight: bold;
}

.index-page .question-block .question-list .question-item .bottom .read-more-btn:hover {
    color: #fff;
}

.index-page .question-block .question-list .question-item .bottom .read-more-btn .icon {
    width: 10px;
}

.index-page .question-block .question-list-controller {
}

.index-page .question-block .question-list-controller .progress {
    height: 4px;
    background-color: #e8eaed;
    margin-bottom: 24px;
}

.index-page .question-block .question-list-controller .progress .content {
    width: 0;
    height: 100%;
    background-color: #1a73e8;
}

.index-page .question-block .question-list-controller .bottom {
    display: flex;
    justify-content: right;
    gap: 8px;
}

.index-page .question-block .question-list-controller .bottom .opt-btn {
    display: flex;
    width: 28px;
}

.index-page .question-block .question-list-controller .bottom .opt-btn[disabled] {
    color: #a0a0a1;
}

.liucheng-page .srdz-block {
    margin-bottom: 185px;
}

.liucheng-page .srdz-block .col-list {
    display: flex;
    flex-wrap: wrap;
}

.liucheng-page .srdz-block .text-col {
    color: #000;
    padding-top: 115px;
}

.liucheng-page .srdz-block .text-col .t1 {
    font-size: 30px;
}

.liucheng-page .srdz-block .text-col .t2 {
    font-size: 48px;
    margin-bottom: 27px;
}

.liucheng-page .srdz-block .text-col .t3 {
    color: #4a4a4a;
    font-size: 18px;
    line-height: 30px;
}

.liucheng-page .srdz-block .img-col {
    padding-top: 60px;
}

.liucheng-page .srdz-block .img-col img {
    width: 100%;
}

.liucheng-page .block-header {
    color: #000;
    text-align: center;
}

.liucheng-page .block-header .t1 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 17px;
}

.liucheng-page .block-header .t2 {
    font-size: 18px;
}

.liucheng-page .zlyhlw-block {
    margin-bottom: 20px;
    overflow: hidden;
}

.liucheng-page .zlyhlw-block .block-header {
    margin-bottom: 20px;
}

.liucheng-page .zlyhlw-block .col-list {
    display: flex;
    flex-wrap: wrap;
}

.liucheng-page .zlyhlw-block .text-col {
    color: #4a4a4a;
    font-size: 18px;
    line-height: 30px;
    padding-top: 63px;
    padding-bottom: 83px;
}

.liucheng-page .zlyhlw-block .img-col {
    padding-bottom: 83px;
}

.liucheng-page .zlyhlw-block .img-col .main-img {
    width: 100%;
}

.liucheng-page .zlyhlw-block .img-col .browser {
    position: relative;
}

.liucheng-page .zlyhlw-block .img-col .browser .icon-box {
    position: absolute;
}

.liucheng-page .zlyhlw-block .img-col .browser .icon-box#browser-icon-box-shop {
    left: 0;
    top: 19%;
    width: 13%;
}

.liucheng-page .zlyhlw-block .img-col .browser .icon-box#browser-icon-box-icon {
    right: 10%;
    top: -5%;
    width: 24%;
}

.liucheng-page .zlyhlw-block .img-col .browser .icon-box#browser-icon-box-person {
    left: 10%;
    bottom: 2%;
    width: 15%;
}

.liucheng-page .zlyhlw-block .img-col .browser .icon-box#browser-icon-box-paint {
    right: 30%;
    bottom: 7%;
    width: 13%;
}

.liucheng-page .zlyhlw-block .img-col .browser .icon-box#browser-icon-box-video {
    right: 0;
    top: 30%;
    width: 13%;
}

.liucheng-page .zlyhlw-block .img-col .browser .icon-box .icon {
    position: relative;
    width: 100%;
}

.liucheng-page .server-block {
    margin-bottom: 150px;
}

.liucheng-page .server-block .block-header {
    margin-bottom: 112px;
}

.liucheng-page .server-block .server-list .col {
}

.liucheng-page .server-block .server-list .col .line {
    height: 4px;
    background-color: #e8eaed;
    margin-bottom: 16px;
}

.liucheng-page .server-block .server-list .col .title {
    color: #000;
    font-size: 30px;
    margin-bottom: 22px;
}

.liucheng-page .server-block .server-list .col .desc {
    color: #4a4a4a;
    font-size: 20px;
    margin-bottom: 50px;
}

.liucheng-page .server-block .server-list .col img {
    width: 100%;
}

.liucheng-page .project-flow-block {
    margin-bottom: 300px;
}

.liucheng-page .project-flow-block .block-header {
    margin-bottom: 74px;
}

.liucheng-page .project-flow-block .big-img img {
    width: 100%;
}

.article-list-grid {
    display: flex;
    flex-wrap: wrap;
}

.article-list-grid .article-item {
    display: block;
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 30px;
}

.article-list-grid .article-item:hover {
    box-shadow: 0 8px 30px #0000001a;
}

.article-list-grid .article-item .thumb {
    aspect-ratio: 1.9;
    border-radius: 8px;
    overflow: hidden;
}

.article-list-grid .article-item .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.article-list-grid .article-item .content {
    padding: 28px 10px 10px 10px;
}

.article-list-grid .article-item .content .title {
    color: #333;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4em;
    margin: 0 0 20px 0;
    height: 56px;
}

.article-list-grid .article-item .content .time {
    color: #333;
    opacity: .4;
}

.article-detail-page .big-img {
    border-radius: 10px;
    overflow: hidden;
    aspect-ratio: 2.5;
}

.article-detail-page .big-img .bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@keyframes slideup {
    0% {
        opacity: 0
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes qr-line-breathing {
    0% {
        transform: scale(1);
    }
    to {
        transform: scale(1.2);
    }
}

@media (min-width: 1700px) {
    .container.container-lg {
        width: 1670px;
    }

    .liucheng-page .server-block .server-list {
        margin: 0 -220px;
    }

    .archive-page .article-list-grid {
        margin-left: -60px;
        margin-right: -60px;
    }

    .archive-page .article-list-grid .col {
        padding: 0 60px 30px 60px;
    }
}

@media (min-width: 1500px) {
    .app-page-header .container-fluid {
        padding: 0 42px;
    }

    .index-page .server-block .inner {
        margin: 0 -60px;
    }

    .index-page .server2-block .contents {
        margin-left: -30px;
        margin-right: -20px;
    }

    .index-page .feature-block .text-col.left-col {
        padding-left: 65px;
    }

    .index-page .feature-block .text-col.right-col {
        padding-top: 137px;
        padding-left: 22px;
        padding-right: 65px;
    }

    .index-page .about-us-block .text-col {
        padding-left: 65px;
        padding-right: 28px;
    }

    .liucheng-page .srdz-block .text-col {
        padding-right: 0;
    }

    .liucheng-page .srdz-block .img-col {
        padding-left: 0;
    }

    .liucheng-page .zlyhlw-block .col-list {
        margin-right: -122px;
    }

    .liucheng-page .zlyhlw-block .text-col.left-col {
        padding-right: 62px;
    }

    .liucheng-page .zlyhlw-block .text-col.right-col {
        padding-left: 77px;
    }

    .liucheng-page .zlyhlw-block .img-col .main-img.s1-img {
        margin-top: -43px;
    }

    .liucheng-page .project-flow-block .big-img {
        margin: 0 -146px;
    }
}

@media (min-width: 1500px) and (max-width: 1650px) {
    .liucheng-page .server-block .server-list {
        margin: 0 -146px;
    }
}

@media (min-width: 1240px) {
    .container {
        width: 1210px;
    }
}

@media (min-width: 1240px) and (max-width: 1500px) {
    .index-page .question-block .question-list:before {
        content: "";
        min-width: calc((100% - 1210px) / 2);
    }
}

@media (min-width: 1200px) {
}

@media (min-width: 1200px) and (max-width: 1240px) {
    .index-page .question-block .question-list:before {
        content: "";
        min-width: calc((100% - 1170px) / 2);
    }
}

@media (max-width: 1200px) {
    .app-page-footer .main .left-col .t1 {
        font-size: 48px;
    }

    .app-page-footer .main .right-col {
        width: auto;
    }

    .liucheng-page .server-block .server-list .col {
        margin-bottom: 50px;
    }
}

@media (min-width: 992px) {
    .index-page .first-screen-block .first-row-text {
        min-height: 122px;
    }

    .index-page .community-block .inner {
        width: 1480px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {

    .index-page .question-block .question-list:before {
        content: "";
        min-width: calc((100% - 970px) / 2);
    }
}

@media (max-width: 992px) {
    .app-page-footer .main {
        padding: 70px 0;
    }

    .app-page-footer .main .inner {
        flex-direction: column;
        align-items: center;
        gap: 50px;
        text-align: center;
    }

    .app-page-footer .main .left-col .t1 {
        font-size: 38px;
    }

    .app-page-footer .main .left-col .t2 {
        font-size: 18px;
    }

    .app-page-footer .main .left-col .t3 {
        font-size: 18px;
    }

    .index-page .first-screen-block .first-row-text {
        font-size: 28px;
        font-weight: bold;
        line-height: 56px;
        min-height: 224px;
        margin-bottom: 30px;
    }

    .index-page .first-screen-block .show-imgs {
        width: 800px;
    }

    .index-page .first-screen-block .show-imgs .col {
        width: calc((100% - 36px) / 3);
    }

    .index-page .first-screen-block .show-imgs .img-item.img-item-2 {
        width: 192px;
    }

    .index-page .first-screen-block .show-imgs .img-item.img-item-3 {
        width: 192px;
    }

    .index-page .first-screen-block .two-row-text .l2 {
        margin-bottom: 50px;
    }

    .index-page .server-block {
        margin-bottom: 50px;
    }

    .index-page .server-block .nav-tabs {
        margin-bottom: 20px;
    }

    .index-page .server-block .nav-tabs li {
        margin-right: 30px;
    }

    .index-page .server-block .tab-content .card {
        margin-bottom: 20px;
    }

    .index-page .server2-block .contents .content-item .img-col {
        width: 100%;
    }

    .index-page .server2-block .contents .content-item .text-col {
        width: 100%;
        padding-top: 0;
    }

    .index-page .feature-block .text-col {
        padding-top: 0;
        padding-bottom: 50px;
    }

    .index-page .feature-block .text-col .t2 {
        font-size: 38px;
        line-height: 58px;
        margin-bottom: 20px;
    }

    .index-page .feature-block .img-col {
        padding-bottom: 50px;
    }

    .index-page .about-us-block {
        margin-bottom: 50px;
    }

    .index-page .about-us-block .text-col {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .index-page .about-us-block .text-col .t2 {
        font-size: 38px;
    }

    .index-page .about-us-block .text-col .nums .num-item .number {
        font-size: 38px;
        margin-bottom: 10px;
    }

    .index-page .about-us-block .img-col img {
        width: 100%;
    }

    .index-page .community-block .inner {
        width: 962px;
    }

    .index-page .community-block .logo-cols {
        grid-template-columns: 1fr 1fr 1fr 220px 1fr 1fr 1fr;
    }

    .index-page .community-block .logo-cols .logo-col .logo-item {
        height: 100px;
        padding: 18px;
    }

    .index-page .community-block .logo-cols .logo-col:nth-child(4) .logo-item {
        height: 220px;
        padding: 30px;
    }

    .index-page .community-block .text-area {
        top: -160px;
    }

    .index-page .community-block .text-area .t2 {
        font-size: 38px;
    }

    .index-page .community-block .text-area .t3 {
        margin-bottom: 39px;
    }

    .index-page .question-block {
        margin-top: -80px;
        padding: 50px 0;
    }

    .index-page .question-block .header {
        font-size: 38px;
    }

    .index-page .question-block .question-list .question-item {
        padding: 70px 50px 50px 50px;
    }

    .liucheng-page .srdz-block {
        margin-bottom: 50px;
    }

    .liucheng-page .srdz-block .col-list {
        flex-direction: column-reverse;
    }

    .liucheng-page .srdz-block .text-col {
        padding-top: 50px;
    }

    .liucheng-page .srdz-block .text-col .t1 {
        font-size: 28px;
    }

    .liucheng-page .srdz-block .text-col .t2 {
        font-size: 38px;
    }

    .liucheng-page .srdz-block .text-col .t3 {
    }

    .liucheng-page .srdz-block .img-col {
        padding-top: 30px;
    }

    .liucheng-page .zlyhlw-block .col-list:nth-child(even) {
        flex-direction: column-reverse;
    }

    .liucheng-page .zlyhlw-block .text-col {
        padding-top: 0;
        padding-bottom: 30px;
    }

    .liucheng-page .zlyhlw-block .img-col {
        padding-bottom: 30px;
    }

    .liucheng-page .zlyhlw-block .img-col .main-img.s1-img {
        height: 70vw;
        object-fit: cover;
    }

    .liucheng-page .server-block {
        margin-bottom: 0;
    }

    .liucheng-page .server-block .block-header {
        margin-bottom: 50px;
    }

    .liucheng-page .project-flow-block {
        margin-bottom: 50px;
    }

    .liucheng-page .project-flow-block .block-header {
        margin-bottom: 30px;
    }
}

@media (min-width: 768px) {
}

@media (min-width: 768px) and (max-width: 992px) {
    .index-page .question-block .question-list:before {
        content: "";
        min-width: calc((100% - 750px) / 2);
    }
}

@media (max-width: 768px) {
    .navigation.post-navigation .nav-links {
        flex-direction: column;
        gap: 20px;
    }

    .index-page .question-block .question-list .question-item {
        min-width: calc(100% - 40px);
    }

    .index-page .question-block .question-list:after {
        min-width: 20px;
    }

    .article-list-grid .article-item {
        display: flex;
        align-items: center;
    }

    .article-list-grid .article-item .thumb {
        width: 50%;
    }

    .article-list-grid .article-item .content {
        width: 50%;
        padding: 0 15px;
    }

    .article-list-grid .article-item .content .title {
        font-size: 16px;
        height: auto;
    }
}

@media (max-width: 500px) {
    .index-page .community-block .inner {
        padding-top: 0;
    }
}
