﻿
.loginBox {
    float: right;
    display: flex;
    line-height: 2.2;
}

    .loginBox a {
        line-height: 2.2;
    }

    .loginBox i {
        font-size: 2em;
    }

    .loginBox::before {
        display: none;
    }

    .loginBox a:hover {
        color: #ffffff;
    }

    .loginBox.loginBox-lay-dropdown ul {
        top: 110%;
        right: 15%;
        z-index: 99999;
        filter: drop-shadow(0px 2px 2px #333333);
    }

.memberCenter, #login-drowdown li a span:hover, #login-drowdown li span:hover {
    color: #333333;
}

@media (max-width: 768px) {
    .loginBox a {
        z-index: 1;
    }

    .loginBox {
        float: right;
        z-index: 2;
        line-height: 3.8;
        display: block;
    }

        .loginBox.loginBox-lay-dropdown ul {
            right: 21%;
            top: 85%;
        }
}
