.extension-wsmyzrwyx {
	background: rgba(246, 246, 246, 1);
}

.wsmyzrwyx-content {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.wsmyzrwyx-right {
	width: 604px;
	/* height:140px; */
	margin-left: 70px;
	margin-top: 54px;
	padding-bottom: 60px;
}

.wsmyzrwyx-right p {
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: rgba(102, 102, 102, 1);
	line-height: 40px;
	padding-bottom: 20px;
}

.wsmyzrwyx-right .wsmyzrwyx-button {
	font-size: 16px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: rgba(47, 89, 218, 1);
	display: flex;
	flex-direction: row;
	align-items: center;
}

.extension-xzrmb {
	height: 473px;
	background: rgba(246, 246, 246, 1);
}

.extension-rwfb {
	height: 404px;
	background-image: url(../img/extension/rwfb_bg.png);
	z-index: -1;
	padding-bottom: 30px;
}

.xzrmb-content {
	width: 1000px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	/* align-items: center; */
}

.xzrmb-content .xzrmb-item {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-right: 90px;
}

.xzrmb-content .xzrmb-item:last-child {
	margin-right: 0;
}

.xzrmb-content .xzrmb-item b {
	font-size: 20px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: rgba(51, 51, 51, 1);
	line-height: 28px;
	padding-top: 38px;
	padding-bottom: 10px;
}

.xzrmb-content .xzrmb-item span {
	font-size: 12px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: rgba(102, 102, 102, 1);
	line-height: 24px;
}

.extension-fwlc .hzlc-item {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 120px;
	margin-right: 78px;
}

.extension-fwlc .hzlc-content {
	width: 800px;
}

.extension-zyjf {
	height: 280px;
	background-image: url(../img/extension/zyjf_bg.png);
}

.extension-zyjf h3 {
	font-size: 36px;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	color: rgba(255, 255, 255, 1);
	line-height: 50px;
}

.extension-zyjf .zyjf-content {
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
	line-height: 28px;
	text-align: center;
	width: 406px;
	margin: 0 auto;
}

.extension-zyjf .zyjf-content span {
	font-size: 16px;
	color: #FFD201;
}

.extension-zyjf-line {
	width: 40px;
	height: 4px;
	background: rgba(255, 255, 255, 1);
	margin: 20px auto;

}

.extension-xgzs .xgzs-content {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	width: 1200px;
	margin: 0 auto;
}


.xgzs-content .xgzs-left .xgzs-left-item {
	background: rgba(255, 255, 255, 1);
	margin-left: 10px;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	padding: 27px 0 27px 20px;
	margin-bottom: 30px;
	margin-right: 85px;
	width: 400px;
	cursor: pointer;
}

.xgzs-left .xgzs-left-item .left-item-icon.active{
	display: none;
}

.xgzs-left .xgzs-left-item.active .left-item-icon{
	display: none;
}

.xgzs-left .xgzs-left-item.active .left-item-icon.active{
	display: block;
}

.xgzs-left .xgzs-left-item .text-con {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-left: 20px;
}

.xgzs-left-item .text-con .left-item-title {
	font-size: 20px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: rgba(38, 51, 75, 1);
}

.xgzs-left-item .text-con .left-item-desc {
	font-size: 16px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: rgba(102, 102, 102, 1);
	margin-top: 15px;
	line-height: 22px;
	padding-right: 20px;
}

.xgzs-content .xgzs-left .xgzs-left-item.active {
	box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.1);
	filter: blur(0px);
}

.xgzs-content .xgzs-left .xgzs-left-item.active::after {
	content: "";
	    width: 0;
	    height: 0;
	    position: absolute;
	    top: 42px;
	    right: -10px;
	    border-top: 10px solid transparent;
	    border-left: 10px solid #fff;
	    border-bottom: 10px solid transparent;
			filter: blur(0px);
			z-index: -1;
}

.xgzs-content .xgzs-left .xgzs-left-item.active .left-item-title {
	color: #2677FF;
}

.xgzs-content .xgzs-right{
	width: 584px;
	height: 476px;
	background-image: url(../img/extension/browser.png);
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 40px;
}

.xgzs-content .xgzs-right .right-content{
	display: none;
}

.extension-nppydewt {}

.nppydewt-content {
	display: flex;
	flex-direction: row;
	align-items: center;
	width: 1200px;
	margin: 0 auto;
}

.nppydewt-left .item {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.nppydewt-left .item .point {
	width: 8px;
	height: 8px;
	border-radius: 4px;
	background: rgba(162, 196, 253, 1);
}

.nppydewt-left .item p {
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
	line-height: 40px;
	padding-left: 10px;
}

.nppydewt-left-tags {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.left-tag {
	border-radius: 3px;
	border: 1px solid rgba(38, 119, 255, 1);
	font-size: 16px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: rgba(38, 119, 255, 1);
	line-height: 22px;
	padding: 5px 15px;
	margin-right: 14px;
	margin-top: 30px;
}

.nppydewt-right {
	padding-left: 150px;
}

.extension-wmdys {}

.wmdys-content {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

.wmdys-content .wmdys-middle {
	padding: 0 75px;
}

.wmdys-content .wmdys-item {
	width: 300px;
	margin-bottom: 60px;
}

.wmdys-content .wmdys-item .item-title {
	font-size: 20px;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	color: rgba(51, 51, 51, 1);
	margin-bottom: 15px;
}

.wmdys-content .wmdys-item .item-desc {
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: rgba(102, 102, 102, 1);
	line-height: 30px;
}
