* {
	-webkit-overflow-scrolling: touch;
	-webkit-touch-callout: text;
	-webkit-user-select: text;
	user-select: text;
	touch-action: pan-y;
}
* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

/** {*/
/*  &:hover,*/
/*  &:focus,*/
/*  &:active {*/
/*    outline: none;*/
/*  }*/
/*}*/

html {
	height: 100%;
}

body {
	height: 100%;
	color: #333333;
}

/*页面字体基础大小*/
page {
	height: 100%;
}

img,
button,
input,
textarea {
	border: none;
	outline: none;
	resize: none;
}
a {
	text-decoration: none;
}

img {
	display: block;
}
.pos {
	position: relative;
}

/**图片背景基础样式**/
.base_bg {
	background-repeat: no-repeat;
	background-size: cover;
}

/**强制父级节点边缘裁剪**/
.ofhd {
	overflow: hidden;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
}

/**文字删除线**/
.tdlt {
	text-decoration: line-through;
}

.flex {
	display: flex;
}
.flex-justify-between {
	justify-content: space-between;
}

.flex-justify-around {
	justify-content: space-around;
}
.flex-justify-center {
	justify-content: center;
}

.flex-column {
	flex-direction: column;
}
.flex-wrap {
	flex-wrap: wrap;
}
.align-center {
	align-items: center;
}

.acea-row {
	display: flex;
	flex-wrap: wrap;
}

.acea-row.row-middle {
	align-items: center;
}

.acea-row.row-top {
	align-items: flex-start;
}

.acea-row.row-bottom {
	align-items: flex-end;
}

.acea-row.row-center {
	justify-content: center;
}

.acea-row.row-right {
	justify-content: flex-end;
}

.acea-row.row-left {
	justify-content: flex-start;
}

.acea-row.row-between {
	justify-content: space-between;
}

.acea-row.row-around {
	justify-content: space-around;
}

.acea-row.row-column-around {
	justify-content: space-around;
}

.acea-row.row-column {
	flex-direction: column;
}

.acea-row.row-column-between {
	flex-direction: column;
	justify-content: space-between;
}

.acea-row.row-center-wrapper {
	align-items: center;
	justify-content: center;
}

.acea-row.row-between-wrapper {
	align-items: center;
	justify-content: space-between;
}

.acea-no-warp {
	flex-wrap: nowrap;
}

.flex-1 {
	flex: 1;
}
/**/

.text-white {
	color: #fff;
}

.border-bottom {
	border-bottom: 1px solid #eee;
}

.lh-25 {
	line-height: 25px;
}
.text-center {
	text-align: center;
}

.title_logo {
	width: 50px;
	height: 58px;
}

.banner_content {
	width: 1200px;
	margin: auto;
	display: flex;
	align-items: center;
}

/* 新的banner-app页面-开始 */

/* 移动端首页 */
.m-banner-index {
	width: 100vw;
	height: 312px;
	margin: auto;
	display: flex;
	justify-content: center;
	/* align-items: center; */
	background-image: url("/images/banner/sy-banner2.png");
	background-size: contain;
	background-repeat: no-repeat;
}

.m-banner-download {
	width: 100vw;
	height: 200px;
	margin: auto;
	display: flex;
	justify-content: center;
	background-image: url("/images/banner/xz-banner2.png");
	background-size: contain;
}

.m-banner-index-wrapper {
	width: 74vw;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	/* border: 1px solid #176ff2; */
	/* position: relative; */
	/* top: 215px; */
}

.m-banner-download-wrapper {
	width: 74vw;
	display: flex;
	justify-content: center;
	position: relative;
	top: 140px;
}

.m-banner-download-app {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.m-app-item {
	width: 120px;
	height: auto;
}
.m-app-item img {
	width: 120px;
	height: auto;
}

/* 首页 */
.banner-index {
	width: 100vw;
	height: 800px;
	margin: auto;
	display: flex;
	justify-content: center;
	/* align-items: flex-end; */
	background-image: url("/images/banner/banner4.png");
	background-size: contain;
}

.banner-index-solid {
	width: 60vw;
	/* border: 1px solid #176ff2; */
	display: flex;
	align-items: flex-end;
}

.banner-index-wrapper {
	display: flex;
	position: relative;
}

.banner-download-ewm {
	width: 150px;
}

.banner-ewm-img {
	width: 120px;
	height: auto;
}

/* .banner-download-app-wrapper {
	width: 920px;
	border: 2px solid #06c;
} */

.banner-download-app {
	height: 120px;
	margin-left: 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.banner-download-app a {
	width: 200px;
}

.banner-download-app img {
	cursor: pointer;
}

/* 下载页面 */
.banner-download {
	width: 100%;
	height: 500px;
	margin: auto;
	display: flex;
	align-items: center;
	background-image: url("/images/banner/banner5.png");
}

.banner-download-wrapper {
	display: flex;
	position: relative;
	left: 375px;
	top: 110px;
}

.banner-android-img {
	width: 160px;
	height: 55px;
}

.banner-iphone-img {
	margin-top: 10px;
	width: 160px;
	/* height: 55px; */
}

/* 下载页面底部 */
.app-download-title {
	display: flex;
	justify-content: center;
	align-items: center;
}

.app-download-foot-wrapper {
	margin-top: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.app-download-item {
	width: 200px;
	height: auto;
}

.app-download-item:not(:first-child) {
	margin-left: 40px;
}

/* 新的banner-app页面-结束 */

.dian {
	display: inline-block;
	width: 9px;
	height: 9px;
	background: #2a7efc;
	border-radius: 50%;
	position: relative;
	top: 12px;
}

.lh-58 {
	line-height: 58px;
}

.top_nav {
	width: 1200px;
	margin: auto;
	height: 66px;
}

.nav_text {
	display: inline-block;
	font-size: 16px;
	font-family: PingFang SC;
	line-height: 18px;
	color: #ffffff;
	cursor: pointer;
}

.nav_text_active {
	color: #c10505 !important;
}
.nav_btn {
	display: inline-block;
	width: 76px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	background: rgba(255, 255, 255);
	border-radius: 16px;
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #c10505;
	cursor: pointer;
}

.nav_btn1 {
	display: inline-block;
	width: 100px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	background: rgba(255, 255, 255);
	border-radius: 16px;
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #c10505;
	cursor: pointer;
}

.container {
	/* width: 1200px;
	margin: auto; */
	overflow: hidden;
}
.container2 {
	width: 300px;
	margin: auto;
}
.main_title {
	font-size: 18px;
	font-family: PingFang SC;
	font-weight: 600;
	color: #333333;
}
.white_main_title {
	font-size: 40px;
	font-family: PingFang SC;
	font-weight: 600;
	color: #fff;
}

.white_second_title {
	width: 969px;
	margin: 20px auto 0;
	font-size: 18px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #fff;
	opacity: 0.6;
}

.proview_btn {
	width: 130px;
	height: 48px;
	background: #1890ff;
	border-radius: 4px;
	font-size: 18px;
	font-family: PingFang SC;
	font-weight: 400;
	line-height: 48px;
	text-align: center;
	color: #ffffff;
}
.second_tit {
	font-size: 14px;
	font-family: PingFang SC;
	color: #666;
	margin-top: 10px;
}
.second_tit_box {
	/* width: 969px; */
	margin: 10px auto 0;
}
.title-desc {
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #666666;
}

.item-desc {
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #333333;
}

#menu {
	margin: 0;
	padding: 0;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	width: 100%;
	height: 66px;
	background: rgba(0, 0, 0, 0.1);
}
.menu_product_box {
	height: 287px;
	width: 100%;
	/* transition: all .7s; */
	cursor: pointer;
	background-color: #fff;
	position: fixed;
	top: 66px;
	z-index: 9;
	box-shadow: 0px 3px 14px rgba(0, 21, 52, 0.1);
}
.menu_grid_box {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: auto;
	grid-gap: 53px;
}
.menu_grid_item {
	height: 58px;
	width: 200px;
	background-size: 64px 60px;
	background-repeat: no-repeat;
	background-position: right top;
}
.head_bzb_bg {
	background-image: url("/static/images/product_bg/head_bzb_bg.png");
}
.head_pro_dan_bg {
	background-image: url("/static/images/product_bg/head_pro_dan_bg.png");
}
.head_pro_duo_bg {
	background-image: url("/static/images/product_bg/head_pro_duo_bg.png");
}
.head_mer_bg {
	background-image: url("/static/images/product_bg/head_mer_bg.png");
}
.head_java_dan_bg {
	background-image: url("/static/images/product_bg/head_java_dan_bg.png");
}
.head_java_duo_bg {
	background-image: url("/static/images/product_bg/head_java_duo_bg.png");
}
.head_zsff_bg {
	background-image: url("/static/images/product_bg/head_zsff_bg.png");
}
.head_oa_bg {
	background-image: url("/static/images/product_bg/head_oa_bg.png");
}
.menu_grid_item_tit {
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 600;
	color: #333;
}
.menu_grid_item_tit:hover {
	color: #c10505;
}
.menu_grid_item_desc {
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #999;
}
.menu_grid_item_desc:hover {
	color: #c10505;
}
.update_text {
	font-size: 15px;
	font-family: PingFang SC;
	font-weight: 600;
	color: #333333;
}
.help_contnet {
	width: 100%;
	/* transition: all .7s; */
	cursor: pointer;
	background-color: #fff;
	position: fixed;
	top: 66px;
	z-index: 9;
	box-shadow: 0px 3px 14px rgba(0, 21, 52, 0.1);
}
.help_contnet a {
	ont-size: 18px;
	font-family: PingFang SC;
	font-weight: 400;
	line-height: 18px;
	color: #333333;
}
.help_contnet a:hover {
	color: #c10505;
	transform: translateY(-10px);
	transition: all 0.5s ease-in-out;
}
#cooperation,
#about {
	height: 46px;
	line-height: 46px;
}
.proview_content {
	width: 100%;
	/* transition: all .7s; */
	cursor: pointer;
	background-color: #fff;
	position: fixed;
	top: 66px;
	z-index: 9;
	border-top: 1px solid #eee;
	box-shadow: 0px 3px 14px rgba(0, 21, 52, 0.1);
}
.proview_content .container {
	height: 543px;
	background-image: url("static/images/menu_proview_bg.png");
	background-repeat: no-repeat;
	background-size: 468px 351px;
	background-position: right bottom;
}
.proview_content .proview_menu {
	width: 153px;
	border-right: 1px solid #eee;
}
.proview_content .proview_menu .pro_item {
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 400;
	line-height: 16px;
	color: #333333;
}
.proview_content .proview_menu .active {
	color: #c10505;
	font-weight: 600;
	border-right: 2px solid #c10505;
}
.proview_content .proview_table {
	width: 1000px;
}
.proview_content .proview_table table {
	width: 100%;
	border: 1px solid #abc5ff;
	font-size: 14px;
	margin: 30px 0 20px 10px;
	border-collapse: collapse;
}

.proview_content .proview_table table tr th {
	height: 40px;
	color: #333333;
	background: rgba(245, 248, 255);
	font-weight: 500;
}
.proview_content .proview_table table td {
	height: 40px;
}
.proview_content .proview_qrcode {
	width: 108px;
	height: 140px;
	background: rgba(255, 255, 255, 0.39);
	margin-left: 10px;
	border: 1px solid #c8deff;
}
.proview_content .proview_qrcode .tit {
	height: 20px;
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	line-height: 20px;
	color: #333333;
	text-align: center;
}
.proview_content .proview_qrcode .desc {
	height: 17px;
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 400;
	line-height: 17px;
	color: #777777;
	margin-top: 5px;
}
.about_contnet {
	position: absolute;
	top: 40px;
	left: -27px;
	/* transition: all .3s ease-in-out 0s; */
	z-index: 999;
}

.hezuo_contnet {
	position: absolute;
	top: 43px;
	left: -27px;
	/* transition: all .3s ease-in-out 0s; */
	z-index: 999;
}
.option_item {
	height: 50px;
	border-bottom: 1px solid #f0f0f0;
	background-color: #fff;
	cursor: pointer;
	line-height: 50px;
	font-size: 16px;
	width: 120px;
	text-align: center;
	color: #282828;
}
.option_item a {
	font-size: 16px;
	color: #282828;
}
.update_time {
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 400;
	line-height: 16px;
	color: #999;
}
.update_desc {
	height: 36px;
	font-size: 13px;
	font-family: PingFang SC;
	font-weight: 400;
	line-height: 18px;
	color: #333333;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.update_desc:hover {
	color: #c10505;
}
.href_box {
	/* width: 500px; */
	flex: 1;
	margin-left: 0px;
	margin-right: 0px;
	width: 100%;
}
.href_list {
	display: flex;
	flex-direction: column;
}
.after_line {
	position: relative;
}
.after_line ::after {
	content: "";
	width: 1px;
	height: 288px;
	background-color: #3a3d43;
	position: absolute;
	top: 3px;
	right: -74px;
}
.href_list a {
	display: inline-block;
	color: #999;
	text-decoration: none;
	font-size: 12px;
	margin-bottom: 8px;
}
.href_list .zhaoshang {
	display: inline-block;
	color: #bbb;
	text-decoration: none;
	font-size: 14px;
	margin-bottom: 20px;
}
.href_list a:hover {
	color: #fff;
}
.white_second_title span {
	color: rgba(255, 206, 0, 1);
}

.link_content {
	width: 100%;
	color: #fff;
	margin: 10px auto 0;
}
.link_content span {
	font-size: 14px;
	font-family: PingFang SC;
	color: #ccc;
	line-height: 28px;
}

.link_content a {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	color: #999;
	display: inline-block;
	margin-right: 20px;
	line-height: 28px;
}
.link_content a:hover {
	color: #fff;
}
.copyright {
	width: 100%;
	font-size: 14px;
	font-family: PingFang SC;
	color: #ddd;
	display: inline-block;
	opacity: 0.7;
	text-align: center;
	margin: 20px auto 20px;
}

.href_title {
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #ccc;
	margin-bottom: 10px;
}
.d-none {
	display: none;
}

.d-block {
	display: flex;
}
.d-b {
	display: block;
}
@keyframes rotateInDownRight {
	0% {
		transform-origin: right bottom;
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}
	100% {
		transform-origin: right bottom;
		transform: none;
		opacity: 1;
	}
}
@keyframes rotateInDownLeft {
	0% {
		transform-origin: left bottom;
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
	100% {
		transform-origin: left bottom;
		transform: none;
		opacity: 1;
	}
}
#side {
	width: 120px;
	height: 480px;
	position: fixed;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 99;
}
#side .zixun {
	width: 120px;
	height: 173px;
	background: #fff;
	border-radius: 63px 63px 4px 4px;
	box-shadow: 0px 3px 10px rgba(5, 36, 82, 0.08);
	position: relative;
}
#side .zixun .iconguanbi1 {
	font-size: 12px;
	color: #b7c8e8;
	position: absolute;
	right: 5px;
	top: 0;
}
#side .zixun .kefu_avatar {
	width: 90px;
	height: 90px;
	margin-top: 15px;
}
#side .zixun .hot_phone {
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #999999;
	padding-left: 2px;
}
#side .zixun .phone_number {
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 600;
	line-height: 16px;
	color: #333333;
	margin-top: 8px;
}
#side .zixun .zixun_btn {
	width: 88px;
	height: 28px;
	background: #c10505;
	border-radius: 4px;
	color: #fff;
	font-size: 13px;
	padding-bottom: 1px;
}
#side .work_code {
	width: 120px;
	/*height: 142px;*/
	background: #fff;
	border-radius: 4px;
	box-shadow: 0px 3px 10px rgba(5, 36, 82, 0.08);
	padding-bottom: 10px;
}
#side .work_code .code_text {
	font-size: 13px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #666666;
	white-space: pre-wrap;
}
#side .red_code {
	color: #e64141 !important;
}
#side .gitee_down {
	width: 120px;
	height: 44px;
	background: #fff;
	border-radius: 4px;
	color: #333;
	box-shadow: 0px 3px 10px rgba(5, 36, 82, 0.08);
}
#side .luntan {
	width: 120px;
	height: 44px;
	background: linear-gradient(135deg, #3e9fff 0%, #176ff2 100%);
	border-radius: 4px;
	color: #fff;
	position: relative;
	box-shadow: 0px 3px 10px rgba(5, 36, 82, 0.08);
}
#side .back_top {
	width: 120px;
	height: 36px;
	background: #fff;
	border: 1px solid #eeeeee;
	border-radius: 4px;
	box-shadow: 0px 3px 10px rgba(5, 36, 82, 0.08);
	color: #333;
}
#sm_side {
	height: 130px;
	width: 60px;
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 1000;
}
#sm_side .hide_kefu {
	width: 60px;
	height: 60px;
	background: #fff;
	border-radius: 4px;
	box-shadow: 0px 3px 10px rgba(5, 36, 82, 0.08);
}
#sm_side .hide_luntan {
	width: 60px;
	height: 60px;
	background: linear-gradient(135deg, #3e9fff 0%, #176ff2 100%);
	border-radius: 4px;
}
.land_kefu {
	width: 120px;
	height: 44px;
	background: linear-gradient(135deg, #3e9fff 0%, #176ff2 100%);
	border-radius: 4px;
	color: #fff;
	position: relative;
	box-shadow: 0px 3px 10px rgb(5 36 82 / 8%);
}
.kefu_main {
	z-index: 19;
	position: absolute;
	top: -30px;
	left: -145px;
}

.relative {
	position: relative;
}

.kefu_box {
	background: #fff;
	box-shadow: 0 0 26px rgb(2 50 123 / 10%);
	border-radius: 8px;
	width: 126px;
	height: 126px;
	margin: 0 auto;
	border: 1px solid #1890ff;
	box-shadow: 0px 0px 10px rgba(0, 38, 116, 0.1);
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.kefu_box::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-left: 10px solid #fff;
	background-color: transparent;
	top: 50%;
	right: -20px;
	transform: translateY(-50%);
}

.kefu_box img {
	width: 110px;
	height: 110px;
}

.footer {
	width: 100%;
	/* height: 450px; */
	background: #21252c;
	position: relative;
}
.footer_bt {
	/* height: 143px; */
	background: #1c2026;
	/* position: absolute; */
	width: 100%;
	/* bottom: 0; */
}

.footer .m-r-64 {
	width: 100%;
}

.footer .call_info img {
	width: 36px;
	height: 36px;
}
.footer .call_info .call_info_tit {
	font-size: 13px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #ccc;
	opacity: 0.7;
}
.footer .call_info .call_phone {
	font-size: 18px;
	font-family: PingFang SC;
	font-weight: 600;
	color: #ddd;
	font-size: 22px;
}
.call_info ~ .call_info {
	margin-top: 40px;
}
.footer_desc_tit {
	font-size: 14px;
	font-family: PingFang SC;
	color: #ccc;
}
.qr_code {
	width: 100%;
	margin-top: 17px;
	margin-bottom: 20px;
}

.plat img {
	width: 27px;
	height: 27px;
}

.notice {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 70px;
	background: #d5e6ff;
	transition: all 0.5s ease-in-out;
	z-index: 999;
}
#close {
	color: #ccc;
}
.notice_text {
	width: 720px;
	height: 46px;
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 400;
	line-height: 23px;
	color: #333333;
}
.more_btn {
	width: 86px;
	height: 36px;
	background: #c10505;
	border-radius: 4px;
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #ffffff;
	margin-left: 60px;
}
.pointer {
	cursor: pointer;
}

.beian {
	color: #ddd;
	text-decoration: underline;
}

iframe {
	border-radius: 10px;
}

@media screen and (min-width: 768px) {
	.footer .m-r-64 {
		width: auto;
	}

	.footer_desc_tit {
		font-size: 16px;
	}

	.href_title {
		font-size: 16px;
		margin-bottom: 20px;
	}
	.href_list a {
		font-size: 14px;
		margin-bottom: 12px;
	}

	.container {
		overflow: hidden;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.main_title {
		font-size: 28px;
	}
	.second_tit {
		font-size: 15px;
		margin: 15px auto 0;
	}
	.copyright {
		margin: 10px auto 20px;
		line-height: 20px;
	}
	.qr_code {
		width: 300px;
	}
	.footer .call_info .call_phone {
		font-size: 18px;
	}
	.call_info {
		width: 750px;
	}
	.href_box {
		/* width: 500px; */
		flex: auto;
		width: 750px;
		margin: 20px 0;
		margin-left: -45px;
	}
	.link_content {
		width: 750px;
		margin: 20px auto 0;
	}

	.footer .code {
		width: 750px;
	}
}

@media screen and (min-width: 992px) {
	.main_title {
		font-size: 34px;
	}
	.second_tit {
		font-size: 16px;
	}
	.copyright {
		margin: 20px auto 30px;
	}
	.qr_code {
		width: 300px;
	}
	.footer .call_info .call_phone {
		font-size: 18px;
	}

	.call_info {
		width: auto;
	}
	.href_box {
		/* width: 500px; */
		flex: 1;
		width: auto;
		margin: 0 20px;
	}

	.link_content {
		width: 970px;
		margin: 30px auto 0;
	}
	.footer .code {
		width: auto;
	}
}

@media screen and (min-width: 1200px) {
	.main_title {
		font-size: 40px;
	}
	.second_tit {
		font-size: 18px;
	}
	.second_tit_box {
		margin: 20px auto 0;
	}
	.href_box {
		/* width: 500px; */
		flex: 1;
		margin-left: 30px;
		margin-right: 30px;
		width: auto;
	}

	.qr_code {
		width: 370px;
	}

	.link_content {
		width: 1200px;
		color: #fff;
		margin: 40px auto 0;
	}

	.copyright {
		margin: 40px auto 40px;
	}
}

.rightbox_footer {
	display: flex;
}
.news_keyword {
	margin-left: 10px;
	display: flex;
}
.news_keyword a {
	text-decoration: underline;
	color: #06c;
}

/* 首页app下载按样式调整 */
.toplink_dropdown_menu {
	position: absolute;
	display: flex;
	flex-direction: column;
	margin-top: 5px;
	margin-left: -10px;
	background: #f3f3f3;
}

.toplink_dropdown_block {
	/* 初始状态 */
	opacity: 0;
	transition: opacity 0.3s ease; /* 动画过渡效果 */
	pointer-events: none; /* 禁用鼠标事件，防止点击 */
}

#buttonlist:hover .toplink_dropdown_block {
	opacity: 1;
	pointer-events: auto; /* 启用鼠标事件 */
}

.toplink_dropdown_menu a {
	font-size: 14px;
	color: #666;
	padding: 0 10px;
	line-height: 40px;
	text-align: center;
	background: #fff;
	margin-bottom: 2px;
}

.toplink_dropdown_menu a:hover {
	color: #fff;
	background: #e0b03d;
}
