.caseService4 * {
    box-sizing: border-box;
}

.caseService4 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px;
}

.caseService1 * {
    box-sizing: border-box;
}

.caseService4 .caseService4Top {
    text-align: center;
    padding: 10px;
    margin-bottom: 20px;
}

.caseService4Top .enTitle {
    color: rgb(217, 150, 148);
    font-size: 30px;
    font-weight: bold;
    font-family: 隶书, SimLi;
    line-height: 46px;
}

.caseService4Top .titleLine {
    font-size: 12px;
    color: rgb(217, 150, 148);
    margin-bottom: 10px;
}

.caseService4Top .title {
    color: rgb(127, 127, 127);
    font-size: 16px;
}

.caseService4Content:after {
    content: "";
    height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}

.caseService4Content .caseService4ContentLeft {
    width: 100%;
    margin-bottom: 20px;
    height: 222px;
}

.caseService4Content .caseService4ContentLeft .image-animation {
    max-width: 100%;
    border: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.caseService4Content .caseService4ContentRight {
    width: 100%;
    float: left;
}

.caseService4ContentRight .ModuleImageTextContent {
    word-wrap: break-word;
    margin-bottom: 50px;
}

.caseService4ContentRight .ModuleImageTextContent:last-child {
    margin-bottom: 0;
}

.caseService4ContentRight .ModuleImageTextContent .titleTip {
    font-size: 24px;
    margin-bottom: 12px;
    color: rgb(217, 150, 148);
}

.caseService4ContentRight .ModuleImageTextContent .titleTipContent {
    color: rgb(127, 127, 127);
    font-size: 14px;
}