body {
	background-color: #202231;
}
.pc .main-wrap {
	width: var(--w);
	margin: 0 auto;
}
.pc .banner-wrap .banner-content{
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.pc .banner-wrap .banner-content .img{
	width: 100%;
}
.pc .banner-wrap .banner-content .btn {
	font-size: 30px;
	width: 300px;
	height: 90px;
	background: #ff6481;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 0;
	bottom: 300px;
	cursor: pointer;
}
.pc .fuwu-wrap {
	height: 940px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.pc .fuwu-list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	gap: 20px;
	margin-top: 30px;
}
.pc .fuwu-list .fuwu-item {
	width: 300px;
	height: 300px;
	padding: 20px;
	background: #313341;
	border-radius: 10px;
	box-shadow: 0px 0px 20px 2px rgba(38,40,74,0.30); 
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 10px;
	cursor: pointer;
}
.pc .fuwu-list .fuwu-item .title {
	font-weight: bold;
	font-size: 20px;
	margin-top: 10px;
	text-align: center;
}
.pc .fuwu-list .fuwu-item .desc {
	color: #B6B7BD;
	font-size: 15px;
}
.pc .fuwu-list .fuwu-item:hover {
	background: #4c54e6;
}
.pc .fuwu-list .fuwu-item:hover .desc {
	color: #ffffff;
}
.pc .liucheng-wrap {
	height: 750px;
}

.pc .liucheng-wrap .img{
	width: 100%;
	color: #ffffff;
	margin-top: 40px;
}
.pc .anli-wrap {
	height: 1120px;
}
.pc .anli-wrap .anli-list{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px 35px;
	margin-top: 40px;
}
.pc .anli-wrap .anli-list .anli-item{
	width: 410px;
	height: 400px;
	background: #313341;
	border-radius: 10px;
	padding: 10px;
}
.pc .anli-wrap .anli-list .anli-item .img {
	width: 390px;
	height: 290px;
	border-radius: 6px;
}
.pc .anli-wrap .anli-list .anli-item .title {
	font-size: 22px;
	line-height: 26px;
	padding: 10px 10px 5px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.pc .anli-wrap .anli-list .anli-item .title:before {
	content: '';
	width: 4px;
	height: 20px;
	background: #4c54e6;
	display: block;
	position: absolute;
	left: 0;
	top: 12px;
	border-radius: 2px;
}
.pc .anli-wrap .anli-list .anli-item .tag-wrap {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 5px;
	margin: 10px 0;
}
.pc .anli-wrap .anli-list .anli-item .tag-wrap div{
	font-size: 14px;
	background: #515564;
	border-radius: 4px;
	padding: 5px 6px;
}
.pc .anli-wrap .more {
	width: 460px;
	height: 70px;
	font-size: 26px;
	background: #4c54e6;
	border-radius: 6px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 50px auto 0;
}
.pc .jishu-wrap {
	height: 750px;
}
.pc .jishu-wrap .jishu-list {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px;
	margin-top: 40px;
}
.pc .jishu-wrap .jishu-list .jishu-item {
	width: 420px;
	height: 250px;
	background: #313341;
	border-radius: 10px;
	padding: 20px;
}
.pc .jishu-wrap .jishu-list .jishu-item .title {
	font-size: 20px;
	font-weight: bold;
	margin: 10px 0;
}
.pc .jishu-wrap .jishu-list .jishu-item .desc {
	font-size: 14px;
	color: #B6B7BD;
}
.pc .youshi-wrap {
	height: 450px;
}
.pc .youshi-wrap .youshi-list {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px;
	margin-top: 40px;
}
.pc .youshi-wrap .youshi-list .youshi-item {
	width: 300px;
	height: 210px;
	border-radius: 10px;
	padding: 20px;
	text-align: center;
}
.pc .youshi-wrap .youshi-list .youshi-item .title {
	font-size: 20px;
	font-weight: bold;
	margin: 10px 0;
}
.pc .youshi-wrap .youshi-list .youshi-item .shadow {
	width: 40px;
	height: 4px;
	background: rgba(255,255,255,0.60);
	border-radius: 50%;
	filter: blur(1px);
	margin: 5px auto 0;
}
.pc .youshi-wrap .youshi-list .youshi-item .desc {
	font-size: 14px;
	color: #B6B7BD;
}
.pc .pingjia-wrap {
	height: 800px;
}
.pc .pingjia-wrap .pingjia-list {
	width: 100%;
}
.pc .pingjia-wrap .el-carousel__container  {
	height: 600px;
}
.pc .pingjia-wrap .pingjia-list .pingjia-item {
	width: 420px;
	background: #313341;
	border-radius: 20px;
	margin-top: 40px;
}
.pc .pingjia-wrap .pingjia-list .pingjia-item:nth-child(2) {
	margin-top: 0;
}
.pc .pingjia-wrap .pingjia-list .pingjia-item .header {
	padding: 20px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.pc .pingjia-wrap .pingjia-list .pingjia-item .header .avatar {
	width: 40px;
	height: 40px;
	border-radius: 50%;
}
.pc .pingjia-wrap .pingjia-list .pingjia-item .header .name {
	margin-left: 10px;
}
.pc .pingjia-wrap .pingjia-list .pingjia-item .main {
	width: 420px;
	height: 410px;
	background: #373949;
	border-radius: 30px 30px 20px 20px;
}
.pc .pingjia-wrap .pingjia-list .pingjia-item .main .title {
	padding: 20px;
}
.pc .pingjia-wrap .pingjia-list .pingjia-item .main .content {
	padding: 20px;
	font-size: 14px;
	border-top: 1px solid rgba(255,255,255,0.10);
	word-wrap: break-word;
    word-break: break-all;
}
.pc .zixun-wrap {
	height: 750px;
}
.pc .zixun-wrap .zixun-list {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	margin-top: 40px;
}
.pc .zixun-wrap .zixun-list .zixun-item {
	width: 420px;
	height: 582px;
	background: #313341;
	border-radius: 20px;
	box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.06);
	padding: 0 20px;
}
.pc .zixun-wrap .zixun-list .zixun-item .header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0;
}
.pc .zixun-wrap .zixun-list .zixun-item .header .more {
	color: #FF3838;
}
.pc .zixun-wrap .zixun-list .zixun-item .img {
	width: 100%;
	height: 200px;
}
.pc .zixun-wrap .zixun-list .zixun-item .news-list .news-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0;
	border-bottom: 1px solid rgba(255,255,255,0.10);
}
.pc .zixun-wrap .zixun-list .zixun-item .news-list .news-item:nth-child(5) {
	border-bottom: none;
}
.pc .zixun-wrap .zixun-list .zixun-item .news-list .news-item .title {
	width: calc(100% - 80px);
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.pc .zixun-wrap .zixun-list .zixun-item .news-list .news-item .date{
	color: #B6B7BD;
}
.pc .fangan-wrap .form-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px;
}
.pc .fangan-wrap .form-wrap .form-item { 
	width: calc(50% - 10px);
}
.pc .fangan-wrap .form-wrap .form-item .label { 
	display: flex;
	justify-content: flex-start;
	align-items: center;
	line-height: 50px;
}
.pc .fangan-wrap .form-wrap .form-item .label .text{ 
	padding-right: 4px;
}
.pc .fangan-wrap .form-wrap .form-item .value .el-input__inner { 
	height: 60px;
	background-color: #313341;
	border: none;
	border-radius: 0;
	color: #fff;
	font-size: 18px;
}
.pc .fangan-wrap .form-btn { 
	width: 400px;
	height: 70px;
	background: #4c54e6;
	border-radius: 6px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 24px;
	cursor: pointer;
	margin: 60px auto 100px;
}
.pc .modal-wrap	 {
	border-radius: 20px;
}
.pc .modal-wrap .dialog-footer .el-button {
	width: 160px;
	height: 50px;
	background: #eeeeee;
	border-radius: 6px;
	border: none;
}
.pc .modal-wrap .dialog-footer .el-button--primary {
	background: var(--color);
}
.pc .modal-wrap .dialog-footer .el-button--default:focus,
.pc .modal-wrap .dialog-footer .el-button--default:hover {
	color: var(--color);
}
.pc .modal-wrap .form-wrap .form-item {
	margin-bottom: 10px;
}
.pc .modal-wrap .form-wrap .form-item .el-select {
	width: 100%;
}
.pc .modal-wrap .form-wrap .form-item .label {
	height: 30px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}