
/** 文字模板 */
.template-text {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.cuber-template-text {
	display: flex;
	justify-content: center;
	align-items: center;
}
.cuber-item-text-box {
	display: flex;
	justify-content: center;
	position: relative;

	font-size: 32px;
	font-weight: 600;

	color: #efd07c;
}
.cuber-item-text-r {
	/* position: relative; */
	right: -8px;
    top: -8px;

	font-size: 18px;
}
.cuber-background-clip {
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	background-color: white;
}


.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 {
	min-height: 217.67px;
	padding: 20px;
	background: #f3f3f3;
	margin: 5px auto 0 auto;
	display: flex;
	justify-content: center
}
.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: 10px auto 0;

	position: relative; /** 纵向标题固定不动 */
	z-index: 1000; /** 纵向标题固定不动 */
}
.header-img {
	width: 100%;
}
.cuber-title-box {
	margin: 0 auto 0 auto;
	opacity: 95%;

	padding: 10px;
	color: #efd07c;
}
/** 纵向标题固定不动 */
.cuber-title-box-parent {
	margin: 5px 5px;
	position: relative;
	z-index: 2000;
}
.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%;

	position: relative; /** 纵向标题固定不动 */
}
.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-out {
	background: none !important;
}
.cuber-title-text .icon-right {
	transform: rotateY(180deg);
	display: inline-block;
}
.cuber-item-box {
	padding: 5px;
	position: relative;
}
.cuber-item-inner-box {
	/* background: #fff; */
	border-radius: 3px;

	width: 250px;
	height: 180px;
}
.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: 150px;
	height: 120px;
}
.item-img-box img {
	max-width: 125px;
	max-height: 125px;
}
.cuber-msg {
	margin: 10px 0 0 8px;
	font-weight: 540;
	color: #555;
	font-size: 20px;
}
.item-info {
	width: 145px;
}
.item-info div {
	line-height: 20px;
	margin-bottom: 5px;
	text-align: center;
	width: 145px;
}
.item-info-brand-id {
	margin-bottom: 5px;
	font-size: 12px;
}
.item-info-name {
	font-size: 12px;
}
.item-info-price {
	font-weight: 540;
	font-size: 15px;
}
.item-info-lei {
	font-size: 12px;
}
.cuber-opration-box {
	margin-top: 15px;
}
.cuber-brand-id-text {
	width: 260px;
	height: 300px;
	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 {
	margin-top: 20px;
	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 {
	margin-top: 10px;
}
.more-single-box {
	margin-top: 4px;
	height: 40px;
}
.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; /* 85px; */
	height: 28px;
	line-height: 28px;
	text-align: center;
	margin-left: 10px;
}
.zoom-box i:hover {
	cursor: pointer;
	color: #009688;

}
.header-img-wrap {
	overflow: hidden;
	border-radius: 5px;
	margin-bottom: 5px;
}
.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-diy2 {
	margin-left: 130px !important;
	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-addon {
	display: table-cell;

}
.form-label {
	float: left;
	display: block;
	padding: 9px 15px;
	font-weight: 400;
	line-height: 20px;
	text-align: right;
}
.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 {
	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 {
	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;
}

