 html { font-family: sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; font-size: 62.5%; -webkit-overflow-scrolling: touch; width: 100%; height: 100%; }
	body { -webkit-tap-highlight-color: rgba(0, 0, 0, 0);margin: 0; -webkit-overflow-scrolling: touch; font-size: 1.6rem; line-height: 1.5; background: #f8f8f8; }

	.H-display-none-important { display: none !important; }
	.H-position-relative { position: relative; }
	.H-display-block { display: block; }
	.H-overflow-hidden { overflow: hidden; }
	.H-outline-none { outline-width: 0; }
	.H-line-height-0 { line-height: 0; }
	.H-line-height-normal { line-height: normal; }
	.H-theme-background-color-white { background-color: white; }
	
	.H-float-left { float: left; }
	.H-float-right { float: right; }
	.H-float-none { float: none; }
	.H-clear-both { clear: both; }
	
	.H-box-sizing-border-box { box-sizing: border-box; -webkit-box-sizing: border-box; }
	.H-box-sizing-content-box { box-sizing: content-box; -webkit-box-sizing: content-box; }
	
	.H-horizontal-center { display: -webkit-box; -webkit-box-orient: horizontal; -webkit-box-pack: center; display: box; box-orient: horizontal; box-pack: center; }
	.H-horizontal-left { display: -webkit-box; -webkit-box-orient: horizontal; -webkit-box-pack: start; display: box; box-orient: horizontal; box-pack: start; }
	.H-horizontal-right { display: -webkit-box; -webkit-box-orient: horizontal; -webkit-box-pack: end; display: box; box-orient: horizontal; box-pack: end; }
	.H-flexbox-vertical { display: box; display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-orient: vertical; -webkit-flex-flow: column; flex-flow: column; height: 100%; -webkit-flex-direction: column; flex-direction: column; box-sizing: border-box; -webkit-box-sizing: border-box; }
	.H-flexbox-horizontal { display: box; display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-orient: horizontal; -webkit-flex-flow: row; flex-flow: row; width: 100%; -webkit-flex-direction: row; flex-direction: row; box-sizing: border-box; -webkit-box-sizing: border-box; }	
	.H-flex-flow-row-nowrap { flex-direction: row; flex-wrap: nowrap; -webkit-flex-direction: row; -webkit-flex-wrap: nowrap; }
	.H-flex-item { -webkit-box-flex: 1; -webkit-flex: 1; flex: 1; box-sizing: border-box; -webkit-box-sizing: border-box; }
	.H-horizontal-center { display: -webkit-box; -webkit-box-orient: horizontal; -webkit-box-pack: center; display: box; box-orient: horizontal; box-pack: center; }	
	.H-center-all { display: -webkit-box; -webkit-box-orient: horizontal; -webkit-box-pack: center; -webkit-box-align: center; display: box; box-orient: horizontal; box-pack: center; box-align: center; }
	.H-border-radius-3{ border-radius: 3px; -webkit-border-radius: 3px; }
	.H-border-radius-5-top-both { border-radius: 5px 5px 0 0; -webkit-border-radius: 5px 5px 0 0; }
	.H-border-radius-5 { border-radius: 5px; -webkit-border-radius: 5px; }
	.H-border-radius-5-after:after { border-radius: 5px; -webkit-border-radius: 5px; }
	.H-border-radius-15 { border-radius: 15px; -webkit-border-radius: 15px; }
	.H-border-radius-15-after:after { border-radius: 15px; -webkit-border-radius: 15px; }
	.H-border-radius-circle { border-radius: 50%; -webkit-border-radius: 50%; }
	.H-border-radius-circle-after:after { border-radius: 50%; -webkit-border-radius: 50%; }
	
	.H-margin-5 { margin: 5px;}
	.H-margin-10 { margin: 10px;}
	.H-margin-horizontal-both-15 { margin-left: 15px; margin-right: 15px; }
	.H-margin-horizontal-both-10 { margin-left: 10px; margin-right: 10px; }
	.H-margin-horizontal-both-5 { margin-left: 5px; margin-right: 5px; }
	.H-margin-horizontal-both-7 { margin-left: 7px; margin-right: 7px; }
	.H-margin-vertical-both-10 { margin-top: 10px; margin-bottom: 10px; }
	.H-margin-horizontal-left-5 { margin-left: 5px; }
	.H-margin-horizontal-left-10{ margin-left: 10px; }
	.H-margin-vertical-bottom-10 { margin-bottom: 10px; }
	.H-margin-vertical-top-10 { margin-top: 10px; }
	.H-padding-3 { padding: 3px; }
	.H-padding-5 { padding: 5px; }
	.H-padding-10 { padding: 10px; }
	.H-padding-horizontal-both-5 { padding-left: 5px; padding-right: 5px; }
	.H-padding-horizontal-both-10 { padding-left: 10px; padding-right: 10px; }
	.H-padding-horizontal-both-15 { padding-left: 15px; padding-right: 15px; }
	.H-padding-horizontal-both-20 { padding-left: 20px; padding-right: 20px; }
	.H-padding-vertical-both-5 { padding-top: 5px;padding-bottom: 5px; }
	.H-padding-vertical-both-10 { padding-top: 10px;padding-bottom: 10px; }
	.H-padding-vertical-both-20 { padding-top: 20px;padding-bottom: 20px; }
	.H-padding-vertical-top-5 { padding-top: 5px; }
	.H-padding-vertical-top-10 { padding-top: 10px; }
	
	.H-padding-vertical-bottom-5 { padding-bottom: 5px; }
	.H-padding-vertical-bottom-10 { padding-bottom: 10px; }
	.H-padding-horizontal-left-5 {padding-left: 5px;}
	.H-padding-horizontal-right-5 {padding-right:5px;}
	.H-padding-horizontal-left-10 {padding-left: 10px;}
	.H-padding-horizontal-right-10 {padding-right:10px;}
	
	.H-outline-none { outline-width: 0; }
	.H-border-none { border-width: 0; outline-width: 0; }
	
	.H-theme-background-color-transparent { background-color: rgba(0,0,0,0); }
	
	
	.H-width-100-percent { width: 100%; }
	.H-height-100-percent { height: 100%; }

	.H-font-size-10 { font-size: 1rem; }
	.H-font-size-11 { font-size: 1.1rem; }
	.H-font-size-12 { font-size: 1.2rem; }
	.H-font-size-13 { font-size: 1.3rem; }
	.H-font-size-14 { font-size: 1.4rem; }
	.H-font-size-15 { font-size: 1.5rem; }
	.H-font-size-16 { font-size: 1.6rem; }
	.H-font-size-18 { font-size: 1.8rem; }
	.H-font-size-20 { font-size: 2rem; }
	.H-font-size-22 { font-size: 2.2rem; }
	.H-font-size-24 { font-size: 2.4rem; }
	.H-font-size-26 { font-size: 2.6rem; }
	
	.H-font-weight-bold { font-weight: bold; }
	.H-font-weight-normal { font-weight: normal; }
	.H-font-weight-500 { font-weight: 500; }
	.H-font-weight-600 { font-weight: 600; }

	/* 文本对齐 */
	.H-text-align-center { text-align: center; }
	.H-text-align-left { text-align: left; }
	.H-text-align-right { text-align: right; }

	.H-text-show-row-1, .H-text-show-row-2, .H-text-show-row-3, .H-text-show-row-4, .H-text-show-row-5 { overflow: hidden; text-overflow: ellipsis; display: box; display: -webkit-box; word-wrap: break-word; white-space: normal !important; -webkit-box-orient: vertical; }
	.H-text-show-row-1 { line-clamp: 1; -webkit-line-clamp: 1; }
	.H-text-show-row-2 { line-clamp: 2; -webkit-line-clamp: 2; }
	.H-text-show-row-3 { line-clamp: 3; -webkit-line-clamp: 3; }
	.H-text-show-row-4 { line-clamp: 4; -webkit-line-clamp: 4; }
	.H-text-show-row-5 { line-clamp: 5; -webkit-line-clamp: 5; }
	
	.H-touch-active { }
	.H-touch-active:active { background: #f4f4f4; }
	
	
	/*切换滑块*/
	.H-switch { -webkit-touch-callout: none; cursor: pointer; overflow: hidden; width: 46px; height: 26px; border: 1px solid #dddddd; box-shadow: #dfdfdf 0 0 0 0 inset; border-radius: 13px; background-clip: content-box; -webkit-appearance: none; -webkit-user-select: none; outline: none; transition: border cubic-bezier(0, 0, 0, 1) 0.2s, box-shadow cubic-bezier(0, 0, 0, 1) 0.2s; -webkit-transition: border cubic-bezier(0, 0, 0, 1) 0.2s, box-shadow cubic-bezier(0, 0, 0, 1) 0.2s; }
	.H-switch:before { width: 24px; height: 24px; position: absolute; top: 0; left: 0; border-radius: 13px; -webkit-border-radius: 13px; background-color: #fff; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4); content: ''; transition: left 0.2s; -webkit-transition: left 0.2s; text-transform: uppercase; }
	.H-switch:checked { transition: border ease 0.2s, box-shadow ease 0.2s, background-color ease 0.6s; -webkit-transition: border ease 0.2s, box-shadow ease 0.2s, background-color ease 0.6s; }
	.H-switch:checked:before { left: 20px; transition: left 0.2s; -webkit-transition: left 0.2s; }
	.H-switch.theme-font-green:checked { border-color: rgba(27, 196, 125); box-shadow: rgba(27, 196, 125) 0 0 0 26px inset; background-color: rgba(27, 196, 125); }
	
	.H-checkbox, .H-radio { cursor: pointer; -webkit-touch-callout: none; width: 22px; height: 22px; text-align: center; line-height: 22px; border: 1px solid #dddddd; box-shadow: #dfdfdf 0 0 0 0 inset; background-clip: content-box; -webkit-appearance: none; -webkit-user-select: none; outline: none; transition: border cubic-bezier(0, 0, 0, 1) 0.2s, box-shadow cubic-bezier(0, 0, 0, 1) 0.2s; -webkit-transition: border cubic-bezier(0, 0, 0, 1) 0.2s, box-shadow cubic-bezier(0, 0, 0, 1) 0.2s; background: transparent; }
	.H-checkbox.H-theme-background-color-white, .H-radio.H-theme-background-color-white { background: white; }
	.H-checkbox:checked, .H-radio:checked { transition: border ease 0.2s, box-shadow ease 0.2s, background-color ease 0.6s; -webkit-touch-callout: none; -webkit-transition: border ease 0.2s, box-shadow ease 0.2s, background-color ease 0.6s; }
	.H-checkbox:checked:before, .H-radio:checked:before { width: 22px; height: 22px; line-height: 22px; content: '\2713'; -webkit-touch-callout: none; }
	.H-checkbox.H-checkbox-fill.H-theme-font-color9:checked, .H-radio.H-radio-fill.H-theme-font-color9:checked { color: #fff; border-color: #5cb85c; box-shadow: #5cb85c 0 0 0 26px inset; background-color: #5cb85c; }
	
	.H-theme-background-color6 { background-color: #337ab7; }
	.H-theme-background-color6-click:active { background-color: #266dab; }
	
	body{
		height:100%;
		width:100%;
		margin: 0;
		padding: 0;
		background-color:rgba(233,233,234);
	}
	
	.font-color-green{
		rgba(27, 196, 125);
	}
	
	.user-select-none{
		-webkit-user-select:none;
		-moz-user-select: none; 
		-ms-user-select: none; 
		user-select: none; 
	}
	
	.editor-header {
	 	margin:0 auto;position:fixed;top:0;
	    top: 0;
	    width: 100%;
	    border-bottom: 1px solid rgba(233, 233, 234);
	    /*
	    border-style: solid;
	    border-bottom-width: 1px;    
	    border-bottom-color: rgba(233, 233, 234);*/
	    background-color: #ffffff;
	    padding-left: 32px;
	    padding-right: 32px;
	    padding-bottom: 8px;
	    padding-top: 8px;
	    /*padding-top:calc(5px + env(safe-area-inset-top));]*/
	    z-index:100;
	}
	
	.head-separator {
		flex-shrink: 0;
	    width: 1px;
	    margin-left: 4px;
	    margin-right: 4px;
	    height: 40px;
	    background-color: rgba(233, 233, 234);
	}
	
	.is-button-none{
		color: #adb5bd;
		flex-direction: row;
		line-height:1;
		column-gap: 8px;
		display: flex;
    	align-items: center;
	}
	
	.is-link-button{
	
	  -webkit-user-drag: none;
	  user-select: none;
	  -moz-user-select: none;
	  -webkit-user-select: none;
	  -ms-user-select: none;
	  text-decoration:none;
	}
	
	.is-background-gray-button {
		text-align: center;
		cursor: pointer;
		width:18px;
		height:18px;
		text-align: center; 
		display: flex;
    	align-items: center;
    	justify-content: center;background-color:#e9e9e9
	}
	
	
	.is-button-backgray-colorgreenactive{
		color: rgba(32, 40, 45);
		background-color: rgba(248, 249, 250);/*#e9e9ea*/
		cursor: pointer;
		flex-direction: row;
		line-height:1;
		column-gap: 8px;
		display: flex;
    	align-items: center;
    	
	}

	.is-button-backgray-colorgreenactive:active{
		color: #1BC47D;
		background-color: rgba(27, 196, 125,0.1);
	}
	
	.is-button-backlightgreen-colorgreen-selected{
		line-height:1;
		color: #1BC47D;
		background-color: rgba(27, 196, 125,0.1);
	}
	
	.is-button-backgrayhover-colorgreenactive{
		color: rgba(32, 40, 45);
		cursor: pointer;
		flex-direction: row;
		line-height:1;
		column-gap: 8px;
		display: flex;
    	align-items: center;
    	
	}

	

	.is-button-backgrayhover-colorgreenactive:hover{
		background-color: rgba(248, 249, 250);/*#e9e9ea*/
	}


	.is-button-backgrayhover-colorgreenactive:active{
		color: #1BC47D;
		background-color: rgba(27, 196, 125,0.1);
	}
	.is-button-backgrayhover-colorgreenactive  .button-icon{
		font-size:30px;
	}
	
	.is-button-icon-backgrayhover,.is-button-icon-backgrayhover-backgreenactive{
		color: rgba(32, 40, 45);
		cursor: pointer;
		width:35px;
		height:35px;
		font-size:30px;
		text-align: center; 
		display: flex;
    	align-items: center;
    	justify-content: center;
    	background-color:#ffffff;
     	
	}
	
	.is-button-icon-none{
		color: #adb5bd;
		cursor: pointer;
		width:35px;
		height:35px;
		font-size:30px;
		text-align: center; 
		display: flex;
    	align-items: center;
    	justify-content: center;
    	background-color:#ffffff;
     	
	}
	
	.is-button-icon-backgrayhover:hover,.is-button-icon-backgrayhover-backgreenactive:hover{
		background-color:rgba(248, 249, 250);/*#e9e9ea*/
	}
	.is-button-icon-backgrayhover-backgreenactive .button-icon{
		font-size:30px;
	}
	.is-button-none  .button-icon{
		font-size:30px;
	}
	.is-button-icon-none  .button-icon{
		font-size:30px;
	}
	.is-button-icon-backgrayhover-backgreenactive:active{
		color: #ffffff;
		background-color: rgba(27, 196, 125);
	}
	
	.is-button-icon-backgrayhover-backgreenactive-selected{
	
		color: #ffffff;
		cursor: pointer;
		width:35px;
		height:35px;
		font-size:30px;
		text-align: center; 
		display: flex;
    	align-items: center;
    	justify-content: center;
    	background-color:rgba(27, 196, 125);
	
	}
	.is-button-icon-backgrayhover-backgreenactive-selected .button-icon{
		font-size:30px;
	}
	
	.is-button-colorgreen-backgreenhover{
	
		color:rgba(27, 196, 125);
		cursor: pointer;

		
	}
	.is-button-colorgreen-backgreenhover:hover{
		color:rgba(24, 179, 113);
	}
	


	.is-button-backgray-hover{
	
		background-color:rgb(243 ,244, 246);
		/*background-color:#232330;*/
		/*background-color: rgb(229 231 235);*/
		cursor: pointer;
		text-align: center; 
		display: flex;
    	align-items: center;
    	justify-content: center;
	}
	
	.is-button-backgray-hover:hover{
		/*background-color:#2C2D36;*/
		/*background-color:#e5e7eb;*/
		background-color: rgb(229, 231, 235);
	}
	
	.is-div-backgray-hover:hover{
		/*background-color:#2C2D36;*/
		/*background-color:#e5e7eb;*/
		background-color: rgb(229, 231, 235);
	}
	
	.is-button-disable{
		color:#adb5bd;
		background-color:#eeeeee;
		font-size: 14px;font-weight: 600;text-align: center;
		 box-sizing: border-box;
		/*border: 1px solid #adb5bd;*/
	}
	
	.is-button-backgreen-hover{
		color:#ffffff;
		cursor: pointer;
		
		font-size: 14px;font-weight: 600;text-align: center;
		background-color:rgba(27, 196, 125);
	}
	.is-button-backgreen-hover:hover{
		background-color:rgba(24, 179, 113);
	}
	
	.is-button-backblue-hover{
		color:#ffffff;
		cursor: pointer;
		
		font-size: 14px;font-weight: 600;text-align: center;
		background-color:rgba(74, 118, 158);
		
	}
	.is-button-backblue-hover:hover{
	background-color:rgba(67, 107, 143);
		
	}
	
	.is-button-backpink-hover{
		color:#ffffff;
		cursor: pointer;
		font-size: 14px;font-weight: 600;text-align: center;
		background-color:#ff7f8a;
	}
	.is-button-backpink-hover:hover{
		background-color:#e8747e;
	}
	
	
	.is-button-backgreen-none{
		color:#f0f2f8;
		
		font-size: 14px;font-weight: 600;text-align: center;
		background-color:#84e4b4;
		-webkit-user-select:none;
		-moz-user-select: none; 
		-ms-user-select: none; 
		user-select: none; 
	}
	
	.is-button-backbulegreen-hover{
		color:#ffffff;
		cursor: pointer;
		font-size: 14px;font-weight: 600;text-align: center;
		background-color:rgba(77, 183, 173);
	}
	.is-button-backbulegreen-hover:hover{
		background-color:rgba(70, 165, 156);
	}
	
	.page-main-title{
		font-size:45px;
	}
	
	

	
	

	.cardscover-container{
		box-sizing: border-box;width:100%;position:relative;padding-bottom:100%;height:0;
	}
	
	.cardscover-container .cardscover-background-panel{
		box-sizing: border-box;position: absolute;top:0;bottom: 0;width:100%;display: flex;justify-content: center;align-items: center;padding:5px;
	}
	
	.cardscover-container .cardscover-background-image{
		position: absolute;
		  top: 0;
		  left: 0;
		  right: 0;
		  bottom: 0;
		 
		  background-size:100% 100%;
		 /*	clip-path: inset(0 round 0.75rem 0.75rem 0 0);*/
		 
		  background-repeat:no-repeat;
		  
		  background-position: center; /* 或其他你想要的背景位置 */
		  filter: blur(1px); /* 调整模糊程度 */
		  z-index: -1; /* 确保伪元素在内容之下 */
	}
	
	.cardscover-container .backgroundimage img{
		max-width: 100%;max-height: 100%;object-fit: contain; /* 保持宽高比 */object-position: center; /* 图片居中 */
	}
	
	/* 原始 Tailwind 类名: w-72 bg-white shadow-md rounded-xl duration-500 hover:scale-105 hover:shadow-xl */
 
	.customer-padding{
		padding-left: 10px;
		padding-right:10px;
	}
	  
	.div-box-shadow-hover {
	  /* shadow-md 对应一定的 box-shadow 值 */
	  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06), 0 -1px 2px -1px rgba(0, 0, 0, 0.06); 
	  /* rounded-xl 对应较大的 border-radius 值 */
	  border-radius: 0.75rem; /* Tailwind 的 xl 圆角大小 */
	  /* duration-500 是 Tailwind 的动画时长，但纯 CSS 中需要配合 transition 属性使用 */
	  transition: all 0.5s ease; /* 假设所有属性都应该有动画效果，且持续时间为 0.5s */
	}
	 
	/* hover 伪类 */
	.div-box-shadow-hover:hover {
	  /* scale-105 对应 transform: scale(1.05); */
	  transform: scale(1.00);
	  /* shadow-xl 对应比 shadow-md 更大的 box-shadow 值（注意：这里我使用了 shadow-xl 而不是你原始代码中的 hover:shadow-x，因为 x 不是一个有效的 Tailwind shadow 类名，我假设你想要的是更大的阴影） */
	  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05),0 -2px 4px -2px rgba(0, 0, 0, 0.05);;
	}
	
	
	
	
	/*图片虚化*/
	.div-with-blurred-background {

 
  position: relative; /* 确保伪元素能够相对于这个 div 定位 */
  z-index: 1; /* 确保内容在伪元素之上 */
  /* 其他样式 */
}
 
.div-with-blurred-background::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /*
  background-image: url('${pageContext.request.contextPath}/cardsfactory/emptytemplatedesign/image/2.jpg');
  */
  background-size:100% 100%;
	clip-path: inset(0 round 0.75rem 0.75rem 0 0);
 
  background-repeat:no-repeat;
  
  background-position: center; /* 或其他你想要的背景位置 */
  filter: blur(1px); /* 调整模糊程度 */
  z-index: -1; /* 确保伪元素在内容之下 */
}



	
@media screen and (max-width: 840px) {
		  .mobile-none {
		    display: none;
		  }
		  .page-none{
		   display: block;
		  }
		  
		  .page-main-title{
				font-size:25px;
		  }
		  
		
		.customer-padding{
			padding-left: 5px;
			padding-right:5px;
			
		}
}
	