/*index*/
	body {
		margin: 0;
		padding: 0;
		min-width: 1600px;
	}

	input,textarea
	{
		font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	}
	
	.icon {
		width: 1em; height: 1em;
		vertical-align: -0.15em;
		fill: currentColor;
		overflow: hidden;
	}
	
	.bigicon {
		width: 1.4em;
		height: 1.4em;
		position: absolute;
		right: 10px;
		top: 50%;
		transform: translateY(-50%);
		cursor: pointer;
	}
	.navbar {
		height: 50px;
		border-bottom: 1px solid #e9ecef;
		display: block;
	}
	
	.logo {
	  float: left;
	  width: 200px;
	  height: 50px;
	  display: flex;          /* 使用flex布局 */
	  align-items: center;    /* 垂直居中 */
	}

	.logo img {
	  height: 70%;
	  width: auto;
	}



	.iilogo {
		float: left;
		margin: 10px 0 10px 0;
		width: 210px;
		height: 80px;
		background-image: url('/img/iilogo.png');
		background-size: auto 80%; 
		background-position: 20px center; 
		background-repeat: no-repeat;
	}

	
	.navbar .a1 {
		font-size: 14px;
		line-height: 16px;
		color:#353535;
		background: #e9ecef;
		padding: 6px 10px 6px 10px;
		border-radius: 5px;
		float: right;
		margin-right: 12px;
		font-weight: bold;
		border: 0.5px solid #e9ecef;
		text-decoration: none;
	}
	
	.navbar .a1 i {
		font-size: 14px;
		line-height: 16px;
		padding: 0 5px 0 0;
		vertical-align: middle;
	}
	
	.navbar .a2 {
		font-size: 14px;
		color:#ffffff;
		background: linear-gradient(to right, #187fff, #2c4eff);
		padding: 6px 10px 6px 10px;
		border-radius: 5px;
		float: right;
		margin-right: 12px;
		font-weight: bold;
		border: 0.5px solid #0725c4;
		text-decoration: none;
	}


	.navbar .a3 {
		font-size: 14px;
		color:#814600;
		background: linear-gradient(to right, #ffebcd, #ffd377);
		padding: 6px 10px 6px 10px;
		border-radius: 10px 10px 10px 0px;
		float: right;
		margin-right: 12px;
		text-decoration: none;
	}
	
	.navbar .a3 sup {
		font-size: 11px;
		color:#ffffff;
		background: linear-gradient(to right, #ff7921, #ff3873, #ff3873);
		padding: 0 5px;
		border-radius: 5px 5px 5px 0px;
		position: fixed;
		margin: -15px 10px 0 0;
	}

	
	.navbar .a3 svg {
		width: 1.1em; height: 1.1em;
		vertical-align: -0.15em;
		fill: currentColor;
		overflow: hidden;
		float: left;
		margin-right: 10px;
		margin-top: 2px;
	}
	
	.navbar .a3 i {
		font-size: 14px;
		float: left;
		margin-right: 10px;
		margin-top: 3px;
	}

	.navbar .a4 {
		font-size: 14px;
		color:#814600;
		background: linear-gradient(to right, #e9ecef, #e9ecef);
		padding: 6px 10px 6px 10px;
		border-radius: 5px;
		float: right;
		margin-right: 12px;
		text-decoration: none;
	}
	
	
	.navbar .a9 {
		font-size: 14px;
		color:#814600;
		background: linear-gradient(to right, #f9f1e8, #f9f1e8);
		padding: 6px 15px 6px 15px;
		border-radius: 5px;
		float: right;
		font-weight: bold;
		text-decoration: none;
	}
	
	.navbar .a9 svg {
		width: 1.2em; height: 1.2em;
		vertical-align: -0.15em;
		fill: currentColor;
		overflow: hidden;
		float: left;
		margin-right: 10px;
		margin-top: 1px;
	}
	
	.navbar .a9 i {
		font-size: 14px;
		float: right;
		margin-left: 10px;
		margin-top: 3px;
	}
	
	.navbar .userbox
	{
		display: table;
		position: absolute;
		width:150px;
		top:44px;
		right: 15px;
		z-index:10;
	}
	
	.navbar .arrow-up {
		color: #f9f1e8;
		float: right;
		margin-right: 15px;
		margin-bottom: -7px;
		z-index: 9;
	}
	
	.navbar .usermenu	
	{
		font-size: 14px;
		padding: 10px;
		display: table;
		background: #f9f1e8;
		width:calc(100% - 20px);
		border-radius: 5px;
		z-index: 10;
    	position: relative;
	}
	
	.navbar .usermenu a
	{
		color:#222222;
		border-radius: 5px;
		display: table;
		padding: 10px 12px 10px 12px;
		width: calc(100% - 20px);
		text-decoration: none;
	}
	
	.navbar .usermenu a:hover
	{
		color:#f9f1e8;
		background: #814600;
	}
	
	.navbar .usermenu i
	{
		font-size: 16px;
		padding: 0 10px 0 0;
		margin-top: 3px;
	}

	.navad {
		height: 40px;
		line-height: 40px;
		font-size: 14px;
		font-weight: bold;
		background-image: linear-gradient(90deg, rgb(249, 234, 255) 4%, rgb(242, 250, 255) 16%, rgb(212, 235, 255) 48%, rgb(249, 234, 255) 92%);
		padding: 0 25px;
		border-radius: 5px;
		text-align: center;
		margin: 0 auto; /* Center horizontally within the flex container */
	}

	.navad .submit {
		background-color: #bc92ff;
		border-radius: 14px;
		height: 28px;
		line-height: 28px;
		padding: 0 16px;
		color: #ffffff;
		border: 1px solid rgba(255, 255, 255, 0.4);
		background-image: linear-gradient(to right, rgb(253, 85, 84) 7.14%, rgb(255, 61, 142) 92.86%);
		font-size: 12px;
		cursor: pointer;
		display: inline-block;
		text-decoration: none;
	}

		
		.hit{
			margin-top: 12px;
			display: table;
			padding: 7px 15px;
			width: calc(100% - 30px);
			background:#187fff;
			border-radius: 5px;
		}
		
		
		.hit a {
			float: left;
			color:#ffffff;
			text-decoration: none;
			padding: 5px 15px;
			margin-right: 10px;
			border-radius: 5px;
		}
		.hir{
			margin-right: 0 !important;
			margin-left: 10px;
			float: right !important;
		}
	.main {
		display: flex;
		height: calc(100vh - 51px); /* Constrain to viewport minus navbar */
	}

	.mii {
		width:1600px;margin-left: auto;margin-right: auto;
		height: 100vh !important; 
	}
	
	.leftbar {
		width: 222px;
		padding: 0 0 0 0;
		border-right: 1px solid #e9ecef;
		height: calc(100vh - 51px);
		min-height: 900px;
		display: flex;
		flex-direction: column;
		overflow-y: auto;
		overflow-x: hidden;
		scrollbar-width: none;
		-ms-overflow-style: none;
	}

	.lii {
		height: 100vh !important; 
	}

	.leftbar .blank {
		height:20px;
		display: table;
	}
	
	.leftbar::-webkit-scrollbar {
		display: none;
	}
	
	.leftbar .atitle {
		color: #898d96;
		padding: 5px 15px 5px 15px;
		font-size: 12px;
		display: flex;
		align-items: center;
		position: relative;
		margin:25px 0 5px 0;
	}

	.leftbar .atitle::before {
		content: "";
		flex: 0.5; 
		height: 0.5px;
		background: #e9ecef;
		margin-right: 10px; 
	}

	.leftbar .atitle::after {
		content: "";
		flex: 1.5; 
		height: 0.5px;
		background: #e9ecef;
		margin-left: 10px; 
	}

	.leftbar .badge{
		position: absolute; 
		right: 5px; 
		top: 15px; 
		transform: translateY(-50%); 
		background: red; 
		color: white; 
		border-radius: 50%; 
		min-width: 18px; 
		height: 18px; 
		line-height: 18px; 
		text-align: center; 
		font-size: 12px;
	}

	.leftbar .subtitle {
		color:#ffffff;
		background: linear-gradient(to right, #187fff, #2c4eff);
		height:44px;
		line-height: 44px;
		font-size: 16px;
		font-weight: 800;
		text-align: center;
		border-radius: 0 0 10px 10px;
		margin-left: 5px;
		width: calc(100% - 10px);
	}
	
	.leftbar .line {
		margin: 15px 12px 8px 12px;
		border-bottom: 1px solid #e9ecef;
		display: block;
		width: calc(100% - 24px);
	}
	
	.leftbar .a1 {
		color: #121212;
		font-size: 14px;
		background: #ffffff;
		border-radius: 5px;
		margin: 0 15px 0 15px;
		padding: 12px; 
		width: calc(100% - 54px);
		text-align: left;
		display: flex;
		align-items: center;
		text-decoration: none;
		position: relative;
		border:1px solid #ffffff;
	}

	.leftbar i {
		font-size: 16px;
		margin-top:3px;
		padding: 0 12px 0 0;
		vertical-align: middle;
		float: left;
	}
	
	.leftbar svg {
		font-size: 22px;
		padding: 0 0 0 7px;
		vertical-align: middle;
	}
	
	.leftbar .a1:hover,
	.leftbar .current {
		background: #f4f5f9;
		border:1px solid #f4f5f9;
	}

	.leftbar .current i {
		color: #1f50ff;
	}
	
	.leftbar .current::before {
		content: '';
		position: absolute;
		left: -16px;
		top: 1px;
		width: 8px;
		height: 38px;
		display: block;
		background: url('/img/left_arrow.png') no-repeat center;
		background-size: cover;
		transform: translateX(-100%);
		animation: slideIn 0.5s ease-out forwards;
	}

	.leftbar .iicurrent::before {
		content: '';
		position: absolute;
		left: -16px;
		top: 1px;
		width: 8px;
		height: 38px;
		display: block;
		background: url('/img/left_dot.png') no-repeat center;
		background-size: cover;
		transform: translateX(-100%);
		animation: slideIn 0.5s ease-out forwards;
	}
	
	@keyframes slideIn {
		from {
			transform: translateX(-100%);
		}
		to {
			transform: translateX(0);
		}
	}
	
	.leftbar .a2 {
		color: #121212;
		font-size: 14px;
		background: #ffffff;
		border-radius: 5px;
		margin: 0 15px 8px 15px;
		padding: 12px;
		width: calc(100% - 54px);
		text-align: left;
		display: table;
		align-items: center;
		text-decoration: none;
		position: relative;
		border:1px dashed #d8dae9;
	}
	
	.leftbar .a2 dd {
		color:#9ca3af;
		font-size: 12px;
		margin-top:5px;
		text-align: left;
		margin-left: 28px;
	}
	
	.leftbar .xf {
		border-radius: 5px 5px 0 0;
	}

	.leftbar .ricon {
		font-size: 12px;
		margin-left: 10px;
	}	

	.leftbar .a2:hover,
	.leftbar .current {
		background: #f4f5f9;
	}
	
	.leftbar .about {
		font-size: 11px;
		margin-top: auto;
		padding: 5px 12px 10px 12px;
		width: calc(100% - 24px);
	}
	
	.leftbar .about .link {
		margin: 5px 7px 5px 0;
		color: #aaaaaa;
		text-decoration: none;
		position: relative;
		display: inline-block;
	}
	
	.leftbar .about .link:hover {
		color: #676767;
	}
	
	.leftbar .copyright {
		color: #aaaaaa;
		text-decoration: none;
		position: relative;
	}

	.leftbar .copyright span {
		width: 20px;
		display: inline-block;
		text-align: center;
	}
	
	.leftbar .host {
		padding: 0px 0 5px 0;
		color: #aaaaaa;
	}

	.core {
		padding: 0 15px 10px 15px;
		width: calc(100% - 253px);
		display: flex;
		flex-direction: column;
		overflow-y: auto;
		overflow-x: hidden;
		scrollbar-width: none;
		-ms-overflow-style: none;
		height: calc(100vh - 61px);
	}
	
	.core::-webkit-scrollbar {
		display: none;
	}

	.cii {
		height: 100vh;
		
	}
	.search {
		margin-bottom: 15px;
	}
	
	.search h1 {
        color: #121212;
		padding: 8px 0 8px 0;
		font-size: 14px;
		font-weight: 100;
		width: 100%;
	}
	
	.search .search-content {
		display: flex;
		justify-content: space-between;
	}
	
	.search .right {
		margin-top: 21px;
		width: 39%;
		text-align: right;
		position: relative;
	}
	

	
	.search .left {
		width: 55%;
		display: flex;
		flex-direction: column;
	}

	.search .left .navbox {
		margin-left: 35px;
		display: flex;
		gap: 15px;
	}

	.search .left .navbox span {
		font-size: 14px;
		padding: 10px 20px;
		background: #fbf9f9;
		color: #8c8989;
		border-radius: 5px 5px 0 0;
		cursor: pointer;
	}
	
	.search .left .navbox .current {
		color: #ffffff;
		background: linear-gradient(90deg, rgb(50, 107, 255) 0%, rgb(44, 77, 255) 100%) !important;
		
	}

	.search .left .input-container {
		position: relative;
		display: flex;
		align-items: center;
		width: 100%;
	}

	.search .left input {
		font-size: 16px;
		padding: 16px 15px 16px 25px;
		border: 1px solid #d8dae9;
		border-left: none;
		border-right: none;
		height: 56px;
		box-sizing: border-box;
		flex-grow: 1;
	}
	
	.search .left input:focus {
		outline: none;
		border: 1px solid #d8dae9;
		border-left: none;
		border-right: none;
		box-shadow: none;
	}


	#q:-webkit-autofill,
	#q:-webkit-autofill:hover,
	#q:-webkit-autofill:focus {
		-webkit-box-shadow: 0 0 0 1000px white inset;
		border: 1px solid #d8dae9;
		border-left: none;
		border-right: none;
		-webkit-text-fill-color: #000;
	}



	.search .left button {
		color: #ffffff;
		font-size: 18px;
		padding: 0;
		width: 200px;
		border: 1px solid #1c77ff;
		border-left: none;
		border-radius: 0 5px 5px 0;
		background: #1c77ff;
		height: 56px;
		box-sizing: border-box;
		cursor: pointer;
		flex-shrink: 0;
	}
	
	.search .left button i {
		color: #ffffff;
		font-size: 18px;
		margin-right: 7px;
	}
	
	.search .left input::placeholder {
		color: #a8abb2;
	}


	.search .left .region-select {
		width: 200px;
	}


	.search .left .province {
		float: left;
		padding: 16px 0 14px 20px;
		width: 100px;
		border: 1px solid #d8dae9;
		border-right: none;
		border-radius: 5px 0 0 5px;
	}

	.search .left .city {
		float: left;
		padding: 16px 0 14px 15px;
		width: 100px;
		border: 1px solid #d8dae9;
		border-left: none;
		border-right: none;
	}

	.search .left .select {
		font-size: 14px;
		height: 56px;
		box-sizing: border-box;
		color: #2b2b2b;
		appearance: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		cursor: pointer;
		background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="14" viewBox="0 0 12 12"><path fill="%23121212" d="M6 9L2 5h8z"/></svg>');
		background-repeat: no-repeat;
		background-position: right 5px center;
		transition: all 0.1s ease;
		/* 添加以下属性来移除 Firefox 的灰色背景 */
		background-color: transparent; /* 或者设置为你想要的背景颜色 */
	}



	.search .left .select:focus {
		outline: none;
		border-right: none;
		box-shadow: none;
		background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="14" viewBox="0 0 12 12"><path fill="%23121212" d="M2 9h8L6 5z"/></svg>');
	}
	
	.search .left .line {
		font-size: 0px;
		border-right: 1px solid #d8dae9;
		display: block;
		float: right;
		width: 1px;
		height: 25px;
		position: absolute;
		margin-left: 210px;
	}

	
	.search .left .select option {
		font-size: 14px;
		color: #121212;
		padding: 8px 15px;
	}

	.search .left .select::-webkit-scrollbar {
		width: 8px;
	}

	.search .left .select::-webkit-scrollbar-track {
		background: #fff;
		border: 1px solid #d8dae9;
		border-radius: 5px;
	}

	.search .left .select::-webkit-scrollbar-thumb {
		background: #d8dae9;
		border-radius: 5px;
	}
	
	.bidding .blank {
		width: 100%;
		margin: 0 auto;
		text-align: center;
		margin: 30px 0 30px 0;
	}

	.bidding .end {
		color: #aaaaaa;
		font-size: 12px;
		width: 100%;
		margin: 0 auto;
		text-align: center;
		margin: 10px 0 0 0;
	}

	.bidding .end a {
		font-size: 12px;
		padding: 0px 0 5px 0;
		color: #aaaaaa;
		text-decoration: none;
		position: relative;
	}

	.bidding .li {
		color: #121212;
		width: 100%;
		font-size: 14px;
		cursor: pointer;
		display: flex;
		align-items: center;
		height:44px;
	}

	.bidding .li b {
		font-weight: 100;
		color:#ef1f1f;
	}
	
	.bidding .nav {
		background: #ebecef;
		border-radius: 5px 5px 0 0;
	}

	.bidding .iinav {
		border-radius: 0 5px 0 0;
	}
	
	.bidding .odd {
		background: #f9f9f9;
		border-top: 1px solid #f9f9f9;
		border-bottom: 1px solid #f9f9f9;
	}
	
	.bidding .even {
		border-top: 1px solid #ffffff;
		border-bottom: 1px solid #ffffff;
	}
	
	.bidding .odd:hover, .bidding .even:hover {
		background: #eff4fb;
		border-bottom: 1px solid #88a9d2;
	}
	
	.bidding .li .row {
		padding: 12px 15px 12px 15px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.bidding .li .ai {
		width: 70px;
		text-align: center;
	}

	.bidding .li i,.bidding .li svg {
		font-size: 20px;
	}
	
	.bidding .sm {
		font-size: 12px;
	}
	
	.bidding .li .province {
		width: 80px;
	}
	
	.bidding .li .type {
		width: 60px;
	}
	
	.bidding .li .title {
		color: #121212;
		flex: 1;
		width: 95%;
		text-decoration: none;
		position: relative;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.bidding .li .link {
		color: #121212;
		text-decoration: none;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	
	.bidding .li .labels {
		width: 100px;
		text-align: right;
	}
	
	.bidding .li .end {
		width: 69px;
		text-align: right;
	}
	
	.bidding .li .time {
		width: 69px;
		text-align: right;
	}
	
	.bidding .icon-duihao {
		color:#1fbe04 !important;
	}

	.bidding .icon-chahao {
		color:#EA0003 !important;
	}

		
	.bidtitle{
		color:#121212;
		padding: 10px 0;
		margin-top: 10px;
	}

	.bidtitle b{
		font-weight: 800;
		color:#121212;
		padding: 10px 35px 10px 35px;
		background: linear-gradient(to right bottom, #adaeaf, #e9ecef, #e9ecef, #e9ecef);
		border-radius: 5px 5px 0 0 ;
	}

	.bidtitle .blue{
		background: linear-gradient(to right bottom, #ffd377, #e9ecef, #e9ecef, #e9ecef);
	}

	.bidtitle .yellow{
		background: linear-gradient(to right bottom, #187fff, #e9ecef, #e9ecef, #e9ecef);
	}
	.bidtitle .red{
		background: linear-gradient(to right bottom, #ff0000, #e9ecef, #e9ecef, #e9ecef);
	}
	.bidtitle .green{
		background: linear-gradient(to right bottom, #088b14, #e9ecef, #e9ecef, #e9ecef);
	}

	.bidtitle a {
		color: #121212;
		float: right;
		margin-right: 10px;
		text-decoration: none;
		display: inline-flex;
		align-items: center;
	}

	.bidtitle a i {
		color: #121212;
		font-size: 14px;
		margin-left: 5px;
		margin-top: 2px;
	}

	.page {
		padding: 10px 0 20px 0;
	}
	
	.page a {
		color: #121212;
		background: #f5f5f5;
		border-radius: 5px;
		font-size: 14px;
		padding: 6px 15px 6px 15px;
		margin-right: 10px;
		text-decoration: none;
		position: relative;
	}
	
	.page .now {
		color: #ffffff;
		background: #326bff;
	}


	.navbar {
		display: flex;
		align-items: center; 
		justify-content: space-between; 
		height: 50px; 
		padding: 0 15px; 
	}


	.search .right .carousel {
		width: 100%;
		height: 127px;
		overflow: hidden;
		position: relative;
		border-radius: 5px;
		border:1px solid #ebecef;
	}
	
	.search .right .carousel .swiper {
		width: 100%;
		height: 100%;
		cursor: pointer;
	}
	
.search .right .carousel img {
    width: 100%;
    height: 100%;
    object-fit: contain; 
    display: block;
}
	
	.search .right .carousel .swiper-pagination {
		position: absolute;
		bottom: 6px;
		right: 15px;
		width: calc(100% - 15px);
		text-align: right;
	}
	
	.search .right .carousel .swiper-pagination-bullet {
		display: inline-block;
		width: 7px;
		height: 7px;
		background: #898989;
		border-radius: 50%;
		margin: 0 5px 0 0;
		cursor: pointer;
		opacity: 0.6;
	}
	
	.search .right .carousel .swiper-pagination-bullet-active {
		border-radius: 7px;
		width: 21px;
		background: #898989;
		opacity: 0.98;
	}
/*index*/


/*detail*/
	.detail {
		color: #121212;
		padding:35px 20px;
		width: 1200px;
		max-width: 100%;
		margin: 0 auto;
	}

	@media (max-width: 1000px) {
		.detail {
			width: 100%;
		}
	}
	
    .detail h1 { 
        font-size: 25px; 
        margin: 0 0 20px 10px;
    }
	
	
	.detail .keybox
	{
		margin: 20px 0 20px 0;
	}
	
	.detail .keybox .left
	{
		width: calc(65% - 2px);
		border: 1px solid #e6e9ed;
		border-bottom: none;
		border-radius: 5px 0 0 5px;;
		display: table;
		float: left;
	}
	
   .detail .keybox .left span { 
       width:100px;
	   padding: 10px 10px 10px 20px;
	   border: 1px solid #e6e9ed;
	   border-top: none;
	   border-left: none;
	   display: inline-block;
	   float: left;
	   background: #f2f5f9;
    }
	
	.detail .keybox .left b { 
		font-weight:normal;
		padding: 10px 15px 10px 20px;
		border-bottom: 1px solid #e6e9ed;
		width:calc(100% - 166px);
		display: inline-block;
		float: left;
    }
	
	.detail .keybox .left .half { 
		width:calc(50% - 166px);
    }
	
	
	.detail .keybox .left a {
		color:#121212;
		text-decoration: none;
		position: relative;
	}
	
	
	
	.detail .keybox .right
	{
		padding: 11px 20px 11px 20px;
		width: calc(35% - 41px);
		border: 1px solid #e6e9ed;
		border-left: none;
		border-radius:0 5px 5px 0;
		display: table;
		float: left;
		height:143px;
	}
	
	.detail .keybox .right .a1 {
		font-size: 16px;
		color:#ffffff;
		padding: 22px 0px 22px 0px;
		width: 100%;
		border-radius: 5px 5px 0 0;
		text-decoration: none;
		background: linear-gradient(to bottom, #187fff, #2c4eff);
		display: table;
		text-align: center;
		border: none;
		cursor: pointer;
	}

	.detail .keybox .right .a2 {
		font-size: 16px;
		color:#ffffff;
		padding: 22px 0px 22px 0px;
		width: 100%;
		border-radius: 5px 5px 0 0;
		text-decoration: none;
		background: linear-gradient(135deg, #1a2a44, #0d1b2e);
		display: table;
		text-align: center;
		border: none;
		cursor: pointer;
	}

	.detail .keybox .right .text {
		padding: 8px 10px 8px 10px;
		border-radius: 0 0 5px 5px;
		border:1px solid #2c4eff;
		border-top: none;
		line-height: 30px;
	}

	.detail .keybox .right .ailine{
		border:1px solid #0d1b2e;
	}

	.detail .keybox .right i,.detail .keybox .right svg { 
		margin-right: 10px;
		vertical-align: middle;
    }
	
	.detail .contents {
		margin-top: 5px;
		font-size: 16px;
		line-height: 1.6em;
		padding:20px 0px;
		width: calc(100% - 0px);
		white-space: pre-wrap;
		display: flex;
		flex-direction: column;
	}
	
	.detail .contents p {
		margin: 0 0 1em 0;
		text-indent: 2em; 
	}
	
	.detail .contents p {
		margin: 0 0 1em 0;
		text-indent: 2em;
	}

	.detail .contents table p {
		text-indent: 0;
	}

	.detail .contents table {
		table-layout: auto; 
		width: 100%; 
		max-width: 100%; 
		box-sizing: border-box; 
		border: 1px solid #aaaaaa;
		border-collapse: collapse; 
	}

	.detail .contents table td,.detail .contents table th {
		vertical-align: top;
		width: auto; 
		white-space: normal; 
		word-wrap: break-word;
		word-break: break-all; 
		border: 1px solid #aaaaaa; 
		box-sizing: border-box;
		padding: 5px;
		text-align: left;
	}
	
	.detail .contents a {
		color:#0600ff;
	}
	
	.detail .contents a:hover {
		font-weight: bold;
	}
	
    .detail .contents .loader-text { 
        font-size: 14px; 
        margin-left: 15px; 
        display: inline-block;
        vertical-align: middle;
    }
    .detail .contents .loader { 
        display: none; 
        border: 3px solid #f3f3f3; 
        border-top: 3px solid #187fff; 
        border-radius: 50%; 
        width: 20px; 
        height: 20px; 
        animation: spin 1s linear infinite; 
        display: inline-block;
        vertical-align: middle;
    }
    @keyframes spin { 
        0% { transform: rotate(0deg); } 
        100% { transform: rotate(360deg); } 
    }
/*detail*/


/*login*/
    .login {
        padding: 50px 55px 0 55px;
        width: 510px;
        height: 386px;
        background: #ffffff;
        border-radius: 15px;
        background-image: url('/img/login_nav.png?t=abc');
        background-size: 100% auto;
        background-repeat: no-repeat;
        background-position: top;
    }
    
    .login .mbox {
        margin-top: 93px;
        display: table;
        width: 100%;
    }
    
    .login .mbox .left {
        width: 55%;
        display: table;
        float: left;
    }
    
    .login .mbox .left .lt {
        color: #121212;
        font-size: 16px;
        margin-bottom: 17px;
        font-weight: bold;
    }
    
    .login .mbox .left .linput {
        color: #121212;
        border: 1px solid #e7e7e7;
        padding: 12px 1px;
        display: table;
        border-radius: 7px;
        margin-bottom: 17px;
        width: 100%;
    }
    
    .login .mbox .left .linput span {
        padding: 0 15px 0 19px;
        font-size: 14px;
        font-weight: bold;
        border-right: 1px solid #e7e7e7;
    }
    
    .login .mbox .left .linput b {
        font-weight: 100;
        border-left: 1px solid #e7e7e7;
        color: #326bff;
        margin: 0 5px 0 5px;
        font-size: 14px;
        text-decoration: none;
        text-align: center;
        display: inline-block;
        width: 110px;
        cursor: pointer;
        float: right;
    }
    
    .login .mbox .left .linput b:hover {
        text-decoration: underline;
    }
    
    .login .mbox .left .linput input {
        padding: 0 0 0 15px;
        width: calc(100% - 96px);
        font-size: 16px;
        border: none;
    }
    
    .login .mbox .left .linput .code {
        width: calc(100% - 150px);
        padding-right: 10px;
    }
    
    .login .mbox .left .linput input:focus {
        outline: none;
        border: none;
        border-left: none;
        border-right: none;
        box-shadow: none;
    }


	#phone:-webkit-autofill,
	#phone:-webkit-autofill:hover,
	#phone:-webkit-autofill:focus {
		-webkit-box-shadow: 0 0 0 1000px white inset;
		border: none;
		-webkit-text-fill-color: #000;
	}

    
    .login .mbox .left .linput input::placeholder {
        color: #a8abb2;
    }
    
    .login .mbox .left .submit {
        color: #ffffff;
        margin-top: 26px;
        border: 1px solid #e7e7e7;
        padding: 13px 0;
        display: table;
        border-radius: 10px;
        margin-bottom: 10px;
        width: 100%;
        background: linear-gradient(90deg, rgb(50, 107, 255) 0%, rgb(44, 77, 255) 100%) !important;
        text-align: center;
		cursor: pointer;
    }
	
    .login .mbox .left .submit:hover {
         background: linear-gradient(90deg, rgb(44, 77, 255) 0%, rgb(44, 77, 255) 100%) !important;

    }
    
    .login .mbox .right {
        margin-left: 50px;
        padding-left: 50px;
        width: calc(45% - 101px);
        min-height: 150px;
        display: table;
        float: right;
        position: relative;
    }
    
    .login .mbox .right::before {
        content: '';
        position: absolute;
        left: -0.5px;
        top: 38px;
        bottom: 0;
        width: 0.5px;
        background-color: #d8dae9;
    }
    
    .login .mbox .right .rt {
        color: #121212;
        font-size: 16px;
        margin-bottom: 17px;
        font-weight: bold;
        text-align: center;
    }
    
    .login .mbox .right .img {
        border-radius: 5px;
        border: 1px solid #e7e7e7;
        padding: 10px;
    }
    
    .login .mbox .right .img img {
        width: 100%;
    }
    
    .login .mbox .right .text {
		margin-top: 10px;
        font-size: 12px;
		color:#999999;
		text-align: center;
    }

    .login .protocol {
        display: table;
        font-size: 12px;
        color: #999999;
    }
    
    .login .protocol a {
        color: #2d54ff;
        text-decoration: none;
    }
    
    .login-close {
        position: absolute;
        top: 9px; 
        right: -33px; 
        background: none;
        border: none;
        cursor: pointer;
    }
    
    .login-close i {
        font-size: 14px;
        font-weight: bold;
        color: #c9c9c9;
    }
    
    .login-close i:hover {
        color: #f5f5f5;
    }
    
    .login-modal {
        opacity: 0;
        transition: opacity 0.3s ease-in-out;
    }
    
    .login-modal.show {
        opacity: 1;
    }
    
    .login-modal.hide {
        opacity: 0;
    }
    
    .login-content {
        transform: scale(0.8);
        opacity: 0;
        transition: all 0.3s ease-in-out;
        position: relative;
    }
    
    .login-modal.show .login-content {
        transform: scale(1);
        opacity: 1;
    }
    
    .login-modal.hide .login-content {
        transform: scale(0.8);
        opacity: 0;
    }
/*login*/


/*form*/
	.form {
		color: #333333;
		padding:35px 20px;
		width: 1200px;
		max-width: 100%;
		margin: 0 auto;
	}

	@media (max-width: 1000px) {
		.form {
			width: 100%;
		}
	}
	


    .form h1 { 
        font-size: 25px; 
        margin: 0 0 20px 10px;
    }
	
    .form h1 i { 
        font-size: 20px; 
		margin-right: 20px;
    }


    .form h1 a { 
		color: #121212;
		font-size: 14px;
		padding: 6px 15px 6px 15px;
		border-radius: 5px;
        background: #f4f5f9;
		text-decoration: none;
		margin-top: 1px;
		position: relative;
		float: right;
    }
	
    .form h2 { 
        font-size: 14px; 
        margin: 0 0 20px 10px;
    }

	.form h6 {
		font-weight: 100;
		font-size: 14px;
		margin: 10px 0 10px 0;
		padding-left: 100px; /* 文字前留50px空白 */
		position: relative; /* 为伪元素定位 */
		display: inline-flex; /* 容器宽度适应文字 */
		align-items: center; /* 垂直居中对齐 */
		margin: 0 20px 0 20px;
		width: auto;
		box-sizing: border-box; /* 防止padding影响宽度 */
	}

	.form h6::before,
	.form h6::after {
		content: '';
		position: absolute;
		height: 1px; /* 横线高度 */
		background-color:#CACACA; /* 横线颜色，可根据需要调整 */
		top: 50%; /* 垂直居中 */
	}

	.form h6::before {
		width: 90px; /* 文字前横线长度，留一些余量 */
		left: 0; /* 位于文字前 */
	}

	.form h6::after {
		width: calc(1200px - 50px - 100%); /* 文字后横线占剩余宽度 */
		left: calc(100% + 10px); /* 从文字右边开始 */
	}

	.form .keybox
	{
		margin: 20px 0 20px 0;
		padding: 20px 0 20px 0;
		border-bottom: none;
		border-radius: 5px;
		display: table;
		width: 100%;
		background: #f2f3f6;
		border: 1px solid #f2f3f6;
	}

	.form .keybox .row
	{
		display: table;
		width: 100%;
		margin-bottom: 15px;
	}
	
	.form .line-container {
		display: flex;
		align-items: center;
		margin: 10px 10px 10px 10px;
		width: calc(100% - 30px);
	}

	.form .line-label {
		font-size: 12px; 
		color: #121212; 
		white-space: nowrap; 
	}

	.form .line {
		border-bottom: 1px solid #dcdddf;
		height: 0px;
		flex-grow: 1; 
	}
	
	


   .form .keybox .ls { 
       width:120px;
    }
	
   .form sub { 
       color:#ff0000;
	   font-size: 12px;
	   margin-left: 3px;
    }


   .form .keybox span { 
       width:80px;
	   padding: 0 15px 0 10px;
	   height: 50px;
	   line-height: 50px;
	   display: inline-block;
	   float: left;
	   text-align: right;
    }

	.form .keybox strong { 
		font-weight:normal;
		height: 50px;
		line-height: 50px;
		width:calc(100% - 125px);
		display: inline-block;
		float: left;
    }
	
	.form .keybox b { 
		font-weight:normal;
		height: 50px;
		line-height: 50px;
		vertical-align: middle;
		width:calc(100% - 105px);
		display: table;
		float: left;
    }

	.form .keybox .sls { 
		width:calc(100% - 170px);
    }
	.form .keybox .s95 { 
		width:calc(95% - 105px);
    }

	.form .keybox .s90 { 
		width:calc(90% - 105px);
    }
	.form .keybox .s80 { 
		width:calc(80% - 105px);
    }
	.form .keybox .s50 { 
		width:calc(50% - 105px);
    }

	.form .keybox .s33 { 
		width:calc(33.3333333% - 105px);
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		display: table;
    }

	.form .keybox .s25 { 
		width:calc(25% - 105px);
    }

	.form .keybox .s20 { 
		width:calc(20% - 105px);
    }
	.form .keybox .s30 { 
		width:calc(30% - 105px);
    }
	.form b input{ 
		border-radius: 5px;
		font-size: 16px;
		color:#121212;
		font-weight:normal;
		height:44px;
		line-height: 44px;
		margin-top: 2px;
		padding: 0 15px 0 15px;
		border: none;
		width:calc(100% - 50px);
		float: left;
    }


	.form b input:focus {
		outline: none;
		border: none;
		border-left: none;
		border-right: none;
		box-shadow: none;
	}


	.form b textarea{ 
		border-radius: 5px;
		font-size: 16px;
		color:#121212;
		font-weight:normal;
		margin-top: 2px;
		padding: 15px 15px 10px 15px;
		border: none;
		width:calc(100% - 50px);
		float: left;
		min-height: 100px;
		resize: none;
		scrollbar-width: thin;
    }
	
	.form b textarea:focus {
		outline: none;
		border: none;
		border-left: none;
		border-right: none;
		box-shadow: none;
	}

	.form b textarea::-webkit-scrollbar {
		width: 8px;
	}
	
	.form .submit
	{
		padding: 12px 20px 12px 20px;
		border-radius: 7px;
		margin: 10px 0 0 110px;
		font-size: 16px;
		text-align: center;
		background: #173eff;
		color:#ffffff;
		width: 122px;
		text-align: center;
		cursor: pointer;
		border: none; 
    	outline: none; 
	}
	
	.form .submit:hover
	{
		background: linear-gradient(to right , #173eff, #1a7cff);
	}
	
	   
	.form .cancel
	{
		padding: 12px 20px 12px 20px;
		border-radius: 7px;
		margin: 10px 0 0 35px;
		font-size: 16px;
		text-align: center;
		background: rgba(0,0,0,0.1);
		color:#606060;
		width: 122px;
		text-align: center;
		cursor: pointer;
		border: none; 
    	outline: none; 
	}

	.form .cancel:hover
	{
		background: rgba(0,0,0,0.15);
	}


    .form .textsub {
		color:#326bff;
		cursor: pointer;
		padding: 0 15px 0 15px;
		height:44px;
		line-height: 44px;
		margin-top: 2px;
		display: inline-block;
		float: left;
		border:1px solid #326bff;
		border-radius: 5px;
		background: #ffffff;
    }

	.form b select {
		font-size: 16px;
		padding: 2px 30px 0 15px;
		width: calc(100% - 50px);
		border: none;
		border-radius: 5px;
		height: 44px;
		line-height: 44px;
		box-sizing: border-box;
		color: #121212;
		appearance: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		cursor: pointer;
		background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="18" viewBox="0 0 12 12"><path fill="%23121212" d="M6 9L2 5h8z"/></svg>');
		background-repeat: no-repeat;
		background-position: right 15px center;
		position: relative;
		transition: all 0.1s ease;
		background-color: #ffffff; /* 或者设置为你想要的背景颜色 */
	}

	.form b select:focus {
		outline: none;
		border: none;
		box-shadow: none;
		background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="18" viewBox="0 0 12 12"><path fill="%23121212" d="M2 9h8L6 5z"/></svg>');
	}


	.form .row .icon {
		cursor: pointer;
		color:#2c4eff;
		line-height: 50px;
		font-size: 25px;
		margin: 11px 0 0 10px ;
	}

		.formnav {
			background: red;
			padding-left: 30px;
			overflow: visible; 
			position: relative; 
		}

		.formnav .navli {
			padding: 10px 20px;
			margin: 0 15px 10px 15px;
			float: left;
			border-radius: 10px;
			text-decoration: none;
			color:#333333;
			background: #f4f5f9;
			position: relative; 
		}

		.formnav .navli:hover:not(.current) {
			background: #e0e1e5;
		}


		.formnav .navli.current {
			padding: 15px 20px;
			margin-bottom: -10px;
			border-radius: 10px 10px 0 0;
			color: #121212;
			background: #f2f3f6;
			z-index: 1;
		}
		
		.formnav .navli i{
			margin-left: 10px;
		}
		
		.formnav .icon-duihao {
			color:#1fbe04 !important;
		}

		.formnav .icon-chahao {
			color:#EA0003 !important;
		}
/*form*/


/*guide*/
.guide{
	margin: 40px 0;
	padding: 30px;
	width:calc(100% - 60px);
	background: #f2f5f9;
	border-radius: 10px;
}


.guide a{
	font-size: 14px;
	padding: 2px 9px 3px 9px;
	color:#ffffff !important;
	background: linear-gradient(to right, #187fff, #2c4eff);
	border-radius: 5px;
	margin: 0 5px 0 5px;
	text-decoration: none;
}

.guide a:hover{
	font-weight: normal !important;
	background: #2c4eff;
}
/*guide*/

/* 模态图窗口样式 */
.image-modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	z-index: 1000;
	justify-content: center;
	align-items: center;
	opacity: 0;
	transition: opacity 300ms ease-in-out;
	display: flex; /* Always flex to maintain layout */
}

.image-modal.active {
	opacity: 1;
}

.modal-content {
	position: relative;
	width: 90vw; /* 限制模态框内容宽度 */
	max-width: 800px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.modal-content img {
	max-width: 90vw; /* 不超过屏幕宽度的90% */
	max-height: 90vh; /* 不超过屏幕高度的90% */
	object-fit: contain;
}

.close-button {
	margin-top: 1vh; /* 图片下方5%视口高度 */
	font-size: 30px;
	color: #fff;
	cursor: pointer;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1001;
	line-height: 1;
}

.close-button::before {
	content: "×";
	position: relative;
	top: -1px;
}
/* 模态图窗口样式 */

/* table */
.table-title {
	padding: 0 0 0 20px;
	height: 44px;
	line-height: 44px;
	margin-bottom: 10px;
	font-size: 16px;
	background: #fafafa;
	border: 1px solid #dcdddf;
	border-radius: 5px;
}
.table-title b {
	margin-right: 15px;
}
.table-title svg {
	width: 1.8em;
	height: 1.8em;
	vertical-align: -0.2em;
	fill: currentColor;
	overflow: hidden;
	text-align: center;
	float: left;
	margin-right: 20px;
	margin-top: 8px;
}
.table {
	font-size: 14px;
	border: 1px solid #dcdddf;
	border-radius: 5px;
	margin-bottom: 10px;
	position: relative;
}
.table.hidden {
	display: none;
}
.table svg {
	width: 1.2em;
	height: 1.2em;
	vertical-align: -0.2em;
	fill: currentColor;
	overflow: hidden;
	text-align: center;
	margin-right: 10px;
	margin-left: 10px;
}
.table .row {
	display: flex;
	width: 100%;
}
.table s {
	display: table;
	padding-top: 5px;
	font-size: 12px;
	margin: auto auto;
}
.table .row .title
{
	float:left;
	width:220px;
}

.table .row .detail
{
	text-align: left;
	padding-left: 20px;
	float:left;
	width:calc(100% - 220px);
}


.table .row .detail a
{
	position: absolute;
	right:20px;
	text-decoration: none;
	padding: 5px 15px;
	border-radius: 5px;
	color:#121212;
	margin-top: -5px;
	background: linear-gradient(to right, #e9ecef, #e9ecef);
}

.table .row .detail a:hover
{
	color:#ffffff;
	background: linear-gradient(to right, #ff7921, #ff3873, #ff3873);
}

.table .li {
	border-right: 1px solid #dcdddf;
	border-bottom: 1px solid #dcdddf;
	padding: 16px 0px;
	text-align: center;
	position: relative;
	flex: 1;
	box-sizing: border-box;
}
.table .right {
	border-right: none;
}
.table .bottom {
	border-bottom: none;
}
.table .h {
	color: #121212;
	background: #fafafa;
}
.table .v {
	color: #121212;
	background: #fafafa;
}
.table .v svg {
	margin-left: 10px;
}
.table .column-hover {
	background-color: #fcf6ea !important;
	transition: background-color 0.3s ease;
}
.table .upgrade-btn {
	background: linear-gradient(to right, #ff7b20, #ff3672);
	color: white;
	border: none;
	padding: 8px 10px;
	border-radius: 10px;
	cursor: pointer;
	font-size: 12px;
}
.table .upgrade-btn:hover {
	background: linear-gradient(to right, #187fff, #2c4eff);

}
/* table */


/*workflow*/
.workflow{
	margin-top: 5px;
	font-size: 16px;
	line-height: 1.6em;
	padding:20px 0px;
	width: 100%;
	display: flex;
	flex-direction: column;
}

.workflow h1{
	text-indent: 20px;
	font-size: 20px;
	margin: 20px 0 10px 0;
}

.workflow .text{
	font-size: 16px;
	line-height: 26px;
	padding: 15px 0;
	text-indent: 2em;
}

.platform-value {
	font-family: inherit;
	line-height: 1.6;
	margin: 20px 0;
	text-indent: 0;
}
.value-section {
	margin-bottom: 20px;
	padding: 15px;
	background-color: #f8f9fa;
	border-radius: 5px;
	border-left: 4px solid #3498db;
}
.value-section p {
	margin: 10px 0;
}
.value-section strong {
	color: #2c3e50;
}
/*workflow*/


/* Loading Modal */
#loadingModal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1001;
    display: flex; /* Use flexbox for centering */
    align-items: center; /* Vertical centering */
    justify-content: center; /* Horizontal centering */
}
.loader {
    border: 6px solid #f3f3f3;
    border-top: 6px solid #3b82f6;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
	display: inline-block;
	vertical-align: middle;
}
#loadingText {
    color: white;
    margin-top: 10px;
    font-size: 16px;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
/* Loading Modal */



/* train */
.training-container {
	margin-top: 20px;
}
.training-log, .current-result {
	padding: 10px 0;
	background: #f5f5f5;
	border-radius: 5px;
	height: 350px;
	overflow-y: auto;
	scrollbar-width: thin; /* For Firefox */
}

/* WebKit (Chrome, Safari, Edge) scrollbar styling */
.new-result-title {
	color: #ff0000;
}
.log-entry {
	padding: 15px 25px;
	border-bottom: 1px solid rgba(44, 78, 255, 0.1);
	display: flex;
	align-items: center;
}
.log-entry i {
	font-size: 20px;
	margin-right: 10px;
	color: #2c4eff;
	margin-top: 4px;
	display: inline-block;
	vertical-align: middle;
}
.log-entry.success i {
	color: #2c4eff;
}
.log-entry.error i {
	color: #ff2c4e;
}
.progress-container {
	width: 100%;
	background: rgba(0,0,0,0.05);
	margin: 15px 0;
	border-radius: 5px;
	height: 35px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.progress-bar {
	height: 100%;
	background: #2c4eff;
	border-radius: 5px;
	width: 0%;
	transition: width 0.5s;
	position: absolute;
	top: 0;
	left: 0;
}
.progress-text {
	position: relative;
	z-index: 1;
	width: 100%;
	text-align: center;
	line-height: 35px;
	color:#868686;
	font-weight: bold;
}
#startTraining {
	position: relative;
}
#startTraining .spinner {
	display: none;
	margin-left: 10px;
}
#startTraining.loading .spinner {
	display: inline-block;
}
.result-content {
	line-height: 35px;
	white-space: pre-line;
	word-wrap: break-word;
	padding: 15px;
}

.submit.training, .submit:disabled {
	color:rgba(0,0,0,0.5);
	background-color: #cccccc !important; /* Grayed out during training */
	cursor: not-allowed !important;
	pointer-events: none !important; /* Disable hover and click events */
}
/* train */

/* chat其中一部分 */
.chat-container {
	flex: 1;
	overflow-y: auto;
	padding: 20px;
	height: calc(100vh - 360px);
	scrollbar-width: thin;
}

.chat-container::-webkit-scrollbar {
	width: 8px; /* Thin scrollbar width */
}
.chat-area {
	padding: 10px;
	width: calc(100% - 20px);
	border-radius: 22px;
	background-color: rgba(0,0,0,0.04);
}

#chat-input {
	background-color: transparent;
	flex-grow: 1;
	padding: 10px;
	border: none; /* 移除边线 */
	font-size: 16px;
	outline: none; /* 移除焦点边线 */
	width: calc(100% - 20px);
	height: 99px;
	resize: none; /* 防止用户调整大小 */
	scrollbar-width: thin;
}

#chat-input::-webkit-scrollbar {
	width: 8px; /* Thin scrollbar width */
}

.user-message {
	background: #e6f3ff; 
	color: #333;
}

.assistant-message {
	background: #fff9e6;
	color: #333;
}
/* chat其中一部分 */


/*通用滚动BAR*/
.comm-scrollbar {
	scrollbar-width: thin;
}

.comm-scrollbar::-webkit-scrollbar-thumb {
	border-radius: 4px; 
}
/*通用滚动BAR*/

/*authorize*/
.authorize_box{
	font-family: Arial, sans-serif; 
	text-align: center; 
	margin: 50px auto; 
	max-width: 600px; 
	padding:30px 0 20px 0; 
	border-radius: 5px; 
}

.authorize_box h1{
	font-size: 22px;
	
}
.authorize_box p{
	font-size: 14px; 
}
.authorize_box a{
	font-weight: bold;
	color: #2c4eff;
	outline: none;
	text-decoration: none;
}
.authorize_box a:hover{
	font-weight: bold;
	color: #2c4eff;
	outline: none;
	text-decoration: none;
}

.authorize_box .icon-chahao {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	margin-bottom: 2px;
	font-size: 26px !important;
	color:#EA0003 !important;
}
/*authorize*/


/*agent*/
        
        .agent-btn {
			background: #F2F2F2;
            color: #121212;
            padding: 5px 10px 5px 10px;
            border: none;
            cursor: pointer;
            font-size: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
            transition: all 0.3s ease;
            border-radius: 10px;
            margin: 0 auto; /* Center horizontally */
        }
        

        .agent-btn:hover {
			color: #ffffff;
            background: linear-gradient(to right, #187fff, #2c4eff);
        }

        .agent-btn i {
            font-size: 10px;
            margin-left: 2px;
			margin-top: 1px;
        }

        /* AI processing effect when joined */
		.agent-btn.ai-processing {
			background: linear-gradient(135deg, #1a2a44, #0d1b2e); /* Dark tech gradient */
			color: #a0c4ff;
			cursor: default;
			position: relative;
			overflow: hidden;
			border-radius: 10px;
			margin: 0 auto; /* Ensure centering */
		}

		.agent-btn.ai-processing::before {
			content: '';
			position: absolute;
			top: -50%; /* Adjust to account for rotation */
			left: -100%; /* Start off-screen to the left */
			width: 10px; /* Width of the glowing light */
			height: 200%; /* Increased height to cover button diagonally */
			background: linear-gradient(to right, transparent, #00d4ff, transparent); /* Blue glow */
			filter: blur(8px); /* Soft glow effect */
			transform: rotate(25deg); /* Rotate light to 35 degrees */
			transform-origin: center; /* Ensure rotation is centered */
			animation: flashLight 3s ease-in-out infinite; /* Flash animation */
			z-index: 1;
		}

		@keyframes flashLight {
			0% {
				left: -100%; /* Start off-screen */
				top: -50%; /* Adjust for diagonal movement */
				opacity: 0;
			}
			20% {
				left: 0; /* Move to start of button */
				top: 0; /* Adjust for diagonal movement */
				opacity: 1;
			}
			40% {
				left: 100%; /* Move to end of button */
				top: 50%; /* Adjust for diagonal movement */
				opacity: 1;
			}
			50% {
				left: 100%; /* Stay at the end */
				top: 50%; /* Adjust for diagonal movement */
				opacity: 0;
			}
			100% {
				left: 100%; /* Remain off-screen until next cycle */
				top: 50%; /* Adjust for diagonal movement */
				opacity: 0;
			}
		}

        
        .agent-no {
			background: rgba(0,0,0,0);
            color: #c3bfbf;
            padding: 5px 10px 5px 10px;
            border: none;
            cursor: pointer;
            font-size: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
            transition: all 0.3s ease;
            border-radius: 10px;
            margin: 0 auto; /* Center horizontally */
        }
/*agent*/


/*finance*/
.finance .li {
	color: #121212;
	width: 100%;
	font-size: 14px;
	display: flex;
	align-items: center;
}

.finance .blank,.keybox .blank {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	margin: 30px 0 30px 0;
}

.finance .nav {
	background: #ebecef;
	border-radius: 5px 5px 0 0;
}

.finance .odd {
	background: #f9f9f9;
	border-top: 1px solid #f9f9f9;
	border-bottom: 1px solid #f9f9f9;
}

.finance .even {
	background: #ffffff;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}

.finance .odd:hover, .finance .even:hover {
	background: #eff4fb;
	border-bottom: 1px solid #88a9d2;
}

.finance .li .row {
	padding: 12px 15px 12px 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.finance .li .id {
	width: 50px;
}

.finance .sm {
	font-size: 12px;
}

.finance .li .type {
	width: 50px;
}

.finance .li .amount {
	width:100px;
}


.finance .li .balance {
	width: 120px;
	text-align: left;
}

.finance .li .end {
	color: #121212;
	flex: 1;
	width: 95%;
	text-decoration: none;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: right;
}

.finance .li .time {
	width: 150px;
	text-align: left;
}

.finance .li a {
	display: inline-block;
	margin: 0 0 0 5px;
	padding: 5px 10px;
	font-size: 12px;
	border-radius: 3px;
	border: none;
	color: white;
	text-decoration: none;
	cursor: pointer;
	transition: opacity 0.2s ease;
}

.finance .li a:hover {
	opacity: 0.9;
}

.finance .li .edit {
	background: linear-gradient(to right, #187fff, #2c4eff);
}

.finance .li .delete {
	background-color: #f56c6c;
}
/*finance*/

.email-input {
	padding: 8px 12px;
	border: 1px solid rgba(255, 255, 255, 0);
	border-radius: 4px;
	min-width: 200px;
	background: #ffffff;
	outline: none;
	border-left: none;
	border-right: none;
	box-shadow: none;
}

.email-select{
    border: none !important;
    outline: none !important;
    min-width: 55px;
    box-sizing: border-box;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    cursor: pointer;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="14" viewBox="0 0 8 16"><path fill="%23121212" d="M6 9L2 5h8z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 10px center;
    position: relative;
    box-shadow: none !important;
}

.email-select:focus {
    border: none !important;
    box-shadow: none !important;
}

        
.icon-disabled {
	color: rgba(0,0,0,0.15);
	font-size: 16px;
}



 /* 企业名片区域样式 */
.great-container {
	width: 100%;
	border-radius: 8px;
	padding-bottom: 10px;
	
}

.great-title {
	color: #1a73e8;
	font-size: 14px;
	padding: 0 0 10px 10px;
	font-weight: bold;
}

.great-scroller {
	overflow-x: auto;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none; 
	user-select: none; /* 禁止文字选择 */
}

.great-scroller::-webkit-scrollbar {
	display: none;
}

/* 修改后的 .great-slide 样式 */
.great-scroller {
    white-space: nowrap;
    overflow-x: auto;
    padding-bottom: 10px;
}

.great-slide {
    display: inline-block;
    width: 320px; /* 固定宽度 */
    border-radius: 8px;
    padding: 15px;
	margin:0 5px 0 5px;
    vertical-align: top;
    white-space: normal;
    background: #fff;
    cursor: default !important;
    user-select: none;
    position: relative;
    box-sizing: border-box;
}


.gname {
	font-size: 14px;
	margin-bottom: 8px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.gname-company {
	font-weight: bold;
	font-size: 16px;
	color: #1a73e8;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
    user-select: none;  /* 禁止文本选择 */
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    -webkit-user-drag: none; /* 禁止拖动 */
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
}

.gname-company a {
	color: inherit;
	text-decoration: none;
}

.gname-company a:hover {
	text-decoration: underline;
}

.great-supplier {
	color: #ff0000;
}

.gname-legal {
	color: #888;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.gname-address {
	color: #888;
	font-size: 13px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.gname-contacts {
	color: #888;
	font-size: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.wechat-qrcode {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 70px;
	height: 70px;
	background: #fff;
	padding: 2px;
    user-select: none;  /* 禁止文本选择 */
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    pointer-events: none; /* 防止鼠标事件 */
    -webkit-user-drag: none; /* 禁止拖动 */
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
}

.wechat-qrcode img {
	width: 100%;
	height: 100%;
}

.split-container {
	display: flex;
	justify-content: space-between;
	gap: 10px;
}

.split-left, .split-right {
	width: calc(49% - 10px);
	background: #f5f5f5;
	border-radius: 10px;
	padding: 10px;
}



