
/**************** 头部CSS start ************************/

.head-top img {
    width: 200px;
    height: 51px;
}

.head-top-item .head-item-cn {
    font-size: 14px;
    color: #fff;
    text-align: center;
}

.head-top-item .head-item-en {
    font-size: 13px;
    color: #fff;
    text-align: center;
}

.head-top .head-top-link .head-top-list {
    margin-left: 90px;
    padding-top: 8px;
}

.head-top-link .head-top-item {
    display: inline-block;
    margin-right: 35px;
}

.head-login-info {
    padding-top: 8px;
    margin-left: 43px;
    position: relative;
    padding-bottom: 10px;
}

.head-login-info img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
}

.head-login-info .head-user-img {
    display: inline-block;
    position: relative;
}

.head-login-info .head-user-img div {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ff0000;
    position: absolute;
    top: 0;
    right: 2px;
}

.head-login-info span {
    font-size: 12px;
    color: #fff;
    margin-left: 13px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    width: 120px;
    float: right;
    line-height: 39px;
}

 .head-login-info:hover .head-login-list {
    display: block;
     width: 77px;
}

.head-login-info .head-login-list {
    background: #fff;
    padding-top: 5px;
    top: 50px;
    padding-bottom: 2px;
    display: none;
    position: absolute;
    z-index: 99;
}

.head-login-info .head-login-list .head-login-item {
    font-size: 12px;
    color: #555;
    padding: 8px;
    border-bottom: 1px solid #f0f0f0;
}

.head-login-list .head-login-item a:hover {
    cursor: pointer;
}

.head-login-info .head-login-list .head-login-item-color {
    color: #a9547c;
}
.index-login-btn {
    width: 90px;
    height: 30px;
    border: 1px solid #fff;
    border-radius: 22px;
    font-size: 14px!important;
    color: #fff;
    text-align: center;
    line-height: 30px;
}
.index-reg-btn {
    width: 100px;
    height: 30px;
    border-radius: 33px;
    background: rgba(255,255,255,.32);
    font-size: 14px!important;
    color: #fff;
    text-align: center;
    line-height: 30px;
    margin-left: 15px;
    text-align: center;
}
/**************** 头部CSS end ************************/