input[type=number] {  
    -moz-appearance:textfield;  
}  
input[type=number]::-webkit-inner-spin-button,  
input[type=number]::-webkit-outer-spin-button {  
    -webkit-appearance: none;  
    margin: 0;  
} 
@-webkit-keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.loading-content{
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    top: 0;
	bottom: 0;
    left: 0;
	right: 0;
    z-index: 9998;
    display: none;
}
.loading-content .loader{
	display: inline-block;
	  width: 40px;
	  height: 40px;
	  color: inherit;
	  vertical-align: middle;
	  pointer-events: none;
	  border: 5px solid rgba(255, 255, 255, 0.5);
	  border-radius: 50%;
	  position: absolute;
	  left: 50%;
	  top: 50%;
	  margin-top: -20px;
	  transform: translate(-50%, -50%);
	  bottom: 0;
}
.loading-content .loader:before{
	content: "";
    display: block;
    width: inherit;
    height: inherit;
    position: absolute;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    top: -5px;
    left: -5px;
    border: 5px solid #e60012;
    border-top-color: #fff;
    border-radius: 50%;
    -webkit-animation: 1s loader linear infinite;
    animation: 1s loader linear infinite;
}
.loading-content .loader:after{
	font-size: 14px;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-top: 12px;
    transform: translate(-40%, 0);
    /*content: "Loading...";*/
}
@media only screen and (max-width: 768px){
	.loading-content{
		height: calc(100vh - 60px);
	}
}
/*下拉选择框样式*/
.section-table .dropdown,
.section-table .dropdown.focus,
.section-table .dropdown:hover,
.section-table .dropdown .selected::after,
.section-table .dropdown.scrollable div::after{
	border: none;
	box-shadow: none;
}
.section-table .dropdown .carat{
	border: 0px solid transparent;
}
.section-table .dropdown .carat{ /*向下的箭头*/
    background: url('https://sanyglobal-img.sany.com.cn/static/img/newsIndex/arrow-down.png');
    width: 14px;
    height: 8.4px;
    background-size: 100%;
    /*right: 5px;*/
    right: 20px;
    margin-top: -3px;
    border-top: 0px solid transparent;
    border-bottom: 0px solid #000;
}
.section-table .dropdown.open .carat{ /*向上的箭头*/
	background: url('https://sanyglobal-img.sany.com.cn/static/img/newsIndex/arrow-down.png');
	width: 14px;
    height: 8.4px;
    background-size: 100%;
    /*right: 5px;*/
    right: 20px;
    margin-top: -3px;
    border-top: 0px solid transparent;
    border-bottom: 0px solid #000;
}
.dropdown{
	border-radius: 0px;
	border: 1px solid #a6a7a8!important;
}
.section-table .dropdown div{
	width: calc(100% + 20px);
	max-height: 450px;
	/*min-height: 170px;*/
	border: none;
	box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.2);
	margin-top: 15px;
}
.section-table .dropdown ul{
	margin: 0;
    padding: 30px 0;
    box-sizing: border-box;
}
.section-table .dropdown li{
	display: inline-block;
    list-style: none;
    margin: 0 16px;
    min-height: 30px;
    line-height: 1.5;
    width: calc(100% - (16px * 2));
    padding: 5px 14px;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 1.6rem;
}
.section-table .dropdown li:nth-of-type(1){
	display: none;
}
.section-table .dropdown li.active{
	font-weight: 700;
}
.section-table .dropdown li.focus{
	color: #000;
	background-color: #f5f5f7;
}
.section-table .dropdown .selected{
	font-size: 1.8rem;
    color: #7c7c7c;
    padding: 0px 20px;
    overflow: hidden;
    line-height: normal;
    line-height: 46px;
}
input:-webkit-autofill {
 -webkit-box-shadow: 0 0 0px 1000px white inset!important;	/**通过边框阴影遮挡住背景*/
 /*-webkit-text-fill-color: #7c7c7c!important;*/
}
/*下拉选择框样式*/
.uiWeb{
	background: #F8F8F8;
}
@media only screen and (max-width: 768px) {
	html,body{font-size:6px;}
}
@media screen and (min-width: 769px) and (max-width: 1024px){
	html,body{font-size: 8px;}
}
@media screen and (min-width: 1025px) and (max-width: 1280px){
	html,body{font-size: 9px;}
}
@media screen and (min-width: 1281px) and (max-width: 1600px){
	html,body{font-size: 10px;}
}
@media screen and (min-width: 1601px){
	html,body{font-size: 10px;}
}
/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand { display: none; }
select:focus,input:focus,textarea,input{outline:none;}
a,img,button,input,textarea{
  -webkit-tap-highlight-color:rgba(255,255,255,0);
}
input,textarea{
	outline:none;
	box-shadow: none;
	background: white;
	list-style: none;
	-webkit-appearance: none!important;
	border-radius:0;
}
select {
    /*appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;*/
}
.section-table{
	margin-bottom: 10rem;
}
.section-table .tit{
	margin: 9.5rem 0 5rem 0;
}
.section-table .tit div:nth-of-type(1){
	font-size: 5.4rem;
	font-weight: bold;
	text-align: center;
	color: #000000;
	margin-bottom: 2rem;
}
.section-table .tit div:nth-of-type(2){
	font-size: 1.8rem;
	text-align: center;
	color: #000000;
}
.section-table .btn{
	width: 330px;
	height: 60px;
	background: #ce2e27;
	text-align: center;
	color: #f9fafb;
	line-height: 60px;
	margin: 0 auto;
	font-size: 3rem;
	cursor: pointer;
	transition: all .2s;
	border: none;
	display: block;
}
.section-table .btn:hover{
    background: #000!important;
}
.section-table .table{
	padding: 0 3rem;
	background: #ffffff;
}
.section-table .table .item .i-tit{
	font-size: 3.6rem;
	font-weight: bold;
	text-align: left;
	color: #000000;
	margin-bottom: 4.3rem;
}
.section-table .table .item  .i-content{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
}
.section-table .table .item  .i-content .my-input{
	display: inline-block;
    /* width: calc((100% - 148px) / 3); */
	width: calc((100% - 40px) / 3);
    margin-bottom: 4rem;
    padding-right: 20px;
    position: relative;
}
.section-table .my-input .tishi,
.section-table .i-content .tishi,
.section-table .i-area-outer .tishi
{
	font-size: 12px;
	color: #f56c6c;
	position: absolute;
	bottom: -20px;
    left: 0;
	display: none;
	transition: all .2s;
}
.section-table .table input,.section-table .table select{
	border: 1px solid #a6a7a8;
	/* width: calc(100% - 40px); */
	width: 100%;
	height: 46px;
	background: white;
	padding: 0 20px;
	font-size: 1.8rem;
	/*color: #7c7c7c!important;*/
	color: #000000;
}
.section-table .table select{
	width: 100%;
	color: #7c7c7c;
}
.section-table .item{
	margin-bottom: 5rem;
}
.section-table .item.alone-item{
	margin-bottom: 9.7rem;
}
.section-table .gray{
	color: #9B9B9B;
}
.section-table .table label{
	width: 50%;
	line-height: 2.4rem;
	height: 6rem;
}
.section-table .table label input{
	width: 2.2rem;
	height: 0rem;
    border: 0px solid #9b9b9b!important;
	background: #ffffff;
	margin-right: 1.3rem;
	float: left;
}
.section-table .i-content label span{
	margin-top: 2px;
	font-size: 1.8rem;
	text-align: left;
	color: #000000;
	display: inline-block;
    width: calc(100% - 4.2rem);
    padding-left: 3.5rem;
}
.section-table .item.alone-item .i-tit{
	margin-bottom: 2.5rem;
}
.section-table .item.alone-item input{
	width: 96%;
	height: 5rem;
	border: 1px solid #a6a7a8;
}
.i-area-outer textarea{
	width: calc(100% - 40px);
	height: 12rem;
	padding: 2rem;
	font-size: 1.8rem;
    color: #000000;
	border: 1px solid #9b9b9b;
}
.i-area-outer .area_note{
	position: absolute;
    top: 20px;
    left: 20px;
    color: #7c7c7c;
    font-size: 1.8rem;
}
.item.capability .i-c-one{
	width: 50%;
	margin-bottom: 3rem;
	position: relative;
}
.table .i-area-outer{
	position: relative;
}
.item.capability .i-c-one div{
	font-size: 1.8rem;
	text-align: left;
	color: #000000;
	margin-bottom: 1rem;
}
.item.capability .i-c-one input{
	border: 1px solid #a6a7a8;
	height: 5rem;
}
.item.capability .i-c-one:nth-child(even) input{
	width: 66%;
	max-width: 380px;
}
.item.capability .i-c-one:nth-child(odd) input{
	width: 50%;
	max-width: 300px;
}
input[type=checkbox]{
    cursor: pointer;
    position: relative;
    width: 2.2rem;
    height: 2.2rem;
}
input[type=checkbox]::after{
    position: absolute;
    top: 3px;
    left:0;
    background-color: #ffffff;
    color: #000;
    width: 2.2rem;
    height: 2.2rem;
    display: inline-block;
    visibility: visible;
    padding-left: 0px;
    text-align: center;
    content: ' ';
    border-radius: 0px;
    border: 1px solid #9b9b9b;
}  
input[type=checkbox]:checked::after{
	background: #1d1d1d!important;
	border-color: #1d1d1d!important;
    content: " \e615";
    font-family:"iconfont";
    font-size: 1.8rem;
    color: white;
    font-weight: bold;
}
/* @media only screen and (max-width: 768px) */
@media only screen and (max-width: 1024px) {
	.section-table{
		margin: 0;
		/*margin-top: 60px;*/
	}
	.section-table .table{
		padding: 0px;
		margin-bottom: 40px;
	}
	.section-table .tit{
		margin: 0;
		padding: 33px 10px  32px 10px;
	}
	.section-table .tit div:nth-of-type(1) {
		font-size: 23px;
	}
	.section-table .tit div:nth-of-type(2){
		font-size: 14px;
	}
	.section-table .table .item .i-content .my-input{
		width: 100%;
		margin-bottom: 17px;
		padding-right: 0px;
	}
	.section-table .table .item .i-tit{
		font-size: 23px;
		margin-bottom: 15px;
	}
	.section-table .table input, .section-table .table select {
		font-size: 14px;
		height: 35px!important;
		padding: 0 15px;
		/* width: calc(100% - 32px); */
	}
	.section-table .table select{
		width: 100%;
	}
	.section-table .table input[type="checkbox"]{
		border: 0;
		height: 0px!important;
	}
	.section-table .table label{
		width: 100%;
		height: 50px;
	}
	input[type=checkbox]::after{
		width: 18px;
		height: 18px;
	}
	input[type=checkbox]:checked::after{
		font-size: 15px;
	    padding-top: 1px;
	    height: 17px;
	}
	.section-table .i-content label span{
		font-size: 14px;
		width: calc(100% - 35px);
		margin-left: 13px;
		line-height: 20px;
		float: right;
	}
	.item.capability .i-c-one{
		width: 100%;
	}
	.item.capability .i-c-one input{
		width: 100% !important;
		max-width: unset !important;
	}
	.i-area textarea{
		padding: 15px;
		width: 100% !important;
		height: 103px!important;
		font-size: 14px;
		margin-top: 17px;
	}
	.i-area-outer textarea{
		width: 100%;
		height: 13rem;
		color: #000000!important;
		font-size: 14px;
		padding: 15px;
	}
	.i-area-outer .area_note{
		top: 12px;left: 12px;font-size: 14px;
	}
	.item.capability .i-c-one div{
		font-size: 14px;
	}
	.section-table .btn{
		/*width: 268px;
		height: 40px;
		line-height: 40px;
		margin: 33px 0 50px 0;
		margin-left: calc((100% - 268px) / 2);
		font-size: 17px;*/
		
		width: 100%;
	    height: 40px;
	    line-height: 40px;
	    margin: 0;
	    margin-left: 0;
	    font-size: 17px;
	}
	.section-table .my-input .tishi,
	.section-table .i-content .tishi,
	.section-table .i-area-outer .tishi
	{
		bottom: -17px;
	}
	.section-table .dropdown .selected{
		line-height: 35px;
		font-size: 14px;
	}
	.otherLange .my-input{
		margin-bottom: 28px!important;
	}
	.otherLange .my-input .tishi{
		top: 30px;
	}
}
select {
    /*border: solid 0px #000!important;*/
    appearance:none!important;
    -moz-appearance:none!important;
    -webkit-appearance:none!important;
	background: url("https://sanyglobal-img.sany.com.cn/static/img/arrow-down.png") no-repeat scroll calc(100% - 10px) center transparent!important;
    background-size: 12px auto!important;
}
input::-webkit-input-placeholder{
	color: #7c7c7c;
}

.dealer .required {
	position: relative;
}
.dealer .required::before {
	content: '*';
	position: absolute;
	top: 14px;
	left: 8px;
	font-size: 20px;
	font-family: Arial;
	font-style: normal;
	font-weight: 400;
	color: #e60000;
}
.dealer .required.required0::before {
	z-index: 3;
}
.dealer .required.required1::before {
	z-index: 1;
	top: 46px;
}
.dealer .required.required2::before {
	top: 20px;
}
@media only screen and (max-width: 1024px) {
	.dealer .required::before {
		content: '*';
		position: absolute;
		top: 11px;
		left: 5px;
		font-size: 18px;
	}
	.dealer .required.required1::before {
		top: 35px;
	}
	.dealer .required.required2::before {
		top: 19px;
	}
}

.banner {
	position: relative;
	width: 100%;
}
.banner .banner-img {
	width: 100%;
	height: auto;
}
.banner .shake {
	display: block;
}
.banner .shakeh {
	display: none;
}
.banner .banner-info {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	padding:0px 48px 56px;
	color: #ffffff;
}
.banner .banner-info img {
	width: 164px;
	height: auto;
}
.banner .banner-info h2 {
	text-shadow: 0px 2px 6px rgb(0 0 0 / 60%);
    font-family: "Alibaba PuHuiTi";
    font-size: 48px;
    font-style: normal;
    font-weight: 800;
    line-height: 40px;
	padding-top: 18px;
}
.banner .banner-info p {
	text-shadow: 0px 2px 6px rgb(0 0 0 / 60%);
    font-family: "Alibaba PuHuiTi";
	font-size: 32px;
	font-weight: 500;
	padding-top: 6px;
}
.requirement {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.requirement h3 {
	font-size: 5.4rem;
	font-weight: bold;
	color: #000;
	padding-top: 34px;
	padding-bottom: 40px;
	padding: 34px 14px 40px;
	text-align: center;
}
.requirement .recruitment-content {
	max-width: 1440px;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	padding: 0 48px;
	gap: 24px;
}
.requirement .recruitment-content div {
	flex: 1;
	position: relative;
	border-radius: 8px;
	background-color: #f9f9f9;
	overflow: hidden;
	padding: 28px 24px;
}
.requirement .recruitment-content img {
	width: 170px;
	height: auto;
	position: absolute;
	top: 0;
	right: 0;
}
.requirement .recruitment-content h4 {
	padding-bottom: 18px;
	border-bottom: 1px solid rgba(0,0,0,0.5);
	color: #181A31;
	font-size: 16px;
	font-weight: 700;
	font-family: Arial;
	font-style: normal;
	margin-bottom: 12px;
}
.requirement .recruitment-content p {
	padding-top: 8px;
	line-height: 22px;
	color: #181A31;
	font-size: 16px;
	font-weight: 400;
	font-family: Arial;
	font-style: normal;
	padding-inline-start: 1em;
	text-indent: -1em;
}
.requirement .recruitment-content p::before {
	content: '';
	display: inline-block;
	margin-inline-end: 6px;
	width: 8px;
	height: 8px;
	border-radius: 8px;
	background-color: rgba(219,1,10,0.5);
	position: relative;
	top: -2px;
}
.process {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.process h3 {
	font-size: 5.4rem;
	font-weight: bold;
	color: #000;
	padding-top: 56px;
	padding-bottom: 70px;
}
.process .process-content {
	max-width: 1440px;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	padding: 0 48px;
	gap: 40px;
}
.process .process-content div {
	flex: 1;
	position: relative;
	border-radius: 4px;
	background-color: #f9f9f9;
	padding: 46px 6px;
}
.process .process-content span {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -44%);
	color: #db010a;
	font-family: Arial;
	font-style: normal;
	font-size: 48px;
	font-weight: 700;
}
.process .process-content img {
	width: 40px;
	height: auto;
	position: absolute;
	top: 50%;
	inset-inline-end: -40px
}
.process .process-content h4 {
	padding-bottom: 12px;
	border-bottom: 1px solid rgba(0,0,0,0.5);
	color: #181A31;
	font-size: 16px;
	font-weight: 700;
	font-family: Arial;
	font-style: normal;
	line-height: 24px;
	height: 64px;
	text-align: center;
}
.process .process-content p {
	padding-top: 8px;
	line-height: 18px;
	color: #181A31;
	font-size: 14px;
	font-weight: 400;
	font-family: Arial;
	font-style: normal;
	padding-inline-start: 1em;
	text-indent: -1em;
}
.process .process-content p::before {
	content: '';
	display: inline-block;
	margin-inline-end: 4px;
	width: 4px;
	height: 4px;
	border-radius: 4px;
	background-color: #181A31;
	position: relative;
	top: -2px;
}
.via-email {
	background-color: #f9f9f9;
	text-align: center;
	padding: 64px 0;
}
.via-email div {
	display: inline-flex;
	width: 100%;
	max-width: 1440px;
	padding: 0 20px;
	align-items: center;
	gap: 36px;
}
.via-email div img {
	width: 162px;
	height: auto;
}
.via-email div p {
	display: flex;
	flex-direction: column;
	align-items: start;
	font-size: 24px;
}
.via-email div p span {
	color: #181A31;
	font-weight: 400;
	font-family: Arial;
	font-style: normal;
}
.via-email div p a {
	color: #c03029;
	font-weight: 700;
	font-family: Arial;
	font-style: normal;
	text-decoration-line: underline;
}


html[lang="ar"] .process .process-content img {
	transform: rotate(180deg);
}

@media only screen and (max-width: 1024px) {
	.banner .shake {
		display: none;
	}
	.banner .shakeh {
		display: block;
	}
	.banner .banner-info {
		position: absolute;
		top: 50%;
		left: 0;
		bottom: auto;
        transform: translateY(-50%);
		width: 100%;
		padding: 0;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.banner .banner-info img {
		width: 120px;
	}
	.banner .banner-info h2 {
		font-size: 28px;
		padding-top: 10px;
	}
	.banner .banner-info p {
		padding-top: 4px;
		font-size: 24px;
	}
	.requirement .recruitment-content {
		max-width: 100vw;
		display: flex;
		flex-direction: column;
		padding: 0 12px;
		gap: 24px;
	}
	.requirement .recruitment-content div {
		width: 100%;
		height: auto;
		padding: 16px;
	}
	.requirement .recruitment-content h4 {
		padding-bottom: 12px;
		margin-bottom: 6px;
	}
	.process h3 {
		padding: 44px 14px 40px;
		text-align: center;
	}
	.process .process-content {
		max-width: 100vw;
		display: flex;
		flex-direction: column;
		padding: 0 12px;
		gap: 24px;
	}
	.process .process-content div {
		width: 100%;
		padding: 16px 6px;
		height: auto;
	}
	.process .process-content span {
		position: absolute;
		top: -4px;
		left: auto;
		inset-inline-end: 10px;
		transform: translate(0, 0);
		color: #db010a;
		font-family: Arial;
		font-style: normal;
		font-size: 48px;
		font-weight: 700;
	}
	.process .process-content img {
		width: 18px;
		height: auto;
        position: absolute;
        top: auto;
        right: auto;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, 190%) rotate(90deg) !important;
		z-index: 1;
	}
	.process .process-content h4 {
		font-size: 18px;
		height: auto;
		text-align: unset;
	}
	.via-email {
		padding: 32px 0;
	}
	.via-email div {
		flex-direction: column;
		gap: 28px;
	}
	.via-email div p {
		align-items: center;
		font-size: 20px;
	}
	.multiselect-title .title-text {
		font-size: 14px !important;
	  }
	  .multiselect-option input::after {
		inset-inline-start: 0px !important;
	  }
		
}

.multiselect-container {
	position: relative;
	width: 100%;
  }
  
  .multiselect-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 8px 20px;
	border: 1px solid #a6a7a8;
	background-color: white;
	cursor: pointer;
	user-select: none;
	transition: border-color 0.2s ease;
	min-height: 46px;
  }
  
  .multiselect-title {
	color: #666;
	font-size: 14px;
	flex: 1;
	display: flex;
	align-items: center;
	min-height: 20px;
  }
  
  .multiselect-title .title-text {
	color: #757575;
	font-weight: normal;
	font-size: 1.8rem;
  }
  
  .multiselect-title.has-selection .title-text {
	display: none;
  }
  
  .selected-container {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	align-items: center;
	width: 100%;
  }
  
  .multiselect-title.has-selection {
	color: #333;
	font-weight: normal;
  }
  
  .multiselect-title .placeholder {
	color: #666;
	font-weight: normal;
  }
  
  .multiselect-arrow {
	color: #666;
	font-size: 12px;
	transition: transform 0.2s ease;
  }
  
  .multiselect-arrow.rotated {
	transform: rotate(180deg);
  }
  
  .multiselect-dropdown {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background-color: white;
	border: 1px solid #ccc;
	border-top: none;
	max-height: 250px;
	overflow-y: auto;
	z-index: 1000;
	display: none;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  }
  
  .multiselect-dropdown.show {
	display: block;
  }
  
  .multiselect-option {
	display: flex;
	align-items: center;
	padding: 12px 16px;
	cursor: pointer;
	transition: background-color 0.2s ease;
	border-bottom: 1px solid #f0f0f0;
  }
  .multiselect-option input {
	border: unset !important;
    width: auto !important;
    height: auto !important;
	position: relative;
	top: -12px
  }
  .multiselect-option input::after {
	inset-inline-start: 8px;
  }
  
  .multiselect-option:last-child {
	border-bottom: none;
  }
  
  .multiselect-option:hover {
	background-color: #f8f9fa;
  }
  
  .option-checkbox {
	margin-right: 10px;
	cursor: pointer;
  }
  
  .multiselect-option label {
	flex: 1;
	cursor: pointer;
	font-size: 14px;
	color: #333;
	height: auto !important;
  }

  @media only screen and (max-width: 1024px) { 
	.multiselect-header {
		line-height:  35px;
		padding-top: 0px;
		padding-bottom: 0px;
		min-height: 35px;
	}
  }  
  
  /* Scrollbar styling */
  .multiselect-dropdown::-webkit-scrollbar {
	width: 6px;
  }
  
  .multiselect-dropdown::-webkit-scrollbar-track {
	background: #f1f1f1;
  }
  
  .multiselect-dropdown::-webkit-scrollbar-thumb {
	background: #c1c1c1;
	border-radius: 3px;
  }
  
  .multiselect-dropdown::-webkit-scrollbar-thumb:hover {
	background: #a8a8a8;
  }
  
  .header-tag {
	display: inline-flex;
	align-items: center;
	padding: 2px 8px;
	background-color: #ccc;
	color: #666;
	border-radius: 12px;
	font-size: 12px;
	gap: 4px;
	white-space: nowrap;
  }
  
  .header-tag .remove-tag {
	cursor: pointer;
	font-weight: bold;
	color: #666;
	opacity: 0.7;
	transition: opacity 0.2s ease;
	margin-left: 2px;
  }