banner .content .content-text .title {
    font-size: 72px;
    font-weight: 300;
    color: #FFFFFF;
}

banner .content .content-text .desc {
    font-size: 24px;
    margin-top: 30px;
    color: #FFFFFF;
}

/* caseInfo */
.customerCaseDetail {
    margin-top: 45px;
    margin-bottom: 87px;
}

.customerCaseDetail .breadcrumb {
    font-size: 22px;
    font-weight: 400;
    color: #CCCCCC;
}

.customerCaseDetail .title {
    font-size: 36px;
    font-weight: 600;
    color: #333333;
    margin-top: 55px;
}

hr {
    width: 100%;
    margin-top: 47px;
    border: 1px solid #E9E9E8;
}

.content {
    width: 100%;
    overflow: hidden;
    margin-top: 49px;
}

.content p {
    max-width: 100%;
    font-size: 24px;
    font-weight: 400;
    color: #333333;
    line-height: 48px;
}

.content img {
    margin: 30px auto;
    max-width: 100%;
}

.prevBtn {
    margin-top: 55px;

    display: block;
    cursor: pointer;
    padding: 0 30px;
    box-sizing: border-box;
    width: 669px;
    height: 113px;
    line-height: 111px;
    border: 1px solid #B58360;

    font-size: 26px;
    font-weight: 400;
    color: #B58360;
    text-align: center;
}

.nextBtn {
    margin-top: 44px;

    display: block;
    cursor: pointer;
    padding: 0 30px;
    box-sizing: border-box;
    width: 669px;
    height: 113px;
    line-height: 111px;
    border: 1px solid #B58360;

    font-size: 26px;
    font-weight: 400;
    color: #B58360;
    text-align: center;
}