@charset 'utf-8';

.container {
    width: 1200px;
    margin: 0 auto;
}

.solution {
    width: 100%;
    margin-bottom: 20px;
}

.cjcs-solution {
    background: linear-gradient(90deg, #E7E6FD 0%, #D8ECFE 100%);
}

.dtcs-solution {
    background: linear-gradient(90deg, #D9EFED 0%, #E7E8D3 100%);
}

.solution-banner-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.solution-banner-content-left {
    flex: 1;
    padding: 66px 0;
}

.solution-banner-content-left h2 {
    color: #1D2129;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "PingFang SC";
    font-size: 42px;
    font-style: normal;
    font-weight: 600;
}

.solution-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;
}

.solution-banner-btns {
    display: flex;
}

.solution-banner-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;
    color: #FFF;
}

.solution-banner-btns>a:first-child {
    background-color: #165DFF;
}

.solution-banner-btns>a:nth-child(2) {
    background: #FF881B;
}

.solution-banner-btns>a+a {
    margin-left: 20px;
}

.solution-banner-btns>a:hover {
    border-radius: 30px;
}

.solution-banner-content>img {
    margin-left: 60px;
    height: fit-content;
}

.solution-list {
    width: 100%;
    display: flex;
    height: 100%;
    justify-content: space-between;
    padding-bottom: 60px;
}

.solution-contents {
    width: 880px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 5px;
}

.solution-contents h3 {
    font-weight: bold;
    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: 36px 0 20px;
}

.solution-contents h3>span {
    color: #165DFF;
}

.solution-contents img {
    max-width: 700px;
    height: auto;
    margin: 10px 0;
}

.solution-contents p {
    font-size: 14px;
    color: #313131;
    line-height: 22px;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "PingFang SC";
}

.content-text-list-1 {
    margin-top: 20px;
}

.content-text-list-1>li {
    padding: 18px;
    box-sizing: border-box;
    border-radius: 8px;
    background: #F4F6FF;
    width: 100%;
    margin-bottom: 12px;
}

.content-text-list-1-a>li p {
    padding-left: 12px;
    position: relative;
}

.content-text-list-1-a>li p::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #165DFF;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.content-text-list-1>li+li {
    margin-top: 10px;
}

.content-text-list-1>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;
}

.content-text-list-2>li {
    padding: 12px 0;
}

.content-text-list-2>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;
}

.content-text-list-2>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: 8px;
    position: relative;
    padding-left: 12px;
}

.content-text-list-2>li>p.desc {
    position: static;
    padding-left: 0;
}

.content-text-list-2>li>p::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #165DFF;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.content-text-list-2>li>p.desc::before {
    display: none;
}

.content-text-list-2>li+li {
    border-top: 1px dashed #C0D0FB;
}

.content-text-list-2-a>li+li {
    border-top: 1px dashed transparent;
}

.content-text-list-3>li {
    display: flex;
    align-items: center;
}

.content-text-list-3>li+li {
    margin-top: 10px;
}

.content-text-list-3>li>img {
    width: 40px;
}

.right-content-text {
    margin-left: 20px;
}

.right-content-text-title {
    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;
}

.right-content-text-desc {
    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: 6px;
}

.content-text-list-4 {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.content-text-list-4>img {
    width: 50%;
    margin-right: 20px;
}

.content-text-list-5 {
    margin-bottom: 10px;
}

.content-text-list-5>li+li {
    margin-top: 15px;
}

.content-text-list-5>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;
}

.content-text-list-5>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: 8px;
}


.solution-right {
    flex: 1;
    margin-left: 20px;
}

.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/cjcs/r-s-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: 20px 30px;
    display: flex;
    flex-direction: column;
}

.small-banner-actions>a {
    width: 100%;
    border: 1px solid #165DFF;
    background: #fff;
    text-align: center;
    padding: 12px 0;
    box-sizing: border-box;
    color: #165DFF;
    border-radius: 5px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.small-banner-actions>a:hover {
    background-color: #E7EEFF;
    color: #165DFF;
}

.small-banner-actions>a+a {
    margin-top: 20px;
}


@media screen and (max-width: 1024px) {
    .container {
        width: 100%;
        padding: 0 1rem;
        box-sizing: border-box;
    }

    .solution-list {
        width: 100%;
        flex-direction: column;
        padding-bottom: 2rem;
    }

    .solution-contents {
        width: 100%;
        padding: 0;
    }

    .solution-contents img {
        width: 100%;
    }

    .solution-right {
        margin-top: 20px;
        margin-left: 0;
        width: 100%;
    }

    .solution-banner-content-left {
        padding: 2rem 0 3rem;
    }

    .solution-banner-content-left h2 {
        font-size: 2rem;
    }

    .solution-banner-content-left p {
        margin: 1rem 0 2rem;
    }

    .solution-banner-content>img {
        display: none;
    }
}