  .editor {
    padding: 20px;
    min-width: 1168px;
  }
  
  .editor-content {
    height: 100%;
  }
  
  .editor-wrap {
    margin-top: 20px;
    display: flex;
    height: calc(100% - 40px);
  }

  /* topbar start */
  .topbar {
      display: flex;
  }
  .topbar .cm_button{
      height: 30px;
      line-height: 30px;
      padding: 0 10px;
      font-size: 12px;
      width: unset;
  }
  .topbar .topbar_lt .title{
    color: #313131;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    padding-right: 25px;
  }
  .topbar .topbar-rt{
      width: 560px;
      padding-left: 70px;
      display: flex;
      justify-content: space-between;
      align-items: center;
  }

  .topbar .topbar-rt .title{
    font-size: 12px;
    color: #9B9B9B;
  }


  /* topbar end */

  
  /* 左侧 start */
  .editor-app {
    width: 329px;
    overflow-y: scroll;
  }
  .editor-app::-webkit-scrollbar {
    display: none;
  }
  
  .mini-app {
    width: 329px;
  }
  
  .editor-iPhoneX {
    background: #fff;
    border-radius: 50px;
    box-shadow: 0 0 0 3px #eee;
  }
  
  .editor-iPhoneX-head {
    height: 70px;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    text-align: center;
  }
  
  .editor-iPhoneX-crame {
    text-align: center;
  }
  
  .editor-iPhoneX-crame::after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: #eee;
    transform: translateX(10px);
  }
  
  .editor-iPhoneX-line {
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }
  
  .editor-iPhoneX-line::before,
  .editor-iPhoneX-line::after {
    content: '';
    display: inline-block;
    background: #eee;
    height: 14px;
    width: 14px;
    border-radius: 7px;
    vertical-align: middle;
  }
  
  .editor-iPhoneX-line::after {
    width: 60px;
    height: 10px;
    border-radius: 5px;
    margin-left: 10px;
  }

  .editor-iPhoneX-footer {
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .editor-iPhoneX-footer::after {
    width: 40px;
    height: 40px;
    border-radius: 22px;
    display: inline-block;
    content: '';
    border: 2px solid #eee;
  }
  
  .editor-miniApp {
    width: 299px;
    height: 490px;
    border: 1px #eee solid;
    background: #EEEEEE;
    margin: 0 auto;
    box-shadow: inset 0 0 3px #eee;
    color: #909090;
    position: relative;
    z-index: 10;
    padding: 5px;
  }

  .editor-miniApp img {
    width: 100%;
  }
  .editor-iPhoneX_tabBar{
      position: absolute;
      position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
  }

  .editor-iPhoneX_tabBar .tabbar_list{
      height: 40px;
      display: flex;
      background: #fff;
  }

  .editor-iPhoneX_tabBar .tabbar_item{
     flex: 1;
     color: #626262;
     font-size: 10px;
     display: flex;
     flex-direction: column;
     justify-content: center;
     align-items: center;
     cursor: pointer;
  }

  .editor-iPhoneX_tabBar .tabbar_item.active{
        background-color: rgba(185, 185, 185, 0.15);
  }


  .editor-iPhoneX_tabBar .tabbar_item .iconfont{
    font-size: 16px;
 }

  
  .editor-caption {
    background: #fff;
    height: 32px;
    line-height: 32px;
    /* border-bottom: 1px solid #eee; */
    font-size: 12px;
    text-align: center;
    padding: 0 10px;
  }
  
  .editor-wrapper {
    height: calc(100% - 70px);
  }




  /* 左侧end */

  /* 右侧 start */
.editor-right {
    font-size: 14px;
    flex: 1;
    margin-left: 20px;
    position: relative;
  }
  
  .editor-rules {
    margin-top: 68px;
    font-size: 13px;
    font-family: PingFang-SC-Medium;
    font-weight: 500;
    color: #333333;
    line-height: 20px;
  }
  
  .editor-rules dt {
    margin-bottom: 20px;
  }
  
  .editor-rules dd {
    line-height: 20px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
  }
  
  .editor-rules dd .iconfont {
    margin-right: 10px;
    color: #909090;
  }
  
  /* 右侧 end */

  /* 创建tabbar 面板  start*/
.setting_pane {
    width: 500px;
    height: 100%;
    background-color: #fff;
    padding: 15px 18px;
    position: relative;
    border-radius: 8px;
    max-height: 630px;
}

.setting_pane  .icon-guanbi{
    font-size: 14px;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    color: #909090;
}

.setting_pane .setting_pane_title{
    font-size: 14px;
    font-weight: 500;
    color: #313131;
    padding-bottom: 25px;
}

.setting_pane_form .form_item {
    display: flex;
    align-items: center;
    padding-bottom: 20PX;
}

.setting_pane_form .form_item .cm_form_tit{
    width: 70px;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
}

.setting_pane_form .form_item .cm_form_content{
    flex: 1;
    display: flex;
    align-items: center;
}

/* .cm_form_tit_icon{
    margin-top: -8px;
} */

.setting_icon {
    display: flex;
}

.setting_icon .icon_warp {
    display: flex;
    justify-content: space-between;
    width: 90px;
}
.setting_icon .icon_warp .icon_item  {
    text-align: center;
}

.setting_icon .icon_warp .iconfont_warp{
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid #EBEBEB;
    display: flex;
    align-items: center;
    justify-content: center;
}
.setting_icon .icon_warp .icon_item .text {
    color: #9B9B9B;
    font-size: 12px;
}

.setting_icon .icon_warp .icon_item .iconfont{
    font-size: 18px;
    color: #909090;
}

.setting_icon .operate_button{
    height: 30px; 
    border: 1px solid #E5E5E5;
    margin-left: 35px;
    color: #666;
    /* margin-top: 8px; */
    position: relative;
    width: 90px;
    font-size: 12px;
}
.setting_icon .operate_button.create {
    margin-left: 0;
}

.select_router {
    position: relative;
    width: 142px;
    height: 32px;
    background: rgba(255, 255, 255, 1);
    border-radius: 3px;
    border: 1px solid rgba(229, 229, 229, 1);
}
.setting_pane_form .form_item .cm_form_content.select_router {
    flex: unset;
}
.select_router .cm_c_line {
    display: none;
}
.select_router .cm_c_selectname {
    width: 120px;
}



.setting_operate {
    position: absolute;
    bottom: 18px;
    left: 20px;
    right: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.setting_operate .del{
    font-size: 12px;
    cursor: pointer;
}

.setting_operate .cm_button {
    height: 30px;
    line-height: 30px;
    width: 100px;
}
.setting_operate .cancel {
    background-color: #C1C1C1;
    color: #fff;
}

 /* 创建tabbar 面板  end*/

 /* 选择图标 start */
    .select_icon_dialog .addIconWarp{
        display: flex;
        border-top: 1px solid #D4D4D4;
        border-left: 1px solid #D4D4D4;
        max-height: 600px;
        overflow-y: auto;
        flex-wrap: wrap;
        max-height: 400px;
        padding-bottom: 1px;
    }
    .select_icon_dialog .addIconItem{
        width: 25%;
        border-right: 1px solid #D4D4D4;
        border-bottom: 1px solid #D4D4D4;
        height: 70px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        position: relative;
    }
    .select_icon_dialog .addIconItem.active::after,
    .select_icon_dialog .addIconItem:hover::after{
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: rgba(119, 119, 119, 0.1);
    }
    .select_icon_dialog .addIconItem .icon_warp{
        font-size: 20px;
        display: flex;
        width: 50px;
        justify-content: space-between;
        padding-bottom: 9px;
    }
    .select_icon_dialog .addIconItem .icon_warp .iconfont{
        font-size: 20px;
    }

    .select_icon_dialog .addIconItem .title{
        color: #333;
        font-size: 12px;
    }
 /* 选择图标 end */


 @media screen and (max-height: 640px) {
  /* .editor-app {
    width: 254px;
  }
  .editor-miniApp {
    height: 360px;
    width: 220px
  } */
  .min-app {
    transform: scale(0.75);
    margin-top: -70px;
  }
}


