@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-family: "Microsoft YaHei", "Open Sans", "Source Han Sans", sans-serif,
        Arial;
    /*"PingFang SC", */
}

body,
html {
    font-size: 14px;
    color: #000;
}

nav ul,
ul {
    list-style: none;
    margin: 0;
}

.hide {
    visibility: hidden;
}

a {
    text-decoration: none;
    color: #000;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0;
}

p {
    margin-bottom: 0;
}

/**字体*/
.tl {
    text-align: left;
}

.tc {
    text-align: center;
}

.colfff {
    color: #fff;
}

.col777 {
    color: #6b7777;
}

.col272 {
    color: #667272;
}

.col461 {
    color: #4e5461;
}

.cold1f {
    color: #1d1d1f;
}

.normal {
    font-weight: normal;
}

.bold {
    font-weight: bold;
}

.bold-900 {
    font-weight: 900;
}

.f-12 {
    font-size: 12px;
}

.f-14 {
    font-size: 14px;
}

.f-16 {
    font-size: 16px;
}

.f-18 {
    font-size: 18px;
}

.f-20 {
    font-size: 20px;
}

.f-22 {
    font-size: 22px;
}

.f-24 {
    font-size: 24px;
}

.f-28 {
    font-size: 28px;
}

.f-30 {
    font-size: 30px;
}

.f-32 {
    font-size: 32px;
}

.f-36 {
    font-size: 36px;
}

.f-40 {
    font-size: 40px;
}

.f-42 {
    font-size: 42px;
}

.f-48 {
    font-size: 48px;
}

.f-62 {
    font-size: 62px;
}

.pointer {
    cursor: pointer;
}

/* 小屏幕（平板，大于等于 768px） */
@media screen and (max-width: 768px) {
    .f-18 {
        font-size: 16px;
    }

    .f-20,
    .f-22 {
        font-size: 18px;
    }

    .f-24 {
        font-size: 20px;
    }

    .f-28,
    .f-30,
    .f-32 {
        font-size: 22px;
    }

    .f-36,
    .f-40 {
        font-size: 24px;
    }

    .f-42 {
        font-size: 26px;
    }

    .f-48 {
        font-size: 30px;
    }

    .f-62 {
        font-size: 40px;
    }
}

/* 中等屏幕（桌面显示器，大于等于 992px） */
@media screen and (max-width: 992px) {}

/* 大屏幕（大桌面显示器，大于等于 1200px） */
@media screen and (max-width: 1200px) {}

.lh-24 {
    line-height: 24px;
}

.lh-26 {
    line-height: 26px;
}

.lh-36 {
    line-height: 36px;
}

.lh-42 {
    line-height: 45px;
}

.lh-60 {
    line-height: 60px;
}

@media screen and (max-width: 768px) {
    .lh-36 {
        line-height: 20px;
    }

    .lh-42 {
        line-height: 24px;
    }

    .lh-60 {
        line-height: 38px;
    }
}

/*spacing*/
.mt10 {
    margin-top: 10px;
}

.mt16 {
    margin-top: 16px;
}

.mt20 {
    margin-top: 20px;
}

.mt22 {
    margin-top: 22px;
}

.mt26 {
    margin-top: 26px;
}

.mt30 {
    margin-top: 30px;
}

.mt35 {
    margin-top: 35px;
}

.mt40 {
    margin-top: 40px;
}

.mt46 {
    margin-top: 46px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb64 {
    margin-bottom: 64px;
}

.mt56 {
    margin-top: 56px;
}

.mt60 {
    margin-top: 60px;
}

.mt80 {
    margin-top: 80px;
}

.mt100 {
    margin-top: 100px;
}

.ml8 {
    margin-left: 8px;
}

.ml10 {
    margin-left: 10px;
}

.ml16 {
    margin-left: 16px;
}

.ml30 {
    margin-left: 30px;
}

.ml45 {
    margin-left: 45px;
}

.mr8 {
    margin-right: 8px;
}

.mr16 {
    margin-right: 16px;
}

.mtb100 {
    margin: 100px 0;
}

.ptb80 {
    padding: 80px 0;
}

.ptb100 {
    padding: 100px 0;
}

.white-space-left50 {
    margin-left: 50px;
}

.white-space {
    margin-left: 100px;
}

.white-space-right {
    margin-right: 100px;
}

.pt40 {
    padding-top: 40px;
}

.pl30 {
    padding-left: 30px;
}

.pr12 {
    padding-right: 12px;
}

.pr30 {
    padding-right: 30px;
}

/* 中等屏幕（桌面显示器，大于等于 992px） */
@media screen and (max-width: 992px) {
    .white-space-left50 {
        margin-left: 25px;
    }

    .white-space {
        margin-left: 50px;
    }

    .white-space-right {
        margin-right: 50px;
    }
}

/* 小屏幕（平板，大于等于 768px） */
@media screen and (max-width: 768px) {
    .mt16 {
        margin-top: 8px;
    }

    .mt22 {
        margin-top: 11px;
    }

    .mt26 {
        margin-top: 13px;
    }

    .mt30 {
        margin-top: 15px;
    }

    .mt35 {
        margin-top: 18px;
    }

    .mt40 {
        margin-top: 20px;
    }

    .mb50 {
        margin-bottom: 50px;
    }

    .mt56 {
        margin-top: 28px;
    }

    .mt60 {
        margin-top: 30px;
    }

    .mt80 {
        margin-top: 40px;
    }

    .mt96 {
        margin-top: 50px;
    }

    .ml16 {
        margin-left: 8px;
    }

    .ml30 {
        margin-left: 15px;
    }

    .ml45 {
        margin-left: 22.5px;
    }

    .mtb100 {
        margin: 50px 0;
    }

    .ptb80 {
        padding: 40px 0;
    }

    .ptb100 {
        padding: 50px 0;
    }

    .white-space-left50 {
        margin-left: 0px;
    }

    .white-space {
        margin-left: 0px;
    }

    .white-space-right {
        margin-right: 0px;
    }

    .small-space-mt50 {
        margin-top: 50px;
    }

    .small-space-mb50 {
        margin-bottom: 50px;
    }
}

/* 大屏幕（大桌面显示器，大于等于 1200px） */
@media screen and (max-width: 1200px) {}

.width100 {
    width: 100%;
}

.width100-32 {
    width: calc(100% - 32px);
}

.height100 {
    height: 100%;
}

/*布局*/
.layFlex {
    display: flex;
}

.layRow {
    display: flex;
    align-items: center;
}

.layCol {
    display: flex;
    flex-direction: column;
}

.layTop {
    align-items: flex-start !important;
}

.layCenter {
    align-items: center !important;
}

.layBottom {
    align-items: flex-end;
}

.left {
    justify-content: flex-start !important;
}

.center {
    justify-content: center;
}

.right {
    justify-content: flex-end;
}

.between {
    justify-content: space-between !important;
}

.rowReverse {
    flex-direction: row-reverse;
}

.rowWrap {
    flex-wrap: wrap;
}

.stretch {
    /*填满 宽度||高度*/
    align-items: stretch;
}

.flex-none {
    flex: none !important;
}

.flex-inherit {
    flex: inherit;
}

.flex-1 {
    flex: 1;
}

.flex-1_5 {
    flex: 1.5;
}

.flex-2 {
    flex: 2;
}

.flex-grow1 {
    flex-grow: 1;
}

.rel {
    position: relative;
}

.abs {
    position: absolute;
}

.line1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: normal;
}

.line2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: normal;
}

/*为什么选择 begin*/
.whyChoose-wrap {
    background-color: #F4F1FF;
}

.whyChoose-panel {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    padding: 55px 36px;
    background-color: #FFFFFF;
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
    border-radius: 26px;
}

@media screen and (max-width: 768px) {
    .whyChoose-panel {
        height: calc(100% - 15px);
        flex-direction: row;
        padding: 30px 15px;
        margin-bottom: 15px;
    }

    .whyChoose-panel .lh-36 {
        line-height: 24px;
    }

    .whyChoose-panel .layCenter {
        margin-left: 12px;
        align-items: flex-start !important;
    }

    .whyChoose-panel .tc {
        text-align: left;
    }

    .whyChoose-panel img {
        width: 100px;
    }
}

/*为什么选择 end*/
/*谁在用 begin*/
.whoUse-wrap {
    background: url("../images/whoUse-bg.png") no-repeat center / cover,
        linear-gradient(170deg, #101930 0%, #36114e 80%, #14162a 100%);
}

.whoUse-panel {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    color: #fff;
    padding: 45px 20px;
    background: rgba(98, 87, 255, 0.2);
    border-radius: 36px;
    border: 1px solid rgba(217, 217, 217, 0.3);
}

@media screen and (max-width: 768px) {
    .whoUse-panel {
        height: calc(100% - 15px);
        margin-bottom: 15px;
    }
}

/*谁在用 end*/

/*常见问题 begin*/
.faq-list {
    gap: 10px;
}

.faq-list li {
    cursor: pointer;
    background-color: #f6f6fb;
    border-radius: 22px;
    padding: 30px 33px;
}

.faq-list li p {
    display: none;
}

.faq-list li.active p {
    display: block;
}

.arrow-icon {
    width: 18px;
    height: 10px;
    display: inline-block;
    margin-left: 16px;
    background: url(../images/faq-arrow.png) no-repeat center;
    transform: rotate(180deg);
    /* 折叠状态 */
}

.faq-list li.active .arrow-icon {
    animation: rotateArrow 0.4s ease forwards;
}

@keyframes rotateArrow {
    0% {
        transform: rotate(180deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

@media screen and (max-width: 768px) {
    .faq-list li {
        padding: 15px 18px;
    }
}

/*常见问题 end*/

/*免费试用 begin*/
.free-try-bg {
    padding-top: 84px;
    padding-bottom: 84px;
    color: #fff;
    background: linear-gradient(106deg, #ef588c 0%, #ff86af 30%, #3400ff 100%);
    border-radius: 36px;
}

.free-try-btn {
    background-color: #fff;
    padding: 22px 42px;
    border-radius: 100px;
}

.free-try-btn:hover {
    background-color: rgba(255, 255, 255, 0.8);
}

.free-try-btn strong {
    background-image: linear-gradient(95deg,
            #fdac56 0%,
            #ef588c 20%,
            #3400ff 60%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

@media screen and (max-width: 768px) {
    .free-try-bg {
        padding-top: 42px;
        padding-bottom: 42px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .free-try-btn {
        padding: 12px 24px;
    }
}

/*免费试用 end*/

/*页面底部 begin*/
.foot-wrap {
    background-color: #0e0e11;
}

.foot-nav-wrap {
    padding-top: 28px;
    padding-bottom: 28px;
    border-bottom: 1px solid #4b4b4d;
}

.foot-wrap .logo {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.foot-wrap .logo-tips {
    color: rgba(255, 255, 255, 0.6);
    margin-top: 20px;
}

.foot-nav li {
    margin-top: 16px;
}

.foot-nav li a,
.contact-phone {
    color: rgba(255, 255, 255, 0.6);
}

.foot-nav li:hover a,
.social-label {
    color: #fff;
}

.foot-nav-wrap h4 {
    color: #fff;
    font-size: 14px;
    line-height: 18px;
}

.foot-nav-wrap .qrcode {
    width: 82px;
    height: 82px;
    bottom: 52px;
    position: absolute;
    left: -25px;
    transition: all 0.3s ease;
}

.foot-nav-wrap .col-md-4 {
    padding-left: 40px !important;
    padding-right: 0px !important;
}

.foot-nav li img {
    width: 36px;
    height: 36px;
}

.foot-comInf-wrap {
    padding-top: 14px;
    padding-bottom: 14px;
}

.foot-comInf-wrap * {
    color: rgba(255, 255, 255, 0.6);
}

.foot-comInf-wrap a:hover {
    color: #fff;
}

@media screen and (max-width: 768px) {

    .foot-wrap .logo-tips,
    [class*="shrink-"] {
        margin-top: 16px;
    }
}

/*页面底部 end*/
/* 导航栏 start */
.nav-wrap {
    width: 100%;
    height: fit-content;
    background: #FFFFFF;
    padding: 16px 0px;
    position: fixed;
    top: 0;
    left: 0;
    transition: all 0.3s ease;
    z-index: 9;
}

.nav-wrap .nav-bar li {
    width: 82px;
    text-align: center;
    font-size: 14px;
    color: #000000;
    line-height: 14px;
}

.nav-wrap .nav-bar li+li {
    margin-left: 16px;
}

.nav-wrap .nav-bar li.active a,
.nav-wrap .nav-bar li:hover a {
    color: #6A40FE;
}

.nav-wrap .nav-freeTrial-btn {
    padding: 9px 23px;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 14px;
    background: linear-gradient(90deg, #6A40FE 100%) !important;
    border-radius: 100px;
    cursor: pointer;
}

.nav-wrap .nav-freeTrial-btn:hover {
    background: #4618E5;
}

.nav-wrap .phone h3 {
    font-weight: bold;
    font-size: 18px;
    color: #1A1A2E;
}

.icon-menu {
    color: #000;
}

.icon-menu:hover,
.icon-close {
    color: #6A40FE;
}

.navbar-toggle .icon-close,
.navbar-toggle.active .icon-menu {
    display: none;
}

.navbar-toggle.active .icon-close {
    display: block !important;
}

.nav-bar.active {
    display: flex !important;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #fff;
    flex-direction: row;
    padding: 20px;
    box-shadow: 0px 12px 12px 0px rgba(66, 82, 111, 0.1);
    border-radius: 0 0 12px 12px;
    margin-left: 0;
    justify-content: center;
}

@media (min-width: 901px) {
    .nav-wrap .navbar-toggle {
        display: none !important;
    }
}

@media (max-width: 1090px) {
    .nav-wrap .phone {
        display: none !important;
    }
}

@media (max-width: 900px) {
    .nav-wrap .nav-bar {
        display: none;
    }

    .nav-wrap .nav-freeTrial-btn {
        padding: 9px 15px;
    }

    .nav-wrap>div>div>div div:nth-child(1) {
        padding-left: 5% !important;
    }

    .nav-wrap>div>div>div div:nth-child(2) {
        padding-right: 5% !important;
    }
}

/* 导航栏end */