﻿.serviceGuideContainer {
    width: 100%;
    height: 100%;
}
    /* 底部 */
    .serviceGuideContainer .footer {
        width: 100%;
        height: 204px;
        background-color: #4252b9;
        padding-top: 20px;
        box-sizing: border-box;
    }

 .serviceGuideContainer .footer .footer_bottom .text {
            color: rgb(255, 255, 255);
            font-family: 思源黑体 CN;
            font-size: 14px;
            font-weight: 400;
            line-height: 26px;
            letter-spacing: 0%;
            text-align: center;
}

 .serviceGuideContainer .footer .footer_bottom .text span {
                cursor: pointer;
                margin-right: 20px;
}