* {
	padding: 0px;
	box-sizing: border-box;
	font-family: '微软雅黑';
}

/* 头部 */
#main-Top {
	line-height: 80px;
}

#main-Top-center>div {
	margin: auto;
}

#main-Top-center>div {
	margin-top: 15px;
}

/* 搜索容器样式 */
.search-container {
	position: relative;
	width: 100%;
	max-width: 500px;
	transition: all 0.3s ease;
}

.search-input-wrapper {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;

}

.search-input {
	flex: 1;
	width: 100%;
	padding: 13px 20px;
	padding-right: 60px;
	/* 为图标留出空间 */
	border: 1px solid #ddd;
	border-radius: 30px;
	font-size: 16px;
	outline: none;
	transition: all 0.3s ease;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.search-input::placeholder {
	color: #999;
	transition: color 0.3s ease;
}

.search-input:focus {
	border-color: #4d90fe;
	box-shadow: 0 0 0 3px rgba(77, 144, 254, 0.2);
}

.search-input:focus::placeholder {
	color: #ccc;
}

/* 搜索图标样式 */
.search-icon {
	position: absolute;
	right: 20px;
	color: #999;
	font-size: 18px;
	transition: all 0.3s ease;
	cursor: pointer;
}

.search-container:focus-within .search-icon {
	color: #4d90fe;
}

.search-icon:hover {
	transform: scale(1.1);
}

/* 动画效果 */
@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateY(-10px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* 响应式调整 */
@media (max-width: 480px) {
	.search-input {
		padding: 12px 16px;
		padding-right: 50px;
		font-size: 14px;
	}

	.search-icon {
		font-size: 16px;
		right: 16px;
	}
}

.main-center {
	/* border: 1px solid red; */
	margin-top: 10px;
}

/* 中间左 */
/* .main-center>ul{
	overflow-y: scroll; /* 只在垂直方向显示滚动条 */
#main-center-left {
	position: relative;
	/* border: 1px solid red; */
	overflow-y: scroll;

}

#main-center-left::-webkit-scrollbar {
	display: none;
	/* 隐藏滚动条 */
}

#main-center-left-text {
	width: 265px;
}

#main-center-left-text a {
	height: 55px;
	border-radius: 24px;
	font-size: 17px;
	font-family: '微软雅黑';
	font-weight: bolder;
	margin-bottom: 10px;
	transition: 0.2s linear;
	padding-top: 12px;
}

#main-center-left-text>a>img {
	margin-left: 20px;
}

#main-center-left-text>a>span {
	display: inline-block;
	margin-left: 20px;
	/* margin-top: 10px; */

}

#main-center-left-text>a:hover {
	background-color: #F1F1F1;
}



/* 登陆 */
#main-center-left-Login>a {
	text-align: center;
	/* border: 1px solid red; */
	background-color: #FF2E4D;
	margin-top: 20px;
	color: white;
}

#main-center-left-Login>div {
	border: 1px solid #ddd;
	border-radius: 10px;
	padding: 3px;
}

#main-center-left-Login-text {
	margin-top: 20px;
	font-size: 13px;
}

#main-center-left-Login-text>p:nth-of-type(1) {
	margin-top: 10px;
}

#main-center-left-Login-text>p {
	padding-left: 15px;
	line-height: 30px;
}

/* 备注 */
#main-center-left-BeiZhu {
	width: 230px;
	color: #CACACA;
	margin-bottom: 10px;
	margin-left: 15px;

}

#main-center-left-BeiZhu a {
	color: #CACACA;
}

#main-center-left-Xian {
	height: 1px;
	background-color: #CACACA;
	width: 230px;
	margin-bottom: 70px;
}

/* 更多 */
#main-center-left-gengDuo {
	position: absolute;
	bottom: 10px;
	left: 0px;
	bottom: 0px;
	background-color: white;
	margin-left: 10px;
	width: 280px;
}

#main-center-left-gengDuo a {
	margin-top: 10px;
	width: 265px;
	height: 55px;
	border-radius: 24px;
	font-size: 17px;
	font-family: '微软雅黑';
	font-weight: bolder;
	margin-bottom: 10px;
	transition: 0.2s linear;
	padding-top: 15px;
}

#main-center-left-gengDuo>a>img {
	margin-left: 20px;
}

#main-center-left-gengDuo>a>span {
	display: inline-block;
	margin-left: 20px;
	/* margin-top: 10px; */
}

#main-center-left-gengDuo>a:hover {
	background-color: #F1F1F1;
}

/* 更多div */
#margin-left-GengDuo-Div {
	border: 1px solid #F1F1F1;
	position: absolute;
	width: 285px;
	bottom: 70px;
	box-shadow: #CACACA 0px 0px;
	border-radius: 10px;
	padding: 10px;
	z-index: 99;
	background-color: white;
	left: 10px;
	color: #5C5C5C;
	display: none;
	transition: 0.2s linear;
}

#margin-left-GengDuo-Div1>a {
	display: block;
	line-height: 45px;
	border-radius: 15px;
	padding-left: 10px;
	font-size: 16px;
	position: relative;
	color: #5C5C5C;
}

#margin-left-GengDuo-Div1>a>span:nth-of-type(2) {
	position: absolute;
	right: 10px;
	color: #B4B4B4;
}

#margin-left-GengDuo-Div1>p {
	line-height: 35px;
}

#margin-left-GengDuo-Div1>a:hover {
	background-color: #F1F1F1;
}


/* 更多div 2*/
#margin-left-GengDuo-Div2 {
	display: none;
}

#margin-left-GengDuo-Div2>p {
	text-align: center;
	color: black;
	font-size: 17px;
	margin-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #CACACA;
	position: relative;
	cursor: pointer;
}

#margin-left-GengDuo-Div2>p>span {
	position: absolute;
	left: 10px;
	color: #B4B4B4;

}

#margin-left-GengDuo-Div2>a {
	display: block;
	line-height: 45px;
	border-radius: 15px;
	padding-left: 10px;
	font-size: 16px;
	position: relative;
	color: #5C5C5C;
}

#margin-left-GengDuo-Div2>a>span:nth-of-type(2) {
	position: absolute;
	right: 10px;
	color: #B4B4B4;
	transform: rotate(135deg);
	font-size: 15px;
	opacity: 0;
	transition: 0.15s linear;
}

#margin-left-GengDuo-Div2>p {
	line-height: 35px;
}

#margin-left-GengDuo-Div2>a:hover {
	background-color: #F1F1F1;
}

#margin-left-GengDuo-Div2>a:hover span {
	opacity: 1;
}

/* 中间右 */
#main-center-right {
	height: 100%;
	/* border: 1px solid red; */
	z-index: 99;
}

#main-center-right>div {
	height: 100%;
	/* background-color: #333; */
}

#main-Top-right {
	text-align: center;
	position: relative;
}

#main-Top-right>div>div>div {
	/* border: 1px solid red; */
	/* 圆角：与示例一致的大弧度 */
	border-radius: 28px;
	/* 边框：无默认边框，如需可加 */
	border: none;
	/* 内边距：让文字居中且有呼吸感 */
	margin-top: 15px;
	padding: 10px;
	/* 文字大小、行高、字体（按需调整，示例用系统默认） */
	font-size: 13px;
	line-height: 25px;
	/* 文字颜色：深灰，与示例一致 */
	color: #333;
	/* 鼠标悬浮手势 */
	cursor: pointer;
	/* 消除点击默认样式（可选） */
	outline: none;
	/* border: 1px solid red; */
	position: relative;
}

#main-Top-right>div>div>div:hover {
	background-color: #F5F5F5;
}

#main-Top-right-One {
	border: 1px solid #ededed;
	position: absolute;
	width: 155px;
	right: -27px;
	top: 45px;
	padding: 5px;
	z-index: 100;
	background-color: white;
	border-radius: 10px;
	/* opacity: 0; */
	display: none;
	transition: 0.1s linear;
}

#main-Top-right-One>a {
	display: block;
	line-height: 35px;
	border-radius: 10px;
	padding-left: 10px;
	font-size: 13px;
	position: relative;
	color: #5C5C5C;
	margin-bottom: 5px;
	text-align: left;
}

#main-Top-right-One>a>span:nth-of-type(2) {
	position: absolute;
	right: 10px;
	color: #B4B4B4;
	transform: rotate(135deg);
	font-size: 15px;
	z-index: 100;
	opacity: 0;
	
	transition: 0.1s linear;
}

#main-Top-right-One>a:hover {
	color: black;
	background-color: #F7F7F7;
}

#main-Top-right-One>a:hover span {
	opacity: 1;
}


#main-Top-right-Two {
	border: 1px solid #ededed;
	position: absolute;
	width: 155px;
	right: 0px;
	top: 65px;
	padding: 5px;
	z-index: 100;
	background-color: #FFFFFF;
	border-radius: 10px;
	/* opacity: 0; */
	display: none;
	transition: 0.3s linear;
}

#main-Top-right-Two>a {
	display: block;
	line-height: 35px;
	border-radius: 10px;
	padding-left: 10px;
	font-size: 13px;
	position: relative;
	color: #5C5C5C;
	margin-bottom: 5px;
	text-align: left;
}

#main-Top-right-Two>a>span:nth-of-type(2) {
	position: absolute;
	right: 10px;
	color: #B4B4B4;
	transform: rotate(135deg);
	font-size: 15px;
	opacity: 0;
	transition: 0.15s linear;
}

#main-Top-right-Two>a:hover {
	color: black;
	background-color: #F7F7F7;
}

#main-Top-right-Two>a:hover span {
	opacity: 1;
}


#tanChu {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	background: rgba(0, 0, 0, 0.25);
	transition: 0.3s all;
	z-index: 99;
}

/* 登陆 */
#main-Login {
	width: 950px;
	height: 580px;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 20px;
	background-color: #FFFFFF;
	z-index: 99;
	transition: 0.3s all;
	overflow: hidden;
}

#main-Login>div {
	height: 100%;
	position: relative;
}

#main-Login>div:nth-of-type(1) {
	border-right: 1px solid #CACACA;
}

.main-Login-Phone-coler {
	width: 40px;
	line-height: 40px;
	border-radius: 50%;
	position: absolute;
	right: 15px;
	top: 15px;
	font-size: 25px;
	text-align: center;
	cursor: pointer;
	color: #5C5C5C;
}

.main-Login-Phone>h2 {
	text-align: center;
	line-height: 100px;
	margin-top: 10px;

}

.main-Login-Phone>div:nth-of-type(n+2) {
	background-color: #F7F7F7;
	height: 75px;
	border-radius: 30px;
	width: 400px;
	margin: 15px auto;

}

.main-Login-Phone>div:nth-of-type(n+2)>div {
	font-size: 22px;
	padding-left: 17px;
	line-height: 30px;
	margin-top: 23px;
}

.main-Login-Phone>div:nth-of-type(n+2)>div>input {
	background-color: transparent;
	border: none;
}

#main-Login-Phone-login {
	text-align: center;
	font-size: 22px;
	background-color: #FF2442;
	color: white;
	line-height: 70px;
	margin-top: 55px;
	cursor: pointer;
}

.main-Login-Phone>p {
	width: 400px;
	margin: auto;
}

.main-Login-Phone>p>span>a {
	color: #506C92;
}

.main-Login-Phone>p:nth-of-type(2) {
	text-align: center;
	color: #969696;
	margin-top: 25px;
	font-size: 17px;
}

.main-Login-Phone-coler:hover {
	background-color: #F7F7F7;
}

/* 登录左 */
.main-Login-left-top {
	width: 300px;
	text-align: center;
	margin: auto;
	line-height: 60px;
	background-color: #EBF3FE;
	color: #3D8AF5;
	font-weight: bolder;
	font-size: 18px;
	border-radius: 30px;
	margin-top: 30px;
}

.main-Login-left-logo {
	text-align: center;
	margin-top: 45px;

}

.main-Login-left-logo>img {
	width: 95px;
}

.main-Login-left-ma {
	border: 1px solid #ececec;
	width: 175px;
	height: 175px;
	margin: auto;
	padding: 10px;
	margin-top: 45px;
	border-radius: 15px;
	background-color: white;
	text-align: center;
}

.main-Login-left-p-caoMa {
	text-align: center;
	line-height: 50px;
	font-size: 17px;
	margin-top: 20px;
}

.main-Login-left-p-caoMa>svg {
	display: inline-block;
	padding-top: 2px;
}

.main-Login-left-ruHe {
	width: 150px;
	text-align: center;
	line-height: 30px;
	border-radius: 20px;
	position: relative;
	padding-left: 15px;
	margin: auto;
	margin-top: 30px;
	cursor: pointer;
	color: #636363;
}

.main-Login-left-ruHe>img {
	width: 25px;
	position: absolute;
	left: 10px;
	top: 3px;
}

/* 中间右边内容 */
#main-center-right-Daohang {
	line-height: 37px;
}

#main-center-right-Daohang a {
	width: 70px;
	display: inline-block;
	text-align: center;
	border-radius: 30px;
	margin-right: 5px;
	text-decoration: none;
	font-size: 16px;
	color: #676767;
	border-radius: 20px;
	transition: all 0.3s ease;
}

/* 点击后应用的样式（gaibian 类） */
#main-center-right-Daohang a.gaibian {
	background-color: #f0f0f0;
	color: black;
	font-weight: bolder;
}

#main-center-right-Daohang>a:hover {
	background-color: #F6F6F6;
}

#main-center-right-Text {
	/* border: 1px solid red; */
	margin-top: 20px;
	overflow-y: scroll;
}

#main-center-right-Text::-webkit-scrollbar {
	display: none;
	/* 隐藏滚动条 */
}

#main-center-right-Text>div:nth-of-type(n+2) {
	/* border: 1px solid red; */
	height: 300px;
	float: left;
	width: 260px;
	border-radius: 20px;
	margin-right: 13px;
	margin-bottom: 15px;
	background-color: aquamarine;
	transition: 0.5s linear;
}

#main-center-right-Text>div:nth-of-type(1) {
	/* line-height: 100px; */
	/* height: 0px; */
	overflow: hidden;
	line-height: 0px;
	/* transition: 1s linear; */
	text-align: center;
}



@keyframes rotate {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

#xuanZhuan {
	opacity: 0;
	animation: rotate 1s linear infinite;
	display: inline-block;
	font-size: 25px;
}
