.indextop {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.indextoplogin {
    padding: 20px 0 10px 0;
    position: relative;
}
.indextoplogintx{
    margin-left: 24px;
}
.indextoplogintxsj{
    position: absolute;
    top: 60px;
    right: -70px;
    display: none;
    z-index: 9999999;
    padding: 10px 20px;
    background: rgba(0,56,119,0.95);
    box-shadow: 0px 0px 6px 0px rgba(0,6,30,0.12);
    border-radius: 8px 8px 8px 8px;
}
.indextoplogintxsj p{
    height: 48px;
    line-height: 48px;
    padding: 0px 10px;
    border-radius: 4px 4px 4px 4px;
    
}
.indextoplogintxsj p a{
    font-family: PingFang SC, PingFang SC;
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
}
.indextoplogintxsj p:hover{
    background: #0084FF;
}

.loginbutton {
    margin-left: 24px;
    width: 76px;
    height: 40px;
    font-size: 20px;
    text-align: center;
    line-height: 40px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.32);
    color: #fff;
    cursor: pointer;
}

.heard {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo {
    width: 212px;
    margin-right: 60px;
}

.logo img {
    width: 212px;
    height: 31px;
}
