<!--PC首页图片广告-->
					.zbyun_mmd_parant_2 {
						display: block;
						vertical-align: top;
					}
					.zbyun_mmd_2 {
						display: flex;
						flex-wrap: wrap;
						justify-content: flex-start;
						width: 100%;
						height: auto;
						margin: 5px auto -5px auto;
						user-select: none;
						position: relative;
					}
					.zbyun_mmd_2 .zbyun_mmd_child_close {
						position: absolute;
						right: 3px;
						top: 3px;
						color: white;
						font-size: 12px;
						width: 20px;
						height: 20px;
						background: rgba(0, 0, 0, 0.5);
						border-radius: 100px;
						text-align: center;
						line-height: 18px;
						cursor: pointer;
					}
					.zbyun_mmd_2 .zbyun_mmd_child {
						height: 60px !important;
						margin: 0 5px 5px 0;
						box-sizing: border-box;
						flex: 0 0 calc((100% - 25px) / 6);
						overflow: hidden;
						position: relative;
					}
					.zbyun_mmd_2 .zbyun_mmd_child:nth-child(6n) {
						margin-right: 0px !important;
					}
					.zbyun_mmd_2 .zbyun_mmd_child>img {
						width: 100%;
						height: 60px !important;
						object-fit: fill;
					}
					.zbyun_mmd_2 .zbyun_mmd_child_adtag {
						position: absolute;
						right: 0px;
						bottom: 0px;
						width: 26px !important;
						height: 14px !important;
					}
					.zbyun_mmd_2 .zbyun_mmd_child_shenhe {
						position: absolute;
						top: 0;
						left: 0;
						background: rgba(255, 255, 255, 0.5);
						width: 100%;
						height: 100%;
						color: #fff;
					}
					.zbyun_mmd_2 .zbyun_mmd_child_shenhe div {
						text-align: center;
						position: absolute;
						background: rgba(255, 255, 255, 0.5);
						color: #717070;
						padding: 0 5px;
						font-size: 12px;
					}
					.zbyun_mmd_2 .zbyun_mmd_child_buyimg {
						width: 100%;
						height: 100%;
						position: relative;
					}
					.zbyun_mmd_2 .zbyun_mmd_child_buyimg_img {
						width: 100%;
						height: 100%;
						background: linear-gradient(to right, #EF8425, #F07C27);
					}
					.zbyun_mmd_2 .zbyun_mmd_child_buyimg_img>div {
						width: 100%;
						height: 100%;
						position: absolute;
						left: 0;
						top: 0;
						text-align: center;
						display: flex;
						flex-direction: column;
						justify-content: center;
						font-size: 18px;
						line-height: 1;
						color: #FFF;
						font-family: cursive;
					}
					.zbyun_mmd_2 .zbyun_mmd_child_buyimg img {
						object-fit: cover;
						width: 100%;
						height: 100%;
					}
					.zbyun_mmd_2 .zbyun_mmd_child {
						border-radius: 3px;
						background-color: #595959;
					}
					.zbyun_mmd_2 .zbyun_mmd_child_buyimg_img>div {
						font-family: inherit;
						background-color: #e7e7e7;
						color: #A9A9A9;
						font-size: 14px;
					}
					.zbyun_mmd_2 .zbyun_mmd_child:hover {
						-webkit-transform: translateY(-2px);
						transform: translateY(-2px);
						box-shadow: 0 1px 2px 0 #ccc;
						transition: all 0.2s ease 0s;
					}