/*电脑版*/
@media  screen and (min-width: 500px) {
.body1{
       margin-top:15px;
       background:#CC0033;
}
.body2{
       width:70%;
       float:left;
       margin-top:15px;
}
.body3{
      border-left: 10px solid #CC0033;
       width:25%;
       float:left;
       margin-top:15px;
}
.body4{
       clear:both;
       border-top: 10px solid #CC0033;
}
.body5{
       width:100%;
       text-align: center;
}

	
}
/* 手机版   */
@media screen and (max-width:500px){
.body1{
       margin-top:15px;
       background:#CC0033;
}
.body2{
       margin-top:15px;
       border-top:5px solid #CC0033;
       border-bottom:5px solid #CC0033;
}
.body3{
       margin-top:15px;
       
}
.body4{
      clear:both;
      border-top: 10px solid #CC0033;
}
.body5{
      width:100%;
      text-align: center;
}

}
