.container{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    z-index: 1000;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.6);
    display: none;
}
.cut-box-div{
    width: 600px;
    margin: 0 auto;
    margin-top: 100px;
    padding: 30px 0;
    background-color: #fff;
    z-index: 999;
}
.cut-box-title{
    text-align: center;
    font-size: 24px;
    color: #0d0d0d;
}
.upload-avatar {
    padding: 30px 0;
    width: 100%;
}
.upload-shop {
    padding: 30px 0;
    width: 100%;
}
.upload-avatar-left{
    float: left;
    width: 244px;
    height: 244px;
    margin-left: 30px;
}
.avatar-wrapper{
    height: 244px;
    width: 244px;
    overflow: hidden;
}
.avatar-wrapper img {
    display: block;
    height: auto;
    max-width: 100%;
    width: 240px;
    height: 240px;
    border-radius:0;
}
.shop-wrapper img {
    display: block;
    height: auto;
    max-width: 100%;
    width: 240px;
    height: 240px;
    border-radius:0;
}
.upload-avatar-preview {
    margin: 20px 0;
    font-size: 14px;
    color: #666666;
    cursor: pointer;
        line-height: 1;
}
.upload-avatar-right {
    float: right;
    margin-right: 30px;
}
.upload-avatar-right-box {
    width: 238px;
    height: 185px;
    border: 1px dashed #e1e1e1;
}
.upload-avatar-right-img {
    width: 100px;
    height: 100px;
    margin: 20px auto 0;
    border-radius: 2px;
    overflow: hidden;
}
.upload-avatar-right-button {
    position: relative;
    width: 118px;
    height: 34px;
    line-height: 34px;
    margin: 0 auto;
    margin-top: 10px;
    text-align: center;
    font-size: 14px;
    color: #333333;
    border: 1px solid #dddddd;
    cursor: pointer;
}
.upload-avatar-right-button input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    opacity: 0;
    cursor: pointer;
    font-size: 0;
}
.upload-avatar-right-img img {
    width: 100%;
    height: 100%;
}
body .save {
    display: block;
    width: 200px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    margin: 0 auto;
    margin-top: 30px;
    color: #fff;
    font-size: 16px;
    border: none;
    outline: none;
    background-color: #1f6cdd;
    cursor: pointer;
    opacity: 1;
    position: unset;
}
.btn-primary {
    position: relative;
    width: 138px;
    height: 36px;
    line-height: 34px;
    margin: 0 auto;
    margin-top: 10px;
    text-align: center;
    font-size: 14px;
    color: #333333;
    border: 1px solid #dddddd;
    cursor: pointer;
    display: block;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.active:focus,
.btn-primary.active:hover {
        border: 1px solid #1f6cdd;
    color: #1f6cdd;
    cursor: pointer;
}
.confim-modal-top {
    position: relative;
}
.confim-modal-wrapper h3 {
    text-align: center;
    font-size: 24px;
    color: #0d0d0d;
}
.confim-modal-top img {
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 30px;
    cursor: pointer;
}
.upload-avatar {
    padding: 30px 0;
    width: 100%;
}
.confim-modal-wrapper {
    margin: 0 auto;
    /* margin-top: 100px; */
    margin-bottom: 50px;
    margin-top: 100px;
    padding: 30px 0;
    background-color: #fff;
    z-index: 999;
}
.confim-modal-inspect-wrapper {
    width: 600px;
    margin: 0 auto;
    margin-top: 100px;
    /* text-align: center; */
}

.avatar-btns {
    margin-top: 30px;
}
.shop-btns {
    margin-top: 30px;
}
.vip-right-box-avatar{


}
.hide {
    display: none;
}
.vip-right-box-avatar-bg{
    cursor: pointer;
}
.avatarImage-pointer-events{

    pointer-events: none;
}