* {
    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;
    font-size: 14px;
}

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

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

.pointer-g {
    cursor: pointer;
}

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

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

.the-main-g {
    min-height: calc(100% - 412px);
}

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

[data-service-value] {
    display: none !important;
}

/* 开始 模块 */

.module-g {
    padding: 40px 0;
}

.module-g:nth-child(2n) {
    background: #FBFBFB;
}

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

.title-g .desc-g {
    font-weight: 500;
    font-size: 16px;
    color: #666666;
    max-width: 800px;
    margin: 24px auto 0;
    line-height: 28px;
}

/* 结束 标题 */


/* 开始 绶带 */

.ribbon-g {
    position: absolute;
    top: 26px;
    right: 26px;
    transform: translate(50%, -50%) rotate(45deg);
}

.ribbon-g .ribbon-g__content {
    width: 120px;
    height: 20px;
    background: #F33E3E;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    line-height: 1;
    font-size: 14px;
    position: relative;
    letter-spacing: 4px;
    clip-path: polygon(20px 0, calc(100% - 20px) 0, 100% 100%, 0 100%);
}

.ribbon-g:before,
.ribbon-g:after {
    content: "";
    position: absolute;
    left: 0;
    top: 20px;
    border-width: 6px;
    border-style: solid;
    border-color: transparent;
    border-top-width: 0;
    border-bottom-color: #B61A1A;
    transform: rotate(-180deg);
}

.ribbon-g:after {
    left: auto;
    right: 0;
    top: 20px;
    transform: rotate(-180deg);
}

/* 结束 绶带 */


/* 开始 价格 */

.price-g {
    display: inline-flex;
    align-items: center;
    color: #F33E3E;
    line-height: 1;
}

.price-g .price-g__currency {
    font-weight: 600;
    font-size: 14px;
}

.price-g .price-g__number {
    font-size: 32px;
    font-weight: 600;
    position: relative;
    top: -4px;
}

.price-g .price-g__append {
    font-size: 12px;
    margin-left: 4px;
}

/* 结束 价格 */


/* 开始 卡片 */

.cards-g {
    display: flex;
}

.card-g {
    border-radius: 4px;
    width: 0;
    flex-grow: 1;
    border-width: 1px;
    border-style: solid;
    border-color: #DDDDDD;
    padding: 24px 12px;
    transition: 0.3s;
    position: relative;
    background: #FFFFFF;
}

.card-g:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 4px;
    background: transparent;
    border-radius: 4px 4px 0 0;
    transition: 0.3s;
}

.card-g + .card-g {
    margin-left: 24px;
}

.card-g:hover {
    box-shadow: 0 2px 16px 0 rgba(0, 0, 0, .1);
    transform: translateY(-12px);
    z-index: 1;
}

.card-g:hover:before {
    background: #386BF3;
}

/* 结束 卡片 */


/* 开始 按钮 */

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

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

.button-g__plain {
    border-color: #FFFFFF;
    background-color: transparent;
    color: #FFFFFF;
}

.button-g__plain:hover {
    color: #FFFFFF;
}

.button-g__primary {
    border-color: #386BF3;
    background-color: #386BF3;
    color: #FFFFFF;
}

/* 结束 按钮 */


/* 开始 输入框 */

::placeholder {
    color: #CCCCCC;
}

.input-g {
    border-radius: 4px;
    display: inline-block;
    width: 220px;
    padding: 8px 16px;
    border-style: solid;
    border-width: 1px;
    border-color: #DDDDDD;
    background: #FFFFFF;
    line-height: 18px;
    transition: 0.3s;
    color: #333333;
    font-size: 14px;
}

.input-g input {
    width: 100%;
    height: 100%;
    border: none;
    color: inherit;
    font-size: inherit;
}

.input-g:focus-within {
    box-shadow: 0 0 0 2px #D7E1FD;
    border-color: #386BF3;
}

/* 结束 输入框 */


/* 开始 颜色 */

.color-primary-g {
    color: #386BF3;
}

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

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

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

/* 结束 颜色 */


/* 开始 外边距 */

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

/* 结束 外边距 */


/* 开始 信息块 */

.info-items-g {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 24px;
}

.info-item-g {
    border-radius: 4px;
    padding: 24px;
    display: flex;
    align-items: flex-start;
    position: relative;
    transition: 0.3s;
}

.info-item-g:hover {
    box-shadow: 0 2px 16px 0 rgba(0, 0, 0, .1);
    background: url("../images/common/info-item-bg.png") no-repeat right top;
}

.info-text-g {
    width: 0;
    flex-grow: 1;
    margin-left: 24px;
}

.info-title-g {
    font-size: 20px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 24px;
}

.info-item-g:hover .info-title-g {
    color: #386BF3;
}

.info-desc-g {
    color: #666666;
    line-height: 28px;
    white-space: normal;
}

.info-items-g__vertical {
    grid-template-columns: repeat(4, 1fr);
}

.info-items-g__vertical .info-item-g {
    display: block;
    text-align: center;
    border-color: #E6E6E6;
    border-width: 1px;
    border-style: solid;
}

.info-items-g__vertical .info-item-g img {
    height: 38px;
}

.info-items-g__vertical .info-item-g:hover {
    border-color: #386BF3;
}

.info-items-g__vertical .info-title-g {
    margin: 24px 0;
}

.info-items-g__vertical .info-desc-g {
    text-align: left;
}

/* 结束 信息块 */


/* 开始 popover */

.popover-g__wrapper {
    position: relative;
}

.popover-g__wrapper .popover-g {
    position: absolute;
    padding: 12px;
    display: none;
}

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

.popover-g__wrapper .popover-g__top,
.popover-g__wrapper .popover-g__bottom {
    min-width: 100%;
    left: 50%;
    transform: translate(-50%, 0);
}

.popover-g__wrapper .popover-g__top {
    bottom: 100%;
}

.popover-g__wrapper .popover-g__bottom {
    top: 100%;
}

.popover-g__wrapper .popover-g__left,
.popover-g__wrapper .popover-g__right {
    min-height: 100%;
    top: 50%;
    transform: translate(0, -50%);
    min-width: 200px;
}

.popover-g__wrapper .popover-g__left {
    right: 100%;
}

.popover-g__wrapper .popover-g__container {
    border-radius: 4px;
    box-shadow: 0 2px 16px 0 rgba(0, 0, 0, .1);
    background: #FFFFFF;
}

/* 结束 popover */


/* 开始 单选组 */

.radio-group-g {
    display: inline-flex;
    align-items: center;
}

.radio-group-g__module {
    padding: 6px;
    box-shadow: 0 2px 16px 0 rgba(0, 0, 0, .1);
}

.radio-group-g__module .radio-g {
    padding: 10px 24px;
    border-radius: 4px;
    min-width: 180px;
    font-size: 16px;
    text-align: center;
}

.radio-group-g__module .radio-g__checked {
    background: #386BF3;
    color: #FFFFFF;
}

/* 结束 单选组 */


/* 开始 分页 */

.pager-g {
    display: flex;
    align-items: center;
}

.pager-g__pre,
.pager-g__number,
.pager-g__next {
    border-width: 1px;
    border-style: solid;
    border-color: #E6E6E6;
    height: 32px;
    padding: 0 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    min-width: 32px;
}

.pager-g__numbers {
    margin: 0 2px;
    display: flex;
    align-items: center;
}

.pager-g__number {
    margin: 0 2px;
}

.pager-g__disabled,
.pager-g__disabled:hover {
    cursor: not-allowed;
    color: #999999;
}

.pager-g__checked {
    border-color: #386BF3;
    color: #386BF3;
}

.pager-g__hide {
    display: none;
}

.pager-g__total {
    margin-left: 12px;
}

.pager-g__total span {
    font-weight: 600;
}

/* 结束 分页 */


/* 开始 表格 */

table {
    width: 100%;
    border: 1px solid #E6E6E6;
    text-align: center;
    border-collapse: collapse;
}

table thead tr th {
    padding: 24px 12px;
    border-bottom: 1px solid #E6E6E6;
    font-size: 18px;
    background: #EDEFF2;
}

table thead tr th + th {
    border-left: 1px solid #E6E6E6;
}

table tbody tr td {
    padding: 16px 12px;
    font-size: 14px;
}

table tbody tr td + td {
    border-left: 1px solid #E6E6E6;
}

table tbody tr + tr td {
    border-top: 1px solid #E6E6E6;
}

/* 结束 表格 */


/* 开始 banner */

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

.banner-g .banner-content-g {
    height: 100%;
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}

.banner-g .banner-content-g .title-g,
.banner-g .banner-content-g .title-g h1 {
    color: #FFFFFF;
    max-width: 700px;
    text-align: left;
}

.banner-g .banner-content-g .title-g h1 {
    margin: 0;
}

.banner-g .banner-content-g .desc-g {
    color: #CCCCCC;
    font-size: 18px;
    margin: 24px 0 0;
}

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

/* 结束 banner */


/* 开始 头部 */

.the-header-g {
    height: 64px;
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.the-header-g__dark {
    background: rgb(11, 14, 67);
    position: relative;
}

.the-header-g .the-width-g {
    display: flex;
    height: 100%;
}

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

.the-header-g .logo h1 {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

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

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

.the-header-g .menu-item {
    display: flex;
    align-items: center;
    line-height: 1;
    font-size: 16px;
    cursor: pointer;
    color: #FFFFFF;
    height: 40px;
    margin: 12px 0;
    justify-content: center;
}

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

.the-header-g .yzm-icon-arrow-bottom {
    margin-left: 6px;
    transition: 0.3s;
}

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

.the-header-g .popover-g__container {
    min-width: 100px;
    padding: 8px 0;
}

.the-header-g .popover-g__container a {
    display: block;
    text-align: center;
    padding: 8px 16px;
    white-space: nowrap;
}

.the-header-g .popover-g__container a:hover {
    color: #386BF3;
}

.the-header-g .auth,
.the-header-g .userinfo {
    height: 100%;
    display: none;
    align-items: center;
}

.the-header-g .auth.visible,
.the-header-g .userinfo.visible {
    display: flex;
}

.the-header-g .userinfo {
    color: #FFFFFF;
    font-size: 16px;
}

.the-header-g .userinfo a + a {
    margin-left: 12px;
}

.the-header-g .language-menu {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    display: flex;
    margin-right: 24px;
}

/* 结束 头部 */


/* 开始 尾部 */

.the-guide-g {
    background: #2468F2 url("../images/the-footer/guide.png") no-repeat center center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
    padding: 24px 0;
}

.the-guide-g .button-g {
    margin-left: 24px;
}

.the-footer-g {
    background: #333333;
    padding: 40px 0;
    color: #FFFFFF;
}

.the-footer-g .menu {
    display: flex;
    justify-content: center;
}

.the-footer-g .divide {
    width: 1px;
    background: rgba(255, 255, 255, .3);
    margin: 0 120px;
}

.the-footer-g .menu .title {
    font-size: 18px;
    margin-bottom: 12px;
}

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

.the-footer-g .menu-item {
    display: block;
    line-height: 36px;
    color: rgba(255, 255, 255, .8);
}

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

.the-footer-g .menu-item .button-g {
    padding: 4px 12px;
    margin-left: 4px;
    font-size: 12px;
}

.the-footer-g .friend-link {
    line-height: 24px;
    margin-top: 40px;
    display: flex;
    align-items: flex-start;
}

.the-footer-g .friend-link .label {
    margin-right: 24px;
}

.the-footer-g .friend-link .list {
    color: #CCCCCC;
    width: 0;
    flex-grow: 1;
}

.the-footer-g .friend-link .list a {
    margin-right: 12px;
}

.the-footer-g .copyright {
    text-align: center;
    margin-top: 40px;
    padding-top: 40px;
    border-color: rgba(255, 255, 255, .3);
    border-width: 1px 0 0 0;
    border-style: solid;
}

.the-footer-g .beian {
    margin-left: 24px;
}

.the-footer-g .beian img {
    transform: translate(0, 4px);
}

/* 结束 尾部 */


/* 开始 咨询 */

.the-consult-g {
    position: fixed;
    right: 12px;
    top: 50%;
    background: #FFFFFF;
    box-shadow: 0 2px 16px 0 rgba(0, 0, 0, .1);
    border-radius: 8px;
}

.the-consult-g .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 16px 8px;
    cursor: pointer;
}

.the-consult-g .item img {
    width: 40px;
}

.the-consult-g .popover-g__container {
    line-height: 32px;
    padding: 16px 24px;
    font-size: 16px;
    white-space: nowrap;
}

.the-consult-g .popover-g__container .link {
    margin-left: 12px;
    color: #386BF3;
}

.the-consult-g .popover-g__container .yzm-icon-copy {
    font-size: 18px;
}

.the-consult-g .popover-g__container .button {
    text-align: center;
    margin: 12px 0 0;
}

/* 结束 咨询 */


/* 开始 注册引导 */

.the-guide {
    position: fixed;
    bottom: 0;
    right: 0;
    cursor: pointer;
}

/* 结束 注册引导 */