.box-card{
	width: 100%;
}
.mokuai {
	width: 18%;
	cursor:pointer;
	position: relative;
}
.mokuai img{
	width:100%;
}
.mokuai_title{
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: absolute;
	bottom: 120px;
	padding: 0 15px;
	letter-spacing: 2px;
	font-size: 24px;
	color: #fff;
}
.tabnavs div {
	/* width: 135px; */
	padding: 0 6px;
	margin-right: 10px;
	margin-bottom: 8px;
	height: 50px;
	border-radius: 10px;
	justify-content: center;
	font-size: 17px;
	cursor:pointer;
	
}
.tabnavs1 div {
    /* width: 180px; */
	height: 50px;
	padding: 0 6px;
	margin-right: 10px;
	margin-bottom: 8px;
    border-radius: 10px;
    justify-content: center;
    font-size: 17px;
    cursor: pointer;
}

.tabzong div {
	justify-content: center;
	font-size: 18px;
	cursor: pointer;
}
.tabzong div div:last-child{
	margin-bottom:10px;
}
.tabnavs img{
	width:29px;
	height:31px;
}
.tabnavs div div:first-child{
	/* width:40px; */
	align-items:center;
	justify-content:center;
}
.tabnavs div div:last-child{
	/* width:85px; */
	align-items:center;
	justify-content:start;
}
.tabnavs1 img{
	width:29px;
	height:31px;
}
.tabnavs1 div div:first-child{
	/* width:40px; */
	height: 50px;
	align-items:center;
	justify-content:center;
}
.tabnavs1 div div:last-child{
	/* width:85px; */
	height: 50px;
	align-items:center;
	justify-content:start;
}
.borderDefault{
	border-bottom:3px solid aliceblue;
}
.borderActive{
	position: relative;
}
.borderActive:before{
	content: '';
	position: absolute;
	left: auto;
	bottom: 0px;
	right: auto;
	height: 5px;
	width: 40px;
	background-color: rgb(5, 209, 230);
}	
.marketzong{
	width:100%;
	padding: 1.25rem;
}
.btn-group .btn{
	width:200px;
	margin-right:20px;
}
.btn-group{
	margin-bottom:20px;
}
.table tbody>tr>td{
	height:50px;
	max-height:50px;
	line-height: 40px;
}
.shichanghangqing{
	max-height: 610px;
}
.title{
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.china_title{
	letter-spacing: 6px;
	font-size: 56px;
	color: #fff;
}
.english_title{
	letter-spacing: 5px;
	font-size: 25px;
	color: #fff;
}

