

.tab-1 .nav-tabs.tab-1-right .nav-link {
  transition: 0.3s linear all;
}
.tab-1 .nav-tabs.tab-1-right .nav-link.active, .tab-1 .nav-tabs.tab-1-right .nav-link:hover {
  background-color: #fd4a18;
  color: #fff;
  border-color: #17223f;
  transition: 0.3s linear all;
}

.tab-2 .nav-tabs .nav-link.active {
  background-color: #f4f4f4;
  color: #ffffff;
  border-radius: 6px;
}
.tab-2 .nav-tabs.tab-2-right .nav-link {
  border-radius: 40px;
}

.tab-3 .nav-tabs {
  background-color: #f1f1f1;
}
.tab-3 .nav-tabs .nav-link.active {
  background-color: #fff;
    color: #fd4a18;
    position: relative;
    border-left: 5px solid #fd4a18 !important;
}
.tab-3 .nav-tabs .nav-link.active::after {
  width: 10px;
  height: 10px;
  top: 15px;
  position: absolute;
  transform: rotate(45deg);
}
.tab-3 .nav-tabs.tab-3-right .nav-link.active::after {
  left: -5px;
  right: auto;
}

.tab-4 .tab-content {
  background-color: #ffffff;
}
.tab-4 .nav-tabs {
  background-color: #ffffff;
  position: relative;
}
.tab-4 .nav-tabs .nav-item {
  width: auto;
}
.tab-4 .nav-tabs .nav-link {
  padding: 15px;
}
.tab-4 .nav-tabs .nav-link.active {
  background-color: #f4f4f4;
  color: #000;
  border-radius: 0;
}

.tab-5 .tab-content {
  background-color: #f4f4f4;
  color: #000f;
}
.tab-5 .nav-tabs {
  background-color: #f1f1f1;
  position: relative;
  border-radius: 20px 20px 0 0;
}
.tab-5 .nav-tabs .nav-item {
  width: 25%;
}
.tab-5 .nav-tabs .nav-link {
  padding: 15px;
  border-radius: 20px 20px 0 0;
}
.tab-5 .nav-tabs .nav-link.active {
  background-color: #f4f4f4;
  color: #000;
}

.tab-6 .tab-content {
  border: 1px solid #dddddd;
  background-color: #f1f1f1;
}
.tab-6 .nav-tabs {
  background-color: #ffffff;
  position: relative;
  border-radius: 0;
}
.tab-6 .nav-tabs .nav-item {
  width: 25%;
  margin-bottom: 0;
}
.tab-6 .nav-tabs .nav-link {
  padding: 15px;
  border-radius: 0;
  position: relative;
}
.tab-6 .nav-tabs .nav-link.active {
  color: #17223f;
}
.tab-6 .nav-tabs .nav-link.active::after {
  border-bottom: 2px solid #17223f;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
}

@media screen and (max-width: 576px) {
  .tab-3 .nav-tabs {
    margin-bottom: 11px;
  }
  .tab-3 .nav-tabs .nav-item {
    width: auto !important;
  }
  .tab-3 .nav-tabs .nav-item .nav-link.active::after {
    bottom: -4px;
    right: 50%;
    top: auto;
  }
  .tab-3 .nav-tabs.tab-3-right {
    margin-bottom: 0;
    margin-top: 10px;
  }
  .tab-3 .nav-tabs.tab-3-right .nav-link.active::after {
    bottom: auto;
    top: -4px;
    left: auto;
    right: 5px;
  }
}
.tab-bt {
	display: flex;
    align-items: center;
    justify-content: center;
	
}
.tab-cpxq{
	font-size: 16px;
	line-height: 40px;
}

.tab-bt i{
	margin:0 5px;
}
@media screen and (max-width: 1280px) {
	.tab-bt {
	display: flex;
    align-items: center;
    justify-content: center;
		flex-direction: column;
		white-space:nowrap;
}

.tab-bt i{
	margin:0px;
}
}
.tab-lrbox{
	display: flex;
	justify-content: space-between;
	
}
@media screen and (max-width: 1280px) {
	.tab-lrbox{
	display: flex;
	justify-content:unset;
		flex-direction: column;
	
}
}
.tab-a-list{
	margin-top: 20px;
}
@media screen and (max-width: 1280px) {
.tab-a-list{
	margin-top: 10px;
}
	.nav-tabs {
    display: flex;
    justify-content: space-between;
}
}
.tab-img-list{
	display: flex;
	flex-direction: column;
	border-left:1px solid #eee;
}
.tab-img-list ul{
	display: flex;flex-direction: row;  flex-wrap: wrap;
	padding-top: 20px;
	
	
}
.tab-img-list ul li{
	display: flex;
	
}
.tab-img-list ul li img{
	margin-bottom: 20px;
	
}
.tab-lr-nr{
	display: flex;
	justify-content: space-between;
	
}
.tab-lr-nr a{
	margin-top: 20px;
	
}