﻿/*=================修改买家信息===================*/

.oct-content{
   background:white;
   margin-top: 45px;
}


.shop-level-sub {
    color: gray;
    padding: 8px;
    font-size: 16px;
    border-bottom: 1px solid #E3E0E0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#IsCheckB {
    color: red;
}

.shop-level-item {
    padding: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #E3E0E0;
}

.level-item-2 {
    width: 100%;
    text-align: right;
    padding-right: 5px;
    color: gray;
    font-size: 14px;
}
    .level-item-2 img{
        width: 60px;
        height: 60px;
        border-radius: 100px;
    }

    .level-item-3 img {
        width: 20px;
        height: 20px;
    }

.level-item-1 {
    font-size: 16px;
    width: 120px;
}

.span-status {
    font-size: 12px;
    color: white;
    background: red;
    padding: 5px 8px;
    border-radius: 10px;
}

.span-open-btn {
    border: 1px solid #40AEFC;
    color: #40AEFC;
    background: none;
    font-size: 14px;
    padding: 3px 15px;
    border-radius: 10px;
}

.shop-level-desc {
    padding: 15px 10px;
    color: red;
}

.shop-level-item .txt-css {
    width: 100%;
    border: none;
    text-align: right;
    padding:8px 0;
    font-size:16px;
}

.btn-save {
    background: #ff6a00;
    color: white;
    padding: 10px;
    border: none;
    border-radius: 300px;
    margin-bottom: 50px;
    width: 60%;
    margin-top: 10px;
}

#ShopHeaderImg {
    width: 50px;
    height: 50px;
    border-radius: 50px;
}

#ShopCertImg {
    width: 100px;
    height: 40px;
}