* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: 'MF';
    src: url('/fa/ykt/20240930/RJ-img/MFChunFu-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

.n-porject-page img {
    width: 100%;
}

.bannerCont {
    position: relative;
}

.bannerInfo {
    position: absolute;
    left: calc((100% - 1400px)/2);
    top: 50%;
    transform: translateY(-50%);
}

.bannerInfo h1 {
    display: flex;
    align-items: center;
    color: #292929;
    font-size: 36px;
    font-weight: 700;
    line-height: 150%;
}

.bannerInfo strong {
    position: relative;
    letter-spacing: 10px;
}

.bannerInfo strong span {
    font-family: 'MF';
    background: linear-gradient(157deg, #FB6F32 23.54%, #C70006 84.88%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 58px;
    font-weight: 400;
    line-height: 150%;
}

.bannerInfo strong i {
    display: block;
    color: #C70006;
    font-size: 4px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 6px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-60%, -50%) rotate(90deg);
    white-space: nowrap;
}

.bannerInfo p {
    color: #6A6B6D;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.bannerInfo a {
    margin-top: 60px;
    display: inline-block;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    padding: 11px 32px;
    border-radius: 4px;
    background: #E60039;
    backdrop-filter: blur(2.5px);
    -webkit-backdrop-filter: blur(2.5px);
    margin-right: 24px;
}

.bannerInfo a:hover{
    background: #CC002D;
}
.n-project-title {
    color: #292929;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    line-height: 150%;
}

.n-project-info {
    padding-top: 120px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#reasonSwiper .swiper-slide,
#techSwiper .swiper-slide {
    height: auto;
}

.reasonInfo {
    height: 100%;
    background-color: #FFF;
    border-radius: 4px;
    background: #FFF;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
}

.reasonInfo h3 {
    color: #292929;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
}

.reasonInfo ul li {
    display: flex;
    color: #7D7D7D;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
}

.reasonInfo ul li::before {
    content: '?';
    display: block;
    margin-right: 4px;
}

.reasonInfo ul li strong {
    color: #E60039;
    font-size: 20px;
    font-weight: 700;
    line-height: 150%;
}

.reasonText {
    padding: 24px;
}

.n-project-content {
    width: 1400px;
    margin: 48px auto 0 auto;
}

.valueCont {
    display: flex;
    justify-content: center;
    margin: 48px auto 0 auto;
}

.valueInfo {
    text-align: center;
    margin-right: 120px;
}

.valueInfo:last-child {
    margin-right: 0;
}

.valueInfo h3 {
    color: #292929;
    font-size: 24px;
    font-weight: 700;
    margin-top: 24px;
    margin-bottom: 12px;
}

.valueInfo ul li {
    color: #7D7D7D;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
}

.valueInfo img {
    width: 120px;
}

.techHead {
    width: 100%;
    padding: 6px 12px;
    border-radius: 4px 4px 0px 0px;
    background: linear-gradient(148deg, #00C2FF -10.74%, #1651FF 116.15%);
}

.techInfo h3 {
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
}

.techInfo ul {
    min-height: 136px;
}

.techInfo ul li {
    display: flex;
    color: #7D7D7D;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.techInfo ul li::before {
    content: '?';
    display: block;
    margin-right: 4px;
}

.techInfo {
    height: 100%;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
}

.techText {
    padding: 12px 10px;
}

.topoImg {
    position: relative;
    margin-bottom: 48px;
}

.zoomBtn {
    display: none;
    position: absolute;
    right: 0;
    bottom: 0;
    cursor: pointer;
    z-index: 9;
}

.techText .linkBtn {
    margin-left: 14px;
}

.linkBtn {
    display: flex;
    align-items: center;
    color: #E60039;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.linkBtn::after {
    content: '';
    background-image: url(/fa/ykt/20240930/RJ-img/link.svg);
    background-size: cover;
    width: 24px;
    height: 24px;
    display: block;
    transition: transform .16s linear;
}

.linkBtn:hover {
    color: #E60039;
}

.linkBtn:hover::after {
    transform: translateX(10px);
}

.tabInfo {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.tabCont {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 48px;
}

.tabCont div {
    position: relative;
    padding: 12px 60px;
    color: #6A6B6D;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    cursor: pointer;
}

.tabCont div.active {
    color: #2A2B2E;
    font-weight: 700;
}

.tabCont div::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #E3E5E6;
}

.tabCont div.active::after {
    background: #E60039;
}

.solutionCard {
    position: relative;
    border-radius: 0px 0px 4px 4px;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
}

.solutionCard a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.solutionText {
    padding: 24px;
}

.solutionText h3 {
    color: #292929;
    font-size: 22px;
    font-weight: 700;
    line-height: 150%;
}

.solutionText p {
    margin-top: 16px;
    color: #7D7D7D;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    min-height: 144px;
}

.speBg {
    padding-bottom: 160px;
}

.productCard {
    padding: 24px;
    border-radius: 4px;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.80);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
}

.productCard h3 {
    color: #0175E8;
    font-size: 22px;
    font-weight: 700;
    line-height: 150%;
    margin-bottom: 24px;
}

.productCard p {
    color: #2A2B2E;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.productlist {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #E3E5E6;
    margin-bottom: 24px;
}

.productlist:last-child {
    border-bottom: none;
}

.productlist img {
    width: 80px;
    margin-right: 24px;
}

.arrowImg {
    display: block;
    width: 8px;
    height: 12px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(/fa/ykt/20240930/RJ-img/arrow.svg);
}

.productlist a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.productRow {
    display: flex;
    align-items: center;
}

.formCont {
    background-image: url(/fa/ykt/20240930/RJ-img/formBg.webp);
    background-size: cover;
    background-position: center bottom;
    padding: 72px 0;
}

.formCont .n-project-title {
    text-align: left;
}

.formInfo {
    margin-left: calc((100% - 1024px)/2);
}

.tipText {
    margin: 24px 0;
    color: #2A2B2E;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
}

.n-project-btn {
    display: inline-block;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    font-weight: 400;
    padding: 0 32px;
    border-radius: 4px;
    backdrop-filter: blur(2.5px);
    -webkit-backdrop-filter: blur(2.5px);
    transition: background .16s linear;
}

.n-project-btn.red {
    color: #FFF;
    background: #E60039;
}

.n-project-btn.red:hover {
    background: #C7002A;
}

.speBg .n-project-btn {
    margin-top: 40px;
}

.floatInput {
    position: relative;
}

.floatInput input {
    width: 486px;
    height: 46px;
    border-radius: 4px;
    border: 1px solid #D5D5D5;
    appearance: none;
    -webkit-appearance: none;
    background: unset;
    padding: 0 12px;
}

.floatInput label {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 12px;
    color: #9B9FA8;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    z-index: 9;
    transition: all .16s linear;
}

.form-item {
    margin-bottom: 24px;
}

.floatInput:focus-within label,
.floatInput input:valid+label {
    font-size: 12px;
    transform: unset;
    top: -6px;
    background: #f0f6fb;
}

.floatInput:focus-within input {
    border-color: #6A6B6D;
}

.floatInput span,
.form-item label span {
    color: #E60039;
    font-size: 16px;
    font-weight: 400;
    margin-left: 4px;
}

#imgCode {
    width: 240px;
    background: none;
    height: 46px;
    border: 1px solid #bdb4b4;
    padding: 0 12px;
    border-radius: 4px;
}

.normalInput label {
    color: #2A2B2E;
    font-size: 14px;
    font-weight: 400;
}

.normalInput label span {
    margin-left: 0;
    margin-right: 4px;
}

#myForm input[type="radio"] {
    margin-top: 4px;
    appearance: none;
    -webkit-appearance: none;
    width: 16px;
    height: 16px;
    background-image: url(/fa/ykt/20240930/RJ-img/checkbox.svg);
    background-position: 0 0;
    margin-left: 18px;
    transform: translateY(3px);
    margin-right: 4px;
}

#myForm input[type="radio"]:checked {
    background-position: 0 -16px;
}

.textInfo {
    color: #2A2B2E;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
}

.form-privacy,
.form-privacy a {
    color: #6A6B6D;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
}

.form-privacy a {
    text-decoration: underline;
}

#myForm button {
    margin-top: 48px;
    appearance: none;
    -webkit-appearance: none;
    border: none;
}

.verification-code {
    max-width: 100px;
}

.successCont {
    margin-top: 24px;
    display: none;
}

.successCont img {
    width: 214px;
}

.successCont p {
    margin-top: 24px;
    color: #2A2B2E;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
}

#reasonSwiper .swiper-paginationswiper-pagination,
#techSwiper .swiper-pagination {
    display: none;
}

.resourcesSection {
    display: flex;
    align-items: flex-start;
}

.resources-tab {
    flex-shrink: 0;
}

.resources-tab-word {
    display: none;
}

.resources-tab {
    position: relative;
    padding: 12px 0;
    margin-right: 248px;
}

.resources-tab div {
    position: relative;
    color: #6A6B6D;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    padding: 0 0 0 24px;
    margin-top: 48px;
    cursor: pointer;
}

.resources-tab div.active {
    color: #E60039;
    pointer-events: none;
}

.resources-tab div.active::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 2px;
    background-color: #E60039;
    display: block;
}

.resources-tab div:first-child {
    margin-top: 0;
}

.resources-tab::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 1px;
    background-color: #D5D5D5;
    display: block;
}

.resourcesCont {
    width: 100%;
}

.resourceCards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    width: 100%;
}

.resourceCard {
    position: relative;
    padding: 24px;
    box-sizing: border-box;
    border: 1px solid #D5D5D5;
}

.resourceCard p {
    color: #2A2B2E;
    font-size: 18px;
    font-weight: 700;
    line-height: 150%; /* 27px */
    margin-bottom: 42px;
}

.resourceCard a,
.resourceImg a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 4;
}

.resourceImgs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.resourceImg {
    position: relative;
}

.resourceImg img {
    width: 100%;
}

.resourceImg p {
    color: #2A2B2E;
    font-size: 18px;
    font-weight: 700;
    line-height: 150%; /* 27px */
    margin:16px 0 12px;
}

.resourceImg i {
    color: #9B9FA8;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%; /* 21px */
}

.resourceImgCover {
    position: relative;
    overflow: hidden;
}

.resourceImgCover img {
    transition: transform .16s linear;
}

.resourceVideo .resourceImgCover::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.20);
    z-index: 2;
}

.resourceVideo .resourceImgCover::after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 48px;
    height: 48px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(/fa/ykt/20240930/RJ-css/videoPlay.svg);
    z-index: 3;
}

@media screen and (min-width:1068px) {
    .resourceImg:hover .resourceImgCover img {
        transform: scale(1.05);
    }
}

@media screen and (max-width:1440px) {
    .resources-tab {
        margin-right: 214px;
    }
    .resourceCard p {
        font-size: 18px;
    }
    .resourceImg p {
        margin-top: 14px;
        font-size: 16px;
    }
}

@media screen and (max-width:1280px) {
    .resources-tab {
        margin-right: 184px;
    }
    .resources-tab div {
        margin-top: 36px;
        font-size: 16px;
    }
    .resourceCard p {
        font-size: 16px;
    }
    .resourceImg p {
        margin-top: 12px;
        font-size: 14px;
    }
    .resourceCard .transparent-commonlink {
        font-size: 14px;
    }
    .resourceCard .transparent-commonlink::after {
        width: 20px;
        height: 20px;
    }
    .resourceVideo .resourceImgCover::after {
        width: 36px;
        height: 36px;
    }
    .form-content {
        margin-top: 12px;
    }
    
}

@media screen and (max-width:1068px) {
    .resourcesSection {
        flex-direction: column;
        align-items: center;
    }
    .resources-tab {
        display: flex;
        justify-content: center;
        margin-right: 0;
        padding: 0;
        margin-bottom: 36px;
    }
    .resources-tab div {
        margin-top: 0;
        padding: 0 12px 12px 12px;
    }
    .resources-tab::before {
        width: 100%;
        height: 1px;
        bottom: 0;
        left: 0;
        top: unset;
    }
    .resources-tab div.active::before {
        top: unset;
        bottom: 0;
        width: 100%;
        height: 2px;
    }
    .resourceImgs {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .resourceCards {
        gap: 20px;
    }
}

@media screen and (max-width:768px) {
    .resourceCard {
        padding: 16px;
    }
}

@media screen and (max-width:600px) {
    .resourceCards {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width:520px) {
    .resourceImgs {
        grid-template-columns: 1fr;
        gap: 36px;
    }
}

/* 常见问答 */
#qaSection {
    padding-bottom: 120px;
}

#qaSection .n-page-content {
    margin-top: 60px;
}

.n-qa {
    padding-top: 32px;
    border-bottom: 1px solid rgba(216, 216, 216, 0.50);
    padding-bottom: 32px;
}

.n-ask {
    color: #292929;
    font-size: 18px;
    font-weight: 700;
    line-height: 125%;
}

.n-answer {
    margin-top: 12px;
    color: #6A6B6D;
    font-size: 16px;
    font-weight: 400;
    line-height: 125%;
}

@media screen and (max-width:1600px) {
    .bannerInfo {
        left: calc((100% - 1200px)/2);
    }
    .n-project-content {
        width: 1200px;
    }
    .tabCont {
        margin-bottom: 24px;
    }
    .valueInfo img {
        width: 104px;
    }
    .n-banner-text a {
        margin-top: 24px;
        padding: 10px 24px;
        font-size: 14px;
    }
}

@media screen and (max-width:1400px) {
    .bannerInfo {
        left: calc((100% - 1024px)/2);
    }
    .bannerInfo h1 {
        font-size: 28px;
    }
    .bannerInfo strong span {
        font-size: 50px;
    }
    .n-project-content {
        width: 1024px;
    }
    .n-project-info {
        padding-top: 80px;
    }
    .n-project-title {
        font-size: 28px;
    }
    .reasonInfo h3 {
        font-size: 16px;
    }
    .reasonInfo ul li strong {
        font-size: 16px;
    }
    .valueInfo img {
        width: 80px;
    }
    .valueInfo {
        margin-right: 80px;
    }
    .valueInfo h3 {
        margin-top: 16px;
        margin-bottom: 8px;
        font-size: 18px;
    }
    .speBg {
        padding-bottom: 100px;
    }
    .techInfo h3 {
        font-size: 16px;
    }
    .linkBtn {
        font-size: 14px;
    }
    .linkBtn::after {
        width: 20px;
        height: 20px;
    }
    .techInfo ul {
        min-height: 160px;
    }
    .n-project-content {
        margin: 32px auto 0 auto;
    }
    .tabCont div {
        font-size: 16px;
        padding: 8px 48px;
    }
    .productCard h3 {
        font-size: 16px;
    }
    .productCard p {
        font-size: 14px;
    }
    .productlist img {
        width: 42px;
    }
    .productCard {
        padding: 20px 16px;
    }
    .productlist {
        padding-bottom: 8px;
    }
    .solutionText h3 {
        font-size: 18px;
    }
    .solutionText p {
        margin-top: 8px;
        font-size: 14px;
        min-height: 126px;
    }
    .solutionText .linkBtn {
        margin-top: 12px;
    }
    .formCont .n-project-title {
        font-size: 24px;
    }
    .tipText {
        margin: 16px 0;
        font-size: 16px;
    }
    .floatInput input {
        width: 380px;
    }
    .floatInput:focus-within label,
    .floatInput input:valid+label {
        background: #fafcfe;
    }
    #imgCode {
        width: 180px;
    }
    .n-banner-text a {
        margin-top: 20px;
    }
}

@media screen and (max-width:1140px) {}

@media screen and (max-width:768px) {
    #qaSection {
        margin-top: 0px;
    }
    #qaSection .n-page-content {
        margin-top: 12px;
    }
    .n-banner-text a {
        margin-top: 32px;
    }
    .bannerInfo {
        left: 0;
        width: 100%;
        top: 48px;
        padding: 0 20px;
        transform: unset;
    }
    .bannerInfo strong span {
        font-size: 32px;
    }
    .bannerInfo strong i {
        font-size: 2px;
        letter-spacing: 2px;
        transform: translate(-75%, -50%) rotate(90deg);
    }
    .bannerInfo p {
        margin-top: 12px;
        font-size: 14px;
    }
    .n-project-content {
        width: 100%;
        padding: 0 20px;
    }
    .valueCont {
        flex-wrap: wrap;
    }
    .valueInfo {
        margin-right: 0;
    }
    .valueInfo img {
        width: 110px;
    }
    .valueInfo h3 {
        font-size: 20px;
    }
    .n-project-content {
        margin-top: 24px;
    }
    .valueInfo {
        margin-top: 48px;
    }
    .valueInfo:first-child {
        margin-top: 0;
    }
    .techInfo h3 {
        font-size: 20px;
    }
    .n-project-title {
        font-size: 22px;
    }
    .tabInfo {
        grid-template-columns: repeat(1, 1fr);
    }
    .productlist:last-child {
        margin-bottom: 0;
    }
    .productCard h3 {
        font-size: 18px;
    }
    .solutionText p {
        min-height: unset;
    }
    .formInfo {
        margin-left: 0;
        padding: 0 20px;
    }
    .floatInput input {
        width: calc(100% - 18px);
    }
    #codeText label {
        display: block;
        width: 100%;
        margin-bottom: 12px;
    }
    .formCont .n-project-title {
        font-size: 20px;
    }
    .n-project-info {
        padding-top: 60px;
    }
    #reasonSwiper,
    #techSwiper {
        padding-bottom: 60px;
    }
    #reasonSwiper .swiper-paginationswiper-pagination,
    #techSwiper .swiper-pagination {
        display: block;
    }
    .zoomBtn {
        display: block;
    }
    .n-project-btn {
        font-size: 14px;
        padding: 0 24px;
        height: 40px;
        line-height: 40px;
    }
}

@media screen and (max-width:380px) {
    .bannerInfo h1 {
        font-size: 22px;
    }
    .bannerInfo strong span {
        font-size: 28px;
    }
}


/* 解决计划导航样式 */

.n-nav {
    margin-top: -1px;
    width: 100%;
    background: #FFF;
    box-shadow: 0px 4px 20px 0px rgba(226, 237, 248, 0.50);
    padding: 10px 0;
}

.navCenter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1400px;
    margin: 0 auto;
}

.navInfo {
    display: flex;
}

.navInfo div {
    margin-right: 40px;
    cursor: pointer;
    color: #6A6B6D;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.navInfo div.active {
    color: #2A2B2E;
    font-weight: 700;
    pointer-events: none;
}

.nav-show {
    display: none;
}

@media screen and (max-width:1600px) {
    .navCenter {
        width: 1200px;
    }
}

@media screen and (max-width:1400px) {
    .navCenter {
        width: 1024px;
    }
    .navInfo div {
        font-size: 14px;
        margin-right: 32px;
    }
}

@media screen and (max-width:768px) {
    .nav-show {
        display: flex;
        align-items: center;
        color: #2A2B2E;
        font-size: 14px;
        font-weight: 700;
        line-height: 120%;
    }
    .nav-show::after {
        width: 20px;
        height: 20px;
        content: '';
        background-image: url(/fa/ykt/20240930/RJ-img/down.svg);
        display: block;
        background-size: cover;
        transition: transform .16s linear;
    }
    .nav-show.active::after {
        transform: rotate(-180deg);
    }
    .navInfo {
        width: 100%;
        position: absolute;
        top: 60px;
        left: 0;
        display: none;
        background-color: #FFF;
        padding: 8px 20px;
    }
    .navInfo div {
        padding: 6px 0;
    }
    .navCenter {
        width: 100%;
        padding: 0 20px;
        background-color: #FFF;
    }
}

.getQuote {
    display: none!important;
}