body {
    margin: 0;
    overflow: visible;
    font-family: sans-serif;
    line-height: 1.5;
    fill: currentColor;
}

body {
    line-height: 1.5;
    fill: currentColor;
    color: #333;
    letter-spacing: .15px;
    background-color: #fff;
    font-family: Source Han Sans CN;
    -webkit-tap-highlight-color: rgba(0,0,0,.05);
    -webkit-user-select: none;
    -webkit-text-size-adjust: none;
    -webkit-touch-callout: none;
    scroll-behavior: smooth;
}

.contain .header_scroll {
    -webkit-box-shadow: 0 2px 12px rgb(66 72 102 / 10%);
    box-shadow: 0 2px 12px rgb(66 72 102 / 10%);
    background: #fff;
}

.op-header {
    line-height: 72px;
    color: #707587;
    font-size: 14px;
    position: fixed;
    width: 100%;
    height: 72px;
    z-index: 2;
    background-color: #fff;
    box-shadow: 0 2px 12px rgb(66 72 102 / 10%);
}

.op-header-logo {
    /*position: absolute;*/
    /*left: 0;*/
    /*top: 0;*/
    margin: 12px 0 0 12px;
}

.op-header-logo-img {
    width: 171px;
    /*margin-top: 10px;*/
}

.op-footer-contact, .op-footer-icon, .op-header-info {
    float: right;
}

.op-header-nav {
    margin-left: 256px;
}

.op-header-icon-slide, .op-header-nav-home {
    display: none;
}

.op-content[data-v-f823415d] {
    color: #70758c;
    font-size: 16px;
}

.op-content {
    min-height: calc(100vh - 612px);
}

.op-title-index {
    padding-bottom: 126px;
}
.op-title {
    width: 100%;
    background: url(../img/api-entry-bg-1.jpg) no-repeat 50%;
    background-size: cover;
    text-align: center;
}

.op-font {
    font-family: "Microsoft YaHei UI Light";
}
.op-h1-title {
    margin: 0 auto;
    padding-top: 178px;
}
.op-h1 {
    font-size: 48px;
}

.newFont[data-v-f823415d] {
    font-family: SYSTBD3;
}

.op-p-merge, .op-p-title {
    margin: 24px auto 0;
}

.op-p[data-v-f823415d] {
    font-size: 18px;
}
.op-p-merge .op-p-title {
    margin: 0 auto;
}
.op-title-index .op-p-title {
    color: var(--textColor);
}

.op-title-button {
    margin-top: 48px;
}
.white[data-v-f823415d] {
    color: #fff;
}
a[data-v-f823415d] {
    color: inherit;
}
.op-title-button .op-button-big-no-border {
    border-radius: 36px;
    font-size: 16px;
    padding: 18px 44px;
    border: none;
}

.ml20[data-v-f823415d] {
    margin-left: 20px;
}

.blue[data-v-f823415d], a.dark[data-v-f823415d]:hover {
    color: #2486ff;
}
a[data-v-f823415d] {
    color: inherit;
}

.op-title-button .op-button-big-bg-white {
    font-family: Microsoft YaHei;
    border-radius: 36px;
    font-size: 16px;
    color: #6b84fb;
    background: #fff;
    padding: 17px 43px;
}
.ui-button-primary, .ui-button-primary.disabled:hover, .ui-button-primary.loading, .ui-button-primary.loading:hover {
    border: 1px solid #2486ff;
    background: linear-gradient(
            270deg,#8040ff,#4060ff) no-repeat 50%;
    color: #fff;
}
.ui-button {
    display: inline-block;
    line-height: 20px;
    font-size: 14px;
    text-align: center;
    color: #4c5161;
    border: 1px solid #d0d0d5;
    border-radius: 20px;
    padding: 9px 15px;
    min-width: 50px;
    background: linear-gradient(
            270deg,#8040ff,#4060ff) no-repeat 50%;
    text-decoration: none;
    -webkit-transition: border-color .15s,background-color .15s,opacity .15s;
    transition: border-color .15s,background-color .15s,opacity .15s;
    cursor: pointer;
    overflow: visible;
}

.contain[data-v-6z2dey7a] {
    line-height: 1.5;
}

.op-footer-up {
    height: 320px;
    background-color: #242a31;
    color: #fff;
    font-size: 14px;
}

.op-footer-up-bg {
    background-image: url(../img/op-footer-grid.png);
    background-repeat: repeat-x;
    height: 100%;
    width: 100%;
}

.op-footer-up .linkNew {
    padding:20px 0 40px;border-top: #ddd;
}

.op-footer-up .linkNew .line-cont{
    width:100%;text-align: center;
}

.op-header-logo-img, .op-header-logo svg {
    vertical-align: middle;
}

.op-header-inside {
    width: 70%;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
}

.op-footer-up .line-cont a {
    color: #fff !important;
    text-decoration:none
}

.op-footer-up .line-cont a:hover {
    color:#fd7c4f !important;
}

@media only screen and (max-width:580px) {
    .op-h1 {
        font-size: 38px;
    }

    .op-p[data-v-f823415d] {
        font-size: 12px;
    }

    .op-footer-up {
        height: 320px;
        background-color: #242a31;
        color: #fff;
        font-size: 12px;
    }

    .op-footer-up .linkNew {
        padding: 20px 0 40px;
        border-top: #ddd;
    }

    .op-title-button .op-button-big-no-border {
        border-radius: 36px;
        font-size: 14px;
        padding: 14px 34px;
        border: none;
    }

    .op-title-button .op-button-big-bg-white {
        font-family: Microsoft YaHei;
        border-radius: 36px;
        font-size: 14px;
        color: #6b84fb;
        background: #fff;
        padding: 14px 34px;
    }
}