* {
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
}
@font-face {
    font-family: "Alibaba PuHuiTi 2.0"; 
    src:url(./fonts/AlibabaPuHuiTi-2-85-Bold.ttf);
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: "FZHTJW"; 
    src:url(./fonts/FZHTJW.TTF);
}
@font-face {
    font-family: "SourceHanSansSC"; 
    src:url(./fonts/SourceHanSansSC-Regular-2.otf);
}
main {
    font-family: "FZHTJW";
}
h4 {
    font-size: 1.146vw;
    font-weight: 500;
    line-height: 1.4;
}
.section-main {
    width: 68.75%;
    margin: 0 auto;
}
.cjt-header {
    width: 100%;
    height: 26vw;
    background: url(./imgs/header-bg.png) no-repeat;
    background-size: 100%;
}
.cjt-header .nav {
    padding: 0.833vw 0;
    display: flex;
    justify-content: space-between;
    font-size: 0.833vw;
    font-weight: 500;
    color: #303133;
}
.cjt-header .nav .nav-left {
    display: flex;
    align-items: center;
}
.cjt-header .nav img {
    display: inline-block;
    vertical-align: middle;
}
.cjt-header .nav .logo {
    width: 1.5625vw;
    margin-right: 10px;
}
.cjt-header .nav .logo-tlt {
    width: 4.375vw;
}
.cjt-header .nav .nav-right {
    display: flex;
    align-items: center;
}
.cjt-header .nav .nav-right a {
    cursor: pointer;
}
.cjt-header .nav .nav-right .nav-btn {
    display: inline-block;
    padding: 0.469vw 1.042vw;
    color: #336AFF;
    border: 1px solid #336AFF;
    border-radius: 0.3125vw;
    margin-left: 1.667vw;
}
.cjt-header .nav .nav-right .telephone {
    display: flex;
    align-items: center;
    margin-right: 1.667vw;
}
.cjt-header .nav .nav-right .telephone img {
    width: 1.042vw;
    height: 1.042vw;
    margin-right: 0.417vw;
}
.cjt-header .header-text {
    margin-top: 3.5vw;
}
.cjt-header .header-text h2 {
    font-size: 1.875vw;
    color: #303133;
    font-weight: 800;
    line-height: 1.389;
    letter-spacing: 0.05rem;
}
.cjt-header .header-text p {
    width: 50%;
    margin: 0.78125vw 0 1.198vw;
    font-size: 0.9375vw;
    color: #616266;
    line-height: 1.625;
    font-weight: 500;
}
.cjt-header .header-text .free-btn {
    display: block;
    width: 7.5vw;
    height: 2.5vw;
    background: #336AFF;
    box-shadow: 0px 2px 20px rgba(0, 72, 243, 0.2);
    border-radius: 0.521vw;
    font-size: 0.9375vw;
    color: #FFFFFF;
    line-height: 2.5vw;
    text-align: center;
    cursor: pointer;
}
.cjt-header .header-text .free-btn:hover {
    background-color: #0371df;
}
.cjt-card {
    height: 7.5vw;
    display: flex;
    margin-top: -3.75vw;
    justify-content: space-between;
}
.cjt-card > div {
    width: 21.771vw;
    height: 100%;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.7);
    border: 2px solid #FFFFFF;
    box-shadow: 0px 0.521vw 1.5625vw rgba(0, 47, 159, 0.08);
    backdrop-filter: blur(5px);
    border-radius: 1.042vw;
    display: flex;
    justify-content: space-between;
    padding: 1.667vw 2.083vw 1.458vw;
}
.cjt-card > div .card-left {
    width: 40%;
    height: auto;
    font-size: 0.9375vw;
    line-height: 1.4;
    font-weight: 500;
    color: #616266;
}
.cjt-card > div .card-right {
    width: 50%;
}
.cjt-card > div .card-right img {
    width: 100%;
}
.cjt-card > div .card-left img {
    width: 0.78125vw;
    height: 3.2vw;
    animation: raise ease-in .4s infinite alternate;
}
@keyframes raise {
    100%{
        transform: translateY(-4px);
    }
}
.cjt-card > div .card-left .number {
    font-size: 1.25vw;
    font-family: Arial;
    color: #336AFF;
    line-height: 2.5;
    font-weight: 600;
    position: relative;
    display: inline-block;
    overflow: hidden;
}
.cjt-card > div .card-left span {
    display: inline-block;
    width: 3.5vw;
    line-height: 1;
    writing-mode: vertical-lr;
    text-orientation: upright;

}
.cjt-card > div .card-left span i {
    display: inline-block;
    font-size: 2.5vw;
    font-family: "Alibaba PuHuiTi 2.0";
    font-style: normal;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 1.8s;
    transform: translateY(0%);
    letter-spacing: 10px;
}
.cjt-card > div .card-left span i:nth-child(2) {
    left: 32%;
}
.cjt-card > .card-introduction .card-left.animation span i:nth-child(1) {
    transform: translateY(-70%);
}
.cjt-card > .card-satisfaction .card-left.animation span i:nth-child(1) {
    transform: translateY(-80%);
}
.cjt-card > .card-work .card-left.animation span i:nth-child(1) {
    transform: translateY(-90%);
}

.cjt-card > div .card-left.animation span i:nth-child(2) {
    transform: translateY(0%);

}
.cjt-advantage {
    background: url(./imgs/advantage-bg.png) no-repeat center;
    background-size: 100% auto;
    transform: translateY(-3.75vw);
    padding-top: 5vw;
}
.main-text {
    text-align: center;
    color: #303133;
}
.main-text h3 {
    font-size: 1.667vw;
    font-weight: 600;
    line-height: 3;
    color: #336AFF;
}
.main-text p {
    font-size: 0.9375vw;
    line-height: 1.4;
    font-weight: 400;
}
.cjt-advantage .advantage-card {
    display: flex;
    justify-content: space-between;
    margin: 3.021vw auto;
}
.cjt-advantage .advantage-card > li {
    width: 16.042vw;
    position: relative;
    height: auto;
    background: rgba(255, 255, 255, 0.7);
    border: 2px solid #FFFFFF;
    box-shadow: 0px 0.521vw 1.5625vw rgba(0, 47, 159, 0.08);
    backdrop-filter: blur(5px);
    border-radius: 1.042vw;
    padding: 1.25vw 1.1vw 2.864vw;
    box-sizing: border-box;
    position: relative;
    color: #303133;
    overflow: hidden;
    transition: top .3s ease-in-out,height .3s ease-in-out;
}
.cjt-advantage .advantage-card > li::before {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    position: absolute;
    top: 100%;
    left: 0;
    border-radius: 4px;
    background: linear-gradient(180.23deg,#61a0ff -1.51%,#1462ff 101%);
    transition: top .3s ease-in-out,height .3s ease-in-out;
}
.cjt-advantage .advantage-card > li:hover:before{
    top: 0;
    height: 100%;
}
.cjt-advantage .advantage-card > li:hover .corner {
    color: #FFFFFF;
}
.cjt-advantage .advantage-card .dvantage-card-text {
    transition: all .3s;
}

.cjt-advantage .advantage-card > li:hover .dvantage-card-text {
    transform: translateY(-0.3vw);
}
.cjt-advantage .advantage-card > li:hover {
    color: #F1F5FF;
}
.cjt-advantage .advantage-card > li img {
    width: 100%;
    position: relative;
}
.cjt-advantage .advantage-card .corner {
    position: absolute;
    bottom: -0.9vw;
    right: 12.53%;
    font-size: 5.208vw;
    line-height: 1;
    font-family: Arial;
    font-weight: 700;
    font-style: italic;
    opacity: .1;
    color: #336AFF;
    
}
.cjt-advantage .advantage-card h4 {
    text-align: center;
    letter-spacing: 0.03em;
    margin: 1.302vw auto;
    position: relative;
}
.cjt-advantage .advantage-card > li ul {
    position: relative;
    z-index: 10;
}
.cjt-advantage .advantage-card > li ul li{
    font-size: 0.7292vw;
    font-weight: 400;
    line-height: 1.8;
    margin-top: 0.3125vw;
    padding-left: 1.146vw;
    background: url(./imgs/list.svg) no-repeat left center;
}
.cjt-feature {
    background: url(./imgs/feature-bg.png) no-repeat;
    overflow: hidden;
}
.cjt-feature .main-text {
    color: #FFFFFF;
    margin: 1.25vw auto  3.021vw;
}
.cjt-feature .main-text h3 {
    color: #FFFFFF;
}
.cjt-feature .feature-card {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 3.073vw;
}
.cjt-feature .feature-card > li {
    width: 16.042vw;
    height: 11.25vw;
    margin-bottom: 1.458vw;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.95) 0.01%, rgba(255, 255, 255, 0.88) 100%);
    border-radius: 1.042vw;
    padding: 1.667vw 1.25vw;
    box-sizing: border-box;
    transition: transform 0.3s;
}
.cjt-feature .feature-card > li:hover {
    background: #FFFFFF;
    transform: scale(1.04);
    box-shadow: 0 2px 16px rgba(3,11,26,.2);
}
.cjt-feature .feature-card > li .card-top {
    display: flex;
    align-items: center;
}
.cjt-feature .feature-card > li img {
    width: 2.083vw;
    margin-right: 0.78125vw;
}
.cjt-feature .feature-card > li p {
    font-size: 0.833vw;
    color: #616266;
    font-weight: 400;
    line-height: 1.7;
    margin-top: 0.25vw;
}
.cjt-freeTrial {
    background: url(./imgs/free-bg.png) no-repeat;
    background-size: 100%;
    overflow: hidden;
}
.cjt-freeTrial form {
    display: flex;
    justify-content: space-between;
    margin: 3.021vw auto 2vw;
}
.cjt-freeTrial .trial-form input,.cjt-freeTrial .trial-form button {
    width: 16.667vw;
    height: 2.917vw;
    background: #FFFFFF;
    border: 1px solid #CFD5E6;
    box-shadow: 0px 2px 1.042vw rgba(0, 47, 159, 0.08);
    border-radius: 0.521vw;
    font-size: 1.042vw;
    font-size: 0.9375vw;
    color: #303133;
    padding: 0 0.9375vw;
    box-sizing: border-box;
    outline: none;
}
.cjt-freeTrial .trial-form input#company {
    width: 24.167vw;
}
.cjt-freeTrial .trial-form button {
    width: 8.333vw;
    background: #336AFF;
    color: #FFFFFF;
    cursor: pointer;
}
.cjt-freeTrial .trial-form .error {
    display: block;
    color: #ff436a;
    font-size: 0.8333vw;
    margin: 0.5vw;
    visibility: hidden
}
.cjt-freeTrial .trial-form .error.active {
    visibility: initial;
}
.cjt-footer {
    text-align: center;
    font-size: 0.729vw;
    line-height: 1.7;
    font-weight: 400;
    letter-spacing: 0.05em;
    color: rgba(80, 80, 80, 0.6);
    background: #F1F5FF;
    padding: 2.1875vw 0;
}
.cjt-footer li:first-of-type {
    display: flex;
    align-items: center;
    text-align: center;
    width: 100%;
    justify-content: center;
}
.cjt-footer li img {
    width: 1.094vw;
    vertical-align: middle;
    margin-right: 0.2vw;
}
.fixed {
    position: fixed;
    top: 60%;
    transform: translateY(-50%);
    right: 2vw;
}
.fixed > div {
    position: relative;
}
.fixed .fixed-card {
    width: 3.333vw;
    height: 8.333vw;
    border-radius: 9.375vw;
    background-size: 100% 100%;
    writing-mode: vertical-lr;
    text-orientation: upright;
    line-height: 3.333vw;
    padding-top: 3vw;
    box-sizing: border-box;
    font-size: 0.9375vw;
    color: #616266;
    cursor: pointer;
    background-color: #FFFFFF;

}
.fixed .consult {
    background: linear-gradient(349.77deg, #3067FF 6.27%, #4B96FF 93.73%);
    color: #FFFFFF;
}
.fixed .consult img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}
.fixed .consult span {
    position: relative;
    z-index: 1;
}
.fixed .contact {
    margin-top: 1.042vw;
    background: url(./imgs/fixed-phone.svg) no-repeat center 20% #FFFFFF;
    background-size: 35%;
    box-shadow: 0px 10px 24px 0px #0025661A;
}
.fixed .card-content {
    position: absolute;
    width: 11vw;
    height: 5vw;
    right: 125%;
    top: 50%;
    transform: translateY(-50%);
    background-color: #FFFFFF;
    box-shadow: 5px 10px 24px 0px #0025661A;
    display: none;
    padding: 1vw 1.7vw;
    box-sizing: border-box;
    border-radius: 6px;
    font-size: 0.9375vw;
    line-height: 1.5;

}
.fixed .card-content span {
    display: block;
    font-weight: 700;
    color: #336AFF;
}
.fixed .card-content::before {
    content: "";
    width: 0;
    height: 0;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: 7px 0 7px 8px;
    position: absolute;
    right: -8px;
    top: 28px;
}
.main-chat {
    right: 5.2vw !important;
}