.label-required ::before {
    content: "*";
    color: red;
}

.design-group {
    display: flex;
    justify-content: space-around;
    padding-left: 10px;
    padding-right: 10px;
    height: 95%;
}

.design-assembly {
    flex: 1;
    background: #fff;
    border-radius: 5px;
    padding: 10px;
    display: flex;
    flex-flow: column;
}

.design-form {
    flex: 3;
    border-radius: 5px;
    background: #fff;
    padding: 10px;
    height: 97.5%;
    overflow-y: scroll;
    font-size: .75rem;

}

.design-form .design-form-child {
    width: 100%;
    float: left;
    min-height: 50px;
    border: 1px dashed #107fff !important;
    margin-top: 10px;
}

.design-property {
    flex: 1;
    background: #fff;
    border-radius: 5px;
    height: 100%;
    overflow-y: scroll;
}

.h3-panel {
    font-size: 0.86rem;
    padding: 5px;
}

.design-assembly ul li {
    width: 40%;
    float: left;
    height: 30px;
    background: #f4f8fc;
    margin-left: 5%;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #304265;
    font-size: 0.66rem;
    cursor: pointer;
}

.design-property-tab {
    display: flex;
    justify-content: center;
}

.design-property-tab-child {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    border-bottom: 1px solid #e1e1e1;
}

.design-property-tab-child-selected {
    color: #1E9FFF;
    border-bottom: 2px solid #1E9FFF;
}

.widget-placeholder {
    border: 1px dashed #107fff !important;
    margin-bottom: 12px;
    padding-bottom: 10px;
    min-height: 40px;
}

.widget {
    border: 1px dotted #e1e1e1;
    margin-bottom: 12px;
    display: flex;
}

.widget_active {
    border: 1px solid #107fff;
}

.widget-head {
    min-height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    font-size: .7rem;
    max-width: 70px;
    white-space: nowrap;
    overflow: hidden;
    width: 70px;
    background: #e1e1e1;
}

.widget-content {
    padding: 10px;
    padding-left: 15px;
    padding-right: 15px;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    display: flex;
    width: 100%;
}

.widget-label {
    background: #fff;
    padding-left: 15px;
    font-size: .8rem;
}

.layui-icon-close {
    cursor: pointer;
    margin-right: 15px;
    color: #FF5722;
    font-size: 16px;
}

.design-property-content {
    display: flex;
    justify-content: center;
    flex-flow: column;
    padding: 5px;
    font-size: .45rem;
    margin-top: -5px;
}

.design-property-content td {
    font-size: .75rem;
}

::-webkit-scrollbar {
    width: 10px; /*对垂直流动条有效*/
    height: 10px; /*对水平流动条有效*/
}

/*定义滚动条的轨道颜色、内阴影及圆角*/
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, .2);
    background-color: white;
    border-radius: 0px;
}

/*定义滑块颜色、内阴影及圆角*/
::-webkit-scrollbar-thumb {
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #00b5f9;
}

/*定义两端按钮的样式*/
::-webkit-scrollbar-button {
    background-color: #00b5f9;
}

/*定义右下角汇合处的样式*/
::-webkit-scrollbar-corner {
    background: khaki;
}

.layui-tab-content {
    padding-top: 10px;
    z-index: 0;
}

.widget-content-ul {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.widget-content-li {
    padding: 8px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 5px;
    background: #cccccc;
    cursor: pointer;
}

.widget-content-li-checked {
    background: #1E9FFF;
    color: white;
}

.widget-content-ul-add {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.widget-content-ul-item {
    padding: 10px;
    border: 1px solid #cccccc;
    border-radius: 5px;
    display: flex;
    flex-flow: column;
    margin: 5px;
    flex-wrap: wrap;
}

.widget-content-ul-item span {
    line-height: 22px;
    font-size: 13px;
}

.widget-content-ul-item-add {
    padding: 10px;
    border: 1px solid #cccccc;
    min-width: 60px;
    max-width: 200px;
    display: flex;
    margin: 5px;
    justify-content: center;
    align-items: center;
}

.widget_label {
    line-height: 30px;
    max-height: 30px;
    display: flex;
    align-items: center;
    padding-left: 10px;
    border-left: 4px solid #FF5722;
    margin-bottom: 5px;
    width: 100%;
}

.textarea .subsettemplate .attachment .checkbox {
    width: 101%;
    word-break: break-all;
}
