@font-face {
    
    font-weight: normal;
    font-style: normal;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: Helvetica, Tahoma, Arial, 'PingFang SC', 'Hiragino Sans GB', 'Heiti SC', STXihei, 'Microsoft YaHei',
        SimHei;
}

html,
body {
    width: 100%;
    height: 100%;
    position: relative;
}



button {
    background: #0070FF;
    color: #fff;
    border: none;
    font-size: 18px;
    cursor: pointer;
}

header {
    position: fixed;
    z-index: 99;
    width: 100%;
}

section {
    width: 100%;
}

header .logo {
    height: 42px;
}

header nav {
    flex: 1;
    margin-left: 56px;
    display: flex;
    align-items: center;
    /* margin-right: 154px; */
}

header nav a {
    margin-left: 36px;
    text-decoration: none;
    color: #162B40;
    font-size: 16px;
}

header nav a:hover {
    color: #0070FF;
}

header .tel {
    font-size: 16px;
    font-weight: 500;
    color: #162B40;
}

header button {
    margin-left: 20px;
    width: 120px;
    height: 40px;
    border-radius: 21px;
}

.backtotop {
    display: none;
    position: fixed;
    bottom: 200px;
    right: 50px;
}

.backtotop>img {
    width: 76px;
    height: 128px;
    cursor: pointer;
}

.contact-us {
    position: fixed;
    bottom: 348px;
    right: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 76px;
    height: 180px;

    background: #FFFFFF;
    box-shadow: 0px 4px 8px 0px rgba(183, 193, 210, 0.25);
    border-radius: 38px;
    border: 1px solid rgba(223, 227, 240, 0.45);
}

.contact-us-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: default;
}

.contact-us-item.official-accounts {
    margin-top: 10px;
}

.contact-us-item .contact-us-icon {
    width: 32px;
}

.contact-us-item>span {
    margin-top: 4px;
    font-size: 14px;
    color: #162B40;
}

.contact-us-item>div {
    display: none;
    position: absolute;
    top: 24px;
    left: -140px;

    width: 120px;
    height: 120px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 4px solid #ECECEC;

    animation: fadeIn .5s;
}

.contact-us-qrcode>img {
    width: 100%;
}

.contact-us-qrcode>p {
    font-size: 16px;
    font-weight: bold;
    color: #162B40;
    line-height: 22px;
    letter-spacing: 2px;
    text-align: center;
}

.contact-us-item:hover>div {
    display: block;
}

.header-container {
    margin: 0 auto;
    display: flex;
    width: 1200px;
    height: 80px;

    align-items: center;
}

.header-container .mobile-menu-switch {
    display: none;
}

.mobile-menu {
    display: none;
}

main {
    padding-top: 80px;
}

.content-container {
    width: 1200px;
    margin: 0 auto;
}

.section-title .content-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    height: 660px;
    padding-bottom: 60px;
}

h1 {
    font-size: 48px;
    font-family: AlimamaShuHeiTi-Bold, AlimamaShuHeiTi;
    font-weight: bold;
    color: #162B40;
    text-align: center;
}

.title-container {
    flex: 1;
}

.title-container p {
    margin-top: 36px;
    font-size: 20px;
    font-weight: 400;
    color: #162B40;
}

.title-container button {
    margin-top: 20px;
    border-radius: 30px;
    width: 140px;
    height: 54px;
}

.image-container {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: url(../images/section_title_img.png) no-repeat center center;
    background-size: 1040px auto;
}

.image-container .section-title-img-left,
.image-container .section-title-img-right {
    height: 42px;
}

.free-experience-button {
    width: 140px;
    height: 54px;
    background: linear-gradient(360deg, #0073FF 0%, #0261FF 100%);
    border-radius: 30px;
}

.image-container .arrow-left {
    width: 40px;
}

.image-container>div strong {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 38px;
    font-family: AlimamaShuHeiTi-Bold, AlimamaShuHeiTi;
    color: #162B40;
}

.image-container .arrow-right {
    width: 40px;
}

.section-howtodo {
    /* margin-top: 30px; */
    padding-top: 50px;
    background: #fff;
}



h2 {
    font-size: 48px;
    font-family: AlimamaShuHeiTi-Bold, AlimamaShuHeiTi;
    font-weight: bold;
    color: #162B40;
    width: 100%;
    text-align: center;
}

.howtodo-feature-list {
    margin-top: 80px;
    width: 100%;
    height: 242px;
    list-style: none;
    display: flex;
}

.howtodo-feature-list li {
    padding: 26px 0;
    width: 156px;
    height: 242px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}

.section-howtodo .hottodo-item-icon {
    width: 100px;
}

.howtodo-feature-list li p {
    margin-top: 24px;
    font-size: 24px;
    font-weight: 500;
    color: #111A34;
    text-align: center;
}

.section-howtodo .hottodo-item-arrow {
    margin-top: 13px;
    width: 30px;
    display: none;
}

.howtodo-feature-list li:hover {
    background: linear-gradient(360deg, #00A9FF 0%, #0261FF 100%);
}

.howtodo-feature-list li:hover p {
    margin-top: 12px;
    color: #fff;
}

.howtodo-feature-list li:hover .hottodo-item-arrow {
    display: block;
}

.core-feature-container {
    width: 100%;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../images/core_feature_bg.png) no-repeat 50%/cover;
}

.core-feature-container .arrow-left {
    width: 40px;
}

.core-feature-container>strong {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 48px;
    font-family: AlimamaShuHeiTi-Bold, AlimamaShuHeiTi;
    color: #fff;
}

.core-feature-container .arrow-right {
    width: 40px;
}

.feature-content-container {
    display: flex;
    width: 1200px;
    margin: 0 auto;
    padding-top: 80px;
}

.section-howtodo-bg-container.bg-white {
    background: #fff;
    padding-bottom: 80px;
}

.section-howtodo-bg-container.bg-gray {
    background: rgb(245, 246, 249);
    padding-bottom: 80px;
}

.core-feature-item-title {
    position: relative;
    left: -30px;
    width: 255px;
    height: 56px;
    font-size: 34px;
    font-weight: 600;
    color: #FFFFFF;
    text-align: right;
    padding-right: 30px;
    line-height: 56px;
}

.core-feature-item-title.website {
    background: url(../images/core_feature_index_1.png) no-repeat left top;
    background-size: cover;
}

.core-feature-item-title.schedule {
    background: url(../images/core_feature_index_2.png) no-repeat left top;
    background-size: cover;
}

.core-feature-item-title.invite {
    background: url(../images/core_feature_index_3.png) no-repeat left top;
    background-size: cover;
}

.core-feature-item-title.journey {
    background: url(../images/core_feature_index_4.png) no-repeat left top;
    background-size: cover;
}

.core-feature-item-title.scene {
    background: url(../images/core_feature_index_5.png) no-repeat left top;
    background-size: cover;
}

.core-feature-item-title.tuiguang {
    background: url(../images/core_feature_index_6.png) no-repeat left top;
    background-size: cover;
}

.core-feature-item-title.live {
    background: url(../images/core_feature_index_7.png) no-repeat left top;
    background-size: cover;
}

.core-feature-item-title.audit {
    background: url(../images/core_feature_index_8.png) no-repeat left top;
    background-size: cover;
}

.core-feature-image {
    width: 640px;
}

.core-feature-introduce {
    margin-top: 40px;
    flex: 1;

    animation-timeline: view() !important;
    animation-range: entry !important;
    animation: fadeInUp;
}

.section-howtodo-bg-container.bg-white .core-feature-image {
    animation: fadeInLeft;
    animation-timeline: view();
    animation-range: entry;
}

.section-howtodo-bg-container.bg-gray .core-feature-image {
    animation: fadeInRight;
    animation-timeline: view();
    animation-range: entry;
}

.section-howtodo-bg-container.bg-white .core-feature-introduce {
    margin-left: 90px;
}

.section-howtodo-bg-container.bg-gray .core-feature-introduce {
    margin-right: 60px;
}

.core-feature-item-desc {
    margin-top: 40px;
    font-size: 16px;
    color: rgba(17, 26, 52, 0.85);
    line-height: 22px;
}

.howtodo-item-feature-list {
    margin-top: 20px;
    padding-left: 20px;
}

.howtodo-item-feature-list li {
    font-size: 16px;
    color: #111A34;
    font-weight: bold;
}

.howtodo-item-feature-list-more {
    padding-left: 6px;
    margin-top: 6px;
    font-weight: bold;
    font-size: 16px;
}

.howtodo-item-feature-list li:not(:first-child) {
    margin-top: 2px;
}

.section-smartJourney {
    display: flex;
    /* align-items: center; */
    width: 100%;
    height: 895px;
    padding: 77px 0;
    background: #fff;
}

.smartJourney-one {
    position: relative;
    display: flex;
    justify-content: space-between;
    z-index: 2;
}

.smartJourney-left,
.smartJourney-right {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.smartJourney-left .left-photo {
    position: relative;
    margin-right: 26px;
}

.smartJourney-right .right-photo {
    position: relative;
    margin-left: 26px;
}

.smartJourney-right .right-photo p,
.smartJourney-left .left-photo p {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.smartJourney-right .right-photo p span,
.smartJourney-left .left-photo p span {
    font-size: 24px;
    font-weight: 500;
    color: #162B40;
}

.smartJourney-left .left-photo img,
.smartJourney-right .right-photo img {
    width: 100px;
    height: 100px;

}

.smartJourney-left .left-photo .wen {
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    height: 32px;
}

.smartJourney-right .right-photo .wen {
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 32px
}

.smartJourney-left .left-dialogue,
.smartJourney-right .right-dialogue {
    display: flex;
    flex-direction: column;

}

.smartJourney-right .right-dialogue {
    display: flex;
    flex-direction: column;
    align-items: end;
}

.smartJourney-left .left-dialogue p,
.smartJourney-right .right-dialogue p {
    display: flex;
    align-items: center;
    width: 335px;
    height: 50px;
    padding-left: 65px;
    background: url('../images/smartJourney_line_one.png') no-repeat center/cover;
    margin-bottom: 20px;


}

.smartJourney-right .right-dialogue p {
    width: 355px;
    padding-left: 36px;
    background: url('../images/smartJourney_line_right_two.png') no-repeat center/cover;
}

.smartJourney-left .left-dialogue p:nth-child(3) {
    width: 411px;
    background: url('../images/smartJourney_line_two.png') no-repeat center/cover;
}

.smartJourney-right .right-dialogue p:nth-child(3) {
    width: 419px;
    background: url('../images/smartJourney_line_right_one.png') no-repeat center/cover;
}

.smartJourney-left .left-dialogue p span {
    font-size: 24px;
    font-weight: 500;
    color: #FF9500;

}

.smartJourney-right .right-dialogue p span {
    font-size: 24px;
    font-weight: 500;
    color: #0082FF;
}

.smartJourney-two {
    position: relative;
    width: 1000px;
    height: 435px;
    margin: 0 auto;
    margin-top: -75px;
    background: url('../images/smartJourney_bg.png') no-repeat center/cover;
    z-index: 1;
}

.smartJourney-two .smartJourney-two-text {
    position: absolute;
    top: 156px;
    left: 159px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 679px;
    height: 78px;

}

.smartJourney-two .smartJourney-two-left-right {
    position: absolute;
    bottom: 59px;
    left: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 439.08px;
    height: 65.17px;
}

.smartJourney-two .smartJourney-two-left-photo {
    position: absolute;
    bottom: 0;
    left: 131px;
}

.smartJourney-two .smartJourney-two-right-photo {
    position: absolute;
    bottom: 0;
    right: 131px;
}

.smartJourney-two .smartJourney-two-right-photo p {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.smartJourney-two .smartJourney-two-left-photo .zan {
    position: absolute;
    top: 0;
    right: -20px;
}

.smartJourney-two-right-photo .zan {
    position: absolute;
    top: 0;
    left: -20px;
}

.smartJourney-two-left-photo p,
.smartJourney-two-right-photo p {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.smartJourney-two-left-photo p span,
.smartJourney-two-right-photo p span {
    font-size: 24px;
    font-weight: 500;
    color: #162B40;
}

.smartJourney-three {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

.smartJourney-three .smartJourney-three-left ul,
.smartJourney-three .smartJourney-three-right ul {
    display: flex;
    align-items: center;
}

.smartJourney-three .smartJourney-three-left ul li {
    display: flex;

    flex-direction: column;
    width: 180px;
    height: 144px;
    padding: 15px;
    background: #FDF9ED;
    border-radius: 20px 0px 20px 20px;
    border: 2px solid #FFCFA5;

}

.smartJourney-three .smartJourney-three-left ul li span {
    font-size: 24px;
    font-weight: 600;
    color: #FF9500;
}

.smartJourney-three .smartJourney-three-left ul li span:nth-child(2) {
    font-size: 18px;
    color: rgba(22, 43, 64, 0.85);
}

.smartJourney-three .smartJourney-three-right ul li:nth-child(2),
.smartJourney-three .smartJourney-three-left ul li:nth-child(2) {
    margin: 0 12px;
}

.smartJourney-three .smartJourney-three-right ul li {
    display: flex;

    flex-direction: column;
    width: 180px;
    height: 144px;
    padding: 15px;
    background: #EDF7FD;
    border-radius: 0px 20px 20px 20px;
    border: 2px solid #8FD5FF;
    font-size: 18px;
    color: rgba(22, 43, 64, 0.85);
}

.smartJourney-three .smartJourney-three-right ul li span {
    font-size: 24px;
    font-weight: 600;
    color: #0082FF;
}

.smartJourney-three .smartJourney-three-right ul li span:nth-child(2) {
    font-size: 18px;
    color: rgba(22, 43, 64, 0.85);
}

.smartJourney-mobile-two,
.smartJourney-mobile-three {
    display: none;
}

.core-feature-item-desc.second {
    margin-top: 20px;
}

.core-feature-item-desc-subtitle {
    margin-top: 30px;
    font-size: 28px;
    font-weight: 600;
    color: #111A34;
}

.core-feature-item-desc-subtitle.first {
    margin-top: 40px;
}

.core-feature-item-desc-content {
    margin-top: 10px;
    font-size: 16px;
    color: rgba(17, 26, 52, 0.85);
    line-height: 22px;
}

.section-functions {
    padding-top: 50px;
    background: #fff;
}

.content-container.functions {
    display: flex;
    position: relative;
    padding: 80px 0;
}

.content-container.functions>img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 384px;

    animation: fadeInRight;
    animation-timeline: view();
    animation-range: entry;
}

.functions-list.mobile {
    display: none;
}

.functions-list {
    flex: 1;
    width: 0;
    display: flex;
    list-style: none;
    flex-wrap: wrap;
}

.functions-list li {
    margin-left: 24px;
    margin-top: 20px;
    width: 180px;
    height: 80px;
    border-radius: 12px;
    line-height: 80px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;

    animation: backInUp;
    animation-timeline: view(95% 0);
}

.functions-list li.col1 {
    margin-left: 0;
}

.functions-list li.row1 {
    margin-top: 0;
}

.functions-list li.blue {
    background: #F0F4FF;
    border: 2px solid #ABCFFF;
    color: #0044FF;

    animation: rollIn;
    animation-timeline: view(95% 0);
}

.functions-list li.skyblue {
    background: #EDF7FD;
    border: 2px solid #8FD5FF;
    color: #009FFF;
}

.functions-list li.yellow {
    background: #FDF9ED;
    border: 2px solid #FFE595;
    color: #FF9500;
}

.functions-list li.orange {
    background: #FFF5EB;
    border: 2px solid #FFDAB5;
    color: #FF7F00;
}

.functions-list li.green {
    background: #EAFAF8;
    border: 2px solid #B0ECE5;
    color: #2B998B;

    animation: backInRight;
    animation-timeline: view(95% 0);

    /* animation: backInLeft;
    animation-timeline: view(95% 0); */
}

.functions-list li.lightgreen {
    background: #EAFAF8;
    border: 2px solid #94F0E4;
    color: #26C0AD;

    animation: backInRight;
    animation-timeline: view(95% 0);
}

.functions-list li.purple {
    background: #FBEDFF;
    border: 2px solid #F0C3FF;
    color: #C517FF;
}

.section-service {
    padding-top: 50px;
    padding-bottom: 80px;
    background: rgb(245, 246, 249);
}

.section-service .mobile-tips {
    display: none;
}

.content-container.service {
    margin-top: 77px;
    display: flex;
}

.service-item {
    width: 300px;
    height: 340px;
    border-radius: 16px;
    position: relative;
    background: #0072f5;
    cursor: pointer;
    transition: width .3s ease;
}

.service-item:not(:first-child) {
    margin-left: 24px;
}

.service-item .service-item-fold-image {
    height: 100%;
    border-radius: 16px;
    animation: fadeIn .5s;
}

.service-item .service-item-unfold-image {
    display: none;
    animation: fadeIn .1s;
}

.service-item-content {
    width: 100%;
    position: absolute;
    bottom: 60px;
    left: 0;
}

.service-item-content .service-item-title {
    font-size: 28px;
    font-weight: 600;
    color: #FFFFFF;
    text-align: center;
    animation: fadeInLeft .2s;
}

.service-item-content .service-item-tips {
    display: none;
    margin-top: 8px;
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
    opacity: 0;
    min-width: 552px;
    animation: fadeInLeft .3s;
}

.service-item-consult {
    display: none;

    width: 108px;
    height: 40px;
    background: rgba(255, 255, 255, 0.25);
    border-radius: 20px;
    border: 1px solid #FFFFFF;
    backdrop-filter: blur(20px);
    margin-left: 40px;
    margin-top: 60px;
    position: relative;
    /* line-height: 40px; */
    align-items: center;
    justify-content: center;

    animation: fadeInDown .6s;
}

.service-item-consult>span {
    display: inline-block;
    width: 100%;
    font-size: 18px;
    color: #FFFFFF;
    /* line-height: 40px; */
    text-align: center;
}

.service-item-qrcode {
    display: none;
    width: 140px;
    position: absolute;
    top: -160px;
    left: -16px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
}

.service-item-consult:hover .service-item-qrcode {
    display: block;
}

.service-item.active {
    width: 552px;
    background: linear-gradient(360deg, #1E92FF 0%, #003CD7 100%);
}

.service-item.active .service-item-fold-image {
    display: none;
}

.service-item.active .service-item-unfold-image {
    display: block;
    width: 399px;
    position: absolute;
    right: 0;
    top: 0;
}

.service-item.active .service-item-content {
    padding-left: 40px;
}

.service-item.active .service-item-title {
    text-align: left;
}

.service-item.active .service-item-tips {
    display: block;
    transition: opacity .3s ease;
    transition-delay: .3s;
    opacity: 1;
}

.service-item.active .service-item-consult {
    display: flex;
}

.section-customer {
    padding-top: 50px;
    padding-bottom: 100px;
    background: #fff;
}

.content-container.customer {
    margin-top: 70px;
    width: 1200px;
    position: relative;
}

.customer-marquee {
    width: 100%;
    height: 162px;
    overflow: hidden;
}

.customer-marquee.marquee-2 {
    margin-top: 28px;
}

.customer-marquee.marquee-3 {
    margin-top: 28px;
}

.marquee-mask-left {
    width: 120px;
    height: 100%;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
    position: absolute;
    left: 0px;
    top: 0;
    z-index: 1;
}

.marquee-mask-right {
    width: 120px;
    height: 100%;
    background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    right: 0;
    top: 0;
}

.customer-item {
    float: left;
    margin-left: 24px;
    width: 288px;
    height: 162px;
    border-radius: 6px;
}

.customer-item>img {
    width: 100%;
    height: 100%;
    border-radius: 6px;
}

.section-partner {
    padding-top: 50px;
    background: url(../images/customer_bg.png) no-repeat 50%/cover;
    height: 800px;
}

h2.partner {
    color: #fff;
}

.content-container.partner {
    width: 1226px;
    padding: 60px 70px;
    margin-top: 70px;
    background: rgba(255, 255, 255, 0.45);
    border-radius: 16px;
    border: 1px solid #FFFFFF;
    backdrop-filter: blur(20px);
}

.content-container.partner.mobile {
    display: none;
}

.content-container.partner>img {
    margin-top: 20px;
    margin-left: 15px;
    width: 160px;
    height: 80px;
    background: #FFFFFF;
    box-shadow: -5px 10px 15px 0px rgba(34, 83, 174, 0.06), inset 0px -1px 0px 0px rgba(255, 255, 255, 0.35);
    border-radius: 8px;

    animation: backInUp;
    animation-timeline: view(97% 0);
}

.content-container.partner>img.col1 {
    margin-left: 0;
}

.content-container.partner>img.row1 {
    margin-top: 0;
}

.content-container.partner>img.col1.row1 {
    margin-left: 0;
    margin-top: 0;
}

footer {
    margin: 0 auto;
    width: 1200px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-info-container {
    display: none;
}

footer .line {
    display: none;
    margin-top: 36px;
    width: 100%;
    height: 1px;
    background: #E1E1E2;
}

.serve-record {
    text-decoration: none;
    padding: 14px;
    text-align: center;
    font-size: 12px;
    color: rgba(22, 43, 64, 0.65);
    line-height: 17px;
}