﻿.divHomeAccLog {
    position: absolute;
    top: 51px;
    right: 1px;
    z-index: 10000;
    width: 310px;
    display: none;
}

.divHomeAccLog-header {
    height: 30px;
    background-color: #fff;
    display: none;
}

.divHomeAccLog-header-text {
    text-align: center;
    color: #007AFF;
    font-weight: bold;
}

.divHomeAccLog-group {
    margin: 5px 0px;
    float: left;
    width: 100%;
}

.divHomeAccLog-label {
    font-size: 14px;
    padding: 5px 0px;
    float: left;
    width: 115px;
}

.divHomeAccLog-control {
    float: left;
    width: 175px;
}

.divHomeAccLog-btn {
    float: right;
    margin-right: 15px;
}

.logwuAccount {
    font-size: 16px;
    color: #007AFF;
    font-weight: bold;
    padding: 20px 0px;
    cursor: pointer;
}
.divHomeAccSet {
    position: absolute;
    top: 51px;
    right: 1px;
    z-index: 10000;
    width: 360px;
    display: none;
}

.divHomeAccSet-header {
    height: 30px;
    background-color: #fff;
    display: none;
}

.divHomeAccSet-header-text {
    text-align: center;
    color: #007AFF;
    font-weight: bold;
}

.divHomeAccSet-group {
    margin: 5px 0px;
    float: left;
    width: 100%;
}

.divHomeAccSet-label {
    font-size: 14px;
    padding: 5px 0px;
    float: left;
    width: 175px;
}

.divHomeAccSet-control {
    float: left;
    width: 175px;
}

.divHomeAccSet-btn {
    float: right;
    margin-right: 15px;
}