
		.right_logo_coupon { position: fixed; right: 20px; top: 25%; width: 134px; z-index: 9997; cursor: pointer;}
		.right_logo_coupon .close { position: absolute; right: 0; top: -24px; width: 20px; height: 20px; color: #fff; background: #f1f1f1; border-radius: 18px; display: flex ; justify-content: center; align-items: center; font-size: 12px;}
		.right_logo_battery { position: fixed; right: 20px; top: 50%; transform: translateY(-50%); width: 132px; height: 132px; z-index: 9997; cursor: pointer;}
		.right_logo_battery .close { position: absolute; right: 0; top: 0; width: 20px; height: 20px; color: #fff; background: #f1f1f1; border-radius: 18px; display: flex ; justify-content: center; align-items: center; font-size: 12px;}
		.right_logo_coupon .close .iconfont { font-size: 8px; color: #b1b1b1;}
		.right_logo_battery .close .iconfont { font-size: 8px; color: #b1b1b1;}
		.right_logo_battery .subimg { position: absolute; top: 0; left: 0;}
		.right_logo_battery .subimg1,
		.right_logo_battery .subimg2 { transform: rotate3d(1,100,1,-90deg);}

		@media screen and (max-width: 1000px) {
			.right_logo_coupon { width: 75px;}
			.right_logo_battery { width: 80px; height: 80px;}
		}

		@media screen and (max-width: 768px) {
			.content_down_detail_box{padding-top: 15px!important;padding-bottom: 10px!important;}
		}
	