body {
    background: url(../images/bg2.jpg) repeat;
}


/* location */

.ewb-location {
    height: 52px;
    line-height: 52px;
    font-size: 14px;
    padding-left: 35px;
    background: url(../images/location_icon.png) 10px center no-repeat;
}

.ewb-location a {
    color: #333;
}

.ewb-location span {
    color: #a8161e;
}


/* 个人资料 */

.ewb-safe {
    border: 1px solid #dfdfdf;
}

.ewb-safe-hd {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #dfdfdf;
    background: #e4e4e4;
    padding-left: 20px;
}

.ewb-safe-hd a {
    color: #a8161e;
    font-size: 16px;
    font-weight: bold;
}

.ewb-safe-bd {
    padding: 40px 50px 0 40px;
    background: #fff;
    height: 452px;
}

.ewb-safe-item {
    margin-top: 40px;
    vertical-align: top;
}

.ewb-safe-item.first {
    margin-top: 0;
}

.ewb-safe-img {
    width: 80px;
    height: 80px;
    float: left;
    position: relative;
}

.ewb-safe-img1 {
    background: url('../images/login/safe_bg1.png') no-repeat;
}

.ewb-safe-img2 {
    background: url('../images/login/safe_bg2.png') no-repeat;
}

.ewb-safe-img3 {
    background: url('../images/login/safe_bg3.png') no-repeat;
}

.ewb-safe-icon {
    display: block;
    position: absolute;
    width: 18px;
    height: 18px;
    right: 2px;
    bottom: 2px;
    background: url('../images/login/bang_success.png') no-repeat;
}

.no-bang .ewb-safe-icon {
    background: url('../images/login/nobang.png') no-repeat;
}

.ewb-safe-name {
    display: block;
    float: left;
    height: 20px;
    width: 15.2%;
    margin-top: 30px;
    line-height: 20px;
    font-size: 16px;
    color: #a8161e;
    font-weight: bold;
    text-align: center;
    border-right: 1px solid #999;
}

.ewb-safe-txt {
    width: 66%;
    float: left;
    height: 80px;
    display: table;
    font-size: 14px;
}

.ewb-safe-txt p {
    line-height: 20px;
    padding-left: 15px;
    display: table-cell;
    vertical-align: middle;
    *padding-top: 30px;
}

.ewb-safe-txt p.ewb-spc{
    *padding-top: 20px;
}

.ewb-safe-txt p span {
    color: #999;
}

a.ewb-safe-set {
    float: right;
    line-height: 80px;
    color: #a8161e;
    font-size: 14px;
}

@media(max-width: 979px) and (min-width: 768px) {
    .ewb-safe-txt {
        width: 60%;
    }
}

@media(max-width: 767px) {
    .ewb-safe-bd {
        height: auto;
        padding: 20px 5px 10px 5px;
    }
    .ewb-safe-txt {
        width: 40%;
        font-size: 12px;
    }
    .ewb-safe-name {
        width: 20%;
        font-size: 14px;
    }
    .ewb-safe-item {
        margin-top: 20px;
    }
}
