body {
    margin: 0;
    font-family: Microsoft YaHei;
    background: #fff;
}

p {
    margin: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    cursor: pointer;
}

.display-none {
    display: none;
}

.flex {
    display: flex;
}

.flex1 {
    flex: 1;
}

.flex-ac {
    align-items: center;
}

.flex-pc {
    justify-content: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
}

.flex-col {
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -webkit-flex-direction: column;
}

.flex-pj {
    justify-content: space-between;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
}

.container {
    position: relative;
    min-width: 1366px;
}

.container-main {
    background: #fff;
}

.container-item {
    position: relative;
    z-index: 30;
}

.notify-msg.notify-msg-warning {
    background: #FFF8F2 !important;
    border: 1px solid #FFDCB9 !important;
    color: #464646;
}

.notify-msg.notify-msg-warning .notify-msg-icon {
    background: #FE8F22 !important;
}

.notify-msg.notify-msg-error {
    color: #EA3E3E !important;
    background: #FFEFEF !important;
    border: 1px solid #FFC8C7 !important;
}

.notify-msg.notify-msg-error .notify-msg-icon {
    background: #EA3E3E !important;
}

.notify-msg.notify-msg-success {
    background: #F1FFF6 !important;
    border: 1px solid #D3F5DE !important;
    color: #5ABA79 !important;
}

.notify-msg.notify-msg-success .notify-msg-icon {
    background: #5ABA79 !important;
}

.notify-msg-icon,
.notify-msg-icon svg {
    width: 22px;
    height: 22px;
}

/* 顶部 */
.container-header {
    position: relative;
    justify-content: space-between;
    padding: 0 5% 0 5.5%;
    height: 30px;
    background: #464856;
    color: #fff;
    font-size: 12px;
}

.container-header-text {
    color: rgba(255, 255, 255, .8);
}

.company-name {
    margin-right: 37px;
}

.qthl-txt {
    width: 57px;
    height: 13px;
    margin-left: 6px;
    object-fit: contain;
}

.country-select {
    margin-right: 22px;
    padding-right: 20px;
    color: #E1E7EE;
    text-decoration: none;
    line-height: 1;
}

.country-select .iconfont {
    margin-right: 11px;
    font-size: 12px;
}

.container-header-right {
    color: #E1E7EE;
}

/* 顶部菜单 */
.container-menu {
    position: relative;
    justify-content: space-between;
    padding: 20px 5% 20px 5.6%;
    background: rgba(255, 255, 255, .9);
    z-index: 20;
}

.container-menu-left .gzy-logo {
    width: 208px;
    height: 34px;
    margin-right: 69px;
    vertical-align: middle;
    object-fit: contain;
}

.free-tag-1 {
    margin-left: 4px;
    background: #FF9543;
    color: #fff;
    height: 14px;
    font-size: 12px;
    line-height: 13px;
    padding: 0 3px;
    border-radius: 2px;
}

.menu-item-block {
    position: relative;
    padding: 0 14px;
    color: #697182;
    font-size: 14px;
}

.menu-text {
    font-size: 16px;
    color: #697182;
}

.menu-text:hover {
    position: relative;
    color: #3F4855;
}

.current-menu-text {
    position: relative;
    color: #3F4855 !important;
}

.current-menu-text::after,
.menu-text:hover::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -28px;
    width: 29px;
    height: 2px;
    background: #666666;
}

.xiala-arrow {
    display: inline-block;
    margin-left: 4px;
    border-width: 4.5px 3.5px;
    border-color: #53637A transparent transparent transparent;
    border-style: solid;
}

.sub-menu-list {
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    padding: 4px 0;
    width: max-content;
    background: #fff;
    overflow-y: hidden;
    transition: all .5s ease;
    color: #697182;
    box-shadow: 0px 3px 10px 0px rgba(0, 11, 18, 0.1);
    border-radius: 3px;
    visibility: hidden;
    opacity: 0;
    z-index: 99;
    transition: all .5s ease;
}

.menu-item-block:hover .sub-menu-list {
    opacity: 1;
    visibility: visible;
}

.submenu-text {
    font-size: 16px;
    cursor: default;
    transition: all .1s ease;
}

.menu-item-block:hover .submenu-text {
    color: #3F4855;
}

.sub-menu-list li a {
    display: inline-block;
    width: 100%;
    padding: 0 10px;
    line-height: 36px;
    cursor: pointer;
    text-align: left;
    color: #697182;
    box-sizing: border-box;
}

.sub-menu-list .current {
    background: #F2F4F8;
    color: #6488BC !important;
}

.sub-menu-list li:hover {
    background: #F2F4F8;
    color: #6488BC;
}

.sub-menu-list li:hover a {
    color: #6488BC !important;
}

.menu-btn.consult-btn {
    margin-right: 10px;
    color: #F2874D;
    border: 2px solid #F2874D
}

.menu-btn.consult-btn:hover {
    background: #F2874D;
    color: #fff
}

.menu-btn.login-btn {
    color: #6488BC;
    border: 2px solid #6488BC
}

.menu-btn.login-btn a {
    color: #6488BC;
}

.menu-btn.login-btn:hover {
    background: #6488BC;
    color: #fff
}

.menu-btn.login-btn:hover a{
    color: #fff
}

.menu-btn {
    width: 120px;
    height: 36px;
    border-radius: 18px;
    font-size: 14px;
    cursor: pointer;
    background: none;
}

.first-part-bg {
    position: absolute;
    width: 100%;
    height: auto;
    object-fit: cover;
    z-index: -1;
}

.container-item-content {
    position: relative;
    margin-top: 5%;
}

.container-item-content-left {
    width: 54%;
    padding-left: 10%;
}

.dark-tag {
    position: relative;
    display: inline-block;
    top: -5px;
    height: 22px;
    line-height: 22px;
    margin-right: 6px;
    background: #43556D;
    padding: 0 4px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}

.free-tag-2 {
    position: relative;
    top: -5px;
    display: inline-block;
    background: #FF9543;
    height: 22px;
    line-height: 22px;
    padding: 0 8px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}

.page-title-box {
    margin: 0 0 2% 0;
    display: inline-block;
    font-weight: bold;
    font-size: 32px;
    color: #3A475C;
    line-height: 38px;
    opacity: 0;
    animation: fade-in-bottom .3s ease-in-out 1;
    animation-fill-mode: forwards;
}

.page-sub-title {
    font-size: 26px;
}

.page-title-note {
    margin-bottom: 2%;
    font-size: 16px;
    color: #697182;
    line-height: 1;
    opacity: 0;
    animation: fade-in-bottom .3s ease-in-out;
    animation-fill-mode: forwards;
}

.points-list {
    flex-wrap: wrap;
    margin-bottom: 4.5%;
    opacity: 0;
    animation: fade-in-bottom .3s .3s ease-in-out;
    animation-fill-mode: forwards;
}

.points-list-item {
    margin-right: 26px;
    font-size: 14px;
    color: #414F64;
    line-height: 24px;
}

.success-icon {
    position: relative;
    display: inline-block;
    flex-shrink: 0;
    width: 14px;
    height: 14px;
    background: #5ABA79;
    border-radius: 50%;
    margin-right: 6px;
}

.success-icon::after {
    content: '';
    position: absolute;
    left: 4px;
    top: 2px;
    display: inline-block;
    width: 4px;
    height: 7px;
    border-width: 0 2px 2px 0;
    border-color: #fff;
    border-style: solid;
    transform: rotate(45deg);
}

.apply-display-box {
    position: relative;
    width: 84%;
    margin: 0 0 20px 40px;
    z-index: 10;
    opacity: 0;
    animation: fade-in-bottom .3s .6s ease-in-out;
    animation-fill-mode: forwards;
}

.apply-display-item {
    position: relative;
    width: 100%;
}

.apply-display-item::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 49%;
    width: 87.5%;
    height: 114%;
    background: #fff;
    box-shadow: 6px 16px 81px 0px rgba(222, 233, 239, 0.61);
    border-radius: 18px;
    z-index: -1;
    transform: translate(-50%, -50%);
}

.apply-display-box .swiper-slide {
    display: flex;
    align-items: center;
    margin: 27px 0 24px;
    opacity: 0 !important;
}

.apply-display-box .swiper-slide-active {
    opacity: 1 !important;
}

.apply-display-box .swiper-button-lock {
    display: flex;
}

.apply-display-box .swiper-button-prev {
    left: -6%;
    color: #53637A;
}

.apply-display-box .swiper-button-next {
    right: -6%;
    color: #53637A;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 28px;
}

.swiper-wrapper {
    align-items: center;
}

.apply-display-img {
    width: 100%;
    box-shadow: 6px 16px 81px 0px rgba(213, 226, 233, 0.61);
    border-radius: 8px;
}

.self-employment-note {
    position: absolute;
    right: -16%;
    top: -23%;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 32%;
    min-width: 220px;
    height: auto;
    padding: 10.7% 1.5% 0 0;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    box-sizing: border-box;
    z-index: 30;
}

.self-employment-note-img {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: auto;
    object-fit: cover;
    z-index: -1;
}

.apply-list {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-left: 40px;
    width: 84%;
    box-shadow: 6px 16px 81px 0px rgba(222, 233, 239, 0.61);
    z-index: 20;
    opacity: 0;
    animation: fade-in-bottom .3s .9s ease-in-out;
    animation-fill-mode: forwards;
}

.apply-list .current-item {
    background: #6C88B1;
    box-shadow: 0px 6px 8px 0px rgba(108, 136, 177, 0.26);
    color: #fff;
    z-index: 99;
}

.apply-item {
    width: 25%;
    font-size: 14px;
    color: #8F98AB;
    box-shadow: 0 0 0 1px #D7E2E9;
    background: #fff;
    text-align: center;
    line-height: 40px;
    transition: all .3s ease;
    cursor: pointer;
}

.apply-item:hover {
    background: #6C88B1;
    box-shadow: 0px 6px 8px 0px rgba(108, 136, 177, 0.26);
    color: #fff;
    z-index: 99;
}

input[type=checkbox] {
    position: relative;
    width: 12px;
    height: 12px;
    margin: 0;
}

input[type=checkbox]::after {
    content: "";
    position: absolute;
    display: inline-block;
    top: 0;
    width: 12px;
    height: 12px;
    border-radius: 2px;
}

input[type=checkbox]:checked::after {
    background-color: #7cc493;
}

input[type=checkbox]:checked::before {
    content: "";
    position: absolute;
    width: 3px;
    height: 6px;
    top: 1px;
    left: 4px;
    border: 2px solid #fff;
    border-left: 0;
    border-top: 0;
    z-index: 99;
    transform: rotate(45deg);
}

.login-block {
    position: absolute;
    /* right: 14%; */
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 16.8%;
    /* min-width: 230px; */
    padding-bottom: 40px;
    background: #FFFFFF;
    box-shadow: 6px 16px 81px 0px rgba(222, 233, 239, 0.61);
    border-radius: 6px;
    z-index: 10;
    opacity: 0;
    animation: fade-in-right .3s 1.2s ease-in-out;
    animation-fill-mode: forwards;
}

.login-title {
    padding: 14% 0 13px;
    font-weight: bold;
    font-size: 18px;
    color: #414F64;
    line-height: 1;
}

.login-note {
    font-size: 12px;
    color: rgba(65, 79, 100, .6);
    line-height: 1;
    margin-bottom: 8%;
}

.login-note .high-light {
    color: #FF9543;
}

.login-warning {
    display: none;
    width: fit-content;
    height: 22px;
    padding: 0 10px 0 7px;
    background: #FFF5EB;
    border-radius: 6px;
    border: 1px solid #FFA445;
    color: #FFA445;
    font-size: 12px;
    margin-bottom: 10px;
}

.login-warning-icon {
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    margin-right: 5px;
}

.login-code-box {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    min-height: 137px;
    margin-bottom: 9%;
}

.scan-loading {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    color: #3A475C;
}

.login-code-box .login-mask {
    position: absolute;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 14px;
    background: rgba(255, 255, 255, .9);
    z-index: 10;
}

.login-code-box .scan-reminder-img {
    width: 24px;
    object-fit: cover;
    margin-bottom: 13px;
}

.login-code {
    width: 44%;
    max-width: 137px;
    height: auto;
    object-fit: contain;
}

.code-retry {
    display: none;
    margin-top: 8px;
    color: #5ABA79;
    line-height: 1;
    cursor: pointer;
}

.login-code-box .scan-result {
    color: #3A475C;
    line-height: 1;
}

.login-block-btn {
    display: none;
    width: 39%;
    margin-top: 7%;
    line-height: 32px;
    background: #5ABA79;
    border-radius: 3px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    border: none;
    cursor: pointer;
}

.try-title {
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 18px;
    color: #414F64;
}

.try-title strong {
    color: #FE8F22;
}

.try-block {
    min-width: 324px;
    right: 12%;
    padding: 41px 20px 26px;
    box-shadow: 6px 16px 81px 0px rgba(222, 233, 239, 0.61);
    border-radius: 12px;
    border: 4px solid rgba(255, 255, 255, 0.8);
    background: url('http://static.test.weifenghr.com/static/stastic/gzy/images/login-box-bg.png') #FFFFFF no-repeat bottom center;
    background-size: 100% auto;
    box-sizing: border-box;
}

.try-note {
    position: relative;
    margin: 12px 0 30px;
    font-size: 12px;
    color: #414F64;
    line-height: 1;
    opacity: 0.6;
}

.try-note::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -26px;
    width: 16px;
    height: 1px;
    background: #9EB1CA;
}

.try-note::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -26px;
    width: 16px;
    height: 1px;
    background: #9EB1CA;
}

.try-count {
    margin-bottom: 14px;
    font-weight: 400;
    font-size: 12px;
    color: #697182;
}

.try-count span {
    color: #414F64;
}

.try-box-phone {
    position: relative;
    width: 100%;
    height: 36px;
    margin-bottom: 18px;
}

.try-block input[type="text"] {
    width: 100%;
    height: 36px;
    margin-bottom: 18px;
    padding: 0 30px 0 17px;
    line-height: 36px;
    border-radius: 18px;
    font-size: 12px;
    border: 1px solid #B2C9EA;
    box-sizing: border-box;
    outline: none;
}

.try-block input[type="text"]::placeholder {
    color: #C1C9DA;
}

.try-block .agreement .highlight {
    color: #6C88B1;
}

.try-box-phone .iconfont {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 14px;
    color: #5BBA79;
}

.try-box-btns {
    flex: 1;
    width: 100%;
    margin: 12px 0 47px;
}

.try-box-btns button {
    flex: 1;
    height: 36px;
    border-radius: 18px;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 36px;
    cursor: pointer;
    outline: none;
    border: none;
}

.try-box-btns .contract-btn {
    margin-right: 20px;
    color: #FFFFFF;
    background: #F2874D;
    box-shadow: 0px 7px 10px 0px rgba(239, 192, 145, 0.59);
}

.try-box-btns .contract-btn:hover {
    background: #eb6f2b;
}

.try-box-btns .submit-btn {
    background: #6488BC;
    box-shadow: 0px 7px 10px 0px rgba(173, 194, 224, 0.59);
}

.try-box-btns .submit-btn:hover {
    background: #3267b5;
}

.agreement {
    margin-left: 8px;
    font-size: 12px;
    color: #9DA7AE;
}

.agreement .highlight {
    color: #5D6D79;
    cursor: pointer;
}

.other-login {
    margin-top: 7%;
    font-size: 12px;
    color: #5ABA79;
    text-decoration-line: underline;
    line-height: 1;
    cursor: pointer;
}

.container-item-header {
    position: relative;
    z-index: 20;
    opacity: 0;
}

.container-item h2 {
    font-weight: bold;
    font-size: 26px;
    color: #3A475C;
    line-height: 1;
    text-align: center;
    margin: 0 0 18px 0;
}

.title-note {
    margin-bottom: 50px;
    font-size: 16px;
    color: #9098AB;
    line-height: 1;
    text-align: center;
}

.problem-box {
    position: relative;
    margin: 0 8% 50px;
    background: rgba(255, 255, 255, 0.34);
    box-shadow: 0px 17px 81px 0px rgba(225, 233, 238, 0.61);
    border-radius: 6px;
    border: 1px solid #FFFFFF;
    background: #fff;
    z-index: 20;
}

.volume-pic {
    width: 25px;
    height: 25px;
    object-fit: cover;
    margin-right: 10px;
}

.problem-box-title {
    margin: 28px 0 0 30px;
    font-weight: bold;
    font-size: 20px;
    color: #3A475C;
    line-height: 1;
}

.problem-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 20%;
    padding: 0 1.6%;
    margin-top: 43px;
}

.problem-item:not(:last-child) {
    border-right: 1px solid rgba(229, 237, 245, .5);
}

.problem-item:hover .problem-pic {
    animation: hvr-bob2 2s ease-in infinite;
}

.problem-item-title {
    font-weight: bold;
    font-size: 18px;
    color: #414F64;
    line-height: 1;
    margin-bottom: 20px;
}

.problem-list {
    justify-content: space-evenly;
    padding: 0 13px 38px;
}

.green-font {
    color: #5ABA79;
}

.problem-pic {
    width: 30%;
    height: auto;
    margin-bottom: 13px;
}

.problem-note {
    justify-content: center;
    padding: 9px 11%;
    width: 100%;
    height: -webkit-fill-available;
    background: #F0F6F9;
    border-radius: 6px;
    font-size: 12px;
    color: #697182;
    line-height: 20px;
    box-sizing: border-box;
    text-align: center;
}

.split-box {
    justify-content: center;
    margin-bottom: 40px;
}

.split-line {
    margin: 0 30px;
    width: 120px;
    height: 1px;
    background: rgba(179, 185, 200, .6);
}

.split-text {
    font-size: 14px;
    color: #9098AB;
    line-height: 1;
}

.split-large-text {
    font-size: 24px;
    color: #3A475C;
}

.process-box {
    margin: 0 14%;
}

.process-step-box {
    position: relative;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto 25px;
}

.process-step-box::after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 100%;
    border-top: 1px dashed rgba(215, 222, 230, .59);
}

.process-step-item {
    justify-content: center;
    flex-shrink: 0;
    font-weight: bold;
    font-size: 18px;
    color: #3A475C;
    line-height: 1;
    background: #fff;
    z-index: 10;
    box-shadow: 0 0 0 12px #fff;
}

.process-step-dot {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 12px;
    background: #3A475C;
    border-radius: 50%;
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    text-align: center;
}

.process-first-part {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 15%;
    margin-right: 9px;
    margin-left: 22px;
}

.process-left-transition {
    width: 22%;
}

.process-left-transition .arrow-line {
    position: relative;
    width: 17%;
    height: 2px;
    margin-right: 6px;
    background: #90A3BF;
}

.arrow-line::after {
    content: '';
    position: absolute;
    right: -9px;
    top: -3px;
    border-width: 4px 7px;
    border-color: transparent transparent transparent #90A3BF;
    border-style: solid;
}

.transition-box {
    width: 43%;
    height: 64px;
    font-size: 14px;
    color: #414F64;
    border-radius: 8px;
    border: 2px solid #90A3BF;
    line-height: 64px;
    text-align: center;
}

.process-left-transition .contect-line {
    width: 16%;
    height: 2px;
    background: #90A3BF;
}

.parentheses {
    position: relative;
    margin-right: 10px;
    width: 22%;
    height: 174px;
    border-radius: 18px 0 0 18px;
    border-width: 2px 0 2px 2px;
    border-style: solid;
    border-color: #90A3BF;
}

.parentheses::before {
    content: '';
    position: absolute;
    right: -9px;
    top: -5px;
    border-width: 4px 7px;
    border-color: transparent transparent transparent #90A3BF;
    border-style: solid;
}

.parentheses::after {
    content: '';
    position: absolute;
    right: -9px;
    bottom: -5px;
    border-width: 4px 7px;
    border-color: transparent transparent transparent #90A3BF;
    border-style: solid;
}

.process-second-part {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 25%;
    min-width: 265px;
}

.process-second-part-child {
    width: 100%;
    padding: 14px 15px 0 15px;
    border-radius: 8px;
    border: 2px solid #90A3BF;
    font-size: 14px;
    box-sizing: border-box;
}

.process-second-part-child .title {
    color: #414F64;
    line-height: 1;
    margin-bottom: 13px;
}

.employee-onboarding .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 66px;
    background: #7F85F4;
    border-radius: 8px;
    line-height: 18px;
    color: #fff;
}

.process-second-part-child .note {
    padding: 13px 0;
    color: #9098AB;
    line-height: 1;
    text-align: center;
}

.warning-tag {
    color: #FF2B2B;
}

.employee-onboarding {
    margin-bottom: 10px;
}

.notice-channel .channel-item {
    width: 49%;
    height: 40px;
    margin-bottom: 18px;
    background: #7AB3FF;
    border-radius: 8px;
    color: #fff;
    line-height: 40px;
    text-align: center;
}

.notice-channel .channel-item:not(:last-child) {
    margin-right: 13px;
}

.process-right-transition {
    width: 23%;
    margin-right: 10px;
}

.process-right-transition .left-connect-box {
    position: relative;
    top: 32px;
    width: 40%;
    height: 163px;
    border-radius: 0 0 18px 0;
    border-width: 2px 2px 2px 0;
    border-color: #90A3BF;
    border-style: solid;
}

.process-right-transition .left-connect-box::after {
    content: '';
    position: absolute;
    right: -9px;
    top: -9px;
    display: inline-block;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    border: 2px solid #90A3BF;
    background: #fff;
    z-index: 10;
}

.process-right-transition .right-connect-box {
    position: relative;
    left: -2px;
    width: 60%;
    height: 174px;
    border-radius: 18px 0 0 18px;
    border-width: 2px 0 2px 2px;
    border-color: #90A3BF;
    border-style: solid;
}

.process-right-transition .right-connect-box::before {
    content: '';
    position: absolute;
    right: -9px;
    top: -5px;
    border-width: 4px 7px;
    border-color: transparent transparent transparent #90A3BF;
    border-style: solid;
}

.process-right-transition .right-connect-box::after {
    content: '';
    position: absolute;
    right: -9px;
    bottom: -5px;
    border-width: 4px 7px;
    border-color: transparent transparent transparent #90A3BF;
    border-style: solid;
}

.process-third-part {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 15%;
}

.service-item {
    width: 100%;
    height: 40px;
    border-radius: 8px;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
}

.service-item:not(:last-child) {
    margin-bottom: 20px;
}

.first-service {
    background: #FF9081;
}

.second-service {
    background: #FFBE78;
}

.third-service {
    background: #7AB3FF;
}

.fourth-service {
    background: #7F85F4;
}

.process-content {
    margin-bottom: 52px;
}

.warning-text {
    font-size: 14px;
    color: #FF5340;
    line-height: 1;
    text-align: center;
    margin-bottom: 20px;
}

.housekeep-btn {
    position: relative;
    justify-content: center;
    width: 640px;
    height: 60px;
    margin: 0 auto 100px;
    background: #6C88B1;
    border-radius: 3px;
    line-height: 1;
    cursor: pointer;
}

.housekeep-btn-tag {
    position: relative;
    width: 18px;
    height: 18px;
    margin-right: 18px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .27);
}

.housekeep-btn-tag::after {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%;
}

.housekeep-btn-title {
    font-weight: bold;
    font-size: 18px;
    margin-right: 10px;
    color: #FEFEFE;
}

.housekeep-btn-note {
    font-size: 14px;
    color: #FEFEFE;
}

.resolve-tag {
    flex-shrink: 0;
    width: 57px;
    height: 51px;
    margin-right: 10px;
    padding: 6px 12px;
    background: #FF9543;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    box-sizing: border-box;
}

.sign-consult-btn {
    margin-right: 10px;
    background: #fff;
    color: #6C88B1;
    transition: all .3s ease;
}

.sign-consult-btn:hover {
    background: #5FCA8F;
    border: none;
    color: #fff;
}

.sign-submit-btn {
    background: #6C88B1;
    border: none !important;
    color: #fff;
}

.knowledge-base {
    justify-content: center;
    width: 100%;
    padding: 62px 0 64px;
    margin-bottom: 80px;
    background-image: url(https://cdn.qiantongban.com/static/stastic/base-qtb/images/knowledgeBaseBg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.knowledge-base-left {
    max-width: 56%;
    padding: 2.8% 3% 3.4% 3%;
    background: #fff;
    border-radius: 8px;
    margin-right: 13px;
    box-sizing: border-box;
}



.article-list {
    /* width: 66%; */
    margin-right: 6%;
    box-sizing: border-box;
}

.article-item {
    cursor: pointer;
    transition: all .3s ease;
}

.article-item-right {
    min-width: 230px;
}

.article-item:hover {
    transform: scale(1.1);
}

.article-item:not(:last-child) {
    margin-bottom: 26px;
}

.article-img {
    width: 190px;
    height: 112px;
    margin-right: 18px;
    object-fit: cover;
    border-radius: 8px;
    flex-shrink: 0;
}

.article-item-title {
    font-weight: bold;
    font-size: 18px;
    color: #53637A;
    line-height: 24px;
    margin-bottom: 10px;
}

.article-item-note {
    font-size: 12px;
    color: #959FAE;
    line-height: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.more-list {
    width: 30%;
}

.more-list-title {
    font-size: 16px;
    color: #333;
    line-height: 1;
    margin-bottom: 15px;
}

.more-item {
    font-size: 12px;
    color: #959FAE;
    line-height: 20px;
}

.more-item p:hover {
    color: #53637A;
}

.more-item:not(:last-child) {
    margin-bottom: 40px;
}

.more-item p {
    margin-bottom: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
}

.more-item-title {
    min-width: 204px;
    font-size: 12px;
    color: #959FAE;
    line-height: 20px;
}

.more-item-title p:hover {
    color: #53637A;
}

.more-item-title p {
    margin-bottom: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
}

.more-list a:nth-child(4) .more-item-title,
.more-list a:nth-child(7) .more-item-title {
    margin-bottom: 40px;
}

.registration-mark {
    width: 303px;
    height: 306px;
    object-fit: cover;
    margin-bottom: 15px;
    border-radius: 8px;
    cursor: pointer;
}

.knowledge-base-right .ad-swiper-container {
    width: 303px;
    overflow: hidden;
}

.container-content-right .ad-swiper-container {
    overflow: hidden;
    height: 160px;
}

.advert-img {
    height: 160px !important;
}

.more-article-inquiry {
    justify-content: center;
    width: 303px;
    height: 175px;
    background: #fff;
    border-radius: 8px;
    cursor: pointer;
}

.more-article-inquiry .title {
    font-size: 24px;
    color: #596168;
    line-height: 1;
    margin-bottom: 8px;
}

.more-article-inquiry .note {
    font-size: 16px;
    color: rgba(89, 97, 104, .5);
    line-height: 1;
}

.green-arrow {
    width: 72px;
    height: 72px;
    object-fit: cover;
    margin-left: 21px;
    cursor: pointer;
    transition: all .5s ease;
}

.more-article-inquiry:hover .green-arrow {
    transform: translateX(8px);
}

.container-product {
    padding: 22px 0 25px;
    font-size: 14px;
    color: #9098AB;
    line-height: 30px;
    text-align: center;
}

.container-product .left-quotation-mark {
    position: absolute;
    top: 102px;
    left: 14%;
    display: inline-block;
    background-image: url(https://cdn.qiantongban.com/static/stastic/base-qtb/images/leftQuotationMark.png);
    background-size: cover;
    width: 26px;
    height: 21px;
}

.container-product .right-quotation-mark {
    position: absolute;
    top: 102px;
    right: 14%;
    display: inline-block;
    background-image: url(https://cdn.qiantongban.com/static/stastic/base-qtb/images/rightQuotationMark.png);
    background-size: cover;
    width: 26px;
    height: 21px;
}

.apply-course {
    position: relative;
    margin: 0 auto 50px;
    width: 83%;
    overflow: hidden;
}

.map-bg {
    position: absolute;
    left: 50%;
    width: 73%;
    height: 470px;
    background-image: url(https://cdn.guzhuyi.com/static/stastic/gzy/images/qttt/mapBg.png);
    background-size: cover;
    background-repeat: no-repeat;
    transform: translateX(-50%);
}

.course-line {
    position: absolute;
    top: 47px;
    width: 100%;
    height: 2px;
    background: #5ABA79;
    border-radius: 1px;
}

.dashileft_btns {
    position: absolute;
    top: 342px;
    left: 72px;
    opacity: .2;
}

.dashileft_btns img {
    width: 40px;
    height: 40px;
    transform: rotate(180deg);
}

.dashiright_btns {
    position: absolute;
    top: 342px;
    right: 70px;
}

.dashiright_btns img {
    width: 40px;
    height: 40px;
}

.course-dot {
    position: relative;
    left: 14px;
    width: 18px;
    height: 18px;
    margin-bottom: 12px;
    background: #5ABA79;
    border-radius: 50%;
    border: 3px solid #fff;
    box-sizing: border-box;
    z-index: 10;
}

.course-content {
    margin: 0 auto;
    padding-top: 39px;
    width: 100%;
    transition: all 1s ease;
}

.course-content-item {
    margin-left: 30px;
}

.course-year {
    font-size: 18px;
    color: #333;
    line-height: 1;
    margin-bottom: 26px;
}

.course-content-sdescribe {
    position: relative;
    padding: 11px;
    width: 130px;
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0px 1px 30px 0px rgba(175, 175, 175, 0.17);
    border: 1px solid #EAEEF4;
    font-size: 12px;
    color: #717C8C;
    line-height: 18px;
    box-sizing: border-box;
}

.rack {
    position: absolute;
    top: -14px;
    left: -1px;
    border-width: 7px 6px;
    border-color: transparent transparent #EAEEF4 #EAEEF4;
    border-style: solid;
}

.rack::after {
    content: '';
    position: absolute;
    left: -5px;
    top: -5px;
    display: inline-block;
    border-width: 7px 6px;
    border-color: transparent transparent #fff #fff;
    border-style: solid;
}

.wid-273 {
    width: 273px;
}

.wid-263 {
    width: 263px;
}

.red-dot {
    position: relative;
    top: -2px;
    display: inline-block;
    width: 4px;
    height: 4px;
    margin-right: 5px;
    background: #FF6453;
    border-radius: 50%;
    line-height: 12px;
}

.course-content-sdescribe p:not(:last-child) {
    margin-bottom: 10px;
}

.apply-intro {
    justify-content: center;
    margin-bottom: 66px;
}

.apply-intro-left {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 12%;
    height: 12vw;
    min-height: 174px;
    background-image: url(https://cdn.qiantongban.com/static/stastic/base-qtb/images/apply_intro_bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 9%;
    border-radius: 50%;
    box-sizing: border-box;
}

.apply-intro-left .left-1 {
    top: 5%;
    left: -26%;
}

.apply-intro-left .left-2 {
    top: 43%;
    left: -46%;
}

.apply-intro-left .left-3 {
    bottom: 9%;
    left: -38%;
}

.apply-intro-left .right-1 {
    top: 5%;
    right: -14%;
}

.apply-intro-left .right-2 {
    top: 43%;
    right: -34%;
}

.apply-intro-left .right-3 {
    bottom: 9%;
    right: -18%;
}

.apply-intro-left .note {
    position: absolute;
    font-size: 15px;
    color: #95A5BC;
    line-height: 1;
    transition: all 1s ease;
}

.apply-intro-left .note:hover {
    transform: translateY(-8px);
}

.apply-intro-left .logo {
    width: 85%;
    max-width: 195px;
    height: auto;
    object-fit: cover;
    margin: 15% 0 10px;
}

.apply-intro-tag {
    width: 86px;
    background: #95A5BC;
    border-radius: 4px;
    font-size: 14px;
    color: #fff;
    line-height: 22px;
    text-align: center;
}

.apply-intro-right {
    width: 28%;
    max-width: 542px;
}

.apply-intro-right .title {
    position: relative;
    font-weight: bold;
    font-size: 18px;
    color: #53637A;
    line-height: 1;
    margin-bottom: 42px;
}

.apply-intro-right .highlight {
    color: #FF9727;
}

.apply-intro-right .title::after {
    content: '';
    position: absolute;
    left: 0;
    top: 36px;
    display: inline-block;
    width: 26px;
    border-bottom: 2px solid #5ABA79;
}

.apply-intro-right-item {
    position: relative;
    width: 48%;
    max-width: 260px;
    height: 42px;
    padding-left: 8px;
    margin-bottom: 10px;
    background: #F2F7FB;
    border-radius: 8px;
    font-size: 14px;
    color: #53637A;
    box-sizing: border-box;
}

.apply-intro-right-content .hvr-ripple-out::before {
    border-radius: 8px;
}

.apply-intro-right-img {
    width: 28px;
    height: 28px;
    object-fit: cover;
    margin-right: 12px;
}

.apply-intro-right-content {
    flex-wrap: wrap;
    justify-content: space-between;
}

.apply-license {
    justify-content: center;
    margin-bottom: 90px;
}

.apply-license-item {
    width: 15%;
    max-width: 280px;
    padding: 10px 0;
    padding-left: 22px;
    border-radius: 40px;
    border: 2px solid #6C88B1;
    font-size: 16px;
    color: #333;
    box-sizing: border-box;
}

.apply-license-item:not(:last-child) {
    margin-right: 26px;
}

.apply-license-item img {
    width: 21%;
    height: auto;
    object-fit: cover;
    margin-right: 8%;
}

.container-footer-consult {
    width: 100%;
    height: 126px;
    background-image: url(https://cdn.guzhuyi.com/static/stastic/gzy/images/qttt/gzy_footer.png);
    background-size: cover;
    color: #fff;
}

.container-footer-consult-left {
    width: 13%;
    margin: 0 36px 0 12%;
    padding: 18px 0 0 29px;
    background: #5B6A82;
}

.container-footer-consult-left .title {
    font-weight: bold;
    font-size: 18px;
    line-height: 30px;
}

.container-footer-consult-left .note {
    font-size: 16px;
    line-height: 24px;
    color: rgba(255, 255, 255, .7);
}

.container-footer-consult-center {
    margin-right: 47px;
}

.container-footer-consult-center .title {
    font-size: 16px;
    line-height: 1;
    margin: 23px 0 14px;
}

.container-footer-consult-center input {
    width: 41vw;
    height: 50px;
    margin-right: 10px;
    padding-left: 20px;
    border-radius: 4px;
    border: none;
    box-sizing: border-box;
    outline: none;
}

.container-footer-consult-center button {
    width: 8vw;
    max-width: 160px;
    height: 50px;
    background: #5ABA79;
    border-radius: 4px;
    font-size: 16px;
    color: #fff;
    border: none !important;
    cursor: pointer;
}

.container-footer-consult-right {
    position: relative;
    top: -78px;
    width: 138px;
    height: 204px;
    object-fit: cover;
}

.container-footer {
    background: #F3F3F3;
}

.container-footer-content {
    width: 73%;
    margin: 0 auto;
}

.container-footer-top {
    justify-content: space-between;
    padding-top: 43px;
    width: 100%;
    border-bottom: 1px solid rgba(152, 152, 152, .09);
}

.container-footer-top-item {
    padding-bottom: 18px;
}

.container-footer-top-item img {
    margin-right: 16px;
    width: 60px;
    height: auto;
    object-fit: cover;
}

.container-footer-top-item .title {
    font-size: 16px;
    color: #333;
    line-height: 1;
}

.container-footer-top-item .note {
    font-size: 12px;
    color: #888;
    line-height: 1;
}

.container-footer-center {
    padding-top: 30px;
    border-bottom: 1px solid rgba(152, 152, 152, .09);
}

.container-footer-center-item {
    padding-bottom: 30px;
    line-height: 1;
}

.container-footer-center-item .label {
    flex-shrink: 0;
    margin-right: 40px;
    font-size: 16px;
    color: #333;
}

.container-footer-center-item .value {
    margin-right: 32px;
    font-size: 14px;
    color: #888;
    cursor: pointer;
}

.container-footer-center-item .value:hover {
    color: #5ABA79;
}

.container-footer-center-item .value-link {
    color: #888;
}

.container-footer-center-item .value-link:hover {
    color: #5ABA79;
}

.company-list {
    flex-wrap: wrap;
    width: -webkit-fill-available;
}

.company-item {
    width: 25%;
    font-size: 12px;
    color: #888;
    margin-bottom: 27px;
    line-height: 18px;
}

.company-item img {
    margin-right: 15px;
}

.province {
    margin-bottom: 7px;
}

.address img {
    height: 12px;
    padding-top: 3px;
}

.address i {
    margin-left: -1px;
    margin-right: 14px;
    font-size: 14px;
    color: #787B8D;
}

.container-footer-center-item .partner {
    width: -webkit-fill-available;
}

.container-footer-bottom {
    font-size: 12px;
    color: #888888;
}

.container-footer-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 0 10px;
    line-height: 20px;
}

.case-box {
    justify-content: center;
}

.case-item {
    max-width: 790px;
    width: 41%;
    padding: 27px 23px 28px 26px;
    margin-bottom: 20px;
    background: #fff;
    box-shadow: 0px 17px 81px 0px rgba(203, 219, 229, 0.61);
    border-radius: 8px;
    box-sizing: border-box;
    transition: all .1s ease;
}

.case-item:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    box-shadow: 0px 17px 81px 0px rgba(203, 219, 229, 0.8);
}

.case-item:hover .case-content-img {
    animation: hvr-bob2 3s ease-in infinite;
}

.case-item:first-child {
    margin-right: 17px;
}

.case-item-order {
    justify-content: center;
    flex-shrink: 0;
    width: 76px;
    height: 66px;
    margin-right: 3px;
    background: #5FCA8F;
    font-size: 16px;
    color: #fff;
    line-height: 20px;
}

.case-item-header-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 12px;
    width: calc(100% - 79px);
    height: 66px;
    background: #4B5970;
    color: #fff;
    line-height: 1;
    box-sizing: border-box;
}

.case-item-header-title {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
}

.case-item-header-note {
    font-size: 14px;
}

.case-content {
    justify-content: center;
    margin-bottom: 4px;
}

.case-content-img {
    width: 250px;
    height: 180px;
    margin: 17px 55px 0 0;
    object-fit: contain;
}

.case-content-right {
    min-height: 147px;
}

.case-content-right-title {
    font-size: 16px;
    color: #4E5B6E;
    line-height: 1;
    margin: 27px 0 6px 0;
}

.case-content-dot {
    display: inline-block;
    width: 4px;
    height: 4px;
    margin-right: 8px;
    background: #5ABA79;
    border-radius: 50%;
}

.case-content-item {
    font-size: 12px;
    color: #697182;
    line-height: 30px;
}

.case-effect {
    position: relative;
    width: 100%;
    height: 69px;
    margin-bottom: 20px;
    border: 1px dashed #5FCA8F;
}

.case-effect-title {
    position: absolute;
    left: 50%;
    top: -7px;
    width: 91px;
    height: 20px;
    background-image: url(https://cdn.qiantongban.com/static/stastic/base-qtb/images/caseFrame.png);
    background-size: cover;
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    text-align: center;
    transform: translateX(-50%);
}

.case-effect-content {
    padding: 18px 10% 0;
    font-size: 12px;
    color: #9098AB;
    line-height: 20px;
    text-align: center;
}

.case-effect .left-quotation-mark {
    position: absolute;
    top: 28px;
    left: 35px;
    display: inline-block;
    background-image: url(https://cdn.qiantongban.com/static/stastic/base-qtb/images/leftQuotationMark.png);
    background-size: cover;
    width: 13px;
    height: 10px;
}

.case-effect .right-quotation-mark {
    position: absolute;
    top: 27px;
    right: 37px;
    display: inline-block;
    background-image: url(https://cdn.qiantongban.com/static/stastic/base-qtb/images/rightQuotationMark.png);
    background-size: cover;
    width: 12px;
    height: 10px;
}

.case-footer {
    display: flex;
    justify-content: center;
}

.case-btn {
    position: relative;
    width: 150px;
    height: 34px;
    background: #6C88B1;
    border-radius: 3px;
    font-size: 14px;
    color: #FFFFFF;
    border: none;
    cursor: pointer;
}

.scene-box {
    position: relative;
    margin: 0 auto 51px;
    padding-top: 42px;
    width: 83%;
    background: #fff;
    box-shadow: 6px 16px 81px 0px rgba(222, 233, 239, 0.61);
    border-radius: 8px;
    z-index: 20;
}

.scene-list {
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.scene-img {
    width: 41px;
    height: 41px;
    object-fit: cover;
    margin-bottom: 19px;
}

.scene-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 14px;
    color: #697182;
    line-height: 1;
    margin-bottom: 43px;
    transition: all .3s ease;
}

.scene-item::before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(203, 219, 229, 0.35) 0%, rgba(203, 219, 229, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(203, 219, 229, 0.35) 0%, rgba(203, 219, 229, 0) 80%);
    /* W3C */
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
}

.scene-item:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.scene-item:hover:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}

.green-topic {
    background: #5ABA79;
}

.blue-topic {
    background: #6C88B1;
}

.sign-plan-box {
    justify-content: center;
    margin-bottom: 79px;
}

.sign-plan-item {
    position: relative;
    width: 34%;
    padding: 32px 21px 35px 30px;
    background: #fff;
    box-shadow: 0px 0px 30px 0px rgba(199, 199, 204, 0.2);
    border-radius: 8px;
    transition: all .1s ease;
}

.sign-plan-item:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    box-shadow: 0px 0px 30px 0px rgba(199, 199, 204, 0.4);
}

.sign-plan-item:hover .sign-plan-img {
    animation: hvr-bob2 3s ease-in infinite;
}

.sign-plan-item:first-child {
    margin-right: 17px;
}

.sign-plan-title-box {
    margin-bottom: 7px;
}

.sign-plan-title {
    margin-right: 10px;
    font-weight: bold;
    font-size: 20px;
    color: #3A475C;
    line-height: 30px;
}

.sign-plan-tag {
    display: inline-block;
    padding: 0 10px;
    background: #5FCA8F;
    border-radius: 2px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    line-height: 21px;
}

.sign-plan-note {
    font-size: 14px;
    color: #9098AB;
    line-height: 1;
}

.sign-plan-header {
    margin-bottom: 24px;
}

.sign-plan-content-title {
    font-size: 16px;
    color: #414F64;
    line-height: 1;
    margin-bottom: 16px;
}

.plan-target-list {
    margin-bottom: 25px;
}

.plan-target-item {
    width: 57%;
    max-width: 396px;
    padding: 10px 10px 10px 17px;
    margin-bottom: 12px;
    background: #F2F7FA;
    font-size: 14px;
    color: #697182;
}

.sign-plan-img {
    position: absolute;
    top: 115px;
    right: 21px;
    width: 33%;
    max-width: 230px;
    height: auto;
    object-fit: cover;
}

.sign-plan-footer {
    justify-content: center;
}

.sign-plan-footer-btn {
    width: 120px;
    height: 34px;
    border-radius: 3px;
    font-size: 14px;
    border: 1px solid #6C88B1;
    cursor: pointer;
}

.solution-box {
    justify-content: center;
    margin-bottom: 54px;
}

.solution-item {
    width: 41%;
    padding: 35px 21px 30px 28px;
    box-shadow: 0px 17px 81px 0px rgba(203, 219, 229, 0.61);
    border-radius: 8px;
    background: #fff;
    box-sizing: border-box;
    transition: all .2s ease;
}

.solution-item:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    box-shadow: 0px 0px 30px 0px rgba(199, 199, 204, 0.4);
}

.solution-item:first-child {
    margin-right: 20px;
}

.solution-item .title {
    font-weight: bold;
    font-size: 20px;
    color: #515C6F;
    line-height: 1;
    margin-bottom: 10px;
}

.solution-item .note {
    font-size: 14px;
    color: #9098AB;
    line-height: 1;
}

.solution-header {
    margin-bottom: 23px;
}

.function-list {
    flex-wrap: wrap;
}

.function-item {
    height: 34px;
    padding: 0 10px;
    font-size: 12px;
    color: #697182;
    background: #F2F7FA;
    margin-bottom: 20px;
}

.function-item:not(:last-child) {
    margin-right: 10px;
}

.illustrate {
    margin-bottom: 12px;
    font-size: 12px;
    color: #697182;
    line-height: 20px;
}

.illustrate .title {
    font-size: 16px;
    color: #4E5B6E;
}

.solution-content {
    align-items: flex-end;
    width: 100%;
    margin-bottom: 33px;
}

.solution-content-left {
    width: 53%;
    box-shadow: 0px 8px 30px 0px rgba(210, 217, 228, 0.5);
}

.solution-content-left .header {
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    border-radius: 8px 0 0 0;
    background: #FF9543;
    line-height: 42px;
    text-align: center;
}

.solution-content-left .label {
    width: 27%;
}

.solution-content-left .value {
    width: 73%;
}

.solution-content-left .main,
.solution-content-right .main {
    font-size: 12px;
    color: #4E5B6E;
    line-height: 32px;
    text-align: center;
}

.solution-content-left .main:last-child .label {
    border-radius: 0 0 0 8px;
}

.solution-content-left .main .label {
    background: rgba(210, 217, 228, 0.50);
}

.solution-content-left .main .value,
.solution-content-right .main {
    background: #fff;
    border-bottom: 1px solid #E1E9ED;
}

.solution-content-right {
    width: 47%;
    box-shadow: 0px 8px 30px 0px rgba(119, 139, 167, 0.5);
}

.solution-content-right .header {
    padding-top: 23px;
    height: 55px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background: #5ABA79;
    border-radius: 8px 8px 0 0;
    line-height: 1;
    text-align: center;
    box-sizing: border-box;
}

.solution-footer {
    justify-content: center;
}

.solution-footer-btn {
    width: 120px;
    height: 34px;
    border-radius: 3px;
    font-size: 14px;
    border: 1px solid #6C88B1;
    cursor: pointer;
}

/* 右侧客服 */
.direct {
    position: fixed;
    display: flex;
    flex-direction: column;
    align-items: center;
    top: 33%;
    right: 1%;
    width: 7%;
    min-width: 96px;
    padding-top: 10px;
    color: #FFFFFF;
    transform: translateY(-159px);
    border-radius: 4px;
    z-index: 9999;
}

.direct-img1 {
    width: 104%;
    min-width: 100px;
}

.direct-book {
    cursor: pointer;
    width: 100px;
    height: 34px;
    background: #F45B6A;
    border-radius: 3px;
    text-align: center;
    line-height: 34px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    margin: 0 10px;
}

.direct-code {
    position: absolute;
    top: 0;
    left: 0;
    top: -4px;
    left: -143px;
    display: none;
}

.direct-img {
    padding: 6px 0 5px 8px;
    text-align: center;
}

.direct-main {
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
}

.direct .direct-group {
    text-align: center;
    background: #fff;
    padding-bottom: 10px;
}

.direct .direct-group-item {
    width: 90px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 2px solid #999999;
    border-radius: 3px;
    font-size: 12px;
    color: #999999;
    margin-bottom: 5px;
    position: relative;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
}

.direct .mg-item1 {
    margin-top: 8px;
    margin-bottom: 8px;
    background: #5ABA79;
    border-radius: 2px;
    color: #FFFFFF;
    border: none;
    font-size: 12px;
}

.direct-top {
    width: 100%;
    background: #fff;
    padding-bottom: 10px;
    border-radius: 0 0 4px 4px;
    text-align: center;
}

.direct-top img {
    display: block;
    width: 70%;
    display: inline-block;
    margin: 10px auto;
    margin-bottom: 5px;
}

.direct-top p {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #8C9196;
    text-align: center;
}

/* 用户协议弹窗 */
.modal-mask {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
    z-index: 200;
}

.modal {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    box-shadow: 0px 1px 5px 0px rgba(196, 205, 215, .4);
    border-radius: 10px;
    z-index: 300;
}

.protocol-big-text {
    font-weight: 700;
}

.protocol-line-text {
    text-decoration: underline;
}

.appointment-modal {
    width: 580px;
    height: 364px;
}

.agreement-modal {
    width: 900px;
}

.agreement-header {
    padding-bottom: 20px;
}

.modal-title {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #97A3B4;
    padding: 18px 0 0 20px;
    display: flex;
    border-bottom: 1px solid #eceef3;
}

.modal-title span {
    padding-bottom: 16px;
    margin-right: 40px;
    cursor: pointer;
}

.modal-title span.active {
    color: #53637A;
    border-bottom: 3px solid #53637A;
}

.close-modal {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 13px;
    height: 14px;
    background: url(https://cdn.weifenghr.com/static/images/saas/login/close.svg) no-repeat;
    background-size: cover;
    border: none;
    cursor: pointer;
}

.modal-main {
    padding: 27px 0 0 30px;
    max-height: 500px;
    overflow-y: auto;
}

.agreement-main {
    padding: 0 30px 0 25px;
    max-height: 520px;
    overflow-y: auto;
    font-size: 14px;
    color: #53637a;
    display: none;
}

.agreement-main.active {
    display: block;
}

.agreement-main p {
    line-height: 24px;
    text-align: left;
    font-size: 12px;
    margin-bottom: 12px;
}

.agreement-main p:first-child {
    margin-top: 0;
}

.agreement-main::-webkit-scrollbar {
    width: 6px;
    height: 10px;
}

.agreement-main::-webkit-scrollbar-thumb {
    background-color: #0003;
    border-radius: 10px;
    transition: all 0.2s ease-in-out;
}

.agreement-main::-webkit-scrollbar-track {
    background-color: transparent;
}

.agreement-footer {
    padding: 20px 30px;
    text-align: center;
    border-top: 1px solid #eceef3;
}

.agreement-footer button {
    border: 0;
    width: 220px;
    height: 32px;
    background: #85C89A;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    cursor: pointer;
}

.require-modal {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 500px;
    padding: 20px 30px 30px;
    background: #fff;
    font-size: 14px;
    color: #5D6D79;
    box-sizing: border-box;
    transform: translate(-50%, -50%);
    box-shadow: 0px 0px 30px 0px rgba(199, 199, 204, 0.2);
    border-radius: 8px;
    z-index: 200;
}

.require-modal .close-modal {
    top: 12px;
    right: 12px;
}

.require-modal .header {
    font-weight: bold;
    font-size: 22px;
    color: #5ABA79;
    line-height: 1;
    margin-bottom: 21px;
    text-align: center;
}

.require-modal-form input {
    width: 83%;
    height: 36px;
    padding: 0 10px;
    font-size: 14px;
    border: 1px solid #BCC2CB;
    border-radius: 3px;
    outline: none;
    box-sizing: border-box;
    color: #414F64;
}

.require-modal-form input::placeholder,
.require-modal-form .remark-input::placeholder {
    font-family: Microsoft YaHei;
    color: rgba(65, 79, 100, .3);
}

.require-modal-form .disabled-input {
    background: #F2F7FA;
    border: none;
    color: #5D6D79;
}

.require-modal-form .remark-input {
    width: 83%;
    height: 72px;
    padding: 5px 10px;
    line-height: 20px;
    vertical-align: top;
    border: 1px solid #BCC2CB;
    border-radius: 3px;
    font-family: Microsoft YaHei;
    outline: none;
    box-sizing: border-box;
    resize: none;
}

.require-modal .form-item {
    margin-bottom: 12px;
}

.require-modal .agreement-box {
    justify-content: center;
    padding: 18px 0 15px;
}

.require-modal .submit-btn {
    position: relative;
    left: 50%;
    width: 120px;
    height: 34px;
    background: #6C88B1;
    border-radius: 3px;
    font-size: 14px;
    color: #fff;
    transform: translateX(-50%);
    border: none;
    box-sizing: border-box;
    cursor: pointer;
}

/* 按钮hover动画一 */
.sweep-to-right {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.sweep-to-right:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #5FCA8F;
    border-radius: 3px;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.sweep-to-right:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

/* 按钮hover动画二 */
.hvr-ripple-out {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-ripple-out::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #f7fbfe;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-ripple-out:hover:before {
    -webkit-transform: scale(1);
    transform: scale(1);
}

/* 从下浮出 入场动画 */
@keyframes fade-in-bottom {
    0% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

.fade-in-bottom {
    opacity: 0;
    animation: fade-in-bottom .5s ease-in-out;
    animation-fill-mode: forwards;
}

/* 从右进场 */
@keyframes fade-in-right {
    0% {
        -webkit-transform: translateX(50px);
        transform: translateX(50px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

.fade-in-right {
    opacity: 0;
    -webkit-animation: fade-in-right 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation: fade-in-right 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation-fill-mode: forwards;
}

/* 上下浮动 */
@keyframes hvr-bob {
    0% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }

    50% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
    }

    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}

@keyframes hvr-bob2 {
    25% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }

    50% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
    }

    75% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}

@media screen and (min-width: 1800px) {
    .dashileft_btns {
        display: none;
    }

    .dashiright_btns {
        display: none;
    }
}

@media screen and (max-width: 1800px) {
    .case-item-header-title {
        font-size: 18px;
    }

    .case-item {
        width: 44%;
    }

    .sign-plan-item {
        width: 36%;
    }

    .problem-item-title {
        font-size: 16px;
    }
}

@media screen and (max-width: 1600px) {
    .points-list {
        margin-bottom: 3%;
    }

    .points-list-item {
        font-size: 13px;
    }

    .apply-display-box .swiper-button-next:after,
    .apply-display-box .swiper-button-prev:after {
        font-size: 20px;
    }

    .self-employment-note {
        width: 34%;
        font-size: 13px;
    }

    .problem-box {
        margin: 0 120px 50px;
    }

    .article-item-title {
        font-size: 16px;
    }

    .more-article-inquiry .title {
        font-size: 20px;
    }

    .more-article-inquiry .note {
        font-size: 14px;
    }

    .container-product .left-quotation-mark {
        left: 6%;
    }

    .container-product .right-quotation-mark {
        right: 6%;
    }

    .apply-intro-left .note {
        font-size: 13px;
    }

    .apply-intro-tag {
        font-size: 12px;
    }

    .apply-intro-right-item {
        font-size: 12px;
    }

    .apply-license-item {
        font-size: 14px;
    }

    .container-footer-consult-left .title {
        font-size: 16px;
    }

    .container-footer-consult-left .note {
        font-size: 14px;
    }

    .container-footer-consult-center button {
        font-size: 14px;
    }

    .container-footer-content {
        width: 85%;
    }

    .service-item {
        font-size: 12px;
    }

    .case-item-header-note {
        font-size: 12px;
    }

    .case-content-img {
        width: 32%;
        height: auto;
        margin-right: 4%;
    }

    .case-content-right {
        margin-bottom: 35px;
    }

    .case-content-right-title {
        font-size: 14px;
    }

    .case-content-item {
        line-height: 25px;
    }

    .case-effect .left-quotation-mark {
        top: 40%;
        left: 4%;
    }

    .case-effect .right-quotation-mark {
        top: 40%;
        right: 4%;
    }

    .case-effect .left-quotation-mark,
    .case-effect .right-quotation-mark {
        display: none;
    }

    .case-effect-content {
        padding: 18px 5% 0;
    }

    .case-btn {
        font-size: 12px;
    }

    .transition-box {
        font-size: 12px;
    }

    .scene-box {
        width: 90%;
    }

    .sign-plan-title {
        font-size: 18px;
    }

    .plan-target-item {
        padding: 10px;
        font-size: 12px;
    }

    .sign-plan-item {
        width: 40%;
    }

    .problem-item-title {
        font-size: 15px;
    }

    .direct {
        top: 36%;
    }

    .login-code-box .scan-result {
        font-size: 12px;
    }
}

@media screen and (max-width: 1500px) {
    .apply-license-item {
        font-size: 12px;
    }

    .case-item-header-title {
        font-size: 16px;
    }

    .case-item {
        width: 46%;
    }

    .problem-item {
        padding: 0 1%;
        border-right: none !important;
    }

    .problem-item-title {
        font-size: 14px;
    }

    .direct {
        top: 40%;
    }

    .menu-text,
    .submenu-text {
        font-size: 14px;
    }
}

@media screen and (max-width: 1440px) {
    .container-menu-left .gzy-logo {
        margin-right: 20px;
    }
}

@media screen and (max-width: 1400px) {
    .page-title {
        line-height: 40px;
        font-size: 30px;
    }

    .points-list-item {
        font-size: 12px;
    }

    .self-employment-note {
        font-size: 12px;
    }

    .course-content-item {
        margin-left: 20px;
    }

    .company-item {
        width: 33%;
    }

    .case-effect-content {
        padding: 18px 3% 0;
    }

    .scene-item {
        font-size: 12px;
    }
}

@media screen and (max-width:1700px)  {
    .container-menu {
        padding: 20px 3% !important;
    }
}

@media screen and (max-width:1600px)  {
    .container-menu {
        padding: 20px 2% !important;
    }

    .container-menu-left .gzy-logo {
        margin-right: 20px;
    }

    .menu-btn {
        width: 100px !important;
    }
}