@charset "utf-8";
html {
	margin: 0;
	padding: 0;
	width: 100%;
	box-sizing: border-box;
}

body,ul,ol,h1,h2,h3,h4,h5,h6,li,p{
margin:0;
padding:0;
}
body {
margin:0;
width:100%;
/*font-size:14px;*/
font-family:"Microsoft YaHei",PingFangSC-Semibold,Arial,sans-serif,Helvetica,STHeiti;
box-sizing:border-box;
-webkit-box-sizing:border-box;
overflow-x:hidden;
}
img{border:0px; vertical-align:middle;}
.clearfix:after{
	content:'';
	clear:both;
	display:block;
}
a{text-decoration:none}
li{list-style:none}
.shui12{
	color: #fff;
}
.cheng12{
	font-size: 12px;
	color: #ffa600;
	text-decoration: none;
}
.cheng12:hover{
	color: red;
}
html {
	scroll-behavior: smooth; 
	scroll-padding-top: 64px;
}
.header_banner{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 64px;
	background-color: #fff;
	box-shadow: 0 3px 3px #cecece;
	z-index: 999;
}
.head_space{
	align-items: center;
    display: flex;
    height: 62px;
    justify-content: space-between;
    margin: 0 auto;
}
.menuSpace{
	display: flex;
	justify-content: flex-start;
}
.logo{
	margin: 16px 0 0 30px;
	width: 250px;
	height: 40px;
	background: url("../images/logo_06.png") no-repeat;
	background-size: 100% 100%;
}
.locMenuBox{
	margin-left: 10px;
	font-size: 16px;
	cursor: pointer;
}
.locMenuItem{
	float: left;
	padding: 0px 12px;
	color: #333;
	border-bottom: 2px solid transparent;
    cursor: pointer;
    line-height: 64px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.locMenuItem:hover{
	border-bottom-color:#000;
}
.locMenuItemSel{
	float: left;
	padding: 0px 12px;
	color: #333;
	border-bottom: 2px solid transparent;
    cursor: pointer;
    line-height: 64px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  border-bottom-color:#000;
}
.searchBox{
	position: relative;
	margin-top: 20px;
	margin-right: 10px;
	height: 50px;
}
.indexSearchIpt{
    height: 32px;
    padding-left: 10px;
    width: 180px;
    color: #666;
    font-size: 14px;
    border-radius: 6px;
	border: 1px solid #ddd;
    outline: none;
}
.indexSearchBtn {
    position: absolute;
    width: 22px;
    height: 22px;
    background: url(../images/searchBtn.png) no-repeat;
    background-size: 100% 100%;
	cursor: pointer;
}
.indexSearchBtn:hover{
	filter: brightness(1.2);
}
.re_login_btn{
	padding: 4px 12px;
	font-size: 16px;
    height: 36px;
    border-radius: 18px;
	color: #fff;
	white-space: nowrap;
    text-align: center;
	cursor: pointer;
	user-select: none;
	background-color: #0069ff;
    box-shadow: 0 2px 0 rgba(5, 145, 255, 0.1);
	outline: none;
    position: relative;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    border: 1px solid transparent;
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    touch-action: manipulation;
    line-height: 24px;
}
.banner_container{
	width: 100%;
	height: 100vh;
}
.container{
	width: 1200px;
	margin: 0 auto;
	position: relative;
    padding: 20px 0;
}
.commonTitle{
	color: #000000d9;
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 12px;
    text-align: center;
}
.newsBox{
	display: flex;
	justify-content: space-between;
}
.newsLeft_box{
    box-sizing: border-box;
    padding-right: 24px;
    width: 50%;
}
.newsRight_box{
    box-sizing: border-box;
    padding-left: 24px;
    width: 50%;
}
.indexcommonTitle{
	font-size: 22px;
	padding: 8px 0;
    font-weight: bold;
    color: #000;
    line-height: 36px;
	justify-content: space-between;
}
.impMore {
    padding-left: 30px;
    display: inline-block;
    float: right;
    color: #525a66;
    background-position: 0 6px;
    font-size: 16px;
    font-weight: normal;
}
.hmh li{
	margin-bottom: 24px;
}
.link{
	display: -webkit-box;
    height: 152px;
    position: relative;
}
.link img{
	display: block;
	height: 100%;
    object-fit: cover;
    width: 240px;
}
.infos{
	display: block;
	-webkit-box-flex: 1;
	padding: 16px 0 16px 20px;
}
.infosFirstTitle{
	color: #000;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.infos_sec_info{
	color: #5a5a5a;
    display: -webkit-box;
    font-size: 16px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.titleSwitch {
	margin-bottom: 20px;
}
.titleSwitchItem {
    float: left;
    padding: 6px 0 8px;
    position: relative;
    margin: 0 8px;
    color: #252525;
    font-size: 22px;
    cursor: pointer;
	transition: all 0.2s ease;
}
.titleSwitchItemSel, .titleSwitchItem:hover {
    color: #0a55ff;
    font-weight: bold;
}
.titleSwitchItemSel::after, 
.titleSwitchItem:hover::after {
  	content: ""; 
  	position: absolute; 
  	bottom: 0; 
  	left: 50%; 
  	transform: translateX(-50%); 
  	width: 70%; 
  	height: 4px; 
  	background-color: #0a55ff; 
  	border-radius: 2px; 
  	transition: all 0.2s ease;
}
.newsList li{
	margin: 12px 0 16px;
	padding: 20px 20px;
	background-color: #f8f8f8;
}
.newsList li a{
	display: block;
	color: #333;
	font-size: 18px;
}
.newsList>li>a>.title{
	float: left;
    color: #333;
    max-width: 350px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.newsList>li>a>.Days{
	float: right;
    color: #999;
    margin-top: 2px;
}
.newsList>li>a:hover .title{
	color:#0a55ff;
}
.skyblue_bg{
	background-color: #e7f5fe;
	padding-bottom: 24px;
}
.friendTitle{
	float: left;
	padding: 20px 12px;
	font-size: 28px;
	font-weight: bold;
	color: #050b15;
	line-height: 36px;
}
.titleintroduce{
	color: #576170;
	font-size: 16px;
	font-weight: normal;
}
.timesintroduce{
	padding: 4px 0 0 16px;
	color: #7a818c;
	font-size: 14px;
	font-weight: normal;
}
.serviceTimes{
	float: right;
	padding: 20px 12px;
	font-size: 28px;
	font-weight: bold;
	color: #0055fe;
	display: flex;
	justify-content: space-between;
}
.serviceTimes>.times{
	margin-right: 32px;
}
.friendul{
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
	gap: 12px;
}
.friendul li{
	flex: 1;
    flex-basis: calc(12.5% - 10px);
    display: flex;
}
.friendul li .over{
    padding: 12px 30px;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
	overflow: hidden;
	text-align: center;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;

}
.over>img {
    cursor: pointer;
	max-width: 80%; 
    max-height: 100%; 
	 transform-origin: center;
	transition: transform 0.8s ease;
}
.friendul li .over:hover img {
  transform: scale(1.1); 
}
.friendul li .over:hover {
  border-color: #dcdee2; 
}
.comonTitleTips{
	font-size: 16px;
	text-align: center;
	color: #576170;
	margin-bottom: 10px;
}
.tpm-introduce_hd {
    width: 100%;
    -ms-flex-align: center;
    align-items: center;
	border-bottom: 2px solid #005eff;
}
.tpm-introduce__tabs-inner {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: flex-start;
    position: relative;
    flex-wrap: nowrap;
}
.tpm-introduce_tag {
    cursor: pointer;
	margin: 0 20px;
    display: inline-flex;
    padding: 10px 30px;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 1;
	color: #181818;
    font-size: 16px;
    line-height: 24px;
}
.is-active,.tpm-introduce_tag:hover{
	border-radius: 2px 2px 0 0 ;
	background:linear-gradient(to bottom,#0086ff,#005eff);
	color: #fff !important;
}
.por_row {
    height: 100%;
    margin-left: -10px;
    margin-right: -10px;
	display: -webkit-box;
    // display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.por_col_four{
	-webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.product-container {
    display: flex;
    gap: 20px; /* 卡片之间的间距 */
    padding: 20px 0;
}
/* 单个卡片样式 */
.dataset-card{
    flex: calc(25% - 47px);
    padding: 16px;
    background-color: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}
/* 卡片标题区域 */
.card-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
}
.card-title .arrow {
    color: #999;
}
/* 卡片描述 */
.card-desc {
    font-size: 14px;
    color: #8e949e;
    margin-bottom: 12px;
    line-height: 1.5;
}
/* 标签样式 */
.card-tags {
    margin-bottom: 16px;
}
.card-tags span {
    display: inline-block;
    padding: 2px 8px;
    margin-right: 8px;
    font-size: 12px;
    color: #666;
    border: 1px solid #e5e7eb;
    border-radius: 2px;
}
/* 价格区域 */
.card-price {
    color: #f00;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 16px;
}
.card-price .unit {
    font-size: 14px;
    font-weight: normal;
    color: #666;
}
.card-price a {
    font-size: 12px;
    color: #666;
    font-weight: normal;
    text-decoration: none;
    margin-left: 4px;
}
/* 按钮样式 */
.btn-align-wrapper {
    display: flex;
    justify-content: flex-end;
    margin-top: 16px; 
}
.buy-btn {
    padding: 8px 24px; 
    border: 1px solid #ccc;
    border-radius: 20px;
    background-color: #fff;
    cursor: pointer;
    font-size: 14px;
    transition: border-color 0.2s ease;
}
.buy-btn:hover {
    border-color: #0a55ff;
    color: #0a55ff;
}
.title-search-wrapper {
    position: relative;
    align-items: center;
    padding: 10px 0; 
}
.search-box {
    position: absolute;
    right: 0;
    top: 40px;
    transform: translateY(-50%); /* 垂直居中，避免偏移 */
}
.search-box input{
    width: 160px; 
    padding: 10px 12px 10px 32px;
    border: 1px solid #ccc;
    border-radius: 20px; 
    outline: none; 
    font-size: 14px;
    background-image: url("../images/ss.png");
    background-repeat: no-repeat;
    background-position: 12px center;
    background-size: 16px 16px; 
    position: relative;
}
.model-container {
    display: flex;
    padding: 16px 0;
    gap: 20px; 
}
.model-card {
    flex: calc(50% - 58px); 
    padding: 16px 24px;
    background: linear-gradient(to right,#fff,80%,#e7f3ff);
    border-radius: 16px;
    box-shadow: 0 0px 4px rgba(0,0,0,0.1);
   
}
.card-header_zz{
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}
.card-title {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
}
.card-tag{
    font-size: 12px;
    color: #fe7611;
    background-color: #f8eee5;
    padding: 2px 6px;
    border-radius: 4px;
}
.card-desc {/* 描述文本 */
    font-size: 14px;
    color: #666;
    line-height: 1.5;
    margin-bottom: 16px;
}
/* 计费方式区域 */
.billing-price-btn-group {
    display: flex;
    justify-content: space-between; 
}
.billing-type {
    margin-top: 4px;
    font-size: 14px;
}
.billing-type span {
    display: inline-block;
    margin-right: 24px;
    color: #666;
}
.billing-type .price {
    color: #000; 
    font-weight: bold;
     display: block;
}
.price-btn-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.price-btn-wrap{
    text-align: center;
}
.total-price {
    font-size: 18px;
    color: #f00;
    font-weight: bold;
    margin-bottom: 8px;
}
/* 行业组件 */
.product-list {
    padding: 16px 0;
    display: flex;
    gap: 20px; 
    flex-wrap: wrap;
}
.product-card {
    flex: 0 0 calc(33.33% - 17px); 
    padding: 16px;
    background-color: #f0f8ff; 
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
    text-align: center;
}
.product-title {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 12px 0;
}
.product-img {
    width: 180px; 
    height: auto;
    margin: 0 auto 12px auto; 
}
.product-specs{
    display: flex;
    justify-content: space-between;
}
.spec-item{
    flex: calc(33.33% - 44px);
    padding: 16px;
    text-align: center;
}
.price-btn-group {
    display: flex;
    justify-content: space-between; 
    align-items: center;
    padding: 0 30px;
}
.product-price {
    font-size: 16px;
    color: #f00;
    font-weight: bold;
    margin: 0;
}
.product-specs{
    font-size: 15px;
    color: #666;
    margin-bottom: 16px;
    display: flex;
    justify-content: center;
    gap: 12px; 
}
.contact-btn {
    padding: 6px 20px;
    border: 1px solid #ccc;
    border-radius: 20px; /* 圆角按钮 */
    background-color: #fff;
    cursor: pointer;
    font-size: 14px;
}
.testset-card{
    flex: calc(33.33% - 47px);
    padding: 16px;
    background-color: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 4px;
    box-shadow: 0 0px 5px rgba(0,0,0,0.1);
}
.feature-nav {
    padding: 8px 0;
    display: flex;
    justify-content: space-around; 
    gap: 20px; 
    flex-wrap: wrap; 
}
.nav-item {
    text-align: center;
    flex: 5;
    min-width: 120px; 
}
.nav-icon {
    width: 32px;
    height: 32px;
    margin: 0 auto 12px; 
    color: #409eff;
}
.nav-title-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px; /* 标题与箭头的间距 */
    font-size: 18px;
    font-weight: 500;
    color: #333;
    margin-bottom: 8px;
    cursor: pointer;
}
.nav-desc {
    font-size: 14px;
    color: #666;
    line-height: 1.4;
}
.ind-switching{
    display: flex;
    gap: 40px;
    justify-content: center;
}
.indu-item{
    padding: 6px 0 8px;
    position: relative;
    margin: 0 8px;
    color: #252525;
    font-size: 16px;
    cursor: pointer;
	transition: all 0.2s ease;
}
.indu-itemSel, .indu-item:hover {
    color: #0a55ff;
    font-weight: bold;
}
.indu-itemSel::after, 
.indu-item:hover::after {
  	content: ""; 
  	position: absolute; 
  	bottom: 0; 
  	left: 50%; 
  	transform: translateX(-50%); 
  	width: 70%; 
  	height: 4px; 
  	background-color: #0a55ff; 
  	border-radius: 2px; 
  	transition: all 0.2s ease;
}
.solution-header {
    padding: 12px 0;
}
.solution-title {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin: 0 0 8px 0;
}
.solution-desc {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
}
.feature-cards {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.feature-card{
    flex: 1;
    min-width: 200px; 
    padding: 16px;
    background:linear-gradient(to bottom,#fff,#f0f8ff) ; 
    border-radius: 12px;
    box-shadow: 0 0 5px #c1ecfe;
}
.card-title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin: 0 0 8px 0;
}
.card-content {
    display: flex;
    align-items: center;
    gap: 12px;
}
.card-text {
    font-size: 14px;
    color: #666;
    flex: 1; 
}
.card-img {
    width: 80px;
    height: auto;
    border-radius: 4px;
}
.foot-main-wapper{
	background-color: #000; 
}
.footer{
    color: #ccc;
    padding: 18px 40px;
    display: flex;
    flex-wrap: wrap; 
    justify-content: space-between;
    gap: 24px;
}
.footer-column {
    flex: 1;
    min-width: 150px;
}
.column-title {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 16px;
}
.footer-list{
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-list li {
    margin-bottom: 8px;
}
.footer-list li a {
    color: #ccc;
    text-decoration: none;
    font-size: 13px;
}
.solution-column{
    flex: 1.3;
}
.footer-column.solution-column .footer-list {
    display: flex;
    flex-wrap: wrap; 
    column-count: 2;
    /* gap: 10px;  */
}
.footer-column.solution-column .footer-list li {
    flex-basis: calc(50%); 
}
.contact-info{
    font-size: 13px;
    line-height: 1.8;
}
.social-icons{
    display: flex;
    gap: 12px;
    margin-top: 16px;
}
.footer-column.contact-column {
    flex: 2;
    min-width: 200px;
}
.social-icon {
    padding: 10px;
    border: 1px solid #666; 
    background-color: #1b1b1b; 
    border-radius: 6px; 
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 12px;
    color: #ccc; 
}
.social-icon img {
    width: 100%;
    height: 100%;
    margin-bottom: 4px;
}
.footer-copyright {
    background-color: #000;
    color: #ccc;
    font-size: 13px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    width: 100%;
}
.copyright-left {
    display: flex;
    align-items: center;
    gap: 12px;
}
.copyright-left img {
    height: 16px;
}
.copyright-right a {
    color: #ccc;
    text-decoration: none;
    margin-left: 16px;
}
.copyright-logo-text {
    gap: 4px;
}
.copyright-info {
    margin-top: 12px;
    font-size: 13px;
}
.copyright-info span{
    margin-right: 12px;
}




.home{
	position: absolute;
	top: -420px;
}
.sjj{
	position: absolute;
	top: 700px;
}
.mxdy{
	position: absolute;
	top: 1200px;
}
.hyzj{
	position: absolute;
	top: 1700px;
}
.csyz{
	position: absolute;
	top: 2300px;
}
.zcfw{
	position: absolute;
	top: 2800px;
}
.jjfa{
	position: absolute;
	top: 3100px;
}
.xwzx{
	position: absolute;
	top: 00px;
}
.hzhb{
	position: absolute;
	top: 400px;
}
.banner {
    position: relative;
    overflow: hidden;
    margin: 74px auto 0;
    width: 100%;
    height: 100vh;
    height: calc(100vh - 74px);
}
.banner ul {
	position: absolute;
	top: 0;
	left: 0;
}

.banner ul li {
    position: relative;
	float: left;
	width: 100%;
}

.banner ul li img,
.banner ul li video {
	display: block;
	width: 100%;
	height: 100vh;
	object-fit: cover;
}

.banner .prev,
.banner .next {
	display: none;
	z-index: 2;
	position: absolute;
	width: 56px;
	height: 38px;
	line-height: 38px;
	border-radius: 17.5px;
	top: 50%;
	background-color: rgba(0, 0, 0, .2);
	color: #fff;
	font-size: 22px;
	font-weight: 700;
}

.banner .prev {
	left: 0;
	transform: translate(-50%, -50%);
	text-indent: 28px;
}

.banner .next {
	right: 0;
	transform: translate(50%, -50%);
	text-indent: 8px;
}

.banner .prev:hover,
.banner .next:hover {
	background-color: rgba(0, 0, 0, .3);
}

.banner .gd {
	position: absolute;
	left: 50%;
	bottom: 50px;
	margin-left: -36.5px;
	display: flex;
	justify-content: space-around;
	width: 75px;
	height: 15px;
	border-radius: 8px;
	background-color: #ffffff4d;
}

.banner .gd i {
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin-top: 2.5px;
	background-color: azure;
}

.current {
	background-color: #ff5000 !important;
	width: 15px !important;
	height: 9px !important;
	border-radius: 4.5px !important;
}
.test-tips{
    font-size: 20px;
    color: #005eff;
    font-weight: bold;
    margin: 12px 0;
    line-height: 1.5;
}
.parameter-wrapper{
    color: #999;
    line-height: 20px;
    font-size: 12px;
    margin-bottom: 8px;
}
.setting_btn {
    align-items: center;
    border: none;
    background-color: transparent;
    padding: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 64px;
    margin-left: 18px;
    padding: 0;
    border: none;
    color: #181818;
    background-color: transparent;
    cursor: pointer;
}
.setting_btn img {
    width: 32px;
    height: 32px;
    border-radius: 18px;
}
.setting_btn:hover {
    /*all: unset;
    padding: 6px 16px;
    border: 1px solid #1677ff;
    background-color: #1677ff;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.2s ease;*/
    color: #1677ff;
}
.console_btn {
    font-size: 14px;
    font-weight: 500;
    line-height: 64px;
    margin-left: 18px;
    padding: 0;
    border: none;
    color: #181818;
    background-color: transparent;
    cursor: pointer;
}
.console_btn:hover {
    color: #1677ff;
}

/* 退出按钮样式 */
.logout_btn {
  padding: 6px 16px;
  border: 1px solid #ff4d4f;
  background-color: #fff;
  color: #ff4d4f;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  transition: all 0.2s ease;
}
.logout_btn:hover {
  background-color: #fff2f2;
}
.list_logout_btn {
    color: #ff4d4f;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.2s ease;
}
.list_logout_btn:hover {
    background-color: #fff2f2;
}
.document-instr-card{
    flex: 0 0 calc(33.33% - 17px);
    padding: 16px;
    background-color: #f0f8ff; 
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}
.document-btn-group {
    display: flex;
    justify-content: space-between; 
    align-items: center;
}
/* 定制化组件开发 */
.unified-product-item {
    flex: 0 0 calc(33.33% - 17px);
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 15px;
    display: flex;
    align-items: center;
    gap: 15px;
}
.product-tags{
    display: flex;
    gap: 8px;
    margin: 4px 0 8px;
    line-height: 26px;
}
.product-info {
    flex: 1;
}
.unified-product-title {
    font-size: 16px;
    color: #333;
    margin: 0 0 8px;
}
.tag{
    font-size: 12px;
    color: #666;
    background: #f5f5f5;
    padding: 2px 6px;
    border-radius: 4px;
}
.p-card-bottom{
    padding-right: 20px;
    margin: 8px 0;
    box-sizing: content-box;
    display: -webkit-flex;
    display: flex;
    gap: 4px;
    height: 20px;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    overflow: hidden;
    position: relative;
}
.product-seller{
    display: inline;
    font-size: 12px;
    color: #999;
    margin: 0;
}
.product-area {
    font-size: 12px;
    color: #999;
    margin: 0;
}
/* 新增banner样式 */
.banner .banner-item {
    position: absolute;
    top: 0;
    width: 1200px;
    margin-left: -600px;
    left: 50%;
    padding-top: 241px;
    color: #fff;
    background: center center no-repeat;
    background-size: cover;
    z-index: 200;
}
.banner-item .title {
    font-size: 48px;
    line-height: 76px;
    margin-bottom: 12px;
    max-width: 685px;
    color: #333;
}
.banner-item .title-white{
    font-size: 48px;
    line-height: 76px;
    margin-bottom: 12px;
    max-width: 685px;
    color: #fff;
}
.blueTitle{
    font-size: 80px;
    font-weight: bolder;
    color: #4e78fc;
    /* text-shadow: 0 0 2px #ffffff; */
}
.banner-item .desc{
    font-size: 32px;
    color: #545454;
    line-height: 30px;
    margin-bottom: 65px;
    max-width: 664px;
}
.banner-item .desc-white{
    font-size: 32px;
    color: #fff;
    line-height: 30px;
    margin-bottom: 65px;
    max-width: 664px;
}
.banner .btn-action {
    display:inline-block;
    padding: 0 24px;
    height: 48px;
    background: #4e78fc;
    border-radius: 8px;
    font-size: 24px;
    color: #fff;
    line-height: 48px;
    text-align: center;
    font-weight: 600;
}
.banner .btn-action:hover{
    background: #689dff;
}
/* 新增的查看更多 */
.tpm-introduce__view-all {
    display: inline-flex;
    align-items: center;
    line-height: 24px;
    font-size: 16px;
    color: #4981d5;
    cursor: pointer;
    margin-left: auto;
    margin-right: 20px;
    transition: color 0.2s ease;
}

.tpm-introduce__view-all:hover {
    color: #0086ff;
    text-decoration: underline;
}
/* 建设中 */
.construction-title{
    font-size: 20px;
    margin-bottom: 8px;
    text-align: center;
    color: #181818;
}
.construction-desc{
    font-size: 16px;
    color: #666;
    text-align: center;
    margin-bottom: 36px;
}
.img-container {
    max-width: 100%;
    height: auto;
    text-align: center;
}
.construction-img {
    width: 100%;
    max-width: 600px;
    height: auto;
}
/* 控制台专属样式 */
.console-sidebar {
    width: 280px;
    max-width: 280px;
    flex: 0 0 auto;
}
.console-content {
    flex: 1;
}
.console-table {
    font-size: 14px;
}
.console-table th {
    background-color: #f8f9fa;
    border-bottom: 2px solid #dee2e6;
    font-weight: 600;
}
.console-table td {
    vertical-align: middle;
}
.menu-card {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 20px 15px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}
.menu-card .card-title {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #0086ff;
}
.tree-item-wrapper.indent-1 .nav-link,
.tree-item-wrapper.indent-2 .nav-link,
.tree-item-wrapper.indent-3 .nav-link {
    font-size: 13px;
    padding: 10px 8px;
}
.nav-item {
    text-align: left;
    margin-bottom: 0;
    border-bottom: 1px solid #f0f0f0;
}
.nav-item:last-child {
    border-bottom: none;
}
.nav-link {
    padding: 10px 8px;
    display: block;
    width: 100%;
    color: #333;
    text-decoration: none;
    transition: all 0.3s;
    border-radius: 4px;
    margin: 2px 0;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.nav-item-content {
    position: relative;
    width: 100%;
    padding-right: 30px;
    box-sizing: border-box;
}
.tree-toggle-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    cursor: pointer;
    font-size: 12px;
    color: #999;
    user-select: none;
    transition: transform 0.3s;
}
.tree-toggle-icon:hover {
    color: #0086ff;
}
.nav-link:hover {
    background: #f5f5f5;
    color: #0086ff;
}
.nav-link.active {
    background: linear-gradient(to bottom,#0086ff,#005eff);
    color: #fff;
}
.tree-item-wrapper {
    position: relative;
}
.tree-item-wrapper.indent-1 {
    padding-left: 20px !important;
}
.tree-item-wrapper.indent-2 {
    padding-left: 40px !important;
}
.tree-item-wrapper.indent-3 {
    padding-left: 60px !important;
}
.tree-children {
    display: none;
}
.tree-children.show {
    display: block;
}

/* 无此权限 */ 
.zwqx-container { 
    text-align:center; 
    max-width:420px; 
    padding:2rem;
    margin: 60px auto 0 auto;
} 
.zwqx-icon { 
    margin-bottom:1rem;
} 
.zwqx-icon img { 
    height: 188px; 
} 
.zwqxTitle { 
    font-size:28px; 
    font-weight:600; 
    margin-bottom:12px; 
} 
.zwqxdesc { 
    color:#666; 
    line-height:1.6; 
    margin-bottom:18px; 
} 
.zwqx-btns { 
    display:flex; 
    gap:1rem; 
    justify-content:center;
} 
.zwqx-btn { 
    padding:8px 16px; 
    border-radius:6px; 
    border:none; 
    cursor:pointer; 
    font-size:16px; 
} 
.zwqx-btn-home { 
    background:#409eff; 
    color:#fff;
}

/* 为超小屏优化 (例如小于 1193px) */
@media (max-width: 1193px) {
    .banner {
        margin: 54px auto 0;
        height: calc(100vh - 54px);
    }
    .banner .prev,
    .banner .next {
    	width: 40px;
    	height: 30px;
    	line-height: 30px;
    	font-size: 16px;
    }
    .re_login_btn {
      font-size: 12px;
    }
    .indexSearchBtn {
      width: 16px;
      height: 16px;
    }
    .setting_btn {
        font-size: 12px;
    }
    .console_btn {
        font-size: 12px;
    }
}

/* 为小屏幕/笔记本优化 (例如小于 1536px) */
@media (min-width: 1193px) and (max-width: 1536px) {
    .banner {
        margin: 64px auto 0;
        height: calc(100vh - 64px);
    }
    .banner .prev,
    .banner .next {
    	width: 50px;
    	height: 35px;
    	line-height: 35px;
    	font-size: 18px;
    }
    .re_login_btn {
      font-size: 14px;
    }
    .indexSearchBtn {
      width: 20px;
      height: 20px;
    }
    .setting_btn {
        font-size: 14px;
    }
    .console_btn {
        font-size: 14px;
    }
}

/* 为大显示器优化 (例如大于 1920px) */
@media (min-width: 1921px) {
    .banner {
        margin: 84px auto 0;
        height: calc(100vh - 84px);
    }
    .banner .prev,
    .banner .next {
    	width: 60px;
    	height: 40px;
    	line-height: 40px;
    	font-size: 24px;
    }
    .re_login_btn {
      font-size: 20px;
    }
    .indexSearchBtn {
      width: 24px;
      height: 24px;
    }
    .setting_btn {
        font-size: 20px;
    }
    .console_btn {
        font-size: 20px;
    }
}