﻿.serviceGuideContainer {
    width: 100%;
    height: 100%;
}
    /* 头部 */
.serviceGuideContainer .header {
        height: 36px;
        width: 100%;
        background-color: #4252b9;
        padding: 0px 117px 0px 93px;
        box-sizing: border-box;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

.serviceGuideContainer .header .header_left {
            color: rgb(255, 255, 255);
            font-family: 思源黑体 CN;
            font-size: 14px;
            font-weight: 400;
            letter-spacing: 0%;
}

.serviceGuideContainer .header .header_right {
            display: flex;
            align-items: center;
}

.serviceGuideContainer .header .header_right .login {
                color: rgb(255, 255, 255);
                font-family: 思源黑体 CN;
                font-size: 16px;
                font-weight: 400;
                letter-spacing: 0%;
                cursor: pointer;
}

.serviceGuideContainer .header .header_right .line {
                background-color: rgba(255, 255, 255, 0.2);
                height: 16px;
                width: 1px;
                margin: 0px 8px;
}

.serviceGuideContainer .header .header_right .registered {
                color: rgb(255, 255, 255);
                font-family: 思源黑体 CN;
                font-size: 16px;
                font-weight: 400;
                letter-spacing: 0%;
                cursor: pointer;
}