* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -ms-word-break: break-all;
    word-break: break-all;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.header-login {
    min-width: 110px;
    float: right;
    height: auto;
    padding: 0 0 0 25px;
}

.login-before {
    display: inline;
    width: 110px;
    line-height: 27px;
    background-color: #0caef9;
    color: #fff;
    text-align: center;
    float: right;
    font-size: 14px;
    border-radius: 26px;
    margin-top: 37px;
    display: none;
}

.login-success {
    /* background-color: #f3f3f3; */
    width: auto;
    height: 100px;
    position: relative;
    display: none;
    box-sizing: border-box;
    padding: 0 10px 0 0;
}

.login-after {
    text-align: center;
    height: 100px;
    overflow: hidden;
}

.login-after>div {
    width: 36px;
    height: 36px;
    border-radius: 36px;
    overflow: hidden;
    display: inline-block;
    margin-right: 6px;
    vertical-align: top;
    margin-top: 30px;
}

.login-after>div img {
    width: 100%;
}

.login-after>p {
    line-height: 75px;
    color: #0caef9;
    font-size: 14px;
    padding-right: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    max-width: 60px;
    position: relative;
    text-align: left;
}

.login-after>p::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-top: 5px solid #0caef9;
    border-right: 5px solid transparent;
    margin-top: -2px;
}

.login-success-slide {
    position: absolute;
    top: 70px;
    right: -10px;
    background-color: #ffffff;
    border: 1px solid #dedede;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    padding: 0 10px;
    display: none;
}

.login-success:hover .login-success-slide {
    display: block;
}

.login-success-text {
    padding: 5px 0;
    width: 140px;
}

.login-success-text p {
    line-height: 1.8;
    font-size: 14px;
    color: #444444;
}

.login-success-text p span {
    color: #888;
}

.login-success-link {
    padding: 10px 0;
    /* background-color: #f8f8f8; */
    overflow: hidden;
}

.login-success-link a {
    font-size: 12px;
    color: #444;
    text-align: center;
    float: left;
    width: 33.33%;
    line-height: 1;
    padding-top: 48px;
}

.login-success-link a.icon-gr {
    background: url("../images/login/icon-gr.png") no-repeat top center;
}

.login-success-link a.icon-gm {
    background: url("../images/login/icon-gm.png") no-repeat top center;
}

.login-success-link a.icon-hy {
    background: url("../images/login/icon-hy.png") no-repeat top center;
}

.go-out-box {
    padding: 6px 0;
    overflow: hidden;
}

.go-out-box a {
    float: right;
    border: 1px solid #dedede;
    line-height: 26px;
    font-size: 14px;
    color: #444444;
    text-align: center;
    padding: 0 14px;
    border-radius: 4px;
    left: 0;
    right: 0;
    margin: auto;
    margin-right: 38px;
    cursor: pointer;
}


/* 弹窗 */

.login-pop-mask {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
    z-index: 100;
    display: none;
}

.login-pop-ctt {
    position: fixed;
    left: 50%;
    top: 40%;
    width: 480px;
    background: #fff;
    z-index: 101;
    margin-left: -240px;
    padding: 70px 0 0;
    border-radius: 5px;
    margin-top: -150px;
    height: 300px;
    display: none;
}

.login-close {
    position: absolute;
    right: 0;
    top: 0;
    width: 42px;
    height: 42px;
    background: url("../images/login/icon-close.png") no-repeat center center;
}

.amend-success {
    font-size: 16px;
    color: #444444;
    padding-top: 105px;
    background: url("../images/login/icon-cg.png") no-repeat top center;
    text-align: center;
    line-height: 1;
    font-weight: bold;
}

.login-pop-row {
    padding: 20px 0;
}

.amend-fail {
    font-size: 16px;
    color: #444444;
    padding-top: 105px;
    background: url("../images/login/icon-sb.png") no-repeat top center;
    text-align: center;
    line-height: 1;
    font-weight: bold;
}

.again-modify {
    background-color: #0caef9;
    color: #fff;
    display: block;
    width: 160px;
    text-align: center;
    line-height: 42px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 5px;
    border-radius: 5px;
    margin: 30px auto 0;
}

.amend-success-box {
    padding: 14% 0;
}