.genreLight {
  border-bottom: 1px solid #fff!important;
  box-sizing: border-box;
}
.genreLight a {
  color: #fff!important;
}
#content {
  clear: both;
}
.allGenre {
  position: relative;
  margin: 32px auto 39px auto;
  width: 83.3%;
  max-width: 1200px;
  font-size: 18px;
  line-height: 25px;
}
.allGenre .genreTitle {
  width: 150px;
  cursor: pointer;
}
.allGenre .genreTitle i {
  margin: 0 0 0 15px;
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url('//img01.lavaradio.com/images/www/downNticon.png') no-repeat center center;
  background-size: 10px 8px;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}
.allGenre .genreTitle:hover {
  cursor: pointer;
}
.allGenre .allToggleSilde {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url('//img01.lavaradio.com/images/www/downNticon.png') no-repeat center center;
  background-size: 10px 8px;
  cursor: pointer;
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.allGenre .genreMsgList {
  display: none;
  position: absolute;
  top: 44px;
  left: 0;
  width: 100%;
  max-height: 380px;
  background: #FFFFFF;
  box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  z-index: 10;
  overflow: auto;
  color: #000;
}
.allGenre .genreMsgList .genreMsgUl {
  margin: 0 auto;
  width: 95%;
}
.allGenre .genreMsgList .genreMsgUl li {
  position: relative;
  display: inline-block;
}
.allGenre .genreMsgList .genreMsgUl li a {
  margin: 30px 20px 0 0;
  float: left;
  display: inline-block;
  font-size: 14px;
  line-height: 40px;
  cursor: pointer;
  padding: 0 20px;
  background: #F1F1F1;
  border-radius: 100px;
  transition: all 0.5s ease-in-out;
}
.allGenre .genreMsgList .genreMsgUl li span {
  position: absolute;
  top: 14px;
  right: 20px;
  display: block;
  width: 24px;
  height: 16px;
  background: url('//img01.lavaradio.com/images/www/hotCopy.png') no-repeat center center;
  background-size: 100% 100%;
}
.allGenre .genreMsgList .genreMsgUl li:hover a {
  color: #fff;
  background: #2266FF;
}
.genreList {
  margin: 0 auto;
  width: 83.3%;
  max-width: 1200px;
}
.genreList li {
  float: left;
  width: 10.75%;
  margin: 0 2% 42px 0;
  height: 50px;
  border: 1px solid #979797;
  box-sizing: border-box;
  background: #fff;
  border-radius: 31px;
  transition: all 0.5s ease-in-out;
}
.genreList li a {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  font-size: 14px;
  text-align: center;
  line-height: 50px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
  border-radius: 31px;
  box-sizing: border-box;
  transition: all 0.5s ease-in-out;
}
.genreList li:hover {
  background: #2266FF;
  border: 1px solid #2266ff;
}
.genreList li:hover a {
  color: #fff;
}
.genreInfoList {
  clear: both;
  margin: 0 auto;
  width: 83.3%;
  max-width: 1200px;
}
.genreInfoList li {
  width: 100%;
}
.genreInfoList li .genreInfoTitle {
  clear: both;
  margin: 0 0 23px 0;
  width: 100%;
  height: 55px;
  font-size: 18px;
  line-height: 55px;
  border-bottom: 1px solid #DDDDDD;
}
.genreInfoList li .genreInfoTitle a {
  float: right;
  font-size: 14px;
  cursor: pointer;
}
.genreInfoList li .programList,
.genreInfoList li .programLists {
  width: 100%;
}
.genreInfoList li .programList li,
.genreInfoList li .programLists li {
  width: 18.4%;
  margin: 0 2% 25px 0;
  float: left;
}
.genreInfoList li .programList li .collectStatus,
.genreInfoList li .programLists li .collectStatus {
  position: absolute;
  top: 12px;
  right: 18px;
  display: inline;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 2px333344;
}
.genreInfoList li .programList li .collectStatus span,
.genreInfoList li .programLists li .collectStatus span {
  margin: 0 5px 0 0;
  text-indent: 3px;
  float: right;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
}
.genreInfoList li .programList li .collectStatus i,
.genreInfoList li .programLists li .collectStatus i {
  display: inline-block;
  float: right;
  width: 20px;
  height: 20px;
  background: url('//img01.lavaradio.com/images/www/Slice54x.png') no-repeat left center;
  background-size: 20px 20px;
}
.genreInfoList li .programList li .programImage,
.genreInfoList li .programLists li .programImage {
  margin: 0 0 20px 0;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #E8EBF2;
}
.genreInfoList li .programList li .programImage .programHover,
.genreInfoList li .programLists li .programImage .programHover {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  transition: all .5s;
}
.genreInfoList li .programList li .programImage .programHover .isNew,
.genreInfoList li .programLists li .programImage .programHover .isNew {
  position: absolute;
  top: 5px;
  left: 5px;
  display: block;
  width: 50px;
  height: 35px;
  background: url('//img01.lavaradio.com/images/www/CombinedShape24x.png') no-repeat center center;
  background-size: 100% 100%;
}
.genreInfoList li .programList li .programImage .programHover .collectBtn,
.genreInfoList li .programLists li .programImage .programHover .collectBtn {
  position: absolute;
  top: 12px;
  right: 18px;
  display: inline-block;
  height: 20px;
  font-size: 12px;
  line-height: 20px;
  text-indent: 22px;
  color: #fff;
  cursor: pointer;
}
.genreInfoList li .programList li .programImage .programHover .collectBtn i,
.genreInfoList li .programLists li .programImage .programHover .collectBtn i {
  display: inline-block;
  float: right;
  width: 20px;
  height: 20px;
}
.genreInfoList li .programList li .programImage .programHover .collectBtn .collectText,
.genreInfoList li .programLists li .programImage .programHover .collectBtn .collectText {
  margin: 0 5px 0 0;
  text-indent: 3px;
  float: right;
}
.genreInfoList li .programList li .programImage .programHover .noCollect,
.genreInfoList li .programLists li .programImage .programHover .noCollect {
  background: url('//img01.lavaradio.com/images/www/498250003514699541.png') no-repeat left center;
  background-size: 16px 18px;
}
.genreInfoList li .programList li .programImage .programHover .hasCollect,
.genreInfoList li .programLists li .programImage .programHover .hasCollect {
  background: url('//img01.lavaradio.com/images/www/Slice54x.png') no-repeat left center;
  background-size: 20px 20px;
}
.genreInfoList li .programList li .programImage .programHover .playBtn,
.genreInfoList li .programLists li .programImage .programHover .playBtn {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 40px;
  height: 40px;
  background: url("//img01.lavaradio.com/images/www/playBtn.png") no-repeat;
  background-size: 100% 100%;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='//img01.lavaradio.com/images/www/playBtn.png', sizingMethod='scale');
  cursor: pointer;
  z-index: 2;
  transition: all .5s;
}
.genreInfoList li .programList li .programTitle,
.genreInfoList li .programLists li .programTitle {
  font-size: 14px;
  line-height: 20px;
  height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.genreInfoList li .programList li .programImage:before,
.genreInfoList li .programLists li .programImage:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.genreInfoList li .programList li:hover .programHover,
.genreInfoList li .programLists li:hover .programHover {
  display: inline-block !important;
}
.genreInfoList li .programList li:hover .collectStatus,
.genreInfoList li .programLists li:hover .collectStatus {
  display: none;
}
.nobottom {
  margin: 0 0 42px 0!important;
}
