		.wu-showBig-hide {
			overflow: hidden;
		}

		.wu-showbigPicDailog {
			position: fixed;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
			display: flex;
			justify-content: center;
			align-items: center;
			width: 100%;
			height: 100%;
		}

		.wu-showbigPicDailog .wu-showbigPicDailog-bg {
			width: 100%;
			height: 100%;
			background: rgba(0, 0, 0, 0.4);

		}

		.wu-showbigPicDailog .wu-showbigPicDailog-img {
			position: absolute;
			cursor: move;

		}

		.wu-showbigPicDailog .wu-close-icon {
			display: inline-block;
			/* 			width: 60px;
			height: 60px;
			border-bottom-left-radius: 160px;
			background: rgba(0, 0, 0, 0.8); */
			position: fixed;
			top: 39px;
			right: 39px;
			z-index: 1000000;
			cursor: pointer;
		}

		/* 		.wu-showbigPicDailog .wu-close-icon::after,
		.wu-showbigPicDailog .wu-close-icon::before {
			width: 25px;
			height: 1px;
			display: block;
			content: '';
			background-color: #fff;
			position: absolute;
			top: 19px;
			left: 28px;
			transform: rotate(45deg);
		} */

		.wu-showbigPicDailog .wu-close-icon::before {
			top: 19px;
			left: 28px;
			transform: rotate(135deg);
		}

		.wu-changePicShow {
			position: absolute;
			bottom: 28px;
			width: 100%;
			left: 0;
			display: flex;
			flex-direction: row;
			justify-content: center;
			color: #fff;
		}

		.wu-changePicShow .wu-showbigPic-pre,
		.wu-changePicShow .wu-showbigPic-next {
			margin: 8px 10px;
			width: 16px;
			height: 16px;
			display: flex;
			justify-content: center;
			align-items: center;
			position: relative;
			cursor: pointer;

		}

		.wu-changePicShow .wu-showbigPic-pre::before,
		.wu-changePicShow .wu-showbigPic-next::before {
			display: block;
			width: 12px;
			height: 12px;
			border-top: 2px solid rgba(0, 0, 0, 0.7);
			border-right: 2px solid rgba(0, 0, 0, 0.7);
			content: "";
			position: absolute;
			transform: rotate(45deg);
			margin-left: -5px;
		}

		.wu-changePicShow .wu-showbigPic-pre::before {
			transform: rotate(225deg);
			margin-left: 5px;

		}

		.wu-morePicShow {
			position: absolute;
			bottom: 0;
			width: 100%;
			left: 0;
			background: rgba(0, 0, 0, 0.8);
			display: flex;
			flex-direction: row;
			justify-content: center;
		}

		.wu-morePicShow>.wu-morePicShow-li {
			border: 1px solid #e2e2e2;
			margin-right: 5px;
			cursor: pointer;
		}

		.wu-morePicShow>.wu-morePicShow-li>img {
			height: 80px;
			width: 65px;
			display: block;
		}

		.wu-morePicShow-li.wu-active {
			border: 2px solid #fff;
		}

		.wu-changePicShow-content {
			align-items: center;
			border-radius: 211px;
			opacity: 1;
			/* 自动布局 */
			display: flex;
			padding: 8px 56px;
			/* 中性色/White 1 */
			background: #FFFFFF;
			box-sizing: border-box;
			/* 中性色/Gray 2 */
			border: 1px solid rgba(0, 0, 0, 0.1);
			box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.04), 0px 0px 8px 0px rgba(0, 0, 0, 0.04), 0px 0px 4px 0px rgba(0, 0, 0, 0.04);
		}

		.wu-showbigPic-num {
			display: flex;
			align-items: center;
			color: rgba(0, 0, 0, 0.9);
			margin: 0 12px;
		}
		
				.content{
			width: 100%;
			margin: 0 auto;
			display: flex;
			justify-content: center;
			align-items: center;
			flex-direction: column;
			
		}
		.content-title{
			padding: 40px 0;
			display: flex;
			justify-content: center;
			align-items: center;
			color: #000;
			font-size: 30px;
			font-family: 微软雅黑;
			font-weight: 700;
			position: relative;
			margin-bottom: 20px;
		}
		.content-title>i{
			color:#ff9002;
		}
		.part-two{
			width: 100%;
			display: flex;
			justify-content: center;
			align-items: center;
		}
		.part-two-content{
			width: 1200px;
		}
		.content-title::before{
			position: absolute;
			content: "";
			width: 100px;
			height: 3px;
			background-color: #ff9002;
			bottom: 10px;
			left: 50%;
			transform: translateX(-50%);
		}
		.part-two-content-target{
			width: 730px;
			height: 100px;
			background-color: #ffc800;
			border-radius: 10px;
			box-sizing: border-box;
			padding: 15px 10px;
		}
		.part-two-contentTiTle{
			font-size: 20px;
			font-weight: 700;
			color:#3d70f3;
			font-family: 微软雅黑;
			margin-bottom: 10px;
			position: relative;
			padding-left: 10px;
		}
		.part-two-contentTiTle::before,.part-two-contentTiTle::after{
			width: 2px;
			height: 20px;
			background-color: #3970f3;
			position: absolute;
			content: "";
			top:0;
			left:0;
			display: block;
		}
		.part-two-contentTiTle::after{
			left: 4px;
		}
		.part-two-contentMain{
			color:#fff;
			font-size: 16px;
			line-height: 22px;
		}
		.contentPartOne{
			width: 100%;
		}
		.contentPartOne>.content1345 {
			width: 100%;
			background-color: #fff;
			padding: 0 15px;
			box-sizing: border-box;
			border-radius: 2px;
		}
		.contentPartOne>.content1345>.content-platforms {
			display: flex;
			flex-wrap: wrap;
			padding: 15px 0;
			justify-content: space-between;
		}
		.contentPartOne>.content1345>.content-platforms>li {
			width: 180px;
			border: 1px solid #e2e2e2;
			border-radius: 5px;
			box-shadow: 1px 1px 3px 1px #e2e2e2;
			position: relative;
			margin-bottom: 20px;		
		}
		.contentPartOne>.content1345>.content-platforms>li>a {
			display: flex;
			justify-content: center;
			align-items: center;
			flex-direction: column;
		}
		.contentPartOne>.content1345>.content-platforms img {
			width: 130px;
			height: 70px;
		}
		.contentPartOne>.content1345>.content-platforms>li:hover{
			box-shadow: 0 0 8px 1px #adddff;

		}
		.content-partForth {
			box-sizing: border-box;
			width: 100%;
			padding: 30px;
			display: flex;
			justify-content: center;
			align-items: center;
			flex-direction: column;
			background: linear-gradient(70deg, #5d71f3, #3970f3);
			position: relative;	
		}
		.content-partForth-left{
			display: flex;
			flex-direction: column;
			justify-content: center;
			align-items: flex-start;
			margin-right: 100px;
		}
		.content-partForth-left>img {
			width: 210px;
			height: 210px;
			border: 3px solid #fff;
			border-radius: 10px;
		}
		.content-partForth-left>span {
			font-size: 18px;
			color: #fff;
			font-weight: 700;
			padding-top: 15px;
		}
		.newParther-title {
			display: block;
			width: 100%;
			text-align: center;
			padding: 2px 0;
			font-size: 14px;
			border-radius: 5px;
			border-top-left-radius: 3px;
			border-top-right-radius: 3px;
			background-color: rgba(226, 226, 226, 0.9);
			color: #fe6f4f;
			/* margin-top: -5px; */
			border: 1px solid #fff;
			box-sizing: border-box;
			height: 24px;
		}
		.contentPartOne>.content1345>.content-platforms>li:hover .newParther-title {
			background-color: #3aadff;
			color: #fff;
		}
		.content-partForth-left-item{
			color:#fff;
			font-size: 17px;
		}
		.content-partForth-left-item>img{
			width: 200px;
			height: 200px;
			border-radius: 4px;
			border: 2px solid #e2e2e2;
		}
		.content-partForth-left-item .iconfont{
			font-size: 20px;
		}
		.content-partForth-left-up{
			border-bottom: 1px dotted #8ca5ff;
			width: 100%;
			padding-bottom: 10px;
		}

		@media (max-width: 720px) {
			.header{
				height: 45px;
			}	
			.pcContent{
				display: none;
			}
			.moveContent{
				display: flex;

			}
			.part-two-content{
				width: 100%;
			} 
			.content-title{
				padding: 15px 0;
				font-size: 15px;
				margin-bottom:0;
			}
			.content-title::before{
				width: 100px;
				height: 2px;
				background-color: #ff9002;
				bottom: 5px;
			}
			.content-img{
				width: 100%;
			}
			.part-two-content-target{
				width: 100%;
			}
			.part-two-contentTiTle{
				font-size: 18px;
			}
			.part-two-contentMain{
				font-size: 12px;
				line-height: 16px;
			}
			.part-two-content-target{
				padding: 10px;
				height: unset;
			}
			.contentPartOne>.content1345{
				padding: 0;
			}
			.content-partForth{
				margin-top: 20px!important;
				padding: 10px;
			}
			.content-partForth-left{
				margin-right: 5px;
			}
			.content-partForth>span{
				font-size: 14px!important;
			}
			.contentPartOne>.content1345>.content-platforms>li{
				width: 175px;
			}

    }





		.sharefendan .content{
			width: 100%;
			margin: 0 auto;
			display: flex;
			justify-content: center;
			align-items: center;
			flex-direction: column;
			
		}
		.sharefendan .content-title{
			padding: 40px 0;
			display: flex;
			justify-content: center;
			align-items: center;
			color: #000;
			font-size: 30px;
			font-family: 微软雅黑;
			font-weight: 700;
			position: relative;
			margin-bottom: 20px;
		}
		.sharefendan .content-title>i{
			color:#ff9002;
		}
		.sharefendan .part-two{
			width: 100%;
			display: flex;
			justify-content: center;
			align-items: center;
		}
		.sharefendan .part-two-content{
			width: 1200px;
		}
		.sharefendan .content-title::before{
			position: absolute;
			content: "";
			width: 100px;
			height: 3px;
			background-color: #ff9002;
			bottom: 10px;
			left: 50%;
			transform: translateX(-50%);
		}
		.sharefendan .part-two-content-target{
			width: 730px;
			height: 100px;
			background-color: #ffc800;
			border-radius: 10px;
			box-sizing: border-box;
			padding: 15px 10px;
		}
		.sharefendan .part-two-contentTiTle{
			font-size: 20px;
			font-weight: 700;
			color:#3d70f3;
			font-family: 微软雅黑;
			margin-bottom: 10px;
			position: relative;
			padding-left: 10px;
		}
		.sharefendan .part-two-contentTiTle::before,.sharefendan .part-two-contentTiTle::after{
			width: 2px;
			height: 20px;
			background-color: #3970f3;
			position: absolute;
			content: "";
			top:0;
			left:0;
			display: block;
		}
		.sharefendan .part-two-contentTiTle::after{
			left: 4px;
		}
		.sharefendan .part-two-contentMain{
			color:#fff;
			font-size: 16px;
			line-height: 22px;
		}
		.sharefendan .contentPartOne{
			width: 100%;
		}
		.sharefendan .contentPartOne>.content1345 {
			width: 100%;
			background-color: #fff;
			padding: 0 15px;
			box-sizing: border-box;
			border-radius: 2px;
		}
		.sharefendan .contentPartOne>.content1345>.content-platforms {
			display: flex;
			flex-wrap: wrap;
			padding: 15px 0;
			justify-content: space-between;
		}
		.sharefendan .contentPartOne>.content1345>.content-platforms>li {
			width: 180px;
			border: 1px solid #e2e2e2;
			border-radius: 5px;
			box-shadow: 1px 1px 3px 1px #e2e2e2;
			position: relative;
			margin-bottom: 20px;		
		}
		.sharefendan .contentPartOne>.content1345>.content-platforms>li>a {
			display: flex;
			justify-content: center;
			align-items: center;
			flex-direction: column;
		}
		.sharefendan .contentPartOne>.content1345>.content-platforms img {
			width: 130px;
			height: 70px;
		}
		.sharefendan .contentPartOne>.content1345>.content-platforms>li:hover{
			box-shadow: 0 0 8px 1px #adddff;

		}
		.sharefendan .content-partForth {
			box-sizing: border-box;
			width: 100%;
			padding: 30px;
			display: flex;
			justify-content: center;
			align-items: center;
			flex-direction: column;
			background: linear-gradient(70deg, #5d71f3, #3970f3);
			position: relative;	
		}
		.sharefendan .content-partForth-left{
			display: flex;
			flex-direction: column;
			justify-content: center;
			align-items: flex-start;
			margin-right: 100px;
		}
		.sharefendan .content-partForth-left>img {
			width: 210px;
			height: 210px;
			border: 3px solid #fff;
			border-radius: 10px;
		}
		.sharefendan .content-partForth-left>span {
			font-size: 18px;
			color: #fff;
			font-weight: 700;
			padding-top: 15px;
		}
		.sharefendan .newParther-title {
			display: block;
			width: 100%;
			text-align: center;
			padding: 2px 0;
			font-size: 14px;
			border-radius: 5px;
			border-top-left-radius: 3px;
			border-top-right-radius: 3px;
			background-color: rgba(226, 226, 226, 0.9);
			color: #fe6f4f;
			/* margin-top: -5px; */
			border: 1px solid #fff;
			box-sizing: border-box;
			height: 24px;
		}
		.sharefendan .contentPartOne>.content1345>.content-platforms>li:hover .newParther-title {
			background-color: #3aadff;
			color: #fff;
		}
		.sharefendan .content-partForth-left-item{
			color:#fff;
			font-size: 17px;
		}
		.sharefendan .content-partForth-left-item>img{
			width: 200px;
			height: 200px;
			border-radius: 4px;
			border: 2px solid #e2e2e2;
		}
		.sharefendan .content-partForth-left-item .iconfont{
			font-size: 20px;
		}
		.sharefendan .content-partForth-left-up{
			border-bottom: 1px dotted #8ca5ff;
			width: 100%;
			padding-bottom: 10px;
		}

		@media (max-width: 720px) {
			.sharefendan .header{
				height: 45px;
			}	
			.sharefendan .pcContent{
				display: none;
			}
			.sharefendan .moveContent{
				display: flex;

			}
			.sharefendan .part-two-content{
				width: 100%;
			} 
			.sharefendan .content-title{
				padding: 15px 0;
				font-size: 15px;
				margin-bottom:0;
			}
			.sharefendan .content-title::before{
				width: 100px;
				height: 2px;
				background-color: #ff9002;
				bottom: 5px;
			}
			.sharefendan .content-img{
				width: 100%;
			}
			.sharefendan .part-two-content-target{
				width: 100%;
			}
			.sharefendan .part-two-contentTiTle{
				font-size: 18px;
			}
			.sharefendan .part-two-contentMain{
				font-size: 12px;
				line-height: 16px;
			}
			.sharefendan .part-two-content-target{
				padding: 10px;
				height: unset;
			}
			.sharefendan .contentPartOne>.content1345{
				padding: 0;
			}
			.sharefendan .content-partForth{
				margin-top: 20px!important;
				padding: 10px;
			}
			.sharefendan .content-partForth-left{
				margin-right: 5px;
			}
			.sharefendan .content-partForth>span{
				font-size: 14px!important;
			}
			.sharefendan .contentPartOne>.content1345>.content-platforms>li{
				width: 175px;
			}

    }
