/**!
 * ç™»å½•
 * author: fxyue;
 * date: 2019-08-16
 */


.ewb-managelogin-txt {
    width: 1200px;    
    background: #fff;
    padding: 50px 60px 25px;
    margin: 0 auto;
}

.ewb-managelogin-item {
    float: left;
    width: 33.3%;
    text-align: center;
    padding-bottom: 25px;
}


.ewb-login-txt {
    width: 1200px;    
    background: #fff;
    padding: 50px 60px 25px;
    margin: 0 auto;
}

.ewb-login-item {
    float: left;
    width: 33.3%;
    text-align: center;
    padding-bottom: 25px;
}

.ewb-login-div {
    display: inline-block;
    width: 266px;
    height: 216px;
    border-radius: 10px;
}

.div1 {
    background: #4f96f7;
}

.div2 {
    background: #26bad5;
}

.div3 {
    background: #aecf6e;
}

.ewb-login-content {
    padding: 25px 25px 0;
    display: block;
}

/* å›¾ç‰‡ */
.ewb-login-img {
    display: block;
    border-radius: 10px;
    overflow: hidden;
    width: 216px;
    margin:0 auto;
    height: 139px;
}

.ewb-login-img img {
    display: block;
    width: 100%;
    height: 100%;
}

.ewb-login-tt {
    display: block;
    line-height: 52px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 18px;
    color: #fff;
}

/* æ‚¬åœè·³è½¬ */
.ewb-login-list {
    width: 100%;
    padding-top: 30px;
    position: relative;
    margin-top: -3px;
    display: none;
}

.ewb-login-box {
    border: 1px solid #c7c7c7;
    border-radius: 10px;
    padding: 0 10px 10px 0;
}

.ewb-login-arrow {
    position: absolute;
    top: 18px;
    left: 0;
    right: 0;
    background: url("../images/login_arrow.jpg") bottom center no-repeat;
    height: 13px;
}

.ewb-login-node {
    float: left;
    width: 50%;
    margin-top: 10px;
}

.ewb-login-node a {
    display: block;
    border-radius: 16px;
    background: #e5f1ff;
    color: #333;
    margin-left: 10px;
    padding: 0 15px 0 25px;
}

.ewb-login-node span {
    display: block;
    line-height: 32px;
    padding-right: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
    background: url("../images/arrow_blue.png") right center no-repeat;
}

.ewb-login-node a:hover {
    background: #4f96f7;
    color: #fff;
}

.ewb-login-node a:hover span {
    background-image: url("../images/arrow_white.png");
}

.ewb-login-div:hover .ewb-login-list {
    display: block;
}