.index-cont-body {
	/* max-width: 1520px; */
	margin: 0 auto;
}

.index-cont-body .itop-zj {
	font-weight: bold;
	font-size: 24px;
	color: #222222;
}
.index-cont-body .ckbtn{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.index-cont-body .ckbtn span{
	font-size: 14px;
	color: rgba(75, 94, 255, 1);
}
.i-12{
	width: 16px;
	height: 16px;
	margin-left: 3px;
}
.index-cont-body .cont-div-bj {
	/* margin: 0 50px; */
	font-size: 0;
	/* min-height: 580px; */
	/* padding-bottom: 0!important; */
	padding: 40px 40px 20px!important;
}

.index-cont-body .cont-div-bj1 {
	min-height: 580px;
	box-sizing: border-box;
}

.index-cont-body .zjList {
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
	width: 100%;
	cursor: pointer;
}

.inbolk {
	padding: 10px;
	width: 230px;
	height: 230px;
	box-sizing: border-box;
	margin-right: 12px;
	margin-bottom: 20px;
}
.inbolk:nth-child(6n){
	margin-right: 0;
}
.index-cont-body .zjList::-webkit-scrollbar {
	display: none;
	/* width: 30px;
	height: 12px; */
}
::-webkit-scrollbar {
  width: 5px; /* 设置滚动条的宽度 */
  height: 5px;
}
 
::-webkit-scrollbar-thumb {
  background-color: rgba(209, 224, 237, 1); /* 设置滚动条滑块的颜色 */
  border-radius: 5px; /* 设置滚动条滑块的圆角 */
}
 
::-webkit-scrollbar-thumb:hover {
  background-color: rgba(209, 224, 237, 1); /* 设置滚动条滑块在悬停时的颜色 */
}
 
::-webkit-scrollbar-track {
  /* background-color: rgba(209, 224, 237, 1); /* 设置滚动条背景的颜色 */ */
}
.index-cont-body .zjItem {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	border-radius: 16px;
	background-color: rgba(245, 246, 251, 1);
	
}
.index-cont-body .zjItem:hover{
	box-shadow: 0px 1px 10px 5px rgba(210, 225, 255, 0.5);
}
.index-cont-body .zjItem .icon {
	width: 88px;
	height: 88px;
	border-radius: 16px;
	font-size: 28px;
	color: #5243AA;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(222, 217, 245, 0.5);
}
.index-cont-body .zjItem .icon>img{
	width: 100%;
	height: 100%;
}
.index-cont-body .zjItem .name {
	font-size: 20px;
	color: #151515;
	margin-top: 12px;
	font-weight: bold;
}

.index-cont-body .zjItem .ts {
	font-size: 14px;
	color: #151515;
	margin-top: 14px;
}

.index-cont-body .swiper-slide img {
	/* width: 700px; */
	height: 430px;
	width: 100%;
	object-fit: cover;
}

.index-cont-body .swiper-slide .video-box iframe {
	height: 430px;
	width: 100%;
}

/* .index-cont-body .swiper-slide .video-box iframe{
	
} */
.index-cont-body .aileft .aibtn {
	height: 36px;
	line-height: 36px;
	background-color: rgba(225, 228, 255, 1);
	padding: 0 16px;
	border-radius: 20px 18px 18px 0;
	font-size: 18px;
	color: #232253;
	display: inline-block;
	margin-top: 20px;
}

.index-cont-body .aileft .aitext {
	font-size: 15px;
	color: #3A3F63;
	margin-top: 30px;
	line-height: 30px;
	text-overflow: -o-ellipsis-lastline;
	 overflow: hidden;
	 text-overflow: ellipsis;
	 display: -webkit-box;
	 -webkit-line-clamp: 3;
	 line-clamp: 3;
	 -webkit-box-orient: vertical;
}

.grzpDiv .title {
	font-family: PingFang SC, PingFang SC;
	font-weight: bold;
	font-size: 18px;
	color: #222222;
}

.grzpDiv .time-div {
	display: flex;
	justify-content: space-between;
	height: 70px;
	align-items: center;
	/* border-bottom: 1px solid #8F92A1; */
	cursor: pointer;
}
.i-banner{
	width: 100%;
	height: 340px;
	object-fit: cover;
}
.grzpDiv .time-div .time {
	font-size: 22px;
	color: #171717;
	position: relative;

}

.grzpDiv .time-div .time img {
	width: 10px;
	height: 7px;
	position: relative;
	top: -2px;
}

.el-date-picker {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	background-color: transparent;
	/* height: 250px; */
}

.el-date-editor--month {
	opacity: 0;
}

.grzpDiv .time-div .talshu {
	background-color: #F6F6F8;
	padding: 0 15px;
	font-size: 14px;
	color: #8F92A1;
	border-radius: 8px;
	line-height: 30px;
}

.grzpDiv .grzpCont {
	background-color: rgba(245, 245, 250, 1);
	border-radius: 16px;
	margin-bottom: 20px;
	padding: 20px 24px;
	cursor: pointer;
}
.grzpDiv .grzpCont:last-child{
	margin: 0;
}
.grzpDiv .grzpCont .title2 {
	font-family: Source Han Sans CN, Source Han Sans CN;
	font-weight: 400;
	font-size: 16px;
	color: #171717;

}

.grzpDiv .grzpCont .fbtime {
	display: flex;
	justify-content: space-between;
	margin-top: 18px;
}

.grzpDiv .grzpCont .fbtime .time {
	font-weight: 400;
	font-size: 14px;
	color: rgba(107, 113, 154, 1);
}
.grzpDiv .grzpCont .ztdiv{
	font-weight: 500;
	font-size: 14px;
	color: #FFA800;
}
.grzpDiv .grzpCont .ztdiv .dian {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	margin-right: 5px;
	background-color: #00875A;
	display: inline-block;
}

.grzpDiv .grzpCont .ztdiv .dian1 {
	background-color: #DE350B;
}

/* 用户状态 */
.yhzt {
	/* display: flex; */
	/* justify-content: space-between; */
	padding-bottom: 30px;
	/* align-items: center; */
	/* padding: 0; */
	border-bottom: 1px solid #8F92A1;
}

.yhzt .title {
	font-weight: bold;
	font-size: 18px;
	color: #222222;
}

.progress-btn {
	width: 220px;
	border: 1px solid #4458FE;
	border-radius: 8px;
	height: 36px;
	cursor: pointer;
	font-size: 16px;
	color: #171717;
	text-align: center;
	line-height: 36px;
	margin: 50px auto;
}

.navDiv {
	width: 130px;
	border: 1px solid #4458FE;
	border-radius: 8px;
	height: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	cursor: pointer;
}

.navDiv .name {
	font-size: 14px;
	color: #171717;
	/* margin-right: 14px; */
}

.navDiv .xuanz {
	width: 22px;
	height: 22px;
	transform: rotate(180deg);
	transition: all 0.6s;
}

.navDiv:hover .xuanz {
	transform: rotate(0deg);
}

.navDiv .navList {
	background-color: #fff;
	box-shadow: 0px 2px 16px 1px rgba(179, 192, 231, 0.32);
	border-radius: 8px;
	position: absolute;
	top: 0;
	margin-top: 36px;
	left: 0;
	width: 100%;
	padding: 15px 0;
	display: none;
	z-index: 100;
}

.navDiv .navList div {
	font-size: 14px;
	color: #232253;
	line-height: 32px;
	text-align: center;
}

.navDiv .navList div:hover {
	color: #4458FE;
}

.navDiv:hover .navList {
	display: block;
}

/* 并 */
#main {
	width: 250px;
	height: 250px;
}

.tcts {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: #171717;
	margin-top: 30px;
}

.tcts .yudian {
	width: 12px;
	height: 12px;
	background-color: #0052CC;
	border-radius: 50%;
	margin-right: 10px;
}

.time {

	font-size: 14px;
	color: #6A74A5;
	text-align: center;
	/* margin-top: 12px; */
	text-align: center;
}

.xgts {
	/* display: flex; */
	background-color: #F2F6FD;
	border-radius: 16px;
	padding: 5px 15px 15px;
	font-size: 12px;
	color: #171717;
	margin-top: 20px;
	line-height: 18px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
}

.xgts img {
	width: 24px;
	height: 24px;
	margin-right: 10px;
}

.progress-box {
	margin: 30px auto;
	width: 250px;
	/* height: 50%; */
}
.whole-cont-right{
	width: 70%;
	box-sizing: border-box;
}
.time-month{
	font-size: 30px;
}
.time-year{
	font-size: 24px;
}
.yhzt-vip-name{
	font-family: PingFang SC;
	font-weight: bold;
	font-size: 20px;
	color: #151515;
	padding-top: 30px;
	text-align: center;
	
}
.yhzt-vip-img{
	width: 200px;
	margin: 20px auto;
	/* height: 150px; */
}
.yhzt-vip-icon-box{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0;
}
.yhzt-vip-icon{
	width: 40px;
	height: 40px;
}
.yhzt-vip-price{
	font-family: Gilroy;
	font-weight: bold;
	font-size: 32px;
	color: #FF4216;
	text-align: center;
}
.yhzt-vip-btn{
	font-family: PingFang SC;
	font-weight: bold;
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
	width: 160px;
	height: 50px;
	background: linear-gradient(90deg, #4B5EFF 0%, #4F8AFF 100%);
	border-radius: 12px;
	text-align: center;
	line-height: 50px;
	margin: 15px auto;
	cursor: pointer;
}
.yhzt-vip-des{
	font-family: PingFang SC;
	font-weight: 500;
	font-size: 16px;
	color: #6B719A;
	text-align: center;
}

.carousel{
	height: 340px;
}
.v-9{
	width: 24px;
	height: 24px;
	margin-right: 14px;
}
.v-9-des{
	font-family: PingFang SC;
	font-weight: 500;
	font-size: 18px;
	color: #6B719A;
	margin-top: 12px;
	margin-bottom: 30px;
}
.writing-box{
	width: 460px;
	height: 720px;
	background: #F5F6FB;
	border-radius: 24px;
	text-align: center;
	padding-top: 60px;
	box-sizing: border-box;
	margin-bottom: 30px;
	position: relative;
	cursor: pointer;
}
.f-w-1{
	width: 240px;
	height: 240px;
}
.writing-box-tit{
	font-family: PingFang SC;
	font-weight: bold;
	font-size: 24px;
	color: #151515;
	margin-top: 50px;
	margin-bottom: 20px;
}
.writing-box-des{
	font-family: PingFang SC;
	font-weight: 500;
	font-size: 16px;
	color: #151515;
	text-align: left;
	width: 380px;
	margin: 0 auto;
	line-height: 36px;
}
.writing-box-btn{
	width: 380px;
	height: 60px;
	background: #FFFFFF;
	border-radius: 12px;
	text-align: center;
	font-family: PingFang SC;
	font-weight: bold;
	font-size: 20px;
	color: #6B719A;
	line-height: 60px;
	position: absolute;
	bottom: 40px;
	left: 50%;
	transform: translateX(-50%);
}
.writing-box:hover .writing-box-btn{
	
	background: #4458FE;
	color: #fff;
}
@media (min-width: 1450px) and (max-width: 1650px) {
	.index-cont-body .zjList::-webkit-scrollbar{
		display: block;
	}
	.whole-cont-body .whole-cont-right {
		padding: 0 20px 50px;
		
	}
	
	/* .yhzt {
		padding: 0;
	} */

	.progress-btn {
		width: 100%
	}

	.progress-box {
		width: 80%;
	}
}

@media (max-width: 1450px) {
	.index-cont-body .zjList::-webkit-scrollbar{
		display: block;
	}
	.banner {
		width: 100% !important;
	}
	.time-month{
		font-size: 20px;
	}
	.time-year{
		font-size: 16px;
	}
	/* .wi-50{
		width: 50%!important;
	}
	.wi-100{
		width: 100%!important;
	} */
}
@media (min-width: 768px) and (max-width: 991px){
	
	.inbolk{
		width: 180px;
		height: 188px;
		margin-right:0px;
	}
	.wi-50{
		width: 50%!important;
	}
	.writing-box1{
			display: block;
		}
		.writing-box{
			width: 100%;
			height: auto;
			    padding-top: 19px;
			padding-bottom: 20px;
		}
		.writing-box-btn,.writing-box-des{
			width: 90%;
		}
		.f-w-1{
			width: 150px;
			height: 150px;
	}
		.writing-box-tit{
			font-size: 18px;
			color: #151515;
			margin-top: 20px;
		}
		.writing-box-btn{
			position: relative;
			bottom: 0px;
		}
		.writing-box-des{
			line-height: 29px;
			    font-size: 14px;
		}
}
@media screen and (max-width: 767px){
	.index-cont-body .zjList{
		display: flex;
		flex-wrap: wrap;
		margin-top:10px;
	}
	.v-9-des{
		font-size: 14px;
	}
	.index-cont-body .itop-zj{
		font-size: 16px;
	}
	.inbolk{
		width: 50%;
		height: 150px;
		margin-right:0px;
		margin-bottom: 0;
	}
	.index-cont-body .zjItem{
		border-radius: 8px;
	}
	/* .wi-50{
		width: 50%!important;
	} */
	.index-cont-body .zjItem .icon{
		width: 50px;
		height: 50px;
	}
	.index-cont-body .zjItem .name{
		font-size: 14px;
		color: #171717;
		margin-top: 10px;
	}
	.index-cont-body .zjItem .ts{
		font-size: 12px;
		color: rgba(21, 21, 21, 1);
		margin-top: 3px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		width: 110px;
		text-align: center;
	}
	.cont-div-bj{
		padding: 15px;
	}
	.yhzt{
		padding-bottom:12px;
	}
	.i-banner{
		height: 180px;
	}
	.carousel,.carousel .el-carousel__container{
		height: 180px;
	}
	.index-cont-body .aileft .aitext{
		margin-top:15px;
	}
	.index-cont-body .cont-div-bj1{
		min-height:auto;
	}
	.ma-t24{
		margin-top: 15px;
	}
	.cont-div-bj{
		border-radius: 12px;
	}
	.grzpDiv .grzpCont{
		padding: 10px 12px;
	}
	.grzpDiv .grzpCont .title2{
		font-size: 14px;
	}
	.yhzt .title{
		font-size: 16px;
	}
	.yhzt-vip-name{
		padding-top: 15px;
		font-size: 16px;
	}
	.yhzt-vip-img{
		width: 150px;
		margin: 15px auto;
	}
	.yhzt-vip-price{
		font-size: 18px;
	}
	.yhzt-vip-btn{
		font-size: 16px;
		width: 120px;
		height: 40px;
		border-radius: 5px;
		line-height: 40px;
		margin: 10px auto;
	}
	.index-cont-body .cont-div-bj{
		padding: 20px!important;
	}
	.writing-box1{
		display: block;
	}
	.writing-box{
		width: 100%;
		height: auto;
		    padding-top: 19px;
		padding-bottom: 20px;
	}
	.writing-box-btn,.writing-box-des{
		width: 90%;
	}
	.f-w-1{
		width: 150px;
		height: 150px;
}
	.writing-box-tit{
		font-size: 18px;
		color: #151515;
		margin-top: 20px;
	}
	.writing-box-btn{
		position: relative;
		bottom: 0px;
		    height: 50px;
			line-height: 50px;
			font-size:16px;
	}
	.writing-box-des{
		line-height: 29px;
		    font-size: 14px;
	}
}