@import url(../../css/bootstrap/css/bootstrap.min.css);

body {
    margin: 0px;
    padding: 0px;
    background: #fff;
}

.el-main {}

.myInfo {
    height: 260px;
    margin-top: 20px;
}

.avatar {
    background-color: #fff !important;
    /*border:1px solid #e4e4e4 !important;*/
    display: block;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    position: relative;
    z-index: 1;
}

.avatarTitle {
    color: #f70;
    font-size: 40px;
    position: relative;
    z-index: 1;
    cursor: pointer;
    width: 220px;
    display: block;
    height: 220px;
    border-radius: 50%;
    background-color: #fff !important;
}

.avatarTitle:hover {
    background-color: rgba(0, 0, 0, 0.7) !important;
}

.selectImg {
    display: none;
}

.commentsImage:hover .avatarTitle {
    background-color: rgba(0, 0, 0, 0.7) !important;
}

.avatar:hover .selectImg {
    display: block;
    position: absolute;
    z-index: 2;
    border: 1px solid #e4e4e4 !important;
    top: 90px;
    font-size: 16px;
    color: #f70;
    padding: 14px 15px;
    background: #fff;
    width: 125px;
    line-height: 1.2;
    border-radius: 20px;
    left: 47px;
}

.commentsImage:hover {
    background-color: rgba(0, 0, 0, 0.7) !important;
}

.commentsImage {
    height: 220px;
    width: 220px;
    position: absolute;
    z-index: 2;
    top: 0;
    border: 1px solid #e4e4e4 !important;
    border-radius: 50%;
}


.headerMe {
    height: 220px;
    width: 220px;
    line-height: 220px;
    position: relative;
    z-index: 1;
}

.Myname {
    font-size: 32px;
    margin-bottom: 8px;
}

.Myid {
    font-size: 14px;
    color: #666666;
    margin-bottom: 8px;
}

.editInfo {
    background-color: #333;
    cursor: pointer;
}

.editInfo i {
    font-size: 24px;
}

.ProfileLabel{
    width: 80px;
    text-align: left;
    display: inline-block;
}

@media screen and (max-width: 768px) {
    .editInfo {
        position: fixed;
        right: 10px;
        z-index: 10;
    }
    .Myname{
        font-size: 2em;
    }
    .myInfo {
        margin-bottom: 20px;
        margin-top: 0px;
    }
    .iconLine{
        line-height: 37px;
    }
    h3{
        font-size: 20px;
    }
}

.lineSpeat {
    margin-top: 20px;
    line-height: 26px;
}

.links {
    margin-top: 100px;
    /*padding: 0px 100px;*/
    line-height: 26px;
}

.links i {
    font-size: 24px;
}

.infinite-list li,
.infinite-list li a {
    display: block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #333;
    background-color: #fafafa;

}

.infinite-list li {
    margin-bottom: 10px;
}

.preTitle {
    color: #999999;
}

.preContent {
    color: #333;
}

.daily .el-radio {
    width: 30%;
    margin-top: 30px;
}

.preferences .el-checkbox {
    width: 30%;
    margin-top: 30px;
}


.userAgent {
    height: 160px;
    background: url(../../icon/line.svg) no-repeat;
    background-size: cover;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    text-align: center;
    padding-top: 30px;
}

.agentAvatar {
    text-align: center;
    background-color: #fff;
}

.agentAvatar img {
    padding-left: 10px;
}

.el-popover {
    min-width: 60px;
    line-height: 30px;
    text-align: center;
    width: 60px;
    padding: 0;
}

.el-popover p {
    margin: 0;
}

.show-Carts {
    top: 80px;
}

/* addr */
.addressBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding-bottom: 40px;
    overflow: auto;
    height: 800px;
}

.border-theme {
    border-color: #f70 !important;
}

.address-info-item {
    height: 165px;
    float: left;
    display: flex;
    justify-content: center;
    border: 3px dashed #979797;
    width: 300px;
    border-radius: 2px;
    padding: 7px 15px;
    color: #666;
    position: relative;
    cursor: pointer;
    margin-top: 20px;
}

.address-default:after {
    content: 'Default Address';
    position: absolute;
    right: 0;
    top: 0;
    background-color: #979797;
    color: #fff;
    font-size: 12px;
    padding: 2px 3px;
    border-radius: 2px;
}

.address-info-item .edit-btn {
    color: #f70;
    cursor: pointer;
    font-size: 12px;
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.address-info-item .address-info-ellipsis {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.address-info-item p {
    line-height: 22px;
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 0;
    word-break: break-word;
}

.address-info-item h3 {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 7px;
    border-bottom: 2px solid #D8D8D8;
    line-height: 22px;
    margin-bottom: 7px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /* padding-right: 90px; */
}

.buttonList {
    margin-top: 50px;
    text-align: center;
    position: fixed;
    bottom: 50px;
    left: 45%;
    z-index: 10;
}

@media (max-width: 768px) {
    .buttonList {
        left: 0;
        width: 100%;
    }
}

#content .el-input__inner {
    margin-bottom: 10px;
}

.commentsImage .el-upload__input {
    display: none;
}

.icontab {
    background-color: rgb(255, 138, 36);
    font-size: 22px;
    padding: 10px;
    color: #FFF;
    border-radius: 16px;
    margin-right: 20px;
}

.addBtn {
    border: 1px solid #FF7700;
    border-radius: 3px;
    display: inline-block;
    color: #FF7700;
    padding: 5px 13px;
    font-size: 16px;
    cursor: pointer;
    margin-bottom: 5px;
}

.commentsImage1 .el-upload--picture-card,
.commentsImage1 .el-upload-list--picture-card .el-upload-list__item {
    width: 50px !important;
    height: 50px !important;
    line-height: 48px !important;
    border: 1px dashed #d1d1d1;
}

.commentsImage1 input {
    height: 0px;
}

.commentsImage1 .el-upload-list--picture-card .el-upload-list__item-status-label {
    height: 13px;
    display: none;
}

.commentsImage1 .el-icon-delete {
    font-size: 16px;
}

.commentsImage1 .el-upload-list--picture-card .el-upload-list__item-actions span+span {
    margin-left: 0px !important;
}

.commentsImage1 .el-upload--picture-card i {
    font-size: 16px !important;
}

.commentsImage1 .el-upload__tip {
    display: inline !important;
    vertical-align: middle !important;
    height: 50px !important;
    line-height: 50px !important;
    margin-left: 10px !important;
}
.vatHeader{
    display: flex;
    align-items: center;
    margin: 10px;
}