    .wrapper {
        width: 100%;
        height: 100%;
    }
    
    .leftMenu {
        width: 220px;
        height: 100%;
        overflow-x: hidden;
        overflow-y: scroll;
        background: rgb(38, 43, 55);
        z-index: 9999999;
        float: left;
    }
    
    .leftMenu::-webkit-scrollbar {
        display: none;
    }
    
    .content {
        margin-left: 220px;
        height: 100%;
        position: relative;
        overflow: hidden;
    }
    
    .storename {
        font-size: 0;
        background: rgb(46, 52, 68);
        position: relative;
    }
    /*.storename>img,
.storename>span {
    display: inline-block;
    vertical-align: middle
}*/
    
    .storename>img {
        width: 32px;
        height: 32px;
        border-radius: 50%;
        border: 4px solid rgb(38, 43, 55);
        margin: 10px;
    }
    
    .storename>span {
        font-size: 14px;
        color: rgba(255, 255, 255, .8);
        line-height: 60px;
        width: 140px;
    }
    
    .iframeCus {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 62px;
        right: 0;
        bottom: 0;
        overflow-y: scroll;
    }
    
    .header {
        height: 61px;
        line-height: 61px;
        position: relative;
        border-bottom: 1px solid rgb(239, 242, 247);
    }
    
    .admin {
        position: absolute;
        right: 30px;
        top: 11px;
        font-size: 0;
        cursor: pointer;
        z-index: 10;
        height: 40px;
    }
    
    .avatar {
        width: 32px;
        height: 32px;
        border-radius: 50%;
        border: 4px solid rgba(46, 52, 68, 0.1);
        line-height: 40px;
    }
    
    .admin_name {
        color: rgb(38, 43, 55);
        font-size: 14px;
        padding: 0 8px;
        line-height: 40px;
        vertical-align: top;
    }
    
    .admin i {
        font-size: 14px;
        color: rgb(38, 43, 55);
        margin-right: 20px;
        transition: all 0.4s;
        -webkit-transition: all 0.4s;
        display: inline-block;
        line-height: 40px;
        vertical-align: top;
    }
    
    .adminlist {
        position: absolute;
        top: 40px;
        right: -20px;
        /*overflow: hidden;*/
        color: #262b37;
        z-index: 9;
        width: 160px;
        text-align: center;
        box-shadow: 0 0 15px rgba(128, 98, 245, 0.5);
        border-radius: 6px;
        background: #fff;
        font-size: 14px;
        display: none;
    }
    
    .adminlist li {
        height: 40px;
        line-height: 40px;
    }
    
    .adminlist li:hover {
        background: #f4f6fa;
    }
    
    .admin>li {
        overflow: hidden;
        height: 40px;
    }
    
    .admin:hover .arraw {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
    }
    
    .admin:hover .adminlist {
        display: block;
        /*height: 80px;*/
    }

    .adminlist li:hover .language{
        display: block;
    }
    .adminlist .language{
        width: 160px;
        display: none;
        position: absolute;
        top: -40px;
        left: -160px;
        z-index: 8;
        background-color: #fff;
        box-shadow: 0 0 15px rgba(128, 98, 245, 0.5);
    }
    .adminlist .language li.current{
        background-color: #f4f6fa;
        color: #262b37;
        text-decoration: none;
    }

    /*切换门店样式*/
    
    .changeStore {
        cursor: pointer;
        font-size: 14px;
        color: rgba(255, 255, 255, .8);
        width: 150px;
        display: flex;
        height: 60px;
        flex-direction: column;
        justify-content: center;
    }
    
    .allStores {
        width: 220px;
        background: rgb(46, 52, 68);
        position: absolute;
        top: 60px;
        left: 0;
        overflow: hidden;
        display: none;
        z-index: 10;
    }
    
    .allStores>li {
        height: 40px;
        line-height: 40px;
        text-align: center;
        font-size: 14px;
        color: rgba(255, 255, 255, .8);
        cursor: pointer;
        width: 100%;
        box-sizing: border-box;
        padding: 0 20px;
    }
    
    .allStores>li:hover {
        background: rgb(47, 53, 85);
    }
    /* nav */
    
    .nav {
        width: 220px;
        height: 100%;
        background: rgb(38, 43, 55);
        transition: all .3s;
    }
    
    .nav a {
        display: block;
        overflow: hidden;
        padding-left: 20px;
        line-height: 46px;
        max-height: 46px;
        color: #ABB1B7;
        transition: all .3s;
    }
    
    .nav a span {
        margin-left: 5px;
        display: inline-block;
        width: 120px;
    }
    .nav .name{
        width: 120px;
        height: 46px;
        overflow: hidden;
    }
    
    .nav-item {
        position: relative;
    }
    
    .nav-item.nav-show {
        border-bottom: none;
    }
    
    .nav-item ul {
        display: none;
        background: rgba(0, 0, 0, .1);
    }
    
    .nav-item.nav-show ul {
        display: block;
    }
    
    .nav-item>a:before {
        content: "";
        position: absolute;
        left: 0px;
        width: 2px;
        height: 46px;
        background: rgb(94, 62, 235);
        opacity: 0;
        transition: all .3s;
    }
    
    .nav .nav-icon {
        font-size: 20px;
        position: absolute;
        margin-left: -1px;
    }
    
    .nav-show .nav-more {
        transform: rotate(90deg);
    }
    
    .nav-show,
    .nav-item>a:hover {
        color: #FFF;
        background: rgba(0, 0, 0, .1);
    }
    
    .li_child_active a {
        color: #FFF;
        background: rgba(0, 0, 0, .1);
    }
    
    .nav-show>a:before,
    .nav-item>a:hover:before {
        opacity: 1;
    }
    
    .nav-item li:hover a {
        color: #FFF;
        background: rgba(0, 0, 0, .1);
    }
    
    .icon {
        display: inline-block;
        transition: all 0.3s;
    }
    
    .li_child a {
        padding-left: 38px;
    }
    
    .menu_radio {
        width: 5px;
        height: 5px;
        border-radius: 50%;
        border: 1px solid #ddd;
        display: inline-block;
        position: absolute;
        top: 20px;
        left: 10px;
    }
    .nav .icon{
        position: absolute;
        top: 0px;
        right: 20px;
    }
    
    .storeImg {
        cursor: pointer;
        width: 32px;
        height: 32px;
        background-size: cover;
        background-position: center;
        margin-top: 12px;
        margin-left: 15px;
        border-radius: 50%;
        margin-right: 5px;
    }
    .changeStoreText{
        font-size: 14px;
        line-height: 18px;
        font-weight: bold;
    }

    .U8SurportText{
        font-size: 10px;
        line-height: 14px;
        color: rgba(255, 255, 255, 0.5);
        display: none;
    }
    
    .changeCityW {
        position: absolute;
        left: 235px;
        top: 5px;
        background: rgb(38, 43, 55);
        z-index: 999;
        width: 600px;
        color: rgba(255, 255, 255, 0.6);
        font-size: 14px;
        padding: 20px;
        border-radius: 5px;
        height: 93.8%;
    }
    
    .changeCity {
        width: 100%;
        height: 100%;
        overflow-y: scroll;
    }
    
    .changeCity::-webkit-scrollbar {
        display: none;
    }
    
    .arrow {
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-right: 10px solid rgb(38, 43, 55);
        position: absolute;
        top: 15px;
        left: -10px;
    }
    
    .city-list-item {}
    
    .city-list-item>div {
        display: flex;
    }
    
    .city-list-item hr {
        border-style: dashed;
        margin: 0 0 30px 0;
    }
    
    .city-list-item>div>div {
        max-width: 60px;
        width: 60px;
    }
    
    .city-list-item>div>ul {
        flex: 1;
    }
    
    .city-list-item>div>ul>li {
        display: flex;
    }
    
    .city-list-item>div>ul>li span {
        min-width: 90px;
    }
    
    .city-list-item>div>ul>li ol {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    
    .city-list-item>div>ul>li ol li {
        margin-right: 20px;
        margin-bottom: 28px;
        cursor: pointer;
    }
    
    .close {
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        position: absolute;
        right: 0;
        top: 0;
        font-size: 14px;
        cursor: pointer;
    }
    
    .searchCity {
        margin: 20px 0 20px;
    }
    
    .searchWrapper {
        position: relative;
    }
    
    .searchWrapper div {
        height: 30px;
        display: flex;
    }
    
    .searchWrapper input {
        flex: 1;
        border-radius: 5px;
        outline: none;
        border: 1px solid rgba(255, 255, 255, 0.5);
        background: transparent;
        padding-left: 10px;
        color: #fff;
    }
    
    .searchStore {
        width: 50px;
        border: none;
        outline: none;
        background: #3a4960;
        color: #fff;
        margin-left: 10px;
        border-radius: 5px;
    }
    
    .searchWrapper ul {
        width: 100%;
        position: absolute;
        background: #3a4960;
    }
    
    .searchWrapper ul li {
        line-height: 35px;
        padding-left: 10px;
        cursor: pointer;
    }
    
    .searchWrapper ul li:hover {
        background: rgba(0, 0, 0, .1);
    }
    
    .current {
        text-decoration: underline;
        color: #fff;
    }
    
    .searchWrapper ul li.active {
        background: rgba(0, 0, 0, .1);
    }
    
    .imgWbg {
        width: 100%;
        height: 100%;
        position: fixed;
        left: 0;
        top: 0;
        background: rgba(0, 0, 0, 0.8);
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 100;
    }
    
    .imgWrapper {
        width: 90%;
        height: 90%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .imgWrapper img {
        max-width: 100%;
        max-height: 100%;
        width: auto;
        height: auto;
        margin: 0 auto;
    }
    
    .operatorImg {
        position: absolute;
        top: 10px;
        right: 20px;
        height: 40px;
    }
    
    .operatorImg button {
        width: 40px;
        height: 100%;
        border: none;
        background: #fff;
        color: rgb(94, 62, 235);
        font-size: 14px;
        border-radius: 50%;
        cursor: pointer;
    }

    .changeCityWCover{
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 2;
        height: 100%;
        background: rgba(0, 0, 0, .1);
    }