* {
    box-sizing: border-box;
    flex-shrink: 0;
    outline: none;
}

html {
    height: 100%;
}

body {
    color: #333333;
    height: 100%;
    font-family: pingfang SC, 微软雅黑, helvetica neue, arial,
    hiragino sans gb, microsoft yahei ui, microsoft yahei, simsun, serif;
    margin: 0;
    overflow: auto;
    min-width: 1200px;
    font-size: 14px;
}

a {
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    color: inherit;
}

input::placeholder,
textarea::placeholder {
    color: #CCCCCC;
}

.visible-hidden-g {
    visibility: hidden;
}

.box-shadow-g {
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}

.pointer-g {
    cursor: pointer;
}

.border-radius-g {
    border-radius: 8px;
}

.yzm-icon {
    color: inherit;
    font-size: inherit;
    display: inline-block;
}

.iconfont {
    color: inherit;
    font-size: inherit;
    display: inline-block;
}

.ml-12-g {
    margin-left: 12px;
}

.color-primary-g {
    color: #234BED;
}

.color-success-g {
    color: #43CF7C;
}

.color-warning-g {
    color: #FFC300;
}

.color-error-g {
    color: #F33E3E;
}

.module-g:not(.banner-g) {
    padding: 80px 0;
}

.module-g:not(.banner-g):nth-child(odd) {
    background: #F7FBFC;
}

.module-body-g {
    width: 1200px;
    margin: 0 auto;
}

.title-g {
    font-size: 36px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 40px;
    text-align: center;
}

.title-g .desc-g {
    font-size: 16px;
    color: inherit;
    margin-top: 24px;
    font-weight: 400;
    line-height: 28px;
}

.banner-g {
    height: 500px;
    background: #DFE2E7;
    display: flex;
    align-items: center;
}

.banner-g .module-body-g {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 64px 0 0;
}

.banner-g .title-g {
    color: #FFFFFF;
}

.banner-g .module-body-g.module-body-g__in-left {
    align-items: flex-start;
}

.banner-g .module-body-g.module-body-g__in-left .title-g {
    text-align: left;
}

.banner-g .button-g {
    min-width: 160px;
    height: 48px;
}

.input-g {
    border-radius: 4px;
    display: inline-block;
    width: 220px;
    border-style: solid;
    border-width: 1px;
    border-color: #E6E6E6;
    background: #FFFFFF;
    transition: 0.3s;
    overflow: hidden;
}

.input-g input,
.input-g textarea {
    padding: 12px 16px;
    width: 100%;
    height: 100%;
    border: none;
    color: #666666;
    resize: none;
    display: block;
    font-family: inherit;
}

.input-g:focus-within {
    box-shadow: 0 0 0 2px #AFC4FA;
    border-color: #234BED;
}

.button-g {
    border-radius: 4px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    font-size: 14px;
    line-height: 18px;
    transition: 0.3s;
    border-width: 1px;
    border-style: solid;
    border-color: #333333;
    color: #333333;
    background: #FFFFFF;
}

.button-g:hover {
    color: #333333;
}

.button-g + .button-g {
    margin-left: 12px;
}

.button-g.button-g__white-plain {
    border-color: #FFFFFF;
    background-color: transparent;
    color: #FFFFFF;
}

.button-g.button-g__primary {
    border-color: #234BED;
    background-color: #234BED;
    color: #FFFFFF;
}

.button-g.button-g__primary {
    border-color: #234BED;
    background-color: #234BED;
    color: #FFFFFF;
}

.popover-wrapper-g {
    position: relative;
}

.popover-wrapper-g .popover-g {
    border-radius: 8px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    background: #FFFFFF;
    display: none;
}

.popover-wrapper-g:hover .popover-g {
    display: block;
}

.popover-wrapper-g .popover-bottom-g {
    position: absolute;
    top: 100%;
    padding-top: 12px;
    min-width: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.tabs-g {
    display: flex;
    justify-content: center;
}

.tab-g {
    padding: 12px 24px;
    font-size: 18px;
    font-weight: 600;
    color: #333333;
    position: relative;
}

.tab-g__checked {
    color: #234BED;
}

.tab-g__checked:before {
    content: "";
    position: absolute;
    width: 40%;
    height: 4px;
    background: #234BED;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    border-radius: 8px;
}

.tab-panel-g:not(.tab-panel-g__checked) {
    display: none !important;
}

.the-header-g {
    height: 64px;
    position: fixed;
    width: 100%;
    min-width: 1200px;
    z-index: 2;
}

.the-header-g:hover,
.the-header-g.always-dark-mode,
.the-header-g.dark-mode {
    background: #181818;
}

.the-header-g .module-body-g {
    height: 100%;
    display: flex;
    align-items: flex-start;
}

.the-header-g .logo {
    display: flex;
    height: 100%;
    align-items: center;
}

.the-header-g .logo img {
    max-height: 50%;
}

.the-header-g .menu {
    height: 100%;
    display: flex;
    width: 0;
    flex-grow: 1;
    margin-left: 64px;
}

.the-header-g .menu-item {
    height: 100%;
    display: flex;
    align-items: center;
    line-height: 1;
    font-size: 16px;
    color: #FFFFFF;
    cursor: pointer;
}

.the-header-g .sub-menu + .menu-item,
.the-header-g .menu-item + .sub-menu,
.the-header-g .sub-menu + .sub-menu,
.the-header-g .menu-item + .menu-item {
    margin-left: 40px;
}

.the-header-g .yzm-icon-arrow-bottom {
    margin-left: 8px;
}

.the-header-g .popover-bottom-g {
    transform: translate(-50%, -24px);
}

.the-header-g .popover-g {
    padding: 8px 0;
}

.the-header-g .popover-g a {
    display: block;
    text-align: center;
    padding: 8px 0;
    width: 100px;
    color: #333333;
    white-space: nowrap;
}

.the-header-g .popover-g a:hover {
    color: #234BED;
}

.the-header-g .right-part {
    height: 100%;
    align-items: center;
    display: flex;
}

.the-header-g .button-g {
    border-radius: 24px;
    height: 40px;
}

.the-header-g .yzm-icon-phone {
    font-size: 18px;
    font-weight: 600;
    margin-right: 8px;
}

.the-guide-g {
    background: #234BED url("../image/guide/bg.png") no-repeat center center;
    padding: 40px 0;
    text-align: center;
    color: #FFFFFF;
}

.the-guide-g .rows {
    display: flex;
    align-items: center;
    justify-content: center;
}

.the-guide-g .row + .row {
    margin-left: 120px;
}

.the-guide-g .row .value {
    font-size: 32px;
}

.the-guide-g .row .value .smaller {
    font-size: 22px;
}

.the-guide-g .row .label {
    color: #CCCCCC;
    margin-top: 4px;
}

.the-guide-g .title {
    margin: 40px 0 24px 0;
    font-size: 24px;
}

.the-footer-g {
    background: #181818;
    padding: 64px 0;
    color: #999999;
}

.the-footer-g .wrapper {
    display: flex;
    align-items: flex-start;
}

.the-footer-g .company img {
    height: 36px;
}

.the-footer-g .company .name {
    color: #FFFFFF;
    font-size: 18px;
    padding: 24px 0;
}

.the-footer-g .company .text {
    line-height: 40px;
}

.the-footer-g .menu {
    width: 0;
    flex-grow: 1;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}

.the-footer-g .menu .row + .row {
    margin-left: 64px;
}

.the-footer-g .menu .title {
    color: #FFFFFF;
    font-size: 18px;
    margin-bottom: 16px;
}

.the-footer-g .menu-items.grid {
    display: grid;
    grid-template-columns: repeat(2, auto);
    grid-gap: 0 24px;
}

.the-footer-g .menu-item {
    display: block;
    line-height: 36px;
}

.the-footer-g .menu-item:hover {
    color: #234BED;
}

.the-footer-g .friend-links {
    margin: 40px 0 32px 0;
    border-color: #333333;
    border-width: 1px 0;
    border-style: solid;
    padding: 24px 0 12px;
    display: flex;
    align-items: flex-start;
}

.the-footer-g .friend-links .title {
    color: #FFFFFF;
    margin-right: 24px;
}

.the-footer-g .friend-links .list {
    width: 0;
    flex-grow: 1;
}

.the-footer-g .friend-links a {
    margin: 0 12px 12px 0;
}

.the-footer-g .friend-links a:hover {
    color: #234BED;
}

.the-footer-g .copyright {
    text-align: center;
}