/*置入YII框架体系后的补充CSS*/
body{
				width: 100%;
			}
			.heade{
				width: 100%;
				margin-left: 0px;
				margin-top: 0px;
				overflow: hidden;
			}
			.heade img{
				
				margin-left: calc(50% - 960px);
				
			}
			.heade p{
				
				top: 60px;
			}
			.shop .shopimg ul li{
				padding: 0px;
				margin-left: 80px;
			}
			.shopimg ul li{
				padding: 0px;
				margin-left: 100px;
			}
			.shopimg .im .dan_buy1{
				margin-left: 50px;
				box-shadow: 0px 2px 10px rgb(0,0,0,0.5);
			}
			.dan_bu{
				width: 30px;
				height: 30px;
				background-color: #ff5a5f;
				position: absolute;
				top: 140px;
				left: 260px;
				border-radius: 15px;
			}
			.dan_buy .dan_bu{
				top:185px;
				left: 345px;
				width: 40px;
				height: 40px;
				border-radius: 20px;
			}
			.shopimg .dan_bu .buy{
				top: 5px;
				left: 5px;
			}
			.shopimg .dan_buy .buy{
				width: 26px;
				height: 26px;
				top: 7px;
				left: 407px;
			}
			@media only screen and (max-width:800px){
				.shop .shopimg ul li{
					margin-left:50px;
				}
				.shopimg ul li{
					margin-left:50px;
				}
				.shopimg ul li b{
					margin-left: 20px;
					margin-top: 10px;
				}
				.btn{
					margin-left: 20px;
					margin-bottom: 50px;
				}
				.dan_bu{
					top:130px;
					left: 272px;
				}
				.dan_buy .dan_bu{
					width: 30px;
					height: 30px;
					border-radius: 15px;
					top: 130px;
					left: 272px;
				}
				.shopimg .dan_buy .buy{
					width: 20px;
					height: 20px;
					top: 5px;
					left: 5px;
				}
				.shopimg ul{
					left: 0px;
					margin-left: 0px;
				}
				.shop2{
					padding-top: 50px;
					background-color:rgb(200,200,200,0.2);
				}
				.shop3{
					padding-top: 50px;
					margin-top: -100px;
				}
				.shop{
					padding-top: 50px;
				}
			}
				@media only screen and (max-width:321px){
					.shop .shopimg ul li{
						margin-left: 10px;
					}
					.shopimg ul li{
						margin-left: 10px;
					}
					.dan_bu{
						left: 240px;
					}
					.dan_buy .dan_bu{
						left: 240px;
					}
				}
				@media only screen and (max-width:1316px){
					.shopimg{
						width: 100%;
					}
				}