﻿.container_box {
	padding-bottom: 420px;
}

.container {
	background-color: #fff;
	position: relative;
	z-index: 1;
}

.header_box {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 1300px;
	font-family: "Microsoft YaHei", Arial;
	z-index: 3;
	border-bottom: 1px solid transparent;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.header {
	width: 100%;
	height: 80px;
	padding: 0 40px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;

}



.header>div {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.header .logo {
	width: 202px;
	height: 25px;
	padding: 27px 0;
}

.header .logo a {
	display: block;
	width: 100%;
	height: 100%;
}

.header .logo img {
	display: block;
	height: 100%;
}

.header .logo img.logo2 {
	display: none;
}

.header ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: 110px;
	font-size: 18px;
}

.header ul li {
	line-height: 80px;
	color: #fff;
	padding-right: 20px;
	margin-right: 60px;
	background: url(/frontend/img/icon_down.png) no-repeat right center;
	cursor: pointer;
}

.header ul li.not {
	background-image: none;
	margin-right: 40px;
}

.header ul li.not a {
	color: #fff;
}


.header .click {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-moz-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header .click .language_btn {
	height: 40px;
	line-height: 40px;
	padding-right: 18px;
	background: url(/frontend/img/icon_down.png) no-repeat right center;
	-o-background-size: 12px 7px;
	background-size: 12px 7px;
	color: #fff;
	cursor: pointer;
}

.header .click .search_btn {
	width: 40px;
	height: 40px;
	background: url(/frontend/img/icon_search.png) no-repeat center;
	-o-background-size: 15px 15px;
	background-size: 15px 15px;
	margin: 0 10px 0 20px;
	cursor: pointer;
}

.header .click .menu_btn {
	width: 40px;
	height: 40px;
	background: url(/frontend/img/icon_menu.png) no-repeat right center;
	-o-background-size: 24px 19px;
	background-size: 24px 19px;
}


.header_box.active {
	background-color: #fff;
	border-color: #f5f5f5;
}

.header_box.active .header .logo img.logo1 {
	display: none;
}

.header_box.active .header .logo img.logo2 {
	display: block;
}

.header_box.active .header ul li {
	color: #333;
	background: url(/frontend/img/icon_down2.png) no-repeat right center;
}

.header_box.active .header ul li.not {
	background-image: none;
}

.header_box.active .header ul li.not a {
	color: #333;
}

.header_box.active .header .click .language_btn {
	background: url(/frontend/img/icon_down2.png) no-repeat right center;
	-o-background-size: 12px 7px;
	background-size: 12px 7px;
	color: #333;
}

.header_box.active .header .click .search_btn {
	background: url(/frontend/img/icon_search2.png) no-repeat center;
	-o-background-size: 15px 15px;
	background-size: 15px 15px;
}

.header_box.active .header .click .menu_btn {
	cursor: pointer;
	background: url(/frontend/img/icon_menu2.png) no-repeat right center;
	-o-background-size: 24px 19px;
	background-size: 24px 19px;
}

.header_box.active .header .click .menu_btn:hover,
.header_box.active .header .click .menu_btn.active {
	background: url(/frontend/img/icon_menu3.png) no-repeat right center;
	-o-background-size: 22px 23px;
	background-size: 22px 23px;
}

.header_box.active .header ul li:hover,
.header_box.active .header ul li.active {
	color: #EB611E;
	background: url(/frontend/img/icon_up.png) no-repeat right center;
}

.header_box.active .header ul li.not:hover,
.header_box.active .header ul li.not.active,
.header_box.active .header ul li.not:hover a,
.header_box.active .header ul li.not.active a {
	color: #EB611E;
	background-image: none;
}

.header_box.active .header .click .language_btn:hover,
.header_box.active .header .click .language_btn.active {
	background: url(/frontend/img/icon_up.png) no-repeat right center;
	color: #EB611E;
}

.header_box .language {
	display: none;
	width: 100%;
	height: 80px;
	background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#F5F5F5));
	background-image: -webkit-linear-gradient(left, #fff, #F5F5F5);
	background-image: -moz-linear-gradient(left, #fff, #F5F5F5);
	background-image: -o-linear-gradient(left, #fff, #F5F5F5);
	background-image: linear-gradient(to right, #fff, #F5F5F5);
}

.header_box .language>div {
	width: 1600px;
	margin: 0 auto;
	background-color: #F5F5F5;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.header_box .language>div span {
	width: 480px;
	line-height: 80px;
	background-color: #fff;
	font-size: 20px;
	color: #000;
}

.header_box .language>div ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header_box .language>div li {
	margin-left: 75px;
	font-size: 16px;
}

.header_box .language>div li a:hover,
.header_box .language>div li a.active {
	color: #EB6120;
}

.header_box .menu_box {
	width: 100%;
	background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#F5F5F5));
	background-image: -webkit-linear-gradient(left, #fff, #F5F5F5);
	background-image: -moz-linear-gradient(left, #fff, #F5F5F5);
	background-image: -o-linear-gradient(left, #fff, #F5F5F5);
	background-image: linear-gradient(to right, #fff, #F5F5F5);
	display: none;
}

.header_box .menu_box .menu {
	width: 1600px;
	margin: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	background-color: #F5F5F5;
}

.header_box .menu_box .menu .menu1 {
	width: 280px;
	background-color: #fff;
	padding: 60px 0 80px 200px;
}

.header_box .menu_box .menu .menu1 li {
	width: 220px;
	margin-bottom: 30px;
	font-size: 20px;
	background: url(/frontend/img/icon_right4.png) no-repeat right center;
	cursor: pointer;

}

.header_box .menu_box .menu .menu1 li:hover,
.header_box .menu_box .menu .menu1 li.active {
	color: #EB6120;
	background: url(/frontend/img/icon_right3.png) no-repeat right center;
}

.header_box .menu_box .menu .menu1 li:hover a,
.header_box .menu_box .menu .menu1 li.active a {
	color: #EB6120;
}

.header_box .menu_box .menu .menu2 {
	width: 1120px;
	padding-top: 60px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.header_box .menu_box .menu .menu2 .menu_left {
	padding-left: 70px;
	font-size: 16px;
}

.header_box .menu_box .menu .menu2 .menu_left li {
	margin-bottom: 20px;
}

.header_box .menu_box .menu .menu2 .menu_left a:hover,
.header_box .menu_box .menu .menu2 .menu_left a:active {
	color: #EB6120;
}

.header_box .menu_box .menu .menu2 .menu_right strong {
	display: block;
	margin: 15px 0;
	font-size: 20px;
	color: #000;
	font-weight: 100;
}

.header_box .menu_box .menu .menu2 .menu_right p {
	color: #666;
}

.header_box .menu_box .menu .menu2 ul {
	display: none;
}

.header_box .menu_box .menu .menu2 .menu_left ul:first-child,
.header_box .menu_box .menu .menu2 .menu_right ul:first-child {
	display: block;
}



.header_box .menu_product {
	/* display: none; */
	background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#F5F5F5));
	background-image: -webkit-linear-gradient(left, #fff, #F5F5F5);
	background-image: -moz-linear-gradient(left, #fff, #F5F5F5);
	background-image: -o-linear-gradient(left, #fff, #F5F5F5);
	background-image: linear-gradient(to right, #fff, #F5F5F5);
}

.header_box .menu_product>div {
	width: 1600px;
	margin: auto;
	display: none;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	background-color: #F5F5F5;
}

.header_box .menu_product .menu1 {
	width: 280px;
	background-color: #fff;
	padding: 70px 0 80px 200px;
}

.header_box .menu_product .menu1 li {
	width: 220px;
	margin-bottom: 50px;
	font-size: 20px;
	background: url(/frontend/img/icon_right4.png) no-repeat right center;
	cursor: pointer;

}

.header_box .menu_product .menu1 ul li:last-child {
	margin-bottom: 0;
}

.header_box .menu_product .menu1 li:hover,
.header_box .menu_product .menu1 li.active {
	color: #EB6120;
	background: url(/frontend/img/icon_right3.png) no-repeat right center;
}

.header_box .menu_product .menu1 li:hover a,
.header_box .menu_product .menu1 li.active a {
	color: #EB6120;
}


.header_box .menu_product .menu2 {
	width: 570px;
	padding: 60px 0 70px 70px;
	font-size: 16px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.header_box .menu_product .menu2 ul {
	display: none;
}

.header_box .menu_product .menu2 ul:first-child {
	display: block;
}

.header_box .menu_product .menu2 li {
	margin-bottom: 35px;
}

.header_box .menu_product .menu2 li a {
	display: block;
	width: 500px;
	/* background: url(/frontend/img/icon_right4.png) no-repeat right center; */
}

.header_box .menu_product .menu2 ul li:last-child {
	margin-bottom: 0;
}

.header_box .menu_product .menu2 a b {
	color: #666;
	margin-right: 5px;
	font-family: "Microsoft YaHei", Arial;
	font-style: inherit;
	font-weight: 100;
}

.header_box .menu_product .menu2 a:hover,
.header_box .menu_product .menu2 a.active {
	color: #EB6120;
	background: url(/frontend/img/icon_right3.png) no-repeat right center;
}

.header_box .menu_product .menu2 a:hover b,
.header_box .menu_product .menu2 a.active b {
	color: #EB6120;
}

.header_box .menu_product .menu2.not a,
.header_box .menu_product .menu2.not a:hover,
.header_box .menu_product .menu2.not a.active {
	background: none;
}

.header_box .menu_product .menu3 {
	padding: 60px 0 70px 65px;
	border-left: 1px solid #E5E5E5;
	display: none;
}

.header_box .menu_product .menu3 ul,
.header_box .menu_product .menu3 ul li {
	display: none;
}

.header_box .menu_product .menu3 li a {
	display: block;
	margin-bottom: 25px;
}

.header_box .menu_product .menu3 ul li:last-child {
	margin-bottom: 0;
}

.header_box .menu_product .menu3 li a {
	font-size: 16px;
	color: #666;
}

.header_box .menu_product .menu3 a:hover,
.header_box .menu_product .menu3 a.active {
	color: #EB6120;
}

/* .header_box .menu_product  */





.footer {
	background: #161618;
	text-align: center;
	color: #fff;
	height: 420px;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 0;
}

.footer ul {
	padding-top: 50px;
	margin-bottom: 210px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.footer ul li {
	margin: 0 20px;
}

.footer ul a {
	font-size: 18px;
	color: #fff;
}

.footer ul b {
	display: block;
	width: 0;
	height: 1px;
	margin: 10px auto 0;
	background-color: #fff;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.footer ul li:hover b {
	width: 100%;
}

.footer p {
	margin-top: 40px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.footer p img {
	margin-left: 30px;
}

.page_banner {
	width: 100%;

	position: relative;
}

.page_banner img {
	display: block;
	width: 100%;
    height:200px;
	height: auto;
}

.page_banner div {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	color: #fff;
}

.page_banner h2 {
	width: 100%;
	font-weight: 500;
	font-size: 60px;
	letter-spacing: 3px;
	line-height: 1.4;
}

.page_banner pre {
	width: 100%;
	font-size: 16px;
	letter-spacing: 2px;
	line-height: 1.8;
	margin-top: 20px;
}


p.msg {
	color: #999;
	font-size: 20px;
	letter-spacing: 4px;
	margin: 50px auto 0;
	line-height: 40px;
}

.pop_search {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9;
	background-color: rgba(0, 0, 0, 0.7);
}

.pop_search div {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50px;
	right: 50px;
	margin: auto;
	max-width: 1500px;
	height: 117px;
	border-bottom: 2px solid #EB611E;
}

.pop_search div input {
	height: 100%;
	width: 100%;
	font-size: 48px;
	color: #f5f5f5;
	background-color: transparent;
	letter-spacing: 3px;
	font-weight: 100;
}

.pop_search div input::-webkit-input-placeholder {
	color: #999;

}

.pop_search div input:-moz-placeholder {
	color: #999;

}

.pop_search div input::-moz-placeholder {
	color: #999;

}

.pop_search div input:-ms-input-placeholder {
	color: #999;

}

.pop_search div input::placeholder {
	color: #999;

}

.pop_search span.btn {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 3;
	width: 117px;
	height: 117px;
	background: url(/frontend/img/icon_search3.png) no-repeat right center;
	-o-background-size: 47px 47px;
	background-size: 47px 47px;
	cursor: pointer;
}

.pop_search span.close {
	position: absolute;
	right: 50px;
	top: 50px;
	width: 40px;
	height: 40px;
	background: url(/frontend/img/icon_close.png) no-repeat center center;
	cursor: pointer;
}

/* 手机端 */


.t-f-30-w {
	font-size: 30px;
	color: #fff;
}

.t-f-20 {
	font-size: 20px;
	color: #333333;
	font-weight: 600;
}

.t-f-20-w {
	color: #fff;
	font-size: 20px;
	font-weight: 400;
}


.t-f-18 {
	font-size: 18px;
	color: #333333;
	font-weight: 600;
}

.t-f4-18-0 {
	font-size: 18px;
	color: #000;
	font-weight: 400;
}


.t-w-18 {
	font-size: 18px;
	color: #fff;
	font-weight: 400;
}


.t-f-16 {
	font-size: 16px;
	color: #333333;
	font-weight: 400;
}


.t-f-16-0 {
	font-size: 16px;
	color: #000;
	font-weight: 400;
}

.t-f-w-16 {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
}


.t-f-14 {
	font-size: 14px;
	color: #333333;
	font-weight: 400;
}

.t-f-14-6 {
	font-size: 14px;
	color: #666;
	font-weight: 400;
}

.t-f-14-w {
	font-size: 14px;
	color: #fff;
	font-weight: 400;
}







.t-f-12-3 {
	font-size: 12px;
	color: #333333;
	font-weight: 400;
}

.t-f-12-9 {
	font-size: 12px;
	color: #999999;
	font-weight: 500;
}


.t-f-12-w {
	font-size: 12px;
	color: #fff;
	font-weight: 500;
}


.t-f-12-0 {
	font-size: 12px;
	color: #000;
	font-weight: 300;
}


.t-f-10 {
	font-size: 10px;
	color: #333333;
	font-weight: 400;
}

.t-f-w-10 {
	font-size: 10px;
	font-weight: 500;
	color: #fff;

}


.t-f-w-8 {
	font-size: 8px;
	font-weight: 400;
	color: #fff;

}

.t-f-10-0 {
	font-size: 10px;
	color: #000;
	font-weight: 300;
}


.b-w-1 {
	text-decoration: none;
	border: 1px solid white;
	padding: 6px 15px;
	transition: all 0.3s;
}

.b-d-1 {
	border: 1px solid #ddd;
	padding: 5px 10px;
	text-align: center;
}


.t-f-16-6 {
	font-size: 16px;
	color: #666;
	font-weight: 400;
}

.t-f-14-6 {
	font-size: 14px;
	color: #666;
	font-weight: 400;
}

.b-r-4 {
	border-radius: 4px;
}

.t-l-h-2 {
	line-height: 2;
}

.t-l-h-1-6 {
	line-height: 1.6;
}

.p-l-8 {
	padding-left: 8px;
}

.l-h-1_2 {
	line-height: 1.2;
}

.p-t-8 {
	padding-top: 10px;
}

.m-l-6 {
	margin-left: 6px;
}

.m-t-10 {
	margin-bottom: 10px;
}

.m-tb-10 {
	margin: 10px 0px;
}

.m-tb-20 {
	margin: 20px 0px;
}

.b-t-Eb {
	background-color: #EB6120;
	text-align: center;
}

.tab-item {
	width: 80px;
	height: 16px;
	border: 1px solid #999999;
	font-size: 18px;
	padding: 10px 18px;
	font-weight: bold;
	text-align: center;
	line-height: 16px;
	cursor: pointer;
	position: relative;
	border-radius: 4px;
	color: #595757;

}

.tab-item.active {
	font-size: 18px;
	color: #ffffff;
	background-color: #EB611E;
	border: none;
}


.t-f-c {
	color: #EB611E;
	font-weight: 800;
}

.sale {
	width: 100%;
	/* height: 80px; */
	background-color: #fff;
	/* text-align: center; */
	/* line-height: 80px; */
}

.t-i-2 {
	text-indent: 2em;
}

.sale-box {

	width: 78%;
	margin: 0 auto;
	padding: 20px 0px;
	text-align: center;
}

.sale-btn {
	width: 30%;
	margin: 0 auto;
	padding: 10px;
	letter-spacing: 2px;
}

/* banner图 */
.banner-wap {
	width: 100%;
	height: 180px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;

}

.banner-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.banner-text {
	position: absolute;
    top:70px;
	width: 100%;
    text-align: center;
	color: #fff;
	font-weight: 400;
	letter-spacing: 2px;
    margin:24px;
	font-size:26px;
}

.banner-text-item {
	margin-top: 10px;
	text-align: center;
	letter-spacing: 0px;
	width: 100%;
	font-size: 10px;
	font-weight: 400;
	color: #fff;
}

/* 选择卡片 */
.card-selector {
	margin-top: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;

}

.card-item {
	display: block;
	padding: 12px 24px;

	border-radius: 4px 4px 0px 0px;

}


.card-item.active {
	color: #000;
	background: #fff;
	font-weight: 400;

}


/* 当前激活的分页器样式 */
.el-carousel__indicator.is-active .el-carousel__button {
	background-color: #EB611E;

}




/* 卡片选择器 */
a {
  color: inherit;       /* 继承父元素的颜色 */
  text-decoration: none; /* 移除下划线 */
}
.custom-tab-label {
	color: inherit;
    font-size: 20px;
    font-weight:800;
	transition: color 0.3s;
}


::v-deep .custom-tab-label {
	display: inline-block;
	padding-right: 10px;
	/* 自定义标签之间的右侧间距 */
}


/* 修改非激活状态的圆点 */
.el-carousel__button {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.5);
	border: none;
	opacity: 1;

}





/* 修改左右轮播箭头透明度 */
.el-carousel__arrow {
	background-color: #000 !important;
	opacity: 0.5;
	transition: opacity 0.3s;

}

/* 取消轮播下方分页器 */

.footer-wap {
	width: 100%;
	height: 120px;
	background-color: #000;

	margin-top: 40px;
}

.footer-box {
	margin: 0 auto;
	width: 70%;

	position: relative;
	top: 20px;
	text-align: center;
	padding-top: 10px;
	line-height: 15px;
}



.text-wap {
	display: flex;
	font-size: 10px;
	color: #fff;
	padding-top: 20px;
	font-weight: 400;

}

.banner-title{
    width:100%;
    text-align:center;
    margin-top:30px;

}



/* 让 tabs 导航栏居中 */
.el-tabs__nav-wrap {
	display: flex;
	justify-content: center;
}

/* 选中状态下的样式 */
.el-tabs__item.is-active .custom-tab-label {
  color: #EB611E !important;
  position: relative; /* 为伪元素定位提供上下文 */
  padding-bottom: 8px; /* 文字与边框的距离 */
}

/* 通过伪元素实现下边框（更灵活控制） */
.el-tabs__item.is-active .custom-tab-label::after {
  content: '';
  position: absolute;
  bottom: 1px; /* 对齐父元素底部 */
  left: 0;
  right: 0;
  height: 2px; /* 边框高度 */
  background-color: #EB611E ; /* 边框颜色 */
}


.el-tabs--card>.el-tabs__header{
    border:none !important;
}

.el-tabs--card>.el-tabs__header .el-tabs__nav{
    border:none !important;
}

.el-tabs--card>.el-tabs__header .el-tabs__item{
      border:none !important;
    
}