.airobot-container {
    max-width: 1200px;
    margin: 0 auto;
}

.shome-main {
    background: #F6F8FB;
    width: 100%;
}

.shome-main-1st {
    background: linear-gradient(#dcedfb 0%, #f6f8fb 100%);
}

.shome-main-content-title {
    text-align: center;
    color: #1D2129;
    text-align: center;
    font-family: "PingFang SC";
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-top: 86px;
    margin-bottom: 46px;
}

.shome-main-content-title>span {
    background: linear-gradient(90deg, #E1322F 0%, #9648FC 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.shome-main-content-title:has(+.shome-main-content-title-2nd) {
    margin-bottom: 0;
}

.shome-main-content-title+.shome-main-content-title-2nd {
    color: #4E5969;
    text-align: center;
    font-family: "PingFang SC";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 10px;
    margin-bottom: 50px;
}

.shome-main-content-title+img,
.shome-main-content-title-2nd+img {
    max-width: 100%;
}

.software-switches-list {
    display: flex;
    align-items: center;
    justify-content: center;
}

.software-switch-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 16px 40px 36px;
}

.software-switch-item:hover,
.software-switch-item-current {
    cursor: pointer;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 36.68%, #FFF 100%);
}

.software-switch-item>img {
    width: 88px;
    height: 88px;
    margin-bottom: 16px;
}

.software-switch-title {
    color: #1D2129;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "PingFang SC";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    white-space: nowrap;
}

.software-switch-intro {
    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;
    white-space: nowrap;
}

.software-switch-item-current .software-switch-title,
.software-switch-item-current .software-switch-intro {
    color: #165DFF;
}

.software-item {
    display: flex;
    justify-content: space-between;
    padding: 50px;
    width: 100%;
    background-color: #fff;
    border-radius: 18px;
    box-shadow: 0 10px 30px 0 rgba(132, 35, 255, 0.04);
    box-sizing: border-box;
}

.softwares-list>.software-item:not(:first-child) {
    display: none;
}

.sofrware-intro {
    flex: 1;
    margin-top: 33px;
}

.software-intro-title {
    color: #1D2129;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "PingFang SC";
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.software-intro-text {
    max-width: 423px;
    color: #4E5969;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "PingFang SC";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 20px 0 69px;
}

.software-more {
    display: flex;
    align-items: center;
}

.software-more>a {
    border-radius: 4px;
    padding: 10px 36px;
    border: 1px solid #165DFF;
    background-color: #165DFF;
    font-size: 16px;
    color: #fff;
}

.software-more>a:hover {
    border-radius: 36px;
}

.software-more>a+a {
    background-color: #fff;
    color: #165DFF;
    margin-left: 12px;
}

.sofrware-ui {
    width: 55%;
    box-sizing: border-box;
    padding: 20px 20px 0;
    border-radius: 12px;
    background: linear-gradient(248deg, #EDEEF8 0%, #EEF8FA 100%);
}

.sofrware-ui>img {
    width: 100%;
}

.solution-list {
    margin-top: 30px;
}

.solution-item {
    background-size: cover;
    background-repeat: no-repeat;
}

.solution-list>.solution-item:first-child {
    background-image: url(../images/shome/solution-item-bg-01.png);
}

.solution-list>.solution-item:nth-child(2) {
    background-image: url(../images/shome/solution-item-bg-02.png);
}

.solution-list>.solution-item:nth-child(3) {
    background-image: url(../images/shome/solution-item-bg-03.png);
}

.solution-list>.solution-item:nth-child(4) {
    background-image: url(../images/shome/solution-item-bg-04.png);
}

.solution-list>.solution-item:nth-child(5) {
    background-image: url(../images/shome/solution-item-bg-05.png);
}

.solution-list>.solution-item:last-child {
    background-image: url(../images/shome/solution-item-bg-06.png);
}

.solution-switches-list {
    display: flex;
    align-items: center;
    justify-content: center;
}

.solution-switch-item {
    padding: 12px 46px;
    color: #1D2129;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "PingFang SC";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    cursor: pointer;
    white-space: nowrap;
}

.solution-switch-item:hover,
.solution-switch-item-current {
    background-color: #fff;
    color: #165DFF;
    border-radius: 5px;
    position: relative;
}

.solution-switch-item-current::after {
    content: "";
    position: absolute;
    background-color: #165DFF;
    width: 30%;
    height: 3px;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -10%);
}

.solution-list>.solution-item:not(:first-child) {
    display: none;
}

.solution-item-content {
    display: flex;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
    padding: 50px;
}

.solution-intro {
    width: 326px;
    margin-right: 72px;
    margin-top: 50px;
}

.solution-intro-title {
    color: #FFF;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "PingFang SC";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.solution-intro-text {
    color: #FFF;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "PingFang SC";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 14px 0 46px;
}

.solution-intro>a {
    border-radius: 3px;
    border: 1px solid #FFF;
    padding: 10px 26px;
    color: #FFF;
    text-align: right;
    font-family: "PingFang SC";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    display: flex;
    width: fit-content;
    /* 137.5% */
}

.solution-intro>a:hover {
    border: 1px solid #165DFF;
    background-color: #165DFF;
    transition: all 0.3s ease;
    transform: translateY(-5px);
}


.solution-more-list {
    flex: 1;
    box-sizing: border-box;
    padding: 40px 30px;
    border-radius: 10px;
    border: 4px solid #FFF;
    background: linear-gradient(90deg, #F6F7FA 0%, rgba(255, 255, 255, 0.88) 100%);
    box-shadow: 0 0 18px 0 rgba(0, 65, 215, 0.06);
    display: flex;
    flex-wrap: wrap;
}

.solution-more-list>a {
    width: 50%;
    box-sizing: border-box;
    transition: all 0.3s ease;
}

.solution-more-list>a:first-child {
    padding: 0 30px 30px 0;
    border-right: 1px solid #e1e4e5;
    border-bottom: 1px solid #e1e4e5;
}

.solution-more-list>a:nth-child(2) {
    padding: 0 0 30px 30px;
    border-bottom: 1px solid #e1e4e5;
}

.solution-more-list>a:nth-child(3) {
    padding: 30px 30px 0 0;
    border-right: 1px solid #e1e4e5;
}

.solution-more-list>a:last-child {
    padding: 30px 0 0 30px;
}

.solution-more-title {
    color: #1D2129;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "PingFang SC";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.solution-more-text {
    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;
}

.solution-more-list>a:hover {
    transform: translateY(-10px);
}

.solution-more-list>a:hover .solution-more-title,
.solution-more-list>a:hover .solution-more-text {
    color: #165DFF;
}

.test-services-list {
    width: 100%;
    padding: 40px 30px;
    box-sizing: border-box;
    border-radius: 18px;
    background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 20px;
}

.test-services-list>a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    transition: all 0.3s ease;
}

.test-services-list>a:not(:last-child) {
    border-right: 1px solid #e1e4e5;
    padding-right: 20px;
}

.test-services-list>a:hover {
    transform: translateY(-10px);
}

.test-service-title {
    color: #1D2129;
    text-align: center;
    font-family: "PingFang SC";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 40px 0 16px;
}

.test-service-desc {
    color: #4E5969;
    font-family: "PingFang SC";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.test-services-list>a:hover .test-service-title,
.test-services-list>a:hover .test-service-desc {
    color: #165DFF;
}


.other-cases-big-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(188px, 1fr));
    gap: 20px;
}

.other-cases-big-list>a {
    box-sizing: border-box;
    padding: 10px 10px 20px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 0 18px 0 rgba(0, 65, 215, 0.06);
    cursor: pointer;
}

.other-cases-big-list>a:hover {
    transition: all 0.3s ease;
    transform: translateY(-10px);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;

}

.other-cases-big-list>a>img:first-child {
    width: 100%;
}

.other-cases-big-list>a>img:nth-child(2) {
    height: 30px;
    width: auto;
    margin: 15px 0;
}

.other-cases-big-intro {
    color: #1D2129;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "PingFang SC";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.other-cases-big-intro span {
    font-weight: 700;
}

.other-cases-big-list>a:hover .other-cases-big-intro {
    color: #165DFF;
}

.news-content-area {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 0 50px 0;
}

.company-news {
    width: 46%;
}

.news-title {
    font-size: 18px;
    color: #333;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    display: flex;
}

.news-title img {
    margin-right: 12px;
    width: 38px;
}

.news-content-list {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 36px;
}

.news-content-list>li {
    width: 100%;
    margin-bottom: 16px;
    display: flex
}

.news-content-list>li>a {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #333;
    display: block;
	margin-right:20px;
}

.news-content-list>li>a:hover {
    color: #377FFC;
}

.news-content-list>li>p {
    font-size: 13px;
    color: #999;
    margin-top: 3px;
}

.view-more {
    font-size: 13px;
    color: #377FFC;
    margin-left: auto;
}



@media screen and (max-width: 1024px) {
    .airobot-container {
        box-sizing: border-box;
        padding: 0 1rem;
    }

    .shome-main-content-title {
        font-size: 1.8rem;
        padding-top: 3rem;
        margin-bottom: 1.8rem;
    }

    .solution-switch-item {
        padding: .4rem 1.2rem;
    }

    .software-switch-item {
        padding: 1rem;
    }

    .software-item {
        padding: 2rem;
    }


    .software-intro-title {
        font-size: 1.5rem;
    }

    .software-intro-text {
        margin: 1rem 0 2rem;
        font-size: .9rem;
    }

    .software-more>a {
        padding: .2rem 1rem;
        font-size: .8rem;
    }

    .solution-item-content {
        padding: 1rem;
    }

    .solution-intro {
        width: 30%;
        margin-right: 1rem;
        margin-top: 1rem;
    }

    .solution-more-list {
        padding: 1rem;
    }

    .solution-more-list>a:first-child {
        padding: 0 1rem 1rem 0;
    }

    .solution-more-list>a:nth-child(2) {
        padding: 0 0 1rem 1rem;
    }

    .solution-more-list>a:nth-child(3) {
        padding: 1rem 1rem 0 0;
    }

    .solution-more-list>a:last-child {
        padding: 1rem 0 0 1rem;
    }

}

@media screen and (max-width: 768px) {
    .shome-main-content-title {
        font-size: 1.6rem;
    }

    .shome-main-content-title+.shome-main-content-title-2nd {
        font-size: 1rem;
        margin-top: 10px;
        margin-bottom: 2rem;
    }

    .software-switch-item {
        padding: .5rem;
    }

    .software-switch-item>img {
        width: 60%;
        height: auto;
        margin-bottom: .1rem;
    }

    .software-switch-title {
        font-size: .9rem;

    }

    .software-switch-intro {
        display: none;
    }

    .software-intro-title {
        font-size: 1.2rem;
    }

    .software-intro-text {
        font-size: .8rem;
        margin: 1rem 0 1.5rem;

    }

    .software-item {
        padding: 2rem 1rem 1rem;
        flex-direction: column;
    }

    .sofrware-ui {
        width: 100%;
        padding: .5rem .5rem 0;
        margin-top: 2rem;
    }

    .solution-switches-list {
        display: -webkit-box;
        overflow-x: auto;
        overflow-y: hidden;
    }

    .solution-intro {
        width: 100%;
        margin: 0 0 2rem 0;
    }

    .solution-item-content {
        flex-direction: column;
        padding: 1rem 0;
    }

    .solution-intro-title {
        font-size: 1.2rem;
    }

    .solution-intro-text {
        font-size: .9rem;
        margin: 1rem 0 1.5rem;
    }

    .solution-intro>a {
        font-size: .8rem;
        padding: .2rem 1rem;

    }

    .solution-more-title {
        font-size: 1.1rem;
    }

    .test-services-list {
        padding: 1.5rem;
    }

    .test-services-list>a>img {
        max-width: 40%;
    }

    .test-service-title {
        margin: 1rem 0;
        font-size: .9rem;
    }

    .other-cases-big-list>a>img:nth-child(2) {
        height: 1.6rem;
        margin: .5rem 0;
    }

    .news-content-list>li {
        flex-direction: column;
    }
	
	.news-content-list>li>a {
        font-size:.9rem
    }

    .news-content-area,
    .news-scroll-content {
        flex-direction: column;
    }

    .company-news,
    .news-scroll-item {
        width: 100%;
    }

    .news-title {
        margin-bottom: 1rem;
    }


    .news-content-area>.company-news:last-child,
    .news-scroll-content>.news-scroll-item:last-child {
        margin-top: 1.5rem;
    }

    .news-content-list {
        margin: 1rem 0;
    }
}