*{
		box-sizing: border-box;
		margin: 0;
		padding: 0;
	}
p{
	margin-bottom: 0;
}
	body{
		overflow-x: hidden;
		width: 100vw;
	}
	
	li{
		list-style: none;
	}
	a{
		text-decoration: none;
	}
	
	.full100{
		width: 100%;
		height: 100%;
	}
	
	.height_full{
		height: 100%;
	}
	
	.width_full{
		width: 100%;
	}
	
	.centers{
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.item_center{
		align-items: center;
	}
	.content_center{
		justify-content:center;
	}
	.content_between{
		justify-content:space-between;
	}
	.content_around{
		justify-content:space-around;
	}
	.text_center{
		text-align: center;
	}
	.flex{
		display: flex;
		
	}
	.column{
		flex-direction: column;
	}
	.wrap{
		flex-wrap: wrap;
	}
	
	.relative{
		position: relative;
	}
	.absolute{
		position: absolute;
	}
	.diynone{
		display: none;
		z-index: 0;
	}
	.none{
		display: none;
	}
	.pl10{
		padding-left: 10px;
	}
	.pl20{
		padding-left: 20px;
	}
	.pl30{
		padding-left: 30px;
	}
	.pl40{
		padding-left: 30px;
	}
	.pLR16{
		padding: 0 16px;
	}
	.xhidden{
		width: 100%;
		overflow-x: hidden;
	}
	:root {
		--mybgc1: #F8F8F8;
		--table-color1: #151515;
		--table-color2: #5B5B5B;
		--table-color3: #8E8E8E;
		--table-border: #e8e8e8;
		--red-color: #C9062C;
	}
	
	* {
		box-sizing: border-box;  
	/* 	font-family: "Source Han Sans", "SimHei", "Source Han Serif","PingFang SC"; */
		/* overflow: hidden; */
	}
	
	input {
		border: none;
		width: 100%;
		height: 100%;
		padding: 2px 6px;
		
	}
	input:focus {
			
	   border: 1px solid #86b7fe;
	  /*  box-shadow: 0 0 0 2px rgba(76, 175, 80, 0.2); */
		outline: none;
	}
	.input_center{
		text-align: center;
	}
	.t_bgc{
		background-color: var(--mybgc1);
	}
	.table_border {
		border: 1px solid var(--table-border);
	}
	
	.border_left {
		border-left: 1px solid var(--table-border);
	}
	
	.border_right {
		border-right: 1px solid var(--table-border);
	}
	
	#customized {
		width: 100%;
		margin-top: 39px;
		font-size: 16px;
		font-weight: normal;
	
	}
	
	.customized_col {
		display: flex;
		height: 60px;
		width: 100%;
		border: 1px solid var(--table-border);
	}
	
	
	.ziduan {
		width: 98px;
		height: 100%;
		font-size: 16px;
		color: var(--table-color1);
		background-color: var(--mybgc1);
		display: flex;
		align-items: center;
		justify-content: space-around;
		padding: 0 8px;
	}
	
	.ziduan_value {
		width: calc(100% - 98px);
	}
	
	.paddLRBody {
		padding-left: 10.9375vw;
		padding-right: 10.9375vw;
	}
	
	
	.customized_content {
		margin-top: 33px;
	}
	
	.t_des {
		width: 100%;
		min-height: 108px;
		padding: 25px;
		line-height: 1.8;
		background-color: var(--mybgc1);
	}
	
	.table_frist_title {
		width: 100%;
		height: 60px;
		padding: 25px;
		border: 1px solid var(--table-border);
		border-top: none;
		display: flex;
		align-items: center;
		
	}
	.table_title {
		width: 100%;
		height: 60px;
		padding: 25px;
		border: 1px solid var(--table-border);
		border-top: none;
		display: flex;
		align-items: center;
		
	}
	.table_frist_Annotation{
		width: 100%;
		border: 1px solid var(--table-border);
		border-top: none;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}
	.Annotation_item{
		display: flex;
		flex-direction: column;
		width: calc(100% / 7);
	}
	.Annotation_item_8{
		display: flex;
		flex-direction: column;
		width: calc(100% / 8);
	}
	.table_frist_img{
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
		
		padding: 24px;
		border: 1px solid var(--table-border);
		border-top: none;
		overflow: hidden;
	}
	
	.table_second_title{
		background-color: var(--mybgc1);
	}
	
	.table_second .customized_col{
		padding: 0 25px;
		border-top: none;
		display: flex;
		align-items: center;
	}
	.table_thirst .customized_col{
		padding: 0 25px;
		border-top: none;
		display: flex;
		align-items: center;
	}
	.diy_upload_btn{
		min-width: 111px;
		margin:0 10px 0 24px;
		background: none;
		padding: 6px 14px;
		border-radius: 16px;
		color: var(--red-color);
		border: 1px solid var(--red-color);
	}
	.table_second_input{
		height: 36px;
		background-color: var(--mybgc1);
		border: 1px solid var(--table-border);
	}
	
	.fangbaopeizhi{
		width: 100%;
		border: 1px solid var(--table-border);
		display: flex;
		flex-wrap: wrap;
	}
	.fangbaopeizhi_item{
		width: calc(100% / 5);
		height: 60px;
		padding: 0 34px;
		border: 1px solid var(--table-border);
		display: flex;
		align-items: center;
		justify-content: space-around;
		
	}
	
	.table_bottom{
		width: 100%;
		padding: 17px 26px 0 26px;
		border: 1px solid var(--table-border);
		border-top: none;
	}
	.table_textarea{
		width: 100%;
		background-color: var(--mybgc1);
		border: none;
		padding:10px 16px;
	}
	textarea::placeholder {
	    color: #E0E0E0; /* 占位符文字颜色 */
	}
	.table_btn{
		width: 100%;
		margin-top: 48px;
		margin-bottom: 80px;
	}
	.customized_col_name{
		display: flex;
	}
	
	input[type='radio'],input[type='checkbox'] {
		display: none;
	          /* appearance: none; 
	          -webkit-appearance: none; 
	          -moz-appearance: none; */
	        }
	.square-radio{
		display: flex;
		position: relative;
		width: 15px;
		height: 15px;
		border: 1px solid var(--table-border);
		cursor: pointer;
		margin-left: 4px;
		margin-top: 3px;
	}
	.square-radio::after{
		content: "✔";
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		font-size: 14px;
		color: #333;
		display: none;
	}
	input[type='radio']:checked + .square-radio::after{
	         color: #C9062C;
			 display: block;
	}
	input[type='checkbox']:checked + .square-radio::after{
	         color: #C9062C;
			 display: block;
	}
	
	.penfang_type{
		width: 100%;
		padding: 0 160px;
		border: 1px solid var(--table-border);
		border-top: none;
	}
	.penfang_type_conten{
		width: 100%;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}
	.type_c_item{
		width: 60%;
		height: 60px;
		padding: 0 34px;
		border: 1px solid var(--table-border);
		display: flex;
		align-items: center;
		justify-content: space-around;
	}
	.type_c_item:nth-child(2n-1){
		width: 40%;
		border-right: none;
	}
	
	.upload-container {
	    max-width: 600px;
	    margin: 30px auto;
	    padding: 20px;
	    border: 2px dashed #ccc;
	    border-radius: 8px;
	}
	.upload-header {
	    text-align: center;
	    margin-bottom: 15px;
	}
	.upload-btn {
	    display: inline-block;
	    padding: 10px 20px;
	    background: #4CAF50;
	    color: white;
	    cursor: pointer;
	    border-radius: 4px;
	    margin-right: 10px;
	}
	.preview-area {
	    margin-top: 20px;
	    display: flex;
	    flex-wrap: wrap;
	    gap: 15px;
	}
	.preview-item {
	    position: relative;
	    width: 120px;
	}
	.preview-img {
	    width: 100%;
	    height: 120px;
	    object-fit: cover;
	    border-radius: 4px;
	    border: 1px solid #eee;
	}
	.remove-btn {
	    position: absolute;
	    top: -8px;
	    right: -8px;
	    width: 24px;
	    height: 24px;
	    background: #ff5252;
	    color: white;
	    border-radius: 50%;
	    text-align: center;
	    line-height: 24px;
	    cursor: pointer;
	    font-size: 12px;
	}
	.file-input {
	    display: none;
	}
	.action-buttons {
	    text-align: center;
	    margin-top: 15px;
	}
	
	@media screen and (min-width:992px) and (max-width:1200px){
		.paddLRBody {
		    padding-left: 6vw;
		    padding-right: 6vw;
		}
		#customized {
			width: 100%;
			font-size: 14px;
		}
		.t_des,.table_title{
			padding: 20px;
		}
	
		.table_second .customized_col,.table_thirst .customized_col{
		    padding: 0 20px;
		}
		
		.penfang_type{
			padding: initial;
		}
	}
	
	@media screen and (min-width:769px) and (max-width:991px){
		.paddLRBody {
		    padding-left: 6vw;
		    padding-right: 6vw;
		}
		.penfang_type{
			padding: initial;
		}
		.t_des {
			min-height: initial;
			padding: 18px;
		}
		.fangbaopeizhi {
		    border: none;
		}
		.fangbaopeizhi_item {
		    width: calc(100% / 4);
		    height: 60px;
		    padding: 0 34px;
		    border: 1px solid var(--table-border);
		    display: flex;
		    align-items: center;
		    justify-content: space-around;
		}
		.fangbaopeizhi>.fangbaopeizhi_item:last-child{
			 width: 75% !important;
		}
		
	
	}
	
	@media screen and (max-width:768px){
		.paddLRBody{
			padding: 0 14px;
		}
		#customized {
			width: 100%;
			font-size: 14px;
		}
		.customized_col{
			flex-wrap: wrap;
			border: none;
			height: initial;
		}
		.customized_top .customized_col .info_item{
			width: 100% !important;
			height: 48px;
			border: 1px solid var(--table-border);
		} 
		.ziduan{
			font-size: 14px;
		}
		.ziduan_value {
			width: calc(100% - 98px);
		}
		.t_des {
		    width: 100%;
		    min-height: initial;
		    padding: 18px;
		}
		.penfang_type{
			padding: 0;
			border: none;
		}
		.border_left{
			border-left: initial;
		}
		.table_frist_Annotation>.Annotation_item:nth-last-child(-n+2){
			display: none;
		}
		.table_frist_Annotation>.Annotation_item:nth-child(7){
			border-right: 1px solid var(--table-border);
		}
		.Annotation_item{
		    width: calc(100% / 3);
		}
		.Annotation_item_8{
		    width: calc(100% / 3);
		}
		.table_frist_img{
			flex-wrap: wrap;
		}
		.img_item{
			width: 80% !important;
		}
		.table_title {
		    width: 100%;
		    height: 60px;
		    padding: 20px;
		}
		.table_second .customized_col{
			font-size: 14px;
		    padding:4px 12px;
		    border: 1px solid var(--table-border);
		}
		.table_second .customized_col input{
			width: 78px !important;
		}
		.customized_col_name{
			height: 40px;
			display: flex;
			align-items: center;
		}
		.customized_col>div>span{
			margin: 0 !important;
		} 
		.table_thirst>.customized_col{
			min-height: 48px;
			border: 1px solid var(--table-border);
			padding: 4px 12px;
		}
		.fangbaopeizhi{
			border: none;
		}
		.type_c_item{
			 height: 48px;
			 padding: 0 12px;
		}
		.fangbaopeizhi_item {
		    width: calc(100% / 2) !important;
		    height: 48px;
		    padding: 0 12px;
		    border: 1px solid var(--table-border);
		    display: flex;
		    align-items: center;
		    justify-content: space-around;
		}
		
	}
	
	
	