* {
	margin: 0;
	padding: 0;
	border: none;
	list-style: none;
	text-decoration: none;
	font-family: Microsoft YaHei;
}

.v1200 {
	width: 1200px;
	margin: 0 auto;
}

.v2023A {
	width: 100%;
	min-width: 1200px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: nowrap;
}

.v2023B {
	width: 100%;
	height: 664px;
	background: #F8FCFF;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.v2023B .videoImg {
	height: 630px;
	background-color: #fff;
	border-radius: 20px;
	box-shadow: 0 5px 35px 0 rgba(166, 167, 170, 0.31);
	text-align: center;
	padding: 64px 44px 50px;
	/* position: absolute; */
	margin-top: -100px;
	/* margin-left: 20%; */
}

.v2023B .video_title {
	font-size: 40px;
	font-weight: bold;
	color: #333;
}

.v2023B .video_title span {
	color: #0d5deb;
}

.v2023B .video_adesc {
	font-size: 18px;
	font-weight: 400;
	color: #333;
	line-height: 36px;
	margin: 40px 22px 30px;
}

.v2023B .video_name {
	display: flex;
	justify-content: space-around;
	font-size: 24px;
	line-height: 36px;
	color: #333;
	font-weight: 400;
}

.v2023B .mr5 {
	margin-right: 5px;
}

.v2023C {
	width: 100%;
	text-align: center;
	background: url(/static/v2023/images/member/0-bg.jpg);
	padding-bottom: 120px;
}

.v2023C .model_title {
	font-size: 40px;
	font-weight: bold;
	color: #333333;
	padding-top: 90px;
	margin-bottom: 80px;
}

.v2023C .model_title span {
	color: #0C5CEA;
}

.model_table {
	display: flex;
	justify-content: center;
	margin-top: 47px;
}

.model_table .table_header {
	width: 301px;
	height: 177px;
	border-radius: 20px 20px 0 0;
}

.model_table .v_contrast .table_header {
	/* background: rgba(255, 255, 255, 0.7); */
	border: 1px solid #f3f3f3;
	font-size: 20px;
	font-weight: 400;
	color: #333;
	text-align: center;
	line-height: 177px;
	background: linear-gradient(0deg, #D7DCE3 0%, #E4ECF5 100%);
	border-radius: 20px 20px 0px 0px;
	font-family: DingTalk JinBuTi;
}

.model_table .v_0 li {
	background: #FCFDFF;
}

.model_table .v_1 li {
	background: #FFFCF2;
}

.model_table .v_2 li {
	background: #FFFAF5;
}

.model_table ul li {
	width: 301px;
	height: 41px;
	border: 1px solid #f3f3f3;
	line-height: 41px;
	text-align: center;
	color: #333;
}

.bg1 {
	background: #FFFCF9;
	padding-left: 40px;
}

.bg2 {
	background: #F9FBFF;
	padding-left: 40px;
}

.model_table .v_contrast ul li {
	text-align: left;
	color: #666;
}

.check_more {
	width: 240px;
	height: 60px;
	background: linear-gradient(90deg, #FA9E26 0%, #FF544F 100%);
	box-shadow: 0px 10px 10px 0px rgba(255, 153, 144, 0.15);
	border-radius: 30px;
	font-size: 18px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 60px;
	margin: 49px auto 0;
	cursor: pointer;
}

.check_more:hover {
	transform: scale(1.05);
}

.v2023D {
	width: 100%;
	text-align: center;
}

.v2023D .process_title {
	padding: 109px 0 50px;
	font-size: 40px;
	font-weight: bold;
	color: #333;
}

.v2023D .process_title span {
	color: #0C5CEA;
}

.v2023D .process_img {
	height: 380px;
	background: url(/static/v2023/images/member/logos.png);
	animation: scroll1 60s linear infinite;
	background-repeat-y: no-repeat
}

.v2023D .img_cover {
	width: 100%;
	height: 380px;
	background-image: linear-gradient(-90deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0.9) 100%);
	position: absolute;
	left: 0;
	margin-top: -380px;
	z-index: 10;
}

.v2023D .check_media {
	display: block;
	width: 240px;
	height: 60px;
	background: linear-gradient(90deg, #FA9E26 0%, #FF544F 100%);
	box-shadow: 0px 10px 10px 0px rgba(255, 153, 144, 0.15);
	border-radius: 30px;
	font-size: 18px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 60px;
	margin: 50px auto 105px;
}

@keyframes scroll1 {
	0% {
		background-position: 0 0;
	}

	100% {
		background-position: 4030px 0;
	}
}

.v2023E {
	width: 100%;
	background: url(/static/v2023/images/member/2-bg.jpg);
	padding: 109px 0 100px;
	margin: 0 auto;
	text-align: center;
}

.v2023E .mask_title {
	font-size: 40px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 36px;
}

.v2023E .mask_title span {
	color: #0C5CEA;
}

/* 弹窗 */
.dialog-demo {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	z-index: 99;
	background-color: rgba(0, 0, 0, 0.27);
	display: none;
}

.dialog-demo .demo-main {
	width: 560px;
	height: 290px;
	border: 1px solid #fafafa;
	background: linear-gradient(-59deg, #f8e2e6 0%, #f4f7fa 43%);
	box-shadow: 0 5px 40px 0 rgba(100, 89, 83, 0.1);
	border-radius: 10px;
	margin: 290px auto 0;
	text-align: center;
}

/* .dialog-demo .demo-main{width: 560px;height: 714px;border: 1px solid #fafafa;background: linear-gradient(-59deg,#f8e2e6 0%,#f4f7fa 43%);box-shadow: 0 5px 40px 0 rgba(100, 89, 83, 0.1);border-radius: 10px;margin: 130px auto 0;text-align: center;} */
.dialog-demo .demo-main .colse-demo {
	font-size: 20px;
	font-weight: bold;
	color: #dccece;
	line-height: 36px;
	display: inline-block;
	width: 96%;
	text-align: right;
}

.dialog-demo .demo-main .colse-demo:hover {
	cursor: pointer;
}

.dialog-demo .demo-main .demo-title {
	font-size: 30px;
	font-weight: bold;
	color: #222;
	line-height: 36px;
	margin-top: 10px;
}

.dialog-demo .demo-main .demo-users {
	display: flex;
	font-size: 16px;
	line-height: 30px;
	justify-content: space-evenly;
	margin-top: 33px;
}

.demo-main .demo-users .demo-side {
	width: 220px;
	height: 140px;
	background-color: #fff;
	box-shadow: 0 0 5px 0 rgba(137, 141, 144, 0.18);
	border-radius: 10px;
	color: #666;
	font-weight: 400;
	border: 3px solid #fff;
	padding: 30px;
}

.demo-main .demo-users .demo-side:hover {
	border-image: linear-gradient(90deg, #fa8f26, #ff544f) 10 10;
	clip-path: inset(0px round 6px);
}

.demo-users .demo-side .user-side-name {
	color: #ff6B4e;
	font-size: 30px;
	margin-top: 8px;
}

.demo-users .demo-side .administrators-side-name {
	color: #4557b1;
	font-size: 30px;
	margin-top: 8px;
}

.dialog-demo .demo-main .free-code {
	margin: 40px auto 0;
	width: 460px;
	height: 374px;
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 10px;
	box-shadow: 0 0 5px 0 rgba(137, 141, 144, 0.18);
	padding-top: 31px;
}

.demo-main .free-code .free-code-title {
	font-size: 30px;
	font-weight: 400;
	color: #ff370e;
	line-height: 36px;
	font-family: DingTalk JinBuTi;
}

.demo-main .free-code .free-code-img {
	width: 260px;
	height: 260px;
	padding: 6px;
	background-color: #fff;
	border-radius: 10px;
	border: 1px solid #f4f7fa;
	box-shadow: 0 13px 27px 0 rgba(215, 205, 207, 0.18);
	margin: 16px auto 0;
}

.v2023F {
	width: 100%;
	text-align: center;
	margin: 0 auto;
}

.v2023F .member_talk {
	font-size: 40px;
	font-weight: bold;
	color: #333333;
	padding: 97px 0 60px;
}

.v2023F .member_talk {
	color: #0C5CEA;
}

.v2023F #test1 {
	height: 400px;
	/* position: absolute;
    width: 100%;
    background: #fff;
    z-index: unset; */
}

.v2023F .member_box {
	width: 1200px;
	height: 400px;
	background: #FFFFFF;
	border: 1px solid #D7DCE4;
	border-radius: 10px;
	margin: 0 auto;
	padding: 40px 50px 53px;
	/* position: absolute;
    left: 476px; */
}

.v2023F .active {
	box-shadow: 0px 5px 20px 0px rgba(29, 33, 42, 0.1);
}

.v2023F .member_box .member_msg {
	display: flex;
	text-align: left;
}

.v2023F .member_box .member_msg img {
	margin-right: 23px;
}

.v2023F .member_box .member_name {
	font-size: 30px;
	font-weight: 400;
	color: #333333;
	line-height: 36px;
	margin: 21px 0 11px;
}

.v2023F .member_box .member_grade {
	font-size: 20px;
	font-weight: 400;
	color: #999999;
	line-height: 18px;
}

.v2023F .member_box .member_adesc {
	margin-top: 29px;
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	line-height: 32px;
	text-align: justify;
}

.v2023F .member_btn {
	margin-top: 60px;
	margin-bottom: 61px;
}

.v2023F .member_btn span {
	display: inline-block;
	width: 80px;
	height: 6px;
	background: #3F77DB;
	opacity: 0.07;
	border-radius: 3px;
	margin-right: 27px;
}

.v2023F .member_btn .current {
	background: #3F77DB;
	opacity: 1;
}

.v2023G {
	width: 100%;
	height: 236px;
	background: linear-gradient(180deg, #FFFFFF 0%, #FFEEDB 100%);
	text-align: center;
	line-height: 236px;
}