*{
		    margin: 0;
		    padding: 0;
		    -webkit-box-sizing: border-box;
		    box-sizing: border-box;
		}
		body{
			width: 100%;
			height: 100%;
			font-size: 32px;
		}
		h1{
			text-align: center;
		}
		.board-p{
			font-size: 24px;
			text-align: center;
		}
		.board-p span{
			color: coral;
		}
		dd{
			position: relative;
			margin-top: 10px;
			margin-bottom: 10px;
			height: 500px;
			border-bottom: 1px solid;
		}
		dd > i{
			    background: #ffb400;
			    /* color: #fff; */
			    display: inline-block;
			    width: 80px;
			    height: 80px;
			    line-height: 80px;
			    text-align: center;
			    background: #868686;
			    font-size: 28px;
			    color: #ffffff;
			    font-weight: 700;
			    position: absolute;
			    left: 10px;
			    top: 240px;
				border-radius: 50%;
		}
		dd > img{
			width: 45%;
			height: 500px;
			left: 10%;
			position: absolute;
		}
		dd >div{
			margin-top: 5%;
			left: 60%;
			position: absolute;
		}
		dd >div p{
			font-size: 45px;
			height: 200px;
    		 	line-height: 50px;
		}
		.old{
			color: #868686;
			text-decoration:line-through;
		}
		.now{
			color: #ff0000;
			font-weight: 800;
		
		}
		.bould{
			font-size: 45px;
		}
		
		.shop_jj{
			margin: 30px;
			font-size: 38px;
			color: #ff1722;
			font-weight: 800;
		}
		
		.shop_zx{
			margin-left: 150px;
			margin-bottom: 50px;
		}
		
		.shop_zx a{
			color: #ff1722;
		}
		
		footer{
			text-align: center;
			font-size: 8px;
		}
		footer a{
			text-decoration:none
		}
		footer a:hover{
			color: #868686;
		}