body {
    font-size: 14px;
    font-family: "Microsoft YaHei UI", "Helvetica Neue", Helvetica, Arial, sans-serif;

    overflow-x: hidden;
}

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;
}

.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;
}

.page-title {
    margin-bottom: 20px;
}

.page-title .text {
    font-size: 24px;
}

.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;
}

.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 .logo1,
.app-page-header.bg:not(.has-open-slider) .logo .logo1 {
    display: none;
}

.app-page-header .logo .logo2 {
    display: none;
}

.app-page-header.fixed-bg:not(.has-open-slider) .logo .logo2,
.app-page-header.bg:not(.has-open-slider) .logo .logo2 {
    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 {
    display: flex;
    margin-right: 44px;
}

.app-page-header .menus a {
    color: inherit;
    padding: 13px 16px;
    border-radius: 24px;
    line-height: 1em;
}

.app-page-header .menus 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 a {
    display: block;
    color: #fff;
    font-weight: bold;
    line-height: 3em;
}

.app-page-header-placeholder {
    height: 80px;
    margin-bottom: 20px;
}

.page-footer {
    margin-top: 50px
}

.page-footer .contact-block {
    position: relative;
    background-color: #0168b7;
    color: #fff;
    margin: 0 -40px;
}

.page-footer .contact-block .bottom-div {
    position: absolute;
    left: 1%;
    top: 1%;
    width: 98%;
    height: 98%;
    border: 1px solid #fff;
    opacity: 0;
    transition: left .6s, top .6s, width .6s, height .6s;
    -moz-transition: left .6s, top .6s, width .6s, height .6s;
    -webkit-transition: left .6s, top .6s, width .6s, height .6s;
    -o-transition: left .6s, top .6s, width .6s, height .6s
}

.page-footer .contact-block:hover .bottom-div {
    left: 3%;
    top: 7%;
    width: 94%;
    height: 86%;
    opacity: 1
}

.page-footer .contact-block .top-div {
    width: 100%;
    position: relative;
    z-index: 1
}

.page-footer .contact-block .qdlx {
    font-size: 40px;
    background-color: #303030;
    padding: 24px 40px 38px 48px;
    line-height: 74px;
    font-family: "å®‹ä½“";
    position: absolute;
    top: 147px;
    left: 0
}

.page-footer .contact-block .content {
    display: inline-block;
    vertical-align: top;
    margin-top: 119px;
    margin-bottom: 150px;
    margin-left: 24%;
    z-index: 1;
    position: relative
}

.page-footer .contact-block .content .l1 {
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 10px
}

.page-footer .contact-block .content .l2 {
    font-size: 30px;
    margin-bottom: 1em
}

.page-footer .contact-block .content .l3 .text {
    display: inline-block;
    margin-right: 50px
}

.page-footer .contact-block .content .l3 .text .s1 {
    font-size: 18px;
    margin-bottom: 6px
}

.page-footer .contact-block .content .l3 .text .s2 {
    font-size: 30px
}

.page-footer .contact-block .content .l3 .but-list {
    display: inline-block;
    vertical-align: bottom;
    margin-bottom: 4px
}

.page-footer .contact-block .content .l3 .but-list a {
    display: inline-block;
    font-size: 18px;
    line-height: 44px;
    padding: 0 29px;
    border: 1px solid #fff;
    background-color: #e83f3f
}

.page-footer .contact-block .content .l3 .but-list a:first-child {
    margin-right: 34px
}

.page-footer .contact-block .content .l3 .but-list a:hover {
    background-color: #fff;
    color: #0168b7
}

.page-footer .contact-block .wx {
    position: absolute;
    top: 132px;
    left: 82%
}

.page-footer .contact-block .wx .img {
    position: relative;
    width: 169px;
    height: 169px;
    padding: 9px
}

.page-footer .contact-block .wx .img img {
    width: 100%;
    height: 100%
}

.page-footer .contact-block .wx .img i {
    position: absolute;
    background-color: rgba(255, 255, 255, .6)
}

.page-footer .contact-block .wx .img .h {
    width: 36px;
    height: 1px
}

.page-footer .contact-block .wx .img .v {
    height: 36px;
    width: 1px
}

.page-footer .contact-block .wx .img .c1 {
    left: 0;
    top: 0;
    animation: wx-qrcode-border-scan-c1 1.2s infinite normal;
    -moz-animation: wx-qrcode-border-scan-c1 1.2s infinite normal;
    -webkit-animation: wx-qrcode-border-scan-c1 1.2s infinite normal;
    -o-animation: wx-qrcode-border-scan-c1 1.2s infinite normal
}

.page-footer .contact-block .wx .img .c2 {
    right: 0;
    top: 0;
    animation: wx-qrcode-border-scan-c2 1.2s infinite normal;
    -moz-animation: wx-qrcode-border-scan-c2 1.2s infinite normal;
    -webkit-animation: wx-qrcode-border-scan-c2 1.2s infinite normal;
    -o-animation: wx-qrcode-border-scan-c2 1.2s infinite normal
}

.page-footer .contact-block .wx .img .c3 {
    right: 0;
    bottom: 0;
    animation: wx-qrcode-border-scan-c3 1.2s infinite normal;
    -moz-animation: wx-qrcode-border-scan-c3 1.2s infinite normal;
    -webkit-animation: wx-qrcode-border-scan-c3 1.2s infinite normal;
    -o-animation: wx-qrcode-border-scan-c3 1.2s infinite normal
}

.page-footer .contact-block .wx .img .c4 {
    left: 0;
    bottom: 0;
    animation: wx-qrcode-border-scan-c4 1.2s infinite normal;
    -moz-animation: wx-qrcode-border-scan-c4 1.2s infinite normal;
    -webkit-animation: wx-qrcode-border-scan-c4 1.2s infinite normal;
    -o-animation: wx-qrcode-border-scan-c4 1.2s infinite normal
}

.page-footer .contact-block .wx .text {
    text-align: center;
    margin-top: 20px;
    font-size: 18px
}

@keyframes wx-qrcode-border-scan-c1 {
    from {
        left: 2px;
        top: 2px
    }
    to {
        left: 0;
        top: 0
    }
}

@-moz-keyframes wx-qrcode-border-scan-c1 {
    from {
        left: 2px;
        top: 2px
    }
    to {
        left: 0;
        top: 0
    }
}

@-webkit-keyframes wx-qrcode-border-scan-c1 {
    from {
        left: 2px;
        top: 2px
    }
    to {
        left: 0;
        top: 0
    }
}

@-o-keyframes wx-qrcode-border-scan-c1 {
    from {
        left: 2px;
        top: 2px
    }
    to {
        left: 0;
        top: 0
    }
}

@keyframes wx-qrcode-border-scan-c2 {
    from {
        right: 2px;
        top: 2px
    }
    to {
        right: 0;
        top: 0
    }
}

@-moz-keyframes wx-qrcode-border-scan-c2 {
    from {
        right: 2px;
        top: 2px
    }
    to {
        right: 0;
        top: 0
    }
}

@-webkit-keyframes wx-qrcode-border-scan-c2 {
    from {
        right: 2px;
        top: 2px
    }
    to {
        right: 0;
        top: 0
    }
}

@-o-keyframes wx-qrcode-border-scan-c2 {
    from {
        right: 2px;
        top: 2px
    }
    to {
        right: 0;
        top: 0
    }
}

@keyframes wx-qrcode-border-scan-c3 {
    from {
        right: 2px;
        bottom: 2px
    }
    to {
        right: 0;
        bottom: 0
    }
}

@-moz-keyframes wx-qrcode-border-scan-c3 {
    from {
        right: 2px;
        bottom: 2px
    }
    to {
        right: 0;
        bottom: 0
    }
}

@-webkit-keyframes wx-qrcode-border-scan-c3 {
    from {
        right: 2px;
        bottom: 2px
    }
    to {
        right: 0;
        bottom: 0
    }
}

@-o-keyframes wx-qrcode-border-scan-c3 {
    from {
        right: 2px;
        bottom: 2px
    }
    to {
        right: 0;
        bottom: 0
    }
}

@keyframes wx-qrcode-border-scan-c4 {
    from {
        left: 2px;
        bottom: 2px
    }
    to {
        left: 0;
        bottom: 0
    }
}

@-moz-keyframes wx-qrcode-border-scan-c4 {
    from {
        left: 2px;
        bottom: 2px
    }
    to {
        left: 0;
        bottom: 0
    }
}

@-webkit-keyframes wx-qrcode-border-scan-c4 {
    from {
        left: 2px;
        bottom: 2px
    }
    to {
        left: 0;
        bottom: 0
    }
}

@-o-keyframes wx-qrcode-border-scan-c4 {
    from {
        left: 2px;
        bottom: 2px
    }
    to {
        left: 0;
        bottom: 0
    }
}

.page-footer .address-block {
    margin: 63px 0;
    display: inline-block;
    width: 100%
}

.page-footer .address-block .declaration {
    color: #363333;
    font-size: 30px;
    font-weight: 700;
    font-style: italic;
    display: inline-block
}

.page-footer .address-block .declaration i {
    display: inline-block;
    height: 2px;
    width: 66px;
    background-color: #363333;
    vertical-align: middle;
    margin-right: 1em
}

.page-footer .address-block .data {
    float: right;
    color: #363333;
    line-height: 24px
}

.page-footer .address-block .data li {
    display: inline-block;
    margin-left: 124px
}

.page-footer .address-block .data li:first-child {
    margin-left: 0
}

.page-footer .bottom-block {
    padding: 20px 0 5px;
    border-top: 1px solid #f0f2f5
}

.page-footer .bottom-block .friends {
    text-align: center;
    color: #5e7387;
    width: 864px;
    margin: 0 auto;
    line-height: 1.5em
}

.page-footer .bottom-block .friends a:before {
    padding: 0 .5em;
    color: #aab8d3
}

.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;
    top: 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 {
    top: 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 {
    top: 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 {
    top: 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;
    display: flex;
    flex-wrap: wrap;
}

.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;
    height: 100%;
}

.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;
    display: flex;
    align-items: center;
}

.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;
    top: 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: 150px;
}

.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 .case-block {
    margin-bottom: 100px;
}

.index-page .case-block .case-list .case-item {
    display: block;
    text-align: center;
    margin-bottom: 30px;
}

.index-page .case-block .case-list .case-item .thumb {
    position: relative;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 1.285714;
}

.index-page .case-block .case-list .case-item .thumb img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    transition: top 2.5s ease;
}

.index-page .case-block .case-list .case-item .thumb .mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 50%;
    background-color: rgba(255, 255, 255, .4);
    -webkit-transition: -webkit-transform .6s;
    transition: transform .6s;
    -webkit-transform: scale3d(2, 1.4, 1) rotate3d(0, 0, 1, -70deg) translate3d(0, -200%, 0);
    transform: scale3d(2, 1.4, 1) rotate3d(0, 0, 1, -70deg) translate3d(0, -200%, 0)
}

.index-page .case-block .case-list .case-item .thumb:hover .mask {
    -webkit-transform: scale3d(2, 1.4, 1) rotate3d(0, 0, 1, -70deg) translate3d(0, 200%, 0);
    transform: scale3d(2, 1.4, 1) rotate3d(0, 0, 1, -70deg) translate3d(0, 200%, 0)
}

.index-page .case-block .case-list .case-item .title {
    color: #000;
    margin: 10px 0 5px 0;
}

.index-page .case-block .case-list .case-item .desc {
    color: #666;
}

.index-page .community-block {
    overflow: hidden;
    margin-bottom: 150px;
}

.index-page .community-block .inner {
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
    padding-top: 60px;
}

.index-page .community-block .text-area {
    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 {
    overflow: hidden;
    padding-bottom: 102px;
}

.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 {
    min-width: 485px;
    margin: 20px;
}

.question-list .question-item {
    position: relative;
    color: #000;
    border-radius: 24px;
    box-shadow: 0px 8px 24px rgba(0, 0, 0, .25);
    background-color: #fff;
    padding: 88px 60px 60px 60px;
    overflow: hidden;
    z-index: 0;
}

.question-list .question-item:hover {
    color: #fff;
}

.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;
}

.question-list .question-item:hover .mask {
    width: 100%;
    height: 100%;
    border-top-right-radius: 24px;
    opacity: 1;
}

.question-list .question-item .title {
    font-size: 24px;
    font-weight: bold;
    height: 70px;
    margin-bottom: 16px;
}

.question-list .question-item .desc {
    font-size: 18px;
    line-height: 36px;
    height: 180px;
    margin-bottom: 65px;
}

.question-list .question-item .bottom {
}

.question-list .question-item .bottom .read-more-btn {
    font-weight: bold;
}

.question-list .question-item .bottom .read-more-btn .icon {
    width: 10px;
}

.question-list .question-item .bottom .round-more-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 65px;
    height: 65px;
    background-color: #1a73e8;
    border-radius: 50%;
}

.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;
}

.index-page .related-articles-block .header {
    color: #000;
    font-size: 60px;
    font-weight: bold;
    margin-bottom: 55px;
}

.index-page .related-articles-block {
    padding-bottom: 102px;
}

.index-page .related-articles-block .question-list {
    margin-left: -20px;
    margin-right: -20px;
}

.index-page .related-articles-block .question-list .col {
    padding-left: 20px;
    padding-right: 20px;
}

.index-page .related-articles-block .question-list .question-item {
    margin-bottom: 40px;
}

.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%;
}

@keyframes slideup {
    0% {
        opacity: 0
    }
    to {
        opacity: 1;
        top: 0
    }
}

@keyframes qr-line-breathing {
    0% {
        transform: scale(1);
    }
    to {
        transform: scale(1.2);
    }
}

@media (min-width: 1650px) {
    .liucheng-page .server-block .server-list {
        margin: 0 -220px;
    }
}

@media (min-width: 1500px) {
    .app-page-header .container-fluid {
        padding: 0 42px;
    }

    .page-footer .contact-block {
        margin: 0 -140px;
    }

    .index-page .server-block .inner {
        margin: 0 -96px;
    }

    .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;
    }

    .index-page .case-block .inner {
        margin: 0 -96px;
    }

    .index-page .case-block .case-list {
        margin: 0 -58px;
    }

    .index-page .case-block .case-list .col-md-4 {
        padding: 0 58px;
    }

    .index-page .case-block .case-list .col-md-4 .case-item {
        margin-bottom: 80px;
    }

    .index-page .question-block .container {
        width: 1490px;
    }

    .index-page .question-block .question-list:before {
        min-width: calc((100% - 1490px) / 2);
    }

    .index-page .related-articles-block .container {
        width: 1490px;
    }

    .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 (max-width: 1500px) {
    .page-footer .address-block .declaration i {
        display: none
    }

    .page-footer .contact-block .content {
        margin-left: 28%
    }

    .page-footer .contact-block .wx {
        display: none
    }

    .page-footer .address-block .data li {
        margin-left: 60px
    }
}

@media (min-width: 1500px) and (max-width: 1650px) {
    .liucheng-page .server-block .server-list {
        margin: 0 -146px;
    }
}

@media (max-width: 1300px) {
    .page-footer .address-block .data li {
        margin-left: 28px
    }

    .page-footer .contact-block .content .l3 .text {
        margin-right: 30px
    }

    .page-footer .address-block .declaration {
        display: none
    }
}

@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) {
    .page-footer .contact-block .qdlx {
        top: 0;
        left: 50%;
        margin-left: -124px
    }

    .page-footer .contact-block .content {
        margin-left: 0;
        text-align: center;
        margin-top: 280px;
        margin-bottom: 50px;
        width: 100%
    }

    .page-footer .contact-block .content .l1 {
        font-size: 25px
    }

    .page-footer .contact-block .content .l2 {
        color: rgba(255, 255, 255, .3);
        font-size: 17px;
        margin-bottom: 30px
    }

    .page-footer .contact-block .content .l3 .text {
        margin-bottom: 2em;
        margin-right: 0;
        width: 100%
    }

    .page-footer .contact-block .content .l3 .text .s1 {
        font-size: 15px
    }

    .page-footer .contact-block .content .l3 .text .s2 {
        font-size: 15px
    }

    .page-footer .bottom-block .friends {
        width: 90%;
        margin: 0 5%
    }

    .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) {
    .page-footer .container {
        overflow: hidden;
    }

    .page-footer .address-block .data li {
        margin: 0 20px
    }

    .page-footer .address-block .declaration {
        display: block;
        margin-bottom: 20px
    }

    .page-footer .address-block .data {
        width: 100%
    }

    .page-footer .address-block .data li {
        margin: 0;
        width: 100%;
        margin-bottom: 2em
    }

    .page-footer .bottom-block {
        /*display: none*/
    }

    .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 {
        height: calc(100% - 20px);
        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 .case-block {
        margin-bottom: 50px;
    }

    .index-page .community-block {
        margin-bottom: 50px;
    }

    .index-page .community-block .inner {
        width: 962px;
    }

    .index-page .community-block .text-area .t2 {
        font-size: 38px;
    }

    .index-page .community-block .text-area .t3 {
        margin-bottom: 39px;
    }

    .index-page .question-block {
        padding-bottom: 50px;
    }

    .index-page .question-block .header {
        font-size: 38px;
    }

    .question-list .question-item {
        padding: 70px 50px 50px 50px;
    }

    .index-page .related-articles-block {
        padding-bottom: 0;
    }

    .index-page .related-articles-block .header {
        font-size: 38px;
    }

    .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) {
    .page-footer .address-block .data {
        display: none;
    }

    /*.page-footer .address-block .data li:first-child, .page-footer .address-block .data li:first-child + li {
        display: none
    }*/
    .page-footer .address-block .data li:last-child {
        margin-bottom: 4em
    }

    .index-page .case-block .case-list {
        padding: 0 8px;
    }

    .index-page .case-block .case-list .col {
        padding: 0 8px
    }

    .index-page .case-block .case-list .case-item {
        margin-bottom: 15px;
    }

    .index-page .question-block .question-list .question-item {
        min-width: calc(100% - 40px);
    }

    .index-page .question-block .question-list:after {
        min-width: 20px;
    }
}

@media (max-width: 500px) {
    .page-footer .contact-block .content .l3 .but-list a:first-child {
        margin-right: 17px
    }

    .page-footer .contact-block .content .l3 .but-list a {
        margin: 0 5px
    }

    .page-footer .address-block {
        margin: 40px 0
    }

    .page-footer .address-block .declaration {
        font-size: 20px
    }

    .index-page .community-block .inner {
        padding-top: 0;
    }
}
