.meiti-header-box {
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: #282828;
    height: 60px;
    /*font-size: 14px;*/
}

.meiti-header-wrap {
    width: 1200px;
    height: 66px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.meiti-header-left {
    display: flex;
    align-items: center;
}

.meiti-header-left span {
    margin-left: 30px;
    padding: 10px 20px;
    cursor: pointer;
}

.logo {
    cursor: pointer;
}

.meiti-header-right {
    display: flex;
    align-items: center;
}

.user-msg {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.user-msg img {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    margin-right: 5px;
}

.study-center {
    padding: 10px 20px;
    cursor: pointer;
}

.text-pointer:hover {
    color: #DA2C1F;
}