.build {
    position: relative;
    width: 100%;
    height: 100%
}

.build .app {
    width: 100%;
    height: calc(100% - 45px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.build .selectall {
    position: absolute;
    border: 1px dotted #409eff;
    z-index: 10000
}

.build .icon {
    font-size: 20px;
    margin-right: 10px
}

.build .selectbg,
.build .selectflag {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9999
}

.build .selectflag {
    cursor: move
}

.build .el-menu--horizontal .el-menu .el-menu-item,
.build .el-menu--horizontal .el-menu .el-submenu__title {
    font-size: 12px
}

.build .menu {
    width: 180px;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    color: #bcc8d4;
    background: #1d1f26
}

.build .menu__list {
    padding-left: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.build .menu__item--folder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 6px 6px;
    color: #bcc9d4;
    font-size: 12px
}

.build .menu__item--folder input {
    border: none;
    outline: none
}

.build .menu__item--folder .icon-folder {
    font-size: 16px;
    margin-right: 5px
}

.build .menu__item--folder .icon-fold {
    font-size: 12px;
    margin-right: 10px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    display: inline-block;
    font-weight: 700
}

.build .menu__item--folder .icon-fold.is-active {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.build .menu__item--folder.is-active,
.build .menu__item--folder:hover {
    color: #fff;
    background: rgba(143, 225, 255, .1)
}

.build .menu__item--folder:hover {
    cursor: pointer
}

.build .menu__folder.ghost {
    opacity: .6;
    color: #fff;
    background: #409eff !important;
    cursor: move
}

.build .menu__item {
    margin-bottom: 1px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 48px;
    padding: 0 6px;
    position: relative;
    background: #1b1f25;
    cursor: pointer;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    font-size: 12px
}

.build .menu__item.is-over,
.build .menu__item:hover {
    color: #fff;
    background: rgba(143, 225, 255, .1);
    cursor: pointer
}

.build .menu__item.ghost {
    opacity: .6;
    color: #fff;
    background: #409eff !important;
    cursor: move
}

.build .menu__item.is-active {
    background: #409eff !important;
    color: #373d41 !important
}

.build .menu__icon {
    color: #409eff;
    margin-right: 10px;
    width: 53px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
    border: 1px solid #3a4659;
    background: #282a30
}

.build .top {
    padding: 10px 20px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background-color: hsla(0, 0%, 100%, .4)
}

.build .middle {
    background-color: #2a2d32;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative
}

.build .wrapper {
    width: 100%
}

.build .content,
.build .wrapper {
    -webkit-box-sizing: border-box;
    position: relative;
    box-sizing: border-box
}

.build .content {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    background-color: #333
}

.build .footer__menu {
    padding-top: 8px;
    margin-right: 370px;
    float: right;
    width: 300px
}

.build .app--none {
    padding: 0;
    height: 100%
}

.build .app--none .wrapper {
    position: relative;
    padding: 0;
    margin: 0 auto;
    width: 100%
}

.build .app--none .content {
    width: 100%;
    height: 100%;
    border: none
}

.build .container {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    position: relative
}

.build .grade {
    width: 100%;
    height: 100%;
    background-size: 30px 30px, 30px 30px;
    background-image: linear-gradient(hsla(0, 0%, 100%, .1) 1px, transparent 0), linear-gradient(90deg, hsla(0, 0%, 100%, .1) 1px, transparent 0);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.build .title {
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 10px;
    line-height: 35px;
    height: 35px;
    text-align: center;
    font-size: 13px;
    letter-spacing: 2px;
    text-indent: 2px;
    background-color: #2d343c;
    color: #fff
}

.build .title--left {
    text-align: left
}

.build .params {
    width: 350px
}

.build .tabs {
    margin-top: -10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.build .tabs .el-input-number {
    width: 100%
}

.build .tabs .el-tabs__header {
    background: #27343e;
    margin: 0 0 2px
}

.build .tabs i {
    color: #bcc9d4;
    font-size: 14px
}

.build .tabs .is-active i {
    color: #409eff
}

.build .tabs .el-tabs__nav-wrap:after {
    background: #27343e
}

.build .tabs .el-tabs__item {
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.build .tabs .el-tabs__active-bar {
    top: 0
}

.build .el-collapse-item__header {
    padding-left: 30px
}

.build .el-switch__core {
    width: 35px;
    height: 16px
}

.build .el-switch {
    height: 10px;
    line-height: 10px
}

.build .el-switch__core:after {
    top: -1px;
    width: 16px;
    height: 16px
}

.build .el-slider__button-wrapper {
    top: -17px
}

.build .el-slider__button {
    border-radius: 0;
    width: 8px;
    height: 8px;
    border-width: 1px
}

.build .el-slider__bar,
.build .el-slider__runway {
    height: 2px
}

.build .imgList {
    height: 350px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.build .imgList img {
    width: 100px;
    height: 100px;
    margin: 20px 10px
}

.build .el-input-number__decrease,
.build .el-input-number__increase {
    background: transparent
}

.views {
    overflow-y: scroll
}

.views .middle {
    overflow: inherit
}

.views .wrapper {
    overflow: hidden
}