:root {
    --header-wrapper-left: calc(50% - 670px);
    --rtk-theme-color: #0068b6;
}
@media screen and (max-width: 1576px) {
    :root {
        --header-wrapper-left: 7%;
    }
}
@media screen and (max-width: 1300px) {
    :root {
        --header-wrapper-left: 4.5%;
    }
}
@media screen and (max-width: 768px) {
    :root {
        --header-wrapper-left: 2%;
    }
}
.header-wrapper-offset {
    left: var(--header-wrapper-left);
}
@font-face {
    font-family: 'SourceHanSansCN-Regular';
    src: url('/fonts/SourceHanSansCN-Regular.woff') format('woff'),url('/fonts/SourceHanSansCN-Regular.ttf') format('truetype');
    font-display: swap;
}
@font-face {
    font-family: '思源黑体 CN Regular';
    src: url('/fonts/SourceHanSansCN-Regular.woff') format('woff'),url('/fonts/SourceHanSansCN-Regular.ttf') format('truetype');
    font-display: swap;
}
@font-face {
    font-family: 'source han sans cn';
    src: url('/fonts/SourceHanSansCN-Regular.woff') format('woff'),url('/fonts/SourceHanSansCN-Regular.ttf') format('truetype');
    font-display: swap;
}
@font-face {
    font-family: 'Inter-Regular';
    src: url('/fonts/Inter-Regular.woff2') format('woff'),url('/fonts/Inter-Regular.ttf') format('truetype');
    font-display: swap;
}
*, *::before, *::after {
    box-sizing: border-box;
}
body {
    overflow-x: hidden;
    overflow-y: auto;
}
.wrapper {
    min-height: 100%;
    position: relative;
    overflow: hidden;
}
.wrapper:before, .wrapper:after {
    content: " ";
    display: table;
}
.wrapper:after {
    clear: both;
}
.page-header {
    margin: 10px 0 20px 0;
    font-size: 20px;
    font-weight: normal;
}
.box-header {
    position: relative;
    display: block;
    padding: 10px;
    color: #444;
    border-bottom: 1px solid #f4f4f4;
}
.box-body {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 10px;
}
input.placehoder-error::placeholder {
    color: #ff6d65;
}
.btn {
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid transparent;
}
.btn-primary {
    background-color: #3c8dbc;
    border-color: #367fa9;
}
.btn-default {
    background-color: #f4f4f4;
    color: #444;
    border-color: #ddd;
}
a:hover, a:active, a:focus {
    outline: none;
    text-decoration: none;
    color: #72afd2;
}
.carousel-control.left, .carousel-control.right {
    background-image: none;
}
.modal {
    background: rgba(0,0,0,.2);
}
.underline-offset {
    text-underline-offset: 2px;
}
.block {
    display: block;
}
.flex-horiz-center {
    display: flex;
    justify-content: center;
}
.flex-horiz-betw {
    display: flex;
    justify-content: space-between;
}
.flex-vert-center {
    display: flex;
    align-items: center;
}
.flex-vert-stretch {
    display: flex;
    align-items: stretch;
}
.rounded-lg {
    border-radius: 16px;
}
.rounded-md {
    border-radius: 12px;
}
.rounded-sm {
    border-radius: 8px;
}
.rounded-xs {
    border-radius: 4px;
}
.transition {
    transition-property: color,background-color,border-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-text-decoration-color,-webkit-backdrop-filter;
    transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;
    transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-text-decoration-color,-webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: 150ms;
}
.bg-green {
    background-color: #00a65a!important;
}
.bg-gray {
    color: #000;
    background-color: #d2d6de;
}
.bg-gray-light {
    background-color: #f7f7f7;
}
.bg-white {
    background-color: #fff;
}
.text-red {
    color: #dd4b39!important;
}
.text-orange {
    color: #ff851b!important;
}
.font-white {
    color: #fff;
}
.font-black {
    color: #000;
}
.font-dark-gray {
    color: #333;
}
.font-med-gray {
    color: #414141;
}
.font-light-gray {
    color: #666;
}
.font-white-gray {
    color: #999;
}
.font-rtk-blue {
    color: #0068b6;
}
.font-bold-600 {
    font-weight: 600;
}
.font-bold-700 {
    font-weight: 700;
}
.list-disc, .list-disc li {
    list-style-type: disc;
}
.list-inside, .list-inside li {
    list-style-position: inside;
}
button.copybtn {
    position: absolute;
    display: flex;
    top: .3em;
    right: .3em;
    width: 1.7em;
    height: 1.7em;
    transition: opacity .3s,border .3s,background-color .3s;
    user-select: none;
    padding: 0;
    border: none;
    outline: none;
    border-radius: .4em;
    border: #d4d4d4 1px solid;
    background-color: #f6f8fa;
    color: #57606a;
}
button.copybtn svg {
    position: relative;
    top: 1px;
    left: 2px;
    width: 1.3em;
    height: 1.3em;
}
@media print {
    button.copybtn {
        display: none;
    }
}
.arrow2 {
    margin: 3px 8px 4px 0;
    border-left: 5px dashed transparent;
    border-bottom: 5px dashed transparent;
    border-top: 5px dashed transparent;
    border-right: 5px solid #ccc;
    display: inline-block;
    vertical-align: middle;
}
.arrow3 {
    margin: 3px 0 4px 8px;
    border-top: 5px dashed transparent;
    border-bottom: 5px dashed transparent;
    border-right: 5px dashed transparent;
    border-left: 5px solid #ccc;
    display: inline-block;
    vertical-align: middle;
}
.dropdown-menu {
    box-shadow: none;
    border-color: #eee;
}
.dropdown-menu>li>a {
    color: #6f6f6f;
}
.dropdown-menu>li>a>.glyphicon, .dropdown-menu>li>a>.fa, .dropdown-menu>li>a>.ion {
    margin-right: 10px;
}
.global-navigation-1 {
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
}
.global-navigation-2 {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
}
.global-navigation-3 {
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
}
.global-banner-title1 {
    font-size: 70px;
    line-height: 90px;
}
.global-banner-title2 {
    font-size: 26px;
    line-height: 34px;
}
.global-header1 {
    font-size: 38px;
    line-height: 52px;
}
.global-header2 {
    font-size: 26px;
    line-height: 38px;
}
.global-header3 {
    font-size: 20px;
    line-height: 28px;
}
.global-content1 {
    font-size: 16px;
    line-height: 28px;
}
.global-content2 {
    font-size: 14px;
    line-height: 24px;
}
@media screen and (max-width: 1300px) {
    .global-banner-title1 {
        font-size: 60px;
        line-height: 70px;
    }
    .global-banner-title2 {
        font-size: 24px;
        line-height: 30px;
    }
}
@media screen and (max-width: 992px) {
    .global-banner-title1 {
        font-size: 50px;
        line-height: 60px;
    }
    .global-banner-title2 {
        font-size: 22px;
        line-height: 28px;
    }
}
@media screen and (max-width: 768px) {
    .global-banner-title1 {
        font-size: 20px;
        line-height: 32px;
    }
    .global-banner-title2 {
        font-size: 14px;
        line-height: 22px;
    }
    .global-header1 {
        font-size: 26px;
        line-height: 34px;
    }
    .global-header2 {
        font-size: 18px;
        line-height: 28px;
    }
    .global-header3 {
        font-size: 16px;
        line-height: 22px;
    }
    .global-content1 {
        font-size: 14px;
        line-height: 24px;
    }
    .global-content2 {
        font-size: 12px;
        line-height: 18px;
    }
}