@charset 'utf-8';

.solution {
    width: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    background-color: #f2f4f7;
}

.jzcsnew-banner {
    background: linear-gradient(90deg, #E8E6FD 0%, #D8ECFE 100%);
    width: 100%;
    margin-bottom: 20px;
}

.jzcsnew-banner-content {
    display: flex;
    flex-wrap: wrap;
}

.jzcsnew-banner-content-left {
    flex: 1;
    padding: 66px 0;
}

.jzcsnew-banner-content-left h2 {
    color: #1D2129;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "PingFang SC";
    font-size: 39px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.jzcsnew-banner-content-left p {
    color: #4E5969;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "PingFang SC";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin: 24px 0 52px;
}

.jzcsnew-btns {
    display: flex;
}

.jzcsnew-btns>a {
    color: #165DFF;
    text-align: right;
    font-family: "PingFang SC";
    font-size: 16px;
    border-radius: 2px;
    background: #FFF;
    box-shadow: 0px 2px 4px 0px rgba(38, 80, 176, 0.12);
    padding: 10px 32px;
    cursor: pointer;
}

.jzcsnew-btns>a:hover {
    background-color: #165DFF;
    color: #FFF;
}

.jzcsnew-btns>a:first-child {
    background-color: #165DFF;
    color: #FFF;
    margin-right: 20px;
}

.jzcsnew-banner-content>img {
    margin-left: 60px;
}

.jzcsnew-solution {
    background-color: #fff;
}

.bank-solution {
    background-image: url(../../images/plan/01/bg.jpg);
}

.test-solution {
    background-image: url(../../images/plan/02/bg.jpg);
}

.jkzdh-solution {
    background-image: url(../../images/plan/04/bg.jpg);
}

.jmzdh-solution {
    background-image: url(../../images/plan/05/bg.jpg);
}

.ydzdh-solution {
    background-image: url(../../images/plan/06/bg.jpg);
}

.performance-solution {
    background-image: url(../../images/plan/07/bg.jpg);
}

.xqgl-solution {
    background-image: url(../../images/plan/08/bg.jpg);
}

.dmgl-solution {
    background-image: url(../../images/plan/09/bg.jpg);
}

.securityTest-solution {
    background-image: url(../../images/plan/10/bg.jpg);
}

.yjsgl-solution {
    background-image: url(../../images/plan/13/bg.jpg);
}

.jrxcs-solution {
    background-image: url(../../images/plan/15/bg.jpg);
}

.zc-solution {
    background-image: url(../../images/plan/16/bg.jpg);
}

.acceptanceTest-solution {
    background-image: url(../../images/plan/18/bg.jpg);
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.fixed-top {
    position: fixed;
    top: 80px;
}

.solution-tit {
    width: 100%;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.solution-tit>h2 {
    font-size: 28px;
    color: #fff;
}

.solution-tit>a {
    width: 101px;
    height: 37px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f06b22;
    font-size: 14px;
    color: #fff;
    margin-top: 30px;
    cursor: pointer;
}

.solution-list {
    width: 100%;
    display: flex;
    height: 100%;
    justify-content: space-between;
    padding-bottom: 100px;
}

.solution-contents {
    width: 890px;
    box-sizing: border-box;
    background-color: #fff;
    padding: 20px 25px;
    border-radius: 5px;
}

.jzcsnew-contents {
    padding-left: 0;
    padding-top: 0;
}

.jzcsnew-contents p {
    color: #4E5969;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "PingFang SC";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.solution-contents>h2 {
    font-size: 24px;
    color: #313131;
    position: relative;
}

.solution-contents>h2::after {
    position: absolute;
    content: '';
    width: 50%;
    height: 1px;
    border-top: 1px solid #e5e5e5;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.solution-contents h3,
.solution-contents h4 {
    font-size: 15px;
    color: #313131;
    font-weight: bold;
    margin: 20px 0 12px;
    position: relative;
}

.jzcsnew-contents h3 {
    color: #1D2129;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "PingFang SC";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 40px 0 26px;
}

.solution-contents h3::before {
    position: absolute;
    content: '';
    height: 100%;
    width: 5px;
    background-color: #347BF4;
    border-radius: 5px;
    left: -25px;
    top: 0;
}

.jzcsnew-contents h3::before {
    display: none;
}

.solution-contents img {
    max-width: 700px;
    height: auto;
    margin: 10px 0;
}

.solution-contents p {
    font-size: 14px;
    color: #313131;
    line-height: 25px;
}

.solution-right {
    width: 300px;
}

.small-banner {
    width: 100%;
    border: 1px solid #E5E6EB;
    box-sizing: border-box;
    margin-bottom: 30px;
    border-radius: 8px;
}

.top-banner {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    background: url(../../images/test-service/solution-33/small-banner.png) no-repeat center;
    background-size: cover;
}

.top-banner h5 {
    color: #1D2129;
    font-weight: bolder;
    font-size: 18px;
    margin-bottom: 10px;
}

.top-banner p {
    color: #4E5969;
}

.small-banner-actions {
    width: 100%;
    box-sizing: border-box;
    padding: 30px 40px;
    display: flex;
    flex-direction: column;
}

.small-banner-actions>a {
    width: 100%;
    border: 1px solid #165DFF;
    background: #fff;
    text-align: center;
    padding: 14px 0;
    box-sizing: border-box;
    color: #165DFF;
    border-radius: 3px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.small-banner-actions>a:hover {
    background-color: #165DFF;
    color: #fff;
}

.small-banner-actions>a+a {
    margin-top: 20px;
}

.catalogue-title {
    width: 100%;
    background: #F4F9FD;
    padding: 16px 20px;
    box-sizing: border-box;
    color: #000;
    font-weight: bolder;
    border-radius: 8px 8px 0 0;
    border: 1px solid #E5E6EB;
    border-bottom: none;
    font-size: 16px;
}

.right-nav {
    width: 100%;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #e1e4e5;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.nav-tit {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    height: 38px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f7f9fc;
    border-bottom: 1px solid #e1e4e5;
}

.nav-tit>h2 {
    font-size: 16px;
}

.nav-tit>a {
    font-size: 14px;
    color: #999;
}

.right-nav>ul {
    width: 100%;
}

.right-nav>ul>li {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
}

.right-nav>ul.hot-products-recommend>li {
    height: 120px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.right-nav>ul.related-services-recommend>li {
    height: 60px;
    display: flex;
    align-items: center;
}

.right-nav>ul.hot-products-recommend>li:not(:last-child) {
    border-bottom: 1px solid #e1e4e5;
}

.right-nav>ul.related-services-recommend>li:not(:last-child) {
    border-bottom: 1px dashed #e1e4e5;
}

.right-nav>ul.hot-products-recommend>li>h2 {
    font-size: 14px;
}

.right-nav>ul.hot-products-recommend>li>a {
    width: 100px;
    height: 30px;
    color: #fff;
    background-color: #347BF3;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    margin-top: 10px;
}

.right-nav>ul.related-services-recommend>li>a {
    padding-left: 20px;
    font-size: 14px;
    color: #333;
    position: relative;
}

.right-nav>ul.related-services-recommend>li>a::before {
    position: absolute;
    content: '';
    background-color: #347BF4;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    left: 0;
    transform: translateY(-50%);
    top: 50%;
}

.right-nav>ul.hot-articles>li {
    height: 40px;
    display: flex;
    align-items: center;
}

.right-nav>ul.hot-articles>li>a {
    width: 100%;
    font-size: 14px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}

.solution-navs {
    padding: 10px 20px;
    display: flex;
    flex-direction: column;
    width: 300px;
    max-height: 480px;
    overflow-y: auto;
}

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
.solution-navs::-webkit-scrollbar {
    width: 3px;
}

/*定义滚动条轨道 内阴影+圆角*/
.solution-navs::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: rgba(225, 228, 229, .5);
}

/*定义滑块 内阴影+圆角*/
.solution-navs::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
    background-color: rgba(52, 123, 244, 0.6)
}

.solution-navs>a {
    padding: 10px 20px;
    font-size: 14px;
    color: #333;
    position: relative;
    width: 100%;
}

.solution-navs>a.secondary-tit {
    padding-left: 40px;
}

.solution-navs>a.current {
    color: #347BF4;
}

.solution-navs>a::before {
    position: absolute;
    content: '';
    background-color: #E1E4E5;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    left: 0;
    transform: translateY(-50%);
    top: 50%;
}

.solution-navs>a.secondary-tit::before {
    left: 20px;
}

.solution-navs>a.current::before {
    background-color: #347BF4;
}

.solution-navs>label {
    color: #86909C;
font-feature-settings: 'liga' off, 'clig' off;
font-family: "PingFang SC";
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: normal;
margin: 8px 0 3px;
}


.report-list>li {
    display: flex;
    margin-top: 20px;
}

.report-list>li>img {
    width: 38px;
    height: 38px;
    margin-right: 12px;
}

.report-list>li h4 {
    margin: 0 0 8px;
}

.report-item-content-img-list {
    display: flex;
}

.report-img{
    max-width: 300px;
}

.jacoco-list>li {
    margin-top: 12px;
    color: #4E5969;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "PingFang SC";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-left: 20px;
    position: relative;
}

.jacoco-list>li>span {
    color: #1D2129;
    font-weight: 600;
    margin-right: 10px;
}

.jacoco-list>li::before {
    position: absolute;
    content: '';
    background-color: #347BF4;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    left: 0;
    transform: translateY(-50%);
    top: 50%
}

.detailed-analytical-report-list {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    flex-wrap: wrap;
}

.detailed-analytical-report-list>li {
    display: flex;
    width: 49%;
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
    box-sizing: border-box;
    border-radius: 8px;
    background: #F4F9FF;
}

.detailed-analytical-report-list>li>h6 {
    color: #1D2129;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "PingFang SC";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.detailed-analytical-report-list>li>p {
    color: #4E5969;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "PingFang SC";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 10px;
}

.detailed-analytical-report-list>li>p>span {
    color: #F81414;
}

.detailed-analytical-report-list>li>img {
    width: 100%;
    margin-top: 22px;
}

.jacoco-questions-list>li {
    padding: 24px 24px 36px;
    box-sizing: border-box;
    border-radius: 8px;
    background: #F4F6FF;
    width: 100%;
    margin-bottom: 12px;

}

.jacoco-questions-list>li:nth-child(2) {
    background: #F0F8FF;
}

.jacoco-questions-list>li:last-child {
    background: #F5FBF7;
}

.jacoco-questions-list>li {
    padding: 24px 24px 36px;
    box-sizing: border-box;
    border-radius: 8px;
    background: #F4F6FF;
    width: 100%;
    margin-bottom: 12px;

}

.jacoco-questions-list>li>h6 {
    color: #1D2129;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "PingFang SC";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 12px;
}

.data-coverage-list {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    flex-wrap: wrap;
}

.data-coverage-list>li {
    width: 32%;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 10px;
    border: 4px solid #FFF;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.66) 0%, #FFF 100%);
    box-shadow: 0px 0px 18px 0px rgba(0, 65, 215, 0.06);
    box-sizing: border-box;
    padding: 28px;
}

.data-coverage-list>li>img {
    width: 66px;
    height: 66px;
}

.data-coverage-list-02>li {
    padding: 18px 18px 36px;
    border: none;
    box-shadow: none;
}

.data-coverage-list>li>h6 {
    color: #000;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "PingFang SC";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 20px 0 12px;
    position: relative;
}

.data-coverage-list-02>li>h6 {
    margin-bottom: 30px;
}

.data-coverage-list-02>li>h5 {
    color: #1D2129;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "PingFang SC";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: left;
    width: 100%;
    padding: 10px 0 16px;
    border-bottom: 1px dashed #E5E6EB;
    margin-bottom: 16px;
}

.data-coverage-list>li>label {
    color: #1D2129;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "PingFang SC";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 8px;
    width: 100%;
}

.data-coverage-list>li>p+label {
    margin-top: 16px;
}

.data-coverage-list>li>p>span {
    color: #F81414;
}

.data-coverage-list-02>li>h6::after {
    position: absolute;
    content: '';
    width: 50%;
    height: 3px;
    background-color: #6B16FF;
    left: 50%;
    transform: translateX(-50%);
    bottom: -12px;
    border-radius: 53px;
}

.data-coverage-list-02>li:nth-child(2)>h6::after {
    background-color: #165DFF;
}

.data-coverage-list-02>li:last-child>h6::after {
    background-color: #16B5FF;
}

.jkcsbz-list {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.jkcsbz-list>img {
    margin-right: 20px;
}

.jkcsbz-content-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
    flex: 1;
}

.jkcsbz-content-list>li {
    width: 49%;
    box-sizing: border-box;
    padding: 20px;
    border-radius: 8px;
    background: #F4F9FF;
    margin-bottom: 16px;
}

.jkcsbz-content-list>li>h6 {
    color: #1D2129;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "PingFang SC";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 12px;
}

.automation-script-list {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.automation-script-content-list {
    flex: 1;
    margin-left: 30px;
}

.automation-script-content-list>li {
    margin-bottom: 16px;
}

.automation-script-content-list>li:first-child {
    margin-left: -130px;
}

.automation-script-content-list>li:nth-child(2) {
    margin-left: -80px;
}

.automation-script-content-list>li>h6 {
    color: #165DFF;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "PingFang SC";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.automation-script-list>li>p {
    color: #4E5969;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "PingFang SC";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.more-functions-list {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 20px;
}

.more-functions-list>a {
    width: 100%;
    display: flex;
    flex-direction: column;
    display: flex;
    padding: 18px 20px 32px 24px;
    flex-direction: column;
    align-items: flex-start;
    box-sizing: border-box;
    border-radius: 4px;
    background: #F3F6FA;
    cursor: pointer;
    box-sizing: border-box;
}

.more-functions-list>a>.function-title {
    display: flex;
    align-items: center;
    color: #1D2129;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "PingFang SC";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    width: 100%;
}

.more-functions-list>a>.function-title>img {
    width: 20px;
    height: 20px
}

.more-functions-list>a>.function-title>img:last-child {
    margin-left: auto;
}

.more-functions-list>a>p {
    color: #4E5969;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "PingFang SC";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-top: 10px;
}

.jzcsnew-contents img{
    max-width: 100%;
}





@media screen and (max-width: 1024px) {
    .container {
        width: 90%;
    }

    .solution-contents {
        width: auto;
    }

    .solution-list {
        flex-direction: column;
    }

    .solution-contents img {
        width: 100%;
    }

    .solution-right {
        margin-top: 20px;
        width: 100%;
    }

    .right-nav>ul.hot-products-recommend>li {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        height: 90px;
    }

    .solution-navs {
        display: none;
    }

    .jzcsnew-contents {
        padding: 0;
    }

    .jzcsnew-banner-content-left {
       padding: 2rem 0 3rem;
    }

    .jzcsnew-banner-content-left h2 {
        font-size: 2rem;
    }
    
    .jzcsnew-banner-content-left p {
        margin: 1rem 0 2rem;
    }

    .jzcsnew-banner-content>img {
        display: none;
    }

    .jzcsnew-contents h3 {
        margin: 2rem 0 1rem;
    }

    .detailed-analytical-report-list>li {
        width: 100%;
        margin-bottom: 1rem;
    }

    .data-coverage-list>li {
        width: 100%;
        padding: 1rem;
        margin-bottom: 1rem;
    }

    .jkcsbz-list>img,.automation-script-list>img {
        width: auto;
        margin: 0 auto;;
    }

    .jkcsbz-content-list,.automation-script-content-list{
        width: 100%;
        flex: auto;
        margin-left: 0;
        margin-top: 2rem;
    }

    .automation-script-content-list>li {
        margin-left: 0 !important;
    }

    .more-functions-list>a>p {
        font-size: .9rem;
    }

    .catalogue-title {
        display: none;
    }

    
}