#sport_1{
  display: none;
}
#mobile_sport_1{
  display: block;
}

.sport-1-area {
  flex-direction: column;
}

.sport-1-items {
  width:100%;
}

.sport-1-item{
  width:100%;
}


.sport-2-area-item{
  width:100%;
  padding-bottom: 20px;
}

.sport-2-item{
  width:100%;
}

.sport-2-area {
  width:100%;
  margin-top:0px !important;
}

.sport-2-content {
  flex-direction: column;
  margin-top: 30px;
}

.sport-3-area {
  flex-direction: column;
  margin-top: 30px;
}

.sport-3-item{
  width:100% !important;
  margin-top: 10px;
  background-size: cover;
  background-repeat: no-repeat;
}

.sport-3-bottom > img {
  margin-left: 10px;
}

.sport-3-bottom > div {
  margin-left: 10px;
  margin-right: 10px;
}

.mobile_sport_1_areas{
  margin-top: 10px;
  background: white;
  border-radius: 6px;
  /* box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.1); */
  margin-left: 10px;
  margin-right: 10px;

  transition:all 0.5s ;
  -o-transition: all 0.5s ; /*兼容parsto内核*/
  -moz-transition: all 0.5s ; /*兼容gecko内核*/
  -webkit-transition: all 0.5s ; /*兼容webkit内核*/
}

.mobile_sport_1_area{
  display: flex;
  

  align-items: center;
}

.mobile_sport_1_pic{
  width: 70px;
}

.mobile_sport_1_desc{
  margin-left: 10px;
  margin-right: 10px;

  overflow: hidden;
  height: 0;

  transition:all 0.5s ;
  -o-transition: all 0.5s ; /*兼容parsto内核*/
  -moz-transition: all 0.5s ; /*兼容gecko内核*/
  -webkit-transition: all 0.5s ; /*兼容webkit内核*/
}

.mobile_sport_1_show_desc{
  min-height: 0;
  height: auto !important;
  padding-bottom: 30px;

  transition:all 0.5s ;
  -o-transition: all 0.5s ; /*兼容parsto内核*/
  -moz-transition: all 0.5s ; /*兼容gecko内核*/
  -webkit-transition: all 0.5s ; /*兼容webkit内核*/
}

.mobile_sport_1_flag{
  float: right;
  width: 15px;
  margin-right: 20px;
}

