.tool-box {
    overflow: auto;
    height: 100%;
  }
  .tool-box::-webkit-scrollbar{
    width: 6px;
    background: #EDEEEE;
  }
  .tool-box::-webkit-scrollbar-thumb{
    background: rgba(122,122,122,0.3);
    border-radius: 3px;
  }
  .tool-box .el-tabs {
    background: #fff;
    position: relative;
    min-height: 100%;
  }
  .tool-box .el-tabs  .el-tabs__active-bar {
    background-color: transparent;
  }
  .tool-box .el-tabs  .el-tabs__nav-scroll, .tool-box .el-tabs  .el-tabs__nav-wrap {
    overflow: visible;
  }
  .tool-box .el-tabs  .el-tabs__nav-wrap::after {
    background-color: #F4F5F5;
    width: 1px;
  }
  .tool-box .el-tabs  .el-tabs__item {
    width: 50px;
    height: 50px;
    color: #444444;
    font-size: 14px;
    text-align: center;
    background: none center center /20px 20px no-repeat;
    position: relative;
    padding: 0;
    line-height: 50px;
  }
  .tool-box .el-tabs  .el-tabs__item::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #F4F5F5;
  }
  .tool-box .el-tabs  .el-tabs__item#tab-outline {
    background-image: url("../../assets/imgs/style.png");
  }
  .tool-box .el-tabs  .el-tabs__item#tab-style {
    background-image: url("../../assets/imgs/style.png");
  }
  .tool-box .el-tabs  .el-tabs__item#tab-home {
    background-image: url("../../assets/imgs/option.png");
  }
  .tool-box .el-tabs  .el-tabs__item#tab-formatSetup {
    background-image: url("../../assets/imgs/format-setup.png");
  }
  .tool-box .el-tabs  .el-tabs__item.is-active {
    color: #ffffff;
    background-color: #48A736;
    width: 49px;
    display: none;
  }
  .tool-box .el-tabs  .el-tabs__item.is-active::after{
    content: none;
  }
  .tool-box .el-tabs  .el-tabs__item.is-active#tab-outline {
    background-image: url("../../assets/imgs/style_light.png");
  }
  .tool-box .el-tabs  .el-tabs__item.is-active#tab-style {
    background-image: url("../../assets/imgs/style_light.png");
  }
  .tool-box .el-tabs  .el-tabs__item.is-active#tab-formatSetup {
    background-image: url("../../assets/imgs/format-setup_light.png");
  }
  .tool-box .el-tabs.el-tabs--left  .el-tabs__header.is-left {
    margin-right: 0;
    position: absolute;
  }
  .tool-box .el-tabs  .el-tabs__content {
    width: 307px;
    margin-left: 50px;
  }
  /* 自定义 */
  .tool-box .customize-option {
    border-bottom: 1px solid #D0D2D3;
  }
  .tool-box .customize-option:last-child{
    border-bottom: none;
  }
  .tool-box .customize-option .customize-option-main {
    padding-left: 26px;
    line-height: 50px;
  }
  .tool-box .customize-option .customize-option-main .customize-option-label{
    font-size: 14px;
    font-weight: 600;
  }
  .tool-box .customize-option .customize-option-main .customize-option-label i{
    font-size: 14px;
    color: #bbb;
    margin-left: 10px;
  }
  .tool-box .customize-option .customize-option-main .customize-option-switch{
    margin-left: 28px;
    position: relative;
    bottom: 1px;
  }
  .tool-box .customize-option .customize-option-main .customize-option-switch.is-checked  .el-switch__core {
    border-color: #48A736;
    background-color: #48A736;
  }
  .tool-box .customize-option .customize-option-sub{
    width: 100%;
    height: 50px;
    line-height: 50px;
    margin: 0;
    padding-left: 52px;
    background: #EDEEEE none 25px center no-repeat;
    border-top: 1px solid #D0D2D3;
    cursor: pointer;
    box-sizing: border-box;
    font-size: 14px;
  }
  .tool-box .customize-option .customize-option-sub.active{
    background-color: #eef7f3;
  }
  .tool-box .customize-option .customize-option-sub.home-page {
    background-image: url("../../assets/imgs/home.svg");
    background-size: 16px auto;
  }
  .tool-box .customize-option .customize-option-sub.end-page {
    background-image: url("../../assets/imgs/end.svg");
    background-size: 16px auto;
  }
  
  .pane-designer > .el-col {
    height: 70px;
    line-height: 70px;
    border-bottom: 1px solid #e6e6e6;
    color: #777777;
    font-size: 14px;
    text-align: center;
  }
  .pane-designer > .el-col:last-of-type {
    border-bottom-color: transparent;
  }
  .pane-designer > .el-col:hover {
    background-color: #eef7f3;
    color: #333333;
    /* font-weight: bold; */
    cursor: move;
  }
  .styleUI {
    margin-left: 30px;
    margin-right: 30px;
  }
  .styleUI .classicBox,
  .blackBox,
  .blueBox {
    margin-bottom: 20px;
  }
  .tempTree{
    margin-top: 16px;
  }
  .el-radio-group .template{
    margin-left: 20px;
  }
  .pageTemp{
    border-bottom: 1px solid #eee;
  }
  .pageTemp .temp{
    cursor: pointer;
    height: 67px;
    margin: 0;
    padding-left:80px;
    line-height: 67px;
    background: #f9f9f9;
  }
  .pageTemp .temp{
    border-bottom: 1px solid #eee;
    background-repeat: no-repeat;
    background-position: 55px;
  }
  .temp:first-child{
    background-image: url("../../assets/imgs/home.svg");
  }
  .temp:last-child{
    background-image: url("../../assets/imgs/end.svg");
  }
  .tempBack{
    background-color: #eef7f3 !important;
  }
  .el-collapse-item .el-col{
    padding-left: 25px;
    text-align: left;
    line-height: 50px;
    height: 50px;
    background: #EDEEEE;
    border-bottom: 1px solid #D0D2D3;
    font-family: PingFangSC-Regular;
    letter-spacing: .5px;
  }
  .el-collapse-item .page-outline .el-col {
    padding-left: 60px;
    text-align: left;
    line-height: 69px;
    height: 69px;
    background: #F9F9F9;
    border: 1px solid #E6E6E6;
    border-bottom: 0;
  }
  
  .el-collapse-item .el-col.icon-style{
    background-repeat: no-repeat; /*不平埔*/
    background-position:24% 50% ; /*居中*/
    background-size: 18px 18px;
  }
  .el-collapse-item .el-col.radiogroup{
    background-image: url(../../assets/imgs/radiogroup.svg);
  }
  .el-collapse-item .el-col.checkbox{
    background-image: url(../../assets/imgs/checkbox.svg);
  }
  .el-collapse-item .el-col.dropdown{
    background-image: url(../../assets/imgs/dropdown.svg);
  }
  .el-collapse-item .el-col.panel{
    background-image: url(../../assets/imgs/dropdown.svg);
  }
  .el-collapse-item .el-col.html{
    background-image: url(../../assets/imgs/html.svg);
  }
  .el-collapse-item .el-col.text{
    background-image: url(../../assets/imgs/text.svg);
  }
  .el-collapse-item .el-col.comment{
    background-image: url(../../assets/imgs/comment.svg);
  }
  .el-collapse-item .el-col.bootstrapdatepicker{
    background-image: url(../../assets/imgs/text.svg);
  }
  .el-collapse-item .el-col.matrix{
    background-image: url(../../assets/imgs/matrix.svg);
  }
  .el-collapse-item .el-col.matrixdynamic{
    background-image: url(../../assets/imgs/matrixdynamic.svg);
  }
  .el-collapse-item .el-col.matrixdropdown{
    background-image: url(../../assets/imgs/matrixdropdown.svg);
  }
  .el-collapse-item .el-col.imagepicker{
    background-image: url(../../assets/imgs/imagepicker.svg);
  }
  .el-collapse-item .el-col.file{
    background-image: url(../../assets/imgs/file.svg);
  }
  .el-collapse-item .el-col.radiogroup:hover{
    background-image: url(../../assets/imgs/radiogroup-hover.svg);
  }
  .el-collapse-item .el-col.checkbox:hover{
    background-image: url(../../assets/imgs/checkbox-hover.svg);
  }
  .el-collapse-item .el-col.dropdown:hover{
    background-image: url(../../assets/imgs/dropdown-hover.svg);
  }
  .el-collapse-item .el-col.panel:hover{
    background-image: url(../../assets/imgs/dropdown-hover.svg);
  }
  .el-collapse-item .el-col.html:hover{
    background-image: url(../../assets/imgs/html-hover.svg);
  }
  .el-collapse-item .el-col.text:hover{
    background-image: url(../../assets/imgs/text-hover.svg);
  }
  .el-collapse-item .el-col.comment:hover{
    background-image: url(../../assets/imgs/comment-hover.svg);
  }
  .el-collapse-item .el-col.bootstrapdatepicker:hover{
    background-image: url(../../assets/imgs/text-hover.svg);
  }
  .el-collapse-item .el-col.matrix:hover{
    background-image: url(../../assets/imgs/matrix-hover.svg);
  }
  .el-collapse-item .el-col.matrixdynamic:hover{
    background-image: url(../../assets/imgs/matrixdynamic-hover.svg);
  }
  .el-collapse-item .el-col.matrixdropdown:hover{
    background-image: url(../../assets/imgs/matrixdropdown-hover.svg);
  }
  .el-collapse-item .el-col.imagepicker:hover{
    background-image: url(../../assets/imgs/imagepicker-hover.svg);
  }
  .el-collapse-item .el-col.file:hover{
    background-image: url(../../assets/imgs/file-hover.svg);
  }
  .el-collapse{
    border: none;
  }
  /* img{
    top: 3px;
    height: 18px;
    width: 18px;
    margin-right: 10px;
  } */
  .tool-box .el-tabs  .el-collapse-item__content{
    padding-bottom: 0;
  }
  .tool-box .el-tabs  .el-collapse-item__header{
    height: 49px;
    font-family: PingFangSC-Semibold;
    font-size: 14px;
    color: #333333;
    padding-left: 27px;
    padding-right: 10px;
    font-weight: 700;
    background: #FFFFFF;
    border-bottom: 1px solid #D0D2D3;
    letter-spacing: 0.5px;
  }
  .pane-designer .outline {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 0px;
  }
  .designer-box .designer-button {
      text-align:center;
      margin:10px;
  }
  .designer-box .designer-button .el-button {
      padding: 12px 30px;
  }
  .designer-box .designer-button .el-button:focus {
      color: #555555;
      border-color: #E1F5EA;
      background-color: #E1F5EA;
  }
  .designer-box .designer-button .el-button:hover {
      color: #555555;
      border-color: #E1F5EA;
      background-color: #EEF7F3;
  }
  .designer-box .designer-button .nav {
      color: #555555;
      border-color: #E1F5EA;
      background-color: #E1F5EA;
  }
  .collapse-title-self{
    font-size: 14px;
  }
  .collapse-title-self i{
    margin-left: 10px;
    color: #bbb;
    font-size: 13px;
  }
  .question-type-item i{
    font-size: 13px;
    margin-right: 10px;
    color: #333;
  }
  .tab-icon-item{
    text-align: center;
    display: inline-block;
    width: 100%;
    height: 100%;
  }
  .tab-icon-item i {
    font-size: 18px;
  }
  .tool-box  .el-collapse-item__header{
    height: 49px;
    font-family: PingFangSC-Semibold;
    font-size: 14px;
    color: #333333;
    padding-left: 27px;
    padding-right: 10px;
    font-weight: 700;
    background: #FFFFFF;
    border-bottom: 1px solid #D0D2D3;
    letter-spacing: 0.5px;
  }