.yhd-banner{
	background: #E2E8F9;
}

.yhd-banner-content{
	background: url(../images/solution-01/banner.png) no-repeat center right;
	background-size: auto 80%;
}

.tchy-banner{
	background: #F3FCED;
}

.tchy-banner-content{
	background: url(../images/solution-02/banner.png) no-repeat center right;
	background-size: auto 80%;
}



.solution-contents p {
display:flex;
	align-items: center;
}

.solution-contents p>img {
	margin:0;
	width:14px;
	height:14px;
}

.solution-list {
	padding-bottom: 10px;
}

.other-cases {
    width: 100%;
    background: #F3F7FB;
    padding: 80px 0 60px;
}

.other-cases-container {
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}

.other-cases-content {
    width: 100%;
}

.other-cases-title {
    color: #1D2129;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "PingFang SC";
    font-size: 38px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.other-cases-big-list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 38px;
}

.other-cases-big-item {
    width: 32%;
    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-item>img:first-child {
    width: 100%;
}

.other-cases-big-item>img:nth-child(2) {
    height: 38px;
    width: auto;
    margin: 10px 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;
    margin-bottom: 20px;
}

.other-cases-big-intro span {
    font-weight: 700;
}

.other-cases-big-item>span {
    font-size: 14px;
    padding: 5px 20px;
    border-width: 1px;
    border-style: solid;
    border-radius: 5px;
}

.other-cases-big-orange {
    border-color: #FF7309;
    color: #FF7309;
}

.other-cases-big-red {
    border-color: #FF0909;
    color: #FF0909;
}

.other-cases-big-blue {
    border-color: #1FC3FF;
    color: #1FC3FF;
}

.scroll-container {
    width: 100%;
    overflow: hidden;
    margin: 0 auto 10px;
    position: relative;
    box-sizing: border-box;
}

.scroll-content {
    white-space: nowrap;
    display: inline-block;
    will-change: transform;
}

.scroll-content img {
    height: 100px;
    vertical-align: top;
}

.scroll-content img+img {
    margin-left: -20px;
}

.scroll-container::before,
.scroll-container::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
}

@media screen and (max-width:1024px) {
    .other-cases {
        padding: 2rem 0 1rem;

    }
    .other-cases-container {
        width: 100%;
        padding: 0 1rem;
    }

    .other-cases-big-item {
        width: 48%;
        margin-bottom: 1rem;
    }

}

@media screen and (max-width:768px) {
    .other-cases-title {
    font-size: 1.5rem;
}

.other-cases-big-item>img:nth-child(2) {
    height: 1.2rem;
}
}