* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
/* 通用 */
.n-project-page img {
    width: 100%;
}
.n-project-info {
    margin-top: 160px;
}
.n-page-title {
    color: #2A2B2E;
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    line-height: 150%;
}
.n-page-content{
    width: 1400px;
    margin: 60px auto 0 auto;
}

/* banner和nav */
.n-nav {
    position: relative;
    top: 0;
    height: 60px;
    display: flex;
    align-items: center;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.03);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
}

.n-nav-content {
    display: flex;
    justify-content: space-between;
    width: 1400px;
    margin: 0 auto;
}

.n-breadcrumb {
    display: flex;
}

.n-nav-content a {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #6A6B6D;
    cursor: pointer;
}

.n-breadcrumb a::after {
    content: '>';
    display: block;
    margin: 2px 6px 0 6px;
}

.n-breadcrumb a:last-child:after {
    content: '';
}

.n-nav-content ul {
    display: flex;
}

.n-nav-content ul li {
    margin-right: 24px;
}

.n-nav-content ul li:last-child {
    margin-right: 0;
}

.n-nav-content .n-nav-active {
    color: #292929;
    font-weight: 700;
    border-bottom: 2px solid #DA0030;
}

.nav-show {
    display: none;
}
.n-banner {
    position: relative;
}

.n-project-info {
    margin-top: 160px;
}

.n-banner-text {
    position: absolute;
    left: calc((100% - 1400px)/2);
    top: 50%;
    transform: translateY(-50%);
}
.n-banner-text h1 {
    color: #2A2B2E;
    font-size: 48px;
    font-weight: 700;
}

.n-banner-text h2 {
    margin-top: 12px;
    color: #2A2B2E;
    font-size: 24px;
    font-weight: 400;
}

.n-banner-text p {
    margin-top: 24px;
    color: #6A6B6D;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}
.n-banner-text a {
    margin-top: 48px;
    display: inline-block;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    height: 46px;
    padding: 11px 32px;
    border-radius: 4px;
    background: #E60039;
    backdrop-filter: blur(2.5px);
    -webkit-backdrop-filter: blur(2.5px);
    margin-right: 16px;
}
.whiteBtn{
    background-color: #FFFFFF!important;
    color: #E60039!important;
}
.whiteBtn:hover{
    background-color: #DA0030!important;
    color: #FFF!important;
}
.n-banner-text a:hover{
    background-color: #DA0030!important;
}
.n-banner-text a:last-child {
    margin-right: 0;
}


/* 挑战 */
.n-challenge{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.n-challenge-card{
    border-radius: 4px;
    width: 450px;
    position: relative;
    margin-bottom: 78px;
}
.n-card-content{
    padding: 24px;
    background: #FAFBFC;
    position: absolute;
    bottom: -78px;
    width: 100%;
    border-radius: 0px 0px 4px 4px;
}
.n-card-title{
    color:  #2A2B2E;
    font-size: 20px;
    line-height: 150%; 
}
.n-card-desc{
    display: none;
    color: #6A6B6D;
    font-size: 16px;
    line-height: 150%; /* 24px */
    margin-top: 16px;
}
/* 架构 */
#jiagou .n-page-content{
    margin: 28px auto 0 auto;
}
.n-top-img{
    display: none;
}

/* 价值 */
#value .n-page-content{
    margin: 48px auto 0 auto;
}
.blueBg {
    padding: 160px 0 80px 0;
    background: #F7F9FA;
    margin-top: 80px;
}
.n-tab {
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #E3E5E6;
}
.n-tabs_m,.n-tabs2_m{
    display: none;
}
.n-tab div {
    position: relative;
    text-align: center;
    color: #6A6B6D;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    padding: 12px 24px;
    cursor: pointer;
}

.n-tab div.n-tab-active {
    color: #2A2B2E;
    font-weight: 700;
    line-height: 150%;
    pointer-events: none;
}

.n-tab div.n-tab-active::after {
    content: '';
    display: block;
    left: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #E60039;
}

.n-tab-content {
    margin-top: 60px;
    background-color: #FFF;
    padding: 48px 48px 24px;
}
.n-value-content{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.n-value-content img{
    width: 640px;
}
.n-value-content ul{
    margin-top: 24px;
    color: #6A6B6D;
    font-size: 16px;
    line-height: 150%; /* 24px */
}
.n-value-content ul li{
    display: flex;
}

.n-value-content ul li::before{
    display: block;
    content: '?';
    margin-right: 12px;
}
.n-value-content-2 img{
    width: 100%;
}
.n-value-content-2 ul{
    margin-top: 28px;
}
.n-value-content-3{
    padding: 48px 48px;
}
.blueBg .n-page-title {
    margin-top: 120px;
}

.blueBg .n-page-title:first-child {
    margin-top: 0;
}
.value2{
    padding: 0;
}
.value2 img{
    width: 100%;
}
/* 场景 */
#scene img{
    width: 688px;
}
#scene .n-page-content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.n-scene-desc{
    background: rgba(41, 41, 41, 0.75);
    backdrop-filter: blur(2px);
    position: absolute;
    bottom: 0;
    padding: 24px;
    color: #FFF;
    width: 100%;
}
.n-scene-desc h4{
    font-size: 20px;
    line-height: 150%;
    margin-bottom: 8px;
    font-weight: 700;
}
.n-scene-desc p{
    font-size: 16px;
    line-height: 100%;
    font-weight: 400;
}
/*相关产品*/
.n-products {
    gap: 24px;
    height: unset;
    display: flex;
    flex-wrap: wrap;
    background-color: unset;
}

.n-products a {
    width: 450px;
    text-align: center;
    background-color: #FFF;
    padding: 24px;
}

.n-products a img {
    margin-top: 24px;
    width: 250px;
}

.n-products a i {
    display: block;
    font-style: normal;
    margin-top: 12px;
    color: #2A2B2E;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
}

.n-products a p {
    margin-top: 12px;
    overflow: hidden;
    color: #6A6B6D;
    text-overflow: ellipsis;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.n-products a span {
    margin-top: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #DA0030;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.n-products a span::after {
    content: '';
    background-image: url(/fa/ykt/20240910/0259/RJ-img/link.svg);
    margin-left: 8px;
    background-size: cover;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    transition: transform .16s linear;
}


@media screen and (min-width:1068px) {
    .transparent-commonlink.active::after {
        transform: translateX(6px);
    }
}
.n-anli-list{
    display: flex;
    justify-content: center;
    gap: 24px;
}

.n-anli-card{
    width: 450px;
}
.n-anli-card img {
    border-radius: 4px 4px 0 0;
}
.n-anli-content{
    padding: 24px;
    background-color: #F7F9FA;
    border-radius: 0 0 4px 4px;
}
.n-anli-title{
    color: #2A2B2E;
    font-size: 20px;
    font-weight: 700;
    line-height: 125%; /* 25px */
}
.n-anli-subtitle{
    color: #2A2B2E;
    font-size: 20px;
    font-weight: 400;
    line-height: 125%; /* 25px */
    margin:8px 0 12px 0;
}
.n-anli-desc{
    color: #6A6B6D;
    font-size: 15px;
    font-weight: 400;
    line-height: 150%; /* 22.5px */
    margin-bottom: 24px;
}
.transparent-commonlink {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #E60039;
    font-size: 16px;
    font-weight: 400;
    line-height: 125%;
    width: 100px;
    margin: 24px 0 0 0;
}
.transparent-commonlink:hover{
    cursor: pointer;
}

.transparent-commonlink::after {
    content: '';
    background-image: url(/fa/ykt/20240910/0259/RJ-img/link.svg);
    margin-left: 8px;
    background-size: cover;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    transition: transform .16s linear;
    -webkit-transition:transform .16s linearr;
    -moz-transition:transform .16s linear;
    -o-transition:transform .16s linear;
}
/* 常见问答 */
#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:1440px) {
    /* 通用 */
    .n-page-title {
        font-size: 32px;
    }
    .n-page-content {
        width: 1200px;
    }
    .n-project-info {
        margin-top: 138px;
    }
    /* banner */
    .n-banner-text {
        left: calc((100% - 1200px)/2);
    }
    .n-banner-text h1 {
        font-size: 42px;
    }
    .n-banner-text h2 {
        margin-top: 8px;
        font-size: 20px;
    }
    .n-banner-text p {
        margin-top: 20px;
        font-size: 14px;
    }
    .n-banner-text a {
        margin-top: 24px;
        height: 40px;
        padding: 10px 24px;
        font-size: 14px;
    }
    .n-nav {
        height: 48px;
    }
    .n-nav-content {
        width: 1200px;
    }
    /* 挑战 */
    .n-challenge-card {
        border-radius: 4px;
        width: 385px;
        margin-bottom: 75px;
    }
    .n-card-content{
        bottom: -75px;
    }
    .n-card-title {
        font-size: 18px;
    }
    .n-card-desc {
        margin-top: 14px;
    }
    /*价值*/
    .n-tab div {
        font-size: 18px;
        padding: 10px 20px;
    }
    .n-value-content img {
        width: 550px;
    }
    .n-tab-content {
        margin-top: 48px;
        background-color: #FFF;
        padding: 36px 36px 20px;
    }
    .n-value-content-2 img {
        width: 100%;
    }
    .blueBg {
        padding: 100px 0 80px 0;
    }
    .value2 img {
        width: 100%;
    }
    #value .n-page-content {
        margin: 36px auto 0 auto;
    }
    /* 场景 */
    #scene img {
        width: 588px;
    }
    .n-scene-desc h4 {
        font-size: 18px;
    }
    .n-scene-desc p {
        font-size: 14px;
    }
    .n-scene-desc {
        padding: 20px;
    }
    /* 产品 */
    .n-products a {
        width: 386px;
    }
    .n-products {
        gap: 20px;
    }
    .n-products a img {
        margin-top: 0;
        width: 215px;
    }
}

@media screen and (max-width:1280px) {
    /*通用*/
    .n-project-info {
        margin-top: 116px;
    }
    .n-page-title {
        font-size: 28px;
    }
    .n-page-content {
        margin: 42px auto 0 auto;
        width: 1024px;
    }
    /*banner*/
    .n-banner-text h1 {
        font-size: 32px;
    }
    .n-banner-text h2 {
        font-size: 16px;
    }
    .n-banner-text p {
        margin-top: 16px;
    }
    .n-banner-text {
        left: calc((100% - 1024px)/2);
    }
    .n-banner-text a {
        margin-top: 20px;
    }
    .n-nav-content {
        width: 1024px;
    }
    .n-nav-content a {
        font-size: 14px;
    }
    /* 挑战 */
    .n-challenge-card {
        border-radius: 4px;
        width: 328px;
        margin-bottom: 54px;
    }
    .n-card-content{
        bottom: -54px;
    }
    .n-card-title {
        font-size: 16px;
    }
    .n-card-desc {
        font-size: 14px;
        margin-top: 10px;
    }
    /* 价值 */
    .blueBg {
        padding: 85px 0 64px 0;
    }
    .n-tab div {
        font-size: 16px;
        padding: 10px 20px;
    }
    .n-value-content img {
        width: 470px;
    }
    .n-tab-content {
        margin-top: 36px;
        background-color: #FFF;
        padding: 32px 32px 16px;
    }
    .n-value-content-2 img {
        width: 100%;
    }
    .value2 img {
        width: 100%;
    }
    #value .n-page-content {
        margin: 32px auto 0 auto;
    }
    .blueBg .n-page-title {
        margin-top: 84px;
    }
    /* 场景 */
    #scene img {
        width: 500px;
    }
    .n-scene-desc h4 {
        font-size: 16px;
    }
    .n-scene-desc p {
        font-size: 12px;
    }
    .n-scene-desc {
        padding: 16px;
    }
    /* 产品 */
    .n-products a {
        width: 328px;
    }
    .n-products a img {
        width: 184px;
    }
    .n-products a p {
        font-size: 14px;
    }
    .n-products a span {
        font-size: 14px;
    }
    .n-products a span {
        margin-top: 16px;
        font-size: 14px;
    }
    
    
}


@media screen and (max-width:768px) {
    #qaSection {
        margin-top: 0px;
    }
    #qaSection .n-page-content {
        margin-top: 12px;
    }
    .n-breadcrumb {
        display: none;
    }
    .n-nav {
        flex-direction: column;
        height: unset;
        align-items: flex-start;
        margin-top: -50px;
        background: #DFE5EB;
    }
    .n-nav-content {
        display: none;
        width: 100%;
        position: absolute;
        background: #FFF;
        backdrop-filter: blur(15px);
        -webkit-backdrop-filter: blur(15px);
        margin-top: 50px;
        background: #DFE5EB;
    }
    .n-nav-content ul {
        flex-direction: column;
        width: 100%;
    }
    .nav-show {
        width: 100%;
        display: flex;
        height: 50px;
        align-items: center;
        padding: 0 1.25rem;
        justify-content: space-between;
    }
    .nav-show span {
        font-weight: 400;
        font-size: 14px;
        color: #292929;
    }
    .nav-show div {
        display: flex;
        align-items: center;
    }
    .nav-show img {
        margin-left: 8px;
        width: 24px;
    }
    .n-nav-content ul li {
        padding: 10px 0 10px 1.25rem;
        width: 100%;
    }
    .n-nav .n-nav-content .n-nav-active {
        display: unset;
        border-bottom: 1px solid #DA0030;
        padding-bottom: 4px;
    }
    .arrow-active {
        transform: rotate(180deg);
    }
    .n-banner-text {
        left: 0;
        transform: unset;
        top: 0;
        width: 100%;
        padding: 40px 24px 0 24px;
    }
    .ys_header {
        height: 64px!important;
    }
    .n-banner-text h1 {
        font-size: 24px;
    }
    .n-banner-text h2 {
        font-size: 14px;
    }
    .n-banner-text p {
        margin-top: 12px;
    }
    .n-page-title {
        font-size: 22px;
    }
    .n-project-info {
        margin-top: 45px;
    }
    .n-page-content {
        width: 100%;
        padding: 0 20px;
    }
    .whiteBtn {
        background: #DA0030;
        padding: 6px 18px;
        color: #FFF;
        font-size: 14px;
        border-radius: 4px;
    }
    /* 挑战 */
    .n-challenge{
        flex-wrap: wrap;
    }
    .n-challenge-card{
        width: 100%;
        margin-bottom: 24px;
    }
    .n-card-content{
        position: static;
        padding: 12px;
        font-size: 18px;
    }
    .n-card-desc{
        display: block;
        margin-top: 10px;
        font-size: 16px;
    }
    /* 架构 */
    .n-top-img{
        display: block;
        width: 100%;
    }
    .n-content-img{
        overflow-x: auto;
        padding-bottom: 24px;
    }
    .n-content-img img{
        width: 1050px;
    }
     /* 针对 Webkit 浏览器的转动条样式 (如 Chrome, Safari) */
     .n-content-img::-webkit-scrollbar {
        height: 8px;
    }

    .n-content-img::-webkit-scrollbar-thumb {
        background-color: #01A0E8; /* 转动条颜色 */
        border-radius: 8px; /* 圆角转动条 */
    }
    .n-content-img::-webkit-scrollbar-track {
        border-radius: 8px; /* 圆角转动条 */
        background-color: #D9D9D9; /* 转动条轨道颜色 */
    }
    /*价值*/
    .blueBg {
        padding: 80px 20px 40px 20px;
    }
    #value .n-page-content {
        padding: 0;
    }
    #value .n-tabs{
        display: none;
    }
    .n-tabs_m,.n-tabs2_m{
        display: block;
        padding: 12px 10px;
        color: #2A2B2E;
        border-bottom: 1px solid #E60039;
        background: rgba(1, 117, 232, 0.05);
        margin-bottom: 12px;
    }
    .n-tabs-hide_m{
        border-bottom: 1px solid rgba(1, 117, 232, 0.05);
        background: #FFF;
    }
    .n-tabs_m img,.n-tabs2_m img{
        width: 24px;
        margin-left: 12px;
    }
    .n-tab-content {
        margin-top: 0px;
        padding: 20px 10px;
        margin-bottom: 40px;
    }
    .n-value-content img {
        width: 100%;
        margin-bottom: 12px;
    }
    .n-value-content ul {
        margin-top: 0px;
        font-size: 12px;
    }
    .arrow-hide-m{
        transform: rotate(270deg);
    }

    /*场景*/
    #scene img {
        width: 100%;
    }
    .n-scene-desc {
        padding: 8px 12px;
    }
    .n-scene-desc h4 {
        margin-bottom: 4px;
    }
    .n-scene-desc p{
        line-height: 150%;
    }
    .n-scene-card{
        margin-top: 12px!important;
    }
    /* 产品 */
    .n-products a {
        width: calc(50% - 7.5px);
    }
    .n-products {
        gap: 15px;
        padding:0px
    }
    .n-products a img {
        width: 100px;
    }
    .n-products a {
        padding: 12px 12px 24px 12px;
    }
    .n-products a i {
        font-size: 12px;
    }
    .n-products a p {
        font-size: 12px;
    }
    .n-products a span {
        margin-top: 18px;
        font-size: 12px;
    }
    .n-products a span::after {
        width: 18px;
        height: 18px;
    }
    .n-anli-list{
        flex-wrap: wrap;
    }
    .n-anli-card {
        width: 100%;
        margin-bottom: 24px;
    }
    .n-anli-content {
        padding: 24px 18px;
        min-height: auto;
    }
    .n-anli-desc {
        margin-bottom: 0px;
    }
}
/* 相关资料 */
.resourcesSection {
    display: flex;
    align-items: flex-start;
}

.resources-tab {
    flex-shrink: 0;
}
.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;
    border-radius: 4px;
    border: 2px solid #FFF;
    background: linear-gradient(180deg, #F3F5F8 0%, #FFF 100%);
    box-shadow: 0px 6px 20px 0px rgba(213, 219, 228, 0.50);
}

.resourceCard p {
    color: #2A2B2E;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 12px;
    min-height: 60px;
    font-weight: 700;
}

.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 {
    margin-top: 16px;
    color: #2A2B2E;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
}

.resourceImg i {
    display: block;
    margin-top: 12px;
    font-style: normal;
    color: #9B9FA8;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
}

.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/20240910/0259/RJ-img/link.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;
    }
}

@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;
    }
}
.transparent-commonlink {
    display: flex;
    align-items: center;
    color: #E60039;
    font-size: 16px;
}

.transparent-commonlink::after {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(/fa/ykt/20240910/0259/RJ-img/link.svg);
    background-size: cover;
    margin-left: 8px;
    transition: transform .16s linear;
}
@media screen and (min-width:1068px) {
    .transparent-commonlink.active::after {
        transform: translateX(6px);
    }
}

