body{
	padding: 0px;
	width: 100%;
	overflow-x: hidden;
	margin: 0;
}


.btn {
	padding: 12px 24px;
	background-color: #4CAF50;
	color: white;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	font-size: 16px;
	transition: background-color 0.3s;
}
.btn:hover {
	background-color: #45a049;
}
.modal {
	display: none;
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.4);
}
.modal-content {
	background-color: #fefefe;
	margin: 15% auto;
	padding: 20px;
	border-radius: 8px;
	width: 300px;
	text-align: center;
	box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
.close {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
	cursor: pointer;
}
.close:hover {
	color: black;
}
.qrcode-img {
	width: 200px;
	height: 200px;
	margin: 20px auto;
	display: block;
}
.modal-title {
	margin-top: 0;
	color: #333;
}

.container{
	width: 100vw;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.container-header{
	width: 940px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0;
}

.lg{
	height: 44px;
	width: auto;    /* 宽度自适应 */
	max-width: 100%; /* 防止图片超出容器 */
	object-fit: cover; /* 保持图片比例 */
    vertical-align: middle;
}

.dl{
	display: flex;
	flex-direction: row;
	justify-content: left;
	align-items: center;
}

.dl .sjdl{
	width: 96px;
	height: 32px;
	background: linear-gradient( 90deg, #7FA4FE 0%, #6978FF 100%);
	border-radius: 8px 8px 8px 8px;
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 32px;
	text-align: center;
	font-style: normal;
	text-transform: none;
	cursor: pointer;
}

.dl .yjdl{
	width: 96px;
	height: 32px;
	background: linear-gradient( 90deg, #7FA4FE 0%, #6978FF 100%);
	border-radius: 8px 8px 8px 8px;
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 32px;
	margin-left: 20px;
	text-align: center;
	font-style: normal;
	text-transform: none;
	cursor: pointer;
}

.container-content{
	position: relative;
	height: 454px;
}

.container-content .banner{
	position: relative;
	height: 454px;
	width: 100%;    /* 宽度自适应 */

}

.container-content .banner .advertisement{
	width: 1024px;
	height: 200px;       /* 必须设置具体高度 */
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto; /* 同时处理水平和垂直居中 */
}

.container-content .banner .advertisement .top{
	display: flex;
	flex-direction: row;
	justify-content: left;
	align-items: left;
}


.container-content .banner .advertisement .top .subtitle {
	margin-left: 20px;
}

.container-content .banner .advertisement .top .subtitle .title{
	font-family: Alibaba PuHuiTi 2.0, Alibaba PuHuiTi 20;
	font-weight: bold;
	font-size: 32px;
	color: #292929;
	text-align: left;
	font-style: normal;
	text-transform: none;
}

.container-content .banner .advertisement .top .subtitle .mintitle{
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;
	font-size: 18px;
	color: #292929;
	text-align: left;
	font-style: normal;
	text-transform: none;
}

.container-content .banner .advertisement .bottom{
	width: 129px;
	height: 36px;
	background: linear-gradient( 90deg, #7FA4FE 0%, #6978FF 100%);
	border-radius: 18px 18px 18px 18px;
	line-height: 36px;
	text-align: center;
	margin-left: 126px;
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;
	font-size: 20px;
	color: #FFFFFF;
	font-style: normal;
	text-transform: none;
	margin-top: 30px;
	cursor: pointer;
}

.container-content .banner1{
	padding-top: 60px;
	min-width: 1024px;
	margin: 0 auto;
}

.container-content .banner1 h2{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: bold;
	font-size: 32px;
	color: #292929;
	text-align: center;
	font-style: normal;
	text-transform: none;
}

.container-content .banner1 h3{
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;
	font-size: 18px;
	color: #292929;
	line-height: 20px;
	text-align: center;
	font-style: normal;
	text-transform: none;
}

.container-content .banner1 .tablist{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin-top: 60px;
}

.container-content .banner1 .tablist .items{
	background: #FFFFFF;
	box-shadow: 0px 0px 37px 1px rgba(127,107,255,0.16);
	border-radius: 16px 16px 16px 16px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 321px;
	margin-right: 20px;
	height: 304px;
}

.container-content .banner1 .tablist .items img{
	width: 126px;
	height: auto;
}

.container-content .banner1 .tablist .items .subtitle{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: bold;
	font-size: 20px;
	color: #292929;
	line-height: 44px;
	text-align: left;
	font-style: normal;
	text-transform: none;
}

.container-content .banner1 .tablist .items .title{
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;
	font-size: 14px;
	color: #292929;
	padding: 0px 20px;
	line-height: 20px;
	text-align: center;
	font-style: normal;
	text-transform: none;
}

.container-content .banner2{
	margin-top: 60px;
	position: relative;
}

.container-content .banner2 img{
	height: 715px;
	width: auto;
}

.container-content .banner2 .container{
	position: absolute;
	width: 960px;
	top: 0px;
	left: 0px;
	right: 0px;
	margin: 0 auto;
}

.container-content .banner2 .container h2{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: bold;
	font-size: 36px;
	color: #292929;
	line-height: 62px;
	text-align: center;
	font-style: normal;
	text-transform: none;
}

.container-content .banner2 .container h3{
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;
	font-size: 20px;
	color: #292929;
	line-height: 30px;
	text-align: center;
	font-style: normal;
	text-transform: none;
}

.container-content .banner2 .container .tab {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-self: center;
	/* 兼容性写法 */
	background: -moz-linear-gradient(left,rgba(255, 255, 255, 1),rgba(251, 253, 255, 0.1));
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1),rgba(251, 253, 255, 0.1));
	background: -o-linear-gradient(left, rgba(255, 255, 255, 1),rgba(251, 253, 255, 0.1));
	border: 1px solid #ffffff;
	border-radius: 60px;
	padding: 5px 10px;
}

.container-content .banner2 .container .tab .items{
	border-radius: 20px;
	padding: 10px 15px;
	margin-right: 20px;
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;
	font-size: 16px;
	color: #333333;
	text-align: center;
	font-style: normal;
	text-transform: none;
	cursor: pointer;
}

.container-content .banner2 .container .tab .selected{
	background: -moz-linear-gradient(left,#B3DBFF,#6978FF);
	background: -webkit-linear-gradient(left, #B3DBFF,#6978FF);
	background: -o-linear-gradient(left, #B3DBFF,#6978FF);
	border-radius: 20px;
	padding: 10px 15px;
	margin-right: 20px;
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	font-style: normal;
	text-transform: none;
	cursor: pointer;
}

 .container-content .banner2 .container .content {
	width: 870px;
	display: none;
	padding: 20px;
	margin-top: 15px;
	border: 1px solid #eee;
	background: rgba(255,255,255,0.7);
	border-radius: 24px 24px 24px 24px;
	text-align: center;
}

.container-content .banner2 .container .content.active {
	display: block;
	animation: fadeIn 0.5s;
}

.container-content .banner2 .container .content img{
	height: 201px;
	width: auto;
	max-width: 100%; /* 防止图片超出容器 */
	object-fit: cover; /* 保持图片比例 */
}

.container-content .banner2 .container .content h3{
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;
	font-size: 18px;
	color: #292929;
	line-height: 36px;
	text-align: center;
	font-style: normal;
	text-transform: none;
}

.container-footer{
	background-color: #252526;
	height: 80px;
}

.container-footer .copyright{
	text-align: center;
	line-height: 80px;
	color: #ffffff;
	font-size: 14px;
}

.el-image {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.el-image img {
    overflow-clip-margin: content-box;
    overflow: clip;
}

.jicpb{
	font-family: MicrosoftYaHei;
	color: #749ae3;
	letter-spacing: 0;
	line-height: 20px;
	font-weight: 400;
	text-decoration: none;
}

.jgawb{
	ont-family: MicrosoftYaHei;
	color: #2c2c2c;
	letter-spacing: 0;
	line-height: 20px;
	font-weight: 400;
	text-decoration: none;
}



