.memberInfo .dropdown-toggle{
    text-align: right;
}
.memberInfo .item .name{
    width: 2.708vw;
    height: 2.708vw;
    background: #205fb7;
    text-align: center;
    border-radius: 2.708vw;
    font-size: 1.354vw;
    vertical-align: middle;
    color: #ffffff;
    line-height: 2.708vw;
    margin-bottom: 1.354vw;
    display: inline-block;
}
.memberInfo .item:hover{
    background: none;
}
.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    /*border-top: 0.3em solid;*/
    /*border-right: 0.3em solid transparent;*/
    /*border-bottom: 0;*/
    /*border-left: 0.3em solid transparent;*/
    border:none;
}
header{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}
header .header__btn-container > ul {
    /*display: flex;*/
    text-align: right;
}

header .header__btn-container > ul > li {
    width: 3.9063vw;
    height: 1.8229vw;
    text-align: center;
    line-height: 1.8229vw;
    border-radius: 4px;
    margin-right: .2604vw;
    cursor: pointer;
    transition: all .3s ease-in-out;
    list-style: none;
    display: inline-block;
}
header .header__btn-container > ul > li:last-child {
    margin-right: 0
}
header .header__btn-container > ul > .hasLogin{
    width: 13.54vw;
}
header .header__btn-container > ul > .hasLogin:hover{
    background: none;
}
.hasLogin .dropdown-menu{
    width: 100%;
}
.namePhone{
    background: #a5bfe2;
    height: 6.667vw;
    text-align: center;
    margin-top: -0.41vw;
    padding-top: 1.3541vw;
}

.namePhone .item .name{
    width: 1.667vw;
    height: 1.667vw;
    background: #205fb7;
    text-align: center;
    border-radius: 1.667vw;
    font-size: 0.833vw;
    vertical-align: middle;
    color: #ffffff;
    line-height: 1.667vw;
    margin-bottom: 0.625vw;
    display: inline-block;
}

.namePhone .item .nameLetter{
    font-size: 0.729vw;
    font-weight: 400;
    line-height: 0.729vw;
}
.namePhone .item .phone{
    font-size: 0.625vw;
    font-weight: 400;
    line-height: 0.625vw;
    color: #333333;
}

.memberInfo .login_out{
    border-radius: 4px;
    border: 1px solid #ea4f3d;
    color: #ea4f3d;
    font-size: 0.729vw;
    font-weight: 400;
    line-height: 0.729vw;
}

.goToHome{
    cursor: pointer;
}
.fontBold{
    font-weight: bold;
}
