.btn {
    padding: 5px 15px;
    display: inline-block;
    margin: auto;
    background: #d72621;
    color: white;
    border-radius: 3px;
    cursor: pointer;
}

.edit-btn {
    position: absolute;
    right: 20px;
    top: 76px;
    padding: 5px 15px;
    background: #0094FF;
    color: white;
    border-radius: 3px;
    cursor: pointer;
}

#setting .titleBar a {
    display: inline-block;
    height: 35px;
    line-height: 35px;
    width: 100%;
}

.titleBar {
    position: relative;
}

.titleBar .action .item {
    position: absolute;
    right: 3px;
    top: 0;
    padding: 5px 15px;
    background: #0094FF;
    color: white;
    border-radius: 3px;
    cursor: pointer;
}


/* avatars */

.avatars {
    overflow: hidden;
    text-align: center;
    font-size: 12px;
    width: 100%;
}

.avatars .item {
    display: inline-block;
    margin-left: 20px;
}

.avatars .figure {
    padding: 10px;
}

.avatars img {
    width: 100%;
}

.avatars .big .imgw {
    width: 120px;
}

.avatars .middle .imgw {
    width: 80px;
}

.avatars .small .imgw {
    width: 40px;
}


/* editBar */

#editBar {
    text-align: center;
    padding-top: 50px;
    margin: auto;
    background: #f7f7f7;
}

#editBar .forms {
    padding: 20px;
}

#editBar .line {
    padding: 5px;
    margin: 8px 0;
    position: relative;
}

#editBar .label {
    width: 90px;
    display: inline-block;
    text-align: right;
    padding-right: 10px;
}

#editBar select,
#editBar input {
    width: 300px;
    padding: 8px 10px;
    border-radius: 3px;
    border: 1px solid #cec1c1;
}

#editBar select {
    width: 322px;
}

.modify-phone {
    position: absolute;
    right: 178px;
    top: 12px;
    font-size: 12px;
    padding: 2px 10px;
    color: white;
    border-radius: 1px;
    cursor: pointer;
    background: #2e37a4;
}

.modify-phone.void {
    background: #797979;
}

.valid.img {
    position: absolute;
    right: 174px;
    top: 6px;
}

.valid img {
    width: 100%;
}

[v-cloak] {
    display: none;
}


/*voice-code*/

.getVoiceCode {
    width: 160px;
    font-size: 12px;
    position: absolute;
    right: 0px;
    top: 6px;
    text-align: left;
    line-height: 15px;
    color: #666;
}

.getVoiceCode .getVoiceMsg {
    color: red;
    cursor: pointer;
}


/*约牛号用户个人简介*/

.ynhDescription {
    width: 100%;
    text-align: left;
}

.ynhDescription-title {
    padding-left: 10px;
    border-left: 3px solid #D72621;
    font-size: 16px;
}

.ynh-line {
    width: 100%;
    height: 1px;
    background: rgb(200, 200, 200);
    margin: 15px 0;
}

.ynhDescription textarea {
    width: 94%;
    margin: 0 15px 15px 15px;
    font-size: 15px;
    line-height: 22px;
    padding: 10px;
    border: 1px solid rgb(200, 200, 200);
}

.word {
    position: absolute;
    right: 46px;
    bottom: 42px;
    color: #999;
}
