*,
::after,
::before {
    box-sizing: inherit;
    padding: 0;
    margin: 0
}

body,
html {
    line-height: 1.15;
    box-sizing: border-box;
    color: #333
}

body {
    font-size: 14px;
    font-family: MicrosoftYaHei
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

p+p {
    margin-top: 1rem
}

a {
    background-color: transparent;
    text-decoration: none;
    color: #333
}

abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

button,
input,
optgroup,
select,
textarea {
    line-height: inherit;
    border: none;
    outline: 0
}

button {
    overflow: visible;
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button;
    padding: 1px 6px
}

input {
    overflow: visible
}

input,
textarea {
    padding: 1px
}

fieldset {
    border: 1px solid currentColor;
    margin: 0 2px
}

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

select {
    text-transform: none
}

textarea {
    overflow: auto;
    vertical-align: top
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=color] {
    background: inherit
}

:focus,
:focus-visible {
    outline: 0
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: .5
}

::-webkit-file-upload-button,
::-webkit-search-decoration {
    -webkit-appearance: button;
    font: inherit
}

::-moz-focus-inner {
    border: 0
}

:-moz-focusring {
    outline: 1px dotted ButtonText
}

:-moz-ui-invalid {
    box-shadow: none
}

hr {
    box-sizing: content-box;
    height: 0;
    color: inherit;
    overflow: visible
}

dl,
ol,
ul {
    margin: 0
}

dl dl,
dl ol,
dl ul,
ol dl,
ol ol,
ol ul,
ul dl,
ul ol,
ul ul {
    margin: 0
}

li {
    list-style-type: none
}

b,
strong {
    font-weight: bolder
}

audio,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

table {
    text-indent: 0;
    border-color: inherit
}

details {
    display: block
}

dialog {
    background-color: inherit;
    border: solid;
    color: inherit;
    display: block;
    height: fit-content;
    left: 0;
    margin: auto;
    padding: 1em;
    position: absolute;
    right: 0;
    width: fit-content
}

dialog:not([open]) {
    display: none
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

template {
    display: none
}

[hidden] {
    display: none
}

div {
    position: relative
}













:root {
    --font-scale: 1;
}

.xcConfirm {
    box-sizing: content-box;
}

.xcConfirm .popBox .txtBox p {
    overflow-y: hidden !important;
}

.visible-lg,
.visible-lg-inline-block,
.visible-lg-block {
    display: none !important;
}

@media screen and (min-width: 992px) {
    .visible-lg {
        display: block !important;
        display: initial !important;
    }

    .visible-lg-inline-block {
        display: inline-block !important;
    }

    .visible-lg-block {
        display: block !important;
    }

    table.visible-lg {
        display: table !important;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }

    .hidden-lg {
        display: none !important;
    }
}

.container {
    margin: 0 auto;
}

@media screen and (min-width: 1220px) {
    .container {
        width: 1200px;
    }
}

@media screen and (max-width: 1220px) and (min-width: 992px) {
    :root {
        --font-scale: 0.8;
    }

    .container {
        width: 85%;
    }
}

@media screen and (max-width: 992px) {
    :root {
        --font-scale: 1;
    }

    .container {
        padding: 0 15px;
    }
}

@media screen and (max-width: 330px) {
    :root {
        --font-scale: 0.9;
    }
}
















.header {
    position: relative;
    height: 560px
}

.header .top {
    position: relative;
    z-index: 99;
    background-color: #12489d;
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

@media screen and (max-width: 768px){
    .header .top {
        position: relative;
        z-index: 99;
        background-color: #12489d;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
        display: none;
    }

}

.header .top:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0
}

.header .top .line {
    display: inline-block;
    font-size: 12.6px;
    font-size: calc(14 * var(--font-scale) * 1px);
    line-height: 36px;
    color: #fff
}

.header .top .fl {
    float: left;
    font-size: 0;
    vertical-align: middle
}

.header .top .fr {
    float: right;
    font-size: 0;
    vertical-align: middle
}

.header .top a {
    display: inline-block;
    padding: 0 10px;
    font-size: 12.6px;
    font-size: calc(14 * var(--font-scale) * 1px);
    line-height: 36px;
    color: #fff
}

.header .top a:first-of-type {
    padding-left: 0
}

.header .top a:last-of-type {
    padding-right: 0
}

.header .top .zzms {
    display: inline-block;
    padding: 0 10px !important;
    line-height: 26px;
    background-color: #ea6818;
    border-radius: 13px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    -ms-border-radius: 13px;
    -o-border-radius: 13px
}

.header .top .show-gh {
    display: none
}

.header .index-menu {
    display: none;
    position: absolute;
    top: 36px;
    width: 100%;
    z-index: 9999;
    overflow: hidden;
    background-color: rgba(17, 81, 153, .9)
}

.header .index-menu .container {
    position: relative
}

.header .index-menu .container .bmxz-hd {
    padding: 30px 0 10px 0;
    color: #fff;
    font-weight: 700
}

.header .index-menu .container .bmxz-bd {
    padding-bottom: 20px;
    border-bottom: 1px solid #f5f5f5
}

.header .index-menu .container .bmxz-bd:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0
}

.header .index-menu .container .bmxz-bd:last-of-type {
    padding-bottom: 12px;
    border-bottom: 0
}

.header .index-menu .container .bmxz-bd li {
    width: 16.66%;
    float: left;
    line-height: 28px
}

.header .index-menu .container .bmxz-bd li a {
    font-size: 12.6px;
    font-size: calc(14 * var(--font-scale) * 1px);
    color: #fff
}

.header .index-menu .container .close {
    position: absolute;
    top: 20px;
    right: 0;
    cursor: pointer
}

.header #banner-swiper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%
}

.header #banner-swiper img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.header #banner-swiper .swiper-button-next,
.header #banner-swiper .swiper-button-prev {
    opacity: 0;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    color: #fff
}

.header #banner-swiper:hover .swiper-button-next,
.header #banner-swiper:hover .swiper-button-prev {
    opacity: .65
}

.header .nav {
    position: relative;
    margin-top: 43px;
    width: 100%
}

.header .nav ul:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0
}

.header .nav ul li {
    position: relative;
    float: left;
    width: 12.5%;
    height: 45px
}

.header .nav ul li span {
    display: inline-block;
    width: 100%;
    height: 100%;
    font-size: 19.8px;
    font-size: calc(22 * var(--font-scale) * 1px);
    text-align: center;
    color: #fff;
    opacity: .6
}

.header .nav ul li i {
    display: none;
    position: absolute;
    left: calc(50% - 40px);
    bottom: 0;
    width: 80px;
    height: 4px;
    background-color: #fff;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px
}

.header .nav ul li:hover span {
    font-weight: 700;
    opacity: 1
}

.header .nav ul li:hover i {
    display: block
}

.header .nav ul .active span {
    font-weight: 700;
    opacity: 1
}

.header .nav ul .active i {
    display: block
}

.header .banner-title-logo {
    position: absolute;
    right: 5%;
    top: 30px;
    width: 26%;
    pointer-events: none
}

.header .banner-title-logo img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.header .index-logo {
    margin: 47px auto 35px auto;
    width: 439px;
    height: 181px;
    pointer-events: none
}

.header .index-logo img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.header .search-box {
    margin: 0 auto;
    width: 53.5833333333%;
    height: 60px;
    box-sizing: border-box;
    border: 4px solid rgba(255, 255, 255, .45);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px
}

.header .search-box:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0
}

.header .search-box input {
    float: left;
    padding: 0 15px;
    width: 84.2519685039%;
    height: 100%;
    font-size: 14.4px;
    font-size: calc(16 * var(--font-scale) * 1px);
    line-height: 60px;
    background-color: #fff;
    box-sizing: border-box;
    outline-style: none;
    border: 0
}

.header .search-box .search-btn {
    float: right;
    width: 15.7480314961%;
    height: 100%;
    background-color: #12489d;
    text-align: center;
    cursor: pointer
}

.header .search-box .search-btn span {
    font-size: 14.4px;
    font-size: calc(16 * var(--font-scale) * 1px);
    line-height: 52px;
    color: #fff
}

.header .search-box .search-btn img {
    width: 17px;
    height: 17px;
    vertical-align: middle
}

@media screen and (max-width:992px) {
    .header {
        height: 450px
    }

    .header .top .fl a,
    .header .top .fl span {
        display: none
    }

    .header .top .fl a:last-child,
    .header .top .fl span:last-child {
        display: block;
        padding: 0
    }

    .header .top .fr a,
    .header .top .fr span {
        display: none
    }

    .header .top .fr #ipv6,
    .header .top .fr #topLogin,
    .header .top .fr #topRegister {
        display: inline-block;
        padding: 0 0 0 8px
    }

    .header .index-menu .container .bmxz-bd li {
        width: 50%
    }

    .header .index-menu .container .close {
        right: 10px
    }

    .header #banner-swiper .swiper-button-prev {
        display: none
    }

    .header #banner-swiper .swiper-button-next {
        display: none
    }

    .header .nav {
        margin-top: 20px;
        width: 100%
    }

    .header .nav ul li {
        width: 25%
    }

    .header .nav ul li span {
        text-align: center;
        font-size: 18px;
        font-size: calc(20 * var(--font-scale) * 1px)
    }

    .header .nav ul li i,
    .header .nav ul li:hover i {
        display: none
    }

    .header .nav ul .active i {
        display: none
    }

    .header .nav::-webkit-scrollbar {
        display: none
    }

    .header .index-logo {
        margin: 25px auto 25px auto;
        width: 80%;
        height: 124px
    }

    .header .search-box {
        width: 90%;
        height: 50px
    }

    .header .search-box input {
        padding: 0 10px;
        width: calc(100% - 90px);
        font-size: 12.6px;
        font-size: calc(14 * var(--font-scale) * 1px);
        line-height: 50px
    }

    .header .search-box .search-btn {
        width: 90px
    }

    .header .search-box .search-btn span {
        font-size: 12.6px;
        font-size: calc(14 * var(--font-scale) * 1px);
        line-height: 42px
    }
}










































.header {
    height: auto
}

.header .zc-header {
    background-image: url(../img/head-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 514px
}

.header .zc-header>.container {
    padding-top: 117px
}

.header .zc-header .logo {
    position: absolute;
    left: 0;
    top: 18px;
    height: 54px
}

.header .zc-header .search-container {
    position: absolute;
    right: 0;
    top: 28px;
    height: 40px;
    line-height: 40px;
    border-radius: 19.5px;
    background-color: rgba(255, 255, 255, .35);
    width: 27.5%
}

.header .zc-header .search-container input {
    display: block;
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 0 45px 0 15px;
    background-color: transparent;
    color: #fff
}

.header .zc-header .search-container button.search-btn {
    width: 23px;
    height: 23px;
    cursor: pointer;
    background-color: transparent;
    background-image: url(../img/search.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%)
}

.header .zc-header .header-text {
    display: block;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    height: 274px;
    -o-object-fit: contain;
    object-fit: contain
}

.header .zc-header .items {
    margin-top: 13px
}

.header .zc-header .items:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0
}

.header .zc-header .items a {
    float: left;
    display: block;
    position: relative;
    box-sizing: border-box;
    text-align: center;
    height: 110px;
    line-height: 110px;
    border-radius: 10px;
    box-shadow: 0 2px 16px 0 rgba(6, 96, 255, .1);
    background-color: #fff;
    width: 32%;
    margin-left: 2%;
    transition: all .2s ease
}

.header .zc-header .items a:first-child {
    margin-left: 0
}

.header .zc-header .items a.active {
    border: solid 2px #125cd6
}

.header .zc-header .items a:hover {
    box-shadow: 0 10px 18px 0 rgba(6, 96, 255, .1)
}

.header .zc-header .items a img {
    vertical-align: middle;
    top: -5px;
    position: relative
}

.header .zc-header .items a span {
    margin-left: 24px;
    color: #125cd6;
    font-weight: 700;
    font-size: 21.6px;
    font-size: calc(24 * var(--font-scale) * 1px)
}

.pathnav {
    background-image: none;
    margin-top: 36px
}

.pathnav a {
    margin-bottom: 28px
}

.zc-content-container {
    box-shadow: 0 2px 30px 0 rgba(18, 72, 157, .08);
    background-color: #fff;
    margin-bottom: 39px;
    padding: 28px 40px;
    min-height: 500px
}

.zc-content-container:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0
}

.zc-content-container .menu-box {
    float: left;
    width: 23.2142857143%
}

.zc-content-container .menu-box p {
    width: 100%;
    height: 68px;
    font-size: 19.8px;
    font-size: calc(22 * var(--font-scale) * 1px);
    font-weight: 700;
    letter-spacing: 1.8px;
    line-height: 68px;
    background-color: #12489d;
    text-align: center;
    color: #fff
}

.zc-content-container .menu-box ul li {
    margin-bottom: 10px
}

.zc-content-container .menu-box ul li a {
    position: relative;
    display: block;
    padding: 0 20px;
    width: 100%;
    height: 68px;
    background-color: #f5f7fa;
    box-sizing: border-box;
    line-height: 68px
}

.zc-content-container .menu-box ul li a span {
    font-size: 16.2px;
    font-size: calc(18 * var(--font-scale) * 1px);
    letter-spacing: 1.35px;
    color: #333
}

.zc-content-container .menu-box ul li a img {
    position: absolute;
    display: block;
    top: 25px;
    right: 20px;
    height: 17px
}

.zc-content-container .menu-box ul .active a,
.zc-content-container .menu-box ul li a:hover {
    border: solid 1px #afc9f0;
    background-color: #eef4fe
}

.zc-content-container .menu-box ul .active a span,
.zc-content-container .menu-box ul li a:hover span {
    color: #12489d
}

.zc-content-container .right-content-container {
    float: right;
    width: 74.1071428571%
}

@media screen and (max-width:1220px) {
    .header .zc-header {
        height: 26.77083vw
    }

    .header .zc-header>.container {
        padding-top: 6.09375vw
    }

    .header .zc-header .logo {
        top: .9375vw;
        height: 2.8125vw
    }

    .header .zc-header .search-container {
        top: 1.45833vw;
        height: 2.08333vw;
        line-height: 2.08333vw;
        border-radius: 1.01563vw
    }

    .header .zc-header .search-container input {
        padding: 0 2.34375vw 0 .78125vw
    }

    .header .zc-header .search-container button.search-btn {
        width: 1.19792vw;
        height: 1.19792vw;
        cursor: pointer;
        right: .72917vw
    }

    .header .zc-header .header-text {
        height: 14.27083vw
    }

    .header .zc-header .items {
        margin-top: .67708vw
    }

    .header .zc-header .items a {
        height: 5.72917vw;
        line-height: 5.72917vw;
        border-radius: .52083vw
    }

    .header .zc-header .items a img {
        vertical-align: middle;
        top: -.26042vw;
        position: relative;
        transform: scale(.5)
    }

    .header .zc-header .items a span {
        margin-left: 0;
        font-size: 21.6px;
        font-size: calc(24 * var(--font-scale) * 1px)
    }

    .pathnav {
        margin-top: 1.875vw
    }

    .pathnav a {
        margin-bottom: 1.45833vw
    }

    .zc-content-container {
        margin-bottom: 2.03125vw;
        padding: 1.45833vw 2.08333vw;
        min-height: 26.04167vw
    }

    .zc-content-container .menu-box p {
        height: 3.54167vw;
        line-height: 3.54167vw
    }

    .zc-content-container .menu-box ul li {
        margin-bottom: .52083vw
    }

    .zc-content-container .menu-box ul li a {
        padding: 0 1.04167vw;
        height: 3.54167vw;
        line-height: 3.54167vw
    }

    .zc-content-container .menu-box ul li a img {
        top: 1.30208vw;
        right: 1.04167vw;
        height: .88542vw
    }
}

@media screen and (max-width:992px) {
    .header {
        height: auto
    }

    .header .zc-header {
        background-image: url(../img/head-bg.png);
        background-repeat: no-repeat;
        background-size: cover;
        height: auto
    }

    .header .zc-header>.container {
        padding-top: 0
    }

    .header .zc-header .logo {
        position: relative;
        left: auto;
        top: 18px;
        height: auto;
        width: 200px;
        margin: 0 auto;
        display: block
    }

    .header .zc-header .search-container {
        position: relative;
        right: auto;
        top: auto;
        margin: 40px auto 20px;
        height: 40px;
        line-height: 40px;
        border-radius: 19.5px;
        background-color: rgba(255, 255, 255, .35);
        width: 280px
    }

    .header .zc-header .search-container input {
        display: block;
        position: relative;
        box-sizing: border-box;
        width: 100%;
        height: 100%;
        padding: 0 45px 0 15px;
        background-color: transparent
    }

    .header .zc-header .search-container button.search-btn {
        width: 23px;
        height: 23px;
        cursor: pointer;
        background-color: transparent;
        background-image: url(../img/search.png);
        background-repeat: no-repeat;
        background-size: 100%;
        position: absolute;
        right: 14px;
        top: 50%;
        transform: translateY(-50%)
    }

    .header .zc-header .header-text {
        display: block;
        box-sizing: border-box;
        position: relative;
        width: 100%;
        height: auto;
        -o-object-fit: contain;
        object-fit: contain
    }

    .header .zc-header .items {
        margin-top: 13px
    }

    .header .zc-header .items:after {
        display: block;
        clear: both;
        content: "";
        visibility: hidden;
        height: 0
    }

    .header .zc-header .items a {
        float: left;
        display: block;
        position: relative;
        box-sizing: border-box;
        text-align: center;
        height: auto;
        line-height: normal;
        border-radius: 10px;
        box-shadow: 0 2px 16px 0 rgba(6, 96, 255, .1);
        background-color: #fff;
        width: 32%;
        margin-left: 2%;
        transition: all .2s ease;
        padding: 10px 0;
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .header .zc-header .items a:first-child {
        margin-left: 0
    }

    .header .zc-header .items a.active {
        border: solid 2px #125cd6
    }

    .header .zc-header .items a:hover {
        box-shadow: 0 10px 18px 0 rgba(6, 96, 255, .1)
    }

    .header .zc-header .items a img {
        top: auto;
        position: relative;
        display: block;
        transform: none;
        width: auto;
        height: 30px
    }

    .header .zc-header .items a span {
        display: block;
        margin-top: 10px;
        margin-left: 0;
        color: #12489d;
        font-weight: 700;
        font-size: 18px;
        font-size: calc(20 * var(--font-scale) * 1px)
    }

    .pathnav {
        background-image: none;
        margin-top: 25px;
        margin-bottom: 25px
    }

    .pathnav a {
        margin-bottom: 0;
        font-size: 12px
    }

    .zc-content-container {
        box-shadow: 0 2px 30px 0 rgba(18, 72, 157, .08);
        background-color: #fff;
        margin-bottom: 39px;
        padding: 15px;
        min-height: auto
    }

    .zc-content-container .menu-box {
        float: none;
        width: 100%
    }

    .zc-content-container .menu-box p {
        height: 40px;
        line-height: 40px;
        font-size: 18px;
        font-size: calc(20 * var(--font-scale) * 1px)
    }

    .zc-content-container .menu-box ul li a {
        padding: 0 15px;
        height: 40px;
        line-height: 40px
    }

    .zc-content-container .menu-box ul li a span {
        font-size: 14.4px;
        font-size: calc(16 * var(--font-scale) * 1px)
    }

    .zc-content-container .menu-box ul li a img {
        top: 14px;
        height: 12px;
        right: 15px
    }

    .zc-content-container .right-content-container {
        float: none;
        width: 100%;
        margin-top: 15px
    }
}


















.zc-content-container .section-title {
    font-size: 18px;
    font-size: calc(20 * var(--font-scale) * 1px);
    font-weight: 700;
    color: #125cd6
}

.zc-content-container .section-title::before {
    content: "";
    height: 2px;
    background-color: #dfe5ed;
    width: calc(100% - 137px);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.zc-content-container .section-title::after {
    content: "";
    height: 4px;
    background-color: #125cd6;
    width: 5%;
    position: absolute;
    left: 137px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1
}

.zc-content-container .deps-container {
    border: solid 1px #afc9f0;
    background-color: #f5f7fa;
    padding: 22px 20px 16px;
    margin-top: 20px
}

.zc-content-container .deps-container .deps {
    transition: all .3s ease;
    max-height: 400px
}

.zc-content-container .deps-container .deps:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0
}

.zc-content-container .deps-container .deps a {
    display: block;
    padding: 0;
    position: relative;
    box-sizing: border-box;
    border-radius: 4px;
    background-color: #e6eefa;
    height: 34px;
    line-height: 34px;
    font-size: 12.6px;
    font-size: calc(14 * var(--font-scale) * 1px);
    text-align: center;
    width: 14.1379310345%;
    float: left;
    margin-left: 3.0344827586%;
    margin-bottom: 16px
}

.zc-content-container .deps-container .deps a:nth-child(6n+1) {
    margin-left: 0
}

.zc-content-container .deps-container .deps a.active {
    background-color: #3673f6;
    color: #fff
}

.zc-content-container .deps-container .deps.up {
    /*max-height: 50px;*/
    /*overflow: hidden*/
}

.zc-content-container .deps-container .expand {
    text-align: center;
    cursor: pointer
}

.zc-content-container .deps-container .expand img {
    vertical-align: middle
}

.zc-content-container .deps-container .expand span {
    color: #3673f6;
    font-size: 12.6px;
    font-size: calc(14 * var(--font-scale) * 1px)
}

.zc-content-container .deps-container .expand.up img {
    transform: rotate(180deg)
}

.zc-content-container .list {
    margin-top: 30px
}

.zc-content-container .list a {
    display: block;
    position: relative;
    padding: 20px;
    background-color: #f5f7fa;
    margin-bottom: 10px
}

.zc-content-container .list a .question:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0
}

.zc-content-container .list a .question img {
    float: left
}

.zc-content-container .list a .question .title {
    float: left;
    font-size: 16.2px;
    font-size: calc(18 * var(--font-scale) * 1px);
    font-weight: 700;
    width: calc(100% - 44px);
    margin-left: 9px;
    margin-top: 6px
}

.zc-content-container .list a .answer {
    margin-top: 9px
}

.zc-content-container .list a .answer:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0
}

.zc-content-container .list a .answer img {
    float: left
}

.zc-content-container .list a .answer .content {
    float: left;
   /* overflow: hidden;
    text-overflow: ellipsis;*/
    /*display: -webkit-box;*/
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-size: 14.4px;
    font-size: calc(16 * var(--font-scale) * 1px);
    line-height: 1.88;
    width: calc(100% - 44px);
    margin-left: 9px;
    margin-top: 4px
}

.zc-content-container .list a:hover {
    background-color: #f0f4fa
}

@media screen and (max-width:992px) {
    .zc-content-container .section-title::before {
        content: "";
        height: 2px;
        background-color: #dfe5ed;
        width: calc(100% - 115px);
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%)
    }

    .zc-content-container .section-title::after {
        content: "";
        height: 4px;
        background-color: #125cd6;
        width: 40px;
        position: absolute;
        left: 115px;
        top: 50%;
        transform: translateY(-50%);
        z-index: 1
    }

    .zc-content-container .deps-container {
        border: solid 1px #afc9f0;
        background-color: #f5f7fa;
        padding: 20px 15px 16px;
        margin-top: 20px
    }

    .zc-content-container .deps-container .deps {
        transition: all .3s ease;
        max-height: 400px
    }

    .zc-content-container .deps-container .deps:after {
        display: block;
        clear: both;
        content: "";
        visibility: hidden;
        height: 0
    }

    .zc-content-container .deps-container .deps a {
        display: block;
        padding: 0;
        position: relative;
        box-sizing: border-box;
        border-radius: 4px;
        background-color: #e6eefa;
        height: 34px;
        line-height: 34px;
        font-size: 12.6px;
        font-size: calc(14 * var(--font-scale) * 1px);
        text-align: center;
        width: 49%;
        float: left;
        margin-left: 2%;
        margin-bottom: 16px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .zc-content-container .deps-container .deps a:nth-child(6n+1) {
        margin-left: 2%
    }

    .zc-content-container .deps-container .deps a:nth-child(odd) {
        margin-left: 0
    }

    .zc-content-container .deps-container .deps a.active {
        background-color: #3673f6;
        color: #fff
    }

    .zc-content-container .deps-container .deps.up {
        /*max-height: 50px;*/
        /*overflow: hidden*/
    }

    .zc-content-container .deps-container .expand {
        text-align: center;
        cursor: pointer
    }

    .zc-content-container .deps-container .expand img {
        vertical-align: middle
    }

    .zc-content-container .deps-container .expand span {
        color: #3673f6;
        font-size: 12.6px;
        font-size: calc(14 * var(--font-scale) * 1px)
    }

    .zc-content-container .deps-container .expand.up img {
        transform: rotate(180deg)
    }

    .zc-content-container .list {
        margin-top: 20px
    }

    .zc-content-container .list a {
        padding: 15px;
        margin-bottom: 10px
    }

    .zc-content-container .list a .question img {
        width: 25px
    }

    .zc-content-container .list a .question .title {
        float: left;
        font-size: 16.2px;
        font-size: calc(18 * var(--font-scale) * 1px);
        font-weight: 700;
        width: calc(100% - 34px);
        margin-left: 9px;
        margin-top: 0
    }

    .zc-content-container .list a .answer {
        margin-top: 9px
    }

    .zc-content-container .list a .answer:after {
        display: block;
        clear: both;
        content: "";
        visibility: hidden;
        height: 0
    }

    .zc-content-container .list a .answer img {
        width: 25px
    }

    .zc-content-container .list a .answer .content {
        float: left;
        /*overflow: hidden;
        text-overflow: ellipsis;*/
        /*display: -webkit-box;*/
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        font-size: 14.4px;
        font-size: calc(16 * var(--font-scale) * 1px);
        line-height: 1.88;
        width: calc(100% - 34px);
        margin-left: 9px;
        margin-top: 0
    }

    .zc-content-container .list a:hover {
        background-color: #f0f4fa
    }
}




a:link, a:visited {
    color: inherit;
    text-decoration: none;
}

.aBox {
    position: relative;
}


.w1280 {
    width: 1280px;
}

.w1200 {
    width: 1200px;
}

.auto {
    margin: 0 auto;
}

.Box {
    position: relative;
    overflow: hidden;
}

.BottomTextCon p {
    display: block;
    font-size: 14px;
    line-height: 0.5;
    padding: 3px 0;
}

@media screen and (max-width:600px) {
    .BottomTextCon p {
        display: block;
        font-size: 14px;
        line-height: 1.5;
        padding: 3px 0;
    }
}