body {
	background-color: #ffffff;
}
.dt_content {
	width: 1300px;
	margin-left: auto;
	margin-right: auto;
}
.dt_item {
	width: 100%;
	height: 3rem;
	border-bottom: 1px solid #666666;
	display: flex;
	cursor: pointer;
}
#visitDiv a {
	text-decoration: none;
}
.dt_com_item ~ a {
	text-decoration: none;
}
.new_content_h1 ~ a {
	text-decoration: none;
}
.dt_item_image {
	width: 5%;
	text-align: center;
}
.dt_item_image img {
	max-width: 2rem;
	max-height: 2rem;
	margin-top: 0.5rem;
	width: auto;
	height: auto;
}
.dt_item_name {
	width:85%;
	font-family: PingFangSC-Semibold;
	font-size: 0.85rem;
	color: #ffffff;
	letter-spacing: 0;
	font-weight: 600;
	line-height: 3rem;
}
.dt_item_name a{
	color: #ffffff;
	text-decoration: none;
}
.new_content_h1 {
	width:100%;
	margin-left: auto;
	margin-left: auto;
	background-color: #F2F5FF;
	min-height: 50px;
	line-height: 50px;
	text-align: center;
}
.new_content_h1 h1{
	font-family: PingFangSC-Semibold;
	font-size: 18px;
	color: #ffffff;
	letter-spacing: 0;
	line-height: 50px;
	font-weight: 600;
	text-transform: uppercase;
}
.new_content_h1 h2{
	font-family: PingFangSC-Semibold;
	font-size: 18px;
	color: #ffffff;
	letter-spacing: 0;
	line-height: 50px;
	font-weight: 600;
	text-transform: uppercase;
}
.dt_luc_list {
	width: 100%;
	height: 2.5rem;
	overflow-x: auto;
	display: flex;
	line-height: 2rem;
}
.dt_luc_list .active{
	background: rgba(66,104,255,0.1);
	border-radius: 1rem;
	color: #ffffff;
}
.dt_luc_item {
	margin-right: 1rem;
	flex-shrink: 0;
	margin-left: 0.5rem;
	padding: 0 0.5rem;
	margin-top:0.5rem;
}
.dt_luc_list::-webkit-scrollbar {
	display: none !important;
	width: 0px;
	height: 0px;
}
.dt_com_item {
	width: 100%;
	height: 3rem;
	border-bottom: 1px solid #666666;
	display: flex;
	cursor: pointer;
}
.dt_com_item_image {
	width: 5%;
	text-align: center;
}
.dt_com_item_image img {
	width: 2rem;
	margin-top: 0.5rem;
}
.dt_com_item_name {
	width:60%;
	font-family: PingFangSC-Semibold;
	font-size: 0.85rem;
	color: #ffffff;
	letter-spacing: 0;
	font-weight: 600;
	line-height: 3rem;
}
.dt_com_item_num {
	width:25%;
	font-family: PingFangSC-Regular;
	font-size: 0.8rem;
	color: #999999;
	letter-spacing: 0;
	text-align: right;
	font-weight: 400;
	line-height: 3rem;
}
.dt_com_item_num .arrow{
	display: inline-block;
	width: 9px;
	height: 5px;
	margin-bottom: 2px;
	background-image: url(https://hotelomm.com/static/images/s100/arrow.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.close{
	transform: rotate(180deg); 
}
.dt_team_item {
	width: 93%;
	height: 3rem;
	border-bottom: 1px solid #666666;
	display: flex;
	cursor: pointer;
	margin-left: auto;
	margin-right: auto;
	display: none;
}
.dt_team_item_image {
	width: 5%;
	text-align: center;
}
.dt_team_item_image img {
	width: auto;
	height: auto;
	margin-top: 0.5rem;
	max-height: 2rem;
	max-width: 2rem;
}
.dt_team_item_name {
	width:85%;
	font-family: PingFangSC-Semibold;
	font-size: 0.85rem;
	color: #ffffff;
	letter-spacing: 0;
	font-weight: 600;
	line-height: 3rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.no_data {
	color: #999999;
	font-size: 0.875rem;
	line-height: 2rem;
	text-align: center;
	width: 100%;
}
.dt_luc_list a {
	text-decoration: none;
	color: #ffffff;
}




@media only screen and (max-width:640px) {
	body {
		background-color: #ffffff;
	}
	.dt_content {
		width: 100%;
		background: #141417;
		color: #ffffff;
	}
	.dt_item {
		width: 100%;
		height: 3rem;
		border-bottom: 1px solid #666666;
		display: flex;
		cursor: pointer;
	}
	.dt_item_image {
		width: 15%;
		text-align: center;
	}
	.dt_item_image img {
		width: 2rem;
		object-fit: cover;
		background: #ffffff;
		border-radius: 100%;
		margin-top: 0.5rem;
		padding: 5px;
		box-sizing: border-box;
	}
	.dt_item_name {
		width:92%;
		font-family: PingFangSC-Semibold;
		font-size: 0.85rem;
		color: #ffffff;
		letter-spacing: 0;
		font-weight: 600;
		line-height: 3rem;
	}
	.new_content_h1 {
		width:100%;
		margin-left: auto;
		margin-left: auto;
		background-color: #141417;
		min-height: 50px;
		line-height: 50px;
		text-align: center;
	}
	.new_content_h1 h1{
		font-family: PingFangSC-Semibold;
		font-size: 18px;
		color: #ffffff;
		letter-spacing: 0;
		line-height: 50px;
		font-weight: 600;
		text-transform: uppercase;
	}
	.new_content_h1 h2{
		font-family: PingFangSC-Semibold;
		font-size: 18px;
		color: #ffffff;
		letter-spacing: 0;
		line-height: 50px;
		font-weight: 600;
		text-transform: uppercase;
	}
	.dt_luc_list {
		width: 100%;
		height: 2.5rem;
		overflow-x: auto;
		display: flex;
		line-height: 2rem;
	}
	.dt_luc_list .active{
		background: rgba(66,104,255,0.1);
		border-radius: 1rem;
		color: #ffffff;
	}
	.dt_luc_item {
		margin-right: 1rem;
		flex-shrink: 0;
		margin-left: 0.5rem;
		padding: 0 0.5rem;
		margin-top:0.5rem;
	}
	.dt_luc_list::-webkit-scrollbar {
		display: none !important;
		width: 0px;
		height: 0px;
	}
	.dt_com_item {
		width: 98%;
		height: 3rem;
		border-bottom: 1px solid #666666;
		display: flex;
		cursor: pointer;
	}
	.dt_com_item_image {
		width: 15%;
		text-align: center;
	}
	.dt_com_item_image img {
		width: 2rem;
		margin-top: 0.5rem;
	}
	.dt_com_item_name {
		width:60%;
		font-family: PingFangSC-Semibold;
		font-size: 0.85rem;
		color: #ffffff;
		letter-spacing: 0;
		font-weight: 600;
		line-height: 3rem;
	}
	.dt_com_item_num {
		width:25%;
		font-family: PingFangSC-Regular;
		font-size: 0.8rem;
		color: #999999;
		letter-spacing: 0;
		text-align: right;
		font-weight: 400;
		line-height: 3rem;
	}
	.dt_team_item {
		width: 80%;
		height: 3rem;
		border-bottom: 1px solid #666666;
		display: flex;
		cursor: pointer;
		margin-left: auto;
		margin-right: auto;
		display: none;
	}
	.dt_team_item_image {
		width: 15%;
		text-align: center;
	}
	.dt_team_item_image img {
		width: 2rem;
		margin-top: 0.5rem;
	}
	.dt_team_item_name {
		width:85%;
		font-family: PingFangSC-Semibold;
		font-size: 0.85rem;
		color: #ffffff;
		letter-spacing: 0;
		font-weight: 600;
		line-height: 3rem;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.no_data {
		color: #999999;
		font-size: 0.875rem;
		line-height: 2rem;
		text-align: center;
		width: 100%;
	}
	.dt_luc_list a {
		text-decoration: none;
		color: #ffffff;
	}
}