.content-pad{
	padding: 0 6%;
}
.justify-between {
    justify-content: space-between;
}
.items-center {
    align-items: center;
}
.flex {
    display: flex;
}
.border {
    border-width: 1px;
}
/* ellipsis */
.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ellipsis2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.ellipsis3 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
  }
  .gap-3 {
    gap: 0.75rem;
}
.gap-4 {
    gap: 1rem;
}
.flex-1 {
    flex: 1 1 0%;
}

/* btn */
.bg-primary{
	/* 自动布局子元素 */

height: 40px;
/* 自动布局 */
display: flex;
flex-direction: column;
padding: 8px 32px;
gap: 0px 10px;
flex-wrap: wrap;
align-content: flex-start;
z-index: 0;
border-radius: 8px;
opacity: 1;
outline: none;
box-shadow: 0;
border: 0;
background: #014DA2;
}
.btn{
padding: 4px 16px;
/* gap: 0px 10px;
flex-wrap: wrap;
align-content: flex-start;
z-index: 3;
font-family: Roboto; */
font-size: 14px;
font-weight: normal;
line-height: 20px;
text-align: center;
letter-spacing: 0px;
border-radius: 8px;
}
.btn-pri{
	
opacity: 1;
background: rgba(0, 0, 0, 0);
box-sizing: border-box;
border: 1px solid #014DA2;
color: #fff;
background: #014DA2;
}
a.btn-pri:hover{
	background: #014DA2;	
	color: #fff;
	filter: brightness(0.9);
}
.btn-border{
opacity: 1;
background: rgba(255, 255, 255, 1);
box-sizing: border-box;
border: 1px solid #014DA2;
color: #014DA2;
}
.btn-border:hover{
border: 1px solid #014DA2;
color: #014DA2;
background: rgba(255, 255, 255, 1);
filter: brightness(0.95);
}
.border-gray-100 {
    border: 1px solid rgb(228 229 233);
	border-radius: 8px;
	padding: 16px;
	margin: 16px 0;
}
.search-input{
	padding: 8px 0 8px 12px;
	line-height: 22px;
	border-bottom-style: solid;
border: 1px solid rgb(228 229 233);
color: rgb(0, 0, 0);
font-weight: 400;
width:100%;
border-radius: 8px;


}
h4.font-medium{
font-size: 16px;
font-variation-settings: normal;
font-weight: 500;
/* height 24px; */
line-height: 24px;
}
p.text-sm{
	font-size: 14px;
font-variation-settings: normal;
/* height 20px; */
line-height: 24px;
color: rgb(107, 114, 128);
}
h3.font-medium {
    font-weight: 500;

	font-size: 18px;
font-variation-settings: normal;
font-weight: 500;
/* height 28px */
line-height: 28px;
}
.rounded-lg{
	/* padding:0  10%; */
	
	padding-top: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid rgb(228 229 233);
	margin-bottom: 50px;
}
.rounded-lg .flex{
	width: 64%;
	margin: 0 auto;
}
.space-y-4{
	padding-bottom: 30px;
}
/* tabs-container */
.tabs-container {
	width: 100%;
}

.tabs-container .tabs {
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0;
	/* border-top: 1px solid #dfe1e2; */
	border: 1px solid #dfe1e2;
	background: #f1f2f3;
	overflow-x: auto;
	white-space: nowrap;
	/* 防止内容换行 */
}

.tabs-container .tab-link {
	padding: 10px 20px;
	cursor: pointer;
	border: 1px solid #dfe1e2;
	background: #f1f2f3;
	border-bottom: none;
	border-right: 0;
	border-top: 0;
	flex: 1;
	text-align: center;
	/* background-color: #f1f1f1; */
	white-space: nowrap;
	font-size: 16px;
}

.tabs-container .tab-link.current {
	background-color: #fff;
	border-top: 2px solid #014DA2;
	color: #014DA2;
}

.tabs-container .tab-content {
	display: none;
	padding: 20px 0;
	width: 100%;
	box-sizing: border-box;
}

.tabs-container .tab-content.current {
	display: block;
}

.content-row {
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #dfe1e2;
	margin-bottom: 16px;
	padding-bottom: 8px;
}
.content-row:last-child{
	border: 0;
	padding-bottom: 0;
}

.content-col {
	flex: 1 1 48%;
	margin: 1%;
}


.content-col .font-gray {
	color: #666;
	display: inline-block;
	min-width: 100px;
	margin-right: 8px;
}
.top-content{
	padding: 20px 0;
}

.top-content .title {
	font-size: 36px;
	font-weight: 700;
	height: auto;
	line-height: 2;
}

.top-content .country-name {
	font-size: 14px;
	color: #0d1c28;
	line-height: 1.4rem;
	font-weight: 400;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}

.tab-content .btn-border {
    /* border: 0; */
}
.tab-content .border-gray-100{
	align-items: flex-start;
	margin-top: 0;
}
.tab-content .badge{
    color: #fff;
    background: #014DA2;
}
.tab-content .badge.red{
    background: #EA0000;
}


@media (max-width: 960px) {
	.border-gray-100 {
		flex-direction: column;
		align-items: start;
	}
	.border-gray-100 .flex.gap-3{
		width: 100%;
		justify-content: flex-end;
		padding-top: 16px;
	}
	.rounded-lg .flex {
		width: 100%;
	}

	.icon-login {
		font-size: 12px;
	}

	.tab-content .border-gray-100 {
        flex-direction: row;
        align-items: start;
    }
	.tab-content .border-gray-100 .flex.gap-3 {
        padding: 0;
		margin: 0;
		width: auto;
    }


	
}
@media (max-width: 768px) {
	.tabs-container .tab-link {
		flex: 1 1 30%;
	}


	.content-col {
		flex: auto;
		width: 100%;
	}
	.top-content .title {
		font-size: 18px;
		
	}
}