.header-logo {
  height: 20px;
  padding-top: 3px;
  padding-bottom: 6px;
  background: #fff;
}

.header-logo a {
  height: 20px;
  display: flex;
  align-items: center;
}

.header-logo img {
  height: 100%;
}

.header-logo a>span {
  color: #000;
  margin-left: 2px;
  font-size: 14px;
  font-weight: bold;
}

/* .r-g-more {
  margin-top: 14px;
}

.r-g-more>a {
  display: block;
  background-color: #EEEEEE;
  padding: 5px 10px;
  text-align: center;
  color: #999999;
  border-radius: 4px;
} */


/* 合集 */
.lm-list10 {
  overflow: hidden;
}

.lm-list10 li {
  float: left;
  width: 50%;
  margin-bottom: 10px;
}

.lm-list10 a {
  display: block;
  margin: 0 5px;
  position: relative;
}

.lm-list10 .tit {
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  line-height: 20px;
  color: #fff;
  padding: 0 10px;
  height: 20px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}


.lm-list10 li .box-img {
  padding-top: 44%;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}

.lm-list10 li .box-img img {
  width: 100%;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
}

.more-btn {
  width: 100%;
  height: 36px;
  border-radius: 5px;
  text-align: center;
  line-height: 36px;
  color: #666666;
  background: #ededed;
  display: block;
}


.rec-box {
  background: #fff;
  margin-bottom: 12px;
  padding: 15px 10px 10px;
}

.rec-tit-box {
  display: flex;
  margin-bottom: 10px;
}

.rec-tit-box div:nth-of-type(1) {
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  margin-right: 10px;
}

.rec-tit-box div:nth-of-type(2) {
  flex: 1;
  height: 1px;
  background: #e1e1e1;
  margin-top: 12px;
}

.rec-list {
  display: flex;
  margin-bottom: 10px;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 10px;
}

.rec-num {
  width: 30px;
  margin-right: 8px;
}

.rec-img-box {
  display: block;
  width: 70px;
  height: 70px;
  overflow: hidden;
  border-radius: 20px;
  margin-right: 10px;
}

.rec-img-box img {
  width: 100%;
}

.rec-info-box {
  flex: 1;
  width: 0%;
  margin-right: 5px;
}

.rec-load-btn {
  display: block;
  width: 60px;
  height: 28px;
}

.rec-info-tit {
  font-size: 16px;
  color: #333333;
  width: 100%;
  height: 20px;
  display: block;
  overflow: hidden;
  margin-top: 5px;
  margin-bottom: 5px;
}

.rec-info-type {
  font-size: 12px;
  color: #999999;
}

.rec-info-type span {
  padding: 0 3px;
}

.rec-stars {
  width: 70px;
  height: 10px;
  background: url(https://mip.mdpda.com/statics/m/images/m_rank_icon.png) no-repeat -128px -113px;
}

.rec-load-btn {
  display: block;
  width: 60px;
  height: 28px;
  /* background: url(https://mip.mdpda.com/statics/m/images/rank-load-btn.png) no-repeat 0 0; */
  background-size: 100% 100%;
  margin-top: 20px;
  background: #4cb749;
  text-align: center;
  line-height: 28px;
  border-radius: 5px;
  color: #fff;
}

.rec-num i {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  text-align: center;
  line-height: 25px;
  font-size: 14px;
  color: #666666;
  display: block;
  margin-top: 24px;
  background: #e2e2e2;
  font-style: oblique;
  border: 1px solid #3333;
}

.rec-list:nth-of-type(1) .rec-num i,
.rec-list:nth-of-type(2) .rec-num i,
.rec-list:nth-of-type(3) .rec-num i {
  margin-top: 8px !important;
}

.rec-list:nth-of-type(1) .rec-load-btn,
.rec-list:nth-of-type(2) .rec-load-btn,
.rec-list:nth-of-type(3) .rec-load-btn {
  /* background: url(https://mip.mdpda.com/statics/m/images/rank-load-btn1.png) no-repeat 0 0; */
  background-size: 100% 100%;
  background: #fbb40c !important;
}

.rec-list:nth-of-type(1) i {
  text-indent: -999px;
  width: 30px;
  height: 44px;
  border-radius: 0 !important;
  border: none !important;
  background: url(https://mip.mdpda.com/statics/m/images/m_rank_icon.png) no-repeat -3px -114px;
}

.rec-list:nth-of-type(2) i {
  width: 30px;
  height: 44px;
  border-radius: 0 !important;
  border: none !important;
  background: url(https://mip.mdpda.com/statics/m/images/m_rank_icon.png) no-repeat -44px -114px;
  text-indent: -999px;
}

.rec-list:nth-of-type(3) i {
  width: 30px;
  height: 44px;
  border-radius: 0 !important;
  border: none !important;
  text-indent: -999px;
  background: url(https://mip.mdpda.com/statics/m/images/m_rank_icon.png) no-repeat -82px -114px;
}

.rec-txt {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  font-size: 12px;
  color: #999999;
  margin-top: 5px;
}

.rec-list:nth-of-type(1) .rec-info-type,
.rec-list:nth-of-type(2) .rec-info-type,
.rec-list:nth-of-type(3) .rec-info-type {
  display: none;
}

.rec-box .r-nav img {
  width: 20px;
  height: 20px;
  vertical-align: -4px;
}

.rec-box .r-nav>div {
  border-right: 1px solid #4CB749;
}

.rec-box .r-nav>div:last-child {
  border-right: 0;
}

.home-classify-list {
  margin-top: -8px;
}

.home-classify-list li {
  display: inline-block;
  margin-top: 8px;
  margin-right: 5px;
}

.home-classify-list li a {
  background-color: #39B7CE;
  border-radius: 4px;
  padding: 4px 7px;
  color: #fff;
}

.home-classify-list li:nth-child(2n) a {
  background-color: #F77BBF;
}

.home-classify-list li:nth-child(3n) a {
  background-color: #AD68D2;
}

.home-classify-list li:nth-child(4n) a {
  background-color: #4DBC81;
}

.home-classify-list li:nth-child(5n) a {
  background-color: #FEBD3E;
}

.yl {
  padding: 15px 0;
}

.yl a {
  margin-right: 10px;
  color: #333;
}

.Contentbox {
  width: 100%;
  height: auto;
  background: #fff;
  margin-top: 7px;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  padding: 14px 10px;
}
.Ctitle {
  width: 100%;
  height: auto;
  padding: 10px 0;
  padding-bottom: 0;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  border-bottom: 1px solid #eeeeee;
  zoom: 1;
}
.Ctitle h3 {
  font-size: 16px;
  color: #444;
  float: left;
  line-height: 22px;
  font-weight: bold;
  margin-bottom: 10px;
}
.Ctitle h3 i {
  float: left;
  margin-right: 11px;
  /* width: 0.8rem; */
  height: 22px;
  line-height: 22px;
  display: inline-block;
  background: #66d105;
}
.CRecommendBox{
  width: auto;
  display: block;
  margin-bottom: 10px;
  box-sizing: border-box;
  overflow: hidden;
}
.recList {
  overflow: hidden;
}
ul.recList li {
  width: 25%;
  height: auto;
  float: left;
  margin-top: 11px;
  box-sizing: border-box;
  display: inline;
  overflow: hidden;
}
ul.recList li a {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  display: inline-block;
  overflow: hidden;
}
ul.recList li a img {
  width: 66px;
  height: 66px;
  border-radius: 14px;
  display: block;
  overflow: hidden;
  margin: auto;
}
ul.recList li a span {
  width: 100%;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  color: #333;
  box-sizing: border-box;
  padding: 0 10px;
  text-align: center;
  margin-top: 6px;
  display: block;
  overflow: hidden;
}
