.kit-content-wrap {
    padding-bottom: 50px;
    min-width: 860px;
    width: 76%;
}
.clear-btn {
    border: 1px solid #d2d2d2;
    border-radius: 2px;
    padding: 1px 3px;
    color: #666;
    cursor: pointer;
}
.clear-open-btn {
    border: 1px solid #d2d2d2;
    border-radius: 2px;
    padding: 1px 8px;
    color: #666;
    cursor: pointer;
    height: 28px;
    line-height: 28px;
    margin-left: 10px;
}
.center-box {
    width: 860px;
    margin: 0 auto;
}
.cuber-show-box {
    display: flex;
    min-height: 217.67px;
    padding: 20px 10px;
    background: #f3f3f3;
    margin: 25px auto 0 auto;
    width: max-content; /** 自己适应宽度 */
}
.text-line {
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-width: 331px;
}
.acbtn-box {
    line-height: 30px;
}
.cuber-item-title-box {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}
.cuber-header-wrap {
    margin: 0 auto;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.header-img {
    /* width: 100%; */
}
.logo-img-content {
    position: absolute;
}
.header-img-logo {
    position: relative;
    width: 100px;
    z-index: 20000;
}
.cuber-title-box {
    margin: -40px auto 0 auto;
    opacity: 95%;
}
.cuber-title-box {
    margin: 20px auto 0 auto;
    opacity: 95%;
}
/* 左右布局 title */
.cuber-title-LR-recommed {
    font-size: 24px;
    font-weight: bold;
}
.cuber-title-LR-btmline {
    height: 2px;
    margin-top: 8px;
}
.goods-imger-content-box {
    width: 95%;
    margin: 10px auto;
}
.goods-imger-choosed {
    border: 1px solid #e1e1e1;
    border-radius: 2px;
    min-height: 160px;
    overflow: hidden;
}
.goods-imger-input-box {
    margin-top: 10px;
    height: 33px;
}
.goods-imger-btn {
    margin-left: 12px;
    height: 32px;
}
.goods-imger-one {
    width: 150px;
    height: 150px;
    border-radius: 5px;
    background-size: 50px, 50px;
    margin: 5px;
    border: 1px solid #e1e1e1;
    float: left;
    position: relative;
}
.goods-imger-one img {
    width: 150px;
}
.goods-imger-one i {
    display: none;
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 5px;
}
.goods-imger-one i:hover {
    color: #009688;
}
.cuber-items-box {
    margin: 0 auto;
}
.cuber-title-line {
    width: 100%;
    height: 3px;
    margin: 0 auto;
    border-radius: 40%;
}
.cuber-title-text-box {
    position: relative;
}
.cuber-title-text-box i {
    font-size: 20px;
}
.cuber-title-text {
    background: #fff;
    padding: 5px;
    letter-spacing: 1px;
    border-radius: 15px;
    border-left: 3px solid;
    border-right: 3px solid;
    border-color: rgba(255, 255, 255, 0);
}
.cuber-title-text .icon-right {
    transform: rotateY(180deg);
    display: inline-block;
}
.cuber-item-box {
    /* width: -moz-available;
    width: -webkit-fill-available;
    width: fill-available; */
    width: 50%;
    padding: 5px;
    position: relative;
}
.cuber-item-box-txt {
    height: 100%;
}
.cuber-item-box-line {
    width: 2px;
    height: 100%;
}
.cuber-item-line-content {
    width: 100%;
    height: 90%;
    background-color: #C9C9C9;
}
.cuber-item-inner-box {
	/* background: #fff; 只有单模板去掉背景图 */
    border-radius: 3px;
}
.cuber-close-btn {
    display: none;
    border: 1px solid #ddd;
    border-radius: 100%;
    font-weight: bold;
    color: #666;
    position: absolute;
    right: 7px;
    top: 7px;
    width: 16px;
    height: 16px;
    text-align: center;
}
.cuber-close-btn:hover {
    color: #009688;
    border-color: #009688;
    cursor: pointer;
}
.item-img-box {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.item-img-box img {
    width: 100%;
}
.cuber-msg {
    margin: 10px 0 0 8px;
    font-weight: 540;
    color: #555;
    font-size: 20px;
}
.item-info-brand-id {
    margin-bottom: 10px;
    font-size: 12px;
}
.cuber-opration-box {
    margin-top: 15px;
}
.cuber-brand-id-text {
    width: 260px;
    height: 220px;
    border: 1px solid #ddd;
    resize: none;
    padding: 5px;
    margin-top: 10px;
    border-radius: 5px;
}
.moment-text-box {
    margin-top: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.moment-text-title {
    padding: 5px 0;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
}
.moment-text-title:hover {
    color: #009688;
}
.moment-copy-btn {
    display: inline-block;
    float: right;
}
#moment-text {
    padding: 1%;
    width: 98%;
    height: 120px;
    border: none;
    resize: none;
    margin-top: 10px;

}
.input-btn-box {
    margin: 30px 0 0 0;
    width: 560px;
}
.opration-right-box {
    line-height: 30px;
    margin-bottom: 10px;
}
.opration-right-box .title {
    width: 125px;
    text-align: right;
    padding-right: 5px;
}
.atbtn-title {
    margin-top: 5px;
}
.capture-btn-box,
.capture-btn-inner-box {
    width: 150px;
    overflow: hidden;
}
input {
    width: 417px;
    padding: 0 5px;
    height: 30px;
    border: 1px solid #ddd;
    border-radius: 3px;

}
.operation-right-content {
    width: 430px;
    min-height: 30px;
}
.click-btn-box {
    width: 540px;
}
.capture-btn-all {
    margin-top: 10px;
}
.more-btn-box .capture-btn {
    margin-left: 10px;
}
#more-btn-one {
    width: 600px;
}
#more-btn-one .acbtn-box, #more-btn-radio .acbtn-box {
    /* flex-direction: ; */
    margin-top: 10px;
}
.error-msg-box {
    margin: 5px auto;
}
.error-msg {
    border: 1px #f56c6c dashed;
    padding: 5px auto;
}
#my-color-btn .acbtn-box {
    line-height: 28px;
    margin-top: 0;
    border-color: #d2d2d2;
}
.my-color-refresh-box {
    line-height: 30px;
    margin-left: 10px;
}
.my-color-refresh-box:hover {
    cursor: pointer;
    color: #009688;
}
#my-color-color-box {
    min-height: 40px;
    border: 1px solid #e1e1ee;
    border-radius: 5px;
    margin-top: 10px;
}
#my-color-color-box .acbtn-box {
    line-height: 28px;
    margin: 5px;
}
#add-alp-box .acbtn-box, #add-radio-box .acbtn-box {
    margin-right: 0;
    margin-left: 10px;
    margin-top: 0px;
}
.enhance-color {
    line-height: 32px;
}
.enhance-color span:hover{
    color: #009688;
}
#content-canvas-all img {
    max-width: 200px;
    max-height: 180px;
    float: left;
    margin: 5px;
}
.zoom-box {
    border: 1px solid #ddd;
    border-radius: 2px;
    width: 120px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    margin-left: 10px;
}
.zoom-box i:hover {
    cursor: pointer;
    color: #009688;

}
.header-img-wrap {
    overflow: hidden;
}
.layui-btn-diy {
    line-height: 29px;
    height: 30px;
    border-color: #d2d2d2;
    background: 0 0;color: #666;
}
.layui-btn-diy:hover {
    border-color: #009688;
    color: #333;
}
.layui-btn-diy+.layui-btn-diy-l130 {
	margin-left: 130px !important;
}
.layui-btn-diy+.layui-btn-diy-t10 {
	margin-top: 10px !important;
}
.top-wrap {
    width: 100%;display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    z-index: 9;
}
.top-wrap-title {cursor: none;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 1.2rem;
    font-weight: bold;
}
.top-wrap-title:hover{
    opacity: 1;
}
.input-group {
    display: flex;
    width: 100%;
    justify-content: center;
    height: 30px;
    margin-top: 20px;
}
.input-group .form-control,
.input-group .sub-form-control,
.input-group-addon {
    display: table-cell;

}
.form-label {
    float: left;
    display: block;
    padding: 9px 15px;
    font-weight: 400;
    line-height: 20px;
    text-align: right;
}
.form-control, .sub-form-control {
    width: 50%;
    padding-left: 10px;
    height: 38px;
    line-height: 1.3;
    border-width: 1px;
    border-style: solid;
    background-color: #fff;
    border-radius: 2px;
    border-color: #e6e6e6;
    box-sizing: border-box;
}
.form-control-select, .sub-form-control-select {
    width: 60%;
    padding-left: 10px;
    height: 38px;
    line-height: 1.3;
    border-width: 1px;
    border-style: solid;
    background-color: #fff;
    border-radius: 2px;
    border-color: #e6e6e6;
    box-sizing: border-box;
}
.form-control:focus, .sub-form-control:focus {
    border-color: #C9C9C9 !important
}
.input-group-addon {
    width: 10%;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background-color: #eee;
    border-radius: 2px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

